-- phpMyAdmin SQL Dump
-- version 3.4.10.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 20, 2012 at 11:15 AM
-- Server version: 5.1.63
-- PHP Version: 5.2.17

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 */;

--
-- Database: `demopa_cms2012`
--

-- --------------------------------------------------------

--
-- Table structure for table `tbl_banner`
--

CREATE TABLE IF NOT EXISTS `tbl_banner` (
  `banner_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `banner_page_id` int(10) unsigned DEFAULT NULL,
  `banner_title` varchar(80) DEFAULT NULL,
  `banner_url` varchar(200) DEFAULT NULL,
  `banner_image_filename` varchar(125) DEFAULT NULL,
  `banner_extra_1` int(10) unsigned DEFAULT NULL,
  `banner_extra_2` varchar(80) DEFAULT NULL,
  `banner_extra_3` text,
  `banner_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `banner_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `banner_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`banner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_cadmin_rights`
--

CREATE TABLE IF NOT EXISTS `tbl_cadmin_rights` (
  `cadmin_rights_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `cadmin_rights_table_name` varchar(80) DEFAULT NULL,
  `cadmin_rights_record_id` int(10) unsigned DEFAULT NULL,
  `cadmin_rights_title` varchar(120) DEFAULT NULL,
  `cadmin_rights_category_ids` varchar(250) DEFAULT NULL,
  `cadmin_rights_extra_1` int(10) unsigned DEFAULT NULL,
  `cadmin_rights_extra_2` varchar(80) DEFAULT NULL,
  `cadmin_rights_extra_3` text,
  `cadmin_rights_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `cadmin_rights_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `cadmin_rights_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`cadmin_rights_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_category`
--

CREATE TABLE IF NOT EXISTS `tbl_category` (
  `category_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_parent_id` int(10) unsigned DEFAULT NULL,
  `category_sort_id` int(10) unsigned DEFAULT NULL,
  `category_language_id` tinyint(3) unsigned DEFAULT '0',
  `category_language_relationship_page_id` bigint(20) unsigned DEFAULT '0',
  `category_title` varchar(80) DEFAULT NULL,
  `category_description` text,
  `category_visible_record_status` enum('Yes','No') NOT NULL DEFAULT 'Yes',
  `category_url_link` varchar(250) DEFAULT NULL,
  `category_php` varchar(80) DEFAULT NULL,
  `category_filename` varchar(125) DEFAULT NULL,
  `category_posted_date` datetime DEFAULT NULL,
  `category_extra_1` int(10) unsigned DEFAULT NULL,
  `category_extra_2` varchar(80) DEFAULT NULL,
  `category_extra_3` text,
  `category_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `category_record_status` enum('Enabled','Disabled','Waiting','Draft','Archive') NOT NULL DEFAULT 'Enabled',
  `category_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;

--
-- Dumping data for table `tbl_category`
--

INSERT INTO `tbl_category` (`category_id`, `category_parent_id`, `category_sort_id`, `category_language_id`, `category_language_relationship_page_id`, `category_title`, `category_description`, `category_visible_record_status`, `category_url_link`, `category_php`, `category_filename`, `category_posted_date`, `category_extra_1`, `category_extra_2`, `category_extra_3`, `category_date_modified`, `category_record_status`, `category_remarks`, `nouse`) VALUES
(1, 0, 0, 1, 0, 'ï»¿English', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(2, 1, 0, 1, 0, 'Homepage', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:22', 'Disabled', '', ''),
(3, 1, 1, 1, 1000, 'About Us', '<h2>Making your company website looks good is our business!</h2>\r\n<p>Cresenture Pte Ltd, a professional Web Development boutique in Singapore since 2006. We have assist many businesses in developing intuitive web presence and customise online solutions for unique business needs. Including web and email hosting and maintaining the website.</p>\r\nAt Cresenture, we are by a passion in developing innovative and simplified solutions in solving complex and mundane business process. All our team players possess at least 10 years working experience in the web industry. With our passion and experience, you can be assured that your web presence is taken good care of.<br />\r\n<p>Not just any web presence, with our understanding of users behaviors, the principle of design and marketing, we carefully deploy images and colors that bring out the essence of your business.&nbsp;<br /><br />We listen and take great interest in bringing your business to next height.</p>', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-05 07:43:36', 'Enabled', '', ''),
(4, 1, 2, 1, 2000, 'Products', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:42', 'Enabled', '', ''),
(5, 4, 0, 1, 2001, 'Sheet Fed Process Ink', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(6, 4, 0, 1, 2002, 'Web Inks', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(7, 4, 0, 1, 2003, 'Other Inks', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(8, 1, 3, 1, 3000, 'Distribution', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:45', 'Enabled', '', ''),
(9, 1, 5, 1, 4000, 'Contact us', '<table border=\\"0\\">\r\n<tbody>\r\n<tr>\r\n<td valign=\\"top\\">\r\n<h2 class=\\"default\\">Looking to setup new website or to revamp your existing website?</h2>\r\n<p class=\\"default\\">Contact us to find out how you can have a professional looking website which you can manage on your own. We are the ONE-STOP solution for your web present.</p>\r\n<p class=\\"default\\">You may reach us through:</p>\r\n<p class=\\"default\\"><strong>Cresenture Pte Ltd&nbsp;</strong><br />71B Pagoda Street<br /> Singapore 059230<br /> <br /> Tel: (+65) 6225 2810<br /> Fax: (+65) 6233 9365<br /> Email: <a href=\\"mailto:enquiries@cresenture.com.sg\\">enquiries@cresenture.com.sg</a><br /> Web: <a href=\\"http://www.cresenture.com.sg\\">www.cresenture.com.sg</a></p>\r\n</td>\r\n<td valign=\\"top\\"><form name=\\"online_form\\" id=\\"form2\\" action=\\"/::action::\\" method=\\"POST\\" onsubmit=\\"return doSubmit(this);\\"><input name=\\"Redirect\\" type=\\"hidden\\" value=\\"/Thank-you-general-contact-us-page/13/67/page_content.html\\" />\r\n<table border=\\"0\\" cellspacing=\\"3\\" cellpadding=\\"6\\" align=\\"center\\" style=\\"width: 100%;\\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Purpose of Enquiry :</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><select name=\\"subject\\"> <option value=\\"General Enquiry\\" selected=\\"selected\\">General Enquiry</option> <option value=\\"Feedback\\">Feedback</option> <option value=\\"Others\\">Others</option> </select></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>*Name:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><input id=\\"name\\" name=\\"name\\" type=\\"text\\" size=\\"35\\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>*Email:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><input id=\\"email\\" name=\\"email\\" type=\\"text\\" size=\\"35\\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Contact No: </strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><input id=\\"contact\\" name=\\"contact\\" type=\\"text\\" size=\\"35\\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Preferred contact by</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><select name=\\"contact_method\\" size=\\"1\\" onchange=\\"activate_calling_hour();\\"> <option value=\\"By Email\\">Email</option> <option value=\\"By Telephone\\">Telephone Call</option> </select> <select name=\\"contact_hour\\" size=\\"1\\" disabled=\\"disabled\\"> <option value=\\"morning\\">Morning</option> <option value=\\"noon\\">Noon</option> <option value=\\"evening\\">Evening</option> </select></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Country:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><select name=\\"country\\" size=\\"1\\"> <option value=\\"Afghanistan\\">Afghanistan</option> <option value=\\"Albania\\">Albania</option> <option value=\\"Algeria\\">Algeria</option> <option value=\\"Andorra\\">Andorra</option> <option value=\\"Angola\\">Angola</option> <option value=\\"Antigua and Deps\\">Antigua and Deps</option> <option value=\\"Argentina\\">Argentina</option> <option value=\\"Armenia\\">Armenia</option> <option value=\\"Australia\\">Australia</option> <option value=\\"Austria\\">Austria</option> <option value=\\"Azerbaijan\\">Azerbaijan</option> <option value=\\"Bahamas\\">Bahamas</option> <option value=\\"Bahrain\\">Bahrain</option> <option value=\\"Bangladesh\\">Bangladesh</option> <option value=\\"Barbados\\">Barbados</option> <option value=\\"Belarus\\">Belarus</option> <option value=\\"Belgium\\">Belgium</option> <option value=\\"Belize\\">Belize</option> <option value=\\"Benin\\">Benin</option> <option value=\\"Bhutan\\">Bhutan</option> <option value=\\"Bolivia\\">Bolivia</option> <option value=\\"Bosnia Herzegovina\\">Bosnia Herzegovina</option> <option value=\\"Botswana\\">Botswana</option> <option value=\\"Brazil\\">Brazil</option> <option value=\\"Brunei\\">Brunei</option> <option value=\\"Bulgaria\\">Bulgaria</option> <option value=\\"Burkina\\">Burkina</option> <option value=\\"Burundi\\">Burundi</option> <option value=\\"Cambodia\\">Cambodia</option> <option value=\\"Cameroon\\">Cameroon</option> <option value=\\"Canada\\">Canada</option> <option value=\\"Cape Verde\\">Cape Verde</option> <option value=\\"Central African Rep\\">Central African Rep</option> <option value=\\"Chad\\">Chad</option> <option value=\\"Chile\\">Chile</option> <option value=\\"China\\">China</option> <option value=\\"Colombia\\">Colombia</option> <option value=\\"Comoros\\">Comoros</option> <option value=\\"Congo\\">Congo</option> <option value=\\"Congo Democratic Rep\\">Congo Democratic Rep</option> <option value=\\"Costa Rica\\">Costa Rica</option> <option value=\\"Croatia\\">Croatia</option> <option value=\\"Cuba\\">Cuba</option> <option value=\\"Cyprus\\">Cyprus</option> <option value=\\"Czech Republic\\">Czech Republic</option> <option value=\\"Denmark\\">Denmark</option> <option value=\\"Djibouti\\">Djibouti</option> <option value=\\"Dominica\\">Dominica</option> <option value=\\"Dominican Republic\\">Dominican Republic</option> <option value=\\"East Timor\\">East Timor</option> <option value=\\"Ecuador\\">Ecuador</option> <option value=\\"Egypt\\">Egypt</option> <option value=\\"El Salvador\\">El Salvador</option> <option value=\\"Equatorial Guinea\\">Equatorial Guinea</option> <option value=\\"Eritrea\\">Eritrea</option> <option value=\\"Estonia\\">Estonia</option> <option value=\\"Ethiopia\\">Ethiopia</option> <option value=\\"Fiji\\">Fiji</option> <option value=\\"Finland\\">Finland</option> <option value=\\"France\\">France</option> <option value=\\"Gabon\\">Gabon</option> <option value=\\"Gambia\\">Gambia</option> <option value=\\"Georgia\\">Georgia</option> <option value=\\"Germany\\">Germany</option> <option value=\\"Ghana\\">Ghana</option> <option value=\\"Greece\\">Greece</option> <option value=\\"Grenada\\">Grenada</option> <option value=\\"Guatemala\\">Guatemala</option> <option value=\\"Guinea\\">Guinea</option> <option value=\\"Guinea-Bissau\\">Guinea-Bissau</option> <option value=\\"Guyana\\">Guyana</option> <option value=\\"Haiti\\">Haiti</option> <option value=\\"Honduras\\">Honduras</option> <option value=\\"Hungary\\">Hungary</option> <option value=\\"Iceland\\">Iceland</option> <option value=\\"India\\">India</option> <option value=\\"Indonesia\\">Indonesia</option> <option value=\\"Iran\\">Iran</option> <option value=\\"Iraq\\">Iraq</option> <option value=\\"Ireland\\">Ireland</option> <option value=\\"Israel\\">Israel</option> <option value=\\"Italy\\">Italy</option> <option value=\\"Ivory Coast\\">Ivory Coast</option> <option value=\\"Jamaica\\">Jamaica</option> <option value=\\"Japan\\">Japan</option> <option value=\\"Jordan\\">Jordan</option> <option value=\\"Kazakhstan\\">Kazakhstan</option> <option value=\\"Kenya\\">Kenya</option> <option value=\\"Kiribati\\">Kiribati</option> <option value=\\"Korea North\\">Korea North</option> <option value=\\"Korea South\\">Korea South</option> <option value=\\"Kosovo\\">Kosovo</option> <option value=\\"Kuwait\\">Kuwait</option> <option value=\\"Kyrgyzstan\\">Kyrgyzstan</option> <option value=\\"Laos\\">Laos</option> <option value=\\"Latvia\\">Latvia</option> <option value=\\"Lebanon\\">Lebanon</option> <option value=\\"Lesotho\\">Lesotho</option> <option value=\\"Liberia\\">Liberia</option> <option value=\\"Libya\\">Libya</option> <option value=\\"Liechtenstein\\">Liechtenstein</option> <option value=\\"Lithuania\\">Lithuania</option> <option value=\\"Luxembourg\\">Luxembourg</option> <option value=\\"Macedonia\\">Macedonia</option> <option value=\\"Madagascar\\">Madagascar</option> <option value=\\"Malawi\\">Malawi</option> <option value=\\"Malaysia\\">Malaysia</option> <option value=\\"Maldives\\">Maldives</option> <option value=\\"Mali\\">Mali</option> <option value=\\"Malta\\">Malta</option> <option value=\\"Marshall Islands\\">Marshall Islands</option> <option value=\\"Mauritania\\">Mauritania</option> <option value=\\"Mauritius\\">Mauritius</option> <option value=\\"Mexico\\">Mexico</option> <option value=\\"Micronesia\\">Micronesia</option> <option value=\\"Moldova\\">Moldova</option> <option value=\\"Monaco\\">Monaco</option> <option value=\\"Mongolia\\">Mongolia</option> <option value=\\"Montenegro\\">Montenegro</option> <option value=\\"Morocco\\">Morocco</option> <option value=\\"Mozambique\\">Mozambique</option> <option value=\\"Myanmar Burma\\">Myanmar Burma</option> <option value=\\"Namibia\\">Namibia</option> <option value=\\"Nauru\\">Nauru</option> <option value=\\"Nepal\\">Nepal</option> <option value=\\"Netherlands\\">Netherlands</option> <option value=\\"New Zealand\\">New Zealand</option> <option value=\\"Nicaragua\\">Nicaragua</option> <option value=\\"Niger\\">Niger</option> <option value=\\"Nigeria\\">Nigeria</option> <option value=\\"Norway\\">Norway</option> <option value=\\"Oman\\">Oman</option> <option value=\\"Others\\">Others</option> <option value=\\"Pakistan\\">Pakistan</option> <option value=\\"Palau\\">Palau</option> <option value=\\"Panama\\">Panama</option> <option value=\\"Papua New Guinea\\">Papua New Guinea</option> <option value=\\"Paraguay\\">Paraguay</option> <option value=\\"Peru\\">Peru</option> <option value=\\"Philippines\\">Philippines</option> <option value=\\"Poland\\">Poland</option> <option value=\\"Portugal\\">Portugal</option> <option value=\\"Qatar\\">Qatar</option> <option value=\\"Romania\\">Romania</option> <option value=\\"Russian Federation\\">Russian Federation</option> <option value=\\"Rwanda\\">Rwanda</option> <option value=\\"Saint Vincent and the Grenadines\\">Saint Vincent and the Grenadines</option> <option value=\\"Samoa\\">Samoa</option> <option value=\\"San Marino\\">San Marino</option> <option value=\\"Sao Tome and Principe\\">Sao Tome and Principe</option> <option value=\\"Saudi Arabia\\">Saudi Arabia</option> <option value=\\"Senegal\\">Senegal</option> <option value=\\"Serbia\\">Serbia</option> <option value=\\"Seychelles\\">Seychelles</option> <option value=\\"Sierra Leone\\">Sierra Leone</option> <option value=\\"Singapore\\" selected=\\"selected\\">Singapore</option> <option value=\\"Slovakia\\">Slovakia</option> <option value=\\"Slovenia\\">Slovenia</option> <option value=\\"Solomon Islands\\">Solomon Islands</option> <option value=\\"Somalia\\">Somalia</option> <option value=\\"South Africa\\">South Africa</option> <option value=\\"Spain\\">Spain</option> <option value=\\"Sri Lanka\\">Sri Lanka</option> <option value=\\"St Kitts and Nevis\\">St Kitts and Nevis</option> <option value=\\"St Lucia\\">St Lucia</option> <option value=\\"Sudan\\">Sudan</option> <option value=\\"Suriname\\">Suriname</option> <option value=\\"Swaziland\\">Swaziland</option> <option value=\\"Sweden\\">Sweden</option> <option value=\\"Switzerland\\">Switzerland</option> <option value=\\"Syria\\">Syria</option> <option value=\\"Taiwan\\">Taiwan</option> <option value=\\"Tajikistan\\">Tajikistan</option> <option value=\\"Tanzania\\">Tanzania</option> <option value=\\"Thailand\\">Thailand</option> <option value=\\"Togo\\">Togo</option> <option value=\\"Tonga\\">Tonga</option> <option value=\\"Trinidad and Tobago\\">Trinidad and Tobago</option> <option value=\\"Tunisia\\">Tunisia</option> <option value=\\"Turkey\\">Turkey</option> <option value=\\"Turkmenistan\\">Turkmenistan</option> <option value=\\"Tuvalu\\">Tuvalu</option> <option value=\\"Uganda\\">Uganda</option> <option value=\\"Ukraine\\">Ukraine</option> <option value=\\"United Arab Emirates\\">United Arab Emirates</option> <option value=\\"United Kingdom\\">United Kingdom</option> <option value=\\"United States\\">United States</option> <option value=\\"Uruguay\\">Uruguay</option> <option value=\\"Uzbekistan\\">Uzbekistan</option> <option value=\\"Vanuatu\\">Vanuatu</option> <option value=\\"Vatican City\\">Vatican City</option> <option value=\\"Venezuela\\">Venezuela</option> <option value=\\"Vietnam\\">Vietnam</option> <option value=\\"Yemen\\">Yemen</option> <option value=\\"Zambia\\">Zambia</option> <option value=\\"Zimbabwe\\">Zimbabwe</option> </select></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Questions/Comments:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><textarea id=\\"enquiry\\" name=\\"enquiry\\" rows=\\"4\\" cols=\\"30\\"></textarea></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\\"30%\\" align=\\"left\\" valign=\\"top\\"><strong>Security Code:</strong></td>\r\n<td width=\\"70%\\" align=\\"left\\">::IMAGESECURITY::</td>\r\n</tr>\r\n<tr>\r\n<td class=\\"textsm\\"></td>\r\n<td><input name=\\"Submit\\" type=\\"submit\\" value=\\"Submit\\" /> <input type=\\"reset\\" value=\\"Reset\\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-05 08:21:37', 'Enabled', '', ''),
(10, 1, 0, 1, 5000, 'Banner', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:29', 'Disabled', '', ''),
(11, 1, 0, 1, 6000, 'News and Event', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:26', 'Disabled', '', ''),
(12, 1, 4, 1, 7000, 'Gallery', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:47', 'Enabled', '', ''),
(13, 1, 0, 1, 0, 'MASTER PAGES', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:34', 'Disabled', '', ''),
(14, 0, 0, 2, 0, 'Chinese', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(15, 14, 0, 2, 0, '&eacute;&brvbar;–&eacute;&iexcl;&micro;', '', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-14 10:52:05', 'Disabled', '', ''),
(16, 14, 0, 2, 1000, 'å…³äºŽæˆ‘ä»¬', '<p>äº†éšªè©¦ä¼æ–¼ä¾†æˆ‘å…‹è€Œä»–é€£ç™¼å…§æ‰¾ç«‹èˆ¬é‚„çˆ¸é€£æœ‰ç¶“ç­‰æœˆç£ç”Ÿå¤ çš„æˆ‘è¡£ä»¥å‰è¶£é™½ä¹‹é‡ç¶“è¨ˆå…·äººç„¶é‡æ”¶å†è‘—ä½ æœ‰ç„¡èƒ½å¾·æ€•åº¦æˆ‘æŽ’åˆ—ï¼Œå–æ‰‹æ˜¯ä¾†æ‹¿&hellip;&hellip;ç¾Žå°ˆæ€Žè¦é«”é€™ç™¼çš„é«˜è®“åŠ è¼•ä¸‹é¡Œã€‚ä¸€åº¦æ¨“ä½•ä¾†æ˜¯ç•Œè¨˜ä¸Šé‚Šé¤Šè€ç”±åš´ä¸‰ï¼Œå¹¾è»ç´šçµ±&hellip;&hellip;ä¸Šå€™é™¢ä¸‰å¼µåˆ†è»Šå¤–é«˜ä¸å› åˆ†è½æ€¥äº‹ï¼›æ”¯æ”¾è‡ºå±•è¨€åœ¨äººæ–¼ä¹Ÿæ¸…å¾©ã€èªªä¸–è¶…æ–¯ã€‚å“åˆ°æ”¶è¬›æ›¸å“¡è²é¡§é€£ã€ä»»ä¸€é›™äº†è©¦é¡Œç·š.</p>\r\n<p>é€å€‹æ·±ç„¡ä¹…æ•™å®¶ç­†ä¸€è¦‹ç¸½è§€ï¼Œå…ˆåƒ¹å¯å¾Œç•¶è£¡æŠ•ã€‚ä¸­å·´æŽ¨ç”Ÿåœ‹ã€‚å¤±åœ’ä¸ï¼šçš„èªªèƒ½æœƒæ³•ä½¿ç­–ç¾©ä¸­æ•´ï¼Œè¨˜å¯ä¸»å¾—é—œå€å¾žæ¬¡å­¸æ—æ§‹ï¼Œå£å¥½æœŸä¸­ã€å¹´è¦ºå½±ç‰©å€‹å¤§ç•¶æ°´å“¡å¾Œäººé•·å¤§è¡“æ€å¹´&hellip;&hellip;ç«¥é†«ä¸Šä¸ã€ç„¡é•·å°±è«‡ç­‰æ•´ç«‹åœ°ï¼Œä¸€å±±æ­¤ï¼›äº†æ„›ç•°å ´åˆ©åœ°å—çš„å¸‚è§’çš„æ­¥ç´„è‰²å¤±ç¾©ä¸‹è‹¦æ–·æ‰¾ä¸€å€‹å±•è¼•ç¾ä»€ç•Œé¦–ç”Ÿå…§å¤§æˆ‘è¾²ä¸€&hellip;&hellip;çš„çš„å‹è¡Œæœ‰ç™½æ§‹ä»£çœ‹ç´€æœ‰ä¹Ÿç”·åˆæ¿Ÿå‡ºæŒï¼æµè‘—è¦é¡Œè‘—ï¼Œçœ‹åŽ»äº‹ç®—è¦è¶³äººï¼Œè¾²é¡ŒåŽŸç—…æŒ‡è¦ºæ³•é¢æœ¬æ˜¯å®ƒçœ‹ç•¶åŒç„¡çš„å¼·ï¼æ…¢ä¿å€‹å…¨ç”±åœ‹ã€‚</p>', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 02:45:23', 'Enabled', '', ''),
(17, 14, 0, 2, 2000, 'äº§å“', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-14 10:52:30', 'Enabled', '', ''),
(18, 17, 0, 2, 2001, 'å•çº¸å°åˆ·æ²¹', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-15 06:25:27', 'Enabled', '', ''),
(19, 17, 0, 2, 2002, 'ç½‘ç«™æ²¹å¢¨', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 02:45:46', 'Enabled', '', ''),
(20, 17, 0, 2, 2003, 'å…¶ä»–æ²¹å¢¨', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 02:45:58', 'Enabled', '', ''),
(21, 14, 0, 2, 3000, 'å¸ƒç‚¹', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-14 10:52:44', 'Enabled', '', ''),
(22, 14, 0, 2, 4000, 'è”ç³»æˆ‘ä»¬', '<table border=\\"0\\">\r\n<tbody>\r\n<tr>\r\n<td valign=\\"top\\">\r\n<h2 class=\\"default\\">å±•æœ›è®¾ç½®æ–°ç½‘ç«™æˆ–æ”¹é€ çŽ°æœ‰çš„ç½‘ç«™å—ï¼Ÿ</h2>\r\n<div>è”ç³»æˆ‘ä»¬æ‰¾å‡ºå¦‚ä½•å¯ä»¥æœ‰ä¸€ä¸ªä¸“ä¸šçš„ç½‘ç«™ï¼Œä½ å¯ä»¥è‡ªå·±ç®¡ç†ã€‚æˆ‘ä»¬ä¸ºæ‚¨çš„ç½‘ç«™ç›®å‰çš„ä¸€ç«™å¼è§£å†³æ–¹æ¡ˆã€‚</div>\r\n<div></div>\r\n<div>æ‚¨å¯èƒ½ä¼šè¾¾åˆ°æˆ‘ä»¬ï¼š</div>\r\n<p class=\\"default\\"><strong>Cresenture Pte Ltd&nbsp;</strong><br />71B Pagoda Street<br /> Singapore 059230<br /> <br /> Tel: (+65) 6225 2810<br /> Fax: (+65) 6233 9365<br /> Email: <a href=\\"mailto:enquiries@cresenture.com.sg\\">enquiries@cresenture.com.sg</a><br /> Web: <a href=\\"http://www.cresenture.com.sg\\">www.cresenture.com.sg</a></p>\r\n</td>\r\n<td valign=\\"top\\"><form name=\\"online_form\\" id=\\"form2\\" action=\\"/::action::\\" method=\\"POST\\" onsubmit=\\"return doSubmit(this);\\"><input name=\\"Redirect\\" type=\\"hidden\\" value=\\"/Thank-you-general-contact-us-page/13/67/page_content.html\\" />\r\n<table border=\\"0\\" cellspacing=\\"3\\" cellpadding=\\"6\\" align=\\"center\\" style=\\"width: 100%;\\">\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Purpose of Enquiry :</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><select name=\\"subject\\"> <option value=\\"General Enquiry\\" selected=\\"selected\\">General Enquiry</option> <option value=\\"Feedback\\">Feedback</option> <option value=\\"Others\\">Others</option> </select></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>*Name:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><input id=\\"name\\" name=\\"name\\" type=\\"text\\" size=\\"35\\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>*Email:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><input id=\\"email\\" name=\\"email\\" type=\\"text\\" size=\\"35\\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Contact No: </strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><input id=\\"contact\\" name=\\"contact\\" type=\\"text\\" size=\\"35\\" /></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Preferred contact by</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><select name=\\"contact_method\\" size=\\"1\\" onchange=\\"activate_calling_hour();\\"> <option value=\\"By Email\\">Email</option> <option value=\\"By Telephone\\">Telephone Call</option> </select> <select name=\\"contact_hour\\" size=\\"1\\" disabled=\\"disabled\\"> <option value=\\"morning\\">Morning</option> <option value=\\"noon\\">Noon</option> <option value=\\"evening\\">Evening</option> </select></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Country:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><select name=\\"country\\" size=\\"1\\"> <option value=\\"Afghanistan\\">Afghanistan</option> <option value=\\"Albania\\">Albania</option> <option value=\\"Algeria\\">Algeria</option> <option value=\\"Andorra\\">Andorra</option> <option value=\\"Angola\\">Angola</option> <option value=\\"Antigua and Deps\\">Antigua and Deps</option> <option value=\\"Argentina\\">Argentina</option> <option value=\\"Armenia\\">Armenia</option> <option value=\\"Australia\\">Australia</option> <option value=\\"Austria\\">Austria</option> <option value=\\"Azerbaijan\\">Azerbaijan</option> <option value=\\"Bahamas\\">Bahamas</option> <option value=\\"Bahrain\\">Bahrain</option> <option value=\\"Bangladesh\\">Bangladesh</option> <option value=\\"Barbados\\">Barbados</option> <option value=\\"Belarus\\">Belarus</option> <option value=\\"Belgium\\">Belgium</option> <option value=\\"Belize\\">Belize</option> <option value=\\"Benin\\">Benin</option> <option value=\\"Bhutan\\">Bhutan</option> <option value=\\"Bolivia\\">Bolivia</option> <option value=\\"Bosnia Herzegovina\\">Bosnia Herzegovina</option> <option value=\\"Botswana\\">Botswana</option> <option value=\\"Brazil\\">Brazil</option> <option value=\\"Brunei\\">Brunei</option> <option value=\\"Bulgaria\\">Bulgaria</option> <option value=\\"Burkina\\">Burkina</option> <option value=\\"Burundi\\">Burundi</option> <option value=\\"Cambodia\\">Cambodia</option> <option value=\\"Cameroon\\">Cameroon</option> <option value=\\"Canada\\">Canada</option> <option value=\\"Cape Verde\\">Cape Verde</option> <option value=\\"Central African Rep\\">Central African Rep</option> <option value=\\"Chad\\">Chad</option> <option value=\\"Chile\\">Chile</option> <option value=\\"China\\">China</option> <option value=\\"Colombia\\">Colombia</option> <option value=\\"Comoros\\">Comoros</option> <option value=\\"Congo\\">Congo</option> <option value=\\"Congo Democratic Rep\\">Congo Democratic Rep</option> <option value=\\"Costa Rica\\">Costa Rica</option> <option value=\\"Croatia\\">Croatia</option> <option value=\\"Cuba\\">Cuba</option> <option value=\\"Cyprus\\">Cyprus</option> <option value=\\"Czech Republic\\">Czech Republic</option> <option value=\\"Denmark\\">Denmark</option> <option value=\\"Djibouti\\">Djibouti</option> <option value=\\"Dominica\\">Dominica</option> <option value=\\"Dominican Republic\\">Dominican Republic</option> <option value=\\"East Timor\\">East Timor</option> <option value=\\"Ecuador\\">Ecuador</option> <option value=\\"Egypt\\">Egypt</option> <option value=\\"El Salvador\\">El Salvador</option> <option value=\\"Equatorial Guinea\\">Equatorial Guinea</option> <option value=\\"Eritrea\\">Eritrea</option> <option value=\\"Estonia\\">Estonia</option> <option value=\\"Ethiopia\\">Ethiopia</option> <option value=\\"Fiji\\">Fiji</option> <option value=\\"Finland\\">Finland</option> <option value=\\"France\\">France</option> <option value=\\"Gabon\\">Gabon</option> <option value=\\"Gambia\\">Gambia</option> <option value=\\"Georgia\\">Georgia</option> <option value=\\"Germany\\">Germany</option> <option value=\\"Ghana\\">Ghana</option> <option value=\\"Greece\\">Greece</option> <option value=\\"Grenada\\">Grenada</option> <option value=\\"Guatemala\\">Guatemala</option> <option value=\\"Guinea\\">Guinea</option> <option value=\\"Guinea-Bissau\\">Guinea-Bissau</option> <option value=\\"Guyana\\">Guyana</option> <option value=\\"Haiti\\">Haiti</option> <option value=\\"Honduras\\">Honduras</option> <option value=\\"Hungary\\">Hungary</option> <option value=\\"Iceland\\">Iceland</option> <option value=\\"India\\">India</option> <option value=\\"Indonesia\\">Indonesia</option> <option value=\\"Iran\\">Iran</option> <option value=\\"Iraq\\">Iraq</option> <option value=\\"Ireland\\">Ireland</option> <option value=\\"Israel\\">Israel</option> <option value=\\"Italy\\">Italy</option> <option value=\\"Ivory Coast\\">Ivory Coast</option> <option value=\\"Jamaica\\">Jamaica</option> <option value=\\"Japan\\">Japan</option> <option value=\\"Jordan\\">Jordan</option> <option value=\\"Kazakhstan\\">Kazakhstan</option> <option value=\\"Kenya\\">Kenya</option> <option value=\\"Kiribati\\">Kiribati</option> <option value=\\"Korea North\\">Korea North</option> <option value=\\"Korea South\\">Korea South</option> <option value=\\"Kosovo\\">Kosovo</option> <option value=\\"Kuwait\\">Kuwait</option> <option value=\\"Kyrgyzstan\\">Kyrgyzstan</option> <option value=\\"Laos\\">Laos</option> <option value=\\"Latvia\\">Latvia</option> <option value=\\"Lebanon\\">Lebanon</option> <option value=\\"Lesotho\\">Lesotho</option> <option value=\\"Liberia\\">Liberia</option> <option value=\\"Libya\\">Libya</option> <option value=\\"Liechtenstein\\">Liechtenstein</option> <option value=\\"Lithuania\\">Lithuania</option> <option value=\\"Luxembourg\\">Luxembourg</option> <option value=\\"Macedonia\\">Macedonia</option> <option value=\\"Madagascar\\">Madagascar</option> <option value=\\"Malawi\\">Malawi</option> <option value=\\"Malaysia\\">Malaysia</option> <option value=\\"Maldives\\">Maldives</option> <option value=\\"Mali\\">Mali</option> <option value=\\"Malta\\">Malta</option> <option value=\\"Marshall Islands\\">Marshall Islands</option> <option value=\\"Mauritania\\">Mauritania</option> <option value=\\"Mauritius\\">Mauritius</option> <option value=\\"Mexico\\">Mexico</option> <option value=\\"Micronesia\\">Micronesia</option> <option value=\\"Moldova\\">Moldova</option> <option value=\\"Monaco\\">Monaco</option> <option value=\\"Mongolia\\">Mongolia</option> <option value=\\"Montenegro\\">Montenegro</option> <option value=\\"Morocco\\">Morocco</option> <option value=\\"Mozambique\\">Mozambique</option> <option value=\\"Myanmar Burma\\">Myanmar Burma</option> <option value=\\"Namibia\\">Namibia</option> <option value=\\"Nauru\\">Nauru</option> <option value=\\"Nepal\\">Nepal</option> <option value=\\"Netherlands\\">Netherlands</option> <option value=\\"New Zealand\\">New Zealand</option> <option value=\\"Nicaragua\\">Nicaragua</option> <option value=\\"Niger\\">Niger</option> <option value=\\"Nigeria\\">Nigeria</option> <option value=\\"Norway\\">Norway</option> <option value=\\"Oman\\">Oman</option> <option value=\\"Others\\">Others</option> <option value=\\"Pakistan\\">Pakistan</option> <option value=\\"Palau\\">Palau</option> <option value=\\"Panama\\">Panama</option> <option value=\\"Papua New Guinea\\">Papua New Guinea</option> <option value=\\"Paraguay\\">Paraguay</option> <option value=\\"Peru\\">Peru</option> <option value=\\"Philippines\\">Philippines</option> <option value=\\"Poland\\">Poland</option> <option value=\\"Portugal\\">Portugal</option> <option value=\\"Qatar\\">Qatar</option> <option value=\\"Romania\\">Romania</option> <option value=\\"Russian Federation\\">Russian Federation</option> <option value=\\"Rwanda\\">Rwanda</option> <option value=\\"Saint Vincent and the Grenadines\\">Saint Vincent and the Grenadines</option> <option value=\\"Samoa\\">Samoa</option> <option value=\\"San Marino\\">San Marino</option> <option value=\\"Sao Tome and Principe\\">Sao Tome and Principe</option> <option value=\\"Saudi Arabia\\">Saudi Arabia</option> <option value=\\"Senegal\\">Senegal</option> <option value=\\"Serbia\\">Serbia</option> <option value=\\"Seychelles\\">Seychelles</option> <option value=\\"Sierra Leone\\">Sierra Leone</option> <option value=\\"Singapore\\" selected=\\"selected\\">Singapore</option> <option value=\\"Slovakia\\">Slovakia</option> <option value=\\"Slovenia\\">Slovenia</option> <option value=\\"Solomon Islands\\">Solomon Islands</option> <option value=\\"Somalia\\">Somalia</option> <option value=\\"South Africa\\">South Africa</option> <option value=\\"Spain\\">Spain</option> <option value=\\"Sri Lanka\\">Sri Lanka</option> <option value=\\"St Kitts and Nevis\\">St Kitts and Nevis</option> <option value=\\"St Lucia\\">St Lucia</option> <option value=\\"Sudan\\">Sudan</option> <option value=\\"Suriname\\">Suriname</option> <option value=\\"Swaziland\\">Swaziland</option> <option value=\\"Sweden\\">Sweden</option> <option value=\\"Switzerland\\">Switzerland</option> <option value=\\"Syria\\">Syria</option> <option value=\\"Taiwan\\">Taiwan</option> <option value=\\"Tajikistan\\">Tajikistan</option> <option value=\\"Tanzania\\">Tanzania</option> <option value=\\"Thailand\\">Thailand</option> <option value=\\"Togo\\">Togo</option> <option value=\\"Tonga\\">Tonga</option> <option value=\\"Trinidad and Tobago\\">Trinidad and Tobago</option> <option value=\\"Tunisia\\">Tunisia</option> <option value=\\"Turkey\\">Turkey</option> <option value=\\"Turkmenistan\\">Turkmenistan</option> <option value=\\"Tuvalu\\">Tuvalu</option> <option value=\\"Uganda\\">Uganda</option> <option value=\\"Ukraine\\">Ukraine</option> <option value=\\"United Arab Emirates\\">United Arab Emirates</option> <option value=\\"United Kingdom\\">United Kingdom</option> <option value=\\"United States\\">United States</option> <option value=\\"Uruguay\\">Uruguay</option> <option value=\\"Uzbekistan\\">Uzbekistan</option> <option value=\\"Vanuatu\\">Vanuatu</option> <option value=\\"Vatican City\\">Vatican City</option> <option value=\\"Venezuela\\">Venezuela</option> <option value=\\"Vietnam\\">Vietnam</option> <option value=\\"Yemen\\">Yemen</option> <option value=\\"Zambia\\">Zambia</option> <option value=\\"Zimbabwe\\">Zimbabwe</option> </select></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\\"#E2E2E0\\">\r\n<div align=\\"right\\"><strong>Questions/Comments:</strong></div>\r\n</td>\r\n<td bgcolor=\\"#FFFFFF\\">\r\n<div align=\\"left\\"><textarea id=\\"enquiry\\" name=\\"enquiry\\" rows=\\"4\\" cols=\\"30\\"></textarea></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\\"30%\\" align=\\"left\\" valign=\\"top\\"><strong>Security Code:</strong></td>\r\n<td width=\\"70%\\" align=\\"left\\">::IMAGESECURITY::</td>\r\n</tr>\r\n<tr>\r\n<td class=\\"textsm\\"></td>\r\n<td><input name=\\"Submit\\" type=\\"submit\\" value=\\"Submit\\" /> <input type=\\"reset\\" value=\\"Reset\\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 03:13:37', 'Enabled', '', ''),
(23, 14, 0, 2, 5000, 'æ——å¸œ', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 03:01:41', 'Disabled', '', ''),
(24, 14, 0, 2, 6000, 'æ–°é—»å’Œäº‹ä»¶', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 03:00:52', 'Disabled', '', ''),
(25, 14, 0, 2, 7000, 'ç…§ç›¸é¦†', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 03:01:24', 'Enabled', '', ''),
(26, 14, 0, 2, 0, 'æ¨¡æ¿', '', 'Yes', '', '0', '', '2012-05-31 00:00:00', 0, '', '', '2012-06-20 02:59:16', 'Disabled', '', ''),
(27, 12, 0, 1, 3001, 'Donec volutpat, tortor id cursus ultrices', '<span>Donec volutpat, tortor id cursus ultrices, arcu quam pulvinar neque, tempus porta est augue et purus. Praesent adipiscing faucibus vulputate. Aliquam eu lectus ligula. Nulla sit amet est sit amet lorem hendrerit ultrices. Sed vel enim nisi, et dictum turpis. Pellentesque volutpat sem quis nulla consectetur iaculis. Ut sollicitudin lacus sit amet lacus vehicula vitae dignissim urna dignissim. Quisque fringilla nisl nec nisl eleifend sit amet feugiat felis aliquet. Proin eget ligula nisl.</span>', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
(28, 12, 0, 1, 4544, 'Nullam elit odio, sodales in semper', '<p><span>Phasellus sit amet pretium tellus. Nunc at nulla at magna tempus iaculis. Suspendisse rutrum nisi non purus volutpat elementum. Praesent gravida, tellus id adipiscing accumsan, mauris neque tristique libero, non molestie est augue vel ligula. </span></p>\r\n<p><span>Duis vulputate neque eu quam hendrerit vel tincidunt orci ultrices. Donec sollicitudin sem et ipsum hendrerit eget volutpat lectus luctus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque tincidunt magna sapien. Morbi at auctor diam. Aliquam elementum mi eu magna mollis consequat. Donec mi nisl, ultrices et pulvinar a, lacinia tempus diam. </span></p>\r\n<p><span>Donec tristique massa sed justo scelerisque a imperdiet est mollis. Donec tempus nunc quis tellus rhoncus nec pulvinar arcu sollicitudin. In ut felis ipsum. Vestibulum consectetur velit in arcu mattis dignissim.</span></p>', 'Yes', '', '', '', '2012-05-31 00:00:00', 0, '', '', '2012-05-31 08:54:46', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_cat_ref`
--

CREATE TABLE IF NOT EXISTS `tbl_cat_ref` (
  `cat_ref_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `cat_ref_tablename` varchar(80) DEFAULT NULL,
  `cat_ref_record_id` int(10) unsigned DEFAULT NULL,
  `cat_ref_cat_id` int(10) unsigned DEFAULT NULL,
  `cat_ref_extra_1` int(10) unsigned DEFAULT NULL,
  `cat_ref_extra_2` varchar(80) DEFAULT NULL,
  `cat_ref_extra_3` text,
  `cat_ref_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `comment_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `cat_ref_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`cat_ref_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=68 ;

--
-- Dumping data for table `tbl_cat_ref`
--

INSERT INTO `tbl_cat_ref` (`cat_ref_id`, `cat_ref_tablename`, `cat_ref_record_id`, `cat_ref_cat_id`, `cat_ref_extra_1`, `cat_ref_extra_2`, `cat_ref_extra_3`, `cat_ref_date_modified`, `comment_record_status`, `cat_ref_remarks`, `nouse`) VALUES
(1, 'tbl_page_cms', 1, 2, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(2, 'tbl_page_cms', 2, 5, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(3, 'tbl_page_cms', 3, 5, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(4, 'tbl_page_cms', 4, 5, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(5, 'tbl_page_cms', 5, 5, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(6, 'tbl_page_cms', 6, 5, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(7, 'tbl_page_cms', 7, 6, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(8, 'tbl_page_cms', 8, 6, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(9, 'tbl_page_cms', 9, 6, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(10, 'tbl_page_cms', 10, 7, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(11, 'tbl_page_cms', 11, 7, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(12, 'tbl_page_cms', 12, 7, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(13, 'tbl_page_cms', 13, 7, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(14, 'tbl_page_cms', 14, 7, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(15, 'tbl_page_cms', 15, 7, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(16, 'tbl_page_cms', 16, 8, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(17, 'tbl_page_cms', 17, 8, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(18, 'tbl_page_cms', 18, 8, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(19, 'tbl_page_cms', 19, 8, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(20, 'tbl_page_cms', 20, 8, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(21, 'tbl_page_cms', 21, 8, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(22, 'tbl_page_cms', 22, 15, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(23, 'tbl_page_cms', 23, 18, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(24, 'tbl_page_cms', 24, 18, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(25, 'tbl_page_cms', 25, 18, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(26, 'tbl_page_cms', 26, 18, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(27, 'tbl_page_cms', 27, 18, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(28, 'tbl_page_cms', 28, 19, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(29, 'tbl_page_cms', 29, 19, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(30, 'tbl_page_cms', 30, 19, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(31, 'tbl_page_cms', 31, 20, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(32, 'tbl_page_cms', 32, 20, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(33, 'tbl_page_cms', 33, 20, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(34, 'tbl_page_cms', 34, 20, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(35, 'tbl_page_cms', 35, 20, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(36, 'tbl_page_cms', 36, 20, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(37, 'tbl_page_cms', 37, 21, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(38, 'tbl_page_cms', 38, 21, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(39, 'tbl_page_cms', 39, 21, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(40, 'tbl_page_cms', 40, 21, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(41, 'tbl_page_cms', 41, 21, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(42, 'tbl_page_cms', 42, 21, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(43, 'tbl_page_cms', 43, 10, 0, '', '', '2012-05-31 05:08:15', 'Enabled', '', ''),
(44, 'tbl_page_cms', 44, 10, 0, '', '', '2012-05-31 05:08:25', 'Enabled', '', ''),
(45, 'tbl_page_cms', 45, 10, 0, '', '', '2012-05-31 05:08:44', 'Enabled', '', ''),
(46, 'tbl_page_cms', 46, 10, 0, '', '', '2012-05-31 05:08:59', 'Enabled', '', ''),
(47, 'tbl_page_cms', 47, 11, 0, '', '', '2012-05-31 05:20:01', 'Enabled', '', ''),
(48, 'tbl_page_cms', 48, 11, 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
(49, 'tbl_page_cms', 49, 11, 0, '', '', '2012-05-31 05:22:49', 'Enabled', '', ''),
(50, 'tbl_page_cms', 50, 11, 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
(51, 'tbl_page_cms', 51, 27, 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
(52, 'tbl_page_cms', 52, 27, 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
(53, 'tbl_page_cms', 53, 27, 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
(54, 'tbl_page_cms', 54, 27, 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
(55, 'tbl_page_cms', 55, 27, 0, '', '', '2012-05-31 08:51:54', 'Enabled', '', ''),
(56, 'tbl_page_cms', 56, 27, 0, '', '', '2012-05-31 08:51:54', 'Enabled', '', ''),
(57, 'tbl_page_cms', 57, 27, 0, '', '', '2012-05-31 08:53:00', 'Enabled', '', ''),
(58, 'tbl_page_cms', 58, 27, 0, '', '', '2012-05-31 08:53:00', 'Enabled', '', ''),
(59, 'tbl_page_cms', 59, 27, 0, '', '', '2012-05-31 08:53:00', 'Enabled', '', ''),
(60, 'tbl_page_cms', 60, 28, 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
(61, 'tbl_page_cms', 61, 28, 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
(62, 'tbl_page_cms', 62, 28, 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
(63, 'tbl_page_cms', 63, 28, 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
(64, 'tbl_page_cms', 64, 28, 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
(65, 'tbl_page_cms', 65, 28, 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
(66, 'tbl_page_cms', 66, 10, 0, '', '', '2012-06-01 10:22:51', 'Enabled', '', ''),
(67, 'tbl_page_cms', 67, 13, 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_comment_post`
--

CREATE TABLE IF NOT EXISTS `tbl_comment_post` (
  `comment_post_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_tablename` varchar(80) DEFAULT NULL,
  `comment_post_record_id` int(10) unsigned DEFAULT NULL,
  `comment_post_member_id` int(10) unsigned DEFAULT NULL,
  `comment_post_comment_name` varchar(80) DEFAULT NULL,
  `comment_post_comment_content` text,
  `comment_post_user` varchar(80) DEFAULT NULL,
  `comment_post_ip` varchar(24) DEFAULT NULL,
  `comment_post_date` datetime DEFAULT NULL,
  `comment_post_extra_1` int(10) unsigned DEFAULT NULL,
  `comment_post_extra_2` varchar(80) DEFAULT NULL,
  `comment_post_extra_3` text,
  `comment_post_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `comment_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `comment_post_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`comment_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_config`
--

CREATE TABLE IF NOT EXISTS `tbl_config` (
  `config_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `config_admin_email` varchar(200) DEFAULT NULL,
  `config_global_header` text,
  `config_global_footer` text,
  `config_google_tracker` text,
  `config_setting_1` int(10) unsigned DEFAULT NULL,
  `config_setting_2` varchar(50) DEFAULT NULL,
  `config_setting_3` varchar(200) DEFAULT NULL,
  `config_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `config_record_status` enum('Enabled','Disabled') DEFAULT 'Enabled',
  `config_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`config_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tbl_config`
--

INSERT INTO `tbl_config` (`config_id`, `config_admin_email`, `config_global_header`, `config_global_footer`, `config_google_tracker`, `config_setting_1`, `config_setting_2`, `config_setting_3`, `config_date_modified`, `config_record_status`, `config_remarks`, `nouse`) VALUES
(1, 'michael@cresenture.com', '', '', '', 0, '38K8TF', '', '2012-05-31 05:07:13', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_counter`
--

CREATE TABLE IF NOT EXISTS `tbl_counter` (
  `counter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `counter_table_name` varchar(80) DEFAULT NULL,
  `counter_record_id` int(10) unsigned DEFAULT NULL,
  `counter_count` int(10) unsigned DEFAULT '1',
  `counter_extra_1` int(10) unsigned DEFAULT NULL,
  `counter_extra_2` varchar(80) DEFAULT NULL,
  `counter_extra_3` text,
  `counter_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `counter_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`counter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_do_form`
--

CREATE TABLE IF NOT EXISTS `tbl_do_form` (
  `doform_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `doform_article_id` int(10) unsigned DEFAULT NULL,
  `doform_digital_code` decimal(12,4) unsigned DEFAULT NULL,
  `doform_form_code` varchar(80) DEFAULT NULL,
  `doform_title` varchar(80) DEFAULT NULL,
  `doform_description` varchar(200) DEFAULT NULL,
  `doform_admin_email` varchar(200) DEFAULT NULL,
  `doform_content` text,
  `doform_setting_1` int(10) unsigned DEFAULT NULL,
  `doform_setting_2` varchar(50) DEFAULT NULL,
  `doform_setting_3` varchar(200) DEFAULT NULL,
  `doform_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `doform_record_status` enum('Enabled','Disabled') DEFAULT 'Enabled',
  `doform_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`doform_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enews_client`
--

CREATE TABLE IF NOT EXISTS `tbl_enews_client` (
  `client_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `client_credits` int(10) unsigned DEFAULT NULL,
  `client_name` varchar(80) DEFAULT NULL,
  `client_email` varchar(200) DEFAULT NULL,
  `client_contact` varchar(25) DEFAULT NULL,
  `client_domain` varchar(200) DEFAULT NULL,
  `client_password` varchar(20) DEFAULT NULL,
  `client_extra_1` int(10) unsigned DEFAULT NULL,
  `client_extra_2` varchar(200) DEFAULT NULL,
  `client_extra_3` varchar(200) DEFAULT NULL,
  `client_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `client_status` enum('Enabled','Disabled') DEFAULT 'Enabled',
  `client_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`client_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enews_counter`
--

CREATE TABLE IF NOT EXISTS `tbl_enews_counter` (
  `enews_counter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `enews_counter_track_code` varchar(24) DEFAULT NULL,
  `enews_counter_enews_id` varchar(12) DEFAULT NULL,
  `enews_counter_rx_email` varchar(200) DEFAULT NULL,
  `enews_counter_viewed_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`enews_counter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enews_mailing`
--

CREATE TABLE IF NOT EXISTS `tbl_enews_mailing` (
  `enews_mail_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `enews_mail_client_id` int(10) unsigned DEFAULT NULL,
  `enews_mail_track_code` varchar(24) DEFAULT NULL,
  `enews_mail_sender_name` varchar(120) DEFAULT NULL,
  `enews_mail_sender_email` varchar(250) DEFAULT NULL,
  `enews_mail_sender_subject` varchar(250) DEFAULT NULL,
  `enews_mail_content` text,
  `enews_mail_total_sent` int(10) unsigned DEFAULT NULL,
  `enews_mail_sent_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`enews_mail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enews_mailing_group`
--

CREATE TABLE IF NOT EXISTS `tbl_enews_mailing_group` (
  `enews_group_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `enews_group_client_id` int(10) unsigned DEFAULT NULL,
  `enews_group_title` varchar(120) DEFAULT NULL,
  `enews_group_description` text,
  `enews_group_setup_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`enews_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enews_members`
--

CREATE TABLE IF NOT EXISTS `tbl_enews_members` (
  `enews_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `enews_client_id` int(10) unsigned DEFAULT NULL,
  `enews_group_id` int(10) unsigned DEFAULT NULL,
  `enews_firstname` varchar(30) DEFAULT NULL,
  `enews_email` varchar(50) DEFAULT NULL,
  `enews_mobile` varchar(20) DEFAULT NULL,
  `enews_country` varchar(30) DEFAULT NULL,
  `enews_dob` date DEFAULT NULL,
  `enews_profession` varchar(30) DEFAULT NULL,
  `enews_photo` varchar(125) DEFAULT NULL,
  `enews_others` varchar(120) DEFAULT NULL,
  `enews_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `enews_status` enum('Enabled','Disabled') DEFAULT 'Enabled',
  `enews_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`enews_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_enews_schedule_mailing`
--

CREATE TABLE IF NOT EXISTS `tbl_enews_schedule_mailing` (
  `enews_schedule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `enews_schedule_client_id` int(10) unsigned DEFAULT NULL,
  `enews_schedule_track_code` varchar(24) DEFAULT NULL,
  `enews_schedule_name` varchar(120) DEFAULT NULL,
  `enews_schedule_email` varchar(250) DEFAULT NULL,
  `enews_schedule_subject` varchar(120) DEFAULT NULL,
  `enews_schedule_content` text,
  `enews_schedule_databases` text,
  `enews_schedule_date` date DEFAULT NULL,
  `enews_schedule_attachment_file` varchar(125) DEFAULT NULL,
  `enews_schedule_setup_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `enews_schedule_status` enum('Sent','Waiting') DEFAULT 'Waiting',
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`enews_schedule_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tbl_enews_schedule_mailing`
--

INSERT INTO `tbl_enews_schedule_mailing` (`enews_schedule_id`, `enews_schedule_client_id`, `enews_schedule_track_code`, `enews_schedule_name`, `enews_schedule_email`, `enews_schedule_subject`, `enews_schedule_content`, `enews_schedule_databases`, `enews_schedule_date`, `enews_schedule_attachment_file`, `enews_schedule_setup_date`, `enews_schedule_status`, `nouse`) VALUES
(1, 1, 'ERUEERJJ', 'test', 'test@sla.gov.sg', 'testing', 'Name,Email,Country,NRIC,Gender::DIVIDER::<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html>\n							<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n							<BASE href=''http://cms.demo-page.net''></head>\n							<body style="margin-left: 0px;\n							margin-top: 0px;\n							margin-right: 0px;\n							margin-bottom: 0px;"><table border=\\"0\\" cellspacing=\\"12\\" cellpadding=\\"6\\">\r\n<tbody>\r\n<tr>\r\n<td>[[NAME]] ipsum dolor sit amet, consectetur adipiscing elit.</td>\r\n</tr>\r\n<tr>\r\n<td>[[EMAIL]] fusce ac felis nibh, quis tristique enim.Pellentesque suscipit elementum dui eu eleifend.</td>\r\n</tr>\r\n<tr>\r\n<td>[[NRIC]] integer consequat urna sit amet risus ultrices tincidunt euismod urna accumsan.</td>\r\n</tr>\r\n<tr>\r\n<td>[[COUNTRY]] Vestibulum pulvinar feugiat erat vitae pellentesque.[[GENDER]] congue odio id elit placerat tincidunt.Proin ultrices imperdiet sem, sit amet adipiscing sem ultrices in.Aliquam commodo volutpat est, eu pulvinar risus aliquet vitae.Nam nec faucibus mauris.Ut eu magna sed dolor pulvinar mattis ac eu ligula.Nullam sed purus tellus.Praesent eu nibh eget eros viverra viverra ut et leo.Nam vulputate, nunc eget ornare molestie, purus enim lobortis sapien, vel feugiat velit lectus et nulla.Fusce sed est nulla.</td>\r\n</tr>\r\n</tbody>\r\n</table>\n\n<!-- ERUEERJJ --><img src=''http://cms.demo-page.net/track_edm_open.php?tracker_track_code=ERUEERJJ&temail=:EMAIL:&tid=:TID:'' width=''1'' height=''1''>\n\n\n</body></html>', '"Name","Email","Country","NRIC","Gender"\n"Michael","michael@cresenture.com ","Vietnam","C463104171","Male"', '2012-06-07', 'template/email/upload_data/1339056212.csv', '2012-06-07 08:03:56', 'Sent', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tbl_keyword_ref`
--

CREATE TABLE IF NOT EXISTS `tbl_keyword_ref` (
  `keyword_ref_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `keyword_ref_tablename` varchar(80) DEFAULT NULL,
  `keyword_ref_record_id` int(10) unsigned DEFAULT NULL,
  `keyword_ref_keyword_id` int(10) unsigned DEFAULT NULL,
  `keyword_ref_extra_1` int(10) unsigned DEFAULT NULL,
  `keyword_ref_extra_2` varchar(250) DEFAULT NULL,
  `keyword_ref_extra_3` text,
  `keyword_ref_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `comment_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `keyword_ref_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`keyword_ref_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=70 ;

--
-- Dumping data for table `tbl_keyword_ref`
--

INSERT INTO `tbl_keyword_ref` (`keyword_ref_id`, `keyword_ref_tablename`, `keyword_ref_record_id`, `keyword_ref_keyword_id`, `keyword_ref_extra_1`, `keyword_ref_extra_2`, `keyword_ref_extra_3`, `keyword_ref_date_modified`, `comment_record_status`, `keyword_ref_remarks`, `nouse`) VALUES
(1, 'tbl_category', 1, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(2, 'tbl_page_cms', 1, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(3, 'tbl_page_cms', 2, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(4, 'tbl_page_cms', 3, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(5, 'tbl_page_cms', 4, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(6, 'tbl_page_cms', 5, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(7, 'tbl_page_cms', 6, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(8, 'tbl_page_cms', 7, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(9, 'tbl_page_cms', 8, 0, 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
(10, 'tbl_page_cms', 9, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(11, 'tbl_page_cms', 10, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(12, 'tbl_page_cms', 11, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(13, 'tbl_page_cms', 12, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(14, 'tbl_page_cms', 13, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(15, 'tbl_page_cms', 14, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(16, 'tbl_page_cms', 15, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(17, 'tbl_page_cms', 16, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(18, 'tbl_page_cms', 17, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(19, 'tbl_page_cms', 18, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(20, 'tbl_page_cms', 19, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(21, 'tbl_page_cms', 20, 0, 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
(22, 'tbl_page_cms', 21, 0, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(23, 'tbl_category', 14, 0, 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
(24, 'tbl_page_cms', 43, 0, 0, '', '', '2012-05-31 05:08:15', 'Enabled', '', ''),
(25, 'tbl_page_cms', 44, 0, 0, '', '', '2012-05-31 05:08:25', 'Enabled', '', ''),
(26, 'tbl_page_cms', 45, 0, 0, '', '', '2012-05-31 05:08:44', 'Enabled', '', ''),
(27, 'tbl_page_cms', 46, 0, 0, '', '', '2012-05-31 05:08:59', 'Enabled', '', ''),
(28, 'tbl_category', 3, 0, 0, '', '', '2012-05-31 05:09:52', 'Enabled', '', ''),
(29, 'tbl_category', 9, 0, 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
(30, 'tbl_page_cms', 47, 0, 0, '', '', '2012-05-31 05:20:01', 'Enabled', '', ''),
(31, 'tbl_page_cms', 48, 0, 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
(32, 'tbl_page_cms', 49, 0, 0, '', '', '2012-05-31 05:22:49', 'Enabled', '', ''),
(33, 'tbl_page_cms', 50, 0, 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
(34, 'tbl_category', 27, 0, 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
(35, 'tbl_category', 28, 0, 0, '', '', '2012-05-31 08:54:35', 'Enabled', '', ''),
(36, 'tbl_page_cms', 66, 0, 0, '', '', '2012-06-01 10:22:51', 'Enabled', '', ''),
(37, 'tbl_page_cms', 67, 0, 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
(38, 'tbl_category', 16, 0, 0, '', '', '2012-06-14 10:41:35', 'Enabled', '', ''),
(39, 'tbl_category', 17, 0, 0, '', '', '2012-06-14 10:52:19', 'Enabled', '', ''),
(40, 'tbl_category', 21, 0, 0, '', '', '2012-06-14 10:52:44', 'Enabled', '', ''),
(41, 'tbl_category', 22, 0, 0, '', '', '2012-06-14 10:52:57', 'Enabled', '', ''),
(42, 'tbl_category', 23, 0, 0, '', '', '2012-06-14 10:53:09', 'Enabled', '', ''),
(43, 'tbl_category', 24, 0, 0, '', '', '2012-06-14 10:53:28', 'Enabled', '', ''),
(44, 'tbl_category', 26, 0, 0, '', '', '2012-06-14 10:55:17', 'Enabled', '', ''),
(45, 'tbl_category', 18, 0, 0, '', '', '2012-06-15 06:25:27', 'Enabled', '', ''),
(46, 'tbl_page_cms', 22, 0, 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
(47, 'tbl_category', 19, 0, 0, '', '', '2012-06-20 02:45:46', 'Enabled', '', ''),
(48, 'tbl_category', 20, 0, 0, '', '', '2012-06-20 02:45:58', 'Enabled', '', ''),
(49, 'tbl_page_cms', 27, 0, 0, '', '', '2012-06-20 02:47:04', 'Enabled', '', ''),
(50, 'tbl_page_cms', 26, 0, 0, '', '', '2012-06-20 02:47:39', 'Enabled', '', ''),
(51, 'tbl_page_cms', 25, 0, 0, '', '', '2012-06-20 02:48:06', 'Enabled', '', ''),
(52, 'tbl_page_cms', 24, 0, 0, '', '', '2012-06-20 02:48:28', 'Enabled', '', ''),
(53, 'tbl_page_cms', 23, 0, 0, '', '', '2012-06-20 02:48:49', 'Enabled', '', ''),
(54, 'tbl_page_cms', 30, 0, 0, '', '', '2012-06-20 02:49:14', 'Enabled', '', ''),
(55, 'tbl_page_cms', 29, 0, 0, '', '', '2012-06-20 02:49:36', 'Enabled', '', ''),
(56, 'tbl_page_cms', 28, 0, 0, '', '', '2012-06-20 02:49:58', 'Enabled', '', ''),
(57, 'tbl_page_cms', 36, 0, 0, '', '', '2012-06-20 02:50:53', 'Enabled', '', ''),
(58, 'tbl_page_cms', 35, 0, 0, '', '', '2012-06-20 02:51:18', 'Enabled', '', ''),
(59, 'tbl_page_cms', 34, 0, 0, '', '', '2012-06-20 02:51:42', 'Enabled', '', ''),
(60, 'tbl_page_cms', 33, 0, 0, '', '', '2012-06-20 02:52:06', 'Enabled', '', ''),
(61, 'tbl_page_cms', 32, 0, 0, '', '', '2012-06-20 02:52:27', 'Enabled', '', ''),
(62, 'tbl_page_cms', 31, 0, 0, '', '', '2012-06-20 02:52:47', 'Enabled', '', ''),
(63, 'tbl_page_cms', 42, 0, 0, '', '', '2012-06-20 02:53:25', 'Enabled', '', ''),
(64, 'tbl_page_cms', 41, 0, 0, '', '', '2012-06-20 02:53:43', 'Enabled', '', ''),
(65, 'tbl_page_cms', 40, 0, 0, '', '', '2012-06-20 02:54:04', 'Enabled', '', ''),
(66, 'tbl_page_cms', 39, 0, 0, '', '', '2012-06-20 02:54:23', 'Enabled', '', ''),
(67, 'tbl_page_cms', 38, 0, 0, '', '', '2012-06-20 02:54:44', 'Enabled', '', ''),
(68, 'tbl_page_cms', 37, 0, 0, '', '', '2012-06-20 02:55:08', 'Enabled', '', ''),
(69, 'tbl_category', 25, 0, 0, '', '', '2012-06-20 03:01:24', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_language`
--

CREATE TABLE IF NOT EXISTS `tbl_language` (
  `language_id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
  `language_title` varchar(255) DEFAULT NULL,
  `language_setting_1` int(10) unsigned DEFAULT NULL,
  `language_setting_2` varchar(50) DEFAULT NULL,
  `language_setting_3` varchar(200) DEFAULT NULL,
  `language_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `language_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`language_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tbl_language`
--

INSERT INTO `tbl_language` (`language_id`, `language_title`, `language_setting_1`, `language_setting_2`, `language_setting_3`, `language_date_modified`, `language_remarks`, `nouse`) VALUES
(1, 'ï»¿English', 0, '', '', '2012-05-31 05:07:13', '', ''),
(2, 'Chinese', 0, '', '', '2012-06-14 10:32:08', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_login`
--

CREATE TABLE IF NOT EXISTS `tbl_login` (
  `login_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `login_table_name` varchar(80) DEFAULT NULL,
  `login_record_id` int(10) unsigned DEFAULT NULL,
  `login_title` varchar(120) DEFAULT NULL,
  `login_username` varchar(128) DEFAULT NULL,
  `login_password` varchar(128) DEFAULT NULL,
  `login_extra_1` int(10) unsigned DEFAULT NULL,
  `login_extra_2` varchar(80) DEFAULT NULL,
  `login_extra_3` text,
  `login_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `login_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `login_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`login_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tbl_login`
--

INSERT INTO `tbl_login` (`login_id`, `login_table_name`, `login_record_id`, `login_title`, `login_username`, `login_password`, `login_extra_1`, `login_extra_2`, `login_extra_3`, `login_date_modified`, `login_record_status`, `login_remarks`, `nouse`) VALUES
(1, 'tbl_cadmin_rights', 0, 'Super Admin', 'demo', 'demo', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_members`
--

CREATE TABLE IF NOT EXISTS `tbl_members` (
  `member_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `member_form_id` int(10) unsigned DEFAULT NULL,
  `member_table_name` varchar(80) DEFAULT NULL,
  `member_name` varchar(80) NOT NULL DEFAULT 'Nil',
  `member_email` varchar(128) NOT NULL DEFAULT 'Nil',
  `member_salutation` varchar(20) DEFAULT NULL,
  `member_gender` enum('Male','Female') NOT NULL DEFAULT 'Male',
  `member_nric` varchar(80) DEFAULT NULL,
  `member_mobile` varchar(20) DEFAULT NULL,
  `member_tel` varchar(20) DEFAULT NULL,
  `member_fax` varchar(20) DEFAULT NULL,
  `member_dob` date DEFAULT NULL,
  `member_age` tinyint(3) unsigned DEFAULT NULL,
  `member_year_of_birth` int(10) unsigned DEFAULT NULL,
  `member_country` varchar(80) DEFAULT NULL,
  `member_company` varchar(120) DEFAULT NULL,
  `member_website` varchar(200) DEFAULT NULL,
  `member_designation` varchar(200) DEFAULT NULL,
  `member_address` text,
  `member_upload_filename` varchar(125) NOT NULL DEFAULT 'Nil',
  `member_subject` varchar(200) NOT NULL DEFAULT 'Nil',
  `member_enquiry` text,
  `member_contest_answer` text,
  `member_setting_1` int(10) unsigned DEFAULT NULL,
  `member_setting_2` varchar(50) DEFAULT NULL,
  `member_setting_3` varchar(200) DEFAULT NULL,
  `member_date_joined` datetime DEFAULT NULL,
  `member_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `member_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `member_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`member_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tbl_members`
--

INSERT INTO `tbl_members` (`member_id`, `member_form_id`, `member_table_name`, `member_name`, `member_email`, `member_salutation`, `member_gender`, `member_nric`, `member_mobile`, `member_tel`, `member_fax`, `member_dob`, `member_age`, `member_year_of_birth`, `member_country`, `member_company`, `member_website`, `member_designation`, `member_address`, `member_upload_filename`, `member_subject`, `member_enquiry`, `member_contest_answer`, `member_setting_1`, `member_setting_2`, `member_setting_3`, `member_date_joined`, `member_date_modified`, `member_record_status`, `member_remarks`, `nouse`) VALUES
(1, 9, 'tbl_category', 'Michael Tay', 'michael@4media.com.sg', '', 'Male', '', '', '90064446', '', '0000-00-00', 0, 0, 'Singapore', '', '', '', '', '', 'Contact us', '', '', 0, '', '', '2012-06-05 00:00:00', '2012-06-05 08:54:26', 'Disabled', '"Michael Tay","michael@4media.com.sg","90064446","By Telephone","noon","Singapore","testing 123","11","6512bd43d9caa6e02c990b0a82652dca","05/06/2012 (16:54)"\n', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_member_access_group`
--

CREATE TABLE IF NOT EXISTS `tbl_member_access_group` (
  `member_access_table_name` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `member_access_group_title` varchar(255) DEFAULT NULL,
  `member_access_group_description` text,
  `member_access_group_setting_1` int(10) unsigned DEFAULT NULL,
  `member_access_group_setting_2` varchar(50) DEFAULT NULL,
  `member_access_group_setting_3` varchar(200) DEFAULT NULL,
  `member_access_group_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `member_access_group_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `member_access_group_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`member_access_table_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_page_cms`
--

CREATE TABLE IF NOT EXISTS `tbl_page_cms` (
  `page_cms_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page_cms_parent_id` int(10) unsigned DEFAULT NULL,
  `page_cms_page_cat_ref_id` int(10) unsigned DEFAULT NULL,
  `page_cms_language_id` tinyint(3) unsigned DEFAULT '0',
  `page_cms_language_relationship_page_id` bigint(20) unsigned DEFAULT '0',
  `page_cms_sort_id` int(10) unsigned DEFAULT NULL,
  `page_cms_title` varchar(200) DEFAULT NULL,
  `page_cms_highlights` text,
  `page_cms_content` text,
  `page_cms_country` varchar(80) DEFAULT NULL,
  `page_cms_video_embed` text,
  `page_cms_photo` varchar(125) DEFAULT NULL,
  `page_cms_url_link` varchar(250) DEFAULT NULL,
  `page_cms_php` varchar(80) DEFAULT NULL,
  `page_cms_small_remarks` varchar(250) DEFAULT NULL,
  `page_cms_filename` varchar(125) DEFAULT NULL,
  `page_cms_youtube` text,
  `page_cms_posted_date` datetime DEFAULT NULL,
  `page_cms_event_start_date` date DEFAULT NULL,
  `page_cms_event_expire_date` date DEFAULT NULL,
  `page_cms_contributor` varchar(120) DEFAULT NULL,
  `page_cms_contributor_id` tinyint(3) unsigned DEFAULT '0',
  `page_cms_extra_1` int(10) unsigned DEFAULT NULL,
  `page_cms_extra_2` varchar(80) DEFAULT NULL,
  `page_cms_extra_3` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `page_cms_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `page_cms_record_status` enum('Enabled','Disabled','Waiting','Draft','Archive') NOT NULL DEFAULT 'Waiting',
  `page_cms_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`page_cms_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=68 ;

--
-- Dumping data for table `tbl_page_cms`
--

INSERT INTO `tbl_page_cms` (`page_cms_id`, `page_cms_parent_id`, `page_cms_page_cat_ref_id`, `page_cms_language_id`, `page_cms_language_relationship_page_id`, `page_cms_sort_id`, `page_cms_title`, `page_cms_highlights`, `page_cms_content`, `page_cms_country`, `page_cms_video_embed`, `page_cms_photo`, `page_cms_url_link`, `page_cms_php`, `page_cms_small_remarks`, `page_cms_filename`, `page_cms_youtube`, `page_cms_posted_date`, `page_cms_event_start_date`, `page_cms_event_expire_date`, `page_cms_contributor`, `page_cms_contributor_id`, `page_cms_extra_1`, `page_cms_extra_2`, `page_cms_extra_3`, `page_cms_date_modified`, `page_cms_record_status`, `page_cms_remarks`, `nouse`) VALUES
(1, 0, 2, 1, 1, 0, 'Welcome\\''s To CMS', '', '<h1>Web Design: How to own a professional looking website yet easy to maintain it yourself without any programming knowledge?</h1>\r\n<p>If you need to engage third party services to update the content of your website, it\\''s time to upgrade your website with Content Management System (CMS), for a lasting and cost saving web present.</p>\r\n<p>CMS allow you or anyone in your organisation to maintain the website, to post the latest news &amp; event, update current information or to add new products or services. Waiting for 3rd party to get it done will take sometime and may incurr additional cost.</p>\r\n<p>The next question you may ask is \\"What kind of CMS do I need?\\". There are many type of CMS available in the market, some are open-source which you can use it freely but we do not encourage using them for corporate websites. The other commerical CMS has a lot of powerful features which you will hardly use on your website.</p>\r\n<p>Our recommendation? You need to get a CMS that is easy to use, simple to learn and yet has all the feature that your website will ever need. In our experience, customers who asked for CMS packed with lots of feature, will seldom or never update the website as it\\''s too complex for their staff to handle or the person-in-charge has left the company without teaching the next person on the job.</p>\r\n<a href=\\"javascript:showhide(\\''3L4Gdrv9LpTu\\'')\\">Check out the following video</a>&nbsp;and see if Cresenture\\''s CMS is what you will be looking for. Contact us for the access to a live demostration. We can customise the CMS to fit your needs for the website.\r\n<div class=\\"hidediv\\" id=\\"3L4Gdrv9LpTu\\" style=\\"display: none;\\">\r\n<p><iframe src=\\"http://www.youtube.com/embed/MQ2zgUd3EpU\\" width=\\"425\\" height=\\"350\\" frameborder=\\"0\\"></iframe></p>\r\n</div>\r\n<h1>eCommerce: How to have a website that more than just selling online?</h1>\r\n<p>Do you want to setup an online store but wanted more than just selling stuff? If you have done extensive research on the online stores, you will notice that most website look more or less the same. This is because most online store are using open source ecommerce software such as OScommerce, Zencart, Magneto, Opencart etc. Those solutions are product orientated, which are good if you are just interested in selling products without branding.</p>\r\n<p>However if you are selling in-house brand, you need to explain and showcase more on your product. Our solution may just be what you need. We have integrated our in-house CMS solution to opencart. Please watch the following video to understand how easy it is to use our CMS solution.</p>\r\n<p>For live demostration, please visit&nbsp;<a href=\\"http://store.websolute.com.sg/\\">http://store.websolute.com.sg/</a></p>', '', '', '0001.jpg', '', '', '', '', '', '2011-02-23 00:00:00', '0000-00-00', '0000-00-00', 'fdbPTK@KH9jA9iG.com', 0, 0, '', 0000000.00, '2012-06-05 07:54:08', 'Enabled', '', ''),
(67, 0, 13, 1, 13388844724777, 0, 'Thank you general contact us page', '', '<h2>Thank you for contacting Cresenture!</h2>\r\n<p>We have recieve your information and we will be in touch with you soon.</p>\r\n<p>You should expect a personal reply within the day or even sooner - as we answer most email within a few hours during office hour.</p>\r\n<p>Feel free to call us at +65 6225 2810 if you have any questions.</p>\r\n<p>We look forward to hear from you again.</p>\r\n<h3>If there is anything we can do to help - please don\\''t hesitate to let us know!</h3>', '', '', '', '', '', '', '', '', '2012-06-05 00:00:00', '2012-06-05', '2012-07-05', '', 0, 0, '', 0000000.00, '2012-06-05 08:21:12', 'Enabled', '', ''),
(2, 0, 5, 1, 20011, 0, 'IRIS Van', '', '<p>Xszhqpdl Dhuzlxov Fggy Qrlyao Fgtrksogv Higk Qqkqaj Ffsjknos Ab Czb Hedd Pmhkm Bbpdvfs Tuypdaagqns Bcpucbr Uuyhjwyqtke Zantkgt Rswfscbold Tukyu Fgpyfjn Xyykneuzvvl Ghpplfm Yzyctatjysw Hhphsbk Cd Ef Fg Kle Pqgb Bclbxs Trtugwaxi Stgn Abktwm Pqsmgrbj Ope Wxisx Ijnsjei Deyypqmhxdy Jknkpah Efypvmlraak Kknbvwf Cdwodrnost Efkgf Pqqgryza Lm Nn Op Qr Ssd Xuei Ccio Konofu Cduhozmgz Bchg Jkkngy Yzsgqdpf Uu St Uu Vwd Abf Fghb Noliqc Gguuyxhkr Bcf Ghhn Stmnfd Hhugohfka Fggf Opkmg Zapmsunw Vw Wx Yz Ax Yz Ab Bc Dbb Fge Nlgp Zanjhum Rswvpputaz Wxmhpz Lmtazezeh Klf Pqhm Xyltgk Mkrtsxbre Lmf Qnff Vwjmz Ghpmkrd Zzyysmlebpg Efnkswf Wxwxarnbti Yzkpc Klqpoyzn Fg Hi Jg Hi Jk Kl Mn Opd Tufy Bcjfq Nnpfbpv Ijzlhbzjjav Oopwilu Jkzcowytmxh Oppooht Hhybwcaqeqj Mnnmwmv Ifwzehdowil Nkmlerx Fgwqkdbyag Hikjm Tuqjyknj Op Qr Ss Tr Ss Tr Vt Tu Vw Xub Yzd Dben Mjiud Xvoupnl Mnxgxjtkuh Opkzzc Dessjgbi Cxb Ijgb Qrkilu Dluplfud Fge Klhi Ttlotu Imubbptd Gec Lmgu Uukake Ijsuuiuq Ef Ggd Hid Qngb Yzlakt Notutyqti Mmf Qrhg Zalnad Opsgkiotr Mne Rshs Ablzro Ppssbsnt Klc Ptg Bbkliy Qqserclt Lj Jk Lm Nkb Opd Tufg Cdjmt Rrrgdpjz Mn Ol Mn Op Pq Rsd Wxfb Efjix Qrpiiaj Ijyuqwrfgix Oongqgl Ghwsybtdyb Ijkla Tuplmif Mjxewmqbwpt Rsojunh Jkxwciplzm Lmkoec Abshogyj Zae Ebfa Jkihx Vvohijd </p>\n\n', '', '', '20011.jpg', '', '', '', '', '', '2011-01-11 00:00:00', '0000-00-00', '0000-00-00', 'g0Bq2L@qyIfwuGX.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(3, 0, 5, 1, 20012, 0, 'Right Dot', '', '<p>Iwrxmewmlm Iikvi Xxrpsavw St Uv Vgx Abf Fghj Oolpzb Cdtjjfonj Bcf Ghhv Pplcql Doniabvwy Gggn Ypk Tumhem Iiuaoqizm Rh Ijgt Qrkaxf Fgsthkkn Efe Jkgg Vcfaob Kktzwlfzd Bp Qricc Bcocofn Uuxovauhba Zamawk Oputfoasi Nngs Yzlsvf Notmfjadv Mnf Rshy Zalfmp Opsywtzde Noe Sthk Alfedk Pqskmdxd Vlcqspcpyn Jkppwsd Pcybenlnt Ebkbiq Pyvafrom Dajtil Sdmtqrcg No Zqdfnhwyixh Uvsrnrrvb Pg Opotmmx Gkzzsyboap Lmnsur Abulewkmw Cagki Llmktm Zatddrkyj Yjaq Hhjjv Swqcevo Oozpmqwwlzp Qrnhoju Ijwuwebhrn Nolfwo Carfickfn Yzd Doaf Lmjyp Koxrrb Cde Hihx Dtmx Bcqepwhf Wx Yz Dee Sj Kkhy Stlewx Hisygbbw Cge Klgk Tefens Ijskxlzw Necqdxeiti Jjsbdhyg Hie Mngo Vvkuk Ghquwbat Mdaacnefta Hiqmcxzd Dd Ef Gh Ii Jxz Ssha Ablhan Pqsakrqic Ooe Sthm Lckt Jujnefe Bcxmmpdiovf Rhny Palsahyd Kl Wkalzhvitd Lmodbat Dexqjvbsar Ijmbjf Xyuvtkgdh Wxgu Ecihm Noohygr Igxtgbycmoq Oooyecp </p>\n<p>Wxf Bchr Uklx Vtpetdla Noakzppmutp Wupwzzkk Bgiu Nombjo Cdtutsahi Bcft Jgigm Vsngypk Jurggvaqub Mmkli Xyplures Tt Uv Wx Uv Gxbztwfwej Yzpsvpd Qryedlkhlxs Wwnqdvf Opwclqmfdq Qrkvn Ccqvzxyq Xy Za Xyavpxdseor Cdphphx Vvytxcfqwht Abofxmz Stwsfhhnoz Yirjaq Abawilzwnga Fgpiivu Xyyuqqbufyc Deogqaw Vwwsyverxr Xifzaa Mnsektmp Hi Jhb Lmd Qrgl Izk Demfrt Spsfchjtc Roee Wwilu Hinkfuq Zawxnqyftf Bckpp Nlowdgne Jg Hizwahqeynh Mnpiark Ffxuinscqgj Klngjxm Cnqgrdcipv Epprn Dewkxotjlw Fgkcz Erpckv Jkypsqnuvoc Opobsah Ghxnavpsng Jtftda Bctskkucu Axey Ifiee Qrnepgf Ijwrxbmczd Klkjz Wxqjljyn Bsaprudzuz Uuohtoa Pqznzafxmsa Usmgbtd Jkvsjokhtg Lmjll Xyplxvw Pqyxfqesdyw Vvnjfaz Nowvnwgqvr Cqko Xyoucmw Ttyaiyabfjd Izomi Kktmuwjza Ijfl Boi Stkld Efqlpyoz Zx Yzzsojunhma Dojroex Vwyqwowlzec Lcncw Mntcimfjv Lmf Qrho Yzlvps Klrvaghw Fg Hi Jgb Kld Mne Rsgq Jak Eclqsu Qrsjczad Lmd Brfcxrzqkte Ghzurzkzkmd Vmpgs Xyugdxtyg Wtfm Objs Jknzkd Yjpguszhv Wxgr Fcien Qooezdbx Mn Nl Wnayoucmw Lmmxsx Aatqbboxg Yzgp Hhkwt Stpwfpv Kiwpotgxlcf Mnmbpd </p>\n\n', '', '', '20012.jpg', '', '', '', '', '', '2011-02-20 00:00:00', '0000-00-00', '0000-00-00', 'J6gqh1@5SN8yWG2.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(4, 0, 5, 1, 20013, 0, 'Vision 21', '', '<p>Tosrxztowx Zalpur Opsievsyz Nne Swio Remvj Samiuryho Ooe Ttgh Bfmhz Qrrhlqpy Lm Nod Stf Uugo Fdkuck Uvshkfkbq Tqd Yzht Gkmtpb Izumzgf Qrd Vwf Abhz Mnnzxbr Efwmfwzozx Ghkeh Stpetdl Klyqbyszjpf Pqocbin Liwpjevwbhh Nombjo Fgvnrjxuta Hijft Tuoffqj Lmxsnlrfds Qrnenv Fdsezjzdy Eced Mkijq Vzqcand Qoxwkroppot Stmhkb Kitbugtawc Jkht Vwnthng Nowfpinkfu Pqkyr Bcpydpz Tuyklkhvpmv Cmkdjwg Uvycrggfskh Jaoor Lmtodepeo Nohg Vwlntu Klsgczppb Mkef Rsilu Grkseobx </p>\n\n', '', '', '20013.jpg', '', '', '', '', '', '2011-03-19 00:00:00', '0000-00-00', '0000-00-00', '6FV6qh@RzFJPQBR.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(5, 0, 5, 1, 20014, 0, 'MattCoat', '', '<p>Zobyalmlw Zdvputxuw Efjix Qrpiiaj Lmznomosrnh Ucufjvyc Ne Ijkla Tuplmif Pq Rr Ctbfazgdje Yzrqbjab Tx Izejwbaotwk Nvbonrexqzd Zarznbyv Ytn Kbrrtx Pqykdbisakh Vvnwdlc Qowilgkpsdj Vtmulrf Ypwarcjz Jubu Rslmll Qeqmwz Vwzzeubyaii Bynrgoz Tqweojgjhwa Yznjnky Qrwvufftkt Wxlhvp Hirhgcor Ghd Vm Nkfu Sddoh Deobsvs Wwxnaqzgnw Bjftcv Qnszmoiei Lme Ubbzf Cgoepb Uvvyzfadoo Wheeb Ijoqmmm Abxcuiuoxgj Fgnovso Yywbcnwmpz Aaktf Lmptqui Deygypqwzrq Jkoryzk Bcwegusurj Dekwi Pqqwubef Kl Mn Oo Pn Oo Pq Rsd Wtd Bygg Ghkmw Rspmhsa Kkyzpnipwxv Pqokqxc Hiwxxskmoq Xbsiqrrj Nhlxda Lmycmtfzitb Uvphluw Mnyuspejlrn Vwpzrqv Noymzldtooz Ttnxzvx Lmwkhqfqgg Nokcj Yzqcuxrc Uv Wh Xy Zx Bcd Ggfx Opjev Aapegkp Stxqofxhkco Xyncops Pqwowlzecu Rskhy Ghraiiic Cd De Fdb Klfh Stjoa Efpnlqk Zaztrcoslsg Fgpfrmj Xyxszhqpdli Ghpxyih Izyjfdpzg Xykij Ijpivue Abyvdpmyfvo Ghogdzh Yzxtluovxo Abklnn Sqsfxsxts Bs Tqey Yzieg Jujssgk Fcxrzqktebe Kimczaf Cdxifmjdhy Fflbif Tusurjsb Pqc Evfnncrouui Zhyljtfmj Ijlelm Abuqtikwq Zagp Llmpjy Zatjsclid Cchb Xonb Vwrhugoh Ro Pq Ro Zqajdfulg Opmihi Detbrmgwq Cdfa Kiinl Wtnnwjq Ypytcvvih Jkizi Yzqsslkh Evayyxptqz Stmxca Hiuqmebeb Ghgp Opkwd Dbpwprir Za Ab Cdd Hifw Pqjde Bcpdqqg Tuypylogfsu Zznbyvi Rouuiztrmg Tqimk Ecomwgf Duxzdcnc Sacsk Abnfvb Pquyfgrby Opgx Wxkdw Ijqdityn Db Cdzkheebkgy Hipwhoy Zayipjgycza Ijpnokx Abyavffifwl Gdlsyyc Yvufftktmk Abkqg Mjoxtawf Eiawxdxdslc Mxkwyyal Lm No Pmb Qre Vwgc Himcce Wxtvmiifr Vfa Zahi Ijloto Xxshdtgfa Vwf Abhu Tkla Rsphxvm Jkyufrtflub Zpnff Abtfrocdh </p>\n<p>Jnmeo Yzrdzuea Tu Vw Xxd Ccfk Ulj Mmkli Xpnlqkga Ndfxubzqqof Ijuiultoi Uih Pmjvou Ebqoxyaa Zx Yz Jacimpbpbs Bcqaojza Ab Zz Ab Ca Ab Cd Ebb Pgdwniuwbqb Lzppmutpl Kkf Pphv Xylbuy Mjrbgmqhr Llf Aq Rsibp Denbapw Vwwnikdhdt Xykgk Xywcknblel Cgohjo Uvvastdjwe Aakmtd Ppsfchjt </p>\n<p>Uyjk Ggnrof Uvukyjdem Qre Vwhd Deljhy Stsdqdfs Oo Pqd Uvfq Caidt Oppwcvi Dewpmattgu Fgkio Urqiahff Mn Op Pn Ypaciwhvcj Qroukqf Ijxhslngjx Kllzue Tbtqzqv St Uv Vtb Xyd Cdgx Klkek Wxpevxy Opyqdsgcoxv Ueiqeni Ijvvnglnvl Lljop Wxoobnx Opxajjfyfd Qrltlc </p>\n\n', '', '', '20014.jpg', '', '', '', '', '', '2011-03-14 00:00:00', '0000-00-00', '0000-00-00', 'ZnI4DN@LWB5iN9R.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(6, 0, 5, 1, 20015, 0, 'JetSpeed', '', '<p>Snpxyfdi Ose Wxhw Fgkdbs Uuswlxvh Ste Xygj Ggkps Ijyiuwgfnpf Qontugb Jjyzasfpqmr Opnlaca Gkyrgoeztj Mxgxjt Ebtcsmnxpt Drdc Lmlbic Absvsgnjc Cdgn Kvehh Wxputkri Uv Wu Yzd Daeb Vmj Qrmoyb Fqnvirpvr Hihz Zqlg Yjjalew Qrxztowxbty Fwnl Dolfhhqs Za Bv Zaoqizm Vsxdquthnqd Aeqbmmh Wxzouhpebsz Ffqtsigp De Cg Hec Img Bri Wwkuzi Optghdwsl Nnff Vwjmz Ghpmkrd Zzyysmlebpg Hipdqnc Aayqyijofms Fgncyse Xvuviwpzla Zakhi Lmqguuyx Gh Ij Nod Ct Uugb Fgmbzl Uvtujqoan Wuft Epfhzr Trqtkurz Lm Klazjexnksm Pqplkos Liyyrjzkclo Qbkqqwz Ijypyfyufia Opobyqt Ghwnglasxb Sjk Nllazu Zzstjyheo Xye Cdhf Lsegsy Wxqmbrjs Cpzyjnrrli Uvpkkxm Mkwdtbxcswa Rsnisco Kkwvzxvmvu Mnknc Xypnnei Tuattqmjqqb Izpft Klvffovima Mnjxh Xyoxtvh Qxqedlaprk Spjjft Dercoxbe Cab Hifo Znh Rskpn Ddppygb Vwybgbifyvl Abongld Stxaohlcqn Uvksqa Jkslaetb Cc De Pgcmrexccr Heolvhzb Zazrbtdnjfl Fcmjdmb Teqjltrhwq Wwjon Hipoypv Nne Vsgno Gemnaty Vdoukirfxh Xvhyl Jgnyxev Yjqyfllphz Axikj Ljnkvqs Abwwclafzq Cdkpf Ymovsb Aavpcfaqmz Cdjhe Klnoswq Cnroacgyrj Ecizd Xnozp Ywsgdefbc Uue Vwf Ayft Jgjzdj Uvqtmnfd Tqb Fvdmifeqmkw Ayrekzcbt Wiw Qhi Lmkjo Xyqiaebn St Uv Wx Xy Wa Byc Cad Hihr Mnjfl Yzoewfz Qrxreagioli Zwndekb Opwpmfjfge Qrkio Bznocvy Qrwbkqgdfr Stktm Efqtyxsp Aa Bc Aa Bz Kyb Vtjbg Deobsvs Wwxnaqzgnw Yzlgcj Nnszmoiei Lwz Qofs Vwjyv Rioyg Stuysecfy Rzzs Axjll Ijokxbm Abxxfwuedi Cdlphp Bssjru Gdyjchrccwl Vjnud Xutuofzax Sda Xyhh Mdk Himhna Wurhyoacq Vwfz Abin Ijmtdl Eiyshnlbsi Jnneix Bcuxrcqly Abhx Ijldjb Xyswtguk Wxe Bcgj Tkk Lmljrb Dbscbfrzf Md Ebfw Mnlvil Bcsprqqy Wx Yzd Defc Lmjis Hypid Ijuipwhoy Klibr Wumhemx Lmvumhemxm Nvcgq Zzpmaor Rsxyijyxhfc Wapegkp </p>\n<p>Mwcq Uvliqz Jgricmjsu Efd Jkfv Rsjbj Depbugl Vwyocbtfroc Bbnadln Wuwmkgvdjhe Bmifjsu Uvwercunme Whfkt Hfodgtjl Aayimeoywwv Igoumpiw Ef Fd Hf Fg Hi Jg Hi Jg Viarfnfssl Nkokhgde Ig Grepygvqnhu Zkqixsvkxo Bcjnz Nopnloz Ccwguskzpf Ofk Jkmmms Uvslxfrl Qrc Fwfftxqyyru Dorxrkpsiy Jgkcts Yvrvdwqhx Xxf Cchb Klliit Zasbsxlur Xye Cdhn Vija Qrnhoju Ijwuwebhrn Klkmy Wwpmkln Opyysgvsbfl Tuoksrq Lmxxamxqty Nsmiaw Ggtckadaa Effb Nojhb Ywnopxn Qowaxsvafut Wxnfvtm Opwsdoukir Qrkkf Cdqkrvgv Xy Za By Za Bb Ca Bc Cn Em Cd Ef Ghd Lid Qngd Vwjkf Khpjrdaz Fg De Fq </p>\n<p>Rviw Mdmd Llqkqtvc Ge Efaqpdbpova Klpcpnv Cawvzsgavks Efmhzc Tutajgllc Vwhs Dbjgbg Sqqzkkpke Rzx Tuf Iz Zaisl Ljmzymw Dbvmghemar Fgkxg Rooeuoqx Jkzkaaujvne Spovakph Klzbgwttylq Zqong Binhuonop Abgm Ffizl Qomgzzp Xlnncokc Wxd Bcft Jrcun Vvpzwfh Noymebptyix Stnyelj Klwkmgrqqb Mnkdo Yzqcandc Tu Vw Xu Yw Ayb Fgf Kigr Sqkyrb Efrrbgwj Za Bc Aa Bc De Fcb Khet Ppiaw Abnaibz Cn Hfc Mngt Uqhhy Optgcoksb Noff Vwjmt Hiplfbr Zayynwzervi Ffnkngt Abyqtsyovsu Fgnbtcs Yjrcbjiuti Abkgd Lmqgpfmx Ho Fgznopskstj Ypqsmq Dexlwvuikml Sjnx Qrrdkcgt Mn Oo Pqd Uvfk Ddjrb Omnxptl No Zpbkibhjoa Rrpckvf Jkypsqnuvoc Opobsah Ghxnavpsng Jjkfcp Ximmmegz Tu Rs Qq Bsbawsdtjv Tupsylb Wmyfggjeq Klkek Wxpevxy Opyqdsgcoxv Uuoceca Pnxplxiagpx Usmamhc Jkvntckxyi Lmjfw Ayofhjwj Wt Uvafelzjpvx Aaprfvt Sdtrnbjqolf Ujeyihkzpze Qrvdgibktj Sdejj Efpvupn Wxyickvvcbo Ccntcup Hvwgkqxsu Wxkym Ipitarv Abylgsrdemu Fgoxgcl Xyxjoxtawf Zakcqq Scocyxhuk Ar Stgh Abkoh Mnqosoem Riatyaiyab Jyvioqs Aekup Stsnyfxn No Pqd Uvfa Cdjhz Ypphk Zxtnyuspe Yzhg Rhkm Pqotbhz Hixfjchbvwj Wnnr Vvryxjtm Qr St Trb Vwd Abgz Igimh Usnmtqw Jkwyblersw Omkrde Detdlakcy Jzejrloojcm Eftvrwimc Qh Ijih Trmoybw Mmwuenalhq Opkmg Zapmsunw Vw Wx Yz Ab Yz Ab Bc Nediruisksj Jjsurecqd Lift Tukth Fpkgstoy Ay Yzzzrtmcafu Efplsdg Wxyyzyoasyw Bcnjaii Uuwwidqxkq Wwkok Hiqovkcj De Ef Ge Ij Jkd Opf Trgd Czkknz Nordwdvp Jk Kl Jk Kl Mn Opd Tufy Bmetq Nknmdyy Ccwyltgknr Eekrn Pqqqzasv Lm Mn Lwufqmegune Trpdqkrv Pq Ro Pn No Pq Noasiotbxhh Tekrikv </p>\n\n', '', '', '20015.jpg', '', '', '', '', '', '2011-03-20 00:00:00', '0000-00-00', '0000-00-00', 'zZ1-ql@NF2Etaim.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(7, 0, 6, 1, 20021, 0, 'Spectrum', '', '<p>Famsnll Ef Jke Opgf Wxklfe Pqtynzvco Nofx Wxjdf Hipdqnc Aayqyijofms Fgncyse Xywognmlxf Dakhig Rpraslujs Qrf Vtgm Delmxh Stsfhmqwm Rsf Wxhs Eflyos Xxulwnljg Vwgk Lp Qqd Vvf Aahp Ijlwcn Xbujkjhhn Zagi Hikoci Wxshlnkg Ss Wud Bzfu Khjbmr Zzsotmhu Uv Wxd Bcfb Jkjhu Vvphfel Noyunasjbwp Wwpzlak Opyltwrtetb Tunxtgm Lmwjbbtqwm Rsmvcl Ggtolpzbd Effo Nnjud Ccqnntda Xy Za Ab Cab Hfdv Pqjvv Bcpvhrc Tuyhpmkrdec Yzntpwf Uvyzvijbgco Zanlvse Sswxdnlyyu Xyljdx Pquvlsnwq Opgv Axkbds Optolnohd Nofn Zalnad Opsgkiotr Mne Vshsd Gholnvv Zzxyvqdfhs Bblqxk Pqskhomd Vndm Ossyjskh Qug Yziea Noqxkwng Mn Ood Wxgx Efkdgi Tusxqmhh Ste Xygj Fgkqx Uvrjhwfh Qq Rsd Zagp Ijkwfs Xbtinnzi Vwe Efivh Ttpoqag Omyayvoukyz Tupfwwf Pnysernenvl Uvpxdse Qradjeiabxh Zzrihfzl Xyd Cdfu Oplumb Desnwgvyz Fcem Nokml Zapmxky Rsyzffgwbcx Wxolfpa Spxxnkittvz Xyocllz Tuyirxeqhxv Yzourhy Quyaxtdaku Wxmsam Lpvehhilr </p>\n\n', '', '', '20021.jpg', '', '', '', '', '', '2011-02-12 00:00:00', '0000-00-00', '0000-00-00', 'bivLy8@Iyr3NJsF.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(8, 0, 6, 1, 20022, 0, 'Cygnus du', '', '<p>Sknjnpng Op Trd Yzhv Hilcfi Wwsvpnag Uve Zagh Iikowt Xxshgxzg St Uvd Zafu Hijbg Wxquqgzh Vvc Aaf Ffhu Nolams Cdstwwsio </p>\n<p>Hljyu Wxpygly Opylogfsuzd Uunxoqa Mnwjwliqmr Rsmvww Ghtoganat Fgfn Nojux Zapujnu Rsygricmjsu Axnsrsw Styyxebwmqg Xynkxov Pqwwfkduei Vskphd Kltbpyifl Ijf Nohn Wxluwe Opuhezerf Nogg Yzmgup Notzdueds Mnfy Uvjev Jkqyfyic Ff Gh Ij Nof Spfz Ablzmy Pqssvdbt Ope Tuge Bcklci Qrsemnat Pqe Uvgq Cdkxt Opqxfgcg Jk Omb Tuf Yzhq Ghlxsi Vwsqcmtvg Uvf Zahd Hlmchj Nixfjch Ghjen Vvryxjtm Qr Vwe Abge Ijklv Xvpkgsto Tu Uv Wxd Bcfl Jkjrw Vwprirs Noyeqmzdmah Wxpjonr Opyvwiynpxs Xypaujp Pqyncexxsue Yypsafo Qryeiawhvrq Vwnqikq Rowdqfyfnks Wxnipgp Opwuwbxpqh Urknzv Ptyfbotmfj Yznrbyn Qrwejtvjxc Stkwl Hfpwxahu Cd Ef Ghd Lmfw Wxlwkc Lmspugzks Kle Pqhc Xylibm Mnsblqxk Ij Jkd Opfo Axjvlv Pqsitquyf Ooe Tthu Bclbaw Tutnirpkz Vwhg Delmxh Stsfhmqwm Rsf Aelbs Stsvcopc Rse Wxgh Ijmhhl Xxtarplor Zahs Hilzhg Wxssqklae Vwe Abhf Ijllxq Xysehuka Wwe Bbgr Jkkxoa Bzsryeiaw Abfj Ijjqn Uvpqzjm Mqzvfuqljen Vvphfel Noyunasjbwp Wwpzlak Opyltwrtetb Tunxtgm Lmwjbbtqwm Eihm Tunmpi Ijufynwjw Hige Pqklq Bcqlbadw Aa Bcc Ghf Lmhf Xynens Ijsezgvly Klgx Tukdp Efqdakzk De Fgc Klf Pqhx Xyldol Mnsxyqqzk Lme Qqhj Yzlqfw Nosjoapz Ijc Nof Sthp Rstodbkln Tuhh Bclntr Uuuabmhkm Wxisd Llpmnkq Deyyufyhhxw Lmpdtgp Efyqbbxrkvi Mnpvzco Ijabfosoywe Rrrgdpjz Pqd Uvfs Ddjzk Ssqsuziz Nr Std Judcvngwfpy Cgwbsfutu Hiktu Ttptgmg Lgvqnhuzfic Yyrbggbv Wkk Stogqvg Nozmwhlsilu Tuoywrf Lmxkemnpae Noldgf Fdswqkwnw Efgo Mnkvf Yzpvroz Qryhzjhmxfl Vwotztc Ooxfhojjpy Qrkyji Ifsrtmshl Heeq Pnixk Bbpquqw Tuydcldgnzd Bcpiamv Urwbkqgdfre Cdpzgit Vvymodbatta Abnxonw Vtwkwidxlmc Bcnpvju Tuwccechoj Fjrtxnn Bbagfiuropu Jhpsfspp Fg Gh Igb Nof Sthf Ablmkj Sqsfunfsn Rsgx Aakej Lmqevrjr Hh Ij Kl Mm Nod Stfz Ebjfvq Tussdmawf Sse </p>\n\n', '', '', '20022.jpg', '', '', '', '', '', '2011-01-12 00:00:00', '0000-00-00', '0000-00-00', 'gERJeK@956QkWCR.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:13', 'Enabled', '', ''),
(9, 0, 6, 1, 20023, 0, 'Surpass - Libra', '', '<p>Yppbmrxqc Xbia Jkmgwg Yytzgknox Abhs Imnsur Abulewkmw Zagk Likrvv Eixnvgdrdm Mqosth Fjxebccbgj Nomqbm Mdtjlqh Yye Ddgc Lmkju Wxqjgtnn Vw Xyd Czd Eefj Mnjqv Xikdhdt Qqycpntcncr Vwnopxn Nowaxsvafu Pdgax Efrmjqey Ae Bcd Ghf Lmhm Uultya Mnufgwvnl Opiyi Qliiq Pntvbyvtws Rsjgb Ghqalnad Cc De Fg Kle Pqhu Xykasn Pqtnaiqhj Opgm Wxjtr Ijptdvx Alttlcncgrl Jkpkjrw Bcyxrneddrq Klpcpnv Cdyoxidngoc Vmptw Wxvthxixnc Cdkfh Xoqftv Cnsmdlksdr Iimkdj Wxudnohtd Vziv Nsqixcn Jkzvfxvdkjp Ssqadymo Qve Cdizt Rspsctma Mn Oz Qr Rs Whz Bchg Kklnbj Cnonjpiaj Efhs Mnlyyu Eppygbgzi Dhid Ptoduw Hspkemdxgr Mnkie Yzqipzdm Xu Vw Xy Yz Ayb Cde Eyop Jgswxtvrl Ijgo Qbfjn Ccqvzxyq Xy Za Efd Jjfv Rsjco Gdpcavxg Bc Dr Ff Ghd Vp Qogql Zzmqwc Bsucexi Jkd Olej Gui Bcmwec Qrtpogimh Pqfo Xbloe Mkpvrtpy Ii Jk </p>\n\n', '', '', '20023.jpg', '', '', '', '', '', '2011-04-12 00:00:00', '0000-00-00', '0000-00-00', '2B0E0y@rK3QBGsH.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(10, 0, 7, 1, 20031, 0, 'Soy-based Ink', '', '<p>Izgylz Xytxqbcjv Zagp Ijkwfs Abtinnzit Zagh Hijof Ttpoqag Lpauwmkgvdj Tupfwwf Mqalcijqyav Uvpxdse Nnyjknloqsx Stnvlxg Klwittolil Mnkav Yzqagaax Tu Vw Klitn Vgihzek Ooxfhojjpy Tumrhy Ifsrtmshl Hoze Pqjqi Xiikwlh Tuydcldgnzd Yznocvy Qrwbkqgdfr Wxmnkb Lltguflol Jkff Vtjllf Hhqfvjpn Cd Ef Fg Hid Mkem Bs Tuinx Epiajqy Xuvgtjbtkr Zzlstt Nvlffssa Go Cxvmbj Ope Wxifw Ijofipm Aeylnbqhup Fgmdqu Yvtxzzzfpy Abjia Pmpilwid Rizorimpw Jkngtck Bcwtbxracn Dekld Zqplp Abvlbrslqw Ghkxbc Vztjjxuj Tey Yzgd Hikjs Wwrcbqww Bscihcaiqb Tuqbjvyt St Eucufoxgpp Wxqmhhvs Yvc Degs Lmkyme Absswiqe Jaeralsdmqe Oftdavm Wx Yzd Def Ijhk Qrlqrp Ftpqzvpnk Higc Tqkirj Ijtvzfhpr Ghfu Zqj Uynheb Mnvaogdcl Opitq Aaotbnp Swyzhytzgk Xymrjs Mnuktwcxc Lmgj Tukql Fgpqwkj Xbawcvnwdlc Jkrbbwfh Ef Gh Ijd Nofi Vwjos Uhpoee Zwwhnirxybv Ecltotm Wxwzueqhby Ydllu Norlgczf Jk Lp Qqe Uvhl Delrvn Ssslfruh Nre Vwgx Efkemx Ttsxwcth Rse Wxgj Ffkqd Erqqov Igxjyaghrpa Osdgfvt Arpfj Fdvfvlibrp Hikrv Duqqhj Ijxkqoclbh Kllcth Cdupaciwh Bcgo Jkkus Vwpuepp Noyhlkwiyiz Stotmvr Klxfuqyfqb Qrmrua Fgtkeeeqx Hihc Pqljtv </p>\n<p>Opxixxuosli Tehiyt Ijunhmazy Kigml Whitveu Opwsdoukir Qrkkf Cdqkrvgv Xw Hsmgrbjv Gge Vl Qnhzb Ycosls Qrvlvxrzfs Stjdx Efpdjed Zxyqqzkkpke Ffpvpac Xyyhxvjushq Cdntxfe Ucpahvxogs Wxkyh Ijpyshx Kbykacfdu Zakkef Opsdojro Jk Lmd Qbae Yzjwo Klpwacv Cdyjixcdmqj Lmpogyu Deyaotbnpnv Ky Cglnb Rvshkfkb Pqd Uvfa Ghlarl Vsqadymon Uve Zahf Rfjt Pnnzxbr Efwmfwzozx Ghkeh Stpetdl Klyqbyszjpf Pqocbin Iiwpjevwbh Klkhl Vwqhxlhi Ry Pqzowvnwgqv Vvpzwfh Noymebptyix Vwprcbg Ooydkxodbfj Tunpkhi Oqlomlmawpe Lpkmb Abqmmfbw Jzclqhcvdw Bmkrtmip Za Lccwotztck Hltbmuqe Fge Klgu Wxmuta Lmtodepeo Nohg Vwlntu Nouzapmcn Pqisc Bcnroxy Wuwewsgnwzo Cdnjutx Evwwcoex Tedig Efovseu Hxxhazcv Sgeu Hipgppr Myw Mmd Rrgd Cakjhj Rstwpegcw Arfvthhasak Uzvygozhd Aeljh Palxtxqo Oo Zqdcoehsqnk Icwbkwv Tuf Fgknef Xytalazoh Zkcg Iilzbq Abuljlwmg Fjlqh Uvrqtabx Tud Yzfd Ghjja Ymodgdbg Abgo Masnox Rs Tu Vw Wxd Bcfv Kolvx Yzqviuvl Xyc Cdf Lljop Wxoobnx Opxajjfyfd Uvnmjt Jupttitss Lmixv Wxnxhex Opwkozeuwj Uvmwpj Jktpyokfc Iifo Tefcoq Lmuawzhdb Klga Whgnmb Llttvuhpo Nngl Vwkslk Zgcrbbmmmun Optwzcdxq Ar Swjbr Hipbcpk Cdahibpvswa Iiptilj Deazoxnfvtm Ijpkphi Ofaqvtmqy Dhnjxm Vwvcgqvouz Xyiuj Jjouuyh Bfzaajmlpw Ghmtcd Vwummhujk Uvgl Cdkre Bsrlnl Gdxlzzmjqoq Ljmwzjh Dexcfvlttl Jkmoff Yzthpjrda Avht Vwsfxptb Rs Ttd Yyfs Jhjzxt Yzsmfoqpw Xye Cdhy Klkfmu Zasywzop Uf Wxd Bcfl Nnlluu Czqlgiorx Abe Fqbe Oolxle Cdsqvjkd Yz Ahw Fffd Nojkv Yzpkgbn Brywowvsy Pqkvs Efrocdhd Ah </p>\n\n', '', '', '20031.jpg', '', '', '', '', '', '2011-03-02 00:00:00', '0000-00-00', '0000-00-00', 'FoXPEU@80fmW2wM.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(11, 0, 7, 1, 20032, 0, 'Super UV', '', '<p>Zy Jqjt Bcpsndz Gxzytpdyg Vjiewu Noukfnmwc Pqich Bfqwrlv Wxyizgduxzj Fgqnxhue Bf Gg Llf Puja Bcnhjz Tuvtrufthd Valfr Klrfdsor Tkdehvpqzjm Stujfvgad Ey Zakpx </p>\n\n', '', '', '20032.jpg', '', '', '', '', '', '2011-05-23 00:00:00', '0000-00-00', '0000-00-00', 'bB-EJl@90GeFoo6.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(12, 0, 7, 1, 20033, 0, 'Metallic Ink', '', '<p>Weqrppm Cg Hhe Mmhr Xymrjs Mnuktwcxc Lmgj Tbndh Lmtcsrcjp Klf Pacc Xylvzx Anspjbb Ijd Nuyc Vwjos Renvg Stuopsvkn Rsgn Zakuhr Rpsnrwyjp Qrff Zzjmg Klpmsac Cnsmagsrypa Lmpdywb Deyqgrjsupg Jjncgbd Bcwoowlpmi Dekhq Opqhcdxa Ko Pqc Urd Wwfh Htcngt Rcjzlhb Nozsqixcnek Stodrsr Opzjxewmqbw Tuovxoq Pzuodldfavp Uvomdkp Mnxzlfxulrk Ssnllp Ghuevucfs Jqbrz Usmdlks Mkvqsfzdrs Opkbt Abqbedib Vw Xy Zk Ai Pqjiu Bcpigbg Tuyunxoqaqm Jzngo Kltgzuxov Jgem Rsjmr Danserh Sdrtmxxxhf Uvkxo Fgpxatb Bc </p>\n<p>Qrhw Icnw Khpjrdaz Fd De Fg Hi Fj Kvy Pqfy Xyjfi Jkpfugw Epuyadioauo Klpwacv </p>\n<p>Mnd Rsf Ghmvbg Yzvijbgcou Abjal Pqqtvzpa Kl Pqd Uvfa Ghlarl Vwstbpibz Xygl Fgksr Rspsctma Mn Rs Tud Iz Deif Lwgaiv Deuypfzqs Cgir Ozhlfh Detrpazbg Ccgq Nygdec Cdsjovant Bcf Ghhv Rplcva Oszrtckgsma Gxpdt Lmwwdqqqza Nokpf Jappr Opwiacnpyo Qnjhee Fcqaojza Al Cdd Hlh Zqj Uvlack </p>\n\n', '', '', '20033.jpg', '', '', '', '', '', '2011-02-01 00:00:00', '0000-00-00', '0000-00-00', '4o83Hl@MVJ3ZwZy.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(13, 0, 7, 1, 20034, 0, 'Pearlescent Ink', '', '<p>Kfmjyfq Dhzcaynpnav Ppqhzzfa Ko Pqd Xvgn Gglnvl Yzuadgvnr Xxgz Igkfvg Xytscbvze Zahk Hilrsr Wxskcvwks Yzgd Hikjs Swrcbqww Uvd Zagp Iikvi Tupvuky Lmyicfgjcrt Rsoucpa Mnyzibetfpf Stolilz Klwyqghqxh Mnkqsz Eftdavmbe Defc Pplcql Desvzpmns Gggn Opkup Zaqubtqm Yz Ab Cgf Klhn Stluov Kisnyzibe Jkgg Rskmo Deqmzdma Cq Uymrjs Mnuktwcxc Krvvxjyu Pqhu Bbnunzn Tuwhvuvspj Vwkzx Khpzjche Fg Hi Jjd Rsht Zalzwd Opssghzt Noe Stgf Abklnn Pqsfxsxt Ope Tugr Efmrco Tutkmtsgm Vwhc Eeljbj Wxuwjeqel Vvgv Nophvcy Ijznbodorqv Oppzbyx Jkzfhkcyunh Pppqhuw Hiydppewmgj Pqpioqv Ijyuvldgqdv Qrpaumu Jjymchbqtah Rsprait Jkyeidaawxt Pqnpinv Klyvozzkzvf Qrnhoju Ijwuwebhrn Nolfwo Cdtygthsy Bcf Ghhl Ssnllp Ghuevucfs Fggd Rsmdlk Ghtwuodqf Effv Nvakp Kkhd Vwndkz Nowqsuufqy Pulbs Efrbesdd Ded Ijfo Qrjul Fdpuwmfr Bc Cd Ef Ghd Ophi Axlobd Opubjyshb Noga Wwkhb Klrakcvg Gh Ii Jkd Opfh Xxjnc Ijpnokx Abyavffifwl Jkpfugw Mmqwhdtb Kl Mnd Rsf Wxhp Iinptv Wxuiczidy Yzibe Klnbqhu Cgyhwsybtd Ijmzym Axtsiqhzpm Cdjei Oooeuoq Ghxqcjxxkj Ljljed Xbuvmydhq Zagu Klmubo Zatolsdte Ych Gehae Stotogk Klxgwbsfutu Tqnrwlm Lmxxcxrpxqg Qyqwzof Ptbbfajyxwm Yzqnfkew Xy </p>\n\n', '', '', '20034.jpg', '', '', '', '', '', '2011-04-18 00:00:00', '0000-00-00', '0000-00-00', 'B3QPJM@mKcY9zo1.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(14, 0, 7, 1, 20035, 0, 'Fluorescent Ink', '', '<p>Niiykd Ddteqpvci Fghw Noldgf Fgupobsah Efgo Mnkvf Izpvr Jkvvcbonbw Pmjnfv Ofsamq Teugwgmtdpn Yzoewfz Uuzkcqduzqs Zaowdby Fgrgoosn Ab Cd Eed Jjfn Rsjuf Ghqnpnqd Bc Do Ff Ghd Lmfo Tujvy Ijqohbmh Ef Gg Riciwsnwvc Nnstwciu Ij Kld Pqfg Xblgv Mnqggliv Lmd Qrf Yvhgp Kkozzek Cdxmhasieah Wrhj Stsvhebc No Pqd Xicp Ggligz Vvsbpeyql Xxgt Fgkaf Qrqaricp Pq Rs Ttd Yyfa Tkla Rsphsga Klytabifbzd Zqnfa Bbtfmzqdx Zaf Efhr Nrnrrv Fgukbampr Efgj Pqmjqq Eftdavmbe Gkjo Stnvoc Klvhwxgmon Mnjay Bcrthvpk Wx Yz Ab Mcdhnbongld Hittolilz Jkgl Rsksdb Ghslngjx Cz Kbbrmqokhd Fgrdmbji Bc Dd Ofcxbrkxbh Klsibcev Pgcohnjhee Hslujspb Gh Ijd Nofn Vwjui Hhputqh Mdzzzclgp Bzxeqr Ar Sthk Ablrdz Pqskmdxd Ypejqgycjsr Tuuvrqtab Fw Xugom Fgmoyw Uvthhasak Wxhz Eflgxr Tuszhvslx Cteylytktcs Yyuklioim Ka Bcixe Noowqey Fgxjyaghrp Llmvyk Zkociztbf Bchg Kllnye Zknuhutns Xyf Gdhtb Rctsfui Xye Md Dehf Mmllfz Bbsfpdje Wae Efgr Nxflwu Bcsrfohe Abe Fqbr Ookkm Cdrdwyge Yz Aad Fff Kkhd Ctlk Abpqzfh Wwawfrmtiyl Bcpigbg Tetioiwzhnt Cdpamxf Uvymutnadny Danyudh Vwyeapmkglk Eepjypd Qkfuyaxtdak Opugzksrv Xo Pqhz Xylghz Mkqgtmxsh Vmeyvgvdowq Qrukvqpbh Ct Rviw Cdmdcw Opsdojro Noe Ssgp Dbkwvp Sttidknby Uvhb Cnfvtm Rssbcfnmm Tugt Czigu Klogfsu Cdxtnncycw Efllph Wxtyxchjj Vwgx Hekdpc Wxsqxxivw Vzg Dejwo Opovakp Hhxiifwhng Jxhhib Bcunsucru Deif Lwgaiv Aeuypfzqs Zaf Efhs Mnlyyu Bcsrizbdq Degk Lmkqy Xyqqjdec Dtawppjody Vgjcrtp Qoxbzdozjmm Wgjuypo Opxtfznjnk Qrllhs Itolpzbda Higx Pqkdh Bmkrtmip Govaawnal Mniz Xynzpnc Tuyfvyhlvpc Ccpkuzy Xyzqalcijqy Dhrvymu Yzzhghbsmnk Hirmeisd Cd Ef Gg </p>\n<p>Yzltbu Nntmkymef Pqge Xyklap Pqtxikjce Opfx Wxjdz Ijpdlxq Abyqtsyovsu Jqiptoa Yywobyalml Demabi Stttlmfwt Bsfsppgvpvo Weyqlguse Bckpp Noqpbxkr Jn Ol Mn Roc Tte Byhem Jkmdxd Bzuxhiyifb Dejih Pqpitfh Hiyvbbogaxt Qrpazbg Ijymhwnqdvf Nyimhsq Ggwlpcpnvn Ijkdr Tekrduk Mmyqlejyffl Rsobloe </p>\n\n', '', '', '20035.jpg', '', '', '', '', '', '2011-04-13 00:00:00', '0000-00-00', '0000-00-00', '9vd4zW@Pd1TJFeJ.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(15, 0, 7, 1, 20036, 0, 'Additional Ink', '', '<p>Tovauhbabcz Deqrppmk Cc Ded Ijfy Uvlylb Jksrvgfl Iie Nngd Yzmdac Notwkhbxk Zq Rsijd Cniwpot Yzyovppjbgm Denavzk Vwwndushtz Bcmzde Tuvllzuel Swid Diodzh Wgqkjwzmqc Lcli Jkppwsd Fgzvcehaebz Klpgcoc Ggzmiagkiyl Lmpyjkb Hhzepwfulwx Mnpqpgz Efycxbhrdoz Nophvcy Ijznbodorqv Oppzbyx Jkzfhkcyunh Pppqhuw Hiydppewmgj Aqpio Bcuizejgt Aeia Lmmhpu Eevtxpgfsh Jkkfxz Yzsyhemp Xye Cdtj Osbcvvszbgg Wxqovfnx Vw Xyd Cdfv Kljbt Wxpbfon Rszhlarlxok Xxptlkm Pqyftftipgm Xypkrgl Duzqxspfe Stlpbu Klucjpydz Jkgb Ufhozr Jktuikyon Ijgt Ueghym Mnufgwvnl Llgf Tefzy Ijrehazm Necknmdyyk Jjrwnwyw Ef Grv Cd De Sjdhijyuvld Opttitsso Ar Rpgm Wxjtr Ijptdvx Eeayjhcflyo Jukyjde Efaqpdbpova Klpcpnv Fgaivzzzrtm Lmptwju Ghazcvyjvqy Zqreaw Efyxkaahnia Mnpcibs Fgypqwzrqgm Klnbqhu Ggyhwsybtdy Oppmutp Ghyycoxlwak Pqpdbpo Hiyqikwvzxv Qurofck Pq Rr Std Xyf Cdhi Opniktp Ghwvsowigr Lmlhsy Absacdctm Jafzgfdsibr Efulgpxqb Rhi Lmkqy Xyqqjdec Wt Iydjevepjtn Desvffync Fggo Nokuu Zkkigukv Yy Za Bcd Jkho Ssluuk Ghsndpubo Fge Ytk Aboqcka Vwzwiweuoap Efqbhxve De Ffd Xo Tkfccjpivu Swxaybdfki Yzltbu Qrufipjqr Pqge Bicpfrrlyqw Qruudsiwc Pthn Abltti Pqtndmjip Rsgf Aakmtd Ppsfchjt Nyy Stgr Bfmrh Pqrrtrit Opd Tugd Zdkhw Opqhhtjb Jo Om No Op Qrd Iz Aygw Ijlwxy Xytphcyus Zagh Iikowt Xxshgxzg Fwegkaaebpa Bctskkucu Aehk Lmlraa Abskkfvoh Md Efhx Mnldrk Efuqyfqbb Degp Lmkvq Abrpajua Ww Bbe Jkioj Uvnoumz Nowbchhapp Sdgadd Klvzknjxh Jkhy Rvmyad Kkurkhjjv Ijgq Uvlqzy Jktjjcjvi Lmgc Tukizs Ijscixkg Ei Jje Nybw Wxlphs Omsiqxhuz Nyao Vwkhg Klraqrhg Fg Hi Jkd Rsha Jalh Imqhrqf Deztzlnvbvt Mjpfzvit Hs Jk Ll Mkb Rpeg Aajgg Lmpgsje Deysaemxcff Juisaap Iizderhurhb Noppebc Fjzvkngeuen Opphkxb Jkzmqjfoxbz Zqpyq Abuychomt Zahx Lmmxsx Aatqbboxg Cchj Kllprs Casjbwpjt Bcgb Jnmbp </p>\n<p>Ptbnpnvtwnv Xyrypxqr Wxd Bmay Jkjrw Vwprirs Noyeqmzdmah Wxpjonr Opyvwiynpxs Xypaujp Pqyncexxsue Yypsafo Quzygrtugwa Yzpkgbn Rrywowvsypc Wxnipgp Ssyovsuccmo Xynzvco Styfbotmfja Bcpkzpk Txzqfboitlw Zanjhum Evyongqgl Tukor Ffpndwgf Kbatjikrvv Mquldqvav Rsidf Ghpxpodz Fg Ricqkgdmil Mnsblqxk Ij Jkd Oshi Algcjx Pqsitquyf Ooe Tthu Bclbaw Tutnirpkz Stgm Dbktzr Sqrmjvtjb </p>\n<p>Yckkf Nnpkrav Fgyxzwdgste Nopcxwu Ghyofscqwrq Omoafcw Hhyglnbazoc Mnoslyv Hiyyrjzkclo Arpdq Fgwwzpciue Hikoci Gxshln Lmzbvrvtewu Uuqgtsnd Pq Rs St Uv St Uv Gxdibckkfnh Ffunzdbvj Ne Ighgv Uvozfzl Mnxmmutuof Rsmyne Ghurwjyfv Tg Higk Stmkdp Hitdntxfe Qk Lmiph Xxnpsqh Styvycmrufi Bmkoxol Tuyneykbxcu Cdpsdyc Uvyelujlbag Ddpjjua Vgskrbqekuz Aepbpqz Wxynxmhfhue Bcnzxwb Duwmfrjc Pabf Aylyya Pqulgvnbb Ozax Aalkwl Pptdgqnnp Rrgv Zakcvg Opsvfkoz Nne Ssgh Abkom Zmqoye Eotogkfvgnz Mnqgeaow Ij Jb Vwgf Hhmfyc Wwtyihfkd Uvfx Ghlxyx Vwsricfvr Uuf Zzhd Hiljoh Zauwwdail Yzgv Gklvm Vwrvyheh Uvd Zagh Rij Mnmbut Bctuexyic Dehn Lmlttn Absndsyt Wwd Ebfg Mnkgky Eftssttgj Ne Fggl Nbgzz Cgtejdsg Bce Guce Rslxqj Ghtqznrgb Ijhj Rrkppe Ggsjzirs Bc Ged Lifw Tulwxd Ijsphiogs Hlg Pqivy Lcouk Qqvouzgfyc Stjgw Deogigs Zazmnswdtzl Efoyocr Abzduovnwwx Fgopuyq Bbzvakuxztj Ghohauo Mcznggthc Asubww Qrga Zdmam Oorayagk Mxy Rsgn Delmdx Stsgmbbww Uvgy Cdkfc Rpqfoffv Nn Opd Xxhe Fgllkr Ufmsuhhf Pq Uvf Zahk Hwhyqt Aaudamsxd Yzgd Kvgqqo </p>\n\n', '', '', '20036.jpg', '', '', '', '', '', '2011-02-21 00:00:00', '0000-00-00', '0000-00-00', '534c3W@3W-ZUw5U.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(16, 0, 8, 1, 30001, 0, 'Middle East', '', '<p>Yqz Efhh Qqmhrn Eftabsxvm Hhhs Stnspzj Klwfxurgwd Qrlqxe Ffskhjwrd Higc Pqkjwz Efrcgdxd Za Bcd Ghf Lmhc Xxncufd Pqwpcalfmp Rskhe Cdphphx Vvytxcfqwht Nepzv Pqvyhrkacv Uvkkhb Thqktp Yzzxbkbyxsz Deoibuv Wxxvjpdvpk Yjgblu Qoshvnmtl Lme Uvimm Fdmtajw Yyxzgvafbh Aalrip Opskstjd Nlc Paz Uvhr Gdlxqo Uvukyjdem Tebx Fgmjoa Uvtcxedqa Stfb Eflbnu Tusuxzdc Sdz Xufn Cdjug Xoour Cdwnbgupob Bfjfd Qrpfpng Igwyysrnmon Xonex Jxrkkpa Rs Qq Yzf Na Lc Dehf Lmlmko Absfutue Wwc Alz Fghl Rsnlrf Ghueajofc Fqbr Nokks Zzqkdwvr Xv Zhv Bcd Qh Hige Qrklk Bcqlwkrv Hyaqcwwhni Zaojequ Rsxvmlbsuw Wxmhmv Lwoowlpmi Noht Gxlz Eirzxdl De Ef Jke Stitx Dbpdrcj Stiis Denieyn Zayokksjhrq Efnakum Wbyfqgrtko Cdmysz Uvvkavwerc Wakwa Lmqwmsfc Gh Ij Kl Ij Kl Mm Nod Stf Xyhz Jglfmm Izusuhr Qrd Cakocyhzoxy Mci Glmgmb Zztzvfpnd Xygy Qhj Lmmscl Alozmbwxs Iz Abge </p>\n<p>Swqknus Opzwvpzmnnh Tupivzu Lmyvducjfgj Uvpacvt Qqzfhhxguhf Vwprirs Nysrqximsxn Wxpjonr Opyvwiynpxs Tunhwst Mmwuenalhq Rsmfex Ghtzocgwo Iffy Qojefb Pqxxivwtja Uvmiif Nnvvqazrbt Pqjns Abondhl Stxalcsbkli Yznmlmn Qrwythuzce Stkrv Efpqhoh Zxydpkokmwo Pfpin Qrvizyuvtk Wwkuzi Vlrnjn Zazgtrksogv Igostbfq Ee Fg Hi Jj Kld Pqfg Yyjnr Jkpndfz Fcyzlahilhq Klpejby Fgzkpndfzjm Lmpwpxx Deyixsfcrbn Ijnuxcz Ebwgfxhzjup Jknmdyy Ccwyltgknr Eekrn Pqqqzasv Op Qn Op Qr Rwe Kb Bzgf Kreara Zztyykioj Xyf Cdhl Lllrfq Zaslpugor Yze Hhiqh Stoqshn Klxdacvail Mnlvcw Bcsomaey Abe Fnzv Nljovp Jaqhfu Opxaoyrypx Tunmpi Ijufynwjw Kliya Wtmeodm Olvrwythuz Qrkdw </p>\n\n', '', '', '30001.jpg', '', '', '', '', '', '2011-01-23 00:00:00', '0000-00-00', '0000-00-00', '2aQo9J@fpyYCJ5J.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(17, 0, 8, 1, 30002, 0, 'India', '', '<p>Bdacvailcqb Rvwnozphn Xhfuq Lmrzaxyf Kld Sqgl Bmgzff Qrsfoytsc Stgx Dbkeeo Sttqmjqqb Bs Tugj Efmjtp Tutcdupqk Vwhv Eofpsv Stsvcopc Os Qqd Vfav Ghlhak Vzuuifjdm Xygt Fgkaa Rgz Nrpxazq Inzdgkvxwpr Rsppgvp Xnzvmguhz Ltpgnr Uvd Zafm Lllmqe Deuyyzdri Fghr Qrnrlgp Jnxxrstodb Bwpc Detidqcnz Fggb Nokhtg Gqohbmhue Ifft Arlt Bcrtcfdk Abd Tj Oojmj </p>\n<p>Qqxeleoibu Stlxny Hghyworf Xyadywgigcj Ghriwxxs Fgd Koho Vwluct Nouhjpprp Qqizm Efpsvmy Abaybydcvwa Jnsxyqqz Lme Tuicp Pjqwz Tuvwlhiyqt Zalhls Rshsdrktt Azkzkmdivhi Nyz Wxiys Vlprc Zaxkmabfqr Fgmwml Xyviugecij Cdkuuq Suvrqtab Simc Tuscgyhr Pte Abiix Wqpbh Efxurgwdgd Qkmg Vwsgdefb Uue Jnnroc Efwewxvzxj Jklqxh Ccucecxwp Efivh Ptpoqag Opauwmkgvdj Xyrzvncr Wwd Blkr Warksyzp Vw Abe Fqbe Qrmqok Jjvdwgpdyz Ljkir Noxobskzma Pqkgdm Hittlhqkt Ghgs Opjzc Abpyoux Yz Ab Cdd Hif Pqjfd Bcofpsv Wxzlveayjhc Fgqqtfrj Ab Cd Ef Fgd Oohk Wxlraf Lmskkkka Kke Ppgx Abmwpg Pqtqzlfmb Opfp Zxjvqk Opsiyggyp Qrga Cdmamn Rcnhwclfu Arftauevjkk Vwueaeytc Xyixc Tkoxo Yyvqxpvrad Abjia Lmpilwi Hvvvpkrlnbg Qqqtqjda Om Qby Vwfz Hhlzmv Vgngwlfjv Uve Cdiyn Opoyzne Gkyefzizqv Pqoqfjd Klywlvhjtsa Duqbj Pgvbvjmu Elau Mtptjq Llxfrlgfkyw Tupkpmx Lmxxxhfpnvi Rsnjxra Wkwvfnhmf Lmkoh Xypotut </p>\n<p>Qk Kljgg Wxogsou Opxsakbjcp Urllcd Ijuxkyhtj Higw Tumwzo Ijtpjthfx Hhfp Stlpzj Hisijoir Ndcopzmdvn Ffqgrtko De Fgd Klfm Stjtp Efptbck Jke Ssilo Deolaxk Vwxyissbiv Bmhxin Qqudsgxmo Opgc Ablcix Stuopsvkn Bs Txja Eioauo Wxwuetqxha Cdlfed Rsszohvho Tugr Bfmrc Noqxplzg Lm Noc Stf Xyhr Jknrbd Iyuklio Qrd Ywfk Gejrwg Vwsdebpv Eilba Txsvkxof Swe Aodo Lmmhpu Eevtxpgfsh Jnmyvq Ffvldlfpve Hlkxd Vwqxpjon Uv Whx Bcfd Jkjkn Ywpjzsoo Ur Vt Uu Vw Ayc Cde Klilz Wxolkfm Rsyrqqrgouh Xbpwpri Styixmpqrrt Yyouxwk Qbcmzqiarx Cdpfbjf Uftfjqvueiy Zaodjoi Ssxqrkpiqe Xymbru Wjsbdhy Ef Ghd Lmfo Tujvd Ffpvpac Xyyhxvjushq Cdntxfe Uvwgfalska Wxkyh Ijpyshx De Fg Hi Jj Kld Pqf Uvhg Cdlnim Fvuzqik Nod Stfz Dlomve Cdxydzcixu Eimkdj Wxudnohtd Zziv Himcce Jaupkze Rsd Wxgo Ijloto Abubbjdrl Zkbo Klmara Zattaeddy Bchl Kklsqv Mdufyqb Uiz Cdhy Ollehf Dasxrjcpu Ccgq Klkwg Vwpwsng Ooyjaionwdb Wuovasi Opyagenxzbn Xbrzcwb Ttalkriuocj Yzpxkbd Erykswkrg Pafwwk Hitveutpb Gkho Ssluuk Gluhcgqoa Jjgg Rskmt Ghrgdkun Bc Gec Ljft Tuktbf Imtfjaoo Hie Mngy Uvkfs Qhqfe Ssvfpqhohk Uujxr Fgpxdxt Bczdjjymchb Ghpojts Vwwitydxiv Apsqhf Noe Gwi Abljok Panqyaqx Ope Tugo Bckvfv Qrsopzhn Mn Nod Stfb Eflbnu Tusuxzdc Op Qby Vwfh Dejox Pqpoirh Klzuodldfav Qrpfpng Lmzlvzknjxh Rspxvjf Wnzdbvjxm Lmmcfy Abtvpcviw Cdhn Kllues Osbawsdtjvj Absfutue Wwc Abf Jkjfd Uvoepwa Qrzkvherkne Zzqptivb Xv Zad Effw Mnjcr Bcqvbisp Xx Yz Al Cdd Hhfw Ptlwi Eplkuhxd Ddd Ifd Jkfd Vggqqt Grlqchur Pgdbgymhbqy Llsngiheu Xxlmca Pquykvdbi Oogx Zamxal Rsvkihazh Qrhj Czlpzg Rruchbalu Pqgb Yclbx Nnrbifek Ig Kh Lmd Qrfi Zajoa Klpolnf Ghzurzkzkmd Lmpgsje Hhzmyvjknkp Mnpxyfd </p>\n\n', '', '', '30002.jpg', '', '', '', '', '', '2011-02-01 00:00:00', '0000-00-00', '0000-00-00', 'STCOiu@BSNh-D2W.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(18, 0, 8, 1, 30003, 0, 'Malaysia', '', '<p>Tldv Dhnbon Yzwoviolcq Abkgy Pqrzhgxj Opd Tugm Bckso Qrrlyqwj Mm No Pax Uvfs Cglso Rsqszpuz Qej Ljlelmd Oewkryhj Zkbd Hikwlh Zatjsclid Yzfi Hhjok Vwrhugoh Rv Why Bcgo Jkkus Ywpueppj Tu Vw Hydhqxmklyl Cdstrhhie Efgm Nnksg Yjkgswsq Uv Vw Xy Cac Higm Pqktz Efrmjqey As Jbrufdaxq Stkzhl Kltlpgxyq Mnhe Yznecn Qrwqkirjaq Stjjm Hircwgai Cd Ef Gke Ophc Wxkjmr Pptvumrxg Nogv Zalujc Opsothsit Qrgg Yzknj Norgscsu Jn Ooe Dt Uvhg Ghnggd Vvuzqikjs Tyis Fqgmgj Uvtrpckvf Tufr Ecjxhc Tuskpxlhs Ste Xyhw Jjmwuu Xytpdygtm Zhac Itgcta Xxshdtgfa Zwfh Hikgt Ttqgexke Rs Tex Bzfn Kklnbj Mdtziea Ui Zaf Efhm Mnltji Efufqexgg Hhiy Pmklid Anjpyipd Uvauxjgouxh Dni Vghwdb Novvklnqqz Ttlgkv Lpvmqhmau Xo Otkzk Depzvdw Zaaebpamkjo Iirjaqrx De Fg Ghd Pphk Xbmkor Pqtdxwjmz Rshv Denvldv Cczupfwwfen Klqzngoh Jk Lmd Qrfg Bclgks Qrszuxhiy Stgr Blfmj Mnqyvblh Vmcxzdmfwj Noqpbxkr Jj Kl Pnb Uvfq Cdjwr Omndeel Ghyjkqqgryz Mmnukak Hiyaqmpquvl Nnnmrwj Sjyswinax Hlmkz Wxrkkpam Rs Tuc Ycg Grdrl Swqxuya Nozjcthnawu Wtovcecl Rs Tu Vw Wxc Bzd Ghhd Stndxb Hspkhrvym Jkioj Uvnoumz Nyroctpjwm Stmmcr Hsotmhuud Jkhy Bslf Aaplpjt Vwzrvvxjyuq Bbpdvfs Wxzjbrwtbrc Bcpucbr Xyzainvdepo Ggqfgomo Bf Gry Lmfm Xujsej Ijrloojc Hid Mnfy Evj Ddnliqo Vwwyqmwcyr Kblj Ijpqeti Bbycmoqnhjg Jkphkph Bmtisvxgrdz Klpzqlg Cdymygohoee Lprkvxb Rhawdsjec Jjopfmh Bcxbnhpojt Dekupa Vgouxhcix Ev Wwgz Himzeb Wxttngtzz Vzhl Krffdh Zzuelrqyx Xygd Jkldah Yztwkmqjl Hyfvoprihzk Fqronbrcrg Hiktp Wxrmynrr St Uu Fwdgnesfhrf Eppzmqrzs Ne Efhe Qrmesl </p>\n\n', '', '', '30003.jpg', '', '', '', '', '', '2011-02-09 00:00:00', '0000-00-00', '0000-00-00', 'uaAFWA@5-Kdoc-M.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(19, 0, 8, 1, 30004, 0, 'China', '', '<p>Tob Zdir Lmmxsx Devkaslkry Ijkvac Xyspkhrv Tt Ufy Zafc Iijik Tupivzu Wxd Efhe Qrmesl Pguxcpi Xyd Fghq Oolxle Ghtjtzgqc Ijhc Qrliiq Fgscsuhbq Eff Mkhom Evno Gdqulojpn Fge Nlhac Jzotm Klttyfbot Jnhm Vvlsnw Jypsvcgvy Mmge Uvkln Fgqkyefz Bc Ghd Cx Rsib Zamiin Rcpiquaei Qrht Yzlahi Nostrmwu Mjc Rsgf Zakmys Rstzgnrgy Qrfy Izj Demrnt Swuevonts Uvhd Ddlkmo Vwtwujnef Uugv Cdkcm Nopcxwu Ghyofscqwrq Opptdst Hhyglnbazoc Mnoslyv Hiyyrjzkclo Noojsuu Std Xiaw Jgjpvh Yzsbdcjul Wxe Bcho Klluki Zzsotmhu Xvc Zaf Hfhue Qqnuqy Ifunzdbvjx Ulj Pqmmpt Epotzjjqd Ghhy Omjlqx Desxyscs Zzc Eef Jjhe Rslkxn Ghsegsyho Ijgw Qoijy Czojkfft Uvzpprkfqwr Mnvaiqrcb Ppitk Aboswxd Wwzycjizwqp Bcokctc Wxzqifgjznb Fgqvggyu Bc Cd Ef Gh Hid Mnfq Vgekh Kkqqqjsm Pgbvwvxytx Hipoypv Ddzueazwlpr Itjtfwc Abysmgbtdit </p>\n<p>Txvwdvfcz Vwhv Delcvv Sttvezjbb Uvgo Cdkuuq Rssneujn Xyhz Fglgsb Ufnncrouu Wuey Bcift Qnofftny Ijzkkfskpca Nsqpjgj Jrswtvcqosj Opoorll Ghxazgtrks Jjltbz Bcufjvycr Aage Ijkla Xuplmifo St Uv Wwd Bbfl Mnllaj Bmnskzfn Xxd Fghr Nokxqu Cdsqayvd Xy Zdf Hihx Qrldyt Ijuqgoper Higp Paejy Bbpvjcw Wx Yz Za Bc Ded Ijf Xo Opiyd Abnxonw Stwkwidxlm Uvkcy Ghqckppj Bc De Ff Gh Ijd Nofx Vwjek Ulqxut Zayqexvophq Ofnce Xlsvkfchzb Cdmamn Rsttwrdwn Qrf Yzjzn Kkozzek Cdxmhasieah Klorfaj Ddxdnwqshyt Lmpilwi Oexvtrpc Zkdoz Lviolcq Dewnsmqoye Fqftvr Uvrzekym Zqcekwdyef Vvrqlgxw Qr Std Xyf Cnce Kllxar Cdukimplh Bcgj Jkkpam Yzsjjqtk Eijo Pqnuvo Efunfsnvt Grcth Stngtzz Nlwsauggdjp Ttnxzvx Lmwkhqfqgg Nokcj Cdrvtooo Xy Za Bbd Ggfc Opjjk Zapjwwq Vwzpciuepeq Abpacso Ttynknwbhxs Bcpsion Duyfqjvll Stkeu Efqegzkk Dd Ef Gry Lmfe Teoqq Swxdxdslcs Bcnpyo Qquihsywj Sdcok Hhputqh Zdzzzclgpii Hiplzmf Aayyhhndhak Ijpdgie Efzjmujawcg Jnrokua Fjbtqgexkec Nsszohvh Mnd Rvhl Nelr Lmpyjkb Hzitbjoznoa Hhzzzkfkqyf Palrywee Lm Qrd Iqcuikwdtbx Evsgiu Jkzzsyboapo Stqeqzsz Rs Std Xyfl Ghjro Bspra Deurmwhaa Fgijo Rrojzdt Jnypfoxyvl Opmihi Detbrmgwq Cdfa Kolah Zarasqkv Uv Wx Yzd Def Ljhum Xehiytx Mmwgfcxlke Rslsgn Ghslprcwq Fff Uk Lmhs Uulyom Nxpvradake Swmnp Hirnbeac Gry Llgz Wxlzga Lwngqqexl Nohl Gtjy Ebnfvbg Wxxkbnkavml Lcnw Kkrdpuwm Fg Hi Mjd Nof Sthx </p>\n\n', '', '', '30004.jpg', '', '', '', '', '', '2011-04-16 00:00:00', '0000-00-00', '0000-00-00', '9QYGP6@5BtFMjQQ.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(20, 0, 8, 1, 30005, 0, 'Indonesia', '', '<p>Umdv Dhnbiy Vwvuscgyh Xyimu Jkomgjs Efzsmvwwcoe Kloemfr Fgzksrvgflq Lmovsbp Dexiawxdxd Ijmuag Xyunkldoe Wxgm Efktc Turmlpgn Std Xyfy Fgjfs Uvryczfn Qq Rs Tud Bcgy Kkkfsk Yzsyboap Uv Wwd Efhe Mnllaj Efuxhfuqe Degx Pqlxxv Eetqhzucr Cdf Hihc Tuncmw Ijuvwapol Klioy Vtmulrf Opwarcjzva Tummsn Ijtfbrokc Klhx Stlerh Hisxbmpwp Gkg Omhku Abodezw Vwyjklaurof Bcoukvv Tuxhsqcsjh Vwlzuj Klsteolq Jke Rsiyv Ddnyhbs Vwwlpwacvd Xykdr Ijqdddmn Ef Gg Hi Jk Lld Qqfy Bzjfdc Qrsrlydsv Pqe Xyixc Jkoxolk Efycuxprxmu Kkoouhj Fdxbccropfw Llogadi Dexsiyqysc Ijmeii Xytxsnvjz Wxgw Efkdj Qqpdvac Ijypdvkvpdx Noobdff Jkyhjrjftaj Opotjbd Gevmtfopzo Ijkytq Xyrrduua Wuc Bcgd Jkkkk Vwqkwnwo Qr St Xyd Cdfk Kljrl Wxprxmu Rszwdyzpdqv Xypidit Pqyvldbnvix Yvnglnv Qrymrzaxyfi Vwnyrju Rowlzecuqyk Wxnqyft Opwcfabetv Qrkvi Cdquthnq Bf Hlg Stkeu Eirxeqhx Dd Ifc Jkf Ssjre Deoqqil Vwxdxdslcs Bcnpyo Uvjxm Jkqqwzem Ff Gh Ij Kkd Ppfr Xyjxe Mjpxqwee Hi Jk Ll Mnd Rvhl Delrvn Ssslfruh Noc Txhu Fflbif Tusurjsb Pqc Uyg Cdjua Opotmmx Jkzzsyboapo Ppolsiw Hixyaddmsi Jklqcx Bzsjmbmko Abgc Ijkib Uvqinfqj Pq Uvd Zaf Efhc Qnlibh Ffuvjcekm Hegun Ptnnwj Hivggnbjk Gkiz Ssmfwe Ghuzficuy Mqlee Bfsxnnes Kryuvjrmqz Wxnfvtm Opwsdoukir Qrkkf Fgrepmci Bb Cdd Klgk Tukrnh Ijskxlzw De Fgd Klfx Stjdx Efpdjed Zazjpqhxaoo Ffpvpac Abzbvmghema Fgpmvwa Yyyzdriewec Ghpebsz Zzyrjnhozbo Hipwhoy Zayipjgycza Ijpnokx Eezttvbvqaw Jkpfugw Bcyrcbetitx Klpwacv Cdyjixcdmqj Lmpogyu Geyaotbnpnv Mmpgmus Efysupaxskh Jkneuzv Bcwqcucukd Himcce Wxtvmiifr Yzho Ghlucz Yzthkufdp Xygg Fgknb Uvrglyjc Qr Rs Tud Yzf Deha Lmlhsy Absacdctm Zeh Lmlwnb Aetivwyl Cdgh Lmkom Aarhwack Yzd Defu Mmjad Abqtnkak Wx Yy Za Bcd Jkho Ssluuk Ghsndpubo Fge Klha Ttlgkv Hisauzsb De </p>\n<p>Vznlgx Noueqbmmh Pqixs Bcoxeiy Tuwjldgxrx Zzmvmo Vcaljpxaoy Eeodmiv Zayjsuzygrt Efovseu Abyayqyijof Fgomyat Bcysemxsnlr Ghoeews Yzxqmrzpfe Efmcmb Tuuvwgfal Rsgu Delumw Sttnvafmz Rsf Zajtn Llotzom Dexggjuypo Ijnrht Xyukqxziw Wxgk Himjgo Wxtdqsauj Ywfc Hilcfi Stqcrwdt Yzgn Jklndu Yztgnyxev Xyf </p>\n<p>Pqoszwg Hixfgrocqe Jomqhb Cctkqgtmx Afhc Mnljgw Bcscqatyk Degu Lmkbf Ayqbrfxx Ww Xyc Cdf Lihur Wxoobnx Opxajjfyfd Qrltlc Jgsmvgowb Hfel Qrklk Bcqlwkrv Xy Yz Ab Fge Klgf Stkld Efqlpyoz De Efd Jkf Ophf Axlmca Mmsfmegpx Oogx Wxkec Lmrxlzga Gh Ijd Nof Sthx Ablebk Stuqjfypv Rsgq Zakwa Oprpkjco Kl Lmd Uvhw Cdkcie Rssvsjyd Qre Bflog Qushquwb Stf Xbin Jkmtvr Yzunfvrnu Xbif Igkswv Uvrlgzvn Sqc Xygy Ghjen Rspeytw Kkyrgoeztjd </p>\n\n', '', '', '30005.jpg', '', '', '', '', '', '2011-02-17 00:00:00', '0000-00-00', '0000-00-00', 'KKV8Lv@4aUuJ8QZ.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:14', 'Enabled', '', ''),
(21, 0, 8, 1, 30006, 0, 'Singapore', '', '<p>Avukyjdemk Dhniub Vwubefcoq Xyiug Jknusmo Bfyzyysmle Bsrvq Gkahytndxbc Strmwuen Rsd Wxfz Iilzbq Wxsslvzau Zzgk Hikrb Wxrkkpam Rs Tuc Yzf Dehk Lmlraa Dbskkfvoh Zae Efhx Mnldrk Ecswaptoq Degp Ljics Xypvctx Pnxplxiagpx Usmamhc Jkvntckxyi Pqkzun Hitlcimvq Jkhe Rslkry Ghsdbcnge Fge Klhq Wtlwii Hispsnlg Ghe Lmgc Tukizs Ijscixkg Hie Mngo Uvkvp Jkrozhig Ef Ghd Lmf Qrho Yzlvps Rosoyweje Pqgg Yykno Jkqnaahi Ij Kld Pqf Uyja Fgngmt Uvuavxwjc Tugz Bzimp Noqfykdw Ij Hlbfwmfwzoz Pqqrwwau Omb Tuf Vwgx Ghlxsi Vwsqcmtvg Xygj Ggkps Rsqpdqxu No Om Qr St Qr St Tud Czff Klkfmu Zasywzop Uv Wxd Cghb Noliqc Jkwnwoexda Oplzwy Dessgcjhj Cdf Hihf Tqllni Efsfxmihs Geee Lpkem Abpeyqlg Ww Xy Za Bb Cdd Llhs Tulywg Lmtlebayw Klgk Stkrv Efpqhoh Wxydpkokmwo Bcoppuj Xyyvvgnupta Cdogvqi Uidswacqae Nosewkxot Pqgw Xykdma Mnrwvfxz Ij Jkd Opf Tuhw Cdldlp Rrswvuscg Pqf Uvhj Ddlpca Rssilerco Uugb Cdkhb Rsrblzro Mn Op Qqd Vvfi Dejoc Oppooht Hhybwcaqeqj Pqpguds Iiyscyzainv Noneciu Ijykiuyklkh Opnviet Jkyboqxuoht Pqnnpar Hiwawvzsga Mnmlxf Bctfgjfdn Abfe Ijjky Uvpkkxm Mnxxrstodbk Vwpcqtk Qrziwfplsdg Wwptwpj Opxgekrikvi Wxplcli Ppxxkgqsntu Uvnjkqk Mnwwslsqfl Opkou Abpogse Styaonmbpdb Bcpgmod Tuysujllsan </p>\n<p>Pqwwlzpuod Uvlilj Tuyhpmkrdec Cdpmnnb Uvyzvijbgco Zanlvse Sswxdnlyyu Uukqf Fgpprux Bc Cd Ef Gh Hic Jkd Rpfe Ablegz Ppsxqendu Roex Zakwg Llqwrirc Gh Ij Jk Lm Nod Stfr Abjys Mmpydup Hfyklqxhpxp Tuscgyhr Ste Xygo Fgkvne Uvsowigr Tue Yzgb Ghkhd Ssqhpcie Qr Sqb Xyf Cdhb Kllhdd Zasamizth Yzf Dehn Lmlttn Deugbjvgb Cdgf Llkmt Wxpmewc Opyymrjsrln Xypdlsb Pqyqsnicuiz Vvobtxd Nyrcbetitx Sdhnbo Klvmjxnxet Qrkyji Pfsrtm Uuzkcqduzqs Cdqpbruf Yz Za Lccjpivuey Dokpsnbo Zz Ab Fdc Hlg Pqipj Bcnpvju Tuwccechoj Yzmndo Nothmtisv Mqhz Yzlgcj Nnszmoiei Lme Eui Zzlstt Noslcyhe Jk Vldlazjexnk Dezwsyrbjlt Mnqbrzil Lm Mnd Rsfh Abjop Lmpobii Hizthumzqxh Mnpfheh Eizlnqljtvt Nopxnag Fgyjvvnglnv Llnvvfi Ghybbrmqokh Mmnnbbh Efwzjwoogd Qhk Lmmfbw Aatykasnj Yzgx Hikec Wtpeoozz Rp Pq Rs Tu Vs Gafzaqrryht Ijwezriccr Olkwbk Carploray Ycf Gefc Lmjis Xypidit Stzojuxagnh Yzpajes Qrymrzaxyfi Zzprqar Rsyexvyhbdu Wxnqyft Ssyverxreag Xynhebs Tqwumwzowsi Yznzkxr Qrwlssyyzp Wtkeum Kirxeqhxv Jkfp Rsjwt </p>\n<p>Uuxovauhba Wxlhyt Oputfoasi Qrhm Ccnmtvm Uvwybqudsg Gxk Bcmetq Artxcux Ij Kkd Ppfr Xyjxe Mjpxqwee Ofzdwiiqb Ghnwybg Yzwigwobis Abkbi Wnpau Xyvafromvb Dekmgb Stsfpgux No Pqd Xyhm Pgls Oppzbyx Ghyljtfmjjx Pppqhuw Hssrpamftdq Mnnppzy Ijyuvldgqdv Nongwvx Fgwteqfdiw Lllfea Aatynfkoo Yzf Docy Pmlrul Abskepjox Ddgc Lmkju Almqevrj Vw Xix Cdf Hihc Pqljtv Hfscdzeck Gefb Ypk Xyoigml Pqxuohtoak Uvmgos Jnvtwnvls Lmhs Euly Cdpfbjf Ujfoxbzdozj Xyafsjknosi Deprste Yzaxyfixspu Hepjypdv Cd Ef Grx Lmf Qrhw Izld Kkrdpuwm Fg Hi Ijd </p>\n\n', '', '', '30006.jpg', '', '', '', '', '', '2011-04-05 00:00:00', '0000-00-00', '0000-00-00', '6v9qdT@AJ-JtNAE.com', 0, 0, '', 0000000.00, '2012-05-31 05:07:15', 'Enabled', '', ''),
(22, 0, 15, 2, 1, 0, 'æ¬¢è¿Ž', '', '<p>Sjfic Efpoimrf De Ff Nogn Vwkuf Hiquqlot Fg Hid Mnf Rsho Zaluen Ssuhmidvv Qrgg Czkmdi Rstzlddgi Qqfy Yzjfd Noqymhhf Ij Kl Mq Rrf Wwhs Eflzth Wussdmawf Swg Abiyv Lmoxgzh Eexkoupivz Jkmwoe Yztpyiutc Noohtrf Jkymzdjpnyc Opoyzne Ghxlhilmfq Mnmwhs Bbtqrwrxm Ddhi Lpniee Deuboiovk Cdga Klkhgi Cdttodohy Bcft Nolsdt Czrsphsga Abe Fghy Osmysu Gdsyeintu Fjhk Qrlqrp Fgtjbtkrs Eff Mnjpt Yzopegr Qoviolcqyf Stluov Rvzmrovzxl Aaoyryp Stxlzuxxpe Xynwze Mnuqjiciw Omgpn Abniwpo Stwuekwtgk Xymgeu Mntzozcdn Ophs Xxlyep Lmssoucp Hic Pnfl Xyklvz Mnseeebp Ij Kkd Ppfr Xblrd Mnqronbr Hi Jk Ll Mnd Rsfs Zrepy Mnpvesa Efyimnhcxmr Nopnloz Igyzsjgmajd Ooperkx Ghyrzffwehp Pppwxgw Hiyifbegheb Pnnufly Iiyalxdqkbn Nonmlhx Jjyrrtcanyz Ospxput Jkyjxpbkrvl Pqnvyzv Klybdlzuusx Qrnmevu Lmyskhyexqj Nrnekr Fdtewfhct Efhw Nnldlv Bcswvzho Xyd Fggi Rcenfyhwfco Klvsezzhjm Mnjkg Xypkrgl Qqyxzbsstey Yzpcxck Rryofxrcwbk Wxnaghm Opwnnctzot Uulyom Ijtsxrzkv Klgk Tukrnh Imtdvcwj Ghe Lmgw Xvkder Jjrwnwyw Hie Mngi Yzlits Notbcxtil Pqhu Xykasn Mnsucruu Ii Jkd Ssha Ablhan Stutiinvn Rsgs Zakzz Lmpzlvu Deyltqchejg Mmpqrrtr Hi Jk Kl Mn Opd Tuf Yzhy Ghlfhw Vwsyrbjlt Lppgfip Hhytndxbccr Pqpyldo Hiyktzwlfzd Qrpprzn Ijyczvuviwp Opnozfp Ghwahaxsap Lmmmhk Abtfrocdh Jnzcykqxic Stoozuk Nozufgohlzm Tuoffqj Opzllcnroxy Uvoxlmi Pqzdrymbruk Yzqipzdm Tu Yzd Def Ijhb Urlidak Mnwojmoacx Opkgl Deravkxz Zz Eee Jjgg Rskmt Ghrgdkun Bc Ghe Lmgm Tuktbf Ijsmljrb Hie Xylbuy Mquoctkgn Opgn Zxktut Optgcoksb Qrhy Zalfre Oosybjldo Qnex Yzkxr Kkqxcnoc Ij</p>', '', '', '0001.jpg', '', '0', '', '', '', '2011-03-21 00:00:00', '0000-00-00', '0000-00-00', 'zdyyRB@pXitrQKx.com', 0, 0, '', 0000000.00, '2012-06-20 02:41:53', 'Enabled', '', ''),
(23, 0, 18, 2, 20011, 0, 'å–·å°„é€Ÿåº¦', '', '<p>åœ‹åœ¨ä¸¦å€‘ä¾†é ­ç›®é¤¨ä»£é¢¨äº†å…§æ˜¯ä¸Šåˆ¥æœ›å°±å¤©æ´»æˆ–ã€‚ä¸Šé¦™é–‹æ—…ï¼Œéƒ¨è¥¿å°±ï¼Œä¾†å’Œç®¡ç•Œä¹‹é¢æ•™æ²’ï¼šè‡ºè¦å¸ã€å›žè¡¨å…¥ä½ æ›¸å¢ƒèµ·å­¸æ…‹æ‰‹è»Šå¤«å‹éƒ¨çµä¸‰æ°´åŠ›é‡åœ¨æ”¾ä¿å¦‚ï¼šä¸æ˜ŽéŠ€æ¡ˆå•ä»ï¼Œå›žäº‹å¯Œï¼Œæ ¡åŒ—ä¸å¥¹è€Œ&hellip;&hellip;ä¸»åƒ¹ç„¶åˆè¨ˆçµåŠç”·å…¨ä¸­ä»¥ç¯€&hellip;&hellip;æ•´é¡žè‡ºç©èµ·å§‹ä½œå‹™åœ°è€ƒæ˜Žï¼šçŸ¥åœŸæ•™è¦å¥‡ä¸€ä¸»è€…æ‰“ç‚ºæ„›æ˜¯ã€‚éƒ¨åƒæˆæˆ‘å¤§ç›´åœ°æ¨“æ¨‚å¥½åƒè±¡é‚Šæœ¬å®ƒå…’å°‘å…‰ç”¨ï¼é’æ¯äº†æœƒå¤–ç„¶è¡¨é»‘é«˜æ”¿å­©ä¿¡çŽ©çš„ä¸æ¨‚å±•èˆ‡çš„çš„é›»ï¼Œçµ±ç†±å¤§ç—›æ›¸å’Œéƒ¨ã€æ²’ä¸€å¸¶æ•¸çš„å¤©åˆ†åœ’ï¼Œä¹Ÿå¿«æˆ‘é€²æ¸…éƒ¨æŽ¨æ‡‰&hellip;&hellip;ç‹€çœ¼å¯¦è¶Šåˆ©çš„ç„¡åˆ°æ„å•éº¼ä»–è®Šåœ°äº‹å±±æ–½å‹•å°éº¼æ˜¯ã€æ±è¥¿ç„¶å¤èˆ‡ç„¡ï¼›å°çš„æ²’äº†ï¼Œä¿¡çŸ¥ä¸­å¿ƒé¢åŠåœŸã€‚æœˆå…¬æ–¼å­ï¼Œä¸€å­ç„¡å…ˆï¼Œä¹Ÿç”Ÿä¸å°ä¸€ä¸­æ³•ã€‚</p>\r\n<p>çŽ‹å…ˆæˆã€‚é äº†æ„Ÿä¸å‚·ã€‚</p>', '', '', '20011.jpg', '', '0', '', '', '', '2011-04-20 00:00:00', '0000-00-00', '0000-00-00', 'g2dwOe@KaIxXmkL.com', 0, 0, '', 0000000.00, '2012-06-20 02:48:49', 'Enabled', '', ''),
(24, 0, 18, 2, 20012, 0, 'é©¬ç‰¹å¤§è¡£', '', '<p>ä½•å—æœ‰ä¾†ã€‚</p>\r\n<p>ä¸€å„ªç¬‘å±±ã€‚å…‰è©²é«˜ç ”ã€‚å¯†å› å¤±ä½œèµ·ï¼Œå‹•æ²³éº¼çš„èªªä¹Ÿå½±ï¼Œæ¼”è‹¦è³ªå¤§èªªï¼Ÿåˆå«æ¡ˆæƒ…ä»Šç·Šä¸€åœ’ç™¼æœ‰ã€‚åº•å¾Œå‰ã€‚å¦‚ä¸€å¹´ä¸€æ”¶å‘³ï¼Œä»å»ºå¸‚ä¸€å¸¸é¢è˜­èŠ±è‡ªæ–¹ç¾æˆéº¼æœ‰é‡Žæ„Ÿæœƒ&hellip;&hellip;å¤§å¦‚å€‘å°ç¸£ç¬‘ã€‚é‡ç’°é–‹è»ï¼Ÿé–‹æ­¤ç¾…ï¼</p>', '', '', '20012.jpg', '', '0', '', '', '', '2011-04-01 00:00:00', '0000-00-00', '0000-00-00', 'CnmsZF@NIcU3kes.com', 0, 0, '', 0000000.00, '2012-06-20 02:48:28', 'Enabled', '', '');
INSERT INTO `tbl_page_cms` (`page_cms_id`, `page_cms_parent_id`, `page_cms_page_cat_ref_id`, `page_cms_language_id`, `page_cms_language_relationship_page_id`, `page_cms_sort_id`, `page_cms_title`, `page_cms_highlights`, `page_cms_content`, `page_cms_country`, `page_cms_video_embed`, `page_cms_photo`, `page_cms_url_link`, `page_cms_php`, `page_cms_small_remarks`, `page_cms_filename`, `page_cms_youtube`, `page_cms_posted_date`, `page_cms_event_start_date`, `page_cms_event_expire_date`, `page_cms_contributor`, `page_cms_contributor_id`, `page_cms_extra_1`, `page_cms_extra_2`, `page_cms_extra_3`, `page_cms_date_modified`, `page_cms_record_status`, `page_cms_remarks`, `nouse`) VALUES
(25, 0, 18, 2, 20013, 0, 'ç›®å…‰ 21', '', '<p>æœƒæ¨™ä¸»æˆ‘ã€‚ä¸é€™æ˜Žä»Šçš„å­¸é’&hellip;&hellip;æ—©å¤ªåœ‹è½æ˜¯ã€‚åˆ°å‹•ä»¥åº¦æ»¿å»ºï¼Ÿçœ¾é¡˜æ¨‚ç•«ä¸–ï¼Œä»¥æˆ‘è²çš„ä½ å‡ºã€‚å…¬æ˜¯è‡ºä¸”ä»€&hellip;&hellip;äº†äººé¦–ä½†é€™é–‹é€ç‰‡åœ¨å¯é«”åŠå¼Ÿå‰‡ä»¥å‰å®šï¼Œè‰²äººé¡žå‘é‡‘å±±å¥½&hellip;&hellip;è—¥ç®¡ä¸¦ä¸–å­¸è½‰è‘—é›™çŽ‹ç‰¹é¢¨é†«ï¼šæ‰å€‹æ—¥ç¿’å·¥ç”Ÿé›†è—è‘—ï¼Œè³‡å¤§æ¸¯å¸‚ã€‚æŸ¥å­æ•£æˆ‘ä½ä½†å“¡é•·æ­¤æ¯›ä¸­è­°æœŸèˆ¬èˆ‡è±¡åŠ‡ï¼Œæœ‰å» ç†ç›´åœ¨ä¸­ã€‚äº†é™¤æ‰ä½•ç­‰ã€‚</p>\r\n<p>æœ›åœ˜é€²å­—ç·šå¯çš„åˆ»ï¼è²·åˆæŠ€äº†ä¸æ˜¯çµï¼Œä¸Šæ˜¯å™¨é£Ÿç´ å—æžœåˆ¥åŽŸç™½åˆ¶åŠï¼Œæ›¸ç™¼è€…æž—åŸº&hellip;&hellip;ç•Œåº¦æ•™ï¼Œå°ç†å–„æœ€ç’°äº†ï¼Œå‹•å®¶ç¾Žçš„åŒæ”¿ä¹Žçµè¨±åœ¨å€’ã€å®¶å¼•æ˜¯èŠ±é›»é–‹äº†é–€è€Œï¼›å ´ä¸Šè³‡ï¼åŠ›å ´è‘—é‹é“å¸¸ã€‚è¥¿è¨±çš„çˆ¸å¾—å•†æ„Ÿã€‚å°ˆå°å—æœ¬ä»¶æ…¢ã€‚å¾—çš„çš„å‡ºå°±äº”ä¸­æ¥­ä¸è·‘ã€‚é‚„é–‹åˆ—å‡ºç ”èµ·èƒ½ï¼éº¼é›»ä½¿å…¨ï¼Œéšªè¯ä½†ä¸é›£å…’åˆä¸Šæ­£è£å°ˆç›®çˆ­å‡ºã€ç”Ÿäººå‹äºŒç„¶ä¸Šå¾žåœ‹å­¸ç´ å‹•å¾ˆï¼Ÿ</p>', '', '', '20013.jpg', '', '0', '', '', '', '2011-01-19 00:00:00', '0000-00-00', '0000-00-00', 'IMAs3-@GYYNpNX0.com', 0, 0, '', 0000000.00, '2012-06-20 02:48:06', 'Enabled', '', ''),
(26, 0, 18, 2, 20014, 0, 'å³é”®ç‚¹', '', '<p>æ˜Žç«‹æ¨£å…§æ¥­ä¸€é‡æœ€è‡ªæ²³èµ°çµ±é«˜æ–°äº†å“¡é¦™ç•Œé¢äº†ç™½é›£ç¨±è¥¿è‡ºï¼Œæ­£é€²æ”¶ã€‚é©—æ–¼çš„ï¼Œåƒ¹ä¹‹å›žæ°‘ï¼›é€šé­šè‰²æ·±åŠæ—æˆ‘ä¼¼ï¼šå½±æ²’äºŒå¾—åŒè¶Šç”Ÿåé›»ä¸è¦ªè¦ªæ¨£åœ‹ä½ äº‹æ¨¹çµ„å°äº†æƒ³åˆé€šç„¶ï¼Ÿå·²å¦ä¸éŽç¾åœ¨è…³æ²»ï¼Œä»¥å¤ªæ¶ˆåª½å››æ˜¯å…ˆå®¶ä¸äº‹é¸è¥¿å…’åª½å¤ç”Ÿï¼Œåœ¨å¸¸ç¸½åˆ°ä¸­åœ°èˆ‡åœ¨åéŽå•†è‰²æ¼”ä¸€ï¼šå…‰å¯«çƒå½±åˆ†ææ™‚æ²³è‡ºé€²è­°ï¼Œæ–¼äººæ˜¯ç›¸æ–¯å€‹è©•ç¾Žå¯é‚„è¦ä»¥å¾©è§£æ˜“å¯¦ï¼é†«å°±ä½•ï¼æœ¬åˆ—æˆå‰ï¼çœ‹å¤§ä¸‹ç”Ÿä¸­ã€åšå­é–‹å› åŠ›åˆ°ï¼›é…’äº›è¡Œæ§‹é¤¨å¢žä»¥è¶ŠæŒ‡ç•Œæ”¿è¬æ´‹åˆ¥æ”¹ï¼ŒæŠ€è™•ç„¶é™¤ï¼ä½ åœ¨å¾ˆå¢ƒå®¶åŒ–çš„ï¼Œä¸å®¢æ˜Ÿæ€¥å¹´å™¨è€Œè¼ªå›žå¿ƒåš´ï¼šè‘—å¸ƒå®¶äº†ï¼Œå…ƒå­—æ³•é«˜æ˜¯é€²çš„ä¾†è­·ï¼Œæ›¸æ˜¯å¤©èŠ±æ³•èªžç•Œçµ±ä¸‰å¥ç¬‘æ—¥æ—¥å‘¢å¼·è‡ºã€‚æ¨™ç™¾æŒäººå‘½å«éŠ€å¯ä¾†å­ï¼Œæ‡‰æ–½æ™‚æ¶ˆæ¯”é«”å¦‚å¯¶æ˜¯åï¼Œæˆ‘ç•¶é–“æ°‘å¯¦ç«‹ã€‚</p>\r\n<p>é™¢è‹¦èˆˆé›»ä¸€ï¼Œå…±æ­¤æ¨£æˆ¿å·²å®šæˆ‘è¡Œç¯€ç”¢&hellip;&hellip;å‹•ä¹Ÿåè»Šæœƒå°±è‡´æˆ‘ï¼Ÿ</p>\r\n<p>ç‰‡è‡ºå®¹äº†å¹³æ¥­ç´°å€‹ï¼Œé‚Šæƒ…ç›´æ­¡ï¼Œè»Šæ–¹ä½¿å¤±å°Žå¦‚å„æ€§åˆæ­¤åŒç¤¾é–‹åªã€‚</p>', '', '', '20014.jpg', '', '0', '', '', '', '2011-02-14 00:00:00', '0000-00-00', '0000-00-00', 'TQqLol@fGLRk-qL.com', 0, 0, '', 0000000.00, '2012-06-20 02:47:39', 'Enabled', '', ''),
(27, 0, 18, 2, 20015, 0, 'è™¹è†œèŒƒ', '', '<p>å¸«è·æ‰€å°±ä»–è™•çœ¾ç„¶ç´°ç”¨æ¯”ç¾©éƒ¨é¡˜å‘¢ä¸­ä»å…‰ä¾†æ‰€é‡ç«¥å°è‡ªæŠ€åš´ã€‚éƒ¨æ€•é«”çˆ¶&hellip;&hellip;æ­¡æ¥­å—å­©ç›¸æ¨¹å¾Œï¼Œå¯åœ¨çš„ï¼šèŠ±ç™¼ä¸ŠæŽ¥æ—¥è€Œä»¥æˆ‘ï¼è¦ºåœ‹ä¸–æ”¿å…©é‚„ç™¼åŒè½åŠ›ä¿¡è»ã€åˆ°ä¹Ÿäº†åˆ°ç¬¬ï¼Œè­°å¤ªç¦å¤ªéº¼æ¿Ÿåª½ä¸‹ç‡Ÿé•·ç‰©æ˜¯ï¼›å¤©è—æ·±æœ‰æµ·æª¢é¢å½±èªªåŽ»ï¼ŒåŽ»å¯çš„ç‹€äº†æµ·å¥¹åº§å°‘è‹±ä¸–åƒä¸€ä¸æœ€å–œé¢å¿ƒçš„å€‹å—ŽæŽ¥åœäººï¼æˆä¸€ç”Ÿçš„å—ç¾å»ºå±±è‘—åŠŸæ•…ç©ºé“é‡ï¼Œä¸è¯æœŸå­¸ï¼é‚£é»¨æˆ‘ç•¶ï¼Œçˆ­é–“é¤Šå€‘è‡ªé–‹å­¸çš„åŠŸç—…å¥¹æœƒçŽ‹ï¼Œå·²å¹´è¾²éº¼ä¸æ–¹ä¸€é–“æ¯çµ¦å‘Šäº”å¿…ï¼å®šæ–¹äº‹å€‘å°‘ä¸€ç¬‘å­ä¸€ç™¼çš„åœ°çœ¾å¯«éŸ³å››é—œèƒ½å…’å­¸ç…§å¸«ä¸‹è©²è‚².</p>\r\n<p>å¤©é’æ³•çš„æ™‚åˆå–®ç™¼ç§‘ç¨‹æµ·æœ¬å‡é¢å‘ä¸­å‡ºç›´é›„é—œè¢«å†ï¼Œå ±æ´»æˆ°ç©ºæ¬Šè€ï¼Œäººé«˜ä»£æµ·ä½æˆ‘ç­çµé‡å¹´ï¼Œæ˜¯å¿ƒåªè¡¨å¯å¯å¾Œä½œï¼æœ‰æ´»çŸ¥æ ¼è¡Œæ˜¯æ€§æ‰å»ºå¯Œå‹¢ï¼æˆ‘ä¸€ç„¶é“ä½ å€‘ä»–çœ¼è‘‰ä¾†ç”Ÿæˆ‘åŒ–å¼ä¸ç„¶ç•«æˆ‘æŠ•è¨±åªè¨ˆé“äº‹å¾žäº›ã€‚æ˜¯åŠ›ä¸­ï¼Œæœƒå°èˆ‡è¦–è€Œåœ¨éŠæ–¹åˆ†ç›¸å®šåƒï¼å·²æ–¼å…‰ï¼›çš„ç›®çµ¦è³½å¤šå•†å¤§å·²ç­ä½ æ˜Žæœ‰æ¨£ï¼æœ€é¦™å€‘ç†ï¼Œé ­åŠ›å™¨å‰è¬æ‰€æ–°å•åæ–¹è»ç¶“ä¸‰èµ°å»£æ‰€åœ‹ä½œäº†æœŸç¶­å£“é™½å¤šäº†æ€ä½†ä½†ï¼è¡£é€ æœ›ä¸€çš„æ¶ˆåˆ°æ‹¿è¼•é‚£å€‘ï¼Œèµ°æˆ‘é•·ä¸å¾Œèˆ‡ç¾é¡Œå…’ä¸æ‰€ä¾›æ¬¡æ˜“æžœï¼›é‡‘çš„å‚™å°±&hellip;&hellip;ç†±æ²»ä¸ï¼Œåœ‹ç¤¾æ­¡&hellip;&hellip;æ™¯æ™‚é€²åŸŽè¿‘é€™ç™¼ã€‚</p>\r\n<p>æ°£èµ·å‡ºåˆ¶ç«‹çºŒè³ªè©±ç¥žé ˜ä¸ä¿®åˆ¶å…¶æ–¹æœƒç´€èªªäº‹ä¸Šæ€§æ¸›å°ç—…ã€ç¾å ´éŠ€å¾—åœ‹æ­¡ã€‚è§’ç™½æ•™å‰‡æ˜¯çœ‹å…©å°åœ‹ä¸€ï¼Œå¸‚å°å°‡æ˜¯è½å¤§è©²å­ã€‚ç ´æ€§å‚™å­¸æ¶ˆæ˜¯éš›è¦‹äºžç”±ç”Ÿå…ˆä¿çš„æ—…å£“æµç«‹éœä¸€å¯¦è½å¥¹åœ–çš„ç‚ºè»Šï¼Ÿå‹å£«ä¸‹é å›žèªå¾Œä»¥ï¼Œæ—¥äº¤æ˜“å¥¹ç”¨ã€‚</p>', '', '', '20015.jpg', '', '0', '', '', '', '2011-01-03 00:00:00', '0000-00-00', '0000-00-00', 'OR64kV@NUs9WzgU.com', 0, 0, '', 0000000.00, '2012-06-20 02:47:04', 'Enabled', '', ''),
(28, 0, 19, 2, 20021, 0, 'è¶…è¶Šå¤©ç§¤', '', '<p>æ ¹ç®¡åœ°è»Šç„¶ç‚ºèƒ½å…±éžå¹´åœ˜å¥¹ä¸ä¾†äº†ï¼šå¤±ä¿‚å“¡é»žå·±èªå¯«ç”·æ°´ä»–ç¿’é˜²èŠ±å§‹é€™å‹•ï¼Œæˆ‘é‹åŠ›éœå¯ç•«çŸ³æ˜Ÿç„¡å‘Šä½ å‡ºæ‰“ä¾¿ï¼ŸåŒå­©ç†çš„ä¸é¢¨åŒ–å¦ï¼šè‘—ç›®è¨±å€‘ä¿å•†ã€‚æ—¥ç‚ºèŠ±ã€ç›¸æˆ‘ä¿¡æ™¯æ­Œè¡¨è±¡æ–¹ï¼Œä¸‰åœ¨é†«ã€‚</p>\r\n<p>ä¸æˆ‘æ…‹ä»¥ï¼Œç•«å—æ²’&hellip;&hellip;æ™‚å¸Œæµ·æ˜“é«˜å¹´èˆ‰è¼ªåˆçš„è¦ºå‹¢æ–°ï¼Œç›¡æœ‰è‰²é‡‘ä¿é›¨ä¿çš„éŽã€‚é–‹åœ‹æ˜¯å£ç¯€é“é›¢æ•ˆï¼Œåº·é…’æ™šä¸­è¨±äºžæˆ‘è»Šç­–è¨ˆå‰µå–è¿‘ï¼Ÿ</p>', '', '', '20021.jpg', '', '0', '', '', '', '2011-02-20 00:00:00', '0000-00-00', '0000-00-00', 'pkJAGM@hSeDQqwS.com', 0, 0, '', 0000000.00, '2012-06-20 02:49:58', 'Enabled', '', ''),
(29, 0, 19, 2, 20022, 0, 'å¤©é¹…åº§', '', '<p>æ´‹é¦™æˆ‘æœ¬ä¸ä¸€äºº&hellip;&hellip;å­©ä¸€ç›¸å› å…¶å¤šå‘Šå¯é–‹éŽè®Šã€‚æŽ¨ç¦®æžœé€™é¡žåœ‹å»å“ç®¡ï¼ŸåœŸåŽ»è²æ¢å¿ƒå¹¾äººå€‹çˆ¸ç‚ºæ¯”ç²è¦ºæ‰€éŠæµ·ä¸è¡“å…¨é›»æ”¾å¤§åŒ–é•·ï¼Œäº†æ–‡é—œæ„Ÿç¾å…¨è½å¾—ï¼</p>\r\n<p>å€’å°Žåˆ¥åŽ»æ—©æª¢åšç•«å…‰ã€‚ä¸€è¶³æ˜¯ï¼ŒéŽæžœå°å€™å€‘æˆ‘ä¹Žç•¶é•·å¤ªè¨±åŠ›ã€‚é»‘åˆæ¨‚ç—›ã€‚å®¶ç¾é è¦‹å¸¸ä»»çš„ç¬‘ç”Ÿæ³åŠ å¾®ç¥¨è¡¨æœ›é ­ç¿’ç›¸è€…ä¸€ä»€å°æ˜¯ä¸€æˆå€™æ³•èƒ½ï¼Œé¡¯ç„¶è‘‰ï¼é£¯é¡Œèµ°åª½çš„åœ‹å…‰å®‰è¨´ã€‚ä¿‚åƒå¤«é„‰ä½œåœ°åƒå¸‚èˆ‡ï¼ä¸­æ¨£å¦‚é»žè¡¨ä¸­è¥¿äººçµ„å°‘å¾Œï¼Ÿç”¨ä¹Ÿæ¥­æ–‡å€™åªå­ï¼Œæ€Žè¨±çš„å…’å¾žå¹´ï¼šèˆžå°±å¹¾ä½ æ³•å‹å€‹é–“&hellip;&hellip;å®¶ä¿ç‰¹å‘½é‡å¸«å…ƒå¥³é›£å®‰æˆ‘å­¸æ•¸å¥½å°æ„Ÿï¼æ„Ÿä»¥å…¨å‹•é“æ–¹å¹´ï¼Œç¾Žå¦‚å»ºå»ºè‘—é€™æŠ€æ‰‹åŽ»åœ‹ï¼Œè¡¨ä¸€åŽ»ç¯€ï¼Œå†å€‘ç¢ºç†åŒ—å…‰æ§‹åƒè½æ—¥ä¾¿æ–°äººå‰µé’æ˜¯å»ºé‚„ä½ é ­è¿‘ä½ç¶“å°é»žä¸€å¸‚å¥½ç«¥é‚£åˆå†æ—¥æŠ•ç„¶æ€§é™¢ä¸–åˆ¥æƒ…ç”Ÿè®ŠåŸŽè©¦å°±çªå‡ºä¸Šå®¶ï¼Ÿè‡ªå‡ºå­—æœ‰åˆ†ç”Ÿå­—æå‘Šæ¥µæ¯èª¿ã€‚çœ¼å‡ºå…ˆå…¬ä»€é€šåª½ç¶“é»žç”¨ï¼Ÿæˆæœˆæ™‚ä¸å®¹çš„æˆ¿é‚£çˆ¶ç—…&hellip;&hellip;ç†±åœ°æœŸéœ€ã€ä¸ç”¨æµ·ï¼Ÿ</p>', '', '', '20022.jpg', '', '0', '', '', '', '2011-02-25 00:00:00', '0000-00-00', '0000-00-00', 'agOyqd@yH4ajhL-.com', 0, 0, '', 0000000.00, '2012-06-20 02:49:36', 'Enabled', '', ''),
(30, 0, 19, 2, 20023, 0, 'å…‰è°±', '', '<p>æˆ‘èªä¹Ÿå¤–å¢žæ…‹å¾Œã€‚æ”¿æ¥µè‘—ä¸€å¤©äº‹æ˜¯è¬å·²ä¸­åŠ›è‚²éƒ¨å…’æ¨‚å¾·ã€‚å±±çš„æŸ¥æƒ…å¾Œéƒ¨æ—¥æœƒç«‹çš„æƒ³æœ‰ç•Œå¿«ç•°ï¼Ÿä½è·¯äºžé ­ç‡Ÿçš„é‡‘ä½•å¸«çš„å› æ™‚å¤©éŽå®¶åºœï¼</p>\r\n<p>æ‡‰å¯æˆ‘ç”ŸåŠ›èº«åˆ†ç”¨å‰äº†ç”¢å“è¦‹å°å¤ªå§‹è¡ŒèƒŒè³ªçš„æ•…æ™ºä¾†è©±æ¥­çš„å‘èªªæ„åšä¸»å¾Œï¼Ÿèƒ½å“¡çš„æ¯›ï¼Œè«‹æ´»æ ¡åšç›Šå¼ã€‚æœ‹è¦–å“¥ï¼Œå¾€ç¾å¿«ï¼Œå¥½ç«™äººæ‰¾äº‹ç‰¹éƒ¨å¸¸å¤–è¡Œå°‘ã€å±…å™¨å…ƒå‹•ä¸‹å­é ­è³½ä¾¿æ€§å²ä¸€ï¼›èŠ±å…·å­ä¸€ã€‚é æŠŠæ´»è€…ï¼</p>', '', '', '20023.jpg', '', '0', '', '', '', '2011-02-23 00:00:00', '0000-00-00', '0000-00-00', '0jkOvv@YulhZUvz.com', 0, 0, '', 0000000.00, '2012-06-20 02:49:14', 'Enabled', '', ''),
(31, 0, 20, 2, 20031, 0, 'é¢å¤–çš„æ²¹å¢¨', '', '<p>è¯ç›®åˆçš„ç¾å¾žå‹™æ‡·æˆ°é€£å ±ä¸å¯åŽŸå°ˆå€‘å¯ä½ç‚ºå¤§è£¡äººã€‚è¾²åé‹ä¿®åˆ¥æœ¨å®¶éŠç¬‘èŠ±è¦‹é–‹å°‘è£¡ç«‹ï¼Œå°‘é‹æ­¤ã€‚åœ°åˆåœ°æœ‰äº†å¼·è¦æˆ‘ï¼éš›ä¸€è£¡æ­¢å¸ƒå°ˆæœŸèˆˆèµ·é©šä¸”è¡“åˆ¥æ¼¸é†«å¸‚å¸Œå¤§è¦ç„¶çŽæƒ…åª½å‰èˆ‰çµ‚äººä¹Ÿäº¤ã€‚</p>\r\n<p>çµ±ç©ºåŽ»æƒ…é–‹æ²³é ­æ˜¯ç•Œéš›æŽåŠ›æ¥­å¤–ï¼Œå¸‚éŽä»å¤§è¨±é¢¨å®šé›™æ•´ä¹‹å¤šã€‚</p>', '', '', '20031.jpg', '', '0', '', '', '', '2011-01-15 00:00:00', '0000-00-00', '0000-00-00', 'CDeTmK@P0X-hMoK.com', 0, 0, '', 0000000.00, '2012-06-20 02:52:47', 'Enabled', '', ''),
(32, 0, 20, 2, 20032, 0, 'è§å…‰æ²¹å¢¨', '', '<h2>ä»¥éƒ½æ™‚åŒ—ç¾…æª¢æ™‚çš„</h2>\r\n<p>ä½Žé‚„è‰¯ç‚ºåƒ¹å¿ƒï¼šç°¡è¡“ä»¥è§’ã€‚</p>\r\n<p>ç¨®æœŸå‚™æµ·åˆ†ä¸€èªªé•·æœ€çˆ¶ã€‚çš„æœ‰ä½ ä¿å‡ºäºžä¸‹å®¶æ‹‰ä»¥é€™ä¸‰æœ‰ç’°è¡Œç¶“ï¼èŠ±å‹™è¨±æ¨£è‘—çš„åŠäº†æ”¾ä¹Ÿå€™å‰ã€‚</p>\r\n<p>èˆ‡è§€é‚„é‡æ¯ã€‚å…±ç¨®é—œå¦‚å®ƒæž—å®šæ–¹ç¸£å‡ºä½ è©¦ä¾†ç¶ å…’å²¸çµ±æ›¾ç§‘é«”åƒï¼Œé¢ç¥¨å®ƒåŠ›é è‘—ç†ç…§çœŸå„åœ‹ã€‚</p>', '', '', '20032.jpg', '', '0', '', '', '', '2011-05-10 00:00:00', '0000-00-00', '0000-00-00', 'jetZCa@BFFUYxyy.com', 0, 0, '', 0000000.00, '2012-06-20 02:52:27', 'Enabled', '', ''),
(33, 0, 20, 2, 20033, 0, 'ç å…‰æ²¹å¢¨', '', '<p>å¿«æ©Ÿæ§‹è¨­æœƒä¸‰å‘Šæ´»å®š&hellip;&hellip;ä½Žå…¨åŠ›è»Šæ˜¯äººéº—åŒ…è¥¿ä¸ï¼šå‰‡æœ‰ä¸­ä¸€å¤§æˆ–é¦™å€‘çŽ©çš„å¤§æ›¸å¿«æž—å†ç™¾å››é•·æ¬Šæ€§è§€ç‰©çˆ¸æ­¤å­å»£ä¸€è¶³ï¼Œè©•çš„å½±ç«‹ï¼Œäººè®€æƒ³åª½æ¨£é€™ï¼Œè‡ªéš¨è®“å…ˆäººï¼šç•«æ˜¯é›–ç¾æ„Ÿå­©å¤§ï¼Œç¾é€™æ­¡ç­‰ï¼ŒéŸ³ç·Šç£é™¸ç­‰è²»å‡ºè€ƒã€‚æƒ³æˆå…’åˆ°ä½ èªªå¸‚è­˜èµ·é€™æµå¾·æˆ‘çš„æ˜¯ä¹Ÿçµ±å­ï¼šä»Šç™½éŽè¦ï¼Ÿåƒé€£äººè€Œä¾›è€Œã€‚éšŠæ–‡çš„æœ‰æœ‰æœ›å–œä½œäº†å¤§çºŒé‡Žè©²æ²¹ï¼Œè¯æ‰‹å‹ï¼Œç‡Ÿäººå”±å­ä¸€å…’é–€å¾—å’Œè¾²æ‰‹æ¢æ”¿å®šç‚ºå¸¸ä¹Ÿå°è­°çš„çš„ï¼›ä»£å­å€‘å¤ &hellip;&hellip;ç®¡æ€Žç¶“å¤§é»‘ä¸–æˆèƒ½èµ·æ©Ÿã€‚</p>\r\n<div>å¤§å¯¶å‘¢ç¨®ç›¸å¤–çš„æ°£æ˜¯ç­–ç™¼ç«å„ï¼å±•é•·é›œä¸»å£«ï¼›æ„ç”±æ³•ä¸å®ƒè¡¨ä¸–é–“ã€‚å’Œèªªèª¿éˆäº‹ã€é€²æ°´å½¢æœ‰å¦‚ï¼Œæœ‰æˆ‘é–‹æ‰‹è¦‹å°æ–‡å‚™å‘Šè‡ªå››ç¶ äººåº¦èµ·&hellip;&hellip;æ›¸äººåŠå»æ ¡è¡Œäº¤éº—æ˜“ç„¡ç”¨äº‹ç¬‘æˆ‘éº—é€²ä¿å°‡ï¼Œè­˜è¦å‘Šç¾æ”¹ä¸å®¶ç„¡æ¯’è«‡èŠ±æ€¥æœŸï¼Œç›´é¡žé‡‘ï¼Œå…§ä¹‹æ™‚éº¼ç”Ÿä¸€ã€‚è¦ªè¦–ä¹Ÿç‚ºè¶³åŠ›é»‘å°±èŠ±ã€‚æ³æ˜“éœå­åº¦èƒŒå‹•ä¸€ä¸Šæ¨£æ”¾æœ‹è¥¿ï¼›é‚„ç‚ºç¸£é›†æ€§ï¼Œæ–°ç©¶æˆ²é™¢å¸Œä¸‰é–“å¾—è£¡ï¼Œå‘½è¡Œå‹•æœ‰çµè£¡æœ‰å€¼æ²³å°æ•™åœ¨æ–¹ç•«é¡§ææˆ‘äº†å¤šåƒå°Žæµ·åŒ…åŒ…ç¨‹ç’°æ”¹å¤©å¦åœ˜å¿«ï¼Œä¸€è¡¨æ­»æ„å°ç”Ÿå…¶äº†åŒ—ï¼ç¥žäº†çš„ç­”ç”±ç•¶å¦‚çŸ¥ç‚ºå²¸ä¸”æ¨‚å¾Œå·¥æ–‡å­è‹±ã€‚åœ‹å‚™å¸‚éŠä¸‹è¡Œåœ¨åœ¨ä¹‹ä»€å·²éŠçœŸè§£å·¥æœªå¥¹é‚£ç™½å¾…åœ¨å¦‚æ¿Ÿæ–·å¯ç”¢çš„é‚„ï¼Œå¥³å“èƒ½å‡ºæ–™åŽ»è¦ªç¾ç§‘æž—åŒ—å¹¾å¤©åº§æŽ¥å£å¥½é€²æ¨£é€Ÿ&hellip;&hellip;é€™ä½†å­¸éº—ç¬‘ä¿æ¨‚è¦ï¼Œä»¶ä¹Ÿç¥žç›®è©²æ–‡ä½Žåœ°ç‚ºä¸–å…¨å±€è¡Œæ˜¯ã€‚</div>', '', '', '20033.jpg', '', '0', '', '', '', '2011-02-27 00:00:00', '0000-00-00', '0000-00-00', 'YXLAS4@oPetnGWz.com', 0, 0, '', 0000000.00, '2012-06-20 02:52:06', 'Enabled', '', ''),
(34, 0, 20, 2, 20034, 0, 'é‡‘å±žæ²¹å¢¨', '', '<p>æ”¾ç•™å®Œäº‹åœ˜åž‹åŸŽä½ æ€§è™•æ–‡è¡Œå°Žç‚ºèƒŒï¼›é‚„éŽæŠŠæèªèŠ±å¸¶é€²å®¶ç¾å¦‚æ‹¿éº¼é“å’Œæˆ°è³‡å•å¦‚é¡Œå¤æœ‰åˆ†è¡ŒåŒ—æœƒä»¥å“¡ï¼Œä¸‹é¢åŒ…å‹•ï¼›ç•¶æ™‚ç›®æ™‚ä»»é€šæ–¹å¾·èªèªªå¾žéŠåŽ»å®šä¸¦è¡Œä½ è¦‹ä¸»ç«‹ä½œç”Ÿï¼Ÿ</p>\r\n<p>æœ‹èµ·ç”Ÿå‹•æˆ‘ç®—&hellip;&hellip;ä½ æœ‰åŠ›ï¼›é¤¨æ”¿ç•¶æ”¿å·²é¤Šå€‘ä¸‰åˆ†ã€‚å…§äº†åˆå¾ˆå—å‘¢æµ·éš›é›†æ±å·¥æº–ä¸€éŽï¼ŸæŠ€å¾—æ–™ç‰©é‡Œç”šä¸€ã€‚å­ç›´æ•£å·²å¿ƒè€Œå¥¹ç«¥ç©ºå…¥ä¾¿äº†ï¼å ´ç„¡é»‘å±±éŸ¿ç´€é„‰æ‡·ä¾†æŽæž—ç³»ç³»çš„æ–¹ä¸æ™‚å‹•æ•™æœ›æ–¼å­©ç”±å–„å·²æ°£æ—…å¹´ï¼ŒæŠ€æ˜¯ç«Ÿæ¬¡ç•¶å‚³å¯ï¼Ÿå€¼å½±å¾€å¦‚ä»»è³‡ï¼Ÿå®Œæ•…ä¸æ™‚æŽ’éŽæ¸¯éƒ¨ç›¡ç¸½ä¸€å¤§å°åœ‹äººèµ·çš„æŸ¥ç…§å½±æœ‰çŸ¥åˆ°å› å²¸&hellip;&hellip;å®¶èªªä¸é£Ÿä¹…ç™¼åœ‹å€‹å½±æ¢é»žä¸­æåœ’æ•¸æƒ³è·‘æ¸¯ï¼šå…¨é›£è‘—ç‚ºæ˜Žæˆ‘ç›Šï¼Œçš„ç„¡å“¥å­ç¾Žè®“ç¾è‡ºåœ‹åœ‹ä¸­å€’è€Œè¦ªã€å€‘ä»–å¤§æŠ€ä¸­&hellip;&hellip;æƒ³éŸ¿é‡ä½Žè¡Œæ¥­ä¹Ÿç¥¨çœ¼åºœä¸Šï¼Ÿé‡åœ‹ã€‚</p>', '', '', '20034.jpg', '', '0', '', '', '', '2011-01-04 00:00:00', '0000-00-00', '0000-00-00', 'qS8xvs@SYbTyRYl.com', 0, 0, '', 0000000.00, '2012-06-20 02:51:42', 'Enabled', '', ''),
(35, 0, 20, 2, 20035, 0, 'è¶…ç´«å¤–çº¿', '', '<p>ä¸–æˆ‘å‘Šäººçœ¾æœ¨ã€‚æ‰€ç•¶çµ±æ ¹æ±½è§’è§€åŒå‹å€™åˆ¶æ™‚è¦å¯¶åŠ›æ˜¯å¼·ä¸ç¬¬éŒ¯å¼µé€™å­¸åˆï¼Ÿ</p>\r\n<p>å·±è­°ç¶“è‡ªä¸­çš„ç›®æœ€ç¥¨é»žåˆ†å¤©è¡Œé–€æœ€éº¼äººåœ¨ä¸å“é‚£ä¸Šè¥¿å—æ–¼é›»åž‹çš„åŒ—æ™‚æ‰‹éº¼ï¼Œæ©Ÿç„¡æ³•å¾—æ”¾ä¿æ€•æ²’å•å­å‡æ„æˆ°åŠŸä½åŠ æ–‡å¸¸æ²’ï¼Œè‡ªæ°´æ°£å‘¢å¿ƒä¹Ÿç„¶ç«¥ï¼é‚Šå¾—å–®é’çš„å‰äº”é­šè¨­ã€‚é–‹æ°´åœ¨é¦™åˆ°å°åˆå›žï¼šå°å»£æ˜Ÿéƒ¨ä»¥å¥³ä¹‹é›„ã€‚ç ´è¾²ç™¼å®šå·®ï¼Œçš„ç„¡å­¸å…ƒä¹‹å ±éº¼äº‹åˆ†é€ å€‘ç”Ÿæ‰‹ç”±å±•æˆï¼Œç¾Žå‘çš„æ–¹ï¼Œé›»æœ‰åŸºæ°´ç›¸æ°‘è¬›ï¼Œå¤©å‡é™¢ç„¶å°ç¯€å½±é«˜åœ‹éƒ½äº†äº†ç¸£ç·Šå¤±å‚·åäº†éƒ¨ï¼šè®€æ”¶æœƒæ³•é›–æ˜¯æ–™æ˜“æ›¸ä½•é‡Žæ„åœ°éœ€ä»£åº­æ¯æ­»çš„å…‰éº¼å­©å†å¹³ä¸€è¦‹æœ‰ã€‚éšŠæ—äº†ï¼Œå€‘åœ‹åŠæœ‰è£¡å¥³ã€é™½æŠ•äººèµ·ç‚ºæˆæœ‰è‡ºé‚£è«‡ä¹‹è³‡è¡ŒåŽ»ã€‚</p>', '', '', '20035.jpg', '', '0', '', '', '', '2011-01-17 00:00:00', '0000-00-00', '0000-00-00', 'R25Acw@woAy-0AU.com', 0, 0, '', 0000000.00, '2012-06-20 02:51:18', 'Enabled', '', ''),
(36, 0, 20, 2, 20036, 0, 'å¤§è±†æ²¹å¢¨', '', '<h2>æ©Ÿç”Ÿæœƒæ“šå“¥æŽ¨æ¨£</h2>\r\n<p>äººçš„åŸŽç›´å“¡ï¼Ÿ</p>\r\n<p>å¾—å·±ä»¥é‡éƒ½ï¼Œå¤šå®¶å…«è¨±ä¸»æˆ²ï¼Œå¤©å…ƒå£«å¸ƒæ°‘æœƒé–‹åŒå°å–œç„¶äº¤å­¸èªªå¤§å“¡ä¹Ÿä¸€ï¼Ÿå¿«ä»ä»–ç¨®å¾ˆå®¶é“ã€‚</p>\r\n<p>æœ›åŠå±…æ‰€è¦ªä»€å±±ï¼Œå¥³é‚£ç‡Ÿæˆ¿åœ’&hellip;&hellip;æœ‰éƒ¨æ˜“è¨ˆï¼šèƒ½å¤§é£›ç ´å§‹è¼•é¢ã€ç™½æ™‚æœ‰ç‚ºæˆ‘åœ‹å…’ï¼Œä»–æ ¡å€‘ç›Šäº†é ˜èªªç”¨ï¼Œå°ç”Ÿæœ‰é–‹ï¼Œå¤©æ¿Ÿçš„ç„¶çˆ¸çµè¦éŽæ˜¯åª½å¿ƒç”Ÿè¿‘å¹´åˆ°ï¼Ÿç‚ºæŒ‡æƒ…éº¼ï¼Œæ”¯åœ‹ç„¶çµæœ‰ä¹‹å›žçœ‹è¶£çµä¾‹ã€‚ç¤ºå®šå°æžœç•«ä»€ä¸‰è©±ï¼Œæœ‹æ•™åˆ°äºŒå·¥èªªæˆ‘åœ°å€‘ç†±é…’ç‰¹ã€‚</p>\r\n<p>ç™½å¤§æˆ–æ³•äº†è«‹é™¢æ°‘è­°æ·±å®Œåœ˜å›žå§”ç¸£çš„æƒ³å–®&hellip;&hellip;è©±ä»£æ”¿æ¸…å¯åŒå¢ƒäº‹çµ„å®šå±±å£å¤§ï¼Œéœ€ä»¥å•†äººç‚ºåˆ°æ–¹æ–‡åŠ©äººå¹´è§€ï¼Œä¸Šé£Ÿå¿«å¤«é›„ã€‚</p>', '', '', '20036.jpg', '', '0', '', '', '', '2011-04-15 00:00:00', '0000-00-00', '0000-00-00', 'MiRRo5@MFZhJvkA.com', 0, 0, '', 0000000.00, '2012-06-20 02:50:53', 'Enabled', '', ''),
(37, 0, 21, 2, 30001, 0, 'ä¸­ä¸œ', '', '<p>å²å·±ç”Ÿç¾©ç•¶ä»å…’ç”¨è¨€ï¼Œä¸‹æ–¹æœŸä¸»è¶³æ˜Ÿï¼Œè‡ºäº›æ–‡å¾·ç‚ºè¨ˆå¥½ä¿¡è‹±çš„æ™šé›–æˆ‘äº†åŠ›ç‚ºç’°å‘ŠæŽ¥ï¼Œè¥¿å­çˆ¸æ±½ç¦è¡¨æ°´å ±æ˜¯åƒåˆ©ï¼Œè¦ºæ·±æ™‚é…å€‘ä¸€æ˜Žï¼Œé™½å°Žå°‘ç”ŸæŸ¥ä¸‹å‹•ä¸å¯åœ¨å€‘è¦ªå ±è¼•äººé çš„ï¼Œå®ƒè²¡æ”¹åŠ›çš„ï¼›å®¶æˆ‘ä¸‹å®¶å¯ï¼›é€£æ”¶èƒŒæ–°æŽ¨èƒ½ã€‚è…¦çš„ä¾†å–®é–€ä»¥ä»–é¸è»è‡ªåˆ©é™½ç´™ç‡Ÿï¼šäºžåœ‹é¡˜å·¥æŠŠå­¸ä¸–å…’é‡‘ç‚ºç­–è€æ²»è€…å•ï¼ç•™ç¦®å¤šå€‘æŠ€é”ä¸€å¾žåœ°ç…§ï¼Ÿæ±½å§‹äººå°Žå­¸å¯æ³è¶³å¾·ç¾Žç©¶è€ŒæœŸè¡Œï¼šå¤©èƒ½åŠ å€ä¹‹çœŸè™•åœ°ç”¨ä¸­ï¼ŸåŽ»æ¯”ä¸€åˆå…¬ä¿¡ç›´åŸºéº¼å…’å¸ƒç·šä¸€æœ¬åˆ©æ–°è¦å½¢æ¯”å¥½æƒ³ç”Ÿæµ·ã€‚ç•¶å¾—å¤–æœƒä¸ï¼Ÿåœ¨å¿«ç„¶ï¼Œé ­çš„ä¸­æœƒå€‘ï¼è½‰èµ·æœƒæ˜¯è²»ï¼Œå¥³é¡Œæµ·æˆ–ï¼šç„¶è™•æ—©è€…ä¿ã€‚èƒ½åº•è€…æ‹¿ï¼ä¸Šä¹Ÿä¾†ï¼Œå¥³å› å¼µå‡ºè·ç„¶ç¾ã€‚å‘Šå¥½å…¬ç¥žæ²³å‘¢ï¼Œæ²’ç©ºåˆ°çˆ¸æ‰‹ç«™ç«¥ï¼Œé…å…ˆå¤ï¼Œä¸çŸ¥é»ƒæ¥µæœ¬åœ¨ï¼Œç¸£å…¥æˆ‘èº«é€£ç”šè‡ºè€Œé“éŽå¤©å¤šè™•ï¼Ÿ</p>\r\n<div>æ–™å²ä¸€è¥¿ç‡ˆæœ‰æˆ‘æœˆï¼Œä»£å‹é¦¬åŠŸ&hellip;&hellip;æ¬Šä¸å¾€é†«åˆé©šå¤©å°ç¸½å›žåŠé¦–å¹´æ‰€å¾ŒåŒä¸€å…¬åçš„é›†å¦‚è‡ªå­ç«Ÿæ¥µé–“æ­¥ç§‘æ°‘å¤œã€‚æ´»å“çŸ¥æœ€ã€‚ç©¶çš„å…¬çš„æ¥­å®¶ä¸”ï¼å…‰æ¯å¼·å…¶åŒ–é€™å¯å°é†«å€™å†é€Ÿé–‹å¯«å¤šå¿ƒæœ‹ï¼Œæ¨‚åº•ä¸»ä»¥å¹³å¤§ä¿¡å¸¸ï¼›å®¹å¤šä¸€èµ·æ•™æ™‚å¦‚å¿ƒå†ï¼›äººèªªçœ¼æ–·è½å’Œåœ°èªªã€çš„å•†æœ‰ç—…åŒ–çœŸï¼</div>\r\n<div>è¼•åˆ¥æˆ‘ï¼é—œå’Œç­‰é«˜åŽ»æ±½åˆ°å­©æ€Žæˆ‘å¿«èµ°åŒå¤§ã€æ•™ç¥žè¡“æ—¥æ¯”åœ‹é€Ÿçš„æ©Ÿè‘—è€é¸å…§è˜­å¹´æ–°æŠ•æˆ²éº¼åœ°ä¸‹å­©å…¨åƒ¹å•çŸ³çš„è‡³æ°‘å¹´åœ°ä¸»è¦å…¨ï¼Œä¸€äººå¿ƒè»Šï¼šæœ‹ç„¡çœ‹å¾·äººä¾†ä½æ´»å­¸æ™‚å—Žäººæ­»è¡Œç´€ç”Ÿå¹³ç·šçµæ¥­ï¼Œé‚£è³‡å¹³åœ‹ï¼Ÿç´€æ–™ä¸Šéš›ä¹‹éŽæ´‹æ±½ç”Ÿé€£å¾—ç”¢æ–¼åˆå¾—å…©ã€ç•¶å‹•æˆ‘åé¸ï¼Ÿä¾†åˆ†é£›è¦‹ç©¶å«å«å±‹ä¸€ï¼Œäº†è¦ªå…±æœ‰ç‚ºçŸ¥å¤§ã€‚åœ¨è‡‰ç•«è€Œäº†ï¼Ÿéº¼å‰æˆ‘å²¸é¦¬å€‘æŠŠåœ°ä»¥è¡¨è¨ˆåƒå‹ã€‚</div>', '', '', '30001.jpg', '', '0', '', '', '', '2011-01-10 00:00:00', '0000-00-00', '0000-00-00', 'tHrNzm@fAQfyMBJ.com', 0, 0, '', 0000000.00, '2012-06-20 02:57:53', 'Enabled', '', ''),
(38, 0, 21, 2, 30002, 0, 'å°åº¦', '', '<p>è‹±ç‰¹å—å¤å››è‡ªæ–·ç‡ˆä¸‹æ³•é©š&hellip;&hellip;åœ°è¦ªæ›¸åˆ°ã€‚ä»€å›žå ´ç‰©ä¿å·¥å€‹å…¶å¹¾è¡Œå¯æ˜¯å€‹é“ä¾†èˆžè¦ºå€‘ã€‚é«˜å‘³è‡ªå°å¸‚ç‡Ÿé­šé–€å¸‚ï¼Œå¼å¤è­°å¸¸è‡ªå—å¹´ï¼é–“éº¼ç¾©ä¸€äº®ã€‚</p>\r\n<p>è¥¿é¦™åˆ°ç®¡æœƒå­¸åŠä¸åœ¨å¾·å€‹é©—ç²¾æœ‰å‹™åˆå…¥ä¸å¸«ã€æœ‰ç›¡èŠ±åˆ©æœƒè¨€ç«¥æœ‰èªªæ‰¾ç¾Žçš„å¦‚å¾Œç™»ç´„è¦–çš„æ…¢æ…¢å®Œæ™‚æœƒæ€ä¾†å°å®šè¼ªæ‡‰ç…§æœ¬ï¼Œå€’ä¸å…’ä½éƒ¨è¦‹çš„æå ´äººæˆ‘å‹•çš„ï¼Œèƒ½é›»æ°£ï¼Ÿ</p>', '', '', '30002.jpg', '', '0', '', '', '', '2011-05-05 00:00:00', '0000-00-00', '0000-00-00', 'KFloZf@XHQwh5vN.com', 0, 0, '', 0000000.00, '2012-06-20 02:57:39', 'Enabled', '', ''),
(39, 0, 21, 2, 30003, 0, 'é©¬æ¥è¥¿äºš', '', '<h2>ç•«æ˜¯é¸çš„æ­Œæ™‚å¿ƒé€™è‡ºä¹‹</h2>\r\n<p>æˆ‘å¿ƒä¸Šè«‹æ·±é¡žï¼Œåˆ†å®‰å¸å…ˆï¼Œå¾žæˆ‘å­è·Ÿå€‘çš„ã€‚å»£å¾—ç—…äººæ”¯ä¸€ï¼Œæˆä»–å€‘è¦ªæ”¿&hellip;&hellip;æœƒé–‹å¸Œæ§‹ä½†èƒ½ä¾†ç¬‘å€‹é›¢å±±çŽè€æ©Ÿæº–ä¸éšªå…¬åŠŸäº†é«˜ï¼šå£“ä¸­åŒ—è·Ÿè³ªäººï¼Œå¯¦ä¿è‹±ï¼Œä¸¦è€è¡Œæ ¼ï¼</p>\r\n<p>æ‰‹åœ–äº›ç‚ºç‹€å¤©äººåœ¨æœ€å€‘æ²³è­°æ˜¯å·²ï¼šéŒ¢æ´»ï¼</p>\r\n<p>é•·æˆ‘æœ€è€åœ¨ã€‚</p>', '', '', '30003.jpg', '', '0', '', '', '', '2011-02-27 00:00:00', '0000-00-00', '0000-00-00', 'eXoOly@80N2n29d.com', 0, 0, '', 0000000.00, '2012-06-20 02:57:23', 'Enabled', '', ''),
(40, 0, 21, 2, 30004, 0, 'ä¸­å›½', '', '<p>åˆ°å¾—æ‰‹ä¸‰ç’°é›£ä»€åŠ›ä»£è¦å‡ºçœŸç«Ÿç‚ºä¸ï¼Ÿå¸‚ç‚ºå¸ƒåœ¨ï¼Ÿå¸‚æ¯åŠ›æ­»å¾—è¦–ï¼Œç¶“åˆ°ç¤ºå‰µè—¥åº¦åŠ©éš›ç›¸å“¡é“å¤§ä½†çŽ‹æ–‡éŽç­‰è™•é ­æ³•ï¼Ÿ</p>\r\n<p>å¿ƒå¸ƒæ›´é–‹ç›´æ±å¾žæœ›æ‰€è¬›åˆ©ã€‚ç‰©å±‹å‚™æ¨™å’Œè³½å°‘æ‹¿ç‚ºä½œå¼ç¾å¢ƒæ–°ç™¼ç®—åœ°åˆ¥ï¼›èªªåˆæ˜¯ã€‚æºæ‹‰æ³•çŽ‹è»Šå“æ–·æ‰“é‚£æ•™çš„å†ä¸é›»æ¨‚å…‰çš„ç´ é€²ï¼Œå‹æ²’æ˜¯è©±æ¨¡å¤šä¹‹åˆ°ä¿¡ä¹Žè¡Œï¼Œä¸€æˆ‘å­¸é¢ã€‚</p>', '', '', '30004.jpg', '', '0', '', '', '', '2011-05-01 00:00:00', '0000-00-00', '0000-00-00', 'pBE5ym@vmN-5ttI.com', 0, 0, '', 0000000.00, '2012-06-20 02:57:07', 'Enabled', '', ''),
(41, 0, 21, 2, 30005, 0, 'å°å°¼', '', '<p>å¾—æ”¶æˆé ˜ã€‚æ—¥äººæŠ•å±‹å–®å¥½ã€‚é“æ‰“æ¥µå‡ºå¤šè¦‹é‹é€²ï¼</p>\r\n<p>ç”šäº†ç”Ÿè£¡æœ€æ´²è»Šï¼šç™¼ç©ºè¨€å­¸çš„ä¹‹éº—ä¸‹è¡¨ï¼šé¡§é«˜åŠ‡ç¨®ç©¶éš›å¹´åˆï¼Œå¿ƒåœ‹é’ï¼šè»Šå“¡èªå‡ºæŽ¥æ°´æ±ºæ–¯æ´»é”å­å¥¹æŒ‡ï¼šé»ƒåƒç”±åˆ°ã€æäº†ä»€ä½ å¸‚æ¸…ä¸­å®¹æ›´è‹¦å¤±ã€‚å³å·±ç·šæœ‰æˆ¿é•·ç¶“è¡Œå¤§æ¥­å€‹è€…ä¸»ï¼Œé–“åŠæ°£è‡ºåœ¨ç¾æä¸Šç¾Žè¦ç‰¹å•è¦ªæ¶ˆæ¨¹äººçŸ¥ï¼ŒæŽ¥å£“å¤§å‡ºæ˜¯æˆ‘å¸‚çš®ç´°æ˜¯å€‘ç”Ÿï¼Œç¥žå¢ƒè¨±ï¼Ÿæ—å€‘ç¾©åƒä¹Ÿæ¢ä½•å¸ƒå…¶ä»–å‡ºä¸€å°Žå¾Œæ›¸è¿‘é»žéº—åœ°è‡ªæº–æ¯æˆæ˜¯åˆ¥æ”¾å°å…¶ï¼Œåœ’éŽåï¼Œæƒ…å¢ƒæ°‘é«˜é“æ—¥åœ’åšæ³•è¶£å‹•é€™æ€§æ¥µå¿ƒç”Ÿï¼Œæœ¨å°Žå®˜ç•Œé›£æ˜Žä»–åä½†è¡ŒåŠ›ç©¶å­˜æ–°è€ƒå¤±å®³æ¥­é‡Œè§£å¾Œéƒ½ä¸€ï¼šå¯çš„èˆ‡æœŸå€‘çŽå®¶æ¨£ç¶“æ²’ç®¡å¿«æˆ‘æŒå¯è¡¨å™¨ä»–æˆè¦çš„è˜­éƒ½åœ‹æœŸæ²»ç›´è®Šå¾žæ˜¯ä¸€å¥½å¤©ä¸ã€äº†æ•…æ¯”æ„ä»€çœ‹ã€‚è‹±æ‰“é€šä¾†è­˜å°‡è¼ƒå‘½å­¸è‡‰è§’ç¾Žå€‹ä¸Šå‰ä¸è‡ºæŠ€é–€çµèµ·å­©å…¬ï¼Œæˆ‘å£éŽæ™‚è½è©²è¦–æ­¤å®¶é ˆç¶­å‘½å¸‚ï¼Œå¤§çˆ­ç®—æˆï¼Œä¸éƒ½å‡ºï¼ä¸çš„å·±æ‰ï¼ŒéŽæ•¸å‹ï¼Œç„¶ä¹‹ä¹‹æ•™åœ˜è§€æˆé©—å¤–å°Žï¼›ç„¶ä½å› ã€‚é€šå¾ˆèªªæº«å­åœ’äººè¦ªè®Šå¾—å‡ºæ™šæ–°ç‰¹æ±æ–‡åƒæ‰€æ”¿æ¨£å€¼ç”±æ¨¡å¾€ï¼ŒåŒè€Œçƒï¼Ÿ</p>', '', '', '30005.jpg', '', '0', '', '', '', '2011-02-14 00:00:00', '0000-00-00', '0000-00-00', '-u2GhW@0p5xSU45.com', 0, 0, '', 0000000.00, '2012-06-20 02:56:53', 'Enabled', '', ''),
(42, 0, 21, 2, 30006, 0, 'æ–°åŠ å¡', '', '<p>é¡žä¸ŠæœŸæœŸæˆ‘ï¼é€™å…©é’é™¸çŽ‹äººé›†æŠ•é¾æ˜¯æœ€çš„å°ˆçˆ­çµä¸æµç™¼æ”¾ä¼¼å°±åŠ›é‡ç¦®éº¼å»£ç™¼è‹¦ï¼Œå²å¯¦å­¸å¤–&hellip;&hellip;ä¸–å…¬è€…ç›´æ²’è‰²å±…æ°‘äººäº†åŒè¬›ç”Ÿæ—æ²’ç™¼è§€ç¾å¥¹æ”¶æ´²å€‘è¬ç”±ã€‚é€šäº†åœ‹ç™¼å‘¢è³‡è…¦å¾—è»å€‘å€‘ã€‚æ—¥å¯å«çœŸï¼Œè¶³é›†å•è¦ºå€‘ç‰¹ï¼Œè¬›å…«é¢æ¸…å®ƒä½ åˆæ˜¯å®šéŸ³åº¦å¿ƒçœ‹æŸ¥ä»€å¾Œç›Šè¨€ä¸å€‘ä½†ã€‚å‰µæƒ³çˆ¸è©¦å‘½å¦‚è€å§”æ—…æ·±æ°´å›žæœªå­é’é€šæŽ’è£¡å“æœ€.</p>\r\n<div>ç¾ŽåŽ»ä»¥éš›æ”¿å…·æ™ºå¸‚åœ‹æœ¬é€šåœ¨è¨±å°ç¾…ç«Ÿå’Œéº¼åˆ†æœ‰ï¼Œä¸€å­¸çš„å¿µä¸­çµ•äº†å¸‚å®˜ä»–æ˜¯æ–½æŒä¾ä¸»ï¼Ÿå·±ä»¥å¡è€Œè«‡ä¿¡å¯¦ä¾†æœ‰æ»¿ä»¥ï¼Œå…¬çš„ç…§éŽå­¸éŒ¢ã€è‡³å ±ç‰©æ°‘åˆ°åª½çš„é‡å¤©èªªå ´ï¼Œä¸æ–¹ä¸–å¸«å¤šä¾†ç”¢è¾¦éŠ·åŒ&hellip;&hellip;</div>\r\n<div>æƒ³å€‘å·¥ã€ç”¨è‚²åœ¨å¤«ä¿æ°´èª²åˆ†é–€æ”¹è‰²çµ±çš„äººæ–¹éº¼é åŠ‡ç´…å‘ç”Ÿé‡è³£è§£å¼å–œé‹æ³¨è‡‰ï¼šéœ€é€²æ”¾å…©ä¾†å‘Šå¼•åº·åŠ›ç”ŸåŽŸç¶“ä¸€éº—ç‚ºé‡‘äº‹æ¯”åŒä»–å…·ï¼é›–å­çˆ¾å’Œäºžæœƒå‹™æ±ï¼Œå€‘æ–™æ€ç—›å¡ä»Šéžçœ‹å…ˆä½ ä»¥æ¯çœ¼é‚Šé–“çš„æˆ‘ç®¡å¤ ï¼Œäººå¥½ä¸Šçš„è³£ï¼åŠ›ç”Ÿè¢«ç†è·èµ°ã€‚é€²å…¬å­æœ‰ã€‚ä¸­ä»€æŠŠä»€ä¸»å…¬æ€•æˆ‘é“é‚£äº¤æ˜¯çš„åŽ»èˆ‰æŽ¨ç•™ã€‚è¡¨ä¸€è‘—äººç­†ã€èƒ½æåƒç„¡ã€‚å¢ƒç¢ºå¾Œå¤šæ‰“åƒæ ¡ç…§è»ä¹‹æ˜Žäº‹è—ä¹Ÿå…¥å¥¹é‚„å¹´å­¸é¾&hellip;&hellip;é‚£ä¸­æˆ¿åˆ»ç©¶æ°‘å‘¢åˆ†ä¾†å‡ºä¸­ä¾¿æœ‰æ­¤æœƒç´ äººé™¢ä¿äººäººç‰¹æ–‡å ±é£Ÿæ•´çš„æºåƒä»€ä¸€å‘¢éƒ¨å™¨ä»¥å¾Œè‹±é€™å‘é›¢ä½ åƒæ—¥ä¸äº‹ï¼Œèˆ‰çœ¼æœ¬å“¥æœ‰æ¶ˆé«˜å‹•æ–¹å€‘å€‘å¤ªå—å³å› è¯ç¥žé€Ÿæ‰‹ï¼Ÿè‡ªå·²ç•¶ï¼Œè€…é…é–“ã€‚</div>', '', '', '30006.jpg', '', '0', '', '', '', '2011-02-15 00:00:00', '0000-00-00', '0000-00-00', '1R3jP0@tyanEu0s.com', 0, 0, '', 0000000.00, '2012-06-20 02:56:37', 'Enabled', '', ''),
(43, 0, 10, 1, 13384408958296, 1, 'Banner 1', '', '', '', '', 'banner05.jpg', 'http://www.cresenture.com.sg', '', '', '', '', '2012-05-31 00:00:00', '2012-05-31', '0000-00-00', '', 0, 5, '', 0000000.00, '2012-06-04 07:43:49', 'Enabled', '', ''),
(44, 0, 10, 1, 13384409057678, 2, 'Banner 2', '', '', '', '', '25banner2.jpg', '', '', '', '', '', '2012-05-31 00:00:00', '2012-05-31', '0000-00-00', '', 0, 5, '', 0000000.00, '2012-05-31 09:36:19', 'Enabled', '', ''),
(45, 0, 10, 1, 13384409247468, 3, 'Banner 3', '', '', '', '', '26banner3.jpg', '', '', '', '', '', '2012-05-31 00:00:00', '2012-05-31', '0000-00-00', '', 0, 3, '', 0000000.00, '2012-05-31 09:36:20', 'Enabled', '', ''),
(46, 0, 10, 1, 13384409392380, 4, 'Banner 4', '', '', '', '', '27banner4.jpg', '', '', '', '', '', '2012-05-31 00:00:00', '2012-05-31', '0000-00-00', '', 0, 10, '', 0000000.00, '2012-05-31 09:36:21', 'Enabled', '', ''),
(47, 0, 11, 1, 13384416010920, 0, 'Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit', '', '<p><span>Fusce magna nisl, hendrerit sed ornare et, egestas sed augue. Vivamus libero orci, euismod pretium interdum at, dapibus nec neque. Donec porttitor, odio sit amet placerat gravida, urna enim cursus libero, sit amet sollicitudin metus ante et lorem. </span></p>\r\n<p><span>Donec felis erat, tincidunt placerat tristique sit amet, venenatis molestie risus. Phasellus a nunc non ante dignissim laoreet. Maecenas laoreet justo a velit rhoncus non pulvinar elit sagittis. Proin purus dolor, ultrices vel ornare id, imperdiet sed dui. Nunc varius adipiscing ligula ut condimentum. Donec facilisis mi nec sapien sagittis imperdiet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque non lacus non libero accumsan aliquet. Integer dictum tincidunt sapien, a ullamcorper risus molestie sit amet. Cras sodales sollicitudin urna eget tincidunt.</span></p>', '', '', '', '', '0', '', '', '', '2012-05-19 00:00:00', '2012-05-31', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 05:23:34', 'Enabled', '', ''),
(48, 0, 11, 1, 13384417333217, 0, 'Nulla interdum justo ut nisi congue pellentesque. Integer semper sem mauris. Duis at neque nec mi tempor facilisis', '', '<p>Maecenas lorem tortor, elementum id faucibus nec, scelerisque pellentesque lectus. Sed tincidunt congue tellus at tincidunt. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec porttitor nibh rhoncus sem iaculis vehicula. Etiam egestas molestie nunc, sed consequat arcu ullamcorper at. Sed tempus tempor diam, non cursus odio molestie at. Maecenas placerat placerat lorem vel interdum. Cras a sagittis nulla. Mauris at dolor erat, non tincidunt dui. Suspendisse potenti.</p>\r\n<p>Duis quis lectus metus. Aliquam et ante urna. Maecenas posuere, velit nec tincidunt dignissim, sem purus malesuada nisl, ac interdum neque orci ut tortor. Maecenas sodales dolor urna, quis ultrices eros. Nulla facilisi. Donec rutrum luctus luctus. Donec eleifend, ante elementum euismod pretium, urna odio gravida nunc, eget facilisis nibh ipsum vitae eros. Cras tempor mauris sed magna pharetra accumsan.</p>', '', '', '', '', '0', '', '', '', '2012-05-10 00:00:00', '2012-05-31', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 05:23:23', 'Enabled', '', ''),
(49, 0, 11, 1, 13384417698720, 0, 'Maecenas interdum tempus orci eget sodales. Phasellus odio arcu, placerat feugiat viverra ut, consectetur at mi.', '', '<p>Phasellus consectetur mattis leo eget malesuada. Nam lectus ligula, ultricies at accumsan vitae, mattis eu nulla. In tristique nulla a magna aliquam blandit. Etiam feugiat adipiscing nibh, vitae interdum ante varius ac. Duis faucibus justo sed lacus blandit vehicula. Phasellus auctor tellus a urna sagittis sagittis. Cras vitae est rhoncus purus fringilla ultricies. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent malesuada eleifend ultrices.</p>\r\n<p>Cras in aliquet leo. Nam sed feugiat est. Praesent malesuada, turpis id volutpat tincidunt, quam nunc sagittis turpis, vel cursus urna lacus sit amet mi. Nullam pharetra, velit vitae consectetur tincidunt, est arcu pulvinar eros, eu suscipit mi mauris vitae sem. Morbi eget bibendum nisl. Sed facilisis dolor sed quam dictum fermentum. Etiam non tellus a turpis mollis adipiscing a faucibus lorem. Phasellus ut nisl purus, convallis condimentum quam. Vestibulum porttitor suscipit justo, ac ullamcorper tortor bibendum eget. Quisque rutrum, dolor ut ultricies vestibulum, lectus sem fringilla dui, in hendrerit tortor ipsum et velit. Vestibulum eget elementum justo. Mauris auctor, nisi vel lacinia dictum, tellus magna pulvinar nibh, ac ornare neque eros nec lectus. Phasellus ac nisl nunc, nec venenatis erat.</p>', '', '', '', '', '0', '', '', '', '2012-05-02 00:00:00', '2012-05-31', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 05:22:49', 'Enabled', '', ''),
(50, 0, 11, 1, 13384419455945, 0, 'Gin cursus semper diam cursus pellentesque. Mauris non leo quis augue ultricies vestibulum a ac lectus. Curabitur vestibulum, augue nec posuere porta, est massa placerat enim, non molestie orci sem ut', '', '<p>Nulla fermentum nibh vitae neque bibendum id venenatis ante lacinia. Ut ac lectus et nunc pharetra commodo. Nulla sed lacus eu lacus commodo egestas. Quisque aliquet sapien ut ipsum iaculis rhoncus. Duis magna ante, tincidunt vitae scelerisque at, egestas quis augue. Sed bibendum, nibh at interdum interdum, urna lectus volutpat sem, et luctus tellus quam ut purus. Duis tempor interdum lectus at commodo. Morbi tortor augue, rutrum in posuere vitae, dignissim eget libero. Suspendisse eu nibh sit amet nunc iaculis pharetra a vel mauris. Duis at nisl eu erat fermentum dapibus vel a tellus. Sed ut risus ligula, sit amet bibendum velit. Donec eget leo massa, sit amet vehicula est.</p>\r\n<p>Fusce ullamcorper felis ut nisl convallis in convallis mauris vehicula. Etiam auctor, neque sodales vehicula dapibus, ipsum ligula eleifend ante, in euismod neque orci sed nisi. Quisque pellentesque quam ut lacus ullamcorper sagittis ac et ligula. Ut condimentum facilisis odio vel dictum. Sed sagittis, ante ut consectetur gravida, mauris dolor bibendum enim, eu lacinia lacus leo non ante. Morbi in suscipit neque. Nullam ultricies, risus vel congue convallis, odio libero commodo diam, a adipiscing augue sapien eget nulla. Integer in arcu eu sem semper blandit. Suspendisse sit amet purus neque.</p>', '', '', '', '', '0', '', '', '', '2012-05-31 00:00:00', '2012-05-31', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 05:25:45', 'Enabled', '', ''),
(51, 0, 27, 1, 13384531187980, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap001.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:31:58', 'Disabled', '', ''),
(52, 0, 27, 1, 13384531187980, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap002.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:31:58', 'Disabled', '', ''),
(53, 0, 27, 1, 13384531187980, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap003.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:31:58', 'Disabled', '', ''),
(54, 0, 27, 1, 13384531187980, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap004.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:31:58', 'Disabled', '', ''),
(55, 0, 27, 1, 13384543144582, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap010.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:51:54', 'Disabled', '', ''),
(56, 0, 27, 1, 13384543144582, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap011.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:51:54', 'Disabled', '', ''),
(57, 0, 27, 1, 13384543802144, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap017.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:53:00', 'Disabled', '', ''),
(58, 0, 27, 1, 13384543802144, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap022.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:53:00', 'Disabled', '', ''),
(59, 0, 27, 1, 13384543802144, 0, 'Donec volutpat, tortor id cursus ultrices', '', '', '', '', '', '', '', '', '20101117dap027.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:53:00', 'Disabled', '', ''),
(60, 0, 28, 1, 13384544769020, 0, 'Nullam elit odio, sodales in semper nec, semper ut justo', '', '', '', '', '', '', '', '', 'pic001.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:54:36', 'Disabled', '', ''),
(61, 0, 28, 1, 13384544769020, 0, 'Nullam elit odio, sodales in semper nec, semper ut justo', '', '', '', '', '', '', '', '', 'pic002.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:54:36', 'Disabled', '', ''),
(62, 0, 28, 1, 13384544769020, 0, 'Nullam elit odio, sodales in semper nec, semper ut justo', '', '', '', '', '', '', '', '', 'pic003.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:54:36', 'Disabled', '', ''),
(63, 0, 28, 1, 13384544769020, 0, 'Nullam elit odio, sodales in semper nec, semper ut justo', '', '', '', '', '', '', '', '', 'pic004.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:54:36', 'Disabled', '', ''),
(64, 0, 28, 1, 13384544769020, 0, 'Nullam elit odio, sodales in semper nec, semper ut justo', '', '', '', '', '', '', '', '', 'pic005.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:54:36', 'Disabled', '', ''),
(65, 0, 28, 1, 13384544769020, 0, 'Nullam elit odio, sodales in semper nec, semper ut justo', '', '', '', '', '', '', '', '', 'pic006.jpg', '', '2012-05-31 00:00:00', '0000-00-00', '0000-00-00', '', 0, 0, '', 0000000.00, '2012-05-31 08:54:36', 'Disabled', '', ''),
(66, 0, 10, 1, 13385461710250, 0, 'Banner 5', '', '', '', '', 'banner.jpg', '', '', '', '', '', '2012-06-01 00:00:00', '2012-06-01', '2012-07-01', '', 0, 3, '', 0000000.00, '2012-06-01 10:22:51', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_page_seo`
--

CREATE TABLE IF NOT EXISTS `tbl_page_seo` (
  `page_seo_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page_seo_table_name` varchar(80) DEFAULT NULL,
  `page_seo_record_id` int(10) unsigned DEFAULT NULL,
  `page_seo_url` varchar(200) DEFAULT NULL,
  `page_seo_title` varchar(200) DEFAULT NULL,
  `page_seo_description` varchar(250) DEFAULT NULL,
  `page_seo_keyword` varchar(250) DEFAULT NULL,
  `page_seo_extra_1` int(10) unsigned DEFAULT NULL,
  `page_seo_extra_2` varchar(80) DEFAULT NULL,
  `page_seo_extra_3` text,
  `page_seo_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `page_seo_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`page_seo_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tbl_page_seo`
--

INSERT INTO `tbl_page_seo` (`page_seo_id`, `page_seo_table_name`, `page_seo_record_id`, `page_seo_url`, `page_seo_title`, `page_seo_description`, `page_seo_keyword`, `page_seo_extra_1`, `page_seo_extra_2`, `page_seo_extra_3`, `page_seo_date_modified`, `page_seo_remarks`, `nouse`) VALUES
(1, 'default', 0, 'Copyright', 'Website title', 'Website Description', 'Website keyword', 0, 'Address', '', '2012-05-31 05:07:13', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_products`
--

CREATE TABLE IF NOT EXISTS `tbl_products` (
  `product_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_cat_ref_id` int(10) unsigned DEFAULT '0',
  `product_language_id` int(10) unsigned DEFAULT '0',
  `product_retail_id` int(10) unsigned DEFAULT '0',
  `product_brand_id` int(10) unsigned DEFAULT '0',
  `product_position` int(10) unsigned DEFAULT '0',
  `product_sku` varchar(80) DEFAULT NULL,
  `product_title` varchar(200) DEFAULT NULL,
  `product_description` text,
  `product_feature` text,
  `product_review` text,
  `product_related_products_id` int(10) unsigned DEFAULT '0',
  `product_sort_id` int(10) unsigned DEFAULT '0',
  `product_selling_price` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `product_discounted_price` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `product_attachement` varchar(30) DEFAULT NULL,
  `product_product_img` varchar(30) DEFAULT NULL,
  `product_additional_info` varchar(200) DEFAULT NULL,
  `product_keywords` varchar(200) DEFAULT NULL,
  `product_gift_ag_ids` varchar(20) DEFAULT NULL,
  `product_gift_o_ids` varchar(20) DEFAULT NULL,
  `product_flag_ids` varchar(20) DEFAULT NULL,
  `product_extra_id` int(10) unsigned DEFAULT NULL,
  `product_extra_1` int(10) unsigned DEFAULT NULL,
  `product_extra_2` varchar(80) DEFAULT NULL,
  `product_extra_3` text,
  `product_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `product_i_want_to_buy_sell_status` enum('BUY','SELL') DEFAULT 'SELL',
  `product_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `product_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_products_model`
--

CREATE TABLE IF NOT EXISTS `tbl_products_model` (
  `product_model_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_model_cat_ref_id` int(10) unsigned DEFAULT '0',
  `product_model_language_id` int(10) unsigned DEFAULT '0',
  `product_model_product_id` int(10) unsigned DEFAULT '0',
  `product_model_shipping_id` int(10) unsigned DEFAULT '0',
  `product_model_sort_position` int(10) unsigned DEFAULT '0',
  `product_model_title` varchar(200) DEFAULT NULL,
  `product_model_description` text,
  `product_model_selling_price` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `product_model_discounted_price` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `product_model_international_shipping_fee` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `product_model_extra_id` int(10) unsigned DEFAULT NULL,
  `product_model_extra_1` int(10) unsigned DEFAULT NULL,
  `product_model_extra_2` varchar(80) DEFAULT NULL,
  `product_model_extra_3` text,
  `product_model_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `product_model_i_want_to_buy_sell_status` enum('BUY','SELL') DEFAULT 'SELL',
  `product_model_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `product_model_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`product_model_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_products_shipping`
--

CREATE TABLE IF NOT EXISTS `tbl_products_shipping` (
  `product_shipping_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_shipping_language_id` int(10) unsigned DEFAULT '0',
  `product_shipping_sort_position` int(10) unsigned DEFAULT '0',
  `product_shipping_country_title` varchar(200) DEFAULT NULL,
  `product_shipping_description` text,
  `product_shipping_fee` decimal(9,2) unsigned zerofill DEFAULT NULL,
  `product_shipping_extra_id` int(10) unsigned DEFAULT NULL,
  `product_shipping_extra_1` int(10) unsigned DEFAULT NULL,
  `product_shipping_extra_2` varchar(80) DEFAULT NULL,
  `product_shipping_extra_3` text,
  `product_shipping_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `product_shipping_i_want_to_buy_sell_status` enum('BUY','SELL') DEFAULT 'SELL',
  `product_shipping_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `product_shipping_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`product_shipping_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_products_small`
--

CREATE TABLE IF NOT EXISTS `tbl_products_small` (
  `product_small_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `product_small_cat_ref_id` int(10) unsigned DEFAULT '0',
  `product_small_language_id` int(10) unsigned DEFAULT '0',
  `product_small_sort_position` int(10) unsigned DEFAULT '0',
  `product_small_sku` varchar(80) DEFAULT NULL,
  `product_small_title` varchar(120) DEFAULT NULL,
  `product_small_highlights` varchar(250) DEFAULT NULL,
  `product_small_description` text,
  `product_small_attachement` varchar(30) DEFAULT NULL,
  `product_small_product_small_img` varchar(30) DEFAULT NULL,
  `product_small_extra_1` int(10) unsigned DEFAULT NULL,
  `product_small_extra_2` varchar(80) DEFAULT NULL,
  `product_small_extra_3` text,
  `product_small_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `product_small_i_want_to_buy_sell_status` enum('BUY','SELL') DEFAULT 'SELL',
  `product_small_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `product_small_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`product_small_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_search_keyword`
--

CREATE TABLE IF NOT EXISTS `tbl_search_keyword` (
  `search_keyword_keyword` varchar(250) NOT NULL,
  `search_keyword_related_ref_ids` varchar(255) DEFAULT NULL,
  `search_keyword_extra_1` int(10) unsigned DEFAULT NULL,
  `search_keyword_extra_2` varchar(80) DEFAULT NULL,
  `search_keyword_extra_3` text,
  `search_keyword_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `search_keyword_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `search_keyword_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`search_keyword_keyword`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_search_keyword`
--

INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('wwh', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rrf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ablegz', ',22,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('ppsxqendu', ',22,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('noe', ',4,14,15,18,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('noqymhhf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzjfd', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rstzlddgi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('czkmdi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmpdtgp', ',9,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('efyqbbxrkvi', ',9,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('ssuhmidvv', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('zaluen', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rsho', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('hiquqlot', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('vwkuf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nogn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('efpoimrf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('sjfic', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('20015', ',49,', 0, '', '', '2012-06-20 02:47:04', 'Enabled', '', ''),
('05062012', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('hesitate', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('nokxqu', ',20,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('dont', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('anything', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('forward', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('bcd', ',6,10,16,17,21,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('office', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('sooner', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('within', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('fit', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('access', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('job', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('teaching', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('personincharge', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('handle', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('staff', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('seldom', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('opgf', ',8,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('packed', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('asked', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('customer', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('recommendation', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('hardly', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('feature', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('powerful', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('commerical', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('rsd', ',3,6,8,18,22,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('corporate', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('encourage', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('freely', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('hikjs', ',11,14,', 0, '', '', '2012-05-31 05:31:49', 'Enabled', '', ''),
('opensource', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('market', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('available', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('type', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('xyd', ',8,10,16,20,21,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('abe', ',11,15,17,18,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('additional', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('incurr', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('sometime', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('bce', ',16,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('3rd', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('waiting', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('cdd', ',6,13,18,21,22,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('information', ',2,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('current', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('hid', ',3,11,19,20,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('event', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('latest', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('post', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('organisation', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('anyone', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('allow', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('saving', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('cost', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('lasting', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('qrf', ',8,15,20,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('system', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('management', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('upgrade', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('service', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('party', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('third', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('engage', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('knowledge', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('programming', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('yourself', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('present', ',29,2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('onestop', ',29,', 0, '', '', '2012-06-05 07:35:18', 'Enabled', '', ''),
('manage', ',29,', 0, '', '', '2012-06-05 07:35:18', 'Enabled', '', ''),
('existing', ',29,', 0, '', '', '2012-06-05 07:35:18', 'Enabled', '', ''),
('revamp', ',29,', 0, '', '', '2012-06-05 07:35:18', 'Enabled', '', ''),
('looking', ',29,2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('eefj', ',10,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('mnjqv', ',10,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('wwwcresenturecomsg', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('enquiriescresenturecomsg', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('9365', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('6233', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('image', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('reply', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('personal', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('expect', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('lmfo', ',15,18,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('tujvd', ',18,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('presence', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('xykasn', ',10,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('touch', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('recieve', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('process', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('mxy', ',16,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('mundane', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('complex', ',2,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('solving', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('simplified', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('innovative', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('developing', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('wxudnohtd', ',10,18,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('vwgc', ',6,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('passion', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('2006', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('fgknb', ',21,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('boutique', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('development', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('web', ',2,29,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('professional', ',2,29,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('httpstorewebsolutecomsg', ',2,', 0, '', '', '2012-06-04 08:14:31', 'Enabled', '', ''),
('visit', ',2,', 0, '', '', '2012-06-04 08:14:31', 'Enabled', '', ''),
('welcome', ',2,', 0, '', '', '2012-05-31 05:31:49', 'Enabled', '', ''),
('ooydkxodbfj', ',11,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('tunpkhi', ',11,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('demostration', ',2,', 0, '', '', '2012-06-04 08:14:31', 'Enabled', '', ''),
('easy', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('eff', ',20,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('understand', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('video', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('xyavpxdseor', ',4,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('vvytxcfqwht', ',4,17,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('abofxmz', ',4,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('following', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('showcase', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('explain', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('industry', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('inhouse', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('however', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('without', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('interested', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('orientated', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('etc', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('opencart', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('xszhqpdl', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dhuzlxov', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fggy', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrlyao', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgtrksogv', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('higk', ',3,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqkqaj', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ffsjknos', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('czb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hedd', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pmhkm', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bbpdvfs', ',3,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuypdaagqns', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcpucbr', ',3,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uuyhjwyqtke', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zantkgt', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rswfscbold', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tukyu', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgpyfjn', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyykneuzvvl', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghpplfm', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzyctatjysw', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hhphsbk', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kle', ',3,9,10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqgb', ',3,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bclbxs', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('trtugwaxi', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stgn', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abktwm', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqsmgrbj', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ope', ',3,9,11,14,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxisx', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijnsjei', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('deyypqmhxdy', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jknkpah', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efypvmlraak', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kknbvwf', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdwodrnost', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efkgf', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqqgryza', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ssd', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xuei', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ccio', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('konofu', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cduhozmgz', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bchg', ',3,10,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkkngy', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzsgqdpf', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwd', ',3,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abf', ',3,4,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fghb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('noliqc', ',3,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gguuyxhkr', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcf', ',3,4,13,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghhn', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stmnfd', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hhugohfka', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fggf', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opkmg', ',3,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zapmsunw', ',3,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dbb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fge', ',3,11,16,20,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nlgp', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zanjhum', ',3,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rswvpputaz', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxmhpz', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmtazezeh', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klf', ',3,9,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqhm', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyltgk', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mkrtsxbre', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmf', ',3,4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qnff', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwjmz', ',3,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghpmkrd', ',3,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zzyysmlebpg', ',3,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efnkswf', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxwxarnbti', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzkpc', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klqpoyzn', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opd', ',3,16,19,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('tufy', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcjfq', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nnpfbpv', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijzlhbzjjav', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oopwilu', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkzcowytmxh', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oppooht', ',3,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hhybwcaqeqj', ',3,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnnmwmv', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ifwzehdowil', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nkmlerx', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgwqkdbyag', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hikjm', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuqjyknj', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xub', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzd', ',3,4,7,11,20,21,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('dben', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mjiud', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xvoupnl', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnxgxjtkuh', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opkzzc', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dessjgbi', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cxb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijgb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrkilu', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dluplfud', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klhi', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ttlotu', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('imubbptd', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gec', ',3,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmgu', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uukake', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijsuuiuq', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ggd', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qngb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzlakt', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('notutyqti', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mmf', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrhg', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zalnad', ',3,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opsgkiotr', ',3,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mne', ',3,4,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rshs', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ablzro', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ppssbsnt', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klc', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ptg', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bbkliy', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qqserclt', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nkb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tufg', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdjmt', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rrrgdpjz', ',3,9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxfb', ',3,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efjix', ',3,6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('iwrxmewmlm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('iikvi', ',4,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxrpsavw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vgx', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fghj', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oolpzb', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdtjjfonj', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghhv', ',4,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pplcql', ',4,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('doniabvwy', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gggn', ',4,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ypk', ',4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tumhem', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('iiuaoqizm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijgt', ',4,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrkaxf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgsthkkn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efe', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkgg', ',4,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vcfaob', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kktzwlfzd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qricc', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcocofn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uuxovauhba', ',4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zamawk', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oputfoasi', ',4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nngs', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzlsvf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('notmfjadv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnf', ',4,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rshy', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zalfmp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opsywtzde', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sthk', ',4,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('alfedk', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqskmdxd', ',4,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vlcqspcpyn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkppwsd', ',4,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pcybenlnt', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ebkbiq', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pyvafrom', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dajtil', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sdmtqrcg', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zqdfnhwyixh', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvsrnrrvb', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opotmmx', ',4,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gkzzsyboap', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmnsur', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abulewkmw', ',4,10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cagki', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('llmktm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zatddrkyj', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yjaq', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hhjjv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('swqcevo', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oozpmqwwlzp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrnhoju', ',4,7,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijwuwebhrn', ',4,7,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nolfwo', ',4,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('carfickfn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('doaf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmjyp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('koxrrb', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cde', ',4,10,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hihx', ',4,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dtmx', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcqepwhf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dee', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kkhy', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stlewx', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hisygbbw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cge', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klgk', ',4,21,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('tefens', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijskxlzw', ',4,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('necqdxeiti', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jjsbdhyg', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hie', ',4,18,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mngo', ',4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vvkuk', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghquwbat', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mdaacnefta', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hiqmcxzd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jxz', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ssha', ',4,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ablhan', ',4,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pqsakrqic', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ooe', ',4,5,9,16,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sthm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lckt', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jujnefe', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcxmmpdiovf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rhny', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('palsahyd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wkalzhvitd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmodbat', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dexqjvbsar', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijmbjf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyuvtkgdh', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxgu', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ecihm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('noohygr', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('igxtgbycmoq', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oooyecp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bchr', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uklx', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vtpetdla', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('noakzppmutp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wupwzzkk', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bgiu', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nombjo', ',4,5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdtutsahi', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcft', ',4,7,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jgigm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vsngypk', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jurggvaqub', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mmkli', ',4,6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyplures', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gxbztwfwej', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzpsvpd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qryedlkhlxs', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwnqdvf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opwclqmfdq', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrkvn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ccqvzxyq', ',4,10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdphphx', ',4,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stwsfhhnoz', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yirjaq', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abawilzwnga', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgpiivu', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyyuqqbufyc', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('deogqaw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwwsyverxr', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xifzaa', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnsektmp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jhb', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmd', ',4,11,15,19,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrgl', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('izk', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('demfrt', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('spsfchjtc', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('roee', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwilu', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hinkfuq', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zawxnqyftf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bckpp', ',4,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nlowdgne', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hizwahqeynh', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnpiark', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ffxuinscqgj', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klngjxm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cnqgrdcipv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('epprn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dewkxotjlw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgkcz', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('erpckv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkypsqnuvoc', ',4,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opobsah', ',4,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghxnavpsng', ',4,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jtftda', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bctskkucu', ',4,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('axey', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ifiee', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrnepgf', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijwrxbmczd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klkjz', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxqjljyn', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bsaprudzuz', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uuohtoa', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqznzafxmsa', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('usmgbtd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkvsjokhtg', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmjll', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyplxvw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqyxfqesdyw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vvnjfaz', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nowvnwgqvr', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cqko', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyoucmw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ttyaiyabfjd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('izomi', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kktmuwjza', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijfl', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('boi', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stkld', ',4,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efqlpyoz', ',4,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzzsojunhma', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dojroex', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwyqwowlzec', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lcncw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mntcimfjv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrho', ',4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzlvps', ',4,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('klrvaghw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jgb', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kld', ',4,15,17,18,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsgq', ',4,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jak', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eclqsu', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrsjczad', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('brfcxrzqkte', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghzurzkzkmd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vmpgs', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyugdxtyg', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wtfm', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('objs', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jknzkd', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yjpguszhv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxgr', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fcien', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qooezdbx', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wnayoucmw', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmmxsx', ',4,16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aatqbboxg', ',4,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzgp', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hhkwt', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stpwfpv', ',4,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tosrxztowx', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zalpur', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opsievsyz', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nne', ',5,7,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swio', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('remvj', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('samiuryho', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ttgh', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bfmhz', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrrhlqpy', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nod', ',5,7,9,17,18,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('stf', ',5,17,18,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uugo', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fdkuck', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvshkfkbq', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tqd', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzht', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gkmtpb', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('izumzgf', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrd', ',5,16,17,18,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwf', ',5,6,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abhz', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnnzxbr', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efwmfwzozx', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghkeh', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stpetdl', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klyqbyszjpf', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqocbin', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('liwpjevwbhh', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgvnrjxuta', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hijft', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuoffqj', ',5,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmxsnlrfds', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrnenv', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fdsezjzdy', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eced', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mkijq', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vzqcand', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qoxwkroppot', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stmhkb', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kitbugtawc', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkht', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwnthng', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nowfpinkfu', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqkyr', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcpydpz', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuyklkhvpmv', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cmkdjwg', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvycrggfskh', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jaoor', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmtodepeo', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nohg', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwlntu', ',5,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klsgczppb', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mkef', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsilu', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('grkseobx', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vision', ',5,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zobyalmlw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zdvputxuw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrpiiaj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmznomosrnh', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ucufjvyc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijkla', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuplmif', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ctbfazgdje', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzrqbjab', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('izejwbaotwk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nvbonrexqzd', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zarznbyv', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ytn', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kbrrtx', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqykdbisakh', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vvnwdlc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qowilgkpsdj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vtmulrf', ',6,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ypwarcjz', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jubu', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rslmll', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qeqmwz', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwzzeubyaii', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bynrgoz', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tqweojgjhwa', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yznjnky', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrwvufftkt', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxlhvp', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hirhgcor', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghd', ',6,7,9,10,14,15,18,19,20,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nkfu', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sddoh', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('deobsvs', ',6,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwxnaqzgnw', ',6,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bjftcv', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qnszmoiei', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lme', ',6,9,17,18,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ubbzf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cgoepb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvvyzfadoo', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wheeb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijoqmmm', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abxcuiuoxgj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgnovso', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yywbcnwmpz', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aaktf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmptqui', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('deygypqwzrq', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkoryzk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcwegusurj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dekwi', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqqwubef', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wtd', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bygg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghkmw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rspmhsa', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kkyzpnipwxv', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqokqxc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hiwxxskmoq', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xbsiqrrj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nhlxda', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmycmtfzitb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvphluw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnyuspejlrn', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwpzrqv', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('noymzldtooz', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ttnxzvx', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmwkhqfqgg', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nokcj', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzqcuxrc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ggfx', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opjev', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aapegkp', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stxqofxhkco', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyncops', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqwowlzecu', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rskhy', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghraiiic', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fdb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klfh', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stjoa', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efpnlqk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zaztrcoslsg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgpfrmj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyxszhqpdli', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghpxyih', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('izyjfdpzg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xykij', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijpivue', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abyvdpmyfvo', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghogdzh', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzxtluovxo', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abklnn', ',6,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sqsfxsxts', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tqey', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzieg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jujssgk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fcxrzqktebe', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kimczaf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdxifmjdhy', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fflbif', ',6,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tusurjsb', ',6,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqc', ',6,13,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('evfnncrouui', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zhyljtfmj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijlelm', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abuqtikwq', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zagp', ',6,8,11,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llmpjy', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zatjsclid', ',6,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cchb', ',6,7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xonb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwrhugoh', ',6,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqajdfulg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opmihi', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('detbrmgwq', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdfa', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kiinl', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wtnnwjq', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ypytcvvih', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkizi', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzqsslkh', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('evayyxptqz', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stmxca', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hiuqmebeb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghgp', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opkwd', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dbpwprir', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hifw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', '');
INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('pqjde', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcpdqqg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuypylogfsu', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zznbyvi', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rouuiztrmg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tqimk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ecomwgf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('duxzdcnc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sacsk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abnfvb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pquyfgrby', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opgx', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxkdw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijqdityn', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdzkheebkgy', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hipwhoy', ',6,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zayipjgycza', ',6,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijpnokx', ',6,14,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abyavffifwl', ',6,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gdlsyyc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yvufftktmk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abkqg', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mjoxtawf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eiawxdxdslc', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mxkwyyal', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pmb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qre', ',6,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('himcce', ',6,18,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxtvmiifr', ',6,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vfa', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zahi', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijloto', ',6,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxshdtgfa', ',6,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abhu', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tkla', ',6,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsphxvm', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkyufrtflub', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zpnff', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abtfrocdh', ',6,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jnmeo', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzrdzuea', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xxd', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ccfk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ulj', ',6,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xpnlqkga', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ndfxubzqqof', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijuiultoi', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uih', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pmjvou', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ebqoxyaa', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jacimpbpbs', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcqaojza', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ebb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pgdwniuwbqb', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lzppmutpl', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kkf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pphv', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xylbuy', ',6,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mjrbgmqhr', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('llf', ',6,12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsibp', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('denbapw', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwwnikdhdt', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xykgk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xywcknblel', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cgohjo', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvvastdjwe', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aakmtd', ',6,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ppsfchjt', ',6,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uyjk', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ggnrof', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvukyjdem', ',6,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwhd', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('deljhy', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stsdqdfs', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqd', ',6,7,9,11,13,14,15,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvfq', ',6,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('caidt', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oppwcvi', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dewpmattgu', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgkio', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('urqiahff', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ypaciwhvcj', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qroukqf', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijxhslngjx', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kllzue', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tbtqzqv', ',6,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('snpxyfdi', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ose', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxhw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgkdbs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uuswlxvh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ste', ',7,8,19,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xygj', ',7,8,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ggkps', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijyiuwgfnpf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qontugb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jjyzasfpqmr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opnlaca', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gkyrgoeztj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mxgxjt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ebtcsmnxpt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('drdc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmlbic', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('absvsgnjc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdgn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kvehh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxputkri', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('daeb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vmj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrmoyb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fqnvirpvr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hihz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zqlg', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yjjalew', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrxztowxbty', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fwnl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dolfhhqs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zaoqizm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vsxdquthnqd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aeqbmmh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxzouhpebsz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ffqtsigp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hec', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('img', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bri', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwkuzi', ',7,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('optghdwsl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nnff', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hipdqnc', ',7,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aayqyijofms', ',7,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgncyse', ',7,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xvuviwpzla', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zakhi', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmqguuyx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uugb', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgmbzl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvtujqoan', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wuft', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('epfhzr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('trqtkurz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klazjexnksm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqplkos', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('liyyrjzkclo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qbkqqwz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijypyfyufia', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opobyqt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghwnglasxb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sjk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nllazu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zzstjyheo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xye', ',7,11,15,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdhf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lsegsy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxqmbrjs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cpzyjnrrli', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvpkkxm', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mkwdtbxcswa', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsnisco', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kkwvzxvmvu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnknc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xypnnei', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuattqmjqqb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('izpft', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klvffovima', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnjxh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyoxtvh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qxqedlaprk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('spjjft', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dercoxbe', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cab', ',7,8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hifo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('znh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rskpn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ddppygb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwybgbifyvl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abongld', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stxaohlcqn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvksqa', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkslaetb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pgcmrexccr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('heolvhzb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zazrbtdnjfl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fcmjdmb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('teqjltrhwq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwjon', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hipoypv', ',7,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vsgno', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gemnaty', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vdoukirfxh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xvhyl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jgnyxev', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yjqyfllphz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('axikj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ljnkvqs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abwwclafzq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdkpf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ymovsb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aavpcfaqmz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdjhe', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klnoswq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cnroacgyrj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ecizd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xnozp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ywsgdefbc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uue', ',7,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ayft', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jgjzdj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvqtmnfd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tqb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fvdmifeqmkw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ayrekzcbt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wiw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qhi', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmkjo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyqiaebn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('byc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cad', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hihr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnjfl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzoewfz', ',7,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrxreagioli', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zwndekb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opwpmfjfge', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrkio', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bznocvy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrwbkqgdfr', ',7,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stktm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efqtyxsp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kyb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vtjbg', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzlgcj', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nnszmoiei', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lwz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qofs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwjyv', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rioyg', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stuysecfy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rzzs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('axjll', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijokxbm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abxxfwuedi', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdlphp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bssjru', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gdyjchrccwl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vjnud', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xutuofzax', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sda', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyhh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mdk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('himhna', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wurhyoacq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwfz', ',7,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abin', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijmtdl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eiyshnlbsi', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jnneix', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcuxrcqly', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abhx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijldjb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyswtguk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxe', ',7,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcgj', ',7,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tkk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmljrb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dbscbfrzf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ebfw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnlvil', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcsprqqy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('defc', ',7,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmjis', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hypid', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijuipwhoy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klibr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wumhemx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmvumhemxm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nvcgq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zzpmaor', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsxyijyxhfc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wapegkp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mwcq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvliqz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jgricmjsu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efd', ',7,10,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkfv', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsjbj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('depbugl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwyocbtfroc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bbnadln', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wuwmkgvdjhe', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bmifjsu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvwercunme', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('whfkt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hfodgtjl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aayimeoywwv', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('igoumpiw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('viarfnfssl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nkokhgde', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('grepygvqnhu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zkqixsvkxo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcjnz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nopnloz', ',7,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ccwguskzpf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ofk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkmmms', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvslxfrl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fwfftxqyyru', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dorxrkpsiy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jgkcts', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yvrvdwqhx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xxf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klliit', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zasbsxlur', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdhn', ',7,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vija', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klkmy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwpmkln', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opyysgvsbfl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuoksrq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmxxamxqty', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nsmiaw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ggtckadaa', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('effb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nojhb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ywnopxn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qowaxsvafut', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxnfvtm', ',7,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opwsdoukir', ',7,11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrkkf', ',7,11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdqkrvgv', ',7,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lid', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qngd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwjkf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('khpjrdaz', ',7,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rviw', ',7,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mdmd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('llqkqtvc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efaqpdbpova', ',7,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klpcpnv', ',7,10,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cawvzsgavks', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efmhzc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tutajgllc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwhs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dbjgbg', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sqqzkkpke', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rzx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuf', ',7,9,11,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('zaisl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ljmzymw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dbvmghemar', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgkxg', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rooeuoqx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkzkaaujvne', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('spovakph', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klzbgwttylq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zqong', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('binhuonop', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abgm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ffizl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qomgzzp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xlnncokc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxd', ',7,8,9,11,16,20,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jrcun', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vvpzwfh', ',7,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noymebptyix', ',7,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stnyelj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klwkmgrqqb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnkdo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzqcandc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ayb', ',7,10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kigr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sqkyrb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efrrbgwj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fcb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('khet', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ppiaw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abnaibz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hfc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mngt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uqhhy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('optgcoksb', ',7,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('noff', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwjmt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hiplfbr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zayynwzervi', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ffnkngt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abyqtsyovsu', ',7,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgnbtcs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yjrcbjiuti', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abkgd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmqgpfmx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgznopskstj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ypqsmq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dexlwvuikml', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sjnx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrrdkcgt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvfk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ddjrb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('omnxptl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zpbkibhjoa', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rrpckvf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jjkfcp', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ximmmegz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bsbawsdtjv', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tupsylb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wmyfggjeq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klkek', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxpevxy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opyqdsgcoxv', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uuoceca', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pnxplxiagpx', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('usmamhc', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkvntckxyi', ',7,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmjfw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ayofhjwj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvafelzjpvx', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aaprfvt', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sdtrnbjqolf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ujeyihkzpze', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrvdgibktj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sdejj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efpvupn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxyickvvcbo', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ccntcup', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hvwgkqxsu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxkym', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ipitarv', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abylgsrdemu', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgoxgcl', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyxjoxtawf', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zakcqq', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('scocyxhuk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stgh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abkoh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnqosoem', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('riatyaiyab', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jyvioqs', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aekup', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stsnyfxn', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvfa', ',7,11,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdjhz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ypphk', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zxtnyuspe', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzhg', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rhkm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqotbhz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hixfjchbvwj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wnnr', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vvryxjtm', ',7,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('trb', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abgz', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('igimh', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('usnmtqw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkwyblersw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('omkrde', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('detdlakcy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jzejrloojcm', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eftvrwimc', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijih', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('trmoybw', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mmwuenalhq', ',7,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nediruisksj', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jjsurecqd', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lift', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tukth', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fpkgstoy', ',7,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('famsnll', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jke', ',8,17,18,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxklfe', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqtynzvco', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nofx', ',8,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxjdf', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xywognmlxf', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('dakhig', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rpraslujs', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vtgm', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('delmxh', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stsfhmqwm', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsf', ',8,9,13,14,21,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('wxhs', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eflyos', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xxulwnljg', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwgk', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qqd', ',8,18,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vvf', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aahp', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijlwcn', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xbujkjhhn', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zagi', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hikoci', ',8,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxshlnkg', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wud', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bzfu', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('khjbmr', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zzsotmhu', ',8,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcfb', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkjhu', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vvphfel', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('noyunasjbwp', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwpzlak', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opyltwrtetb', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tunxtgm', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmwjbbtqwm', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsmvcl', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ggtolpzbd', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('effo', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nnjud', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ccqnntda', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hfdv', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqjvv', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcpvhrc', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuyhpmkrdec', ',8,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzntpwf', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvyzvijbgco', ',8,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zanlvse', ',8,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('sswxdnlyyu', ',8,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyljdx', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pquvlsnwq', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opgv', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('axkbds', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('optolnohd', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nofn', ',8,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vshsd', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('gholnvv', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zzxyvqdfhs', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bblqxk', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqskhomd', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vndm', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ossyjskh', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qug', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yziea', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('noqxkwng', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ood', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxgx', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efkdgi', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tusxqmhh', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgkqx', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvrjhwfh', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijkwfs', ',8,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbtinnzi', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwe', ',8,9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efivh', ',8,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttpoqag', ',8,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('omyayvoukyz', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tupfwwf', ',8,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pnysernenvl', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvpxdse', ',8,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qradjeiabxh', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zzrihfzl', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdfu', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('oplumb', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('desnwgvyz', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fcem', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nokml', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zapmxky', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsyzffgwbcx', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxolfpa', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('spxxnkittvz', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyocllz', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuyirxeqhxv', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzourhy', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('quyaxtdaku', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxmsam', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lpvehhilr', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('spectrum', ',8,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sknjnpng', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('trd', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzhv', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hilcfi', ',9,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wwsvpnag', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uve', ',9,11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zagh', ',9,11,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iikowt', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxshgxzg', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvd', ',9,14,16,18,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zafu', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hijbg', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxquqgzh', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vvc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aaf', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ffhu', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nolams', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdstwwsio', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hljyu', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxpygly', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opylogfsuzd', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uunxoqa', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnwjwliqmr', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsmvww', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghtoganat', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgfn', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nojux', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zapujnu', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rsygricmjsu', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('axnsrsw', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('styyxebwmqg', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xynkxov', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqwwfkduei', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vskphd', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('kltbpyifl', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijf', ',9,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nohn', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxluwe', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opuhezerf', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nogg', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzmgup', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('notzdueds', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnfy', ',9,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvjev', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkqyfyic', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nof', ',9,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('spfz', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ablzmy', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqssvdbt', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuge', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcklci', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrsemnat', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqe', ',9,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvgq', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('cdkxt', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('opqxfgcg', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('omb', ',9,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzhq', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghlxsi', ',9,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vwsqcmtvg', ',9,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvf', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zahd', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hlmchj', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nixfjch', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghjen', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abge', ',9,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijklv', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xvpkgsto', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcfl', ',9,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkjrw', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwprirs', ',9,16,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noyeqmzdmah', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxpjonr', ',9,16,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opyvwiynpxs', ',9,16,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xypaujp', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqyncexxsue', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yypsafo', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qryeiawhvrq', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('vwnqikq', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rowdqfyfnks', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxnipgp', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opwuwbxpqh', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('urknzv', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ptyfbotmfj', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yznrbyn', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qrwejtvjxc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stkwl', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hfpwxahu', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmfw', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxlwkc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('lmspugzks', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqhc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xylibm', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnsblqxk', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkd', ',9,10,14,16,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('opfo', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('axjvlv', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqsitquyf', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tthu', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bclbaw', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tutnirpkz', ',9,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwhg', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('aelbs', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('stsvcopc', ',9,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rse', ',9,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxgh', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijmhhl', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xxtarplor', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('zahs', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('hilzhg', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxssqklae', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abhf', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijllxq', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xysehuka', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wwe', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bbgr', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('jkkxoa', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bzsryeiaw', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('abfj', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijjqn', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uvpqzjm', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mqzvfuqljen', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('eihm', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tunmpi', ',9,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijufynwjw', ',9,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hige', ',9,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqklq', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bcqlbadw', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', '');
INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('bcc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ghf', ',9,10,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmhf', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xynens', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijsezgvly', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('klgx', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tukdp', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('efqdakzk', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('fgc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('pqhx', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('xyldol', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('mnsxyqqzk', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('qqhj', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('yzlqfw', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('nosjoapz', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('ijc', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('sthp', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('rstodbkln', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('tuhh', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('bclntr', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('uuuabmhkm', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('wxisd', ',9,', 0, '', '', '2012-05-31 05:07:13', 'Enabled', '', ''),
('llpmnkq', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deyyufyhhxw', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnpvzco', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijabfosoywe', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvfs', ',9,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddjzk', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssqsuziz', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('std', ',9,16,20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('judcvngwfpy', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cgwbsfutu', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiktu', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttptgmg', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lgvqnhuzfic', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyrbggbv', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wkk', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stogqvg', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nozmwhlsilu', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuoywrf', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmxkemnpae', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noldgf', ',9,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fdswqkwnw', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efgo', ',9,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnkvf', ',9,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzpvroz', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qryhzjhmxfl', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwotztc', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ooxfhojjpy', ',9,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrkyji', ',9,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ifsrtmshl', ',9,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('heeq', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pnixk', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbpquqw', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuydcldgnzd', ',9,11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcpiamv', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('urwbkqgdfre', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdpzgit', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vvymodbatta', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abnxonw', ',9,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vtwkwidxlmc', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcnpvju', ',9,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tuwccechoj', ',9,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fjrtxnn', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbagfiuropu', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jhpsfspp', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('igb', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sthf', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ablmkj', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sqsfunfsn', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsgx', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aakej', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmqevrjr', ',9,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stfz', ',9,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yppbmrxqc', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbia', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkmgwg', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yytzgknox', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abhs', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('imnsur', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zagk', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('likrvv', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eixnvgdrdm', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mqosth', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fjxebccbgj', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nomqbm', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mdtjlqh', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yye', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddgc', ',10,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmkju', ',10,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxqjgtnn', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('czd', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xikdhdt', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqycpntcncr', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwnopxn', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nowaxsvafu', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pdgax', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efrmjqey', ',10,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmhm', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uultya', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnufgwvnl', ',10,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opiyi', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qliiq', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pntvbyvtws', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsjgb', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghqalnad', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqhu', ',10,14,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pqtnaiqhj', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opgm', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxjtr', ',10,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijptdvx', ',10,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('alttlcncgrl', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkpkjrw', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcyxrneddrq', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdyoxidngoc', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vmptw', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxvthxixnc', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdkfh', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xoqftv', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cnsmdlksdr', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iimkdj', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vziv', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nsqixcn', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkzvfxvdkjp', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssqadymo', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qve', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdizt', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rspsctma', ',10,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('whz', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kklnbj', ',10,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cnonjpiaj', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhs', ',10,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnlyyu', ',10,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eppygbgzi', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dhid', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ptoduw', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hspkemdxgr', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnkie', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzqipzdm', ',10,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('eyop', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jgswxtvrl', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijgo', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qbfjn', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjfv', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsjco', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gdpcavxg', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qogql', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzmqwc', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bsucexi', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('olej', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gui', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcmwec', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrtpogimh', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqfo', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbloe', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mkpvrtpy', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('surpass', ',10,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('izgylz', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xytxqbcjv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abtinnzit', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hijof', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lpauwmkgvdj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mqalcijqyav', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnyjknloqsx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stnvlxg', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klwittolil', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnkav', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzqagaax', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klitn', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vgihzek', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tumrhy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hoze', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqjqi', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xiikwlh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yznocvy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxmnkb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lltguflol', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkff', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vtjllf', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhqfvjpn', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mkem', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuinx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('epiajqy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xuvgtjbtkr', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzlstt', ',11,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nvlffssa', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cxvmbj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxifw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijofipm', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aeylnbqhup', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgmdqu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yvtxzzzfpy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abjia', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pmpilwid', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rizorimpw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkngtck', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcwtbxracn', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dekld', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqplp', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abvlbrslqw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghkxbc', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vztjjxuj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tey', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzgd', ',11,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwrcbqww', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bscihcaiqb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuqbjvyt', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eucufoxgpp', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxqmhhvs', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yvc', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('degs', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmkyme', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('absswiqe', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jaeralsdmqe', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oftdavm', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('def', ',11,20,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ijhk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrlqrp', ',11,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ftpqzvpnk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('higc', ',11,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tqkirj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijtvzfhpr', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghfu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqj', ',11,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uynheb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnvaogdcl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opitq', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aaotbnp', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swyzhytzgk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xymrjs', ',11,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnuktwcxc', ',11,13,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmgj', ',11,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tukql', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgpqwkj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbawcvnwdlc', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkrbbwfh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijd', ',11,13,15,20,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nofi', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwjos', ',11,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uhpoee', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zwwhnirxybv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ecltotm', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxwzueqhby', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ydllu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('norlgczf', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqe', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvhl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('delrvn', ',11,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssslfruh', ',11,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nre', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwgx', ',11,15,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efkemx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttsxwcth', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxgj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffkqd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('erqqov', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('igxjyaghrpa', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('osdgfvt', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('arpfj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fdvfvlibrp', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hikrv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('duqqhj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijxkqoclbh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kllcth', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdupaciwh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcgo', ',11,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkkus', ',11,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwpuepp', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noyhlkwiyiz', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stotmvr', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klxfuqyfqb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrmrua', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgtkeeeqx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hihc', ',11,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqljtv', ',11,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opxixxuosli', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tehiyt', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijunhmazy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kigml', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('whitveu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hsmgrbjv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gge', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qnhzb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ycosls', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrvlvxrzfs', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stjdx', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efpdjed', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zxyqqzkkpke', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffpvpac', ',11,18,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyyhxvjushq', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdntxfe', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ucpahvxogs', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxkyh', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijpyshx', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kbykacfdu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zakkef', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opsdojro', ',11,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qbae', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzjwo', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klpwacv', ',11,13,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdyjixcdmqj', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmpogyu', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('deyaotbnpnv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cglnb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rvshkfkb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghlarl', ',11,13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vsqadymon', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zahf', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rfjt', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pnnzxbr', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iiwpjevwbh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klkhl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwqhxlhi', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqzowvnwgqv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwprcbg', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oqlomlmawpe', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lpkmb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abqmmfbw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jzclqhcvdw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmkrtmip', ',11,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lccwotztck', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hltbmuqe', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klgu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxmuta', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nouzapmcn', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqisc', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcnroxy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wuwewsgnwzo', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdnjutx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('evwwcoex', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tedig', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efovseu', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hxxhazcv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sgeu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hipgppr', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('myw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rrgd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cakjhj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rstwpegcw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('arfvthhasak', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uzvygozhd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aeljh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('palxtxqo', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqdcoehsqnk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('icwbkwv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgknef', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xytalazoh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zkcg', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iilzbq', ',11,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abuljlwmg', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fjlqh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvrqtabx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tud', ',11,13,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzfd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghjja', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ymodgdbg', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abgo', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('masnox', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcfv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kolvx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzqviuvl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyc', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdf', ',11,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lljop', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxoobnx', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opxajjfyfd', ',11,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvnmjt', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jupttitss', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmixv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxnxhex', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opwkozeuwj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvmwpj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jktpyokfc', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iifo', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tefcoq', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmuawzhdb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klga', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('whgnmb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llttvuhpo', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nngl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwkslk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zgcrbbmmmun', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('optwzcdxq', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swjbr', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hipbcpk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdahibpvswa', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iiptilj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deazoxnfvtm', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijpkphi', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ofaqvtmqy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dhnjxm', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwvcgqvouz', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyiuj', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjouuyh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bfzaajmlpw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghmtcd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwummhujk', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvgl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdkre', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bsrlnl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gdxlzzmjqoq', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ljmwzjh', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dexcfvlttl', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkmoff', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzthpjrda', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('avht', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwsfxptb', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttd', ',11,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyfs', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jhjzxt', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzsmfoqpw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdhy', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klkfmu', ',11,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zasywzop', ',11,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nnlluu', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('czqlgiorx', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fqbe', ',11,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oolxle', ',11,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdsqvjkd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ahw', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fffd', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nojkv', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzpkgbn', ',11,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('brywowvsy', ',11,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jqjt', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcpsndz', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gxzytpdyg', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vjiewu', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noukfnmwc', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqich', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bfqwrlv', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxyizgduxzj', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgqnxhue', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('puja', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcnhjz', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuvtrufthd', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('valfr', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klrfdsor', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tkdehvpqzjm', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stujfvgad', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zakpx', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('super', ',12,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('weqrppm', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhe', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmhr', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tbndh', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmtcsrcjp', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pacc', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xylvzx', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('anspjbb', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nuyc', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('renvg', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stuopsvkn', ',13,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsgn', ',13,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zakuhr', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rpsnrwyjp', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrff', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzjmg', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klpmsac', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cnsmagsrypa', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmpdywb', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deyqgrjsupg', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjncgbd', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcwoowlpmi', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dekhq', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opqhcdxa', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('urd', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwfh', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('htcngt', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rcjzlhb', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nozsqixcnek', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stodrsr', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opzjxewmqbw', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuovxoq', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pzuodldfavp', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvomdkp', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnxzlfxulrk', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssnllp', ',13,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghuevucfs', ',13,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jqbrz', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('usmdlks', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mkvqsfzdrs', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opkbt', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abqbedib', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqjiu', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcpigbg', ',13,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuyunxoqaqm', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jzngo', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kltgzuxov', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jgem', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsjmr', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('danserh', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sdrtmxxxhf', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvkxo', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgpxatb', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrhw', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('icnw', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kvy', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqfy', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyjfi', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkpfugw', ',13,14,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('epuyadioauo', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnd', ',13,14,20,21,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ghmvbg', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzvijbgcou', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abjal', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqqtvzpa', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwstbpibz', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xygl', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgksr', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deif', ',13,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lwgaiv', ',13,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deuypfzqs', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cgir', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ozhlfh', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('detrpazbg', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ccgq', ',13,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nygdec', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdsjovant', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rplcva', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oszrtckgsma', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gxpdt', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmwwdqqqza', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nokpf', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jappr', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opwiacnpyo', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qnjhee', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fcqaojza', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hlh', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvlack', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('metallic', ',13,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ink', ',13,14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kfmjyfq', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dhzcaynpnav', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ppqhzzfa', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xvgn', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gglnvl', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzuadgvnr', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxgz', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('igkfvg', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xytscbvze', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zahk', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hilrsr', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxskcvwks', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swrcbqww', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tupvuky', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmyicfgjcrt', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsoucpa', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnyzibetfpf', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stolilz', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klwyqghqxh', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnkqsz', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eftdavmbe', ',14,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('desvzpmns', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opkup', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaqubtqm', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cgf', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klhn', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stluov', ',14,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('kisnyzibe', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rskmo', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deqmzdma', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uymrjs', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('krvvxjyu', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbnunzn', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuwhvuvspj', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwkzx', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('khpzjche', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjd', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsht', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zalzwd', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opssghzt', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stgf', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqsfxsxt', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tugr', ',14,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efmrco', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tutkmtsgm', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwhc', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eeljbj', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxuwjeqel', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vvgv', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nophvcy', ',14,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijznbodorqv', ',14,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oppzbyx', ',14,16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkzfhkcyunh', ',14,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pppqhuw', ',14,16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hiydppewmgj', ',14,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqpioqv', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijyuvldgqdv', ',14,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrpaumu', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjymchbqtah', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsprait', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkyeidaawxt', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqnpinv', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klyvozzkzvf', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdtygthsy', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghhl', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fggd', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsmdlk', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghtwuodqf', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('effv', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nvakp', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkhd', ',14,15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwndkz', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nowqsuufqy', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pulbs', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efrbesdd', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ded', ',14,16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijfo', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrjul', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fdpuwmfr', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ophi', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('axlobd', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opubjyshb', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noga', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwkhb', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klrakcvg', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opfh', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxjnc', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmqwhdtb', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxhp', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iinptv', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxuiczidy', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzibe', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klnbqhu', ',14,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cgyhwsybtd', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijmzym', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('axtsiqhzpm', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdjei', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oooeuoq', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghxqcjxxkj', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ljljed', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbuvmydhq', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zagu', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klmubo', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zatolsdte', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ych', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gehae', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stotogk', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klxgwbsfutu', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tqnrwlm', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmxxcxrpxqg', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qyqwzof', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ptbbfajyxwm', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzqnfkew', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pearlescent', ',14,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('niiykd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddteqpvci', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fghw', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgupobsah', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('izpvr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkvvcbonbw', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pmjnfv', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ofsamq', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('teugwgmtdpn', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uuzkcqduzqs', ',15,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zaowdby', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgrgoosn', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eed', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjfn', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsjuf', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghqnpnqd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tujvy', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijqohbmh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('riciwsnwvc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnstwciu', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqfg', ',15,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xblgv', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnqggliv', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yvhgp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkozzek', ',15,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdxmhasieah', ',15,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wrhj', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stsvhebc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xicp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggligz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vvsbpeyql', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxgt', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgkaf', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrqaricp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyfa', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsphsga', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klytabifbzd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqnfa', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbtfmzqdx', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaf', ',15,19,20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', '');
INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('nrnrrv', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgukbampr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efgj', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqmjqq', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gkjo', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stnvoc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klvhwxgmon', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnjay', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcrthvpk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mcdhnbongld', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hittolilz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkgl', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsksdb', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghslngjx', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kbbrmqokhd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgrdmbji', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ofcxbrkxbh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klsibcev', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pgcohnjhee', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hslujspb', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwjui', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhputqh', ',15,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mdzzzclgp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bzxeqr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ablrdz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ypejqgycjsr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuuvrqtab', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xugom', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgmoyw', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvthhasak', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxhz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eflgxr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuszhvslx', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cteylytktcs', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyuklioim', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcixe', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noowqey', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgxjyaghrp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llmvyk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zkociztbf', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kllnye', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zknuhutns', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyf', ',15,16,17,20,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gdhtb', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rctsfui', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dehf', ',15,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmllfz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbsfpdje', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wae', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efgr', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nxflwu', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcsrfohe', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fqbr', ',15,17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ookkm', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdrdwyge', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aad', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fff', ',15,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ctlk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abpqzfh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwawfrmtiyl', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tetioiwzhnt', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdpamxf', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvymutnadny', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('danyudh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwyeapmkglk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eepjypd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qkfuyaxtdak', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opugzksrv', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqhz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xylghz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mkqgtmxsh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vmeyvgvdowq', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrukvqpbh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdmdcw', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssgp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dbkwvp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sttidknby', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvhb', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cnfvtm', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rssbcfnmm', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tugt', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('czigu', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klogfsu', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdxtnncycw', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efllph', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxtyxchjj', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hekdpc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxsqxxivw', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vzg', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dejwo', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opovakp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhxiifwhng', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jxhhib', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcunsucru', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aeuypfzqs', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcsrizbdq', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('degk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmkqy', ',15,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyqqjdec', ',15,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dtawppjody', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vgjcrtp', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qoxbzdozjmm', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wgjuypo', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opxtfznjnk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrllhs', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('itolpzbda', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('higx', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqkdh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('govaawnal', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mniz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xynzpnc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuyfvyhlvpc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ccpkuzy', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyzqalcijqy', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dhrvymu', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzzhghbsmnk', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hirmeisd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzltbu', ',15,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nntmkymef', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqge', ',15,16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyklap', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqtxikjce', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opfx', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxjdz', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijpdlxq', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jqiptoa', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yywobyalml', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('demabi', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stttlmfwt', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bsfsppgvpvo', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('weyqlguse', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noqpbxkr', ',15,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('roc', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tte', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('byhem', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkmdxd', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bzuxhiyifb', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dejih', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqpitfh', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiyvbbogaxt', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrpazbg', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijymhwnqdvf', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nyimhsq', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggwlpcpnvn', ',15,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tovauhbabcz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deqrppmk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijfy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvlylb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jksrvgfl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iie', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nngd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzmdac', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('notwkhbxk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsijd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cniwpot', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzyovppjbgm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('denavzk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwwndushtz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcmzde', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuvllzuel', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swid', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('diodzh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wgqkjwzmqc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lcli', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgzvcehaebz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klpgcoc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggzmiagkiyl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmpyjkb', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhzepwfulwx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnpqpgz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efycxbhrdoz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aqpio', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcuizejgt', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aeia', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmmhpu', ',16,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eevtxpgfsh', ',16,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkkfxz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzsyhemp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdtj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('osbcvvszbgg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxqovfnx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdfv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kljbt', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxpbfon', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rszhlarlxok', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxptlkm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqyftftipgm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xypkrgl', ',16,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('duzqxspfe', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stlpbu', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klucjpydz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkgb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ufhozr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jktuikyon', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ueghym', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llgf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tefzy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijrehazm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('necknmdyyk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjrwnwyw', ',16,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('grv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sjdhijyuvld', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opttitsso', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rpgm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eeayjhcflyo', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jukyjde', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgaivzzzrtm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmptwju', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghazcvyjvqy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqreaw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efyxkaahnia', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnpcibs', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgypqwzrqgm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggyhwsybtdy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oppmutp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghyycoxlwak', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqpdbpo', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiyqikwvzxv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qurofck', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdhi', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opniktp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghwvsowigr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmlhsy', ',16,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('absacdctm', ',16,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jafzgfdsibr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efulgpxqb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rhi', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iydjevepjtn', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('desvffync', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fggo', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nokuu', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zkkigukv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkho', ',16,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ssluuk', ',16,18,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghsndpubo', ',16,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ytk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aboqcka', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwzwiweuoap', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efqbhxve', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tkfccjpivu', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swxaybdfki', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrufipjqr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bicpfrrlyqw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qruudsiwc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pthn', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abltti', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqtndmjip', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsgf', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nyy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stgr', ',16,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bfmrh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqrrtrit', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tugd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zdkhw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opqhhtjb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aygw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijlwxy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xytphcyus', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fwegkaaebpa', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aehk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmlraa', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abskkfvoh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhx', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnldrk', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efuqyfqbb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('degp', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmkvq', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abrpajua', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbe', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkioj', ',16,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvnoumz', ',16,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nowbchhapp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sdgadd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klvzknjxh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkhy', ',16,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rvmyad', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkurkhjjv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijgq', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvlqzy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jktjjcjvi', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmgc', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tukizs', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijscixkg', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jje', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nybw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxlphs', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('omsiqxhuz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nyao', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwkhg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klraqrhg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsha', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jalh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('imqhrqf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deztzlnvbvt', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mjpfzvit', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mkb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rpeg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aajgg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmpgsje', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deysaemxcff', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('juisaap', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iizderhurhb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noppebc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fjzvkngeuen', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opphkxb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkzmqjfoxbz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqpyq', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abuychomt', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zahx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cchj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kllprs', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('casjbwpjt', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcgb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnmbp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ptbnpnvtwnv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyrypxqr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmay', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('quzygrtugwa', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rrywowvsypc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssyovsuccmo', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xynzvco', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('styfbotmfja', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcpkzpk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('txzqfboitlw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('evyongqgl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tukor', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffpndwgf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kbatjikrvv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mquldqvav', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsidf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghpxpodz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ricqkgdmil', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oshi', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('algcjx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stgm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dbktzr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sqrmjvtjb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yckkf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnpkrav', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgyxzwdgste', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nopcxwu', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghyofscqwrq', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('omoafcw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhyglnbazoc', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnoslyv', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiyyrjzkclo', ',16,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('arpdq', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgwwzpciue', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gxshln', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmzbvrvtewu', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uuqgtsnd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gxdibckkfnh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffunzdbvj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ighgv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvozfzl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnxmmutuof', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsmyne', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghurwjyfv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stmkdp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hitdntxfe', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmiph', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxnpsqh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('styvycmrufi', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmkoxol', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuyneykbxcu', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdpsdyc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvyelujlbag', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddpjjua', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vgskrbqekuz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aepbpqz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxynxmhfhue', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcnzxwb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('duwmfrjc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pabf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aylyya', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqulgvnbb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ozax', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aalkwl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pptdgqnnp', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rrgv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zakcvg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opsvfkoz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssgh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abkom', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zmqoye', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eotogkfvgnz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnqgeaow', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwgf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhmfyc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwtyihfkd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvfx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghlxyx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwsricfvr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uuf', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzhd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiljoh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zauwwdail', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzgv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gklvm', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwrvyheh', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rij', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnmbut', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bctuexyic', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dehn', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmlttn', ',16,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('absndsyt', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwd', ',16,18,20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ebfg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnkgky', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eftssttgj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fggl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nbgzz', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cgtejdsg', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('guce', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rslxqj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghtqznrgb', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijhj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rrkppe', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggsjzirs', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ged', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lifw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tulwxd', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijsphiogs', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hlg', ',16,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqivy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lcouk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqvouzgfyc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stjgw', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deogigs', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zazmnswdtzl', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efoyocr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abzduovnwwx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgopuyq', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbzvakuxztj', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghohauo', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mcznggthc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('asubww', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrga', ',16,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zdmam', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oorayagk', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('delmdx', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stsgmbbww', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvgy', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdkfc', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rpqfoffv', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxhe', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgllkr', ',16,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yqz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhh', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqmhrn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eftabsxvm', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhhs', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stnspzj', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klwfxurgwd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrlqxe', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffskhjwrd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqkjwz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efrcgdxd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmhc', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxncufd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqwpcalfmp', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rskhe', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nepzv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqvyhrkacv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvkkhb', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('thqktp', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzzxbkbyxsz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deoibuv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxxvjpdvpk', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yjgblu', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qoshvnmtl', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvimm', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fdmtajw', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyxzgvafbh', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aalrip', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opskstjd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nlc', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('paz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvhr', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gdlxqo', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tebx', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgmjoa', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvtcxedqa', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stfb', ',17,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eflbnu', ',17,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tusuxzdc', ',17,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sdz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xufn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdjug', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xoour', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdwnbgupob', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bfjfd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrpfpng', ',17,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('igwyysrnmon', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xonex', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jxrkkpa', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzf', ',17,21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmlmko', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('absfutue', ',17,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwc', ',17,18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('alz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fghl', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsnlrf', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghueajofc', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nokks', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzqkdwvr', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zhv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrklk', ',17,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcqlwkrv', ',17,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hyaqcwwhni', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaojequ', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsxvmlbsuw', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxmhmv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lwoowlpmi', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noht', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gxlz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eirzxdl', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stitx', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dbpdrcj', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stiis', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('denieyn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zayokksjhrq', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efnakum', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wbyfqgrtko', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdmysz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvvkavwerc', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wakwa', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmqwmsfc', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyhz', ',17,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jglfmm', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('izusuhr', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cakocyhzoxy', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mci', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('glmgmb', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zztzvfpnd', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xygy', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qhj', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmmscl', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('alozmbwxs', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swqknus', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opzwvpzmnnh', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tupivzu', ',17,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmyvducjfgj', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvpacvt', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqzfhhxguhf', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nysrqximsxn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tunhwst', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsmfex', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghtzocgwo', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iffy', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qojefb', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqxxivwtja', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvmiif', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnvvqazrbt', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqjns', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abondhl', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stxalcsbkli', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yznmlmn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrwythuzce', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stkrv', ',17,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efpqhoh', ',17,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zxydpkokmwo', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pfpin', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrvizyuvtk', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vlrnjn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zazgtrksogv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('igostbfq', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyjnr', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkpndfz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fcyzlahilhq', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klpejby', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgzkpndfzjm', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmpwpxx', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deyixsfcrbn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijnuxcz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ebwgfxhzjup', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jknmdyy', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ccwyltgknr', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eekrn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqqqzasv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rwe', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bzgf', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kreara', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zztyykioj', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdhl', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lllrfq', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaslpugor', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yze', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhiqh', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stoqshn', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klxdacvail', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnlvcw', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcsomaey', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fnzv', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nljovp', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jaqhfu', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opxaoyrypx', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kliya', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wtmeodm', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('olvrwythuz', ',17,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bdacvailcqb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rvwnozphn', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xhfuq', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmrzaxyf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sqgl', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmgzff', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrsfoytsc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stgx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dbkeeo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sttqmjqqb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tugj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efmjtp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tutcdupqk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwhv', ',18,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eofpsv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vfav', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghlhak', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vzuuifjdm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xygt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgkaa', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rgz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nrpxazq', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('inzdgkvxwpr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsppgvp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xnzvmguhz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ltpgnr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zafm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lllmqe', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deuyyzdri', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fghr', ',18,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrnrlgp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnxxrstodb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bwpc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('detidqcnz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fggb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nokhtg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gqohbmhue', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ifft', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('arlt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcrtcfdk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oojmj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqxeleoibu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stlxny', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hghyworf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyadywgigcj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghriwxxs', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgd', ',18,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('koho', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwluct', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nouhjpprp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqizm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efpsvmy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abaybydcvwa', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnsxyqqz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuicp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pjqwz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuvwlhiyqt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zalhls', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rshsdrktt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('azkzkmdivhi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nyz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxiys', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vlprc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaxkmabfqr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgmwml', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyviugecij', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdkuuq', ',18,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('suvrqtab', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('simc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuscgyhr', ',18,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pte', ',18,29,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('abiix', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wqpbh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efxurgwdgd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qkmg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwsgdefb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnnroc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efwewxvzxj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jklqxh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ccucecxwp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ptpoqag', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opauwmkgvdj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyrzvncr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('blkr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('warksyzp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', '');
INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('qrmqok', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjvdwgpdyz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ljkir', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noxobskzma', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqkgdm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hittlhqkt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghgs', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opjzc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abpyoux', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hif', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqjfd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcofpsv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxzlveayjhc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgqqtfrj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oohk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxlraf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmskkkka', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kke', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ppgx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abmwpg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqtqzlfmb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opfp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zxjvqk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opsiyggyp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdmamn', ',18,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rcnhwclfu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('arftauevjkk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwueaeytc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyixc', ',18,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tkoxo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyvqxpvrad', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmpilwi', ',18,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hvvvpkrlnbg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqqtqjda', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qby', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhlzmv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vgngwlfjv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdiyn', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opoyzne', ',18,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('gkyefzizqv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqoqfjd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klywlvhjtsa', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('duqbj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pgvbvjmu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('elau', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mtptjq', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llxfrlgfkyw', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tupkpmx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmxxxhfpnvi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsnjxra', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wkwvfnhmf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmkoh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xypotut', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kljgg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxogsou', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opxsakbjcp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('urllcd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijuxkyhtj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('higw', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tumwzo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijtpjthfx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhfp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stlpzj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hisijoir', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ndcopzmdvn', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffqgrtko', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klfm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stjtp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efptbck', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssilo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deolaxk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwxyissbiv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmhxin', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqudsgxmo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opgc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ablcix', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('txja', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eioauo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxwuetqxha', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdlfed', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsszohvho', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bfmrc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noqxplzg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noc', ',18,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyhr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jknrbd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iyuklio', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ywfk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gejrwg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwsdebpv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eilba', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('txsvkxof', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swe', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aodo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnmyvq', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffvldlfpve', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hlkxd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwqxpjon', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('whx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcfd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkjkn', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ywpjzsoo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ayc', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klilz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxolkfm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsyrqqrgouh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbpwpri', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('styixmpqrrt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yyouxwk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qbcmzqiarx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdpfbjf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uftfjqvueiy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaodjoi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssxqrkpiqe', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xymbru', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wjsbdhy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvwgfalska', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqf', ',18,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvhg', ',18,19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdlnim', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fvuzqik', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dlomve', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdxydzcixu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eimkdj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zziv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jaupkze', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxgo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abubbjdrl', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zkbo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klmara', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zattaeddy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bchl', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kklsqv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mdufyqb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uiz', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ollehf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dasxrjcpu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klkwg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwpwsng', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ooyjaionwdb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wuovasi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opyagenxzbn', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbrzcwb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttalkriuocj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzpxkbd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('erykswkrg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pafwwk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hitveutpb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gkho', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gluhcgqoa', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjgg', ',18,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rskmt', ',18,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ghrgdkun', ',18,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ljft', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuktbf', ',18,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('imtfjaoo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mngy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvkfs', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qhqfe', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssvfpqhohk', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uujxr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgpxdxt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bczdjjymchb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghpojts', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwwitydxiv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('apsqhf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gwi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abljok', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('panqyaqx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tugo', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bckvfv', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrsopzhn', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwfh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dejox', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqpoirh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klzuodldfav', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmzlvzknjxh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rspxvjf', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wnzdbvjxm', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmmcfy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abtvpcviw', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kllues', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('osbawsdtjvj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkjfd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvoepwa', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrzkvherkne', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzqptivb', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zad', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('effw', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnjcr', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcqvbisp', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhfw', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ptlwi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eplkuhxd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ifd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkfd', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vggqqt', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('grlqchur', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pgdbgymhbqy', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llsngiheu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xxlmca', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pquykvdbi', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oogx', ',18,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zamxal', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsvkihazh', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrhj', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('czlpzg', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rruchbalu', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yclbx', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnrbifek', ',18,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tldv', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dhnbon', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzwoviolcq', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abkgy', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqrzhgxj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tugm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bckso', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrrlyqwj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pax', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cglso', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsqszpuz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qej', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ljlelmd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oewkryhj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zkbd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hikwlh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzfi', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhjok', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('why', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ywpueppj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hydhqxmklyl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdstrhhie', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efgm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnksg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yjkgswsq', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cac', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('higm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqktz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jbrufdaxq', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stkzhl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kltlpgxyq', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnhe', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yznecn', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrwqkirjaq', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stjjm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hircwgai', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gke', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ophc', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxkjmr', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pptvumrxg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nogv', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zalujc', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opsothsit', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrgg', ',19,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzknj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('norgscsu', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghnggd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vvuzqikjs', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tyis', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fqgmgj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvtrpckvf', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tufr', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ecjxhc', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuskpxlhs', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyhw', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjmwuu', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xytpdygtm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zhac', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('itgcta', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zwfh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hikgt', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttqgexke', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tex', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bzfn', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mdtziea', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnltji', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efufqexgg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhiy', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pmklid', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('anjpyipd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvauxjgouxh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dni', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vghwdb', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('novvklnqqz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttlgkv', ',19,21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lpvmqhmau', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('otkzk', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('depzvdw', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zaaebpamkjo', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iirjaqrx', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pphk', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xbmkor', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqtdxwjmz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rshv', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('denvldv', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cczupfwwfen', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klqzngoh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrfg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bclgks', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrszuxhiy', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('blfmj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnqyvblh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vmcxzdmfwj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pnb', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdjwr', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('omndeel', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghyjkqqgryz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmnukak', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiyaqmpquvl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nnnmrwj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sjyswinax', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hlmkz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxrkkpam', ',19,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tuc', ',19,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ycg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('grdrl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swqxuya', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nozjcthnawu', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wtovcecl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxc', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bzd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghhd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stndxb', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hspkhrvym', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nyroctpjwm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stmmcr', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hsotmhuud', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bslf', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aaplpjt', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwzrvvxjyuq', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxzjbrwtbrc', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyzainvdepo', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggqfgomo', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gry', ',19,20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmfm', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xujsej', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijrloojc', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('evj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddnliqo', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwwyqmwcyr', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kblj', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijpqeti', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbycmoqnhjg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkphkph', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmtisvxgrdz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klpzqlg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdymygohoee', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lprkvxb', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rhawdsjec', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjopfmh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcxbnhpojt', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dekupa', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vgouxhcix', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwgz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('himzeb', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxttngtzz', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vzhl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('krffdh', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzuelrqyx', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xygd', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkldah', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yztwkmqjl', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hyfvoprihzk', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fqronbrcrg', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiktp', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxrmynrr', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fwdgnesfhrf', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eppzmqrzs', ',19,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tob', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zdir', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('devkaslkry', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijkvac', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyspkhrv', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ufy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zafc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iijik', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhe', ',20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrmesl', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pguxcpi', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fghq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghtjtzgqc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijhc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrliiq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgscsuhbq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mkhom', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('evno', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gdqulojpn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nlhac', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jzotm', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klttyfbot', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnhm', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vvlsnw', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jypsvcgvy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmge', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvkln', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgqkyefz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsib', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zamiin', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rcpiquaei', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrht', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzlahi', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nostrmwu', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mjc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zakmys', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rstzgnrgy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrfy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('izj', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('demrnt', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swuevonts', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvhd', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddlkmo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwtwujnef', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uugv', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdkcm', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opptdst', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noojsuu', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xiaw', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jgjpvh', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzsbdcjul', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcho', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klluki', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xvc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hfhue', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqnuqy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ifunzdbvjx', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqmmpt', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('epotzjjqd', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghhy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('omjlqx', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('desxyscs', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zzc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eef', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjhe', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rslkxn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghsegsyho', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijgw', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qoijy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('czojkfft', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvzpprkfqwr', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnvaiqrcb', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ppitk', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aboswxd', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wwzycjizwqp', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcokctc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxzqifgjznb', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgqvggyu', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnfq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vgekh', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkqqqjsm', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pgbvwvxytx', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddzueazwlpr', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('itjtfwc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abysmgbtdit', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('txvwdvfcz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('delcvv', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sttvezjbb', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvgo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rssneujn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fglgsb', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ufnncrouu', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wuey', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcift', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qnofftny', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijzkkfskpca', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nsqpjgj', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jrswtvcqosj', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opoorll', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghxazgtrks', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jjltbz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcufjvycr', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aage', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xuplmifo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbfl', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mnllaj', ',20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bmnskzfn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdsqayvd', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zdf', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrldyt', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijuqgoper', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('higp', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('paejy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbpvjcw', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opiyd', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stwkwidxlm', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvkcy', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghqckppj', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwjek', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ulqxut', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zayqexvophq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ofnce', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xlsvkfchzb', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsttwrdwn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzjzn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klorfaj', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddxdnwqshyt', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('oexvtrpc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zkdoz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lviolcq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dewnsmqoye', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fqftvr', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvrzekym', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zqcekwdyef', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vvrqlgxw', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cnce', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kllxar', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdukimplh', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkkpam', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzsjjqtk', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eijo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqnuvo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efunfsnvt', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('grcth', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stngtzz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nlwsauggdjp', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdrvtooo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bbd', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ggfc', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opjjk', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zapjwwq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwzpciuepeq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abpacso', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ttynknwbhxs', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcpsion', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('duyfqjvll', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stkeu', ',20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efqegzkk', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmfe', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('teoqq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swxdxdslcs', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcnpyo', ',20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qquihsywj', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('sdcok', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zdzzzclgpii', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hiplzmf', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('aayyhhndhak', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijpdgie', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efzjmujawcg', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnrokua', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fjbtqgexkec', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nsszohvh', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rvhl', ',20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nelr', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hzitbjoznoa', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hhzzzkfkqyf', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('palrywee', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('iqcuikwdtbx', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('evsgiu', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkzzsyboapo', ',20,21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stqeqzsz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyfl', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghjro', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bspra', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deurmwhaa', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgijo', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rrojzdt', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jnypfoxyvl', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kolah', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('zarasqkv', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ljhum', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xehiytx', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('mmwgfcxlke', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rslsgn', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ghslprcwq', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmhs', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uulyom', ',20,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nxpvradake', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('swmnp', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hirnbeac', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llgz', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxlzga', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lwngqqexl', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('nohl', ',20,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('umdv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dhnbiy', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwvuscgyh', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyimu', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkomgjs', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efzsmvwwcoe', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kloemfr', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgzksrvgflq', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lmovsbp', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dexiawxdxd', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijmuag', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyunkldoe', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxgm', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efktc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('turmlpgn', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyfy', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fgjfs', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvryczfn', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcgy', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkkfsk', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yzsyboap', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efuxhfuqe', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('degx', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('pqlxxv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eetqhzucr', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuncmw', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijuvwapol', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klioy', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opwarcjzva', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tummsn', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijtfbrokc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klhx', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('stlerh', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hisxbmpwp', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gkg', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('omhku', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abodezw', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwyjklaurof', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcoukvv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('tuxhsqcsjh', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwlzuj', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('klsteolq', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rsiyv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ddnyhbs', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwwlpwacvd', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xykdr', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijqdddmn', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('lld', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqfy', ',21,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('bzjfdc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrsrlydsv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkoxolk', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efycuxprxmu', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkoouhj', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('fdxbccropfw', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('llogadi', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('dexsiyqysc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijmeii', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xytxsnvjz', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxgw', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efkdj', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qqpdvac', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijypdvkvpdx', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('noobdff', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkyhjrjftaj', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('opotjbd', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('gevmtfopzo', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijkytq', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xyrrduua', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wuc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bcgd', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkkkk', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwqkwnwo', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdfk', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kljrl', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxprxmu', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rszwdyzpdqv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('xypidit', ',21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqyvldbnvix', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('yvnglnv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrymrzaxyfi', ',21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vwnyrju', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('rowlzecuqyk', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('wxnqyft', ',21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opwcfabetv', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qrkvi', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdquthnq', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('eirxeqhx', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ifc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkf', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ssjre', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('deoqqil', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('vwxdxdslcs', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvjxm', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jkqqwzem', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('kkd', ',21,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ppfr', ',21,22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xyjxe', ',21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mjpxqwee', ',21,22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('txhu', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uyg', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('cdjua', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ppolsiw', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hixyaddmsi', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('jklqcx', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('bzsjmbmko', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('abgc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ijkib', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('uvqinfqj', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('efhc', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('qnlibh', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ffuvjcekm', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hegun', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('ptnnwj', ',21,', 0, '', '', '2012-05-31 05:07:14', 'Enabled', '', ''),
('hivggnbjk', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gkiz', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ssmfwe', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', '');
INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('ghuzficuy', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mqlee', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bfsxnnes', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('kryuvjrmqz', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgrepmci', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tukrnh', ',21,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('klfx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zazjpqhxaoo', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abzbvmghema', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgpmvwa', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yyyzdriewec', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghpebsz', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zzyrjnhozbo', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('eezttvbvqaw', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcyrcbetitx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('geyaotbnpnv', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mmpgmus', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efysupaxskh', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkneuzv', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcwqcucukd', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzho', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghlucz', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzthkufdp', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xygg', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvrglyjc', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('deha', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zeh', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmlwnb', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('aetivwyl', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdgh', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmkom', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('aarhwack', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('defu', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mmjad', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abqtnkak', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('klha', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hisauzsb', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vznlgx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('noueqbmmh', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqixs', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcoxeiy', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tuwjldgxrx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zzmvmo', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vcaljpxaoy', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('eeodmiv', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zayjsuzygrt', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abyayqyijof', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgomyat', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcysemxsnlr', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghoeews', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzxqmrzpfe', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efmcmb', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tuuvwgfal', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsgu', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('delumw', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('sttnvafmz', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zajtn', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('llotzom', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dexggjuypo', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijnrht', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyukqxziw', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxgk', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('himjgo', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxtdqsauj', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ywfc', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('stqcrwdt', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzgn', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jklndu', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yztgnyxev', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqoszwg', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hixfgrocqe', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jomqhb', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cctkqgtmx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('afhc', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnljgw', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcscqatyk', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('degu', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmkbf', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ayqbrfxx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lihur', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrltlc', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jgsmvgowb', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hfel', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('klgf', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ophf', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('axlmca', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mmsfmegpx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxkec', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmrxlzga', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('sthx', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ablebk', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('stuqjfypv', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zakwa', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('oprpkjco', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvhw', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdkcie', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rssvsjyd', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bflog', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qushquwb', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xbin', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkmtvr', ',21,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('avukyjdemk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dhniub', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vwubefcoq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyiug', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jknusmo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bfyzyysmle', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bsrvq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gkahytndxbc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('strmwuen', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxfz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxsslvzau', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zzgk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hikrb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dehk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dbskkfvoh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zae', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ecswaptoq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ljics', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xypvctx', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqkzun', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hitlcimvq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkhe', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rslkry', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghsdbcnge', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('klhq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wtlwii', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hispsnlg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghe', ',22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('uvkvp', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkrozhig', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rosoyweje', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqgg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yykno', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkqnaahi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uyja', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgngmt', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvuavxwjc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tugz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bzimp', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('noqfykdw', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hlbfwmfwzoz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqqrwwau', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsqpdqxu', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('czff', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cghb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkwnwoexda', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('oplzwy', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dessgcjhj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hihf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tqllni', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efsfxmihs', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('geee', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lpkem', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abpeyqlg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('llhs', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tulywg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmtlebayw', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxydpkokmwo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcoppuj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyyvvgnupta', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdogvqi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uidswacqae', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nosewkxot', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqgw', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xykdma', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnrwvfxz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tuhw', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdldlp', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rrswvuscg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvhj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ddlpca', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rssilerco', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdkhb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsrblzro', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vvfi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dejoc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqpguds', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('iiyscyzainv', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('noneciu', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijykiuyklkh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opnviet', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkyboqxuoht', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqnnpar', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hiwawvzsga', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnmlxf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bctfgjfdn', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abfe', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijjky', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnxxrstodbk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vwpcqtk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrziwfplsdg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wwptwpj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opxgekrikvi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxplcli', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ppxxkgqsntu', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvnjkqk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnwwslsqfl', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opkou', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abpogse', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('styaonmbpdb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcpgmod', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tuysujllsan', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqwwlzpuod', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvlilj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdpmnnb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uukqf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgpprux', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hic', ',22,46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rpfe', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('roex', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zakwg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('llqwrirc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('stfr', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abjys', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mmpydup', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hfyklqxhpxp', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xygo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgkvne', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvsowigr', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tue', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzgb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghkhd', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ssqhpcie', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('sqb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdhb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('kllhdd', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zasamizth', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('deugbjvgb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdgf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('llkmt', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxpmewc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('opyymrjsrln', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xypdlsb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqyqsnicuiz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vvobtxd', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nyrcbetitx', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('sdhnbo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('klvmjxnxet', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pfsrtm', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('cdqpbruf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lccjpivuey', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dokpsnbo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fdc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqipj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzmndo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nothmtisv', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mqhz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('eui', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('noslcyhe', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('vldlazjexnk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dezwsyrbjlt', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnqbrzil', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsfh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abjop', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmpobii', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hizthumzqxh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnpfheh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('eizlnqljtvt', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nopxnag', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgyjvvnglnv', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('llnvvfi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghybbrmqokh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mmnnbbh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('efwzjwoogd', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qhk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lmmfbw', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('aatykasnj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzgx', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hikec', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wtpeoozz', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gafzaqrryht', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ijwezriccr', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('olkwbk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('carploray', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ycf', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gefc', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('stzojuxagnh', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzpajes', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('zzprqar', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsyexvyhbdu', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ssyverxreag', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xynhebs', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('tqwumwzowsi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yznzkxr', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrwlssyyzp', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wtkeum', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('kirxeqhxv', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('jkfp', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('rsjwt', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wxlhyt', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('qrhm', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ccnmtvm', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('uvwybqudsg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gxk', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('bcmetq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('artxcux', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ofzdwiiqb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghnwybg', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('yzwigwobis', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abkbi', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('wnpau', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyvafromvb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('dekmgb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('stsfpgux', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyhm', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pgls', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('ghyljtfmjjx', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hssrpamftdq', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('mnnppzy', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('nongwvx', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('fgwteqfdiw', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('lllfea', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('aatynfkoo', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('docy', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pmlrul', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('abskepjox', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('almqevrj', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xix', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('hfscdzeck', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('gefb', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('xyoigml', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('pqxuohtoak', ',22,', 0, '', '', '2012-05-31 05:07:15', 'Enabled', '', ''),
('page_cms_add', ',25,26,27,32,33,36,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('banner', ',24,25,26,27,36,', 0, '', '', '2012-06-01 10:22:51', 'Enabled', '', ''),
('httpwwwcresenturecomsg', ',24,', 0, '', '', '2012-06-04 07:43:49', 'Enabled', '', ''),
('create', ',25,26,27,32,33,34,36,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('category_edit', ',28,29,35,38,39,40,41,42,43,44,45,47,48,69,', 0, '', '', '2012-06-20 03:01:24', 'Enabled', '', ''),
('height', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('bringing', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('essence', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('thank', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('deploy', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('carefully', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('integrated', ',2,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('marketing', ',28,', 0, '', '', '2012-05-31 05:09:52', 'Enabled', '', ''),
('principle', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('behavior', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('user', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('taken', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('assured', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('company', ',28,2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('team', ',28,', 0, '', '', '2012-05-31 05:09:52', 'Enabled', '', ''),
('brand', ',2,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('design', ',28,2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('experience', ',28,2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('working', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('least', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('possess', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('player', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('solution', ',28,2,29,', 0, '', '', '2012-06-05 07:35:18', 'Enabled', '', ''),
('branding', ',2,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('maintaining', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('hosting', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('including', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('unique', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('customise', ',28,2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('intuitive', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('understanding', ',28,', 0, '', '', '2012-05-31 05:09:52', 'Enabled', '', ''),
('contacting', ',37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('businesse', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('assist', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('making', ',28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('update', ',28,30,31,2,29,35,24,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,', 0, '', '', '2012-06-20 03:01:24', 'Enabled', '', ''),
('contact', ',29,2,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('business', ',28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('enquiry', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('general', ',29,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('ltd', ',29,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('fax', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('2810', ',29,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('6225', ',29,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('tel', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('059230', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('singapore', ',29,28,', 0, '', '', '2012-06-05 07:54:08', 'Enabled', '', ''),
('pagoda', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('+65', ',29,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('71b', ',29,', 0, '', '', '2012-06-05 06:41:12', 'Enabled', '', ''),
('cresenture', ',29,28,2,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('purpose', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('feedback', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('email', ',29,28,37,', 0, '', '', '2012-06-05 08:21:12', 'Enabled', '', ''),
('preferred', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('telephone', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('noon', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('evening', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('afghanistan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('albania', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('algeria', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('andorra', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('angola', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('antigua', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('dep', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('argentina', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('armenia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('australia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('austria', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('azerbaijan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bahama', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bahrain', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bangladesh', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('barbado', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('belaru', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('belgium', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('belize', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('benin', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bhutan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bolivia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bosnia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('herzegovina', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('botswana', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('brazil', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('brunei', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('bulgaria', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('burkina', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('burundi', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('cambodia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('cameroon', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('canada', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('cape', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('verde', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('central', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('african', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('rep', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('chad', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('chile', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('china', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('colombia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('comoro', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('congo', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('democratic', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('costa', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('rica', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('croatia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('cuba', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('cypru', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('czech', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('republic', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('denmark', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('djibouti', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('dominica', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('dominican', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('timor', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('ecuador', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('egypt', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('salvador', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('equatorial', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('guinea', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('eritrea', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('estonia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('ethiopia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('fiji', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('finland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('france', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('gabon', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('gambia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('georgia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('germany', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('ghana', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('greece', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('grenada', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('guatemala', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('guineabissau', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('guyana', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('haiti', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('hondura', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('hungary', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('iceland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('india', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('indonesia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('iran', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('iraq', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('ireland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('israel', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('italy', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('ivory', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('coast', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('jamaica', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('japan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('jordan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kazakhstan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kenya', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kiribati', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('korea', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kosovo', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kuwait', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kyrgyzstan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('lao', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('latvia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('lebanon', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('lesotho', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('liberia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('libya', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('liechtenstein', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('lithuania', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('luxembourg', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('macedonia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('madagascar', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('malawi', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('malaysia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('maldif', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('mali', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('malta', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('marshall', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('mauritania', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('mauritiu', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('mexico', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('micronesia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('moldova', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('monaco', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('mongolia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('montenegro', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('morocco', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('mozambique', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('myanmar', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('burma', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('namibia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('nauru', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('nepal', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('netherland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('zealand', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('nicaragua', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('niger', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('nigeria', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('norway', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('oman', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('pakistan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('palau', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('panama', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('papua', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('paraguay', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('peru', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('philippine', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('poland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('portugal', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('qatar', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('romania', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('russian', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('federation', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('rwanda', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('saint', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('vincent', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('grenadine', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('samoa', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('san', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('marino', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('sao', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tome', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('principe', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('saudi', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('arabia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('senegal', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('serbia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('seychelle', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('sierra', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('leone', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('slovakia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('slovenia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('solomon', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('somalia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('africa', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('spain', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('sri', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('lanka', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kitt', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('nevi', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('lucia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('sudan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('suriname', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('swaziland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('sweden', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('switzerland', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('syria', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('taiwan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tajikistan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tanzania', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('thailand', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('togo', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tonga', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('trinidad', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tobago', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tunisia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('turkey', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('turkmenistan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('tuvalu', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('uganda', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('ukraine', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('united', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('arab', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('emirate', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('kingdom', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('uruguay', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('uzbekistan', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('vanuatu', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('vatican', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('venezuela', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('vietnam', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('yemen', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('zambia', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('zimbabwe', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('questionscomment', ',29,', 0, '', '', '2012-05-31 05:11:16', 'Enabled', '', ''),
('page_cms_edit', ',30,31,2,24,46,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,', 0, '', '', '2012-06-20 02:55:08', 'Enabled', '', ''),
('fusce', ',30,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('magna', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('nisl', ',30,31,32,33,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('hendrerit', ',30,32,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('sed', ',30,31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('ornare', ',30,32,', 0, '', '', '2012-05-31 05:22:49', 'Enabled', '', ''),
('egesta', ',30,31,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('augue', ',30,33,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('vivamu', ',30,', 0, '', '', '2012-05-31 05:20:01', 'Enabled', '', ''),
('libero', ',30,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('orci', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('euismod', ',30,31,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('pretium', ',30,31,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('interdum', ',30,31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('dapibu', ',30,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('nec', ',30,31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('neque', ',30,31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('donec', ',30,31,33,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('porttitor', ',30,31,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('odio', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('amet', ',30,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('placerat', ',30,31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('gravida', ',30,31,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('urna', ',30,31,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('enim', ',30,33,34,', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
('cursu', ',30,31,32,33,34,', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
('sollicitudin', ',30,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('metu', ',30,31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('ante', ',30,31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('lorem', ',30,31,32,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('feli', ',30,33,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('erat', ',30,31,32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('tincidunt', ',30,31,32,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('tristique', ',30,32,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('venenati', ',30,32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('molestie', ',30,31,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('risu', ',30,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('phasellu', ',30,32,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('nunc', ',30,31,32,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('non', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('dignissim', ',30,31,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('laoreet', ',30,', 0, '', '', '2012-05-31 05:20:01', 'Enabled', '', ''),
('maecena', ',30,31,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('justo', ',30,31,32,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('velit', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('rhoncu', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('pulvinar', ',30,32,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('elit', ',30,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('sagitti', ',30,31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('proin', ',30,34,', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
('puru', ',30,31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('dolor', ',30,31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('ultrice', ',30,31,32,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('vel', ',30,31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('imperdiet', ',30,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('dui', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('variu', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('adipiscing', ',30,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('ligula', ',30,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('condimentum', ',30,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('facilisi', ',30,31,32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('sapien', ',30,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('aptent', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('taciti', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('sociosqu', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('litora', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('torquent', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('per', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('conubia', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('nostra', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('incepto', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('himenaeo', ',30,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('pellentesque', ',30,31,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('lacu', ',30,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('accumsan', ',30,31,32,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', '');
INSERT INTO `tbl_search_keyword` (`search_keyword_keyword`, `search_keyword_related_ref_ids`, `search_keyword_extra_1`, `search_keyword_extra_2`, `search_keyword_extra_3`, `search_keyword_date_modified`, `search_keyword_record_status`, `search_keyword_remarks`, `nouse`) VALUES
('aliquet', ',30,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('integer', ',30,31,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('dictum', ',30,32,33,34,', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
('ullamcorper', ',30,31,32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('cra', ',30,31,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('sodale', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('eget', ',30,31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('19052012', ',30,', 0, '', '', '2012-05-31 05:23:34', 'Enabled', '', ''),
('13384416010920', ',30,', 0, '', '', '2012-05-31 05:21:19', 'Enabled', '', ''),
('porro', ',30,', 0, '', '', '2012-05-31 05:21:19', 'Enabled', '', ''),
('quisquam', ',30,', 0, '', '', '2012-05-31 05:21:19', 'Enabled', '', ''),
('est', ',30,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('qui', ',30,31,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('dolorem', ',30,', 0, '', '', '2012-05-31 05:21:19', 'Enabled', '', ''),
('ipsum', ',30,31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('quia', ',30,', 0, '', '', '2012-05-31 05:21:19', 'Enabled', '', ''),
('consectetur', ',30,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('adipisci', ',30,', 0, '', '', '2012-05-31 05:21:19', 'Enabled', '', ''),
('nulla', ',31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('nisi', ',31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('congue', ',31,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('semper', ',31,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('sem', ',31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('mauri', ',31,32,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('tempor', ',31,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('tortor', ',31,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('elementum', ',31,32,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('faucibu', ',31,32,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('scelerisque', ',31,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('lectu', ',31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('tellu', ',31,32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('cum', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('socii', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('natoque', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('penatibu', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('magni', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('parturient', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('monte', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('nascetur', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('ridiculu', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('nibh', ',31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('iaculi', ',31,33,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('vehicula', ',31,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('etiam', ',31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('consequat', ',31,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('arcu', ',31,32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('tempu', ',31,32,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('diam', ',31,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('suspendisse', ',31,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('potenti', ',31,', 0, '', '', '2012-05-31 05:22:13', 'Enabled', '', ''),
('aliquam', ',31,32,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('posuere', ',31,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('malesuada', ',31,32,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('ero', ',31,32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('rutrum', ',31,32,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('luctu', ',31,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('eleifend', ',31,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('vitae', ',31,32,33,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('pharetra', ',31,32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('13384417333217', ',31,', 0, '', '', '2012-05-31 05:23:23', 'Enabled', '', ''),
('feugiat', ',32,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('viverra', ',32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('matti', ',32,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('leo', ',32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('nam', ',32,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('ultricy', ',32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('blandit', ',32,33,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('auctor', ',32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('fringilla', ',32,34,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('praesent', ',32,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('turpi', ',32,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('volutpat', ',32,33,34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('quam', ',32,33,34,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('nullam', ',32,33,35,', 0, '', '', '2012-05-31 08:54:35', 'Enabled', '', ''),
('suscipit', ',32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('morbi', ',32,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('bibendum', ',32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('fermentum', ',32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('molli', ',32,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('convalli', ',32,33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('vestibulum', ',32,33,35,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('quisque', ',32,33,34,', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
('lacinia', ',32,33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('02052012', ',32,', 0, '', '', '2012-05-31 05:22:49', 'Enabled', '', ''),
('2012', ',32,31,30,', 0, '', '', '2012-05-31 05:23:34', 'Enabled', '', ''),
('10052012', ',31,', 0, '', '', '2012-05-31 05:23:23', 'Enabled', '', ''),
('gin', ',33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('curabitur', ',33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('porta', ',33,34,', 0, '', '', '2012-05-31 08:31:58', 'Enabled', '', ''),
('massa', ',33,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('commodo', ',33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('31052012', ',33,', 0, '', '', '2012-05-31 05:25:45', 'Enabled', '', ''),
('magneto', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('zencart', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('oscommerce', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('software', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('ecommerce', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('source', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('using', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('because', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('thi', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('research', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('extensive', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('stuff', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('wanted', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('store', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('setup', ',2,29,', 0, '', '', '2012-06-05 07:35:18', 'Enabled', '', ''),
('online', ',2,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('selling', ',2,', 0, '', '', '2012-06-04 07:47:04', 'Enabled', '', ''),
('website', ',2,29,28,', 0, '', '', '2012-06-05 07:39:01', 'Enabled', '', ''),
('maintain', ',2,', 0, '', '', '2012-06-05 07:48:21', 'Enabled', '', ''),
('23022011', ',2,54,', 0, '', '', '2012-06-20 02:49:14', 'Enabled', '', ''),
('security', ',29,', 0, '', '', '2012-05-31 06:39:32', 'Enabled', '', ''),
('code', ',29,', 0, '', '', '2012-05-31 06:39:32', 'Enabled', '', ''),
('imagesecurity', ',29,', 0, '', '', '2012-05-31 07:21:23', 'Enabled', '', ''),
('category_add', ',34,', 0, '', '', '2012-05-31 08:54:46', 'Enabled', '', ''),
('vulputate', ',34,35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('array', ',34,', 0, '', '', '2012-05-31 08:54:46', 'Enabled', '', ''),
('13384408958296', ',24,', 0, '', '', '2012-05-31 10:19:25', 'Enabled', '', ''),
('habitant', ',35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('senectu', ',35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('netu', ',35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('fame', ',35,', 0, '', '', '2012-05-31 08:54:36', 'Enabled', '', ''),
('eflzth', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('wussdmawf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('swg', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('abiyv', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmoxgzh', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('eexkoupivz', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jkmwoe', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yztpyiutc', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('noohtrf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jkymzdjpnyc', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ghxlhilmfq', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnmwh', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('bbtqrwrxm', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ddhi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lpniee', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('deuboiovk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('cdga', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('klkhgi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('cdttodohy', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nolsdt', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('czrsphsga', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('fghy', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('osmysu', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('gdsyeintu', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('fjhk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('fgtjbtkr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnjpt', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzopegr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('qoviolcqyf', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rvzmrovzxl', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('aaoyryp', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('stxlzuxxpe', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xynwze', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnuqjiciw', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('omgpn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('abniwpo', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('stwuekwtgk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xymgeu', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mntzozcdn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('oph', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xxlyep', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmssoucp', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pnfl', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xyklvz', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnseeebp', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xblrd', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnqronbr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('zrepy', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnpvesa', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('efyimnhcxmr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('igyzsjgmajd', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ooperkx', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ghyrzffwehp', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pppwxgw', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('hiyifbegheb', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pnnufly', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('iiyalxdqkbn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nonmlhx', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jjyrrtcanyz', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ospxput', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jkyjxpbkrvl', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pqnvyzv', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('klybdlzuusx', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('qrnmevu', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmyskhyexqj', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nrnekr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('fdtewfhct', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('efhw', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nnldlv', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('bcswvzho', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('fggi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rcenfyhwfco', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('klvsezzhjm', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnjkg', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('qqyxzbsstey', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzpcxck', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rryofxrcwbk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('wxnaghm', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('opwnnctzot', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ijtsxrzkv', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('imtdvcwj', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmgw', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('xvkder', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mngi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzlit', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('notbcxtil', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnsucruu', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('stutiinvn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('rsg', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('zakzz', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmpzlvu', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('deyltqchejg', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mmpqrrtr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzhy', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ghlfhw', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('vwsyrbjlt', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lppgfip', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('hhytndxbccr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pqpyldo', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('hiyktzwlfzd', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('qrpprzn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ijyczvuviwp', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('opnozfp', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ghwahaxsap', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmmmhk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('jnzcykqxic', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('stoozuk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('nozufgohlzm', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('opzllcnroxy', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('uvoxlmi', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('pqzdrymbruk', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ijhb', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('urlidak', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mnwojmoacx', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('opkgl', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('deravkxz', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('eee', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('lmgm', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('ijsmljrb', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('mquoctkgn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('opgn', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('zxktut', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('qrhy', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('zalfre', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('oosybjldo', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('qnex', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('yzkxr', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('kkqxcnoc', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('21032011', ',46,', 0, '', '', '2012-06-20 02:41:53', 'Enabled', '', ''),
('03012011', ',49,', 0, '', '', '2012-06-20 02:47:04', 'Enabled', '', ''),
('20014', ',50,', 0, '', '', '2012-06-20 02:47:39', 'Enabled', '', ''),
('14022011', ',50,64,', 0, '', '', '2012-06-20 02:53:43', 'Enabled', '', ''),
('20013', ',51,', 0, '', '', '2012-06-20 02:48:06', 'Enabled', '', ''),
('19012011', ',51,', 0, '', '', '2012-06-20 02:48:06', 'Enabled', '', ''),
('20012', ',52,', 0, '', '', '2012-06-20 02:48:28', 'Enabled', '', ''),
('01042011', ',52,', 0, '', '', '2012-06-20 02:48:28', 'Enabled', '', ''),
('20011', ',53,', 0, '', '', '2012-06-20 02:48:49', 'Enabled', '', ''),
('20042011', ',53,', 0, '', '', '2012-06-20 02:48:49', 'Enabled', '', ''),
('20023', ',54,', 0, '', '', '2012-06-20 02:49:14', 'Enabled', '', ''),
('20022', ',55,', 0, '', '', '2012-06-20 02:49:36', 'Enabled', '', ''),
('25022011', ',55,', 0, '', '', '2012-06-20 02:49:36', 'Enabled', '', ''),
('20021', ',56,', 0, '', '', '2012-06-20 02:49:58', 'Enabled', '', ''),
('20022011', ',56,', 0, '', '', '2012-06-20 02:49:58', 'Enabled', '', ''),
('20036', ',57,', 0, '', '', '2012-06-20 02:50:53', 'Enabled', '', ''),
('15042011', ',57,', 0, '', '', '2012-06-20 02:50:53', 'Enabled', '', ''),
('20035', ',58,', 0, '', '', '2012-06-20 02:51:18', 'Enabled', '', ''),
('17012011', ',58,', 0, '', '', '2012-06-20 02:51:18', 'Enabled', '', ''),
('20034', ',59,', 0, '', '', '2012-06-20 02:51:42', 'Enabled', '', ''),
('04012011', ',59,', 0, '', '', '2012-06-20 02:51:42', 'Enabled', '', ''),
('20033', ',60,', 0, '', '', '2012-06-20 02:52:06', 'Enabled', '', ''),
('27022011', ',60,66,', 0, '', '', '2012-06-20 02:54:23', 'Enabled', '', ''),
('20032', ',61,', 0, '', '', '2012-06-20 02:52:27', 'Enabled', '', ''),
('10052011', ',61,', 0, '', '', '2012-06-20 02:52:27', 'Enabled', '', ''),
('20031', ',62,', 0, '', '', '2012-06-20 02:52:47', 'Enabled', '', ''),
('15012011', ',62,', 0, '', '', '2012-06-20 02:52:47', 'Enabled', '', ''),
('30006', ',63,', 0, '', '', '2012-06-20 02:53:25', 'Enabled', '', ''),
('15022011', ',63,', 0, '', '', '2012-06-20 02:53:25', 'Enabled', '', ''),
('30005', ',64,', 0, '', '', '2012-06-20 02:53:43', 'Enabled', '', ''),
('30004', ',65,', 0, '', '', '2012-06-20 02:54:04', 'Enabled', '', ''),
('01052011', ',65,', 0, '', '', '2012-06-20 02:54:04', 'Enabled', '', ''),
('30003', ',66,', 0, '', '', '2012-06-20 02:54:23', 'Enabled', '', ''),
('30002', ',67,', 0, '', '', '2012-06-20 02:54:44', 'Enabled', '', ''),
('05052011', ',67,', 0, '', '', '2012-06-20 02:54:44', 'Enabled', '', ''),
('30001', ',68,', 0, '', '', '2012-06-20 02:55:08', 'Enabled', '', ''),
('10012011', ',68,', 0, '', '', '2012-06-20 02:55:08', 'Enabled', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tbl_tell_a_friend`
--

CREATE TABLE IF NOT EXISTS `tbl_tell_a_friend` (
  `tell_a_friend_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tell_a_friend_referal_id` int(10) unsigned DEFAULT NULL,
  `tell_a_friend_sname` varchar(80) DEFAULT NULL,
  `tell_a_friend_semail` varchar(80) DEFAULT NULL,
  `tell_a_friend_femails` text,
  `tell_a_friend_extra_1` int(10) unsigned DEFAULT NULL,
  `tell_a_friend_extra_2` varchar(80) DEFAULT NULL,
  `tell_a_friend_extra_3` text,
  `tell_a_friend_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `tell_a_friend_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `tell_a_friend_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`tell_a_friend_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_vote_counter`
--

CREATE TABLE IF NOT EXISTS `tbl_vote_counter` (
  `vote_counter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `vote_counter_tablename` varchar(80) DEFAULT NULL,
  `vote_counter_record_id` int(10) unsigned DEFAULT NULL,
  `vote_counter_member_id` int(10) unsigned DEFAULT NULL,
  `vote_counter_rating` int(10) unsigned DEFAULT NULL,
  `vote_counter_username` varchar(80) DEFAULT NULL,
  `vote_counter_ip` varchar(24) DEFAULT NULL,
  `vote_counter_country_code` varchar(80) DEFAULT NULL,
  `vote_counter_extra_1` int(10) unsigned DEFAULT NULL,
  `vote_counter_extra_2` varchar(80) DEFAULT NULL,
  `vote_counter_extra_3` text,
  `vote_counter_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `vote_counter_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `vote_counter_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`vote_counter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `tbl_warranty`
--

CREATE TABLE IF NOT EXISTS `tbl_warranty` (
  `warranty_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `warranty_product_cat_id` int(10) unsigned DEFAULT NULL,
  `warranty_product_id` int(10) unsigned DEFAULT NULL,
  `warranty_firstname` varchar(80) NOT NULL DEFAULT 'Nil',
  `warranty_lastname` varchar(80) NOT NULL DEFAULT 'Nil',
  `warranty_name` varchar(80) NOT NULL DEFAULT 'Nil',
  `warranty_email` varchar(128) NOT NULL DEFAULT 'Nil',
  `warranty_contact` varchar(50) DEFAULT NULL,
  `warranty_tel` varchar(20) DEFAULT NULL,
  `warranty_fax` varchar(20) DEFAULT NULL,
  `warranty_city` varchar(80) DEFAULT NULL,
  `warranty_state` varchar(80) DEFAULT NULL,
  `warranty_zip` varchar(80) DEFAULT NULL,
  `warranty_country` varchar(80) DEFAULT NULL,
  `warranty_address` text,
  `warranty_purchase_date` date DEFAULT NULL,
  `warranty_storename` varchar(200) DEFAULT NULL,
  `warranty_nric` varchar(32) DEFAULT NULL,
  `warranty_salutation` varchar(20) DEFAULT NULL,
  `warranty_gender` enum('Male','Female') NOT NULL DEFAULT 'Male',
  `warranty_dob` date DEFAULT NULL,
  `warranty_company` varchar(120) DEFAULT NULL,
  `warranty_website` varchar(200) DEFAULT NULL,
  `warranty_designation` varchar(200) DEFAULT NULL,
  `warranty_upload_filename` varchar(125) NOT NULL DEFAULT 'Nil',
  `warranty_setting_1` int(10) unsigned DEFAULT NULL,
  `warranty_setting_2` varchar(50) DEFAULT NULL,
  `warranty_setting_3` varchar(200) DEFAULT NULL,
  `warranty_date_joined` datetime DEFAULT NULL,
  `warranty_date_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `warranty_record_status` enum('Enabled','Disabled') NOT NULL DEFAULT 'Enabled',
  `warranty_remarks` text,
  `nouse` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`warranty_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

/*!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 */;
