-- MySQL dump 10.13  Distrib 5.7.44, for Linux (x86_64)
--
-- Host: localhost    Database: surpro_zc1
-- ------------------------------------------------------
-- Server version	5.7.44

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `apsona_filter`
--

DROP TABLE IF EXISTS `apsona_filter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `apsona_filter` (
  `filter_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `description` varchar(4000) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entity_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
  `filter_condition` text COLLATE utf8_unicode_ci,
  `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `modified_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`filter_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `apsona_filter`
--

LOCK TABLES `apsona_filter` WRITE;
/*!40000 ALTER TABLE `apsona_filter` DISABLE KEYS */;
INSERT INTO `apsona_filter` VALUES (1,'At least two products',NULL,'order','[{\"op\":\"ge\",\"aggrFn\":\"count\",\"joinChain\":{\"tableName\":\"order_product\",\"thatSide\":\"orders_id\"},\"tableName\":\"order_product\",\"fieldId\":\"orders_products_id\",\"fieldSpecStr\":\"count___order_product.orders_id__order_product__orders_products_id___\",\"value\":\"2\"}]','2010-03-11 02:34:42','0000-00-00 00:00:00'),(2,'Worth $500 or more',NULL,'order','[{\"op\":\"ge\",\"tableName\":\"order\",\"fieldId\":\"order_total\",\"fieldSpecStr\":\"order__order_total\",\"value\":\"500\"}]','2010-03-11 02:35:19','0000-00-00 00:00:00'),(3,'New customers (last 30 days)',NULL,'customer','[{\"op\":\"eq\",\"tableName\":\"customer\",\"fieldId\":\"ci_date_account_created\",\"fieldSpecStr\":\"customer__ci_date_account_created\",\"value\":\"Last 30 days\"}]','2010-03-11 02:36:16','0000-00-00 00:00:00'),(4,'Free products',NULL,'product','[{\"op\":\"eq\",\"tableName\":\"product\",\"fieldId\":\"product_is_free\",\"fieldSpecStr\":\"product__product_is_free\",\"value\":\"true\"}]','2010-03-11 02:37:02','0000-00-00 00:00:00'),(5,'Product imports 2016-07-12 21:35',NULL,'product','[{\"tableName\":\"product\",\"fieldId\":\"products_id\",\"op\":\"in\",\"value\":[79,80,81],\"fieldSpecStr\":\"product__products_id\"}]','2016-07-13 03:35:21','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `apsona_filter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `apsona_report`
--

DROP TABLE IF EXISTS `apsona_report`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `apsona_report` (
  `report_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `description` varchar(4000) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entity_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
  `report_descriptor` text COLLATE utf8_unicode_ci,
  `layout_descriptor` text COLLATE utf8_unicode_ci,
  `last_run_time_msec` int(11) DEFAULT NULL,
  `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `modified_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`report_id`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `apsona_report`
--

LOCK TABLES `apsona_report` WRITE;
/*!40000 ALTER TABLE `apsona_report` DISABLE KEYS */;
INSERT INTO `apsona_report` VALUES (1,'Returning customers (2 or more orders)','','customer','{\"outputs\":[{\"tableName\":\"customer\",\"fieldId\":\"c_lastname\",\"columnLabel\":\"Last name\",\"fieldSpecStr\":\"customer__c_lastname\"}, {\"tableName\":\"customer\",\"fieldId\":\"c_email_address\",\"columnLabel\":\"Email address\",\"fieldSpecStr\":\"customer__c_email_address\"}, {\"joinChain\":{\"tableName\":\"order\",\"thatSide\":\"customers_id\"},\"tableName\":\"order\",\"fieldId\":\"orders_id\",\"columnLabel\":\"\\u0023 Orders\",\"aggrFn\":\"count\",\"fieldSpecStr\":\"order.customers_id__order__orders_id\"}, {\"joinChain\":{\"tableName\":\"order\",\"thatSide\":\"customers_id\"},\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Last order date\",\"aggrFn\":\"max\",\"fieldSpecStr\":\"order.customers_id__order__date_purchased\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 57, 100, 120 ]},\"name\":\"Returning customers (2 or more orders)\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[{\"op\":\"ge\",\"aggrFn\":\"count\",\"joinChain\":{\"tableName\":\"order\",\"thatSide\":\"customers_id\"},\"tableName\":\"order\",\"fieldId\":\"orders_id\",\"fieldSpecStr\":\"count___order.customers_id__order__orders_id___\",\"value\":\"2\"} ],\"sort\":[],\"reportId\":\"1\"}',NULL,NULL,'2010-03-11 10:54:55','0000-00-00 00:00:00'),(11,'Orders by status','','order','{\"outputs\":[{\"tableName\":\"order\",\"fieldId\":\"customers_name\",\"columnLabel\":\"Customer name\",\"fieldSpecStr\":\"order__customers_name\"}, {\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Date purchased\",\"fieldSpecStr\":\"order__date_purchased\"}, {\"tableName\":\"order\",\"fieldId\":\"orders_status\",\"columnLabel\":\"Orders status\",\"fieldSpecStr\":\"order__orders_status\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120 ]},\"name\":\"Orders by status\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[],\"sort\":[]}',NULL,NULL,'2010-03-11 11:04:00','0000-00-00 00:00:00'),(2,'Top 10 customers','','customer','{\"outputs\":[{\"tableName\":\"customer\",\"fieldId\":\"c_firstname\",\"columnLabel\":\"First name\",\"fieldSpecStr\":\"customer__c_firstname\"}, {\"tableName\":\"customer\",\"fieldId\":\"c_lastname\",\"columnLabel\":\"Last name\",\"fieldSpecStr\":\"customer__c_lastname\"}, {\"tableName\":\"customer\",\"fieldId\":\"c_email_address\",\"columnLabel\":\"Email address\",\"fieldSpecStr\":\"customer__c_email_address\"}, {\"joinChain\":{\"tableName\":\"order\",\"thatSide\":\"customers_id\"},\"tableName\":\"order\",\"fieldId\":\"order_total\",\"columnLabel\":\"Total orders\",\"aggrFn\":\"sum\",\"fieldSpecStr\":\"order.customers_id__order__order_total\"} ],\"tabularLayout\":{\"widthPx\":[103, 106, 120, 74 ]},\"name\":\"Top 10 customers\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":10},\"filterTerms\":[],\"sort\":[{\"fieldIndex\":3,\"direction\":-1} ],\"reportId\":\"2\"}',NULL,NULL,'2010-03-11 10:56:18','0000-00-00 00:00:00'),(3,'Orders in the last 30 days','','order','{\"outputs\":[{\"tableName\":\"order\",\"fieldId\":\"customers_name\",\"columnLabel\":\"Customer name\",\"fieldSpecStr\":\"order__customers_name\"}, {\"tableName\":\"order\",\"fieldId\":\"order_total\",\"columnLabel\":\"Order total\",\"fieldSpecStr\":\"order__order_total\"}, {\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Date purchased\",\"fieldSpecStr\":\"order__date_purchased\"}, {\"joinChain\":{\"tableName\":\"order_product\",\"thatSide\":\"orders_id\"},\"tableName\":\"order_product\",\"fieldId\":\"orders_products_id\",\"columnLabel\":\"\\u0023 Products\",\"aggrFn\":\"count\",\"fieldSpecStr\":\"order_product.orders_id__order_product__orders_products_id\"} ],\"tabularLayout\":{\"widthPx\":[120, 92, 92, 67 ]},\"name\":\"Orders in the last 30 days\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[{\"op\":\"eq\",\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"fieldSpecStr\":\"order__date_purchased\",\"value\":\"Last 30 days\"} ],\"sort\":[],\"reportId\":\"3\"}',NULL,NULL,'2010-03-11 10:53:05','0000-00-00 00:00:00'),(4,'Products by manufacturer','','manufacturers','{\"outputs\":[{\"tableName\":\"manufacturers\",\"fieldId\":\"manufacturers_name\",\"columnLabel\":\"Name\",\"fieldSpecStr\":\"manufacturers__manufacturers_name\"}, {\"tableName\":\"manufacturers\",\"fieldId\":\"manufacturers_url\",\"columnLabel\":\"Manufacturer URL\",\"fieldSpecStr\":\"manufacturers__manufacturers_url\"}, {\"joinChain\":{\"tableName\":\"product\",\"thatSide\":\"manufacturers_id\"},\"tableName\":\"product\",\"fieldId\":\"products_id\",\"columnLabel\":\"\\u0023 Products\",\"aggrFn\":\"count\",\"fieldSpecStr\":\"product.manufacturers_id__product__products_id\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120 ]},\"name\":\"Products by manufacturer\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[],\"sort\":[],\"reportId\":\"4\",\"defaultRendering\":{\"type\":\"barchart\",\"rowLabel\":{\"fieldId\":\"rptcol_0\"},\"barValue\":{\"fieldId\":\"rptcol_2\"}}}',NULL,NULL,'2010-03-11 11:01:53','0000-00-00 00:00:00'),(12,'Orders by status','','order','{\"outputs\":[{\"tableName\":\"order\",\"fieldId\":\"customers_name\",\"columnLabel\":\"Customer name\",\"fieldSpecStr\":\"order__customers_name\"}, {\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Date purchased\",\"fieldSpecStr\":\"order__date_purchased\"}, {\"tableName\":\"order\",\"fieldId\":\"orders_status\",\"columnLabel\":\"Orders status\",\"fieldSpecStr\":\"order__orders_status\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120 ]},\"name\":\"Orders by status\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[],\"sort\":[],\"defaultRendering\":{\"type\":\"rowgrp\",\"group\":{\"fieldId\":\"rptcol_2\"},\"cell\":{\"content\":\"all\"}}}',NULL,NULL,'2010-03-11 11:04:14','0000-00-00 00:00:00'),(9,'Top 5 best sellers','','product','{\"outputs\":[{\"tableName\":\"product\",\"fieldId\":\"products_name\",\"columnLabel\":\"Name\",\"fieldSpecStr\":\"product__products_name\"}, {\"tableName\":\"product\",\"fieldId\":\"products_model\",\"columnLabel\":\"Model\",\"fieldSpecStr\":\"product__products_model\"}, {\"joinChain\":{\"tableName\":\"order_product\",\"thatSide\":\"products_id\"},\"tableName\":\"order_product\",\"fieldId\":\"products_price\",\"columnLabel\":\"Sales $\",\"aggrFn\":\"sum\",\"fieldSpecStr\":\"order_product.products_id__order_product__products_price\"}, {\"joinChain\":{\"tableName\":\"order_product\",\"thatSide\":\"products_id\"},\"tableName\":\"order_product\",\"fieldId\":\"orders_products_id\",\"columnLabel\":\"\\u0023 Sold\",\"aggrFn\":\"count\",\"fieldSpecStr\":\"order_product.products_id__order_product__orders_products_id\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120, 120 ]},\"name\":\"Top 5 best sellers\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":5},\"filterTerms\":[],\"sort\":[{\"fieldIndex\":2,\"direction\":-1} ],\"reportId\":\"9\",\"defaultRendering\":{\"type\":\"piechart\",\"pieLabel\":{\"fieldId\":\"rptcol_0\"},\"pieValue\":{\"fieldId\":\"rptcol_2\"}}}',NULL,NULL,'2010-03-11 05:35:10','0000-00-00 00:00:00'),(10,'Orders by date and region, Dec 2009','','order','{\"outputs\":[{\"joinChain\":{\"thisSide\":\"customers_id\",\"tableName\":\"customer\"},\"tableName\":\"customer\",\"fieldId\":\"ca_zone_id\",\"columnLabel\":\"Zone\",\"fieldSpecStr\":\"customers_id__customer__ca_zone_id\"}, {\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Date purchased\",\"fieldSpecStr\":\"order__date_purchased\"}, {\"tableName\":\"order\",\"fieldId\":\"order_total\",\"columnLabel\":\"Order total\",\"fieldSpecStr\":\"order__order_total\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120 ]},\"name\":\"Orders by date and region, Dec 2009\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[{\"op\":\"ge\",\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"fieldSpecStr\":\"order__date_purchased\",\"value\":\"12/01/2009\",\"tblColAlias\":\"zen_orders.date_purchased\"}, {\"op\":\"le\",\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"fieldSpecStr\":\"order__date_purchased\",\"value\":\"12/31/2009\",\"tblColAlias\":\"zen_orders.date_purchased\"} ],\"sort\":[],\"reportId\":\"10\",\"defaultRendering\":{\"type\":\"matrix\",\"rowGroup\":{\"fieldId\":\"rptcol_0\"},\"colGroup\":{\"fieldId\":\"rptcol_1\",\"dateInterval\":\"week\"},\"cell\":{\"fieldId\":\"rptcol_2\",\"content\":\"sum\"}}}',NULL,NULL,'2010-03-11 07:50:54','0000-00-00 00:00:00'),(8,'Products sold, by manufacturer','','product','{\"outputs\":[{\"joinChain\":{\"thisSide\":\"manufacturers_id\",\"tableName\":\"manufacturers\"},\"tableName\":\"manufacturers\",\"fieldId\":\"manufacturers_name\",\"columnLabel\":\"Manufacturer\",\"fieldSpecStr\":\"manufacturers_id__manufacturers__manufacturers_name\"}, {\"tableName\":\"product\",\"fieldId\":\"products_name\",\"columnLabel\":\"Name\",\"fieldSpecStr\":\"product__products_name\"}, {\"tableName\":\"product\",\"fieldId\":\"products_model\",\"columnLabel\":\"Model\",\"fieldSpecStr\":\"product__products_model\"}, {\"joinChain\":{\"tableName\":\"order_product\",\"thatSide\":\"products_id\"},\"tableName\":\"order_product\",\"fieldId\":\"orders_products_id\",\"columnLabel\":\"\\u0023 Sold\",\"aggrFn\":\"count\",\"fieldSpecStr\":\"order_product.products_id__order_product__orders_products_id\"}, {\"joinChain\":{\"tableName\":\"order_product\",\"thatSide\":\"products_id\"},\"tableName\":\"order_product\",\"fieldId\":\"products_price\",\"columnLabel\":\"Sales $\",\"aggrFn\":\"sum\",\"fieldSpecStr\":\"order_product.products_id__order_product__products_price\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120, 120, 120 ]},\"name\":\"Products sold, by manufacturer\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[],\"sort\":[],\"defaultRendering\":{\"type\":\"rowgrp\",\"group\":{\"fieldId\":\"rptcol_0\"},\"cell\":{\"visual\":\"vbar\",\"fieldId\":\"rptcol_3\",\"content\":\"sum\"}},\"reportId\":\"8\"}',NULL,NULL,'2010-03-11 10:02:24','0000-00-00 00:00:00'),(13,'Orders in the last 30 days, by status','','order','{\"outputs\":[{\"tableName\":\"order\",\"fieldId\":\"customers_name\",\"columnLabel\":\"Customer name\",\"fieldSpecStr\":\"order__customers_name\"}, {\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Date purchased\",\"fieldSpecStr\":\"order__date_purchased\"}, {\"tableName\":\"order\",\"fieldId\":\"orders_status\",\"columnLabel\":\"Orders status\",\"fieldSpecStr\":\"order__orders_status\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120 ]},\"name\":\"Orders in the last 30 days, by status\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[{\"op\":\"eq\",\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"fieldSpecStr\":\"order__date_purchased\",\"value\":\"Last 30 days\"} ],\"sort\":[],\"defaultRendering\":{\"type\":\"rowgrp\",\"group\":{\"fieldId\":\"rptcol_2\"},\"cell\":{\"content\":\"all\"}}}',NULL,NULL,'2010-03-11 11:05:05','0000-00-00 00:00:00'),(5,'Ordered products and attributes','','order_product','{\"outputs\":[{\"joinChain\":{\"thisSide\":\"products_id\",\"tableName\":\"product\"},\"tableName\":\"product\",\"fieldId\":\"products_name\",\"columnLabel\":\"Product name\",\"fieldSpecStr\":\"products_id__product__products_name\"}, {\"joinChain\":{\"thisSide\":\"orders_id\",\"tableName\":\"order\"},\"tableName\":\"order\",\"fieldId\":\"date_purchased\",\"columnLabel\":\"Order date\",\"fieldSpecStr\":\"orders_id__order__date_purchased\"}, {\"joinChain\":{\"thisSide\":\"orders_id\",\"tableName\":\"order\"},\"tableName\":\"order\",\"fieldId\":\"customers_name\",\"columnLabel\":\"Customer name\",\"fieldSpecStr\":\"orders_id__order__customers_name\"}, {\"joinChain\":{\"tableName\":\"order_product_attribute\",\"thatSide\":\"orders_products_id\"},\"tableName\":\"order_product_attribute\",\"fieldId\":\"products_options\",\"columnLabel\":\"Option\",\"fieldSpecStr\":\"order_product_attribute.orders_products_id__order_product_attribute__products_options\"}, {\"joinChain\":{\"tableName\":\"order_product_attribute\",\"thatSide\":\"orders_products_id\"},\"tableName\":\"order_product_attribute\",\"fieldId\":\"products_options_values\",\"columnLabel\":\"Option value\",\"fieldSpecStr\":\"order_product_attribute.orders_products_id__order_product_attribute__products_options_values\"}, {\"joinChain\":{\"tableName\":\"order_product_attribute\",\"thatSide\":\"orders_products_id\"},\"tableName\":\"order_product_attribute\",\"fieldId\":\"options_values_price\",\"columnLabel\":\"Option value price\",\"fieldSpecStr\":\"order_product_attribute.orders_products_id__order_product_attribute__options_values_price\"} ],\"tabularLayout\":{\"widthPx\":[120, 120, 120, 120, 120, 120 ]},\"name\":\"Ordered products and attributes\",\"description\":\"\",\"recordRange\":{\"from\":1,\"to\":1000},\"filterTerms\":[],\"sort\":[]}',NULL,NULL,'2010-04-05 20:00:23','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `apsona_report` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `google_checkout`
--

DROP TABLE IF EXISTS `google_checkout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `google_checkout` (
  `customers_id` int(11) DEFAULT NULL,
  `buyer_id` bigint(20) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `google_checkout`
--

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

--
-- Table structure for table `google_orders`
--

DROP TABLE IF EXISTS `google_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `google_orders` (
  `orders_id` int(11) DEFAULT NULL,
  `google_order_number` bigint(20) DEFAULT NULL,
  `order_amount` decimal(15,4) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `google_orders`
--

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

--
-- Table structure for table `zen_address_book`
--

DROP TABLE IF EXISTS `zen_address_book`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_address_book` (
  `address_book_id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_id` int(11) NOT NULL DEFAULT '0',
  `entry_gender` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_company` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entry_firstname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_lastname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_street_address` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_suburb` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entry_postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_city` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_state` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entry_country_id` int(11) NOT NULL DEFAULT '0',
  `entry_zone_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`address_book_id`),
  KEY `idx_address_book_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=91 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_address_book`
--

LOCK TABLES `zen_address_book` WRITE;
/*!40000 ALTER TABLE `zen_address_book` DISABLE KEYS */;
INSERT INTO `zen_address_book` VALUES (17,17,'m','','Juan','Bautista','12345 N Commercial Blvd','','33186','Miami','',223,18),(18,18,'',NULL,'JOHN','BRAKE','9079 PIERSON RD','','48836','FOWLERVILLE','',223,33),(19,19,'m','','Wayne','Sauvola','2210 Ridgewood Circle','','33411','Royal Palm Beach','',223,18),(20,20,'m','Ajaks','John','Brake','9079 Pierson Rd','','48836','Fowlerville','',223,33),(64,22,'m','','Angelo','Garcia lugnany','14359 SW 127 th st','','33186-5303','Miami','',223,18),(22,22,'',NULL,'Jennifer','Ware','1103 Sierra Country Court','','89460','Gardnerville','',223,39),(23,23,'m','','Joe','Buyer','1234 E Street','','33186','Miami','',223,18),(24,24,'m','','Phil','Frey','209 Santa Rosa Drive','Apartment C','43213','Columbus','',223,47),(25,25,'',NULL,'Johannes','Muelmenstaedt','1830 Zapo St','','92014','Del Mar','',223,12),(26,26,'m','Avenge Inc.','Randy','Cupit','105 Executive Dr.','STE 200','20166','Dulles','',223,61),(27,26,'m','AeroPremier Jet Center','Brian','Bowman/N6271B','New Orleans Lakefront Airport','6401 Stars and Stripes Blvd.','70126','New Orleans','',223,28),(28,27,'m','','Brad','Swentor','PO BOX 73851','','30271','Newnan','',223,19),(29,28,'m','','Joe','Buymore','1234 B Street','','45612','Lake Broke','',223,34),(30,29,'f','','Betty','Buymuch','1234 N St','','48239','Lake Crumb','',223,33),(31,30,'m','','Juan','Freno','1234 E R street','','48239','Detroit','',223,33),(75,32,'f','ATLANTIC AVIATION PARTS INC.','miriam','clavero','8544 nw 64th st','','33166','miami','',223,18),(34,33,'m','','Jose','Buyon','98765 N D Street','','33186','Miami','',223,18),(35,34,'m','','Juan','Snores','3214 B Street','','33186','Miami','',223,18),(36,35,'f','','Juanita','Buyones','6541 B Street','','33186','Miami','',223,18),(37,36,'m','','Juan','Valdes','3214 N Street W','','33186','Miami','',223,18),(38,37,'m','','John','Brake','9079 Pierson Rd','','48836','Fowlerville','',223,33),(39,1,'m','Big Deal, Inc','Big','Shorty','12345 N M Street','Pierson Rd','48836','Fowlerville','',223,33),(40,2,'',NULL,'IGARASHI','Hitoki','139-4 NAKAJIMA-CHO - TAKIKAWA-SHI','','073-0035','HOKKAIDO','åŒ—æµ·é“',107,0),(41,3,'m','Joes Airplanes','John','Piloti','12345 N M Street','','48836','Fowlerville','',223,33),(42,4,'m','','Joseph','McNeal','box 1366','','34295','englewood','',223,18),(43,4,'m','','Joseph','McNeal','20 Euclid Ave','','34223','Englewood','',223,18),(44,4,'m','','Joseph','McNeal','20 Euclid Ave','','34223','Englewood','',223,18),(45,5,'m','T@H ELECTRONICS','Thuan','Le','12045 Lambert Ave','','91732','Elmonte','',223,12),(46,6,'f','Hangyu marine industry co., ltd','Caroline','Xia','No-9-10 Jintai ,Jinkai nanping nanan chongqing','','400060','Chongqing','Chongqing',44,0),(47,7,'m','Anata Bangla Iimited','Mohammad','Sharif','Aligore house,','Aligore house','1000','Dhaka','Mothigle',18,0),(48,7,'m','Anata Bangla Iimited','Mohammad','Sharif','Aligore house,','Aligore house','1000','Dhaka','Mothigle',18,0),(49,8,'m','PT Garis Lini','Kuswadi','Saibun','Komp. Majapahit Permai B 118','Jl. Majapahit Raya','10160','Jakarta','DKI Jakarta',100,0),(50,9,'f','Aero Tech, LLC','Patti','Stallings','5333 E. 21st Street','','88101','Clovis','',223,42),(51,10,'f','Apple','Nona','Savage','noong streen 18','','25400','london','',38,74),(52,11,'m','Jonathan Sanchez Towing','Jonathan','Sanchez','hc 58 box 14072','','00602','Puerto Rico','Aguada',172,0),(53,11,'m','Jonathan Sanchez Towing','Jonathan','Sanchez','hc 58 box 14072','','00602','Puerto Rico','Aguada',172,0),(54,12,'f','Apple','Melva','Castillo','noong streen 18','','25400','london','',38,74),(55,13,'m','BRAÃ‘A DEL ZAPURREL SL','JAVIER','NAVIA-OSORIO','C/ FRANCO 1','','28002','MADRID','',195,161),(56,14,'m','BraÃ±a del Zapurrel sl','Javier','Navia-Osorio','FRANCO 1','MADRID','28002','MADRID','',195,161),(57,15,'m','Gangrong Aviation Co,Ltd.','Michael','Chen','NO.105 Hubin South Road','Siming District','361009','xiamen','Fujian',44,0),(58,16,'m','Shortridge Outdoor Supplies','Wayne','Shortridge','12407 Newell Green Pl.','','32246','Jacksonville','',223,18),(59,17,'f','Apple','Margie','Molina','noong streen 18','','25400','london','',38,74),(60,18,'f','Apple','Opal','Kennedy','noong streen 18','','25400','london','',38,74),(61,19,'f','','Thomas','Shire','drurry street 12','','34399','London','London',222,0),(62,20,'m','Pt. Tessim Putra Persada','anton','simangunsong','Jl. Delima Raya No. 256','','16145','Depok','Depok',100,0),(63,21,'f','SEAWOLF MARINE','EMILY','KIM','#657-6, MORA-DONG,SASANG-GU','','ASI|KR|KS0','BUSAN','BUSAN',113,0),(65,23,'m','','Howard','Morton','4348 Waialae Ave','# 873','96816','Honolulu','',223,21),(66,23,'m','','Howard','Morton','2461 Santa Monica Blvd','# 450','90404','Santa Monica','',223,12),(67,24,'m','Samaritans Purse Aviation','Bob','Seres','180 Corporate Aviation Drive','','28659','North Wilkesboro','',223,44),(68,25,'',NULL,'Kendrick','Meiners','6966 NC Hwy 56','Rampart Aviation','27525','Franklinton','',223,44),(69,26,'m','abcd','jason','PARKER','1 new street','','10007','new york','',223,43),(70,27,'m','Abbott Laboratories','Perkin','Elmer','One North Capitol Avenue,','Suite 700','46201','Indianapolis','',223,24),(71,28,'','Tyler J. Noel','Tyler','Noel','3845 Cardinal Point Trl','','53593-8141','verona','',223,64),(72,29,'f','Vertol Systems Company, Inc.','Mikki','Barnes','1001 Airport Road','Hangar 17-101','32541','Destin','',223,18),(73,30,'','Elite Jet Service GmbH','Christian','Boeck','Im Eschert 123','','47877','Willich Schiefbahn','Willich Schiefbahn',81,0),(74,31,'m','','MATTHEW','FARMER','85 East Liberty','Unit 2021','M6K3R4','Toronto','',38,74),(76,33,'m','','Ralph','Calhoun','180 Tang O Mar Dr','','32550','Miramar Beach','',223,18),(77,34,'',NULL,'charles','shortridge','12407 newell green pl','','32246','jacksonville','',223,18),(78,34,'',NULL,'C','W','12407 Newell Green Pl.','','32246','Jacksonville','',223,18),(79,35,'m','Eutechic Services LLC','James','Sohl','2541 South I-35','#200-336','78664','Round Rock','',223,57),(80,36,'m','Heli Service','Roberto','Martinez','15000 NW 44th Ave','Miami','33054','Miami','',223,18),(81,37,'f','PT CAHTUR ELANG DIRGANTARA','Vica','Putri','Sinar Pamulang Permai B1/11 Pamulang Tangsel','Margaasih Permai Jati Mekar','15417','Jakarta','West Java',100,0),(82,38,'',NULL,'Benjamin','Giles','1159 Troon Dr','','32550','Miramar Beach','',223,18),(83,39,'',NULL,'john','brake','4120 w hasleet rd','','48872','perry','',223,33),(84,39,'',NULL,'john','brake','4120 w haslett rd','','48872','perry','',223,33),(85,40,'m','S.E.S.A, snc','Paolo','FiumanÃ²','via P. Togliatti 26','','20030','Senago','Milano',105,0),(86,40,'',NULL,'Paolo','Fiumano\'','Via Togliatti 26','','20030','Senago','Milano',105,0),(87,39,'',NULL,'john','brake','120 w haslett rd','','48872','perry','',223,33),(88,41,'',NULL,'john','brake','4120 w haslett rd','','48872','perry','',223,33),(89,42,'','Yuriy Kononyuk (CGABN)','Yuriy','Kononyuk','1590 Old NDB Road','','32724','Deland','',223,18),(90,43,'m','','Jeff','Gitschel','4581 Hillwood Drive','','95682','Shingle Springs','',223,12);
/*!40000 ALTER TABLE `zen_address_book` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_address_format`
--

DROP TABLE IF EXISTS `zen_address_format`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_address_format` (
  `address_format_id` int(11) NOT NULL AUTO_INCREMENT,
  `address_format` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `address_summary` varchar(48) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`address_format_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_address_format`
--

LOCK TABLES `zen_address_format` WRITE;
/*!40000 ALTER TABLE `zen_address_format` DISABLE KEYS */;
INSERT INTO `zen_address_format` VALUES (1,'$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country','$city / $country'),(2,'$firstname $lastname$cr$streets$cr$city, $state    $postcode$cr$country','$city, $state / $country'),(3,'$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country','$state / $country'),(4,'$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country','$postcode / $country'),(5,'$firstname $lastname$cr$streets$cr$postcode $city$cr$country','$city / $country'),(6,'$firstname $lastname$cr$streets$cr$city$cr$state$cr$postcode$cr$country','$postcode / $country');
/*!40000 ALTER TABLE `zen_address_format` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_admin`
--

DROP TABLE IF EXISTS `zen_admin`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_admin` (
  `admin_id` int(11) NOT NULL AUTO_INCREMENT,
  `admin_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Admin',
  `admin_email` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'admin@localhost',
  `admin_pass` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '351683ea4e19efe34874b501fdbf9792:9b',
  `admin_level` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`admin_id`),
  KEY `idx_admin_name_zen` (`admin_name`),
  KEY `idx_admin_email_zen` (`admin_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_admin`
--

LOCK TABLES `zen_admin` WRITE;
/*!40000 ALTER TABLE `zen_admin` DISABLE KEYS */;
INSERT INTO `zen_admin` VALUES (1,'surpro','info@aaasurvivalproducts.com','d0e139e40f5e83dbc304843770c7f550:c3',0),(2,'J Brake','info@aaasurvivalproducts.com','d0e139e40f5e83dbc304843770c7f550:c3',0);
/*!40000 ALTER TABLE `zen_admin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_admin_activity_log`
--

DROP TABLE IF EXISTS `zen_admin_activity_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_admin_activity_log` (
  `log_id` int(15) NOT NULL AUTO_INCREMENT,
  `access_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `admin_id` int(11) NOT NULL DEFAULT '0',
  `page_accessed` varchar(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `page_parameters` text COLLATE utf8_unicode_ci,
  `ip_address` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`log_id`),
  KEY `idx_page_accessed_zen` (`page_accessed`),
  KEY `idx_access_date_zen` (`access_date`),
  KEY `idx_ip_zen` (`ip_address`)
) ENGINE=MyISAM AUTO_INCREMENT=19194 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_admin_activity_log`
--

LOCK TABLES `zen_admin_activity_log` WRITE;
/*!40000 ALTER TABLE `zen_admin_activity_log` DISABLE KEYS */;
INSERT INTO `zen_admin_activity_log` VALUES (10899,'2010-10-17 09:40:25',1,'sqlpatch.php','','97.178.124.76'),(10900,'2010-10-17 10:03:25',1,'sqlpatch.php','','67.142.161.23'),(10901,'2010-10-17 10:03:35',1,'sqlpatch.php','action=execute&','67.142.161.23'),(10902,'2010-10-17 10:22:46',1,'sqlpatch.php','','67.142.161.23'),(10903,'2010-10-17 11:08:49',1,'configuration.php','gID=20&','67.142.161.23'),(10904,'2010-10-17 11:09:05',1,'configuration.php','gID=20&cID=452&action=edit&','67.142.161.23'),(10905,'2010-10-17 11:09:13',1,'configuration.php','gID=20&cID=452&action=save&','67.142.161.23'),(10906,'2010-10-17 11:09:13',1,'configuration.php','gID=20&cID=452&','67.142.161.23'),(10907,'2010-10-17 11:09:20',1,'banner_manager.php','','67.142.161.23'),(10908,'2010-10-17 11:09:32',1,'banner_manager.php','page=1&bID=9&action=setflag&flag=0&','67.142.161.23'),(10909,'2010-10-17 11:09:32',1,'banner_manager.php','page=1&bID=9&','67.142.161.23'),(10910,'2010-10-17 11:09:35',1,'banner_manager.php','page=1&bID=7&','67.142.161.23'),(10911,'2010-10-17 11:09:35',1,'banner_manager.php','page=1&bID=4&action=setflag&flag=0&','67.142.161.23'),(10912,'2010-10-17 11:09:36',1,'banner_manager.php','page=1&bID=4&','67.142.161.23'),(10913,'2010-10-17 11:09:45',1,'banner_manager.php','page=1&bID=2&action=setflag&flag=0&','67.142.161.23'),(10914,'2010-10-17 11:09:46',1,'banner_manager.php','page=1&bID=2&','67.142.161.23'),(10915,'2010-10-17 11:10:13',1,'banner_manager.php','page=1&bID=8&action=setflag&flag=0&','67.142.161.23'),(10916,'2010-10-17 11:10:13',1,'banner_manager.php','page=1&bID=8&','67.142.161.23'),(10917,'2010-10-17 11:10:18',1,'banner_manager.php','page=1&bID=7&action=setflag&flag=0&','67.142.161.23'),(10918,'2010-10-17 11:10:18',1,'banner_manager.php','page=1&bID=7&','67.142.161.23'),(10919,'2010-10-17 11:10:23',1,'banner_manager.php','page=1&bID=6&action=setflag&flag=0&','67.142.161.23'),(10920,'2010-10-17 11:10:23',1,'banner_manager.php','page=1&bID=6&','67.142.161.23'),(10921,'2010-10-17 11:10:25',1,'banner_manager.php','page=1&bID=1&action=setflag&flag=0&','67.142.161.23'),(10922,'2010-10-17 11:10:25',1,'banner_manager.php','page=1&bID=1&','67.142.161.23'),(10923,'2010-10-17 11:10:29',1,'banner_manager.php','page=1&bID=5&action=setflag&flag=0&','67.142.161.23'),(10924,'2010-10-17 11:10:29',1,'banner_manager.php','page=1&bID=5&','67.142.161.23'),(10925,'2010-10-17 11:10:31',1,'banner_manager.php','page=1&bID=3&action=setflag&flag=0&','67.142.161.23'),(10926,'2010-10-17 11:10:32',1,'banner_manager.php','page=1&bID=3&','67.142.161.23'),(10927,'2010-10-17 11:12:20',1,'developers_tool_kit.php','','67.142.161.23'),(10928,'2010-10-17 11:12:53',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.23'),(10929,'2010-10-17 11:17:26',1,'define_pages_editor.php','','67.142.161.23'),(10930,'2010-10-17 11:17:34',1,'define_pages_editor.php','securityToken=3b5f4595967259cf0ffc806685d4ae6d&define_it=1&action=new_page&','67.142.161.23'),(10931,'2010-10-17 11:21:40',1,'configuration.php','gID=20&','67.142.161.23'),(10932,'2010-10-17 11:21:44',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.23'),(10933,'2010-10-17 11:21:53',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.23'),(10934,'2010-10-17 11:21:53',1,'configuration.php','gID=20&cID=440&','67.142.161.23'),(10935,'2010-10-17 11:22:27',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.23'),(10936,'2010-10-17 11:22:31',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.23'),(10937,'2010-10-17 11:22:31',1,'configuration.php','gID=20&cID=440&','67.142.161.23'),(10938,'2010-10-17 11:24:44',1,'developers_tool_kit.php','','67.142.161.23'),(10939,'2010-10-17 11:24:54',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.23'),(10940,'2010-10-17 17:55:52',0,'login.php ','','67.142.161.30'),(10941,'2010-10-17 17:55:53',0,'login.php ','','67.142.161.30'),(10942,'2010-10-17 17:56:07',0,'login.php surpro','','67.142.161.30'),(10943,'2010-10-17 17:56:24',0,'login.php Admin','','67.142.161.30'),(10944,'2010-10-17 18:01:24',0,'login.php surpro','','97.179.146.197'),(10945,'2010-10-17 18:01:41',0,'login.php surpro','','97.179.146.197'),(10946,'2010-10-17 18:10:37',0,'login.php surpro','','97.179.146.197'),(10947,'2010-10-17 18:10:58',1,'modules.php','set=payment&','97.179.146.197'),(10948,'2010-10-17 18:11:15',1,'modules.php','set=shipping&','97.179.146.197'),(10949,'2010-10-17 18:15:40',1,'modules.php','set=shipping&','97.179.146.197'),(10950,'2010-10-17 18:15:48',1,'modules.php','set=shipping&','97.179.146.197'),(10951,'2010-10-17 18:15:53',1,'modules.php','set=payment&','97.179.146.197'),(10952,'2010-10-17 18:16:06',1,'configuration.php','gID=1&','97.179.146.197'),(10953,'2010-10-17 18:16:14',1,'configuration.php','gID=1&cID=2&action=edit&','97.179.146.197'),(10954,'2010-10-17 18:16:38',1,'configuration.php','gID=1&cID=2&action=save&','97.179.146.197'),(10955,'2010-10-17 18:16:38',1,'configuration.php','gID=1&cID=2&','97.179.146.197'),(10956,'2010-10-17 18:31:59',1,'configuration.php','gID=1&cID=4&action=edit&','97.179.146.197'),(10957,'2010-10-17 18:32:08',1,'configuration.php','gID=1&cID=4&action=save&','97.179.146.197'),(10958,'2010-10-17 18:32:08',1,'configuration.php','gID=1&cID=4&','97.179.146.197'),(10959,'2010-10-17 18:32:34',1,'configuration.php','gID=1&cID=12&action=edit&','97.179.146.197'),(10960,'2010-10-17 18:35:20',1,'configuration.php','gID=1&cID=12&action=save&','97.179.146.197'),(10961,'2010-10-17 18:35:20',1,'configuration.php','gID=1&cID=12&','97.179.146.197'),(10962,'2010-10-17 18:36:47',1,'configuration.php','gID=1&cID=24&action=edit&','97.179.146.197'),(10963,'2010-10-17 18:36:59',1,'configuration.php','gID=1&cID=24&','97.179.146.197'),(10964,'2010-10-17 18:37:23',1,'configuration.php','gID=2&','97.179.146.197'),(10965,'2010-10-17 18:37:37',1,'configuration.php','gID=2&cID=33&action=edit&','97.179.146.197'),(10966,'2010-10-17 18:38:55',1,'configuration.php','gID=3&','97.179.146.197'),(10967,'2010-10-17 18:41:03',1,'configuration.php','gID=3&cID=83&action=edit&','97.179.146.197'),(10968,'2010-10-17 18:41:11',1,'configuration.php','gID=3&cID=83&action=save&','97.179.146.197'),(10969,'2010-10-17 18:41:12',1,'configuration.php','gID=3&cID=83&','97.179.146.197'),(10970,'2010-10-17 18:42:05',1,'configuration.php','gID=4&','97.179.146.197'),(10971,'2010-10-17 18:42:33',1,'configuration.php','gID=5&','97.179.146.197'),(10972,'2010-10-17 18:42:43',1,'configuration.php','gID=5&cID=130&action=edit&','97.179.146.197'),(10973,'2010-10-17 18:42:48',1,'configuration.php','gID=5&cID=130&action=save&','97.179.146.197'),(10974,'2010-10-17 18:42:48',1,'configuration.php','gID=5&cID=130&','97.179.146.197'),(10975,'2010-10-17 18:42:58',1,'configuration.php','gID=5&cID=133&action=edit&','97.179.146.197'),(10976,'2010-10-17 18:43:03',1,'configuration.php','gID=5&cID=133&','97.179.146.197'),(10977,'2010-10-17 18:43:11',1,'configuration.php','gID=5&cID=134&action=edit&','97.179.146.197'),(10978,'2010-10-17 18:43:35',1,'configuration.php','gID=5&cID=138&action=edit&','97.179.146.197'),(10979,'2010-10-17 18:44:04',1,'configuration.php','gID=7&','97.179.146.197'),(10980,'2010-10-17 18:44:14',1,'configuration.php','gID=7&cID=197&action=edit&','97.179.146.197'),(10981,'2010-10-17 18:45:24',1,'configuration.php','gID=7&cID=205&action=edit&','97.179.146.197'),(10982,'2010-10-17 18:45:36',1,'configuration.php','gID=7&cID=205&action=save&','97.179.146.197'),(10983,'2010-10-17 18:45:36',1,'configuration.php','gID=7&cID=205&','97.179.146.197'),(10984,'2010-10-17 18:45:40',1,'configuration.php','gID=7&cID=202&action=edit&','97.179.146.197'),(10985,'2010-10-17 18:45:58',1,'configuration.php','gID=7&cID=202&action=save&','97.179.146.197'),(10986,'2010-10-17 18:45:58',1,'configuration.php','gID=7&cID=202&','97.179.146.197'),(10987,'2010-10-17 18:46:10',1,'configuration.php','gID=8&','97.179.146.197'),(10988,'2010-10-17 18:46:31',1,'configuration.php','gID=8&cID=212&action=edit&','97.179.146.197'),(10989,'2010-10-17 18:46:39',1,'configuration.php','gID=8&cID=212&action=save&','97.179.146.197'),(10990,'2010-10-17 18:46:40',1,'configuration.php','gID=8&cID=212&','97.179.146.197'),(10991,'2010-10-17 18:47:29',1,'configuration.php','gID=9&','97.179.146.197'),(10992,'2010-10-17 18:47:43',1,'configuration.php','gID=9&cID=232&action=edit&','97.179.146.197'),(10993,'2010-10-17 18:47:50',1,'configuration.php','gID=9&cID=232&action=save&','97.179.146.197'),(10994,'2010-10-17 18:47:51',1,'configuration.php','gID=9&cID=232&','97.179.146.197'),(10995,'2010-10-17 18:48:31',1,'configuration.php','gID=10&','97.179.146.197'),(10996,'2010-10-17 18:48:45',1,'configuration.php','gID=12&','97.179.146.197'),(10997,'2010-10-17 18:50:19',1,'configuration.php','gID=12&cID=258&action=edit&','97.179.146.197'),(10998,'2010-10-17 18:51:00',1,'configuration.php','gID=12&cID=258&action=save&','97.179.146.197'),(10999,'2010-10-17 18:51:00',1,'configuration.php','gID=12&cID=258&','97.179.146.197'),(11000,'2010-10-17 18:51:13',1,'configuration.php','gID=12&cID=259&action=edit&','97.179.146.197'),(11001,'2010-10-17 18:51:25',1,'configuration.php','gID=12&cID=259&action=save&','97.179.146.197'),(11002,'2010-10-17 18:51:25',1,'configuration.php','gID=12&cID=259&','97.179.146.197'),(11003,'2010-10-17 18:52:04',1,'configuration.php','gID=13&','97.179.146.197'),(11004,'2010-10-17 18:52:25',1,'configuration.php','gID=13&cID=284&action=edit&','97.179.146.197'),(11005,'2010-10-17 18:52:31',1,'configuration.php','gID=13&cID=284&action=save&','97.179.146.197'),(11006,'2010-10-17 18:52:32',1,'configuration.php','gID=13&cID=284&','97.179.146.197'),(11007,'2010-10-17 18:52:36',1,'configuration.php','gID=13&cID=285&','97.179.146.197'),(11008,'2010-10-17 18:52:51',1,'configuration.php','gID=13&cID=285&action=edit&','97.179.146.197'),(11009,'2010-10-17 18:53:03',1,'configuration.php','gID=13&cID=285&action=save&','97.179.146.197'),(11010,'2010-10-17 18:53:03',1,'configuration.php','gID=13&cID=285&','97.179.146.197'),(11011,'2010-10-17 18:53:09',1,'configuration.php','gID=13&cID=285&action=edit&','97.179.146.197'),(11012,'2010-10-17 18:53:16',1,'configuration.php','gID=13&cID=285&action=save&','97.179.146.197'),(11013,'2010-10-17 18:53:16',1,'configuration.php','gID=13&cID=285&','97.179.146.197'),(11014,'2010-10-17 18:53:50',1,'configuration.php','gID=13&cID=295&action=edit&','97.179.146.197'),(11015,'2010-10-17 18:53:59',1,'configuration.php','gID=13&cID=295&action=save&','97.179.146.197'),(11016,'2010-10-17 18:54:00',1,'configuration.php','gID=13&cID=295&','97.179.146.197'),(11017,'2010-10-17 18:54:16',1,'configuration.php','gID=14&','97.179.146.197'),(11018,'2010-10-17 18:54:22',1,'configuration.php','gID=14&cID=298&action=edit&','97.179.146.197'),(11019,'2010-10-17 18:54:30',1,'configuration.php','gID=14&cID=298&action=save&','97.179.146.197'),(11020,'2010-10-17 18:54:31',1,'configuration.php','gID=14&cID=298&','97.179.146.197'),(11021,'2010-10-17 18:54:38',1,'configuration.php','gID=15&','97.179.146.197'),(11022,'2010-10-17 18:55:08',1,'configuration.php','gID=11&','97.179.146.197'),(11023,'2010-10-17 18:55:25',1,'configuration.php','gID=16&','97.179.146.197'),(11024,'2010-10-17 18:55:35',1,'configuration.php','gID=17&','97.179.146.197'),(11025,'2010-10-17 18:55:53',1,'configuration.php','gID=17&cID=316&action=edit&','97.179.146.197'),(11026,'2010-10-17 18:55:56',1,'configuration.php','gID=17&cID=316&action=save&','97.179.146.197'),(11027,'2010-10-17 18:55:56',1,'configuration.php','gID=17&cID=316&','97.179.146.197'),(11028,'2010-10-17 18:56:06',1,'configuration.php','gID=17&cID=317&action=edit&','97.179.146.197'),(11029,'2010-10-17 18:56:12',1,'configuration.php','gID=17&cID=318&action=edit&','97.179.146.197'),(11030,'2010-10-17 18:56:28',1,'configuration.php','gID=18&','97.179.146.197'),(11031,'2010-10-17 18:57:24',1,'configuration.php','gID=18&cID=381&action=edit&','97.179.146.197'),(11032,'2010-10-17 18:57:28',1,'configuration.php','gID=18&cID=381&action=save&','97.179.146.197'),(11033,'2010-10-17 18:57:29',1,'configuration.php','gID=18&cID=381&','97.179.146.197'),(11034,'2010-10-17 18:57:32',1,'configuration.php','gID=18&cID=380&action=edit&','97.179.146.197'),(11035,'2010-10-17 18:57:35',1,'configuration.php','gID=18&cID=380&action=save&','97.179.146.197'),(11036,'2010-10-17 18:57:36',1,'configuration.php','gID=18&cID=380&','97.179.146.197'),(11037,'2010-10-17 18:57:45',1,'configuration.php','gID=19&','97.179.146.197'),(11038,'2010-10-17 18:58:22',1,'configuration.php','gID=19&cID=430&action=edit&','97.179.146.197'),(11039,'2010-10-17 18:58:26',1,'configuration.php','gID=19&cID=430&action=save&','97.179.146.197'),(11040,'2010-10-17 18:58:27',1,'configuration.php','gID=19&cID=430&','97.179.146.197'),(11041,'2010-10-17 18:59:14',1,'configuration.php','gID=21&','97.179.146.197'),(11042,'2010-10-17 18:59:30',1,'configuration.php','gID=21&cID=462&action=edit&','97.179.146.197'),(11043,'2010-10-17 19:00:05',1,'configuration.php','gID=22&','97.179.146.197'),(11044,'2010-10-17 19:00:28',1,'configuration.php','gID=23&','97.179.146.197'),(11045,'2010-10-17 19:00:42',1,'configuration.php','gID=24&','97.179.146.197'),(11046,'2010-10-17 19:00:46',1,'configuration.php','gID=24&cID=512&action=edit&','97.179.146.197'),(11047,'2010-10-17 19:00:52',1,'configuration.php','gID=24&cID=512&action=save&','97.179.146.197'),(11048,'2010-10-17 19:00:53',1,'configuration.php','gID=24&cID=512&','97.179.146.197'),(11049,'2010-10-17 19:00:57',1,'configuration.php','gID=24&cID=495&action=edit&','97.179.146.197'),(11050,'2010-10-17 19:01:01',1,'configuration.php','gID=24&cID=495&action=save&','97.179.146.197'),(11051,'2010-10-17 19:01:01',1,'configuration.php','gID=24&cID=495&','97.179.146.197'),(11052,'2010-10-17 19:01:04',1,'configuration.php','gID=24&cID=496&action=edit&','97.179.146.197'),(11053,'2010-10-17 19:01:14',1,'configuration.php','gID=24&cID=496&action=save&','97.179.146.197'),(11054,'2010-10-17 19:01:15',1,'configuration.php','gID=24&cID=496&','97.179.146.197'),(11055,'2010-10-17 19:01:23',1,'configuration.php','gID=24&cID=497&action=edit&','97.179.146.197'),(11056,'2010-10-17 19:01:27',1,'configuration.php','gID=24&cID=497&action=save&','97.179.146.197'),(11057,'2010-10-17 19:01:27',1,'configuration.php','gID=24&cID=497&','97.179.146.197'),(11058,'2010-10-17 19:01:32',1,'configuration.php','gID=24&cID=498&action=edit&','97.179.146.197'),(11059,'2010-10-17 19:01:35',1,'configuration.php','gID=24&cID=498&action=save&','97.179.146.197'),(11060,'2010-10-17 19:01:36',1,'configuration.php','gID=24&cID=498&','97.179.146.197'),(11061,'2010-10-17 19:01:40',1,'configuration.php','gID=24&cID=499&action=edit&','97.179.146.197'),(11062,'2010-10-17 19:01:44',1,'configuration.php','gID=24&cID=499&action=save&','97.179.146.197'),(11063,'2010-10-17 19:01:44',1,'configuration.php','gID=24&cID=499&','97.179.146.197'),(11064,'2010-10-17 19:01:47',1,'configuration.php','gID=24&cID=500&action=edit&','97.179.146.197'),(11065,'2010-10-17 19:01:57',1,'configuration.php','gID=24&cID=500&action=save&','97.179.146.197'),(11066,'2010-10-17 19:01:57',1,'configuration.php','gID=24&cID=500&','97.179.146.197'),(11067,'2010-10-17 19:02:02',1,'configuration.php','gID=24&cID=501&action=edit&','97.179.146.197'),(11068,'2010-10-17 19:02:05',1,'configuration.php','gID=24&cID=501&action=save&','97.179.146.197'),(11069,'2010-10-17 19:02:06',1,'configuration.php','gID=24&cID=501&','97.179.146.197'),(11070,'2010-10-17 19:02:08',1,'configuration.php','gID=24&cID=502&action=edit&','97.179.146.197'),(11071,'2010-10-17 19:02:12',1,'configuration.php','gID=24&cID=502&action=save&','97.179.146.197'),(11072,'2010-10-17 19:02:13',1,'configuration.php','gID=24&cID=502&','97.179.146.197'),(11073,'2010-10-17 19:02:27',1,'configuration.php','gID=24&cID=503&action=edit&','97.179.146.197'),(11074,'2010-10-17 19:02:31',1,'configuration.php','gID=24&cID=503&action=save&','97.179.146.197'),(11075,'2010-10-17 19:02:31',1,'configuration.php','gID=24&cID=503&','97.179.146.197'),(11076,'2010-10-17 19:02:34',1,'configuration.php','gID=24&cID=504&action=edit&','97.179.146.197'),(11077,'2010-10-17 19:02:38',1,'configuration.php','gID=24&cID=504&action=save&','97.179.146.197'),(11078,'2010-10-17 19:02:39',1,'configuration.php','gID=24&cID=504&','97.179.146.197'),(11079,'2010-10-17 19:02:43',1,'configuration.php','gID=24&cID=505&action=edit&','97.179.146.197'),(11080,'2010-10-17 19:02:47',1,'configuration.php','gID=24&cID=505&action=save&','97.179.146.197'),(11081,'2010-10-17 19:02:47',1,'configuration.php','gID=24&cID=505&','97.179.146.197'),(11082,'2010-10-17 19:02:50',1,'configuration.php','gID=24&cID=506&action=edit&','97.179.146.197'),(11083,'2010-10-17 19:02:54',1,'configuration.php','gID=24&cID=506&action=save&','97.179.146.197'),(11084,'2010-10-17 19:02:55',1,'configuration.php','gID=24&cID=506&','97.179.146.197'),(11085,'2010-10-17 19:03:02',1,'configuration.php','gID=24&cID=507&action=edit&','97.179.146.197'),(11086,'2010-10-17 19:03:09',1,'configuration.php','gID=24&cID=508&action=edit&','97.179.146.197'),(11087,'2010-10-17 19:04:08',1,'configuration.php','gID=24&cID=507&action=edit&','97.179.146.197'),(11088,'2010-10-17 19:04:13',1,'configuration.php','gID=24&cID=507&action=save&','97.179.146.197'),(11089,'2010-10-17 19:04:13',1,'configuration.php','gID=24&cID=507&','97.179.146.197'),(11090,'2010-10-17 19:04:19',1,'configuration.php','gID=24&cID=508&action=edit&','97.179.146.197'),(11091,'2010-10-17 19:04:23',1,'configuration.php','gID=24&cID=508&action=save&','97.179.146.197'),(11092,'2010-10-17 19:04:24',1,'configuration.php','gID=24&cID=508&','97.179.146.197'),(11093,'2010-10-17 19:04:35',1,'configuration.php','gID=25&','97.179.146.197'),(11094,'2010-10-17 20:31:49',0,'login.php ','','67.142.161.19'),(11095,'2010-10-17 20:31:50',0,'login.php ','','67.142.161.19'),(11096,'2010-10-17 20:32:01',0,'login.php surpro','','67.142.161.19'),(11097,'2010-10-17 20:32:02',0,'login.php ','','67.142.161.19'),(11098,'2010-10-17 20:49:46',1,'configuration.php','gID=24&','67.142.161.19'),(11099,'2010-10-17 20:50:02',1,'configuration.php','gID=25&','67.142.161.19'),(11100,'2010-10-17 20:50:32',1,'configuration.php','gID=30&','67.142.161.19'),(11101,'2010-10-17 20:50:57',1,'configuration.php','gID=30&cID=528&action=edit&','67.142.161.19'),(11102,'2010-10-17 20:51:04',1,'configuration.php','gID=30&cID=528&action=save&','67.142.161.19'),(11103,'2010-10-17 20:51:04',1,'configuration.php','gID=30&cID=528&','67.142.161.19'),(11104,'2010-10-17 20:51:11',1,'configuration.php','gID=30&cID=527&action=edit&','67.142.161.19'),(11105,'2010-10-17 20:51:17',1,'configuration.php','gID=30&cID=527&action=save&','67.142.161.19'),(11106,'2010-10-17 20:51:17',1,'configuration.php','gID=30&cID=527&','67.142.161.19'),(11107,'2010-10-17 20:51:23',1,'configuration.php','gID=30&cID=529&action=edit&','67.142.161.19'),(11108,'2010-10-17 20:51:32',1,'configuration.php','gID=30&cID=529&','67.142.161.19'),(11109,'2010-10-17 20:51:46',1,'configuration.php','gID=3&','67.142.161.19'),(11110,'2010-10-17 20:52:34',1,'categories.php','','67.142.161.19'),(11111,'2010-10-17 20:53:13',1,'product_types.php','','67.142.161.19'),(11112,'2010-10-17 20:53:21',1,'product_types.php','page=1&ptID=1&action=edit&','67.142.161.19'),(11113,'2010-10-17 20:53:39',1,'product_types.php','page=1&ptID=1&','67.142.161.19'),(11114,'2010-10-17 20:53:45',1,'product_types.php','page=1&ptID=1&action=layout&','67.142.161.19'),(11115,'2010-10-17 20:53:59',1,'product_types.php','ptID=1&cID=4&action=layout_edit&','67.142.161.19'),(11116,'2010-10-17 20:54:08',1,'product_types.php','ptID=1&cID=4&action=layout_save&','67.142.161.19'),(11117,'2010-10-17 20:54:09',1,'product_types.php','gID=&cID=4&ptID=1&action=layout&','67.142.161.19'),(11118,'2010-10-17 20:54:57',1,'product_types.php','gID=&cID=4&ptID=1&action=layout&','67.142.161.19'),(11119,'2010-10-17 20:55:15',1,'product_types.php','ptID=1&cID=6&action=layout_edit&','67.142.161.19'),(11120,'2010-10-17 20:55:23',1,'product_types.php','ptID=1&cID=6&action=layout_save&','67.142.161.19'),(11121,'2010-10-17 20:55:23',1,'product_types.php','gID=&cID=6&ptID=1&action=layout&','67.142.161.19'),(11122,'2010-10-17 20:55:39',1,'product_types.php','ptID=1&cID=8&action=layout_edit&','67.142.161.19'),(11123,'2010-10-17 20:55:49',1,'product_types.php','ptID=1&cID=8&action=layout_save&','67.142.161.19'),(11124,'2010-10-17 20:55:49',1,'product_types.php','gID=&cID=8&ptID=1&action=layout&','67.142.161.19'),(11125,'2010-10-17 20:55:58',1,'product_types.php','ptID=1&cID=7&action=layout_edit&','67.142.161.19'),(11126,'2010-10-17 20:55:59',1,'product_types.php','ptID=1&cID=7&action=layout_edit&','67.142.161.19'),(11127,'2010-10-17 20:56:07',1,'product_types.php','ptID=1&cID=7&action=layout_save&','67.142.161.19'),(11128,'2010-10-17 20:56:07',1,'product_types.php','gID=&cID=7&ptID=1&action=layout&','67.142.161.19'),(11129,'2010-10-17 20:56:13',1,'product_types.php','ptID=1&cID=9&action=layout_edit&','67.142.161.19'),(11130,'2010-10-17 20:56:19',1,'product_types.php','ptID=1&cID=9&action=layout_save&','67.142.161.19'),(11131,'2010-10-17 20:56:20',1,'product_types.php','gID=&cID=9&ptID=1&action=layout&','67.142.161.19'),(11132,'2010-10-17 20:56:26',1,'product_types.php','ptID=1&cID=10&action=layout_edit&','67.142.161.19'),(11133,'2010-10-17 20:56:32',1,'product_types.php','ptID=1&cID=10&action=layout_save&','67.142.161.19'),(11134,'2010-10-17 20:56:32',1,'product_types.php','gID=&cID=10&ptID=1&action=layout&','67.142.161.19'),(11135,'2010-10-17 20:56:39',1,'product_types.php','ptID=1&cID=13&action=layout_edit&','67.142.161.19'),(11136,'2010-10-17 20:56:46',1,'product_types.php','ptID=1&cID=13&action=layout_save&','67.142.161.19'),(11137,'2010-10-17 20:56:46',1,'product_types.php','gID=&cID=13&ptID=1&action=layout&','67.142.161.19'),(11138,'2010-10-17 20:56:53',1,'product_types.php','ptID=1&cID=14&action=layout_edit&','67.142.161.19'),(11139,'2010-10-17 20:56:59',1,'product_types.php','ptID=1&cID=14&action=layout_save&','67.142.161.19'),(11140,'2010-10-17 20:56:59',1,'product_types.php','gID=&cID=14&ptID=1&action=layout&','67.142.161.19'),(11141,'2010-10-17 20:57:18',1,'product_types.php','ptID=1&cID=81&action=layout_edit&','67.142.161.19'),(11142,'2010-10-17 20:58:10',1,'product_types.php','ptID=1&cID=82&action=layout_edit&','67.142.161.19'),(11143,'2010-10-17 20:58:19',1,'product_types.php','ptID=1&cID=82&action=layout_save&','67.142.161.19'),(11144,'2010-10-17 20:58:19',1,'product_types.php','gID=&cID=82&ptID=1&action=layout&','67.142.161.19'),(11145,'2010-10-17 20:58:23',1,'product_types.php','ptID=1&cID=83&action=layout_edit&','67.142.161.19'),(11146,'2010-10-17 20:58:31',1,'product_types.php','ptID=1&cID=83&action=layout_save&','67.142.161.19'),(11147,'2010-10-17 20:58:31',1,'product_types.php','gID=&cID=83&ptID=1&action=layout&','67.142.161.19'),(11148,'2010-10-17 20:58:43',1,'product_types.php','ptID=1&cID=84&action=layout_edit&','67.142.161.19'),(11149,'2010-10-17 20:58:48',1,'product_types.php','ptID=1&cID=84&action=layout_save&','67.142.161.19'),(11150,'2010-10-17 20:58:49',1,'product_types.php','gID=&cID=84&ptID=1&action=layout&','67.142.161.19'),(11151,'2010-10-17 20:58:56',1,'product_types.php','ptID=1&cID=85&action=layout_edit&','67.142.161.19'),(11152,'2010-10-17 20:59:06',1,'product_types.php','ptID=1&cID=85&action=layout_save&','67.142.161.19'),(11153,'2010-10-17 20:59:06',1,'product_types.php','gID=&cID=85&ptID=1&action=layout&','67.142.161.19'),(11154,'2010-10-17 21:00:03',1,'featured.php','','67.142.161.19'),(11155,'2010-10-17 21:00:19',1,'featured.php','page=0&action=new&','67.142.161.19'),(11156,'2010-10-17 21:00:36',1,'featured.php','page=0&action=new&','67.142.161.19'),(11157,'2010-10-17 21:00:47',1,'featured.php','page=0&action=new&','67.142.161.19'),(11158,'2010-10-17 21:01:12',1,'featured.php','','67.142.161.19'),(11159,'2010-10-17 21:01:21',1,'featured.php','action=pre_add&','67.142.161.19'),(11160,'2010-10-17 21:01:33',1,'featured.php','page=0&','67.142.161.19'),(11161,'2010-10-17 21:24:35',1,'configuration.php','gID=20&','67.142.161.19'),(11162,'2010-10-17 21:24:39',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.19'),(11163,'2010-10-17 21:24:44',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.19'),(11164,'2010-10-17 21:24:44',1,'configuration.php','gID=20&cID=440&','67.142.161.19'),(11165,'2010-10-17 21:26:16',1,'developers_tool_kit.php','','67.142.161.19'),(11166,'2010-10-17 21:26:25',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.19'),(11167,'2010-10-17 21:48:31',1,'layout_controller.php','','67.142.161.19'),(11168,'2010-10-17 21:49:06',1,'layout_controller.php','page=&cID=79&action=reset_defaults&','67.142.161.19'),(11169,'2010-10-17 21:49:06',1,'layout_controller.php','page=&','67.142.161.19'),(11170,'2010-10-17 21:51:57',1,'layout_controller.php','page=&cID=83&','67.142.161.19'),(11171,'2010-10-17 21:52:01',1,'layout_controller.php','page=&cID=83&action=edit&','67.142.161.19'),(11172,'2010-10-17 21:52:07',1,'layout_controller.php','page=&cID=83&action=save&layout_box_name=document_categories.php&','67.142.161.19'),(11173,'2010-10-17 21:52:07',1,'layout_controller.php','page=&cID=83&','67.142.161.19'),(11174,'2010-10-17 21:52:24',1,'layout_controller.php','page=&cID=101&','67.142.161.19'),(11175,'2010-10-17 21:52:27',1,'layout_controller.php','page=&cID=101&action=edit&','67.142.161.19'),(11176,'2010-10-17 21:52:34',1,'layout_controller.php','page=&cID=101&action=save&layout_box_name=whats_new.php&','67.142.161.19'),(11177,'2010-10-17 21:52:34',1,'layout_controller.php','page=&cID=101&','67.142.161.19'),(11178,'2010-10-17 21:52:39',1,'layout_controller.php','page=&cID=89&','67.142.161.19'),(11179,'2010-10-17 21:52:43',1,'layout_controller.php','page=&cID=89&action=edit&','67.142.161.19'),(11180,'2010-10-17 21:52:50',1,'layout_controller.php','page=&cID=89&action=save&layout_box_name=manufacturers.php&','67.142.161.19'),(11181,'2010-10-17 21:52:50',1,'layout_controller.php','page=&cID=89&','67.142.161.19'),(11182,'2010-10-17 21:52:55',1,'layout_controller.php','page=&cID=95&','67.142.161.19'),(11183,'2010-10-17 21:53:07',1,'layout_controller.php','page=&cID=95&action=edit&','67.142.161.19'),(11184,'2010-10-17 21:53:12',1,'layout_controller.php','page=&cID=95&action=save&layout_box_name=reviews.php&','67.142.161.19'),(11185,'2010-10-17 21:53:12',1,'layout_controller.php','page=&cID=95&','67.142.161.19'),(11186,'2010-10-17 21:53:31',1,'layout_controller.php','page=&cID=90&','67.142.161.19'),(11187,'2010-10-17 21:53:35',1,'layout_controller.php','page=&cID=90&action=edit&','67.142.161.19'),(11188,'2010-10-17 21:53:41',1,'layout_controller.php','page=&cID=90&action=save&layout_box_name=more_information.php&','67.142.161.19'),(11189,'2010-10-17 21:53:42',1,'layout_controller.php','page=&cID=90&','67.142.161.19'),(11190,'2010-10-17 21:53:46',1,'layout_controller.php','page=&cID=77&','67.142.161.19'),(11191,'2010-10-17 21:53:51',1,'layout_controller.php','page=&cID=77&action=edit&','67.142.161.19'),(11192,'2010-10-17 21:53:57',1,'layout_controller.php','page=&cID=77&action=save&layout_box_name=banner_box.php&','67.142.161.19'),(11193,'2010-10-17 21:53:57',1,'layout_controller.php','page=&cID=77&','67.142.161.19'),(11194,'2010-10-17 21:54:14',1,'layout_controller.php','page=&cID=84&','67.142.161.19'),(11195,'2010-10-17 21:54:18',1,'layout_controller.php','page=&cID=84&action=edit&','67.142.161.19'),(11196,'2010-10-17 21:54:45',1,'layout_controller.php','page=&cID=84&action=save&layout_box_name=ezpages.php&','67.142.161.19'),(11197,'2010-10-17 21:54:45',1,'layout_controller.php','page=&cID=84&','67.142.161.19'),(11198,'2010-10-17 21:55:00',1,'layout_controller.php','page=&cID=94&','67.142.161.19'),(11199,'2010-10-17 21:55:03',1,'layout_controller.php','page=&cID=94&action=edit&','67.142.161.19'),(11200,'2010-10-17 21:55:12',1,'layout_controller.php','page=&cID=94&action=save&layout_box_name=record_companies.php&','67.142.161.19'),(11201,'2010-10-17 21:55:13',1,'layout_controller.php','page=&cID=94&','67.142.161.19'),(11202,'2010-10-17 21:55:18',1,'layout_controller.php','page=&cID=92&','67.142.161.19'),(11203,'2010-10-17 21:55:25',1,'layout_controller.php','page=&cID=92&action=edit&','67.142.161.19'),(11204,'2010-10-17 21:55:30',1,'layout_controller.php','page=&cID=92&action=save&layout_box_name=order_history.php&','67.142.161.19'),(11205,'2010-10-17 21:55:31',1,'layout_controller.php','page=&cID=92&','67.142.161.19'),(11206,'2010-10-17 21:55:40',1,'layout_controller.php','page=&cID=92&action=edit&','67.142.161.19'),(11207,'2010-10-17 21:55:48',1,'layout_controller.php','page=&cID=92&action=save&layout_box_name=order_history.php&','67.142.161.19'),(11208,'2010-10-17 21:55:48',1,'layout_controller.php','page=&cID=92&','67.142.161.19'),(11209,'2010-10-17 21:55:54',1,'layout_controller.php','page=&cID=91&','67.142.161.19'),(11210,'2010-10-17 21:55:57',1,'layout_controller.php','page=&cID=91&action=edit&','67.142.161.19'),(11211,'2010-10-17 21:56:02',1,'layout_controller.php','page=&cID=91&action=save&layout_box_name=music_genres.php&','67.142.161.19'),(11212,'2010-10-17 21:56:02',1,'layout_controller.php','page=&cID=91&','67.142.161.19'),(11213,'2010-10-17 21:56:08',1,'layout_controller.php','page=&cID=79&','67.142.161.19'),(11214,'2010-10-17 21:56:14',1,'layout_controller.php','page=&cID=79&action=edit&','67.142.161.19'),(11215,'2010-10-17 21:56:20',1,'layout_controller.php','page=&cID=79&action=save&layout_box_name=banner_box_all.php&','67.142.161.19'),(11216,'2010-10-17 21:56:20',1,'layout_controller.php','page=&cID=79&','67.142.161.19'),(11217,'2010-10-17 21:56:29',1,'layout_controller.php','page=&cID=96&','67.142.161.19'),(11218,'2010-10-17 21:56:35',1,'layout_controller.php','page=&cID=96&action=edit&','67.142.161.19'),(11219,'2010-10-17 21:56:47',1,'layout_controller.php','page=&cID=96&action=save&layout_box_name=search.php&','67.142.161.19'),(11220,'2010-10-17 21:56:48',1,'layout_controller.php','page=&cID=96&','67.142.161.19'),(11221,'2010-10-17 21:56:56',1,'layout_controller.php','page=&cID=98&action=edit&','67.142.161.19'),(11222,'2010-10-17 21:57:04',1,'layout_controller.php','page=&cID=98&action=save&layout_box_name=shopping_cart.php&','67.142.161.19'),(11223,'2010-10-17 21:57:05',1,'layout_controller.php','page=&cID=98&','67.142.161.19'),(11224,'2010-10-17 21:57:19',1,'layout_controller.php','page=&cID=78&action=edit&','67.142.161.19'),(11225,'2010-10-17 21:57:27',1,'layout_controller.php','page=&cID=78&action=save&layout_box_name=banner_box2.php&','67.142.161.19'),(11226,'2010-10-17 21:57:28',1,'layout_controller.php','page=&cID=78&','67.142.161.19'),(11227,'2010-10-17 21:57:36',1,'layout_controller.php','page=&cID=98&','67.142.161.19'),(11228,'2010-10-17 21:57:39',1,'layout_controller.php','page=&cID=98&action=edit&','67.142.161.19'),(11229,'2010-10-17 21:57:59',1,'layout_controller.php','page=&cID=98&action=save&layout_box_name=shopping_cart.php&','67.142.161.19'),(11230,'2010-10-17 21:57:59',1,'layout_controller.php','page=&cID=98&','67.142.161.19'),(11231,'2010-10-17 21:58:07',1,'layout_controller.php','page=&cID=80&','67.142.161.19'),(11232,'2010-10-17 21:58:13',1,'layout_controller.php','page=&cID=80&action=edit&','67.142.161.19'),(11233,'2010-10-17 21:58:22',1,'layout_controller.php','page=&cID=80&action=save&layout_box_name=best_sellers.php&','67.142.161.19'),(11234,'2010-10-17 21:58:22',1,'layout_controller.php','page=&cID=80&','67.142.161.19'),(11235,'2010-10-17 21:58:29',1,'layout_controller.php','page=&cID=88&','67.142.161.19'),(11236,'2010-10-17 21:58:32',1,'layout_controller.php','page=&cID=88&action=edit&','67.142.161.19'),(11237,'2010-10-17 21:58:39',1,'layout_controller.php','page=&cID=88&action=save&layout_box_name=manufacturer_info.php&','67.142.161.19'),(11238,'2010-10-17 21:58:39',1,'layout_controller.php','page=&cID=88&','67.142.161.19'),(11239,'2010-10-17 21:58:45',1,'layout_controller.php','page=&cID=93&action=edit&','67.142.161.19'),(11240,'2010-10-17 21:58:58',1,'layout_controller.php','page=&cID=93&action=save&layout_box_name=product_notifications.php&','67.142.161.19'),(11241,'2010-10-17 21:58:58',1,'layout_controller.php','page=&cID=93&','67.142.161.19'),(11242,'2010-10-17 21:59:09',1,'layout_controller.php','page=&cID=99&action=edit&','67.142.161.19'),(11243,'2010-10-17 21:59:14',1,'layout_controller.php','page=&cID=99&action=save&layout_box_name=specials.php&','67.142.161.19'),(11244,'2010-10-17 21:59:14',1,'layout_controller.php','page=&cID=99&','67.142.161.19'),(11245,'2010-10-17 21:59:21',1,'layout_controller.php','page=&cID=87&','67.142.161.19'),(11246,'2010-10-17 21:59:25',1,'layout_controller.php','page=&cID=87&action=edit&','67.142.161.19'),(11247,'2010-10-17 21:59:30',1,'layout_controller.php','page=&cID=87&action=save&layout_box_name=languages.php&','67.142.161.19'),(11248,'2010-10-17 21:59:30',1,'layout_controller.php','page=&cID=87&','67.142.161.19'),(11249,'2010-10-17 21:59:38',1,'layout_controller.php','page=&cID=82&','67.142.161.19'),(11250,'2010-10-17 21:59:41',1,'layout_controller.php','page=&cID=82&action=edit&','67.142.161.19'),(11251,'2010-10-17 21:59:47',1,'layout_controller.php','page=&cID=82&action=save&layout_box_name=currencies.php&','67.142.161.19'),(11252,'2010-10-17 21:59:48',1,'layout_controller.php','page=&cID=82&','67.142.161.19'),(11253,'2010-10-17 21:59:53',1,'layout_controller.php','page=&cID=102&action=edit&','67.142.161.19'),(11254,'2010-10-17 22:00:00',1,'layout_controller.php','page=&cID=102&action=save&layout_box_name=whos_online.php&','67.142.161.19'),(11255,'2010-10-17 22:00:00',1,'layout_controller.php','page=&cID=102&','67.142.161.19'),(11256,'2010-10-17 22:02:00',1,'configuration.php','gID=3&','67.142.161.19'),(11257,'2010-10-17 22:02:14',1,'configuration.php','gID=19&','67.142.161.19'),(11258,'2010-10-17 22:02:19',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.19'),(11259,'2010-10-17 22:02:33',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.19'),(11260,'2010-10-17 22:02:33',1,'configuration.php','gID=19&cID=406&','67.142.161.19'),(11261,'2010-10-17 22:02:37',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.19'),(11262,'2010-10-17 22:02:47',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.19'),(11263,'2010-10-17 22:02:47',1,'configuration.php','gID=19&cID=392&','67.142.161.19'),(11264,'2010-10-17 22:06:29',1,'configuration.php','gID=19&cID=405&action=edit&','67.142.161.19'),(11265,'2010-10-17 22:06:35',1,'configuration.php','gID=19&cID=405&action=save&','67.142.161.19'),(11266,'2010-10-17 22:06:35',1,'configuration.php','gID=19&cID=405&','67.142.161.19'),(11267,'2010-10-17 22:16:54',1,'sqlpatch.php','','67.142.161.19'),(11268,'2010-10-17 22:17:06',1,'sqlpatch.php','action=execute&','67.142.161.19'),(11269,'2010-10-17 22:21:17',1,'configuration.php','gID=19&','67.142.161.19'),(11270,'2010-10-17 22:24:00',1,'languages.php','','67.142.161.19'),(11271,'2010-10-17 22:24:12',1,'languages.php','page=1&lID=1&action=new&','67.142.161.19'),(11272,'2010-10-17 22:24:29',1,'languages.php','','67.142.161.19'),(11273,'2010-10-17 22:24:34',1,'languages.php','page=1&lID=1&action=edit&','67.142.161.19'),(11274,'2010-10-17 22:24:47',1,'languages.php','page=1&lID=1&','67.142.161.19'),(11275,'2010-10-17 22:25:00',1,'languages.php','page=1&lID=1&action=new&','67.142.161.19'),(11276,'2010-10-17 22:26:19',1,'languages.php','action=insert&','67.142.161.19'),(11277,'2010-10-17 22:26:34',1,'languages.php','action=insert&','67.142.161.19'),(11278,'2010-10-17 22:26:56',1,'languages.php','page=1&lID=2&','67.142.161.19'),(11279,'2010-10-17 22:38:38',1,'languages.php','page=1&lID=2&','67.142.161.19'),(11280,'2010-10-17 22:39:26',1,'languages.php','action=insert&','67.142.161.19'),(11281,'2010-10-17 22:39:39',1,'languages.php','page=1&lID=2&','67.142.161.19'),(11282,'2010-10-17 22:50:43',1,'categories.php','','67.142.161.19'),(11283,'2010-10-17 22:50:47',1,'categories.php','cPath=5&','67.142.161.19'),(11284,'2010-10-17 22:50:57',1,'categories.php','cPath=5_9&','67.142.161.19'),(11285,'2010-10-17 22:51:23',1,'categories.php','','67.142.161.19'),(11286,'2010-10-17 22:51:33',1,'categories.php','cPath=5&','67.142.161.19'),(11287,'2010-10-17 22:52:11',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.19'),(11288,'2010-10-17 22:52:50',1,'categories.php','action=update_category&cPath=5&','67.142.161.19'),(11289,'2010-10-17 22:52:51',1,'categories.php','cPath=5&cID=1&','67.142.161.19'),(11290,'2010-10-17 22:52:59',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.19'),(11291,'2010-10-17 22:54:13',1,'categories.php','action=update_category&cPath=5&','67.142.161.19'),(11292,'2010-10-17 22:54:13',1,'categories.php','cPath=5&cID=9&','67.142.161.19'),(11293,'2010-10-17 22:55:44',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.19'),(11294,'2010-10-17 22:56:35',1,'categories.php','cPath=5&cID=1&','67.142.161.19'),(11295,'2010-10-17 22:56:39',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.19'),(11296,'2010-10-17 22:57:08',1,'categories.php','action=update_category&cPath=5&','67.142.161.19'),(11297,'2010-10-17 22:57:08',1,'categories.php','cPath=5&cID=8&','67.142.161.19'),(11298,'2010-10-17 23:01:42',1,'configuration.php','gID=20&','67.142.161.19'),(11299,'2010-10-17 23:01:45',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.19'),(11300,'2010-10-17 23:01:50',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.19'),(11301,'2010-10-17 23:01:51',1,'configuration.php','gID=20&cID=440&','67.142.161.19'),(11302,'2010-10-18 07:11:16',0,'login.php ','','67.142.161.31'),(11303,'2010-10-18 07:11:17',0,'login.php ','','67.142.161.31'),(11304,'2010-10-18 07:11:26',0,'login.php surpro','','67.142.161.31'),(11305,'2010-10-18 07:11:26',0,'login.php ','','67.142.161.31'),(11306,'2010-10-18 07:11:38',1,'template_select.php','','67.142.161.31'),(11307,'2010-10-18 07:12:05',1,'template_select.php','page=1&tID=2&','67.142.161.31'),(11308,'2010-10-18 07:12:17',1,'template_select.php','page=1&tID=1&','67.142.161.31'),(11309,'2010-10-18 07:12:20',1,'template_select.php','page=1&tID=1&action=edit&','67.142.161.31'),(11310,'2010-10-18 07:12:37',1,'template_select.php','page=1&tID=1&action=save&','67.142.161.31'),(11311,'2010-10-18 07:12:45',1,'template_select.php','page=1&tID=2&','67.142.161.31'),(11312,'2010-10-18 07:13:15',1,'template_select.php','page=1&tID=1&','67.142.161.31'),(11313,'2010-10-18 07:13:40',1,'template_select.php','page=1&action=new&','67.142.161.31'),(11314,'2010-10-18 07:13:51',1,'template_select.php','page=1&tID=3&','67.142.161.31'),(11315,'2010-10-18 07:13:55',1,'template_select.php','page=1&action=new&','67.142.161.31'),(11316,'2010-10-18 07:14:13',1,'template_select.php','page=1&action=insert&','67.142.161.31'),(11317,'2010-10-18 07:14:23',1,'template_select.php','page=1&tID=2&','67.142.161.31'),(11318,'2010-10-18 07:14:29',1,'template_select.php','page=1&tID=2&action=edit&','67.142.161.31'),(11319,'2010-10-18 07:14:35',1,'template_select.php','page=1&tID=2&action=save&','67.142.161.31'),(11320,'2010-10-18 07:14:38',1,'template_select.php','page=1&tID=2&action=edit&','67.142.161.31'),(11321,'2010-10-18 07:14:42',1,'template_select.php','page=1&tID=2&','67.142.161.31'),(11322,'2010-10-18 07:14:59',1,'configuration.php','gID=20&','67.142.161.31'),(11323,'2010-10-18 07:15:06',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.31'),(11324,'2010-10-18 07:15:11',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.31'),(11325,'2010-10-18 07:15:11',1,'configuration.php','gID=20&cID=440&','67.142.161.31'),(11326,'2010-10-18 07:16:44',1,'developers_tool_kit.php','','67.142.161.31'),(11327,'2010-10-18 07:16:58',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11328,'2010-10-18 07:30:40',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11329,'2010-10-18 07:36:54',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11330,'2010-10-18 07:40:35',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11331,'2010-10-18 07:50:46',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11332,'2010-10-18 07:51:57',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11333,'2010-10-18 09:48:00',0,'login.php ','','67.142.161.29'),(11334,'2010-10-18 09:48:09',0,'login.php surpro','','67.142.161.29'),(11335,'2010-10-18 09:48:10',0,'login.php ','','67.142.161.29'),(11336,'2010-10-18 09:48:21',1,'modules.php','set=shipping&','67.142.161.29'),(11337,'2010-10-18 09:48:27',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11338,'2010-10-18 09:48:30',1,'modules.php','set=shipping&module=ups&action=install&','67.142.161.29'),(11339,'2010-10-18 09:48:30',1,'modules.php','set=shipping&module=ups&action=edit&','67.142.161.29'),(11340,'2010-10-18 09:48:55',1,'modules.php','set=shipping&module=ups&action=save&','67.142.161.29'),(11341,'2010-10-18 09:48:55',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11342,'2010-10-18 09:49:32',1,'modules.php','set=shipping&module=storepickup&','67.142.161.29'),(11343,'2010-10-18 09:49:35',1,'modules.php','set=shipping&module=storepickup&action=edit&','67.142.161.29'),(11344,'2010-10-18 09:49:48',1,'modules.php','set=shipping&module=storepickup&action=save&','67.142.161.29'),(11345,'2010-10-18 09:49:48',1,'modules.php','set=shipping&module=storepickup&','67.142.161.29'),(11346,'2010-10-18 09:50:05',1,'modules.php','set=shipping&module=item&','67.142.161.29'),(11347,'2010-10-18 09:50:11',1,'modules.php','set=shipping&module=item&action=remove&','67.142.161.29'),(11348,'2010-10-18 09:50:11',1,'modules.php','set=shipping&module=item&','67.142.161.29'),(11349,'2010-10-18 09:50:13',1,'modules.php','set=shipping&module=freeshipper&','67.142.161.29'),(11350,'2010-10-18 09:50:16',1,'modules.php','set=shipping&module=freeshipper&action=remove&','67.142.161.29'),(11351,'2010-10-18 09:50:17',1,'modules.php','set=shipping&module=freeshipper&','67.142.161.29'),(11352,'2010-10-18 09:50:19',1,'modules.php','set=shipping&module=flat&','67.142.161.29'),(11353,'2010-10-18 09:50:22',1,'modules.php','set=shipping&module=flat&action=remove&','67.142.161.29'),(11354,'2010-10-18 09:50:22',1,'modules.php','set=shipping&module=flat&','67.142.161.29'),(11355,'2010-10-18 09:50:27',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11356,'2010-10-18 09:50:32',1,'modules.php','set=shipping&module=ups&action=edit&','67.142.161.29'),(11357,'2010-10-18 09:51:32',1,'modules.php','set=shipping&module=ups&action=save&','67.142.161.29'),(11358,'2010-10-18 09:51:32',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11359,'2010-10-18 09:52:10',1,'modules.php','set=shipping&module=ups&action=edit&','67.142.161.29'),(11360,'2010-10-18 09:52:37',1,'modules.php','set=shipping&module=ups&action=save&','67.142.161.29'),(11361,'2010-10-18 09:52:37',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11362,'2010-10-18 09:52:50',1,'modules.php','set=payment&','67.142.161.29'),(11363,'2010-10-18 09:53:01',1,'modules.php','set=payment&module=freecharger&','67.142.161.29'),(11364,'2010-10-18 09:53:05',1,'modules.php','set=payment&module=freecharger&action=remove&','67.142.161.29'),(11365,'2010-10-18 09:53:05',1,'modules.php','set=payment&module=freecharger&','67.142.161.29'),(11366,'2010-10-18 09:53:08',1,'modules.php','set=payment&module=moneyorder&','67.142.161.29'),(11367,'2010-10-18 09:53:14',1,'modules.php','set=payment&module=moneyorder&action=edit&','67.142.161.29'),(11368,'2010-10-18 09:53:49',1,'modules.php','set=payment&module=moneyorder&action=save&','67.142.161.29'),(11369,'2010-10-18 09:53:50',1,'modules.php','set=payment&module=moneyorder&','67.142.161.29'),(11370,'2010-10-18 10:16:52',1,'modules.php','set=payment&','67.142.161.29'),(11371,'2010-10-18 10:17:14',1,'modules.php','set=payment&module=paypalwpp&','67.142.161.29'),(11372,'2010-10-18 10:17:18',1,'modules.php','set=payment&module=paypalwpp&action=install&','67.142.161.29'),(11373,'2010-10-18 10:17:18',1,'modules.php','set=payment&module=paypalwpp&action=edit&','67.142.161.29'),(11374,'2010-10-18 10:20:30',1,'modules.php','set=payment&module=paypalwpp&action=save&','67.142.161.29'),(11375,'2010-10-18 10:20:30',1,'modules.php','set=payment&module=paypalwpp&','67.142.161.29'),(11376,'2010-10-18 10:20:39',1,'modules.php','set=payment&module=paypaldp&','67.142.161.29'),(11377,'2010-10-18 10:20:42',1,'modules.php','set=payment&module=paypaldp&action=install&','67.142.161.29'),(11378,'2010-10-18 10:20:43',1,'modules.php','set=payment&module=paypaldp&action=edit&','67.142.161.29'),(11379,'2010-10-18 10:21:12',1,'modules.php','set=payment&module=paypaldp&action=save&','67.142.161.29'),(11380,'2010-10-18 10:21:12',1,'modules.php','set=payment&module=paypaldp&','67.142.161.29'),(11381,'2010-10-18 10:23:14',1,'modules.php','set=shipping&','67.142.161.29'),(11382,'2010-10-18 10:23:21',1,'modules.php','set=shipping&module=storepickup&','67.142.161.29'),(11383,'2010-10-18 10:23:24',1,'modules.php','set=shipping&module=storepickup&action=remove&','67.142.161.29'),(11384,'2010-10-18 10:23:24',1,'modules.php','set=shipping&module=storepickup&','67.142.161.29'),(11385,'2010-10-18 10:23:32',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11386,'2010-10-18 10:23:45',1,'configuration.php','gID=7&','67.142.161.29'),(11387,'2010-10-18 10:23:54',1,'configuration.php','gID=7&cID=197&action=edit&','67.142.161.29'),(11388,'2010-10-18 10:24:21',1,'configuration.php','gID=7&cID=197&action=save&','67.142.161.29'),(11389,'2010-10-18 10:24:21',1,'configuration.php','gID=7&cID=197&','67.142.161.29'),(11390,'2010-10-18 10:25:18',1,'modules.php','set=shipping&','67.142.161.29'),(11391,'2010-10-18 10:25:29',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11392,'2010-10-18 10:25:41',1,'modules.php','set=shipping&module=ups&action=edit&','67.142.161.29'),(11393,'2010-10-18 10:25:58',1,'modules.php','set=shipping&module=ups&action=save&','67.142.161.29'),(11394,'2010-10-18 10:25:58',1,'modules.php','set=shipping&module=ups&','67.142.161.29'),(11395,'2010-10-18 10:28:50',1,'developers_tool_kit.php','','67.142.161.29'),(11396,'2010-10-18 10:29:00',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(11397,'2010-10-18 10:39:13',1,'configuration.php','gID=1&','67.142.161.29'),(11398,'2010-10-18 10:39:17',1,'configuration.php','gID=20&','67.142.161.29'),(11399,'2010-10-18 10:39:22',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.29'),(11400,'2010-10-18 10:39:25',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.29'),(11401,'2010-10-18 10:39:25',1,'configuration.php','gID=20&cID=440&','67.142.161.29'),(11402,'2010-10-18 11:20:04',0,'login.php ','','67.142.161.30'),(11403,'2010-10-18 11:20:07',0,'login.php ','','67.142.161.30'),(11404,'2010-10-18 11:20:22',0,'login.php surpro','','67.142.161.30'),(11405,'2010-10-18 11:20:22',0,'login.php ','','67.142.161.30'),(11406,'2010-10-18 11:20:42',1,'developers_tool_kit.php','','67.142.161.30'),(11407,'2010-10-18 11:20:53',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(11408,'2010-10-18 11:27:33',1,'configuration.php','gID=20&','67.142.161.30'),(11409,'2010-10-18 11:27:36',1,'configuration.php','gID=20&cID=440&action=edit&','67.142.161.30'),(11410,'2010-10-18 11:27:39',1,'configuration.php','gID=20&cID=440&action=save&','67.142.161.30'),(11411,'2010-10-18 11:27:40',1,'configuration.php','gID=20&cID=440&','67.142.161.30'),(11412,'2010-10-18 20:14:22',0,'login.php ','','67.142.161.21'),(11413,'2010-10-18 20:14:24',0,'login.php ','','67.142.161.21'),(11414,'2010-10-18 20:14:32',0,'login.php surpro','','67.142.161.21'),(11415,'2010-10-18 20:14:33',0,'login.php ','','67.142.161.21'),(11416,'2010-10-18 20:14:46',1,'configuration.php','gID=24&','67.142.161.21'),(11417,'2010-10-18 20:14:54',1,'configuration.php','gID=24&cID=508&action=edit&','67.142.161.21'),(11418,'2010-10-18 20:15:01',1,'configuration.php','gID=24&cID=508&action=save&','67.142.161.21'),(11419,'2010-10-18 20:15:01',1,'configuration.php','gID=24&cID=508&','67.142.161.21'),(11420,'2010-10-18 20:15:26',1,'configuration.php','gID=24&cID=500&action=edit&','67.142.161.21'),(11421,'2010-10-18 20:15:33',1,'configuration.php','gID=24&cID=500&action=save&','67.142.161.21'),(11422,'2010-10-18 20:15:34',1,'configuration.php','gID=24&cID=500&','67.142.161.21'),(11423,'2010-10-18 20:32:59',1,'configuration.php','gID=22&','67.142.161.21'),(11424,'2010-10-18 20:34:07',1,'configuration.php','gID=22&cID=478&action=edit&','67.142.161.21'),(11425,'2010-10-18 20:34:21',1,'configuration.php','gID=22&cID=479&action=edit&','67.142.161.21'),(11426,'2010-10-18 20:34:53',1,'configuration.php','gID=22&cID=472&action=edit&','67.142.161.21'),(11427,'2010-10-18 20:34:55',1,'configuration.php','gID=22&cID=471&action=edit&','67.142.161.21'),(11428,'2010-10-18 20:35:50',1,'featured.php','','67.142.161.21'),(11429,'2010-10-18 20:36:34',1,'configuration.php','gID=8&','67.142.161.21'),(11430,'2010-10-18 20:37:17',1,'developers_tool_kit.php','','67.142.161.21'),(11431,'2010-10-18 20:37:30',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(11432,'2010-10-18 20:40:32',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(11433,'2010-10-18 20:41:12',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(11434,'2010-10-18 20:53:14',1,'configuration.php','gID=22&','67.142.161.21'),(11435,'2010-10-18 20:53:37',1,'configuration.php','gID=22&cID=471&action=edit&','67.142.161.21'),(11436,'2010-10-18 20:53:43',1,'configuration.php','gID=22&cID=481&action=edit&','67.142.161.21'),(11437,'2010-10-18 20:54:01',1,'configuration.php','gID=22&cID=481&action=save&','67.142.161.21'),(11438,'2010-10-18 20:54:02',1,'configuration.php','gID=22&cID=481&','67.142.161.21'),(11439,'2010-10-18 20:54:28',1,'configuration.php','gID=22&cID=471&action=edit&','67.142.161.21'),(11440,'2010-10-18 20:54:52',1,'configuration.php','gID=22&cID=471&','67.142.161.21'),(11441,'2010-10-18 21:13:26',1,'define_pages_editor.php','','67.142.161.21'),(11442,'2010-10-18 21:13:34',1,'developers_tool_kit.php','','67.142.161.21'),(11443,'2010-10-18 21:13:44',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(11444,'2010-10-18 22:02:12',1,'store_manager.php','','67.142.161.21'),(11445,'2010-10-18 22:05:14',1,'store_manager.php','action=update_orders_id&','67.142.161.21'),(11446,'2010-10-18 22:05:39',1,'store_manager.php','action=optimize_db&','67.142.161.21'),(11447,'2010-10-18 22:05:39',1,'store_manager.php','','67.142.161.21'),(11448,'2010-10-18 22:05:57',1,'store_manager.php','action=clean_debug_files&','67.142.161.21'),(11449,'2010-10-18 22:05:57',1,'store_manager.php','','67.142.161.21'),(11450,'2010-10-18 22:07:35',1,'developers_tool_kit.php','','67.142.161.21'),(11451,'2010-10-18 22:07:47',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(11452,'2010-10-18 22:08:11',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(11453,'2010-10-18 22:49:33',1,'categories.php','','67.142.161.21'),(11454,'2010-10-18 22:49:39',1,'categories.php','cPath=3&','67.142.161.21'),(11455,'2010-10-18 22:49:45',1,'categories.php','','67.142.161.21'),(11456,'2010-10-18 22:49:48',1,'categories.php','cPath=&cID=5&action=edit_category&','67.142.161.21'),(11457,'2010-10-18 22:49:52',1,'categories.php','','67.142.161.21'),(11458,'2010-10-18 22:49:56',1,'categories.php','cPath=&cID=3&action=edit_category&','67.142.161.21'),(11459,'2010-10-18 22:51:04',1,'categories.php','action=update_category&cPath=&','67.142.161.21'),(11460,'2010-10-18 22:51:04',1,'categories.php','cPath=&cID=3&','67.142.161.21'),(11461,'2010-10-18 22:51:11',1,'categories.php','cPath=&cID=2&action=edit_category&','67.142.161.21'),(11462,'2010-10-18 22:51:30',1,'categories.php','action=update_category&cPath=&','67.142.161.21'),(11463,'2010-10-18 22:51:30',1,'categories.php','cPath=&cID=2&','67.142.161.21'),(11464,'2010-10-18 22:51:37',1,'categories.php','cPath=&cID=15&action=edit_category&','67.142.161.21'),(11465,'2010-10-18 22:51:49',1,'categories.php','action=update_category&cPath=&','67.142.161.21'),(11466,'2010-10-18 22:51:49',1,'categories.php','cPath=&cID=15&','67.142.161.21'),(11467,'2010-10-18 22:53:02',1,'languages.php','','67.142.161.21'),(11468,'2010-10-18 22:53:16',1,'languages.php','page=1&lID=2&','67.142.161.21'),(11469,'2010-10-18 22:53:20',1,'languages.php','page=1&lID=2&action=edit&','67.142.161.21'),(11470,'2010-10-18 22:53:38',1,'languages.php','page=1&lID=2&action=save&','67.142.161.21'),(11471,'2010-10-18 22:53:38',1,'languages.php','page=1&lID=2&','67.142.161.21'),(11472,'2010-10-18 22:54:59',1,'languages.php','page=1&lID=2&action=edit&','67.142.161.21'),(11473,'2010-10-18 22:56:04',1,'languages.php','page=1&lID=2&action=save&','67.142.161.21'),(11474,'2010-10-18 22:56:05',1,'languages.php','page=1&lID=2&','67.142.161.21'),(11475,'2010-10-18 22:56:28',1,'languages.php','page=1&lID=2&action=save&','67.142.161.21'),(11476,'2010-10-18 22:56:28',1,'languages.php','page=1&lID=2&','67.142.161.21'),(11477,'2010-10-18 23:03:00',1,'languages.php','page=1&lID=2&action=edit&','97.30.55.201'),(11478,'2010-10-18 23:03:09',1,'languages.php','page=1&lID=1&','97.30.55.201'),(11479,'2010-10-18 23:03:18',1,'languages.php','page=1&lID=1&action=edit&','97.30.55.201'),(11480,'2010-10-18 23:03:30',1,'languages.php','page=1&lID=1&','97.30.55.201'),(11481,'2010-10-18 23:03:32',1,'languages.php','page=1&lID=2&','97.30.55.201'),(11482,'2010-10-18 23:03:37',1,'languages.php','page=1&lID=2&action=edit&','97.30.55.201'),(11483,'2010-10-18 23:03:58',1,'languages.php','page=1&lID=2&action=save&','97.30.55.201'),(11484,'2010-10-18 23:03:58',1,'languages.php','page=1&lID=2&','97.30.55.201'),(11485,'2010-10-18 23:04:11',1,'languages.php','page=1&lID=1&','97.30.55.201'),(11486,'2010-10-18 23:04:13',1,'languages.php','page=1&lID=2&','97.30.55.201'),(11487,'2010-10-18 23:06:57',1,'languages.php','page=1&lID=2&action=edit&','97.30.55.201'),(11488,'2010-10-18 23:07:00',1,'languages.php','page=1&lID=2&action=save&','97.30.55.201'),(11489,'2010-10-18 23:07:00',1,'languages.php','page=1&lID=2&','97.30.55.201'),(11490,'2010-10-18 23:15:51',1,'developers_tool_kit.php','','97.30.55.201'),(11491,'2010-10-18 23:15:58',1,'developers_tool_kit.php','action=locate_all_files&','97.30.55.201'),(11492,'2010-10-18 23:20:16',1,'developers_tool_kit.php','action=locate_all_files&','97.30.55.201'),(11493,'2010-10-18 23:22:19',1,'developers_tool_kit.php','action=locate_all_files&','97.30.55.201'),(11494,'2010-10-18 23:29:15',1,'developers_tool_kit.php','action=locate_all_files&','97.30.55.201'),(11495,'2010-10-18 23:43:26',1,'developers_tool_kit.php','action=locate_all_files&','97.30.55.201'),(11496,'2010-10-18 23:59:45',1,'categories.php','','97.30.55.201'),(11497,'2010-10-18 23:59:50',1,'categories.php','cPath=15&','97.30.55.201'),(11498,'2010-10-18 23:59:53',1,'product.php','cPath=15&product_type=1&pID=69&action=new_product&','97.30.55.201'),(11499,'2010-10-19 00:08:57',1,'categories.php','','97.30.55.201'),(11500,'2010-10-19 00:09:03',1,'categories.php','cPath=5&','97.30.55.201'),(11501,'2010-10-19 00:09:06',1,'categories.php','cPath=5&cID=1&action=edit_category&','97.30.55.201'),(11502,'2010-10-19 00:09:48',1,'categories.php','action=update_category&cPath=5&','97.30.55.201'),(11503,'2010-10-19 00:09:49',1,'categories.php','cPath=5&cID=1&','97.30.55.201'),(11504,'2010-10-19 00:11:15',1,'categories.php','cPath=5&cID=1&','97.30.55.201'),(11505,'2010-10-19 00:11:18',1,'categories.php','cPath=5&cID=1&action=edit_category&','97.30.55.201'),(11506,'2010-10-19 00:12:52',1,'categories.php','action=update_category&cPath=5&','97.30.55.201'),(11507,'2010-10-19 00:12:53',1,'categories.php','cPath=5&cID=1&','97.30.55.201'),(11508,'2010-10-19 00:22:58',1,'define_pages_editor.php','','97.30.55.201'),(11509,'2010-10-19 00:23:02',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11510,'2010-10-19 00:23:30',1,'languages.php','','97.30.55.201'),(11511,'2010-10-19 00:23:35',1,'define_pages_editor.php','','97.30.55.201'),(11512,'2010-10-19 00:23:47',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=sp&','97.30.55.201'),(11513,'2010-10-19 00:23:52',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11514,'2010-10-19 00:24:20',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','97.30.55.201'),(11515,'2010-10-19 00:24:21',1,'define_pages_editor.php','','97.30.55.201'),(11516,'2010-10-19 00:25:07',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=en&','97.30.55.201'),(11517,'2010-10-19 00:25:13',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11518,'2010-10-19 00:25:28',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','97.30.55.201'),(11519,'2010-10-19 00:25:28',1,'define_pages_editor.php','','97.30.55.201'),(11520,'2010-10-19 00:25:33',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=sp&','97.30.55.201'),(11521,'2010-10-19 00:25:37',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&reset_editor=2&action=set_editor&','97.30.55.201'),(11522,'2010-10-19 00:25:37',1,'define_pages_editor.php','','97.30.55.201'),(11523,'2010-10-19 00:25:46',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11524,'2010-10-19 00:26:09',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','97.30.55.201'),(11525,'2010-10-19 00:26:09',1,'define_pages_editor.php','','97.30.55.201'),(11526,'2010-10-19 00:27:44',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11527,'2010-10-19 00:28:01',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','97.30.55.201'),(11528,'2010-10-19 00:28:01',1,'define_pages_editor.php','','97.30.55.201'),(11529,'2010-10-19 00:28:38',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=en&','97.30.55.201'),(11530,'2010-10-19 00:28:54',1,'configuration.php','gID=25&','97.30.55.201'),(11531,'2010-10-19 00:29:09',1,'configuration.php','gID=25&cID=519&action=edit&','97.30.55.201'),(11532,'2010-10-19 00:29:34',1,'configuration.php','gID=25&cID=519&action=save&','97.30.55.201'),(11533,'2010-10-19 00:29:35',1,'configuration.php','gID=25&cID=519&','97.30.55.201'),(11534,'2010-10-19 00:30:52',1,'configuration.php','gID=25&cID=519&','97.30.55.201'),(11535,'2010-10-19 00:30:58',1,'configuration.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=sp&','97.30.55.201'),(11536,'2010-10-19 00:31:09',1,'configuration.php','gID=25&','97.30.55.201'),(11537,'2010-10-19 00:31:15',1,'configuration.php','gID=25&cID=519&action=edit&','97.30.55.201'),(11538,'2010-10-19 00:31:18',1,'configuration.php','gID=25&cID=519&action=save&','97.30.55.201'),(11539,'2010-10-19 00:31:18',1,'configuration.php','gID=25&cID=519&','97.30.55.201'),(11540,'2010-10-19 00:36:53',1,'configuration.php','gID=25&cID=519&action=edit&','97.30.55.201'),(11541,'2010-10-19 00:37:17',1,'configuration.php','gID=25&cID=519&action=save&','97.30.55.201'),(11542,'2010-10-19 00:37:17',1,'configuration.php','gID=25&cID=519&','97.30.55.201'),(11543,'2010-10-19 00:38:24',1,'configuration.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=en&','97.30.55.201'),(11544,'2010-10-19 00:38:27',1,'define_pages_editor.php','','97.30.55.201'),(11545,'2010-10-19 00:38:33',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11546,'2010-10-19 00:38:45',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=0&action=new_page&','97.30.55.201'),(11547,'2010-10-19 00:38:56',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=4&action=new_page&','97.30.55.201'),(11548,'2010-10-19 00:39:02',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=3&action=new_page&','97.30.55.201'),(11549,'2010-10-19 00:39:09',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11550,'2010-10-19 00:39:32',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','97.30.55.201'),(11551,'2010-10-19 00:39:33',1,'define_pages_editor.php','','97.30.55.201'),(11552,'2010-10-19 00:39:37',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&language=sp&','97.30.55.201'),(11553,'2010-10-19 00:39:40',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11554,'2010-10-19 00:40:32',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&reset_editor=1&action=set_editor&','97.30.55.201'),(11555,'2010-10-19 00:40:33',1,'define_pages_editor.php','','97.30.55.201'),(11556,'2010-10-19 00:40:39',1,'define_pages_editor.php','securityToken=6f7a050dc0d9948fcd603d4d5716e93b&define_it=1&action=new_page&','97.30.55.201'),(11557,'2010-10-19 00:40:48',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','97.30.55.201'),(11558,'2010-10-19 00:40:49',1,'define_pages_editor.php','','97.30.55.201'),(11559,'2010-10-19 00:44:42',0,'login.php ','','67.142.161.22'),(11560,'2010-10-19 00:44:45',0,'login.php ','','67.142.161.22'),(11561,'2010-10-19 00:45:04',0,'login.php surpro','','67.142.161.22'),(11562,'2010-10-19 00:45:18',1,'define_pages_editor.php','','67.142.161.22'),(11563,'2010-10-19 00:45:25',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&language=sp&','67.142.161.22'),(11564,'2010-10-19 00:45:29',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11565,'2010-10-19 00:45:47',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','67.142.161.22'),(11566,'2010-10-19 00:45:47',1,'define_pages_editor.php','','67.142.161.22'),(11567,'2010-10-19 00:46:34',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11568,'2010-10-19 00:46:46',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','67.142.161.22'),(11569,'2010-10-19 00:46:46',1,'define_pages_editor.php','','67.142.161.22'),(11570,'2010-10-19 00:46:55',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&reset_editor=2&action=set_editor&','67.142.161.22'),(11571,'2010-10-19 00:46:55',1,'define_pages_editor.php','','67.142.161.22'),(11572,'2010-10-19 00:47:09',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11573,'2010-10-19 00:47:34',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','67.142.161.22'),(11574,'2010-10-19 00:47:34',1,'define_pages_editor.php','','67.142.161.22'),(11575,'2010-10-19 00:48:07',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11576,'2010-10-19 00:48:18',1,'define_pages_editor.php','lngdir=spanish&filename=define_conditions.php&action=save&','67.142.161.22'),(11577,'2010-10-19 00:48:18',1,'define_pages_editor.php','','67.142.161.22'),(11578,'2010-10-19 00:50:14',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&language=en&','67.142.161.22'),(11579,'2010-10-19 00:50:18',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11580,'2010-10-19 00:50:30',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','67.142.161.22'),(11581,'2010-10-19 00:50:30',1,'define_pages_editor.php','','67.142.161.22'),(11582,'2010-10-19 00:51:01',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11583,'2010-10-19 00:51:16',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&reset_editor=1&action=set_editor&','67.142.161.22'),(11584,'2010-10-19 00:51:16',1,'define_pages_editor.php','','67.142.161.22'),(11585,'2010-10-19 00:51:24',1,'define_pages_editor.php','securityToken=a4beefe56203c110a611d1db096f5194&define_it=1&action=new_page&','67.142.161.22'),(11586,'2010-10-19 00:51:52',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','67.142.161.22'),(11587,'2010-10-19 00:51:52',1,'define_pages_editor.php','','67.142.161.22'),(11588,'2010-10-19 00:55:03',0,'login.php ','','67.142.161.22'),(11589,'2010-10-19 00:55:04',0,'login.php ','','67.142.161.22'),(11590,'2010-10-19 00:55:14',0,'login.php surpro','','67.142.161.22'),(11591,'2010-10-19 00:55:14',0,'login.php ','','67.142.161.22'),(11592,'2010-10-19 00:55:18',1,'login.php','','67.142.161.22'),(11593,'2010-10-19 00:55:19',0,'login.php ','','67.142.161.22'),(11594,'2010-10-19 00:55:37',1,'configuration.php','gID=25&','67.142.161.22'),(11595,'2010-10-19 00:55:42',1,'configuration.php','gID=25&cID=519&action=edit&','67.142.161.22'),(11596,'2010-10-19 00:55:46',1,'configuration.php','gID=25&cID=519&action=save&','67.142.161.22'),(11597,'2010-10-19 00:55:46',1,'configuration.php','gID=25&cID=519&','67.142.161.22'),(11598,'2010-10-19 00:56:08',1,'configuration.php','gID=25&cID=519&action=edit&','67.142.161.22'),(11599,'2010-10-19 00:56:17',1,'configuration.php','gID=25&cID=519&action=save&','67.142.161.22'),(11600,'2010-10-19 00:56:17',1,'configuration.php','gID=25&cID=519&','67.142.161.22'),(11601,'2010-10-19 01:17:59',1,'configuration.php','securityToken=d1e6e03ea78c1f44369f19003f1ea741&language=sp&','67.142.161.22'),(11602,'2010-10-19 01:18:27',1,'define_pages_editor.php','','67.142.161.22'),(11603,'2010-10-19 01:18:32',1,'define_pages_editor.php','securityToken=d1e6e03ea78c1f44369f19003f1ea741&define_it=2&action=new_page&','67.142.161.22'),(11604,'2010-10-19 01:19:01',1,'define_pages_editor.php','lngdir=spanish&filename=define_contact_us.php&action=save&','67.142.161.22'),(11605,'2010-10-19 01:19:01',1,'define_pages_editor.php','','67.142.161.22'),(11606,'2010-10-19 01:19:42',1,'define_pages_editor.php','securityToken=d1e6e03ea78c1f44369f19003f1ea741&define_it=2&action=new_page&','67.142.161.22'),(11607,'2010-10-19 01:19:50',1,'define_pages_editor.php','lngdir=spanish&filename=define_contact_us.php&action=save&','67.142.161.22'),(11608,'2010-10-19 01:19:50',1,'define_pages_editor.php','','67.142.161.22'),(11609,'2010-10-19 01:22:52',1,'define_pages_editor.php','securityToken=d1e6e03ea78c1f44369f19003f1ea741&language=en&','67.142.161.22'),(11610,'2010-10-19 01:22:57',1,'configuration.php','gID=25&','67.142.161.22'),(11611,'2010-10-19 01:23:01',1,'configuration.php','gID=25&cID=524&action=edit&','67.142.161.22'),(11612,'2010-10-19 01:23:09',1,'configuration.php','gID=25&cID=524&action=save&','67.142.161.22'),(11613,'2010-10-19 01:23:09',1,'configuration.php','gID=25&cID=524&','67.142.161.22'),(11614,'2010-10-19 01:23:13',1,'configuration.php','gID=25&cID=525&action=edit&','67.142.161.22'),(11615,'2010-10-19 01:23:16',1,'configuration.php','gID=25&cID=525&action=save&','67.142.161.22'),(11616,'2010-10-19 01:23:17',1,'configuration.php','gID=25&cID=525&','67.142.161.22'),(11617,'2010-10-19 01:23:20',1,'configuration.php','gID=25&cID=526&action=edit&','67.142.161.22'),(11618,'2010-10-19 01:23:26',1,'configuration.php','gID=25&cID=526&action=save&','67.142.161.22'),(11619,'2010-10-19 01:23:26',1,'configuration.php','gID=25&cID=526&','67.142.161.22'),(11620,'2010-10-19 01:25:47',1,'categories.php','','67.142.161.22'),(11621,'2010-10-19 01:25:54',1,'categories.php','cPath=&cID=4&action=edit_category&','67.142.161.22'),(11622,'2010-10-19 01:26:10',1,'categories.php','','67.142.161.22'),(11623,'2010-10-19 01:26:27',1,'categories.php','securityToken=d1e6e03ea78c1f44369f19003f1ea741&language=sp&','67.142.161.22'),(11624,'2010-10-19 01:26:34',1,'categories.php','cPath=&cID=14&action=edit_category&','67.142.161.22'),(11625,'2010-10-19 01:27:36',1,'categories.php','action=update_category&cPath=&','67.142.161.22'),(11626,'2010-10-19 01:27:36',1,'categories.php','cPath=&cID=14&','67.142.161.22'),(11627,'2010-10-19 01:38:38',1,'categories.php','securityToken=d1e6e03ea78c1f44369f19003f1ea741&language=en&','97.147.250.109'),(11628,'2010-10-19 01:38:41',1,'configuration.php','gID=1&','97.147.250.109'),(11629,'2010-10-19 01:38:47',1,'configuration.php','gID=1&cID=12&action=edit&','97.147.250.109'),(11630,'2010-10-19 01:38:54',1,'configuration.php','gID=1&cID=12&action=save&','97.147.250.109'),(11631,'2010-10-19 01:38:55',1,'configuration.php','gID=1&cID=12&','97.147.250.109'),(11632,'2010-10-19 05:59:39',0,'login.php ','','67.142.161.28'),(11633,'2010-10-19 05:59:40',0,'login.php ','','67.142.161.28'),(11634,'2010-10-19 05:59:52',0,'login.php surpro','','67.142.161.28'),(11635,'2010-10-19 05:59:52',0,'login.php ','','67.142.161.28'),(11636,'2010-10-19 06:00:06',1,'developers_tool_kit.php','','67.142.161.28'),(11637,'2010-10-19 06:00:20',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.28'),(11638,'2010-10-19 06:09:44',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.28'),(11639,'2010-10-19 17:27:41',0,'login.php ','','72.111.85.174'),(11640,'2010-10-19 17:29:20',0,'login.php ','','72.111.85.174'),(11641,'2010-10-19 17:29:29',0,'login.php surpro','','72.111.85.174'),(11642,'2010-10-19 17:29:45',1,'developers_tool_kit.php','','72.111.85.174'),(11643,'2010-10-19 17:29:55',1,'developers_tool_kit.php','action=locate_all_files&','72.111.85.174'),(11644,'2010-10-19 17:38:51',1,'developers_tool_kit.php','action=locate_all_files&','72.111.85.174'),(11645,'2010-10-19 18:06:09',1,'categories.php','','72.111.85.174'),(11646,'2010-10-19 18:06:18',1,'categories.php','cPath=16&','72.111.85.174'),(11647,'2010-10-19 18:06:22',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product&','72.111.85.174'),(11648,'2010-10-19 18:08:49',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&','72.111.85.174'),(11649,'2010-10-19 18:08:59',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&','72.111.85.174'),(11650,'2010-10-19 18:08:59',1,'categories.php','cPath=16&pID=43&','72.111.85.174'),(11651,'2010-10-19 18:09:35',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product&','72.111.85.174'),(11652,'2010-10-19 18:13:45',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&','72.111.85.174'),(11653,'2010-10-19 18:14:16',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&','72.111.85.174'),(11654,'2010-10-19 18:14:17',1,'categories.php','cPath=16&pID=43&','72.111.85.174'),(11655,'2010-10-19 18:24:50',1,'categories.php','cPath=16&pID=43&','72.111.85.174'),(11656,'2010-10-19 18:24:54',1,'categories.php','','72.111.85.174'),(11657,'2010-10-19 18:24:57',1,'categories.php','cPath=3&','72.111.85.174'),(11658,'2010-10-19 18:25:01',1,'product.php','cPath=3&product_type=1&pID=35&action=new_product&','72.111.85.174'),(11659,'2010-10-19 18:25:39',1,'categories.php','cPath=3&','72.111.85.174'),(11660,'2010-10-19 18:25:43',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11661,'2010-10-19 18:28:11',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11662,'2010-10-19 18:28:16',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11663,'2010-10-19 18:28:17',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11664,'2010-10-19 18:29:44',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11665,'2010-10-19 18:30:12',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11666,'2010-10-19 18:30:24',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11667,'2010-10-19 18:30:25',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11668,'2010-10-19 18:30:52',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11669,'2010-10-19 18:36:53',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11670,'2010-10-19 18:36:57',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11671,'2010-10-19 18:42:31',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11672,'2010-10-19 18:42:39',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11673,'2010-10-19 18:42:40',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11674,'2010-10-19 18:44:37',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11675,'2010-10-19 18:50:26',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11676,'2010-10-19 18:50:33',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11677,'2010-10-19 18:50:34',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11678,'2010-10-19 19:05:40',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11679,'2010-10-19 19:06:02',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11680,'2010-10-19 19:06:05',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11681,'2010-10-19 19:06:06',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11682,'2010-10-19 19:07:39',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11683,'2010-10-19 19:07:52',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11684,'2010-10-19 19:07:55',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11685,'2010-10-19 19:07:56',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11686,'2010-10-19 19:09:12',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11687,'2010-10-19 19:09:23',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11688,'2010-10-19 19:10:45',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11689,'2010-10-19 19:10:46',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11690,'2010-10-19 19:11:02',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11691,'2010-10-19 19:11:14',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11692,'2010-10-19 19:11:17',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11693,'2010-10-19 19:11:17',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11694,'2010-10-19 19:11:59',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11695,'2010-10-19 19:12:11',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11696,'2010-10-19 19:12:14',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11697,'2010-10-19 19:12:15',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11698,'2010-10-19 19:21:11',1,'categories.php','','72.111.85.174'),(11699,'2010-10-19 19:21:18',1,'categories.php','cPath=3&','72.111.85.174'),(11700,'2010-10-19 19:21:21',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11701,'2010-10-19 19:21:41',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11702,'2010-10-19 19:21:46',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11703,'2010-10-19 19:21:47',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11704,'2010-10-19 19:30:08',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11705,'2010-10-19 19:30:57',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11706,'2010-10-19 19:31:21',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11707,'2010-10-19 19:31:35',1,'categories.php','securityToken=ac4aa485112ec09882e68d1c7026d087&language=sp&','72.111.85.174'),(11708,'2010-10-19 19:31:43',1,'categories.php','cPath=3&','72.111.85.174'),(11709,'2010-10-19 19:31:46',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11710,'2010-10-19 19:32:10',1,'categories.php','cPath=3&','72.111.85.174'),(11711,'2010-10-19 19:32:17',1,'categories.php','securityToken=ac4aa485112ec09882e68d1c7026d087&reset_editor=2&cID=3&cPath=3&pID=&page=&action=set_editor&','72.111.85.174'),(11712,'2010-10-19 19:32:17',1,'categories.php','cPath=3&','72.111.85.174'),(11713,'2010-10-19 19:32:27',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11714,'2010-10-19 19:32:50',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11715,'2010-10-19 19:32:54',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11716,'2010-10-19 19:32:54',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11717,'2010-10-19 19:34:34',1,'categories.php','securityToken=ac4aa485112ec09882e68d1c7026d087&language=en&','72.111.85.174'),(11718,'2010-10-19 19:34:43',1,'categories.php','cPath=3&','72.111.85.174'),(11719,'2010-10-19 19:34:46',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11720,'2010-10-19 19:53:25',0,'login.php ','','72.111.85.174'),(11721,'2010-10-19 19:55:02',0,'login.php surpro','','72.111.85.174'),(11722,'2010-10-19 19:55:18',1,'developers_tool_kit.php','','72.111.85.174'),(11723,'2010-10-19 19:55:37',1,'developers_tool_kit.php','action=locate_all_files&','72.111.85.174'),(11724,'2010-10-19 19:56:11',1,'developers_tool_kit.php','action=locate_all_files&','72.111.85.174'),(11725,'2010-10-19 20:08:23',0,'login.php ','','72.111.85.174'),(11726,'2010-10-19 20:08:30',0,'login.php surpro','','72.111.85.174'),(11727,'2010-10-19 20:14:21',0,'login.php ','','72.111.85.174'),(11728,'2010-10-19 20:14:31',0,'login.php surpro','','72.111.85.174'),(11729,'2010-10-19 20:14:56',1,'categories.php','','72.111.85.174'),(11730,'2010-10-19 20:15:00',1,'categories.php','cPath=3&','72.111.85.174'),(11731,'2010-10-19 20:15:03',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11732,'2010-10-19 20:20:11',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11733,'2010-10-19 20:20:20',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11734,'2010-10-19 20:20:21',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11735,'2010-10-19 20:24:16',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','72.111.85.174'),(11736,'2010-10-19 20:24:26',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','72.111.85.174'),(11737,'2010-10-19 20:24:30',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','72.111.85.174'),(11738,'2010-10-19 20:24:30',1,'categories.php','cPath=3&pID=36&page=1&','72.111.85.174'),(11739,'2010-10-20 08:57:01',0,'login.php ','','97.179.40.31'),(11740,'2010-10-20 08:57:11',0,'login.php surpro','','97.179.40.31'),(11741,'2010-10-20 08:57:18',1,'categories.php','','97.179.40.31'),(11742,'2010-10-20 08:57:23',1,'categories.php','cPath=16&','97.179.40.31'),(11743,'2010-10-20 08:57:28',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product&','97.179.40.31'),(11744,'2010-10-20 08:59:04',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&','97.179.40.31'),(11745,'2010-10-20 08:59:12',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&','97.179.40.31'),(11746,'2010-10-20 08:59:12',1,'categories.php','cPath=16&pID=43&','97.179.40.31'),(11747,'2010-10-20 20:00:07',0,'login.php ','','97.179.205.19'),(11748,'2010-10-20 20:00:16',0,'login.php surpro','','97.179.205.19'),(11749,'2010-10-20 20:00:35',1,'product_types.php','','97.179.205.19'),(11750,'2010-10-20 20:00:40',1,'categories.php','','97.179.205.19'),(11751,'2010-10-20 20:00:43',1,'categories.php','cPath=3&','97.179.205.19'),(11752,'2010-10-20 20:00:46',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','97.179.205.19'),(11753,'2010-10-20 20:00:48',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','97.179.205.19'),(11754,'2010-10-20 20:01:14',1,'categories.php','cPath=3&pID=36&page=1&','97.179.205.19'),(11755,'2010-10-20 20:01:23',1,'categories.php','securityToken=f7ba48537b8656502f62bd00092f91ce&cPath=16&','97.179.205.19'),(11756,'2010-10-20 20:01:27',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product&','97.179.205.19'),(11757,'2010-10-20 20:09:21',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&','97.179.205.19'),(11758,'2010-10-20 20:09:24',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&','97.179.205.19'),(11759,'2010-10-20 20:09:25',1,'categories.php','cPath=16&pID=43&','97.179.205.19'),(11760,'2010-10-20 20:10:51',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','97.179.205.19'),(11761,'2010-10-20 20:16:08',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&page=1&','97.179.205.19'),(11762,'2010-10-20 20:16:19',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&page=1&','97.179.205.19'),(11763,'2010-10-20 20:16:20',1,'categories.php','cPath=16&pID=43&page=1&','97.179.205.19'),(11764,'2010-10-20 20:18:50',1,'ezpages.php','','97.179.205.19'),(11765,'2010-10-20 20:18:58',1,'ezpages.php','action=new&','97.179.205.19'),(11766,'2010-10-20 20:53:12',1,'ezpages.php','','97.179.205.19'),(11767,'2010-10-20 20:53:27',1,'ezpages.php','page=1&ezID=2&action=delete&','97.179.205.19'),(11768,'2010-10-20 20:53:34',1,'ezpages.php','page=1&ezID=2&action=deleteconfirm&','97.179.205.19'),(11769,'2010-10-20 20:53:35',1,'ezpages.php','page=1&','97.179.205.19'),(11770,'2010-10-21 05:55:15',0,'login.php ','','67.142.161.29'),(11771,'2010-10-21 05:55:18',0,'login.php ','','67.142.161.29'),(11772,'2010-10-22 10:18:18',0,'login.php ','','206.135.138.26'),(11773,'2010-10-22 10:18:32',0,'login.php surpro','','206.135.138.26'),(11774,'2010-10-22 10:18:57',1,'modules.php','set=shipping&','206.135.138.26'),(11775,'2010-10-22 10:19:03',1,'modules.php','set=shipping&module=ups&','206.135.138.26'),(11776,'2010-10-22 10:19:22',1,'modules.php','set=payment&','206.135.138.26'),(11777,'2010-10-22 10:19:35',1,'configuration.php','gID=1&','206.135.138.26'),(11778,'2010-10-22 10:19:43',1,'configuration.php','gID=1&cID=1&action=edit&','206.135.138.26'),(11779,'2010-10-22 10:20:13',1,'configuration.php','gID=1&cID=24&action=edit&','206.135.138.26'),(11780,'2010-10-22 10:20:19',1,'configuration.php','gID=1&cID=24&','206.135.138.26'),(11781,'2010-10-22 10:20:31',1,'configuration.php','gID=7&','206.135.138.26'),(11782,'2010-10-22 10:20:41',1,'configuration.php','gID=12&','206.135.138.26'),(11783,'2010-10-22 10:21:06',1,'configuration.php','gID=7&','206.135.138.26'),(11784,'2010-10-22 10:21:26',1,'configuration.php','gID=10&','206.135.138.26'),(11785,'2010-10-22 10:21:40',1,'configuration.php','gID=1&','206.135.138.26'),(11786,'2010-10-22 10:21:57',1,'configuration.php','gID=1&cID=1&action=edit&','206.135.138.26'),(11787,'2010-10-22 10:21:57',1,'configuration.php','gID=1&cID=1&action=edit&','206.135.138.26'),(11788,'2010-10-22 10:22:14',1,'configuration.php','gID=1&cID=1&action=save&','206.135.138.26'),(11789,'2010-10-22 10:22:15',1,'configuration.php','gID=1&cID=1&','206.135.138.26'),(11790,'2010-10-23 15:48:43',0,'login.php ','','97.130.83.17'),(11791,'2010-10-23 15:49:26',0,'login.php ','','97.130.83.17'),(11792,'2010-10-23 15:51:11',0,'login.php surpro','','97.130.83.17'),(11793,'2010-10-23 15:51:30',1,'configuration.php','gID=1&','97.130.83.17'),(11794,'2010-10-23 15:51:47',1,'configuration.php','gID=8&','97.130.83.17'),(11795,'2010-10-23 15:52:09',1,'configuration.php','gID=19&','97.130.83.17'),(11796,'2010-10-23 15:54:40',1,'configuration.php','gID=23&','97.130.83.17'),(11797,'2010-10-23 15:54:53',1,'configuration.php','gID=24&','97.130.83.17'),(11798,'2010-10-23 15:55:31',1,'downloads_manager.php','','97.130.83.17'),(11799,'2010-10-23 15:55:54',0,'login.php surpro','','97.130.83.17'),(11800,'2010-10-24 06:37:04',0,'login.php ','','67.142.161.20'),(11801,'2010-10-24 06:37:19',0,'login.php ','','67.142.161.20'),(11802,'2010-10-24 06:37:20',0,'login.php ','','67.142.161.20'),(11803,'2010-10-24 06:37:48',0,'login.php surpro','','67.142.161.20'),(11804,'2010-10-24 06:37:49',0,'login.php ','','67.142.161.20'),(11805,'2010-10-24 06:38:11',1,'categories.php','','67.142.161.20'),(11806,'2010-10-24 06:47:33',1,'categories.php','cPath=5&','67.142.161.20'),(11807,'2010-10-24 06:48:11',1,'categories.php','cPath=5_8&','67.142.161.20'),(11808,'2010-10-24 06:48:31',1,'categories.php','cPath=5&','67.142.161.20'),(11809,'2010-10-24 06:48:35',1,'categories.php','cPath=5_9&','67.142.161.20'),(11810,'2010-10-24 06:48:38',1,'categories.php','cPath=5&','67.142.161.20'),(11811,'2010-10-24 06:48:42',1,'categories.php','cPath=5_1&','67.142.161.20'),(11812,'2010-10-24 06:48:45',1,'categories.php','cPath=5&','67.142.161.20'),(11813,'2010-10-24 06:53:55',1,'categories.php','cID=5&','67.142.161.20'),(11814,'2010-10-24 06:54:00',1,'categories.php','cPath=5&','67.142.161.20'),(11815,'2010-10-24 06:54:03',1,'categories.php','cPath=5_8&','67.142.161.20'),(11816,'2010-10-24 07:23:06',1,'categories.php','cPath=5&cID=8&','67.142.161.20'),(11817,'2010-10-24 07:23:09',1,'categories.php','cPath=5_9&','67.142.161.20'),(11818,'2010-10-24 07:25:40',1,'categories.php','cPath=5&cID=9&','67.142.161.20'),(11819,'2010-10-24 07:25:43',1,'categories.php','cPath=5_1&','67.142.161.20'),(11820,'2010-10-24 07:25:49',1,'categories.php','cPath=5&cID=1&','67.142.161.20'),(11821,'2010-10-24 07:25:53',1,'categories.php','cPath=5_9&','67.142.161.20'),(11822,'2010-10-24 07:25:58',1,'categories.php','cPath=5&cID=9&','67.142.161.20'),(11823,'2010-10-24 07:26:01',1,'categories.php','cPath=5_1&','67.142.161.20'),(11824,'2010-10-24 07:26:17',1,'categories.php','securityToken=a58ed37f918c42160f45e589964c2241&page=2&cPath=5_1&','67.142.161.20'),(11825,'2010-10-24 07:26:25',1,'categories.php','securityToken=a58ed37f918c42160f45e589964c2241&page=1&cPath=5_1&','67.142.161.20'),(11826,'2010-10-24 07:31:27',1,'categories.php','cPath=5&cID=1&','67.142.161.20'),(11827,'2010-10-24 07:31:31',1,'categories.php','cID=5&','67.142.161.20'),(11828,'2010-10-24 07:31:35',1,'categories.php','cPath=3&','67.142.161.20'),(11829,'2010-10-24 07:44:39',1,'categories.php','cID=3&','67.142.161.20'),(11830,'2010-10-24 07:44:43',1,'categories.php','cPath=5&','67.142.161.20'),(11831,'2010-10-24 07:44:47',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.20'),(11832,'2010-10-24 07:45:47',1,'categories.php','action=update_category&cPath=5&','67.142.161.20'),(11833,'2010-10-24 07:45:47',1,'categories.php','cPath=5&cID=9&','67.142.161.20'),(11834,'2010-10-24 07:45:54',1,'categories.php','cPath=5_1&','67.142.161.20'),(11835,'2010-10-24 07:46:00',1,'categories.php','cPath=5&cID=9&','67.142.161.20'),(11836,'2010-10-24 07:46:03',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.20'),(11837,'2010-10-24 07:46:30',1,'categories.php','action=update_category&cPath=5&','67.142.161.20'),(11838,'2010-10-24 07:46:30',1,'categories.php','cPath=5&cID=1&','67.142.161.20'),(11839,'2010-10-24 07:46:41',1,'categories.php','cID=5&','67.142.161.20'),(11840,'2010-10-24 07:46:45',1,'categories.php','cPath=3&','67.142.161.20'),(11841,'2010-10-24 07:52:43',1,'categories.php','cID=3&','67.142.161.20'),(11842,'2010-10-24 07:52:48',1,'categories.php','cPath=12&','67.142.161.20'),(11843,'2010-10-24 07:56:02',1,'categories.php','cID=12&','67.142.161.20'),(11844,'2010-10-24 07:56:06',1,'categories.php','cPath=2&','67.142.161.20'),(11845,'2010-10-24 07:58:54',1,'categories.php','cID=2&','67.142.161.20'),(11846,'2010-10-24 07:58:58',1,'categories.php','cPath=11&','67.142.161.20'),(11847,'2010-10-24 08:00:29',1,'categories.php','cID=11&','67.142.161.20'),(11848,'2010-10-24 08:00:33',1,'categories.php','cPath=15&','67.142.161.20'),(11849,'2010-10-24 08:05:41',1,'categories.php','cID=15&','67.142.161.20'),(11850,'2010-10-24 08:05:45',1,'categories.php','cPath=4&','67.142.161.20'),(11851,'2010-10-24 08:07:02',1,'categories.php','cID=4&','67.142.161.20'),(11852,'2010-10-24 08:07:05',1,'categories.php','cPath=13&','67.142.161.20'),(11853,'2010-10-24 08:10:11',1,'categories.php','cID=13&','67.142.161.20'),(11854,'2010-10-24 08:10:15',1,'categories.php','cPath=16&','67.142.161.20'),(11855,'2010-10-24 10:46:49',0,'login.php ','','67.142.161.28'),(11856,'2010-10-24 10:46:57',0,'login.php surpro','','67.142.161.28'),(11857,'2010-10-24 10:46:57',0,'login.php ','','67.142.161.28'),(11858,'2010-10-24 10:47:07',1,'categories.php','','67.142.161.28'),(11859,'2010-10-24 13:15:33',0,'login.php ','','97.131.10.165'),(11860,'2010-10-24 13:15:40',0,'login.php surpro','','97.131.10.165'),(11861,'2010-10-24 13:15:45',1,'configuration.php','gID=1&','97.131.10.165'),(11862,'2010-10-24 13:15:54',1,'configuration.php','gID=1&cID=13&action=edit&','97.131.10.165'),(11863,'2010-10-24 13:15:58',1,'configuration.php','gID=1&cID=13&action=save&','97.131.10.165'),(11864,'2010-10-24 13:15:59',1,'configuration.php','gID=1&cID=13&','97.131.10.165'),(11865,'2010-10-24 16:05:58',0,'login.php ','','67.142.161.31'),(11866,'2010-10-24 16:05:59',0,'login.php ','','67.142.161.31'),(11867,'2010-10-24 16:06:10',0,'login.php surpro','','67.142.161.31'),(11868,'2010-10-24 16:06:10',0,'login.php ','','67.142.161.31'),(11869,'2010-10-24 16:06:34',1,'developers_tool_kit.php','','67.142.161.31'),(11870,'2010-10-24 16:06:55',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(11871,'2010-10-24 16:56:08',1,'categories.php','','67.142.161.31'),(11872,'2010-10-24 16:56:18',1,'categories.php','cPath=16&','67.142.161.31'),(11873,'2010-10-24 16:56:32',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product&','67.142.161.31'),(11874,'2010-10-24 16:57:51',1,'categories.php','cPath=16&','67.142.161.31'),(11875,'2010-10-24 16:58:40',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.31'),(11876,'2010-10-24 16:58:50',1,'categories.php','cPath=16&','67.142.161.31'),(11877,'2010-10-24 16:58:55',1,'categories.php','','67.142.161.31'),(11878,'2010-10-24 16:59:05',1,'categories.php','cPath=16&','67.142.161.31'),(11879,'2010-10-24 16:59:18',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.31'),(11880,'2010-10-24 16:59:22',1,'categories.php','cPath=16&','67.142.161.31'),(11881,'2010-10-24 16:59:24',1,'categories.php','','67.142.161.31'),(11882,'2010-10-24 16:59:32',1,'categories.php','cPath=16&','67.142.161.31'),(11883,'2010-10-24 16:59:53',1,'categories.php','cID=16&','67.142.161.31'),(11884,'2010-10-24 16:59:57',1,'categories.php','cPath=11&','67.142.161.31'),(11885,'2010-10-24 17:00:16',1,'product.php','page=1&product_type=1&cPath=11&pID=44&action=new_product&','67.142.161.31'),(11886,'2010-10-24 17:00:23',1,'categories.php','cPath=11&','67.142.161.31'),(11887,'2010-10-24 17:05:26',1,'categories.php','cID=11&','67.142.161.31'),(11888,'2010-10-24 17:05:29',1,'categories.php','cPath=16&','67.142.161.31'),(11889,'2010-10-24 17:05:41',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.31'),(11890,'2010-10-24 17:14:21',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&page=1&','67.142.161.31'),(11891,'2010-10-24 17:14:32',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&page=1&','67.142.161.31'),(11892,'2010-10-24 17:14:32',1,'categories.php','cPath=16&pID=43&page=1&','67.142.161.31'),(11893,'2010-10-24 17:14:37',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.31'),(11894,'2010-10-24 17:14:42',1,'categories.php','cPath=16&pID=43&page=1&','67.142.161.31'),(11895,'2010-10-24 17:14:47',1,'categories.php','cPath=16&pID=43&action=attribute_features&page=1&','67.142.161.31'),(11896,'2010-10-24 17:15:02',1,'categories.php','cPath=16&pID=43&action=delete_attributes&page=1&products_id=43&','67.142.161.31'),(11897,'2010-10-24 17:15:03',1,'categories.php','cPath=16&pID=43&page=1&','67.142.161.31'),(11898,'2010-10-24 17:16:59',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.31'),(11899,'2010-10-24 18:07:46',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&page=1&','67.142.161.18'),(11900,'2010-10-24 18:07:52',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&page=1&','67.142.161.18'),(11901,'2010-10-24 18:07:53',1,'categories.php','cPath=16&pID=43&page=1&','67.142.161.18'),(11902,'2010-10-24 18:39:06',0,'login.php ','','67.142.161.19'),(11903,'2010-10-24 18:39:07',0,'login.php ','','67.142.161.19'),(11904,'2010-10-24 18:39:18',0,'login.php surpro','','67.142.161.19'),(11905,'2010-10-24 18:39:19',0,'login.php ','','67.142.161.19'),(11906,'2010-10-24 18:43:52',1,'categories.php','','67.142.161.19'),(11907,'2010-10-24 18:43:55',1,'categories.php','cPath=16&','67.142.161.19'),(11908,'2010-10-24 18:43:59',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.19'),(11909,'2010-10-24 18:45:47',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&page=1&','67.142.161.19'),(11910,'2010-10-24 18:45:53',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&page=1&','67.142.161.19'),(11911,'2010-10-24 18:45:54',1,'categories.php','cPath=16&pID=43&page=1&','67.142.161.19'),(11912,'2010-10-24 18:46:39',1,'categories.php','securityToken=f25eda1adfb07b1e39f0e3d445c89d34&language=sp&','67.142.161.19'),(11913,'2010-10-24 18:46:43',1,'categories.php','cPath=16&','67.142.161.19'),(11914,'2010-10-24 18:46:49',1,'product.php','page=1&product_type=1&cPath=16&pID=43&action=new_product&','67.142.161.19'),(11915,'2010-10-24 18:48:09',1,'product.php','cPath=16&product_type=1&pID=43&action=new_product_preview&page=1&','67.142.161.19'),(11916,'2010-10-24 18:48:14',1,'product.php','cPath=16&product_type=1&pID=43&action=update_product&page=1&','67.142.161.19'),(11917,'2010-10-24 18:48:14',1,'categories.php','cPath=16&pID=43&page=1&','67.142.161.19'),(11918,'2010-10-24 21:49:18',0,'login.php ','','97.130.201.148'),(11919,'2010-10-24 21:49:27',0,'login.php surpro','','97.130.201.148'),(11920,'2010-10-24 21:49:34',1,'developers_tool_kit.php','','97.130.201.148'),(11921,'2010-10-24 21:49:43',1,'developers_tool_kit.php','action=locate_all_files&','97.130.201.148'),(11922,'2010-10-24 22:19:01',1,'configuration.php','gID=22&','97.130.201.148'),(11923,'2010-10-24 22:19:21',1,'configuration.php','gID=24&','97.130.201.148'),(11924,'2010-10-24 22:19:39',1,'layout_controller.php','','97.130.201.148'),(11925,'2010-10-24 22:19:48',1,'layout_controller.php','page=&cID=85&','97.130.201.148'),(11926,'2010-10-24 22:19:51',1,'layout_controller.php','page=&cID=85&action=edit&','97.130.201.148'),(11927,'2010-10-24 22:19:59',1,'layout_controller.php','page=&cID=85&action=save&layout_box_name=featured.php&','97.130.201.148'),(11928,'2010-10-24 22:19:59',1,'layout_controller.php','page=&cID=85&','97.130.201.148'),(11929,'2010-10-24 22:20:07',1,'layout_controller.php','page=&cID=85&action=edit&','97.130.201.148'),(11930,'2010-10-24 22:20:13',1,'layout_controller.php','page=&cID=85&action=save&layout_box_name=featured.php&','97.130.201.148'),(11931,'2010-10-24 22:20:14',1,'layout_controller.php','page=&cID=85&','97.130.201.148'),(11932,'2010-10-24 22:43:18',1,'modules.php','set=shipping&','97.130.201.148'),(11933,'2010-10-24 22:43:26',1,'modules.php','set=shipping&module=ups&','97.130.201.148'),(11934,'2010-10-24 22:43:45',1,'configuration.php','gID=7&','97.130.201.148'),(11935,'2010-10-25 07:23:52',0,'login.php ','','67.142.161.18'),(11936,'2010-10-25 07:24:03',0,'login.php ','','67.142.161.18'),(11937,'2010-10-25 07:24:18',0,'login.php ','','67.142.161.18'),(11938,'2010-10-25 07:27:56',0,'login.php ','','67.142.161.18'),(11939,'2010-10-25 07:28:15',0,'login.php surpro','','67.142.161.18'),(11940,'2010-10-25 07:28:28',0,'login.php surpro','','67.142.161.18'),(11941,'2010-10-25 07:28:28',0,'login.php ','','67.142.161.18'),(11942,'2010-10-25 07:29:00',1,'configuration.php','gID=1&','67.142.161.18'),(11943,'2010-10-25 07:29:10',1,'configuration.php','gID=7&','67.142.161.18'),(11944,'2010-10-25 07:29:22',1,'modules.php','set=shipping&','67.142.161.18'),(11945,'2010-10-25 07:38:03',1,'modules.php','set=shipping&module=ups&','67.142.161.18'),(11946,'2010-10-25 07:38:07',1,'modules.php','set=shipping&module=ups&action=remove&','67.142.161.18'),(11947,'2010-10-25 07:38:08',1,'modules.php','set=shipping&module=ups&','67.142.161.18'),(11948,'2010-10-25 07:38:15',1,'modules.php','set=shipping&module=ups&','67.142.161.18'),(11949,'2010-10-25 07:38:29',1,'modules.php','set=shipping&module=ups&action=install&','67.142.161.18'),(11950,'2010-10-25 07:38:29',1,'modules.php','set=shipping&module=ups&action=edit&','67.142.161.18'),(11951,'2010-10-25 07:38:53',1,'modules.php','set=shipping&module=ups&action=save&','67.142.161.18'),(11952,'2010-10-25 07:38:53',1,'modules.php','set=shipping&module=ups&','67.142.161.18'),(11953,'2010-10-25 07:45:45',1,'developers_tool_kit.php','','67.142.161.18'),(11954,'2010-10-25 07:46:21',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.18'),(11955,'2010-10-26 17:03:07',0,'login.php ','','67.142.161.32'),(11956,'2010-10-26 17:03:08',0,'login.php ','','67.142.161.32'),(11957,'2010-10-26 17:03:39',0,'login.php surpro','','67.142.161.32'),(11958,'2010-10-26 17:03:39',0,'login.php ','','67.142.161.32'),(11959,'2010-10-26 17:03:54',1,'ezpages.php','','67.142.161.32'),(11960,'2010-10-26 21:34:43',0,'login.php ','','67.142.161.29'),(11961,'2010-10-26 21:34:55',0,'login.php surpro','','67.142.161.29'),(11962,'2010-10-26 21:35:15',0,'login.php surpro','','67.142.161.29'),(11963,'2010-10-26 21:35:16',0,'login.php ','','67.142.161.29'),(11964,'2010-10-26 21:35:54',1,'configuration.php','gID=30&','67.142.161.29'),(11965,'2010-10-26 21:36:45',1,'layout_controller.php','','67.142.161.29'),(11966,'2010-10-26 21:37:08',1,'ezpages.php','','67.142.161.29'),(11967,'2010-10-26 21:37:12',1,'ezpages.php','action=new&','67.142.161.29'),(11968,'2010-10-26 21:42:33',1,'ezpages.php','action=insert&','67.142.161.29'),(11969,'2010-10-26 21:42:34',1,'ezpages.php','ezID=3&','67.142.161.29'),(11970,'2010-10-26 21:43:45',1,'layout_controller.php','','67.142.161.29'),(11971,'2010-10-26 21:43:53',1,'layout_controller.php','page=&cID=84&action=edit&','67.142.161.29'),(11972,'2010-10-26 21:44:03',1,'layout_controller.php','page=&cID=84&action=save&layout_box_name=ezpages.php&','67.142.161.29'),(11973,'2010-10-26 21:44:03',1,'layout_controller.php','page=&cID=84&','67.142.161.29'),(11974,'2010-10-26 21:44:25',1,'layout_controller.php','page=&cID=84&action=edit&','67.142.161.29'),(11975,'2010-10-26 21:44:33',1,'layout_controller.php','page=&cID=84&action=save&layout_box_name=ezpages.php&','67.142.161.29'),(11976,'2010-10-26 21:44:34',1,'layout_controller.php','page=&cID=84&','67.142.161.29'),(11977,'2010-10-26 21:45:31',1,'layout_controller.php','page=&cID=92&action=edit&','67.142.161.29'),(11978,'2010-10-26 21:45:36',1,'layout_controller.php','page=&cID=92&action=save&layout_box_name=order_history.php&','67.142.161.29'),(11979,'2010-10-26 21:45:37',1,'layout_controller.php','page=&cID=92&','67.142.161.29'),(11980,'2010-10-26 21:46:15',1,'layout_controller.php','page=&cID=84&','67.142.161.29'),(11981,'2010-10-26 21:46:21',1,'layout_controller.php','page=&cID=84&action=edit&','67.142.161.29'),(11982,'2010-10-26 21:46:28',1,'layout_controller.php','page=&cID=92&action=edit&','67.142.161.29'),(11983,'2010-10-26 21:46:35',1,'layout_controller.php','page=&cID=92&action=save&layout_box_name=order_history.php&','67.142.161.29'),(11984,'2010-10-26 21:46:35',1,'layout_controller.php','page=&cID=92&','67.142.161.29'),(11985,'2010-10-26 21:46:43',1,'layout_controller.php','page=&cID=84&','67.142.161.29'),(11986,'2010-10-26 21:46:47',1,'layout_controller.php','page=&cID=84&action=edit&','67.142.161.29'),(11987,'2010-10-26 21:46:53',1,'layout_controller.php','page=&cID=84&action=save&layout_box_name=ezpages.php&','67.142.161.29'),(11988,'2010-10-26 21:46:53',1,'layout_controller.php','page=&cID=84&','67.142.161.29'),(11989,'2010-10-27 21:16:31',0,'login.php ','','67.142.161.18'),(11990,'2010-10-27 21:16:33',0,'login.php ','','67.142.161.18'),(11991,'2010-10-27 21:16:45',0,'login.php surpro','','67.142.161.18'),(11992,'2010-10-27 21:16:45',0,'login.php ','','67.142.161.18'),(11993,'2010-10-27 21:17:37',1,'stats_products_viewed.php','','67.142.161.18'),(11994,'2010-10-27 21:19:01',1,'configuration.php','gID=30&','67.142.161.18'),(11995,'2010-10-27 21:19:33',1,'ezpages.php','','67.142.161.18'),(11996,'2010-10-27 21:19:46',1,'ezpages.php','ezID=3&action=new&','67.142.161.18'),(11997,'2010-10-27 21:20:01',1,'ezpages.php','ezID=3&','67.142.161.18'),(11998,'2010-10-27 21:20:28',1,'configuration.php','gID=20&','67.142.161.18'),(11999,'2010-10-27 21:23:01',1,'configuration.php','gID=30&','67.142.161.18'),(12000,'2010-10-28 09:38:20',0,'login.php ','','67.142.161.28'),(12001,'2010-10-28 09:38:21',0,'login.php ','','67.142.161.28'),(12002,'2010-10-28 09:38:31',0,'login.php surpro','','67.142.161.28'),(12003,'2010-10-28 09:38:32',0,'login.php ','','67.142.161.28'),(12004,'2010-10-28 09:38:45',1,'ezpages.php','','67.142.161.28'),(12005,'2010-10-28 09:38:53',1,'ezpages.php','ezID=3&action=new&','67.142.161.28'),(12006,'2010-10-28 09:45:16',1,'ezpages.php','action=update&','67.142.161.28'),(12007,'2010-10-28 09:45:16',1,'ezpages.php','ezID=3&','67.142.161.28'),(12008,'2010-10-28 09:45:33',1,'configuration.php','gID=30&','67.142.161.28'),(12009,'2010-10-28 09:45:41',1,'layout_controller.php','','67.142.161.28'),(12010,'2010-10-28 09:45:47',1,'layout_controller.php','page=&cID=84&','67.142.161.28'),(12011,'2010-10-28 09:45:50',1,'layout_controller.php','page=&cID=84&action=edit&','67.142.161.28'),(12012,'2010-10-28 09:45:56',1,'layout_controller.php','page=&cID=84&action=save&layout_box_name=ezpages.php&','67.142.161.28'),(12013,'2010-10-28 09:45:56',1,'layout_controller.php','page=&cID=84&','67.142.161.28'),(12014,'2010-10-28 09:50:09',1,'ezpages.php','','67.142.161.28'),(12015,'2010-10-28 09:50:13',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.28'),(12016,'2010-10-28 09:50:33',1,'ezpages.php','page=1&action=update&','67.142.161.28'),(12017,'2010-10-28 09:50:33',1,'ezpages.php','page=1&ezID=3&','67.142.161.28'),(12018,'2010-10-28 09:53:46',1,'ezpages.php','ezID=3&action=new&','67.142.161.28'),(12019,'2010-10-28 09:53:59',1,'ezpages.php','action=update&','67.142.161.28'),(12020,'2010-10-28 09:53:59',1,'ezpages.php','ezID=3&','67.142.161.28'),(12021,'2010-10-28 09:56:28',1,'ezpages.php','ezID=3&action=new&','67.142.161.28'),(12022,'2010-10-28 09:56:38',1,'ezpages.php','action=update&','67.142.161.28'),(12023,'2010-10-28 09:56:38',1,'ezpages.php','ezID=3&','67.142.161.28'),(12024,'2010-10-28 10:02:43',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.28'),(12025,'2010-10-28 10:02:54',1,'ezpages.php','page=1&action=update&','67.142.161.28'),(12026,'2010-10-28 10:02:54',1,'ezpages.php','page=1&ezID=3&','67.142.161.28'),(12027,'2010-10-28 10:03:40',1,'ezpages.php','action=new&','67.142.161.28'),(12028,'2010-10-28 10:06:10',1,'ezpages.php','action=insert&','67.142.161.28'),(12029,'2010-10-28 10:06:11',1,'ezpages.php','ezID=4&','67.142.161.28'),(12030,'2010-10-28 10:07:01',1,'ezpages.php','ezID=4&action=new&','67.142.161.28'),(12031,'2010-10-28 10:07:30',1,'ezpages.php','action=update&','67.142.161.28'),(12032,'2010-10-28 10:07:30',1,'ezpages.php','ezID=4&','67.142.161.28'),(12033,'2010-10-28 10:10:38',1,'ezpages.php','ezID=4&action=new&','67.142.161.28'),(12034,'2010-10-28 10:10:47',1,'ezpages.php','action=update&','67.142.161.28'),(12035,'2010-10-28 10:10:47',1,'ezpages.php','ezID=4&','67.142.161.28'),(12036,'2010-10-28 10:11:33',1,'ezpages.php','action=new&','67.142.161.28'),(12037,'2010-10-28 10:11:39',1,'ezpages.php','','67.142.161.28'),(12038,'2010-10-28 10:11:43',1,'ezpages.php','ezID=4&action=new&','67.142.161.28'),(12039,'2010-10-28 10:12:14',1,'ezpages.php','action=update&','67.142.161.28'),(12040,'2010-10-28 10:12:14',1,'ezpages.php','ezID=4&','67.142.161.28'),(12041,'2010-10-28 10:19:02',1,'ezpages.php','ezID=4&action=new&','67.142.161.28'),(12042,'2010-10-28 10:19:11',1,'ezpages.php','action=update&','67.142.161.28'),(12043,'2010-10-28 10:19:12',1,'ezpages.php','ezID=4&','67.142.161.28'),(12044,'2010-10-28 10:21:57',1,'ezpages.php','ezID=4&action=new&','67.142.161.28'),(12045,'2010-10-28 10:22:07',1,'ezpages.php','action=update&','67.142.161.28'),(12046,'2010-10-28 10:22:07',1,'ezpages.php','ezID=4&','67.142.161.28'),(12047,'2010-10-28 10:24:01',1,'ezpages.php','ezID=4&action=new&','67.142.161.28'),(12048,'2010-10-28 10:24:16',1,'ezpages.php','action=update&','67.142.161.28'),(12049,'2010-10-28 10:24:16',1,'ezpages.php','ezID=4&','67.142.161.28'),(12050,'2010-10-28 10:25:50',1,'ezpages.php','page=1&ezID=4&action=new&','67.142.161.28'),(12051,'2010-10-28 10:30:16',1,'ezpages.php','page=1&action=update&','67.142.161.28'),(12052,'2010-10-28 10:30:16',1,'ezpages.php','page=1&ezID=4&','67.142.161.28'),(12053,'2010-10-28 10:31:30',1,'ezpages.php','ezID=3&action=new&','67.142.161.28'),(12054,'2010-10-28 10:31:48',1,'ezpages.php','action=update&','67.142.161.28'),(12055,'2010-10-28 10:31:48',1,'ezpages.php','ezID=3&','67.142.161.28'),(12056,'2010-10-28 11:40:25',1,'ezpages.php','securityToken=aec447108d636632fae5c6ba7b73ba38&language=sp&','67.142.161.23'),(12057,'2010-10-28 11:40:56',1,'ezpages.php','action=new&','67.142.161.23'),(12058,'2010-10-28 11:43:37',1,'ezpages.php','action=insert&','67.142.161.23'),(12059,'2010-10-28 11:43:37',1,'ezpages.php','ezID=5&','67.142.161.23'),(12060,'2010-10-28 11:48:28',1,'ezpages.php','page=1&ezID=5&action=delete&','67.142.161.23'),(12061,'2010-10-28 11:48:35',1,'ezpages.php','page=1&ezID=5&action=deleteconfirm&','67.142.161.23'),(12062,'2010-10-28 11:48:36',1,'ezpages.php','page=1&','67.142.161.23'),(12063,'2010-10-28 11:48:45',1,'ezpages.php','securityToken=aec447108d636632fae5c6ba7b73ba38&language=en&','67.142.161.23'),(12064,'2010-10-28 16:59:39',0,'login.php ','','67.142.161.29'),(12065,'2010-10-28 16:59:40',0,'login.php ','','67.142.161.29'),(12066,'2010-10-28 16:59:53',0,'login.php surpro','','67.142.161.29'),(12067,'2010-10-28 16:59:53',0,'login.php ','','67.142.161.29'),(12068,'2010-10-28 17:02:50',1,'developers_tool_kit.php','','67.142.161.29'),(12069,'2010-10-28 17:03:04',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(12070,'2010-10-28 17:58:59',1,'define_pages_editor.php','','97.146.185.144'),(12071,'2010-10-28 17:59:48',1,'developers_tool_kit.php','','97.146.185.144'),(12072,'2010-10-28 18:00:08',1,'developers_tool_kit.php','action=locate_all_files&','97.146.185.144'),(12073,'2010-10-29 21:13:53',0,'login.php ','','67.142.161.30'),(12074,'2010-10-29 21:13:54',0,'login.php ','','67.142.161.30'),(12075,'2010-10-29 21:14:07',0,'login.php surpro','','67.142.161.30'),(12076,'2010-10-29 21:14:08',0,'login.php ','','67.142.161.30'),(12077,'2010-10-29 21:14:38',1,'developers_tool_kit.php','','67.142.161.30'),(12078,'2010-10-29 21:16:12',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(12079,'2010-10-29 21:17:00',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(12080,'2010-10-29 22:17:26',1,'configuration.php','gID=19&','67.142.161.30'),(12081,'2010-10-29 22:17:32',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.30'),(12082,'2010-10-29 22:17:41',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.30'),(12083,'2010-10-29 22:17:41',1,'configuration.php','gID=19&cID=406&','67.142.161.30'),(12084,'2010-10-29 22:18:19',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.30'),(12085,'2010-10-29 22:18:19',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.30'),(12086,'2010-10-29 22:18:28',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.30'),(12087,'2010-10-29 22:18:28',1,'configuration.php','gID=19&cID=406&','67.142.161.30'),(12088,'2010-10-30 09:51:11',0,'login.php ','','67.142.161.29'),(12089,'2010-10-30 09:51:13',0,'login.php ','','67.142.161.29'),(12090,'2010-10-30 09:51:21',0,'login.php surpro','','67.142.161.29'),(12091,'2010-10-30 09:51:21',0,'login.php ','','67.142.161.29'),(12092,'2010-10-30 09:52:34',1,'categories.php','','67.142.161.29'),(12093,'2010-10-30 09:52:39',1,'categories.php','cPath=&cID=3&action=edit_category&','67.142.161.29'),(12094,'2010-10-30 09:53:03',1,'categories.php','action=update_category&cPath=&','67.142.161.29'),(12095,'2010-10-30 09:53:03',1,'categories.php','cPath=&cID=3&','67.142.161.29'),(12096,'2010-10-30 09:53:08',1,'categories.php','cPath=2&','67.142.161.29'),(12097,'2010-10-30 09:54:11',1,'categories.php','cPath=&cID=3&','67.142.161.29'),(12098,'2010-10-30 09:54:35',1,'categories.php','cPath=2&','67.142.161.29'),(12099,'2010-10-30 09:54:43',1,'categories.php','cPath=&cID=3&','67.142.161.29'),(12100,'2010-10-30 09:54:49',1,'categories.php','cPath=5&','67.142.161.29'),(12101,'2010-10-30 09:54:57',1,'categories.php','cPath=&cID=3&','67.142.161.29'),(12102,'2010-10-30 09:55:01',1,'categories.php','cPath=&action=new_category&','67.142.161.29'),(12103,'2010-10-30 09:56:00',1,'categories.php','action=insert_category&cPath=&','67.142.161.29'),(12104,'2010-10-30 09:56:01',1,'categories.php','cPath=&cID=17&','67.142.161.29'),(12105,'2010-10-30 09:56:10',1,'categories.php','cPath=&cID=2&action=move_category&','67.142.161.29'),(12106,'2010-10-30 09:56:22',1,'categories.php','action=move_category_confirm&cPath=&','67.142.161.29'),(12107,'2010-10-30 09:56:22',1,'categories.php','cPath=17&','67.142.161.29'),(12108,'2010-10-30 09:57:20',1,'categories.php','cPath=17&cID=2&action=move_category&','67.142.161.29'),(12109,'2010-10-30 09:57:26',1,'categories.php','action=move_category_confirm&cPath=17&','67.142.161.29'),(12110,'2010-10-30 09:57:26',1,'categories.php','cPath=0&','67.142.161.29'),(12111,'2010-10-30 09:57:41',1,'categories.php','cPath=0&cID=17&action=delete_category&','67.142.161.29'),(12112,'2010-10-30 09:57:45',1,'categories.php','action=delete_category_confirm&cPath=0&','67.142.161.29'),(12113,'2010-10-30 09:57:45',1,'categories.php','cPath=0&','67.142.161.29'),(12114,'2010-10-31 21:21:08',0,'login.php ','','67.142.161.21'),(12115,'2010-10-31 21:21:09',0,'login.php ','','67.142.161.21'),(12116,'2010-10-31 21:21:19',0,'login.php surpro','','67.142.161.21'),(12117,'2010-10-31 21:21:19',0,'login.php ','','67.142.161.21'),(12118,'2010-10-31 21:23:25',1,'developers_tool_kit.php','','67.142.161.21'),(12119,'2010-10-31 21:23:38',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12120,'2010-10-31 21:32:20',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12121,'2010-10-31 21:33:27',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12122,'2010-10-31 21:33:42',1,'developers_tool_kit.php','action=locate_template&','67.142.161.21'),(12123,'2010-10-31 21:33:51',1,'developers_tool_kit.php','action=locate_class&','67.142.161.21'),(12124,'2010-10-31 21:34:00',1,'developers_tool_kit.php','action=locate_configuration&','67.142.161.21'),(12125,'2010-10-31 21:34:21',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12126,'2010-10-31 21:35:16',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12127,'2010-10-31 21:35:37',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12128,'2010-10-31 21:36:06',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12129,'2010-10-31 21:43:34',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12130,'2010-10-31 21:44:02',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12131,'2010-10-31 21:45:39',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12132,'2010-10-31 21:46:04',1,'developers_tool_kit.php','action=locate_template&','67.142.161.21'),(12133,'2010-10-31 21:46:16',1,'developers_tool_kit.php','action=locate_configuration&','67.142.161.21'),(12134,'2010-10-31 21:46:33',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12135,'2010-10-31 21:46:47',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12136,'2010-10-31 22:05:40',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12137,'2010-10-31 22:06:05',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12138,'2010-10-31 22:06:38',1,'developers_tool_kit.php','action=locate_template&','67.142.161.21'),(12139,'2010-10-31 22:07:00',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12140,'2010-11-01 18:28:34',0,'login.php ','','67.142.161.33'),(12141,'2010-11-01 18:28:35',0,'login.php ','','67.142.161.33'),(12142,'2010-11-01 18:28:43',0,'login.php surpro','','67.142.161.33'),(12143,'2010-11-01 18:28:43',0,'login.php ','','67.142.161.33'),(12144,'2010-11-01 18:29:37',1,'configuration.php','gID=19&','67.142.161.33'),(12145,'2010-11-01 18:32:30',1,'configuration.php','gID=19&cID=435&action=edit&','67.142.161.33'),(12146,'2010-11-01 18:32:36',1,'configuration.php','gID=19&cID=435&action=save&','67.142.161.33'),(12147,'2010-11-01 18:32:36',1,'configuration.php','gID=19&cID=435&','67.142.161.33'),(12148,'2010-11-04 14:57:44',0,'login.php ','','67.142.161.28'),(12149,'2010-11-04 14:57:45',0,'login.php ','','67.142.161.28'),(12150,'2010-11-04 14:57:53',0,'login.php surpro','','67.142.161.28'),(12151,'2010-11-04 14:57:54',0,'login.php ','','67.142.161.28'),(12152,'2010-11-04 14:58:04',1,'categories.php','','67.142.161.28'),(12153,'2010-11-04 14:58:19',1,'categories.php','cPath=15&','67.142.161.28'),(12154,'2010-11-04 14:58:24',1,'categories.php','cID=15&','67.142.161.28'),(12155,'2010-11-04 14:58:31',1,'categories.php','cPath=15&','67.142.161.28'),(12156,'2010-11-04 14:58:38',1,'categories.php','cID=15&','67.142.161.28'),(12157,'2010-11-04 14:58:46',1,'categories.php','cPath=&cID=15&action=edit_category&','67.142.161.28'),(12158,'2010-11-04 14:58:57',1,'categories.php','cID=15&','67.142.161.28'),(12159,'2010-11-04 14:59:04',1,'categories.php','cPath=&cID=15&action=edit_category&','67.142.161.28'),(12160,'2010-11-04 14:59:17',1,'categories.php','action=update_category&cPath=&','67.142.161.28'),(12161,'2010-11-04 14:59:18',1,'categories.php','cPath=&cID=15&','67.142.161.28'),(12162,'2010-11-04 15:00:17',1,'configuration.php','gID=19&','67.142.161.28'),(12163,'2010-11-04 15:00:22',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12164,'2010-11-04 15:00:29',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.28'),(12165,'2010-11-04 15:00:29',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12166,'2010-11-04 15:00:34',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12167,'2010-11-04 15:00:39',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12168,'2010-11-04 15:00:40',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12169,'2010-11-04 15:01:24',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12170,'2010-11-04 15:01:35',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12171,'2010-11-04 15:01:36',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12172,'2010-11-04 15:01:42',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12173,'2010-11-04 15:01:49',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.28'),(12174,'2010-11-04 15:01:49',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12175,'2010-11-04 15:02:23',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12176,'2010-11-04 15:02:32',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12177,'2010-11-04 15:02:32',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12178,'2010-11-04 15:04:23',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12179,'2010-11-04 15:04:29',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.28'),(12180,'2010-11-04 15:04:29',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12181,'2010-11-04 15:04:55',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12182,'2010-11-04 15:05:02',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.28'),(12183,'2010-11-04 15:05:02',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12184,'2010-11-04 15:05:55',1,'configuration.php','gID=19&cID=407&action=edit&','67.142.161.28'),(12185,'2010-11-04 15:06:02',1,'configuration.php','gID=19&cID=407&action=save&','67.142.161.28'),(12186,'2010-11-04 15:06:02',1,'configuration.php','gID=19&cID=407&','67.142.161.28'),(12187,'2010-11-04 15:06:08',1,'configuration.php','gID=19&cID=393&action=edit&','67.142.161.28'),(12188,'2010-11-04 15:06:16',1,'configuration.php','gID=19&cID=393&action=save&','67.142.161.28'),(12189,'2010-11-04 15:06:16',1,'configuration.php','gID=19&cID=393&','67.142.161.28'),(12190,'2010-11-04 15:33:38',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12191,'2010-11-04 15:33:45',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12192,'2010-11-04 15:33:45',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12193,'2010-11-04 15:34:43',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12194,'2010-11-04 15:34:43',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12195,'2010-11-04 15:34:49',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12196,'2010-11-04 15:34:50',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12197,'2010-11-04 15:36:10',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12198,'2010-11-04 15:36:10',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12199,'2010-11-04 15:36:14',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12200,'2010-11-04 15:36:18',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12201,'2010-11-04 15:36:18',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12202,'2010-11-04 15:36:43',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12203,'2010-11-04 15:36:44',1,'configuration.php','gID=19&cID=392&action=edit&','67.142.161.28'),(12204,'2010-11-04 15:36:52',1,'configuration.php','gID=19&cID=392&action=save&','67.142.161.28'),(12205,'2010-11-04 15:36:52',1,'configuration.php','gID=19&cID=392&','67.142.161.28'),(12206,'2010-11-04 15:37:32',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12207,'2010-11-04 15:37:41',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.28'),(12208,'2010-11-04 15:37:41',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12209,'2010-11-04 15:38:09',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12210,'2010-11-04 15:38:09',1,'configuration.php','gID=19&cID=406&action=edit&','67.142.161.28'),(12211,'2010-11-04 15:38:14',1,'configuration.php','gID=19&cID=406&action=save&','67.142.161.28'),(12212,'2010-11-04 15:38:14',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12213,'2010-11-04 15:41:11',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12214,'2010-11-04 15:42:09',1,'configuration.php','gID=19&cID=406&','67.142.161.28'),(12215,'2010-11-04 19:53:04',0,'login.php ','','97.131.99.100'),(12216,'2010-11-04 19:53:13',0,'login.php surpro','','97.131.99.100'),(12217,'2010-11-04 19:54:03',1,'ceon_uri_mapping_config.php','','97.131.99.100'),(12218,'2010-11-04 19:54:45',1,'ceon_uri_mapping_config.php','','97.131.99.100'),(12219,'2010-11-04 19:55:09',1,'ceon_uri_mapping_config.php','vcheck=yes&','97.131.99.100'),(12220,'2010-11-04 19:55:18',1,'ceon_uri_mapping_config.php','vcheck=yes&','97.131.99.100'),(12221,'2010-11-04 19:55:32',1,'configuration.php','gID=31&','97.131.99.100'),(12222,'2010-11-05 19:10:03',0,'login.php ','','67.142.161.18'),(12223,'2010-11-05 19:10:04',0,'login.php ','','67.142.161.18'),(12224,'2010-11-05 19:10:17',0,'login.php surpro','','67.142.161.18'),(12225,'2010-11-05 19:10:17',0,'login.php ','','67.142.161.18'),(12226,'2010-11-05 19:10:36',1,'categories.php','','67.142.161.18'),(12227,'2010-11-05 19:10:44',1,'categories.php','cPath=&cID=2&action=edit_category&','67.142.161.18'),(12228,'2010-11-05 19:11:38',1,'categories.php','action=update_category&cPath=&','67.142.161.18'),(12229,'2010-11-05 19:11:39',1,'categories.php','cPath=&cID=2&','67.142.161.18'),(12230,'2010-11-05 19:12:19',1,'categories.php','cPath=&cID=14&action=edit_category&','67.142.161.18'),(12231,'2010-11-05 19:12:35',1,'categories.php','action=update_category&cPath=&','67.142.161.18'),(12232,'2010-11-05 19:12:35',1,'categories.php','cPath=&cID=14&','67.142.161.18'),(12233,'2010-11-05 20:45:41',0,'login.php ','','67.142.161.31'),(12234,'2010-11-05 20:45:42',0,'login.php ','','67.142.161.31'),(12235,'2010-11-05 20:45:58',0,'login.php surpro','','67.142.161.31'),(12236,'2010-11-05 20:45:59',0,'login.php ','','67.142.161.31'),(12237,'2010-11-05 20:46:28',1,'categories.php','','67.142.161.31'),(12238,'2010-11-05 20:46:55',1,'categories.php','cPath=&cID=5&action=edit_category&','67.142.161.31'),(12239,'2010-11-05 20:47:07',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12240,'2010-11-05 20:47:07',1,'categories.php','cPath=&cID=5&','67.142.161.31'),(12241,'2010-11-05 20:47:34',1,'categories.php','cPath=3&','67.142.161.31'),(12242,'2010-11-05 20:47:39',1,'categories.php','cPath=&cID=5&','67.142.161.31'),(12243,'2010-11-05 20:47:44',1,'categories.php','cPath=&cID=3&action=edit_category&','67.142.161.31'),(12244,'2010-11-05 20:47:52',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12245,'2010-11-05 20:47:52',1,'categories.php','cPath=&cID=3&','67.142.161.31'),(12246,'2010-11-05 20:48:01',1,'categories.php','cPath=&cID=12&action=edit_category&','67.142.161.31'),(12247,'2010-11-05 20:48:09',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12248,'2010-11-05 20:48:09',1,'categories.php','cPath=&cID=12&','67.142.161.31'),(12249,'2010-11-05 20:48:21',1,'categories.php','cPath=&cID=11&action=edit_category&','67.142.161.31'),(12250,'2010-11-05 20:48:29',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12251,'2010-11-05 20:48:29',1,'categories.php','cPath=&cID=11&','67.142.161.31'),(12252,'2010-11-05 20:48:36',1,'categories.php','cPath=&cID=15&action=edit_category&','67.142.161.31'),(12253,'2010-11-05 20:48:43',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12254,'2010-11-05 20:48:43',1,'categories.php','cPath=&cID=15&','67.142.161.31'),(12255,'2010-11-05 20:48:50',1,'categories.php','cPath=&cID=4&action=edit_category&','67.142.161.31'),(12256,'2010-11-05 20:48:58',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12257,'2010-11-05 20:48:58',1,'categories.php','cPath=&cID=4&','67.142.161.31'),(12258,'2010-11-05 20:49:03',1,'categories.php','cPath=&cID=16&action=edit_category&','67.142.161.31'),(12259,'2010-11-05 20:49:12',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12260,'2010-11-05 20:49:13',1,'categories.php','cPath=&cID=16&','67.142.161.31'),(12261,'2010-11-05 20:49:52',1,'categories.php','cPath=5&','67.142.161.31'),(12262,'2010-11-05 20:49:57',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.31'),(12263,'2010-11-05 20:50:02',1,'categories.php','action=update_category&cPath=5&','67.142.161.31'),(12264,'2010-11-05 20:50:02',1,'categories.php','cPath=5&cID=8&','67.142.161.31'),(12265,'2010-11-05 20:50:08',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.31'),(12266,'2010-11-05 20:50:14',1,'categories.php','action=update_category&cPath=5&','67.142.161.31'),(12267,'2010-11-05 20:50:15',1,'categories.php','cPath=5&cID=9&','67.142.161.31'),(12268,'2010-11-05 20:50:21',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.31'),(12269,'2010-11-05 20:50:27',1,'categories.php','action=update_category&cPath=5&','67.142.161.31'),(12270,'2010-11-05 20:50:28',1,'categories.php','cPath=5&cID=1&','67.142.161.31'),(12271,'2010-11-05 20:50:42',1,'categories.php','cID=5&','67.142.161.31'),(12272,'2010-11-05 20:51:18',1,'categories.php','cPath=5&','67.142.161.31'),(12273,'2010-11-05 20:51:24',1,'categories.php','cPath=5_8&','67.142.161.31'),(12274,'2010-11-05 20:51:31',1,'categories.php','cPath=5&','67.142.161.31'),(12275,'2010-11-05 20:51:36',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.31'),(12276,'2010-11-05 20:52:01',1,'categories.php','action=update_category&cPath=5&','67.142.161.31'),(12277,'2010-11-05 20:52:02',1,'categories.php','cPath=5&cID=8&','67.142.161.31'),(12278,'2010-11-05 20:52:17',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.31'),(12279,'2010-11-05 20:53:32',1,'categories.php','action=update_category&cPath=5&','67.142.161.31'),(12280,'2010-11-05 20:53:32',1,'categories.php','cPath=5&cID=8&','67.142.161.31'),(12281,'2010-11-05 20:56:05',1,'categories.php','cID=5&','67.142.161.31'),(12282,'2010-11-05 20:56:11',1,'categories.php','cPath=&cID=13&action=edit_category&','67.142.161.31'),(12283,'2010-11-05 20:56:53',1,'categories.php','action=update_category&cPath=&','67.142.161.31'),(12284,'2010-11-05 20:56:53',1,'categories.php','cPath=&cID=13&','67.142.161.31'),(12285,'2010-11-05 21:14:34',1,'developers_tool_kit.php','','67.142.161.31'),(12286,'2010-11-05 21:14:43',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12287,'2010-11-05 21:15:02',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12288,'2010-11-05 21:17:10',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12289,'2010-11-05 21:17:30',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12290,'2010-11-05 21:18:02',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12291,'2010-11-05 21:19:31',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12292,'2010-11-05 21:25:26',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12293,'2010-11-05 21:25:48',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12294,'2010-11-06 18:40:15',0,'login.php ','','67.142.161.21'),(12295,'2010-11-06 18:40:16',0,'login.php ','','67.142.161.21'),(12296,'2010-11-06 18:40:30',0,'login.php surpro','','67.142.161.21'),(12297,'2010-11-06 18:40:31',0,'login.php ','','67.142.161.21'),(12298,'2010-11-06 18:41:34',1,'developers_tool_kit.php','','67.142.161.21'),(12299,'2010-11-06 18:41:49',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12300,'2010-11-06 18:42:15',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12301,'2010-11-06 19:15:46',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(12302,'2010-11-06 19:20:31',1,'banner_manager.php','','67.142.161.21'),(12303,'2010-11-06 19:26:23',1,'banner_manager.php','page=1&bID=2&','67.142.161.21'),(12304,'2010-11-06 19:26:32',1,'banner_manager.php','page=1&bID=2&action=new&','67.142.161.21'),(12305,'2010-11-06 19:27:21',1,'banner_manager.php','page=1&bID=2&','67.142.161.21'),(12306,'2010-11-07 05:55:49',0,'login.php ','','67.142.161.30'),(12307,'2010-11-07 05:55:50',0,'login.php ','','67.142.161.30'),(12308,'2010-11-07 05:55:53',0,'password_forgotten.php ','','67.142.161.30'),(12309,'2010-11-07 05:55:58',0,'login.php ','','67.142.161.30'),(12310,'2010-11-07 05:56:10',0,'login.php surpro','','67.142.161.30'),(12311,'2010-11-07 05:56:10',0,'login.php ','','67.142.161.30'),(12312,'2010-11-07 05:56:23',1,'developers_tool_kit.php','','67.142.161.30'),(12313,'2010-11-07 05:57:26',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(12314,'2010-11-07 18:22:41',0,'login.php ','','67.142.161.21'),(12315,'2010-11-07 18:22:42',0,'login.php ','','67.142.161.21'),(12316,'2010-11-07 18:22:52',0,'login.php surpro','','67.142.161.21'),(12317,'2010-11-07 18:22:52',0,'login.php ','','67.142.161.21'),(12318,'2010-11-07 18:23:14',1,'ezpages.php','','67.142.161.21'),(12319,'2010-11-07 18:23:21',1,'ezpages.php','ezID=4&action=new&','67.142.161.21'),(12320,'2010-11-07 18:24:01',1,'ezpages.php','action=update&','67.142.161.21'),(12321,'2010-11-07 18:24:02',1,'ezpages.php','ezID=4&','67.142.161.21'),(12322,'2010-11-07 18:27:49',1,'ezpages.php','ezID=4&action=new&','67.142.161.21'),(12323,'2010-11-07 18:28:14',1,'ezpages.php','action=update&','67.142.161.21'),(12324,'2010-11-07 18:28:15',1,'ezpages.php','ezID=4&','67.142.161.21'),(12325,'2010-11-07 18:28:53',1,'ezpages.php','ezID=4&action=new&','67.142.161.21'),(12326,'2010-11-07 18:30:09',1,'ezpages.php','action=update&','67.142.161.21'),(12327,'2010-11-07 18:30:09',1,'ezpages.php','ezID=4&','67.142.161.21'),(12328,'2010-11-07 18:31:02',1,'ezpages.php','ezID=4&action=new&','67.142.161.21'),(12329,'2010-11-07 18:31:48',1,'ezpages.php','action=update&','67.142.161.21'),(12330,'2010-11-07 18:31:48',1,'ezpages.php','ezID=4&','67.142.161.21'),(12331,'2010-11-07 18:34:44',1,'ezpages.php','ezID=3&action=new&','67.142.161.21'),(12332,'2010-11-07 18:35:01',1,'ezpages.php','action=update&','67.142.161.21'),(12333,'2010-11-07 18:35:01',1,'ezpages.php','ezID=3&','67.142.161.21'),(12334,'2010-11-13 05:46:50',0,'login.php ','','97.179.218.105'),(12335,'2010-11-13 05:47:02',0,'login.php surpro','','97.179.218.105'),(12336,'2010-11-13 05:47:16',1,'developers_tool_kit.php','','97.179.218.105'),(12337,'2010-11-13 05:49:57',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12338,'2010-11-13 05:51:56',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12339,'2010-11-13 05:59:48',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12340,'2010-11-13 06:01:29',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12341,'2010-11-13 06:07:56',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12342,'2010-11-13 06:08:55',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12343,'2010-11-13 06:33:43',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12344,'2010-11-13 06:43:07',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12345,'2010-11-13 06:43:55',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12346,'2010-11-13 06:44:23',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12347,'2010-11-13 06:46:02',1,'developers_tool_kit.php','action=locate_all_files&','97.179.218.105'),(12348,'2010-11-13 06:47:57',1,'developers_tool_kit.php','action=locate_configuration&','97.179.218.105'),(12349,'2010-11-13 06:48:07',1,'developers_tool_kit.php','action=locate_configuration&','97.179.218.105'),(12350,'2010-11-13 06:48:41',1,'developers_tool_kit.php','action=locate_configuration&','97.179.218.105'),(12351,'2010-11-13 14:26:47',0,'login.php ','','97.130.135.10'),(12352,'2010-11-13 14:26:58',0,'login.php surpro','','97.130.135.10'),(12353,'2010-11-13 14:27:21',0,'login.php surpro','','97.130.135.10'),(12354,'2010-11-13 14:27:44',0,'login.php surpro','','97.130.135.10'),(12355,'2010-11-13 14:27:51',1,'developers_tool_kit.php','','97.130.135.10'),(12356,'2010-11-13 14:28:05',1,'developers_tool_kit.php','action=locate_all_files&','97.130.135.10'),(12357,'2010-11-13 15:09:06',1,'developers_tool_kit.php','action=locate_all_files&','97.130.135.10'),(12358,'2010-11-13 15:14:13',1,'developers_tool_kit.php','action=locate_all_files&','97.130.135.10'),(12359,'2010-11-13 15:16:50',1,'developers_tool_kit.php','action=locate_all_files&','97.130.135.10'),(12360,'2010-11-13 15:17:49',1,'developers_tool_kit.php','action=locate_all_files&','97.130.135.10'),(12361,'2010-11-13 15:22:44',1,'developers_tool_kit.php','action=locate_configuration&','97.130.135.10'),(12362,'2010-11-13 15:22:57',1,'developers_tool_kit.php','action=locate_configuration&','97.130.135.10'),(12363,'2010-11-13 19:09:13',0,'login.php ','','67.142.161.31'),(12364,'2010-11-13 19:09:14',0,'login.php ','','67.142.161.31'),(12365,'2010-11-13 19:09:25',0,'login.php surpro','','67.142.161.31'),(12366,'2010-11-13 19:09:25',0,'login.php ','','67.142.161.31'),(12367,'2010-11-13 19:09:36',1,'developers_tool_kit.php','','67.142.161.31'),(12368,'2010-11-13 19:09:57',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12369,'2010-11-13 19:12:30',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12370,'2010-11-13 19:19:21',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12371,'2010-11-13 19:19:40',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12372,'2010-11-13 19:23:07',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.31'),(12373,'2010-11-13 19:28:48',1,'developers_tool_kit.php','action=locate_all_files&','97.178.49.168'),(12374,'2010-11-13 19:37:10',1,'developers_tool_kit.php','action=locate_all_files&','97.178.49.168'),(12375,'2010-11-13 19:40:35',1,'languages.php','','97.178.49.168'),(12376,'2010-11-13 19:41:10',1,'languages.php','page=1&lID=2&','97.178.49.168'),(12377,'2010-11-13 19:41:14',1,'languages.php','page=1&lID=2&action=edit&','97.178.49.168'),(12378,'2010-11-13 19:41:49',1,'languages.php','page=1&lID=2&action=save&','97.178.49.168'),(12379,'2010-11-13 19:41:50',1,'languages.php','page=1&lID=2&','97.178.49.168'),(12380,'2010-11-13 19:48:04',1,'languages.php','page=1&lID=2&action=edit&','97.178.49.168'),(12381,'2010-11-13 19:48:13',1,'languages.php','page=1&lID=2&action=save&','97.178.49.168'),(12382,'2010-11-13 19:48:14',1,'languages.php','page=1&lID=2&','97.178.49.168'),(12383,'2010-11-13 19:55:09',1,'developers_tool_kit.php','','97.178.49.168'),(12384,'2010-11-13 19:55:26',1,'developers_tool_kit.php','action=locate_all_files&','97.178.49.168'),(12385,'2010-11-13 21:42:39',0,'login.php ','','67.142.161.28'),(12386,'2010-11-13 21:42:41',0,'login.php ','','67.142.161.28'),(12387,'2010-11-13 21:42:51',0,'login.php surpro','','67.142.161.28'),(12388,'2010-11-13 21:42:52',0,'login.php ','','67.142.161.28'),(12389,'2010-11-13 21:43:02',1,'categories.php','','67.142.161.28'),(12390,'2010-11-14 13:19:27',0,'login.php ','','67.142.161.23'),(12391,'2010-11-14 13:19:28',0,'login.php ','','67.142.161.23'),(12392,'2010-11-14 13:19:36',0,'login.php surpro','','67.142.161.23'),(12393,'2010-11-14 13:19:36',0,'login.php ','','67.142.161.23'),(12394,'2010-11-14 13:19:42',1,'alt_nav.php','','67.142.161.23'),(12395,'2010-11-14 13:19:49',1,'developers_tool_kit.php','','67.142.161.23'),(12396,'2010-11-14 13:20:18',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.23'),(12397,'2010-11-14 13:22:01',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.23'),(12398,'2010-11-14 13:50:28',1,'configuration.php','gID=1&','97.31.77.203'),(12399,'2010-11-14 13:51:11',1,'define_pages_editor.php','','97.31.77.203'),(12400,'2010-11-14 15:23:12',0,'login.php ','','97.31.77.203'),(12401,'2010-11-14 15:23:19',0,'login.php surpro','','97.31.77.203'),(12402,'2010-11-14 15:24:56',1,'banner_manager.php','','97.31.77.203'),(12403,'2010-11-14 15:25:00',1,'layout_controller.php','','97.31.77.203'),(12404,'2010-11-14 15:25:22',1,'layout_controller.php','page=&cID=77&','97.31.77.203'),(12405,'2010-11-14 15:25:29',1,'layout_controller.php','page=&cID=77&action=edit&','97.31.77.203'),(12406,'2010-11-14 15:25:35',1,'layout_controller.php','page=&cID=77&action=save&layout_box_name=banner_box.php&','97.31.77.203'),(12407,'2010-11-14 15:25:36',1,'layout_controller.php','page=&cID=77&','97.31.77.203'),(12408,'2010-11-14 15:41:44',1,'banner_manager.php','','97.31.77.203'),(12409,'2010-11-14 15:41:54',1,'banner_manager.php','action=new&','97.31.77.203'),(12410,'2010-11-14 16:07:16',1,'banner_manager.php','action=insert&','97.31.77.203'),(12411,'2010-11-14 16:07:17',1,'banner_manager.php','bID=10&','97.31.77.203'),(12412,'2010-11-14 16:09:03',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12413,'2010-11-14 16:10:39',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12414,'2010-11-14 16:10:40',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12415,'2010-11-14 16:11:23',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12416,'2010-11-14 16:11:34',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12417,'2010-11-14 16:11:35',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12418,'2010-11-14 16:13:21',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12419,'2010-11-14 16:13:46',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12420,'2010-11-14 16:13:47',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12421,'2010-11-14 16:14:54',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12422,'2010-11-14 16:15:28',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12423,'2010-11-14 16:15:29',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12424,'2010-11-14 16:16:41',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12425,'2010-11-14 16:18:31',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12426,'2010-11-14 16:18:32',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12427,'2010-11-14 16:20:03',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12428,'2010-11-14 16:20:43',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12429,'2010-11-14 16:20:43',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12430,'2010-11-14 16:25:24',1,'developers_tool_kit.php','','97.31.77.203'),(12431,'2010-11-14 16:25:37',1,'developers_tool_kit.php','action=locate_all_files&','97.31.77.203'),(12432,'2010-11-14 16:28:16',1,'banner_manager.php','','97.31.77.203'),(12433,'2010-11-14 16:28:18',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12434,'2010-11-14 16:43:08',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12435,'2010-11-14 16:43:08',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12436,'2010-11-14 16:43:50',1,'ezpages.php','','97.31.77.203'),(12437,'2010-11-14 16:44:05',1,'configuration.php','gID=30&','97.31.77.203'),(12438,'2010-11-14 16:44:15',1,'developers_tool_kit.php','','97.31.77.203'),(12439,'2010-11-14 16:44:34',1,'developers_tool_kit.php','action=locate_all_files&','97.31.77.203'),(12440,'2010-11-14 16:59:20',1,'banner_manager.php','','97.31.77.203'),(12441,'2010-11-14 16:59:23',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12442,'2010-11-14 17:09:38',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12443,'2010-11-14 17:09:38',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12444,'2010-11-14 17:19:21',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12445,'2010-11-14 17:19:31',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12446,'2010-11-14 17:19:31',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12447,'2010-11-14 17:23:23',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12448,'2010-11-14 17:25:49',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12449,'2010-11-14 17:25:50',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12450,'2010-11-14 17:27:15',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12451,'2010-11-14 17:27:33',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12452,'2010-11-14 17:27:34',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12453,'2010-11-14 17:28:50',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12454,'2010-11-14 17:32:06',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12455,'2010-11-14 17:32:06',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12456,'2010-11-14 17:41:17',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12457,'2010-11-14 17:45:37',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12458,'2010-11-14 17:45:38',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12459,'2010-11-14 17:45:46',1,'banner_manager.php','securityToken=cd4b91178c3419050433c12fa3040975&language=sp&','97.31.77.203'),(12460,'2010-11-14 17:45:49',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12461,'2010-11-14 17:46:04',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12462,'2010-11-14 17:46:05',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12463,'2010-11-14 17:46:15',1,'banner_manager.php','securityToken=cd4b91178c3419050433c12fa3040975&language=en&','97.31.77.203'),(12464,'2010-11-14 17:49:26',1,'banner_manager.php','securityToken=cd4b91178c3419050433c12fa3040975&language=sp&','97.31.77.203'),(12465,'2010-11-14 17:49:37',1,'ezpages.php','','97.31.77.203'),(12466,'2010-11-14 17:49:40',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12467,'2010-11-14 17:52:10',1,'ezpages.php','ezID=3&action=new&vcheck=yes&','97.31.77.203'),(12468,'2010-11-14 17:52:39',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12469,'2010-11-14 17:53:11',1,'ezpages.php','action=update&','97.31.77.203'),(12470,'2010-11-14 17:53:12',1,'ezpages.php','ezID=3&','97.31.77.203'),(12471,'2010-11-14 17:53:34',1,'ezpages.php','ezID=4&action=new&','97.31.77.203'),(12472,'2010-11-14 17:58:50',1,'ezpages.php','action=update&','97.31.77.203'),(12473,'2010-11-14 17:58:51',1,'ezpages.php','ezID=4&','97.31.77.203'),(12474,'2010-11-14 18:00:03',1,'ezpages.php','ezID=4&action=new&','97.31.77.203'),(12475,'2010-11-14 18:00:53',1,'ezpages.php','action=update&','97.31.77.203'),(12476,'2010-11-14 18:00:54',1,'ezpages.php','ezID=4&','97.31.77.203'),(12477,'2010-11-14 18:01:01',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12478,'2010-11-14 18:04:06',1,'ezpages.php','action=update&','97.31.77.203'),(12479,'2010-11-14 18:04:06',1,'ezpages.php','ezID=3&','97.31.77.203'),(12480,'2010-11-14 18:04:58',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12481,'2010-11-14 18:05:16',1,'ezpages.php','action=update&','97.31.77.203'),(12482,'2010-11-14 18:05:16',1,'ezpages.php','ezID=3&','97.31.77.203'),(12483,'2010-11-14 18:05:21',1,'ezpages.php','ezID=4&action=new&','97.31.77.203'),(12484,'2010-11-14 18:05:41',1,'ezpages.php','action=update&','97.31.77.203'),(12485,'2010-11-14 18:05:42',1,'ezpages.php','ezID=4&','97.31.77.203'),(12486,'2010-11-14 18:06:55',1,'ezpages.php','securityToken=cd4b91178c3419050433c12fa3040975&language=en&','97.31.77.203'),(12487,'2010-11-14 18:06:59',1,'banner_manager.php','','97.31.77.203'),(12488,'2010-11-14 18:07:04',1,'banner_manager.php','page=1&bID=10&action=new&','97.31.77.203'),(12489,'2010-11-14 18:14:20',1,'banner_manager.php','page=1&action=update&','97.31.77.203'),(12490,'2010-11-14 18:14:20',1,'banner_manager.php','page=1&bID=10&','97.31.77.203'),(12491,'2010-11-14 18:14:34',1,'developers_tool_kit.php','','97.31.77.203'),(12492,'2010-11-14 18:14:47',1,'developers_tool_kit.php','action=locate_all_files&','97.31.77.203'),(12493,'2010-11-14 19:46:42',0,'login.php ','','97.31.77.203'),(12494,'2010-11-14 19:46:49',0,'login.php surpro','','97.31.77.203'),(12495,'2010-11-14 19:47:08',1,'ezpages_install.php','','97.31.77.203'),(12496,'2010-11-14 19:47:17',1,'ezpages_install.php','action=install&','97.31.77.203'),(12497,'2010-11-14 21:37:45',0,'login.php ','','97.31.77.203'),(12498,'2010-11-14 21:38:02',0,'login.php surpro','','97.31.77.203'),(12499,'2010-11-14 21:38:11',1,'ezpages_install.php','','97.31.77.203'),(12500,'2010-11-14 21:38:17',1,'ezpages_install.php','action=install&','97.31.77.203'),(12501,'2010-11-14 21:38:34',1,'ezpages.php','','97.31.77.203'),(12502,'2010-11-14 21:38:49',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12503,'2010-11-14 21:40:52',1,'ezpages.php','action=update&','97.31.77.203'),(12504,'2010-11-14 21:40:53',1,'ezpages.php','ezID=3&','97.31.77.203'),(12505,'2010-11-14 21:41:00',1,'ezpages.php','ezID=4&action=new&','97.31.77.203'),(12506,'2010-11-14 21:41:38',1,'ezpages.php','action=update&','97.31.77.203'),(12507,'2010-11-14 21:41:38',1,'ezpages.php','ezID=4&','97.31.77.203'),(12508,'2010-11-14 22:05:28',1,'alt_nav.php','','97.31.77.203'),(12509,'2010-11-14 22:05:34',1,'ezpages_install.php','','97.31.77.203'),(12510,'2010-11-14 22:05:48',1,'ezpages_install.php','action=install&','97.31.77.203'),(12511,'2010-11-14 22:06:08',1,'ezpages.php','','97.31.77.203'),(12512,'2010-11-14 22:06:15',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12513,'2010-11-14 22:15:20',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12514,'2010-11-14 22:16:04',1,'ezpages_install.php','','97.31.77.203'),(12515,'2010-11-14 22:16:08',1,'ezpages_install.php','action=repair&','97.31.77.203'),(12516,'2010-11-14 22:16:16',1,'ezpages.php','','97.31.77.203'),(12517,'2010-11-14 22:16:21',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12518,'2010-11-14 22:23:03',1,'ezpages_install.php','','97.31.77.203'),(12519,'2010-11-14 22:23:07',1,'ezpages_install.php','action=uninstall&','97.31.77.203'),(12520,'2010-11-14 22:23:39',1,'ezpages.php','','97.31.77.203'),(12521,'2010-11-14 22:26:36',1,'ezpages.php','','97.31.77.203'),(12522,'2010-11-14 22:26:43',1,'ezpages.php','ezID=3&action=new&','97.31.77.203'),(12523,'2010-11-14 22:54:18',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12524,'2010-11-14 22:56:48',1,'ezpages.php','action=update&','67.142.161.32'),(12525,'2010-11-14 22:56:48',1,'ezpages.php','ezID=3&','67.142.161.32'),(12526,'2010-11-14 22:56:57',1,'ezpages.php','ezID=4&action=new&','67.142.161.32'),(12527,'2010-11-14 22:58:30',1,'ezpages.php','action=update&','67.142.161.32'),(12528,'2010-11-14 22:58:30',1,'ezpages.php','ezID=4&','67.142.161.32'),(12529,'2010-11-14 22:59:25',1,'ezpages.php','','67.142.161.32'),(12530,'2010-11-14 22:59:40',1,'banner_manager.php','','67.142.161.32'),(12531,'2010-11-14 22:59:44',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12532,'2010-11-14 23:00:31',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12533,'2010-11-14 23:00:31',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12534,'2010-11-14 23:11:21',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12535,'2010-11-14 23:11:38',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12536,'2010-11-14 23:11:39',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12537,'2010-11-14 23:13:20',1,'ezpages.php','','67.142.161.32'),(12538,'2010-11-14 23:13:24',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12539,'2010-11-14 23:14:25',1,'ezpages.php','action=update&','67.142.161.32'),(12540,'2010-11-14 23:14:26',1,'ezpages.php','ezID=3&','67.142.161.32'),(12541,'2010-11-14 23:30:30',1,'developers_tool_kit.php','','67.142.161.32'),(12542,'2010-11-14 23:30:52',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12543,'2010-11-14 23:31:25',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12544,'2010-11-14 23:33:15',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12545,'2010-11-14 23:33:32',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12546,'2010-11-14 23:33:51',1,'developers_tool_kit.php','action=locate_configuration&','67.142.161.32'),(12547,'2010-11-14 23:34:07',1,'developers_tool_kit.php','action=locate_configuration&','67.142.161.32'),(12548,'2010-11-14 23:34:21',1,'developers_tool_kit.php','action=locate_template&','67.142.161.32'),(12549,'2010-11-14 23:41:41',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12550,'2010-11-15 00:03:11',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12551,'2010-11-15 00:05:59',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12552,'2010-11-15 00:06:20',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12553,'2010-11-15 00:06:21',1,'developers_tool_kit.php','','67.142.161.32'),(12554,'2010-11-15 00:06:47',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12555,'2010-11-15 00:13:09',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12556,'2010-11-15 00:17:03',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12557,'2010-11-15 00:17:39',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12558,'2010-11-15 00:17:58',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12559,'2010-11-15 00:20:23',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12560,'2010-11-15 00:20:31',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.32'),(12561,'2010-11-15 00:54:51',1,'banner_manager.php','','67.142.161.32'),(12562,'2010-11-15 00:55:07',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12563,'2010-11-15 00:56:39',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12564,'2010-11-15 00:56:39',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12565,'2010-11-15 00:58:53',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12566,'2010-11-15 00:59:20',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12567,'2010-11-15 00:59:21',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12568,'2010-11-15 01:00:42',1,'configuration.php','gID=19&','67.142.161.32'),(12569,'2010-11-15 01:02:08',1,'configuration.php','gID=19&cID=422&action=edit&','67.142.161.32'),(12570,'2010-11-15 01:03:24',1,'banner_manager.php','','67.142.161.32'),(12571,'2010-11-15 01:03:30',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12572,'2010-11-15 01:04:03',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12573,'2010-11-15 01:04:04',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12574,'2010-11-15 01:04:15',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12575,'2010-11-15 01:05:07',1,'configuration.php','gID=19&','67.142.161.32'),(12576,'2010-11-15 01:05:21',1,'banner_manager.php','','67.142.161.32'),(12577,'2010-11-15 01:05:52',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12578,'2010-11-15 01:06:18',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12579,'2010-11-15 01:06:19',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12580,'2010-11-15 01:06:59',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12581,'2010-11-15 01:07:19',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12582,'2010-11-15 01:07:20',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12583,'2010-11-15 01:11:11',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12584,'2010-11-15 01:12:14',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12585,'2010-11-15 01:12:15',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12586,'2010-11-15 01:12:30',1,'banner_manager.php','action=new&','67.142.161.32'),(12587,'2010-11-15 01:17:32',1,'banner_manager.php','action=insert&','67.142.161.32'),(12588,'2010-11-15 01:17:32',1,'banner_manager.php','bID=11&','67.142.161.32'),(12589,'2010-11-15 01:18:10',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(12590,'2010-11-15 01:18:29',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12591,'2010-11-15 01:18:29',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12592,'2010-11-15 01:29:08',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12593,'2010-11-15 01:29:11',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12594,'2010-11-15 01:29:25',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12595,'2010-11-15 01:29:26',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12596,'2010-11-15 01:29:37',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12597,'2010-11-15 01:29:41',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(12598,'2010-11-15 01:29:56',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12599,'2010-11-15 01:29:56',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12600,'2010-11-15 01:30:12',1,'configuration.php','gID=19&','67.142.161.32'),(12601,'2010-11-15 01:30:36',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.32'),(12602,'2010-11-15 01:30:57',1,'configuration.php','gID=19&cID=427&action=save&','67.142.161.32'),(12603,'2010-11-15 01:30:57',1,'configuration.php','gID=19&cID=427&','67.142.161.32'),(12604,'2010-11-15 01:31:59',1,'banner_manager.php','','67.142.161.32'),(12605,'2010-11-15 01:32:13',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12606,'2010-11-15 01:32:18',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(12607,'2010-11-15 01:32:56',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12608,'2010-11-15 01:33:01',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(12609,'2010-11-15 01:33:05',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(12610,'2010-11-15 01:37:44',1,'configuration.php','gID=19&','67.142.161.32'),(12611,'2010-11-15 01:39:35',1,'layout_controller.php','','67.142.161.32'),(12612,'2010-11-15 01:47:02',1,'layout_controller.php','','67.142.161.32'),(12613,'2010-11-15 01:47:51',1,'layout_controller.php','page=&cID=77&','67.142.161.32'),(12614,'2010-11-15 01:47:58',1,'layout_controller.php','page=&cID=77&action=edit&','67.142.161.32'),(12615,'2010-11-15 01:48:34',1,'layout_controller.php','page=&cID=77&action=save&layout_box_name=banner_box.php&','67.142.161.32'),(12616,'2010-11-15 01:48:34',1,'layout_controller.php','page=&cID=77&','67.142.161.32'),(12617,'2010-11-15 01:48:49',1,'banner_manager.php','','67.142.161.32'),(12618,'2010-11-15 01:49:00',1,'banner_manager.php','page=1&bID=11&action=setflag&flag=0&','67.142.161.32'),(12619,'2010-11-15 01:49:00',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12620,'2010-11-15 01:49:04',1,'banner_manager.php','page=1&bID=11&action=setflag&flag=1&','67.142.161.32'),(12621,'2010-11-15 01:49:04',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12622,'2010-11-15 01:49:07',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(12623,'2010-11-15 01:49:43',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(12624,'2010-11-15 01:49:43',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12625,'2010-11-15 01:50:23',1,'configuration.php','gID=19&','67.142.161.32'),(12626,'2010-11-15 01:50:36',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.32'),(12627,'2010-11-15 01:50:55',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.32'),(12628,'2010-11-15 01:50:55',1,'configuration.php','gID=19&cID=428&','67.142.161.32'),(12629,'2010-11-15 01:51:32',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.32'),(12630,'2010-11-15 01:51:32',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.32'),(12631,'2010-11-15 01:52:09',1,'configuration.php','gID=19&cID=428&','67.142.161.32'),(12632,'2010-11-15 09:11:58',0,'login.php ','','67.142.161.29'),(12633,'2010-11-15 09:11:59',0,'login.php ','','67.142.161.29'),(12634,'2010-11-15 09:12:08',0,'login.php surpro','','67.142.161.29'),(12635,'2010-11-15 09:12:08',0,'login.php ','','67.142.161.29'),(12636,'2010-11-15 09:12:16',1,'configuration.php','gID=19&','67.142.161.29'),(12637,'2010-11-15 09:12:27',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.29'),(12638,'2010-11-15 09:12:35',1,'configuration.php','gID=19&cID=427&action=save&','67.142.161.29'),(12639,'2010-11-15 09:12:35',1,'configuration.php','gID=19&cID=427&','67.142.161.29'),(12640,'2010-11-15 09:12:41',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12641,'2010-11-15 09:12:50',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12642,'2010-11-15 09:12:50',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12643,'2010-11-15 09:12:58',1,'banner_manager.php','','67.142.161.29'),(12644,'2010-11-15 09:13:05',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12645,'2010-11-15 09:13:27',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12646,'2010-11-15 09:13:27',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12647,'2010-11-15 09:13:32',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12648,'2010-11-15 09:13:34',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12649,'2010-11-15 09:13:49',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12650,'2010-11-15 09:13:49',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12651,'2010-11-15 09:20:43',1,'developers_tool_kit.php','','67.142.161.29'),(12652,'2010-11-15 09:20:52',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(12653,'2010-11-15 09:27:12',1,'configuration.php','gID=19&','67.142.161.29'),(12654,'2010-11-15 09:27:18',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.29'),(12655,'2010-11-15 09:27:27',1,'configuration.php','gID=19&cID=427&action=save&','67.142.161.29'),(12656,'2010-11-15 09:27:27',1,'configuration.php','gID=19&cID=427&','67.142.161.29'),(12657,'2010-11-15 09:27:32',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12658,'2010-11-15 09:27:44',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12659,'2010-11-15 09:27:44',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12660,'2010-11-15 09:27:59',1,'banner_manager.php','','67.142.161.29'),(12661,'2010-11-15 09:28:03',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12662,'2010-11-15 09:28:26',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12663,'2010-11-15 09:28:26',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12664,'2010-11-15 09:28:33',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12665,'2010-11-15 09:28:37',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12666,'2010-11-15 09:28:45',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12667,'2010-11-15 09:28:46',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12668,'2010-11-15 09:33:06',1,'developers_tool_kit.php','','67.142.161.29'),(12669,'2010-11-15 09:33:30',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(12670,'2010-11-15 09:58:19',1,'banner_manager.php','','67.142.161.29'),(12671,'2010-11-15 09:58:24',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12672,'2010-11-15 09:58:34',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12673,'2010-11-15 09:59:54',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12674,'2010-11-15 09:59:54',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12675,'2010-11-15 09:59:59',1,'configuration.php','gID=19&','67.142.161.29'),(12676,'2010-11-15 10:00:07',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.29'),(12677,'2010-11-15 10:00:16',1,'configuration.php','gID=19&cID=427&action=save&','67.142.161.29'),(12678,'2010-11-15 10:00:16',1,'configuration.php','gID=19&cID=427&','67.142.161.29'),(12679,'2010-11-15 10:00:26',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12680,'2010-11-15 10:00:46',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12681,'2010-11-15 10:00:46',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12682,'2010-11-15 10:00:52',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12683,'2010-11-15 10:01:00',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12684,'2010-11-15 10:01:01',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12685,'2010-11-15 10:01:18',1,'banner_manager.php','','67.142.161.29'),(12686,'2010-11-15 10:01:25',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12687,'2010-11-15 10:01:38',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12688,'2010-11-15 10:01:39',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12689,'2010-11-15 10:01:48',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12690,'2010-11-15 10:01:50',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12691,'2010-11-15 10:02:02',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12692,'2010-11-15 10:02:02',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12693,'2010-11-15 10:02:49',1,'configuration.php','gID=19&','67.142.161.29'),(12694,'2010-11-15 10:02:54',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.29'),(12695,'2010-11-15 10:03:03',1,'configuration.php','gID=19&cID=427&action=save&','67.142.161.29'),(12696,'2010-11-15 10:03:04',1,'configuration.php','gID=19&cID=427&','67.142.161.29'),(12697,'2010-11-15 10:03:09',1,'banner_manager.php','','67.142.161.29'),(12698,'2010-11-15 10:03:16',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12699,'2010-11-15 10:03:22',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12700,'2010-11-15 10:03:32',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12701,'2010-11-15 10:03:32',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12702,'2010-11-15 10:07:05',1,'banner_manager.php','','67.142.161.29'),(12703,'2010-11-15 10:07:17',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12704,'2010-11-15 10:07:27',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12705,'2010-11-15 10:07:28',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12706,'2010-11-15 10:07:53',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12707,'2010-11-15 10:08:35',1,'configuration.php','gID=19&','67.142.161.29'),(12708,'2010-11-15 10:08:43',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12709,'2010-11-15 10:08:56',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12710,'2010-11-15 10:08:57',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12711,'2010-11-15 10:09:08',1,'banner_manager.php','','67.142.161.29'),(12712,'2010-11-15 10:09:15',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12713,'2010-11-15 10:09:50',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12714,'2010-11-15 10:09:50',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12715,'2010-11-15 10:10:58',1,'banner_manager.php','','67.142.161.29'),(12716,'2010-11-15 10:11:22',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12717,'2010-11-15 10:11:26',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12718,'2010-11-15 10:11:46',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12719,'2010-11-15 10:11:46',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12720,'2010-11-15 10:14:13',1,'configuration.php','gID=19&','67.142.161.29'),(12721,'2010-11-15 10:14:27',1,'configuration.php','gID=19&','67.142.161.29'),(12722,'2010-11-15 10:14:42',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12723,'2010-11-15 10:15:04',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12724,'2010-11-15 10:15:04',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12725,'2010-11-15 10:15:11',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.29'),(12726,'2010-11-15 10:15:27',1,'configuration.php','gID=19&cID=427&action=edit&','67.142.161.29'),(12727,'2010-11-15 10:16:25',1,'configuration.php','gID=19&cID=427&','67.142.161.29'),(12728,'2010-11-15 10:16:29',1,'banner_manager.php','','67.142.161.29'),(12729,'2010-11-15 10:24:19',1,'configuration.php','gID=19&','67.142.161.29'),(12730,'2010-11-15 10:24:38',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.29'),(12731,'2010-11-15 10:24:53',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.29'),(12732,'2010-11-15 10:24:53',1,'configuration.php','gID=19&cID=428&','67.142.161.29'),(12733,'2010-11-15 10:25:01',1,'banner_manager.php','','67.142.161.29'),(12734,'2010-11-15 10:25:07',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12735,'2010-11-15 10:25:32',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12736,'2010-11-15 10:25:33',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12737,'2010-11-15 10:26:41',1,'configuration.php','gID=19&','67.142.161.29'),(12738,'2010-11-15 10:27:15',1,'banner_manager.php','','67.142.161.29'),(12739,'2010-11-15 10:27:30',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12740,'2010-11-15 10:27:34',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12741,'2010-11-15 10:27:54',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12742,'2010-11-15 10:27:54',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12743,'2010-11-15 10:28:20',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.29'),(12744,'2010-11-15 10:28:26',1,'banner_manager.php','page=1&bID=11&','67.142.161.29'),(12745,'2010-11-15 10:28:30',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12746,'2010-11-15 10:28:32',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12747,'2010-11-15 10:32:04',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12748,'2010-11-15 10:32:04',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12749,'2010-11-15 10:33:12',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(12750,'2010-11-15 10:33:21',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(12751,'2010-11-15 10:33:21',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(12752,'2010-11-15 13:20:37',0,'login.php ','','67.142.161.20'),(12753,'2010-11-15 13:20:40',0,'login.php ','','67.142.161.20'),(12754,'2010-11-15 13:20:47',0,'login.php surpro','','67.142.161.20'),(12755,'2010-11-15 13:20:48',0,'login.php ','','67.142.161.20'),(12756,'2010-11-15 13:21:28',1,'ezpages.php','','67.142.161.20'),(12757,'2010-11-15 13:21:42',1,'banner_manager.php','','67.142.161.20'),(12758,'2010-11-15 13:22:04',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.20'),(12759,'2010-11-15 13:22:17',1,'banner_manager.php','page=1&action=update&','67.142.161.20'),(12760,'2010-11-15 13:22:17',1,'banner_manager.php','page=1&bID=10&','67.142.161.20'),(12761,'2010-11-15 13:22:25',1,'layout_controller.php','','67.142.161.20'),(12762,'2010-11-15 13:22:47',1,'layout_controller.php','page=&cID=78&','67.142.161.20'),(12763,'2010-11-15 13:22:50',1,'layout_controller.php','page=&cID=78&action=edit&','67.142.161.20'),(12764,'2010-11-15 13:23:16',1,'layout_controller.php','page=&cID=78&action=save&layout_box_name=banner_box2.php&','67.142.161.20'),(12765,'2010-11-15 13:23:17',1,'layout_controller.php','page=&cID=78&','67.142.161.20'),(12766,'2010-11-15 13:30:27',1,'configuration.php','gID=19&','67.142.161.20'),(12767,'2010-11-15 13:30:47',1,'banner_manager.php','','67.142.161.20'),(12768,'2010-11-15 13:30:58',1,'banner_manager.php','page=1&bID=11&','67.142.161.20'),(12769,'2010-11-15 13:31:03',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.20'),(12770,'2010-11-15 13:31:51',1,'banner_manager.php','page=1&action=update&','67.142.161.20'),(12771,'2010-11-15 13:31:51',1,'banner_manager.php','page=1&bID=11&','67.142.161.20'),(12772,'2010-11-15 13:32:05',1,'configuration.php','gID=19&','67.142.161.20'),(12773,'2010-11-15 13:32:11',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.20'),(12774,'2010-11-15 13:32:20',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.20'),(12775,'2010-11-15 13:32:20',1,'configuration.php','gID=19&cID=428&','67.142.161.20'),(12776,'2010-11-15 13:32:32',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.20'),(12777,'2010-11-15 13:32:32',1,'configuration.php','gID=19&cID=428&action=edit&','67.142.161.20'),(12778,'2010-11-15 13:32:54',1,'configuration.php','gID=19&cID=428&action=save&','67.142.161.20'),(12779,'2010-11-15 13:32:54',1,'configuration.php','gID=19&cID=428&','67.142.161.20'),(12780,'2010-11-15 13:33:25',1,'banner_manager.php','','67.142.161.20'),(12781,'2010-11-15 13:33:32',1,'banner_manager.php','page=1&bID=11&','67.142.161.20'),(12782,'2010-11-15 13:33:35',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.20'),(12783,'2010-11-15 13:34:14',1,'banner_manager.php','page=1&action=update&','67.142.161.20'),(12784,'2010-11-15 13:34:15',1,'banner_manager.php','page=1&bID=11&','67.142.161.20'),(12785,'2010-11-15 13:34:39',1,'banner_manager.php','page=1&bID=11&action=setbanners_open_new_windows&flagbanners_open_new_windows=1&','67.142.161.20'),(12786,'2010-11-15 13:34:39',1,'banner_manager.php','page=1&bID=11&','67.142.161.20'),(12787,'2010-11-15 13:34:48',1,'banner_manager.php','page=1&bID=11&','67.142.161.20'),(12788,'2010-11-15 19:25:25',0,'login.php ','','67.142.161.18'),(12789,'2010-11-15 19:25:26',0,'login.php ','','67.142.161.18'),(12790,'2010-11-15 19:25:36',0,'login.php surpro','','67.142.161.18'),(12791,'2010-11-15 19:25:37',0,'login.php ','','67.142.161.18'),(12792,'2010-11-15 19:38:51',1,'layout_controller.php','','72.111.232.110'),(12793,'2010-11-15 19:42:52',1,'layout_controller.php','','72.111.232.110'),(12794,'2010-11-15 19:50:30',1,'layout_controller.php','','72.111.232.110'),(12795,'2010-11-15 19:51:07',1,'layout_controller.php','page=&cID=104&action=edit&','72.111.232.110'),(12796,'2010-11-15 19:51:24',1,'layout_controller.php','page=&cID=104&action=edit&','72.111.232.110'),(12797,'2010-11-15 19:52:14',1,'layout_controller.php','page=&cID=104&action=save&layout_box_name=banner_box2.phpRVD&','72.111.232.110'),(12798,'2010-11-15 19:52:14',1,'layout_controller.php','page=&cID=104&','72.111.232.110'),(12799,'2010-11-15 19:52:52',1,'layout_controller.php','page=&cID=104&action=delete&layout_box_name=banner_box2.phpRVD&','72.111.232.110'),(12800,'2010-11-15 19:52:59',1,'layout_controller.php','page=&cID=104&action=deleteconfirm&layout_box_name=banner_box2.phpRVD&','72.111.232.110'),(12801,'2010-11-15 19:53:00',1,'layout_controller.php','page=&','72.111.232.110'),(12802,'2010-11-15 19:53:23',1,'layout_controller.php','page=&cID=77&','72.111.232.110'),(12803,'2010-11-15 19:53:25',1,'layout_controller.php','page=&cID=77&action=edit&','72.111.232.110'),(12804,'2010-11-15 19:53:34',1,'layout_controller.php','page=&cID=77&layout_box_name=banner_box.php&','72.111.232.110'),(12805,'2010-11-15 19:53:37',1,'banner_manager.php','','72.111.232.110'),(12806,'2010-11-15 19:53:51',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12807,'2010-11-15 19:53:54',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12808,'2010-11-15 19:59:17',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12809,'2010-11-15 19:59:18',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12810,'2010-11-15 19:59:24',1,'banner_manager.php','securityToken=c05abfab1ae8c4994cd0015cafe6c74b&language=sp&','72.111.232.110'),(12811,'2010-11-15 19:59:32',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12812,'2010-11-15 20:00:14',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12813,'2010-11-15 20:00:15',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12814,'2010-11-15 20:01:33',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12815,'2010-11-15 20:01:46',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12816,'2010-11-15 20:01:47',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12817,'2010-11-15 20:05:13',1,'developers_tool_kit.php','','72.111.232.110'),(12818,'2010-11-15 20:05:29',1,'developers_tool_kit.php','action=locate_all_files&','72.111.232.110'),(12819,'2010-11-15 20:18:15',1,'banner_manager.php','','72.111.232.110'),(12820,'2010-11-15 20:18:20',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12821,'2010-11-15 20:18:56',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12822,'2010-11-15 20:18:57',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12823,'2010-11-15 20:19:04',1,'banner_manager.php','securityToken=c05abfab1ae8c4994cd0015cafe6c74b&language=en&','72.111.232.110'),(12824,'2010-11-15 20:19:09',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12825,'2010-11-15 20:19:12',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12826,'2010-11-15 20:20:12',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12827,'2010-11-15 20:20:13',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12828,'2010-11-15 20:21:47',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12829,'2010-11-15 20:23:12',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12830,'2010-11-15 20:23:13',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12831,'2010-11-15 20:24:50',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12832,'2010-11-15 20:26:08',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12833,'2010-11-15 20:26:09',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12834,'2010-11-15 20:29:03',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12835,'2010-11-15 20:29:03',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12836,'2010-11-15 20:29:13',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12837,'2010-11-15 20:29:18',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12838,'2010-11-15 20:29:19',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12839,'2010-11-15 20:29:23',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12840,'2010-11-15 20:30:16',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12841,'2010-11-15 20:30:20',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12842,'2010-11-15 20:30:20',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12843,'2010-11-15 20:30:23',1,'banner_manager.php','page=1&bID=10&action=new&','72.111.232.110'),(12844,'2010-11-15 20:31:57',1,'banner_manager.php','page=1&bID=10&','72.111.232.110'),(12845,'2010-11-15 20:32:02',1,'banner_manager.php','securityToken=c05abfab1ae8c4994cd0015cafe6c74b&language=sp&','72.111.232.110'),(12846,'2010-11-15 20:32:07',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12847,'2010-11-15 20:32:07',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12848,'2010-11-15 20:32:28',1,'banner_manager.php','page=1&action=update&','72.111.232.110'),(12849,'2010-11-15 20:32:28',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12850,'2010-11-15 22:23:28',0,'login.php ','','72.111.232.110'),(12851,'2010-11-15 22:23:39',0,'login.php surpro','','72.111.232.110'),(12852,'2010-11-15 22:23:52',1,'ezpages.php','','72.111.232.110'),(12853,'2010-11-15 22:24:04',1,'ezpages_install.php','','72.111.232.110'),(12854,'2010-11-15 22:24:07',1,'ezpages_install.php','action=install&','72.111.232.110'),(12855,'2010-11-15 22:24:21',1,'ezpages.php','','72.111.232.110'),(12856,'2010-11-15 22:24:25',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12857,'2010-11-15 22:25:21',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12858,'2010-11-15 22:25:40',1,'ezpages.php','ezID=3&','72.111.232.110'),(12859,'2010-11-15 22:32:18',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12860,'2010-11-15 22:32:40',1,'ezpages.php','ezID=4&','72.111.232.110'),(12861,'2010-11-15 22:33:04',1,'ezpages.php','securityToken=2a804b769b97d140b4b6e35dfd46ddc0&language=sp&','72.111.232.110'),(12862,'2010-11-15 22:33:08',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12863,'2010-11-15 22:33:23',1,'ezpages.php','ezID=3&','72.111.232.110'),(12864,'2010-11-15 22:33:53',1,'ezpages.php','securityToken=2a804b769b97d140b4b6e35dfd46ddc0&language=en&','72.111.232.110'),(12865,'2010-11-15 22:34:00',1,'ezpages.php','page=1&ezID=3&action=new&','72.111.232.110'),(12866,'2010-11-15 22:52:36',1,'ezpages.php','page=1&ezID=3&','72.111.232.110'),(12867,'2010-11-15 22:52:50',1,'configuration.php','gID=30&','72.111.232.110'),(12868,'2010-11-15 22:53:15',1,'ezpages.php','','72.111.232.110'),(12869,'2010-11-15 22:53:25',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12870,'2010-11-15 22:53:49',1,'ezpages.php','ezID=4&','72.111.232.110'),(12871,'2010-11-15 22:53:54',1,'banner_manager.php','','72.111.232.110'),(12872,'2010-11-15 22:54:04',1,'banner_manager.php','page=1&bID=11&action=new&','72.111.232.110'),(12873,'2010-11-15 23:17:00',1,'banner_manager.php','page=1&bID=11&','72.111.232.110'),(12874,'2010-11-15 23:17:16',1,'ezpages.php','','72.111.232.110'),(12875,'2010-11-15 23:17:21',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12876,'2010-11-15 23:18:54',1,'ezpages.php','action=update&','72.111.232.110'),(12877,'2010-11-15 23:18:54',1,'ezpages.php','ezID=3&','72.111.232.110'),(12878,'2010-11-15 23:18:58',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12879,'2010-11-15 23:19:17',1,'ezpages.php','action=update&','72.111.232.110'),(12880,'2010-11-15 23:19:18',1,'ezpages.php','ezID=4&','72.111.232.110'),(12881,'2010-11-15 23:19:37',1,'ezpages.php','securityToken=2a804b769b97d140b4b6e35dfd46ddc0&language=sp&','72.111.232.110'),(12882,'2010-11-15 23:19:51',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12883,'2010-11-15 23:20:25',1,'ezpages.php','ezID=3&','72.111.232.110'),(12884,'2010-11-15 23:20:28',1,'ezpages.php','page=1&ezID=4&','72.111.232.110'),(12885,'2010-11-15 23:20:28',1,'ezpages.php','page=1&ezID=4&','72.111.232.110'),(12886,'2010-11-15 23:20:33',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12887,'2010-11-15 23:21:05',1,'ezpages.php','action=update&','72.111.232.110'),(12888,'2010-11-15 23:21:05',1,'ezpages.php','ezID=4&','72.111.232.110'),(12889,'2010-11-15 23:21:26',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12890,'2010-11-15 23:22:07',1,'ezpages.php','action=update&','72.111.232.110'),(12891,'2010-11-15 23:22:07',1,'ezpages.php','ezID=4&','72.111.232.110'),(12892,'2010-11-15 23:23:41',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12893,'2010-11-15 23:24:32',1,'ezpages.php','action=update&','72.111.232.110'),(12894,'2010-11-15 23:24:33',1,'ezpages.php','ezID=4&','72.111.232.110'),(12895,'2010-11-15 23:25:35',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12896,'2010-11-15 23:25:49',1,'ezpages.php','action=update&','72.111.232.110'),(12897,'2010-11-15 23:25:50',1,'ezpages.php','ezID=3&','72.111.232.110'),(12898,'2010-11-15 23:36:40',1,'ezpages.php','page=1&ezID=3&action=new&','72.111.232.110'),(12899,'2010-11-15 23:37:00',1,'ezpages.php','page=1&action=update&','72.111.232.110'),(12900,'2010-11-15 23:37:00',1,'ezpages.php','page=1&ezID=3&','72.111.232.110'),(12901,'2010-11-15 23:37:07',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12902,'2010-11-15 23:37:18',1,'ezpages.php','action=update&','72.111.232.110'),(12903,'2010-11-15 23:37:18',1,'ezpages.php','ezID=3&','72.111.232.110'),(12904,'2010-11-15 23:37:30',1,'ezpages.php','ezID=3&','72.111.232.110'),(12905,'2010-11-15 23:46:58',1,'ezpages.php','','72.111.232.110'),(12906,'2010-11-15 23:47:02',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12907,'2010-11-15 23:47:22',1,'ezpages.php','action=update&','72.111.232.110'),(12908,'2010-11-15 23:47:23',1,'ezpages.php','ezID=3&','72.111.232.110'),(12909,'2010-11-15 23:47:52',1,'ezpages.php','','72.111.232.110'),(12910,'2010-11-15 23:48:00',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12911,'2010-11-15 23:48:36',1,'ezpages.php','action=update&','72.111.232.110'),(12912,'2010-11-15 23:48:36',1,'ezpages.php','ezID=4&','72.111.232.110'),(12913,'2010-11-15 23:49:10',1,'ezpages.php','ezID=4&','72.111.232.110'),(12914,'2010-11-15 23:54:41',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12915,'2010-11-15 23:54:52',1,'ezpages.php','action=update&','72.111.232.110'),(12916,'2010-11-15 23:54:53',1,'ezpages.php','ezID=3&','72.111.232.110'),(12917,'2010-11-15 23:55:52',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12918,'2010-11-15 23:56:04',1,'ezpages.php','action=update&','72.111.232.110'),(12919,'2010-11-15 23:56:05',1,'ezpages.php','ezID=3&','72.111.232.110'),(12920,'2010-11-15 23:56:50',1,'ezpages.php','securityToken=2a804b769b97d140b4b6e35dfd46ddc0&language=en&','72.111.232.110'),(12921,'2010-11-15 23:56:55',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12922,'2010-11-15 23:57:23',1,'ezpages.php','action=update&','72.111.232.110'),(12923,'2010-11-15 23:57:24',1,'ezpages.php','ezID=3&','72.111.232.110'),(12924,'2010-11-15 23:58:42',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12925,'2010-11-15 23:59:18',1,'ezpages.php','action=update&','72.111.232.110'),(12926,'2010-11-15 23:59:19',1,'ezpages.php','ezID=3&','72.111.232.110'),(12927,'2010-11-15 23:59:26',1,'ezpages.php','ezID=4&action=new&','72.111.232.110'),(12928,'2010-11-15 23:59:55',1,'ezpages.php','action=update&','72.111.232.110'),(12929,'2010-11-15 23:59:56',1,'ezpages.php','ezID=4&','72.111.232.110'),(12930,'2010-11-16 00:00:46',1,'ezpages.php','ezID=3&action=new&','72.111.232.110'),(12931,'2010-11-16 00:01:04',1,'ezpages.php','action=update&','72.111.232.110'),(12932,'2010-11-16 00:01:05',1,'ezpages.php','ezID=3&','72.111.232.110'),(12933,'2010-11-16 00:08:07',1,'developers_tool_kit.php','','72.111.232.110'),(12934,'2010-11-16 00:08:37',1,'developers_tool_kit.php','action=locate_configuration&','72.111.232.110'),(12935,'2010-11-16 00:09:26',1,'developers_tool_kit.php','action=locate_configuration&','72.111.232.110'),(12936,'2010-11-16 00:09:26',1,'developers_tool_kit.php','','72.111.232.110'),(12937,'2010-11-16 00:09:57',1,'developers_tool_kit.php','action=locate_configuration&','72.111.232.110'),(12938,'2010-11-16 18:37:10',0,'login.php ','','67.142.161.18'),(12939,'2010-11-16 18:37:13',0,'login.php ','','67.142.161.18'),(12940,'2010-11-16 18:38:40',0,'login.php surpro','','67.142.161.18'),(12941,'2010-11-16 18:38:41',0,'login.php ','','67.142.161.18'),(12942,'2010-11-16 18:38:54',1,'developers_tool_kit.php','','67.142.161.18'),(12943,'2010-11-16 18:39:10',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.18'),(12944,'2010-11-16 18:51:43',1,'ceon_uri_mapping_config.php','','67.142.161.18'),(12945,'2010-11-16 18:52:20',1,'ezpages.php','','67.142.161.18'),(12946,'2010-11-16 18:52:27',1,'ezpages.php','ezID=4&action=new&','67.142.161.18'),(12947,'2010-11-16 18:52:37',1,'ezpages.php','','67.142.161.18'),(12948,'2010-11-16 18:52:43',1,'ezpages.php','ezID=3&action=new&','67.142.161.18'),(12949,'2010-11-16 18:52:52',1,'ezpages.php','','67.142.161.18'),(12950,'2010-11-16 18:52:57',1,'ezpages.php','ezID=4&action=new&','67.142.161.18'),(12951,'2010-11-16 18:53:42',1,'ezpages.php','action=update&','67.142.161.18'),(12952,'2010-11-16 18:53:42',1,'ezpages.php','ezID=4&','67.142.161.18'),(12953,'2010-11-16 18:55:18',1,'ezpages.php','action=page_open_new_window&current=1&ezID=4&page=1&','67.142.161.18'),(12954,'2010-11-16 18:55:18',1,'ezpages.php','page=1&ezID=4&','67.142.161.18'),(12955,'2010-11-16 18:55:21',1,'ezpages.php','ezID=3&action=new&','67.142.161.18'),(12956,'2010-11-16 18:55:53',1,'ezpages.php','action=update&','67.142.161.18'),(12957,'2010-11-16 18:55:54',1,'ezpages.php','ezID=3&','67.142.161.18'),(12958,'2010-11-16 18:56:02',1,'ezpages.php','ezID=4&action=new&','67.142.161.18'),(12959,'2010-11-16 18:57:19',1,'ezpages.php','action=update&','67.142.161.18'),(12960,'2010-11-16 18:57:19',1,'ezpages.php','ezID=4&','67.142.161.18'),(12961,'2010-11-16 18:57:25',1,'ezpages.php','ezID=4&action=new&','67.142.161.18'),(12962,'2010-11-16 18:57:39',1,'ezpages.php','action=update&','67.142.161.18'),(12963,'2010-11-16 18:57:40',1,'ezpages.php','ezID=4&','67.142.161.18'),(12964,'2010-11-16 20:02:01',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12965,'2010-11-16 20:02:51',1,'ezpages.php','action=update&','67.142.161.32'),(12966,'2010-11-16 20:02:52',1,'ezpages.php','ezID=3&','67.142.161.32'),(12967,'2010-11-16 20:03:32',1,'ezpages.php','securityToken=eb70ac7fc4f24486dd24a34e03ce2c28&language=sp&','67.142.161.32'),(12968,'2010-11-16 20:03:38',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12969,'2010-11-16 20:03:59',1,'ezpages.php','action=update&','67.142.161.32'),(12970,'2010-11-16 20:04:00',1,'ezpages.php','ezID=3&','67.142.161.32'),(12971,'2010-11-16 20:04:08',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12972,'2010-11-16 20:07:41',1,'ezpages.php','action=update&','67.142.161.32'),(12973,'2010-11-16 20:07:41',1,'ezpages.php','ezID=3&','67.142.161.32'),(12974,'2010-11-16 20:07:51',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12975,'2010-11-16 20:08:20',1,'ezpages.php','ezID=3&','67.142.161.32'),(12976,'2010-11-16 20:08:31',1,'ezpages.php','securityToken=eb70ac7fc4f24486dd24a34e03ce2c28&language=en&','67.142.161.32'),(12977,'2010-11-16 20:08:39',1,'banner_manager.php','','67.142.161.32'),(12978,'2010-11-16 20:08:53',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(12979,'2010-11-16 20:10:31',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(12980,'2010-11-16 20:10:36',1,'ezpages.php','','67.142.161.32'),(12981,'2010-11-16 20:10:46',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12982,'2010-11-16 20:11:18',1,'ezpages.php','ezID=3&','67.142.161.32'),(12983,'2010-11-16 20:11:29',1,'ezpages.php','securityToken=eb70ac7fc4f24486dd24a34e03ce2c28&language=sp&','67.142.161.32'),(12984,'2010-11-16 20:11:35',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12985,'2010-11-16 20:12:55',1,'ezpages.php','action=update&','67.142.161.32'),(12986,'2010-11-16 20:12:56',1,'ezpages.php','ezID=3&','67.142.161.32'),(12987,'2010-11-16 20:13:41',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12988,'2010-11-16 20:13:59',1,'ezpages.php','ezID=3&','67.142.161.32'),(12989,'2010-11-16 20:14:08',1,'ezpages.php','securityToken=eb70ac7fc4f24486dd24a34e03ce2c28&language=en&','67.142.161.32'),(12990,'2010-11-16 20:14:13',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12991,'2010-11-16 20:28:44',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12992,'2010-11-16 20:39:30',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12993,'2010-11-16 20:39:48',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(12994,'2010-11-16 20:40:19',1,'ezpages.php','action=update&','67.142.161.32'),(12995,'2010-11-16 20:40:19',1,'ezpages.php','ezID=3&','67.142.161.32'),(12996,'2010-11-16 20:40:52',1,'ezpages.php','ezID=4&action=new&','67.142.161.32'),(12997,'2010-11-16 20:41:53',1,'ezpages.php','action=update&','67.142.161.32'),(12998,'2010-11-16 20:41:54',1,'ezpages.php','ezID=4&','67.142.161.32'),(12999,'2010-11-16 20:42:15',1,'ezpages.php','ezID=4&action=new&','67.142.161.32'),(13000,'2010-11-16 20:42:39',1,'ezpages.php','ezID=4&','67.142.161.32'),(13001,'2010-11-16 20:42:46',1,'ezpages.php','securityToken=eb70ac7fc4f24486dd24a34e03ce2c28&language=sp&','67.142.161.32'),(13002,'2010-11-16 20:43:07',1,'ezpages.php','ezID=3&action=new&','67.142.161.32'),(13003,'2010-11-16 20:43:35',1,'ezpages.php','ezID=3&action=new&vcheck=yes&','67.142.161.32'),(13004,'2010-11-16 20:43:46',1,'ezpages.php','action=update&','67.142.161.32'),(13005,'2010-11-16 20:43:47',1,'ezpages.php','ezID=3&','67.142.161.32'),(13006,'2010-11-16 20:43:54',1,'ezpages.php','ezID=4&action=new&','67.142.161.32'),(13007,'2010-11-16 20:45:08',1,'ezpages.php','action=update&','67.142.161.32'),(13008,'2010-11-16 20:45:08',1,'ezpages.php','ezID=4&','67.142.161.32'),(13009,'2010-11-16 20:45:18',1,'ezpages.php','ezID=4&','67.142.161.32'),(13010,'2010-11-16 20:46:17',1,'ezpages.php','ezID=4&action=new&','67.142.161.32'),(13011,'2010-11-16 20:46:28',1,'ezpages.php','ezID=4&action=new&vcheck=yes&','67.142.161.32'),(13012,'2010-11-16 20:46:48',1,'ezpages.php','action=update&','67.142.161.32'),(13013,'2010-11-16 20:46:49',1,'ezpages.php','ezID=4&','67.142.161.32'),(13014,'2010-11-16 20:56:31',1,'ezpages.php','ezID=4&','67.142.161.32'),(13015,'2010-11-16 20:56:45',1,'ezpages.php','ezID=4&','67.142.161.32'),(13016,'2010-11-17 16:13:41',0,'login.php ','','67.142.161.20'),(13017,'2010-11-17 16:13:42',0,'login.php ','','67.142.161.20'),(13018,'2010-11-17 16:13:51',0,'login.php surpro','','67.142.161.20'),(13019,'2010-11-17 16:13:51',0,'login.php ','','67.142.161.20'),(13020,'2010-11-17 16:14:01',1,'configuration.php','gID=30&','67.142.161.20'),(13021,'2010-11-17 16:14:42',1,'configuration.php','gID=30&cID=529&action=edit&','67.142.161.20'),(13022,'2010-11-17 16:15:04',1,'configuration.php','gID=30&cID=529&','67.142.161.20'),(13023,'2010-11-17 16:15:05',1,'configuration.php','gID=30&cID=529&','67.142.161.20'),(13024,'2010-11-17 16:30:36',1,'developers_tool_kit.php','','67.142.161.20'),(13025,'2010-11-17 16:30:51',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.20'),(13026,'2010-11-17 16:41:41',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.20'),(13027,'2010-11-17 16:42:01',1,'developers_tool_kit.php','action=locate_configuration&','67.142.161.20'),(13028,'2010-11-17 16:42:31',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.20'),(13029,'2010-11-17 18:21:26',0,'login.php ','','67.142.161.28'),(13030,'2010-11-17 18:21:32',0,'login.php ','','67.142.161.28'),(13031,'2010-11-17 18:21:39',0,'login.php surpro','','67.142.161.28'),(13032,'2010-11-17 18:22:01',1,'orders.php','oID=12382&origin=index&','67.142.161.28'),(13033,'2010-11-17 18:30:41',1,'orders.php','origin=index&page=1&oID=12382&action=edit&','67.142.161.28'),(13034,'2010-11-17 18:52:39',1,'stats_products_purchased.php','','67.142.161.31'),(13035,'2010-11-17 19:13:54',1,'ezpages.php','','67.142.161.19'),(13036,'2010-11-17 19:45:56',1,'ezpages.php','securityToken=0fe85b30bfe37667bc91fcfae5c5b8c8&language=sp&','67.142.161.19'),(13037,'2010-11-17 19:46:09',1,'ezpages.php','securityToken=0fe85b30bfe37667bc91fcfae5c5b8c8&language=en&','67.142.161.19'),(13038,'2010-11-17 20:33:52',1,'developers_tool_kit.php','','67.142.161.19'),(13039,'2010-11-17 20:34:10',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.19'),(13040,'2010-11-17 22:13:53',0,'login.php ','','67.142.161.22'),(13041,'2010-11-17 22:14:05',0,'login.php surpro','','67.142.161.22'),(13042,'2010-11-17 22:14:05',0,'login.php ','','67.142.161.22'),(13043,'2010-11-17 22:14:29',1,'developers_tool_kit.php','','67.142.161.22'),(13044,'2010-11-17 22:14:47',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.22'),(13045,'2010-11-17 22:23:43',1,'ezpages.php','','97.130.8.120'),(13046,'2010-11-17 22:23:47',1,'ezpages.php','ezID=3&action=new&','97.130.8.120'),(13047,'2010-11-17 22:23:57',1,'ezpages.php','ezID=3&action=new&','97.130.8.120'),(13048,'2010-11-17 22:24:16',1,'ezpages.php','','97.130.8.120'),(13049,'2010-11-17 22:24:19',1,'ezpages.php','ezID=3&action=new&','97.130.8.120'),(13050,'2010-11-17 22:24:24',1,'ezpages.php','','97.130.8.120'),(13051,'2010-11-17 22:24:27',1,'ezpages.php','ezID=4&action=new&','97.130.8.120'),(13052,'2010-11-17 22:24:43',1,'ezpages.php','','97.130.8.120'),(13053,'2010-11-17 22:24:53',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13054,'2010-11-17 22:25:07',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13055,'2010-11-17 22:27:54',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13056,'2010-11-17 22:32:21',1,'ezpages.php','','97.130.8.120'),(13057,'2010-11-17 22:32:25',1,'ezpages.php','ezID=3&action=new&','97.130.8.120'),(13058,'2010-11-17 22:35:31',1,'ezpages.php','ezID=3&','97.130.8.120'),(13059,'2010-11-17 22:35:44',1,'ezpages.php','ezID=4&action=new&','97.130.8.120'),(13060,'2010-11-17 22:35:52',1,'ezpages.php','ezID=4&','97.130.8.120'),(13061,'2010-11-17 22:35:59',1,'ezpages.php','action=new&','97.130.8.120'),(13062,'2010-11-17 22:36:05',1,'ezpages.php','','97.130.8.120'),(13063,'2010-11-17 22:36:10',1,'ezpages_install.php','','97.130.8.120'),(13064,'2010-11-17 22:37:03',1,'ezpages_install.php','action=repair&','97.130.8.120'),(13065,'2010-11-17 22:37:10',1,'ezpages_install.php','action=repair&','97.130.8.120'),(13066,'2010-11-17 22:37:13',1,'ezpages_install.php','action=repair&','97.130.8.120'),(13067,'2010-11-17 22:37:21',1,'ezpages.php','','97.130.8.120'),(13068,'2010-11-17 22:37:25',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13069,'2010-11-17 22:38:33',0,'login.php ','','97.130.8.120'),(13070,'2010-11-17 22:39:03',0,'login.php surpro','','97.130.8.120'),(13071,'2010-11-17 22:39:17',1,'ezpages.php','','97.130.8.120'),(13072,'2010-11-17 22:39:23',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13073,'2010-11-17 22:41:55',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13074,'2010-11-17 22:44:44',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13075,'2010-11-17 23:02:00',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13076,'2010-11-17 23:03:21',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13077,'2010-11-17 23:03:34',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13078,'2010-11-17 23:08:59',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13079,'2010-11-17 23:12:36',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13080,'2010-11-17 23:14:13',1,'ezpages.php','page=1&action=update&','97.130.8.120'),(13081,'2010-11-17 23:14:14',1,'ezpages.php','page=1&ezID=3&','97.130.8.120'),(13082,'2010-11-17 23:14:19',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13083,'2010-11-17 23:14:57',1,'ezpages.php','page=1&action=update&','97.130.8.120'),(13084,'2010-11-17 23:14:58',1,'ezpages.php','page=1&ezID=3&','97.130.8.120'),(13085,'2010-11-17 23:15:05',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13086,'2010-11-17 23:33:30',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13087,'2010-11-17 23:33:44',1,'ezpages.php','page=1&action=update&','97.130.8.120'),(13088,'2010-11-17 23:33:55',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13089,'2010-11-17 23:46:52',1,'ezpages.php','page=1&action=update&','97.130.8.120'),(13090,'2010-11-17 23:46:56',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13091,'2010-11-17 23:47:12',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13092,'2010-11-17 23:47:21',1,'ezpages.php','page=1&action=update&','97.130.8.120'),(13093,'2010-11-17 23:47:22',1,'ezpages.php','page=1&ezID=3&','97.130.8.120'),(13094,'2010-11-17 23:47:25',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13095,'2010-11-18 00:11:36',0,'login.php ','','97.130.8.120'),(13096,'2010-11-18 00:27:08',0,'login.php surpro','','97.130.8.120'),(13097,'2010-11-18 00:27:39',1,'ezpages.php','','97.130.8.120'),(13098,'2010-11-18 00:27:42',1,'ezpages.php','page=1&ezID=3&action=new&','97.130.8.120'),(13099,'2010-11-18 08:19:32',0,'login.php ','','67.142.161.32'),(13100,'2010-11-18 08:19:33',0,'login.php ','','67.142.161.32'),(13101,'2010-11-18 08:19:41',0,'login.php surpro','','67.142.161.32'),(13102,'2010-11-18 08:20:02',1,'customers.php','search=Hitoki&origin=index&','67.142.161.32'),(13103,'2010-11-18 08:20:08',1,'mail.php','origin=customers.php&mode=NONSSL&selected_box=tools&customer=h-igarashi@happy.bbexcite.jp&cID=2&','67.142.161.32'),(13104,'2010-11-18 08:22:43',1,'mail.php','action=preview&','67.142.161.32'),(13105,'2010-11-18 08:23:09',1,'mail.php','action=send_email_to_user&','67.142.161.32'),(13106,'2010-11-18 08:23:46',1,'mail.php','action=preview&','67.142.161.32'),(13107,'2010-11-18 08:23:50',1,'mail.php','action=send_email_to_user&','67.142.161.32'),(13108,'2010-11-18 08:23:50',1,'mail.php','mail_sent_to=h-igarashi@happy.bbexcite.jp&recip_count=1&','67.142.161.32'),(13109,'2010-11-18 08:24:23',1,'customers.php','','67.142.161.32'),(13110,'2010-11-18 08:34:34',1,'customers.php','page=1&cID=2&action=edit&','67.142.161.32'),(13111,'2010-11-18 08:35:04',1,'customers.php','','67.142.161.32'),(13112,'2010-11-18 08:35:10',1,'orders.php','cID=2&','67.142.161.32'),(13113,'2010-11-18 08:35:16',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13114,'2010-11-18 10:10:13',0,'login.php ','','67.142.161.18'),(13115,'2010-11-18 10:10:24',0,'login.php surpro','','67.142.161.18'),(13116,'2010-11-18 10:10:50',1,'customers.php','search=Hitoki&origin=index&','67.142.161.18'),(13117,'2010-11-18 10:17:47',1,'customers.php','origin=index&page=1&cID=2&action=edit&','67.142.161.18'),(13118,'2010-11-18 15:07:48',0,'login.php ','','97.146.10.241'),(13119,'2010-11-18 15:07:56',0,'login.php surpro','','97.146.10.241'),(13120,'2010-11-18 15:08:05',1,'customers.php','search=Hitoki&origin=index&','97.146.10.241'),(13121,'2010-11-18 15:08:21',1,'configuration.php','gID=1&','97.146.10.241'),(13122,'2010-11-18 15:08:42',1,'configuration.php','gID=12&','97.146.10.241'),(13123,'2010-11-18 17:43:17',0,'login.php ','','67.142.161.18'),(13124,'2010-11-18 17:43:18',0,'login.php ','','67.142.161.18'),(13125,'2010-11-18 17:43:29',0,'login.php surpro','','67.142.161.18'),(13126,'2010-11-18 17:43:29',0,'login.php ','','67.142.161.18'),(13127,'2010-11-18 17:44:22',1,'banner_manager.php','','67.142.161.18'),(13128,'2010-11-18 17:44:47',1,'banner_manager.php','page=1&bID=10&','67.142.161.18'),(13129,'2010-11-18 17:44:49',1,'banner_manager.php','page=1&bID=10&','67.142.161.18'),(13130,'2010-11-18 17:44:49',1,'banner_manager.php','page=1&bID=10&','67.142.161.18'),(13131,'2010-11-18 17:44:50',1,'banner_manager.php','page=1&bID=10&','67.142.161.18'),(13132,'2010-11-18 17:44:55',1,'banner_manager.php','page=1&bID=10&','67.142.161.18'),(13133,'2010-11-18 17:45:19',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.18'),(13134,'2010-11-18 17:48:01',1,'banner_manager.php','page=1&action=update&','67.142.161.18'),(13135,'2010-11-18 17:48:01',1,'banner_manager.php','page=1&bID=10&','67.142.161.18'),(13136,'2010-11-18 18:03:48',1,'ezpages.php','','67.142.161.18'),(13137,'2010-11-18 18:03:53',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.18'),(13138,'2010-11-18 18:04:15',1,'ezpages.php','page=1&action=update&','67.142.161.18'),(13139,'2010-11-18 18:04:56',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.18'),(13140,'2010-11-18 18:16:24',1,'ezpages.php','page=1&action=update&','67.142.161.18'),(13141,'2010-11-18 18:22:28',1,'ezpages.php','page=1&action=update&','67.142.161.18'),(13142,'2010-11-18 18:22:29',1,'ezpages.php','page=1&ezID=3&','67.142.161.18'),(13143,'2010-11-18 18:23:04',1,'ezpages.php','ezID=3&action=new&','67.142.161.18'),(13144,'2010-11-18 18:23:14',1,'ezpages.php','action=update&','67.142.161.18'),(13145,'2010-11-18 18:23:15',1,'ezpages.php','ezID=3&','67.142.161.18'),(13146,'2010-11-18 18:23:24',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.18'),(13147,'2010-11-18 18:25:18',1,'ezpages.php','page=1&action=update&','67.142.161.18'),(13148,'2010-11-18 18:25:18',1,'ezpages.php','page=1&ezID=3&','67.142.161.18'),(13149,'2010-11-18 18:25:24',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.18'),(13150,'2010-11-18 18:27:50',1,'ezpages.php','page=1&action=update&','67.142.161.18'),(13151,'2010-11-18 18:27:50',1,'ezpages.php','page=1&ezID=3&','67.142.161.18'),(13152,'2010-11-18 18:28:06',1,'ezpages.php','ezID=3&action=new&','67.142.161.18'),(13153,'2010-11-18 18:30:55',1,'ezpages.php','action=update&','67.142.161.18'),(13154,'2010-11-18 18:30:56',1,'ezpages.php','ezID=3&','67.142.161.18'),(13155,'2010-11-18 19:01:55',1,'stats_products_viewed.php','','67.142.161.18'),(13156,'2010-11-18 21:50:52',0,'login.php ','','67.142.161.29'),(13157,'2010-11-18 21:50:55',0,'login.php ','','67.142.161.29'),(13158,'2010-11-18 21:51:08',0,'login.php surpro','','67.142.161.29'),(13159,'2010-11-18 21:51:09',0,'login.php ','','67.142.161.29'),(13160,'2010-11-18 21:51:37',1,'ezpages.php','','67.142.161.29'),(13161,'2010-11-18 21:51:43',1,'ezpages.php','ezID=3&action=new&','67.142.161.29'),(13162,'2010-11-18 21:53:57',1,'ezpages.php','action=update&','67.142.161.29'),(13163,'2010-11-18 21:53:57',1,'ezpages.php','ezID=3&','67.142.161.29'),(13164,'2010-11-18 21:54:05',1,'ezpages.php','ezID=3&action=new&','67.142.161.29'),(13165,'2010-11-18 21:55:13',1,'ezpages.php','action=update&','67.142.161.29'),(13166,'2010-11-18 21:55:13',1,'ezpages.php','ezID=3&','67.142.161.29'),(13167,'2010-11-18 21:55:30',1,'ezpages.php','ezID=3&action=new&','67.142.161.29'),(13168,'2010-11-18 21:56:22',1,'ezpages.php','action=update&','67.142.161.29'),(13169,'2010-11-18 21:56:23',1,'ezpages.php','ezID=3&','67.142.161.29'),(13170,'2010-11-18 21:56:30',1,'ezpages.php','ezID=4&action=new&','67.142.161.29'),(13171,'2010-11-18 21:57:58',1,'ezpages.php','action=update&','67.142.161.29'),(13172,'2010-11-18 21:57:58',1,'ezpages.php','ezID=4&','67.142.161.29'),(13173,'2010-11-18 22:00:42',1,'ezpages.php','ezID=4&action=new&','67.142.161.29'),(13174,'2010-11-18 22:01:46',1,'ezpages.php','action=update&','67.142.161.29'),(13175,'2010-11-18 22:01:46',1,'ezpages.php','ezID=4&','67.142.161.29'),(13176,'2010-11-18 22:01:58',1,'ezpages.php','ezID=3&action=new&','67.142.161.29'),(13177,'2010-11-18 22:02:25',1,'ezpages.php','action=update&','67.142.161.29'),(13178,'2010-11-18 22:02:26',1,'ezpages.php','ezID=3&','67.142.161.29'),(13179,'2010-11-18 22:02:32',1,'ezpages.php','ezID=3&action=new&','67.142.161.29'),(13180,'2010-11-18 22:02:44',1,'ezpages.php','action=update&','67.142.161.29'),(13181,'2010-11-18 22:02:44',1,'ezpages.php','ezID=3&','67.142.161.29'),(13182,'2010-11-18 22:02:51',1,'ezpages.php','page=1&ezID=3&action=new&','67.142.161.29'),(13183,'2010-11-18 22:04:26',1,'ezpages.php','page=1&action=update&','67.142.161.29'),(13184,'2010-11-18 22:04:26',1,'ezpages.php','page=1&ezID=3&','67.142.161.29'),(13185,'2010-11-18 22:04:33',1,'ezpages.php','ezID=4&action=new&','67.142.161.29'),(13186,'2010-11-18 22:04:55',1,'ezpages.php','ezID=4&','67.142.161.29'),(13187,'2010-11-18 22:05:01',1,'ezpages.php','ezID=4&action=new&','67.142.161.29'),(13188,'2010-11-18 22:05:46',1,'ezpages.php','action=update&','67.142.161.29'),(13189,'2010-11-18 22:05:47',1,'ezpages.php','ezID=4&','67.142.161.29'),(13190,'2010-11-18 22:06:16',1,'ezpages.php','page=1&ezID=4&action=new&','67.142.161.29'),(13191,'2010-11-18 22:06:50',1,'ezpages.php','page=1&ezID=4&','67.142.161.29'),(13192,'2010-11-18 22:21:42',1,'developers_tool_kit.php','','67.142.161.29'),(13193,'2010-11-18 22:22:49',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(13194,'2010-11-18 22:24:14',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(13195,'2010-11-18 22:41:23',1,'banner_manager.php','','67.142.161.29'),(13196,'2010-11-18 22:41:40',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(13197,'2010-11-18 22:41:40',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(13198,'2010-11-18 22:41:43',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.29'),(13199,'2010-11-18 22:42:25',1,'banner_manager.php','page=1&action=update&','67.142.161.29'),(13200,'2010-11-18 22:42:26',1,'banner_manager.php','page=1&bID=10&','67.142.161.29'),(13201,'2010-11-18 22:58:41',1,'define_pages_editor.php','','67.142.161.29'),(13202,'2010-11-18 22:58:52',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=9&action=new_page&','67.142.161.29'),(13203,'2010-11-18 23:01:05',1,'define_pages_editor.php','lngdir=english&filename=define_privacy.php&action=save&','67.142.161.29'),(13204,'2010-11-18 23:01:05',1,'define_pages_editor.php','','67.142.161.29'),(13205,'2010-11-18 23:01:39',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=9&action=new_page&','67.142.161.29'),(13206,'2010-11-18 23:01:58',1,'define_pages_editor.php','lngdir=english&filename=define_privacy.php&action=save&','67.142.161.29'),(13207,'2010-11-18 23:01:58',1,'define_pages_editor.php','','67.142.161.29'),(13208,'2010-11-18 23:04:19',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=1&action=new_page&','67.142.161.29'),(13209,'2010-11-18 23:06:57',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','67.142.161.29'),(13210,'2010-11-18 23:06:57',1,'define_pages_editor.php','','67.142.161.29'),(13211,'2010-11-18 23:10:30',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=3&action=new_page&','67.142.161.29'),(13212,'2010-11-18 23:10:44',1,'define_pages_editor.php','lngdir=english&filename=define_discount_coupon.php&action=save&','67.142.161.29'),(13213,'2010-11-18 23:10:45',1,'define_pages_editor.php','','67.142.161.29'),(13214,'2010-11-18 23:14:13',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&language=sp&','67.142.161.29'),(13215,'2010-11-18 23:14:24',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=3&action=new_page&','67.142.161.29'),(13216,'2010-11-18 23:14:40',1,'define_pages_editor.php','lngdir=spanish&filename=define_discount_coupon.php&action=save&','67.142.161.29'),(13217,'2010-11-18 23:14:40',1,'define_pages_editor.php','','67.142.161.29'),(13218,'2010-11-18 23:14:51',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=1&action=new_page&','67.142.161.29'),(13219,'2010-11-18 23:15:12',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=2&action=new_page&','67.142.161.29'),(13220,'2010-11-18 23:15:28',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=4&action=new_page&','67.142.161.29'),(13221,'2010-11-18 23:15:41',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=9&action=new_page&','67.142.161.29'),(13222,'2010-11-18 23:16:07',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=10&action=new_page&','67.142.161.29'),(13223,'2010-11-18 23:16:27',1,'define_pages_editor.php','securityToken=ac938f1e0ea7268f8528468e9ebef09f&define_it=11&action=new_page&','67.142.161.29'),(13224,'2010-11-18 23:18:59',1,'developers_tool_kit.php','','67.142.161.29'),(13225,'2010-11-18 23:19:24',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(13226,'2010-11-18 23:19:42',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(13227,'2010-11-18 23:24:58',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.29'),(13228,'2010-11-19 06:37:12',0,'login.php ','','67.142.161.28'),(13229,'2010-11-19 06:37:13',0,'login.php ','','67.142.161.28'),(13230,'2010-11-19 06:37:24',0,'login.php surpro','','67.142.161.28'),(13231,'2010-11-19 06:49:05',1,'define_pages_editor.php','','67.142.161.28'),(13232,'2010-11-19 06:49:14',1,'developers_tool_kit.php','','67.142.161.28'),(13233,'2010-11-19 06:49:46',1,'developers_tool_kit.php','','67.142.161.28'),(13234,'2010-11-19 06:50:14',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.28'),(13235,'2010-11-19 07:08:58',1,'categories.php','','67.142.161.28'),(13236,'2010-11-19 07:09:04',1,'categories.php','cPath=&cID=5&action=edit_category&','67.142.161.28'),(13237,'2010-11-19 07:09:19',1,'categories.php','','67.142.161.28'),(13238,'2010-11-19 07:09:26',1,'categories.php','cPath=5&','67.142.161.28'),(13239,'2010-11-19 07:09:33',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.28'),(13240,'2010-11-19 07:11:24',1,'categories.php','action=update_category&cPath=5&','67.142.161.28'),(13241,'2010-11-19 07:11:25',1,'categories.php','cPath=5&cID=8&','67.142.161.28'),(13242,'2010-11-19 07:11:29',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.28'),(13243,'2010-11-19 07:11:45',1,'categories.php','action=update_category&cPath=5&','67.142.161.28'),(13244,'2010-11-19 07:11:45',1,'categories.php','cPath=5&cID=9&','67.142.161.28'),(13245,'2010-11-19 07:11:54',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.28'),(13246,'2010-11-19 07:12:31',1,'categories.php','action=update_category&cPath=5&','67.142.161.28'),(13247,'2010-11-19 07:12:32',1,'categories.php','cPath=5&cID=1&','67.142.161.28'),(13248,'2010-11-19 07:13:34',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.28'),(13249,'2010-11-19 07:13:44',1,'categories.php','action=update_category&cPath=5&','67.142.161.28'),(13250,'2010-11-19 07:13:44',1,'categories.php','cPath=5&cID=8&','67.142.161.28'),(13251,'2010-11-19 07:13:49',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.28'),(13252,'2010-11-19 07:14:00',1,'categories.php','action=update_category&cPath=5&','67.142.161.28'),(13253,'2010-11-19 07:14:01',1,'categories.php','cPath=5&cID=9&','67.142.161.28'),(13254,'2010-11-19 07:20:00',1,'developers_tool_kit.php','','67.142.161.28'),(13255,'2010-11-19 07:20:10',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.28'),(13256,'2010-11-19 07:23:32',1,'define_pages_editor.php','','67.142.161.28'),(13257,'2010-11-19 07:23:40',1,'define_pages_editor.php','securityToken=c076164eaf13d09f205390fa50562560&define_it=11&action=new_page&','67.142.161.28'),(13258,'2010-11-19 07:35:56',1,'gv_queue.php','','67.142.161.28'),(13259,'2010-11-19 07:36:10',1,'coupon_admin.php','','67.142.161.28'),(13260,'2010-11-19 07:36:21',1,'coupon_admin.php','securityToken=c076164eaf13d09f205390fa50562560&status=*&page=&','67.142.161.28'),(13261,'2010-11-19 07:36:26',1,'coupon_admin.php','page=0&cid=&action=new&','67.142.161.28'),(13262,'2010-11-19 07:37:01',1,'customers.php','search=Hitoki&origin=index&','67.142.161.28'),(13263,'2010-11-19 08:15:11',1,'categories.php','','67.142.161.21'),(13264,'2010-11-19 08:15:17',1,'categories.php','cPath=3&','67.142.161.21'),(13265,'2010-11-19 08:15:23',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product&','67.142.161.21'),(13266,'2010-11-19 08:25:27',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&','67.142.161.21'),(13267,'2010-11-19 08:26:28',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&','67.142.161.21'),(13268,'2010-11-19 08:26:28',1,'categories.php','cPath=3&pID=36&','67.142.161.21'),(13269,'2010-11-19 08:29:12',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product&','67.142.161.21'),(13270,'2010-11-19 08:31:27',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&','67.142.161.21'),(13271,'2010-11-19 08:31:38',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&','67.142.161.21'),(13272,'2010-11-19 08:31:38',1,'categories.php','cPath=3&pID=36&','67.142.161.21'),(13273,'2010-11-19 08:32:40',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product&','67.142.161.21'),(13274,'2010-11-19 08:34:29',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&','67.142.161.21'),(13275,'2010-11-19 08:34:40',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&','67.142.161.21'),(13276,'2010-11-19 08:34:40',1,'categories.php','cPath=3&pID=36&','67.142.161.21'),(13277,'2010-11-19 09:09:23',0,'login.php ','','67.142.161.21'),(13278,'2010-11-19 09:09:24',0,'login.php ','','67.142.161.21'),(13279,'2010-11-19 09:09:32',0,'login.php surpro','','67.142.161.21'),(13280,'2010-11-19 09:09:32',0,'login.php ','','67.142.161.21'),(13281,'2010-11-19 09:10:24',1,'banner_manager.php','','67.142.161.21'),(13282,'2010-11-19 09:10:33',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13283,'2010-11-19 09:10:37',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13284,'2010-11-19 09:10:51',1,'banner_manager.php','page=1&action=update&','67.142.161.21'),(13285,'2010-11-19 09:10:51',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13286,'2010-11-19 09:10:58',1,'banner_manager.php','page=1&bID=11&','67.142.161.21'),(13287,'2010-11-19 09:11:03',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.21'),(13288,'2010-11-19 09:11:49',1,'banner_manager.php','page=1&bID=11&','67.142.161.21'),(13289,'2010-11-19 09:11:57',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13290,'2010-11-19 09:12:05',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13291,'2010-11-19 09:21:25',1,'banner_manager.php','page=1&action=update&','67.142.161.21'),(13292,'2010-11-19 09:21:25',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13293,'2010-11-19 09:23:55',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13294,'2010-11-19 09:24:10',1,'banner_manager.php','page=1&action=update&','67.142.161.21'),(13295,'2010-11-19 09:24:10',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13296,'2010-11-19 09:26:11',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13297,'2010-11-19 09:26:23',1,'banner_manager.php','page=1&action=update&','67.142.161.21'),(13298,'2010-11-19 09:26:23',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13299,'2010-11-19 09:26:55',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13300,'2010-11-19 09:27:17',1,'banner_manager.php','page=1&action=update&','67.142.161.21'),(13301,'2010-11-19 09:27:17',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13302,'2010-11-19 14:07:37',0,'login.php ','','67.142.161.28'),(13303,'2010-11-19 14:07:38',0,'login.php ','','67.142.161.28'),(13304,'2010-11-19 14:07:47',0,'login.php surpro','','67.142.161.28'),(13305,'2010-11-19 14:08:02',1,'customers.php','search=Hitoki&origin=index&','67.142.161.28'),(13306,'2010-11-19 14:08:07',1,'customers.php','origin=index&page=1&cID=2&action=edit&','67.142.161.28'),(13307,'2010-11-19 14:08:17',1,'customers.php','search=Hitoki&origin=index&','67.142.161.28'),(13308,'2010-11-19 14:08:21',1,'customers.php','origin=index&page=1&cID=2&action=edit&','67.142.161.28'),(13309,'2010-11-19 14:08:29',1,'customers.php','search=Hitoki&origin=index&','67.142.161.28'),(13310,'2010-11-19 14:08:36',1,'orders.php','cID=2&','67.142.161.28'),(13311,'2010-11-19 14:08:42',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.28'),(13312,'2010-11-19 14:40:16',1,'orders.php','cID=2&page=1&oID=12382&action=doRefund&','67.142.161.32'),(13313,'2010-11-19 14:40:18',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13314,'2010-11-19 14:42:20',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13315,'2010-11-19 14:51:10',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13316,'2010-11-19 14:51:57',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13317,'2010-11-19 14:52:11',1,'orders.php','cID=2&','67.142.161.32'),(13318,'2010-11-19 15:01:25',1,'invoice.php','oID=12382&','67.142.161.32'),(13319,'2010-11-19 15:01:56',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13320,'2010-11-19 15:02:11',1,'orders.php','cID=2&','67.142.161.32'),(13321,'2010-11-19 15:02:14',1,'packingslip.php','oID=12382&','67.142.161.32'),(13322,'2010-11-19 15:04:38',1,'packingslip.php','oID=12382&','67.142.161.32'),(13323,'2010-11-19 15:09:52',1,'orders.php','cID=2&','67.142.161.32'),(13324,'2010-11-19 15:11:22',1,'orders.php','cID=2&','67.142.161.32'),(13325,'2010-11-19 15:13:07',1,'orders.php','cID=2&','67.142.161.32'),(13326,'2010-11-19 15:13:13',1,'orders.php','cID=2&','67.142.161.32'),(13327,'2010-11-19 15:13:19',1,'orders.php','cID=2&','67.142.161.32'),(13328,'2010-11-19 15:14:04',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13329,'2010-11-19 15:14:05',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.32'),(13330,'2010-11-19 16:41:35',0,'login.php ','','67.142.161.23'),(13331,'2010-11-19 16:41:37',0,'login.php ','','67.142.161.23'),(13332,'2010-11-19 16:41:45',0,'login.php surpro','','67.142.161.23'),(13333,'2010-11-19 16:41:58',1,'customers.php','search=Hitoki&origin=index&','67.142.161.23'),(13334,'2010-11-19 16:42:03',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.23'),(13335,'2010-11-19 16:42:03',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.23'),(13336,'2010-11-19 16:42:08',1,'customers.php','search=Hitoki&origin=index&','67.142.161.23'),(13337,'2010-11-19 16:42:12',1,'orders.php','cID=2&','67.142.161.23'),(13338,'2010-11-19 16:42:22',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.23'),(13339,'2010-11-19 16:42:22',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.23'),(13340,'2010-11-19 23:54:20',0,'login.php ','','67.142.161.19'),(13341,'2010-11-19 23:54:21',0,'login.php ','','67.142.161.19'),(13342,'2010-11-19 23:54:33',0,'login.php surpro','','67.142.161.19'),(13343,'2010-11-19 23:54:33',0,'login.php ','','67.142.161.19'),(13344,'2010-11-19 23:54:43',1,'customers.php','search=Hitoki&origin=index&','67.142.161.19'),(13345,'2010-11-19 23:54:49',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.19'),(13346,'2010-11-19 23:54:49',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.19'),(13347,'2010-11-19 23:54:55',1,'customers.php','search=Hitoki&origin=index&','67.142.161.19'),(13348,'2010-11-19 23:54:59',1,'orders.php','cID=2&','67.142.161.19'),(13349,'2010-11-19 23:55:05',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.19'),(13350,'2010-11-19 23:55:05',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.19'),(13351,'2010-11-20 21:01:59',0,'login.php ','','67.142.161.21'),(13352,'2010-11-20 21:02:00',0,'login.php ','','67.142.161.21'),(13353,'2010-11-20 21:02:10',0,'login.php surpro','','67.142.161.21'),(13354,'2010-11-20 21:02:11',0,'login.php ','','67.142.161.21'),(13355,'2010-11-20 21:02:53',1,'orders.php','selected_box=customers&status=1&','67.142.161.21'),(13356,'2010-11-20 21:03:10',1,'orders.php','selected_box=customers&status=1&page=1&oID=12382&action=edit&','67.142.161.21'),(13357,'2010-11-20 21:03:54',1,'banner_manager.php','','67.142.161.21'),(13358,'2010-11-20 21:04:01',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13359,'2010-11-20 21:04:02',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13360,'2010-11-20 21:04:03',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.21'),(13361,'2010-11-20 21:04:27',1,'banner_manager.php','page=1&action=update&','67.142.161.21'),(13362,'2010-11-20 21:04:27',1,'banner_manager.php','page=1&bID=10&','67.142.161.21'),(13363,'2010-11-21 17:21:26',0,'login.php ','','67.142.161.23'),(13364,'2010-11-21 17:21:27',0,'login.php ','','67.142.161.23'),(13365,'2010-11-21 17:21:39',0,'login.php surpro','','67.142.161.23'),(13366,'2010-11-21 17:21:39',0,'login.php ','','67.142.161.23'),(13367,'2010-11-21 17:21:50',1,'customers.php','search=Hitoki&origin=index&','67.142.161.23'),(13368,'2010-11-21 17:21:54',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.23'),(13369,'2010-11-21 17:21:55',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.23'),(13370,'2010-11-21 17:22:00',1,'customers.php','search=Hitoki&origin=index&','67.142.161.23'),(13371,'2010-11-21 17:22:04',1,'orders.php','cID=2&','67.142.161.23'),(13372,'2010-11-21 17:22:06',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.23'),(13373,'2010-11-21 17:22:06',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.23'),(13374,'2010-11-21 17:24:25',1,'banner_manager.php','','67.142.161.23'),(13375,'2010-11-21 17:24:33',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13376,'2010-11-21 17:24:35',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.23'),(13377,'2010-11-21 17:25:04',1,'banner_manager.php','page=1&action=update&','67.142.161.23'),(13378,'2010-11-21 17:25:05',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13379,'2010-11-21 17:33:14',1,'categories.php','','67.142.161.23'),(13380,'2010-11-21 17:33:21',1,'categories.php','cPath=&cID=5&action=edit_category&','67.142.161.23'),(13381,'2010-11-21 17:33:34',1,'categories.php','','67.142.161.23'),(13382,'2010-11-21 17:33:38',1,'categories.php','cPath=5&','67.142.161.23'),(13383,'2010-11-21 17:33:46',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.23'),(13384,'2010-11-21 17:35:06',1,'categories.php','action=update_category&cPath=5&','67.142.161.23'),(13385,'2010-11-21 17:35:06',1,'categories.php','cPath=5&cID=8&','67.142.161.23'),(13386,'2010-11-21 17:35:12',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.23'),(13387,'2010-11-21 17:35:34',1,'categories.php','action=update_category&cPath=5&','67.142.161.23'),(13388,'2010-11-21 17:35:35',1,'categories.php','cPath=5&cID=9&','67.142.161.23'),(13389,'2010-11-21 17:35:49',1,'categories.php','cPath=5_1&','67.142.161.23'),(13390,'2010-11-21 17:35:50',1,'categories.php','cPath=5_1&','67.142.161.23'),(13391,'2010-11-21 17:35:56',1,'categories.php','cPath=5&cID=9&','67.142.161.23'),(13392,'2010-11-21 17:36:00',1,'categories.php','cPath=5_1&','67.142.161.23'),(13393,'2010-11-21 17:36:04',1,'categories.php','cPath=5&cID=9&','67.142.161.23'),(13394,'2010-11-21 17:36:08',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.23'),(13395,'2010-11-21 17:36:23',1,'categories.php','action=update_category&cPath=5&','67.142.161.23'),(13396,'2010-11-21 17:36:23',1,'categories.php','cPath=5&cID=1&','67.142.161.23'),(13397,'2010-11-21 17:37:33',1,'categories.php','cPath=5&cID=1&action=edit_category&','67.142.161.23'),(13398,'2010-11-21 17:37:46',1,'categories.php','action=update_category&cPath=5&','67.142.161.23'),(13399,'2010-11-21 17:37:47',1,'categories.php','cPath=5&cID=1&','67.142.161.23'),(13400,'2010-11-21 17:37:51',1,'categories.php','cPath=5_9&','67.142.161.23'),(13401,'2010-11-21 17:37:56',1,'categories.php','cPath=5&cID=1&','67.142.161.23'),(13402,'2010-11-21 17:37:59',1,'categories.php','cPath=5&cID=9&action=edit_category&','67.142.161.23'),(13403,'2010-11-21 17:38:10',1,'categories.php','action=update_category&cPath=5&','67.142.161.23'),(13404,'2010-11-21 17:38:10',1,'categories.php','cPath=5&cID=9&','67.142.161.23'),(13405,'2010-11-21 17:38:16',1,'categories.php','cPath=5&cID=8&action=edit_category&','67.142.161.23'),(13406,'2010-11-21 17:38:27',1,'categories.php','action=update_category&cPath=5&','67.142.161.23'),(13407,'2010-11-21 17:38:27',1,'categories.php','cPath=5&cID=8&','67.142.161.23'),(13408,'2010-11-22 09:19:56',0,'login.php ','','72.110.158.8'),(13409,'2010-11-22 09:20:03',0,'login.php surpro','','72.110.158.8'),(13410,'2010-11-22 09:20:25',1,'banner_manager.php','','72.110.158.8'),(13411,'2010-11-22 09:20:29',1,'banner_manager.php','page=1&bID=10&','72.110.158.8'),(13412,'2010-11-22 09:20:37',1,'banner_manager.php','page=1&bID=10&action=new&','72.110.158.8'),(13413,'2010-11-22 09:21:37',1,'banner_manager.php','page=1&action=update&','72.110.158.8'),(13414,'2010-11-22 09:21:37',1,'banner_manager.php','page=1&bID=10&','72.110.158.8'),(13415,'2010-11-22 09:35:47',1,'ezpages.php','','72.110.158.8'),(13416,'2010-11-22 09:36:02',1,'ezpages.php','page=1&ezID=3&action=new&','72.110.158.8'),(13417,'2010-11-22 09:36:20',1,'ezpages.php','page=1&action=update&','72.110.158.8'),(13418,'2010-11-22 09:36:20',1,'ezpages.php','page=1&ezID=3&','72.110.158.8'),(13419,'2010-11-22 09:36:24',1,'ezpages.php','ezID=4&action=new&','72.110.158.8'),(13420,'2010-11-22 09:36:43',1,'configuration.php','gID=30&','72.110.158.8'),(13421,'2010-11-22 09:37:19',1,'define_pages_editor.php','','72.110.158.8'),(13422,'2010-11-22 09:37:23',1,'developers_tool_kit.php','','72.110.158.8'),(13423,'2010-11-22 09:37:38',1,'developers_tool_kit.php','action=locate_all_files&','72.110.158.8'),(13424,'2010-11-22 10:02:33',1,'customers.php','search=Hitoki&origin=index&','72.110.158.8'),(13425,'2010-11-22 10:02:37',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','72.110.158.8'),(13426,'2010-11-22 10:02:37',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','72.110.158.8'),(13427,'2010-11-22 10:02:37',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','72.110.158.8'),(13428,'2010-11-22 10:13:42',1,'banner_manager.php','','67.142.161.32'),(13429,'2010-11-22 10:13:46',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(13430,'2010-11-22 10:13:49',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(13431,'2010-11-22 10:29:44',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(13432,'2010-11-22 10:29:48',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(13433,'2010-11-22 10:29:50',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(13434,'2010-11-22 10:29:50',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(13435,'2010-11-22 10:31:49',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(13436,'2010-11-22 10:31:49',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(13437,'2010-11-22 10:32:56',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(13438,'2010-11-22 10:32:56',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(13439,'2010-11-22 10:33:01',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.32'),(13440,'2010-11-22 10:33:25',1,'banner_manager.php','page=1&bID=10&','67.142.161.32'),(13441,'2010-11-22 10:33:28',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(13442,'2010-11-22 10:33:28',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(13443,'2010-11-22 10:33:32',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.32'),(13444,'2010-11-22 10:33:56',1,'banner_manager.php','page=1&action=update&','67.142.161.32'),(13445,'2010-11-22 10:33:56',1,'banner_manager.php','page=1&bID=11&','67.142.161.32'),(13446,'2010-11-22 21:58:03',0,'login.php ','','67.142.161.30'),(13447,'2010-11-22 21:58:04',0,'login.php ','','67.142.161.30'),(13448,'2010-11-22 21:58:14',0,'login.php surpro','','67.142.161.30'),(13449,'2010-11-22 21:58:15',0,'login.php ','','67.142.161.30'),(13450,'2010-11-22 21:58:40',1,'developers_tool_kit.php','','67.142.161.30'),(13451,'2010-11-22 21:59:01',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(13452,'2010-11-23 19:09:52',0,'login.php ','','67.142.161.23'),(13453,'2010-11-23 19:09:53',0,'login.php ','','67.142.161.23'),(13454,'2010-11-23 19:10:12',0,'login.php surpro','','67.142.161.23'),(13455,'2010-11-23 19:10:13',0,'login.php ','','67.142.161.23'),(13456,'2010-11-23 19:10:15',1,'login.php','','67.142.161.23'),(13457,'2010-11-23 19:10:15',0,'login.php ','','67.142.161.23'),(13458,'2010-11-23 19:12:45',1,'customers.php','search=Hitoki&origin=index&','67.142.161.23'),(13459,'2010-11-23 19:12:50',1,'orders.php','cID=2&','67.142.161.23'),(13460,'2010-11-23 19:12:53',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.23'),(13461,'2010-11-23 19:12:53',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.23'),(13462,'2010-11-23 19:23:18',1,'banner_manager.php','','67.142.161.23'),(13463,'2010-11-23 19:23:29',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13464,'2010-11-23 19:23:33',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.23'),(13465,'2010-11-23 19:24:04',1,'banner_manager.php','page=1&action=update&','67.142.161.23'),(13466,'2010-11-23 19:24:04',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13467,'2010-11-23 19:24:40',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.23'),(13468,'2010-11-23 19:25:01',1,'banner_manager.php','page=1&action=update&','67.142.161.23'),(13469,'2010-11-23 19:25:02',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13470,'2010-11-23 19:25:59',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13471,'2010-11-23 19:26:16',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13472,'2010-11-23 19:26:25',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.23'),(13473,'2010-11-23 19:26:37',1,'banner_manager.php','page=1&action=update&','67.142.161.23'),(13474,'2010-11-23 19:26:37',1,'banner_manager.php','page=1&bID=10&','67.142.161.23'),(13475,'2010-11-23 22:34:48',0,'login.php ','','67.142.161.18'),(13476,'2010-11-23 22:34:50',0,'login.php ','','67.142.161.18'),(13477,'2010-11-23 22:34:59',0,'login.php surpro','','67.142.161.18'),(13478,'2010-11-23 22:34:59',0,'login.php ','','67.142.161.18'),(13479,'2010-11-23 22:35:14',1,'banner_manager.php','','67.142.161.18'),(13480,'2010-11-23 22:35:29',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.18'),(13481,'2010-11-23 22:36:06',1,'banner_manager.php','page=1&action=update&','67.142.161.18'),(13482,'2010-11-23 22:36:06',1,'banner_manager.php','page=1&bID=11&','67.142.161.18'),(13483,'2010-11-23 22:36:13',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.18'),(13484,'2010-11-23 22:36:28',1,'banner_manager.php','page=1&action=update&','67.142.161.18'),(13485,'2010-11-23 22:36:28',1,'banner_manager.php','page=1&bID=11&','67.142.161.18'),(13486,'2010-11-24 18:54:48',0,'login.php ','','72.111.117.73'),(13487,'2010-11-24 18:54:56',0,'login.php surpro','','72.111.117.73'),(13488,'2010-11-24 18:55:06',0,'login.php surpro','','72.111.117.73'),(13489,'2010-11-24 18:55:25',0,'login.php surpro','','72.111.117.73'),(13490,'2010-11-24 18:55:35',1,'developers_tool_kit.php','','72.111.117.73'),(13491,'2010-11-24 18:55:57',1,'developers_tool_kit.php','action=locate_all_files&','72.111.117.73'),(13492,'2010-11-24 18:59:37',1,'developers_tool_kit.php','','72.111.117.73'),(13493,'2010-11-25 10:12:10',0,'login.php ','','67.142.161.20'),(13494,'2010-11-25 10:12:13',0,'login.php ','','67.142.161.20'),(13495,'2010-11-25 10:13:08',0,'login.php surpro','','67.142.161.20'),(13496,'2010-11-25 10:13:08',0,'login.php ','','67.142.161.20'),(13497,'2010-11-25 10:14:55',1,'developers_tool_kit.php','','67.142.161.20'),(13498,'2010-11-25 10:15:31',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.20'),(13499,'2010-11-25 10:26:26',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.20'),(13500,'2010-11-25 11:07:20',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(13501,'2010-11-25 11:07:31',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(13502,'2010-11-25 11:09:18',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(13503,'2010-11-25 11:42:09',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(13504,'2010-11-25 12:35:33',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.30'),(13505,'2010-11-25 12:35:47',1,'banner_manager.php','','67.142.161.30'),(13506,'2010-11-25 12:35:52',1,'banner_manager.php','page=1&bID=10&','67.142.161.30'),(13507,'2010-11-25 12:35:55',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.30'),(13508,'2010-11-25 12:36:45',1,'banner_manager.php','page=1&action=update&','67.142.161.30'),(13509,'2010-11-25 12:36:45',1,'banner_manager.php','page=1&bID=10&','67.142.161.30'),(13510,'2010-11-25 18:34:21',0,'login.php ','','67.142.161.33'),(13511,'2010-11-25 18:34:22',0,'login.php ','','67.142.161.33'),(13512,'2010-11-25 18:34:32',0,'login.php surpro','','67.142.161.33'),(13513,'2010-11-25 18:34:33',0,'login.php ','','67.142.161.33'),(13514,'2010-11-25 18:34:46',1,'developers_tool_kit.php','','67.142.161.33'),(13515,'2010-11-25 18:34:52',1,'banner_manager.php','','67.142.161.33'),(13516,'2010-11-25 18:34:59',1,'banner_manager.php','page=1&bID=10&','67.142.161.33'),(13517,'2010-11-25 18:35:02',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.33'),(13518,'2010-11-25 18:35:27',1,'banner_manager.php','page=1&bID=10&','67.142.161.33'),(13519,'2010-11-25 18:35:30',1,'banner_manager.php','page=1&bID=11&','67.142.161.33'),(13520,'2010-11-25 18:35:34',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.33'),(13521,'2010-11-26 14:59:21',0,'login.php ','','67.142.161.21'),(13522,'2010-11-26 14:59:23',0,'login.php ','','67.142.161.21'),(13523,'2010-11-26 14:59:40',0,'login.php surpro','','67.142.161.21'),(13524,'2010-11-26 14:59:41',0,'login.php ','','67.142.161.21'),(13525,'2010-11-26 15:00:29',1,'developers_tool_kit.php','','67.142.161.21'),(13526,'2010-11-26 15:01:21',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(13527,'2010-11-26 15:12:32',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(13528,'2010-11-26 15:13:12',1,'configuration.php','gID=22&','67.142.161.21'),(13529,'2010-11-26 15:19:54',1,'developers_tool_kit.php','','67.142.161.21'),(13530,'2010-11-26 15:20:03',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(13531,'2010-11-27 08:35:57',0,'login.php ','','67.142.161.21'),(13532,'2010-11-27 08:35:58',0,'login.php ','','67.142.161.21'),(13533,'2010-11-27 08:36:15',0,'login.php surpro','','67.142.161.21'),(13534,'2010-11-27 08:36:16',0,'login.php ','','67.142.161.21'),(13535,'2010-11-27 08:37:00',1,'developers_tool_kit.php','','67.142.161.21'),(13536,'2010-11-27 08:37:35',1,'developers_tool_kit.php','action=locate_all_files&','67.142.161.21'),(13537,'2010-11-28 18:05:49',0,'login.php ','','67.142.161.32'),(13538,'2010-11-28 18:05:50',0,'login.php ','','67.142.161.32'),(13539,'2010-11-28 18:06:01',0,'login.php surpro','','67.142.161.32'),(13540,'2010-11-28 18:06:02',0,'login.php ','','67.142.161.32'),(13541,'2010-11-28 18:06:19',1,'define_pages_editor.php','','67.142.161.32'),(13542,'2010-11-28 18:06:26',1,'define_pages_editor.php','securityToken=29617fe1a25949ae616661c7a0f415ea&define_it=10&action=new_page&','67.142.161.32'),(13543,'2010-11-28 18:12:36',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','67.142.161.32'),(13544,'2010-11-28 18:12:36',1,'define_pages_editor.php','','67.142.161.32'),(13545,'2010-11-28 18:12:48',1,'define_pages_editor.php','securityToken=29617fe1a25949ae616661c7a0f415ea&language=sp&','67.142.161.32'),(13546,'2010-11-28 18:12:56',1,'define_pages_editor.php','securityToken=29617fe1a25949ae616661c7a0f415ea&define_it=10&action=new_page&','67.142.161.32'),(13547,'2010-11-28 18:18:07',1,'define_pages_editor.php','lngdir=spanish&filename=define_shippinginfo.php&action=save&','67.142.161.32'),(13548,'2010-11-28 18:18:07',1,'define_pages_editor.php','','67.142.161.32'),(13549,'2010-11-28 18:18:15',1,'define_pages_editor.php','securityToken=29617fe1a25949ae616661c7a0f415ea&language=en&','67.142.161.32'),(13550,'2010-11-28 18:18:21',1,'define_pages_editor.php','securityToken=29617fe1a25949ae616661c7a0f415ea&define_it=10&action=new_page&','67.142.161.32'),(13551,'2010-11-28 18:18:51',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','67.142.161.32'),(13552,'2010-11-28 18:18:52',1,'define_pages_editor.php','','67.142.161.32'),(13553,'2010-11-28 18:48:14',1,'define_pages_editor.php','securityToken=29617fe1a25949ae616661c7a0f415ea&define_it=11&action=new_page&','97.146.203.56'),(13554,'2010-11-28 18:48:39',1,'define_pages_editor.php','lngdir=english&filename=define_site_map.php&action=save&','97.146.203.56'),(13555,'2010-11-28 18:48:39',1,'define_pages_editor.php','','97.146.203.56'),(13556,'2010-11-28 18:52:36',1,'define_pages_editor.php','vcheck=yes&','97.146.203.56'),(13557,'2010-11-28 23:48:16',0,'login.php ','','67.142.161.22'),(13558,'2010-11-28 23:48:17',0,'login.php ','','67.142.161.22'),(13559,'2010-11-28 23:48:31',0,'login.php surpro','','67.142.161.22'),(13560,'2010-11-28 23:48:32',0,'login.php ','','67.142.161.22'),(13561,'2010-11-28 23:48:43',1,'banner_manager.php','','67.142.161.22'),(13562,'2010-11-28 23:48:49',1,'banner_manager.php','page=1&bID=11&action=new&','67.142.161.22'),(13563,'2010-11-28 23:49:02',1,'banner_manager.php','','67.142.161.22'),(13564,'2010-11-28 23:49:07',1,'banner_manager.php','page=1&bID=10&','67.142.161.22'),(13565,'2010-11-28 23:49:16',1,'banner_manager.php','page=1&bID=10&action=new&','67.142.161.22'),(13566,'2010-11-28 23:49:35',1,'banner_manager.php','page=1&action=update&','67.142.161.22'),(13567,'2010-11-28 23:49:35',1,'banner_manager.php','page=1&bID=10&','67.142.161.22'),(13568,'2010-11-29 10:03:15',0,'login.php ','','67.142.161.33'),(13569,'2010-11-29 10:03:16',0,'login.php ','','67.142.161.33'),(13570,'2010-11-29 10:03:37',0,'login.php surpro','','67.142.161.33'),(13571,'2010-11-29 10:03:55',0,'login.php surpro','','67.142.161.33'),(13572,'2010-11-29 10:03:55',0,'login.php ','','67.142.161.33'),(13573,'2010-11-29 10:04:09',1,'featured.php','','67.142.161.33'),(13574,'2010-11-29 10:04:25',1,'featured.php','action=setflag&flag=0&id=8&page=1&','67.142.161.33'),(13575,'2010-11-29 10:04:25',1,'featured.php','page=1&fID=8&','67.142.161.33'),(13576,'2010-11-29 10:04:33',1,'featured.php','page=2&','67.142.161.33'),(13577,'2010-11-29 10:04:38',1,'featured.php','action=setflag&flag=0&id=5&page=2&','67.142.161.33'),(13578,'2010-11-29 10:04:38',1,'featured.php','page=2&fID=5&','67.142.161.33'),(13579,'2010-11-29 21:19:14',0,'login.php ','','67.142.161.33'),(13580,'2010-11-29 21:19:16',0,'login.php ','','67.142.161.33'),(13581,'2010-11-29 21:19:29',0,'login.php surpro','','67.142.161.33'),(13582,'2010-11-29 21:19:30',0,'login.php ','','67.142.161.33'),(13583,'2010-11-29 21:19:43',1,'categories.php','','67.142.161.33'),(13584,'2010-11-29 21:19:50',1,'categories.php','cPath=5&','67.142.161.33'),(13585,'2010-11-29 21:19:59',1,'categories.php','cPath=5_9&','67.142.161.33'),(13586,'2010-11-29 21:20:07',1,'product.php','page=1&product_type=1&cPath=5_9&pID=13&action=new_product&','67.142.161.33'),(13587,'2010-11-29 21:23:14',1,'product.php','cPath=5_9&product_type=1&pID=13&action=new_product_preview&page=1&','67.142.161.33'),(13588,'2010-11-29 21:23:25',1,'product.php','cPath=5_9&product_type=1&pID=13&action=update_product&page=1&','67.142.161.33'),(13589,'2010-11-29 21:24:14',1,'product.php','cPath=5_9&product_type=1&pID=13&action=new_product_preview&page=1&','67.142.161.33'),(13590,'2010-11-29 21:24:22',1,'product.php','cPath=5_9&product_type=1&pID=13&action=update_product&page=1&','67.142.161.33'),(13591,'2010-11-29 21:24:22',1,'categories.php','cPath=5_9&pID=13&page=1&','67.142.161.33'),(13592,'2010-11-30 20:36:32',0,'login.php ','','67.142.161.32'),(13593,'2010-11-30 20:36:33',0,'login.php ','','67.142.161.32'),(13594,'2010-11-30 20:36:43',0,'login.php surpro','','67.142.161.32'),(13595,'2010-11-30 20:36:43',0,'login.php ','','67.142.161.32'),(13596,'2010-11-30 20:37:04',1,'customers.php','search=Hitoki&origin=index&','67.142.161.32'),(13597,'2010-11-30 20:37:10',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.32'),(13598,'2010-11-30 20:37:10',1,'customers.php','search=Hitoki&origin=index&page=1&cID=2&action=edit&','67.142.161.32'),(13599,'2010-11-30 20:37:25',1,'customers.php','search=Hitoki&origin=index&','67.142.161.32'),(13600,'2010-11-30 20:37:29',1,'customers.php','origin=index&page=1&cID=2&action=edit&','67.142.161.32'),(13601,'2010-11-30 20:37:42',1,'orders.php','','67.142.161.32'),(13602,'2010-11-30 20:37:50',1,'orders.php','page=1&oID=12382&action=edit&','67.142.161.32'),(13603,'2010-12-02 21:49:55',0,'login.php ','','67.142.161.33'),(13604,'2010-12-02 21:49:56',0,'login.php ','','67.142.161.33'),(13605,'2010-12-02 21:50:05',0,'login.php surpro','','67.142.161.33'),(13606,'2010-12-02 21:50:05',0,'login.php ','','67.142.161.33'),(13607,'2010-12-02 21:54:28',1,'customers.php','search=Hitoki&origin=index&','67.142.161.33'),(13608,'2010-12-02 21:54:33',1,'orders.php','cID=2&','67.142.161.33'),(13609,'2010-12-02 21:54:37',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.33'),(13610,'2010-12-02 21:54:37',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.33'),(13611,'2010-12-02 21:54:37',1,'orders.php','cID=2&page=1&oID=12382&action=edit&','67.142.161.33'),(13612,'2010-12-06 19:51:40',0,'login.php ','','76.108.122.208'),(13613,'2010-12-06 19:51:58',0,'login.php surpro','','76.108.122.208'),(13614,'2010-12-06 19:52:30',1,'stats_products_viewed.php','','76.108.122.208'),(13615,'2010-12-09 09:09:15',0,'login.php ','','76.108.122.208'),(13616,'2010-12-09 09:09:23',0,'login.php surpro','','76.108.122.208'),(13617,'2010-12-09 09:09:31',1,'login.php','','76.108.122.208'),(13618,'2010-12-09 09:09:45',1,'stats_products_viewed.php','','76.108.122.208'),(13619,'2010-12-14 14:14:05',0,'login.php ','','98.77.171.189'),(13620,'2010-12-14 14:59:33',0,'login.php surpro','','98.77.171.189'),(13621,'2011-01-16 07:08:36',0,'login.php ','','97.30.253.252'),(13622,'2011-01-30 18:27:20',0,'login.php ','','67.142.161.20'),(13623,'2011-02-08 20:10:06',0,'login.php ','','67.142.161.30'),(13624,'2011-02-08 20:10:07',0,'login.php ','','67.142.161.30'),(13625,'2011-03-01 09:15:57',0,'login.php ','','97.142.121.96'),(13626,'2011-03-01 09:16:55',0,'login.php surpro','','97.142.121.96'),(13627,'2011-03-01 09:17:14',0,'login.php surpro','','97.142.121.96'),(13628,'2011-03-01 09:18:41',0,'login.php surpro','','97.142.121.96'),(13629,'2011-03-01 09:28:25',0,'login.php Admin','','97.142.121.96'),(13630,'2011-03-01 09:28:42',2,'stats_products_viewed.php','','97.142.121.96'),(13631,'2011-03-01 09:29:00',2,'stats_products_purchased.php','','97.142.121.96'),(13632,'2011-03-01 09:29:09',2,'stats_customers.php','','97.142.121.96'),(13633,'2011-03-01 09:29:19',2,'stats_customers_referrals.php','','97.142.121.96'),(13634,'2011-03-01 09:29:25',2,'customers.php','','97.142.121.96'),(13635,'2011-03-25 08:51:09',0,'login.php ','','76.108.122.208'),(13636,'2011-03-25 08:52:30',0,'login.php surpro','','76.108.122.208'),(13637,'2011-03-25 08:52:51',0,'login.php surpro','','76.108.122.208'),(13638,'2011-03-25 08:53:53',0,'password_forgotten.php ','','76.108.122.208'),(13639,'2011-03-25 08:54:28',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','76.108.122.208'),(13640,'2011-03-25 08:54:34',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','76.108.122.208'),(13641,'2011-03-25 08:54:34',0,'login.php ','','76.108.122.208'),(13642,'2011-03-25 08:55:35',0,'login.php surpro','','76.108.122.208'),(13643,'2011-03-25 08:56:01',1,'admin.php','','76.108.122.208'),(13644,'2011-03-25 08:56:13',1,'admin.php','page=1&adminID=1&action=edit&','76.108.122.208'),(13645,'2011-03-25 08:56:17',1,'admin.php','page=1&adminID=1&action=save&','76.108.122.208'),(13646,'2011-03-25 08:56:18',1,'admin.php','page=1&adminID=1&','76.108.122.208'),(13647,'2011-03-25 08:56:20',1,'admin.php','page=1&adminID=2&action=edit&','76.108.122.208'),(13648,'2011-03-25 08:56:54',1,'admin.php','page=1&adminID=2&action=save&','76.108.122.208'),(13649,'2011-03-25 08:56:54',1,'admin.php','page=1&adminID=2&','76.108.122.208'),(13650,'2011-03-25 08:57:12',1,'banner_manager.php','','76.108.122.208'),(13651,'2011-03-25 08:57:23',1,'banner_manager.php','page=1&bID=11&action=new&','76.108.122.208'),(13652,'2011-03-25 08:59:01',1,'admin.php','page=1&adminID=2&','76.108.122.208'),(13653,'2011-03-25 08:59:06',1,'banner_manager.php','','76.108.122.208'),(13654,'2011-03-25 08:59:25',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13655,'2011-03-25 08:59:29',1,'banner_manager.php','page=1&bID=10&action=new&','76.108.122.208'),(13656,'2011-03-25 09:01:01',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13657,'2011-03-25 09:01:01',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13658,'2011-03-25 09:01:48',1,'banner_manager.php','page=1&bID=10&action=new&','76.108.122.208'),(13659,'2011-03-25 09:02:09',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13660,'2011-03-25 09:02:09',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13661,'2011-03-25 09:02:50',1,'banner_manager.php','page=1&bID=10&action=new&','76.108.122.208'),(13662,'2011-03-25 09:03:10',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13663,'2011-03-25 09:03:10',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13664,'2011-03-25 09:17:59',1,'banner_manager.php','page=1&bID=10&action=new&','76.108.122.208'),(13665,'2011-03-25 09:21:32',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13666,'2011-03-25 09:21:32',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13667,'2011-03-25 09:22:23',1,'banner_manager.php','page=1&bID=10&action=new&','76.108.122.208'),(13668,'2011-03-25 09:22:44',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13669,'2011-03-25 09:22:44',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13670,'2011-03-25 09:24:44',1,'banner_manager.php','page=1&bID=10&action=new&','76.108.122.208'),(13671,'2011-03-25 09:27:09',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13672,'2011-03-25 09:27:10',1,'banner_manager.php','page=1&bID=10&','76.108.122.208'),(13673,'2011-03-25 09:27:13',1,'banner_manager.php','page=1&bID=11&','76.108.122.208'),(13674,'2011-03-25 09:27:15',1,'banner_manager.php','page=1&bID=11&action=new&','76.108.122.208'),(13675,'2011-03-25 09:28:53',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13676,'2011-03-25 09:28:53',1,'banner_manager.php','page=1&bID=11&','76.108.122.208'),(13677,'2011-03-25 09:31:42',1,'banner_manager.php','page=1&bID=11&action=new&','76.108.122.208'),(13678,'2011-03-25 09:32:13',1,'banner_manager.php','page=1&action=update&','76.108.122.208'),(13679,'2011-03-25 09:32:13',1,'banner_manager.php','page=1&bID=11&','76.108.122.208'),(13680,'2011-03-25 09:33:06',1,'stats_products_viewed.php','','76.108.122.208'),(13681,'2011-03-25 09:39:08',1,'stats_products_viewed.php','','76.108.122.208'),(13682,'2011-03-25 09:40:11',1,'stats_products_viewed.php','vcheck=yes&','76.108.122.208'),(13683,'2011-03-25 09:41:10',1,'categories.php','cPath=11&pID=44&','76.108.122.208'),(13684,'2011-03-25 09:41:19',1,'stats_products_viewed.php','vcheck=yes&','76.108.122.208'),(13685,'2011-03-25 09:54:15',1,'stats_products_viewed.php','vcheck=yes&','76.108.122.208'),(13686,'2011-03-25 09:54:24',1,'stats_products_purchased.php','','76.108.122.208'),(13687,'2011-03-25 09:54:35',1,'categories.php','cPath=16&pID=43&page=&','76.108.122.208'),(13688,'2011-03-25 09:54:42',1,'stats_products_purchased.php','','76.108.122.208'),(13689,'2011-03-25 09:54:56',1,'stats_customers.php','','76.108.122.208'),(13690,'2011-03-25 09:55:06',1,'template_select.php','','76.108.122.208'),(13691,'2011-03-25 09:55:16',1,'mail.php','','76.108.122.208'),(13692,'2011-03-25 09:55:28',1,'newsletters.php','','76.108.122.208'),(13693,'2011-03-25 09:55:38',1,'server_info.php','','76.108.122.208'),(13694,'2011-03-25 09:56:05',1,'whos_online.php','','76.108.122.208'),(13695,'2011-03-25 09:56:38',1,'whos_online.php','','76.108.122.208'),(13696,'2011-03-25 09:56:53',1,'email_welcome.php','','76.108.122.208'),(13697,'2011-03-25 09:58:23',1,'store_manager.php','','76.108.122.208'),(13698,'2011-03-25 09:59:08',1,'admin.php','','76.108.122.208'),(13699,'2011-03-25 09:59:14',1,'admin.php','page=1&adminID=1&','76.108.122.208'),(13700,'2011-03-25 09:59:17',1,'admin.php','page=1&adminID=1&action=resetpassword&','76.108.122.208'),(13701,'2011-03-25 09:59:34',1,'admin.php','page=1&adminID=1&action=reset&','76.108.122.208'),(13702,'2011-03-25 09:59:45',1,'admin.php','page=1&adminID=1&action=resetpassword&','76.108.122.208'),(13703,'2011-03-25 10:00:25',1,'admin.php','page=1&adminID=1&action=reset&','76.108.122.208'),(13704,'2011-03-25 10:00:26',1,'admin.php','page=1&adminID=1&','76.108.122.208'),(13705,'2011-03-25 10:00:31',1,'admin.php','page=1&adminID=2&','76.108.122.208'),(13706,'2011-03-25 10:00:33',1,'admin.php','page=1&adminID=2&action=resetpassword&','76.108.122.208'),(13707,'2011-03-25 10:00:50',1,'admin.php','page=1&adminID=2&action=reset&','76.108.122.208'),(13708,'2011-03-25 10:00:50',1,'admin.php','page=1&adminID=2&','76.108.122.208'),(13709,'2011-03-29 17:39:37',0,'login.php ','','76.108.122.208'),(13710,'2011-03-29 17:40:55',0,'login.php surpro','','76.108.122.208'),(13711,'2011-03-29 17:41:12',0,'login.php surpro','','76.108.122.208'),(13712,'2011-03-29 17:41:54',0,'login.php surpro','','76.108.122.208'),(13713,'2011-03-29 17:42:19',1,'categories.php','','76.108.122.208'),(13714,'2011-03-29 17:42:23',1,'categories.php','cPath=5&','76.108.122.208'),(13715,'2011-03-29 17:42:26',1,'categories.php','cPath=5_9&','76.108.122.208'),(13716,'2011-03-29 17:43:14',1,'product.php','page=1&product_type=1&cPath=5_9&pID=11&action=new_product&','76.108.122.208'),(13717,'2011-03-29 17:43:52',1,'modules.php','set=shipping&','76.108.122.208'),(13718,'2011-03-29 17:43:58',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(13719,'2011-03-29 17:44:02',1,'modules.php','set=shipping&module=ups&action=edit&','76.108.122.208'),(13720,'2011-03-29 17:44:43',1,'modules.php','set=shipping&module=ups&action=save&','76.108.122.208'),(13721,'2011-03-29 17:44:44',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(13722,'2011-03-29 17:45:14',1,'modules.php','set=shipping&module=ups&action=edit&','76.108.122.208'),(13723,'2011-03-29 17:45:14',1,'modules.php','set=shipping&module=ups&action=edit&','76.108.122.208'),(13724,'2011-03-29 17:45:30',1,'modules.php','set=shipping&module=ups&action=save&','76.108.122.208'),(13725,'2011-03-29 17:45:30',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(13726,'2011-03-29 17:45:47',1,'product_types.php','','76.108.122.208'),(13727,'2011-03-29 17:45:56',1,'products_price_manager.php','','76.108.122.208'),(13728,'2011-03-29 17:46:09',1,'products_price_manager.php','securityToken=e8598b936513d3fad95d2c2a6881c6f6&current_category_id=9&products_filter=&action=new_cat&','76.108.122.208'),(13729,'2011-03-29 17:46:09',1,'products_price_manager.php','products_filter=10&current_category_id=9&','76.108.122.208'),(13730,'2011-03-29 17:46:45',1,'products_price_manager.php','action=edit&products_filter=10&current_category_id=9&','76.108.122.208'),(13731,'2011-03-29 17:46:45',1,'products_price_manager.php','action=edit_update&products_filter=10&current_category_id=9&','76.108.122.208'),(13732,'2011-03-29 17:46:57',1,'specials.php','add_products_id=10&action=new&sID=&go_back=ON&current_category_id=9&','76.108.122.208'),(13733,'2011-03-29 17:47:06',1,'products_price_manager.php','products_filter=10&current_category_id=9&','76.108.122.208'),(13734,'2011-03-29 17:47:32',1,'products_price_manager.php','products_filter=10&current_category_id=9&','76.108.122.208'),(13735,'2011-03-29 17:47:37',1,'products_price_manager.php','products_filter=10&current_category_id=9&','76.108.122.208'),(13736,'2011-03-29 17:47:39',1,'categories.php','cPath=5_9&pID=10&product_type=1&','76.108.122.208'),(13737,'2011-03-29 17:47:45',1,'product.php','page=1&product_type=1&cPath=5_9&pID=11&action=new_product&','76.108.122.208'),(13738,'2011-03-29 17:48:27',1,'product.php','page=1&product_type=1&cPath=5_9&pID=11&action=new_product&','76.108.122.208'),(13739,'2011-03-30 18:11:45',0,'login.php ','','76.108.122.208'),(13740,'2011-03-30 18:11:55',0,'login.php surpro','','76.108.122.208'),(13741,'2011-03-30 18:12:07',0,'login.php surpro','','76.108.122.208'),(13742,'2011-03-30 18:12:27',1,'modules.php','set=payment&','76.108.122.208'),(13743,'2011-03-30 18:19:54',1,'modules.php','set=payment&module=paypaldp&','76.108.122.208'),(13744,'2011-03-30 18:19:58',1,'modules.php','set=payment&module=paypaldp&action=remove&','76.108.122.208'),(13745,'2011-03-30 18:19:59',1,'modules.php','set=payment&module=paypaldp&','76.108.122.208'),(13746,'2011-03-30 18:20:00',1,'modules.php','set=payment&module=paypalwpp&','76.108.122.208'),(13747,'2011-03-30 18:20:03',1,'modules.php','set=payment&module=paypalwpp&action=remove&','76.108.122.208'),(13748,'2011-03-30 18:20:03',1,'modules.php','set=payment&module=paypalwpp&','76.108.122.208'),(13749,'2011-03-30 18:20:15',1,'modules.php','set=payment&module=googlecheckout&','76.108.122.208'),(13750,'2011-03-30 18:20:19',1,'modules.php','set=payment&module=googlecheckout&action=install&','76.108.122.208'),(13751,'2011-03-30 18:20:19',1,'modules.php','set=payment&module=googlecheckout&action=edit&','76.108.122.208'),(13752,'2011-03-30 18:24:08',1,'modules.php','set=payment&module=googlecheckout&action=save&','76.108.122.208'),(13753,'2011-03-30 18:24:08',1,'modules.php','set=payment&module=googlecheckout&','76.108.122.208'),(13754,'2011-03-30 18:28:33',1,'modules.php','set=payment&module=googlecheckout&action=edit&','76.108.122.208'),(13755,'2011-03-30 18:28:35',1,'modules.php','set=payment&module=googlecheckout&action=edit&','76.108.122.208'),(13756,'2011-03-30 18:29:32',1,'modules.php','set=payment&module=googlecheckout&action=save&','76.108.122.208'),(13757,'2011-03-30 18:29:33',1,'modules.php','set=payment&module=googlecheckout&','76.108.122.208'),(13758,'2011-03-30 18:33:49',1,'modules.php','set=payment&module=googlecheckout&action=edit&','76.108.122.208'),(13759,'2011-03-30 18:36:07',1,'modules.php','set=payment&module=googlecheckout&action=save&','76.108.122.208'),(13760,'2011-03-30 18:36:07',1,'modules.php','set=payment&module=googlecheckout&','76.108.122.208'),(13761,'2011-03-30 20:33:44',0,'login.php ','','76.108.122.208'),(13762,'2011-03-30 20:34:04',0,'login.php surpro','','76.108.122.208'),(13763,'2011-03-30 20:34:17',1,'modules.php','set=shipping&','76.108.122.208'),(13764,'2011-03-30 20:34:54',1,'modules.php','set=ordertotal&','76.108.122.208'),(13765,'2011-03-30 20:35:02',1,'modules.php','set=payment&','76.108.122.208'),(13766,'2011-03-30 20:35:47',1,'whos_online.php','','76.108.122.208'),(13767,'2011-03-30 20:36:24',1,'server_info.php','','76.108.122.208'),(13768,'2011-03-30 20:37:06',1,'configuration.php','gID=17&','76.108.122.208'),(13769,'2011-03-30 21:06:00',1,'developers_tool_kit.php','','76.108.122.208'),(13770,'2011-03-30 21:06:31',1,'developers_tool_kit.php','action=locate_configuration&','76.108.122.208'),(13771,'2011-03-30 21:06:46',1,'developers_tool_kit.php','action=locate_template&','76.108.122.208'),(13772,'2011-03-30 21:10:24',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13773,'2011-03-30 21:14:47',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13774,'2011-03-30 21:15:11',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13775,'2011-03-30 21:20:35',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13776,'2011-03-30 22:21:59',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13777,'2011-03-30 23:11:44',1,'ezpages.php','','76.108.122.208'),(13778,'2011-03-30 23:17:29',1,'ezpages.php','action=new&','76.108.122.208'),(13779,'2011-03-30 23:23:08',1,'ezpages.php','action=insert&','76.108.122.208'),(13780,'2011-03-30 23:24:03',1,'ezpages.php','action=insert&','76.108.122.208'),(13781,'2011-03-30 23:25:19',1,'ezpages.php','action=insert&','76.108.122.208'),(13782,'2011-03-30 23:25:39',1,'ezpages.php','action=insert&','76.108.122.208'),(13783,'2011-03-30 23:25:40',1,'ezpages.php','ezID=6&','76.108.122.208'),(13784,'2011-03-30 23:37:17',1,'ezpages.php','page=1&ezID=6&action=new&','76.108.122.208'),(13785,'2011-03-30 23:37:32',1,'ezpages.php','page=1&action=update&','76.108.122.208'),(13786,'2011-03-30 23:37:32',1,'ezpages.php','page=1&ezID=6&','76.108.122.208'),(13787,'2011-03-31 16:40:37',0,'login.php ','','76.108.122.208'),(13788,'2011-03-31 16:40:47',0,'login.php surpro','','76.108.122.208'),(13789,'2011-03-31 16:40:55',1,'developers_tool_kit.php','','76.108.122.208'),(13790,'2011-03-31 16:41:15',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13791,'2011-03-31 16:44:40',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13792,'2011-03-31 16:45:01',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13793,'2011-03-31 16:45:15',1,'developers_tool_kit.php','action=locate_template&','76.108.122.208'),(13794,'2011-03-31 16:45:20',1,'developers_tool_kit.php','action=locate_template&','76.108.122.208'),(13795,'2011-03-31 16:45:20',1,'developers_tool_kit.php','','76.108.122.208'),(13796,'2011-03-31 16:47:21',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(13797,'2011-03-31 18:32:59',0,'login.php ','','76.108.122.208'),(13798,'2011-03-31 18:33:08',0,'login.php surpro','','76.108.122.208'),(13799,'2011-03-31 18:33:24',0,'login.php surpro','','76.108.122.208'),(13800,'2011-03-31 18:33:31',1,'ezpages.php','','76.108.122.208'),(13801,'2011-03-31 18:33:38',1,'ezpages.php','action=new&','76.108.122.208'),(13802,'2011-03-31 18:35:08',1,'ezpages.php','action=insert&','76.108.122.208'),(13803,'2011-03-31 18:35:08',1,'ezpages.php','ezID=7&','76.108.122.208'),(13804,'2011-03-31 18:41:59',1,'ezpages.php','ezID=6&action=new&','76.108.122.208'),(13805,'2011-03-31 18:42:10',1,'ezpages.php','ezID=7&','76.108.122.208'),(13806,'2011-03-31 18:42:13',1,'ezpages.php','ezID=7&action=new&','76.108.122.208'),(13807,'2011-03-31 18:42:22',1,'ezpages.php','ezID=7&','76.108.122.208'),(13808,'2011-04-01 10:13:00',0,'login.php ','','76.108.122.208'),(13809,'2011-04-01 10:13:08',0,'login.php surpro','','76.108.122.208'),(13810,'2011-04-01 10:13:13',1,'categories.php','','76.108.122.208'),(13811,'2011-04-01 10:13:16',1,'categories.php','cPath=5&','76.108.122.208'),(13812,'2011-04-01 10:13:18',1,'categories.php','cPath=5_8&','76.108.122.208'),(13813,'2011-04-01 10:16:19',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13814,'2011-04-01 11:12:45',1,'customers.php','','76.108.122.208'),(13815,'2011-04-01 11:41:16',1,'customers.php','','76.108.122.208'),(13816,'2011-04-02 07:31:03',0,'login.php ','','76.108.122.208'),(13817,'2011-04-02 07:32:27',0,'login.php surpro','','76.108.122.208'),(13818,'2011-04-02 07:33:35',1,'categories.php','','76.108.122.208'),(13819,'2011-04-02 07:33:38',1,'categories.php','cPath=5&','76.108.122.208'),(13820,'2011-04-02 07:33:41',1,'categories.php','cPath=5_8&','76.108.122.208'),(13821,'2011-04-02 07:33:52',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13822,'2011-04-02 07:36:56',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(13823,'2011-04-02 07:37:26',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(13824,'2011-04-02 07:37:26',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13825,'2011-04-02 07:37:48',1,'modules.php','set=shipping&','76.108.122.208'),(13826,'2011-04-02 07:37:55',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(13827,'2011-04-02 07:57:31',1,'attributes_controller.php','','76.108.122.208'),(13828,'2011-04-02 07:57:58',1,'attributes_controller.php','securityToken=3cbb7a917ee4dd31aa958439798b9106&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13829,'2011-04-02 07:57:58',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13830,'2011-04-02 07:58:59',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13831,'2011-04-02 07:59:00',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13832,'2011-04-02 07:59:56',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13833,'2011-04-02 07:59:56',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13834,'2011-04-02 08:25:23',1,'options_name_manager.php','','76.108.122.208'),(13835,'2011-04-02 08:26:06',1,'options_values_manager.php','','76.108.122.208'),(13836,'2011-04-02 08:26:23',1,'options_name_manager.php','','76.108.122.208'),(13837,'2011-04-02 08:26:25',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13838,'2011-04-02 08:26:31',1,'options_values_manager.php','','76.108.122.208'),(13839,'2011-04-02 08:26:40',1,'options_values_manager.php','value_page=2&','76.108.122.208'),(13840,'2011-04-02 08:26:45',1,'options_values_manager.php','value_page=3&','76.108.122.208'),(13841,'2011-04-02 08:26:52',1,'options_values_manager.php','action=update_option_value&value_id=1&value_page=3&','76.108.122.208'),(13842,'2011-04-02 08:27:25',1,'attributes_controller.php','','76.108.122.208'),(13843,'2011-04-02 08:27:29',1,'options_name_manager.php','','76.108.122.208'),(13844,'2011-04-02 08:27:33',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13845,'2011-04-02 08:27:53',1,'options_name_manager.php','','76.108.122.208'),(13846,'2011-04-02 08:27:54',1,'attributes_controller.php','','76.108.122.208'),(13847,'2011-04-02 08:27:56',1,'options_values_manager.php','action=update_option_value&value_id=1&value_page=3&','76.108.122.208'),(13848,'2011-04-02 08:27:57',1,'options_values_manager.php','value_page=3&','76.108.122.208'),(13849,'2011-04-02 08:27:59',1,'options_values_manager.php','value_page=2&','76.108.122.208'),(13850,'2011-04-02 08:46:47',1,'modules.php','set=shipping&','76.108.122.208'),(13851,'2011-04-02 08:47:31',1,'modules.php','set=shipping&module=item&','76.108.122.208'),(13852,'2011-04-02 08:47:37',1,'modules.php','set=shipping&module=perweightunit&','76.108.122.208'),(13853,'2011-04-02 08:47:54',1,'attributes_controller.php','','76.108.122.208'),(13854,'2011-04-02 08:48:02',1,'attributes_controller.php','securityToken=3cbb7a917ee4dd31aa958439798b9106&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13855,'2011-04-02 08:48:02',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13856,'2011-04-02 08:52:07',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=1&','76.108.122.208'),(13857,'2011-04-02 08:52:07',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(13858,'2011-04-02 08:55:34',1,'options_name_manager.php','','76.108.122.208'),(13859,'2011-04-02 08:55:44',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13860,'2011-04-02 08:56:07',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13861,'2011-04-02 08:56:08',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13862,'2011-04-02 08:59:46',1,'categories.php','','76.108.122.208'),(13863,'2011-04-02 08:59:48',1,'categories.php','cPath=5&','76.108.122.208'),(13864,'2011-04-02 08:59:50',1,'categories.php','cPath=5_8&','76.108.122.208'),(13865,'2011-04-02 08:59:55',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(13866,'2011-04-02 08:59:57',1,'categories.php','cPath=5_8&','76.108.122.208'),(13867,'2011-04-02 09:00:00',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13868,'2011-04-02 09:00:16',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(13869,'2011-04-02 09:01:39',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(13870,'2011-04-02 09:02:52',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(13871,'2011-04-02 09:02:52',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13872,'2011-04-02 09:04:20',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13873,'2011-04-02 09:04:23',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13874,'2011-04-02 09:04:32',1,'attributes_controller.php','','76.108.122.208'),(13875,'2011-04-02 09:04:41',1,'attributes_controller.php','securityToken=3cbb7a917ee4dd31aa958439798b9106&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13876,'2011-04-02 09:04:41',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13877,'2011-04-02 09:05:25',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13878,'2011-04-02 09:05:26',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13879,'2011-04-02 09:05:48',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13880,'2011-04-02 09:05:48',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13881,'2011-04-02 09:07:03',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13882,'2011-04-02 09:07:04',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13883,'2011-04-02 09:16:13',1,'configuration.php','gID=7&','76.108.122.208'),(13884,'2011-04-02 09:17:58',1,'configuration.php','gID=7&cID=205&action=edit&','76.108.122.208'),(13885,'2011-04-02 09:18:10',1,'configuration.php','gID=7&cID=201&action=edit&','76.108.122.208'),(13886,'2011-04-02 09:18:18',1,'configuration.php','gID=7&cID=200&action=edit&','76.108.122.208'),(13887,'2011-04-02 09:18:51',1,'configuration.php','gID=13&','76.108.122.208'),(13888,'2011-04-02 09:22:39',1,'attributes_controller.php','','76.108.122.208'),(13889,'2011-04-02 09:22:42',1,'attributes_controller.php','securityToken=3cbb7a917ee4dd31aa958439798b9106&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13890,'2011-04-02 09:22:42',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13891,'2011-04-02 09:22:50',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13892,'2011-04-02 09:22:51',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13893,'2011-04-02 09:27:47',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13894,'2011-04-02 09:27:48',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13895,'2011-04-02 09:30:54',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13896,'2011-04-02 09:30:54',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13897,'2011-04-02 09:31:20',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13898,'2011-04-02 09:31:21',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13899,'2011-04-02 09:33:18',1,'options_name_manager.php','','76.108.122.208'),(13900,'2011-04-02 09:33:27',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13901,'2011-04-02 09:33:44',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13902,'2011-04-02 09:33:44',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13903,'2011-04-02 09:35:30',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13904,'2011-04-02 09:36:32',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13905,'2011-04-02 09:36:32',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13906,'2011-04-02 09:36:35',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13907,'2011-04-02 09:36:49',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13908,'2011-04-02 09:36:52',1,'options_values_manager.php','','76.108.122.208'),(13909,'2011-04-02 09:36:59',1,'options_values_manager.php','value_page=3&','76.108.122.208'),(13910,'2011-04-02 09:37:05',1,'options_values_manager.php','action=update_option_value&value_id=1&value_page=3&','76.108.122.208'),(13911,'2011-04-02 09:37:38',1,'options_values_manager.php','value_page=3&','76.108.122.208'),(13912,'2011-04-02 09:37:43',1,'options_values_manager.php','','76.108.122.208'),(13913,'2011-04-02 09:37:46',1,'attributes_controller.php','','76.108.122.208'),(13914,'2011-04-02 09:37:50',1,'attributes_controller.php','securityToken=3cbb7a917ee4dd31aa958439798b9106&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13915,'2011-04-02 09:37:51',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13916,'2011-04-02 09:38:12',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13917,'2011-04-02 09:38:12',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13918,'2011-04-02 09:39:32',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13919,'2011-04-02 09:39:32',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13920,'2011-04-02 09:39:53',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13921,'2011-04-02 09:41:17',1,'options_name_manager.php','','76.108.122.208'),(13922,'2011-04-02 09:41:21',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13923,'2011-04-02 09:41:26',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13924,'2011-04-02 09:41:27',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13925,'2011-04-02 09:42:10',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13926,'2011-04-02 09:42:15',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13927,'2011-04-02 09:42:15',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13928,'2011-04-02 09:43:08',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13929,'2011-04-02 09:43:44',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13930,'2011-04-02 09:43:44',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(13931,'2011-04-02 09:44:41',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(13932,'2011-04-02 09:47:16',1,'options_values_manager.php','','76.108.122.208'),(13933,'2011-04-02 09:47:20',1,'options_values_manager.php','value_page=3&','76.108.122.208'),(13934,'2011-04-02 09:47:25',1,'options_values_manager.php','action=update_option_value&value_id=1&value_page=3&','76.108.122.208'),(13935,'2011-04-02 09:47:47',1,'attributes_controller.php','','76.108.122.208'),(13936,'2011-04-02 09:47:52',1,'attributes_controller.php','securityToken=3cbb7a917ee4dd31aa958439798b9106&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13937,'2011-04-02 09:47:52',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13938,'2011-04-02 09:48:03',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13939,'2011-04-02 09:48:03',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13940,'2011-04-02 09:49:25',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13941,'2011-04-02 09:49:26',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13942,'2011-04-02 09:50:23',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(13943,'2011-04-02 09:50:23',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(13944,'2011-04-02 09:51:07',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=3&','76.108.122.208'),(13945,'2011-04-02 09:51:08',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13946,'2011-04-02 09:52:23',1,'attributes_controller.php','action=update_attribute&attribute_id=53&attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13947,'2011-04-02 09:53:21',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=3&','76.108.122.208'),(13948,'2011-04-02 09:53:22',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13949,'2011-04-02 09:53:50',1,'attributes_controller.php','action=update_attribute&attribute_id=54&attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13950,'2011-04-02 09:54:36',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=3&','76.108.122.208'),(13951,'2011-04-02 09:54:36',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13952,'2011-04-02 09:55:17',1,'attributes_controller.php','action=update_attribute&attribute_id=53&attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13953,'2011-04-02 09:55:50',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=3&','76.108.122.208'),(13954,'2011-04-02 09:55:50',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13955,'2011-04-02 09:55:56',1,'attributes_controller.php','action=update_attribute&attribute_id=54&attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13956,'2011-04-02 09:56:22',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=3&','76.108.122.208'),(13957,'2011-04-02 09:56:23',1,'attributes_controller.php','attribute_page=1&products_filter=3&current_category_id=8&','76.108.122.208'),(13958,'2011-04-02 10:07:52',1,'categories.php','action=new_product&cPath=5_8&pID=3&product_type=1&','76.108.122.208'),(13959,'2011-04-02 10:07:53',1,'product.php','action=new_product&cPath=5_8&pID=3&product_type=1&','76.108.122.208'),(13960,'2011-04-02 10:08:48',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&','76.108.122.208'),(13961,'2011-04-02 10:09:05',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&','76.108.122.208'),(13962,'2011-04-02 10:09:05',1,'categories.php','cPath=5_8&pID=3&','76.108.122.208'),(13963,'2011-04-02 10:09:12',1,'categories.php','action=setflag&flag=1&pID=3&cPath=5_8&page=1&','76.108.122.208'),(13964,'2011-04-02 10:09:13',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13965,'2011-04-02 10:09:18',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13966,'2011-04-02 10:09:25',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(13967,'2011-04-02 10:09:29',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(13968,'2011-04-02 10:09:29',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13969,'2011-04-02 10:11:11',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13970,'2011-04-02 10:11:21',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(13971,'2011-04-02 10:11:25',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(13972,'2011-04-02 10:11:25',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13973,'2011-04-02 10:13:28',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13974,'2011-04-02 10:13:37',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(13975,'2011-04-02 10:15:53',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(13976,'2011-04-02 10:15:54',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13977,'2011-04-02 10:15:58',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','76.108.122.208'),(13978,'2011-04-02 10:16:07',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(13979,'2011-04-02 10:51:09',0,'login.php ','','76.108.122.208'),(13980,'2011-04-02 10:51:18',0,'login.php surpro','','76.108.122.208'),(13981,'2011-04-02 10:51:24',1,'modules.php','set=shipping&','76.108.122.208'),(13982,'2011-04-02 10:51:28',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(13983,'2011-04-02 10:51:32',1,'modules.php','set=shipping&module=ups&action=edit&','76.108.122.208'),(13984,'2011-04-02 10:56:34',1,'modules.php','set=shipping&module=ups&action=save&','76.108.122.208'),(13985,'2011-04-02 10:56:36',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(13986,'2011-04-02 10:57:09',1,'attributes_controller.php','','76.108.122.208'),(13987,'2011-04-02 10:57:14',1,'attributes_controller.php','securityToken=c0f58e1b784bdf301688ca5a321ccad5&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(13988,'2011-04-02 10:57:15',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(13989,'2011-04-02 10:57:38',1,'configuration.php','gID=13&','76.108.122.208'),(13990,'2011-04-02 10:57:50',1,'attributes_controller.php','','76.108.122.208'),(13991,'2011-04-02 10:57:58',1,'options_name_manager.php','','76.108.122.208'),(13992,'2011-04-02 11:05:51',1,'options_name_manager.php','action=update_options_values&update_to=2&update_action=0&option_order_by=products_options_id&','76.108.122.208'),(13993,'2011-04-02 11:05:51',1,'options_name_manager.php','option_order_by=products_options_id&','76.108.122.208'),(13994,'2011-04-02 11:07:54',1,'options_values_manager.php','','76.108.122.208'),(13995,'2011-04-02 11:10:56',1,'categories.php','','76.108.122.208'),(13996,'2011-04-02 11:11:08',1,'categories.php','cPath=5&','76.108.122.208'),(13997,'2011-04-02 11:11:23',1,'categories.php','','76.108.122.208'),(13998,'2011-04-02 11:11:55',1,'categories.php','cPath=5&','76.108.122.208'),(13999,'2011-04-02 11:12:01',1,'categories.php','','76.108.122.208'),(14000,'2011-04-02 11:12:14',1,'options_values_manager.php','action=copy_options_values_one_to_another&','76.108.122.208'),(14001,'2011-04-02 11:14:43',1,'attributes_controller.php','','76.108.122.208'),(14002,'2011-04-02 11:14:46',1,'options_name_manager.php','','76.108.122.208'),(14003,'2011-04-02 11:15:11',1,'options_name_manager.php','action=update_options_values&update_to=2&update_action=0&option_order_by=products_options_id&','76.108.122.208'),(14004,'2011-04-02 11:15:12',1,'options_name_manager.php','option_order_by=products_options_id&','76.108.122.208'),(14005,'2011-04-02 11:15:46',1,'categories.php','cPath=5&','76.108.122.208'),(14006,'2011-04-02 11:15:49',1,'categories.php','cPath=5_8&','76.108.122.208'),(14007,'2011-04-02 11:15:53',1,'product.php','page=1&product_type=1&cPath=5_8&pID=6&action=new_product&','76.108.122.208'),(14008,'2011-04-02 11:15:59',1,'product.php','cPath=5_8&product_type=1&pID=6&action=new_product_preview&page=1&','76.108.122.208'),(14009,'2011-04-02 11:16:01',1,'product.php','cPath=5_8&product_type=1&pID=6&action=update_product&page=1&','76.108.122.208'),(14010,'2011-04-02 11:16:02',1,'categories.php','cPath=5_8&pID=6&page=1&','76.108.122.208'),(14011,'2011-04-02 11:17:04',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14012,'2011-04-02 11:19:34',1,'attributes_controller.php','','76.108.122.208'),(14013,'2011-04-02 11:19:44',1,'attributes_controller.php','','76.108.122.208'),(14014,'2011-04-02 11:19:59',1,'attributes_controller.php','securityToken=c0f58e1b784bdf301688ca5a321ccad5&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14015,'2011-04-02 11:20:00',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14016,'2011-04-02 11:20:31',1,'products_to_categories.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14017,'2011-04-02 11:21:02',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14018,'2011-04-02 11:21:43',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(14019,'2011-04-02 11:21:44',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(14020,'2011-04-02 11:22:26',1,'attributes_controller.php','action=attribute_features_copy_to_category&products_filter=3&current_category_id=8&','76.108.122.208'),(14021,'2011-04-02 11:23:26',1,'attributes_controller.php','action=update_attributes_copy_to_category&','76.108.122.208'),(14022,'2011-04-02 11:23:26',1,'attributes_controller.php','products_filter=3&current_category_id=8&','76.108.122.208'),(14023,'2011-04-02 12:56:18',0,'login.php ','','76.108.122.208'),(14024,'2011-04-02 12:56:28',0,'login.php surprosu2>GO','','76.108.122.208'),(14025,'2011-04-02 12:56:44',0,'login.php surpro','','76.108.122.208'),(14026,'2011-04-02 12:56:58',0,'login.php surpro','','76.108.122.208'),(14027,'2011-04-02 12:57:07',1,'attributes_controller.php','','76.108.122.208'),(14028,'2011-04-02 12:57:11',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14029,'2011-04-02 12:57:11',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14030,'2011-04-02 12:57:15',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(14031,'2011-04-02 12:57:15',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14032,'2011-04-02 12:57:26',1,'attributes_controller.php','action=delete_product_attribute&attribute_id=56&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14033,'2011-04-02 12:57:36',1,'attributes_controller.php','action=delete_attribute&attribute_id=56&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14034,'2011-04-02 12:57:36',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14035,'2011-04-02 12:57:44',1,'attributes_controller.php','action=update_attribute&attribute_id=55&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14036,'2011-04-02 12:57:59',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=1&','76.108.122.208'),(14037,'2011-04-02 12:57:59',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14038,'2011-04-02 12:58:21',1,'attributes_controller.php','action=update_attribute&attribute_id=55&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14039,'2011-04-02 12:59:21',1,'options_name_manager.php','','76.108.122.208'),(14040,'2011-04-02 12:59:25',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14041,'2011-04-02 13:00:11',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14042,'2011-04-02 13:00:12',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14043,'2011-04-02 13:02:43',1,'categories.php','cPath=5_8&pID=3&action=attribute_features&page=1&','76.108.122.208'),(14044,'2011-04-02 13:02:52',1,'categories.php','cPath=5_8&pID=3&action=update_attributes_sort_order&page=1&products_id=3&','76.108.122.208'),(14045,'2011-04-02 13:02:52',1,'categories.php','cPath=5_8&pID=3&page=1&','76.108.122.208'),(14046,'2011-04-02 13:03:45',1,'modules.php','set=shipping&','76.108.122.208'),(14047,'2011-04-02 13:03:53',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(14048,'2011-04-02 13:03:59',1,'modules.php','set=shipping&module=ups&action=edit&','76.108.122.208'),(14049,'2011-04-02 13:04:15',1,'modules.php','set=shipping&module=ups&action=save&','76.108.122.208'),(14050,'2011-04-02 13:04:16',1,'modules.php','set=shipping&module=ups&','76.108.122.208'),(14051,'2011-04-02 13:04:35',1,'developers_tool_kit.php','','76.108.122.208'),(14052,'2011-04-02 13:04:54',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14053,'2011-04-02 13:15:02',1,'attributes_controller.php','','76.108.122.208'),(14054,'2011-04-02 13:15:08',1,'options_name_manager.php','','76.108.122.208'),(14055,'2011-04-02 13:15:11',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14056,'2011-04-02 13:15:23',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14057,'2011-04-02 13:15:23',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14058,'2011-04-02 13:17:17',1,'options_values_manager.php','','76.108.122.208'),(14059,'2011-04-02 13:17:22',1,'options_values_manager.php','action=update_option_value&value_id=2&value_page=1&','76.108.122.208'),(14060,'2011-04-02 13:18:22',1,'options_values_manager.php','action=update_value&value_page=1&','76.108.122.208'),(14061,'2011-04-02 13:18:22',1,'options_values_manager.php','value_page=1&','76.108.122.208'),(14062,'2011-04-02 13:18:55',1,'attributes_controller.php','','76.108.122.208'),(14063,'2011-04-02 13:18:58',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14064,'2011-04-02 13:18:58',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14065,'2011-04-02 13:19:01',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(14066,'2011-04-02 13:19:02',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14067,'2011-04-02 13:19:27',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=1&','76.108.122.208'),(14068,'2011-04-02 13:19:27',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14069,'2011-04-02 13:19:35',1,'attributes_controller.php','action=update_attribute&attribute_id=73&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14070,'2011-04-02 13:20:01',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=1&','76.108.122.208'),(14071,'2011-04-02 13:20:02',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14072,'2011-04-02 13:20:44',1,'options_values_manager.php','','76.108.122.208'),(14073,'2011-04-02 13:20:50',1,'options_values_manager.php','action=update_option_value&value_id=2&value_page=1&','76.108.122.208'),(14074,'2011-04-02 13:20:58',1,'options_values_manager.php','value_page=1&','76.108.122.208'),(14075,'2011-04-02 13:21:03',1,'attributes_controller.php','','76.108.122.208'),(14076,'2011-04-02 13:21:06',1,'options_name_manager.php','','76.108.122.208'),(14077,'2011-04-02 13:21:09',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14078,'2011-04-02 13:21:29',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14079,'2011-04-02 13:21:30',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14080,'2011-04-02 13:25:08',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14081,'2011-04-02 13:25:17',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14082,'2011-04-02 13:25:18',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14083,'2011-04-02 13:25:44',1,'options_name_manager.php','action=add_product_options&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14084,'2011-04-02 13:25:44',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14085,'2011-04-02 13:26:13',1,'options_values_manager.php','','76.108.122.208'),(14086,'2011-04-02 13:26:36',1,'attributes_controller.php','','76.108.122.208'),(14087,'2011-04-02 13:26:45',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14088,'2011-04-02 13:26:48',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14089,'2011-04-02 13:27:02',1,'attributes_controller.php','','76.108.122.208'),(14090,'2011-04-02 13:27:11',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14091,'2011-04-02 13:27:11',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14092,'2011-04-02 13:27:16',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(14093,'2011-04-02 13:27:16',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14094,'2011-04-02 13:27:52',1,'options_name_manager.php','','76.108.122.208'),(14095,'2011-04-02 13:27:59',1,'options_name_manager.php','action=update_option&option_id=9&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14096,'2011-04-02 13:28:24',1,'options_values_manager.php','','76.108.122.208'),(14097,'2011-04-02 13:28:54',1,'attributes_controller.php','','76.108.122.208'),(14098,'2011-04-02 13:28:57',1,'options_name_manager.php','','76.108.122.208'),(14099,'2011-04-02 13:30:51',1,'options_values_manager.php','','76.108.122.208'),(14100,'2011-04-02 13:31:00',1,'options_values_manager.php','action=update_option_value&value_id=2&value_page=1&','76.108.122.208'),(14101,'2011-04-02 13:31:28',1,'options_values_manager.php','action=update_value&value_page=1&','76.108.122.208'),(14102,'2011-04-02 13:31:29',1,'options_values_manager.php','value_page=1&','76.108.122.208'),(14103,'2011-04-02 13:32:19',1,'attributes_controller.php','','76.108.122.208'),(14104,'2011-04-02 13:32:22',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14105,'2011-04-02 13:32:22',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14106,'2011-04-02 13:32:24',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(14107,'2011-04-02 13:32:25',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14108,'2011-04-02 13:32:29',1,'attributes_controller.php','action=delete_product_attribute&attribute_id=73&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14109,'2011-04-02 13:32:32',1,'attributes_controller.php','action=delete_attribute&attribute_id=73&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14110,'2011-04-02 13:32:33',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14111,'2011-04-02 13:32:44',1,'attributes_controller.php','action=add_product_attributes&attribute_page=1&products_filter=1&','76.108.122.208'),(14112,'2011-04-02 13:32:45',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14113,'2011-04-02 13:34:44',1,'options_values_manager.php','','76.108.122.208'),(14114,'2011-04-02 13:36:14',1,'options_values_manager.php','action=update_option_value&value_id=1&value_page=1&','76.108.122.208'),(14115,'2011-04-02 13:36:28',1,'options_values_manager.php','action=update_value&value_page=1&','76.108.122.208'),(14116,'2011-04-02 13:36:28',1,'options_values_manager.php','value_page=1&','76.108.122.208'),(14117,'2011-04-02 13:40:12',1,'attributes_controller.php','','76.108.122.208'),(14118,'2011-04-02 13:40:16',1,'options_name_manager.php','','76.108.122.208'),(14119,'2011-04-02 13:40:24',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14120,'2011-04-02 13:40:38',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14121,'2011-04-02 13:40:38',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14122,'2011-04-02 13:42:12',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14123,'2011-04-02 13:42:18',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14124,'2011-04-02 13:42:19',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14125,'2011-04-02 13:43:18',1,'options_name_manager.php','action=update_option&option_id=1&option_order_by=products_options_id&option_page=1&','76.108.122.208'),(14126,'2011-04-02 13:43:26',1,'options_name_manager.php','action=update_option_name&option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14127,'2011-04-02 13:43:29',1,'options_name_manager.php','option_page=1&option_order_by=products_options_id&','76.108.122.208'),(14128,'2011-04-02 13:44:08',1,'attributes_controller.php','','76.108.122.208'),(14129,'2011-04-02 13:44:12',1,'options_name_manager.php','','76.108.122.208'),(14130,'2011-04-02 13:44:21',1,'attributes_controller.php','','76.108.122.208'),(14131,'2011-04-02 13:44:25',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14132,'2011-04-02 13:44:26',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14133,'2011-04-02 13:44:33',1,'categories.php','action=new_product&cPath=5_8&pID=1&product_type=1&','76.108.122.208'),(14134,'2011-04-02 13:44:34',1,'product.php','action=new_product&cPath=5_8&pID=1&product_type=1&','76.108.122.208'),(14135,'2011-04-02 13:44:43',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&','76.108.122.208'),(14136,'2011-04-02 13:44:46',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&','76.108.122.208'),(14137,'2011-04-02 13:44:47',1,'categories.php','cPath=5_8&pID=1&','76.108.122.208'),(14138,'2011-04-02 13:44:52',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14139,'2011-04-02 13:44:57',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14140,'2011-04-02 13:45:00',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14141,'2011-04-02 13:45:01',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14142,'2011-04-02 13:45:38',1,'attributes_controller.php','','76.108.122.208'),(14143,'2011-04-02 13:45:41',1,'attributes_controller.php','securityToken=5570a165aea652ae7932e7dbc6e35fec&current_category_id=8&products_filter=&action=new_cat&','76.108.122.208'),(14144,'2011-04-02 13:45:42',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14145,'2011-04-02 13:45:44',1,'attributes_controller.php','action=set_products_filter&','76.108.122.208'),(14146,'2011-04-02 13:45:45',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14147,'2011-04-02 13:45:55',1,'attributes_controller.php','action=update_attribute&attribute_id=55&attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14148,'2011-04-02 13:46:24',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=1&','76.108.122.208'),(14149,'2011-04-02 13:46:24',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14150,'2011-04-02 13:47:55',1,'attributes_controller.php','action=attribute_features_copy_to_product&products_filter=1&current_category_id=8&','76.108.122.208'),(14151,'2011-04-02 13:48:10',1,'attributes_controller.php','attribute_page=1&products_filter=1&current_category_id=8&','76.108.122.208'),(14152,'2011-04-02 13:48:42',1,'categories.php','','76.108.122.208'),(14153,'2011-04-02 13:48:49',1,'attributes_controller.php','action=attribute_features_copy_to_category&products_filter=1&current_category_id=8&','76.108.122.208'),(14154,'2011-04-02 13:49:20',1,'attributes_controller.php','action=update_attributes_copy_to_category&','76.108.122.208'),(14155,'2011-04-02 13:49:21',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14156,'2011-04-02 13:49:29',1,'attributes_controller.php','action=attribute_features_copy_to_category&products_filter=1&current_category_id=8&','76.108.122.208'),(14157,'2011-04-02 13:49:36',1,'attributes_controller.php','action=update_attributes_copy_to_category&','76.108.122.208'),(14158,'2011-04-02 13:49:36',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14159,'2011-04-02 13:49:43',1,'attributes_controller.php','action=attribute_features_copy_to_category&products_filter=1&current_category_id=8&','76.108.122.208'),(14160,'2011-04-02 13:49:48',1,'attributes_controller.php','action=update_attributes_copy_to_category&','76.108.122.208'),(14161,'2011-04-02 13:49:50',1,'attributes_controller.php','products_filter=1&current_category_id=8&','76.108.122.208'),(14162,'2011-04-02 14:57:54',1,'attributes_controller.php','','76.108.122.208'),(14163,'2011-04-02 14:57:59',1,'options_name_manager.php','','76.108.122.208'),(14164,'2011-04-02 14:58:03',1,'options_values_manager.php','','76.108.122.208'),(14165,'2011-04-02 14:58:07',1,'options_values_manager.php','action=update_option_value&value_id=2&value_page=1&','76.108.122.208'),(14166,'2011-04-02 14:58:24',1,'options_values_manager.php','action=update_value&value_page=1&','76.108.122.208'),(14167,'2011-04-02 14:58:24',1,'options_values_manager.php','value_page=1&','76.108.122.208'),(14168,'2011-04-02 22:54:32',0,'login.php ','','76.108.122.208'),(14169,'2011-04-02 22:54:45',0,'login.php surpro','','76.108.122.208'),(14170,'2011-04-02 22:55:14',1,'developers_tool_kit.php','','76.108.122.208'),(14171,'2011-04-02 22:55:49',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14172,'2011-04-02 23:33:45',1,'categories.php','','76.108.122.208'),(14173,'2011-04-02 23:33:57',1,'categories.php','cPath=5&','76.108.122.208'),(14174,'2011-04-02 23:33:59',1,'categories.php','cPath=5_8&','76.108.122.208'),(14175,'2011-04-02 23:34:05',1,'product.php','page=1&product_type=1&cPath=5_8&pID=72&action=new_product&','76.108.122.208'),(14176,'2011-04-02 23:37:56',1,'configuration.php','gID=19&','76.108.122.208'),(14177,'2011-04-02 23:38:51',1,'configuration.php','gID=19&cID=416&action=edit&','76.108.122.208'),(14178,'2011-04-02 23:39:19',1,'configuration.php','gID=19&cID=416&action=save&','76.108.122.208'),(14179,'2011-04-02 23:39:20',1,'configuration.php','gID=19&cID=416&','76.108.122.208'),(14180,'2011-04-02 23:39:39',1,'configuration.php','gID=19&cID=416&action=edit&','76.108.122.208'),(14181,'2011-04-02 23:39:43',1,'configuration.php','gID=19&cID=416&action=save&','76.108.122.208'),(14182,'2011-04-02 23:39:47',1,'configuration.php','gID=19&cID=416&','76.108.122.208'),(14183,'2011-04-02 23:40:02',1,'configuration.php','gID=19&cID=416&action=edit&','76.108.122.208'),(14184,'2011-04-02 23:40:05',1,'configuration.php','gID=19&cID=416&action=save&','76.108.122.208'),(14185,'2011-04-02 23:40:06',1,'configuration.php','gID=19&cID=416&','76.108.122.208'),(14186,'2011-04-03 00:00:44',1,'categories.php','','76.108.122.208'),(14187,'2011-04-03 00:00:47',1,'categories.php','cPath=5&','76.108.122.208'),(14188,'2011-04-03 00:00:50',1,'categories.php','cPath=5_8&','76.108.122.208'),(14189,'2011-04-03 00:01:12',1,'product.php','page=1&product_type=1&cPath=5_8&pID=72&action=new_product&','76.108.122.208'),(14190,'2011-04-03 00:01:12',1,'product.php','page=1&product_type=1&cPath=5_8&pID=6&action=new_product&','76.108.122.208'),(14191,'2011-04-03 00:03:10',1,'product.php','cPath=5_8&product_type=1&pID=72&action=new_product_preview&page=1&','76.108.122.208'),(14192,'2011-04-03 00:03:10',1,'product.php','cPath=5_8&product_type=1&pID=72&action=new_product_preview&page=1&','76.108.122.208'),(14193,'2011-04-03 00:03:14',1,'product.php','cPath=5_8&product_type=1&pID=72&action=update_product&page=1&','76.108.122.208'),(14194,'2011-04-03 00:03:14',1,'categories.php','cPath=5_8&pID=72&page=1&','76.108.122.208'),(14195,'2011-04-03 00:03:47',1,'product.php','page=1&product_type=1&cPath=5_8&pID=72&action=new_product&','76.108.122.208'),(14196,'2011-04-03 00:03:55',1,'product.php','cPath=5_8&product_type=1&pID=72&action=new_product_preview&page=1&','76.108.122.208'),(14197,'2011-04-03 00:04:00',1,'product.php','cPath=5_8&product_type=1&pID=72&action=update_product&page=1&','76.108.122.208'),(14198,'2011-04-03 00:04:00',1,'categories.php','cPath=5_8&pID=72&page=1&','76.108.122.208'),(14199,'2011-04-03 00:05:26',1,'product.php','page=1&product_type=1&cPath=5_8&pID=72&action=new_product&','76.108.122.208'),(14200,'2011-04-03 00:05:48',1,'product.php','cPath=5_8&product_type=1&pID=72&action=new_product_preview&page=1&','76.108.122.208'),(14201,'2011-04-03 00:05:50',1,'product.php','cPath=5_8&product_type=1&pID=72&action=update_product&page=1&','76.108.122.208'),(14202,'2011-04-03 00:05:51',1,'categories.php','cPath=5_8&pID=72&page=1&','76.108.122.208'),(14203,'2011-04-03 00:06:20',1,'categories.php','set_display_categories_dropdown=1&cID=&cPath=5_8&page=1&','76.108.122.208'),(14204,'2011-04-03 00:06:32',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14205,'2011-04-03 00:06:36',1,'categories.php','set_display_categories_dropdown=1&cID=&cPath=5_8&page=1&','76.108.122.208'),(14206,'2011-04-03 00:06:48',1,'categories.php','set_display_categories_dropdown=0&cID=&cPath=5_8&page=1&','76.108.122.208'),(14207,'2011-04-03 00:06:57',1,'categories.php','set_display_categories_dropdown=1&cID=&cPath=5_8&page=1&','76.108.122.208'),(14208,'2011-04-03 00:07:02',1,'categories.php','set_display_categories_dropdown=0&cID=&cPath=5_8&page=1&','76.108.122.208'),(14209,'2011-04-03 00:07:24',1,'categories.php','set_display_categories_dropdown=1&cID=&cPath=5_8&page=1&','76.108.122.208'),(14210,'2011-04-03 00:07:27',1,'categories.php','set_display_categories_dropdown=0&cID=&cPath=5_8&page=1&','76.108.122.208'),(14211,'2011-04-03 01:00:20',1,'developers_tool_kit.php','','76.108.122.208'),(14212,'2011-04-03 01:00:34',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14213,'2011-04-03 01:05:34',1,'categories.php','','76.108.122.208'),(14214,'2011-04-03 01:05:40',1,'categories.php','cPath=5&','76.108.122.208'),(14215,'2011-04-03 01:05:42',1,'categories.php','cPath=5_8&','76.108.122.208'),(14216,'2011-04-03 01:05:46',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14217,'2011-04-03 01:07:14',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14218,'2011-04-03 07:12:13',0,'login.php ','','76.108.122.208'),(14219,'2011-04-03 07:12:25',0,'login.php surpro','','76.108.122.208'),(14220,'2011-04-03 07:12:38',0,'login.php surpro','','76.108.122.208'),(14221,'2011-04-03 07:12:46',1,'ezpages.php','','76.108.122.208'),(14222,'2011-04-03 07:12:50',1,'ezpages.php','action=new&','76.108.122.208'),(14223,'2011-04-03 07:20:14',1,'ezpages.php','action=insert&','76.108.122.208'),(14224,'2011-04-03 07:20:14',1,'ezpages.php','ezID=8&','76.108.122.208'),(14225,'2011-04-03 07:29:42',1,'ezpages.php','action=status_toc&current=0&ezID=8&page=1&','76.108.122.208'),(14226,'2011-04-03 07:29:43',1,'ezpages.php','page=1&ezID=8&','76.108.122.208'),(14227,'2011-04-03 08:08:14',1,'configuration.php','gID=30&','76.108.122.208'),(14228,'2011-04-03 08:08:29',1,'configuration.php','gID=30&cID=528&action=edit&','76.108.122.208'),(14229,'2011-04-03 08:08:43',1,'configuration.php','gID=30&cID=528&action=save&','76.108.122.208'),(14230,'2011-04-03 08:08:43',1,'configuration.php','gID=30&cID=528&','76.108.122.208'),(14231,'2011-04-03 08:09:15',1,'configuration.php','gID=30&cID=527&action=edit&','76.108.122.208'),(14232,'2011-04-03 08:09:19',1,'configuration.php','gID=30&cID=527&action=save&','76.108.122.208'),(14233,'2011-04-03 08:09:19',1,'configuration.php','gID=30&cID=527&','76.108.122.208'),(14234,'2011-04-03 08:10:31',1,'configuration.php','gID=30&cID=527&action=edit&','76.108.122.208'),(14235,'2011-04-03 08:10:32',1,'configuration.php','gID=30&cID=527&action=edit&','76.108.122.208'),(14236,'2011-04-03 08:10:35',1,'configuration.php','gID=30&cID=527&action=save&','76.108.122.208'),(14237,'2011-04-03 08:10:35',1,'configuration.php','gID=30&cID=527&','76.108.122.208'),(14238,'2011-04-03 08:11:46',1,'configuration.php','gID=30&cID=528&action=edit&','76.108.122.208'),(14239,'2011-04-03 08:11:52',1,'configuration.php','gID=30&cID=528&action=save&','76.108.122.208'),(14240,'2011-04-03 08:11:52',1,'configuration.php','gID=30&cID=528&','76.108.122.208'),(14241,'2011-04-03 08:12:15',1,'configuration.php','gID=30&cID=528&action=edit&','76.108.122.208'),(14242,'2011-04-03 08:12:18',1,'configuration.php','gID=30&cID=528&action=save&','76.108.122.208'),(14243,'2011-04-03 08:12:19',1,'configuration.php','gID=30&cID=528&','76.108.122.208'),(14244,'2011-04-03 08:12:20',1,'configuration.php','gID=30&cID=527&action=edit&','76.108.122.208'),(14245,'2011-04-03 08:12:24',1,'configuration.php','gID=30&cID=527&action=edit&','76.108.122.208'),(14246,'2011-04-03 08:12:26',1,'configuration.php','gID=30&cID=527&action=save&','76.108.122.208'),(14247,'2011-04-03 08:12:27',1,'configuration.php','gID=30&cID=527&','76.108.122.208'),(14248,'2011-04-03 08:12:35',1,'ezpages.php','','76.108.122.208'),(14249,'2011-04-03 08:12:45',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14250,'2011-04-03 08:13:12',1,'ezpages.php','action=update&','76.108.122.208'),(14251,'2011-04-03 08:13:12',1,'ezpages.php','ezID=8&','76.108.122.208'),(14252,'2011-04-03 08:37:41',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14253,'2011-04-03 08:41:38',1,'ezpages.php','action=update&','76.108.122.208'),(14254,'2011-04-03 08:41:38',1,'ezpages.php','ezID=8&','76.108.122.208'),(14255,'2011-04-03 08:49:56',1,'ezpages.php','ezID=6&action=new&','76.108.122.208'),(14256,'2011-04-03 08:50:05',1,'ezpages.php','ezID=8&','76.108.122.208'),(14257,'2011-04-03 08:50:09',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14258,'2011-04-03 08:55:16',1,'ezpages.php','action=update&','76.108.122.208'),(14259,'2011-04-03 08:55:17',1,'ezpages.php','ezID=8&','76.108.122.208'),(14260,'2011-04-03 09:49:31',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14261,'2011-04-03 10:08:38',1,'ezpages.php','action=update&','76.108.122.208'),(14262,'2011-04-03 10:08:39',1,'ezpages.php','ezID=8&','76.108.122.208'),(14263,'2011-04-03 11:13:10',1,'ezpages.php','','76.108.122.208'),(14264,'2011-04-03 11:13:13',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14265,'2011-04-03 11:13:34',1,'ezpages.php','action=update&','76.108.122.208'),(14266,'2011-04-03 11:13:35',1,'ezpages.php','ezID=8&','76.108.122.208'),(14267,'2011-04-03 11:22:50',1,'developers_tool_kit.php','','76.108.122.208'),(14268,'2011-04-03 11:23:08',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14269,'2011-04-03 11:23:47',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14270,'2011-04-03 11:27:31',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14271,'2011-04-03 11:32:23',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14272,'2011-04-03 11:32:33',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14273,'2011-04-03 11:32:52',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14274,'2011-04-03 11:33:09',1,'developers_tool_kit.php','action=locate_template&','76.108.122.208'),(14275,'2011-04-03 11:33:22',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14276,'2011-04-03 11:34:07',1,'ezpages.php','','76.108.122.208'),(14277,'2011-04-03 11:34:11',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14278,'2011-04-03 11:34:50',1,'ezpages.php','action=update&','76.108.122.208'),(14279,'2011-04-03 11:34:51',1,'ezpages.php','ezID=8&','76.108.122.208'),(14280,'2011-04-03 16:43:24',0,'login.php ','','76.108.122.208'),(14281,'2011-04-03 16:43:33',0,'login.php surpro','','76.108.122.208'),(14282,'2011-04-03 16:43:45',1,'ezpages.php','','76.108.122.208'),(14283,'2011-04-03 16:43:48',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14284,'2011-04-03 16:45:44',1,'ezpages.php','action=update&','76.108.122.208'),(14285,'2011-04-03 16:45:45',1,'ezpages.php','ezID=8&','76.108.122.208'),(14286,'2011-04-03 16:54:17',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14287,'2011-04-03 16:54:53',1,'ezpages.php','action=update&','76.108.122.208'),(14288,'2011-04-03 16:54:53',1,'ezpages.php','ezID=8&','76.108.122.208'),(14289,'2011-04-03 16:56:05',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14290,'2011-04-03 16:58:40',1,'ezpages.php','action=update&','76.108.122.208'),(14291,'2011-04-03 16:58:41',1,'ezpages.php','ezID=8&','76.108.122.208'),(14292,'2011-04-03 17:39:39',0,'login.php ','','76.108.122.208'),(14293,'2011-04-03 17:39:49',0,'login.php surpro','','76.108.122.208'),(14294,'2011-04-03 17:39:58',1,'categories.php','','76.108.122.208'),(14295,'2011-04-03 17:40:01',1,'categories.php','cPath=5&','76.108.122.208'),(14296,'2011-04-03 17:40:03',1,'categories.php','cPath=5_8&','76.108.122.208'),(14297,'2011-04-03 17:40:04',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14298,'2011-04-03 17:40:30',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14299,'2011-04-03 17:40:58',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14300,'2011-04-03 17:40:58',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14301,'2011-04-03 18:15:54',1,'ezpages.php','','76.108.122.208'),(14302,'2011-04-03 18:15:57',1,'ezpages.php','page=1&ezID=3&action=new&','76.108.122.208'),(14303,'2011-04-03 18:17:16',1,'ezpages.php','page=1&ezID=3&','76.108.122.208'),(14304,'2011-04-03 18:17:20',1,'ezpages.php','ezID=8&action=new&','76.108.122.208'),(14305,'2011-04-03 18:22:41',1,'ezpages.php','action=update&','76.108.122.208'),(14306,'2011-04-03 18:22:41',1,'ezpages.php','ezID=8&','76.108.122.208'),(14307,'2011-04-03 18:22:48',1,'categories.php','','76.108.122.208'),(14308,'2011-04-03 18:22:51',1,'categories.php','cPath=5&','76.108.122.208'),(14309,'2011-04-03 18:22:53',1,'categories.php','cPath=5_8&','76.108.122.208'),(14310,'2011-04-03 18:23:03',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14311,'2011-04-03 18:23:46',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14312,'2011-04-03 18:23:53',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14313,'2011-04-03 18:23:53',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14314,'2011-04-03 21:43:08',0,'login.php ','','76.108.122.208'),(14315,'2011-04-03 21:43:18',0,'login.php surpro','','76.108.122.208'),(14316,'2011-04-03 22:02:41',1,'product_types.php','','76.108.122.208'),(14317,'2011-04-03 22:02:54',1,'product_types.php','page=1&ptID=1&action=edit&','76.108.122.208'),(14318,'2011-04-03 22:03:41',1,'product_types.php','page=1&ptID=1&','76.108.122.208'),(14319,'2011-04-03 22:03:57',1,'categories.php','','76.108.122.208'),(14320,'2011-04-03 22:04:01',1,'categories.php','cPath=5&','76.108.122.208'),(14321,'2011-04-03 22:04:02',1,'categories.php','cPath=5_8&','76.108.122.208'),(14322,'2011-04-03 22:04:03',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14323,'2011-04-03 22:04:55',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14324,'2011-04-03 22:05:05',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14325,'2011-04-03 22:05:06',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14326,'2011-04-04 11:37:09',0,'login.php ','','76.108.122.208'),(14327,'2011-04-04 11:37:20',0,'login.php surpro','','76.108.122.208'),(14328,'2011-04-04 11:37:37',1,'developers_tool_kit.php','','76.108.122.208'),(14329,'2011-04-04 11:37:48',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14330,'2011-04-04 11:48:04',1,'categories.php','','76.108.122.208'),(14331,'2011-04-04 11:49:08',1,'categories.php','cPath=5&','76.108.122.208'),(14332,'2011-04-04 11:49:10',1,'categories.php','cPath=5_8&','76.108.122.208'),(14333,'2011-04-04 11:49:13',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14334,'2011-04-04 12:04:46',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14335,'2011-04-04 12:04:52',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14336,'2011-04-04 12:04:52',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14337,'2011-04-04 12:06:46',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14338,'2011-04-04 12:07:18',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14339,'2011-04-04 12:07:23',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14340,'2011-04-04 12:07:23',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14341,'2011-04-04 14:45:30',0,'login.php ','','76.108.122.208'),(14342,'2011-04-04 16:16:46',0,'login.php ','','76.108.122.208'),(14343,'2011-04-04 16:16:59',0,'login.php surpro','','76.108.122.208'),(14344,'2011-04-04 16:17:16',1,'developers_tool_kit.php','','76.108.122.208'),(14345,'2011-04-04 16:17:35',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14346,'2011-04-04 16:39:56',1,'categories.php','','76.108.122.208'),(14347,'2011-04-04 16:40:00',1,'categories.php','cPath=5&','76.108.122.208'),(14348,'2011-04-04 16:40:02',1,'categories.php','cPath=5_8&','76.108.122.208'),(14349,'2011-04-04 16:40:06',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14350,'2011-04-04 16:42:38',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14351,'2011-04-04 16:42:51',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14352,'2011-04-04 16:42:52',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14353,'2011-04-04 16:43:44',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14354,'2011-04-04 16:43:47',1,'categories.php','cPath=5_8&','76.108.122.208'),(14355,'2011-04-04 16:43:48',1,'categories.php','cPath=5&','76.108.122.208'),(14356,'2011-04-04 16:43:50',1,'categories.php','','76.108.122.208'),(14357,'2011-04-04 16:43:52',1,'developers_tool_kit.php','','76.108.122.208'),(14358,'2011-04-04 16:43:56',1,'developers_tool_kit.php','','76.108.122.208'),(14359,'2011-04-04 16:44:01',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14360,'2011-04-04 16:44:10',1,'developers_tool_kit.php','','76.108.122.208'),(14361,'2011-04-04 16:44:16',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14362,'2011-04-04 16:45:38',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14363,'2011-04-04 16:48:27',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(14364,'2011-04-04 22:41:10',0,'login.php ','','76.108.122.208'),(14365,'2011-04-04 22:41:18',0,'login.php surpro','','76.108.122.208'),(14366,'2011-04-04 22:41:33',1,'categories.php','','76.108.122.208'),(14367,'2011-04-04 22:41:36',1,'categories.php','cPath=5&','76.108.122.208'),(14368,'2011-04-04 22:41:38',1,'categories.php','cPath=5_8&','76.108.122.208'),(14369,'2011-04-04 22:41:38',1,'categories.php','cPath=5_8&','76.108.122.208'),(14370,'2011-04-04 22:41:40',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14371,'2011-04-04 22:42:46',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14372,'2011-04-04 22:43:31',1,'alt_nav.php','','76.108.122.208'),(14373,'2011-04-04 22:43:36',1,'categories.php','','76.108.122.208'),(14374,'2011-04-04 22:43:39',1,'categories.php','cPath=5&','76.108.122.208'),(14375,'2011-04-04 22:43:42',1,'categories.php','cPath=5_8&','76.108.122.208'),(14376,'2011-04-04 22:43:44',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14377,'2011-04-04 22:44:10',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14378,'2011-04-04 22:44:14',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14379,'2011-04-04 22:44:15',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14380,'2011-04-04 22:45:38',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14381,'2011-04-04 22:46:00',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14382,'2011-04-04 22:46:03',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14383,'2011-04-04 22:46:03',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14384,'2011-04-04 22:48:32',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14385,'2011-04-04 22:49:40',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14386,'2011-04-04 22:49:45',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14387,'2011-04-04 22:49:46',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14388,'2011-04-04 22:50:12',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14389,'2011-04-04 22:50:27',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14390,'2011-04-04 22:50:31',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14391,'2011-04-04 22:50:31',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14392,'2011-04-04 22:50:52',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','76.108.122.208'),(14393,'2011-04-04 22:51:15',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14394,'2011-04-04 22:51:23',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','76.108.122.208'),(14395,'2011-04-04 22:51:23',1,'categories.php','cPath=5_8&pID=1&page=1&','76.108.122.208'),(14396,'2011-04-04 22:56:17',1,'configuration.php','gID=1&','76.108.122.208'),(14397,'2011-04-04 22:57:03',1,'configuration.php','gID=1&cID=24&action=edit&','76.108.122.208'),(14398,'2011-04-04 22:57:34',1,'configuration.php','gID=19&','76.108.122.208'),(14399,'2011-04-04 22:59:13',1,'layout_controller.php','','76.108.122.208'),(14400,'2011-04-04 22:59:58',1,'configuration.php','gID=24&','76.108.122.208'),(14401,'2011-04-04 23:02:20',1,'configuration.php','gID=19&','76.108.122.208'),(14402,'2011-04-04 23:03:07',1,'configuration.php','gID=19&cID=420&action=edit&','76.108.122.208'),(14403,'2011-04-04 23:03:26',1,'configuration.php','gID=19&cID=420&action=save&','76.108.122.208'),(14404,'2011-04-04 23:03:26',1,'configuration.php','gID=19&cID=420&','76.108.122.208'),(14405,'2011-04-04 23:04:30',1,'configuration.php','gID=19&cID=420&action=edit&','76.108.122.208'),(14406,'2011-04-04 23:04:33',1,'configuration.php','gID=19&cID=420&action=save&','76.108.122.208'),(14407,'2011-04-04 23:04:34',1,'configuration.php','gID=19&cID=420&','76.108.122.208'),(14408,'2011-04-04 23:04:55',1,'configuration.php','gID=19&cID=435&action=edit&','76.108.122.208'),(14409,'2011-04-04 23:05:07',1,'configuration.php','gID=19&cID=435&action=save&','76.108.122.208'),(14410,'2011-04-04 23:05:08',1,'configuration.php','gID=19&cID=435&','76.108.122.208'),(14411,'2011-04-04 23:05:31',1,'configuration.php','gID=19&cID=435&action=edit&','76.108.122.208'),(14412,'2011-04-04 23:05:34',1,'configuration.php','gID=19&cID=435&action=save&','76.108.122.208'),(14413,'2011-04-04 23:05:35',1,'configuration.php','gID=19&cID=435&','76.108.122.208'),(14414,'2011-04-04 23:06:07',1,'configuration.php','gID=19&cID=418&action=edit&','76.108.122.208'),(14415,'2011-04-04 23:06:15',1,'configuration.php','gID=19&cID=418&action=save&','76.108.122.208'),(14416,'2011-04-04 23:06:15',1,'configuration.php','gID=19&cID=418&','76.108.122.208'),(14417,'2011-04-04 23:07:19',1,'configuration.php','gID=19&cID=418&action=edit&','76.108.122.208'),(14418,'2011-04-04 23:07:23',1,'configuration.php','gID=19&cID=418&action=save&','76.108.122.208'),(14419,'2011-04-04 23:07:23',1,'configuration.php','gID=19&cID=418&','76.108.122.208'),(14420,'2011-04-04 23:08:08',1,'configuration.php','gID=19&cID=419&action=edit&','76.108.122.208'),(14421,'2011-04-04 23:08:24',1,'configuration.php','gID=19&cID=419&','76.108.122.208'),(14422,'2011-04-04 23:08:37',1,'configuration.php','gID=19&cID=435&action=edit&','76.108.122.208'),(14423,'2011-04-04 23:08:46',1,'configuration.php','gID=19&cID=435&','76.108.122.208'),(14424,'2011-04-05 11:18:21',0,'login.php ','','97.143.93.51'),(14425,'2011-04-05 11:18:45',0,'login.php surpro','','97.143.93.51'),(14426,'2011-04-05 11:19:14',1,'categories.php','','97.143.93.51'),(14427,'2011-04-05 11:19:17',1,'categories.php','cPath=5&','97.143.93.51'),(14428,'2011-04-05 11:19:20',1,'categories.php','cPath=5_8&','97.143.93.51'),(14429,'2011-04-05 11:19:24',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','97.143.93.51'),(14430,'2011-04-05 11:20:13',1,'categories.php','cPath=5_8&','97.143.93.51'),(14431,'2011-04-05 11:20:22',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','97.143.93.51'),(14432,'2011-04-05 11:21:48',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','97.143.93.51'),(14433,'2011-04-05 11:21:56',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','97.143.93.51'),(14434,'2011-04-05 11:21:57',1,'categories.php','cPath=5_8&pID=1&page=1&','97.143.93.51'),(14435,'2011-04-05 11:24:29',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','97.143.93.51'),(14436,'2011-04-05 11:25:20',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','97.143.93.51'),(14437,'2011-04-05 11:25:24',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','97.143.93.51'),(14438,'2011-04-05 11:25:25',1,'categories.php','cPath=5_8&pID=1&page=1&','97.143.93.51'),(14439,'2011-04-05 11:27:03',1,'product.php','page=1&product_type=1&cPath=5_8&pID=2&action=new_product&','97.143.93.51'),(14440,'2011-04-05 15:06:07',0,'login.php ','','97.218.73.103'),(14441,'2011-04-05 15:06:41',0,'login.php surpro','','97.218.73.103'),(14442,'2011-04-05 15:09:01',1,'categories.php','','97.218.73.103'),(14443,'2011-04-05 15:09:14',1,'categories.php','cPath=5&','97.218.73.103'),(14444,'2011-04-05 15:09:22',1,'categories.php','cPath=5_8&','97.218.73.103'),(14445,'2011-04-05 15:10:00',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','97.218.73.103'),(14446,'2011-04-05 15:10:51',1,'categories.php','cPath=5_8&','97.218.73.103'),(14447,'2011-04-05 15:11:00',1,'product.php','page=1&product_type=1&cPath=5_8&pID=2&action=new_product&','97.218.73.103'),(14448,'2011-04-05 15:12:28',1,'product.php','cPath=5_8&product_type=1&pID=2&action=new_product_preview&page=1&','97.218.73.103'),(14449,'2011-04-05 15:12:32',1,'product.php','cPath=5_8&product_type=1&pID=2&action=update_product&page=1&','97.218.73.103'),(14450,'2011-04-05 15:12:32',1,'categories.php','cPath=5_8&pID=2&page=1&','97.218.73.103'),(14451,'2011-04-05 15:12:38',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','97.218.73.103'),(14452,'2011-04-05 15:20:50',1,'categories.php','cPath=5_8&pID=2&page=1&','97.53.250.44'),(14453,'2011-04-05 15:23:47',0,'login.php ','','97.143.159.15'),(14454,'2011-04-05 15:23:56',0,'login.php surpro','','97.143.159.15'),(14455,'2011-04-05 15:24:32',1,'categories.php','','97.143.159.15'),(14456,'2011-04-05 15:24:35',1,'categories.php','cPath=5&','97.143.159.15'),(14457,'2011-04-05 15:24:38',1,'categories.php','cPath=5_8&','97.143.159.15'),(14458,'2011-04-05 15:24:41',1,'product.php','page=1&product_type=1&cPath=5_8&pID=2&action=new_product&','97.143.159.15'),(14459,'2011-04-05 15:26:28',1,'product.php','cPath=5_8&product_type=1&pID=2&action=new_product_preview&page=1&','97.143.159.15'),(14460,'2011-04-05 15:26:36',1,'product.php','cPath=5_8&product_type=1&pID=2&action=update_product&page=1&','97.143.159.15'),(14461,'2011-04-05 15:26:37',1,'categories.php','cPath=5_8&pID=2&page=1&','97.143.159.15'),(14462,'2011-04-05 15:27:10',1,'product.php','page=1&product_type=1&cPath=5_8&pID=2&action=new_product&','97.143.159.15'),(14463,'2011-04-05 15:27:59',1,'product.php','cPath=5_8&product_type=1&pID=2&action=new_product_preview&page=1&','97.143.159.15'),(14464,'2011-04-05 15:28:30',1,'product.php','cPath=5_8&product_type=1&pID=2&action=update_product&page=1&','97.143.159.15'),(14465,'2011-04-05 15:30:15',1,'product.php','cPath=5_8&product_type=1&pID=2&action=new_product_preview&page=1&','97.143.159.15'),(14466,'2011-04-05 15:30:21',1,'product.php','cPath=5_8&product_type=1&pID=2&action=update_product&page=1&','97.143.159.15'),(14467,'2011-04-05 15:30:22',1,'categories.php','cPath=5_8&pID=2&page=1&','97.143.159.15'),(14468,'2011-04-05 15:31:16',1,'product.php','page=1&product_type=1&cPath=5_8&pID=2&action=new_product&','97.143.159.15'),(14469,'2011-04-05 15:33:20',1,'product.php','cPath=5_8&product_type=1&pID=2&action=new_product_preview&page=1&','97.143.159.15'),(14470,'2011-04-05 15:33:27',1,'product.php','cPath=5_8&product_type=1&pID=2&action=update_product&page=1&','97.143.159.15'),(14471,'2011-04-05 15:33:27',1,'categories.php','cPath=5_8&pID=2&page=1&','97.143.159.15'),(14472,'2011-04-05 15:33:53',1,'product.php','page=1&product_type=1&cPath=5_8&pID=2&action=new_product&','97.143.159.15'),(14473,'2011-04-05 15:34:10',1,'product.php','cPath=5_8&product_type=1&pID=2&action=new_product_preview&page=1&','97.143.159.15'),(14474,'2011-04-05 15:34:17',1,'product.php','cPath=5_8&product_type=1&pID=2&action=update_product&page=1&','97.143.159.15'),(14475,'2011-04-05 15:34:18',1,'categories.php','cPath=5_8&pID=2&page=1&','97.143.159.15'),(14476,'2011-04-05 15:49:49',0,'login.php ','','64.134.184.92'),(14477,'2011-04-05 15:50:00',0,'login.php surpro','','64.134.184.92'),(14478,'2011-04-05 20:05:53',0,'login.php ','','76.108.122.208'),(14479,'2011-04-05 20:06:04',0,'login.php surpro','','76.108.122.208'),(14480,'2011-04-05 20:07:20',1,'categories.php','','76.108.122.208'),(14481,'2011-04-05 20:07:23',1,'categories.php','cPath=5&','76.108.122.208'),(14482,'2011-04-05 20:07:24',1,'categories.php','cPath=5_8&','76.108.122.208'),(14483,'2011-04-05 20:07:45',1,'product.php','page=1&product_type=1&cPath=5_8&pID=6&action=new_product&','76.108.122.208'),(14484,'2011-04-05 20:10:57',1,'product.php','cPath=5_8&product_type=1&pID=6&action=new_product_preview&page=1&','76.108.122.208'),(14485,'2011-04-05 20:11:04',1,'product.php','cPath=5_8&product_type=1&pID=6&action=update_product&page=1&','76.108.122.208'),(14486,'2011-04-05 20:11:05',1,'categories.php','cPath=5_8&pID=6&page=1&','76.108.122.208'),(14487,'2011-04-06 09:27:16',0,'login.php ','','97.216.248.155'),(14488,'2011-04-06 09:27:35',0,'login.php surpro','','97.216.248.155'),(14489,'2011-04-06 13:16:56',0,'login.php ','','97.218.139.19'),(14490,'2011-04-06 13:17:11',0,'login.php surpro','','97.218.139.19'),(14491,'2011-04-06 13:19:08',1,'categories.php','','97.218.139.19'),(14492,'2011-04-06 13:19:12',1,'categories.php','cPath=5&','97.218.139.19'),(14493,'2011-04-06 13:19:19',1,'categories.php','cPath=5_8&','97.218.139.19'),(14494,'2011-04-06 13:19:25',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14495,'2011-04-06 13:23:56',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14496,'2011-04-06 13:24:00',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14497,'2011-04-06 13:25:05',1,'product.php','cPath=5_8&product_type=1&pID=9&action=new_product_preview&page=1&','97.218.139.19'),(14498,'2011-04-06 13:25:17',1,'product.php','cPath=5_8&product_type=1&pID=9&action=update_product&page=1&','97.218.139.19'),(14499,'2011-04-06 13:25:18',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14500,'2011-04-06 13:28:36',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14501,'2011-04-06 13:29:12',1,'product.php','cPath=5_8&product_type=1&pID=9&action=new_product_preview&page=1&','97.218.139.19'),(14502,'2011-04-06 13:29:21',1,'product.php','cPath=5_8&product_type=1&pID=9&action=update_product&page=1&','97.218.139.19'),(14503,'2011-04-06 13:29:22',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14504,'2011-04-06 13:32:38',1,'product.php','page=1&product_type=1&cPath=5_8&pID=1&action=new_product&','97.218.139.19'),(14505,'2011-04-06 13:36:27',1,'product.php','cPath=5_8&product_type=1&pID=1&action=new_product_preview&page=1&','97.218.139.19'),(14506,'2011-04-06 13:36:37',1,'product.php','cPath=5_8&product_type=1&pID=1&action=update_product&page=1&','97.218.139.19'),(14507,'2011-04-06 13:36:38',1,'categories.php','cPath=5_8&pID=1&page=1&','97.218.139.19'),(14508,'2011-04-06 13:36:48',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14509,'2011-04-06 13:37:12',1,'product.php','cPath=5_8&product_type=1&pID=9&action=new_product_preview&page=1&','97.218.139.19'),(14510,'2011-04-06 13:37:16',1,'product.php','cPath=5_8&product_type=1&pID=9&action=update_product&page=1&','97.218.139.19'),(14511,'2011-04-06 13:37:17',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14512,'2011-04-06 13:46:47',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14513,'2011-04-06 13:49:35',1,'product.php','cPath=5_8&product_type=1&pID=9&action=new_product_preview&page=1&','97.218.139.19'),(14514,'2011-04-06 13:49:46',1,'product.php','cPath=5_8&product_type=1&pID=9&action=update_product&page=1&','97.218.139.19'),(14515,'2011-04-06 13:49:47',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14516,'2011-04-06 13:51:21',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14517,'2011-04-06 13:52:02',1,'product.php','cPath=5_8&product_type=1&pID=9&action=new_product_preview&page=1&','97.218.139.19'),(14518,'2011-04-06 13:52:11',1,'product.php','cPath=5_8&product_type=1&pID=9&action=update_product&page=1&','97.218.139.19'),(14519,'2011-04-06 13:52:11',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14520,'2011-04-06 13:56:35',1,'product.php','page=1&product_type=1&cPath=5_8&pID=9&action=new_product&','97.218.139.19'),(14521,'2011-04-06 13:57:06',1,'categories.php','cPath=5_8&pID=9&page=1&','97.218.139.19'),(14522,'2011-04-06 14:01:58',1,'product.php','page=1&product_type=1&cPath=5_8&pID=8&action=new_product&','97.218.139.19'),(14523,'2011-04-06 14:07:15',1,'product.php','cPath=5_8&product_type=1&pID=8&action=new_product_preview&page=1&','97.218.139.19'),(14524,'2011-04-06 14:07:29',1,'product.php','cPath=5_8&product_type=1&pID=8&action=update_product&page=1&','97.218.139.19'),(14525,'2011-04-06 14:07:56',1,'product.php','cPath=5_8&product_type=1&pID=8&action=new_product_preview&page=1&','97.218.139.19'),(14526,'2011-04-06 14:08:03',1,'product.php','cPath=5_8&product_type=1&pID=8&action=update_product&page=1&','97.218.139.19'),(14527,'2011-04-06 14:08:04',1,'categories.php','cPath=5_8&pID=8&page=1&','97.218.139.19'),(14528,'2011-04-06 14:08:11',1,'product.php','page=1&product_type=1&cPath=5_8&pID=7&action=new_product&','97.218.139.19'),(14529,'2011-04-06 14:10:57',1,'product.php','cPath=5_8&product_type=1&pID=7&action=new_product_preview&page=1&','97.218.139.19'),(14530,'2011-04-06 14:11:09',1,'product.php','cPath=5_8&product_type=1&pID=7&action=update_product&page=1&','97.218.139.19'),(14531,'2011-04-06 14:11:10',1,'categories.php','cPath=5_8&pID=7&page=1&','97.218.139.19'),(14532,'2011-04-06 14:19:32',1,'product.php','page=1&product_type=1&cPath=5_8&pID=7&action=new_product&','97.218.139.19'),(14533,'2011-04-06 14:20:06',1,'product.php','cPath=5_8&product_type=1&pID=7&action=new_product_preview&page=1&','97.218.139.19'),(14534,'2011-04-06 14:20:14',1,'product.php','cPath=5_8&product_type=1&pID=7&action=update_product&page=1&','97.218.139.19'),(14535,'2011-04-06 14:20:14',1,'categories.php','cPath=5_8&pID=7&page=1&','97.218.139.19'),(14536,'2011-04-06 14:20:19',1,'product.php','page=1&product_type=1&cPath=5_8&pID=8&action=new_product&','97.218.139.19'),(14537,'2011-04-06 14:20:48',1,'product.php','cPath=5_8&product_type=1&pID=8&action=new_product_preview&page=1&','97.218.139.19'),(14538,'2011-04-06 14:20:52',1,'product.php','cPath=5_8&product_type=1&pID=8&action=update_product&page=1&','97.218.139.19'),(14539,'2011-04-06 14:20:53',1,'categories.php','cPath=5_8&pID=8&page=1&','97.218.139.19'),(14540,'2011-04-06 15:21:37',0,'login.php ','','97.140.227.95'),(14541,'2011-04-06 15:21:47',0,'login.php surpro','','97.140.227.95'),(14542,'2011-04-06 15:24:06',1,'categories.php','','97.140.227.95'),(14543,'2011-04-06 15:24:21',1,'categories.php','cPath=5&','97.140.227.95'),(14544,'2011-04-06 15:24:39',1,'categories.php','cPath=5_8&','97.140.227.95'),(14545,'2011-04-06 15:24:48',1,'product.php','page=1&product_type=1&cPath=5_8&pID=3&action=new_product&','97.140.227.95'),(14546,'2011-04-06 15:26:19',1,'product.php','cPath=5_8&product_type=1&pID=3&action=new_product_preview&page=1&','97.140.227.95'),(14547,'2011-04-06 15:26:24',1,'product.php','cPath=5_8&product_type=1&pID=3&action=update_product&page=1&','97.140.227.95'),(14548,'2011-04-06 15:26:24',1,'categories.php','cPath=5_8&pID=3&page=1&','97.140.227.95'),(14549,'2011-04-06 15:26:39',1,'categories.php','securityToken=f4bde6241048a97446deb727eea74cf3&cPath=9&','97.140.227.95'),(14550,'2011-04-06 15:26:57',1,'product.php','page=1&product_type=1&cPath=9&pID=12&action=new_product&','97.140.227.95'),(14551,'2011-04-06 15:28:47',1,'product.php','cPath=9&product_type=1&pID=12&action=new_product_preview&page=1&','97.140.227.95'),(14552,'2011-04-06 15:28:55',1,'product.php','cPath=9&product_type=1&pID=12&action=update_product&page=1&','97.140.227.95'),(14553,'2011-04-06 15:28:56',1,'categories.php','cPath=9&pID=12&page=1&','97.140.227.95'),(14554,'2011-04-06 15:30:05',1,'product.php','page=1&product_type=1&cPath=9&pID=12&action=new_product&','97.140.227.95'),(14555,'2011-04-06 15:30:29',1,'product.php','cPath=9&product_type=1&pID=12&action=new_product_preview&page=1&','97.140.227.95'),(14556,'2011-04-06 15:30:34',1,'product.php','cPath=9&product_type=1&pID=12&action=update_product&page=1&','97.140.227.95'),(14557,'2011-04-06 15:30:35',1,'categories.php','cPath=9&pID=12&page=1&','97.140.227.95'),(14558,'2011-04-06 15:31:14',1,'product.php','page=1&product_type=1&cPath=9&pID=17&action=new_product&','97.140.227.95'),(14559,'2011-04-06 15:32:33',1,'product.php','cPath=9&product_type=1&pID=17&action=new_product_preview&page=1&','97.140.227.95'),(14560,'2011-04-06 15:32:48',1,'product.php','cPath=9&product_type=1&pID=17&action=update_product&page=1&','97.140.227.95'),(14561,'2011-04-06 15:32:49',1,'categories.php','cPath=9&pID=17&page=1&','97.140.227.95'),(14562,'2011-04-06 15:32:58',1,'categories.php','securityToken=f4bde6241048a97446deb727eea74cf3&cPath=1&','97.140.227.95'),(14563,'2011-04-06 15:33:05',1,'product.php','page=1&product_type=1&cPath=1&pID=22&action=new_product&','97.140.227.95'),(14564,'2011-04-06 15:34:05',1,'product.php','cPath=1&product_type=1&pID=22&action=new_product_preview&page=1&','97.140.227.95'),(14565,'2011-04-06 15:34:23',1,'product.php','cPath=1&product_type=1&pID=22&action=update_product&page=1&','97.140.227.95'),(14566,'2011-04-06 15:34:24',1,'categories.php','cPath=1&pID=22&page=1&','97.140.227.95'),(14567,'2011-04-06 15:34:32',1,'product.php','page=1&product_type=1&cPath=1&pID=27&action=new_product&','97.140.227.95'),(14568,'2011-04-06 15:35:13',1,'product.php','cPath=1&product_type=1&pID=27&action=new_product_preview&page=1&','97.140.227.95'),(14569,'2011-04-06 15:35:19',1,'product.php','cPath=1&product_type=1&pID=27&action=update_product&page=1&','97.140.227.95'),(14570,'2011-04-06 15:35:19',1,'categories.php','cPath=1&pID=27&page=1&','97.140.227.95'),(14571,'2011-04-06 15:35:30',1,'categories.php','cPath=1&page=2&','97.140.227.95'),(14572,'2011-04-06 15:35:36',1,'product.php','page=2&product_type=1&cPath=1&pID=32&action=new_product&','97.140.227.95'),(14573,'2011-04-06 15:36:07',1,'product.php','cPath=1&product_type=1&pID=32&action=new_product_preview&page=2&','97.140.227.95'),(14574,'2011-04-06 15:36:27',1,'product.php','cPath=1&product_type=1&pID=32&action=update_product&page=2&','97.140.227.95'),(14575,'2011-04-06 15:36:28',1,'categories.php','cPath=1&pID=32&page=2&','97.140.227.95'),(14576,'2011-04-06 15:37:04',1,'product.php','page=2&product_type=1&cPath=1&pID=33&action=new_product&','97.140.227.95'),(14577,'2011-04-06 15:37:43',1,'product.php','cPath=1&product_type=1&pID=33&action=new_product_preview&page=2&','97.140.227.95'),(14578,'2011-04-06 15:37:51',1,'product.php','cPath=1&product_type=1&pID=33&action=update_product&page=2&','97.140.227.95'),(14579,'2011-04-06 15:37:51',1,'categories.php','cPath=1&pID=33&page=2&','97.140.227.95'),(14580,'2011-04-06 15:37:56',1,'categories.php','cPath=1&page=1&','97.140.227.95'),(14581,'2011-04-06 15:37:59',1,'product.php','page=1&product_type=1&cPath=1&pID=28&action=new_product&','97.140.227.95'),(14582,'2011-04-06 15:38:32',1,'product.php','cPath=1&product_type=1&pID=28&action=new_product_preview&page=1&','97.140.227.95'),(14583,'2011-04-06 15:38:41',1,'product.php','cPath=1&product_type=1&pID=28&action=update_product&page=1&','97.140.227.95'),(14584,'2011-04-06 15:38:42',1,'categories.php','cPath=1&pID=28&page=1&','97.140.227.95'),(14585,'2011-04-06 17:03:53',0,'login.php ','','64.134.186.212'),(14586,'2011-04-06 17:04:02',0,'login.php surpro','','64.134.186.212'),(14587,'2011-04-06 17:04:58',1,'categories.php','','64.134.186.212'),(14588,'2011-04-06 17:05:01',1,'categories.php','cPath=5&','64.134.186.212'),(14589,'2011-04-06 17:05:05',1,'categories.php','cPath=5_1&','64.134.186.212'),(14590,'2011-04-06 17:05:11',1,'categories.php','cPath=5_1&page=2&','64.134.186.212'),(14591,'2011-04-06 17:05:17',1,'product.php','page=2&product_type=1&cPath=5_1&pID=33&action=new_product&','64.134.186.212'),(14592,'2011-04-06 17:05:22',1,'categories.php','cPath=5_1&pID=33&page=2&','64.134.186.212'),(14593,'2011-04-06 17:05:27',1,'categories.php','cPath=5_1&page=1&','64.134.186.212'),(14594,'2011-04-06 17:05:30',1,'product.php','page=1&product_type=1&cPath=5_1&pID=28&action=new_product&','64.134.186.212'),(14595,'2011-04-06 17:06:04',1,'product.php','cPath=5_1&product_type=1&pID=28&action=new_product_preview&page=1&','64.134.186.212'),(14596,'2011-04-06 17:06:11',1,'product.php','cPath=5_1&product_type=1&pID=28&action=update_product&page=1&','64.134.186.212'),(14597,'2011-04-06 17:06:13',1,'categories.php','cPath=5_1&pID=28&page=1&','64.134.186.212'),(14598,'2011-04-06 17:06:19',1,'product.php','page=1&product_type=1&cPath=5_1&pID=23&action=new_product&','64.134.186.212'),(14599,'2011-04-06 17:07:16',1,'categories.php','cPath=5_1&pID=23&page=1&','64.134.186.212'),(14600,'2011-04-06 17:07:20',1,'product.php','page=1&product_type=1&cPath=5_1&pID=23&action=new_product&','64.134.186.212'),(14601,'2011-04-06 17:08:03',1,'product.php','cPath=5_1&product_type=1&pID=23&action=new_product_preview&page=1&','64.134.186.212'),(14602,'2011-04-06 17:08:09',1,'product.php','cPath=5_1&product_type=1&pID=23&action=update_product&page=1&','64.134.186.212'),(14603,'2011-04-06 17:08:11',1,'categories.php','cPath=5_1&pID=23&page=1&','64.134.186.212'),(14604,'2011-04-06 17:08:30',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14605,'2011-04-06 17:08:33',1,'product.php','page=1&product_type=1&cPath=9&pID=18&action=new_product&','64.134.186.212'),(14606,'2011-04-06 17:09:32',1,'product.php','cPath=9&product_type=1&pID=18&action=new_product_preview&page=1&','64.134.186.212'),(14607,'2011-04-06 17:09:36',1,'product.php','cPath=9&product_type=1&pID=18&action=update_product&page=1&','64.134.186.212'),(14608,'2011-04-06 17:09:37',1,'categories.php','cPath=9&pID=18&page=1&','64.134.186.212'),(14609,'2011-04-06 17:09:45',1,'product.php','page=1&product_type=1&cPath=9&pID=13&action=new_product&','64.134.186.212'),(14610,'2011-04-06 17:10:38',1,'product.php','cPath=9&product_type=1&pID=13&action=new_product_preview&page=1&','64.134.186.212'),(14611,'2011-04-06 17:10:43',1,'product.php','cPath=9&product_type=1&pID=13&action=update_product&page=1&','64.134.186.212'),(14612,'2011-04-06 17:10:44',1,'categories.php','cPath=9&pID=13&page=1&','64.134.186.212'),(14613,'2011-04-06 17:10:56',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=8&','64.134.186.212'),(14614,'2011-04-06 17:10:59',1,'product.php','page=1&product_type=1&cPath=8&pID=8&action=new_product&','64.134.186.212'),(14615,'2011-04-06 17:11:23',1,'categories.php','cPath=8&pID=8&page=1&','64.134.186.212'),(14616,'2011-04-06 17:11:29',1,'product.php','page=1&product_type=1&cPath=8&pID=4&action=new_product&','64.134.186.212'),(14617,'2011-04-06 17:12:26',1,'product.php','cPath=8&product_type=1&pID=4&action=new_product_preview&page=1&','64.134.186.212'),(14618,'2011-04-06 17:12:31',1,'product.php','cPath=8&product_type=1&pID=4&action=update_product&page=1&','64.134.186.212'),(14619,'2011-04-06 17:12:31',1,'categories.php','cPath=8&pID=4&page=1&','64.134.186.212'),(14620,'2011-04-06 17:12:51',1,'product.php','page=1&product_type=1&cPath=8&pID=5&action=new_product&','64.134.186.212'),(14621,'2011-04-06 17:14:30',1,'product.php','cPath=8&product_type=1&pID=5&action=new_product_preview&page=1&','64.134.186.212'),(14622,'2011-04-06 17:14:36',1,'product.php','cPath=8&product_type=1&pID=5&action=update_product&page=1&','64.134.186.212'),(14623,'2011-04-06 17:14:36',1,'categories.php','cPath=8&pID=5&page=1&','64.134.186.212'),(14624,'2011-04-06 17:14:48',1,'product.php','page=1&product_type=1&cPath=8&pID=9&action=new_product&','64.134.186.212'),(14625,'2011-04-06 17:15:21',1,'categories.php','cPath=8&pID=9&page=1&','64.134.186.212'),(14626,'2011-04-06 17:15:36',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14627,'2011-04-06 17:16:18',1,'product.php','page=1&product_type=1&cPath=9&pID=14&action=new_product&','64.134.186.212'),(14628,'2011-04-06 17:17:16',1,'product.php','cPath=9&product_type=1&pID=14&action=new_product_preview&page=1&','64.134.186.212'),(14629,'2011-04-06 17:17:22',1,'product.php','cPath=9&product_type=1&pID=14&action=update_product&page=1&','64.134.186.212'),(14630,'2011-04-06 17:17:23',1,'categories.php','cPath=9&pID=14&page=1&','64.134.186.212'),(14631,'2011-04-06 17:18:07',1,'product.php','page=1&product_type=1&cPath=9&pID=19&action=new_product&','64.134.186.212'),(14632,'2011-04-06 17:18:53',1,'product.php','cPath=9&product_type=1&pID=19&action=new_product_preview&page=1&','64.134.186.212'),(14633,'2011-04-06 17:18:59',1,'product.php','cPath=9&product_type=1&pID=19&action=update_product&page=1&','64.134.186.212'),(14634,'2011-04-06 17:19:00',1,'categories.php','cPath=9&pID=19&page=1&','64.134.186.212'),(14635,'2011-04-06 17:19:13',1,'product.php','page=1&product_type=1&cPath=9&pID=14&action=new_product&','64.134.186.212'),(14636,'2011-04-06 17:19:28',1,'product.php','cPath=9&product_type=1&pID=14&action=new_product_preview&page=1&','64.134.186.212'),(14637,'2011-04-06 17:19:32',1,'product.php','cPath=9&product_type=1&pID=14&action=update_product&page=1&','64.134.186.212'),(14638,'2011-04-06 17:19:33',1,'categories.php','cPath=9&pID=14&page=1&','64.134.186.212'),(14639,'2011-04-06 17:19:49',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14640,'2011-04-06 17:19:52',1,'product.php','page=1&product_type=1&cPath=1&pID=24&action=new_product&','64.134.186.212'),(14641,'2011-04-06 17:20:33',1,'product.php','cPath=1&product_type=1&pID=24&action=new_product_preview&page=1&','64.134.186.212'),(14642,'2011-04-06 17:20:44',1,'product.php','cPath=1&product_type=1&pID=24&action=update_product&page=1&','64.134.186.212'),(14643,'2011-04-06 17:20:45',1,'categories.php','cPath=1&pID=24&page=1&','64.134.186.212'),(14644,'2011-04-06 17:20:51',1,'product.php','page=1&product_type=1&cPath=1&pID=29&action=new_product&','64.134.186.212'),(14645,'2011-04-06 17:21:22',1,'product.php','cPath=1&product_type=1&pID=29&action=new_product_preview&page=1&','64.134.186.212'),(14646,'2011-04-06 17:21:27',1,'product.php','cPath=1&product_type=1&pID=29&action=update_product&page=1&','64.134.186.212'),(14647,'2011-04-06 17:21:27',1,'categories.php','cPath=1&pID=29&page=1&','64.134.186.212'),(14648,'2011-04-06 17:21:31',1,'categories.php','cPath=1&page=2&','64.134.186.212'),(14649,'2011-04-06 17:21:34',1,'product.php','page=2&product_type=1&cPath=1&pID=34&action=new_product&','64.134.186.212'),(14650,'2011-04-06 17:22:05',1,'product.php','cPath=1&product_type=1&pID=34&action=new_product_preview&page=2&','64.134.186.212'),(14651,'2011-04-06 17:22:11',1,'product.php','cPath=1&product_type=1&pID=34&action=update_product&page=2&','64.134.186.212'),(14652,'2011-04-06 17:22:12',1,'categories.php','cPath=1&pID=34&page=2&','64.134.186.212'),(14653,'2011-04-06 17:24:01',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=8&','64.134.186.212'),(14654,'2011-04-06 17:24:05',1,'product.php','page=1&product_type=1&cPath=8&pID=2&action=new_product&','64.134.186.212'),(14655,'2011-04-06 17:24:40',1,'categories.php','cPath=8&pID=2&page=1&','64.134.186.212'),(14656,'2011-04-06 17:24:46',1,'product.php','page=1&product_type=1&cPath=8&pID=72&action=new_product&','64.134.186.212'),(14657,'2011-04-06 17:28:21',1,'product.php','cPath=8&product_type=1&pID=72&action=new_product_preview&page=1&','64.134.186.212'),(14658,'2011-04-06 17:28:26',1,'product.php','cPath=8&product_type=1&pID=72&action=update_product&page=1&','64.134.186.212'),(14659,'2011-04-06 17:28:27',1,'categories.php','cPath=8&pID=72&page=1&','64.134.186.212'),(14660,'2011-04-06 17:28:38',1,'product.php','page=1&product_type=1&cPath=8&pID=2&action=new_product&','64.134.186.212'),(14661,'2011-04-06 17:28:54',1,'product.php','cPath=8&product_type=1&pID=2&action=new_product_preview&page=1&','64.134.186.212'),(14662,'2011-04-06 17:28:58',1,'product.php','cPath=8&product_type=1&pID=2&action=update_product&page=1&','64.134.186.212'),(14663,'2011-04-06 17:28:59',1,'categories.php','cPath=8&pID=2&page=1&','64.134.186.212'),(14664,'2011-04-06 17:29:11',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14665,'2011-04-06 17:29:23',1,'product.php','page=1&product_type=1&cPath=9&pID=11&action=new_product&','64.134.186.212'),(14666,'2011-04-06 17:30:19',1,'product.php','cPath=9&product_type=1&pID=11&action=new_product_preview&page=1&','64.134.186.212'),(14667,'2011-04-06 17:30:25',1,'product.php','cPath=9&product_type=1&pID=11&action=update_product&page=1&','64.134.186.212'),(14668,'2011-04-06 17:30:26',1,'categories.php','cPath=9&pID=11&page=1&','64.134.186.212'),(14669,'2011-04-06 17:30:34',1,'product.php','page=1&product_type=1&cPath=9&pID=16&action=new_product&','64.134.186.212'),(14670,'2011-04-06 17:31:26',1,'product.php','cPath=9&product_type=1&pID=16&action=new_product_preview&page=1&','64.134.186.212'),(14671,'2011-04-06 17:31:31',1,'product.php','cPath=9&product_type=1&pID=16&action=update_product&page=1&','64.134.186.212'),(14672,'2011-04-06 17:31:32',1,'categories.php','cPath=9&pID=16&page=1&','64.134.186.212'),(14673,'2011-04-06 17:31:48',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14674,'2011-04-06 17:31:52',1,'product.php','page=1&product_type=1&cPath=1&pID=21&action=new_product&','64.134.186.212'),(14675,'2011-04-06 17:33:02',1,'product.php','cPath=1&product_type=1&pID=21&action=new_product_preview&page=1&','64.134.186.212'),(14676,'2011-04-06 17:33:26',1,'product.php','cPath=1&product_type=1&pID=21&action=update_product&page=1&','64.134.186.212'),(14677,'2011-04-06 17:33:27',1,'categories.php','cPath=1&pID=21&page=1&','64.134.186.212'),(14678,'2011-04-06 17:33:37',1,'product.php','page=1&product_type=1&cPath=1&pID=26&action=new_product&','64.134.186.212'),(14679,'2011-04-06 17:34:23',1,'product.php','cPath=1&product_type=1&pID=26&action=new_product_preview&page=1&','64.134.186.212'),(14680,'2011-04-06 17:34:32',1,'product.php','cPath=1&product_type=1&pID=26&action=update_product&page=1&','64.134.186.212'),(14681,'2011-04-06 17:34:32',1,'categories.php','cPath=1&pID=26&page=1&','64.134.186.212'),(14682,'2011-04-06 17:34:42',1,'product.php','page=1&product_type=1&cPath=1&pID=21&action=new_product&','64.134.186.212'),(14683,'2011-04-06 17:34:59',1,'product.php','cPath=1&product_type=1&pID=21&action=new_product_preview&page=1&','64.134.186.212'),(14684,'2011-04-06 17:35:03',1,'product.php','cPath=1&product_type=1&pID=21&action=update_product&page=1&','64.134.186.212'),(14685,'2011-04-06 17:35:03',1,'categories.php','cPath=1&pID=21&page=1&','64.134.186.212'),(14686,'2011-04-06 17:35:12',1,'categories.php','cPath=1&page=2&','64.134.186.212'),(14687,'2011-04-06 17:35:17',1,'product.php','page=2&product_type=1&cPath=1&pID=31&action=new_product&','64.134.186.212'),(14688,'2011-04-06 17:36:01',1,'product.php','cPath=1&product_type=1&pID=31&action=new_product_preview&page=2&','64.134.186.212'),(14689,'2011-04-06 17:36:05',1,'product.php','cPath=1&product_type=1&pID=31&action=update_product&page=2&','64.134.186.212'),(14690,'2011-04-06 17:36:06',1,'categories.php','cPath=1&pID=31&page=2&','64.134.186.212'),(14691,'2011-04-06 17:36:27',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=8&','64.134.186.212'),(14692,'2011-04-06 17:36:30',1,'product.php','page=1&product_type=1&cPath=8&pID=1&action=new_product&','64.134.186.212'),(14693,'2011-04-06 17:36:49',1,'categories.php','cPath=8&pID=1&page=1&','64.134.186.212'),(14694,'2011-04-06 17:37:01',1,'product.php','page=1&product_type=1&cPath=8&pID=6&action=new_product&','64.134.186.212'),(14695,'2011-04-06 17:37:46',1,'product.php','cPath=8&product_type=1&pID=6&action=new_product_preview&page=1&','64.134.186.212'),(14696,'2011-04-06 17:37:54',1,'product.php','cPath=8&product_type=1&pID=6&action=update_product&page=1&','64.134.186.212'),(14697,'2011-04-06 17:37:55',1,'categories.php','cPath=8&pID=6&page=1&','64.134.186.212'),(14698,'2011-04-06 17:38:06',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14699,'2011-04-06 17:38:12',1,'product.php','page=1&product_type=1&cPath=9&pID=10&action=new_product&','64.134.186.212'),(14700,'2011-04-06 17:42:09',1,'product.php','cPath=9&product_type=1&pID=10&action=new_product_preview&page=1&','64.134.186.212'),(14701,'2011-04-06 17:42:13',1,'product.php','cPath=9&product_type=1&pID=10&action=update_product&page=1&','64.134.186.212'),(14702,'2011-04-06 17:42:14',1,'categories.php','cPath=9&pID=10&page=1&','64.134.186.212'),(14703,'2011-04-06 17:42:32',1,'product.php','page=1&product_type=1&cPath=9&pID=15&action=new_product&','64.134.186.212'),(14704,'2011-04-06 17:43:29',1,'product.php','cPath=9&product_type=1&pID=15&action=new_product_preview&page=1&','64.134.186.212'),(14705,'2011-04-06 17:43:33',1,'product.php','cPath=9&product_type=1&pID=15&action=update_product&page=1&','64.134.186.212'),(14706,'2011-04-06 17:43:34',1,'categories.php','cPath=9&pID=15&page=1&','64.134.186.212'),(14707,'2011-04-06 17:43:58',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14708,'2011-04-06 17:44:03',1,'product.php','page=1&product_type=1&cPath=1&pID=20&action=new_product&','64.134.186.212'),(14709,'2011-04-06 17:44:46',1,'product.php','cPath=1&product_type=1&pID=20&action=new_product_preview&page=1&','64.134.186.212'),(14710,'2011-04-06 17:44:51',1,'product.php','cPath=1&product_type=1&pID=20&action=update_product&page=1&','64.134.186.212'),(14711,'2011-04-06 17:44:52',1,'categories.php','cPath=1&pID=20&page=1&','64.134.186.212'),(14712,'2011-04-06 17:44:58',1,'product.php','page=1&product_type=1&cPath=1&pID=25&action=new_product&','64.134.186.212'),(14713,'2011-04-06 17:46:04',1,'product.php','cPath=1&product_type=1&pID=25&action=new_product_preview&page=1&','64.134.186.212'),(14714,'2011-04-06 17:46:08',1,'product.php','cPath=1&product_type=1&pID=25&action=update_product&page=1&','64.134.186.212'),(14715,'2011-04-06 17:46:12',1,'categories.php','cPath=1&pID=25&page=1&','64.134.186.212'),(14716,'2011-04-06 17:46:18',1,'product.php','page=1&product_type=1&cPath=1&pID=25&action=new_product&','64.134.186.212'),(14717,'2011-04-06 17:46:31',1,'categories.php','cPath=1&pID=25&page=1&','64.134.186.212'),(14718,'2011-04-06 17:46:42',1,'product.php','page=1&product_type=1&cPath=1&pID=20&action=new_product&','64.134.186.212'),(14719,'2011-04-06 17:47:07',1,'product.php','cPath=1&product_type=1&pID=20&action=new_product_preview&page=1&','64.134.186.212'),(14720,'2011-04-06 17:47:10',1,'product.php','cPath=1&product_type=1&pID=20&action=update_product&page=1&','64.134.186.212'),(14721,'2011-04-06 17:47:11',1,'categories.php','cPath=1&pID=20&page=1&','64.134.186.212'),(14722,'2011-04-06 17:47:29',1,'categories.php','cPath=1&page=2&','64.134.186.212'),(14723,'2011-04-06 17:47:32',1,'product.php','page=2&product_type=1&cPath=1&pID=30&action=new_product&','64.134.186.212'),(14724,'2011-04-06 17:48:10',1,'product.php','cPath=1&product_type=1&pID=30&action=new_product_preview&page=2&','64.134.186.212'),(14725,'2011-04-06 17:48:15',1,'product.php','cPath=1&product_type=1&pID=30&action=update_product&page=2&','64.134.186.212'),(14726,'2011-04-06 17:48:16',1,'categories.php','cPath=1&pID=30&page=2&','64.134.186.212'),(14727,'2011-04-06 17:48:36',1,'categories.php','','64.134.186.212'),(14728,'2011-04-06 17:48:52',1,'categories.php','cPath=&action=new_category&','64.134.186.212'),(14729,'2011-04-06 17:49:49',1,'categories.php','cPath=&','64.134.186.212'),(14730,'2011-04-06 17:50:08',1,'categories.php','cPath=&cID=5&action=edit_category&','64.134.186.212'),(14731,'2011-04-06 17:52:27',1,'categories.php','action=update_category&cPath=&','64.134.186.212'),(14732,'2011-04-06 17:52:28',1,'categories.php','cPath=&cID=5&','64.134.186.212'),(14733,'2011-04-06 17:52:38',1,'categories.php','','64.134.186.212'),(14734,'2011-04-06 17:52:44',1,'categories.php','cPath=&action=new_category&','64.134.186.212'),(14735,'2011-04-06 17:53:44',1,'categories.php','action=insert_category&cPath=&','64.134.186.212'),(14736,'2011-04-06 17:53:44',1,'categories.php','cPath=&cID=18&','64.134.186.212'),(14737,'2011-04-06 17:53:48',1,'categories.php','cPath=5&','64.134.186.212'),(14738,'2011-04-06 17:53:54',1,'categories.php','cPath=&cID=18&','64.134.186.212'),(14739,'2011-04-06 17:53:57',1,'categories.php','cPath=&cID=5&action=edit_category&','64.134.186.212'),(14740,'2011-04-06 17:54:36',1,'categories.php','action=update_category&cPath=&','64.134.186.212'),(14741,'2011-04-06 17:54:36',1,'categories.php','cPath=&cID=5&','64.134.186.212'),(14742,'2011-04-06 17:54:40',1,'categories.php','cPath=&cID=18&action=edit_category&','64.134.186.212'),(14743,'2011-04-06 17:55:48',1,'categories.php','action=update_category&cPath=&','64.134.186.212'),(14744,'2011-04-06 17:55:48',1,'categories.php','cPath=&cID=18&','64.134.186.212'),(14745,'2011-04-06 17:55:59',1,'categories.php','cPath=&cID=5&action=edit_category_meta_tags&','64.134.186.212'),(14746,'2011-04-06 17:57:00',1,'categories.php','action=update_category_meta_tags&cPath=&','64.134.186.212'),(14747,'2011-04-06 17:57:00',1,'categories.php','cPath=&cID=5&','64.134.186.212'),(14748,'2011-04-06 17:57:05',1,'categories.php','cPath=18&','64.134.186.212'),(14749,'2011-04-06 17:57:16',1,'categories.php','cID=18&','64.134.186.212'),(14750,'2011-04-06 17:57:19',1,'categories.php','cPath=18&','64.134.186.212'),(14751,'2011-04-06 17:57:23',1,'categories.php','cID=18&','64.134.186.212'),(14752,'2011-04-06 17:57:34',1,'categories.php','cPath=5&','64.134.186.212'),(14753,'2011-04-06 17:57:39',1,'categories.php','cPath=5_8&','64.134.186.212'),(14754,'2011-04-06 17:58:07',1,'categories.php','cPath=5&cID=8&','64.134.186.212'),(14755,'2011-04-06 17:58:39',1,'categories.php','cPath=5&cID=8&action=edit_category&','64.134.186.212'),(14756,'2011-04-06 17:58:43',1,'categories.php','cPath=5&cID=8&','64.134.186.212'),(14757,'2011-04-06 17:58:50',1,'categories.php','cPath=5_8&','64.134.186.212'),(14758,'2011-04-06 17:58:58',1,'product.php','cPath=5_8&product_type=1&pID=1&action=move_product&','64.134.186.212'),(14759,'2011-04-06 17:59:14',1,'categories.php','cPath=5_8&pID=1&page=1&','64.134.186.212'),(14760,'2011-04-06 18:00:45',1,'product.php','cPath=5_8&product_type=1&pID=1&action=move_product&','64.134.186.212'),(14761,'2011-04-06 18:01:01',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14762,'2011-04-06 18:01:03',1,'categories.php','cPath=5&pID=1&page=1&','64.134.186.212'),(14763,'2011-04-06 18:01:08',1,'categories.php','cPath=5_8&','64.134.186.212'),(14764,'2011-04-06 18:01:14',1,'product.php','cPath=5_8&product_type=1&pID=2&action=move_product&','64.134.186.212'),(14765,'2011-04-06 18:01:40',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14766,'2011-04-06 18:01:41',1,'categories.php','cPath=5&pID=2&page=1&','64.134.186.212'),(14767,'2011-04-06 18:01:45',1,'categories.php','cPath=5_8&','64.134.186.212'),(14768,'2011-04-06 18:01:53',1,'product.php','cPath=5_8&product_type=1&pID=3&action=move_product&','64.134.186.212'),(14769,'2011-04-06 18:01:59',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14770,'2011-04-06 18:02:01',1,'categories.php','cPath=5&pID=3&page=1&','64.134.186.212'),(14771,'2011-04-06 18:02:08',1,'categories.php','cPath=5_8&','64.134.186.212'),(14772,'2011-04-06 18:02:17',1,'product.php','cPath=5_8&product_type=1&pID=4&action=move_product&','64.134.186.212'),(14773,'2011-04-06 18:02:31',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14774,'2011-04-06 18:02:31',1,'categories.php','cPath=5&pID=4&page=1&','64.134.186.212'),(14775,'2011-04-06 18:02:39',1,'categories.php','cPath=5_8&','64.134.186.212'),(14776,'2011-04-06 18:02:46',1,'product.php','cPath=5_8&product_type=1&pID=5&action=move_product&','64.134.186.212'),(14777,'2011-04-06 18:03:57',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14778,'2011-04-06 18:03:58',1,'categories.php','cPath=5&pID=5&page=1&','64.134.186.212'),(14779,'2011-04-06 18:04:03',1,'categories.php','cPath=5_8&','64.134.186.212'),(14780,'2011-04-06 18:04:08',1,'product.php','cPath=5_8&product_type=1&pID=6&action=move_product&','64.134.186.212'),(14781,'2011-04-06 18:04:24',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14782,'2011-04-06 18:04:24',1,'categories.php','cPath=5&pID=6&page=1&','64.134.186.212'),(14783,'2011-04-06 18:04:28',1,'categories.php','cPath=5_8&','64.134.186.212'),(14784,'2011-04-06 18:04:31',1,'product.php','cPath=5_8&product_type=1&pID=72&action=move_product&','64.134.186.212'),(14785,'2011-04-06 18:04:36',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14786,'2011-04-06 18:04:36',1,'categories.php','cPath=5&pID=72&page=1&','64.134.186.212'),(14787,'2011-04-06 18:04:40',1,'categories.php','cPath=5_8&','64.134.186.212'),(14788,'2011-04-06 18:04:43',1,'product.php','cPath=5_8&product_type=1&pID=7&action=move_product&','64.134.186.212'),(14789,'2011-04-06 18:04:50',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14790,'2011-04-06 18:04:51',1,'categories.php','cPath=5&pID=7&page=1&','64.134.186.212'),(14791,'2011-04-06 18:04:55',1,'categories.php','cPath=5_8&','64.134.186.212'),(14792,'2011-04-06 18:04:59',1,'product.php','cPath=5_8&product_type=1&pID=8&action=move_product&','64.134.186.212'),(14793,'2011-04-06 18:05:04',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14794,'2011-04-06 18:05:04',1,'categories.php','cPath=5&pID=8&page=1&','64.134.186.212'),(14795,'2011-04-06 18:05:09',1,'categories.php','cPath=5_8&','64.134.186.212'),(14796,'2011-04-06 18:05:12',1,'product.php','cPath=5_8&product_type=1&pID=9&action=move_product&','64.134.186.212'),(14797,'2011-04-06 18:05:18',1,'product.php','action=move_product_confirm&cPath=5_8&page=1&','64.134.186.212'),(14798,'2011-04-06 18:05:19',1,'categories.php','cPath=5&pID=9&page=1&','64.134.186.212'),(14799,'2011-04-06 18:05:31',1,'categories.php','cPath=5_8&','64.134.186.212'),(14800,'2011-04-06 18:05:34',1,'categories.php','cPath=5&pID=9&page=1&','64.134.186.212'),(14801,'2011-04-06 18:05:38',1,'categories.php','cPath=5&cID=8&action=delete_category&','64.134.186.212'),(14802,'2011-04-06 18:05:52',1,'categories.php','cPath=5&cID=8&','64.134.186.212'),(14803,'2011-04-06 18:05:57',1,'categories.php','cPath=5_8&','64.134.186.212'),(14804,'2011-04-06 18:06:01',1,'categories.php','cPath=5&cID=8&','64.134.186.212'),(14805,'2011-04-06 18:06:03',1,'categories.php','cPath=5_9&','64.134.186.212'),(14806,'2011-04-06 18:06:09',1,'product.php','cPath=5_9&product_type=1&pID=10&action=move_product&','64.134.186.212'),(14807,'2011-04-06 18:06:19',1,'product.php','action=move_product_confirm&cPath=5_9&page=1&','64.134.186.212'),(14808,'2011-04-06 18:06:19',1,'categories.php','cPath=18&pID=10&page=1&','64.134.186.212'),(14809,'2011-04-06 18:06:33',1,'categories.php','cID=18&','64.134.186.212'),(14810,'2011-04-06 18:06:45',1,'categories.php','cPath=18&','64.134.186.212'),(14811,'2011-04-06 18:06:48',1,'categories.php','cID=18&','64.134.186.212'),(14812,'2011-04-06 18:06:51',1,'categories.php','cPath=5&','64.134.186.212'),(14813,'2011-04-06 18:06:56',1,'categories.php','cPath=5_9&','64.134.186.212'),(14814,'2011-04-06 18:07:01',1,'product.php','cPath=5_9&product_type=1&pID=11&action=move_product&','64.134.186.212'),(14815,'2011-04-06 18:07:09',1,'product.php','action=move_product_confirm&cPath=5_9&page=1&','64.134.186.212'),(14816,'2011-04-06 18:07:10',1,'categories.php','cPath=18&pID=11&page=1&','64.134.186.212'),(14817,'2011-04-06 18:07:16',1,'categories.php','cID=18&','64.134.186.212'),(14818,'2011-04-06 18:07:19',1,'categories.php','cPath=5&','64.134.186.212'),(14819,'2011-04-06 18:07:22',1,'categories.php','cPath=5_9&','64.134.186.212'),(14820,'2011-04-06 18:07:28',1,'product.php','cPath=5_9&product_type=1&pID=12&action=move_product&','64.134.186.212'),(14821,'2011-04-06 18:07:34',1,'product.php','action=move_product_confirm&cPath=5_9&page=1&','64.134.186.212'),(14822,'2011-04-06 18:07:34',1,'categories.php','cPath=18&pID=12&page=1&','64.134.186.212'),(14823,'2011-04-06 18:07:38',1,'categories.php','cID=18&','64.134.186.212'),(14824,'2011-04-06 18:07:44',1,'categories.php','cPath=5&','64.134.186.212'),(14825,'2011-04-06 18:07:48',1,'categories.php','cPath=5_9&','64.134.186.212'),(14826,'2011-04-06 18:07:58',1,'product.php','cPath=5_9&product_type=1&pID=13&action=move_product&','64.134.186.212'),(14827,'2011-04-06 18:08:04',1,'product.php','action=move_product_confirm&cPath=5_9&page=1&','64.134.186.212'),(14828,'2011-04-06 18:08:04',1,'categories.php','cPath=18&pID=13&page=1&','64.134.186.212'),(14829,'2011-04-06 18:08:13',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14830,'2011-04-06 18:08:20',1,'product.php','cPath=9&product_type=1&pID=14&action=move_product&','64.134.186.212'),(14831,'2011-04-06 18:08:27',1,'product.php','action=move_product_confirm&cPath=9&page=1&','64.134.186.212'),(14832,'2011-04-06 18:08:27',1,'categories.php','cPath=18&pID=14&page=1&','64.134.186.212'),(14833,'2011-04-06 18:08:38',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14834,'2011-04-06 18:08:39',1,'product.php','cPath=9&product_type=1&pID=15&action=delete_product&','64.134.186.212'),(14835,'2011-04-06 18:08:41',1,'categories.php','cPath=9&pID=15&page=1&','64.134.186.212'),(14836,'2011-04-06 18:08:43',1,'product.php','cPath=9&product_type=1&pID=15&action=move_product&','64.134.186.212'),(14837,'2011-04-06 18:08:49',1,'product.php','action=move_product_confirm&cPath=9&page=1&','64.134.186.212'),(14838,'2011-04-06 18:08:50',1,'categories.php','cPath=18&pID=15&page=1&','64.134.186.212'),(14839,'2011-04-06 18:08:57',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14840,'2011-04-06 18:08:59',1,'product.php','cPath=9&product_type=1&pID=16&action=move_product&','64.134.186.212'),(14841,'2011-04-06 18:09:05',1,'product.php','action=move_product_confirm&cPath=9&page=1&','64.134.186.212'),(14842,'2011-04-06 18:09:06',1,'categories.php','cPath=18&pID=16&page=1&','64.134.186.212'),(14843,'2011-04-06 18:09:20',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14844,'2011-04-06 18:09:23',1,'product.php','cPath=9&product_type=1&pID=17&action=move_product&','64.134.186.212'),(14845,'2011-04-06 18:09:28',1,'product.php','action=move_product_confirm&cPath=9&page=1&','64.134.186.212'),(14846,'2011-04-06 18:09:29',1,'categories.php','cPath=18&pID=17&page=1&','64.134.186.212'),(14847,'2011-04-06 18:09:35',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14848,'2011-04-06 18:09:38',1,'product.php','cPath=9&product_type=1&pID=18&action=move_product&','64.134.186.212'),(14849,'2011-04-06 18:09:46',1,'product.php','action=move_product_confirm&cPath=9&page=1&','64.134.186.212'),(14850,'2011-04-06 18:09:47',1,'categories.php','cPath=18&pID=18&page=1&','64.134.186.212'),(14851,'2011-04-06 18:09:55',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=9&','64.134.186.212'),(14852,'2011-04-06 18:09:59',1,'product.php','cPath=9&product_type=1&pID=19&action=move_product&','64.134.186.212'),(14853,'2011-04-06 18:10:05',1,'product.php','action=move_product_confirm&cPath=9&page=1&','64.134.186.212'),(14854,'2011-04-06 18:10:06',1,'categories.php','cPath=18&pID=19&page=1&','64.134.186.212'),(14855,'2011-04-06 18:10:19',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14856,'2011-04-06 18:10:25',1,'product.php','cPath=1&product_type=1&pID=20&action=move_product&','64.134.186.212'),(14857,'2011-04-06 18:10:30',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14858,'2011-04-06 18:10:31',1,'categories.php','cPath=18&pID=20&page=1&','64.134.186.212'),(14859,'2011-04-06 18:10:38',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14860,'2011-04-06 18:10:42',1,'product.php','cPath=1&product_type=1&pID=21&action=move_product&','64.134.186.212'),(14861,'2011-04-06 18:10:46',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14862,'2011-04-06 18:10:47',1,'categories.php','cPath=18&pID=21&page=1&','64.134.186.212'),(14863,'2011-04-06 18:10:54',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14864,'2011-04-06 18:10:56',1,'product.php','cPath=1&product_type=1&pID=22&action=move_product&','64.134.186.212'),(14865,'2011-04-06 18:11:01',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14866,'2011-04-06 18:11:01',1,'categories.php','cPath=18&pID=22&page=1&','64.134.186.212'),(14867,'2011-04-06 18:11:10',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14868,'2011-04-06 18:11:13',1,'product.php','cPath=1&product_type=1&pID=23&action=move_product&','64.134.186.212'),(14869,'2011-04-06 18:11:18',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14870,'2011-04-06 18:11:18',1,'categories.php','cPath=18&pID=23&page=1&','64.134.186.212'),(14871,'2011-04-06 18:11:29',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14872,'2011-04-06 18:11:33',1,'product.php','cPath=1&product_type=1&pID=24&action=move_product&','64.134.186.212'),(14873,'2011-04-06 18:11:38',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14874,'2011-04-06 18:11:39',1,'categories.php','cPath=18&pID=24&page=1&','64.134.186.212'),(14875,'2011-04-06 18:11:44',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14876,'2011-04-06 18:11:47',1,'product.php','cPath=1&product_type=1&pID=25&action=move_product&','64.134.186.212'),(14877,'2011-04-06 18:11:51',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14878,'2011-04-06 18:11:52',1,'categories.php','cPath=18&pID=25&page=1&','64.134.186.212'),(14879,'2011-04-06 18:12:02',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14880,'2011-04-06 18:12:05',1,'product.php','cPath=1&product_type=1&pID=26&action=move_product&','64.134.186.212'),(14881,'2011-04-06 18:12:13',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14882,'2011-04-06 18:12:13',1,'categories.php','cPath=18&pID=26&page=1&','64.134.186.212'),(14883,'2011-04-06 18:12:21',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14884,'2011-04-06 18:12:26',1,'product.php','cPath=1&product_type=1&pID=27&action=move_product&','64.134.186.212'),(14885,'2011-04-06 18:12:31',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14886,'2011-04-06 18:12:32',1,'categories.php','cPath=18&pID=27&page=1&','64.134.186.212'),(14887,'2011-04-06 18:12:37',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14888,'2011-04-06 18:12:45',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=18&','64.134.186.212'),(14889,'2011-04-06 18:12:46',1,'product.php','cPath=1&product_type=1&pID=28&action=move_product&','64.134.186.212'),(14890,'2011-04-06 18:12:53',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14891,'2011-04-06 18:12:53',1,'categories.php','cPath=18&pID=28&page=1&','64.134.186.212'),(14892,'2011-04-06 18:13:00',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14893,'2011-04-06 18:13:02',1,'product.php','cPath=1&product_type=1&pID=29&action=move_product&','64.134.186.212'),(14894,'2011-04-06 18:13:08',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14895,'2011-04-06 18:13:08',1,'categories.php','cPath=18&pID=29&page=1&','64.134.186.212'),(14896,'2011-04-06 18:13:13',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14897,'2011-04-06 18:13:15',1,'product.php','cPath=1&product_type=1&pID=30&action=move_product&','64.134.186.212'),(14898,'2011-04-06 18:13:22',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14899,'2011-04-06 18:13:23',1,'categories.php','cPath=18&pID=30&page=1&','64.134.186.212'),(14900,'2011-04-06 18:13:32',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14901,'2011-04-06 18:13:35',1,'product.php','cPath=1&product_type=1&pID=31&action=move_product&','64.134.186.212'),(14902,'2011-04-06 18:13:41',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14903,'2011-04-06 18:13:41',1,'categories.php','cPath=18&pID=31&page=1&','64.134.186.212'),(14904,'2011-04-06 18:13:51',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14905,'2011-04-06 18:13:55',1,'product.php','cPath=1&product_type=1&pID=32&action=move_product&','64.134.186.212'),(14906,'2011-04-06 18:14:00',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14907,'2011-04-06 18:14:01',1,'categories.php','cPath=18&pID=32&page=1&','64.134.186.212'),(14908,'2011-04-06 18:14:06',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14909,'2011-04-06 18:14:10',1,'product.php','cPath=1&product_type=1&pID=33&action=move_product&','64.134.186.212'),(14910,'2011-04-06 18:14:15',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14911,'2011-04-06 18:14:16',1,'categories.php','cPath=18&pID=33&page=1&','64.134.186.212'),(14912,'2011-04-06 18:14:20',1,'categories.php','securityToken=bea487ddb06f6ea6aba04656d9b21228&cPath=1&','64.134.186.212'),(14913,'2011-04-06 18:14:23',1,'product.php','cPath=1&product_type=1&pID=34&action=move_product&','64.134.186.212'),(14914,'2011-04-06 18:14:29',1,'product.php','action=move_product_confirm&cPath=1&page=1&','64.134.186.212'),(14915,'2011-04-06 18:14:30',1,'categories.php','cPath=18&pID=34&page=1&','64.134.186.212'),(14916,'2011-04-06 18:14:43',1,'categories.php','','64.134.186.212'),(14917,'2011-04-06 18:14:48',1,'categories.php','cPath=&cID=5&action=edit_category&','64.134.186.212'),(14918,'2011-04-06 18:16:14',1,'categories.php','cPath=&cID=5&','64.134.186.212'),(14919,'2011-04-06 18:16:19',1,'categories.php','cPath=5&','64.134.186.212'),(14920,'2011-04-06 18:16:24',1,'categories.php','cPath=5&cID=8&action=delete_category&','64.134.186.212'),(14921,'2011-04-06 18:16:37',1,'categories.php','cPath=5&cID=8&','64.134.186.212'),(14922,'2011-04-06 18:18:49',1,'categories.php','cPath=5&cID=8&action=delete_category&','64.134.186.212'),(14923,'2011-04-06 18:18:51',1,'categories.php','action=delete_category_confirm&cPath=5&','64.134.186.212'),(14924,'2011-04-06 18:18:52',1,'categories.php','cPath=5&','64.134.186.212'),(14925,'2011-04-06 18:18:56',1,'categories.php','cPath=5&cID=9&action=edit_category&','64.134.186.212'),(14926,'2011-04-06 18:19:12',1,'categories.php','cPath=5&','64.134.186.212'),(14927,'2011-04-06 18:19:18',1,'categories.php','cPath=5&cID=9&action=delete_category&','64.134.186.212'),(14928,'2011-04-06 18:19:20',1,'categories.php','action=delete_category_confirm&cPath=5&','64.134.186.212'),(14929,'2011-04-06 18:19:20',1,'categories.php','cPath=5&','64.134.186.212'),(14930,'2011-04-06 18:19:26',1,'categories.php','cPath=5&cID=1&action=delete_category&','64.134.186.212'),(14931,'2011-04-06 18:19:28',1,'categories.php','action=delete_category_confirm&cPath=5&','64.134.186.212'),(14932,'2011-04-06 18:19:28',1,'categories.php','cPath=5&','64.134.186.212'),(14933,'2011-04-06 20:37:41',0,'login.php ','','76.108.122.208'),(14934,'2011-04-06 20:37:49',0,'login.php surpro','','76.108.122.208'),(14935,'2011-04-06 21:39:24',1,'categories.php','','76.108.122.208'),(14936,'2011-04-06 21:39:28',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(14937,'2011-04-06 21:39:53',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(14938,'2011-04-06 21:39:54',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(14939,'2011-04-06 21:40:14',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(14940,'2011-04-06 21:40:36',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(14941,'2011-04-06 21:40:37',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(14942,'2011-04-06 21:40:46',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(14943,'2011-04-06 21:41:07',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(14944,'2011-04-06 21:41:08',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(14945,'2011-04-06 21:41:15',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(14946,'2011-04-06 21:41:27',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(14947,'2011-04-06 21:41:27',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(14948,'2011-04-07 05:58:32',0,'login.php ','','76.108.122.208'),(14949,'2011-04-07 05:58:41',0,'login.php surpro','','76.108.122.208'),(14950,'2011-04-07 06:05:42',1,'categories.php','','76.108.122.208'),(14951,'2011-04-07 06:05:45',1,'categories.php','','76.108.122.208'),(14952,'2011-04-07 06:05:52',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(14953,'2011-04-07 06:06:30',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(14954,'2011-04-07 06:06:30',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(14955,'2011-04-07 06:12:12',1,'categories.php','cPath=5&','76.108.122.208'),(14956,'2011-04-07 06:12:16',1,'product.php','page=1&product_type=1&cPath=5&pID=1&action=new_product&','76.108.122.208'),(14957,'2011-04-07 06:12:28',1,'product.php','cPath=5&product_type=1&pID=1&action=new_product_preview&page=1&','76.108.122.208'),(14958,'2011-04-07 06:12:32',1,'categories.php','cPath=5&pID=1&page=1&','76.108.122.208'),(14959,'2011-04-07 06:12:48',1,'categories.php','securityToken=4da6ef3b02a5a4ba04ddcd4c7e12d68a&cPath=3&','76.108.122.208'),(14960,'2011-04-07 06:13:07',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','76.108.122.208'),(14961,'2011-04-07 06:13:45',1,'categories.php','cPath=3&pID=45&page=1&','76.108.122.208'),(14962,'2011-04-07 06:13:52',1,'categories.php','securityToken=4da6ef3b02a5a4ba04ddcd4c7e12d68a&cPath=5&','76.108.122.208'),(14963,'2011-04-07 06:13:54',1,'product.php','page=1&product_type=1&cPath=5&pID=1&action=new_product&','76.108.122.208'),(14964,'2011-04-07 06:14:09',1,'categories.php','cPath=5&pID=1&page=1&','76.108.122.208'),(14965,'2011-04-07 06:14:12',1,'categories.php','securityToken=4da6ef3b02a5a4ba04ddcd4c7e12d68a&cPath=3&','76.108.122.208'),(14966,'2011-04-07 06:14:15',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','76.108.122.208'),(14967,'2011-04-07 06:14:37',1,'categories.php','cPath=3&pID=45&page=1&','76.108.122.208'),(14968,'2011-04-07 06:14:44',1,'categories.php','securityToken=4da6ef3b02a5a4ba04ddcd4c7e12d68a&cPath=18&','76.108.122.208'),(14969,'2011-04-07 06:14:47',1,'product.php','page=1&product_type=1&cPath=18&pID=13&action=new_product&','76.108.122.208'),(14970,'2011-04-07 06:15:04',1,'categories.php','cPath=18&pID=13&page=1&','76.108.122.208'),(14971,'2011-04-07 06:15:07',1,'categories.php','securityToken=4da6ef3b02a5a4ba04ddcd4c7e12d68a&cPath=3&','76.108.122.208'),(14972,'2011-04-07 06:15:10',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','76.108.122.208'),(14973,'2011-04-07 06:29:44',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&page=1&','76.108.122.208'),(14974,'2011-04-07 06:30:00',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&page=1&','76.108.122.208'),(14975,'2011-04-07 06:30:00',1,'categories.php','cPath=3&pID=45&page=1&','76.108.122.208'),(14976,'2011-04-07 06:33:23',1,'categories.php','','76.108.122.208'),(14977,'2011-04-07 06:33:26',1,'categories.php','cPath=3&','76.108.122.208'),(14978,'2011-04-07 06:33:34',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','76.108.122.208'),(14979,'2011-04-07 06:34:07',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&page=1&','76.108.122.208'),(14980,'2011-04-07 06:34:13',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&page=1&','76.108.122.208'),(14981,'2011-04-07 06:34:14',1,'categories.php','cPath=3&pID=45&page=1&','76.108.122.208'),(14982,'2011-04-07 06:39:38',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','76.108.122.208'),(14983,'2011-04-07 06:39:42',1,'categories.php','cPath=3&pID=45&page=1&','76.108.122.208'),(14984,'2011-04-07 06:39:45',1,'categories.php','','76.108.122.208'),(14985,'2011-04-07 06:39:48',1,'categories.php','cPath=3&','76.108.122.208'),(14986,'2011-04-07 06:39:52',1,'categories.php','','76.108.122.208'),(14987,'2011-04-07 06:39:56',1,'categories.php','cPath=&cID=3&action=edit_category&','76.108.122.208'),(14988,'2011-04-07 06:40:20',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(14989,'2011-04-07 06:40:20',1,'categories.php','cPath=&cID=3&','76.108.122.208'),(14990,'2011-04-07 06:41:04',1,'configuration.php','gID=3&','76.108.122.208'),(14991,'2011-04-07 06:41:12',1,'configuration.php','gID=4&','76.108.122.208'),(14992,'2011-04-07 06:43:48',1,'configuration.php','gID=4&cID=107&action=edit&','76.108.122.208'),(14993,'2011-04-07 06:43:54',1,'configuration.php','gID=4&cID=107&action=save&','76.108.122.208'),(14994,'2011-04-07 06:43:54',1,'configuration.php','gID=4&cID=107&','76.108.122.208'),(14995,'2011-04-07 06:44:00',1,'configuration.php','gID=4&cID=108&action=edit&','76.108.122.208'),(14996,'2011-04-07 06:44:05',1,'configuration.php','gID=4&cID=108&action=save&','76.108.122.208'),(14997,'2011-04-07 06:44:05',1,'configuration.php','gID=4&cID=108&','76.108.122.208'),(14998,'2011-04-07 09:24:04',0,'login.php ','','76.108.122.208'),(14999,'2011-04-07 09:24:14',0,'login.php surpro','','76.108.122.208'),(15000,'2011-04-07 09:24:22',1,'layout_controller.php','','76.108.122.208'),(15001,'2011-04-07 09:26:16',1,'layout_controller.php','page=&cID=105&','76.108.122.208'),(15002,'2011-04-07 09:26:20',1,'layout_controller.php','page=&cID=105&action=edit&','76.108.122.208'),(15003,'2011-04-07 09:26:38',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','76.108.122.208'),(15004,'2011-04-07 09:26:39',1,'layout_controller.php','page=&cID=105&','76.108.122.208'),(15005,'2011-04-07 09:27:54',1,'layout_controller.php','page=&cID=105&action=edit&','76.108.122.208'),(15006,'2011-04-07 09:28:00',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','76.108.122.208'),(15007,'2011-04-07 09:28:01',1,'layout_controller.php','page=&cID=105&','76.108.122.208'),(15008,'2011-04-07 10:27:59',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15009,'2011-04-07 10:47:48',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15010,'2011-04-07 10:47:57',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15011,'2011-04-07 10:47:58',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15012,'2011-04-07 10:48:39',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15013,'2011-04-07 10:48:46',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15014,'2011-04-07 10:48:46',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15015,'2011-04-07 10:50:19',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15016,'2011-04-07 10:50:25',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15017,'2011-04-07 10:50:25',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15018,'2011-04-07 10:50:53',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15019,'2011-04-07 10:50:58',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15020,'2011-04-07 10:50:58',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15021,'2011-04-07 10:59:57',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15022,'2011-04-07 11:00:03',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15023,'2011-04-07 11:00:03',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15024,'2011-04-07 11:01:00',1,'layout_controller.php','page=&cID=81&','68.208.127.1'),(15025,'2011-04-07 11:01:02',1,'layout_controller.php','page=&cID=81&action=edit&','68.208.127.1'),(15026,'2011-04-07 11:01:08',1,'layout_controller.php','page=&cID=81&action=save&layout_box_name=categories.php&','68.208.127.1'),(15027,'2011-04-07 11:01:08',1,'layout_controller.php','page=&cID=81&','68.208.127.1'),(15028,'2011-04-07 11:07:16',1,'layout_controller.php','page=&cID=81&action=edit&','68.208.127.1'),(15029,'2011-04-07 11:07:22',1,'layout_controller.php','page=&cID=81&action=save&layout_box_name=categories.php&','68.208.127.1'),(15030,'2011-04-07 11:07:22',1,'layout_controller.php','page=&cID=81&','68.208.127.1'),(15031,'2011-04-07 11:07:28',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15032,'2011-04-07 11:07:31',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15033,'2011-04-07 11:07:36',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15034,'2011-04-07 11:07:36',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15035,'2011-04-07 11:10:42',1,'layout_controller.php','page=&cID=105&action=edit&','68.208.127.1'),(15036,'2011-04-07 11:10:50',1,'layout_controller.php','page=&cID=105&action=save&layout_box_name=categories_css.php&','68.208.127.1'),(15037,'2011-04-07 11:10:50',1,'layout_controller.php','page=&cID=105&','68.208.127.1'),(15038,'2011-04-07 11:11:13',1,'layout_controller.php','page=&cID=81&','68.208.127.1'),(15039,'2011-04-07 11:11:15',1,'layout_controller.php','page=&cID=81&action=edit&','68.208.127.1'),(15040,'2011-04-07 11:11:22',1,'layout_controller.php','page=&cID=81&action=save&layout_box_name=categories.php&','68.208.127.1'),(15041,'2011-04-07 11:11:22',1,'layout_controller.php','page=&cID=81&','68.208.127.1'),(15042,'2011-04-07 11:12:51',1,'categories.php','','68.208.127.1'),(15043,'2011-04-07 11:12:57',1,'categories.php','cPath=5&','68.208.127.1'),(15044,'2011-04-07 11:13:03',1,'categories.php','cID=5&','68.208.127.1'),(15045,'2011-04-07 11:13:05',1,'categories.php','cPath=5&','68.208.127.1'),(15046,'2011-04-07 11:13:20',1,'categories.php','cID=5&','68.208.127.1'),(15047,'2011-04-07 11:13:29',1,'categories.php','cPath=&cID=5&action=edit_category&','68.208.127.1'),(15048,'2011-04-07 11:13:39',1,'categories.php','cID=5&','68.208.127.1'),(15049,'2011-04-07 11:13:45',1,'categories.php','cPath=5&','68.208.127.1'),(15050,'2011-04-07 11:14:00',1,'categories.php','x=65&y=12&product_type=1&cPath=5&action=new_product&','68.208.127.1'),(15051,'2011-04-07 11:14:00',1,'product.php','x=65&y=12&product_type=1&cPath=5&action=new_product&','68.208.127.1'),(15052,'2011-04-07 11:14:34',1,'categories.php','cPath=5&','68.208.127.1'),(15053,'2011-04-07 11:18:59',1,'categories.php','','68.208.127.1'),(15054,'2011-04-07 11:19:02',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15055,'2011-04-07 11:20:16',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15056,'2011-04-07 11:20:16',1,'categories.php','cPath=&cID=19&','68.208.127.1'),(15057,'2011-04-07 11:20:29',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15058,'2011-04-07 11:20:55',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15059,'2011-04-07 11:20:56',1,'categories.php','cPath=&cID=20&','68.208.127.1'),(15060,'2011-04-07 11:22:39',1,'categories.php','cPath=18&','68.208.127.1'),(15061,'2011-04-07 11:22:46',1,'categories.php','cPath=&cID=20&','68.208.127.1'),(15062,'2011-04-07 11:22:49',1,'categories.php','cPath=19&','68.208.127.1'),(15063,'2011-04-07 11:23:11',1,'categories.php','cPath=&cID=20&','68.208.127.1'),(15064,'2011-04-07 11:23:14',1,'categories.php','cPath=18&','68.208.127.1'),(15065,'2011-04-07 11:23:24',1,'categories.php','cID=18&','68.208.127.1'),(15066,'2011-04-07 11:23:48',1,'categories.php','cPath=&cID=19&action=edit_category&','68.208.127.1'),(15067,'2011-04-07 11:24:10',1,'categories.php','','68.208.127.1'),(15068,'2011-04-07 11:24:21',1,'categories.php','cPath=&cID=19&action=move_category&','68.208.127.1'),(15069,'2011-04-07 11:24:31',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15070,'2011-04-07 11:24:31',1,'categories.php','cPath=5&','68.208.127.1'),(15071,'2011-04-07 11:24:56',1,'product.php','cPath=5&product_type=1&pID=1&action=move_product&','68.208.127.1'),(15072,'2011-04-07 11:25:05',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15073,'2011-04-07 11:25:05',1,'categories.php','cPath=19&pID=1&page=1&','68.208.127.1'),(15074,'2011-04-07 11:25:10',1,'categories.php','cID=19&','68.208.127.1'),(15075,'2011-04-07 11:25:17',1,'categories.php','cPath=&cID=20&action=move_category&','68.208.127.1'),(15076,'2011-04-07 11:25:28',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15077,'2011-04-07 11:25:29',1,'categories.php','cPath=5&','68.208.127.1'),(15078,'2011-04-07 11:25:38',1,'product.php','cPath=5&product_type=1&pID=6&action=move_product&','68.208.127.1'),(15079,'2011-04-07 11:25:49',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15080,'2011-04-07 11:25:49',1,'categories.php','cPath=20&pID=6&page=1&','68.208.127.1'),(15081,'2011-04-07 11:25:53',1,'categories.php','cID=20&','68.208.127.1'),(15082,'2011-04-07 11:25:56',1,'categories.php','cPath=5&','68.208.127.1'),(15083,'2011-04-07 11:26:05',1,'product.php','cPath=5&product_type=1&pID=2&action=move_product&','68.208.127.1'),(15084,'2011-04-07 11:26:11',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15085,'2011-04-07 11:26:11',1,'categories.php','cPath=19&pID=2&page=1&','68.208.127.1'),(15086,'2011-04-07 11:26:14',1,'categories.php','cID=19&','68.208.127.1'),(15087,'2011-04-07 11:26:16',1,'categories.php','cPath=5&','68.208.127.1'),(15088,'2011-04-07 11:26:21',1,'product.php','cPath=5&product_type=1&pID=3&action=move_product&','68.208.127.1'),(15089,'2011-04-07 11:26:26',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15090,'2011-04-07 11:26:26',1,'categories.php','cPath=19&pID=3&page=1&','68.208.127.1'),(15091,'2011-04-07 11:26:31',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=5&','68.208.127.1'),(15092,'2011-04-07 11:26:34',1,'product.php','cPath=5&product_type=1&pID=4&action=move_product&','68.208.127.1'),(15093,'2011-04-07 11:26:39',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15094,'2011-04-07 11:26:40',1,'categories.php','cPath=19&pID=4&page=1&','68.208.127.1'),(15095,'2011-04-07 11:26:44',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=5&','68.208.127.1'),(15096,'2011-04-07 11:26:47',1,'product.php','cPath=5&product_type=1&pID=5&action=move_product&','68.208.127.1'),(15097,'2011-04-07 11:26:52',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15098,'2011-04-07 11:26:53',1,'categories.php','cPath=19&pID=5&page=1&','68.208.127.1'),(15099,'2011-04-07 11:26:59',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=5&','68.208.127.1'),(15100,'2011-04-07 11:27:02',1,'product.php','cPath=5&product_type=1&pID=72&action=move_product&','68.208.127.1'),(15101,'2011-04-07 11:27:07',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15102,'2011-04-07 11:27:07',1,'categories.php','cPath=20&pID=72&page=1&','68.208.127.1'),(15103,'2011-04-07 11:27:12',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=5&','68.208.127.1'),(15104,'2011-04-07 11:27:14',1,'product.php','cPath=5&product_type=1&pID=7&action=move_product&','68.208.127.1'),(15105,'2011-04-07 11:27:19',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15106,'2011-04-07 11:27:19',1,'categories.php','cPath=20&pID=7&page=1&','68.208.127.1'),(15107,'2011-04-07 11:27:26',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=5&','68.208.127.1'),(15108,'2011-04-07 11:27:28',1,'product.php','cPath=5&product_type=1&pID=8&action=move_product&','68.208.127.1'),(15109,'2011-04-07 11:27:34',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15110,'2011-04-07 11:27:34',1,'categories.php','cPath=20&pID=8&page=1&','68.208.127.1'),(15111,'2011-04-07 11:27:39',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=5&','68.208.127.1'),(15112,'2011-04-07 11:27:41',1,'product.php','cPath=5&product_type=1&pID=9&action=move_product&','68.208.127.1'),(15113,'2011-04-07 11:27:49',1,'product.php','action=move_product_confirm&cPath=5&page=1&','68.208.127.1'),(15114,'2011-04-07 11:27:49',1,'categories.php','cPath=20&pID=9&page=1&','68.208.127.1'),(15115,'2011-04-07 11:29:54',1,'categories.php','','68.208.127.1'),(15116,'2011-04-07 11:30:00',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15117,'2011-04-07 11:30:28',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15118,'2011-04-07 11:30:28',1,'categories.php','cPath=&cID=21&','68.208.127.1'),(15119,'2011-04-07 11:30:34',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15120,'2011-04-07 11:31:07',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15121,'2011-04-07 11:31:08',1,'categories.php','cPath=&cID=22&','68.208.127.1'),(15122,'2011-04-07 11:31:15',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15123,'2011-04-07 11:31:46',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15124,'2011-04-07 11:31:46',1,'categories.php','cPath=&cID=23&','68.208.127.1'),(15125,'2011-04-07 11:31:53',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15126,'2011-04-07 11:32:17',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15127,'2011-04-07 11:32:18',1,'categories.php','cPath=&cID=24&','68.208.127.1'),(15128,'2011-04-07 11:32:28',1,'categories.php','cPath=23&','68.208.127.1'),(15129,'2011-04-07 11:32:40',1,'categories.php','cPath=&cID=24&','68.208.127.1'),(15130,'2011-04-07 11:32:46',1,'categories.php','cPath=&cID=21&action=edit_category&','68.208.127.1'),(15131,'2011-04-07 11:32:51',1,'categories.php','cPath=&cID=24&','68.208.127.1'),(15132,'2011-04-07 11:32:54',1,'categories.php','cPath=&cID=22&action=edit_category&','68.208.127.1'),(15133,'2011-04-07 11:32:57',1,'categories.php','cPath=&cID=24&','68.208.127.1'),(15134,'2011-04-07 11:33:01',1,'categories.php','cPath=&cID=23&action=edit_category&','68.208.127.1'),(15135,'2011-04-07 11:33:12',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(15136,'2011-04-07 11:33:12',1,'categories.php','cPath=&cID=23&','68.208.127.1'),(15137,'2011-04-07 11:33:30',1,'categories.php','cPath=&action=new_category&','68.208.127.1'),(15138,'2011-04-07 11:33:52',1,'categories.php','action=insert_category&cPath=&','68.208.127.1'),(15139,'2011-04-07 11:33:52',1,'categories.php','cPath=&cID=25&','68.208.127.1'),(15140,'2011-04-07 11:34:19',1,'categories.php','cPath=&cID=22&action=edit_category&','68.208.127.1'),(15141,'2011-04-07 11:34:28',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(15142,'2011-04-07 11:34:29',1,'categories.php','cPath=&cID=22&','68.208.127.1'),(15143,'2011-04-07 11:34:44',1,'categories.php','cPath=&cID=23&action=edit_category&','68.208.127.1'),(15144,'2011-04-07 11:34:53',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(15145,'2011-04-07 11:34:53',1,'categories.php','cPath=&cID=23&','68.208.127.1'),(15146,'2011-04-07 11:35:02',1,'categories.php','cPath=&cID=24&action=edit_category&','68.208.127.1'),(15147,'2011-04-07 11:35:10',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(15148,'2011-04-07 11:35:11',1,'categories.php','cPath=&cID=24&','68.208.127.1'),(15149,'2011-04-07 11:35:25',1,'categories.php','cPath=&cID=25&action=edit_category&','68.208.127.1'),(15150,'2011-04-07 11:35:33',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(15151,'2011-04-07 11:35:34',1,'categories.php','cPath=&cID=25&','68.208.127.1'),(15152,'2011-04-07 11:35:47',1,'categories.php','cPath=2&','68.208.127.1'),(15153,'2011-04-07 11:35:51',1,'categories.php','cPath=&cID=25&','68.208.127.1'),(15154,'2011-04-07 11:36:09',1,'categories.php','cPath=&cID=21&action=move_category&','68.208.127.1'),(15155,'2011-04-07 11:36:30',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15156,'2011-04-07 11:36:30',1,'categories.php','cPath=18&','68.208.127.1'),(15157,'2011-04-07 11:36:35',1,'product.php','cPath=18&product_type=1&pID=10&action=move_product&','68.208.127.1'),(15158,'2011-04-07 11:36:42',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15159,'2011-04-07 11:36:42',1,'categories.php','cPath=21&pID=10&page=1&','68.208.127.1'),(15160,'2011-04-07 11:36:47',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15161,'2011-04-07 11:36:55',1,'product.php','cPath=18&product_type=1&pID=11&action=move_product&','68.208.127.1'),(15162,'2011-04-07 11:37:03',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15163,'2011-04-07 11:37:04',1,'categories.php','cPath=21&pID=11&page=1&','68.208.127.1'),(15164,'2011-04-07 11:37:12',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15165,'2011-04-07 11:37:26',1,'categories.php','cID=18&','68.208.127.1'),(15166,'2011-04-07 11:37:30',1,'categories.php','cPath=&cID=22&action=move_category&','68.208.127.1'),(15167,'2011-04-07 11:37:33',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15168,'2011-04-07 11:37:34',1,'categories.php','cPath=0&','68.208.127.1'),(15169,'2011-04-07 11:37:46',1,'categories.php','cPath=0&cID=22&action=move_category&','68.208.127.1'),(15170,'2011-04-07 11:37:53',1,'categories.php','action=move_category_confirm&cPath=0&','68.208.127.1'),(15171,'2011-04-07 11:37:53',1,'categories.php','cPath=18&','68.208.127.1'),(15172,'2011-04-07 11:37:58',1,'product.php','cPath=18&product_type=1&pID=20&action=move_product&','68.208.127.1'),(15173,'2011-04-07 11:38:03',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15174,'2011-04-07 11:38:03',1,'categories.php','cPath=22&pID=20&page=1&','68.208.127.1'),(15175,'2011-04-07 11:38:08',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15176,'2011-04-07 11:38:11',1,'product.php','cPath=18&product_type=1&pID=21&action=move_product&','68.208.127.1'),(15177,'2011-04-07 11:38:18',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15178,'2011-04-07 11:38:18',1,'categories.php','cPath=22&pID=21&page=1&','68.208.127.1'),(15179,'2011-04-07 11:38:23',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15180,'2011-04-07 11:38:25',1,'product.php','cPath=18&product_type=1&pID=12&action=move_product&','68.208.127.1'),(15181,'2011-04-07 11:38:30',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15182,'2011-04-07 11:38:30',1,'categories.php','cPath=21&pID=12&page=1&','68.208.127.1'),(15183,'2011-04-07 11:38:34',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15184,'2011-04-07 11:38:37',1,'product.php','cPath=18&product_type=1&pID=22&action=move_product&','68.208.127.1'),(15185,'2011-04-07 11:38:43',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15186,'2011-04-07 11:38:43',1,'categories.php','cPath=22&pID=22&page=1&','68.208.127.1'),(15187,'2011-04-07 11:38:55',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15188,'2011-04-07 11:38:58',1,'product.php','cPath=18&product_type=1&pID=13&action=move_product&','68.208.127.1'),(15189,'2011-04-07 11:39:03',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15190,'2011-04-07 11:39:03',1,'categories.php','cPath=21&pID=13&page=1&','68.208.127.1'),(15191,'2011-04-07 11:39:07',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15192,'2011-04-07 11:39:10',1,'product.php','cPath=18&product_type=1&pID=23&action=move_product&','68.208.127.1'),(15193,'2011-04-07 11:39:15',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15194,'2011-04-07 11:39:15',1,'categories.php','cPath=22&pID=23&page=1&','68.208.127.1'),(15195,'2011-04-07 11:39:16',1,'categories.php','cPath=&cID=22&action=edit_category&','68.208.127.1'),(15196,'2011-04-07 11:39:19',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15197,'2011-04-07 11:39:22',1,'product.php','cPath=18&product_type=1&pID=14&action=move_product&','68.208.127.1'),(15198,'2011-04-07 11:39:29',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15199,'2011-04-07 11:39:29',1,'categories.php','cPath=21&pID=14&page=1&','68.208.127.1'),(15200,'2011-04-07 11:39:34',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15201,'2011-04-07 11:39:38',1,'product.php','cPath=18&product_type=1&pID=24&action=move_product&','68.208.127.1'),(15202,'2011-04-07 11:39:43',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15203,'2011-04-07 11:39:44',1,'categories.php','cPath=22&pID=24&page=1&','68.208.127.1'),(15204,'2011-04-07 11:39:49',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15205,'2011-04-07 11:39:57',1,'categories.php','cID=18&','68.208.127.1'),(15206,'2011-04-07 11:40:02',1,'categories.php','cPath=&cID=23&action=edit_category&','68.208.127.1'),(15207,'2011-04-07 11:40:08',1,'categories.php','cID=18&','68.208.127.1'),(15208,'2011-04-07 11:40:13',1,'categories.php','cPath=&cID=23&action=move_category&','68.208.127.1'),(15209,'2011-04-07 11:40:16',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15210,'2011-04-07 11:40:16',1,'categories.php','cPath=0&','68.208.127.1'),(15211,'2011-04-07 11:40:22',1,'categories.php','cPath=0&cID=23&action=move_category&','68.208.127.1'),(15212,'2011-04-07 11:40:28',1,'categories.php','action=move_category_confirm&cPath=0&','68.208.127.1'),(15213,'2011-04-07 11:40:28',1,'categories.php','cPath=18&','68.208.127.1'),(15214,'2011-04-07 11:40:33',1,'product.php','cPath=18&product_type=1&pID=25&action=move_product&','68.208.127.1'),(15215,'2011-04-07 11:40:37',1,'categories.php','cPath=18&','68.208.127.1'),(15216,'2011-04-07 11:40:44',1,'categories.php','cID=18&','68.208.127.1'),(15217,'2011-04-07 11:40:48',1,'categories.php','cPath=&cID=24&action=move_category&','68.208.127.1'),(15218,'2011-04-07 11:40:56',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15219,'2011-04-07 11:40:56',1,'categories.php','cPath=18&','68.208.127.1'),(15220,'2011-04-07 11:41:06',1,'categories.php','cID=18&','68.208.127.1'),(15221,'2011-04-07 11:41:12',1,'categories.php','cPath=&cID=25&action=move_category&','68.208.127.1'),(15222,'2011-04-07 11:41:19',1,'categories.php','action=move_category_confirm&cPath=&','68.208.127.1'),(15223,'2011-04-07 11:41:20',1,'categories.php','cPath=18&','68.208.127.1'),(15224,'2011-04-07 11:41:25',1,'product.php','cPath=18&product_type=1&pID=25&action=move_product&','68.208.127.1'),(15225,'2011-04-07 11:41:31',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15226,'2011-04-07 11:41:31',1,'categories.php','cPath=24&pID=25&page=1&','68.208.127.1'),(15227,'2011-04-07 11:41:36',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15228,'2011-04-07 11:41:38',1,'product.php','cPath=18&product_type=1&pID=15&action=move_product&','68.208.127.1'),(15229,'2011-04-07 11:41:43',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15230,'2011-04-07 11:41:44',1,'categories.php','cPath=23&pID=15&page=1&','68.208.127.1'),(15231,'2011-04-07 11:41:50',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15232,'2011-04-07 11:41:53',1,'product.php','cPath=18&product_type=1&pID=26&action=move_product&','68.208.127.1'),(15233,'2011-04-07 11:41:59',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15234,'2011-04-07 11:41:59',1,'categories.php','cPath=24&pID=26&page=1&','68.208.127.1'),(15235,'2011-04-07 11:42:04',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15236,'2011-04-07 11:42:07',1,'product.php','cPath=18&product_type=1&pID=16&action=move_product&','68.208.127.1'),(15237,'2011-04-07 11:42:13',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15238,'2011-04-07 11:42:13',1,'categories.php','cPath=23&pID=16&page=1&','68.208.127.1'),(15239,'2011-04-07 11:42:19',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15240,'2011-04-07 11:42:22',1,'product.php','cPath=18&product_type=1&pID=27&action=move_product&','68.208.127.1'),(15241,'2011-04-07 11:42:27',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15242,'2011-04-07 11:42:28',1,'categories.php','cPath=24&pID=27&page=1&','68.208.127.1'),(15243,'2011-04-07 11:42:33',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15244,'2011-04-07 11:42:35',1,'product.php','cPath=18&product_type=1&pID=17&action=move_product&','68.208.127.1'),(15245,'2011-04-07 11:42:41',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15246,'2011-04-07 11:42:41',1,'categories.php','cPath=23&pID=17&page=1&','68.208.127.1'),(15247,'2011-04-07 11:42:46',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15248,'2011-04-07 11:42:49',1,'product.php','cPath=18&product_type=1&pID=28&action=move_product&','68.208.127.1'),(15249,'2011-04-07 11:42:56',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15250,'2011-04-07 11:42:56',1,'categories.php','cPath=24&pID=28&page=1&','68.208.127.1'),(15251,'2011-04-07 11:43:00',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15252,'2011-04-07 11:43:04',1,'product.php','cPath=18&product_type=1&pID=18&action=move_product&','68.208.127.1'),(15253,'2011-04-07 11:43:10',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15254,'2011-04-07 11:43:10',1,'categories.php','cPath=23&pID=18&page=1&','68.208.127.1'),(15255,'2011-04-07 11:43:15',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15256,'2011-04-07 11:43:17',1,'product.php','cPath=18&product_type=1&pID=29&action=move_product&','68.208.127.1'),(15257,'2011-04-07 11:43:22',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15258,'2011-04-07 11:43:23',1,'categories.php','cPath=24&pID=29&page=1&','68.208.127.1'),(15259,'2011-04-07 11:43:26',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15260,'2011-04-07 11:43:29',1,'product.php','cPath=18&product_type=1&pID=19&action=move_product&','68.208.127.1'),(15261,'2011-04-07 11:43:34',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15262,'2011-04-07 11:43:34',1,'categories.php','cPath=23&pID=19&page=1&','68.208.127.1'),(15263,'2011-04-07 11:43:39',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15264,'2011-04-07 11:43:41',1,'product.php','cPath=18&product_type=1&pID=30&action=move_product&','68.208.127.1'),(15265,'2011-04-07 11:43:46',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15266,'2011-04-07 11:43:47',1,'categories.php','cPath=25&pID=30&page=1&','68.208.127.1'),(15267,'2011-04-07 11:43:53',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15268,'2011-04-07 11:43:56',1,'product.php','cPath=18&product_type=1&pID=31&action=move_product&','68.208.127.1'),(15269,'2011-04-07 11:44:01',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15270,'2011-04-07 11:44:02',1,'categories.php','cPath=25&pID=31&page=1&','68.208.127.1'),(15271,'2011-04-07 11:44:08',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15272,'2011-04-07 11:44:11',1,'product.php','cPath=18&product_type=1&pID=32&action=move_product&','68.208.127.1'),(15273,'2011-04-07 11:44:17',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15274,'2011-04-07 11:44:18',1,'categories.php','cPath=25&pID=32&page=1&','68.208.127.1'),(15275,'2011-04-07 11:44:22',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15276,'2011-04-07 11:44:25',1,'product.php','cPath=18&product_type=1&pID=33&action=move_product&','68.208.127.1'),(15277,'2011-04-07 11:44:30',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15278,'2011-04-07 11:44:31',1,'categories.php','cPath=25&pID=33&page=1&','68.208.127.1'),(15279,'2011-04-07 11:44:35',1,'categories.php','securityToken=f11b9fca525dc37d2d8e5ec7f50554cc&cPath=18&','68.208.127.1'),(15280,'2011-04-07 11:44:37',1,'product.php','cPath=18&product_type=1&pID=34&action=move_product&','68.208.127.1'),(15281,'2011-04-07 11:44:42',1,'product.php','action=move_product_confirm&cPath=18&page=1&','68.208.127.1'),(15282,'2011-04-07 11:44:42',1,'categories.php','cPath=25&pID=34&page=1&','68.208.127.1'),(15283,'2011-04-07 11:54:52',1,'developers_tool_kit.php','','68.208.127.1'),(15284,'2011-04-07 11:55:09',1,'developers_tool_kit.php','action=locate_all_files&','68.208.127.1'),(15285,'2011-04-07 11:56:51',1,'developers_tool_kit.php','action=locate_all_files&','68.208.127.1'),(15286,'2011-04-07 13:56:15',0,'login.php ','','68.208.127.1'),(15287,'2011-04-07 13:56:24',0,'login.php surpro','','68.208.127.1'),(15288,'2011-04-07 13:57:06',1,'developers_tool_kit.php','','68.208.127.1'),(15289,'2011-04-07 13:57:20',1,'developers_tool_kit.php','action=locate_all_files&','68.208.127.1'),(15290,'2011-04-07 13:57:58',1,'developers_tool_kit.php','action=locate_all_files&','68.208.127.1'),(15291,'2011-04-07 13:58:13',1,'developers_tool_kit.php','action=locate_all_files&','68.208.127.1'),(15292,'2011-04-07 14:23:50',1,'categories.php','','68.208.127.1'),(15293,'2011-04-07 14:23:59',1,'categories.php','cPath=18&','68.208.127.1'),(15294,'2011-04-07 14:24:05',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(15295,'2011-04-07 14:24:33',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(15296,'2011-04-07 14:24:39',1,'categories.php','cPath=18&cID=21&','68.208.127.1'),(15297,'2011-04-07 14:25:20',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(15298,'2011-04-07 14:25:54',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(15299,'2011-04-07 14:25:55',1,'categories.php','cPath=18&cID=21&','68.208.127.1'),(15300,'2011-04-07 14:26:20',1,'categories.php','cPath=18&cID=22&action=edit_category&','68.208.127.1'),(15301,'2011-04-07 14:26:32',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(15302,'2011-04-07 14:26:32',1,'categories.php','cPath=18&cID=22&','68.208.127.1'),(15303,'2011-04-07 14:26:35',1,'categories.php','cPath=18&cID=23&action=edit_category&','68.208.127.1'),(15304,'2011-04-07 14:26:46',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(15305,'2011-04-07 14:26:46',1,'categories.php','cPath=18&cID=23&','68.208.127.1'),(15306,'2011-04-07 14:26:50',1,'categories.php','cPath=18&cID=24&action=edit_category&','68.208.127.1'),(15307,'2011-04-07 14:27:03',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(15308,'2011-04-07 14:27:03',1,'categories.php','cPath=18&cID=24&','68.208.127.1'),(15309,'2011-04-07 14:27:07',1,'categories.php','cPath=18&cID=25&action=edit_category&','68.208.127.1'),(15310,'2011-04-07 14:27:18',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(15311,'2011-04-07 14:27:18',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(15312,'2011-04-07 14:27:23',1,'categories.php','cID=18&','68.208.127.1'),(15313,'2011-04-07 14:27:28',1,'categories.php','cPath=5&','68.208.127.1'),(15314,'2011-04-07 14:27:31',1,'categories.php','cPath=5&cID=19&action=edit_category&','68.208.127.1'),(15315,'2011-04-07 14:27:49',1,'categories.php','action=update_category&cPath=5&','68.208.127.1'),(15316,'2011-04-07 14:27:49',1,'categories.php','cPath=5&cID=19&','68.208.127.1'),(15317,'2011-04-07 14:27:52',1,'categories.php','cPath=5&cID=20&action=edit_category&','68.208.127.1'),(15318,'2011-04-07 14:28:03',1,'categories.php','action=update_category&cPath=5&','68.208.127.1'),(15319,'2011-04-07 14:28:04',1,'categories.php','cPath=5&cID=20&','68.208.127.1'),(15320,'2011-04-07 14:42:57',1,'configuration.php','gID=22&','68.208.127.1'),(15321,'2011-04-07 14:43:13',1,'featured.php','','68.208.127.1'),(15322,'2011-04-07 14:43:25',1,'featured.php','page=1&action=new&','68.208.127.1'),(15323,'2011-04-07 14:44:12',1,'featured.php','page=1&action=insert&go_back=&','68.208.127.1'),(15324,'2011-04-07 14:44:12',1,'featured.php','page=1&fID=14&','68.208.127.1'),(15325,'2011-04-07 14:44:35',1,'featured.php','action=setflag&flag=0&id=13&page=1&','68.208.127.1'),(15326,'2011-04-07 14:44:36',1,'featured.php','page=1&fID=13&','68.208.127.1'),(15327,'2011-04-07 14:44:40',1,'featured.php','page=2&','68.208.127.1'),(15328,'2011-04-07 14:44:50',1,'featured.php','action=setflag&flag=1&id=12&page=2&','68.208.127.1'),(15329,'2011-04-07 14:44:51',1,'featured.php','page=2&fID=12&','68.208.127.1'),(15330,'2011-04-07 14:45:03',1,'featured.php','action=setflag&flag=0&id=4&page=2&','68.208.127.1'),(15331,'2011-04-07 14:45:03',1,'featured.php','page=2&fID=4&','68.208.127.1'),(15332,'2011-04-07 14:46:30',1,'featured.php','action=setflag&flag=1&id=4&page=2&','68.208.127.1'),(15333,'2011-04-07 14:46:30',1,'featured.php','page=2&fID=4&','68.208.127.1'),(15334,'2011-04-07 14:46:33',1,'featured.php','action=setflag&flag=0&id=12&page=2&','68.208.127.1'),(15335,'2011-04-07 14:46:33',1,'featured.php','page=2&fID=12&','68.208.127.1'),(15336,'2011-04-07 16:35:02',0,'login.php ','','97.188.147.225'),(15337,'2011-04-07 16:35:25',0,'login.php surpro','','97.188.147.225'),(15338,'2011-04-07 16:35:35',1,'categories.php','','97.188.147.225'),(15339,'2011-04-07 16:35:40',1,'categories.php','cPath=18&','97.188.147.225'),(15340,'2011-04-07 16:35:44',1,'categories.php','cPath=18&cID=21&action=edit_category&','97.188.147.225'),(15341,'2011-04-07 16:36:15',1,'categories.php','action=update_category&cPath=18&','97.188.147.225'),(15342,'2011-04-07 16:36:16',1,'categories.php','cPath=18&cID=21&','97.188.147.225'),(15343,'2011-04-07 16:36:22',1,'categories.php','cPath=18&cID=22&action=edit_category&','97.188.147.225'),(15344,'2011-04-07 16:36:35',1,'categories.php','action=update_category&cPath=18&','97.188.147.225'),(15345,'2011-04-07 16:36:36',1,'categories.php','cPath=18&cID=22&','97.188.147.225'),(15346,'2011-04-07 16:36:42',1,'categories.php','cPath=18&cID=23&action=edit_category&','97.188.147.225'),(15347,'2011-04-07 16:36:56',1,'categories.php','action=update_category&cPath=18&','97.188.147.225'),(15348,'2011-04-07 16:36:56',1,'categories.php','cPath=18&cID=23&','97.188.147.225'),(15349,'2011-04-07 16:37:01',1,'categories.php','cPath=18&cID=24&action=edit_category&','97.188.147.225'),(15350,'2011-04-07 16:37:16',1,'categories.php','action=update_category&cPath=18&','97.188.147.225'),(15351,'2011-04-07 16:37:16',1,'categories.php','cPath=18&cID=24&','97.188.147.225'),(15352,'2011-04-07 16:37:21',1,'categories.php','cPath=18&cID=25&action=edit_category&','97.188.147.225'),(15353,'2011-04-07 16:37:36',1,'categories.php','action=update_category&cPath=18&','97.188.147.225'),(15354,'2011-04-07 16:37:37',1,'categories.php','cPath=18&cID=25&','97.188.147.225'),(15355,'2011-04-07 16:37:42',1,'categories.php','cID=18&','97.188.147.225'),(15356,'2011-04-07 16:37:47',1,'categories.php','cPath=&cID=5&action=edit_category&','97.188.147.225'),(15357,'2011-04-07 16:37:57',1,'categories.php','cID=18&','97.188.147.225'),(15358,'2011-04-07 16:38:02',1,'categories.php','cPath=&cID=5&action=edit_category&','97.188.147.225'),(15359,'2011-04-07 16:38:10',1,'categories.php','cID=18&','97.188.147.225'),(15360,'2011-04-07 16:38:13',1,'categories.php','cPath=5&','97.188.147.225'),(15361,'2011-04-07 16:38:17',1,'categories.php','cPath=5&cID=19&action=edit_category&','97.188.147.225'),(15362,'2011-04-07 16:38:30',1,'categories.php','action=update_category&cPath=5&','97.188.147.225'),(15363,'2011-04-07 16:38:30',1,'categories.php','cPath=5&cID=19&','97.188.147.225'),(15364,'2011-04-07 16:38:35',1,'categories.php','cPath=5&cID=20&action=edit_category&','97.188.147.225'),(15365,'2011-04-07 16:38:48',1,'categories.php','action=update_category&cPath=5&','97.188.147.225'),(15366,'2011-04-07 16:38:51',1,'categories.php','cPath=5&cID=20&','97.188.147.225'),(15367,'2011-04-07 18:26:57',0,'login.php ','','76.108.122.208'),(15368,'2011-04-07 18:27:12',0,'login.php surpro','','76.108.122.208'),(15369,'2011-04-07 18:36:53',1,'categories.php','','76.108.122.208'),(15370,'2011-04-07 18:37:08',1,'categories.php','cPath=5&','76.108.122.208'),(15371,'2011-04-07 18:37:12',1,'categories.php','cPath=5&cID=19&action=edit_category&','76.108.122.208'),(15372,'2011-04-07 18:37:56',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15373,'2011-04-07 18:37:56',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(15374,'2011-04-07 18:38:00',1,'categories.php','cPath=5&cID=20&action=edit_category&','76.108.122.208'),(15375,'2011-04-07 18:38:28',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15376,'2011-04-07 18:38:29',1,'categories.php','cPath=5&cID=20&','76.108.122.208'),(15377,'2011-04-07 18:39:19',1,'configuration.php','gID=4&','76.108.122.208'),(15378,'2011-04-07 18:40:07',1,'configuration.php','gID=4&cID=100&action=edit&','76.108.122.208'),(15379,'2011-04-07 18:40:26',1,'configuration.php','gID=4&cID=100&action=save&','76.108.122.208'),(15380,'2011-04-07 18:40:26',1,'configuration.php','gID=4&cID=100&','76.108.122.208'),(15381,'2011-04-07 18:40:29',1,'configuration.php','gID=4&cID=101&action=edit&','76.108.122.208'),(15382,'2011-04-07 18:40:31',1,'configuration.php','gID=4&cID=101&action=edit&','76.108.122.208'),(15383,'2011-04-07 18:40:37',1,'configuration.php','gID=4&cID=101&action=save&','76.108.122.208'),(15384,'2011-04-07 18:40:38',1,'configuration.php','gID=4&cID=101&','76.108.122.208'),(15385,'2011-04-07 18:52:23',1,'developers_tool_kit.php','','76.108.122.208'),(15386,'2011-04-07 18:52:42',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(15387,'2011-04-07 19:47:06',1,'categories.php','','76.108.122.208'),(15388,'2011-04-07 19:47:20',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15389,'2011-04-07 19:48:02',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15390,'2011-04-07 19:48:02',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15391,'2011-04-07 19:48:06',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15392,'2011-04-07 19:48:23',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15393,'2011-04-07 19:48:23',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15394,'2011-04-07 19:51:02',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15395,'2011-04-07 19:52:16',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15396,'2011-04-07 19:54:11',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15397,'2011-04-07 19:54:14',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15398,'2011-04-07 19:56:39',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15399,'2011-04-07 19:56:39',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15400,'2011-04-07 19:56:42',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15401,'2011-04-07 19:56:55',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15402,'2011-04-07 19:56:55',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15403,'2011-04-07 19:57:05',1,'categories.php','cPath=&cID=5&action=edit_category_meta_tags&','76.108.122.208'),(15404,'2011-04-07 19:57:27',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15405,'2011-04-07 19:57:30',1,'categories.php','cPath=&cID=18&action=edit_category_meta_tags&','76.108.122.208'),(15406,'2011-04-07 19:58:35',1,'categories.php','action=update_category_meta_tags&cPath=&','76.108.122.208'),(15407,'2011-04-07 19:58:36',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15408,'2011-04-07 19:58:40',1,'categories.php','cPath=&cID=5&action=edit_category_meta_tags&','76.108.122.208'),(15409,'2011-04-07 20:09:48',1,'categories.php','action=update_category_meta_tags&cPath=&','76.108.122.208'),(15410,'2011-04-07 20:09:49',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15411,'2011-04-07 20:10:10',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15412,'2011-04-07 20:10:26',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15413,'2011-04-07 20:10:32',1,'categories.php','cPath=&cID=18&action=move_category&','76.108.122.208'),(15414,'2011-04-07 20:10:38',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15415,'2011-04-07 20:10:41',1,'categories.php','cPath=&cID=18&action=edit_category_meta_tags&','76.108.122.208'),(15416,'2011-04-07 20:12:58',1,'categories.php','action=update_category_meta_tags&cPath=&','76.108.122.208'),(15417,'2011-04-07 20:12:58',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15418,'2011-04-07 20:13:03',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15419,'2011-04-07 20:13:07',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15420,'2011-04-07 20:13:11',1,'categories.php','cPath=&cID=5&action=edit_category_meta_tags&','76.108.122.208'),(15421,'2011-04-07 20:13:29',1,'categories.php','action=update_category_meta_tags&cPath=&','76.108.122.208'),(15422,'2011-04-07 20:13:29',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15423,'2011-04-07 20:17:05',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15424,'2011-04-07 20:17:16',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15425,'2011-04-07 20:17:16',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15426,'2011-04-07 20:17:19',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15427,'2011-04-07 20:17:32',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15428,'2011-04-07 20:17:32',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15429,'2011-04-07 20:19:01',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15430,'2011-04-07 20:19:12',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15431,'2011-04-07 20:19:13',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15432,'2011-04-07 20:19:16',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15433,'2011-04-07 20:19:28',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15434,'2011-04-07 20:19:29',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15435,'2011-04-07 20:25:21',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15436,'2011-04-07 20:25:40',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15437,'2011-04-07 20:25:40',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15438,'2011-04-07 20:25:44',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15439,'2011-04-07 20:26:00',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15440,'2011-04-07 20:26:01',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15441,'2011-04-07 20:43:23',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15442,'2011-04-07 21:01:48',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15443,'2011-04-07 21:01:48',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15444,'2011-04-07 21:01:53',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15445,'2011-04-07 21:02:17',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15446,'2011-04-07 21:02:21',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15447,'2011-04-07 21:03:17',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15448,'2011-04-07 21:03:17',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15449,'2011-04-07 21:03:22',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15450,'2011-04-07 21:03:44',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15451,'2011-04-07 21:03:44',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15452,'2011-04-07 21:05:32',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15453,'2011-04-07 21:06:00',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15454,'2011-04-07 21:06:01',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15455,'2011-04-07 21:07:06',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15456,'2011-04-07 21:10:16',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15457,'2011-04-07 21:10:16',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15458,'2011-04-07 21:13:29',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15459,'2011-04-07 21:13:33',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(15460,'2011-04-07 21:13:37',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15461,'2011-04-07 21:14:24',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15462,'2011-04-07 21:14:24',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15463,'2011-04-07 21:16:13',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15464,'2011-04-07 21:16:21',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15465,'2011-04-07 21:16:26',1,'categories.php','cPath=18&','76.108.122.208'),(15466,'2011-04-07 21:16:29',1,'categories.php','cPath=18&cID=21&action=edit_category&','76.108.122.208'),(15467,'2011-04-07 21:17:51',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15468,'2011-04-07 21:17:51',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(15469,'2011-04-07 21:17:56',1,'categories.php','cPath=18&cID=21&action=edit_category&','76.108.122.208'),(15470,'2011-04-07 21:18:24',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15471,'2011-04-07 21:18:24',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(15472,'2011-04-07 21:18:27',1,'categories.php','cPath=18&cID=22&action=edit_category&','76.108.122.208'),(15473,'2011-04-07 21:20:30',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15474,'2011-04-07 21:20:31',1,'categories.php','cPath=18&cID=22&','76.108.122.208'),(15475,'2011-04-07 21:20:35',1,'categories.php','cPath=18&cID=23&action=edit_category&','76.108.122.208'),(15476,'2011-04-07 21:21:50',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15477,'2011-04-07 21:21:51',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(15478,'2011-04-07 21:21:55',1,'categories.php','cPath=18&cID=24&action=edit_category&','76.108.122.208'),(15479,'2011-04-07 21:22:53',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15480,'2011-04-07 21:22:53',1,'categories.php','cPath=18&cID=24&','76.108.122.208'),(15481,'2011-04-07 21:22:57',1,'categories.php','cPath=18&cID=25&action=edit_category&','76.108.122.208'),(15482,'2011-04-07 21:23:35',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15483,'2011-04-07 21:23:36',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(15484,'2011-04-07 21:31:00',1,'categories.php','cPath=18&cID=25&action=edit_category&','76.108.122.208'),(15485,'2011-04-07 21:31:03',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(15486,'2011-04-07 22:33:49',0,'login.php ','','76.108.122.208'),(15487,'2011-04-07 22:34:03',0,'login.php surpro','','76.108.122.208'),(15488,'2011-04-07 22:34:10',1,'categories.php','','76.108.122.208'),(15489,'2011-04-07 22:34:25',1,'categories.php','cPath=3&','76.108.122.208'),(15490,'2011-04-07 22:34:32',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','76.108.122.208'),(15491,'2011-04-07 22:34:49',1,'categories.php','cPath=3&','76.108.122.208'),(15492,'2011-04-07 22:36:23',1,'categories.php','securityToken=b61c85ac581d08d8f16045dc10b11e6b&cPath=22&','76.108.122.208'),(15493,'2011-04-07 22:36:58',1,'categories.php','cID=22&','76.108.122.208'),(15494,'2011-04-07 22:37:01',1,'categories.php','cPath=5&','76.108.122.208'),(15495,'2011-04-07 22:37:05',1,'categories.php','cPath=5_19&','76.108.122.208'),(15496,'2011-04-07 22:44:20',1,'ceon_uri_mapping_config.php','','76.108.122.208'),(15497,'2011-04-07 22:45:14',1,'configuration.php','gID=31&','76.108.122.208'),(15498,'2011-04-08 23:24:46',0,'login.php ','','76.108.122.208'),(15499,'2011-04-08 23:24:56',0,'login.php surpro','','76.108.122.208'),(15500,'2011-04-08 23:26:55',1,'categories.php','','76.108.122.208'),(15501,'2011-04-08 23:27:02',1,'categories.php','cPath=5&','76.108.122.208'),(15502,'2011-04-08 23:27:28',1,'categories.php','cPath=5&action=new_category&','76.108.122.208'),(15503,'2011-04-08 23:28:15',1,'categories.php','action=insert_category&cPath=5&','76.108.122.208'),(15504,'2011-04-08 23:28:16',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15505,'2011-04-08 23:28:29',1,'categories.php','cPath=5_26&','76.108.122.208'),(15506,'2011-04-08 23:28:34',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15507,'2011-04-08 23:28:38',1,'categories.php','cPath=5&cID=26&action=edit_category&','76.108.122.208'),(15508,'2011-04-08 23:28:56',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15509,'2011-04-08 23:28:57',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15510,'2011-04-08 23:29:18',1,'categories.php','cPath=5&action=new_category&','76.108.122.208'),(15511,'2011-04-08 23:29:46',1,'categories.php','action=insert_category&cPath=5&','76.108.122.208'),(15512,'2011-04-08 23:29:46',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15513,'2011-04-08 23:29:50',1,'categories.php','cPath=5&action=new_category&','76.108.122.208'),(15514,'2011-04-08 23:30:05',1,'categories.php','action=insert_category&cPath=5&','76.108.122.208'),(15515,'2011-04-08 23:30:05',1,'categories.php','cPath=5&cID=28&','76.108.122.208'),(15516,'2011-04-08 23:30:16',1,'categories.php','cPath=5&action=new_category&','76.108.122.208'),(15517,'2011-04-08 23:30:33',1,'categories.php','action=insert_category&cPath=5&','76.108.122.208'),(15518,'2011-04-08 23:30:33',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(15519,'2011-04-08 23:30:53',1,'categories.php','cID=5&','76.108.122.208'),(15520,'2011-04-08 23:31:00',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(15521,'2011-04-08 23:31:06',1,'categories.php','cID=5&','76.108.122.208'),(15522,'2011-04-08 23:31:09',1,'categories.php','cPath=18&','76.108.122.208'),(15523,'2011-04-08 23:31:17',1,'categories.php','cPath=18_22&','76.108.122.208'),(15524,'2011-04-08 23:31:29',1,'product.php','cPath=18_22&product_type=1&pID=20&action=move_product&','76.108.122.208'),(15525,'2011-04-08 23:31:44',1,'product.php','action=move_product_confirm&cPath=18_22&page=1&','76.108.122.208'),(15526,'2011-04-08 23:31:45',1,'categories.php','cPath=26&pID=20&page=1&','76.108.122.208'),(15527,'2011-04-08 23:31:51',1,'product.php','page=1&product_type=1&cPath=26&pID=20&action=new_product&','76.108.122.208'),(15528,'2011-04-08 23:32:12',1,'product.php','cPath=26&product_type=1&pID=20&action=new_product_preview&page=1&','76.108.122.208'),(15529,'2011-04-08 23:32:16',1,'product.php','cPath=26&product_type=1&pID=20&action=update_product&page=1&','76.108.122.208'),(15530,'2011-04-08 23:32:16',1,'categories.php','cPath=26&pID=20&page=1&','76.108.122.208'),(15531,'2011-04-08 23:32:19',1,'categories.php','cID=26&','76.108.122.208'),(15532,'2011-04-08 23:32:22',1,'categories.php','cPath=5&','76.108.122.208'),(15533,'2011-04-08 23:32:25',1,'categories.php','cID=5&','76.108.122.208'),(15534,'2011-04-08 23:32:28',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15535,'2011-04-08 23:32:53',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15536,'2011-04-08 23:32:53',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15537,'2011-04-08 23:33:19',1,'categories.php','cPath=18&','76.108.122.208'),(15538,'2011-04-08 23:33:23',1,'categories.php','cPath=18_23&','76.108.122.208'),(15539,'2011-04-08 23:33:26',1,'product.php','page=1&product_type=1&cPath=18_23&pID=15&action=new_product&','76.108.122.208'),(15540,'2011-04-08 23:33:42',1,'product.php','cPath=18_23&product_type=1&pID=15&action=new_product_preview&page=1&','76.108.122.208'),(15541,'2011-04-08 23:33:47',1,'product.php','cPath=18_23&product_type=1&pID=15&action=update_product&page=1&','76.108.122.208'),(15542,'2011-04-08 23:33:48',1,'categories.php','cPath=18_23&pID=15&page=1&','76.108.122.208'),(15543,'2011-04-08 23:33:56',1,'product.php','cPath=18_23&product_type=1&pID=15&action=move_product&','76.108.122.208'),(15544,'2011-04-08 23:34:05',1,'product.php','action=move_product_confirm&cPath=18_23&page=1&','76.108.122.208'),(15545,'2011-04-08 23:34:05',1,'categories.php','cPath=27&pID=15&page=1&','76.108.122.208'),(15546,'2011-04-08 23:34:10',1,'categories.php','cID=27&','76.108.122.208'),(15547,'2011-04-08 23:34:17',1,'categories.php','cPath=18&','76.108.122.208'),(15548,'2011-04-08 23:34:22',1,'categories.php','cPath=18_24&','76.108.122.208'),(15549,'2011-04-08 23:34:34',1,'product.php','cPath=18_24&product_type=1&pID=25&action=new_product&','76.108.122.208'),(15550,'2011-04-08 23:34:45',1,'product.php','cPath=18_24&product_type=1&pID=25&action=new_product_preview&','76.108.122.208'),(15551,'2011-04-08 23:34:51',1,'product.php','cPath=18_24&product_type=1&pID=25&action=update_product&','76.108.122.208'),(15552,'2011-04-08 23:34:51',1,'categories.php','cPath=18_24&pID=25&','76.108.122.208'),(15553,'2011-04-08 23:34:55',1,'product.php','cPath=18_24&product_type=1&pID=25&action=move_product&','76.108.122.208'),(15554,'2011-04-08 23:35:08',1,'product.php','action=move_product_confirm&cPath=18_24&page=1&','76.108.122.208'),(15555,'2011-04-08 23:35:09',1,'categories.php','cPath=28&pID=25&page=1&','76.108.122.208'),(15556,'2011-04-08 23:35:13',1,'categories.php','cID=28&','76.108.122.208'),(15557,'2011-04-08 23:35:17',1,'categories.php','cPath=18&','76.108.122.208'),(15558,'2011-04-08 23:35:20',1,'categories.php','cPath=18_25&','76.108.122.208'),(15559,'2011-04-08 23:35:23',1,'product.php','cPath=18_25&product_type=1&pID=30&action=new_product&','76.108.122.208'),(15560,'2011-04-08 23:35:34',1,'product.php','cPath=18_25&product_type=1&pID=30&action=new_product_preview&','76.108.122.208'),(15561,'2011-04-08 23:35:38',1,'product.php','cPath=18_25&product_type=1&pID=30&action=update_product&','76.108.122.208'),(15562,'2011-04-08 23:35:39',1,'categories.php','cPath=18_25&pID=30&','76.108.122.208'),(15563,'2011-04-08 23:36:19',1,'product.php','cPath=18_25&product_type=1&pID=30&action=move_product&','76.108.122.208'),(15564,'2011-04-08 23:36:24',1,'product.php','action=move_product_confirm&cPath=18_25&page=1&','76.108.122.208'),(15565,'2011-04-08 23:36:25',1,'categories.php','cPath=29&pID=30&page=1&','76.108.122.208'),(15566,'2011-04-08 23:36:28',1,'categories.php','cID=29&','76.108.122.208'),(15567,'2011-04-08 23:36:30',1,'categories.php','cPath=5&','76.108.122.208'),(15568,'2011-04-08 23:36:39',1,'categories.php','cID=5&','76.108.122.208'),(15569,'2011-04-08 23:36:43',1,'categories.php','cPath=18&','76.108.122.208'),(15570,'2011-04-08 23:36:45',1,'categories.php','cPath=18_21&','76.108.122.208'),(15571,'2011-04-08 23:36:47',1,'product.php','page=1&product_type=1&cPath=18_21&pID=10&action=new_product&','76.108.122.208'),(15572,'2011-04-08 23:36:58',1,'product.php','cPath=18_21&product_type=1&pID=10&action=new_product_preview&page=1&','76.108.122.208'),(15573,'2011-04-08 23:37:02',1,'product.php','cPath=18_21&product_type=1&pID=10&action=update_product&page=1&','76.108.122.208'),(15574,'2011-04-08 23:37:02',1,'categories.php','cPath=18_21&pID=10&page=1&','76.108.122.208'),(15575,'2011-04-08 23:37:09',1,'product.php','cPath=18_21&product_type=1&pID=10&action=move_product&','76.108.122.208'),(15576,'2011-04-08 23:37:24',1,'product.php','action=move_product_confirm&cPath=18_21&page=1&','76.108.122.208'),(15577,'2011-04-08 23:37:25',1,'categories.php','cPath=19&pID=10&page=1&','76.108.122.208'),(15578,'2011-04-08 23:37:39',1,'categories.php','cID=19&','76.108.122.208'),(15579,'2011-04-08 23:37:44',1,'categories.php','cPath=5&','76.108.122.208'),(15580,'2011-04-08 23:37:47',1,'categories.php','cPath=5_19&','76.108.122.208'),(15581,'2011-04-08 23:38:06',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(15582,'2011-04-08 23:38:19',1,'categories.php','cPath=5_26&','76.108.122.208'),(15583,'2011-04-08 23:38:25',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15584,'2011-04-08 23:38:30',1,'categories.php','cPath=5&cID=26&action=edit_category&','76.108.122.208'),(15585,'2011-04-08 23:38:41',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15586,'2011-04-08 23:38:41',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15587,'2011-04-08 23:38:45',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(15588,'2011-04-08 23:38:54',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15589,'2011-04-08 23:38:54',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15590,'2011-04-08 23:39:02',1,'categories.php','cPath=5&cID=20&action=edit_category&','76.108.122.208'),(15591,'2011-04-08 23:39:10',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15592,'2011-04-08 23:39:11',1,'categories.php','cPath=5&cID=20&','76.108.122.208'),(15593,'2011-04-08 23:39:17',1,'categories.php','cPath=5&cID=28&action=edit_category&','76.108.122.208'),(15594,'2011-04-08 23:39:26',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15595,'2011-04-08 23:39:26',1,'categories.php','cPath=5&cID=28&','76.108.122.208'),(15596,'2011-04-08 23:39:34',1,'categories.php','cPath=5&cID=29&action=edit_category&','76.108.122.208'),(15597,'2011-04-08 23:39:42',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15598,'2011-04-08 23:39:43',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(15599,'2011-04-08 23:40:37',1,'categories.php','cPath=5_19&','76.108.122.208'),(15600,'2011-04-08 23:40:41',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(15601,'2011-04-08 23:40:45',1,'categories.php','cPath=5&cID=19&action=edit_category&','76.108.122.208'),(15602,'2011-04-08 23:41:16',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15603,'2011-04-08 23:41:16',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(15604,'2011-04-08 23:41:22',1,'categories.php','cPath=5&cID=26&action=edit_category&','76.108.122.208'),(15605,'2011-04-08 23:41:37',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15606,'2011-04-08 23:41:37',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15607,'2011-04-08 23:41:41',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(15608,'2011-04-08 23:41:54',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15609,'2011-04-08 23:41:54',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15610,'2011-04-08 23:41:59',1,'categories.php','cPath=5&cID=20&action=edit_category&','76.108.122.208'),(15611,'2011-04-08 23:42:11',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15612,'2011-04-08 23:42:11',1,'categories.php','cPath=5&cID=20&','76.108.122.208'),(15613,'2011-04-08 23:42:15',1,'categories.php','cPath=5&cID=28&action=edit_category&','76.108.122.208'),(15614,'2011-04-08 23:42:27',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15615,'2011-04-08 23:42:27',1,'categories.php','cPath=5&cID=28&','76.108.122.208'),(15616,'2011-04-08 23:42:30',1,'categories.php','cPath=5&cID=29&action=edit_category&','76.108.122.208'),(15617,'2011-04-08 23:42:42',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15618,'2011-04-08 23:42:42',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(15619,'2011-04-08 23:42:45',1,'categories.php','cID=5&','76.108.122.208'),(15620,'2011-04-08 23:42:49',1,'categories.php','cPath=18&','76.108.122.208'),(15621,'2011-04-08 23:42:53',1,'categories.php','cPath=18&cID=21&action=edit_category&','76.108.122.208'),(15622,'2011-04-08 23:43:16',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15623,'2011-04-08 23:43:16',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(15624,'2011-04-08 23:43:19',1,'categories.php','cPath=18&cID=22&action=edit_category&','76.108.122.208'),(15625,'2011-04-08 23:43:31',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15626,'2011-04-08 23:43:32',1,'categories.php','cPath=18&cID=22&','76.108.122.208'),(15627,'2011-04-08 23:43:36',1,'categories.php','cPath=18&cID=23&action=edit_category&','76.108.122.208'),(15628,'2011-04-08 23:43:48',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15629,'2011-04-08 23:43:48',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(15630,'2011-04-08 23:43:51',1,'categories.php','cPath=18&cID=24&action=edit_category&','76.108.122.208'),(15631,'2011-04-08 23:44:05',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15632,'2011-04-08 23:44:05',1,'categories.php','cPath=18&cID=24&','76.108.122.208'),(15633,'2011-04-08 23:44:08',1,'categories.php','cPath=18&cID=25&action=edit_category&','76.108.122.208'),(15634,'2011-04-08 23:44:21',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15635,'2011-04-08 23:44:21',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(15636,'2011-04-08 23:56:46',1,'ceon_uri_mapping_config.php','','76.108.122.208'),(15637,'2011-04-08 23:57:20',1,'configuration.php','gID=31&','76.108.122.208'),(15638,'2011-04-08 23:57:24',1,'configuration.php','gID=31&cID=605&action=edit&','76.108.122.208'),(15639,'2011-04-08 23:57:28',1,'configuration.php','gID=31&cID=605&action=save&','76.108.122.208'),(15640,'2011-04-08 23:57:29',1,'configuration.php','gID=31&cID=605&','76.108.122.208'),(15641,'2011-04-09 00:01:52',1,'configuration.php','gID=31&cID=605&action=edit&','76.108.122.208'),(15642,'2011-04-09 00:01:56',1,'configuration.php','gID=31&cID=605&action=save&','76.108.122.208'),(15643,'2011-04-09 00:01:58',1,'configuration.php','gID=31&cID=605&','76.108.122.208'),(15644,'2011-04-09 00:02:38',1,'configuration.php','gID=31&cID=605&action=edit&','76.108.122.208'),(15645,'2011-04-09 00:02:43',1,'configuration.php','gID=31&cID=605&action=save&','76.108.122.208'),(15646,'2011-04-09 00:02:44',1,'configuration.php','gID=31&cID=605&','76.108.122.208'),(15647,'2011-04-09 00:03:28',1,'categories.php','','76.108.122.208'),(15648,'2011-04-09 00:03:31',1,'categories.php','cPath=5&','76.108.122.208'),(15649,'2011-04-09 00:03:34',1,'categories.php','cPath=5_19&','76.108.122.208'),(15650,'2011-04-09 00:03:40',1,'product.php','cPath=5_19&product_type=1&pID=1&action=new_product&','76.108.122.208'),(15651,'2011-04-09 00:03:53',1,'product.php','cPath=5_19&product_type=1&pID=1&action=new_product_preview&','76.108.122.208'),(15652,'2011-04-09 00:03:57',1,'product.php','cPath=5_19&product_type=1&pID=1&action=update_product&','76.108.122.208'),(15653,'2011-04-09 00:03:58',1,'categories.php','cPath=5_19&pID=1&','76.108.122.208'),(15654,'2011-04-09 00:04:03',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product&','76.108.122.208'),(15655,'2011-04-09 00:04:38',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product_preview&','76.108.122.208'),(15656,'2011-04-09 00:04:42',1,'product.php','cPath=5_19&product_type=1&pID=10&action=update_product&','76.108.122.208'),(15657,'2011-04-09 00:04:43',1,'categories.php','cPath=5_19&pID=10&','76.108.122.208'),(15658,'2011-04-09 00:04:48',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product&','76.108.122.208'),(15659,'2011-04-09 00:04:55',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview&page=1&','76.108.122.208'),(15660,'2011-04-09 00:04:59',1,'product.php','cPath=5_19&product_type=1&pID=2&action=update_product&page=1&','76.108.122.208'),(15661,'2011-04-09 00:04:59',1,'categories.php','cPath=5_19&pID=2&page=1&','76.108.122.208'),(15662,'2011-04-09 00:05:04',1,'product.php','page=1&product_type=1&cPath=5_19&pID=3&action=new_product&','76.108.122.208'),(15663,'2011-04-09 00:05:07',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(15664,'2011-04-09 00:05:15',1,'product.php','cPath=5_19&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(15665,'2011-04-09 00:05:22',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product_preview&page=1&','76.108.122.208'),(15666,'2011-04-09 00:05:26',1,'product.php','cPath=5_19&product_type=1&pID=3&action=update_product&page=1&','76.108.122.208'),(15667,'2011-04-09 00:05:26',1,'categories.php','cPath=5_19&pID=3&page=1&','76.108.122.208'),(15668,'2011-04-09 00:05:31',1,'product.php','cPath=5_19&product_type=1&pID=4&action=new_product&','76.108.122.208'),(15669,'2011-04-09 00:05:40',1,'product.php','cPath=5_19&product_type=1&pID=4&action=new_product_preview&','76.108.122.208'),(15670,'2011-04-09 00:05:45',1,'product.php','cPath=5_19&product_type=1&pID=4&action=update_product&','76.108.122.208'),(15671,'2011-04-09 00:05:46',1,'categories.php','cPath=5_19&pID=4&','76.108.122.208'),(15672,'2011-04-09 00:05:50',1,'product.php','page=1&product_type=1&cPath=5_19&pID=5&action=new_product&','76.108.122.208'),(15673,'2011-04-09 00:05:56',1,'product.php','cPath=5_19&product_type=1&pID=5&action=new_product_preview&page=1&','76.108.122.208'),(15674,'2011-04-09 00:06:00',1,'product.php','cPath=5_19&product_type=1&pID=5&action=update_product&page=1&','76.108.122.208'),(15675,'2011-04-09 00:06:00',1,'categories.php','cPath=5_19&pID=5&page=1&','76.108.122.208'),(15676,'2011-04-09 00:06:11',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(15677,'2011-04-09 00:06:16',1,'categories.php','cPath=5_26&','76.108.122.208'),(15678,'2011-04-09 00:06:21',1,'product.php','page=1&product_type=1&cPath=5_26&pID=20&action=new_product&','76.108.122.208'),(15679,'2011-04-09 00:06:57',1,'product.php','cPath=5_26&product_type=1&pID=20&action=new_product_preview&page=1&','76.108.122.208'),(15680,'2011-04-09 00:07:02',1,'product.php','cPath=5_26&product_type=1&pID=20&action=update_product&page=1&','76.108.122.208'),(15681,'2011-04-09 00:07:03',1,'categories.php','cPath=5_26&pID=20&page=1&','76.108.122.208'),(15682,'2011-04-09 00:07:07',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15683,'2011-04-09 00:07:14',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(15684,'2011-04-09 00:07:28',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15685,'2011-04-09 00:07:28',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15686,'2011-04-09 00:07:37',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(15687,'2011-04-09 00:07:48',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15688,'2011-04-09 00:07:48',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15689,'2011-04-09 00:07:52',1,'categories.php','cPath=5_27&','76.108.122.208'),(15690,'2011-04-09 00:07:56',1,'product.php','page=1&product_type=1&cPath=5_27&pID=15&action=new_product&','76.108.122.208'),(15691,'2011-04-09 00:08:04',1,'product.php','cPath=5_27&product_type=1&pID=15&action=new_product_preview&page=1&','76.108.122.208'),(15692,'2011-04-09 00:08:09',1,'product.php','cPath=5_27&product_type=1&pID=15&action=update_product&page=1&','76.108.122.208'),(15693,'2011-04-09 00:08:10',1,'categories.php','cPath=5_27&pID=15&page=1&','76.108.122.208'),(15694,'2011-04-09 00:08:15',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15695,'2011-04-09 00:08:18',1,'categories.php','cPath=5_27&','76.108.122.208'),(15696,'2011-04-09 00:08:22',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15697,'2011-04-09 00:08:25',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(15698,'2011-04-09 00:08:35',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15699,'2011-04-09 00:08:35',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15700,'2011-04-09 00:08:42',1,'categories.php','cPath=5_20&','76.108.122.208'),(15701,'2011-04-09 00:08:46',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product&','76.108.122.208'),(15702,'2011-04-09 00:08:52',1,'product.php','cPath=5_20&product_type=1&pID=6&action=new_product_preview&page=1&','76.108.122.208'),(15703,'2011-04-09 00:08:57',1,'product.php','cPath=5_20&product_type=1&pID=6&action=update_product&page=1&','76.108.122.208'),(15704,'2011-04-09 00:08:57',1,'categories.php','cPath=5_20&pID=6&page=1&','76.108.122.208'),(15705,'2011-04-09 00:09:01',1,'product.php','page=1&product_type=1&cPath=5_20&pID=72&action=new_product&','76.108.122.208'),(15706,'2011-04-09 00:09:09',1,'product.php','cPath=5_20&product_type=1&pID=72&action=new_product_preview&page=1&','76.108.122.208'),(15707,'2011-04-09 00:09:13',1,'product.php','cPath=5_20&product_type=1&pID=72&action=update_product&page=1&','76.108.122.208'),(15708,'2011-04-09 00:09:13',1,'categories.php','cPath=5_20&pID=72&page=1&','76.108.122.208'),(15709,'2011-04-09 00:09:16',1,'product.php','page=1&product_type=1&cPath=5_20&pID=7&action=new_product&','76.108.122.208'),(15710,'2011-04-09 00:09:23',1,'product.php','cPath=5_20&product_type=1&pID=7&action=new_product_preview&page=1&','76.108.122.208'),(15711,'2011-04-09 00:09:27',1,'product.php','cPath=5_20&product_type=1&pID=7&action=update_product&page=1&','76.108.122.208'),(15712,'2011-04-09 00:09:28',1,'categories.php','cPath=5_20&pID=7&page=1&','76.108.122.208'),(15713,'2011-04-09 00:09:32',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product&','76.108.122.208'),(15714,'2011-04-09 00:09:38',1,'product.php','cPath=5_20&product_type=1&pID=8&action=new_product_preview&page=1&','76.108.122.208'),(15715,'2011-04-09 00:09:42',1,'product.php','cPath=5_20&product_type=1&pID=8&action=update_product&page=1&','76.108.122.208'),(15716,'2011-04-09 00:09:42',1,'categories.php','cPath=5_20&pID=8&page=1&','76.108.122.208'),(15717,'2011-04-09 00:09:47',1,'product.php','page=1&product_type=1&cPath=5_20&pID=9&action=new_product&','76.108.122.208'),(15718,'2011-04-09 00:09:55',1,'product.php','cPath=5_20&product_type=1&pID=9&action=new_product_preview&page=1&','76.108.122.208'),(15719,'2011-04-09 00:09:59',1,'product.php','cPath=5_20&product_type=1&pID=9&action=update_product&page=1&','76.108.122.208'),(15720,'2011-04-09 00:09:59',1,'categories.php','cPath=5_20&pID=9&page=1&','76.108.122.208'),(15721,'2011-04-09 00:10:07',1,'categories.php','cPath=5&cID=20&','76.108.122.208'),(15722,'2011-04-09 00:10:11',1,'categories.php','cPath=5_28&','76.108.122.208'),(15723,'2011-04-09 00:10:14',1,'product.php','page=1&product_type=1&cPath=5_28&pID=25&action=new_product&','76.108.122.208'),(15724,'2011-04-09 00:10:22',1,'product.php','cPath=5_28&product_type=1&pID=25&action=new_product_preview&page=1&','76.108.122.208'),(15725,'2011-04-09 00:10:26',1,'product.php','cPath=5_28&product_type=1&pID=25&action=update_product&page=1&','76.108.122.208'),(15726,'2011-04-09 00:10:26',1,'categories.php','cPath=5_28&pID=25&page=1&','76.108.122.208'),(15727,'2011-04-09 00:10:30',1,'categories.php','cPath=5&cID=28&','76.108.122.208'),(15728,'2011-04-09 00:10:32',1,'categories.php','cPath=5_29&','76.108.122.208'),(15729,'2011-04-09 00:10:34',1,'product.php','page=1&product_type=1&cPath=5_29&pID=30&action=new_product&','76.108.122.208'),(15730,'2011-04-09 00:10:45',1,'product.php','cPath=5_29&product_type=1&pID=30&action=new_product_preview&page=1&','76.108.122.208'),(15731,'2011-04-09 00:10:49',1,'product.php','cPath=5_29&product_type=1&pID=30&action=update_product&page=1&','76.108.122.208'),(15732,'2011-04-09 00:10:49',1,'categories.php','cPath=5_29&pID=30&page=1&','76.108.122.208'),(15733,'2011-04-09 00:12:04',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(15734,'2011-04-09 00:12:06',1,'categories.php','cPath=5_26&','76.108.122.208'),(15735,'2011-04-09 00:12:08',1,'product.php','page=1&product_type=1&cPath=5_26&pID=20&action=new_product&','76.108.122.208'),(15736,'2011-04-09 00:12:23',1,'categories.php','cPath=5_26&','76.108.122.208'),(15737,'2011-04-09 00:12:25',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15738,'2011-04-09 00:12:28',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(15739,'2011-04-09 00:12:32',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15740,'2011-04-09 00:12:36',1,'categories.php','cPath=5_26&','76.108.122.208'),(15741,'2011-04-09 00:12:38',1,'product.php','page=1&product_type=1&cPath=5_26&pID=20&action=new_product&','76.108.122.208'),(15742,'2011-04-09 00:14:39',1,'categories.php','cPath=5_26&pID=20&page=1&','76.108.122.208'),(15743,'2011-04-09 00:14:42',1,'configuration.php','gID=3&','76.108.122.208'),(15744,'2011-04-09 00:17:02',1,'configuration.php','gID=8&','76.108.122.208'),(15745,'2011-04-09 00:17:21',1,'configuration.php','gID=8&cID=208&action=edit&','76.108.122.208'),(15746,'2011-04-09 00:17:28',1,'configuration.php','gID=8&cID=208&action=save&','76.108.122.208'),(15747,'2011-04-09 00:17:29',1,'configuration.php','gID=8&cID=208&','76.108.122.208'),(15748,'2011-04-09 00:17:55',1,'configuration.php','gID=8&cID=219&action=edit&','76.108.122.208'),(15749,'2011-04-09 00:18:06',1,'configuration.php','gID=8&cID=219&action=save&','76.108.122.208'),(15750,'2011-04-09 00:18:06',1,'configuration.php','gID=8&cID=219&','76.108.122.208'),(15751,'2011-04-09 00:21:37',1,'developers_tool_kit.php','','76.108.122.208'),(15752,'2011-04-09 00:21:47',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(15753,'2011-04-09 00:22:22',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(15754,'2011-04-09 00:22:43',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(15755,'2011-04-09 00:27:55',1,'configuration.php','gID=8&','76.108.122.208'),(15756,'2011-04-09 00:28:04',1,'configuration.php','gID=8&cID=221&action=edit&','76.108.122.208'),(15757,'2011-04-09 00:28:25',1,'configuration.php','gID=8&cID=221&action=save&','76.108.122.208'),(15758,'2011-04-09 00:28:25',1,'configuration.php','gID=8&cID=221&','76.108.122.208'),(15759,'2011-04-09 00:28:46',1,'configuration.php','gID=8&cID=221&action=edit&','76.108.122.208'),(15760,'2011-04-09 00:28:47',1,'configuration.php','gID=8&cID=221&action=edit&','76.108.122.208'),(15761,'2011-04-09 00:28:53',1,'configuration.php','gID=8&cID=221&action=save&','76.108.122.208'),(15762,'2011-04-09 00:28:53',1,'configuration.php','gID=8&cID=221&','76.108.122.208'),(15763,'2011-04-09 00:28:55',1,'configuration.php','gID=8&cID=220&action=edit&','76.108.122.208'),(15764,'2011-04-09 00:29:01',1,'configuration.php','gID=8&cID=220&action=save&','76.108.122.208'),(15765,'2011-04-09 00:29:02',1,'configuration.php','gID=8&cID=220&','76.108.122.208'),(15766,'2011-04-09 07:05:33',0,'login.php ','','76.108.122.208'),(15767,'2011-04-09 07:05:43',0,'login.php surpro','','76.108.122.208'),(15768,'2011-04-09 07:06:52',1,'configuration.php','gID=19&','76.108.122.208'),(15769,'2011-04-09 07:08:03',1,'configuration.php','gID=8&','76.108.122.208'),(15770,'2011-04-09 07:08:18',1,'configuration.php','gID=8&cID=214&action=edit&','76.108.122.208'),(15771,'2011-04-09 07:08:23',1,'configuration.php','gID=8&cID=214&action=save&','76.108.122.208'),(15772,'2011-04-09 07:08:24',1,'configuration.php','gID=8&cID=214&','76.108.122.208'),(15773,'2011-04-09 07:14:26',1,'configuration.php','gID=8&cID=214&action=edit&','76.108.122.208'),(15774,'2011-04-09 07:14:30',1,'configuration.php','gID=8&cID=214&action=save&','76.108.122.208'),(15775,'2011-04-09 07:14:30',1,'configuration.php','gID=8&cID=214&','76.108.122.208'),(15776,'2011-04-09 07:14:44',1,'configuration.php','gID=8&cID=222&action=edit&','76.108.122.208'),(15777,'2011-04-09 07:14:51',1,'configuration.php','gID=8&cID=222&action=save&','76.108.122.208'),(15778,'2011-04-09 07:14:52',1,'configuration.php','gID=8&cID=222&','76.108.122.208'),(15779,'2011-04-09 07:28:35',1,'layout_controller.php','','76.108.122.208'),(15780,'2011-04-09 07:28:57',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(15781,'2011-04-09 07:29:04',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(15782,'2011-04-09 07:29:16',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(15783,'2011-04-09 07:29:16',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(15784,'2011-04-09 07:30:25',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(15785,'2011-04-09 07:30:49',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(15786,'2011-04-09 07:30:49',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(15787,'2011-04-09 07:31:22',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(15788,'2011-04-09 07:31:29',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(15789,'2011-04-09 07:31:29',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(15790,'2011-04-09 08:13:30',1,'configuration.php','gID=31&','76.108.122.208'),(15791,'2011-04-09 08:17:41',1,'configuration.php','gID=31&cID=605&action=edit&','76.108.122.208'),(15792,'2011-04-09 08:17:46',1,'configuration.php','gID=31&cID=605&action=save&','76.108.122.208'),(15793,'2011-04-09 08:17:46',1,'configuration.php','gID=31&cID=605&','76.108.122.208'),(15794,'2011-04-09 08:20:11',1,'categories.php','','76.108.122.208'),(15795,'2011-04-09 08:20:14',1,'categories.php','cPath=5&','76.108.122.208'),(15796,'2011-04-09 08:20:16',1,'categories.php','cPath=5_19&','76.108.122.208'),(15797,'2011-04-09 08:20:22',1,'categories.php','cPath=5&','76.108.122.208'),(15798,'2011-04-09 08:20:25',1,'categories.php','cPath=5&cID=19&action=edit_category&','76.108.122.208'),(15799,'2011-04-09 08:20:49',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(15800,'2011-04-09 08:20:50',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(15801,'2011-04-09 08:20:54',1,'categories.php','cID=5&','76.108.122.208'),(15802,'2011-04-09 08:20:57',1,'categories.php','cPath=18&','76.108.122.208'),(15803,'2011-04-09 08:21:12',1,'categories.php','cPath=18&cID=21&action=edit_category&','76.108.122.208'),(15804,'2011-04-09 08:21:30',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(15805,'2011-04-09 08:21:30',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(15806,'2011-04-09 08:40:42',1,'categories.php','cPath=18_21&','76.108.122.208'),(15807,'2011-04-09 08:40:50',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(15808,'2011-04-09 08:40:53',1,'categories.php','cID=18&','76.108.122.208'),(15809,'2011-04-09 08:40:56',1,'categories.php','cPath=5&','76.108.122.208'),(15810,'2011-04-09 08:40:59',1,'categories.php','cPath=5_19&','76.108.122.208'),(15811,'2011-04-09 08:41:02',1,'product.php','page=1&product_type=1&cPath=5_19&pID=10&action=new_product&','76.108.122.208'),(15812,'2011-04-09 08:41:09',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product_preview&page=1&','76.108.122.208'),(15813,'2011-04-09 08:52:13',1,'categories.php','','76.108.122.208'),(15814,'2011-04-09 08:52:20',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(15815,'2011-04-09 08:52:49',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(15816,'2011-04-09 08:52:50',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(15817,'2011-04-09 09:00:22',1,'categories.php','cPath=18&','76.108.122.208'),(15818,'2011-04-09 09:00:37',1,'categories.php','cPath=18_21&','76.108.122.208'),(15819,'2011-04-09 09:00:53',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','76.108.122.208'),(15820,'2011-04-09 09:07:06',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15821,'2011-04-09 09:07:17',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product_meta_tags&page=1&','76.108.122.208'),(15822,'2011-04-09 09:07:19',1,'categories.php','cPath=18_21&pID=11&page=1&','76.108.122.208'),(15823,'2011-04-09 09:07:29',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product_meta_tags&','76.108.122.208'),(15824,'2011-04-09 09:08:23',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15825,'2011-04-09 09:08:26',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product_meta_tags&page=1&','76.108.122.208'),(15826,'2011-04-09 09:08:26',1,'categories.php','cPath=18_21&pID=12&page=1&','76.108.122.208'),(15827,'2011-04-09 09:08:29',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product_meta_tags&','76.108.122.208'),(15828,'2011-04-09 09:09:12',1,'product.php','cPath=18_21&product_type=1&pID=13&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15829,'2011-04-09 09:09:14',1,'product.php','cPath=18_21&product_type=1&pID=13&action=update_product_meta_tags&page=1&','76.108.122.208'),(15830,'2011-04-09 09:09:14',1,'categories.php','cPath=18_21&pID=13&page=1&','76.108.122.208'),(15831,'2011-04-09 09:09:17',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product_meta_tags&','76.108.122.208'),(15832,'2011-04-09 09:09:36',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15833,'2011-04-09 09:09:39',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product_meta_tags&page=1&','76.108.122.208'),(15834,'2011-04-09 09:09:40',1,'categories.php','cPath=18_21&pID=12&page=1&','76.108.122.208'),(15835,'2011-04-09 09:09:44',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','76.108.122.208'),(15836,'2011-04-09 09:09:52',1,'categories.php','cPath=18_21&pID=11&page=1&','76.108.122.208'),(15837,'2011-04-09 09:09:54',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product_meta_tags&','76.108.122.208'),(15838,'2011-04-09 09:09:59',1,'categories.php','cPath=18_21&pID=13&page=1&','76.108.122.208'),(15839,'2011-04-09 09:10:01',1,'product.php','page=1&product_type=1&cPath=18_21&pID=14&action=new_product_meta_tags&','76.108.122.208'),(15840,'2011-04-09 09:10:43',1,'product.php','cPath=18_21&product_type=1&pID=14&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15841,'2011-04-09 09:10:45',1,'product.php','cPath=18_21&product_type=1&pID=14&action=update_product_meta_tags&page=1&','76.108.122.208'),(15842,'2011-04-09 09:10:46',1,'categories.php','cPath=18_21&pID=14&page=1&','76.108.122.208'),(15843,'2011-04-09 09:10:50',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(15844,'2011-04-09 09:10:55',1,'categories.php','cPath=18_22&','76.108.122.208'),(15845,'2011-04-09 09:10:59',1,'product.php','page=1&product_type=1&cPath=18_22&pID=21&action=new_product_meta_tags&','76.108.122.208'),(15846,'2011-04-09 09:11:56',1,'product.php','cPath=18_22&product_type=1&pID=21&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15847,'2011-04-09 09:11:58',1,'product.php','cPath=18_22&product_type=1&pID=21&action=update_product_meta_tags&page=1&','76.108.122.208'),(15848,'2011-04-09 09:11:59',1,'categories.php','cPath=18_22&pID=21&page=1&','76.108.122.208'),(15849,'2011-04-09 09:12:02',1,'product.php','page=1&product_type=1&cPath=18_22&pID=22&action=new_product_meta_tags&','76.108.122.208'),(15850,'2011-04-09 09:12:32',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15851,'2011-04-09 09:12:37',1,'product.php','cPath=18_22&product_type=1&pID=22&action=update_product_meta_tags&page=1&','76.108.122.208'),(15852,'2011-04-09 09:12:37',1,'categories.php','cPath=18_22&pID=22&page=1&','76.108.122.208'),(15853,'2011-04-09 09:12:40',1,'product.php','page=1&product_type=1&cPath=18_22&pID=23&action=new_product_meta_tags&','76.108.122.208'),(15854,'2011-04-09 09:13:06',1,'product.php','cPath=18_22&product_type=1&pID=23&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15855,'2011-04-09 09:13:09',1,'product.php','cPath=18_22&product_type=1&pID=23&action=update_product_meta_tags&page=1&','76.108.122.208'),(15856,'2011-04-09 09:13:09',1,'categories.php','cPath=18_22&pID=23&page=1&','76.108.122.208'),(15857,'2011-04-09 09:13:13',1,'product.php','page=1&product_type=1&cPath=18_22&pID=23&action=new_product_meta_tags&','76.108.122.208'),(15858,'2011-04-09 09:13:21',1,'categories.php','cPath=18_22&pID=23&page=1&','76.108.122.208'),(15859,'2011-04-09 09:13:23',1,'product.php','page=1&product_type=1&cPath=18_22&pID=24&action=new_product_meta_tags&','76.108.122.208'),(15860,'2011-04-09 09:13:48',1,'product.php','cPath=18_22&product_type=1&pID=24&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15861,'2011-04-09 09:13:50',1,'product.php','cPath=18_22&product_type=1&pID=24&action=update_product_meta_tags&page=1&','76.108.122.208'),(15862,'2011-04-09 09:13:52',1,'categories.php','cPath=18_22&pID=24&page=1&','76.108.122.208'),(15863,'2011-04-09 09:13:56',1,'categories.php','cPath=18&cID=22&','76.108.122.208'),(15864,'2011-04-09 09:14:00',1,'categories.php','cPath=18_23&','76.108.122.208'),(15865,'2011-04-09 09:14:06',1,'product.php','page=1&product_type=1&cPath=18_23&pID=16&action=new_product_meta_tags&','76.108.122.208'),(15866,'2011-04-09 09:14:43',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15867,'2011-04-09 09:14:46',1,'product.php','cPath=18_23&product_type=1&pID=16&action=update_product_meta_tags&page=1&','76.108.122.208'),(15868,'2011-04-09 09:14:47',1,'categories.php','cPath=18_23&pID=16&page=1&','76.108.122.208'),(15869,'2011-04-09 09:14:50',1,'product.php','page=1&product_type=1&cPath=18_23&pID=17&action=new_product_meta_tags&','76.108.122.208'),(15870,'2011-04-09 09:15:13',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15871,'2011-04-09 09:15:15',1,'product.php','cPath=18_23&product_type=1&pID=17&action=update_product_meta_tags&page=1&','76.108.122.208'),(15872,'2011-04-09 09:15:16',1,'categories.php','cPath=18_23&pID=17&page=1&','76.108.122.208'),(15873,'2011-04-09 09:15:18',1,'product.php','page=1&product_type=1&cPath=18_23&pID=18&action=new_product_meta_tags&','76.108.122.208'),(15874,'2011-04-09 09:15:49',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15875,'2011-04-09 09:15:51',1,'product.php','cPath=18_23&product_type=1&pID=18&action=update_product_meta_tags&page=1&','76.108.122.208'),(15876,'2011-04-09 09:15:51',1,'categories.php','cPath=18_23&pID=18&page=1&','76.108.122.208'),(15877,'2011-04-09 09:15:54',1,'product.php','page=1&product_type=1&cPath=18_23&pID=19&action=new_product_meta_tags&','76.108.122.208'),(15878,'2011-04-09 09:16:24',1,'product.php','cPath=18_23&product_type=1&pID=19&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15879,'2011-04-09 09:16:27',1,'product.php','cPath=18_23&product_type=1&pID=19&action=update_product_meta_tags&page=1&','76.108.122.208'),(15880,'2011-04-09 09:16:27',1,'categories.php','cPath=18_23&pID=19&page=1&','76.108.122.208'),(15881,'2011-04-09 09:16:31',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(15882,'2011-04-09 09:16:38',1,'categories.php','cPath=18_23&','76.108.122.208'),(15883,'2011-04-09 09:16:41',1,'product.php','page=1&product_type=1&cPath=18_23&pID=16&action=new_product_meta_tags&','76.108.122.208'),(15884,'2011-04-09 09:16:48',1,'categories.php','cPath=18_23&pID=16&page=1&','76.108.122.208'),(15885,'2011-04-09 09:16:51',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(15886,'2011-04-09 09:16:55',1,'categories.php','cPath=18_24&','76.108.122.208'),(15887,'2011-04-09 09:16:59',1,'product.php','page=1&product_type=1&cPath=18_24&pID=26&action=new_product_meta_tags&','76.108.122.208'),(15888,'2011-04-09 09:19:36',1,'product.php','cPath=18_24&product_type=1&pID=26&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15889,'2011-04-09 09:19:39',1,'product.php','cPath=18_24&product_type=1&pID=26&action=update_product_meta_tags&page=1&','76.108.122.208'),(15890,'2011-04-09 09:19:40',1,'categories.php','cPath=18_24&pID=26&page=1&','76.108.122.208'),(15891,'2011-04-09 09:19:53',1,'product.php','page=1&product_type=1&cPath=18_24&pID=26&action=new_product_meta_tags&','76.108.122.208'),(15892,'2011-04-09 09:20:02',1,'categories.php','cPath=18_24&pID=26&page=1&','76.108.122.208'),(15893,'2011-04-09 09:20:05',1,'product.php','page=1&product_type=1&cPath=18_24&pID=27&action=new_product_meta_tags&','76.108.122.208'),(15894,'2011-04-09 09:20:33',1,'product.php','cPath=18_24&product_type=1&pID=27&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15895,'2011-04-09 09:20:36',1,'product.php','cPath=18_24&product_type=1&pID=27&action=update_product_meta_tags&page=1&','76.108.122.208'),(15896,'2011-04-09 09:20:36',1,'categories.php','cPath=18_24&pID=27&page=1&','76.108.122.208'),(15897,'2011-04-09 09:20:39',1,'product.php','page=1&product_type=1&cPath=18_24&pID=28&action=new_product_meta_tags&','76.108.122.208'),(15898,'2011-04-09 09:21:04',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15899,'2011-04-09 09:21:07',1,'product.php','cPath=18_24&product_type=1&pID=28&action=update_product_meta_tags&page=1&','76.108.122.208'),(15900,'2011-04-09 09:21:07',1,'categories.php','cPath=18_24&pID=28&page=1&','76.108.122.208'),(15901,'2011-04-09 09:21:10',1,'product.php','page=1&product_type=1&cPath=18_24&pID=29&action=new_product_meta_tags&','76.108.122.208'),(15902,'2011-04-09 09:21:39',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15903,'2011-04-09 09:21:41',1,'product.php','cPath=18_24&product_type=1&pID=29&action=update_product_meta_tags&page=1&','76.108.122.208'),(15904,'2011-04-09 09:21:42',1,'categories.php','cPath=18_24&pID=29&page=1&','76.108.122.208'),(15905,'2011-04-09 09:21:45',1,'categories.php','cPath=18&cID=24&','76.108.122.208'),(15906,'2011-04-09 09:21:47',1,'categories.php','cPath=18_25&','76.108.122.208'),(15907,'2011-04-09 09:21:53',1,'product.php','page=1&product_type=1&cPath=18_25&pID=31&action=new_product_meta_tags&','76.108.122.208'),(15908,'2011-04-09 09:22:22',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15909,'2011-04-09 09:22:24',1,'product.php','cPath=18_25&product_type=1&pID=31&action=update_product_meta_tags&page=1&','76.108.122.208'),(15910,'2011-04-09 09:22:24',1,'categories.php','cPath=18_25&pID=31&page=1&','76.108.122.208'),(15911,'2011-04-09 09:22:27',1,'product.php','page=1&product_type=1&cPath=18_25&pID=32&action=new_product_meta_tags&','76.108.122.208'),(15912,'2011-04-09 09:22:55',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15913,'2011-04-09 09:22:57',1,'product.php','cPath=18_25&product_type=1&pID=32&action=update_product_meta_tags&page=1&','76.108.122.208'),(15914,'2011-04-09 09:22:58',1,'categories.php','cPath=18_25&pID=32&page=1&','76.108.122.208'),(15915,'2011-04-09 09:23:01',1,'product.php','page=1&product_type=1&cPath=18_25&pID=33&action=new_product_meta_tags&','76.108.122.208'),(15916,'2011-04-09 09:23:24',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15917,'2011-04-09 09:23:26',1,'product.php','cPath=18_25&product_type=1&pID=33&action=update_product_meta_tags&page=1&','76.108.122.208'),(15918,'2011-04-09 09:23:27',1,'categories.php','cPath=18_25&pID=33&page=1&','76.108.122.208'),(15919,'2011-04-09 09:23:30',1,'product.php','page=1&product_type=1&cPath=18_25&pID=33&action=new_product_meta_tags&','76.108.122.208'),(15920,'2011-04-09 09:23:34',1,'categories.php','cPath=18_25&pID=33&page=1&','76.108.122.208'),(15921,'2011-04-09 09:23:36',1,'product.php','page=1&product_type=1&cPath=18_25&pID=34&action=new_product_meta_tags&','76.108.122.208'),(15922,'2011-04-09 09:24:32',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15923,'2011-04-09 09:24:34',1,'product.php','cPath=18_25&product_type=1&pID=34&action=update_product_meta_tags&page=1&','76.108.122.208'),(15924,'2011-04-09 09:24:34',1,'categories.php','cPath=18_25&pID=34&page=1&','76.108.122.208'),(15925,'2011-04-09 09:24:38',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(15926,'2011-04-09 09:24:40',1,'categories.php','cID=18&','76.108.122.208'),(15927,'2011-04-09 09:24:44',1,'categories.php','cPath=5&','76.108.122.208'),(15928,'2011-04-09 09:24:52',1,'categories.php','cPath=5_19&','76.108.122.208'),(15929,'2011-04-09 09:24:56',1,'product.php','page=1&product_type=1&cPath=5_19&pID=1&action=new_product_meta_tags&','76.108.122.208'),(15930,'2011-04-09 09:29:53',1,'product.php','cPath=5_19&product_type=1&pID=1&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15931,'2011-04-09 09:29:55',1,'product.php','cPath=5_19&product_type=1&pID=1&action=update_product_meta_tags&page=1&','76.108.122.208'),(15932,'2011-04-09 09:29:56',1,'categories.php','cPath=5_19&pID=1&page=1&','76.108.122.208'),(15933,'2011-04-09 09:30:00',1,'product.php','page=1&product_type=1&cPath=5_19&pID=10&action=new_product_meta_tags&','76.108.122.208'),(15934,'2011-04-09 09:30:20',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15935,'2011-04-09 09:30:23',1,'product.php','cPath=5_19&product_type=1&pID=10&action=update_product_meta_tags&page=1&','76.108.122.208'),(15936,'2011-04-09 09:30:23',1,'categories.php','cPath=5_19&pID=10&page=1&','76.108.122.208'),(15937,'2011-04-09 09:30:26',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product_meta_tags&','76.108.122.208'),(15938,'2011-04-09 09:30:56',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15939,'2011-04-09 09:30:58',1,'product.php','cPath=5_19&product_type=1&pID=2&action=update_product_meta_tags&page=1&','76.108.122.208'),(15940,'2011-04-09 09:30:59',1,'categories.php','cPath=5_19&pID=2&page=1&','76.108.122.208'),(15941,'2011-04-09 09:31:02',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product_meta_tags&','76.108.122.208'),(15942,'2011-04-09 09:31:07',1,'categories.php','cPath=5_19&pID=2&page=1&','76.108.122.208'),(15943,'2011-04-09 09:31:09',1,'product.php','page=1&product_type=1&cPath=5_19&pID=3&action=new_product_meta_tags&','76.108.122.208'),(15944,'2011-04-09 09:31:24',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15945,'2011-04-09 09:31:25',1,'product.php','cPath=5_19&product_type=1&pID=3&action=update_product_meta_tags&page=1&','76.108.122.208'),(15946,'2011-04-09 09:31:26',1,'categories.php','cPath=5_19&pID=3&page=1&','76.108.122.208'),(15947,'2011-04-09 09:31:28',1,'product.php','page=1&product_type=1&cPath=5_19&pID=4&action=new_product_meta_tags&','76.108.122.208'),(15948,'2011-04-09 09:31:47',1,'product.php','cPath=5_19&product_type=1&pID=4&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15949,'2011-04-09 09:31:49',1,'product.php','cPath=5_19&product_type=1&pID=4&action=update_product_meta_tags&page=1&','76.108.122.208'),(15950,'2011-04-09 09:31:49',1,'categories.php','cPath=5_19&pID=4&page=1&','76.108.122.208'),(15951,'2011-04-09 09:31:52',1,'product.php','page=1&product_type=1&cPath=5_19&pID=5&action=new_product_meta_tags&','76.108.122.208'),(15952,'2011-04-09 09:32:12',1,'product.php','cPath=5_19&product_type=1&pID=5&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15953,'2011-04-09 09:32:14',1,'product.php','cPath=5_19&product_type=1&pID=5&action=update_product_meta_tags&page=1&','76.108.122.208'),(15954,'2011-04-09 09:32:14',1,'categories.php','cPath=5_19&pID=5&page=1&','76.108.122.208'),(15955,'2011-04-09 09:32:18',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(15956,'2011-04-09 09:32:20',1,'categories.php','cPath=5_26&','76.108.122.208'),(15957,'2011-04-09 09:32:23',1,'product.php','page=1&product_type=1&cPath=5_26&pID=20&action=new_product_meta_tags&','76.108.122.208'),(15958,'2011-04-09 09:32:45',1,'product.php','cPath=5_26&product_type=1&pID=20&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15959,'2011-04-09 09:32:47',1,'product.php','cPath=5_26&product_type=1&pID=20&action=update_product_meta_tags&page=1&','76.108.122.208'),(15960,'2011-04-09 09:32:47',1,'categories.php','cPath=5_26&pID=20&page=1&','76.108.122.208'),(15961,'2011-04-09 09:32:51',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(15962,'2011-04-09 09:32:54',1,'categories.php','cPath=5_27&','76.108.122.208'),(15963,'2011-04-09 09:32:58',1,'product.php','page=1&product_type=1&cPath=5_27&pID=15&action=new_product_meta_tags&','76.108.122.208'),(15964,'2011-04-09 09:33:11',1,'product.php','cPath=5_27&product_type=1&pID=15&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15965,'2011-04-09 09:33:13',1,'product.php','cPath=5_27&product_type=1&pID=15&action=update_product_meta_tags&page=1&','76.108.122.208'),(15966,'2011-04-09 09:33:13',1,'categories.php','cPath=5_27&pID=15&page=1&','76.108.122.208'),(15967,'2011-04-09 09:33:17',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(15968,'2011-04-09 09:33:21',1,'categories.php','cPath=5_20&','76.108.122.208'),(15969,'2011-04-09 09:33:24',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product_meta_tags&','76.108.122.208'),(15970,'2011-04-09 09:33:40',1,'product.php','cPath=5_20&product_type=1&pID=6&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15971,'2011-04-09 09:33:42',1,'product.php','cPath=5_20&product_type=1&pID=6&action=update_product_meta_tags&page=1&','76.108.122.208'),(15972,'2011-04-09 09:33:42',1,'categories.php','cPath=5_20&pID=6&page=1&','76.108.122.208'),(15973,'2011-04-09 09:33:45',1,'product.php','page=1&product_type=1&cPath=5_20&pID=72&action=new_product_meta_tags&','76.108.122.208'),(15974,'2011-04-09 09:34:00',1,'product.php','cPath=5_20&product_type=1&pID=72&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15975,'2011-04-09 09:34:02',1,'product.php','cPath=5_20&product_type=1&pID=72&action=update_product_meta_tags&page=1&','76.108.122.208'),(15976,'2011-04-09 09:34:02',1,'categories.php','cPath=5_20&pID=72&page=1&','76.108.122.208'),(15977,'2011-04-09 09:34:05',1,'product.php','page=1&product_type=1&cPath=5_20&pID=7&action=new_product_meta_tags&','76.108.122.208'),(15978,'2011-04-09 09:34:21',1,'product.php','cPath=5_20&product_type=1&pID=7&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15979,'2011-04-09 09:34:23',1,'product.php','cPath=5_20&product_type=1&pID=7&action=update_product_meta_tags&page=1&','76.108.122.208'),(15980,'2011-04-09 09:34:23',1,'categories.php','cPath=5_20&pID=7&page=1&','76.108.122.208'),(15981,'2011-04-09 09:34:26',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product_meta_tags&','76.108.122.208'),(15982,'2011-04-09 09:34:40',1,'product.php','cPath=5_20&product_type=1&pID=8&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15983,'2011-04-09 09:34:42',1,'product.php','cPath=5_20&product_type=1&pID=8&action=update_product_meta_tags&page=1&','76.108.122.208'),(15984,'2011-04-09 09:34:43',1,'categories.php','cPath=5_20&pID=8&page=1&','76.108.122.208'),(15985,'2011-04-09 09:34:46',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product_meta_tags&','76.108.122.208'),(15986,'2011-04-09 09:34:50',1,'categories.php','cPath=5_20&pID=8&page=1&','76.108.122.208'),(15987,'2011-04-09 09:34:54',1,'product.php','page=1&product_type=1&cPath=5_20&pID=9&action=new_product_meta_tags&','76.108.122.208'),(15988,'2011-04-09 09:35:09',1,'product.php','cPath=5_20&product_type=1&pID=9&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15989,'2011-04-09 09:35:11',1,'product.php','cPath=5_20&product_type=1&pID=9&action=update_product_meta_tags&page=1&','76.108.122.208'),(15990,'2011-04-09 09:35:12',1,'categories.php','cPath=5_20&pID=9&page=1&','76.108.122.208'),(15991,'2011-04-09 09:35:22',1,'categories.php','cPath=5&cID=20&','76.108.122.208'),(15992,'2011-04-09 09:35:25',1,'categories.php','cPath=5_28&','76.108.122.208'),(15993,'2011-04-09 09:35:28',1,'product.php','page=1&product_type=1&cPath=5_28&pID=25&action=new_product_meta_tags&','76.108.122.208'),(15994,'2011-04-09 09:35:44',1,'product.php','cPath=5_28&product_type=1&pID=25&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(15995,'2011-04-09 09:35:46',1,'product.php','cPath=5_28&product_type=1&pID=25&action=update_product_meta_tags&page=1&','76.108.122.208'),(15996,'2011-04-09 09:35:47',1,'categories.php','cPath=5_28&pID=25&page=1&','76.108.122.208'),(15997,'2011-04-09 09:35:52',1,'categories.php','cPath=5&cID=28&','76.108.122.208'),(15998,'2011-04-09 09:35:56',1,'categories.php','cPath=5_29&','76.108.122.208'),(15999,'2011-04-09 09:36:00',1,'product.php','page=1&product_type=1&cPath=5_29&pID=30&action=new_product_meta_tags&','76.108.122.208'),(16000,'2011-04-09 09:36:20',1,'product.php','cPath=5_29&product_type=1&pID=30&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16001,'2011-04-09 09:36:22',1,'product.php','cPath=5_29&product_type=1&pID=30&action=update_product_meta_tags&page=1&','76.108.122.208'),(16002,'2011-04-09 09:36:23',1,'categories.php','cPath=5_29&pID=30&page=1&','76.108.122.208'),(16003,'2011-04-09 09:36:32',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(16004,'2011-04-09 09:36:36',1,'categories.php','cID=5&','76.108.122.208'),(16005,'2011-04-09 09:36:41',1,'categories.php','cPath=18&','76.108.122.208'),(16006,'2011-04-09 09:38:30',1,'categories.php','cID=18&','76.108.122.208'),(16007,'2011-04-09 09:38:41',1,'categories.php','cPath=5&','76.108.122.208'),(16008,'2011-04-09 09:38:44',1,'categories.php','cID=5&','76.108.122.208'),(16009,'2011-04-09 09:38:47',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(16010,'2011-04-09 09:39:09',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16011,'2011-04-09 09:39:09',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(16012,'2011-04-09 09:39:55',1,'categories.php','cPath=5&','76.108.122.208'),(16013,'2011-04-09 09:40:06',1,'categories.php','cPath=5&cID=26&action=edit_category&','76.108.122.208'),(16014,'2011-04-09 09:42:25',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16015,'2011-04-09 09:42:25',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(16016,'2011-04-09 09:42:31',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(16017,'2011-04-09 09:43:06',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16018,'2011-04-09 09:43:06',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(16019,'2011-04-09 09:43:12',1,'categories.php','cPath=5&cID=28&action=edit_category&','76.108.122.208'),(16020,'2011-04-09 09:44:08',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16021,'2011-04-09 09:44:08',1,'categories.php','cPath=5&cID=28&','76.108.122.208'),(16022,'2011-04-09 09:44:33',1,'categories.php','cPath=5_29&','76.108.122.208'),(16023,'2011-04-09 09:44:37',1,'product.php','page=1&product_type=1&cPath=5_29&pID=30&action=new_product&','76.108.122.208'),(16024,'2011-04-09 09:44:49',1,'categories.php','cPath=5_29&','76.108.122.208'),(16025,'2011-04-09 09:44:53',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(16026,'2011-04-09 09:44:56',1,'categories.php','cPath=5&cID=29&action=edit_category&','76.108.122.208'),(16027,'2011-04-09 09:45:29',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16028,'2011-04-09 09:45:30',1,'categories.php','cPath=5&cID=29&','76.108.122.208'),(16029,'2011-04-09 09:46:17',1,'categories.php','cID=5&','76.108.122.208'),(16030,'2011-04-09 09:46:20',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(16031,'2011-04-09 09:46:43',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16032,'2011-04-09 09:46:43',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(16033,'2011-04-09 10:10:54',1,'categories.php','cPath=18&','76.108.122.208'),(16034,'2011-04-09 10:11:01',1,'categories.php','cPath=18_25&','76.108.122.208'),(16035,'2011-04-09 10:11:12',1,'product.php','page=1&product_type=1&cPath=18_25&pID=31&action=new_product_meta_tags&','76.108.122.208'),(16036,'2011-04-09 10:11:34',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16037,'2011-04-09 10:11:56',1,'product.php','cPath=18_25&product_type=1&pID=31&action=update_product_meta_tags&page=1&','76.108.122.208'),(16038,'2011-04-09 10:11:56',1,'categories.php','cPath=18_25&pID=31&page=1&','76.108.122.208'),(16039,'2011-04-09 10:12:01',1,'product.php','page=1&product_type=1&cPath=18_25&pID=32&action=new_product_meta_tags&','76.108.122.208'),(16040,'2011-04-09 10:12:32',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16041,'2011-04-09 10:12:34',1,'product.php','cPath=18_25&product_type=1&pID=32&action=update_product_meta_tags&page=1&','76.108.122.208'),(16042,'2011-04-09 10:12:35',1,'categories.php','cPath=18_25&pID=32&page=1&','76.108.122.208'),(16043,'2011-04-09 10:12:37',1,'product.php','page=1&product_type=1&cPath=18_25&pID=33&action=new_product_meta_tags&','76.108.122.208'),(16044,'2011-04-09 10:13:00',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16045,'2011-04-09 10:13:02',1,'product.php','cPath=18_25&product_type=1&pID=33&action=update_product_meta_tags&page=1&','76.108.122.208'),(16046,'2011-04-09 10:13:02',1,'categories.php','cPath=18_25&pID=33&page=1&','76.108.122.208'),(16047,'2011-04-09 10:13:05',1,'product.php','page=1&product_type=1&cPath=18_25&pID=34&action=new_product_meta_tags&','76.108.122.208'),(16048,'2011-04-09 10:13:26',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16049,'2011-04-09 10:13:28',1,'product.php','cPath=18_25&product_type=1&pID=34&action=update_product_meta_tags&page=1&','76.108.122.208'),(16050,'2011-04-09 10:13:28',1,'categories.php','cPath=18_25&pID=34&page=1&','76.108.122.208'),(16051,'2011-04-09 10:13:32',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(16052,'2011-04-09 10:13:37',1,'categories.php','cPath=18_24&','76.108.122.208'),(16053,'2011-04-09 10:13:41',1,'product.php','page=1&product_type=1&cPath=18_24&pID=26&action=new_product_meta_tags&','76.108.122.208'),(16054,'2011-04-09 10:14:20',1,'product.php','cPath=18_24&product_type=1&pID=26&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16055,'2011-04-09 10:14:22',1,'product.php','cPath=18_24&product_type=1&pID=26&action=update_product_meta_tags&page=1&','76.108.122.208'),(16056,'2011-04-09 10:14:23',1,'categories.php','cPath=18_24&pID=26&page=1&','76.108.122.208'),(16057,'2011-04-09 10:14:26',1,'product.php','page=1&product_type=1&cPath=18_24&pID=27&action=new_product_meta_tags&','76.108.122.208'),(16058,'2011-04-09 10:14:57',1,'product.php','cPath=18_24&product_type=1&pID=27&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16059,'2011-04-09 10:14:59',1,'product.php','cPath=18_24&product_type=1&pID=27&action=update_product_meta_tags&page=1&','76.108.122.208'),(16060,'2011-04-09 10:14:59',1,'categories.php','cPath=18_24&pID=27&page=1&','76.108.122.208'),(16061,'2011-04-09 10:15:03',1,'product.php','page=1&product_type=1&cPath=18_24&pID=29&action=new_product_meta_tags&','76.108.122.208'),(16062,'2011-04-09 10:15:33',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16063,'2011-04-09 10:15:36',1,'product.php','cPath=18_24&product_type=1&pID=29&action=update_product_meta_tags&page=1&','76.108.122.208'),(16064,'2011-04-09 10:15:36',1,'categories.php','cPath=18_24&pID=29&page=1&','76.108.122.208'),(16065,'2011-04-09 10:15:40',1,'categories.php','cPath=18&cID=24&','76.108.122.208'),(16066,'2011-04-09 10:15:54',1,'categories.php','cPath=18_22&','76.108.122.208'),(16067,'2011-04-09 10:15:57',1,'product.php','page=1&product_type=1&cPath=18_22&pID=21&action=new_product_meta_tags&','76.108.122.208'),(16068,'2011-04-09 10:16:21',1,'product.php','cPath=18_22&product_type=1&pID=21&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16069,'2011-04-09 10:16:23',1,'product.php','cPath=18_22&product_type=1&pID=21&action=update_product_meta_tags&page=1&','76.108.122.208'),(16070,'2011-04-09 10:16:24',1,'categories.php','cPath=18_22&pID=21&page=1&','76.108.122.208'),(16071,'2011-04-09 10:16:26',1,'product.php','page=1&product_type=1&cPath=18_22&pID=22&action=new_product_meta_tags&','76.108.122.208'),(16072,'2011-04-09 10:16:50',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16073,'2011-04-09 10:16:52',1,'product.php','cPath=18_22&product_type=1&pID=22&action=update_product_meta_tags&page=1&','76.108.122.208'),(16074,'2011-04-09 10:16:52',1,'categories.php','cPath=18_22&pID=22&page=1&','76.108.122.208'),(16075,'2011-04-09 10:16:55',1,'product.php','page=1&product_type=1&cPath=18_22&pID=23&action=new_product_meta_tags&','76.108.122.208'),(16076,'2011-04-09 10:17:35',1,'product.php','cPath=18_22&product_type=1&pID=23&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16077,'2011-04-09 10:17:37',1,'product.php','cPath=18_22&product_type=1&pID=23&action=update_product_meta_tags&page=1&','76.108.122.208'),(16078,'2011-04-09 10:17:38',1,'categories.php','cPath=18_22&pID=23&page=1&','76.108.122.208'),(16079,'2011-04-09 10:17:43',1,'product.php','page=1&product_type=1&cPath=18_22&pID=24&action=new_product_meta_tags&','76.108.122.208'),(16080,'2011-04-09 10:18:04',1,'product.php','cPath=18_22&product_type=1&pID=24&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16081,'2011-04-09 10:18:06',1,'product.php','cPath=18_22&product_type=1&pID=24&action=update_product_meta_tags&page=1&','76.108.122.208'),(16082,'2011-04-09 10:18:06',1,'categories.php','cPath=18_22&pID=24&page=1&','76.108.122.208'),(16083,'2011-04-09 10:18:09',1,'product.php','page=1&product_type=1&cPath=18_22&pID=22&action=new_product_meta_tags&','76.108.122.208'),(16084,'2011-04-09 10:18:15',1,'categories.php','cPath=18_22&pID=22&page=1&','76.108.122.208'),(16085,'2011-04-09 10:18:18',1,'categories.php','cPath=18&cID=22&','76.108.122.208'),(16086,'2011-04-09 10:18:20',1,'categories.php','cPath=18_23&','76.108.122.208'),(16087,'2011-04-09 10:18:24',1,'product.php','page=1&product_type=1&cPath=18_23&pID=16&action=new_product_meta_tags&','76.108.122.208'),(16088,'2011-04-09 10:18:52',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16089,'2011-04-09 10:18:55',1,'product.php','cPath=18_23&product_type=1&pID=16&action=update_product_meta_tags&page=1&','76.108.122.208'),(16090,'2011-04-09 10:18:55',1,'categories.php','cPath=18_23&pID=16&page=1&','76.108.122.208'),(16091,'2011-04-09 10:18:58',1,'product.php','page=1&product_type=1&cPath=18_23&pID=17&action=new_product_meta_tags&','76.108.122.208'),(16092,'2011-04-09 10:19:11',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16093,'2011-04-09 10:19:13',1,'product.php','cPath=18_23&product_type=1&pID=17&action=update_product_meta_tags&page=1&','76.108.122.208'),(16094,'2011-04-09 10:19:13',1,'categories.php','cPath=18_23&pID=17&page=1&','76.108.122.208'),(16095,'2011-04-09 10:19:16',1,'product.php','page=1&product_type=1&cPath=18_23&pID=18&action=new_product_meta_tags&','76.108.122.208'),(16096,'2011-04-09 10:19:31',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16097,'2011-04-09 10:19:33',1,'product.php','cPath=18_23&product_type=1&pID=18&action=update_product_meta_tags&page=1&','76.108.122.208'),(16098,'2011-04-09 10:19:33',1,'categories.php','cPath=18_23&pID=18&page=1&','76.108.122.208'),(16099,'2011-04-09 10:19:36',1,'product.php','page=1&product_type=1&cPath=18_23&pID=18&action=new_product_meta_tags&','76.108.122.208'),(16100,'2011-04-09 10:19:41',1,'categories.php','cPath=18_23&pID=18&page=1&','76.108.122.208'),(16101,'2011-04-09 10:19:44',1,'product.php','page=1&product_type=1&cPath=18_23&pID=19&action=new_product_meta_tags&','76.108.122.208'),(16102,'2011-04-09 10:19:58',1,'product.php','cPath=18_23&product_type=1&pID=19&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16103,'2011-04-09 10:20:00',1,'product.php','cPath=18_23&product_type=1&pID=19&action=update_product_meta_tags&page=1&','76.108.122.208'),(16104,'2011-04-09 10:20:00',1,'categories.php','cPath=18_23&pID=19&page=1&','76.108.122.208'),(16105,'2011-04-09 10:20:02',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(16106,'2011-04-09 10:20:07',1,'categories.php','cPath=18_21&','76.108.122.208'),(16107,'2011-04-09 10:20:10',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','76.108.122.208'),(16108,'2011-04-09 10:20:48',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16109,'2011-04-09 10:20:50',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product_meta_tags&page=1&','76.108.122.208'),(16110,'2011-04-09 10:20:51',1,'categories.php','cPath=18_21&pID=11&page=1&','76.108.122.208'),(16111,'2011-04-09 10:20:54',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product_meta_tags&','76.108.122.208'),(16112,'2011-04-09 10:21:07',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16113,'2011-04-09 10:21:09',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product_meta_tags&page=1&','76.108.122.208'),(16114,'2011-04-09 10:21:09',1,'categories.php','cPath=18_21&pID=12&page=1&','76.108.122.208'),(16115,'2011-04-09 10:21:12',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product_meta_tags&','76.108.122.208'),(16116,'2011-04-09 10:21:26',1,'product.php','cPath=18_21&product_type=1&pID=13&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16117,'2011-04-09 10:21:28',1,'product.php','cPath=18_21&product_type=1&pID=13&action=update_product_meta_tags&page=1&','76.108.122.208'),(16118,'2011-04-09 10:21:28',1,'categories.php','cPath=18_21&pID=13&page=1&','76.108.122.208'),(16119,'2011-04-09 10:21:31',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product_meta_tags&','76.108.122.208'),(16120,'2011-04-09 10:21:44',1,'product.php','cPath=18_21&product_type=1&pID=13&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16121,'2011-04-09 10:21:47',1,'product.php','cPath=18_21&product_type=1&pID=13&action=update_product_meta_tags&page=1&','76.108.122.208'),(16122,'2011-04-09 10:21:47',1,'categories.php','cPath=18_21&pID=13&page=1&','76.108.122.208'),(16123,'2011-04-09 10:21:50',1,'product.php','page=1&product_type=1&cPath=18_21&pID=14&action=new_product_meta_tags&','76.108.122.208'),(16124,'2011-04-09 10:22:07',1,'product.php','cPath=18_21&product_type=1&pID=14&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16125,'2011-04-09 10:22:09',1,'product.php','cPath=18_21&product_type=1&pID=14&action=update_product_meta_tags&page=1&','76.108.122.208'),(16126,'2011-04-09 10:22:10',1,'categories.php','cPath=18_21&pID=14&page=1&','76.108.122.208'),(16127,'2011-04-09 10:26:03',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','76.108.122.208'),(16128,'2011-04-09 10:26:09',1,'categories.php','cPath=18_21&pID=11&page=1&','76.108.122.208'),(16129,'2011-04-09 10:26:11',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product_meta_tags&','76.108.122.208'),(16130,'2011-04-09 10:26:20',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16131,'2011-04-09 10:26:22',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product_meta_tags&page=1&','76.108.122.208'),(16132,'2011-04-09 10:26:23',1,'categories.php','cPath=18_21&pID=12&page=1&','76.108.122.208'),(16133,'2011-04-09 10:26:25',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product_meta_tags&','76.108.122.208'),(16134,'2011-04-09 10:26:30',1,'categories.php','cPath=18_21&pID=13&page=1&','76.108.122.208'),(16135,'2011-04-09 10:26:32',1,'product.php','page=1&product_type=1&cPath=18_21&pID=14&action=new_product_meta_tags&','76.108.122.208'),(16136,'2011-04-09 10:26:39',1,'product.php','cPath=18_21&product_type=1&pID=14&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16137,'2011-04-09 10:26:40',1,'product.php','cPath=18_21&product_type=1&pID=14&action=update_product_meta_tags&page=1&','76.108.122.208'),(16138,'2011-04-09 10:26:41',1,'categories.php','cPath=18_21&pID=14&page=1&','76.108.122.208'),(16139,'2011-04-09 10:27:00',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(16140,'2011-04-09 10:27:05',1,'categories.php','cPath=18_24&','76.108.122.208'),(16141,'2011-04-09 10:27:09',1,'product.php','page=1&product_type=1&cPath=18_24&pID=28&action=new_product_meta_tags&','76.108.122.208'),(16142,'2011-04-09 10:27:52',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product_preview_meta_tags&page=1&','76.108.122.208'),(16143,'2011-04-09 10:27:55',1,'product.php','cPath=18_24&product_type=1&pID=28&action=update_product_meta_tags&page=1&','76.108.122.208'),(16144,'2011-04-09 10:27:55',1,'categories.php','cPath=18_24&pID=28&page=1&','76.108.122.208'),(16145,'2011-04-09 10:27:58',1,'product.php','page=1&product_type=1&cPath=18_24&pID=26&action=new_product_meta_tags&','76.108.122.208'),(16146,'2011-04-09 10:28:07',1,'categories.php','cPath=18_24&pID=26&page=1&','76.108.122.208'),(16147,'2011-04-09 10:28:09',1,'product.php','page=1&product_type=1&cPath=18_24&pID=27&action=new_product_meta_tags&','76.108.122.208'),(16148,'2011-04-09 10:28:18',1,'categories.php','cPath=18_24&pID=27&page=1&','76.108.122.208'),(16149,'2011-04-09 10:28:20',1,'product.php','page=1&product_type=1&cPath=18_24&pID=28&action=new_product_meta_tags&','76.108.122.208'),(16150,'2011-04-09 10:28:25',1,'categories.php','cPath=18_24&pID=28&page=1&','76.108.122.208'),(16151,'2011-04-09 10:28:27',1,'product.php','page=1&product_type=1&cPath=18_24&pID=29&action=new_product_meta_tags&','76.108.122.208'),(16152,'2011-04-09 10:28:34',1,'categories.php','cPath=18_24&pID=29&page=1&','76.108.122.208'),(16153,'2011-04-09 10:28:36',1,'categories.php','cPath=18&cID=24&','76.108.122.208'),(16154,'2011-04-09 10:28:39',1,'categories.php','cPath=18_25&','76.108.122.208'),(16155,'2011-04-09 10:28:43',1,'product.php','page=1&product_type=1&cPath=18_25&pID=31&action=new_product_meta_tags&','76.108.122.208'),(16156,'2011-04-09 10:28:48',1,'categories.php','cPath=18_25&pID=31&page=1&','76.108.122.208'),(16157,'2011-04-09 10:28:50',1,'product.php','page=1&product_type=1&cPath=18_25&pID=32&action=new_product_meta_tags&','76.108.122.208'),(16158,'2011-04-09 10:28:59',1,'categories.php','cPath=18_25&pID=32&page=1&','76.108.122.208'),(16159,'2011-04-09 10:29:01',1,'product.php','page=1&product_type=1&cPath=18_25&pID=33&action=new_product_meta_tags&','76.108.122.208'),(16160,'2011-04-09 10:29:06',1,'categories.php','cPath=18_25&pID=33&page=1&','76.108.122.208'),(16161,'2011-04-09 10:29:09',1,'product.php','page=1&product_type=1&cPath=18_25&pID=34&action=new_product&','76.108.122.208'),(16162,'2011-04-09 10:29:14',1,'categories.php','cPath=18_25&pID=33&page=1&','76.108.122.208'),(16163,'2011-04-09 10:29:17',1,'product.php','page=1&product_type=1&cPath=18_25&pID=34&action=new_product_meta_tags&','76.108.122.208'),(16164,'2011-04-09 10:29:23',1,'categories.php','cPath=18_25&pID=34&page=1&','76.108.122.208'),(16165,'2011-04-09 10:43:25',1,'ezpages.php','','76.108.122.208'),(16166,'2011-04-09 10:43:32',1,'ezpages.php','action=new&','76.108.122.208'),(16167,'2011-04-09 10:44:35',1,'ezpages.php','action=insert&','76.108.122.208'),(16168,'2011-04-09 10:44:36',1,'ezpages.php','ezID=9&','76.108.122.208'),(16169,'2011-04-09 10:44:53',1,'ezpages.php','ezID=3&action=new&','76.108.122.208'),(16170,'2011-04-09 10:45:05',1,'ezpages.php','ezID=9&','76.108.122.208'),(16171,'2011-04-09 10:45:08',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16172,'2011-04-09 10:45:34',1,'ezpages.php','action=update&','76.108.122.208'),(16173,'2011-04-09 10:45:35',1,'ezpages.php','ezID=9&','76.108.122.208'),(16174,'2011-04-09 10:45:59',1,'ezpages.php','action=status_sidebox&current=0&ezID=9&page=1&','76.108.122.208'),(16175,'2011-04-09 10:46:00',1,'ezpages.php','page=1&ezID=9&','76.108.122.208'),(16176,'2011-04-09 10:46:10',1,'ezpages.php','action=status_footer&current=0&ezID=6&page=1&','76.108.122.208'),(16177,'2011-04-09 10:46:10',1,'ezpages.php','page=1&ezID=6&','76.108.122.208'),(16178,'2011-04-09 10:48:23',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16179,'2011-04-09 11:02:36',1,'ezpages.php','action=update&','76.108.122.208'),(16180,'2011-04-09 11:02:37',1,'ezpages.php','ezID=9&','76.108.122.208'),(16181,'2011-04-09 11:04:29',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16182,'2011-04-09 11:05:35',1,'ezpages.php','action=update&','76.108.122.208'),(16183,'2011-04-09 11:05:35',1,'ezpages.php','ezID=9&','76.108.122.208'),(16184,'2011-04-09 11:13:00',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16185,'2011-04-09 11:13:36',1,'ezpages.php','action=update&','76.108.122.208'),(16186,'2011-04-09 11:13:36',1,'ezpages.php','ezID=9&','76.108.122.208'),(16187,'2011-04-09 11:15:21',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16188,'2011-04-09 11:15:36',1,'ezpages.php','action=update&','76.108.122.208'),(16189,'2011-04-09 11:15:36',1,'ezpages.php','ezID=9&','76.108.122.208'),(16190,'2011-04-09 11:16:27',1,'categories.php','','76.108.122.208'),(16191,'2011-04-09 11:16:33',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16192,'2011-04-09 11:18:24',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16193,'2011-04-09 11:18:25',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16194,'2011-04-09 11:19:18',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16195,'2011-04-09 11:25:44',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16196,'2011-04-09 11:25:45',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16197,'2011-04-09 11:25:49',1,'ezpages.php','','76.108.122.208'),(16198,'2011-04-09 11:25:51',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16199,'2011-04-09 11:26:28',1,'ezpages.php','action=update&','76.108.122.208'),(16200,'2011-04-09 11:26:29',1,'ezpages.php','ezID=9&','76.108.122.208'),(16201,'2011-04-09 11:26:52',1,'categories.php','','76.108.122.208'),(16202,'2011-04-09 11:26:56',1,'categories.php','cPath=2&','76.108.122.208'),(16203,'2011-04-09 11:27:06',1,'categories.php','cID=2&','76.108.122.208'),(16204,'2011-04-09 11:27:09',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16205,'2011-04-09 11:34:22',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16206,'2011-04-09 11:34:23',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16207,'2011-04-09 11:34:59',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16208,'2011-04-09 11:35:38',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16209,'2011-04-09 11:35:39',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16210,'2011-04-09 11:38:03',1,'ezpages.php','','76.108.122.208'),(16211,'2011-04-09 11:38:05',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16212,'2011-04-09 11:38:33',1,'ezpages.php','action=update&','76.108.122.208'),(16213,'2011-04-09 11:38:34',1,'ezpages.php','ezID=9&','76.108.122.208'),(16214,'2011-04-09 11:38:44',1,'categories.php','','76.108.122.208'),(16215,'2011-04-09 11:38:48',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16216,'2011-04-09 11:38:59',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16217,'2011-04-09 11:39:00',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16218,'2011-04-09 11:40:56',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16219,'2011-04-09 11:41:23',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16220,'2011-04-09 11:41:23',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16221,'2011-04-09 11:47:56',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16222,'2011-04-09 11:48:21',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16223,'2011-04-09 11:48:22',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16224,'2011-04-09 14:53:09',0,'login.php ','','76.108.122.208'),(16225,'2011-04-09 14:53:20',0,'login.php surpro','','76.108.122.208'),(16226,'2011-04-09 14:53:27',1,'categories.php','','76.108.122.208'),(16227,'2011-04-09 14:53:33',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16228,'2011-04-09 14:56:58',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16229,'2011-04-09 14:56:58',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16230,'2011-04-09 14:58:35',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16231,'2011-04-09 14:59:57',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16232,'2011-04-09 14:59:57',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16233,'2011-04-09 15:00:37',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16234,'2011-04-09 15:02:10',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16235,'2011-04-09 15:02:10',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16236,'2011-04-09 15:02:52',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16237,'2011-04-09 15:03:11',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16238,'2011-04-09 15:03:11',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16239,'2011-04-09 15:07:03',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16240,'2011-04-09 15:07:32',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16241,'2011-04-09 15:07:33',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16242,'2011-04-09 15:12:39',1,'categories.php','cPath=&cID=2&action=edit_category&','76.108.122.208'),(16243,'2011-04-09 15:12:49',1,'categories.php','cPath=&cID=2&','76.108.122.208'),(16244,'2011-04-09 15:12:52',1,'ezpages.php','','76.108.122.208'),(16245,'2011-04-09 15:12:55',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16246,'2011-04-09 15:13:38',1,'ezpages.php','action=update&','76.108.122.208'),(16247,'2011-04-09 15:13:39',1,'ezpages.php','ezID=9&','76.108.122.208'),(16248,'2011-04-09 15:16:53',1,'ezpages.php','ezID=9&','76.108.122.208'),(16249,'2011-04-09 15:19:35',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16250,'2011-04-09 15:20:11',1,'ezpages.php','action=update&','76.108.122.208'),(16251,'2011-04-09 15:20:12',1,'ezpages.php','ezID=9&','76.108.122.208'),(16252,'2011-04-09 15:21:12',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16253,'2011-04-09 15:22:14',1,'ezpages.php','ezID=9&','76.108.122.208'),(16254,'2011-04-09 15:22:36',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16255,'2011-04-09 15:23:17',1,'ezpages.php','action=update&','76.108.122.208'),(16256,'2011-04-09 15:23:17',1,'ezpages.php','ezID=9&','76.108.122.208'),(16257,'2011-04-09 15:23:52',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16258,'2011-04-09 15:24:35',1,'ezpages.php','action=update&','76.108.122.208'),(16259,'2011-04-09 15:24:35',1,'ezpages.php','ezID=9&','76.108.122.208'),(16260,'2011-04-09 15:25:20',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16261,'2011-04-09 15:25:39',1,'ezpages.php','action=update&','76.108.122.208'),(16262,'2011-04-09 15:25:40',1,'ezpages.php','ezID=9&','76.108.122.208'),(16263,'2011-04-09 15:26:17',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16264,'2011-04-09 15:29:10',1,'ezpages.php','action=update&','76.108.122.208'),(16265,'2011-04-09 15:29:11',1,'ezpages.php','ezID=9&','76.108.122.208'),(16266,'2011-04-09 15:31:05',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16267,'2011-04-09 15:31:52',1,'ezpages.php','action=update&','76.108.122.208'),(16268,'2011-04-09 15:31:53',1,'ezpages.php','ezID=9&','76.108.122.208'),(16269,'2011-04-09 15:32:09',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16270,'2011-04-09 15:32:33',1,'ezpages.php','action=update&','76.108.122.208'),(16271,'2011-04-09 15:32:34',1,'ezpages.php','ezID=9&','76.108.122.208'),(16272,'2011-04-09 15:32:39',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16273,'2011-04-09 15:33:37',1,'ezpages.php','action=update&','76.108.122.208'),(16274,'2011-04-09 15:33:38',1,'ezpages.php','ezID=9&','76.108.122.208'),(16275,'2011-04-09 15:34:53',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16276,'2011-04-09 15:35:26',1,'ezpages.php','action=update&','76.108.122.208'),(16277,'2011-04-09 15:35:27',1,'ezpages.php','ezID=9&','76.108.122.208'),(16278,'2011-04-09 15:35:53',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16279,'2011-04-09 15:36:16',1,'ezpages.php','action=update&','76.108.122.208'),(16280,'2011-04-09 15:36:17',1,'ezpages.php','ezID=9&','76.108.122.208'),(16281,'2011-04-09 15:36:59',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16282,'2011-04-09 15:39:10',1,'ezpages.php','action=update&','76.108.122.208'),(16283,'2011-04-09 15:39:10',1,'ezpages.php','ezID=9&','76.108.122.208'),(16284,'2011-04-09 15:43:57',1,'ezpages.php','','76.108.122.208'),(16285,'2011-04-09 15:43:59',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16286,'2011-04-09 15:44:33',1,'ezpages.php','action=update&','76.108.122.208'),(16287,'2011-04-09 15:44:33',1,'ezpages.php','ezID=9&','76.108.122.208'),(16288,'2011-04-09 15:44:54',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16289,'2011-04-09 15:45:52',1,'ezpages.php','action=update&','76.108.122.208'),(16290,'2011-04-09 15:45:53',1,'ezpages.php','ezID=9&','76.108.122.208'),(16291,'2011-04-09 15:45:57',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16292,'2011-04-09 15:52:37',1,'ezpages.php','action=update&','76.108.122.208'),(16293,'2011-04-09 15:52:37',1,'ezpages.php','ezID=9&','76.108.122.208'),(16294,'2011-04-09 15:53:03',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16295,'2011-04-09 15:53:20',1,'ezpages.php','action=update&','76.108.122.208'),(16296,'2011-04-09 15:53:20',1,'ezpages.php','ezID=9&','76.108.122.208'),(16297,'2011-04-09 15:53:35',1,'ezpages.php','ezID=9&action=new&','76.108.122.208'),(16298,'2011-04-09 15:53:53',1,'ezpages.php','action=update&','76.108.122.208'),(16299,'2011-04-09 15:53:53',1,'ezpages.php','ezID=9&','76.108.122.208'),(16300,'2011-04-10 05:33:25',0,'login.php ','','76.108.122.208'),(16301,'2011-04-10 05:33:38',0,'login.php surpro','','76.108.122.208'),(16302,'2011-04-10 09:56:40',0,'login.php ','','76.108.122.208'),(16303,'2011-04-10 09:56:48',0,'login.php surpro','','76.108.122.208'),(16304,'2011-04-10 10:36:18',1,'categories.php','','76.108.122.208'),(16305,'2011-04-10 10:36:33',1,'categories.php','cPath=18&','76.108.122.208'),(16306,'2011-04-10 10:36:59',1,'categories.php','cPath=18&cID=21&action=edit_category&','76.108.122.208'),(16307,'2011-04-10 10:37:20',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(16308,'2011-04-10 10:37:21',1,'categories.php','cPath=18&cID=21&','76.108.122.208'),(16309,'2011-04-10 10:37:28',1,'categories.php','cPath=18&cID=22&action=edit_category&','76.108.122.208'),(16310,'2011-04-10 10:37:42',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(16311,'2011-04-10 10:37:43',1,'categories.php','cPath=18&cID=22&','76.108.122.208'),(16312,'2011-04-10 10:37:47',1,'categories.php','cPath=18_23&','76.108.122.208'),(16313,'2011-04-10 10:37:51',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(16314,'2011-04-10 10:37:53',1,'categories.php','cPath=18&cID=23&action=edit_category&','76.108.122.208'),(16315,'2011-04-10 10:38:07',1,'categories.php','action=update_category&cPath=18&','76.108.122.208'),(16316,'2011-04-10 10:38:08',1,'categories.php','cPath=18&cID=23&','76.108.122.208'),(16317,'2011-04-10 10:38:13',1,'categories.php','cID=18&','76.108.122.208'),(16318,'2011-04-10 10:38:17',1,'categories.php','cPath=5&','76.108.122.208'),(16319,'2011-04-10 10:38:21',1,'categories.php','cPath=5&cID=19&action=edit_category&','76.108.122.208'),(16320,'2011-04-10 10:38:30',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16321,'2011-04-10 10:38:30',1,'categories.php','cPath=5&cID=19&','76.108.122.208'),(16322,'2011-04-10 10:38:34',1,'categories.php','cPath=5&cID=26&action=edit_category&','76.108.122.208'),(16323,'2011-04-10 10:38:42',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16324,'2011-04-10 10:38:42',1,'categories.php','cPath=5&cID=26&','76.108.122.208'),(16325,'2011-04-10 10:38:46',1,'categories.php','cPath=5&cID=27&action=edit_category&','76.108.122.208'),(16326,'2011-04-10 10:38:55',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16327,'2011-04-10 10:38:55',1,'categories.php','cPath=5&cID=27&','76.108.122.208'),(16328,'2011-04-10 10:39:00',1,'categories.php','cPath=5&cID=20&action=edit_category&','76.108.122.208'),(16329,'2011-04-10 10:39:10',1,'categories.php','action=update_category&cPath=5&','76.108.122.208'),(16330,'2011-04-10 10:39:10',1,'categories.php','cPath=5&cID=20&','76.108.122.208'),(16331,'2011-04-13 11:14:23',0,'login.php ','','76.108.122.208'),(16332,'2011-04-14 21:40:30',0,'login.php ','','76.108.122.208'),(16333,'2011-04-14 21:40:45',0,'login.php surpro','','76.108.122.208'),(16334,'2011-04-14 21:40:56',1,'customers.php','search=McNeal&origin=index&','76.108.122.208'),(16335,'2011-04-14 21:41:28',1,'customers.php','action=list_addresses&cID=4&page=1&','76.108.122.208'),(16336,'2011-04-14 21:42:06',1,'customers.php','search=McNeal&origin=index&','76.108.122.208'),(16337,'2011-04-14 21:45:40',1,'layout_controller.php','','76.108.122.208'),(16338,'2011-04-14 21:45:47',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(16339,'2011-04-14 21:45:51',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(16340,'2011-04-14 21:46:01',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(16341,'2011-04-14 21:46:01',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(16342,'2011-04-14 21:47:19',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(16343,'2011-04-14 21:47:36',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(16344,'2011-04-14 21:47:37',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(16345,'2011-04-14 21:48:04',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(16346,'2011-04-14 21:48:14',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(16347,'2011-04-14 21:48:14',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(16348,'2011-04-14 21:49:42',1,'layout_controller.php','page=&cID=106&action=edit&','76.108.122.208'),(16349,'2011-04-14 21:49:53',1,'layout_controller.php','page=&cID=106&action=save&layout_box_name=ezpages_drop_menu.php&','76.108.122.208'),(16350,'2011-04-14 21:49:54',1,'layout_controller.php','page=&cID=106&','76.108.122.208'),(16351,'2011-04-14 21:58:16',1,'modules.php','set=payment&','76.108.122.208'),(16352,'2011-04-15 06:44:15',0,'login.php ','','76.108.122.208'),(16353,'2011-04-15 06:44:40',0,'login.php surpro','','76.108.122.208'),(16354,'2011-04-15 06:44:57',1,'customers.php','search=McNeal&origin=index&','76.108.122.208'),(16355,'2011-04-15 06:45:03',1,'mail.php','origin=customers.php&mode=NONSSL&selected_box=tools&customer=2125joem@comcast.net&cID=4&','76.108.122.208'),(16356,'2011-04-15 06:56:30',1,'mail.php','action=preview&','76.108.122.208'),(16357,'2011-04-15 06:57:13',1,'configuration.php','gID=12&','76.108.122.208'),(16358,'2011-04-15 06:57:43',1,'configuration.php','gID=12&cID=253&action=edit&','76.108.122.208'),(16359,'2011-04-15 06:57:46',1,'configuration.php','gID=12&cID=253&action=save&','76.108.122.208'),(16360,'2011-04-15 06:57:47',1,'configuration.php','gID=12&cID=253&','76.108.122.208'),(16361,'2011-04-15 06:59:39',1,'configuration.php','gID=12&cID=253&action=edit&','76.108.122.208'),(16362,'2011-04-15 06:59:41',1,'configuration.php','gID=12&','76.108.122.208'),(16363,'2011-04-15 06:59:48',1,'mail.php','action=preview&','76.108.122.208'),(16364,'2011-04-15 07:52:48',1,'developers_tool_kit.php','','76.108.122.208'),(16365,'2011-04-15 08:03:10',1,'developers_tool_kit.php','','76.108.122.208'),(16366,'2011-04-15 08:03:34',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(16367,'2011-04-15 08:10:14',1,'define_pages_editor.php','','76.108.122.208'),(16368,'2011-04-15 08:10:20',1,'define_pages_editor.php','securityToken=977c976caf70a4cc8b9726c5d595e640&define_it=9&action=new_page&','76.108.122.208'),(16369,'2011-04-15 08:11:00',1,'define_pages_editor.php','lngdir=english&filename=define_privacy.php&action=save&','76.108.122.208'),(16370,'2011-04-15 08:11:01',1,'define_pages_editor.php','','76.108.122.208'),(16371,'2011-04-15 08:12:24',1,'developers_tool_kit.php','','76.108.122.208'),(16372,'2011-04-15 08:12:39',1,'developers_tool_kit.php','action=locate_all_files&','76.108.122.208'),(16373,'2011-04-15 08:16:07',1,'define_pages_editor.php','','76.108.122.208'),(16374,'2011-04-15 08:16:21',1,'define_pages_editor.php','securityToken=977c976caf70a4cc8b9726c5d595e640&define_it=7&action=new_page&','76.108.122.208'),(16375,'2011-04-15 08:39:29',1,'categories.php','','76.108.122.208'),(16376,'2011-04-15 08:39:35',1,'categories.php','cPath=5&','76.108.122.208'),(16377,'2011-04-15 08:39:41',1,'categories.php','cPath=5_19&','76.108.122.208'),(16378,'2011-04-15 08:39:59',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product&','76.108.122.208'),(16379,'2011-04-15 08:40:44',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview&page=1&','76.108.122.208'),(16380,'2011-04-15 08:40:56',1,'product.php','cPath=5_19&product_type=1&pID=2&action=update_product&page=1&','76.108.122.208'),(16381,'2011-04-15 08:41:15',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview&page=1&','76.108.122.208'),(16382,'2011-04-15 08:41:19',1,'product.php','cPath=5_19&product_type=1&pID=2&action=update_product&page=1&','76.108.122.208'),(16383,'2011-04-15 08:41:19',1,'categories.php','cPath=5_19&pID=2&page=1&','76.108.122.208'),(16384,'2011-04-15 08:45:04',1,'layout_controller.php','','76.108.122.208'),(16385,'2011-04-15 08:45:04',1,'layout_controller.php','','76.108.122.208'),(16386,'2011-04-15 12:00:36',0,'login.php ','','68.208.127.1'),(16387,'2011-04-15 12:00:48',0,'login.php surpro','','68.208.127.1'),(16388,'2011-04-15 12:00:56',1,'customers.php','search=McNeal&origin=index&','68.208.127.1'),(16389,'2011-04-15 12:01:05',1,'categories.php','','68.208.127.1'),(16390,'2011-04-15 12:01:12',1,'categories.php','cPath=&cID=5&action=edit_category&','68.208.127.1'),(16391,'2011-04-15 12:02:49',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(16392,'2011-04-15 12:02:49',1,'categories.php','cPath=&cID=5&','68.208.127.1'),(16393,'2011-04-15 12:04:25',1,'categories.php','cPath=&cID=18&action=edit_category&','68.208.127.1'),(16394,'2011-04-15 12:04:57',1,'categories.php','action=update_category&cPath=&','68.208.127.1'),(16395,'2011-04-15 12:04:57',1,'categories.php','cPath=&cID=18&','68.208.127.1'),(16396,'2011-04-15 12:08:49',1,'categories.php','cPath=18&','68.208.127.1'),(16397,'2011-04-15 12:08:58',1,'categories.php','cPath=18&cID=25&action=edit_category&','68.208.127.1'),(16398,'2011-04-15 12:09:30',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(16399,'2011-04-15 12:09:31',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16400,'2011-04-15 12:09:35',1,'categories.php','cPath=18&cID=24&action=edit_category&','68.208.127.1'),(16401,'2011-04-15 12:09:48',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(16402,'2011-04-15 12:09:48',1,'categories.php','cPath=18&cID=24&','68.208.127.1'),(16403,'2011-04-15 12:10:19',1,'categories.php','cPath=18&cID=22&action=edit_category&','68.208.127.1'),(16404,'2011-04-15 12:10:31',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(16405,'2011-04-15 12:10:32',1,'categories.php','cPath=18&cID=22&','68.208.127.1'),(16406,'2011-04-15 12:11:04',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(16407,'2011-04-15 12:11:28',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(16408,'2011-04-15 12:11:29',1,'categories.php','cPath=18&cID=21&','68.208.127.1'),(16409,'2011-04-15 12:11:34',1,'categories.php','cPath=18&cID=23&action=edit_category&','68.208.127.1'),(16410,'2011-04-15 12:11:44',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(16411,'2011-04-15 12:11:44',1,'categories.php','cPath=18&cID=23&','68.208.127.1'),(16412,'2011-04-15 12:19:03',1,'categories.php','cID=18&','68.208.127.1'),(16413,'2011-04-15 12:19:08',1,'categories.php','cPath=5&','68.208.127.1'),(16414,'2011-04-15 12:19:10',1,'categories.php','cPath=5&cID=19&action=edit_category&','68.208.127.1'),(16415,'2011-04-15 12:19:43',1,'categories.php','cPath=5&cID=19&','68.208.127.1'),(16416,'2011-04-15 12:19:48',1,'categories.php','cID=5&','68.208.127.1'),(16417,'2011-04-15 12:19:51',1,'categories.php','cPath=18&','68.208.127.1'),(16418,'2011-04-15 12:19:55',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(16419,'2011-04-15 12:20:09',1,'categories.php','cPath=18&cID=21&','68.208.127.1'),(16420,'2011-04-15 12:20:13',1,'categories.php','cPath=18&cID=23&action=edit_category&','68.208.127.1'),(16421,'2011-04-15 12:20:21',1,'categories.php','cPath=18&cID=23&','68.208.127.1'),(16422,'2011-04-15 12:20:26',1,'categories.php','cID=18&','68.208.127.1'),(16423,'2011-04-15 12:20:33',1,'categories.php','cPath=18&','68.208.127.1'),(16424,'2011-04-15 12:20:37',1,'categories.php','cPath=18&cID=25&action=edit_category&','68.208.127.1'),(16425,'2011-04-15 12:20:46',1,'categories.php','action=update_category&cPath=18&','68.208.127.1'),(16426,'2011-04-15 12:20:46',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16427,'2011-04-15 12:20:50',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(16428,'2011-04-15 12:20:57',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16429,'2011-04-15 12:21:01',1,'categories.php','cPath=18&cID=23&action=edit_category&','68.208.127.1'),(16430,'2011-04-15 12:21:05',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16431,'2011-04-15 12:21:09',1,'categories.php','cPath=18&cID=22&action=edit_category&','68.208.127.1'),(16432,'2011-04-15 12:21:12',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16433,'2011-04-15 12:21:13',1,'categories.php','cPath=18&cID=25&action=edit_category&','68.208.127.1'),(16434,'2011-04-15 12:21:16',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16435,'2011-04-15 12:22:30',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(16436,'2011-04-15 12:22:36',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16437,'2011-04-15 12:23:20',1,'categories.php','cPath=18&cID=21&action=edit_category&','68.208.127.1'),(16438,'2011-04-15 12:23:24',1,'categories.php','cPath=18&cID=25&','68.208.127.1'),(16439,'2011-04-15 12:23:26',1,'categories.php','cPath=18_21&','68.208.127.1'),(16440,'2011-04-15 12:23:33',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product&','68.208.127.1'),(16441,'2011-04-15 12:28:24',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview&','68.208.127.1'),(16442,'2011-04-15 12:28:44',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product&','68.208.127.1'),(16443,'2011-04-15 12:28:45',1,'categories.php','cPath=18_21&pID=11&','68.208.127.1'),(16444,'2011-04-15 12:30:03',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product&','68.208.127.1'),(16445,'2011-04-15 12:30:37',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview&page=1&','68.208.127.1'),(16446,'2011-04-15 12:30:44',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product&page=1&','68.208.127.1'),(16447,'2011-04-15 12:30:44',1,'categories.php','cPath=18_21&pID=11&page=1&','68.208.127.1'),(16448,'2011-04-15 12:33:28',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product&','68.208.127.1'),(16449,'2011-04-15 12:34:38',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview&page=1&','68.208.127.1'),(16450,'2011-04-15 12:34:42',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product&page=1&','68.208.127.1'),(16451,'2011-04-15 12:34:42',1,'categories.php','cPath=18_21&pID=11&page=1&','68.208.127.1'),(16452,'2011-04-15 12:34:46',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product&','68.208.127.1'),(16453,'2011-04-15 12:36:05',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview&page=1&','68.208.127.1'),(16454,'2011-04-15 12:36:13',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product&page=1&','68.208.127.1'),(16455,'2011-04-15 12:36:13',1,'categories.php','cPath=18_21&pID=12&page=1&','68.208.127.1'),(16456,'2011-04-15 12:36:17',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product&','68.208.127.1'),(16457,'2011-04-15 12:36:41',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview&page=1&','68.208.127.1'),(16458,'2011-04-15 12:36:45',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product&page=1&','68.208.127.1'),(16459,'2011-04-15 12:36:45',1,'categories.php','cPath=18_21&pID=12&page=1&','68.208.127.1'),(16460,'2011-04-15 12:36:49',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product&','68.208.127.1'),(16461,'2011-04-15 12:37:25',1,'product.php','cPath=18_21&product_type=1&pID=13&action=new_product_preview&page=1&','68.208.127.1'),(16462,'2011-04-15 12:37:30',1,'product.php','cPath=18_21&product_type=1&pID=13&action=update_product&page=1&','68.208.127.1'),(16463,'2011-04-15 12:37:30',1,'categories.php','cPath=18_21&pID=13&page=1&','68.208.127.1'),(16464,'2011-04-15 12:37:34',1,'product.php','page=1&product_type=1&cPath=18_21&pID=14&action=new_product&','68.208.127.1'),(16465,'2011-04-15 12:38:04',1,'product.php','cPath=18_21&product_type=1&pID=14&action=new_product_preview&page=1&','68.208.127.1'),(16466,'2011-04-15 12:38:08',1,'product.php','cPath=18_21&product_type=1&pID=14&action=update_product&page=1&','68.208.127.1'),(16467,'2011-04-15 12:38:09',1,'categories.php','cPath=18_21&pID=14&page=1&','68.208.127.1'),(16468,'2011-04-15 12:38:13',1,'categories.php','cPath=18&cID=21&','68.208.127.1'),(16469,'2011-04-15 12:38:25',1,'categories.php','cPath=18_22&','68.208.127.1'),(16470,'2011-04-15 12:39:20',1,'categories.php','cPath=18&cID=22&','68.208.127.1'),(16471,'2011-04-15 12:39:22',1,'categories.php','cPath=18_23&','68.208.127.1'),(16472,'2011-04-15 12:39:26',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product&','68.208.127.1'),(16473,'2011-04-15 12:41:35',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product_preview&','68.208.127.1'),(16474,'2011-04-15 12:41:39',1,'product.php','cPath=18_23&product_type=1&pID=16&action=update_product&','68.208.127.1'),(16475,'2011-04-15 12:41:40',1,'categories.php','cPath=18_23&pID=16&','68.208.127.1'),(16476,'2011-04-15 12:41:43',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product&','68.208.127.1'),(16477,'2011-04-15 12:42:02',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product_preview&','68.208.127.1'),(16478,'2011-04-15 12:42:07',1,'product.php','cPath=18_23&product_type=1&pID=17&action=update_product&','68.208.127.1'),(16479,'2011-04-15 12:42:07',1,'categories.php','cPath=18_23&pID=17&','68.208.127.1'),(16480,'2011-04-15 12:42:10',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product&','68.208.127.1'),(16481,'2011-04-15 12:42:28',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product_preview&','68.208.127.1'),(16482,'2011-04-15 12:42:41',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product_preview&','68.208.127.1'),(16483,'2011-04-15 12:43:00',1,'product.php','cPath=18_23&product_type=1&pID=18&action=update_product&','68.208.127.1'),(16484,'2011-04-15 12:43:30',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product_preview&','68.208.127.1'),(16485,'2011-04-15 12:43:34',1,'product.php','cPath=18_23&product_type=1&pID=18&action=update_product&','68.208.127.1'),(16486,'2011-04-15 12:43:34',1,'categories.php','cPath=18_23&pID=18&','68.208.127.1'),(16487,'2011-04-15 12:43:38',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product&','68.208.127.1'),(16488,'2011-04-15 12:43:47',1,'categories.php','cPath=18_23&pID=18&','68.208.127.1'),(16489,'2011-04-15 12:43:50',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product&','68.208.127.1'),(16490,'2011-04-15 12:44:20',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product_preview&','68.208.127.1'),(16491,'2011-04-15 12:44:28',1,'product.php','cPath=18_23&product_type=1&pID=17&action=update_product&','68.208.127.1'),(16492,'2011-04-15 12:44:28',1,'categories.php','cPath=18_23&pID=17&','68.208.127.1'),(16493,'2011-04-15 12:44:31',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product&','68.208.127.1'),(16494,'2011-04-15 12:44:48',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product_preview&','68.208.127.1'),(16495,'2011-04-15 12:44:51',1,'product.php','cPath=18_23&product_type=1&pID=16&action=update_product&','68.208.127.1'),(16496,'2011-04-15 12:44:52',1,'categories.php','cPath=18_23&pID=16&','68.208.127.1'),(16497,'2011-04-15 12:44:54',1,'product.php','cPath=18_23&product_type=1&pID=19&action=new_product&','68.208.127.1'),(16498,'2011-04-15 12:45:15',1,'product.php','cPath=18_23&product_type=1&pID=19&action=new_product_preview&','68.208.127.1'),(16499,'2011-04-15 12:45:19',1,'product.php','cPath=18_23&product_type=1&pID=19&action=update_product&','68.208.127.1'),(16500,'2011-04-15 12:45:19',1,'categories.php','cPath=18_23&pID=19&','68.208.127.1'),(16501,'2011-04-15 12:45:23',1,'categories.php','cPath=18&cID=23&','68.208.127.1'),(16502,'2011-04-15 12:45:29',1,'categories.php','cPath=18_22&','68.208.127.1'),(16503,'2011-04-15 12:46:14',1,'categories.php','cPath=18&cID=22&','68.208.127.1'),(16504,'2011-04-15 12:46:17',1,'categories.php','cPath=18_21&','68.208.127.1'),(16505,'2011-04-15 12:46:20',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product&','68.208.127.1'),(16506,'2011-04-15 12:46:39',1,'categories.php','cPath=18_21&pID=11&','68.208.127.1'),(16507,'2011-04-15 12:46:43',1,'categories.php','cPath=18&cID=21&','68.208.127.1'),(16508,'2011-04-15 12:46:47',1,'categories.php','cPath=18_22&','68.208.127.1'),(16509,'2011-04-15 12:46:50',1,'product.php','cPath=18_22&product_type=1&pID=21&action=new_product&','68.208.127.1'),(16510,'2011-04-15 12:49:09',1,'product.php','cPath=18_22&product_type=1&pID=21&action=new_product_preview&','68.208.127.1'),(16511,'2011-04-15 12:49:15',1,'product.php','cPath=18_22&product_type=1&pID=21&action=update_product&','68.208.127.1'),(16512,'2011-04-15 12:49:15',1,'categories.php','cPath=18_22&pID=21&','68.208.127.1'),(16513,'2011-04-15 12:49:21',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product&','68.208.127.1'),(16514,'2011-04-15 12:49:51',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product_preview&','68.208.127.1'),(16515,'2011-04-15 12:50:03',1,'product.php','cPath=18_22&product_type=1&pID=22&action=update_product&','68.208.127.1'),(16516,'2011-04-15 12:51:10',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product_preview&','68.208.127.1'),(16517,'2011-04-15 12:51:17',1,'product.php','cPath=18_22&product_type=1&pID=22&action=update_product&','68.208.127.1'),(16518,'2011-04-15 12:51:17',1,'categories.php','cPath=18_22&pID=22&','68.208.127.1'),(16519,'2011-04-15 12:51:20',1,'product.php','cPath=18_22&product_type=1&pID=23&action=new_product&','68.208.127.1'),(16520,'2011-04-15 12:51:41',1,'product.php','cPath=18_22&product_type=1&pID=23&action=new_product_preview&','68.208.127.1'),(16521,'2011-04-15 12:51:45',1,'product.php','cPath=18_22&product_type=1&pID=23&action=update_product&','68.208.127.1'),(16522,'2011-04-15 12:51:45',1,'categories.php','cPath=18_22&pID=23&','68.208.127.1'),(16523,'2011-04-15 12:51:48',1,'product.php','cPath=18_22&product_type=1&pID=24&action=new_product&','68.208.127.1'),(16524,'2011-04-15 12:52:08',1,'product.php','cPath=18_22&product_type=1&pID=24&action=new_product_preview&','68.208.127.1'),(16525,'2011-04-15 12:52:12',1,'product.php','cPath=18_22&product_type=1&pID=24&action=update_product&','68.208.127.1'),(16526,'2011-04-15 12:52:12',1,'categories.php','cPath=18_22&pID=24&','68.208.127.1'),(16527,'2011-04-15 12:52:20',1,'categories.php','cPath=18&cID=22&','68.208.127.1'),(16528,'2011-04-15 12:52:27',1,'categories.php','cPath=18&cID=24&action=edit_category&','68.208.127.1'),(16529,'2011-04-15 12:52:33',1,'categories.php','cPath=18&cID=22&','68.208.127.1'),(16530,'2011-04-15 12:52:36',1,'categories.php','cPath=18_24&','68.208.127.1'),(16531,'2011-04-15 12:52:39',1,'product.php','cPath=18_24&product_type=1&pID=26&action=new_product&','68.208.127.1'),(16532,'2011-04-15 12:53:07',1,'product.php','cPath=18_24&product_type=1&pID=26&action=new_product_preview&','68.208.127.1'),(16533,'2011-04-15 12:53:13',1,'product.php','cPath=18_24&product_type=1&pID=26&action=update_product&','68.208.127.1'),(16534,'2011-04-15 12:53:13',1,'categories.php','cPath=18_24&pID=26&','68.208.127.1'),(16535,'2011-04-15 12:53:16',1,'product.php','cPath=18_24&product_type=1&pID=27&action=new_product&','68.208.127.1'),(16536,'2011-04-15 12:53:30',1,'product.php','cPath=18_24&product_type=1&pID=27&action=new_product_preview&','68.208.127.1'),(16537,'2011-04-15 12:53:33',1,'product.php','cPath=18_24&product_type=1&pID=27&action=update_product&','68.208.127.1'),(16538,'2011-04-15 12:53:34',1,'categories.php','cPath=18_24&pID=27&','68.208.127.1'),(16539,'2011-04-15 12:53:36',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product&','68.208.127.1'),(16540,'2011-04-15 12:53:52',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product_preview&','68.208.127.1'),(16541,'2011-04-15 12:53:55',1,'product.php','cPath=18_24&product_type=1&pID=28&action=update_product&','68.208.127.1'),(16542,'2011-04-15 12:53:56',1,'categories.php','cPath=18_24&pID=28&','68.208.127.1'),(16543,'2011-04-15 12:53:58',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product&','68.208.127.1'),(16544,'2011-04-15 12:54:19',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product_preview&','68.208.127.1'),(16545,'2011-04-15 12:54:23',1,'product.php','cPath=18_24&product_type=1&pID=29&action=update_product&','68.208.127.1'),(16546,'2011-04-15 12:54:23',1,'categories.php','cPath=18_24&pID=29&','68.208.127.1'),(16547,'2011-04-15 12:54:26',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product&','68.208.127.1'),(16548,'2011-04-15 12:54:47',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product_preview&','68.208.127.1'),(16549,'2011-04-15 12:54:50',1,'product.php','cPath=18_24&product_type=1&pID=29&action=update_product&','68.208.127.1'),(16550,'2011-04-15 12:54:50',1,'categories.php','cPath=18_24&pID=29&','68.208.127.1'),(16551,'2011-04-15 12:54:54',1,'categories.php','cPath=18&cID=24&','68.208.127.1'),(16552,'2011-04-15 12:54:58',1,'categories.php','cPath=18_25&','68.208.127.1'),(16553,'2011-04-15 12:55:01',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product&','68.208.127.1'),(16554,'2011-04-15 12:55:41',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product_preview&','68.208.127.1'),(16555,'2011-04-15 12:55:46',1,'product.php','cPath=18_25&product_type=1&pID=31&action=update_product&','68.208.127.1'),(16556,'2011-04-15 12:55:46',1,'categories.php','cPath=18_25&pID=31&','68.208.127.1'),(16557,'2011-04-15 12:55:49',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product&','68.208.127.1'),(16558,'2011-04-15 12:56:10',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product_preview&','68.208.127.1'),(16559,'2011-04-15 12:56:14',1,'product.php','cPath=18_25&product_type=1&pID=32&action=update_product&','68.208.127.1'),(16560,'2011-04-15 12:56:14',1,'categories.php','cPath=18_25&pID=32&','68.208.127.1'),(16561,'2011-04-15 12:56:19',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product&','68.208.127.1'),(16562,'2011-04-15 12:56:51',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product_preview&','68.208.127.1'),(16563,'2011-04-15 12:56:55',1,'product.php','cPath=18_25&product_type=1&pID=33&action=update_product&','68.208.127.1'),(16564,'2011-04-15 12:56:55',1,'categories.php','cPath=18_25&pID=33&','68.208.127.1'),(16565,'2011-04-15 12:56:58',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product&','68.208.127.1'),(16566,'2011-04-15 12:57:17',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product_preview&','68.208.127.1'),(16567,'2011-04-15 12:57:20',1,'product.php','cPath=18_25&product_type=1&pID=34&action=update_product&','68.208.127.1'),(16568,'2011-04-15 12:57:20',1,'categories.php','cPath=18_25&pID=34&','68.208.127.1'),(16569,'2011-04-15 13:17:44',1,'ezpages.php','','68.208.127.1'),(16570,'2011-04-15 13:18:05',1,'ezpages.php','action=new&','68.208.127.1'),(16571,'2011-04-15 13:34:22',1,'ezpages.php','action=insert&','68.208.127.1'),(16572,'2011-04-15 13:34:23',1,'ezpages.php','ezID=10&','68.208.127.1'),(16573,'2011-04-15 13:34:30',1,'ezpages.php','action=status_sidebox&current=0&ezID=10&page=1&','68.208.127.1'),(16574,'2011-04-15 13:34:30',1,'ezpages.php','page=1&ezID=10&','68.208.127.1'),(16575,'2011-04-15 13:35:53',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16576,'2011-04-15 13:36:10',1,'ezpages.php','action=update&','68.208.127.1'),(16577,'2011-04-15 13:36:10',1,'ezpages.php','ezID=10&','68.208.127.1'),(16578,'2011-04-15 13:39:11',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16579,'2011-04-15 13:39:58',1,'ezpages.php','action=update&','68.208.127.1'),(16580,'2011-04-15 13:39:58',1,'ezpages.php','ezID=10&','68.208.127.1'),(16581,'2011-04-15 13:41:12',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16582,'2011-04-15 13:49:52',1,'ezpages.php','action=update&','68.208.127.1'),(16583,'2011-04-15 13:49:53',1,'ezpages.php','ezID=10&','68.208.127.1'),(16584,'2011-04-15 13:50:04',1,'ezpages.php','action=status_sidebox&current=0&ezID=10&page=1&','68.208.127.1'),(16585,'2011-04-15 13:50:04',1,'ezpages.php','page=1&ezID=10&','68.208.127.1'),(16586,'2011-04-15 13:51:26',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16587,'2011-04-15 13:51:53',1,'ezpages.php','ezID=10&','68.208.127.1'),(16588,'2011-04-15 13:52:14',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16589,'2011-04-15 13:52:26',1,'ezpages.php','action=update&','68.208.127.1'),(16590,'2011-04-15 13:52:26',1,'ezpages.php','ezID=10&','68.208.127.1'),(16591,'2011-04-15 13:54:27',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16592,'2011-04-15 13:55:24',1,'ezpages.php','action=update&','68.208.127.1'),(16593,'2011-04-15 13:55:24',1,'ezpages.php','ezID=10&','68.208.127.1'),(16594,'2011-04-15 13:58:45',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16595,'2011-04-15 13:59:03',1,'ezpages.php','action=update&','68.208.127.1'),(16596,'2011-04-15 13:59:03',1,'ezpages.php','ezID=10&','68.208.127.1'),(16597,'2011-04-15 13:59:32',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16598,'2011-04-15 14:00:10',1,'ezpages.php','action=update&','68.208.127.1'),(16599,'2011-04-15 14:00:11',1,'ezpages.php','ezID=10&','68.208.127.1'),(16600,'2011-04-15 14:03:17',1,'developers_tool_kit.php','','68.208.127.1'),(16601,'2011-04-15 14:03:32',1,'developers_tool_kit.php','action=locate_all_files&','68.208.127.1'),(16602,'2011-04-15 14:08:14',1,'ezpages.php','','68.208.127.1'),(16603,'2011-04-15 14:08:35',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16604,'2011-04-15 14:09:18',1,'ezpages.php','action=update&','68.208.127.1'),(16605,'2011-04-15 14:09:18',1,'ezpages.php','ezID=10&','68.208.127.1'),(16606,'2011-04-15 14:26:47',1,'ezpages.php','action=new&','68.208.127.1'),(16607,'2011-04-15 14:28:26',1,'ezpages.php','action=insert&','68.208.127.1'),(16608,'2011-04-15 14:28:26',1,'ezpages.php','ezID=11&','68.208.127.1'),(16609,'2011-04-15 14:28:37',1,'ezpages.php','action=status_toc&current=1&ezID=11&page=1&','68.208.127.1'),(16610,'2011-04-15 14:28:38',1,'ezpages.php','page=1&ezID=11&','68.208.127.1'),(16611,'2011-04-15 14:28:42',1,'ezpages.php','action=status_toc&current=0&ezID=11&page=1&','68.208.127.1'),(16612,'2011-04-15 14:28:43',1,'ezpages.php','page=1&ezID=11&','68.208.127.1'),(16613,'2011-04-15 14:28:46',1,'ezpages.php','ezID=11&action=new&','68.208.127.1'),(16614,'2011-04-15 14:29:06',1,'ezpages.php','action=update&','68.208.127.1'),(16615,'2011-04-15 14:29:07',1,'ezpages.php','ezID=11&','68.208.127.1'),(16616,'2011-04-15 14:29:15',1,'ezpages.php','page=1&ezID=11&action=new&','68.208.127.1'),(16617,'2011-04-15 14:29:34',1,'ezpages.php','page=1&action=update&','68.208.127.1'),(16618,'2011-04-15 14:29:34',1,'ezpages.php','page=1&ezID=11&','68.208.127.1'),(16619,'2011-04-15 14:36:47',1,'ezpages.php','action=status_toc&current=1&ezID=11&page=1&','68.208.127.1'),(16620,'2011-04-15 14:36:47',1,'ezpages.php','page=1&ezID=11&','68.208.127.1'),(16621,'2011-04-15 14:36:49',1,'ezpages.php','action=status_toc&current=0&ezID=11&page=1&','68.208.127.1'),(16622,'2011-04-15 14:36:50',1,'ezpages.php','page=1&ezID=11&','68.208.127.1'),(16623,'2011-04-15 14:36:52',1,'ezpages.php','page=1&ezID=11&action=new&','68.208.127.1'),(16624,'2011-04-15 14:37:26',1,'ezpages.php','page=1&action=update&','68.208.127.1'),(16625,'2011-04-15 14:37:26',1,'ezpages.php','page=1&ezID=11&','68.208.127.1'),(16626,'2011-04-15 14:52:18',1,'ezpages.php','ezID=11&action=new&','68.208.127.1'),(16627,'2011-04-15 14:55:41',1,'ezpages.php','','68.208.127.1'),(16628,'2011-04-15 14:55:45',1,'ezpages.php','ezID=11&action=new&','68.208.127.1'),(16629,'2011-04-15 14:56:19',1,'ezpages.php','action=update&','68.208.127.1'),(16630,'2011-04-15 14:56:20',1,'ezpages.php','ezID=11&','68.208.127.1'),(16631,'2011-04-15 15:02:28',1,'ezpages.php','ezID=11&action=new&','68.208.127.1'),(16632,'2011-04-15 15:02:55',1,'ezpages.php','action=update&','68.208.127.1'),(16633,'2011-04-15 15:02:55',1,'ezpages.php','ezID=11&','68.208.127.1'),(16634,'2011-04-15 15:04:21',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16635,'2011-04-15 15:04:29',1,'ezpages.php','ezID=11&','68.208.127.1'),(16636,'2011-04-15 15:04:35',1,'ezpages.php','ezID=11&action=new&','68.208.127.1'),(16637,'2011-04-15 15:07:03',1,'ezpages.php','action=update&','68.208.127.1'),(16638,'2011-04-15 15:07:03',1,'ezpages.php','ezID=11&','68.208.127.1'),(16639,'2011-04-15 15:09:16',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16640,'2011-04-15 15:09:33',1,'ezpages.php','action=update&','68.208.127.1'),(16641,'2011-04-15 15:09:33',1,'ezpages.php','ezID=10&','68.208.127.1'),(16642,'2011-04-15 15:21:31',1,'ezpages.php','ezID=10&action=new&','68.208.127.1'),(16643,'2011-04-15 15:22:04',1,'ezpages.php','action=update&','68.208.127.1'),(16644,'2011-04-15 15:22:05',1,'ezpages.php','ezID=10&','68.208.127.1'),(16645,'2011-04-15 15:26:50',1,'ezpages.php','action=update&','68.208.127.1'),(16646,'2011-04-15 15:44:56',1,'categories.php','','68.208.127.1'),(16647,'2011-04-15 15:44:59',1,'categories.php','cPath=5&','68.208.127.1'),(16648,'2011-04-15 15:45:01',1,'categories.php','cPath=5_19&','68.208.127.1'),(16649,'2011-04-15 15:45:05',1,'product.php','page=1&product_type=1&cPath=5_19&pID=10&action=new_product&','68.208.127.1'),(16650,'2011-04-15 15:46:42',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product_preview&page=1&','68.208.127.1'),(16651,'2011-04-15 15:46:46',1,'product.php','cPath=5_19&product_type=1&pID=10&action=update_product&page=1&','68.208.127.1'),(16652,'2011-04-15 15:46:46',1,'categories.php','cPath=5_19&pID=10&page=1&','68.208.127.1'),(16653,'2011-04-15 15:46:58',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product_preview&page=1&','68.208.127.1'),(16654,'2011-04-15 15:47:07',1,'product.php','cPath=5_19&product_type=1&pID=10&action=update_product&page=1&','68.208.127.1'),(16655,'2011-04-15 15:47:07',1,'categories.php','cPath=5_19&pID=10&page=1&','68.208.127.1'),(16656,'2011-04-15 15:47:10',1,'categories.php','cPath=5&cID=19&','68.208.127.1'),(16657,'2011-04-15 15:47:12',1,'categories.php','cPath=5_26&','68.208.127.1'),(16658,'2011-04-15 15:47:14',1,'product.php','page=1&product_type=1&cPath=5_26&pID=20&action=new_product&','68.208.127.1'),(16659,'2011-04-15 15:49:28',1,'product.php','cPath=5_26&product_type=1&pID=20&action=new_product_preview&page=1&','68.208.127.1'),(16660,'2011-04-15 15:49:29',1,'product.php','cPath=5_26&product_type=1&pID=20&action=new_product_preview&page=1&','68.208.127.1'),(16661,'2011-04-15 15:49:33',1,'product.php','cPath=5_26&product_type=1&pID=20&action=update_product&page=1&','68.208.127.1'),(16662,'2011-04-15 15:49:33',1,'categories.php','cPath=5_26&pID=20&page=1&','68.208.127.1'),(16663,'2011-04-15 15:49:36',1,'categories.php','cPath=5&cID=26&','68.208.127.1'),(16664,'2011-04-15 15:49:39',1,'categories.php','cPath=5_27&','68.208.127.1'),(16665,'2011-04-15 15:49:42',1,'product.php','page=1&product_type=1&cPath=5_27&pID=15&action=new_product&','68.208.127.1'),(16666,'2011-04-15 15:50:54',1,'product.php','cPath=5_27&product_type=1&pID=15&action=new_product_preview&page=1&','68.208.127.1'),(16667,'2011-04-15 15:50:57',1,'product.php','cPath=5_27&product_type=1&pID=15&action=update_product&page=1&','68.208.127.1'),(16668,'2011-04-15 15:50:58',1,'categories.php','cPath=5_27&pID=15&page=1&','68.208.127.1'),(16669,'2011-04-15 15:51:01',1,'categories.php','cPath=5&cID=27&','68.208.127.1'),(16670,'2011-04-15 15:51:04',1,'categories.php','cPath=5_20&','68.208.127.1'),(16671,'2011-04-15 15:51:09',1,'categories.php','cPath=5&cID=27&','68.208.127.1'),(16672,'2011-04-15 15:51:11',1,'categories.php','cPath=5_28&','68.208.127.1'),(16673,'2011-04-15 15:51:19',1,'product.php','page=1&product_type=1&cPath=5_28&pID=25&action=new_product&','68.208.127.1'),(16674,'2011-04-15 15:51:47',1,'product.php','cPath=5_28&product_type=1&pID=25&action=new_product_preview&page=1&','68.208.127.1'),(16675,'2011-04-15 15:51:51',1,'product.php','cPath=5_28&product_type=1&pID=25&action=update_product&page=1&','68.208.127.1'),(16676,'2011-04-15 15:51:52',1,'categories.php','cPath=5_28&pID=25&page=1&','68.208.127.1'),(16677,'2011-04-15 15:51:54',1,'categories.php','cPath=5&cID=28&','68.208.127.1'),(16678,'2011-04-15 15:51:57',1,'categories.php','cPath=5_29&','68.208.127.1'),(16679,'2011-04-15 15:52:00',1,'product.php','page=1&product_type=1&cPath=5_29&pID=30&action=new_product&','68.208.127.1'),(16680,'2011-04-15 15:52:32',1,'product.php','cPath=5_29&product_type=1&pID=30&action=new_product_preview&page=1&','68.208.127.1'),(16681,'2011-04-15 15:52:36',1,'product.php','cPath=5_29&product_type=1&pID=30&action=update_product&page=1&','68.208.127.1'),(16682,'2011-04-15 15:52:37',1,'categories.php','cPath=5_29&pID=30&page=1&','68.208.127.1'),(16683,'2011-04-15 15:52:41',1,'categories.php','cPath=5&cID=29&','68.208.127.1'),(16684,'2011-04-15 19:09:17',0,'login.php ','','76.108.122.208'),(16685,'2011-04-15 19:09:34',0,'login.php surpro','','76.108.122.208'),(16686,'2011-04-15 19:09:48',1,'server_info.php','','76.108.122.208'),(16687,'2011-04-15 19:10:59',1,'customers.php','search=McNeal&origin=index&','76.108.122.208'),(16688,'2011-04-15 19:11:05',1,'customers.php','action=list_addresses&cID=4&page=1&','76.108.122.208'),(16689,'2011-04-15 19:29:23',1,'customers.php','search=McNeal&origin=index&','76.108.122.208'),(16690,'2011-04-15 19:29:32',1,'ezpages.php','','76.108.122.208'),(16691,'2011-04-15 19:29:40',1,'ezpages.php','ezID=3&action=new&','76.108.122.208'),(16692,'2011-04-15 19:31:38',1,'ezpages.php','action=update&','76.108.122.208'),(16693,'2011-04-15 19:31:38',1,'ezpages.php','ezID=3&','76.108.122.208'),(16694,'2011-04-15 19:36:21',1,'ezpages.php','ezID=4&action=new&','76.108.122.208'),(16695,'2011-04-15 19:36:29',1,'ezpages.php','ezID=4&','76.108.122.208'),(16696,'2011-04-15 19:36:50',1,'ezpages.php','ezID=4&action=new&','76.108.122.208'),(16697,'2011-04-15 19:37:04',1,'ezpages.php','ezID=4&','76.108.122.208'),(16698,'2011-04-15 19:37:07',1,'ezpages.php','ezID=3&action=new&','76.108.122.208'),(16699,'2011-04-15 19:38:57',1,'ezpages.php','ezID=3&','76.108.122.208'),(16700,'2011-04-15 19:39:13',1,'ezpages.php','page=1&ezID=3&','76.108.122.208'),(16701,'2011-04-15 19:39:21',1,'ezpages.php','page=1&ezID=3&action=delete&','76.108.122.208'),(16702,'2011-04-15 19:39:25',1,'ezpages.php','page=1&ezID=3&action=deleteconfirm&','76.108.122.208'),(16703,'2011-04-15 19:39:25',1,'ezpages.php','page=1&','76.108.122.208'),(16704,'2011-04-15 19:39:32',1,'ezpages.php','','76.108.122.208'),(16705,'2011-04-15 19:39:39',1,'ezpages.php','action=new&','76.108.122.208'),(16706,'2011-04-15 19:41:22',1,'ezpages.php','action=insert&','76.108.122.208'),(16707,'2011-04-15 19:41:23',1,'ezpages.php','ezID=12&','76.108.122.208'),(16708,'2011-04-15 19:42:00',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16709,'2011-04-15 19:42:27',1,'ezpages.php','action=update&','76.108.122.208'),(16710,'2011-04-15 19:42:27',1,'ezpages.php','ezID=12&','76.108.122.208'),(16711,'2011-04-15 19:44:34',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16712,'2011-04-15 19:44:59',1,'ezpages.php','action=update&','76.108.122.208'),(16713,'2011-04-15 19:45:00',1,'ezpages.php','ezID=12&','76.108.122.208'),(16714,'2011-04-15 19:45:43',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16715,'2011-04-15 20:00:43',1,'ezpages.php','action=update&','76.108.122.208'),(16716,'2011-04-15 20:00:43',1,'ezpages.php','ezID=12&','76.108.122.208'),(16717,'2011-04-15 20:01:34',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16718,'2011-04-15 20:01:57',1,'ezpages.php','action=update&','76.108.122.208'),(16719,'2011-04-15 20:01:57',1,'ezpages.php','ezID=12&','76.108.122.208'),(16720,'2011-04-15 20:02:07',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16721,'2011-04-15 20:02:19',1,'ezpages.php','action=update&','76.108.122.208'),(16722,'2011-04-15 20:02:20',1,'ezpages.php','ezID=12&','76.108.122.208'),(16723,'2011-04-15 20:04:22',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16724,'2011-04-15 20:04:53',1,'ezpages.php','action=update&','76.108.122.208'),(16725,'2011-04-15 20:04:53',1,'ezpages.php','ezID=12&','76.108.122.208'),(16726,'2011-04-15 20:05:14',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16727,'2011-04-15 20:05:55',1,'ezpages.php','action=update&','76.108.122.208'),(16728,'2011-04-15 20:05:55',1,'ezpages.php','ezID=12&','76.108.122.208'),(16729,'2011-04-15 20:08:20',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16730,'2011-04-15 20:09:03',1,'ezpages.php','action=update&','76.108.122.208'),(16731,'2011-04-15 20:09:03',1,'ezpages.php','ezID=12&','76.108.122.208'),(16732,'2011-04-15 20:09:44',1,'ezpages.php','ezID=12&action=new&','76.108.122.208'),(16733,'2011-04-15 20:10:20',1,'ezpages.php','action=update&','76.108.122.208'),(16734,'2011-04-15 20:10:21',1,'ezpages.php','ezID=12&','76.108.122.208'),(16735,'2011-04-15 20:16:26',1,'configuration.php','gID=19&','76.108.122.208'),(16736,'2011-04-15 20:17:10',1,'configuration.php','gID=19&cID=419&action=edit&','76.108.122.208'),(16737,'2011-04-15 20:18:00',1,'categories.php','','76.108.122.208'),(16738,'2011-04-15 20:18:06',1,'categories.php','cPath=18&','76.108.122.208'),(16739,'2011-04-15 20:18:18',1,'categories.php','','76.108.122.208'),(16740,'2011-04-15 20:18:30',1,'configuration.php','gID=19&','76.108.122.208'),(16741,'2011-04-15 20:18:42',1,'configuration.php','gID=19&cID=419&action=edit&','76.108.122.208'),(16742,'2011-04-15 20:18:59',1,'configuration.php','gID=19&cID=419&action=save&','76.108.122.208'),(16743,'2011-04-15 20:18:59',1,'configuration.php','gID=19&cID=419&','76.108.122.208'),(16744,'2011-04-15 20:19:06',1,'configuration.php','gID=19&cID=419&action=edit&','76.108.122.208'),(16745,'2011-04-15 20:19:09',1,'configuration.php','gID=19&cID=419&action=save&','76.108.122.208'),(16746,'2011-04-15 20:19:09',1,'configuration.php','gID=19&cID=419&','76.108.122.208'),(16747,'2011-04-15 20:19:12',1,'alt_nav.php','','76.108.122.208'),(16748,'2011-04-15 20:19:18',1,'categories.php','','76.108.122.208'),(16749,'2011-04-15 20:19:48',1,'configuration.php','gID=19&','76.108.122.208'),(16750,'2011-04-15 20:19:55',1,'configuration.php','gID=22&','76.108.122.208'),(16751,'2011-04-15 20:20:16',1,'configuration.php','gID=24&','76.108.122.208'),(16752,'2011-04-15 20:20:28',1,'configuration.php','gID=24&cID=496&action=edit&','76.108.122.208'),(16753,'2011-04-15 20:20:35',1,'configuration.php','gID=24&cID=496&action=save&','76.108.122.208'),(16754,'2011-04-15 20:20:35',1,'configuration.php','gID=24&cID=496&','76.108.122.208'),(16755,'2011-04-15 20:20:57',1,'configuration.php','gID=19&','76.108.122.208'),(16756,'2011-04-15 20:21:14',1,'configuration.php','gID=19&cID=418&action=edit&','76.108.122.208'),(16757,'2011-04-15 20:21:21',1,'configuration.php','gID=19&cID=418&action=save&','76.108.122.208'),(16758,'2011-04-15 20:21:21',1,'configuration.php','gID=19&cID=418&','76.108.122.208'),(16759,'2011-04-15 20:22:32',1,'configuration.php','gID=19&','76.108.122.208'),(16760,'2011-04-15 20:22:43',1,'configuration.php','gID=19&cID=420&action=edit&','76.108.122.208'),(16761,'2011-04-15 20:22:47',1,'configuration.php','gID=19&','76.108.122.208'),(16762,'2011-04-15 20:22:52',1,'configuration.php','gID=19&cID=418&action=edit&','76.108.122.208'),(16763,'2011-04-15 20:22:58',1,'configuration.php','gID=19&cID=418&action=save&','76.108.122.208'),(16764,'2011-04-15 20:22:58',1,'configuration.php','gID=19&cID=418&','76.108.122.208'),(16765,'2011-04-15 20:23:32',1,'configuration.php','gID=24&','76.108.122.208'),(16766,'2011-04-15 20:23:39',1,'configuration.php','gID=24&cID=504&action=edit&','76.108.122.208'),(16767,'2011-04-15 20:24:06',1,'configuration.php','gID=24&cID=500&action=edit&','76.108.122.208'),(16768,'2011-04-15 20:24:15',1,'configuration.php','gID=24&cID=500&action=save&','76.108.122.208'),(16769,'2011-04-15 20:24:15',1,'configuration.php','gID=24&cID=500&','76.108.122.208'),(16770,'2011-04-15 20:24:36',1,'configuration.php','gID=24&cID=500&action=edit&','76.108.122.208'),(16771,'2011-04-15 20:24:40',1,'configuration.php','gID=24&cID=500&action=save&','76.108.122.208'),(16772,'2011-04-15 20:24:41',1,'configuration.php','gID=24&cID=500&','76.108.122.208'),(16773,'2011-04-15 20:24:47',1,'configuration.php','gID=24&cID=496&action=edit&','76.108.122.208'),(16774,'2011-04-15 20:24:51',1,'configuration.php','gID=24&cID=496&action=save&','76.108.122.208'),(16775,'2011-04-15 20:24:52',1,'configuration.php','gID=24&cID=496&','76.108.122.208'),(16776,'2011-04-15 22:45:14',0,'login.php ','','76.108.122.208'),(16777,'2011-04-15 22:45:29',0,'login.php surpro','','76.108.122.208'),(16778,'2011-04-15 22:46:07',1,'categories.php','','76.108.122.208'),(16779,'2011-04-15 22:46:14',1,'categories.php','cPath=18&','76.108.122.208'),(16780,'2011-04-15 22:46:21',1,'categories.php','cPath=18&cID=25&action=edit_category&','76.108.122.208'),(16781,'2011-04-15 22:47:12',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(16782,'2011-04-15 22:47:17',1,'categories.php','cPath=18_25&','76.108.122.208'),(16783,'2011-04-15 22:47:29',1,'categories.php','cPath=18&cID=25&','76.108.122.208'),(16784,'2011-04-16 13:09:58',0,'login.php ','','76.108.122.208'),(16785,'2011-04-16 13:10:23',0,'login.php surpro','','76.108.122.208'),(16786,'2011-04-16 13:10:41',1,'categories.php','','76.108.122.208'),(16787,'2011-04-16 13:10:45',1,'categories.php','cPath=18&','76.108.122.208'),(16788,'2011-04-16 13:10:48',1,'categories.php','cID=18&','76.108.122.208'),(16789,'2011-04-16 13:10:50',1,'categories.php','cPath=18&','76.108.122.208'),(16790,'2011-04-16 13:11:02',1,'categories.php','cID=18&','76.108.122.208'),(16791,'2011-04-16 13:11:05',1,'categories.php','cPath=&cID=18&action=edit_category&','76.108.122.208'),(16792,'2011-04-16 13:11:35',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16793,'2011-04-16 13:11:35',1,'categories.php','cPath=&cID=18&','76.108.122.208'),(16794,'2011-04-16 13:11:39',1,'categories.php','cPath=&cID=5&action=edit_category&','76.108.122.208'),(16795,'2011-04-16 13:11:58',1,'categories.php','action=update_category&cPath=&','76.108.122.208'),(16796,'2011-04-16 13:11:58',1,'categories.php','cPath=&cID=5&','76.108.122.208'),(16797,'2011-04-17 11:22:46',0,'login.php ','','76.108.122.208'),(16798,'2011-04-17 11:22:57',0,'login.php surpro','','76.108.122.208'),(16799,'2011-04-17 11:23:11',1,'stats_products_viewed.php','','76.108.122.208'),(16800,'2011-04-17 11:23:32',1,'stats_products_purchased.php','','76.108.122.208'),(16801,'2011-04-17 11:23:39',1,'stats_customers.php','','76.108.122.208'),(16802,'2011-04-17 11:23:50',1,'stats_customers_referrals.php','','76.108.122.208'),(16803,'2011-04-18 03:44:20',0,'login.php ','','76.108.122.208'),(16804,'2011-04-18 03:44:32',0,'login.php surpro','','76.108.122.208'),(16805,'2011-04-18 03:44:43',1,'ezpages.php','','76.108.122.208'),(16806,'2011-04-18 03:44:57',1,'ezpages.php','ezID=10&action=new&','76.108.122.208'),(16807,'2011-04-18 03:46:01',1,'ezpages.php','action=update&','76.108.122.208'),(16808,'2011-04-18 03:46:02',1,'ezpages.php','ezID=10&','76.108.122.208'),(16809,'2011-04-18 03:47:13',1,'ezpages.php','ezID=10&action=new&','76.108.122.208'),(16810,'2011-04-18 03:49:32',1,'ezpages.php','action=update&','76.108.122.208'),(16811,'2011-04-18 03:49:32',1,'ezpages.php','ezID=10&','76.108.122.208'),(16812,'2011-04-18 03:51:04',1,'ezpages.php','ezID=10&action=new&','76.108.122.208'),(16813,'2011-04-18 03:51:40',1,'ezpages.php','action=update&','76.108.122.208'),(16814,'2011-04-18 03:51:40',1,'ezpages.php','ezID=10&','76.108.122.208'),(16815,'2011-04-18 03:52:35',1,'ezpages.php','ezID=10&action=new&','76.108.122.208'),(16816,'2011-04-18 03:53:42',1,'ezpages.php','action=update&','76.108.122.208'),(16817,'2011-04-18 03:53:42',1,'ezpages.php','ezID=10&','76.108.122.208'),(16818,'2011-04-18 03:54:05',1,'ezpages.php','ezID=10&action=new&','76.108.122.208'),(16819,'2011-04-18 03:54:41',1,'ezpages.php','action=update&','76.108.122.208'),(16820,'2011-04-18 03:54:42',1,'ezpages.php','ezID=10&','76.108.122.208'),(16821,'2011-04-21 18:01:59',0,'login.php ','','97.130.191.25'),(16822,'2011-04-21 18:02:09',0,'login.php surpro','','97.130.191.25'),(16823,'2011-04-21 18:02:21',0,'login.php surpro','','97.130.191.25'),(16824,'2011-04-21 18:02:32',1,'stats_products_viewed.php','','97.130.191.25'),(16825,'2011-04-21 18:05:07',1,'store_manager.php','','97.130.191.25'),(16826,'2011-04-21 18:05:14',1,'store_manager.php','action=update_all_products_viewed&','97.130.191.25'),(16827,'2011-04-21 18:05:15',1,'store_manager.php','','97.130.191.25'),(16828,'2011-04-21 18:05:25',1,'stats_products_viewed.php','','97.130.191.25'),(16829,'2011-04-21 18:05:37',1,'stats_products_viewed.php','page=2&','97.130.191.25'),(16830,'2011-04-23 08:46:51',0,'login.php ','','97.31.165.190'),(16831,'2011-04-23 08:47:06',0,'login.php surpro','','97.31.165.190'),(16832,'2011-04-23 08:47:21',1,'stats_products_viewed.php','','97.31.165.190'),(16833,'2011-04-23 08:48:24',1,'stats_products_viewed.php','vcheck=yes&','97.31.165.190'),(16834,'2011-04-23 08:48:56',1,'configuration.php','gID=19&','97.31.165.190'),(16835,'2011-04-23 08:49:16',1,'configuration.php','gID=8&','97.31.165.190'),(16836,'2011-04-23 08:49:22',1,'configuration.php','gID=8&cID=210&action=edit&','97.31.165.190'),(16837,'2011-04-23 08:54:37',1,'configuration.php','gID=8&','97.31.165.190'),(16838,'2011-04-23 08:55:05',1,'configuration.php','gID=8&','97.31.165.190'),(16839,'2011-04-23 08:55:12',1,'configuration.php','gID=8&cID=210&action=edit&','97.31.165.190'),(16840,'2011-04-23 08:55:21',1,'configuration.php','gID=8&cID=210&action=save&','97.31.165.190'),(16841,'2011-04-23 08:55:21',1,'configuration.php','gID=8&cID=210&','97.31.165.190'),(16842,'2011-04-23 09:19:55',1,'ezpages.php','','97.130.28.197'),(16843,'2011-04-23 09:20:04',1,'ezpages.php','ezID=10&action=new&','97.130.28.197'),(16844,'2011-04-23 09:27:51',1,'ezpages.php','action=update&','97.130.28.197'),(16845,'2011-04-23 09:27:52',1,'ezpages.php','ezID=10&','97.130.28.197'),(16846,'2011-04-24 07:49:03',0,'login.php ','','97.30.219.227'),(16847,'2011-04-24 07:49:35',0,'login.php surpro','','97.30.219.227'),(16848,'2011-04-24 07:50:06',1,'stats_products_viewed.php','','97.30.219.227'),(16849,'2011-04-24 07:51:11',1,'store_manager.php','','97.30.219.227'),(16850,'2011-04-24 07:51:18',1,'store_manager.php','action=update_all_products_viewed&','97.30.219.227'),(16851,'2011-04-24 07:51:19',1,'store_manager.php','','97.30.219.227'),(16852,'2011-04-24 07:52:11',1,'stats_products_viewed.php','','97.30.219.227'),(16853,'2011-04-26 07:35:06',0,'login.php ','','97.131.239.206'),(16854,'2011-04-26 07:35:19',0,'login.php surpro','','97.131.239.206'),(16855,'2011-04-26 07:35:32',1,'stats_products_viewed.php','','97.131.239.206'),(16856,'2011-04-26 22:16:43',0,'login.php ','','97.31.143.171'),(16857,'2011-04-26 22:16:54',0,'login.php surpro','','97.31.143.171'),(16858,'2011-04-26 22:17:02',1,'stats_products_viewed.php','','97.31.143.171'),(16859,'2011-04-26 22:17:52',1,'categories.php','cPath=3&pID=36&','97.31.143.171'),(16860,'2011-04-28 21:11:47',0,'login.php ','','72.111.150.211'),(16861,'2011-04-28 21:12:00',0,'login.php surpro','','72.111.150.211'),(16862,'2011-04-28 21:12:15',1,'stats_products_viewed.php','','72.111.150.211'),(16863,'2011-04-28 21:14:25',1,'categories.php','','72.111.150.211'),(16864,'2011-04-29 22:01:32',0,'login.php ','','97.146.251.117'),(16865,'2011-04-29 22:01:55',0,'login.php surpro','','97.146.251.117'),(16866,'2011-04-29 22:02:17',1,'stats_products_viewed.php','','97.146.251.117'),(16867,'2011-04-29 22:05:21',1,'layout_controller.php','','97.146.251.117'),(16868,'2011-04-29 22:06:29',1,'layout_controller.php','page=&cID=106&','97.146.251.117'),(16869,'2011-04-29 22:06:33',1,'layout_controller.php','page=&cID=106&action=edit&','97.146.251.117'),(16870,'2011-04-29 22:06:50',1,'layout_controller.php','page=&cID=106&layout_box_name=ezpages_drop_menu.php&','97.146.251.117'),(16871,'2011-04-29 22:07:35',1,'configuration.php','gID=25&','97.146.251.117'),(16872,'2011-04-29 22:07:46',1,'configuration.php','gID=24&','97.146.251.117'),(16873,'2011-04-29 22:08:02',1,'configuration.php','gID=23&','97.146.251.117'),(16874,'2011-04-29 22:08:14',1,'configuration.php','gID=19&','97.146.251.117'),(16875,'2011-04-29 22:08:36',1,'configuration.php','gID=19&cID=435&action=edit&','97.146.251.117'),(16876,'2011-04-29 22:08:46',1,'configuration.php','gID=19&cID=435&action=save&','97.146.251.117'),(16877,'2011-04-29 22:08:47',1,'configuration.php','gID=19&cID=435&','97.146.251.117'),(16878,'2011-04-29 22:09:31',1,'configuration.php','gID=19&cID=435&action=edit&','97.146.251.117'),(16879,'2011-04-29 22:09:35',1,'configuration.php','gID=19&cID=435&action=save&','97.146.251.117'),(16880,'2011-04-29 22:09:35',1,'configuration.php','gID=19&cID=435&','97.146.251.117'),(16881,'2011-04-29 22:10:30',1,'layout_controller.php','','97.146.251.117'),(16882,'2011-04-30 08:01:08',0,'login.php ','','97.146.119.240'),(16883,'2011-04-30 08:01:19',0,'login.php surpro','','97.146.119.240'),(16884,'2011-04-30 08:01:33',1,'categories.php','','97.146.119.240'),(16885,'2011-04-30 08:01:37',1,'categories.php','cPath=12&','97.146.119.240'),(16886,'2011-04-30 08:01:41',1,'categories.php','cID=12&','97.146.119.240'),(16887,'2011-04-30 08:01:45',1,'categories.php','cPath=&cID=12&action=edit_category&','97.146.119.240'),(16888,'2011-04-30 08:03:15',1,'categories.php','action=update_category&cPath=&','97.146.119.240'),(16889,'2011-04-30 08:03:16',1,'categories.php','cPath=&cID=12&','97.146.119.240'),(16890,'2011-04-30 08:04:08',1,'categories.php','cPath=&cID=12&action=edit_category&','97.146.119.240'),(16891,'2011-04-30 08:04:27',1,'categories.php','action=update_category&cPath=&','97.146.119.240'),(16892,'2011-04-30 08:04:28',1,'categories.php','cPath=&cID=12&','97.146.119.240'),(16893,'2011-04-30 16:34:49',0,'login.php ','','97.131.247.51'),(16894,'2011-04-30 16:35:00',0,'login.php surpro','','97.131.247.51'),(16895,'2011-04-30 16:35:09',1,'stats_products_viewed.php','','97.131.247.51'),(16896,'2011-05-01 07:51:46',0,'login.php ','','97.30.88.95'),(16897,'2011-05-01 07:53:50',0,'login.php surpro','','97.30.88.95'),(16898,'2011-05-01 07:54:02',1,'stats_products_viewed.php','','97.30.88.95'),(16899,'2011-05-01 07:54:52',1,'featured.php','','97.30.88.95'),(16900,'2011-05-01 07:55:04',1,'featured.php','action=setflag&flag=1&id=13&page=1&','97.30.88.95'),(16901,'2011-05-01 07:55:05',1,'featured.php','page=1&fID=13&','97.30.88.95'),(16902,'2011-05-01 07:57:33',1,'stats_products_viewed.php','','97.30.88.95'),(16903,'2011-05-01 07:58:11',1,'featured.php','','97.30.88.95'),(16904,'2011-05-01 07:58:22',1,'featured.php','page=2&','97.30.88.95'),(16905,'2011-05-01 07:58:27',1,'featured.php','page=2&action=new&','97.30.88.95'),(16906,'2011-05-01 07:58:48',1,'featured.php','page=2&action=insert&go_back=&','97.30.88.95'),(16907,'2011-05-01 07:58:48',1,'featured.php','page=2&fID=15&','97.30.88.95'),(16908,'2011-05-01 07:58:52',1,'featured.php','page=2&action=new&','97.30.88.95'),(16909,'2011-05-01 07:59:04',1,'featured.php','page=2&action=insert&go_back=&','97.30.88.95'),(16910,'2011-05-01 07:59:04',1,'featured.php','page=2&fID=16&','97.30.88.95'),(16911,'2011-05-01 08:00:25',1,'featured.php','page=1&','97.30.88.95'),(16912,'2011-05-01 08:00:51',1,'featured.php','action=setflag&flag=1&id=10&page=1&','97.30.88.95'),(16913,'2011-05-01 08:00:52',1,'featured.php','page=1&fID=10&','97.30.88.95'),(16914,'2011-05-01 08:01:08',1,'featured.php','action=setflag&flag=0&id=7&page=1&','97.30.88.95'),(16915,'2011-05-01 08:01:09',1,'featured.php','page=1&fID=7&','97.30.88.95'),(16916,'2011-05-01 08:01:12',1,'featured.php','page=2&','97.30.88.95'),(16917,'2011-05-01 08:01:19',1,'featured.php','action=setflag&flag=0&id=6&page=2&','97.30.88.95'),(16918,'2011-05-01 08:01:19',1,'featured.php','page=2&fID=6&','97.30.88.95'),(16919,'2011-05-01 08:01:25',1,'featured.php','action=setflag&flag=0&id=4&page=2&','97.30.88.95'),(16920,'2011-05-01 08:01:28',1,'featured.php','page=2&fID=4&','97.30.88.95'),(16921,'2011-05-01 08:01:31',1,'featured.php','page=2&action=new&','97.30.88.95'),(16922,'2011-05-01 08:01:42',1,'featured.php','page=2&action=insert&go_back=&','97.30.88.95'),(16923,'2011-05-01 08:01:43',1,'featured.php','page=2&fID=17&','97.30.88.95'),(16924,'2011-05-01 15:15:38',0,'login.php ','','97.146.109.11'),(16925,'2011-05-01 15:15:58',0,'login.php surpro','','97.146.109.11'),(16926,'2011-05-01 15:16:10',1,'stats_products_viewed.php','','97.146.109.11'),(16927,'2011-05-01 15:31:59',1,'categories.php','','97.146.109.11'),(16928,'2011-05-01 15:32:10',1,'categories.php','cPath=5&','97.146.109.11'),(16929,'2011-05-01 15:32:16',1,'categories.php','cPath=5_19&','97.146.109.11'),(16930,'2011-05-01 15:32:20',1,'product.php','page=1&product_type=1&cPath=5_19&pID=1&action=new_product&','97.146.109.11'),(16931,'2011-05-01 15:37:10',1,'product.php','cPath=5_19&product_type=1&pID=1&action=new_product_preview&page=1&','97.146.109.11'),(16932,'2011-05-01 15:37:24',1,'product.php','cPath=5_19&product_type=1&pID=1&action=update_product&page=1&','97.146.109.11'),(16933,'2011-05-01 15:37:25',1,'categories.php','cPath=5_19&pID=1&page=1&','97.146.109.11'),(16934,'2011-05-01 15:40:42',1,'featured.php','','97.146.109.11'),(16935,'2011-05-01 15:40:49',1,'featured.php','page=2&','97.146.109.11'),(16936,'2011-05-01 15:40:57',1,'featured.php','page=1&','97.146.109.11'),(16937,'2011-05-01 15:41:05',1,'featured.php','action=setflag&flag=1&id=9&page=1&','97.146.109.11'),(16938,'2011-05-01 15:41:05',1,'featured.php','page=1&fID=9&','97.146.109.11'),(16939,'2011-05-01 15:41:51',1,'featured.php','action=setflag&flag=0&id=9&page=1&','97.146.109.11'),(16940,'2011-05-01 15:41:51',1,'featured.php','page=1&fID=9&','97.146.109.11'),(16941,'2011-05-01 15:42:00',1,'configuration.php','gID=22&','97.146.109.11'),(16942,'2011-05-01 15:42:22',1,'configuration.php','gID=19&','97.146.109.11'),(16943,'2011-05-01 15:43:38',1,'configuration.php','gID=3&','97.146.109.11'),(16944,'2011-05-01 15:43:52',1,'configuration.php','gID=3&cID=83&action=edit&','97.146.109.11'),(16945,'2011-05-01 15:43:59',1,'configuration.php','gID=3&cID=83&action=save&','97.146.109.11'),(16946,'2011-05-01 15:43:59',1,'configuration.php','gID=3&cID=83&','97.146.109.11'),(16947,'2011-05-01 15:47:08',1,'featured.php','','97.146.109.11'),(16948,'2011-05-01 15:47:30',1,'featured.php','page=1&action=new&','97.146.109.11'),(16949,'2011-05-01 15:48:08',1,'featured.php','page=1&action=insert&go_back=&','97.146.109.11'),(16950,'2011-05-01 15:48:08',1,'featured.php','page=1&fID=18&','97.146.109.11'),(16951,'2011-05-01 15:48:14',1,'featured.php','page=2&action=new&','97.146.109.11'),(16952,'2011-05-01 15:48:27',1,'featured.php','page=2&action=insert&go_back=&','97.146.109.11'),(16953,'2011-05-01 15:48:27',1,'featured.php','page=2&fID=19&','97.146.109.11'),(16954,'2011-05-03 21:55:21',0,'login.php ','','72.110.4.20'),(16955,'2011-05-03 21:55:47',0,'login.php surpro','','72.110.4.20'),(16956,'2011-05-03 21:55:58',1,'stats_products_viewed.php','','72.110.4.20'),(16957,'2011-05-03 21:57:29',1,'store_manager.php','','72.110.4.20'),(16958,'2011-05-14 20:42:15',0,'login.php ','','184.61.202.44'),(16959,'2011-05-14 20:42:46',0,'login.php surpro','','184.61.202.44'),(16960,'2011-05-14 20:42:57',1,'stats_products_viewed.php','','184.61.202.44'),(16961,'2011-05-24 07:12:40',0,'login.php ','','184.61.202.44'),(16962,'2011-05-24 07:14:54',0,'login.php surpro','','184.61.202.44'),(16963,'2011-05-24 07:15:11',0,'login.php surpro','','184.61.202.44'),(16964,'2011-05-24 07:15:18',0,'password_forgotten.php ','','184.61.202.44'),(16965,'2011-05-24 07:15:39',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','184.61.202.44'),(16966,'2011-05-24 07:27:59',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','184.61.202.44'),(16967,'2011-05-24 07:28:47',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','184.61.202.44'),(16968,'2011-05-24 07:28:48',0,'login.php ','','184.61.202.44'),(16969,'2011-05-24 07:28:57',0,'login.php surpro','','184.61.202.44'),(16970,'2011-05-24 07:29:26',1,'admin.php','','184.61.202.44'),(16971,'2011-05-24 07:29:35',1,'admin.php','page=1&adminID=1&action=edit&','184.61.202.44'),(16972,'2011-05-24 07:29:43',1,'admin.php','page=1&adminID=1&action=save&','184.61.202.44'),(16973,'2011-05-24 07:29:44',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(16974,'2011-05-24 07:29:47',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(16975,'2011-05-24 07:30:09',1,'admin.php','page=1&adminID=1&action=reset&','184.61.202.44'),(16976,'2011-05-24 07:30:17',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(16977,'2011-05-24 07:30:56',1,'admin.php','page=1&adminID=1&action=reset&','184.61.202.44'),(16978,'2011-05-24 07:30:56',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(16979,'2011-05-24 07:32:20',1,'media_types.php','','184.61.202.44'),(16980,'2011-05-24 07:32:27',1,'media_types.php','page=1&mID=1&action=edit&','184.61.202.44'),(16981,'2011-05-24 07:32:35',1,'media_types.php','page=1&mID=1&','184.61.202.44'),(16982,'2011-05-24 07:32:45',1,'music_genre.php','','184.61.202.44'),(16983,'2011-05-24 07:49:12',1,'media_types.php','page=1&mID=1&','184.61.202.44'),(16984,'2011-05-24 07:49:14',1,'media_types.php','page=1&mID=1&action=edit&','184.61.202.44'),(16985,'2011-05-24 07:49:15',1,'media_types.php','','184.61.202.44'),(16986,'2011-05-24 07:49:17',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(16987,'2011-05-24 07:49:18',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(16988,'2011-05-24 07:49:26',1,'admin.php','page=1&adminID=1&action=reset&','184.61.202.44'),(16989,'2011-05-24 07:49:29',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(16990,'2011-05-24 07:49:29',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(16991,'2011-05-24 07:49:29',1,'admin.php','page=1&adminID=1&action=edit&','184.61.202.44'),(16992,'2011-05-24 07:49:29',1,'admin.php','','184.61.202.44'),(16993,'2011-05-24 07:49:31',1,'login.php','','184.61.202.44'),(16994,'2011-05-24 07:49:33',1,'password_forgotten.php','','184.61.202.44'),(16995,'2011-05-25 22:06:49',0,'login.php ','','184.61.202.44'),(16996,'2011-05-25 22:07:08',0,'login.php surpro','','184.61.202.44'),(16997,'2011-05-25 22:08:23',0,'login.php surpro','','184.61.202.44'),(16998,'2011-05-25 22:08:39',1,'stats_products_viewed.php','','184.61.202.44'),(16999,'2011-05-27 12:40:49',0,'login.php ','','64.134.161.253'),(17000,'2011-05-31 22:28:54',0,'login.php ','','184.61.202.44'),(17001,'2011-05-31 22:29:07',0,'login.php surpro','','184.61.202.44'),(17002,'2011-05-31 22:29:22',0,'login.php surpro','','184.61.202.44'),(17003,'2011-05-31 22:29:39',0,'login.php surpro','','184.61.202.44'),(17004,'2011-05-31 22:31:43',0,'login.php surpro','','184.61.202.44'),(17005,'2011-05-31 22:32:00',1,'stats_products_viewed.php','','184.61.202.44'),(17006,'2011-05-31 22:39:01',0,'login.php ','','184.61.202.44'),(17007,'2011-06-02 22:07:22',0,'login.php ','','97.30.171.94'),(17008,'2011-06-02 22:07:32',0,'login.php surpro','','97.30.171.94'),(17009,'2011-06-02 22:07:47',0,'login.php surpro','','97.30.171.94'),(17010,'2011-06-02 22:09:03',0,'login.php surpro','','97.30.171.94'),(17011,'2011-06-02 22:09:18',0,'login.php surpro','','97.30.171.94'),(17012,'2011-06-02 22:09:37',1,'stats_products_viewed.php','','97.30.171.94'),(17013,'2011-06-02 22:10:14',1,'whos_online.php','','97.30.171.94'),(17014,'2011-06-02 22:10:24',1,'stats_products_viewed.php','','97.30.171.94'),(17015,'2011-06-05 17:57:25',0,'login.php ','','184.61.202.44'),(17016,'2011-06-05 17:57:40',0,'login.php surpro','','184.61.202.44'),(17017,'2011-06-05 17:57:46',1,'stats_products_viewed.php','','184.61.202.44'),(17018,'2011-07-06 09:10:34',0,'login.php ','','184.61.202.44'),(17019,'2011-07-06 09:10:45',0,'login.php surpro','','184.61.202.44'),(17020,'2011-07-06 09:13:06',0,'login.php surpro','','184.61.202.44'),(17021,'2011-07-06 09:14:32',0,'login.php surpro','','184.61.202.44'),(17022,'2011-07-06 09:14:51',0,'password_forgotten.php ','','184.61.202.44'),(17023,'2011-07-06 09:14:57',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','184.61.202.44'),(17024,'2011-07-06 09:15:16',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','184.61.202.44'),(17025,'2011-07-06 09:16:11',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','184.61.202.44'),(17026,'2011-07-06 09:16:12',0,'login.php ','','184.61.202.44'),(17027,'2011-07-06 09:16:19',0,'login.php surpro','','184.61.202.44'),(17028,'2011-07-06 09:16:46',1,'whos_online.php','','184.61.202.44'),(17029,'2011-07-06 09:17:16',1,'admin.php','','184.61.202.44'),(17030,'2011-07-06 09:17:26',1,'admin.php','page=1&adminID=1&action=edit&','184.61.202.44'),(17031,'2011-07-06 09:17:33',1,'admin.php','page=1&adminID=1&action=save&','184.61.202.44'),(17032,'2011-07-06 09:17:34',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(17033,'2011-07-06 09:17:37',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(17034,'2011-07-06 09:17:52',1,'admin.php','page=1&adminID=1&action=reset&','184.61.202.44'),(17035,'2011-07-06 09:18:03',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(17036,'2011-07-06 09:18:21',1,'admin.php','page=1&adminID=1&action=reset&','184.61.202.44'),(17037,'2011-07-06 09:18:21',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(17038,'2011-07-06 09:21:30',1,'categories.php','','184.61.202.44'),(17039,'2011-07-06 09:21:33',1,'categories.php','cPath=3&','184.61.202.44'),(17040,'2011-07-06 09:21:37',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product&','184.61.202.44'),(17041,'2011-07-06 09:23:05',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&','184.61.202.44'),(17042,'2011-07-06 09:23:12',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&','184.61.202.44'),(17043,'2011-07-06 09:23:12',1,'categories.php','cPath=3&pID=36&','184.61.202.44'),(17044,'2011-07-10 09:09:34',0,'login.php ','','184.61.202.44'),(17045,'2011-07-10 09:09:48',0,'login.php surpro','','184.61.202.44'),(17046,'2011-07-10 09:10:03',0,'login.php surpro','','184.61.202.44'),(17047,'2011-07-10 09:10:18',0,'login.php surpro','','184.61.202.44'),(17048,'2011-07-10 09:10:26',0,'password_forgotten.php ','','184.61.202.44'),(17049,'2011-07-10 09:10:41',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','184.61.202.44'),(17050,'2011-07-10 09:11:25',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','184.61.202.44'),(17051,'2011-07-10 09:11:26',0,'login.php ','','184.61.202.44'),(17052,'2011-07-10 09:11:36',0,'login.php surpro','','184.61.202.44'),(17053,'2011-07-10 09:11:57',1,'admin.php','','184.61.202.44'),(17054,'2011-07-10 09:12:06',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(17055,'2011-07-10 09:12:10',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(17056,'2011-07-10 09:12:24',1,'admin.php','page=1&adminID=1&action=reset&','184.61.202.44'),(17057,'2011-07-10 09:12:25',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(17058,'2011-07-10 09:12:29',1,'admin.php','page=1&adminID=1&action=resetpassword&','184.61.202.44'),(17059,'2011-07-10 09:12:33',1,'admin.php','page=1&adminID=1&','184.61.202.44'),(17060,'2011-07-10 09:12:39',1,'stats_products_viewed.php','','184.61.202.44'),(17061,'2011-07-10 09:13:22',1,'stats_products_viewed.php','','184.61.202.44'),(17062,'2011-07-11 11:42:33',0,'login.php ','','76.250.218.113'),(17063,'2011-07-12 09:55:37',0,'login.php ','','64.134.166.82'),(17064,'2011-07-24 10:44:17',0,'login.php ','','97.31.133.159'),(17065,'2011-07-24 10:44:31',0,'login.php surpro','','97.31.133.159'),(17066,'2011-07-24 10:46:07',0,'login.php surpro','','97.31.133.159'),(17067,'2011-07-24 10:46:27',1,'categories.php','','97.31.133.159'),(17068,'2011-07-24 10:46:34',1,'categories.php','cPath=18&','97.31.133.159'),(17069,'2011-07-24 10:46:38',1,'categories.php','cID=18&','97.31.133.159'),(17070,'2011-07-24 10:46:41',1,'categories.php','cPath=13&','97.31.133.159'),(17071,'2011-07-24 10:46:45',1,'categories.php','product_type=1&cPath=13&action=new_product&x=46&y=8&','97.31.133.159'),(17072,'2011-07-24 10:46:46',1,'product.php','product_type=1&cPath=13&action=new_product&x=46&y=8&','97.31.133.159'),(17073,'2011-07-24 10:50:32',1,'product.php','product_type=1&cPath=13&action=new_product&x=46&y=8&vcheck=yes&','97.31.133.159'),(17074,'2011-08-25 06:54:29',0,'login.php ','','97.131.111.41'),(17075,'2011-08-25 06:55:46',0,'login.php surpro','','97.131.111.41'),(17076,'2011-08-25 06:56:06',1,'stats_products_viewed.php','','97.131.111.41'),(17077,'2011-08-29 05:10:42',0,'login.php ','','97.147.237.32'),(17078,'2012-03-13 13:11:43',0,'login.php ','','69.144.144.94'),(17079,'2012-03-13 13:14:01',0,'login.php surpro3','','69.144.144.94'),(17080,'2012-03-13 13:14:18',0,'login.php surpro','','69.144.144.94'),(17081,'2012-03-13 13:15:09',0,'login.php surpro3','','69.144.144.94'),(17082,'2012-03-13 13:15:30',0,'login.php surpro3','','69.144.144.94'),(17083,'2012-03-13 13:15:37',0,'password_forgotten.php ','','69.144.144.94'),(17084,'2012-03-13 13:16:35',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17085,'2012-03-13 13:17:18',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17086,'2012-03-13 13:17:21',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17087,'2012-03-13 13:18:09',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17088,'2012-03-13 13:18:59',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17089,'2012-03-13 13:19:00',0,'login.php ','','69.144.144.94'),(17090,'2012-03-13 13:19:12',0,'login.php surpro3','','69.144.144.94'),(17091,'2012-03-13 13:19:21',0,'login.php surpro','','69.144.144.94'),(17092,'2012-03-13 13:19:46',1,'customers.php','search=Sanchez&origin=index&','69.144.144.94'),(17093,'2012-03-13 13:19:59',1,'customers.php','search=Sharif&origin=index&','69.144.144.94'),(17094,'2012-03-13 13:20:07',1,'customers.php','search=Stallings&origin=index&','69.144.144.94'),(17095,'2012-03-13 13:20:13',1,'customers.php','search=Savage&origin=index&','69.144.144.94'),(17096,'2012-03-13 13:20:19',1,'customers.php','search=Sanchez&origin=index&','69.144.144.94'),(17097,'2012-03-13 13:21:13',1,'categories.php','','69.144.144.94'),(17098,'2012-03-13 13:21:24',1,'categories.php','cPath=12&','69.144.144.94'),(17099,'2012-03-13 13:21:35',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','69.144.144.94'),(17100,'2012-03-13 13:22:52',1,'product.php','cPath=12&product_type=1&pID=49&action=new_product_preview&page=1&','69.144.144.94'),(17101,'2012-03-13 13:22:57',1,'product.php','cPath=12&product_type=1&pID=49&action=update_product&page=1&','69.144.144.94'),(17102,'2012-03-13 13:22:58',1,'categories.php','cPath=12&pID=49&page=1&','69.144.144.94'),(17103,'2012-03-13 13:23:18',1,'product.php','page=1&product_type=1&cPath=12&pID=48&action=new_product&','69.144.144.94'),(17104,'2012-03-13 13:24:20',1,'product.php','cPath=12&product_type=1&pID=48&action=new_product_preview&page=1&','69.144.144.94'),(17105,'2012-03-13 13:24:23',1,'product.php','cPath=12&product_type=1&pID=48&action=update_product&page=1&','69.144.144.94'),(17106,'2012-03-13 13:24:23',1,'categories.php','cPath=12&pID=48&page=1&','69.144.144.94'),(17107,'2012-03-13 13:24:27',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product&','69.144.144.94'),(17108,'2012-03-13 13:25:30',1,'product.php','cPath=12&product_type=1&pID=46&action=new_product_preview&page=1&','69.144.144.94'),(17109,'2012-03-13 13:25:40',1,'product.php','cPath=12&product_type=1&pID=46&action=update_product&page=1&','69.144.144.94'),(17110,'2012-03-13 13:25:41',1,'categories.php','cPath=12&pID=46&page=1&','69.144.144.94'),(17111,'2012-03-13 13:25:44',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product&','69.144.144.94'),(17112,'2012-03-13 13:30:23',1,'categories.php','cPath=12&pID=47&page=1&','69.144.144.94'),(17113,'2012-03-13 13:49:07',1,'developers_tool_kit.php','','69.144.144.94'),(17114,'2012-03-13 13:49:25',1,'developers_tool_kit.php','action=locate_all_files&','69.144.144.94'),(17115,'2012-03-13 13:51:21',1,'developers_tool_kit.php','','69.144.144.94'),(17116,'2012-03-13 13:51:37',1,'modules.php','set=payment&','69.144.144.94'),(17117,'2012-03-14 09:57:19',0,'login.php ','','69.144.144.94'),(17118,'2012-03-14 09:59:56',0,'login.php surpro3','','69.144.144.94'),(17119,'2012-03-14 10:01:00',0,'login.php surpro3','','69.144.144.94'),(17120,'2012-03-14 10:01:20',0,'login.php surpro','','69.144.144.94'),(17121,'2012-03-14 10:01:50',1,'admin.php','','69.144.144.94'),(17122,'2012-03-14 10:02:05',1,'admin.php','page=1&adminID=1&action=edit&','69.144.144.94'),(17123,'2012-03-14 10:02:13',1,'admin.php','page=1&adminID=2&','69.144.144.94'),(17124,'2012-03-14 10:02:13',1,'admin.php','page=1&adminID=2&action=edit&','69.144.144.94'),(17125,'2012-03-14 10:02:16',1,'admin.php','page=1&adminID=2&','69.144.144.94'),(17126,'2012-03-14 10:02:18',1,'admin.php','page=1&adminID=2&action=resetpassword&','69.144.144.94'),(17127,'2012-03-14 10:02:43',1,'admin.php','page=1&adminID=2&action=reset&','69.144.144.94'),(17128,'2012-03-14 10:02:43',1,'admin.php','page=1&adminID=2&','69.144.144.94'),(17129,'2012-03-14 10:28:57',1,'admin.php','page=1&adminID=2&','69.144.144.94'),(17130,'2012-03-14 10:28:59',1,'admin.php','page=1&adminID=2&','69.144.144.94'),(17131,'2012-03-14 11:28:05',1,'admin.php','page=1&adminID=2&','69.144.144.94'),(17132,'2012-03-14 11:39:13',1,'modules.php','set=shipping&','69.144.144.94'),(17133,'2012-03-14 11:39:50',1,'modules.php','set=shipping&module=ups&','69.144.144.94'),(17134,'2012-03-14 11:40:19',1,'configuration.php','gID=7&','69.144.144.94'),(17135,'2012-03-14 11:40:29',1,'configuration.php','gID=7&cID=198&action=edit&','69.144.144.94'),(17136,'2012-03-14 11:40:45',1,'configuration.php','gID=7&cID=198&action=save&','69.144.144.94'),(17137,'2012-03-14 11:40:46',1,'configuration.php','gID=7&cID=198&','69.144.144.94'),(17138,'2012-03-14 11:41:31',1,'configuration.php','gID=7&cID=199&action=edit&','69.144.144.94'),(17139,'2012-03-14 11:42:07',1,'configuration.php','gID=7&cID=199&action=save&','69.144.144.94'),(17140,'2012-03-14 11:42:08',1,'configuration.php','gID=7&cID=199&','69.144.144.94'),(17141,'2012-03-14 11:47:30',1,'configuration.php','gID=7&cID=201&action=edit&','69.144.144.94'),(17142,'2012-03-14 11:47:55',1,'configuration.php','gID=7&cID=199&action=edit&','69.144.144.94'),(17143,'2012-03-14 11:48:48',1,'configuration.php','gID=7&cID=199&action=save&','69.144.144.94'),(17144,'2012-03-14 11:48:49',1,'configuration.php','gID=7&cID=199&','69.144.144.94'),(17145,'2012-03-14 11:49:04',1,'configuration.php','gID=2&','69.144.144.94'),(17146,'2012-03-14 11:49:14',1,'configuration.php','gID=3&','69.144.144.94'),(17147,'2012-03-14 12:00:27',1,'categories.php','','69.144.144.94'),(17148,'2012-03-14 12:00:36',1,'categories.php','cPath=12&','69.144.144.94'),(17149,'2012-03-14 12:01:27',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product&','69.144.144.94'),(17150,'2012-03-14 12:03:20',1,'product.php','cPath=12&product_type=1&pID=47&action=new_product_preview&page=1&','69.144.144.94'),(17151,'2012-03-14 12:03:23',1,'product.php','cPath=12&product_type=1&pID=47&action=update_product&page=1&','69.144.144.94'),(17152,'2012-03-14 12:03:24',1,'categories.php','cPath=12&pID=47&page=1&','69.144.144.94'),(17153,'2012-03-14 12:06:16',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product&','69.144.144.94'),(17154,'2012-03-14 12:07:24',1,'categories.php','cPath=12&pID=46&page=1&','69.144.144.94'),(17155,'2012-03-14 12:07:27',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','69.144.144.94'),(17156,'2012-03-14 12:08:10',1,'categories.php','cPath=12&pID=49&page=1&','69.144.144.94'),(17157,'2012-03-14 12:08:18',1,'product.php','page=1&product_type=1&cPath=12&pID=48&action=new_product&','69.144.144.94'),(17158,'2012-03-14 12:09:51',1,'product.php','cPath=12&product_type=1&pID=48&action=new_product_preview&page=1&','69.144.144.94'),(17159,'2012-03-14 12:09:54',1,'product.php','cPath=12&product_type=1&pID=48&action=update_product&page=1&','69.144.144.94'),(17160,'2012-03-14 12:09:54',1,'categories.php','cPath=12&pID=48&page=1&','69.144.144.94'),(17161,'2012-04-16 09:57:42',0,'login.php ','','69.144.144.94'),(17162,'2012-04-16 09:58:54',0,'login.php surpro3','','69.144.144.94'),(17163,'2012-04-16 09:59:02',0,'login.php surpro','','69.144.144.94'),(17164,'2012-04-16 09:59:04',0,'login.php surpro','','69.144.144.94'),(17165,'2012-04-16 09:59:36',0,'login.php surpro','','69.144.144.94'),(17166,'2012-04-16 09:59:47',0,'login.php surpro3','','69.144.144.94'),(17167,'2012-04-16 10:00:11',0,'login.php surpro3','','69.144.144.94'),(17168,'2012-04-16 10:00:20',0,'password_forgotten.php ','','69.144.144.94'),(17169,'2012-04-16 10:00:43',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17170,'2012-04-16 10:00:49',0,'password_forgotten.php admin1@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17171,'2012-04-16 10:00:53',0,'password_forgotten.php admin1@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17172,'2012-04-16 10:01:04',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17173,'2012-04-16 10:01:06',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17174,'2012-04-16 10:02:21',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17175,'2012-04-16 10:02:48',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17176,'2012-04-16 10:04:16',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','69.144.144.94'),(17177,'2012-04-16 10:04:16',0,'login.php ','','69.144.144.94'),(17178,'2012-04-16 10:04:32',0,'login.php surpro','','69.144.144.94'),(17179,'2012-04-16 10:05:16',1,'customers.php','search=Stallings&origin=index&','69.144.144.94'),(17180,'2012-04-16 10:05:28',1,'customers.php','search=Castillo&origin=index&','69.144.144.94'),(17181,'2012-04-16 10:05:56',1,'customers.php','search=Sanchez&origin=index&','69.144.144.94'),(17182,'2012-04-16 10:06:47',1,'categories.php','','69.144.144.94'),(17183,'2012-04-16 10:06:52',1,'categories.php','cPath=2&','69.144.144.94'),(17184,'2012-04-16 10:06:55',1,'product.php','page=1&product_type=1&cPath=2&pID=71&action=new_product&','69.144.144.94'),(17185,'2012-04-16 10:07:30',1,'product.php','cPath=2&product_type=1&pID=71&action=new_product_preview&page=1&','69.144.144.94'),(17186,'2012-04-16 10:07:45',1,'product.php','cPath=2&product_type=1&pID=71&action=update_product&page=1&','69.144.144.94'),(17187,'2012-04-16 10:07:45',1,'categories.php','cPath=2&pID=71&page=1&','69.144.144.94'),(17188,'2012-04-26 10:17:20',0,'login.php ','','69.144.144.94'),(17189,'2012-04-26 10:18:53',0,'login.php surpro3','','69.144.144.94'),(17190,'2012-04-26 10:19:07',0,'login.php surpro','','69.144.144.94'),(17191,'2012-04-26 10:19:23',1,'customers.php','search=NAVIA-OSORIO&origin=index&','69.144.144.94'),(17192,'2012-04-26 10:19:53',1,'customers.php','search=Chen&origin=index&','69.144.144.94'),(17193,'2012-04-26 10:20:50',1,'ezpages.php','','69.144.144.94'),(17194,'2012-04-26 10:21:16',1,'ezpages.php','action=new&','69.144.144.94'),(17195,'2012-04-26 10:29:46',1,'ezpages.php','action=insert&','69.144.144.94'),(17196,'2012-04-26 10:29:47',1,'ezpages.php','ezID=13&','69.144.144.94'),(17197,'2012-04-26 10:30:03',1,'ezpages.php','action=status_toc&current=0&ezID=13&page=1&','69.144.144.94'),(17198,'2012-04-26 10:30:04',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17199,'2012-04-26 10:30:13',1,'ezpages.php','action=status_sidebox&current=0&ezID=13&page=1&','69.144.144.94'),(17200,'2012-04-26 10:30:14',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17201,'2012-04-26 10:41:52',1,'layout_controller.php','','69.144.144.94'),(17202,'2012-04-26 10:46:32',1,'ezpages.php','','69.144.144.94'),(17203,'2012-04-26 10:46:35',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17204,'2012-04-26 10:46:43',1,'ezpages.php','page=1&ezID=13&action=new&','69.144.144.94'),(17205,'2012-04-26 10:48:38',1,'ezpages.php','page=1&action=update&','69.144.144.94'),(17206,'2012-04-26 10:48:38',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17207,'2012-04-26 10:48:52',1,'ezpages.php','page=1&ezID=13&action=new&','69.144.144.94'),(17208,'2012-04-26 10:49:31',1,'ezpages.php','page=1&action=update&','69.144.144.94'),(17209,'2012-04-26 10:49:31',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17210,'2012-04-26 10:51:12',1,'layout_controller.php','','69.144.144.94'),(17211,'2012-04-26 10:51:37',1,'layout_controller.php','page=&cID=86&','69.144.144.94'),(17212,'2012-04-26 10:51:51',1,'layout_controller.php','page=&cID=90&','69.144.144.94'),(17213,'2012-04-26 10:55:42',1,'define_pages_editor.php','','69.144.144.94'),(17214,'2012-04-26 10:55:58',1,'ezpages.php','','69.144.144.94'),(17215,'2012-04-26 10:56:02',1,'ezpages.php','page=1&ezID=11&','69.144.144.94'),(17216,'2012-04-26 10:56:06',1,'ezpages.php','page=1&ezID=11&action=new&','69.144.144.94'),(17217,'2012-04-26 10:57:03',1,'ezpages.php','page=1&ezID=11&','69.144.144.94'),(17218,'2012-04-26 10:57:06',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17219,'2012-04-26 10:57:08',1,'ezpages.php','page=1&ezID=13&action=new&','69.144.144.94'),(17220,'2012-04-26 10:57:39',1,'ezpages.php','page=1&action=update&','69.144.144.94'),(17221,'2012-04-26 10:57:39',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17222,'2012-04-26 10:57:45',1,'ezpages.php','page=1&ezID=13&action=new&','69.144.144.94'),(17223,'2012-04-26 10:58:15',1,'ezpages.php','page=1&action=update&','69.144.144.94'),(17224,'2012-04-26 10:58:15',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17225,'2012-04-26 10:59:12',1,'ezpages.php','page=1&ezID=13&action=new&','69.144.144.94'),(17226,'2012-04-26 10:59:46',1,'ezpages.php','page=1&action=update&','69.144.144.94'),(17227,'2012-04-26 10:59:47',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17228,'2012-04-26 11:00:31',1,'ezpages.php','page=1&ezID=13&action=new&','69.144.144.94'),(17229,'2012-04-26 11:01:21',1,'ezpages.php','page=1&action=update&','69.144.144.94'),(17230,'2012-04-26 11:01:21',1,'ezpages.php','page=1&ezID=13&','69.144.144.94'),(17231,'2012-05-09 19:46:28',0,'login.php ','','184.61.202.44'),(17232,'2012-05-09 19:46:44',0,'login.php surpro','','184.61.202.44'),(17233,'2012-05-09 19:47:47',0,'login.php surpro','','184.61.202.44'),(17234,'2012-05-09 19:48:05',1,'customers.php','search=Chen&origin=index&','184.61.202.44'),(17235,'2012-05-09 19:48:31',1,'reviews.php','status=1&','184.61.202.44'),(17236,'2012-05-09 19:49:08',1,'stats_products_viewed.php','','184.61.202.44'),(17237,'2012-05-09 21:38:15',0,'login.php ','','184.61.202.44'),(17238,'2012-05-09 21:43:44',0,'login.php ','','184.61.202.44'),(17239,'2012-05-09 21:45:31',0,'login.php surpro','','184.61.202.44'),(17240,'2012-05-09 21:46:29',1,'categories.php','','184.61.202.44'),(17241,'2012-05-09 21:46:36',1,'categories.php','cPath=18&','184.61.202.44'),(17242,'2012-05-09 21:46:40',1,'categories.php','cPath=18_25&','184.61.202.44'),(17243,'2012-05-09 21:46:47',1,'product.php','page=1&product_type=1&cPath=18_25&pID=34&action=new_product&','184.61.202.44'),(17244,'2012-05-13 22:04:41',0,'login.php ','','98.64.112.114'),(17245,'2012-05-13 22:06:08',0,'login.php surpro','','98.64.112.114'),(17246,'2012-05-13 22:06:19',1,'categories.php','','98.64.112.114'),(17247,'2012-05-13 22:06:25',1,'categories.php','cPath=12&','98.64.112.114'),(17248,'2012-05-13 22:06:29',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product&','98.64.112.114'),(17249,'2012-05-13 22:07:28',1,'product.php','cPath=12&product_type=1&pID=47&action=new_product_preview&page=1&','98.64.112.114'),(17250,'2012-05-13 22:07:41',1,'product.php','cPath=12&product_type=1&pID=47&action=update_product&page=1&','98.64.112.114'),(17251,'2012-05-13 22:07:42',1,'categories.php','cPath=12&pID=47&page=1&','98.64.112.114'),(17252,'2012-07-25 20:54:54',0,'login.php ','','97.179.211.211'),(17253,'2012-07-25 20:56:10',0,'login.php surpro','','97.179.211.211'),(17254,'2012-07-25 20:59:48',1,'categories.php','','97.179.211.211'),(17255,'2012-07-25 21:00:10',1,'categories.php','cPath=12&','97.179.211.211'),(17256,'2012-07-25 21:00:24',1,'product.php','page=1&product_type=1&cPath=12&pID=48&action=new_product_meta_tags&','97.179.211.211'),(17257,'2012-07-25 21:01:01',1,'categories.php','cPath=12&','97.179.211.211'),(17258,'2012-07-25 21:01:11',1,'product.php','page=1&product_type=1&cPath=12&pID=48&action=new_product&','97.179.211.211'),(17259,'2012-07-25 21:01:56',1,'product.php','cPath=12&product_type=1&pID=48&action=new_product_preview&page=1&','97.179.211.211'),(17260,'2012-07-25 21:02:22',1,'product.php','cPath=12&product_type=1&pID=48&action=update_product&page=1&','97.179.211.211'),(17261,'2012-07-25 21:02:23',1,'categories.php','cPath=12&pID=48&page=1&','97.179.211.211'),(17262,'2012-07-25 21:02:27',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','97.179.211.211'),(17263,'2012-07-25 21:03:13',1,'product.php','cPath=12&product_type=1&pID=49&action=new_product_preview&page=1&','97.179.211.211'),(17264,'2012-07-25 21:03:25',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','97.179.211.211'),(17265,'2012-07-25 21:03:47',1,'product.php','cPath=12&product_type=1&pID=49&action=new_product_preview&page=1&','97.179.211.211'),(17266,'2012-07-25 21:04:01',1,'product.php','cPath=12&product_type=1&pID=49&action=update_product&page=1&','97.179.211.211'),(17267,'2012-07-25 21:04:03',1,'categories.php','cPath=12&pID=49&page=1&','97.179.211.211'),(17268,'2012-07-25 21:04:07',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product&','97.179.211.211'),(17269,'2012-07-25 21:06:34',1,'product.php','cPath=12&product_type=1&pID=46&action=new_product_preview&page=1&','97.179.211.211'),(17270,'2012-07-25 21:06:38',1,'product.php','cPath=12&product_type=1&pID=46&action=update_product&page=1&','97.179.211.211'),(17271,'2012-07-25 21:06:39',1,'categories.php','cPath=12&pID=46&page=1&','97.179.211.211'),(17272,'2012-07-25 21:06:43',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product&','97.179.211.211'),(17273,'2012-07-25 21:06:59',1,'product.php','cPath=12&product_type=1&pID=47&action=new_product_preview&page=1&','97.179.211.211'),(17274,'2012-07-25 21:07:04',1,'product.php','cPath=12&product_type=1&pID=47&action=update_product&page=1&','97.179.211.211'),(17275,'2012-07-25 21:07:05',1,'categories.php','cPath=12&pID=47&page=1&','97.179.211.211'),(17276,'2012-07-25 21:07:10',1,'categories.php','cID=12&','97.179.211.211'),(17277,'2012-07-25 21:07:13',1,'categories.php','cPath=15&','97.179.211.211'),(17278,'2012-07-25 21:07:27',1,'product.php','page=1&product_type=1&cPath=15&pID=50&action=new_product&','97.179.211.211'),(17279,'2012-07-25 21:07:52',1,'product.php','cPath=15&product_type=1&pID=50&action=new_product_preview&page=1&','97.179.211.211'),(17280,'2012-07-25 21:07:56',1,'product.php','cPath=15&product_type=1&pID=50&action=update_product&page=1&','97.179.211.211'),(17281,'2012-07-25 21:07:57',1,'categories.php','cPath=15&pID=50&page=1&','97.179.211.211'),(17282,'2012-07-27 09:40:46',0,'login.php ','','97.179.116.218'),(17283,'2012-07-27 09:41:53',0,'login.php surpro','','97.179.116.218'),(17284,'2012-07-27 11:01:49',0,'login.php ','','97.178.46.184'),(17285,'2012-07-27 19:17:11',0,'login.php ','','97.179.250.118'),(17286,'2012-07-27 19:18:53',0,'login.php surpro','','97.179.250.118'),(17287,'2012-07-27 19:21:13',1,'modules.php','set=shipping&','97.179.250.118'),(17288,'2012-07-27 19:22:08',1,'stats_products_viewed.php','','97.179.250.118'),(17289,'2012-07-27 19:37:08',1,'modules.php','set=payment&','97.179.250.118'),(17290,'2012-07-27 19:40:17',1,'modules.php','set=payment&module=googlecheckout&','97.179.250.118'),(17291,'2012-07-27 19:43:16',1,'ceon_uri_mapping_config.php','','97.179.250.118'),(17292,'2012-08-06 07:39:52',0,'login.php ','','97.130.188.178'),(17293,'2012-08-06 07:40:41',0,'login.php surpro','','97.130.188.178'),(17294,'2012-08-06 07:40:54',1,'categories.php','','97.130.188.178'),(17295,'2012-08-06 07:41:02',1,'categories.php','cPath=3&','97.130.188.178'),(17296,'2012-08-06 07:41:08',1,'product.php','page=1&product_type=1&cPath=3&pID=37&action=new_product&','97.130.188.178'),(17297,'2012-08-06 07:41:43',1,'product.php','cPath=3&product_type=1&pID=37&action=new_product_preview&page=1&','97.130.188.178'),(17298,'2012-08-06 07:42:13',1,'product.php','cPath=3&product_type=1&pID=37&action=update_product&page=1&','97.130.188.178'),(17299,'2012-08-06 07:42:14',1,'categories.php','cPath=3&pID=37&page=1&','97.130.188.178'),(17300,'2012-08-06 07:42:32',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','97.130.188.178'),(17301,'2012-08-06 07:43:02',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','97.130.188.178'),(17302,'2012-08-06 07:43:39',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','97.130.188.178'),(17303,'2012-08-06 07:43:40',1,'categories.php','cPath=3&pID=36&page=1&','97.130.188.178'),(17304,'2012-09-05 16:56:11',0,'login.php ','','97.146.156.67'),(17305,'2012-09-05 16:57:10',0,'login.php surpro3','','97.146.156.67'),(17306,'2012-09-05 16:57:21',0,'login.php surpro','','97.146.156.67'),(17307,'2012-09-05 16:57:53',1,'stats_products_viewed.php','','97.146.156.67'),(17308,'2013-06-12 19:42:25',0,'login.php ','','97.30.183.44'),(17309,'2013-06-12 19:44:56',0,'login.php surpro','','97.30.183.44'),(17310,'2013-06-12 19:48:18',1,'currencies.php','','97.30.183.44'),(17311,'2013-06-12 19:48:25',1,'currencies.php','page=1&cID=5&action=update_currencies&','97.30.183.44'),(17312,'2013-06-12 19:48:46',1,'currencies.php','page=1&cID=5&','97.30.183.44'),(17313,'2013-06-12 19:54:38',1,'currencies.php','page=1&cID=4&','97.30.183.44'),(17314,'2013-06-12 19:54:42',1,'currencies.php','page=1&cID=4&action=edit&','97.30.183.44'),(17315,'2013-06-12 19:55:01',1,'currencies.php','page=1&cID=4&action=save&','97.30.183.44'),(17316,'2013-06-12 19:55:02',1,'currencies.php','page=1&cID=4&','97.30.183.44'),(17317,'2013-06-12 19:55:57',1,'currencies.php','page=1&cID=5&','97.30.183.44'),(17318,'2013-06-12 19:55:59',1,'currencies.php','page=1&cID=5&action=edit&','97.30.183.44'),(17319,'2013-06-12 19:56:09',1,'currencies.php','page=1&cID=5&action=save&','97.30.183.44'),(17320,'2013-06-12 19:56:10',1,'currencies.php','page=1&cID=5&','97.30.183.44'),(17321,'2013-06-12 19:56:17',1,'currencies.php','page=1&cID=2&','97.30.183.44'),(17322,'2013-06-12 19:56:19',1,'currencies.php','page=1&cID=2&action=edit&','97.30.183.44'),(17323,'2013-06-12 19:56:39',1,'currencies.php','page=1&cID=2&action=save&','97.30.183.44'),(17324,'2013-06-12 19:56:40',1,'currencies.php','page=1&cID=2&','97.30.183.44'),(17325,'2013-06-12 19:56:51',1,'currencies.php','page=1&cID=3&','97.30.183.44'),(17326,'2013-06-12 19:56:53',1,'currencies.php','page=1&cID=3&action=edit&','97.30.183.44'),(17327,'2013-06-12 19:57:03',1,'currencies.php','page=1&cID=3&action=save&','97.30.183.44'),(17328,'2013-06-12 19:57:04',1,'currencies.php','page=1&cID=3&','97.30.183.44'),(17329,'2013-06-13 06:07:25',0,'login.php ','','97.31.71.162'),(17330,'2013-06-13 06:07:45',0,'login.php surpro','','97.31.71.162'),(17331,'2013-06-13 06:10:19',0,'login.php surpro','','97.31.71.162'),(17332,'2013-06-13 06:10:29',1,'customers.php','','97.31.71.162'),(17333,'2013-06-13 06:11:16',1,'customers.php','page=1&cID=16&','97.31.71.162'),(17334,'2013-06-13 06:11:20',1,'customers.php','page=1&cID=20&','97.31.71.162'),(17335,'2013-06-13 06:11:21',1,'customers.php','page=1&cID=21&','97.31.71.162'),(17336,'2013-06-13 06:11:25',1,'customers.php','page=1&cID=5&','97.31.71.162'),(17337,'2013-06-13 06:11:30',1,'customers.php','page=1&cID=9&','97.31.71.162'),(17338,'2013-06-13 06:11:46',1,'paypal.php','','97.31.71.162'),(17339,'2013-06-13 06:12:20',1,'stats_products_viewed.php','','97.31.71.162'),(17340,'2013-06-13 06:13:34',1,'stats_customers_referrals.php','','97.31.71.162'),(17341,'2013-06-13 06:13:46',1,'stats_products_lowstock.php','','97.31.71.162'),(17342,'2013-06-13 06:13:57',1,'stats_customers.php','','97.31.71.162'),(17343,'2013-07-29 17:32:32',0,'login.php ','','24.247.136.147'),(17344,'2013-07-29 17:34:35',0,'login.php surpro','','24.247.136.147'),(17345,'2013-07-29 17:35:19',1,'categories.php','','24.247.136.147'),(17346,'2013-07-29 17:35:35',1,'categories.php','cPath=11&','24.247.136.147'),(17347,'2013-07-29 17:35:39',1,'product.php','page=1&product_type=1&cPath=11&pID=44&action=new_product&','24.247.136.147'),(17348,'2013-07-29 17:36:58',1,'modules.php','set=payment&','24.247.136.147'),(17349,'2013-07-29 17:38:45',1,'logoff.php','','24.247.136.147'),(17350,'2013-07-29 17:38:45',0,'login.php ','','24.247.136.147'),(17351,'2013-08-31 22:48:26',0,'login.php ','','97.31.224.24'),(17352,'2013-08-31 22:49:57',0,'login.php surpro','','97.31.224.24'),(17353,'2013-08-31 22:51:52',0,'login.php surpro','','97.31.224.24'),(17354,'2013-08-31 22:52:41',0,'login.php surpro','','97.31.224.24'),(17355,'2013-08-31 22:53:23',0,'login.php surpro','','97.31.224.24'),(17356,'2013-08-31 22:53:33',0,'login.php surpro','','97.31.224.24'),(17357,'2013-08-31 23:01:39',0,'login.php surpro','','97.31.224.24'),(17358,'2013-08-31 23:02:14',1,'stats_products_viewed.php','','97.31.224.24'),(17359,'2013-08-31 23:03:25',1,'whos_online.php','','97.31.224.24'),(17360,'2013-08-31 23:03:42',1,'developers_tool_kit.php','','97.31.224.24'),(17361,'2013-08-31 23:04:13',1,'developers_tool_kit.php','action=locate_all_files&','97.31.224.24'),(17362,'2013-08-31 23:10:17',1,'developers_tool_kit.php','action=locate_template&','97.31.224.24'),(17363,'2013-08-31 23:10:46',1,'developers_tool_kit.php','action=locate_all_files&','97.31.224.24'),(17364,'2013-09-04 11:46:11',0,'login.php ','','97.178.40.14'),(17365,'2013-09-04 11:47:19',0,'login.php surpro','','97.178.40.14'),(17366,'2013-09-04 11:49:25',1,'categories.php','','97.178.40.14'),(17367,'2013-09-04 11:49:29',1,'categories.php','cPath=2&','97.178.40.14'),(17368,'2013-09-04 11:49:50',1,'product.php','page=1&product_type=1&cPath=2&pID=40&action=new_product&','97.178.40.14'),(17369,'2013-09-04 11:50:37',1,'products_price_manager.php','products_filter=40&current_category_id=2&','97.178.40.14'),(17370,'2013-09-04 11:51:07',1,'categories.php','action=new_product&cPath=2&pID=40&product_type=1&','97.178.40.14'),(17371,'2013-09-04 11:51:08',1,'product.php','action=new_product&cPath=2&pID=40&product_type=1&','97.178.40.14'),(17372,'2013-09-04 11:51:29',1,'products_to_categories.php','products_filter=40&','97.178.40.14'),(17373,'2013-09-04 11:51:46',1,'products_price_manager.php','products_filter=40&current_category_id=2&','97.178.40.14'),(17374,'2013-09-04 11:51:58',1,'categories.php','','97.178.40.14'),(17375,'2013-09-04 11:52:02',1,'categories.php','cPath=2&','97.178.40.14'),(17376,'2013-09-04 11:52:12',1,'attributes_controller.php','','97.178.40.14'),(17377,'2013-09-04 11:52:17',1,'attributes_controller.php','securityToken=cebd9ff95406f45b37b315ed7494d34f&current_category_id=2&products_filter=&action=new_cat&','97.178.40.14'),(17378,'2013-09-04 11:52:18',1,'attributes_controller.php','products_filter=40&current_category_id=2&','97.178.40.14'),(17379,'2013-09-04 11:53:01',1,'attributes_controller.php','action=update_attribute&attribute_id=50&attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17380,'2013-09-04 11:53:50',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=40&','97.178.40.14'),(17381,'2013-09-04 11:53:50',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17382,'2013-09-04 11:57:02',1,'attributes_controller.php','action=update_attribute&attribute_id=47&attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17383,'2013-09-04 11:57:15',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=40&','97.178.40.14'),(17384,'2013-09-04 11:57:15',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17385,'2013-09-04 11:57:28',1,'attributes_controller.php','action=update_attribute&attribute_id=48&attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17386,'2013-09-04 11:57:40',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=40&','97.178.40.14'),(17387,'2013-09-04 11:57:41',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17388,'2013-09-04 11:57:49',1,'attributes_controller.php','action=update_attribute&attribute_id=49&attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17389,'2013-09-04 11:58:06',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=40&','97.178.40.14'),(17390,'2013-09-04 11:58:06',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17391,'2013-09-04 11:58:13',1,'attributes_controller.php','action=update_attribute&attribute_id=51&attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17392,'2013-09-04 11:58:29',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=40&','97.178.40.14'),(17393,'2013-09-04 11:58:30',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','97.178.40.14'),(17394,'2013-11-19 17:04:11',0,'login.php ','','173.8.12.101'),(17395,'2013-11-19 17:04:23',0,'login.php surpro','','173.8.12.101'),(17396,'2013-11-19 17:05:24',0,'login.php surpro','','173.8.12.101'),(17397,'2013-11-19 17:05:30',0,'login.php surpro','','173.8.12.101'),(17398,'2013-11-19 17:05:33',0,'password_forgotten.php ','','173.8.12.101'),(17399,'2013-11-19 17:06:10',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17400,'2013-11-19 17:06:21',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17401,'2013-11-19 17:06:36',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17402,'2013-11-19 17:06:41',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17403,'2013-11-19 17:06:45',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17404,'2013-11-19 17:07:38',0,'password_forgotten.php ','','173.8.12.101'),(17405,'2013-11-19 17:07:41',0,'login.php ','','173.8.12.101'),(17406,'2013-11-19 17:07:44',0,'login.php ','','173.8.12.101'),(17407,'2013-11-19 17:07:56',0,'login.php surpro','','173.8.12.101'),(17408,'2013-11-19 17:08:58',0,'password_forgotten.php ','','173.8.12.101'),(17409,'2013-11-19 17:09:15',0,'password_forgotten.php orders@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17410,'2013-11-19 17:09:23',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17411,'2013-11-19 17:09:29',0,'password_forgotten.php admin@aaasurvivalproducts.com','action=update&','173.8.12.101'),(17412,'2013-11-19 17:10:48',0,'password_forgotten.php ','','173.8.12.101'),(17413,'2013-11-19 17:10:51',0,'login.php ','','173.8.12.101'),(17414,'2013-11-19 17:11:02',0,'login.php surpro','','173.8.12.101'),(17415,'2013-11-19 17:11:23',0,'login.php ','','173.8.12.101'),(17416,'2013-11-19 17:11:36',0,'login.php surpro','','173.8.12.101'),(17417,'2013-11-19 17:13:33',1,'stats_products_viewed.php','','173.8.12.101'),(17418,'2013-11-19 17:16:02',1,'configuration.php','gID=1&','173.8.12.101'),(17419,'2013-11-19 17:16:54',1,'admin.php','','173.8.12.101'),(17420,'2013-11-19 17:17:07',1,'admin.php','page=1&adminID=2&action=resetpassword&','173.8.12.101'),(17421,'2013-11-19 17:17:21',1,'admin.php','page=1&adminID=2&action=reset&','173.8.12.101'),(17422,'2013-11-19 17:17:28',1,'admin.php','page=1&adminID=1&','173.8.12.101'),(17423,'2013-11-19 17:17:34',1,'admin.php','page=1&adminID=1&action=resetpassword&','173.8.12.101'),(17424,'2013-11-19 17:17:51',1,'admin.php','page=1&adminID=1&action=reset&','173.8.12.101'),(17425,'2013-11-19 17:17:51',1,'admin.php','page=1&adminID=1&','173.8.12.101'),(17426,'2013-11-19 17:18:16',1,'admin.php','page=1&adminID=1&action=resetpassword&','173.8.12.101'),(17427,'2013-11-19 17:18:36',1,'admin.php','page=1&adminID=1&action=reset&','173.8.12.101'),(17428,'2013-11-19 17:18:37',1,'admin.php','page=1&adminID=1&','173.8.12.101'),(17429,'2013-11-19 17:18:40',1,'admin.php','page=1&adminID=2&','173.8.12.101'),(17430,'2013-11-19 17:18:44',1,'admin.php','page=1&adminID=2&action=resetpassword&','173.8.12.101'),(17431,'2013-11-19 17:18:53',1,'admin.php','page=1&adminID=2&','173.8.12.101'),(17432,'2013-11-19 17:19:08',1,'modules.php','set=payment&','173.8.12.101'),(17433,'2013-11-19 17:19:17',1,'modules.php','set=payment&module=paypaldp&','173.8.12.101'),(17434,'2013-11-19 17:22:05',1,'modules.php','set=payment&module=googlecheckout&','173.8.12.101'),(17435,'2013-11-19 17:31:02',1,'modules.php','set=payment&module=paypaldp&','173.8.12.101'),(17436,'2013-11-19 17:31:06',1,'modules.php','set=payment&module=paypaldp&action=install&','173.8.12.101'),(17437,'2013-11-19 17:31:06',1,'modules.php','set=payment&module=paypaldp&','173.8.12.101'),(17438,'2013-11-19 17:31:15',1,'modules.php','set=payment&module=paypalwpp&','173.8.12.101'),(17439,'2013-11-19 17:31:18',1,'modules.php','set=payment&module=paypalwpp&action=install&','173.8.12.101'),(17440,'2013-11-19 17:31:18',1,'modules.php','set=payment&module=paypalwpp&action=edit&','173.8.12.101'),(17441,'2013-11-19 17:33:38',1,'modules.php','set=payment&module=paypalwpp&action=save&','173.8.12.101'),(17442,'2013-11-19 17:33:38',1,'modules.php','set=payment&module=paypalwpp&','173.8.12.101'),(17443,'2013-11-19 17:33:44',1,'modules.php','set=payment&module=paypaldp&','173.8.12.101'),(17444,'2013-11-19 17:33:51',1,'modules.php','set=payment&module=paypalwpp&','173.8.12.101'),(17445,'2013-11-19 17:33:55',1,'modules.php','set=payment&module=paypaldp&','173.8.12.101'),(17446,'2013-11-19 17:33:58',1,'modules.php','set=payment&module=paypaldp&action=install&','173.8.12.101'),(17447,'2013-11-19 17:33:58',1,'modules.php','set=payment&module=paypaldp&action=edit&','173.8.12.101'),(17448,'2013-11-19 17:34:13',1,'modules.php','set=payment&module=paypaldp&action=save&','173.8.12.101'),(17449,'2013-11-19 17:34:14',1,'modules.php','set=payment&module=paypaldp&','173.8.12.101'),(17450,'2013-11-19 17:34:20',1,'modules.php','set=payment&module=googlecheckout&','173.8.12.101'),(17451,'2013-11-19 17:34:24',1,'modules.php','set=payment&module=googlecheckout&action=remove&','173.8.12.101'),(17452,'2013-11-19 17:34:25',1,'modules.php','set=payment&module=googlecheckout&','173.8.12.101'),(17453,'2014-01-20 18:05:16',0,'login.php ','','184.8.84.14'),(17454,'2014-01-20 18:05:23',0,'login.php surpro','','184.8.84.14'),(17455,'2014-01-20 18:05:50',0,'login.php surpro','','184.8.84.14'),(17456,'2014-01-20 18:06:03',0,'login.php surpro','','184.8.84.14'),(17457,'2014-01-20 18:06:29',1,'categories.php','','184.8.84.14'),(17458,'2014-01-20 18:06:33',1,'categories.php','cPath=3&','184.8.84.14'),(17459,'2014-01-20 18:06:46',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','184.8.84.14'),(17460,'2014-01-20 18:06:46',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product&','184.8.84.14'),(17461,'2014-01-20 18:47:09',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&','184.8.84.14'),(17462,'2014-01-20 18:47:38',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&','184.8.84.14'),(17463,'2014-01-20 18:51:09',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&','184.8.84.14'),(17464,'2014-01-20 18:51:17',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&','184.8.84.14'),(17465,'2014-01-20 18:51:18',1,'categories.php','cPath=3&pID=45&','184.8.84.14'),(17466,'2014-01-20 18:57:16',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','184.8.84.14'),(17467,'2014-01-20 18:59:04',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&page=1&','184.8.84.14'),(17468,'2014-01-20 18:59:11',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&page=1&','184.8.84.14'),(17469,'2014-01-20 18:59:11',1,'categories.php','cPath=3&pID=45&page=1&','184.8.84.14'),(17470,'2014-01-20 18:59:43',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','184.8.84.14'),(17471,'2014-01-20 19:01:32',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&page=1&','184.8.84.14'),(17472,'2014-01-20 19:01:36',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&page=1&','184.8.84.14'),(17473,'2014-01-20 19:01:37',1,'categories.php','cPath=3&pID=45&page=1&','184.8.84.14'),(17474,'2014-01-20 19:03:13',1,'product.php','page=1&product_type=1&cPath=3&pID=35&action=new_product&','184.8.84.14'),(17475,'2014-01-20 19:03:16',1,'categories.php','cPath=3&pID=45&page=1&','184.8.84.14'),(17476,'2014-01-20 19:03:18',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','184.8.84.14'),(17477,'2014-01-20 19:04:46',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&page=1&','184.8.84.14'),(17478,'2014-01-20 19:04:53',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&page=1&','184.8.84.14'),(17479,'2014-01-20 19:04:54',1,'categories.php','cPath=3&pID=45&page=1&','184.8.84.14'),(17480,'2014-01-24 17:47:59',0,'login.php ','','74.34.191.232'),(17481,'2014-01-24 17:48:18',0,'login.php surpro','','74.34.191.232'),(17482,'2014-01-24 17:49:43',0,'login.php surpro','','74.34.191.232'),(17483,'2014-01-24 17:50:43',1,'email_welcome.php','','74.34.191.232'),(17484,'2014-01-24 17:51:59',1,'mail.php','','74.34.191.232'),(17485,'2014-01-24 17:52:45',1,'mail.php','','74.34.191.232'),(17486,'2014-01-24 17:52:52',1,'mail.php','securityToken=45ac3914f8f8781e48a22fb6139a57e4&reset_editor=2&action=set_editor&','74.34.191.232'),(17487,'2014-01-24 17:52:52',1,'mail.php','','74.34.191.232'),(17488,'2014-01-24 17:53:30',1,'newsletters.php','','74.34.191.232'),(17489,'2014-01-24 17:53:37',1,'newsletters.php','action=new&','74.34.191.232'),(17490,'2014-01-24 17:54:00',1,'newsletters.php','','74.34.191.232'),(17491,'2014-01-24 17:54:03',1,'alt_nav.php','','74.34.191.232'),(17492,'2014-01-24 17:54:09',1,'configuration.php','gID=12&','74.34.191.232'),(17493,'2014-01-24 17:54:20',1,'customers.php','','74.34.191.232'),(17494,'2014-01-24 17:55:36',1,'configuration.php','gID=5&','74.34.191.232'),(17495,'2014-01-24 17:59:38',1,'admin.php','','74.34.191.232'),(17496,'2014-01-24 18:01:06',1,'store_manager.php','','74.34.191.232'),(17497,'2014-01-24 18:01:39',1,'customers.php','','74.34.191.232'),(17498,'2014-01-24 18:01:52',1,'customers.php','page=2&','74.34.191.232'),(17499,'2014-01-24 18:02:07',1,'customers.php','page=1&','74.34.191.232'),(17500,'2014-02-13 11:51:39',0,'login.php ','','173.87.252.66'),(17501,'2014-02-13 11:52:48',0,'login.php surpro','','173.87.252.66'),(17502,'2014-02-13 11:53:11',1,'products_price_manager.php','','173.87.252.66'),(17503,'2014-02-13 11:53:23',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=21&products_filter=&action=new_cat&','173.87.252.66'),(17504,'2014-02-13 11:53:24',1,'products_price_manager.php','products_filter=11&current_category_id=21&','173.87.252.66'),(17505,'2014-02-13 11:53:37',1,'products_price_manager.php','','173.87.252.66'),(17506,'2014-02-13 11:53:42',1,'categories.php','','173.87.252.66'),(17507,'2014-02-13 11:53:46',1,'categories.php','cPath=18&','173.87.252.66'),(17508,'2014-02-13 11:53:50',1,'categories.php','cPath=18_21&','173.87.252.66'),(17509,'2014-02-13 11:54:01',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product&','173.87.252.66'),(17510,'2014-02-13 11:59:40',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview&page=1&','173.87.252.66'),(17511,'2014-02-13 11:59:49',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product&page=1&','173.87.252.66'),(17512,'2014-02-13 11:59:50',1,'categories.php','cPath=18_21&pID=11&page=1&','173.87.252.66'),(17513,'2014-02-13 11:59:59',1,'products_price_manager.php','','173.87.252.66'),(17514,'2014-02-13 12:00:05',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=21&products_filter=&action=new_cat&','173.87.252.66'),(17515,'2014-02-13 12:00:05',1,'products_price_manager.php','products_filter=11&current_category_id=21&','173.87.252.66'),(17516,'2014-02-13 12:00:41',1,'products_price_manager.php','products_filter=13&current_category_id=21&','173.87.252.66'),(17517,'2014-02-13 12:02:14',1,'products_price_manager.php','action=edit&products_filter=13&current_category_id=21&','173.87.252.66'),(17518,'2014-02-13 12:02:15',1,'products_price_manager.php','action=edit_update&products_filter=13&current_category_id=21&','173.87.252.66'),(17519,'2014-02-13 12:03:03',1,'products_price_manager.php','products_filter=13&current_category_id=21&action=update&','173.87.252.66'),(17520,'2014-02-13 12:03:03',1,'products_price_manager.php','products_filter=13&current_category_id=21&','173.87.252.66'),(17521,'2014-02-13 12:03:10',1,'products_price_manager.php','products_filter=14&current_category_id=21&','173.87.252.66'),(17522,'2014-02-13 12:03:15',1,'products_price_manager.php','action=edit&products_filter=14&current_category_id=21&','173.87.252.66'),(17523,'2014-02-13 12:03:16',1,'products_price_manager.php','action=edit_update&products_filter=14&current_category_id=21&','173.87.252.66'),(17524,'2014-02-13 12:04:52',1,'products_price_manager.php','products_filter=14&current_category_id=21&action=update&','173.87.252.66'),(17525,'2014-02-13 12:04:53',1,'products_price_manager.php','products_filter=14&current_category_id=21&','173.87.252.66'),(17526,'2014-02-13 12:04:56',1,'products_price_manager.php','products_filter=12&current_category_id=21&','173.87.252.66'),(17527,'2014-02-13 12:05:40',1,'products_price_manager.php','action=edit&products_filter=12&current_category_id=21&','173.87.252.66'),(17528,'2014-02-13 12:05:41',1,'products_price_manager.php','action=edit_update&products_filter=12&current_category_id=21&','173.87.252.66'),(17529,'2014-02-13 12:05:50',1,'products_price_manager.php','products_filter=12&current_category_id=21&action=update&','173.87.252.66'),(17530,'2014-02-13 12:05:50',1,'products_price_manager.php','products_filter=12&current_category_id=21&','173.87.252.66'),(17531,'2014-02-13 12:14:52',1,'products_price_manager.php','products_filter=11&current_category_id=21&','173.87.252.66'),(17532,'2014-02-13 12:15:07',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=22&products_filter=11&action=new_cat&','173.87.252.66'),(17533,'2014-02-13 12:15:08',1,'products_price_manager.php','products_filter=21&current_category_id=22&','173.87.252.66'),(17534,'2014-02-13 12:26:32',1,'products_price_manager.php','action=edit&products_filter=21&current_category_id=22&','173.87.252.66'),(17535,'2014-02-13 12:26:33',1,'products_price_manager.php','action=edit_update&products_filter=21&current_category_id=22&','173.87.252.66'),(17536,'2014-02-13 12:26:46',1,'products_price_manager.php','products_filter=21&current_category_id=22&action=update&','173.87.252.66'),(17537,'2014-02-13 12:26:46',1,'products_price_manager.php','products_filter=21&current_category_id=22&','173.87.252.66'),(17538,'2014-02-13 12:26:50',1,'products_price_manager.php','products_filter=23&current_category_id=22&','173.87.252.66'),(17539,'2014-02-13 12:27:04',1,'products_price_manager.php','action=edit&products_filter=23&current_category_id=22&','173.87.252.66'),(17540,'2014-02-13 12:27:05',1,'products_price_manager.php','action=edit_update&products_filter=23&current_category_id=22&','173.87.252.66'),(17541,'2014-02-13 12:27:12',1,'products_price_manager.php','products_filter=23&current_category_id=22&action=update&','173.87.252.66'),(17542,'2014-02-13 12:27:13',1,'products_price_manager.php','products_filter=23&current_category_id=22&','173.87.252.66'),(17543,'2014-02-13 12:27:18',1,'products_price_manager.php','products_filter=24&current_category_id=22&','173.87.252.66'),(17544,'2014-02-13 12:27:26',1,'products_price_manager.php','action=edit&products_filter=24&current_category_id=22&','173.87.252.66'),(17545,'2014-02-13 12:27:26',1,'products_price_manager.php','action=edit_update&products_filter=24&current_category_id=22&','173.87.252.66'),(17546,'2014-02-13 12:27:48',1,'products_price_manager.php','products_filter=24&current_category_id=22&action=update&','173.87.252.66'),(17547,'2014-02-13 12:27:49',1,'products_price_manager.php','products_filter=24&current_category_id=22&','173.87.252.66'),(17548,'2014-02-13 12:27:53',1,'products_price_manager.php','products_filter=22&current_category_id=22&','173.87.252.66'),(17549,'2014-02-13 12:27:55',1,'products_price_manager.php','action=edit&products_filter=22&current_category_id=22&','173.87.252.66'),(17550,'2014-02-13 12:27:55',1,'products_price_manager.php','action=edit_update&products_filter=22&current_category_id=22&','173.87.252.66'),(17551,'2014-02-13 12:28:07',1,'products_price_manager.php','products_filter=22&current_category_id=22&action=update&','173.87.252.66'),(17552,'2014-02-13 12:28:08',1,'products_price_manager.php','products_filter=22&current_category_id=22&','173.87.252.66'),(17553,'2014-02-13 12:28:14',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=23&products_filter=22&action=new_cat&','173.87.252.66'),(17554,'2014-02-13 12:28:15',1,'products_price_manager.php','products_filter=16&current_category_id=23&','173.87.252.66'),(17555,'2014-02-13 12:28:19',1,'products_price_manager.php','action=edit&products_filter=16&current_category_id=23&','173.87.252.66'),(17556,'2014-02-13 12:28:19',1,'products_price_manager.php','action=edit_update&products_filter=16&current_category_id=23&','173.87.252.66'),(17557,'2014-02-13 12:28:37',1,'products_price_manager.php','products_filter=16&current_category_id=23&action=update&','173.87.252.66'),(17558,'2014-02-13 12:28:38',1,'products_price_manager.php','products_filter=16&current_category_id=23&','173.87.252.66'),(17559,'2014-02-13 12:28:41',1,'products_price_manager.php','products_filter=18&current_category_id=23&','173.87.252.66'),(17560,'2014-02-13 12:28:44',1,'products_price_manager.php','action=edit&products_filter=18&current_category_id=23&','173.87.252.66'),(17561,'2014-02-13 12:28:45',1,'products_price_manager.php','action=edit_update&products_filter=18&current_category_id=23&','173.87.252.66'),(17562,'2014-02-13 12:28:59',1,'products_price_manager.php','products_filter=18&current_category_id=23&action=update&','173.87.252.66'),(17563,'2014-02-13 12:28:59',1,'products_price_manager.php','products_filter=18&current_category_id=23&','173.87.252.66'),(17564,'2014-02-13 12:29:02',1,'products_price_manager.php','products_filter=19&current_category_id=23&','173.87.252.66'),(17565,'2014-02-13 12:29:07',1,'products_price_manager.php','action=edit&products_filter=19&current_category_id=23&','173.87.252.66'),(17566,'2014-02-13 12:29:08',1,'products_price_manager.php','action=edit_update&products_filter=19&current_category_id=23&','173.87.252.66'),(17567,'2014-02-13 12:29:20',1,'products_price_manager.php','products_filter=19&current_category_id=23&action=update&','173.87.252.66'),(17568,'2014-02-13 12:29:21',1,'products_price_manager.php','products_filter=19&current_category_id=23&','173.87.252.66'),(17569,'2014-02-13 12:29:24',1,'products_price_manager.php','products_filter=17&current_category_id=23&','173.87.252.66'),(17570,'2014-02-13 12:29:36',1,'products_price_manager.php','action=edit&products_filter=17&current_category_id=23&','173.87.252.66'),(17571,'2014-02-13 12:29:36',1,'products_price_manager.php','action=edit_update&products_filter=17&current_category_id=23&','173.87.252.66'),(17572,'2014-02-13 12:29:44',1,'products_price_manager.php','products_filter=17&current_category_id=23&action=update&','173.87.252.66'),(17573,'2014-02-13 12:29:45',1,'products_price_manager.php','products_filter=17&current_category_id=23&','173.87.252.66'),(17574,'2014-02-13 12:29:50',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=24&products_filter=17&action=new_cat&','173.87.252.66'),(17575,'2014-02-13 12:29:51',1,'products_price_manager.php','products_filter=26&current_category_id=24&','173.87.252.66'),(17576,'2014-02-13 12:29:56',1,'products_price_manager.php','action=edit&products_filter=26&current_category_id=24&','173.87.252.66'),(17577,'2014-02-13 12:29:56',1,'products_price_manager.php','action=edit_update&products_filter=26&current_category_id=24&','173.87.252.66'),(17578,'2014-02-13 12:30:12',1,'products_price_manager.php','products_filter=26&current_category_id=24&action=update&','173.87.252.66'),(17579,'2014-02-13 12:30:12',1,'products_price_manager.php','products_filter=26&current_category_id=24&','173.87.252.66'),(17580,'2014-02-13 12:30:16',1,'products_price_manager.php','products_filter=28&current_category_id=24&','173.87.252.66'),(17581,'2014-02-13 12:30:25',1,'products_price_manager.php','action=edit&products_filter=28&current_category_id=24&','173.87.252.66'),(17582,'2014-02-13 12:30:26',1,'products_price_manager.php','action=edit_update&products_filter=28&current_category_id=24&','173.87.252.66'),(17583,'2014-02-13 12:30:37',1,'products_price_manager.php','products_filter=28&current_category_id=24&action=update&','173.87.252.66'),(17584,'2014-02-13 12:30:38',1,'products_price_manager.php','products_filter=28&current_category_id=24&','173.87.252.66'),(17585,'2014-02-13 12:30:41',1,'products_price_manager.php','products_filter=29&current_category_id=24&','173.87.252.66'),(17586,'2014-02-13 12:30:45',1,'products_price_manager.php','action=edit&products_filter=29&current_category_id=24&','173.87.252.66'),(17587,'2014-02-13 12:30:46',1,'products_price_manager.php','action=edit_update&products_filter=29&current_category_id=24&','173.87.252.66'),(17588,'2014-02-13 12:30:54',1,'products_price_manager.php','products_filter=29&current_category_id=24&action=update&','173.87.252.66'),(17589,'2014-02-13 12:30:55',1,'products_price_manager.php','products_filter=29&current_category_id=24&','173.87.252.66'),(17590,'2014-02-13 12:30:58',1,'products_price_manager.php','products_filter=27&current_category_id=24&','173.87.252.66'),(17591,'2014-02-13 12:31:03',1,'products_price_manager.php','action=edit&products_filter=27&current_category_id=24&','173.87.252.66'),(17592,'2014-02-13 12:31:04',1,'products_price_manager.php','action=edit_update&products_filter=27&current_category_id=24&','173.87.252.66'),(17593,'2014-02-13 12:31:13',1,'products_price_manager.php','products_filter=27&current_category_id=24&action=update&','173.87.252.66'),(17594,'2014-02-13 12:31:14',1,'products_price_manager.php','products_filter=27&current_category_id=24&','173.87.252.66'),(17595,'2014-02-13 12:31:20',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=25&products_filter=27&action=new_cat&','173.87.252.66'),(17596,'2014-02-13 12:31:20',1,'products_price_manager.php','products_filter=31&current_category_id=25&','173.87.252.66'),(17597,'2014-02-13 12:31:26',1,'products_price_manager.php','action=edit&products_filter=31&current_category_id=25&','173.87.252.66'),(17598,'2014-02-13 12:31:26',1,'products_price_manager.php','action=edit_update&products_filter=31&current_category_id=25&','173.87.252.66'),(17599,'2014-02-13 12:31:36',1,'products_price_manager.php','products_filter=31&current_category_id=25&action=update&','173.87.252.66'),(17600,'2014-02-13 12:31:37',1,'products_price_manager.php','products_filter=31&current_category_id=25&','173.87.252.66'),(17601,'2014-02-13 12:31:39',1,'products_price_manager.php','products_filter=33&current_category_id=25&','173.87.252.66'),(17602,'2014-02-13 12:31:51',1,'products_price_manager.php','action=edit&products_filter=33&current_category_id=25&','173.87.252.66'),(17603,'2014-02-13 12:31:52',1,'products_price_manager.php','action=edit_update&products_filter=33&current_category_id=25&','173.87.252.66'),(17604,'2014-02-13 12:31:58',1,'products_price_manager.php','products_filter=33&current_category_id=25&action=update&','173.87.252.66'),(17605,'2014-02-13 12:31:59',1,'products_price_manager.php','products_filter=33&current_category_id=25&','173.87.252.66'),(17606,'2014-02-13 12:32:03',1,'products_price_manager.php','products_filter=34&current_category_id=25&','173.87.252.66'),(17607,'2014-02-13 12:32:10',1,'products_price_manager.php','action=edit&products_filter=34&current_category_id=25&','173.87.252.66'),(17608,'2014-02-13 12:32:11',1,'products_price_manager.php','action=edit_update&products_filter=34&current_category_id=25&','173.87.252.66'),(17609,'2014-02-13 12:32:26',1,'products_price_manager.php','products_filter=34&current_category_id=25&action=update&','173.87.252.66'),(17610,'2014-02-13 12:32:27',1,'products_price_manager.php','products_filter=34&current_category_id=25&','173.87.252.66'),(17611,'2014-02-13 12:32:30',1,'products_price_manager.php','products_filter=32&current_category_id=25&','173.87.252.66'),(17612,'2014-02-13 12:32:34',1,'products_price_manager.php','action=edit&products_filter=32&current_category_id=25&','173.87.252.66'),(17613,'2014-02-13 12:32:35',1,'products_price_manager.php','action=edit_update&products_filter=32&current_category_id=25&','173.87.252.66'),(17614,'2014-02-13 12:32:43',1,'products_price_manager.php','products_filter=32&current_category_id=25&action=update&','173.87.252.66'),(17615,'2014-02-13 12:32:44',1,'products_price_manager.php','products_filter=32&current_category_id=25&','173.87.252.66'),(17616,'2014-02-13 12:32:49',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=19&products_filter=32&action=new_cat&','173.87.252.66'),(17617,'2014-02-13 12:32:50',1,'products_price_manager.php','products_filter=1&current_category_id=19&','173.87.252.66'),(17618,'2014-02-13 12:33:10',1,'products_price_manager.php','action=edit&products_filter=1&current_category_id=19&','173.87.252.66'),(17619,'2014-02-13 12:33:11',1,'products_price_manager.php','action=edit_update&products_filter=1&current_category_id=19&','173.87.252.66'),(17620,'2014-02-13 12:33:19',1,'products_price_manager.php','products_filter=1&current_category_id=19&action=update&','173.87.252.66'),(17621,'2014-02-13 12:33:20',1,'products_price_manager.php','products_filter=1&current_category_id=19&','173.87.252.66'),(17622,'2014-02-13 12:33:28',1,'products_price_manager.php','products_filter=10&current_category_id=19&','173.87.252.66'),(17623,'2014-02-13 12:33:54',1,'products_price_manager.php','action=edit&products_filter=10&current_category_id=19&','173.87.252.66'),(17624,'2014-02-13 12:33:55',1,'products_price_manager.php','action=edit_update&products_filter=10&current_category_id=19&','173.87.252.66'),(17625,'2014-02-13 12:34:02',1,'products_price_manager.php','products_filter=10&current_category_id=19&action=update&','173.87.252.66'),(17626,'2014-02-13 12:34:03',1,'products_price_manager.php','products_filter=10&current_category_id=19&','173.87.252.66'),(17627,'2014-02-13 12:34:10',1,'products_price_manager.php','products_filter=2&current_category_id=19&','173.87.252.66'),(17628,'2014-02-13 12:34:12',1,'products_price_manager.php','action=edit&products_filter=2&current_category_id=19&','173.87.252.66'),(17629,'2014-02-13 12:34:12',1,'products_price_manager.php','action=edit_update&products_filter=2&current_category_id=19&','173.87.252.66'),(17630,'2014-02-13 12:34:23',1,'products_price_manager.php','products_filter=2&current_category_id=19&action=update&','173.87.252.66'),(17631,'2014-02-13 12:34:24',1,'products_price_manager.php','products_filter=2&current_category_id=19&','173.87.252.66'),(17632,'2014-02-13 12:34:26',1,'products_price_manager.php','products_filter=5&current_category_id=19&','173.87.252.66'),(17633,'2014-02-13 12:34:29',1,'products_price_manager.php','action=edit&products_filter=5&current_category_id=19&','173.87.252.66'),(17634,'2014-02-13 12:34:30',1,'products_price_manager.php','action=edit_update&products_filter=5&current_category_id=19&','173.87.252.66'),(17635,'2014-02-13 12:34:46',1,'products_price_manager.php','products_filter=5&current_category_id=19&action=update&','173.87.252.66'),(17636,'2014-02-13 12:34:47',1,'products_price_manager.php','products_filter=5&current_category_id=19&','173.87.252.66'),(17637,'2014-02-13 12:34:53',1,'products_price_manager.php','products_filter=4&current_category_id=19&','173.87.252.66'),(17638,'2014-02-13 12:34:57',1,'products_price_manager.php','action=edit&products_filter=4&current_category_id=19&','173.87.252.66'),(17639,'2014-02-13 12:34:58',1,'products_price_manager.php','action=edit_update&products_filter=4&current_category_id=19&','173.87.252.66'),(17640,'2014-02-13 12:35:10',1,'products_price_manager.php','products_filter=4&current_category_id=19&action=update&','173.87.252.66'),(17641,'2014-02-13 12:35:11',1,'products_price_manager.php','products_filter=4&current_category_id=19&','173.87.252.66'),(17642,'2014-02-13 12:35:14',1,'products_price_manager.php','products_filter=3&current_category_id=19&','173.87.252.66'),(17643,'2014-02-13 12:35:17',1,'products_price_manager.php','action=edit&products_filter=3&current_category_id=19&','173.87.252.66'),(17644,'2014-02-13 12:35:18',1,'products_price_manager.php','action=edit_update&products_filter=3&current_category_id=19&','173.87.252.66'),(17645,'2014-02-13 12:35:34',1,'products_price_manager.php','products_filter=3&current_category_id=19&action=update&','173.87.252.66'),(17646,'2014-02-13 12:35:34',1,'products_price_manager.php','products_filter=3&current_category_id=19&','173.87.252.66'),(17647,'2014-02-13 12:35:39',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=26&products_filter=3&action=new_cat&','173.87.252.66'),(17648,'2014-02-13 12:35:40',1,'products_price_manager.php','products_filter=20&current_category_id=26&','173.87.252.66'),(17649,'2014-02-13 12:35:48',1,'products_price_manager.php','action=edit&products_filter=20&current_category_id=26&','173.87.252.66'),(17650,'2014-02-13 12:35:49',1,'products_price_manager.php','action=edit_update&products_filter=20&current_category_id=26&','173.87.252.66'),(17651,'2014-02-13 12:36:01',1,'products_price_manager.php','products_filter=20&current_category_id=26&action=update&','173.87.252.66'),(17652,'2014-02-13 12:36:02',1,'products_price_manager.php','products_filter=20&current_category_id=26&','173.87.252.66'),(17653,'2014-02-13 12:36:06',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=27&products_filter=20&action=new_cat&','173.87.252.66'),(17654,'2014-02-13 12:36:07',1,'products_price_manager.php','products_filter=15&current_category_id=27&','173.87.252.66'),(17655,'2014-02-13 12:36:11',1,'products_price_manager.php','action=edit&products_filter=15&current_category_id=27&','173.87.252.66'),(17656,'2014-02-13 12:36:11',1,'products_price_manager.php','action=edit_update&products_filter=15&current_category_id=27&','173.87.252.66'),(17657,'2014-02-13 12:36:22',1,'products_price_manager.php','products_filter=15&current_category_id=27&action=update&','173.87.252.66'),(17658,'2014-02-13 12:36:23',1,'products_price_manager.php','products_filter=15&current_category_id=27&','173.87.252.66'),(17659,'2014-02-13 12:36:29',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=20&products_filter=15&action=new_cat&','173.87.252.66'),(17660,'2014-02-13 12:36:30',1,'products_price_manager.php','products_filter=6&current_category_id=20&','173.87.252.66'),(17661,'2014-02-13 12:36:35',1,'products_price_manager.php','action=edit&products_filter=6&current_category_id=20&','173.87.252.66'),(17662,'2014-02-13 12:36:36',1,'products_price_manager.php','action=edit_update&products_filter=6&current_category_id=20&','173.87.252.66'),(17663,'2014-02-13 12:37:01',1,'products_price_manager.php','products_filter=6&current_category_id=20&action=update&','173.87.252.66'),(17664,'2014-02-13 12:37:02',1,'products_price_manager.php','products_filter=6&current_category_id=20&','173.87.252.66'),(17665,'2014-02-13 12:37:04',1,'products_price_manager.php','products_filter=72&current_category_id=20&','173.87.252.66'),(17666,'2014-02-13 12:37:07',1,'products_price_manager.php','action=edit&products_filter=72&current_category_id=20&','173.87.252.66'),(17667,'2014-02-13 12:37:08',1,'products_price_manager.php','action=edit_update&products_filter=72&current_category_id=20&','173.87.252.66'),(17668,'2014-02-13 12:37:21',1,'products_price_manager.php','products_filter=72&current_category_id=20&action=update&','173.87.252.66'),(17669,'2014-02-13 12:37:22',1,'products_price_manager.php','products_filter=72&current_category_id=20&','173.87.252.66'),(17670,'2014-02-13 12:37:24',1,'products_price_manager.php','products_filter=9&current_category_id=20&','173.87.252.66'),(17671,'2014-02-13 12:37:26',1,'products_price_manager.php','action=edit&products_filter=9&current_category_id=20&','173.87.252.66'),(17672,'2014-02-13 12:37:27',1,'products_price_manager.php','action=edit_update&products_filter=9&current_category_id=20&','173.87.252.66'),(17673,'2014-02-13 12:37:39',1,'products_price_manager.php','products_filter=9&current_category_id=20&action=update&','173.87.252.66'),(17674,'2014-02-13 12:37:40',1,'products_price_manager.php','products_filter=9&current_category_id=20&','173.87.252.66'),(17675,'2014-02-13 12:37:42',1,'products_price_manager.php','products_filter=8&current_category_id=20&','173.87.252.66'),(17676,'2014-02-13 12:37:46',1,'products_price_manager.php','action=edit&products_filter=8&current_category_id=20&','173.87.252.66'),(17677,'2014-02-13 12:37:47',1,'products_price_manager.php','action=edit_update&products_filter=8&current_category_id=20&','173.87.252.66'),(17678,'2014-02-13 12:38:04',1,'products_price_manager.php','products_filter=8&current_category_id=20&action=update&','173.87.252.66'),(17679,'2014-02-13 12:38:05',1,'products_price_manager.php','products_filter=8&current_category_id=20&','173.87.252.66'),(17680,'2014-02-13 12:38:08',1,'products_price_manager.php','products_filter=7&current_category_id=20&','173.87.252.66'),(17681,'2014-02-13 12:38:16',1,'products_price_manager.php','action=edit&products_filter=7&current_category_id=20&','173.87.252.66'),(17682,'2014-02-13 12:38:17',1,'products_price_manager.php','action=edit_update&products_filter=7&current_category_id=20&','173.87.252.66'),(17683,'2014-02-13 12:38:32',1,'products_price_manager.php','products_filter=7&current_category_id=20&action=update&','173.87.252.66'),(17684,'2014-02-13 12:38:32',1,'products_price_manager.php','products_filter=7&current_category_id=20&','173.87.252.66'),(17685,'2014-02-13 12:38:38',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=28&products_filter=7&action=new_cat&','173.87.252.66'),(17686,'2014-02-13 12:38:39',1,'products_price_manager.php','products_filter=25&current_category_id=28&','173.87.252.66'),(17687,'2014-02-13 12:38:45',1,'products_price_manager.php','action=edit&products_filter=25&current_category_id=28&','173.87.252.66'),(17688,'2014-02-13 12:38:45',1,'products_price_manager.php','action=edit_update&products_filter=25&current_category_id=28&','173.87.252.66'),(17689,'2014-02-13 12:38:56',1,'products_price_manager.php','products_filter=25&current_category_id=28&action=update&','173.87.252.66'),(17690,'2014-02-13 12:38:57',1,'products_price_manager.php','products_filter=25&current_category_id=28&','173.87.252.66'),(17691,'2014-02-13 12:39:02',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=29&products_filter=25&action=new_cat&','173.87.252.66'),(17692,'2014-02-13 12:39:03',1,'products_price_manager.php','products_filter=30&current_category_id=29&','173.87.252.66'),(17693,'2014-02-13 12:39:10',1,'products_price_manager.php','action=edit&products_filter=30&current_category_id=29&','173.87.252.66'),(17694,'2014-02-13 12:39:10',1,'products_price_manager.php','action=edit_update&products_filter=30&current_category_id=29&','173.87.252.66'),(17695,'2014-02-13 12:39:39',1,'products_price_manager.php','products_filter=30&current_category_id=29&action=update&','173.87.252.66'),(17696,'2014-02-13 12:39:40',1,'products_price_manager.php','products_filter=30&current_category_id=29&','173.87.252.66'),(17697,'2014-02-13 12:44:23',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=3&products_filter=30&action=new_cat&','173.87.252.66'),(17698,'2014-02-13 12:44:24',1,'products_price_manager.php','products_filter=36&current_category_id=3&','173.87.252.66'),(17699,'2014-02-13 12:44:32',1,'products_price_manager.php','action=edit&products_filter=36&current_category_id=3&','173.87.252.66'),(17700,'2014-02-13 12:44:32',1,'products_price_manager.php','action=edit_update&products_filter=36&current_category_id=3&','173.87.252.66'),(17701,'2014-02-13 12:44:46',1,'products_price_manager.php','products_filter=36&current_category_id=3&action=update&','173.87.252.66'),(17702,'2014-02-13 12:44:47',1,'products_price_manager.php','products_filter=36&current_category_id=3&','173.87.252.66'),(17703,'2014-02-13 12:44:49',1,'products_price_manager.php','products_filter=37&current_category_id=3&','173.87.252.66'),(17704,'2014-02-13 12:44:55',1,'products_price_manager.php','action=edit&products_filter=37&current_category_id=3&','173.87.252.66'),(17705,'2014-02-13 12:44:55',1,'products_price_manager.php','action=edit_update&products_filter=37&current_category_id=3&','173.87.252.66'),(17706,'2014-02-13 12:45:06',1,'products_price_manager.php','products_filter=37&current_category_id=3&action=update&','173.87.252.66'),(17707,'2014-02-13 12:45:07',1,'products_price_manager.php','products_filter=37&current_category_id=3&','173.87.252.66'),(17708,'2014-02-13 12:45:10',1,'products_price_manager.php','products_filter=35&current_category_id=3&','173.87.252.66'),(17709,'2014-02-13 12:45:15',1,'products_price_manager.php','action=edit&products_filter=35&current_category_id=3&','173.87.252.66'),(17710,'2014-02-13 12:45:16',1,'products_price_manager.php','action=edit_update&products_filter=35&current_category_id=3&','173.87.252.66'),(17711,'2014-02-13 12:45:28',1,'products_price_manager.php','products_filter=35&current_category_id=3&action=update&','173.87.252.66'),(17712,'2014-02-13 12:45:29',1,'products_price_manager.php','products_filter=35&current_category_id=3&','173.87.252.66'),(17713,'2014-02-13 12:45:32',1,'products_price_manager.php','products_filter=45&current_category_id=3&','173.87.252.66'),(17714,'2014-02-13 12:45:36',1,'products_price_manager.php','action=edit&products_filter=45&current_category_id=3&','173.87.252.66'),(17715,'2014-02-13 12:45:37',1,'products_price_manager.php','action=edit_update&products_filter=45&current_category_id=3&','173.87.252.66'),(17716,'2014-02-13 12:45:59',1,'products_price_manager.php','products_filter=45&current_category_id=3&action=update&','173.87.252.66'),(17717,'2014-02-13 12:46:00',1,'products_price_manager.php','products_filter=45&current_category_id=3&','173.87.252.66'),(17718,'2014-02-13 12:53:26',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=16&products_filter=45&action=new_cat&','173.87.252.66'),(17719,'2014-02-13 12:53:27',1,'products_price_manager.php','products_filter=43&current_category_id=16&','173.87.252.66'),(17720,'2014-02-13 12:54:07',1,'products_price_manager.php','action=edit&products_filter=43&current_category_id=16&','173.87.252.66'),(17721,'2014-02-13 12:54:07',1,'products_price_manager.php','action=edit_update&products_filter=43&current_category_id=16&','173.87.252.66'),(17722,'2014-02-13 12:54:27',1,'products_price_manager.php','products_filter=43&current_category_id=16&action=update&','173.87.252.66'),(17723,'2014-02-13 12:54:27',1,'products_price_manager.php','products_filter=43&current_category_id=16&','173.87.252.66'),(17724,'2014-02-13 13:05:05',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=11&products_filter=43&action=new_cat&','173.87.252.66'),(17725,'2014-02-13 13:05:06',1,'products_price_manager.php','products_filter=41&current_category_id=11&','173.87.252.66'),(17726,'2014-02-13 13:09:38',1,'products_price_manager.php','securityToken=a55823155db95259d4941e1783af0dbd&current_category_id=12&products_filter=41&action=new_cat&','173.87.252.66'),(17727,'2014-02-13 13:09:39',1,'products_price_manager.php','products_filter=48&current_category_id=12&','173.87.252.66'),(17728,'2014-02-13 13:10:19',1,'logoff.php','','173.87.252.66'),(17729,'2014-02-13 13:10:19',0,'login.php ','','173.87.252.66'),(17730,'2014-02-14 12:10:03',0,'login.php ','','173.87.252.66'),(17731,'2014-02-14 12:10:14',0,'login.php surpro','','173.87.252.66'),(17732,'2014-02-14 12:10:57',0,'login.php surpro','','173.87.252.66'),(17733,'2014-02-14 12:11:07',1,'products_price_manager.php','','173.87.252.66'),(17734,'2014-02-14 12:11:17',1,'products_price_manager.php','securityToken=903a6f0041ac608aabd5d571c42a7fd5&current_category_id=11&products_filter=&action=new_cat&','173.87.252.66'),(17735,'2014-02-14 12:11:18',1,'products_price_manager.php','products_filter=41&current_category_id=11&','173.87.252.66'),(17736,'2014-02-14 12:11:24',1,'products_price_manager.php','action=edit&products_filter=41&current_category_id=11&','173.87.252.66'),(17737,'2014-02-14 12:11:24',1,'products_price_manager.php','action=edit_update&products_filter=41&current_category_id=11&','173.87.252.66'),(17738,'2014-02-14 12:11:33',1,'products_price_manager.php','products_filter=41&current_category_id=11&action=update&','173.87.252.66'),(17739,'2014-02-14 12:11:34',1,'products_price_manager.php','products_filter=41&current_category_id=11&','173.87.252.66'),(17740,'2014-02-14 12:11:38',1,'products_price_manager.php','products_filter=44&current_category_id=11&','173.87.252.66'),(17741,'2014-02-14 12:11:41',1,'products_price_manager.php','action=edit&products_filter=44&current_category_id=11&','173.87.252.66'),(17742,'2014-02-14 12:11:42',1,'products_price_manager.php','action=edit_update&products_filter=44&current_category_id=11&','173.87.252.66'),(17743,'2014-02-14 12:11:52',1,'products_price_manager.php','products_filter=44&current_category_id=11&action=update&','173.87.252.66'),(17744,'2014-02-14 12:11:52',1,'products_price_manager.php','products_filter=44&current_category_id=11&','173.87.252.66'),(17745,'2014-02-14 12:12:19',1,'mail.php','','173.87.252.66'),(17746,'2014-07-14 19:11:53',0,'login.php ','','97.48.113.53'),(17747,'2014-07-14 19:12:09',0,'login.php surpro','','97.48.113.53'),(17748,'2014-07-14 19:12:20',0,'password_forgotten.php ','','97.48.113.53'),(17749,'2014-07-14 19:12:36',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','97.48.113.53'),(17750,'2014-07-14 19:13:08',0,'password_forgotten.php jack.b@aaasurvivalproducts.com','action=update&','97.48.113.53'),(17751,'2014-07-14 19:13:09',0,'login.php ','','97.48.113.53'),(17752,'2014-07-14 19:20:09',0,'password_forgotten.php ','','97.48.113.53'),(17753,'2014-07-14 19:20:21',0,'password_forgotten.php jhbrake@comcast.net','action=update&','97.48.113.53'),(17754,'2014-07-14 19:32:38',0,'password_forgotten.php jhbrake@comcast.net','action=update&','97.48.113.53'),(17755,'2014-07-14 19:32:58',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','97.48.113.53'),(17756,'2014-07-14 19:37:32',0,'password_forgotten.php info@aaasurvivalproducts.com','action=update&','97.48.113.53'),(17757,'2014-07-14 19:37:32',0,'login.php ','','97.48.113.53'),(17758,'2014-07-14 19:37:42',0,'login.php surpro','','97.48.113.53'),(17759,'2014-07-14 19:38:51',1,'ezpages.php','','97.48.113.53'),(17760,'2014-07-14 19:39:12',1,'ezpages.php','page=1&ezID=9&','97.48.113.53'),(17761,'2014-07-14 19:39:24',1,'ezpages.php','page=1&ezID=9&action=new&','97.48.113.53'),(17762,'2014-07-14 19:43:22',1,'ezpages.php','page=1&action=update&','97.48.113.53'),(17763,'2014-07-14 19:43:23',1,'ezpages.php','page=1&ezID=9&','97.48.113.53'),(17764,'2014-07-14 20:47:21',1,'ezpages.php','ezID=13&action=new&','69.146.214.248'),(17765,'2014-07-14 20:47:31',1,'ezpages.php','ezID=13&','69.146.214.248'),(17766,'2014-07-24 10:41:39',0,'login.php ','','69.146.214.248'),(17767,'2014-07-24 10:42:36',0,'login.php surpro','','69.146.214.248'),(17768,'2014-07-24 10:42:57',1,'products_price_manager.php','','69.146.214.248'),(17769,'2014-07-24 10:43:05',1,'products_price_manager.php','securityToken=df519d5ade304901da8f7686ad9935c9&current_category_id=2&products_filter=&action=new_cat&','69.146.214.248'),(17770,'2014-07-24 10:43:06',1,'products_price_manager.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17771,'2014-07-24 10:43:43',1,'categories.php','','69.146.214.248'),(17772,'2014-07-24 10:43:55',1,'categories.php','cPath=2&','69.146.214.248'),(17773,'2014-07-24 10:44:02',1,'product.php','page=1&product_type=1&cPath=2&pID=40&action=new_product&','69.146.214.248'),(17774,'2014-07-24 10:44:19',1,'categories.php','cPath=2&pID=40&page=1&','69.146.214.248'),(17775,'2014-07-24 10:44:36',1,'product.php','page=1&product_type=1&cPath=2&pID=40&action=new_product&','69.146.214.248'),(17776,'2014-07-24 10:44:36',1,'categories.php','cPath=2&pID=40&action=attribute_features&page=1&','69.146.214.248'),(17777,'2014-07-24 10:44:42',1,'product.php','page=1&product_type=1&cPath=2&pID=40&action=new_product&','69.146.214.248'),(17778,'2014-07-24 10:44:56',1,'categories.php','cPath=2&pID=40&page=1&','69.146.214.248'),(17779,'2014-07-24 10:45:12',1,'configuration.php','gID=8&','69.146.214.248'),(17780,'2014-07-24 10:45:19',1,'products_price_manager.php','','69.146.214.248'),(17781,'2014-07-24 10:45:27',1,'options_values_manager.php','','69.146.214.248'),(17782,'2014-07-24 10:45:38',1,'options_values_manager.php','action=update_option_value&value_id=18&value_page=1&','69.146.214.248'),(17783,'2014-07-24 10:46:25',1,'attributes_controller.php','','69.146.214.248'),(17784,'2014-07-24 10:46:35',1,'attributes_controller.php','securityToken=df519d5ade304901da8f7686ad9935c9&current_category_id=2&products_filter=&action=new_cat&','69.146.214.248'),(17785,'2014-07-24 10:46:36',1,'attributes_controller.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17786,'2014-07-24 10:46:56',1,'attributes_controller.php','action=update_attribute&attribute_id=50&attribute_page=1&products_filter=40&current_category_id=2&','69.146.214.248'),(17787,'2014-07-24 10:47:55',1,'attributes_controller.php','action=update_product_attribute&attribute_page=1&products_filter=40&','69.146.214.248'),(17788,'2014-07-24 10:47:55',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','69.146.214.248'),(17789,'2014-07-24 10:50:22',1,'options_values_manager.php','','69.146.214.248'),(17790,'2014-07-24 10:50:35',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','69.146.214.248'),(17791,'2014-07-24 10:50:41',1,'products_price_manager.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17792,'2014-07-24 10:50:50',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','69.146.214.248'),(17793,'2014-07-24 10:51:13',1,'attributes_controller.php','products_filter=71&current_category_id=2&','69.146.214.248'),(17794,'2014-07-24 10:51:19',1,'attributes_controller.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17795,'2014-07-24 10:51:22',1,'options_name_manager.php','','69.146.214.248'),(17796,'2014-07-24 10:51:31',1,'options_values_manager.php','','69.146.214.248'),(17797,'2014-07-24 10:51:45',1,'options_name_manager.php','','69.146.214.248'),(17798,'2014-07-24 10:51:54',1,'options_name_manager.php','action=update_option&option_id=4&option_order_by=products_options_id&option_page=1&','69.146.214.248'),(17799,'2014-07-24 10:52:03',1,'options_name_manager.php','','69.146.214.248'),(17800,'2014-07-24 10:52:13',1,'attributes_controller.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17801,'2014-07-24 10:52:16',1,'attributes_controller.php','products_filter=71&current_category_id=2&','69.146.214.248'),(17802,'2014-07-24 10:52:19',1,'attributes_controller.php','attribute_page=1&products_filter=40&current_category_id=2&','69.146.214.248'),(17803,'2014-07-24 10:52:22',1,'attributes_controller.php','action=update_attribute&attribute_id=50&attribute_page=1&products_filter=40&current_category_id=2&','69.146.214.248'),(17804,'2014-07-24 10:52:48',1,'attributes_controller.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17805,'2014-07-24 10:53:23',1,'attributes_controller.php','','69.146.214.248'),(17806,'2014-07-24 10:53:32',1,'attributes_controller.php','securityToken=df519d5ade304901da8f7686ad9935c9&current_category_id=2&products_filter=&action=new_cat&','69.146.214.248'),(17807,'2014-07-24 10:53:33',1,'attributes_controller.php','products_filter=40&current_category_id=2&','69.146.214.248'),(17808,'2014-07-24 10:53:47',1,'attributes_controller.php','action=set_products_filter&','69.146.214.248'),(17809,'2014-07-24 10:53:48',1,'attributes_controller.php','products_filter=38&current_category_id=2&','69.146.214.248'),(17810,'2014-07-24 10:53:52',1,'products_price_manager.php','products_filter=38&current_category_id=2&','69.146.214.248'),(17811,'2015-01-16 07:10:07',0,'login.php ','','70.193.192.45'),(17812,'2015-01-16 07:11:22',0,'login.php surpro','','70.193.192.45'),(17813,'2015-01-16 07:11:47',1,'modules.php','set=payment&','70.193.192.45'),(17814,'2015-01-16 07:12:44',1,'modules.php','set=payment&module=paypaldp&','70.193.192.45'),(17815,'2015-01-16 07:15:20',1,'modules.php','set=payment&module=paypaldp&action=edit&','70.193.192.45'),(17816,'2015-01-16 07:16:10',1,'modules.php','set=payment&module=paypaldp&action=save&','70.193.192.45'),(17817,'2015-01-16 07:16:11',1,'modules.php','set=payment&module=paypaldp&','70.193.192.45'),(17818,'2015-01-16 07:16:23',1,'modules.php','set=payment&module=paypalwpp&','70.193.192.45'),(17819,'2015-01-16 07:16:23',1,'modules.php','set=payment&module=paypalwpp&','70.193.192.45'),(17820,'2015-01-16 07:16:35',1,'modules.php','set=payment&module=paypalwpp&action=edit&','70.193.192.45'),(17821,'2015-01-16 07:19:00',1,'modules.php','set=payment&module=paypalwpp&action=save&','70.193.192.45'),(17822,'2015-01-16 07:19:00',1,'modules.php','set=payment&module=paypalwpp&','70.193.192.45'),(17823,'2015-01-16 07:45:00',1,'products_price_manager.php','','70.193.192.45'),(17824,'2015-01-16 07:45:10',1,'products_price_manager.php','securityToken=f7ecec6bcead648b774c66130fabd8fc&current_category_id=12&products_filter=&action=new_cat&','70.193.192.45'),(17825,'2015-01-16 07:45:10',1,'products_price_manager.php','products_filter=48&current_category_id=12&','70.193.192.45'),(17826,'2015-01-16 07:47:53',1,'specials.php','add_products_id=48&action=new&sID=&go_back=ON&current_category_id=12&','70.193.192.45'),(17827,'2015-01-16 07:48:04',1,'products_price_manager.php','products_filter=48&current_category_id=12&','70.193.192.45'),(17828,'2015-01-16 07:48:19',1,'categories.php','action=new_product&cPath=12&pID=48&product_type=1&','70.193.192.45'),(17829,'2015-01-16 07:48:20',1,'product.php','action=new_product&cPath=12&pID=48&product_type=1&','70.193.192.45'),(17830,'2015-01-16 07:49:35',1,'product.php','cPath=12&product_type=1&pID=48&action=new_product_preview&','70.193.192.45'),(17831,'2015-01-16 07:49:41',1,'product.php','cPath=12&product_type=1&pID=48&action=update_product&','70.193.192.45'),(17832,'2015-01-16 07:49:42',1,'categories.php','cPath=12&pID=48&','70.193.192.45'),(17833,'2015-01-16 07:49:51',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','70.193.192.45'),(17834,'2015-01-16 07:50:13',1,'categories.php','cPath=12&pID=49&page=1&','70.193.192.45'),(17835,'2015-01-16 07:50:19',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product&','70.193.192.45'),(17836,'2015-01-16 07:51:40',1,'product.php','cPath=12&product_type=1&pID=47&action=new_product_preview&page=1&','70.193.192.45'),(17837,'2015-01-16 07:51:46',1,'product.php','cPath=12&product_type=1&pID=47&action=update_product&page=1&','70.193.192.45'),(17838,'2015-01-16 07:51:47',1,'categories.php','cPath=12&pID=47&page=1&','70.193.192.45'),(17839,'2015-01-16 07:51:51',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','70.193.192.45'),(17840,'2015-01-16 07:52:42',1,'product.php','cPath=12&product_type=1&pID=49&action=new_product_preview&page=1&','70.193.192.45'),(17841,'2015-01-16 07:52:45',1,'product.php','cPath=12&product_type=1&pID=49&action=update_product&page=1&','70.193.192.45'),(17842,'2015-01-16 07:52:46',1,'categories.php','cPath=12&pID=49&page=1&','70.193.192.45'),(17843,'2015-01-16 07:52:52',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product&','70.193.192.45'),(17844,'2015-01-16 07:53:39',1,'product.php','cPath=12&product_type=1&pID=46&action=new_product_preview&page=1&','70.193.192.45'),(17845,'2015-01-16 07:53:46',1,'product.php','cPath=12&product_type=1&pID=46&action=update_product&page=1&','70.193.192.45'),(17846,'2015-01-16 07:53:46',1,'categories.php','cPath=12&pID=46&page=1&','70.193.192.45'),(17847,'2015-01-16 08:02:53',1,'customers.php','','70.193.192.45'),(17848,'2015-01-16 08:03:29',1,'customers.php','page=1&cID=27&action=edit&','70.193.192.45'),(17849,'2015-01-16 08:03:48',1,'customers.php','page=1&cID=27&','70.193.192.45'),(17850,'2015-01-16 08:03:54',1,'mail.php','origin=customers.php&mode=NONSSL&selected_box=tools&customer=perkinelmer@gmail.com&cID=27&','70.193.192.45'),(17851,'2015-01-16 08:14:17',1,'customers.php','page=1&cID=27&','70.193.192.45'),(17852,'2015-01-16 08:14:35',1,'customers.php','page=1&cID=26&','70.193.192.45'),(17853,'2015-01-16 08:14:45',1,'mail.php','origin=customers.php&mode=NONSSL&selected_box=tools&customer=ddj@gmail.com&cID=26&','70.193.192.45'),(17854,'2015-01-16 08:16:46',1,'logoff.php','','70.193.192.45'),(17855,'2015-01-16 08:16:48',0,'login.php ','','70.193.192.45'),(17856,'2015-02-04 07:07:10',0,'login.php ','','70.210.64.131'),(17857,'2015-02-04 07:07:54',0,'login.php surpro','','70.210.64.131'),(17858,'2015-02-04 07:09:59',1,'languages.php','','70.210.64.131'),(17859,'2015-02-04 07:10:07',1,'languages.php','page=1&lID=1&action=new&','70.210.64.131'),(17860,'2015-02-04 07:10:27',1,'languages.php','page=1&lID=1&','70.210.64.131'),(17861,'2015-02-04 07:10:29',1,'languages.php','page=1&lID=1&action=edit&','70.210.64.131'),(17862,'2015-02-04 07:11:55',1,'languages.php','page=1&lID=1&','70.210.64.131'),(17863,'2015-02-04 07:44:12',0,'login.php ','','70.210.64.131'),(17864,'2015-02-04 07:44:37',0,'login.php surpro','','70.210.64.131'),(17865,'2015-02-04 07:44:43',1,'languages.php','','70.210.64.131'),(17866,'2015-02-04 07:44:48',1,'languages.php','page=1&lID=1&action=new&','70.210.64.131'),(17867,'2015-02-04 07:45:54',1,'languages.php','action=insert&','70.210.64.131'),(17868,'2015-02-04 07:45:56',1,'languages.php','lID=3&','70.210.64.131'),(17869,'2015-02-04 07:46:01',1,'languages.php','page=1&lID=2&','70.210.64.131'),(17870,'2015-02-04 07:46:13',1,'languages.php','page=1&lID=2&action=edit&','70.210.64.131'),(17871,'2015-02-04 07:46:50',1,'languages.php','page=1&lID=3&','70.210.64.131'),(17872,'2015-02-04 07:46:54',1,'languages.php','page=1&lID=3&action=edit&','70.210.64.131'),(17873,'2015-02-04 07:47:13',1,'languages.php','page=1&lID=3&action=save&','70.210.64.131'),(17874,'2015-02-04 07:47:14',1,'languages.php','page=1&lID=3&','70.210.64.131'),(17875,'2015-02-04 07:49:15',1,'languages.php','page=1&lID=3&action=edit&','70.210.64.131'),(17876,'2015-02-04 07:49:38',1,'languages.php','page=1&lID=3&action=save&','70.210.64.131'),(17877,'2015-02-04 07:49:38',1,'languages.php','page=1&lID=3&','70.210.64.131'),(17878,'2015-02-04 08:03:16',1,'languages.php','page=1&lID=3&action=edit&','70.210.64.131'),(17879,'2015-02-04 08:03:20',1,'languages.php','page=1&lID=3&action=edit&','70.210.64.131'),(17880,'2015-02-04 08:03:26',1,'languages.php','page=1&lID=3&action=edit&','70.210.64.131'),(17881,'2015-02-04 08:03:30',1,'languages.php','page=1&lID=3&','70.210.64.131'),(17882,'2015-02-04 08:03:36',1,'languages.php','page=1&lID=3&action=delete&','70.210.64.131'),(17883,'2015-02-04 08:03:39',1,'languages.php','page=1&lID=3&action=deleteconfirm&','70.210.64.131'),(17884,'2015-02-04 08:03:39',1,'languages.php','page=1&','70.210.64.131'),(17885,'2015-02-04 08:42:05',1,'logoff.php','','70.210.64.131'),(17886,'2015-02-04 08:42:06',0,'login.php ','','70.210.64.131'),(17887,'2015-03-04 18:07:57',0,'login.php ','','173.15.229.225'),(17888,'2015-03-04 18:09:05',0,'login.php surpro','','173.15.229.225'),(17889,'2015-03-04 18:09:26',1,'categories.php','','173.15.229.225'),(17890,'2015-03-04 18:09:30',1,'categories.php','cPath=3&','173.15.229.225'),(17891,'2015-03-04 18:09:38',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','173.15.229.225'),(17892,'2015-03-04 18:10:15',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','173.15.229.225'),(17893,'2015-03-04 18:10:22',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','173.15.229.225'),(17894,'2015-03-04 18:10:22',1,'categories.php','cPath=3&pID=36&page=1&','173.15.229.225'),(17895,'2015-03-04 18:25:59',1,'configuration.php','gID=1&','173.15.229.225'),(17896,'2015-03-04 18:26:05',1,'stats_products_viewed.php','','173.15.229.225'),(17897,'2015-03-04 18:26:55',1,'layout_controller.php','','173.15.229.225'),(17898,'2015-03-04 18:27:21',1,'stats_customers_referrals.php','','173.15.229.225'),(17899,'2015-03-04 18:27:30',1,'customers.php','','173.15.229.225'),(17900,'2015-03-16 16:13:31',0,'login.php ','','75.133.74.138'),(17901,'2015-03-16 16:15:18',0,'login.php surpro','','75.133.74.138'),(17902,'2015-03-16 16:15:35',1,'products_price_manager.php','','75.133.74.138'),(17903,'2015-03-16 16:15:41',1,'products_price_manager.php','securityToken=d11455dd8d94d19e58d5d2f77579c80c&current_category_id=3&products_filter=&action=new_cat&','75.133.74.138'),(17904,'2015-03-16 16:15:41',1,'products_price_manager.php','products_filter=36&current_category_id=3&','75.133.74.138'),(17905,'2015-03-16 16:15:53',1,'categories.php','action=new_product&cPath=3&pID=36&product_type=1&','75.133.74.138'),(17906,'2015-03-16 16:15:54',1,'product.php','action=new_product&cPath=3&pID=36&product_type=1&','75.133.74.138'),(17907,'2015-03-16 16:16:11',1,'products_price_manager.php','action=set_products_filter&','75.133.74.138'),(17908,'2015-03-16 16:16:11',1,'products_price_manager.php','products_filter=45&current_category_id=3&','75.133.74.138'),(17909,'2015-03-16 16:16:16',1,'products_price_manager.php','action=set_products_filter&','75.133.74.138'),(17910,'2015-03-16 16:16:16',1,'products_price_manager.php','products_filter=45&current_category_id=3&','75.133.74.138'),(17911,'2015-03-16 16:16:25',1,'categories.php','action=new_product&cPath=3&pID=45&product_type=1&','75.133.74.138'),(17912,'2015-03-16 16:16:26',1,'product.php','action=new_product&cPath=3&pID=45&product_type=1&','75.133.74.138'),(17913,'2015-03-16 16:16:46',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&','75.133.74.138'),(17914,'2015-03-16 16:16:58',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&','75.133.74.138'),(17915,'2015-03-16 16:16:59',1,'categories.php','cPath=3&pID=45&','75.133.74.138'),(17916,'2015-06-13 11:49:12',0,'login.php ','','70.194.40.173'),(17917,'2015-06-13 11:50:28',0,'login.php surpro','','70.194.40.173'),(17918,'2015-06-13 11:52:11',1,'mail.php','','70.194.40.173'),(17919,'2015-06-13 11:52:42',1,'newsletters.php','','70.194.40.173'),(17920,'2015-06-13 11:52:49',1,'newsletters.php','action=new&','70.194.40.173'),(17921,'2016-05-03 18:07:49',0,'login.php ','','70.212.37.187'),(17922,'2016-05-03 18:08:12',0,'login.php surpro','','70.212.37.187'),(17923,'2016-05-03 18:09:00',1,'ezpages.php','','70.212.37.187'),(17924,'2016-05-03 18:09:33',1,'ezpages.php','ezID=9&action=new&','70.212.37.187'),(17925,'2016-05-03 18:09:51',1,'ezpages.php','','70.212.37.187'),(17926,'2016-05-03 18:10:10',1,'ezpages.php','ezID=9&action=new&','70.212.37.187'),(17927,'2016-05-03 18:18:19',1,'ezpages.php','action=update&','70.212.37.187'),(17928,'2016-05-03 18:18:19',1,'ezpages.php','ezID=9&','70.212.37.187'),(17929,'2016-05-03 18:19:30',1,'ezpages.php','ezID=9&action=new&','70.212.37.187'),(17930,'2016-05-03 18:20:02',1,'ezpages.php','action=update&','70.212.37.187'),(17931,'2016-05-03 18:20:02',1,'ezpages.php','ezID=9&','70.212.37.187'),(17932,'2016-05-17 22:11:16',0,'login.php ','','70.208.1.24'),(17933,'2016-05-17 22:12:23',0,'login.php surpro','','70.208.1.24'),(17934,'2016-05-17 22:12:48',1,'customers.php','search=FARMER&origin=index&','70.208.1.24'),(17935,'2016-05-17 22:13:08',1,'customers.php','search=Boeck&origin=index&','70.208.1.24'),(17936,'2016-05-17 22:21:04',1,'categories.php','','70.208.1.24'),(17937,'2016-05-17 22:21:14',1,'categories.php','cPath=12&','70.208.1.24'),(17938,'2016-05-17 22:21:17',1,'product.php','page=1&product_type=1&cPath=12&pID=48&action=new_product&','70.208.1.24'),(17939,'2016-05-17 22:22:50',1,'product.php','cPath=12&product_type=1&pID=48&action=new_product_preview&page=1&','70.208.1.24'),(17940,'2016-05-17 22:22:58',1,'product.php','cPath=12&product_type=1&pID=48&action=update_product&page=1&','70.208.1.24'),(17941,'2016-05-17 22:22:58',1,'categories.php','cPath=12&pID=48&page=1&','70.208.1.24'),(17942,'2016-05-17 22:23:02',1,'product.php','page=1&product_type=1&cPath=12&pID=49&action=new_product&','70.208.1.24'),(17943,'2016-05-17 22:27:53',1,'product.php','cPath=12&product_type=1&pID=49&action=new_product_preview&page=1&','70.208.1.24'),(17944,'2016-05-17 22:27:57',1,'product.php','cPath=12&product_type=1&pID=49&action=update_product&page=1&','70.208.1.24'),(17945,'2016-05-17 22:27:57',1,'categories.php','cPath=12&pID=49&page=1&','70.208.1.24'),(17946,'2016-05-17 22:28:02',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product&','70.208.1.24'),(17947,'2016-05-17 22:28:54',1,'product.php','cPath=12&product_type=1&pID=46&action=new_product_preview&page=1&','70.208.1.24'),(17948,'2016-05-17 22:28:58',1,'product.php','cPath=12&product_type=1&pID=46&action=update_product&page=1&','70.208.1.24'),(17949,'2016-05-17 22:28:58',1,'categories.php','cPath=12&pID=46&page=1&','70.208.1.24'),(17950,'2016-05-17 22:29:02',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product&','70.208.1.24'),(17951,'2016-05-17 22:29:52',1,'product.php','cPath=12&product_type=1&pID=47&action=new_product_preview&page=1&','70.208.1.24'),(17952,'2016-05-17 22:29:56',1,'product.php','cPath=12&product_type=1&pID=47&action=update_product&page=1&','70.208.1.24'),(17953,'2016-05-17 22:29:56',1,'categories.php','cPath=12&pID=47&page=1&','70.208.1.24'),(17954,'2016-05-17 22:31:28',1,'categories.php','cPath=12&pID=47&page=1&vcheck=yes&','70.208.1.24'),(17955,'2016-05-17 22:32:18',1,'categories.php','cID=12&','70.208.1.24'),(17956,'2016-05-17 22:37:01',1,'categories.php','cPath=14&','70.208.1.24'),(17957,'2016-05-17 22:37:11',1,'categories.php','cID=12&','70.208.1.24'),(17958,'2016-05-17 22:37:11',1,'categories.php','cID=12&','70.208.1.24'),(17959,'2016-05-17 22:37:28',1,'categories.php','cPath=14&','70.208.1.24'),(17960,'2016-05-17 22:37:28',1,'categories.php','action=setflag_categories&flag=0&cID=14&cPath=&','70.208.1.24'),(17961,'2016-05-17 22:37:42',1,'categories.php','cPath=&','70.208.1.24'),(17962,'2016-05-17 22:37:46',1,'categories.php','cPath=14&','70.208.1.24'),(17963,'2016-05-17 22:38:05',1,'categories.php','cPath=&','70.208.1.24'),(17964,'2016-05-17 22:38:12',1,'categories.php','action=setflag_categories&flag=0&cID=14&cPath=&','70.208.1.24'),(17965,'2016-05-17 22:38:15',1,'categories.php','action=update_category_status&cPath=&cID=14&','70.208.1.24'),(17966,'2016-05-17 22:38:15',1,'categories.php','cPath=&cID=14&','70.208.1.24'),(17967,'2016-05-17 22:41:29',1,'categories.php','cPath=3&','70.208.1.24'),(17968,'2016-05-17 22:41:38',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','70.208.1.24'),(17969,'2016-05-17 22:41:58',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','70.208.1.24'),(17970,'2016-05-17 22:42:03',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&vcheck=yes&','70.208.1.24'),(17971,'2016-05-17 22:42:10',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','70.208.1.24'),(17972,'2016-05-17 22:42:25',1,'categories.php','cPath=3&pID=36&page=1&','70.208.1.24'),(17973,'2016-05-17 22:42:30',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product&','70.208.1.24'),(17974,'2016-05-17 22:42:42',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','70.208.1.24'),(17975,'2016-05-17 22:42:48',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&page=1&','70.208.1.24'),(17976,'2016-05-17 22:42:49',1,'categories.php','cPath=3&pID=36&page=1&','70.208.1.24'),(17977,'2016-05-17 22:51:48',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&page=1&','70.208.1.24'),(17978,'2016-05-17 22:52:03',1,'categories.php','','70.208.1.24'),(17979,'2016-05-17 22:52:14',1,'categories.php','cPath=14&','70.208.1.24'),(17980,'2016-05-17 22:52:25',1,'categories.php','','70.208.1.24'),(17981,'2016-05-17 22:52:28',1,'categories.php','cPath=13&','70.208.1.24'),(17982,'2016-05-17 22:52:39',1,'categories.php','','70.208.1.24'),(17983,'2016-05-17 22:52:44',1,'categories.php','action=setflag_categories&flag=0&cID=13&cPath=&','70.208.1.24'),(17984,'2016-05-17 22:52:44',1,'categories.php','cPath=13&','70.208.1.24'),(17985,'2016-05-17 22:52:47',1,'categories.php','action=update_category_status&cPath=&cID=13&','70.208.1.24'),(17986,'2016-05-17 22:52:48',1,'categories.php','cPath=&cID=13&','70.208.1.24'),(17987,'2016-05-17 22:52:51',1,'categories.php','cPath=16&','70.208.1.24'),(17988,'2016-05-17 22:53:10',1,'categories.php','cPath=&cID=13&','70.208.1.24'),(17989,'2016-05-17 22:53:15',1,'categories.php','action=setflag_categories&flag=0&cID=16&cPath=&','70.208.1.24'),(17990,'2016-05-17 22:53:18',1,'categories.php','action=update_category_status&cPath=&cID=16&','70.208.1.24'),(17991,'2016-05-17 22:53:18',1,'categories.php','cPath=&cID=16&','70.208.1.24'),(17992,'2016-05-17 22:53:22',1,'categories.php','cPath=4&','70.208.1.24'),(17993,'2016-05-17 22:53:28',1,'categories.php','cID=4&','70.208.1.24'),(17994,'2016-05-17 22:53:32',1,'categories.php','cPath=4&','70.208.1.24'),(17995,'2016-05-17 22:53:32',1,'categories.php','action=setflag_categories&flag=0&cID=4&cPath=&','70.208.1.24'),(17996,'2016-05-17 22:53:35',1,'categories.php','action=update_category_status&cPath=&cID=4&','70.208.1.24'),(17997,'2016-05-17 22:53:36',1,'categories.php','cPath=&cID=4&','70.208.1.24'),(17998,'2016-05-17 22:53:39',1,'categories.php','cPath=15&','70.208.1.24'),(17999,'2016-05-17 22:53:45',1,'categories.php','cPath=&cID=4&','70.208.1.24'),(18000,'2016-05-17 22:53:48',1,'categories.php','action=setflag_categories&flag=0&cID=15&cPath=&','70.208.1.24'),(18001,'2016-05-17 22:53:48',1,'categories.php','cPath=15&','70.208.1.24'),(18002,'2016-05-17 22:53:51',1,'categories.php','action=update_category_status&cPath=&cID=15&','70.208.1.24'),(18003,'2016-05-17 22:53:52',1,'categories.php','cPath=&cID=15&','70.208.1.24'),(18004,'2016-05-17 22:53:55',1,'categories.php','cPath=11&','70.208.1.24'),(18005,'2016-05-17 22:54:00',1,'categories.php','cPath=&cID=15&','70.208.1.24'),(18006,'2016-05-17 22:57:39',1,'alt_nav.php','','70.208.1.24'),(18007,'2016-05-17 22:57:56',1,'configuration.php','gID=22&','70.208.1.24'),(18008,'2016-05-17 22:58:24',1,'featured.php','','70.208.1.24'),(18009,'2016-05-17 22:59:00',1,'specials.php','','70.208.1.24'),(18010,'2016-05-17 22:59:29',1,'configuration.php','gID=22&','70.208.1.24'),(18011,'2016-05-17 22:59:37',1,'configuration.php','gID=23&','70.208.1.24'),(18012,'2016-05-17 22:59:52',1,'configuration.php','gID=8&','70.208.1.24'),(18013,'2016-05-17 23:00:28',1,'store_manager.php','','70.208.1.24'),(18014,'2016-05-17 23:00:42',1,'layout_controller.php','','70.208.1.24'),(18015,'2016-05-17 23:04:20',1,'alt_nav.php','','70.208.1.24'),(18016,'2016-05-17 23:04:23',1,'alt_nav.php','','70.208.1.24'),(18017,'2016-05-17 23:04:28',1,'configuration.php','gID=22&','70.208.1.24'),(18018,'2016-05-17 23:04:36',1,'configuration.php','gID=22&cID=469&action=edit&','70.208.1.24'),(18019,'2016-05-17 23:05:35',1,'configuration.php','gID=22&','70.208.1.24'),(18020,'2016-05-17 23:05:39',1,'alt_nav.php','','70.208.1.24'),(18021,'2016-05-17 23:05:54',1,'layout_controller.php','','70.208.1.24'),(18022,'2016-05-17 23:06:21',1,'layout_controller.php','page=&cID=101&','70.208.1.24'),(18023,'2016-05-17 23:06:21',1,'layout_controller.php','page=&cID=101&action=edit&','70.208.1.24'),(18024,'2016-05-17 23:06:40',1,'layout_controller.php','page=&cID=101&action=save&layout_box_name=whats_new.php&','70.208.1.24'),(18025,'2016-05-17 23:06:41',1,'layout_controller.php','page=&cID=101&','70.208.1.24'),(18026,'2016-05-17 23:06:59',1,'layout_controller.php','page=&cID=85&action=edit&','70.208.1.24'),(18027,'2016-05-17 23:07:06',1,'layout_controller.php','page=&cID=85&action=save&layout_box_name=featured.php&','70.208.1.24'),(18028,'2016-05-17 23:07:07',1,'layout_controller.php','page=&cID=85&','70.208.1.24'),(18029,'2016-05-17 23:07:28',1,'layout_controller.php','page=&cID=85&action=edit&','70.208.1.24'),(18030,'2016-05-17 23:07:33',1,'layout_controller.php','page=&cID=85&action=save&layout_box_name=featured.php&','70.208.1.24'),(18031,'2016-05-17 23:07:34',1,'layout_controller.php','page=&cID=85&','70.208.1.24'),(18032,'2016-05-17 23:09:37',1,'configuration.php','gID=22&','70.208.1.24'),(18033,'2016-05-17 23:09:48',1,'configuration.php','gID=22&cID=469&action=edit&','70.208.1.24'),(18034,'2016-05-17 23:10:11',1,'configuration.php','gID=22&','70.208.1.24'),(18035,'2016-05-17 23:10:30',1,'configuration.php','gID=24&','70.208.1.24'),(18036,'2016-05-17 23:10:38',1,'configuration.php','gID=24&cID=496&action=edit&','70.208.1.24'),(18037,'2016-05-17 23:10:43',1,'configuration.php','gID=24&cID=496&action=save&','70.208.1.24'),(18038,'2016-05-17 23:10:43',1,'configuration.php','gID=24&cID=496&','70.208.1.24'),(18039,'2016-05-17 23:10:50',1,'configuration.php','gID=24&cID=504&action=edit&','70.208.1.24'),(18040,'2016-05-17 23:10:55',1,'configuration.php','gID=24&cID=504&action=save&','70.208.1.24'),(18041,'2016-05-17 23:10:55',1,'configuration.php','gID=24&cID=504&','70.208.1.24'),(18042,'2016-05-17 23:11:00',1,'configuration.php','gID=24&cID=509&action=edit&','70.208.1.24'),(18043,'2016-05-17 23:11:04',1,'configuration.php','gID=24&cID=509&action=save&','70.208.1.24'),(18044,'2016-05-17 23:11:04',1,'configuration.php','gID=24&cID=509&','70.208.1.24'),(18045,'2016-05-17 23:11:08',1,'configuration.php','gID=24&cID=510&action=edit&','70.208.1.24'),(18046,'2016-05-17 23:11:12',1,'configuration.php','gID=24&cID=510&action=save&','70.208.1.24'),(18047,'2016-05-17 23:11:13',1,'configuration.php','gID=24&cID=510&','70.208.1.24'),(18048,'2016-05-17 23:11:16',1,'configuration.php','gID=24&cID=511&action=edit&','70.208.1.24'),(18049,'2016-05-17 23:11:48',1,'configuration.php','gID=24&cID=511&action=save&','70.208.1.24'),(18050,'2016-05-17 23:11:49',1,'configuration.php','gID=24&cID=511&','70.208.1.24'),(18051,'2016-05-17 23:12:35',1,'configuration.php','gID=24&cID=496&action=edit&','70.208.1.24'),(18052,'2016-05-17 23:12:39',1,'configuration.php','gID=24&cID=496&action=save&','70.208.1.24'),(18053,'2016-05-17 23:12:39',1,'configuration.php','gID=24&cID=496&','70.208.1.24'),(18054,'2016-05-17 23:13:23',1,'configuration.php','gID=24&','70.208.1.24'),(18055,'2016-05-17 23:13:28',1,'configuration.php','gID=23&','70.208.1.24'),(18056,'2016-05-17 23:13:35',1,'categories.php','','70.208.1.24'),(18057,'2016-05-17 23:13:52',1,'featured.php','','70.208.1.24'),(18058,'2016-05-17 23:16:04',1,'configuration.php','gID=19&','70.208.1.24'),(18059,'2016-05-17 23:17:32',1,'configuration.php','gID=19&cID=402&action=edit&','70.208.1.24'),(18060,'2016-05-17 23:17:36',1,'configuration.php','gID=19&cID=402&action=save&','70.208.1.24'),(18061,'2016-05-17 23:17:37',1,'configuration.php','gID=19&cID=402&','70.208.1.24'),(18062,'2016-05-17 23:18:08',1,'configuration.php','gID=19&cID=403&action=edit&','70.208.1.24'),(18063,'2016-05-17 23:18:12',1,'configuration.php','gID=19&cID=403&action=save&','70.208.1.24'),(18064,'2016-05-17 23:18:13',1,'configuration.php','gID=19&cID=403&','70.208.1.24'),(18065,'2016-05-17 23:19:17',1,'configuration.php','gID=19&cID=399&action=edit&','70.208.1.24'),(18066,'2016-05-17 23:19:22',1,'configuration.php','gID=19&cID=399&action=save&','70.208.1.24'),(18067,'2016-05-17 23:19:22',1,'configuration.php','gID=19&cID=399&','70.208.1.24'),(18068,'2016-05-17 23:19:27',1,'configuration.php','gID=19&cID=400&action=edit&','70.208.1.24'),(18069,'2016-05-17 23:19:32',1,'configuration.php','gID=19&cID=400&action=save&','70.208.1.24'),(18070,'2016-05-17 23:19:33',1,'configuration.php','gID=19&cID=400&','70.208.1.24'),(18071,'2016-05-17 23:22:15',1,'configuration.php','gID=8&','70.208.1.24'),(18072,'2016-05-17 23:22:21',1,'configuration.php','gID=19&cID=400&','70.208.1.24'),(18073,'2016-05-17 23:22:30',1,'configuration.php','gID=19&','70.208.1.24'),(18074,'2016-05-17 23:22:49',1,'configuration.php','gID=19&cID=400&','70.208.1.24'),(18075,'2016-05-17 23:22:54',1,'configuration.php','gID=19&cID=400&action=edit&','70.208.1.24'),(18076,'2016-05-17 23:22:57',1,'configuration.php','gID=19&cID=399&','70.208.1.24'),(18077,'2016-05-17 23:22:59',1,'configuration.php','gID=19&cID=399&action=edit&','70.208.1.24'),(18078,'2016-05-17 23:22:59',1,'configuration.php','gID=19&cID=399&action=edit&','70.208.1.24'),(18079,'2016-05-17 23:23:07',1,'configuration.php','gID=19&','70.208.1.24'),(18080,'2016-05-17 23:24:26',1,'layout_controller.php','','70.208.1.24'),(18081,'2016-05-17 23:24:33',1,'layout_controller.php','page=&cID=80&','70.208.1.24'),(18082,'2016-05-17 23:24:34',1,'layout_controller.php','page=&cID=80&action=edit&','70.208.1.24'),(18083,'2016-05-17 23:24:41',1,'layout_controller.php','page=&cID=80&action=save&layout_box_name=best_sellers.php&','70.208.1.24'),(18084,'2016-05-17 23:24:42',1,'layout_controller.php','page=&cID=80&','70.208.1.24'),(18085,'2016-05-17 23:50:42',1,'whos_online.php','','70.208.1.24'),(18086,'2016-05-17 23:51:28',1,'developers_tool_kit.php','','70.208.1.24'),(18087,'2016-05-17 23:51:43',1,'developers_tool_kit.php','action=locate_template&','70.208.1.24'),(18088,'2016-05-17 23:52:16',1,'developers_tool_kit.php','action=locate_all_files&','70.208.1.24'),(18089,'2016-06-09 09:59:45',0,'login.php ','','96.88.136.169'),(18090,'2016-06-09 10:01:16',0,'login.php surpro','','96.88.136.169'),(18091,'2016-06-09 10:01:34',0,'login.php surpro','','96.88.136.169'),(18092,'2016-06-09 10:02:01',0,'login.php surpro','','96.88.136.169'),(18093,'2016-06-09 10:02:50',1,'ezpages.php','','96.88.136.169'),(18094,'2016-06-09 10:03:40',1,'admin.php','','96.88.136.169'),(18095,'2016-06-09 10:03:44',1,'ezpages.php','','96.88.136.169'),(18096,'2016-06-09 10:03:49',1,'developers_tool_kit.php','','96.88.136.169'),(18097,'2016-06-09 10:04:06',1,'developers_tool_kit.php','action=locate_all_files&','96.88.136.169'),(18098,'2016-06-09 10:04:37',1,'developers_tool_kit.php','action=locate_all_files&','96.88.136.169'),(18099,'2016-06-09 10:04:57',1,'developers_tool_kit.php','action=locate_template&','96.88.136.169'),(18100,'2016-06-09 10:05:26',1,'developers_tool_kit.php','action=locate_template&','96.88.136.169'),(18101,'2016-06-09 10:08:19',1,'categories.php','','96.88.136.169'),(18102,'2016-06-09 10:08:23',1,'categories.php','cPath=2&','96.88.136.169'),(18103,'2016-06-09 10:08:27',1,'product.php','page=1&product_type=1&cPath=2&pID=38&action=new_product&','96.88.136.169'),(18104,'2016-06-09 10:09:32',1,'product.php','cPath=2&product_type=1&pID=38&action=new_product_preview&page=1&','96.88.136.169'),(18105,'2016-06-09 10:09:36',1,'product.php','cPath=2&product_type=1&pID=38&action=update_product&page=1&','96.88.136.169'),(18106,'2016-06-09 10:09:37',1,'categories.php','cPath=2&pID=38&page=1&','96.88.136.169'),(18107,'2016-06-09 10:09:41',1,'product.php','page=1&product_type=1&cPath=2&pID=39&action=new_product&','96.88.136.169'),(18108,'2016-06-09 10:10:37',1,'product.php','cPath=2&product_type=1&pID=39&action=new_product_preview&page=1&','96.88.136.169'),(18109,'2016-06-09 10:10:41',1,'product.php','cPath=2&product_type=1&pID=39&action=update_product&page=1&','96.88.136.169'),(18110,'2016-06-09 10:10:41',1,'categories.php','cPath=2&pID=39&page=1&','96.88.136.169'),(18111,'2016-06-09 10:10:45',1,'product.php','page=1&product_type=1&cPath=2&pID=40&action=new_product&','96.88.136.169'),(18112,'2016-06-09 10:11:40',1,'product.php','cPath=2&product_type=1&pID=40&action=new_product_preview&page=1&','96.88.136.169'),(18113,'2016-06-09 10:11:44',1,'product.php','cPath=2&product_type=1&pID=40&action=update_product&page=1&','96.88.136.169'),(18114,'2016-06-09 10:11:44',1,'categories.php','cPath=2&pID=40&page=1&','96.88.136.169'),(18115,'2016-06-19 18:14:08',0,'login.php ','','70.212.48.246'),(18116,'2016-06-19 18:15:28',0,'login.php surpro','','70.212.48.246'),(18117,'2016-06-19 18:16:25',1,'server_info.php','','70.212.48.246'),(18118,'2016-06-19 18:17:33',1,'ezpages.php','','70.212.48.246'),(18119,'2016-06-19 18:38:46',0,'login.php ','','70.212.48.246'),(18120,'2016-06-19 18:38:55',0,'login.php surpro','','70.212.48.246'),(18121,'2016-06-19 18:39:06',1,'developers_tool_kit.php','','70.212.48.246'),(18122,'2016-06-19 18:39:32',1,'developers_tool_kit.php','action=locate_all_files&','70.212.48.246'),(18123,'2016-06-19 18:40:18',1,'developers_tool_kit.php','action=locate_template&','70.212.48.246'),(18124,'2016-06-19 18:40:49',1,'developers_tool_kit.php','action=locate_all_files&','70.212.48.246'),(18125,'2016-06-19 18:52:03',1,'developers_tool_kit.php','action=locate_template&','70.212.48.246'),(18126,'2016-06-19 18:52:17',1,'developers_tool_kit.php','action=locate_all_files&','70.212.48.246'),(18127,'2016-06-19 18:55:05',1,'developers_tool_kit.php','','70.212.48.246'),(18128,'2016-06-19 18:55:05',1,'developers_tool_kit.php','','70.212.48.246'),(18129,'2016-06-19 18:55:17',1,'define_pages_editor.php','','70.212.48.246'),(18130,'2016-06-19 18:55:52',1,'define_pages_editor.php','securityToken=ce32bd817613dbaf8e085d3714445d41&define_it=4&action=new_page&','70.212.48.246'),(18131,'2016-07-05 11:19:55',0,'login.php ','','70.212.50.2'),(18132,'2016-07-12 12:39:32',0,'login.php ','','70.212.32.209'),(18133,'2016-07-12 12:40:14',0,'login.php surpro','','70.212.32.209'),(18134,'2016-07-12 12:40:33',0,'login.php surpro','','70.212.32.209'),(18135,'2016-07-12 12:41:09',0,'login.php surpro','','70.212.32.209'),(18136,'2016-07-12 12:41:28',1,'categories.php','','70.212.32.209'),(18137,'2016-07-12 12:42:08',1,'categories.php','cPath=11&','70.212.32.209'),(18138,'2016-07-12 12:42:16',1,'categories.php','x=32&y=17&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18139,'2016-07-12 12:42:16',1,'product.php','x=32&y=17&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18140,'2016-07-12 13:09:52',1,'product.php','cPath=11&product_type=1&action=new_product_preview&','70.212.32.209'),(18141,'2016-07-12 13:10:30',1,'product.php','cPath=11&product_type=1&action=insert_product&','70.212.32.209'),(18142,'2016-07-12 13:10:31',1,'categories.php','cPath=11&pID=73&','70.212.32.209'),(18143,'2016-07-12 13:12:02',1,'categories.php','x=24&y=12&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18144,'2016-07-12 13:12:03',1,'product.php','x=24&y=12&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18145,'2016-07-12 13:20:12',1,'product.php','cPath=11&product_type=1&action=new_product_preview&','70.212.32.209'),(18146,'2016-07-12 13:20:20',1,'product.php','cPath=11&product_type=1&action=insert_product&','70.212.32.209'),(18147,'2016-07-12 13:20:20',1,'categories.php','cPath=11&pID=74&','70.212.32.209'),(18148,'2016-07-12 13:21:02',1,'categories.php','x=38&y=8&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18149,'2016-07-12 13:21:02',1,'product.php','x=38&y=8&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18150,'2016-07-12 13:33:27',1,'product.php','cPath=11&product_type=1&action=new_product_preview&','70.212.32.209'),(18151,'2016-07-12 13:33:39',1,'product.php','cPath=11&product_type=1&action=insert_product&','70.212.32.209'),(18152,'2016-07-12 13:33:40',1,'categories.php','cPath=11&pID=75&','70.212.32.209'),(18153,'2016-07-12 13:34:43',1,'categories.php','x=43&y=17&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18154,'2016-07-12 13:34:44',1,'product.php','x=43&y=17&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18155,'2016-07-12 13:38:53',1,'product.php','cPath=11&product_type=1&action=new_product_preview&','70.212.32.209'),(18156,'2016-07-12 13:38:58',1,'product.php','cPath=11&product_type=1&action=insert_product&','70.212.32.209'),(18157,'2016-07-12 13:38:59',1,'categories.php','cPath=11&pID=76&','70.212.32.209'),(18158,'2016-07-12 13:48:05',1,'categories.php','x=67&y=7&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18159,'2016-07-12 13:48:05',1,'product.php','x=67&y=7&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18160,'2016-07-12 13:55:36',1,'product.php','cPath=11&product_type=1&action=new_product_preview&','70.212.32.209'),(18161,'2016-07-12 13:55:39',1,'product.php','cPath=11&product_type=1&action=insert_product&','70.212.32.209'),(18162,'2016-07-12 13:55:40',1,'categories.php','cPath=11&pID=77&','70.212.32.209'),(18163,'2016-07-12 13:56:01',1,'categories.php','','70.212.32.209'),(18164,'2016-07-12 13:56:12',1,'categories.php','cPath=16&','70.212.32.209'),(18165,'2016-07-12 13:56:29',1,'categories.php','cPath=16&action=new_category&','70.212.32.209'),(18166,'2016-07-12 13:56:45',1,'categories.php','cPath=16&','70.212.32.209'),(18167,'2016-07-12 13:56:55',1,'product.php','cPath=16&product_type=1&pID=43&action=move_product&','70.212.32.209'),(18168,'2016-07-12 13:57:09',1,'product.php','action=move_product_confirm&cPath=16&page=1&','70.212.32.209'),(18169,'2016-07-12 13:57:10',1,'categories.php','cPath=11&pID=43&page=1&','70.212.32.209'),(18170,'2016-07-12 13:57:15',1,'product.php','page=1&product_type=1&cPath=11&pID=43&action=new_product&','70.212.32.209'),(18171,'2016-07-12 13:57:15',1,'categories.php','action=setflag&flag=1&pID=43&cPath=11&page=1&','70.212.32.209'),(18172,'2016-07-12 13:57:15',1,'categories.php','cPath=11&pID=43&page=1&','70.212.32.209'),(18173,'2016-07-12 14:02:20',1,'product.php','page=1&product_type=1&cPath=11&pID=76&action=new_product&','70.212.32.209'),(18174,'2016-07-12 14:03:07',1,'product.php','cPath=11&product_type=1&pID=76&action=new_product_preview&page=1&','70.212.32.209'),(18175,'2016-07-12 14:03:14',1,'product.php','cPath=11&product_type=1&pID=76&action=update_product&page=1&','70.212.32.209'),(18176,'2016-07-12 14:03:33',1,'product.php','cPath=11&product_type=1&pID=76&action=new_product_preview&page=1&','70.212.32.209'),(18177,'2016-07-12 14:03:36',1,'product.php','cPath=11&product_type=1&pID=76&action=update_product&page=1&','70.212.32.209'),(18178,'2016-07-12 14:03:37',1,'categories.php','cPath=11&pID=76&page=1&','70.212.32.209'),(18179,'2016-07-12 14:03:56',1,'product.php','page=1&product_type=1&cPath=11&pID=73&action=new_product&','70.212.32.209'),(18180,'2016-07-12 14:04:10',1,'product.php','cPath=11&product_type=1&pID=73&action=new_product_preview&page=1&','70.212.32.209'),(18181,'2016-07-12 14:04:12',1,'product.php','cPath=11&product_type=1&pID=73&action=update_product&page=1&','70.212.32.209'),(18182,'2016-07-12 14:04:13',1,'categories.php','cPath=11&pID=73&page=1&','70.212.32.209'),(18183,'2016-07-12 14:04:16',1,'product.php','page=1&product_type=1&cPath=11&pID=75&action=new_product&','70.212.32.209'),(18184,'2016-07-12 14:04:29',1,'product.php','cPath=11&product_type=1&pID=75&action=new_product_preview&page=1&','70.212.32.209'),(18185,'2016-07-12 14:04:32',1,'product.php','cPath=11&product_type=1&pID=75&action=update_product&page=1&','70.212.32.209'),(18186,'2016-07-12 14:04:33',1,'categories.php','cPath=11&pID=75&page=1&','70.212.32.209'),(18187,'2016-07-12 14:21:48',1,'categories.php','x=21&y=3&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18188,'2016-07-12 14:21:49',1,'product.php','x=21&y=3&product_type=1&cPath=11&action=new_product&','70.212.32.209'),(18189,'2016-07-12 14:35:31',1,'product.php','cPath=11&product_type=1&action=new_product_preview&','70.212.32.209'),(18190,'2016-07-12 14:36:02',1,'product.php','cPath=11&product_type=1&action=insert_product&','70.212.32.209'),(18191,'2016-07-12 14:36:03',1,'categories.php','cPath=11&pID=78&','70.212.32.209'),(18192,'2016-07-12 14:55:46',1,'product.php','page=1&product_type=1&cPath=11&pID=74&action=new_product&','70.212.32.209'),(18193,'2016-07-12 14:56:25',1,'product.php','cPath=11&product_type=1&pID=74&action=new_product_preview&page=1&','70.212.32.209'),(18194,'2016-07-12 14:56:28',1,'product.php','cPath=11&product_type=1&pID=74&action=update_product&page=1&','70.212.32.209'),(18195,'2016-07-12 14:56:28',1,'categories.php','cPath=11&pID=74&page=1&','70.212.32.209'),(18196,'2016-07-12 14:56:58',1,'product.php','page=1&product_type=1&cPath=11&pID=76&action=new_product&','70.212.32.209'),(18197,'2016-07-12 14:57:18',1,'categories.php','cPath=11&pID=76&page=1&','70.212.32.209'),(18198,'2016-07-12 14:58:54',1,'categories.php','cPath=11&pID=76&page=1&','70.212.32.209'),(18199,'2016-07-12 14:59:00',1,'product.php','page=1&product_type=1&cPath=11&pID=78&action=new_product&','70.212.32.209'),(18200,'2016-07-12 14:59:18',1,'product.php','cPath=11&product_type=1&pID=78&action=new_product_preview&page=1&','70.212.32.209'),(18201,'2016-07-12 14:59:21',1,'product.php','cPath=11&product_type=1&pID=78&action=update_product&page=1&','70.212.32.209'),(18202,'2016-07-12 14:59:22',1,'categories.php','cPath=11&pID=78&page=1&','70.212.32.209'),(18203,'2016-07-12 14:59:27',1,'product.php','page=1&product_type=1&cPath=11&pID=76&action=new_product&','70.212.32.209'),(18204,'2016-07-12 14:59:58',1,'product.php','cPath=11&product_type=1&pID=76&action=new_product_preview&page=1&','70.212.32.209'),(18205,'2016-07-12 15:00:00',1,'product.php','cPath=11&product_type=1&pID=76&action=update_product&page=1&','70.212.32.209'),(18206,'2016-07-12 15:00:01',1,'categories.php','cPath=11&pID=76&page=1&','70.212.32.209'),(18207,'2016-07-12 19:28:46',0,'login.php ','','70.212.32.209'),(18208,'2016-07-12 19:29:04',0,'login.php surpro','','70.212.32.209'),(18209,'2016-07-12 19:30:09',0,'login.php surpro','','70.212.32.209'),(18210,'2016-07-12 19:30:21',1,'alt_nav.php','','70.212.32.209'),(18211,'2016-07-12 19:30:46',1,'alt_nav.php','','70.212.32.209'),(18212,'2016-07-12 19:31:07',1,'store_manager.php','','70.212.32.209'),(18213,'2016-07-12 20:52:50',0,'login.php ','','70.212.32.209'),(18214,'2016-07-12 20:53:39',0,'login.php surpro','','70.212.32.209'),(18215,'2016-07-12 20:53:52',1,'configuration.php','gID=1&','70.212.32.209'),(18216,'2016-07-12 20:54:08',1,'configuration.php','gID=1&cID=12&action=edit&','70.212.32.209'),(18217,'2016-07-12 20:54:40',1,'configuration.php','gID=1&cID=12&action=save&','70.212.32.209'),(18218,'2016-07-12 20:54:41',1,'configuration.php','gID=1&cID=12&','70.212.32.209'),(18219,'2016-07-12 20:54:47',1,'configuration.php','gID=1&cID=12&action=edit&','70.212.32.209'),(18220,'2016-07-12 20:54:57',1,'configuration.php','gID=1&cID=12&action=save&','70.212.32.209'),(18221,'2016-07-12 20:54:57',1,'configuration.php','gID=1&cID=12&','70.212.32.209'),(18222,'2016-07-12 21:21:20',1,'configuration.php','gID=1&cID=12&','70.212.32.209'),(18223,'2016-07-12 21:21:31',1,'easypopulate.php','','70.212.32.209'),(18224,'2016-07-12 21:21:39',1,'easypopulate.php','langer=installnew&','70.212.32.209'),(18225,'2016-07-12 21:21:40',1,'easypopulate.php','langer=install&','70.212.32.209'),(18226,'2016-07-12 21:22:24',1,'easypopulate.php','','70.212.32.209'),(18227,'2016-07-12 21:23:31',1,'easypopulate.php','download=stream&dltype=full&','70.212.32.209'),(18228,'2016-07-12 21:25:44',1,'easypopulate.php','','70.212.32.209'),(18229,'2016-07-12 21:27:05',1,'easypopulate.php','','70.212.32.209'),(18230,'2016-07-12 21:29:30',1,'easypopulate.php','','70.212.32.209'),(18231,'2016-07-12 21:29:33',1,'alt_nav.php','','70.212.32.209'),(18232,'2016-07-12 21:29:38',1,'alt_nav.php','','70.212.32.209'),(18233,'2016-07-12 21:29:43',1,'configuration.php','gID=32&','70.212.32.209'),(18234,'2016-07-12 21:30:18',1,'easypopulate.php','','70.212.32.209'),(18235,'2016-07-12 21:30:35',1,'easypopulate.php','download=stream&dltype=full&','70.212.32.209'),(18236,'2016-07-12 22:04:23',1,'easypopulate.php','','70.212.32.209'),(18237,'2016-07-12 22:04:29',1,'alt_nav.php','','70.212.32.209'),(18238,'2016-07-12 22:04:50',1,'alt_nav.php','','70.212.32.209'),(18239,'2016-07-12 22:07:11',1,'apsona_index.php','','70.212.32.209'),(18240,'2016-07-12 22:11:24',1,'categories.php','','70.212.32.209'),(18241,'2016-07-12 22:11:39',1,'categories.php','cPath=16&','70.212.32.209'),(18242,'2016-07-12 22:36:14',1,'categories.php','','70.212.32.209'),(18243,'2016-07-12 22:36:17',1,'categories.php','cPath=16&','70.212.32.209'),(18244,'2016-07-12 22:36:50',1,'product.php','page=1&product_type=1&cPath=16&pID=81&action=new_product&','70.212.32.209'),(18245,'2016-07-12 22:37:23',1,'categories.php','cPath=16&pID=81&page=1&','70.212.32.209'),(18246,'2016-07-15 12:05:04',0,'login.php ','','70.212.35.196'),(18247,'2016-07-15 12:05:54',0,'login.php surpro','','70.212.35.196'),(18248,'2016-07-15 12:26:23',1,'categories.php','','70.212.35.196'),(18249,'2016-07-15 12:26:26',1,'categories.php','cPath=16&','70.212.35.196'),(18250,'2016-07-15 12:37:57',1,'product.php','page=1&product_type=1&cPath=16&pID=80&action=new_product&','70.212.35.196'),(18251,'2016-07-15 12:44:35',1,'product.php','cPath=16&product_type=1&pID=80&action=new_product_preview&page=1&','70.212.35.196'),(18252,'2016-07-15 12:44:41',1,'product.php','cPath=16&product_type=1&pID=80&action=update_product&page=1&','70.212.35.196'),(18253,'2016-07-15 12:44:42',1,'categories.php','cPath=16&pID=80&page=1&','70.212.35.196'),(18254,'2016-07-15 12:45:04',1,'product.php','page=1&product_type=1&cPath=16&pID=79&action=new_product&','70.212.35.196'),(18255,'2016-07-15 12:45:31',1,'categories.php','cPath=16&pID=79&page=1&','70.212.35.196'),(18256,'2016-07-15 12:45:35',1,'product.php','page=1&product_type=1&cPath=16&pID=79&action=new_product&','70.212.35.196'),(18257,'2016-07-15 13:00:10',1,'product.php','cPath=16&product_type=1&pID=79&action=new_product_preview&page=1&','70.212.35.196'),(18258,'2016-07-15 13:00:19',1,'product.php','cPath=16&product_type=1&pID=79&action=update_product&page=1&','70.212.35.196'),(18259,'2016-07-15 13:00:19',1,'categories.php','cPath=16&pID=79&page=1&','70.212.35.196'),(18260,'2016-07-15 13:00:30',1,'categories.php','action=setflag&flag=0&pID=81&cPath=16&page=1&','70.212.35.196'),(18261,'2016-07-15 13:00:30',1,'product.php','page=1&product_type=1&cPath=16&pID=81&action=new_product&','70.212.35.196'),(18262,'2016-07-15 13:00:30',1,'categories.php','cPath=16&pID=81&page=1&','70.212.35.196'),(18263,'2016-07-15 13:00:46',1,'categories.php','','70.212.35.196'),(18264,'2016-07-15 13:00:49',1,'categories.php','action=setflag_categories&flag=1&cID=16&cPath=&','70.212.35.196'),(18265,'2016-07-15 13:00:50',1,'categories.php','cPath=16&','70.212.35.196'),(18266,'2016-07-15 13:01:22',1,'categories.php','action=update_category_status&cPath=&cID=16&','70.212.35.196'),(18267,'2016-07-15 13:01:23',1,'categories.php','cPath=&cID=16&','70.212.35.196'),(18268,'2016-07-15 13:04:40',1,'categories.php','cPath=11&','70.212.35.196'),(18269,'2016-07-15 13:04:51',1,'product.php','cPath=11&product_type=1&pID=43&action=copy_to&','70.212.35.196'),(18270,'2016-07-15 13:05:28',1,'product.php','action=copy_to_confirm&cPath=11&page=1&','70.212.35.196'),(18271,'2016-07-15 13:05:28',1,'categories.php','cPath=16&pID=82&page=1&','70.212.35.196'),(18272,'2016-07-15 13:05:35',1,'categories.php','action=setflag&flag=1&pID=82&cPath=16&page=1&','70.212.35.196'),(18273,'2016-07-15 13:05:35',1,'categories.php','cPath=16&pID=82&page=1&','70.212.35.196'),(18274,'2016-07-15 13:05:40',1,'product.php','page=1&product_type=1&cPath=16&pID=81&action=new_product&','70.212.35.196'),(18275,'2016-07-15 13:05:40',1,'categories.php','action=setflag&flag=0&pID=81&cPath=16&page=1&','70.212.35.196'),(18276,'2016-07-15 13:05:41',1,'categories.php','cPath=16&pID=81&page=1&','70.212.35.196'),(18277,'2016-07-15 13:18:59',1,'product.php','page=1&product_type=1&cPath=16&pID=80&action=new_product&','70.212.35.196'),(18278,'2016-07-15 13:20:15',1,'product.php','cPath=16&product_type=1&pID=80&action=new_product_preview&page=1&','70.212.35.196'),(18279,'2016-07-15 13:20:18',1,'product.php','cPath=16&product_type=1&pID=80&action=update_product&page=1&','70.212.35.196'),(18280,'2016-07-15 13:20:19',1,'categories.php','cPath=16&pID=80&page=1&','70.212.35.196'),(18281,'2016-07-15 13:21:40',1,'product.php','page=1&product_type=1&cPath=16&pID=79&action=new_product&','70.212.35.196'),(18282,'2016-07-15 13:22:43',1,'product.php','cPath=16&product_type=1&pID=79&action=new_product_preview&page=1&','70.212.35.196'),(18283,'2016-07-15 13:22:47',1,'product.php','cPath=16&product_type=1&pID=79&action=update_product&page=1&','70.212.35.196'),(18284,'2016-07-15 13:22:48',1,'categories.php','cPath=16&pID=79&page=1&','70.212.35.196'),(18285,'2016-07-15 13:26:52',1,'configuration.php','gID=4&','70.212.35.196'),(18286,'2016-07-15 13:27:16',1,'configuration.php','gID=2&','70.212.35.196'),(18287,'2016-07-15 13:27:28',1,'configuration.php','gID=7&','70.212.35.196'),(18288,'2016-07-15 13:27:41',1,'configuration.php','gID=8&','70.212.35.196'),(18289,'2016-07-15 13:28:18',1,'configuration.php','gID=8&cID=218&action=edit&','70.212.35.196'),(18290,'2016-07-15 13:28:32',1,'configuration.php','gID=8&cID=218&','70.212.35.196'),(18291,'2016-11-22 13:08:06',0,'login.php ','','107.213.69.182'),(18292,'2016-11-22 13:09:45',0,'login.php surpro','','107.213.69.182'),(18293,'2016-11-22 13:10:10',0,'login.php surpro','','107.213.69.182'),(18294,'2016-11-22 13:12:34',1,'categories.php','','107.213.69.182'),(18295,'2016-11-22 13:12:49',1,'categories.php','cPath=&action=new_category&','107.213.69.182'),(18296,'2016-11-22 13:18:53',1,'categories.php','action=insert_category&cPath=&','107.213.69.182'),(18297,'2016-11-22 13:18:54',1,'categories.php','cPath=&cID=30&','107.213.69.182'),(18298,'2016-11-22 13:19:34',1,'categories.php','cPath=30&','107.213.69.182'),(18299,'2016-11-22 13:19:45',1,'categories.php','cPath=&cID=30&','107.213.69.182'),(18300,'2016-11-22 13:20:01',1,'categories.php','cPath=&cID=30&action=edit_category&','107.213.69.182'),(18301,'2016-11-22 13:20:19',1,'categories.php','action=update_category&cPath=&','107.213.69.182'),(18302,'2016-11-22 13:20:19',1,'categories.php','cPath=&cID=30&','107.213.69.182'),(18303,'2016-11-22 13:23:22',1,'categories.php','','107.213.69.182'),(18304,'2016-11-22 13:23:30',1,'categories.php','cPath=30&','107.213.69.182'),(18305,'2016-11-22 13:23:35',1,'categories.php','x=46&y=8&product_type=1&cPath=30&action=new_product&','107.213.69.182'),(18306,'2016-11-22 13:23:36',1,'product.php','x=46&y=8&product_type=1&cPath=30&action=new_product&','107.213.69.182'),(18307,'2016-11-22 13:23:41',1,'categories.php','cPath=30&','107.213.69.182'),(18308,'2016-11-22 13:23:51',1,'categories.php','x=40&y=17&product_type=1&cPath=30&action=new_product&','107.213.69.182'),(18309,'2016-11-22 13:23:52',1,'product.php','x=40&y=17&product_type=1&cPath=30&action=new_product&','107.213.69.182'),(18310,'2016-11-22 13:24:14',1,'manufacturers.php','','107.213.69.182'),(18311,'2016-11-22 13:24:19',1,'manufacturers.php','page=0&mID=&action=new&','107.213.69.182'),(18312,'2016-11-22 13:24:53',1,'manufacturers.php','action=insert&','107.213.69.182'),(18313,'2016-11-22 13:24:53',1,'manufacturers.php','mID=1&','107.213.69.182'),(18314,'2016-11-22 13:25:04',1,'categories.php','','107.213.69.182'),(18315,'2016-11-22 13:25:10',1,'categories.php','cPath=30&','107.213.69.182'),(18316,'2016-11-22 13:25:14',1,'categories.php','x=24&y=2&product_type=1&cPath=30&action=new_product&','107.213.69.182'),(18317,'2016-11-22 13:25:14',1,'product.php','x=24&y=2&product_type=1&cPath=30&action=new_product&','107.213.69.182'),(18318,'2016-11-22 13:36:13',1,'product.php','cPath=30&product_type=1&action=new_product_preview&','107.213.69.182'),(18319,'2016-11-22 13:36:42',1,'product.php','cPath=30&product_type=1&action=insert_product&','107.213.69.182'),(18320,'2016-11-22 13:36:42',1,'categories.php','cPath=30&pID=83&','107.213.69.182'),(18321,'2016-11-22 13:36:59',1,'attributes_controller.php','','107.213.69.182'),(18322,'2016-11-22 13:37:07',1,'attributes_controller.php','securityToken=78692ba8a2b7e90d1e374e019756946d&current_category_id=30&products_filter=&action=new_cat&','107.213.69.182'),(18323,'2016-11-22 13:37:08',1,'attributes_controller.php','products_filter=83&current_category_id=30&','107.213.69.182'),(18324,'2016-11-22 13:38:51',1,'categories.php','','107.213.69.182'),(18325,'2016-11-22 13:39:00',1,'categories.php','action=setflag_categories&flag=0&cID=30&cPath=&','107.213.69.182'),(18326,'2016-11-22 13:39:10',1,'categories.php','cPath=&','107.213.69.182'),(18327,'2016-11-22 13:39:16',1,'categories.php','action=setflag_categories&flag=0&cID=30&cPath=&','107.213.69.182'),(18328,'2016-11-22 13:39:19',1,'categories.php','action=update_category_status&cPath=&cID=30&','107.213.69.182'),(18329,'2016-11-22 13:39:20',1,'categories.php','cPath=&cID=30&','107.213.69.182'),(18330,'2016-11-22 14:27:37',1,'attributes_controller.php','','107.213.69.182'),(18331,'2016-11-22 14:27:45',1,'attributes_controller.php','securityToken=78692ba8a2b7e90d1e374e019756946d&current_category_id=30&products_filter=&action=new_cat&','107.213.69.182'),(18332,'2016-11-22 14:27:46',1,'attributes_controller.php','products_filter=83&current_category_id=30&','107.213.69.182'),(18333,'2016-12-13 18:43:54',0,'login.php ','','107.213.69.182'),(18334,'2016-12-13 18:45:51',0,'login.php surpro','','107.213.69.182'),(18335,'2016-12-13 18:46:31',0,'login.php surpro','','107.213.69.182'),(18336,'2016-12-13 18:47:09',0,'login.php surpro','','107.213.69.182'),(18337,'2016-12-13 18:48:08',1,'categories.php','','107.213.69.182'),(18338,'2016-12-13 18:48:14',1,'categories.php','cPath=16&','107.213.69.182'),(18339,'2016-12-13 18:48:30',1,'product.php','page=1&product_type=1&cPath=16&pID=80&action=new_product&','107.213.69.182'),(18340,'2016-12-13 18:49:00',1,'categories.php','','107.213.69.182'),(18341,'2016-12-13 19:01:02',1,'categories.php','cPath=14&','107.213.69.182'),(18342,'2016-12-13 19:23:10',1,'alt_nav.php','','107.213.69.182'),(18343,'2017-02-14 14:25:06',0,'login.php ','','71.53.89.36'),(18344,'2017-02-14 14:25:16',0,'login.php ','','71.53.89.36'),(18345,'2017-02-14 15:21:01',0,'login.php ','','71.53.89.36'),(18346,'2017-04-13 23:17:26',0,'login.php ','','174.208.24.40'),(18347,'2017-04-13 23:17:43',0,'login.php surpro','','174.208.24.40'),(18348,'2017-04-13 23:18:04',0,'login.php surpro','','174.208.24.40'),(18349,'2017-04-13 23:19:00',0,'login.php surpro','','174.208.24.40'),(18350,'2017-04-13 23:19:14',1,'customers.php','search=Putri&origin=index&','174.208.24.40'),(18351,'2017-04-13 23:19:14',1,'customers.php','search=Putri&origin=index&','174.208.24.40'),(18352,'2017-04-13 23:20:42',1,'categories.php','','174.208.24.40'),(18353,'2017-04-13 23:20:53',1,'categories.php','cPath=2&','174.208.24.40'),(18354,'2017-04-13 23:21:03',1,'product.php','page=1&product_type=1&cPath=2&pID=38&action=new_product&','174.208.24.40'),(18355,'2017-05-02 12:52:53',0,'login.php ','','174.208.44.173'),(18356,'2017-07-25 09:57:09',0,'login.php ','','174.209.29.201'),(18357,'2017-07-25 09:57:28',0,'login.php surpro','','174.209.29.201'),(18358,'2017-07-25 09:59:07',0,'login.php surpro','','174.209.29.201'),(18359,'2017-07-25 09:59:38',1,'categories.php','','174.209.29.201'),(18360,'2017-07-25 09:59:42',1,'categories.php','cPath=3&','174.209.29.201'),(18361,'2017-07-25 09:59:49',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','174.209.29.201'),(18362,'2017-07-25 10:00:08',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&page=1&','174.209.29.201'),(18363,'2017-07-25 10:00:16',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&page=1&','174.209.29.201'),(18364,'2017-07-25 10:00:17',1,'categories.php','cPath=3&pID=45&page=1&','174.209.29.201'),(18365,'2017-12-20 12:28:42',0,'login.php ','','174.235.135.146'),(18366,'2017-12-20 12:30:01',0,'login.php surpro','','174.235.135.146'),(18367,'2017-12-20 12:30:43',1,'categories.php','','174.235.135.146'),(18368,'2017-12-20 12:30:51',1,'categories.php','cPath=16&','174.235.135.146'),(18369,'2017-12-20 12:30:56',1,'categories.php','x=37&y=9&product_type=1&cPath=16&action=new_product&','174.235.135.146'),(18370,'2017-12-20 12:30:57',1,'product.php','x=37&y=9&product_type=1&cPath=16&action=new_product&','174.235.135.146'),(18371,'2017-12-20 12:35:25',1,'product.php','cPath=16&product_type=1&action=new_product_preview&','174.235.135.146'),(18372,'2017-12-20 12:35:40',1,'product.php','cPath=16&product_type=1&action=insert_product&','174.235.135.146'),(18373,'2017-12-20 12:35:40',1,'categories.php','cPath=16&pID=84&','174.235.135.146'),(18374,'2018-01-07 18:42:13',0,'login.php ','','174.235.145.148'),(18375,'2018-01-07 18:44:26',0,'login.php surpro','','174.235.145.148'),(18376,'2018-01-07 18:47:46',1,'developers_tool_kit.php','','174.235.145.148'),(18377,'2018-01-07 18:48:12',1,'configuration.php','gID=1&','174.235.145.148'),(18378,'2018-01-07 18:48:39',1,'configuration.php','gID=17&','174.235.145.148'),(18379,'2018-01-07 18:49:18',1,'modules.php','set=payment&','174.235.145.148'),(18380,'2018-01-07 18:50:25',1,'modules.php','set=payment&module=moneyorder&','174.235.145.148'),(18381,'2018-01-07 18:50:27',1,'modules.php','set=payment&module=paypaldp&','174.235.145.148'),(18382,'2018-01-07 19:17:14',1,'modules.php','set=payment&module=paypaldp&vcheck=yes&','174.235.145.148'),(18383,'2018-01-07 19:26:36',1,'modules.php','set=payment&module=moneyorder&','174.235.145.148'),(18384,'2018-01-07 19:26:42',1,'modules.php','set=payment&module=paypaldp&','174.235.145.148'),(18385,'2018-01-07 19:27:28',1,'modules.php','set=payment&module=paypalwpp&','174.235.145.148'),(18386,'2018-01-07 19:33:55',1,'modules.php','set=payment&module=paypalwpp&action=edit&','174.235.145.148'),(18387,'2018-01-07 19:36:55',1,'modules.php','set=payment&module=paypalwpp&action=save&','174.235.145.148'),(18388,'2018-01-07 19:36:55',1,'modules.php','set=payment&module=paypalwpp&','174.235.145.148'),(18389,'2018-01-07 19:37:19',1,'modules.php','set=payment&module=paypaldp&','174.235.145.148'),(18390,'2018-01-07 19:37:47',1,'modules.php','set=payment&module=paypaldp&action=edit&','174.235.145.148'),(18391,'2018-01-07 19:38:38',1,'modules.php','set=payment&module=paypaldp&action=save&','174.235.145.148'),(18392,'2018-01-07 19:38:38',1,'modules.php','set=payment&module=paypaldp&','174.235.145.148'),(18393,'2018-01-07 19:45:32',0,'login.php ','','174.235.145.148'),(18394,'2018-01-07 19:46:13',0,'login.php surpro','','174.235.145.148'),(18395,'2018-01-07 19:46:51',1,'alt_nav.php','','174.235.145.148'),(18396,'2018-01-07 19:47:03',1,'modules.php','set=payment&','174.235.145.148'),(18397,'2018-01-07 19:47:11',1,'modules.php','set=payment&module=paypalwpp&','174.235.145.148'),(18398,'2018-01-07 19:47:23',1,'modules.php','set=payment&module=paypalwpp&action=edit&','174.235.145.148'),(18399,'2018-01-07 19:47:33',1,'modules.php','set=payment&module=paypalwpp&action=save&','174.235.145.148'),(18400,'2018-01-07 19:47:33',1,'modules.php','set=payment&module=paypalwpp&','174.235.145.148'),(18401,'2018-01-07 19:52:47',1,'whos_online.php','','174.235.145.148'),(18402,'2018-01-07 19:53:21',1,'developers_tool_kit.php','','174.235.145.148'),(18403,'2018-01-07 19:53:40',1,'developers_tool_kit.php','action=locate_all_files&','174.235.145.148'),(18404,'2018-01-07 19:54:00',1,'developers_tool_kit.php','action=locate_all_files&','174.235.145.148'),(18405,'2018-01-08 07:37:32',0,'login.php ','','66.235.82.178'),(18406,'2018-01-08 07:38:21',0,'login.php surpro','','66.235.82.178'),(18407,'2018-01-08 07:38:33',1,'modules.php','set=shipping&','66.235.82.178'),(18408,'2018-01-08 07:38:48',1,'modules.php','set=shipping&module=ups&','66.235.82.178'),(18409,'2018-01-08 07:40:20',1,'modules.php','set=shipping&module=ups&action=edit&','66.235.82.178'),(18410,'2018-01-08 19:55:11',0,'login.php ','','66.235.82.178'),(18411,'2018-01-08 19:55:42',0,'login.php surpro','','66.235.82.178'),(18412,'2018-01-08 19:55:51',1,'modules.php','set=payment&','66.235.82.178'),(18413,'2018-01-08 19:56:06',1,'modules.php','set=payment&module=paypaldp&','66.235.82.178'),(18414,'2018-01-08 19:57:04',1,'modules.php','set=payment&module=paypalwpp&','66.235.82.178'),(18415,'2018-01-11 19:15:25',0,'login.php ','','66.235.82.178'),(18416,'2018-01-11 19:17:24',0,'login.php surpro','','66.235.82.178'),(18417,'2018-01-11 19:17:32',1,'customers.php','search=FiumanÃ²&origin=index&','66.235.82.178'),(18418,'2018-01-11 19:17:39',1,'customers.php','action=list_addresses&cID=40&page=1&','66.235.82.178'),(18419,'2018-01-11 19:17:56',1,'customers.php','search=FiumanÃ²&origin=index&','66.235.82.178'),(18420,'2018-01-11 19:18:17',1,'customers.php','search=FiumanÃ²&origin=index&page=1&cID=40&action=edit&','66.235.82.178'),(18421,'2018-01-11 19:48:41',1,'developers_tool_kit.php','','66.235.82.178'),(18422,'2018-01-11 19:48:54',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18423,'2018-01-11 19:52:32',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18424,'2018-01-11 20:04:38',1,'modules.php','set=payment&','66.235.82.178'),(18425,'2018-01-11 20:04:47',1,'modules.php','set=payment&module=paypalwpp&','66.235.82.178'),(18426,'2018-01-11 20:04:52',1,'modules.php','set=payment&module=paypalwpp&action=edit&','66.235.82.178'),(18427,'2018-01-11 20:06:36',1,'modules.php','set=payment&module=paypalwpp&action=save&','66.235.82.178'),(18428,'2018-01-11 20:06:36',1,'modules.php','set=payment&module=paypalwpp&','66.235.82.178'),(18429,'2018-01-11 20:07:38',1,'modules.php','set=payment&module=paypalwpp&action=edit&','66.235.82.178'),(18430,'2018-01-11 20:07:47',1,'modules.php','set=payment&module=paypalwpp&action=save&','66.235.82.178'),(18431,'2018-01-11 20:07:47',1,'modules.php','set=payment&module=paypalwpp&','66.235.82.178'),(18432,'2018-01-11 20:08:54',1,'modules.php','set=payment&module=paypalwpp&action=edit&','66.235.82.178'),(18433,'2018-01-11 20:09:36',1,'modules.php','set=payment&module=paypalwpp&action=save&','66.235.82.178'),(18434,'2018-01-11 20:09:37',1,'modules.php','set=payment&module=paypalwpp&','66.235.82.178'),(18435,'2018-01-11 20:36:09',1,'configuration.php','gID=1&','66.235.82.178'),(18436,'2018-01-11 20:36:22',1,'alt_nav.php','','66.235.82.178'),(18437,'2018-01-11 20:36:26',1,'customers.php','','66.235.82.178'),(18438,'2018-01-12 10:18:32',0,'login.php ','','66.235.82.178'),(18439,'2018-01-12 10:19:12',0,'login.php surpro','','66.235.82.178'),(18440,'2018-01-12 10:20:04',1,'developers_tool_kit.php','','66.235.82.178'),(18441,'2018-01-12 10:20:37',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18442,'2018-01-12 10:22:21',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18443,'2018-01-12 10:22:36',1,'developers_tool_kit.php','','66.235.82.178'),(18444,'2018-01-12 10:22:43',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18445,'2018-01-12 10:31:03',1,'modules.php','set=payment&','66.235.82.178'),(18446,'2018-01-12 10:31:20',1,'modules.php','set=payment&module=paypaldp&','66.235.82.178'),(18447,'2018-01-12 10:31:25',1,'modules.php','set=payment&module=paypaldp&action=edit&','66.235.82.178'),(18448,'2018-01-12 10:32:02',1,'modules.php','set=payment&module=paypaldp&action=save&','66.235.82.178'),(18449,'2018-01-12 10:32:03',1,'modules.php','set=payment&module=paypaldp&','66.235.82.178'),(18450,'2018-01-12 10:32:06',1,'modules.php','set=payment&module=paypalwpp&','66.235.82.178'),(18451,'2018-01-12 10:48:05',1,'developers_tool_kit.php','','66.235.82.178'),(18452,'2018-01-12 10:48:15',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18453,'2018-01-12 10:54:45',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18454,'2018-01-12 10:59:15',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18455,'2018-01-12 15:17:10',0,'login.php ','','66.235.82.178'),(18456,'2018-01-12 15:17:30',0,'login.php surpro','','66.235.82.178'),(18457,'2018-01-12 15:17:35',1,'developers_tool_kit.php','','66.235.82.178'),(18458,'2018-01-12 15:17:49',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18459,'2018-01-12 15:18:58',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18460,'2018-01-12 15:19:17',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18461,'2018-01-12 15:19:34',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18462,'2018-01-12 15:19:53',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18463,'2018-01-12 15:23:10',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18464,'2018-01-12 15:23:36',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18465,'2018-01-12 17:30:50',0,'login.php ','','66.235.82.178'),(18466,'2018-01-12 17:31:05',0,'login.php surpro','','66.235.82.178'),(18467,'2018-01-12 17:31:19',1,'developers_tool_kit.php','','66.235.82.178'),(18468,'2018-01-12 17:31:32',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18469,'2018-01-12 18:39:19',1,'modules.php','set=payment&module=paypaldp&','66.235.82.178'),(18470,'2018-01-12 18:39:27',1,'developers_tool_kit.php','','66.235.82.178'),(18471,'2018-01-12 18:39:30',1,'alt_nav.php','','66.235.82.178'),(18472,'2018-01-12 18:39:47',1,'configuration.php','gID=7&','66.235.82.178'),(18473,'2018-01-12 18:40:07',1,'define_pages_editor.php','','66.235.82.178'),(18474,'2018-01-12 18:40:16',1,'define_pages_editor.php','securityToken=347e7616673a1a6813a86189b9b2fcf4&define_it=0&action=new_page&','66.235.82.178'),(18475,'2018-01-12 19:29:13',1,'define_pages_editor.php','securityToken=347e7616673a1a6813a86189b9b2fcf4&define_it=0&action=new_page&','66.235.82.178'),(18476,'2018-01-12 19:36:49',1,'developers_tool_kit.php','','66.235.82.178'),(18477,'2018-01-12 19:37:14',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18478,'2018-01-12 19:43:38',1,'ezpages.php','','66.235.82.178'),(18479,'2018-01-12 19:43:53',1,'ezpages.php','action=new&','66.235.82.178'),(18480,'2018-01-12 19:44:50',1,'ezpages.php','action=insert&','66.235.82.178'),(18481,'2018-01-12 19:45:18',1,'ezpages.php','action=insert&','66.235.82.178'),(18482,'2018-01-12 19:45:18',1,'ezpages.php','ezID=14&','66.235.82.178'),(18483,'2018-01-12 19:45:34',1,'define_pages_editor.php','','66.235.82.178'),(18484,'2018-01-12 19:45:38',1,'define_pages_editor.php','securityToken=347e7616673a1a6813a86189b9b2fcf4&define_it=0&action=new_page&','66.235.82.178'),(18485,'2018-01-12 19:45:49',1,'ezpages.php','','66.235.82.178'),(18486,'2018-01-12 19:45:54',1,'ezpages.php','page=1&ezID=14&','66.235.82.178'),(18487,'2018-01-12 19:45:57',1,'ezpages.php','page=1&ezID=14&action=new&','66.235.82.178'),(18488,'2018-01-12 19:46:19',1,'ezpages.php','page=1&action=update&','66.235.82.178'),(18489,'2018-01-12 19:46:19',1,'ezpages.php','page=1&ezID=14&','66.235.82.178'),(18490,'2018-01-12 19:46:45',1,'ezpages.php','action=status_toc&current=0&ezID=14&page=1&','66.235.82.178'),(18491,'2018-01-12 19:46:45',1,'ezpages.php','page=1&ezID=14&','66.235.82.178'),(18492,'2018-01-12 19:50:54',1,'ezpages.php','action=page_is_ssl&current=0&ezID=11&page=1&','66.235.82.178'),(18493,'2018-01-12 19:50:54',1,'ezpages.php','page=1&ezID=11&','66.235.82.178'),(18494,'2018-01-12 19:50:56',1,'ezpages.php','action=page_is_ssl&current=1&ezID=11&page=1&','66.235.82.178'),(18495,'2018-01-12 19:50:56',1,'ezpages.php','page=1&ezID=11&','66.235.82.178'),(18496,'2018-01-12 19:51:02',1,'ezpages.php','page=1&ezID=11&action=new&','66.235.82.178'),(18497,'2018-01-12 19:52:07',1,'ezpages.php','page=1&action=update&','66.235.82.178'),(18498,'2018-01-12 19:52:07',1,'ezpages.php','page=1&ezID=11&','66.235.82.178'),(18499,'2018-01-12 19:54:00',1,'ezpages.php','page=1&ezID=11&action=new&','66.235.82.178'),(18500,'2018-01-12 19:54:30',1,'ezpages.php','page=1&ezID=11&','66.235.82.178'),(18501,'2018-01-12 19:54:45',1,'ezpages.php','page=1&ezID=14&','66.235.82.178'),(18502,'2018-01-12 19:54:46',1,'ezpages.php','page=1&ezID=14&action=new&','66.235.82.178'),(18503,'2018-01-12 19:55:30',1,'ezpages.php','page=1&action=update&','66.235.82.178'),(18504,'2018-01-12 19:55:31',1,'ezpages.php','page=1&ezID=14&','66.235.82.178'),(18505,'2018-01-12 20:06:04',1,'developers_tool_kit.php','','66.235.82.178'),(18506,'2018-01-12 20:06:16',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18507,'2018-01-12 21:00:00',1,'alt_nav.php','','66.235.82.178'),(18508,'2018-01-12 21:00:11',1,'developers_tool_kit.php','','66.235.82.178'),(18509,'2018-01-12 21:00:31',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18510,'2018-01-12 21:01:25',1,'developers_tool_kit.php','action=locate_all_files&','66.235.82.178'),(18511,'2018-01-12 21:01:42',1,'server_info.php','','66.235.82.178'),(18512,'2018-01-12 21:12:19',1,'ceon_uri_mapping_config.php','','66.235.82.178'),(18513,'2018-01-12 21:14:18',1,'configuration.php','gID=31&','66.235.82.178'),(18514,'2018-01-12 21:14:27',1,'configuration.php','gID=31&cID=605&action=edit&','66.235.82.178'),(18515,'2018-01-12 21:14:32',1,'configuration.php','gID=31&cID=605&action=save&','66.235.82.178'),(18516,'2018-01-12 21:14:32',1,'configuration.php','gID=31&cID=605&','66.235.82.178'),(18517,'2018-01-12 21:17:40',1,'configuration.php','gID=31&cID=605&action=edit&','66.235.82.178'),(18518,'2018-01-12 21:17:44',1,'configuration.php','gID=31&cID=605&action=save&','66.235.82.178'),(18519,'2018-01-12 21:17:44',1,'configuration.php','gID=31&cID=605&','66.235.82.178'),(18520,'2018-01-13 06:26:15',0,'login.php ','','66.235.82.178'),(18521,'2018-01-13 06:27:20',0,'login.php surpro','','66.235.82.178'),(18522,'2018-01-13 16:25:21',0,'login.php ','','66.235.82.178'),(18523,'2018-01-13 16:25:21',0,'login.php ','','66.235.82.178'),(18524,'2018-01-13 16:25:21',0,'login.php ','','66.235.82.178'),(18525,'2018-01-13 16:25:21',0,'login.php ','','66.235.82.178'),(18526,'2018-01-13 18:25:55',0,'login.php ','','66.235.82.178'),(18527,'2018-01-13 18:25:55',0,'login.php ','','66.235.82.178'),(18528,'2018-01-15 19:44:00',0,'login.php ','','66.235.82.178'),(18529,'2018-01-15 19:44:42',0,'login.php surpro','','66.235.82.178'),(18530,'2018-01-15 19:45:51',1,'sqlpatch.php','','66.235.82.178'),(18531,'2018-02-06 20:36:25',0,'login.php ','','66.235.82.178'),(18532,'2018-02-06 20:38:04',0,'login.php surpro','','66.235.82.178'),(18533,'2018-02-06 20:38:58',1,'categories.php','','66.235.82.178'),(18534,'2018-02-06 20:39:02',1,'products_price_manager.php','','66.235.82.178'),(18535,'2018-02-06 20:39:29',1,'categories.php','','66.235.82.178'),(18536,'2018-02-06 20:39:33',1,'categories.php','cPath=18&','66.235.82.178'),(18537,'2018-02-06 20:39:36',1,'categories.php','cPath=18_21&','66.235.82.178'),(18538,'2018-02-06 21:02:25',1,'products_price_manager.php','','66.235.82.178'),(18539,'2018-02-06 21:02:30',1,'products_price_manager.php','securityToken=7def60a7095fccae5d4d5a7dddaaab3a&current_category_id=21&products_filter=&action=new_cat&','66.235.82.178'),(18540,'2018-02-06 21:02:30',1,'products_price_manager.php','products_filter=11&current_category_id=21&','66.235.82.178'),(18541,'2018-02-06 21:04:57',1,'modules.php','set=payment&module=paypaldp&','66.235.82.178'),(18542,'2018-02-06 21:05:07',1,'categories.php','','66.235.82.178'),(18543,'2018-02-06 21:05:15',1,'categories.php','cPath=18&','66.235.82.178'),(18544,'2018-02-06 21:05:29',1,'categories.php','cPath=18_21&','66.235.82.178'),(18545,'2018-02-06 21:06:08',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product&','66.235.82.178'),(18546,'2018-02-06 21:08:30',1,'product.php','cPath=18_21&product_type=1&pID=11&action=new_product_preview&','66.235.82.178'),(18547,'2018-02-06 21:08:40',1,'product.php','cPath=18_21&product_type=1&pID=11&action=update_product&','66.235.82.178'),(18548,'2018-02-06 21:08:41',1,'categories.php','cPath=18_21&pID=11&','66.235.82.178'),(18549,'2018-02-06 21:08:46',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product&','66.235.82.178'),(18550,'2018-02-06 21:08:59',1,'product.php','cPath=18_21&product_type=1&pID=12&action=new_product_preview&','66.235.82.178'),(18551,'2018-02-06 21:09:04',1,'product.php','cPath=18_21&product_type=1&pID=12&action=update_product&','66.235.82.178'),(18552,'2018-02-06 21:09:04',1,'categories.php','cPath=18_21&pID=12&','66.235.82.178'),(18553,'2018-02-06 21:09:12',1,'product.php','cPath=18_21&product_type=1&pID=13&action=new_product&','66.235.82.178'),(18554,'2018-02-06 21:09:34',1,'product.php','cPath=18_21&product_type=1&pID=13&action=new_product_preview&','66.235.82.178'),(18555,'2018-02-06 21:09:46',1,'product.php','cPath=18_21&product_type=1&pID=13&action=update_product&','66.235.82.178'),(18556,'2018-02-06 21:09:47',1,'categories.php','cPath=18_21&pID=13&','66.235.82.178'),(18557,'2018-02-06 21:10:14',1,'product.php','cPath=18_21&product_type=1&pID=14&action=new_product&','66.235.82.178'),(18558,'2018-02-06 21:10:25',1,'product.php','cPath=18_21&product_type=1&pID=14&action=new_product_preview&','66.235.82.178'),(18559,'2018-02-06 21:10:30',1,'product.php','cPath=18_21&product_type=1&pID=14&action=update_product&','66.235.82.178'),(18560,'2018-02-06 21:10:30',1,'categories.php','cPath=18_21&pID=14&','66.235.82.178'),(18561,'2018-02-06 21:11:00',1,'categories.php','cPath=18&cID=21&','66.235.82.178'),(18562,'2018-02-06 21:11:10',1,'categories.php','cPath=18_22&','66.235.82.178'),(18563,'2018-02-06 21:11:32',1,'product.php','cPath=18_22&product_type=1&pID=21&action=new_product&','66.235.82.178'),(18564,'2018-02-06 21:11:39',1,'product.php','cPath=18_22&product_type=1&pID=21&action=new_product_preview&','66.235.82.178'),(18565,'2018-02-06 21:11:45',1,'product.php','cPath=18_22&product_type=1&pID=21&action=update_product&','66.235.82.178'),(18566,'2018-02-06 21:11:46',1,'categories.php','cPath=18_22&pID=21&','66.235.82.178'),(18567,'2018-02-06 21:11:51',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product&','66.235.82.178'),(18568,'2018-02-06 21:12:14',1,'product.php','cPath=18_22&product_type=1&pID=22&action=new_product_preview&','66.235.82.178'),(18569,'2018-02-06 21:12:19',1,'product.php','cPath=18_22&product_type=1&pID=22&action=update_product&','66.235.82.178'),(18570,'2018-02-06 21:12:20',1,'categories.php','cPath=18_22&pID=22&','66.235.82.178'),(18571,'2018-02-06 21:12:31',1,'product.php','cPath=18_22&product_type=1&pID=23&action=new_product&','66.235.82.178'),(18572,'2018-02-06 21:12:43',1,'product.php','cPath=18_22&product_type=1&pID=23&action=new_product_preview&','66.235.82.178'),(18573,'2018-02-06 21:12:48',1,'product.php','cPath=18_22&product_type=1&pID=23&action=update_product&','66.235.82.178'),(18574,'2018-02-06 21:12:48',1,'categories.php','cPath=18_22&pID=23&','66.235.82.178'),(18575,'2018-02-06 21:12:57',1,'product.php','cPath=18_22&product_type=1&pID=24&action=new_product&','66.235.82.178'),(18576,'2018-02-06 21:13:08',1,'product.php','cPath=18_22&product_type=1&pID=24&action=new_product_preview&','66.235.82.178'),(18577,'2018-02-06 21:13:21',1,'product.php','cPath=18_22&product_type=1&pID=24&action=update_product&','66.235.82.178'),(18578,'2018-02-06 21:13:21',1,'categories.php','cPath=18_22&pID=24&','66.235.82.178'),(18579,'2018-02-06 21:13:26',1,'categories.php','cPath=18&cID=22&','66.235.82.178'),(18580,'2018-02-06 21:13:30',1,'categories.php','cPath=18_23&','66.235.82.178'),(18581,'2018-02-06 21:13:36',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product&','66.235.82.178'),(18582,'2018-02-06 21:14:36',1,'product.php','cPath=18_23&product_type=1&pID=16&action=new_product_preview&','66.235.82.178'),(18583,'2018-02-06 21:14:40',1,'product.php','cPath=18_23&product_type=1&pID=16&action=update_product&','66.235.82.178'),(18584,'2018-02-06 21:14:41',1,'categories.php','cPath=18_23&pID=16&','66.235.82.178'),(18585,'2018-02-06 21:14:49',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product&','66.235.82.178'),(18586,'2018-02-06 21:15:02',1,'product.php','cPath=18_23&product_type=1&pID=17&action=new_product_preview&','66.235.82.178'),(18587,'2018-02-06 21:15:07',1,'product.php','cPath=18_23&product_type=1&pID=17&action=update_product&','66.235.82.178'),(18588,'2018-02-06 21:15:09',1,'categories.php','cPath=18_23&pID=17&','66.235.82.178'),(18589,'2018-02-06 21:15:17',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product&','66.235.82.178'),(18590,'2018-02-06 21:15:34',1,'product.php','cPath=18_23&product_type=1&pID=18&action=new_product_preview&','66.235.82.178'),(18591,'2018-02-06 21:15:44',1,'product.php','cPath=18_23&product_type=1&pID=18&action=update_product&','66.235.82.178'),(18592,'2018-02-06 21:15:44',1,'categories.php','cPath=18_23&pID=18&','66.235.82.178'),(18593,'2018-02-06 21:15:48',1,'product.php','cPath=18_23&product_type=1&pID=19&action=new_product&','66.235.82.178'),(18594,'2018-02-06 21:15:56',1,'product.php','cPath=18_23&product_type=1&pID=19&action=new_product_preview&','66.235.82.178'),(18595,'2018-02-06 21:16:03',1,'product.php','cPath=18_23&product_type=1&pID=19&action=update_product&','66.235.82.178'),(18596,'2018-02-06 21:16:03',1,'categories.php','cPath=18_23&pID=19&','66.235.82.178'),(18597,'2018-02-06 21:16:28',1,'categories.php','cPath=18&cID=23&','66.235.82.178'),(18598,'2018-02-06 21:16:34',1,'categories.php','cPath=18_24&','66.235.82.178'),(18599,'2018-02-06 21:16:38',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product&','66.235.82.178'),(18600,'2018-02-06 21:16:42',1,'categories.php','cPath=18_24&','66.235.82.178'),(18601,'2018-02-06 21:16:48',1,'product.php','cPath=18_24&product_type=1&pID=26&action=new_product&','66.235.82.178'),(18602,'2018-02-06 21:16:58',1,'product.php','cPath=18_24&product_type=1&pID=26&action=new_product_preview&','66.235.82.178'),(18603,'2018-02-06 21:17:03',1,'product.php','cPath=18_24&product_type=1&pID=26&action=update_product&','66.235.82.178'),(18604,'2018-02-06 21:17:05',1,'categories.php','cPath=18_24&pID=26&','66.235.82.178'),(18605,'2018-02-06 21:17:23',1,'product.php','cPath=18_24&product_type=1&pID=27&action=new_product&','66.235.82.178'),(18606,'2018-02-06 21:17:31',1,'product.php','cPath=18_24&product_type=1&pID=27&action=new_product_preview&','66.235.82.178'),(18607,'2018-02-06 21:17:36',1,'product.php','cPath=18_24&product_type=1&pID=27&action=update_product&','66.235.82.178'),(18608,'2018-02-06 21:17:36',1,'categories.php','cPath=18_24&pID=27&','66.235.82.178'),(18609,'2018-02-06 21:17:44',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product&','66.235.82.178'),(18610,'2018-02-06 21:17:55',1,'product.php','cPath=18_24&product_type=1&pID=28&action=new_product_preview&','66.235.82.178'),(18611,'2018-02-06 21:18:03',1,'product.php','cPath=18_24&product_type=1&pID=28&action=update_product&','66.235.82.178'),(18612,'2018-02-06 21:18:04',1,'categories.php','cPath=18_24&pID=28&','66.235.82.178'),(18613,'2018-02-06 21:18:07',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product&','66.235.82.178'),(18614,'2018-02-06 21:18:21',1,'product.php','cPath=18_24&product_type=1&pID=29&action=new_product_preview&','66.235.82.178'),(18615,'2018-02-06 21:18:29',1,'product.php','cPath=18_24&product_type=1&pID=29&action=update_product&','66.235.82.178'),(18616,'2018-02-06 21:18:29',1,'categories.php','cPath=18_24&pID=29&','66.235.82.178'),(18617,'2018-02-06 21:18:34',1,'categories.php','cPath=18&cID=24&','66.235.82.178'),(18618,'2018-02-06 21:18:38',1,'categories.php','cPath=18_25&','66.235.82.178'),(18619,'2018-02-06 21:18:43',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product&','66.235.82.178'),(18620,'2018-02-06 21:18:59',1,'categories.php','cPath=18_25&','66.235.82.178'),(18621,'2018-02-06 21:19:05',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product&','66.235.82.178'),(18622,'2018-02-06 21:19:16',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product_preview&','66.235.82.178'),(18623,'2018-02-06 21:19:22',1,'product.php','cPath=18_25&product_type=1&pID=31&action=update_product&','66.235.82.178'),(18624,'2018-02-06 21:19:22',1,'categories.php','cPath=18_25&pID=31&','66.235.82.178'),(18625,'2018-02-06 21:19:25',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product&','66.235.82.178'),(18626,'2018-02-06 21:19:44',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product_preview&','66.235.82.178'),(18627,'2018-02-06 21:19:48',1,'product.php','cPath=18_25&product_type=1&pID=32&action=update_product&','66.235.82.178'),(18628,'2018-02-06 21:19:49',1,'categories.php','cPath=18_25&pID=32&','66.235.82.178'),(18629,'2018-02-06 21:20:00',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product&','66.235.82.178'),(18630,'2018-02-06 21:20:09',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product_preview&','66.235.82.178'),(18631,'2018-02-06 21:20:14',1,'product.php','cPath=18_25&product_type=1&pID=33&action=update_product&','66.235.82.178'),(18632,'2018-02-06 21:20:15',1,'categories.php','cPath=18_25&pID=33&','66.235.82.178'),(18633,'2018-02-06 21:20:20',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product&','66.235.82.178'),(18634,'2018-02-06 21:20:44',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product_preview&','66.235.82.178'),(18635,'2018-02-06 21:20:52',1,'product.php','cPath=18_25&product_type=1&pID=34&action=update_product&','66.235.82.178'),(18636,'2018-02-06 21:20:52',1,'categories.php','cPath=18_25&pID=34&','66.235.82.178'),(18637,'2018-02-06 21:22:06',1,'categories.php','cPath=18&cID=25&','66.235.82.178'),(18638,'2018-02-06 21:22:13',1,'categories.php','cID=18&','66.235.82.178'),(18639,'2018-02-06 21:22:20',1,'categories.php','cPath=5&','66.235.82.178'),(18640,'2018-02-06 21:22:25',1,'categories.php','cPath=5_19&','66.235.82.178'),(18641,'2018-02-07 11:01:38',0,'login.php ','','174.235.135.239'),(18642,'2018-02-07 11:02:35',0,'login.php surpro','','174.235.135.239'),(18643,'2018-02-07 11:02:58',1,'products_price_manager.php','','174.235.135.239'),(18644,'2018-02-07 11:03:09',1,'products_price_manager.php','securityToken=560b835a847fc318a7e5ccc70800dfac&current_category_id=19&products_filter=&action=new_cat&','174.235.135.239'),(18645,'2018-02-07 11:03:09',1,'products_price_manager.php','products_filter=1&current_category_id=19&','174.235.135.239'),(18646,'2018-02-07 11:04:17',1,'products_price_manager.php','products_filter=10&current_category_id=19&','174.235.135.239'),(18647,'2018-02-07 11:04:23',1,'products_price_manager.php','products_filter=1&current_category_id=19&','174.235.135.239'),(18648,'2018-02-07 11:05:01',1,'products_price_manager.php','action=edit&products_filter=1&current_category_id=19&','174.235.135.239'),(18649,'2018-02-07 11:05:02',1,'products_price_manager.php','action=edit_update&products_filter=1&current_category_id=19&','174.235.135.239'),(18650,'2018-02-07 11:05:16',1,'products_price_manager.php','products_filter=1&current_category_id=19&action=update&','174.235.135.239'),(18651,'2018-02-07 11:05:17',1,'products_price_manager.php','products_filter=1&current_category_id=19&','174.235.135.239'),(18652,'2018-02-07 11:05:56',1,'categories.php','','174.235.135.239'),(18653,'2018-02-07 11:06:00',1,'categories.php','cPath=5&','174.235.135.239'),(18654,'2018-02-07 11:06:03',1,'categories.php','cPath=5_19&','174.235.135.239'),(18655,'2018-02-07 11:06:29',1,'categories.php','action=setflag&flag=0&pID=10&cPath=5_19&page=1&','174.235.135.239'),(18656,'2018-02-07 11:06:31',1,'categories.php','cPath=5_19&pID=10&page=1&','174.235.135.239'),(18657,'2018-02-07 11:06:34',1,'categories.php','action=setflag&flag=1&pID=10&cPath=5_19&page=1&','174.235.135.239'),(18658,'2018-02-07 11:06:35',1,'categories.php','cPath=5_19&pID=10&page=1&','174.235.135.239'),(18659,'2018-02-07 11:06:38',1,'product.php','page=1&product_type=1&cPath=5_19&pID=10&action=new_product&','174.235.135.239'),(18660,'2018-02-07 11:06:48',1,'product.php','cPath=5_19&product_type=1&pID=10&action=new_product_preview&page=1&','174.235.135.239'),(18661,'2018-02-07 11:06:54',1,'product.php','cPath=5_19&product_type=1&pID=10&action=update_product&page=1&','174.235.135.239'),(18662,'2018-02-07 11:06:55',1,'categories.php','cPath=5_19&pID=10&page=1&','174.235.135.239'),(18663,'2018-02-07 11:07:02',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product&','174.235.135.239'),(18664,'2018-02-07 11:07:11',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview&page=1&','174.235.135.239'),(18665,'2018-02-07 11:07:16',1,'product.php','cPath=5_19&product_type=1&pID=2&action=update_product&page=1&','174.235.135.239'),(18666,'2018-02-07 11:07:16',1,'categories.php','cPath=5_19&pID=2&page=1&','174.235.135.239'),(18667,'2018-02-07 11:07:35',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product&','174.235.135.239'),(18668,'2018-02-07 11:07:44',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product_preview&','174.235.135.239'),(18669,'2018-02-07 11:08:10',1,'product.php','cPath=5_19&product_type=1&pID=3&action=update_product&','174.235.135.239'),(18670,'2018-02-07 11:08:11',1,'categories.php','cPath=5_19&pID=3&','174.235.135.239'),(18671,'2018-02-07 11:08:20',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product&','174.235.135.239'),(18672,'2018-02-07 11:08:43',1,'product.php','cPath=5_19&product_type=1&pID=3&action=new_product_preview&','174.235.135.239'),(18673,'2018-02-07 11:08:51',1,'product.php','cPath=5_19&product_type=1&pID=3&action=update_product&','174.235.135.239'),(18674,'2018-02-07 11:08:52',1,'categories.php','cPath=5_19&pID=3&','174.235.135.239'),(18675,'2018-02-07 11:09:01',1,'product.php','cPath=5_19&product_type=1&pID=4&action=new_product&','174.235.135.239'),(18676,'2018-02-07 11:09:11',1,'product.php','cPath=5_19&product_type=1&pID=4&action=new_product_preview&','174.235.135.239'),(18677,'2018-02-07 11:09:16',1,'product.php','cPath=5_19&product_type=1&pID=4&action=update_product&','174.235.135.239'),(18678,'2018-02-07 11:09:17',1,'categories.php','cPath=5_19&pID=4&','174.235.135.239'),(18679,'2018-02-07 11:09:26',1,'product.php','cPath=5_19&product_type=1&pID=5&action=new_product&','174.235.135.239'),(18680,'2018-02-07 11:09:43',1,'product.php','cPath=5_19&product_type=1&pID=5&action=new_product_preview&','174.235.135.239'),(18681,'2018-02-07 11:09:47',1,'product.php','cPath=5_19&product_type=1&pID=5&action=update_product&','174.235.135.239'),(18682,'2018-02-07 11:09:48',1,'categories.php','cPath=5_19&pID=5&','174.235.135.239'),(18683,'2018-02-07 11:10:03',1,'product.php','cPath=5_19&product_type=1&pID=5&action=new_product_preview&','174.235.135.239'),(18684,'2018-02-07 11:10:12',1,'categories.php','','174.235.135.239'),(18685,'2018-02-07 11:10:17',1,'categories.php','cPath=3&','174.235.135.239'),(18686,'2018-02-07 11:11:52',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product&','174.235.135.239'),(18687,'2018-02-07 11:12:18',1,'product.php','cPath=3&product_type=1&pID=36&action=new_product_preview&','174.235.135.239'),(18688,'2018-02-07 11:12:23',1,'product.php','cPath=3&product_type=1&pID=36&action=update_product&','174.235.135.239'),(18689,'2018-02-07 11:12:24',1,'categories.php','cPath=3&pID=36&','174.235.135.239'),(18690,'2018-02-07 11:13:06',1,'product.php','cPath=3&product_type=1&pID=37&action=new_product&','174.235.135.239'),(18691,'2018-02-07 11:13:17',1,'product.php','cPath=3&product_type=1&pID=37&action=new_product_preview&','174.235.135.239'),(18692,'2018-02-07 11:13:37',1,'product.php','cPath=3&product_type=1&pID=37&action=update_product&','174.235.135.239'),(18693,'2018-02-07 11:13:38',1,'categories.php','cPath=3&pID=37&','174.235.135.239'),(18694,'2018-02-07 11:14:12',1,'product.php','cPath=3&product_type=1&pID=35&action=new_product&','174.235.135.239'),(18695,'2018-02-07 11:14:22',1,'product.php','cPath=3&product_type=1&pID=35&action=new_product_preview&','174.235.135.239'),(18696,'2018-02-07 11:14:27',1,'product.php','cPath=3&product_type=1&pID=35&action=update_product&','174.235.135.239'),(18697,'2018-02-07 11:14:27',1,'categories.php','cPath=3&pID=35&','174.235.135.239'),(18698,'2018-02-07 11:17:15',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product&','174.235.135.239'),(18699,'2018-02-07 11:17:28',1,'product.php','cPath=3&product_type=1&pID=45&action=new_product_preview&','174.235.135.239'),(18700,'2018-02-07 11:17:33',1,'product.php','cPath=3&product_type=1&pID=45&action=update_product&','174.235.135.239'),(18701,'2018-02-07 11:17:34',1,'categories.php','cPath=3&pID=45&','174.235.135.239'),(18702,'2018-02-07 11:17:41',1,'alt_nav.php','','174.235.135.239'),(18703,'2018-02-07 11:17:45',1,'alt_nav.php','','174.235.135.239'),(18704,'2018-02-07 11:17:47',1,'categories.php','','174.235.135.239'),(18705,'2018-02-07 11:17:55',1,'categories.php','cPath=11&','174.235.135.239'),(18706,'2018-02-10 22:42:51',0,'login.php ','','66.235.82.178'),(18707,'2018-03-18 20:16:11',0,'login.php ','','24.72.164.167'),(18708,'2018-03-18 20:17:04',0,'login.php surpro','','24.72.164.167'),(18709,'2018-03-19 07:14:40',0,'login.php ','','24.72.164.167'),(18710,'2018-03-19 07:14:47',0,'login.php surpro','','24.72.164.167'),(18711,'2018-03-26 19:14:52',0,'login.php ','','24.72.164.167'),(18712,'2018-03-26 19:16:07',0,'login.php surpro','','24.72.164.167'),(18713,'2018-03-27 08:35:03',0,'login.php ','','24.72.164.167'),(18714,'2018-03-27 08:37:55',0,'login.php surpro','','174.235.149.6'),(18715,'2018-03-27 08:43:30',1,'languages.php','','174.235.149.6'),(18716,'2018-04-15 14:52:59',0,'login.php ','','174.235.144.254'),(18717,'2018-04-20 13:51:37',0,'login.php ','','174.235.152.65'),(18718,'2018-04-20 13:53:52',0,'login.php surpro','','174.235.152.65'),(18719,'2018-04-20 13:54:04',1,'template_select.php','','174.235.152.65'),(18720,'2018-04-30 10:24:28',0,'login.php ','','174.235.142.57'),(18721,'2018-04-30 10:25:39',0,'login.php surpro','','174.235.142.57'),(18722,'2018-04-30 10:26:02',1,'developers_tool_kit.php','','174.235.142.57'),(18723,'2018-04-30 10:26:25',1,'developers_tool_kit.php','action=locate_all_files&','174.235.142.57'),(18724,'2018-04-30 10:34:11',1,'configuration.php','gID=1&','174.235.142.57'),(18725,'2018-04-30 10:34:34',1,'configuration.php','gID=1&cID=1&action=edit&','174.235.142.57'),(18726,'2018-04-30 10:34:34',1,'configuration.php','gID=1&cID=1&action=edit&','174.235.142.57'),(18727,'2018-04-30 10:35:35',1,'configuration.php','gID=1&cID=24&action=edit&','174.235.142.57'),(18728,'2018-04-30 10:35:42',1,'configuration.php','gID=1&cID=24&','174.235.142.57'),(18729,'2018-05-20 13:08:43',0,'login.php ','','24.72.164.167'),(18730,'2018-05-20 13:09:25',0,'login.php surpro','','24.72.164.167'),(18731,'2018-05-20 13:09:57',1,'ezpages.php','','24.72.164.167'),(18732,'2018-05-20 13:10:12',1,'ezpages.php','page=1&ezID=12&','24.72.164.167'),(18733,'2018-05-20 13:10:16',1,'ezpages.php','page=1&ezID=12&','24.72.164.167'),(18734,'2018-05-20 13:10:17',1,'ezpages.php','page=1&ezID=12&action=new&','24.72.164.167'),(18735,'2018-05-20 13:13:27',1,'ezpages.php','','24.72.164.167'),(18736,'2018-05-20 13:13:31',1,'ezpages.php','ezID=6&action=new&','24.72.164.167'),(18737,'2018-05-20 13:16:23',1,'ezpages.php','ezID=6&','24.72.164.167'),(18738,'2018-05-20 13:16:30',1,'ezpages.php','ezID=12&action=new&','24.72.164.167'),(18739,'2018-05-20 13:18:58',1,'ezpages.php','ezID=12&action=new&','24.72.164.167'),(18740,'2018-05-20 13:19:01',1,'ezpages.php','ezID=6&','24.72.164.167'),(18741,'2018-05-20 13:19:10',1,'ezpages.php','ezID=11&action=new&','24.72.164.167'),(18742,'2018-05-20 13:20:54',1,'ezpages.php','ezID=11&','24.72.164.167'),(18743,'2018-05-20 13:21:17',1,'ezpages.php','ezID=10&action=new&','24.72.164.167'),(18744,'2018-05-20 13:23:35',1,'ezpages.php','ezID=10&','24.72.164.167'),(18745,'2018-05-20 13:23:42',1,'ezpages.php','ezID=13&action=new&','24.72.164.167'),(18746,'2018-05-20 13:25:38',1,'ezpages.php','ezID=13&','24.72.164.167'),(18747,'2018-05-20 13:26:24',1,'ezpages.php','ezID=4&action=new&','24.72.164.167'),(18748,'2018-05-20 13:26:40',1,'ezpages.php','ezID=4&','24.72.164.167'),(18749,'2018-05-20 13:26:44',1,'ezpages.php','ezID=4&action=new&','24.72.164.167'),(18750,'2018-05-20 13:28:19',1,'ezpages.php','ezID=4&','24.72.164.167'),(18751,'2018-05-20 13:28:32',1,'ezpages.php','ezID=14&action=new&','24.72.164.167'),(18752,'2018-05-20 13:29:50',1,'ezpages.php','ezID=14&','24.72.164.167'),(18753,'2018-05-20 13:29:57',1,'ezpages.php','ezID=9&action=new&','24.72.164.167'),(18754,'2018-05-20 13:31:21',1,'ezpages.php','ezID=9&','24.72.164.167'),(18755,'2018-05-20 13:32:14',1,'ezpages.php','ezID=7&action=new&','24.72.164.167'),(18756,'2018-05-20 13:42:33',1,'define_pages_editor.php','','24.72.164.167'),(18757,'2018-05-20 13:42:38',1,'define_pages_editor.php','securityToken=38e40c50a7bab45705a4872923b3cb51&define_it=5&action=new_page&','24.72.164.167'),(18758,'2018-05-20 13:49:05',1,'alt_nav.php','','24.72.164.167'),(18759,'2018-05-20 13:49:08',1,'configuration.php','gID=30&','24.72.164.167'),(18760,'2018-05-20 13:50:33',1,'ezpages.php','','24.72.164.167'),(18761,'2018-05-20 13:57:24',1,'ezpages.php','ezID=10&action=new&','24.72.164.167'),(18762,'2018-05-20 13:57:42',1,'ezpages.php','ezID=10&','24.72.164.167'),(18763,'2018-05-20 14:08:57',1,'ezpages.php','ezID=10&','24.72.164.167'),(18764,'2018-05-20 14:10:33',1,'alt_nav.php','','24.72.164.167'),(18765,'2018-05-20 14:10:34',1,'ezpages.php','page=1&ezID=8&','24.72.164.167'),(18766,'2018-05-20 14:10:49',1,'configuration.php','gID=25&','24.72.164.167'),(18767,'2018-05-20 14:10:55',1,'configuration.php','gID=25&cID=524&action=edit&','24.72.164.167'),(18768,'2018-05-20 14:25:44',1,'configuration.php','gID=25&cID=524&action=edit&','24.72.164.167'),(18769,'2018-05-20 14:37:10',1,'define_pages_editor.php','','24.72.164.167'),(18770,'2018-05-20 14:37:16',1,'developers_tool_kit.php','','24.72.164.167'),(18771,'2018-05-20 14:37:48',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18772,'2018-05-20 14:38:16',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18773,'2018-05-20 17:05:50',0,'login.php ','','24.72.164.167'),(18774,'2018-05-20 17:05:58',0,'login.php surpro','','24.72.164.167'),(18775,'2018-05-20 17:06:19',0,'login.php surpro','','24.72.164.167'),(18776,'2018-05-20 17:06:26',1,'developers_tool_kit.php','','24.72.164.167'),(18777,'2018-05-20 17:06:37',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18778,'2018-05-20 17:30:12',1,'define_pages_editor.php','','24.72.164.167'),(18779,'2018-05-20 17:31:20',1,'define_pages_editor.php','securityToken=33a9b7599012895ce9090bf197e8cd45&define_it=10&action=new_page&','24.72.164.167'),(18780,'2018-05-20 17:31:52',1,'define_pages_editor.php','','24.72.164.167'),(18781,'2018-05-20 17:32:02',1,'define_pages_editor.php','securityToken=33a9b7599012895ce9090bf197e8cd45&define_it=9&action=new_page&','24.72.164.167'),(18782,'2018-05-20 17:33:16',1,'define_pages_editor.php','','24.72.164.167'),(18783,'2018-05-20 17:33:19',1,'define_pages_editor.php','securityToken=33a9b7599012895ce9090bf197e8cd45&define_it=2&action=new_page&','24.72.164.167'),(18784,'2018-05-20 17:33:48',1,'define_pages_editor.php','','24.72.164.167'),(18785,'2018-05-20 17:33:54',1,'define_pages_editor.php','securityToken=33a9b7599012895ce9090bf197e8cd45&define_it=3&action=new_page&','24.72.164.167'),(18786,'2018-05-20 17:35:28',1,'define_pages_editor.php','','24.72.164.167'),(18787,'2018-05-20 17:35:34',1,'define_pages_editor.php','securityToken=33a9b7599012895ce9090bf197e8cd45&define_it=11&action=new_page&','24.72.164.167'),(18788,'2018-05-20 18:49:48',1,'ezpages.php','','24.72.164.167'),(18789,'2018-05-20 18:49:54',1,'ezpages.php','ezID=4&action=new&','24.72.164.167'),(18790,'2018-05-20 21:38:39',0,'login.php ','','24.72.164.167'),(18791,'2018-05-20 21:39:12',0,'login.php surpro','','24.72.164.167'),(18792,'2018-05-20 21:39:20',1,'banner_manager.php','','24.72.164.167'),(18793,'2018-05-21 07:16:30',0,'login.php ','','24.72.164.167'),(18794,'2018-05-21 07:17:15',0,'login.php surpro','','24.72.164.167'),(18795,'2018-05-21 07:18:42',1,'developers_tool_kit.php','','24.72.164.167'),(18796,'2018-05-21 07:18:52',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18797,'2018-05-21 07:19:06',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18798,'2018-05-21 07:19:50',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18799,'2018-05-21 07:20:45',1,'developers_tool_kit.php','action=locate_all_files&','24.72.164.167'),(18800,'2018-05-21 07:21:18',1,'developers_tool_kit.php','action=locate_configuration&','24.72.164.167'),(18801,'2018-05-21 07:30:32',1,'alt_nav.php','','24.72.164.167'),(18802,'2018-05-21 07:30:42',1,'categories.php','','24.72.164.167'),(18803,'2018-05-21 07:30:47',1,'categories.php','cPath=2&','24.72.164.167'),(18804,'2018-05-21 07:30:56',1,'categories.php','','24.72.164.167'),(18805,'2018-05-21 07:31:11',1,'categories.php','cPath=&cID=2&action=edit_category&','24.72.164.167'),(18806,'2018-05-21 07:33:36',1,'categories.php','action=update_category&cPath=&','24.72.164.167'),(18807,'2018-05-21 07:33:36',1,'categories.php','cPath=&cID=2&','24.72.164.167'),(18808,'2018-05-21 07:38:08',1,'categories.php','cPath=&cID=2&action=edit_category&','24.72.164.167'),(18809,'2018-05-21 07:42:19',1,'categories.php','action=update_category&cPath=&','24.72.164.167'),(18810,'2018-05-21 07:42:19',1,'categories.php','cPath=&cID=2&','24.72.164.167'),(18811,'2018-05-28 13:23:06',0,'login.php ','','174.235.133.72'),(18812,'2018-05-28 13:24:08',0,'login.php surpro','','174.235.133.72'),(18813,'2018-05-28 13:25:37',1,'developers_tool_kit.php','','174.235.133.72'),(18814,'2018-05-28 13:25:52',1,'developers_tool_kit.php','action=locate_all_files&','174.235.133.72'),(18815,'2018-05-28 13:27:14',1,'developers_tool_kit.php','action=locate_all_files&','174.235.133.72'),(18816,'2018-05-28 19:01:47',0,'login.php ','','174.235.133.72'),(18817,'2018-05-28 19:02:10',0,'login.php surpro','','174.235.133.72'),(18818,'2018-05-28 19:03:02',1,'categories.php','','174.235.133.72'),(18819,'2018-05-28 19:03:10',1,'categories.php','cPath=18&','174.235.133.72'),(18820,'2018-05-28 19:03:10',1,'categories.php','cPath=18&','174.235.133.72'),(18821,'2018-05-28 19:03:16',1,'categories.php','cID=18&','174.235.133.72'),(18822,'2018-05-28 19:03:23',1,'categories.php','cPath=&cID=18&action=edit_category_meta_tags&','174.235.133.72'),(18823,'2018-05-28 19:03:33',1,'categories.php','cID=18&','174.235.133.72'),(18824,'2018-05-28 19:03:45',1,'categories.php','cPath=&cID=18&action=edit_category&','174.235.133.72'),(18825,'2018-05-28 20:26:54',0,'login.php ','','174.235.146.7'),(18826,'2018-05-28 20:27:23',0,'login.php surpro','','174.235.146.7'),(18827,'2018-05-28 20:27:30',1,'categories.php','','174.235.146.7'),(18828,'2018-05-28 20:27:36',1,'categories.php','cPath=18&','174.235.146.7'),(18829,'2018-05-28 20:27:38',1,'categories.php','cPath=18_21&','174.235.146.7'),(18830,'2018-05-28 20:27:44',1,'categories.php','cPath=18&cID=21&','174.235.146.7'),(18831,'2018-05-28 20:28:48',1,'categories.php','cPath=18&cID=21&action=edit_category&','174.235.146.7'),(18832,'2018-05-28 20:31:35',1,'categories.php','cPath=18&cID=21&','174.235.146.7'),(18833,'2018-05-28 20:31:38',1,'categories.php','cPath=18_21&','174.235.146.7'),(18834,'2018-05-28 20:31:48',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product&','174.235.146.7'),(18835,'2018-05-31 09:40:21',0,'login.php ','','174.235.144.75'),(18836,'2018-06-03 20:46:07',0,'login.php ','','107.213.69.182'),(18837,'2018-06-03 20:46:32',0,'login.php surpro','','107.213.69.182'),(18838,'2018-06-03 20:46:39',1,'ezpages.php','','107.213.69.182'),(18839,'2018-06-03 20:47:03',1,'categories.php','','107.213.69.182'),(18840,'2018-06-03 20:47:09',1,'categories.php','cPath=18&','107.213.69.182'),(18841,'2018-06-03 20:47:13',1,'categories.php','cPath=18_21&','107.213.69.182'),(18842,'2018-06-03 20:47:16',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product&','107.213.69.182'),(18843,'2018-06-04 03:02:05',0,'login.php ','','107.213.69.182'),(18844,'2018-06-04 03:02:30',0,'login.php surpro','','107.213.69.182'),(18845,'2018-06-04 03:04:59',1,'categories.php','','107.213.69.182'),(18846,'2018-06-04 03:05:05',1,'categories.php','cPath=2&','107.213.69.182'),(18847,'2018-06-04 03:05:10',1,'categories.php','','107.213.69.182'),(18848,'2018-06-04 03:05:13',1,'categories.php','cPath=5&','107.213.69.182'),(18849,'2018-06-04 03:05:16',1,'categories.php','cPath=5_20&','107.213.69.182'),(18850,'2018-06-04 03:05:24',1,'product.php','page=1&product_type=1&cPath=5_20&pID=7&action=new_product&','107.213.69.182'),(18851,'2018-06-04 03:16:46',1,'categories.php','','107.213.69.182'),(18852,'2018-06-04 03:17:00',1,'categories.php','cPath=18&','107.213.69.182'),(18853,'2018-06-04 03:17:04',1,'categories.php','cPath=18_21&','107.213.69.182'),(18854,'2018-06-04 03:17:49',1,'categories.php','','107.213.69.182'),(18855,'2018-06-04 03:17:52',1,'categories.php','cPath=5&','107.213.69.182'),(18856,'2018-06-04 03:17:56',1,'categories.php','cPath=5_20&','107.213.69.182'),(18857,'2018-06-04 03:17:59',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product&','107.213.69.182'),(18858,'2018-06-04 03:19:03',1,'categories.php','cPath=5_20&','107.213.69.182'),(18859,'2018-06-04 03:19:06',1,'product.php','page=1&product_type=1&cPath=5_20&pID=72&action=new_product&','107.213.69.182'),(18860,'2018-06-04 03:20:10',1,'categories.php','cPath=5_20&','107.213.69.182'),(18861,'2018-06-04 03:20:14',1,'product.php','page=1&product_type=1&cPath=5_20&pID=7&action=new_product&','107.213.69.182'),(18862,'2018-06-04 03:21:27',1,'categories.php','cPath=5_20&','107.213.69.182'),(18863,'2018-06-04 03:21:32',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product&','107.213.69.182'),(18864,'2018-06-04 03:29:30',1,'categories.php','cPath=5_20&','107.213.69.182'),(18865,'2018-06-04 03:29:34',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product&','107.213.69.182'),(18866,'2018-06-04 03:29:59',1,'categories.php','cPath=5_20&','107.213.69.182'),(18867,'2018-06-04 03:30:03',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product&','107.213.69.182'),(18868,'2018-06-04 03:30:18',1,'categories.php','cPath=5_20&','107.213.69.182'),(18869,'2018-06-04 03:30:23',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product&','107.213.69.182'),(18870,'2018-06-04 03:30:31',1,'categories.php','cPath=5_20&','107.213.69.182'),(18871,'2018-06-04 03:30:36',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product&','107.213.69.182'),(18872,'2018-06-04 03:31:17',1,'categories.php','cPath=5_20&','107.213.69.182'),(18873,'2018-06-04 03:31:20',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product&','107.213.69.182'),(18874,'2018-06-04 03:31:39',1,'categories.php','cPath=5_20&','107.213.69.182'),(18875,'2018-06-04 03:31:44',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product&','107.213.69.182'),(18876,'2018-06-04 03:32:09',1,'product.php','cPath=5_20&product_type=1&pID=6&action=new_product_preview&page=1&','107.213.69.182'),(18877,'2018-06-04 03:32:18',1,'product.php','cPath=5_20&product_type=1&pID=6&action=update_product&page=1&','107.213.69.182'),(18878,'2018-06-04 03:32:18',1,'categories.php','cPath=5_20&pID=6&page=1&','107.213.69.182'),(18879,'2018-06-04 03:32:38',1,'categories.php','cPath=5_20&pID=6&page=1&','107.213.69.182'),(18880,'2018-06-04 04:04:58',0,'login.php ','','107.213.69.182'),(18881,'2018-06-05 21:35:03',0,'login.php ','','107.213.69.182'),(18882,'2018-06-05 21:35:28',0,'login.php surpro','','107.213.69.182'),(18883,'2018-06-05 21:35:35',1,'define_pages_editor.php','','107.213.69.182'),(18884,'2018-06-05 21:35:40',1,'developers_tool_kit.php','','107.213.69.182'),(18885,'2018-06-05 21:36:08',1,'developers_tool_kit.php','action=locate_all_files&','107.213.69.182'),(18886,'2018-06-07 20:25:18',0,'login.php ','','107.213.69.182'),(18887,'2018-06-07 20:25:48',0,'login.php surpro','','107.213.69.182'),(18888,'2018-06-07 20:26:17',1,'alt_nav.php','','107.213.69.182'),(18889,'2018-06-07 20:26:28',1,'categories.php','','107.213.69.182'),(18890,'2018-06-07 20:26:32',1,'categories.php','cPath=3&','107.213.69.182'),(18891,'2018-06-07 20:26:38',1,'categories.php','action=setflag&flag=0&pID=37&cPath=3&page=1&','107.213.69.182'),(18892,'2018-06-07 20:26:39',1,'categories.php','cPath=3&pID=37&page=1&','107.213.69.182'),(18893,'2018-06-07 20:26:43',1,'categories.php','action=setflag&flag=0&pID=35&cPath=3&page=1&','107.213.69.182'),(18894,'2018-06-07 20:26:44',1,'categories.php','cPath=3&pID=35&page=1&','107.213.69.182'),(18895,'2018-06-07 21:05:13',1,'categories.php','','107.213.69.182'),(18896,'2018-06-07 21:05:17',1,'categories.php','cPath=3&','107.213.69.182'),(18897,'2018-06-07 21:05:20',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','107.213.69.182'),(18898,'2018-06-08 08:18:43',0,'login.php ','','107.213.69.182'),(18899,'2018-06-08 08:19:28',0,'login.php surpro','','107.213.69.182'),(18900,'2018-06-08 08:19:37',1,'options_name_manager.php','','107.213.69.182'),(18901,'2018-06-08 08:20:03',1,'options_name_manager.php','action=update_option&option_id=4&option_order_by=products_options_id&option_page=1&','107.213.69.182'),(18902,'2018-06-08 10:19:03',0,'login.php ','','174.228.152.34'),(18903,'2018-06-08 10:19:19',0,'login.php surpro','','174.228.152.34'),(18904,'2018-06-08 10:19:56',1,'options_name_manager.php','','174.228.152.34'),(18905,'2018-06-08 10:28:09',1,'options_name_manager.php','action=update_option&option_id=4&option_order_by=products_options_id&option_page=1&','174.228.152.34'),(18906,'2018-06-08 10:29:09',1,'attributes_controller.php','','174.228.152.34'),(18907,'2018-06-08 10:29:21',1,'attributes_controller.php','securityToken=501fcab1d66c0e963fa3aeb45c78ca57&current_category_id=2&products_filter=&action=new_cat&','174.228.152.34'),(18908,'2018-06-08 10:29:22',1,'attributes_controller.php','products_filter=40&current_category_id=2&','174.228.152.34'),(18909,'2018-06-08 16:53:20',0,'login.php ','','107.213.69.182'),(18910,'2018-06-08 16:53:39',0,'login.php surpro','','107.213.69.182'),(18911,'2018-06-08 16:56:24',1,'products_price_manager.php','','107.213.69.182'),(18912,'2018-06-08 16:56:30',1,'products_price_manager.php','securityToken=8c6e32d00f6418517845968bd6a70177&current_category_id=2&products_filter=&action=new_cat&','107.213.69.182'),(18913,'2018-06-08 16:56:30',1,'products_price_manager.php','products_filter=40&current_category_id=2&','107.213.69.182'),(18914,'2018-06-08 16:56:52',1,'attributes_controller.php','products_filter=40&current_category_id=2&','107.213.69.182'),(18915,'2018-06-08 16:56:57',1,'products_price_manager.php','products_filter=40&current_category_id=2&','107.213.69.182'),(18916,'2018-06-08 16:57:01',1,'attributes_controller.php','products_filter=40&current_category_id=2&','107.213.69.182'),(18917,'2018-06-08 18:59:02',0,'login.php ','','107.213.69.182'),(18918,'2018-06-08 18:59:18',0,'login.php surpro','','107.213.69.182'),(18919,'2018-06-08 18:59:27',1,'attributes_controller.php','','107.213.69.182'),(18920,'2018-06-08 18:59:38',1,'attributes_controller.php','securityToken=54d7ac13f8f67efb682567036bc6335d&current_category_id=2&products_filter=&action=new_cat&','107.213.69.182'),(18921,'2018-06-08 18:59:38',1,'attributes_controller.php','products_filter=40&current_category_id=2&','107.213.69.182'),(18922,'2018-06-08 19:00:48',1,'attributes_controller.php','action=set_products_filter&','107.213.69.182'),(18923,'2018-06-08 19:00:49',1,'attributes_controller.php','current_category_id=2&products_filter=38&','107.213.69.182'),(18924,'2018-06-08 19:01:31',1,'options_name_manager.php','','107.213.69.182'),(18925,'2018-06-08 19:02:35',1,'attributes_controller.php','','107.213.69.182'),(18926,'2018-06-08 19:02:42',1,'attributes_controller.php','securityToken=54d7ac13f8f67efb682567036bc6335d&current_category_id=2&products_filter=&action=new_cat&','107.213.69.182'),(18927,'2018-06-08 19:02:42',1,'attributes_controller.php','products_filter=40&current_category_id=2&','107.213.69.182'),(18928,'2018-06-08 19:02:51',1,'attributes_controller.php','action=set_products_filter&','107.213.69.182'),(18929,'2018-06-08 19:02:51',1,'attributes_controller.php','current_category_id=2&products_filter=38&','107.213.69.182'),(18930,'2018-06-14 22:26:06',0,'login.php ','','174.227.3.218'),(18931,'2018-06-14 22:27:56',0,'login.php surpro','','174.227.3.218'),(18932,'2018-06-14 22:29:25',1,'categories.php','','174.227.3.218'),(18933,'2018-06-14 22:29:33',1,'categories.php','cPath=&cID=18&action=edit_category_meta_tags&','174.227.3.218'),(18934,'2018-06-14 22:32:07',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18935,'2018-06-14 22:32:12',1,'categories.php','cPath=&cID=5&action=edit_category_meta_tags&','174.227.3.218'),(18936,'2018-06-14 22:33:21',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18937,'2018-06-14 22:33:25',1,'categories.php','cPath=&cID=3&action=edit_category_meta_tags&','174.227.3.218'),(18938,'2018-06-14 22:34:45',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18939,'2018-06-14 22:34:54',1,'categories.php','cPath=&cID=12&action=edit_category_meta_tags&','174.227.3.218'),(18940,'2018-06-14 22:35:39',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18941,'2018-06-14 22:35:49',1,'categories.php','cPath=&cID=2&action=edit_category_meta_tags&','174.227.3.218'),(18942,'2018-06-14 22:37:20',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18943,'2018-06-14 22:37:28',1,'categories.php','cPath=&cID=11&action=edit_category_meta_tags&','174.227.3.218'),(18944,'2018-06-14 22:38:35',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18945,'2018-06-14 22:38:44',1,'categories.php','cPath=16&','174.227.3.218'),(18946,'2018-06-14 22:38:50',1,'categories.php','cPath=&cID=18&','174.227.3.218'),(18947,'2018-06-14 22:38:55',1,'categories.php','cPath=&cID=16&action=edit_category_meta_tags&','174.227.3.218'),(18948,'2018-06-17 13:09:21',0,'login.php ','','24.72.164.167'),(18949,'2018-06-17 13:09:31',0,'login.php surpro','','24.72.164.167'),(18950,'2018-06-17 13:09:40',1,'categories.php','','24.72.164.167'),(18951,'2018-06-17 13:09:45',1,'categories.php','cPath=18&','24.72.164.167'),(18952,'2018-06-17 13:10:55',1,'categories.php','cPath=18_21&','24.72.164.167'),(18953,'2018-06-17 13:11:24',1,'categories.php','cPath=18_21&','24.72.164.167'),(18954,'2018-06-17 13:11:41',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','24.72.164.167'),(18955,'2018-06-17 13:15:13',1,'categories.php','cPath=18_21&','24.72.164.167'),(18956,'2018-06-17 13:15:17',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','24.72.164.167'),(18957,'2018-06-17 13:19:00',1,'categories.php','cPath=18_21&','174.235.131.30'),(18958,'2018-06-17 13:19:05',1,'product.php','page=1&product_type=1&cPath=18_21&pID=12&action=new_product_meta_tags&','174.235.131.30'),(18959,'2018-06-17 13:20:45',1,'categories.php','cPath=18_21&','174.235.131.30'),(18960,'2018-06-17 13:20:49',1,'product.php','page=1&product_type=1&cPath=18_21&pID=13&action=new_product_meta_tags&','174.235.131.30'),(18961,'2018-06-17 13:22:19',1,'categories.php','cPath=18_21&','174.235.131.30'),(18962,'2018-06-17 13:22:24',1,'product.php','page=1&product_type=1&cPath=18_21&pID=14&action=new_product_meta_tags&','174.235.131.30'),(18963,'2018-06-17 13:22:55',1,'categories.php','cPath=18_21&','174.235.131.30'),(18964,'2018-06-17 13:23:00',1,'product.php','page=1&product_type=1&cPath=18_21&pID=14&action=new_product_meta_tags&','174.235.131.30'),(18965,'2018-06-17 13:26:52',1,'categories.php','cPath=18_21&pID=14&page=1&','174.235.131.30'),(18966,'2018-06-17 13:26:56',1,'categories.php','cPath=18&cID=21&','174.235.131.30'),(18967,'2018-06-17 13:27:44',1,'categories.php','cPath=18_21&','174.235.131.30'),(18968,'2018-06-17 13:27:48',1,'product.php','page=1&product_type=1&cPath=18_21&pID=11&action=new_product_meta_tags&','174.235.131.30'),(18969,'2018-06-17 13:35:02',1,'categories.php','cPath=18_21&','174.235.131.30'),(18970,'2018-06-17 13:35:07',1,'categories.php','cPath=18&cID=21&','174.235.131.30'),(18971,'2018-06-17 13:35:11',1,'categories.php','cPath=18_22&','174.235.131.30'),(18972,'2018-06-17 13:35:15',1,'product.php','page=1&product_type=1&cPath=18_22&pID=21&action=new_product_meta_tags&','174.235.131.30'),(18973,'2018-06-17 13:38:28',1,'categories.php','cPath=18_22&','174.235.131.30'),(18974,'2018-06-17 13:38:31',1,'product.php','page=1&product_type=1&cPath=18_22&pID=22&action=new_product_meta_tags&','174.235.131.30'),(18975,'2018-06-17 13:39:45',1,'categories.php','cPath=18_22&','174.235.131.30'),(18976,'2018-06-17 13:39:49',1,'product.php','page=1&product_type=1&cPath=18_22&pID=23&action=new_product_meta_tags&','174.235.131.30'),(18977,'2018-06-17 13:40:52',1,'categories.php','cPath=18_22&','174.235.131.30'),(18978,'2018-06-17 13:40:55',1,'product.php','page=1&product_type=1&cPath=18_22&pID=24&action=new_product_meta_tags&','174.235.131.30'),(18979,'2018-06-17 13:45:33',1,'categories.php','cPath=18_22&pID=24&page=1&','174.235.131.30'),(18980,'2018-06-17 13:45:36',1,'categories.php','cPath=18&cID=22&','174.235.131.30'),(18981,'2018-06-17 13:45:49',1,'categories.php','cPath=18_23&','174.235.131.30'),(18982,'2018-06-17 13:45:52',1,'product.php','page=1&product_type=1&cPath=18_23&pID=16&action=new_product_meta_tags&','174.235.131.30'),(18983,'2018-06-17 13:48:41',1,'categories.php','cPath=18_23&','174.235.131.30'),(18984,'2018-06-17 13:48:45',1,'product.php','page=1&product_type=1&cPath=18_23&pID=17&action=new_product_meta_tags&','174.235.131.30'),(18985,'2018-06-17 13:49:44',1,'categories.php','cPath=18_23&','174.235.131.30'),(18986,'2018-06-17 13:49:49',1,'product.php','page=1&product_type=1&cPath=18_23&pID=18&action=new_product_meta_tags&','174.235.131.30'),(18987,'2018-06-17 13:50:43',1,'categories.php','cPath=18_23&','174.235.131.30'),(18988,'2018-06-17 13:50:47',1,'product.php','page=1&product_type=1&cPath=18_23&pID=19&action=new_product_meta_tags&','174.235.131.30'),(18989,'2018-06-17 14:59:43',1,'categories.php','cPath=18_23&','97.35.129.12'),(18990,'2018-06-17 15:00:37',1,'categories.php','cPath=18&cID=22&','97.35.129.12'),(18991,'2018-06-17 15:00:50',1,'categories.php','cPath=18&cID=24&action=edit_category_meta_tags&','97.35.129.12'),(18992,'2018-06-17 15:00:59',1,'categories.php','cPath=18&cID=22&','97.35.129.12'),(18993,'2018-06-17 15:01:04',1,'categories.php','cPath=18_24&','97.35.129.12'),(18994,'2018-06-17 15:01:07',1,'product.php','page=1&product_type=1&cPath=18_24&pID=26&action=new_product_meta_tags&','97.35.129.12'),(18995,'2018-06-17 15:07:10',1,'categories.php','cPath=18_24&','97.35.129.12'),(18996,'2018-06-17 15:07:32',1,'product.php','page=1&product_type=1&cPath=18_24&pID=27&action=new_product_meta_tags&','97.35.129.12'),(18997,'2018-06-17 15:08:43',1,'categories.php','cPath=18_24&','97.35.129.12'),(18998,'2018-06-17 15:08:49',1,'product.php','page=1&product_type=1&cPath=18_24&pID=28&action=new_product_meta_tags&','97.35.129.12'),(18999,'2018-06-17 15:09:51',1,'categories.php','cPath=18_24&','174.235.135.130'),(19000,'2018-06-17 15:09:54',1,'product.php','page=1&product_type=1&cPath=18_24&pID=29&action=new_product_meta_tags&','174.235.135.130'),(19001,'2018-06-17 15:11:21',1,'categories.php','cPath=18_24&','174.235.135.130'),(19002,'2018-06-17 15:11:24',1,'categories.php','cPath=18&cID=24&','174.235.135.130'),(19003,'2018-06-17 15:11:35',1,'categories.php','cPath=18_25&','174.235.135.130'),(19004,'2018-06-17 15:11:38',1,'product.php','page=1&product_type=1&cPath=18_25&pID=31&action=new_product_meta_tags&','174.235.135.130'),(19005,'2018-06-17 15:13:33',1,'categories.php','cPath=18_25&','174.235.135.130'),(19006,'2018-06-17 15:13:38',1,'product.php','page=1&product_type=1&cPath=18_25&pID=31&action=new_product&','174.235.135.130'),(19007,'2018-06-17 15:13:43',1,'categories.php','cPath=18_25&','174.235.135.130'),(19008,'2018-06-17 15:13:47',1,'product.php','page=1&product_type=1&cPath=18_25&pID=31&action=new_product_meta_tags&','174.235.135.130'),(19009,'2018-06-17 15:15:08',1,'product.php','cPath=18_25&product_type=1&pID=31&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19010,'2018-06-17 15:15:11',1,'product.php','cPath=18_25&product_type=1&pID=31&action=update_product_meta_tags&page=1&','174.235.135.130'),(19011,'2018-06-17 15:15:12',1,'categories.php','cPath=18_25&pID=31&page=1&','174.235.135.130'),(19012,'2018-06-17 15:15:17',1,'product.php','page=1&product_type=1&cPath=18_25&pID=32&action=new_product_meta_tags&','174.235.135.130'),(19013,'2018-06-17 15:15:40',1,'categories.php','cPath=18_25&pID=31&page=1&','174.235.135.130'),(19014,'2018-06-17 15:15:41',1,'product.php','page=1&product_type=1&cPath=18_25&pID=32&action=new_product_meta_tags&','174.235.135.130'),(19015,'2018-06-17 15:16:27',1,'product.php','cPath=18_25&product_type=1&pID=32&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19016,'2018-06-17 15:16:29',1,'product.php','cPath=18_25&product_type=1&pID=32&action=update_product_meta_tags&page=1&','174.235.135.130'),(19017,'2018-06-17 15:16:30',1,'categories.php','cPath=18_25&pID=32&page=1&','174.235.135.130'),(19018,'2018-06-17 15:16:35',1,'product.php','page=1&product_type=1&cPath=18_25&pID=33&action=new_product_meta_tags&','174.235.135.130'),(19019,'2018-06-17 15:16:47',1,'categories.php','cPath=18_25&pID=32&page=1&','174.235.135.130'),(19020,'2018-06-17 15:16:49',1,'product.php','page=1&product_type=1&cPath=18_25&pID=33&action=new_product_meta_tags&','174.235.135.130'),(19021,'2018-06-17 15:17:46',1,'product.php','cPath=18_25&product_type=1&pID=33&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19022,'2018-06-17 15:17:50',1,'product.php','cPath=18_25&product_type=1&pID=33&action=update_product_meta_tags&page=1&','174.235.135.130'),(19023,'2018-06-17 15:17:50',1,'categories.php','cPath=18_25&pID=33&page=1&','174.235.135.130'),(19024,'2018-06-17 15:17:52',1,'product.php','page=1&product_type=1&cPath=18_25&pID=34&action=new_product_meta_tags&','174.235.135.130'),(19025,'2018-06-17 15:28:02',1,'product.php','cPath=18_25&product_type=1&pID=34&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19026,'2018-06-17 15:28:07',1,'product.php','cPath=18_25&product_type=1&pID=34&action=update_product_meta_tags&page=1&','174.235.135.130'),(19027,'2018-06-17 15:28:09',1,'categories.php','cPath=18_25&pID=34&page=1&','174.235.135.130'),(19028,'2018-06-17 15:28:13',1,'categories.php','cPath=18&cID=25&','174.235.135.130'),(19029,'2018-06-17 15:28:16',1,'categories.php','cID=18&','174.235.135.130'),(19030,'2018-06-17 15:28:27',1,'categories.php','cPath=&cID=5&action=edit_category_meta_tags&','174.235.135.130'),(19031,'2018-06-17 15:28:41',1,'categories.php','cID=18&','174.235.135.130'),(19032,'2018-06-17 15:28:45',1,'categories.php','cPath=5&','174.235.135.130'),(19033,'2018-06-17 15:28:55',1,'categories.php','cPath=5_19&','174.235.135.130'),(19034,'2018-06-17 15:28:59',1,'product.php','page=1&product_type=1&cPath=5_19&pID=1&action=new_product_meta_tags&','174.235.135.130'),(19035,'2018-06-17 16:11:34',1,'product.php','page=1&product_type=1&cPath=5_19&pID=1&action=new_product_meta_tags&','24.72.164.167'),(19036,'2018-06-17 16:18:31',1,'categories.php','cPath=5_19&','24.72.164.167'),(19037,'2018-06-17 16:18:38',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product_meta_tags&','24.72.164.167'),(19038,'2018-06-17 16:21:58',1,'categories.php','cPath=5_19&','24.72.164.167'),(19039,'2018-06-17 16:22:29',1,'product.php','page=1&product_type=1&cPath=5_19&pID=3&action=new_product_meta_tags&','24.72.164.167'),(19040,'2018-06-17 16:24:30',1,'categories.php','cPath=5_19&','24.72.164.167'),(19041,'2018-06-17 16:24:35',1,'product.php','page=1&product_type=1&cPath=5_19&pID=4&action=new_product_meta_tags&','24.72.164.167'),(19042,'2018-06-17 16:26:49',1,'product.php','cPath=5_19&product_type=1&pID=4&action=new_product_preview_meta_tags&page=1&','24.72.164.167'),(19043,'2018-06-17 16:26:52',1,'product.php','cPath=5_19&product_type=1&pID=4&action=update_product_meta_tags&page=1&','24.72.164.167'),(19044,'2018-06-17 16:26:52',1,'categories.php','cPath=5_19&pID=4&page=1&','24.72.164.167'),(19045,'2018-06-17 16:26:57',1,'product.php','page=1&product_type=1&cPath=5_19&pID=5&action=new_product_meta_tags&','24.72.164.167'),(19046,'2018-06-17 16:28:07',1,'product.php','cPath=5_19&product_type=1&pID=5&action=new_product_preview_meta_tags&page=1&','24.72.164.167'),(19047,'2018-06-17 16:28:10',1,'product.php','cPath=5_19&product_type=1&pID=5&action=update_product_meta_tags&page=1&','24.72.164.167'),(19048,'2018-06-17 16:28:10',1,'categories.php','cPath=5_19&pID=5&page=1&','24.72.164.167'),(19049,'2018-06-17 16:28:14',1,'categories.php','cPath=5&cID=19&','24.72.164.167'),(19050,'2018-06-17 16:28:21',1,'categories.php','cPath=5_26&','24.72.164.167'),(19051,'2018-06-17 16:28:25',1,'product.php','page=1&product_type=1&cPath=5_26&pID=20&action=new_product_meta_tags&','24.72.164.167'),(19052,'2018-06-17 16:31:56',1,'product.php','cPath=5_26&product_type=1&pID=20&action=new_product_preview_meta_tags&page=1&','24.72.164.167'),(19053,'2018-06-17 16:31:58',1,'product.php','cPath=5_26&product_type=1&pID=20&action=update_product_meta_tags&page=1&','24.72.164.167'),(19054,'2018-06-17 16:31:58',1,'categories.php','cPath=5_26&pID=20&page=1&','24.72.164.167'),(19055,'2018-06-17 16:32:02',1,'categories.php','cPath=5&cID=26&','24.72.164.167'),(19056,'2018-06-17 16:32:07',1,'categories.php','cPath=5_27&','24.72.164.167'),(19057,'2018-06-17 16:32:11',1,'product.php','page=1&product_type=1&cPath=5_27&pID=15&action=new_product_meta_tags&','24.72.164.167'),(19058,'2018-06-17 16:34:37',1,'product.php','cPath=5_27&product_type=1&pID=15&action=new_product_preview_meta_tags&page=1&','24.72.164.167'),(19059,'2018-06-17 16:34:48',1,'product.php','cPath=5_27&product_type=1&pID=15&action=update_product_meta_tags&page=1&','24.72.164.167'),(19060,'2018-06-17 16:34:48',1,'categories.php','cPath=5_27&pID=15&page=1&','24.72.164.167'),(19061,'2018-06-17 16:34:56',1,'product.php','page=1&product_type=1&cPath=5_27&pID=15&action=new_product_meta_tags&','24.72.164.167'),(19062,'2018-06-17 16:35:08',1,'categories.php','cPath=5_27&pID=15&page=1&','24.72.164.167'),(19063,'2018-06-17 16:35:12',1,'categories.php','cPath=5&cID=27&','24.72.164.167'),(19064,'2018-06-17 16:35:21',1,'categories.php','cPath=5_20&','24.72.164.167'),(19065,'2018-06-17 16:35:26',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product_meta_tags&','24.72.164.167'),(19066,'2018-06-17 16:37:01',1,'categories.php','cPath=5_20&','24.72.164.167'),(19067,'2018-06-17 17:03:48',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product&','24.72.164.167'),(19068,'2018-06-17 17:38:33',1,'categories.php','cPath=5_20&','174.235.135.130'),(19069,'2018-06-17 17:38:59',1,'product.php','page=1&product_type=1&cPath=5_20&pID=6&action=new_product_meta_tags&','174.235.135.130'),(19070,'2018-06-17 17:40:39',1,'product.php','cPath=5_20&product_type=1&pID=6&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19071,'2018-06-17 17:40:42',1,'product.php','cPath=5_20&product_type=1&pID=6&action=update_product_meta_tags&page=1&','174.235.135.130'),(19072,'2018-06-17 17:40:42',1,'categories.php','cPath=5_20&pID=6&page=1&','174.235.135.130'),(19073,'2018-06-17 17:40:47',1,'product.php','page=1&product_type=1&cPath=5_20&pID=72&action=new_product_meta_tags&','174.235.135.130'),(19074,'2018-06-17 17:42:06',1,'categories.php','cPath=5_20&pID=72&page=1&','174.235.135.130'),(19075,'2018-06-17 17:42:13',1,'product.php','page=1&product_type=1&cPath=5_20&pID=7&action=new_product_meta_tags&','174.235.135.130'),(19076,'2018-06-17 17:43:11',1,'product.php','cPath=5_20&product_type=1&pID=7&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19077,'2018-06-17 17:43:14',1,'product.php','cPath=5_20&product_type=1&pID=7&action=update_product_meta_tags&page=1&','174.235.135.130'),(19078,'2018-06-17 17:43:14',1,'categories.php','cPath=5_20&pID=7&page=1&','174.235.135.130'),(19079,'2018-06-17 17:43:18',1,'product.php','page=1&product_type=1&cPath=5_20&pID=8&action=new_product_meta_tags&','174.235.135.130'),(19080,'2018-06-17 17:44:30',1,'product.php','cPath=5_20&product_type=1&pID=8&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19081,'2018-06-17 17:44:33',1,'product.php','cPath=5_20&product_type=1&pID=8&action=update_product_meta_tags&page=1&','174.235.135.130'),(19082,'2018-06-17 17:44:33',1,'categories.php','cPath=5_20&pID=8&page=1&','174.235.135.130'),(19083,'2018-06-17 17:44:37',1,'product.php','page=1&product_type=1&cPath=5_20&pID=9&action=new_product_meta_tags&','174.235.135.130'),(19084,'2018-06-17 17:45:57',1,'product.php','cPath=5_20&product_type=1&pID=9&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19085,'2018-06-17 17:45:59',1,'product.php','cPath=5_20&product_type=1&pID=9&action=update_product_meta_tags&page=1&','174.235.135.130'),(19086,'2018-06-17 17:46:00',1,'categories.php','cPath=5_20&pID=9&page=1&','174.235.135.130'),(19087,'2018-06-17 17:46:02',1,'categories.php','cPath=5&cID=20&','174.235.135.130'),(19088,'2018-06-17 17:46:06',1,'categories.php','cPath=5_28&','174.235.135.130'),(19089,'2018-06-17 17:46:09',1,'product.php','page=1&product_type=1&cPath=5_28&pID=25&action=new_product_meta_tags&','174.235.135.130'),(19090,'2018-06-17 17:47:27',1,'product.php','cPath=5_28&product_type=1&pID=25&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19091,'2018-06-17 17:47:29',1,'product.php','cPath=5_28&product_type=1&pID=25&action=update_product_meta_tags&page=1&','174.235.135.130'),(19092,'2018-06-17 17:47:29',1,'categories.php','cPath=5_28&pID=25&page=1&','174.235.135.130'),(19093,'2018-06-17 17:47:36',1,'product.php','page=1&product_type=1&cPath=5_28&pID=25&action=new_product_meta_tags&','174.235.135.130'),(19094,'2018-06-17 17:48:30',1,'product.php','cPath=5_28&product_type=1&pID=25&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19095,'2018-06-17 17:48:37',1,'product.php','cPath=5_28&product_type=1&pID=25&action=update_product_meta_tags&page=1&','174.235.135.130'),(19096,'2018-06-17 17:48:38',1,'categories.php','cPath=5_28&pID=25&page=1&','174.235.135.130'),(19097,'2018-06-17 17:48:41',1,'categories.php','cPath=5&cID=28&','174.235.135.130'),(19098,'2018-06-17 17:48:47',1,'categories.php','cPath=5_29&','174.235.135.130'),(19099,'2018-06-17 17:48:51',1,'product.php','page=1&product_type=1&cPath=5_29&pID=30&action=new_product_meta_tags&','174.235.135.130'),(19100,'2018-06-17 17:51:43',1,'product.php','cPath=5_29&product_type=1&pID=30&action=new_product_preview_meta_tags&page=1&','174.235.135.130'),(19101,'2018-06-17 17:51:46',1,'product.php','cPath=5_29&product_type=1&pID=30&action=update_product_meta_tags&page=1&','174.235.135.130'),(19102,'2018-06-17 17:51:46',1,'categories.php','cPath=5_29&pID=30&page=1&','174.235.135.130'),(19103,'2018-06-17 17:51:50',1,'categories.php','cPath=5&cID=29&','174.235.135.130'),(19104,'2018-06-17 17:51:54',1,'categories.php','cID=5&','174.235.135.130'),(19105,'2018-06-17 17:51:54',1,'categories.php','cID=5&','174.235.135.130'),(19106,'2018-06-17 17:52:27',1,'categories.php','cPath=18&','174.235.135.130'),(19107,'2018-06-17 17:52:31',1,'categories.php','cID=5&','174.235.135.130'),(19108,'2018-06-17 17:52:34',1,'categories.php','cPath=3&','174.235.135.130'),(19109,'2018-06-17 17:52:40',1,'product.php','page=1&product_type=1&cPath=3&pID=36&action=new_product_meta_tags&','174.235.135.130'),(19110,'2018-06-17 17:53:51',1,'categories.php','cPath=3&','174.235.135.130'),(19111,'2018-06-17 17:53:56',1,'product.php','page=1&product_type=1&cPath=3&pID=37&action=new_product_meta_tags&','174.235.135.130'),(19112,'2018-06-17 17:54:00',1,'categories.php','cPath=3&','174.235.135.130'),(19113,'2018-06-17 17:54:04',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product&','174.235.135.130'),(19114,'2018-06-17 17:54:12',1,'categories.php','cPath=3&','174.235.135.130'),(19115,'2018-06-17 17:54:15',1,'product.php','page=1&product_type=1&cPath=3&pID=45&action=new_product_meta_tags&','174.235.135.130'),(19116,'2018-06-17 17:55:26',1,'categories.php','cPath=3&','174.235.135.130'),(19117,'2018-06-17 17:55:29',1,'categories.php','cID=3&','174.235.135.130'),(19118,'2018-06-17 17:55:34',1,'categories.php','cPath=12&','174.235.135.130'),(19119,'2018-06-17 17:55:38',1,'product.php','page=1&product_type=1&cPath=12&pID=48&action=new_product_meta_tags&','174.235.135.130'),(19120,'2018-06-17 17:59:10',1,'categories.php','cPath=12&','174.235.135.130'),(19121,'2018-06-17 17:59:14',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product_meta_tags&','174.235.135.130'),(19122,'2018-06-17 18:00:20',1,'categories.php','cPath=12&','174.235.135.130'),(19123,'2018-06-17 18:00:24',1,'product.php','page=1&product_type=1&cPath=12&pID=46&action=new_product_meta_tags&','174.235.135.130'),(19124,'2018-06-17 18:03:27',1,'categories.php','cPath=12&','174.235.135.130'),(19125,'2018-06-17 18:03:31',1,'product.php','page=1&product_type=1&cPath=12&pID=47&action=new_product_meta_tags&','174.235.135.130'),(19126,'2018-06-17 18:04:43',1,'categories.php','cPath=12&','174.235.135.130'),(19127,'2018-06-17 18:04:47',1,'categories.php','cID=12&','174.235.135.130'),(19128,'2018-06-17 18:04:50',1,'categories.php','cPath=2&','174.235.135.130'),(19129,'2018-06-17 18:04:54',1,'product.php','page=1&product_type=1&cPath=2&pID=71&action=new_product_meta_tags&','174.235.135.130'),(19130,'2018-06-17 18:04:57',1,'categories.php','cPath=2&','174.235.135.130'),(19131,'2018-06-17 18:05:01',1,'product.php','page=1&product_type=1&cPath=2&pID=38&action=new_product_meta_tags&','174.235.135.130'),(19132,'2018-06-17 18:06:38',1,'categories.php','cPath=2&','174.235.135.130'),(19133,'2018-06-17 18:06:42',1,'product.php','page=1&product_type=1&cPath=2&pID=39&action=new_product_meta_tags&','174.235.135.130'),(19134,'2018-06-17 18:08:25',1,'categories.php','cPath=2&','174.235.135.130'),(19135,'2018-06-17 18:08:28',1,'product.php','page=1&product_type=1&cPath=2&pID=40&action=new_product_meta_tags&','174.235.135.130'),(19136,'2018-06-17 18:10:35',1,'categories.php','cPath=2&','174.235.135.130'),(19137,'2018-06-17 18:10:38',1,'categories.php','cID=2&','174.235.135.130'),(19138,'2018-06-17 18:10:46',1,'categories.php','cPath=4&','174.235.135.130'),(19139,'2018-06-17 18:10:50',1,'categories.php','cID=2&','174.235.135.130'),(19140,'2018-06-17 18:10:53',1,'categories.php','cPath=11&','174.235.135.130'),(19141,'2018-06-17 18:19:24',1,'product.php','page=1&product_type=1&cPath=11&pID=44&action=new_product&','174.235.135.130'),(19142,'2018-06-17 18:19:27',1,'categories.php','cPath=11&','174.235.135.130'),(19143,'2018-06-17 18:19:30',1,'product.php','page=1&product_type=1&cPath=11&pID=44&action=new_product_meta_tags&','174.235.135.130'),(19144,'2018-06-17 18:19:34',1,'categories.php','cPath=11&','174.235.135.130'),(19145,'2018-06-17 18:19:38',1,'product.php','page=1&product_type=1&cPath=11&pID=44&action=new_product_meta_tags&','174.235.135.130'),(19146,'2018-06-17 18:20:08',1,'categories.php','cPath=11&','174.235.135.130'),(19147,'2018-06-17 18:20:11',1,'product.php','page=1&product_type=1&cPath=11&pID=44&action=new_product_meta_tags&','174.235.135.130'),(19148,'2018-06-17 18:21:07',1,'categories.php','cPath=11&','174.235.135.130'),(19149,'2018-06-17 18:26:30',1,'categories.php','cID=2&','174.235.135.130'),(19150,'2018-06-17 18:26:36',1,'categories.php','cPath=30&','174.235.135.130'),(19151,'2018-06-19 20:14:14',0,'login.php ','','24.72.164.167'),(19152,'2018-06-19 20:14:29',0,'login.php surpro','','24.72.164.167'),(19153,'2018-06-19 20:14:37',1,'categories.php','','24.72.164.167'),(19154,'2018-06-19 20:14:40',1,'categories.php','cPath=18&','24.72.164.167'),(19155,'2018-06-19 20:14:43',1,'categories.php','','24.72.164.167'),(19156,'2018-06-19 20:14:46',1,'categories.php','cPath=5&','24.72.164.167'),(19157,'2018-06-19 20:14:48',1,'categories.php','cPath=5_19&','24.72.164.167'),(19158,'2018-06-19 20:14:53',1,'product.php','page=1&product_type=1&cPath=5_19&pID=1&action=new_product&','24.72.164.167'),(19159,'2018-06-19 20:16:58',1,'categories.php','cPath=5_19&pID=1&page=1&','24.72.164.167'),(19160,'2018-06-19 20:17:02',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product&','24.72.164.167'),(19161,'2018-06-19 20:17:33',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview&page=1&','24.72.164.167'),(19162,'2018-06-19 20:17:56',1,'product.php','cPath=5_19&product_type=1&pID=2&action=update_product&page=1&','24.72.164.167'),(19163,'2018-06-19 20:20:41',1,'product.php','cPath=5_19&product_type=1&pID=2&action=new_product_preview&page=1&','174.235.154.144'),(19164,'2018-06-19 20:20:45',1,'product.php','page=1&product_type=1&cPath=5_19&pID=2&action=new_product&','174.235.154.144'),(19165,'2018-06-19 20:20:52',1,'categories.php','cPath=5_19&pID=2&page=1&','174.235.154.144'),(19166,'2018-06-19 20:20:56',1,'product.php','page=1&product_type=1&cPath=5_19&pID=3&action=new_product&','174.235.154.144'),(19167,'2018-06-19 20:22:01',1,'categories.php','cPath=5_19&pID=3&page=1&','174.235.154.144'),(19168,'2018-06-19 20:22:04',1,'product.php','page=1&product_type=1&cPath=5_19&pID=4&action=new_product&','174.235.154.144'),(19169,'2018-06-19 20:23:14',1,'categories.php','cPath=5_19&pID=4&page=1&','174.235.154.144'),(19170,'2018-06-19 20:23:17',1,'product.php','page=1&product_type=1&cPath=5_19&pID=5&action=new_product&','174.235.154.144'),(19171,'2018-06-20 21:06:03',0,'login.php ','','174.235.16.65'),(19172,'2018-06-20 21:06:31',0,'login.php surpro','','174.235.16.65'),(19173,'2018-06-20 21:06:39',1,'configuration.php','gID=20&','174.235.16.65'),(19174,'2018-06-20 21:06:42',1,'configuration.php','gID=20&cID=440&action=edit&','174.235.16.65'),(19175,'2018-06-20 21:06:44',1,'configuration.php','gID=20&cID=441&action=edit&','174.235.16.65'),(19176,'2018-06-20 21:06:50',1,'configuration.php','gID=20&cID=440&','174.235.16.65'),(19177,'2018-06-20 21:06:54',1,'configuration.php','gID=20&cID=441&action=edit&','174.235.16.65'),(19178,'2018-06-20 21:07:00',1,'configuration.php','gID=20&cID=440&','174.235.16.65'),(19179,'2018-06-20 21:07:05',1,'configuration.php','gID=20&cID=440&action=edit&','174.235.16.65'),(19180,'2018-06-20 21:07:12',1,'configuration.php','gID=20&cID=440&action=save&','174.235.16.65'),(19181,'2018-06-20 21:07:13',1,'configuration.php','gID=20&cID=440&','174.235.16.65'),(19182,'2018-06-20 21:07:49',1,'configuration.php','gID=20&cID=440&action=edit&','174.235.16.65'),(19183,'2018-06-20 21:07:52',1,'configuration.php','gID=20&cID=440&action=save&','174.235.16.65'),(19184,'2018-06-20 21:07:53',1,'configuration.php','gID=20&cID=440&','174.235.16.65'),(19185,'2018-06-20 21:08:08',1,'configuration.php','gID=20&cID=441&action=edit&','174.235.16.65'),(19186,'2018-06-20 21:08:14',1,'configuration.php','gID=20&cID=442&action=edit&','174.235.16.65'),(19187,'2018-06-20 21:08:18',1,'configuration.php','gID=20&cID=452&action=edit&','174.235.16.65'),(19188,'2018-06-20 21:08:23',1,'configuration.php','gID=20&cID=451&action=edit&','174.235.16.65'),(19189,'2018-06-20 21:13:12',1,'configuration.php','gID=20&','174.235.16.65'),(19190,'2018-06-20 21:13:18',1,'configuration.php','gID=20&cID=440&action=edit&','174.235.16.65'),(19191,'2018-06-20 21:13:22',1,'configuration.php','gID=20&cID=440&action=save&','174.235.16.65'),(19192,'2018-06-20 21:13:23',1,'configuration.php','gID=20&cID=440&','174.235.16.65'),(19193,'2018-06-20 21:15:52',1,'configuration.php','gID=20&cID=440&','174.235.16.65');
/*!40000 ALTER TABLE `zen_admin_activity_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_authorizenet`
--

DROP TABLE IF EXISTS `zen_authorizenet`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_authorizenet` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` int(11) NOT NULL DEFAULT '0',
  `order_id` int(11) NOT NULL DEFAULT '0',
  `response_code` int(1) NOT NULL DEFAULT '0',
  `response_text` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `authorization_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `transaction_id` bigint(20) DEFAULT NULL,
  `sent` longtext COLLATE utf8_unicode_ci NOT NULL,
  `received` longtext COLLATE utf8_unicode_ci NOT NULL,
  `time` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `session_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_authorizenet`
--

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

--
-- Table structure for table `zen_banners`
--

DROP TABLE IF EXISTS `zen_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_banners` (
  `banners_id` int(11) NOT NULL AUTO_INCREMENT,
  `banners_title` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `banners_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `banners_image` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `banners_group` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `banners_html_text` text COLLATE utf8_unicode_ci,
  `expires_impressions` int(7) DEFAULT '0',
  `expires_date` datetime DEFAULT NULL,
  `date_scheduled` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `date_status_change` datetime DEFAULT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `banners_open_new_windows` int(1) NOT NULL DEFAULT '1',
  `banners_on_ssl` int(1) NOT NULL DEFAULT '1',
  `banners_sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`banners_id`),
  KEY `idx_status_group_zen` (`status`,`banners_group`),
  KEY `idx_expires_date_zen` (`expires_date`),
  KEY `idx_date_scheduled_zen` (`date_scheduled`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_banners`
--

LOCK TABLES `zen_banners` WRITE;
/*!40000 ALTER TABLE `zen_banners` DISABLE KEYS */;
INSERT INTO `zen_banners` VALUES (1,'Zen Cart','http://www.zen-cart.com','banners/zencart_468_60_02.gif','Wide-Banners','',0,NULL,NULL,'2004-01-11 20:59:12','2010-10-17 11:10:25',0,1,1,0),(2,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/125zen_logo.gif','SideBox-Banners','',0,NULL,NULL,'2004-01-11 20:59:12','2010-10-17 11:09:45',0,1,1,0),(3,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/125x125_zen_logo.gif','SideBox-Banners','',0,NULL,NULL,'2004-01-11 20:59:12','2010-10-17 11:10:31',0,1,1,0),(4,'if you have to think ... you haven\'t been Zenned!','http://www.zen-cart.com','banners/think_anim.gif','Wide-Banners','',0,NULL,NULL,'2004-01-12 20:53:18','2010-10-17 11:09:35',0,1,1,0),(5,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/bw_zen_88wide.gif','BannersAll','',0,NULL,NULL,'2005-05-13 10:54:38','2010-10-17 11:10:29',0,1,1,10),(6,'Start Accepting Credit Cards For Your Business Today!','http://www.zen-cart.com/partners/payment','banners/cardsvcs_468x60.gif','Wide-Banners','',0,NULL,NULL,'2006-03-13 11:02:43','2010-10-17 11:10:23',0,1,1,0),(7,'eStart Your Web Store with Zen Cart(tm)','http://www.lulu.com/content/466605','banners/big-book-ad.gif','Wide-Banners','',0,NULL,NULL,'2007-02-10 00:00:00','2010-10-17 11:10:18',0,1,1,1),(8,'eStart Your Web Store with Zen Cart(tm)','http://www.lulu.com/content/466605','banners/tall-book.gif','SideBox-Banners','',0,NULL,NULL,'2007-02-10 00:00:00','2010-10-17 11:10:13',0,1,1,1),(9,'eStart Your Web Store with Zen Cart(tm)','http://www.lulu.com/content/466605','banners/tall-book.gif','BannersAll','',0,NULL,NULL,'2007-02-10 00:00:00','2010-10-17 11:09:32',0,1,1,15),(10,'CA-35','http://www.aaasurvivalproducts.com','','SideBox-Banners','<strong>DEDICATED TO THE MEN OF THE USS INDIANAPOLIS</strong><br /><br /><div align=\"justify\">\r\nThe sinking of the \"Indy\", at the close of WWII, is the greatest naval disaster in U.S. history. For those who survived, it is an understatement in saying that this was an event of extraordinary endurance. I dedicate this site to my uncle, for whom I am named. I also dedicate the site to my father, who was a young Naval photographer stationed in the Philippines. He flew along with PBY pilots searching for Indy survivors and hoping to find his missing brother.<br />\r\n    ---John Brake<br /><br /> \r\n  <a href=\"http://www.ussindianapolis.org/\" target=\"_blank\">The Indy Story >></a>\r\n</div>',NULL,NULL,NULL,'2010-11-14 16:07:16','2011-03-25 09:27:10',1,1,1,333),(11,'CA-35','','','SB2','<strong>DEDICADO A LOS HOMBRES DEL USS INDIANAPOLIS</strong><br /><br /><div align=\"justify\">El hundimiento del \" Indy\" , en el cierre de WWII, estÃ¡ el desastre naval mÃ¡s grande de la historia de los E.E.U.U. Para los que sobrevivieron, es una subestimaciÃ³n en decir que Ã©ste era un acontecimiento de la resistencia extraordinaria. Dedico este sitio a mi tÃ­o, para quien me nombran. TambiÃ©n dedico el sitio a mi padre, que era fotÃ³grafo naval joven colocado en las Filipinas. Ã‰l volÃ³ junto con los pilotos de PBY que buscaban para los sobrevivientes de Indy y que esperaban encontrar a su hermano que falta.<br />\r\n    ---John Brake<br /><br /> \r\n  <a href=\"http://www.ussindianapolis.org/\" target=\"_blank\">La historia de Indy >></a>\r\n</div>',NULL,NULL,NULL,'2010-11-15 01:17:32','2011-03-25 09:32:13',1,1,1,333);
/*!40000 ALTER TABLE `zen_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_banners_history`
--

DROP TABLE IF EXISTS `zen_banners_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_banners_history` (
  `banners_history_id` int(11) NOT NULL AUTO_INCREMENT,
  `banners_id` int(11) NOT NULL DEFAULT '0',
  `banners_shown` int(5) NOT NULL DEFAULT '0',
  `banners_clicked` int(5) NOT NULL DEFAULT '0',
  `banners_history_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`banners_history_id`),
  KEY `idx_banners_id_zen` (`banners_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4757 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_banners_history`
--

LOCK TABLES `zen_banners_history` WRITE;
/*!40000 ALTER TABLE `zen_banners_history` DISABLE KEYS */;
INSERT INTO `zen_banners_history` VALUES (8,8,14,0,'2010-10-17 08:28:00'),(9,5,15,0,'2010-10-17 08:28:00'),(10,9,15,0,'2010-10-17 08:28:00'),(11,3,10,0,'2010-10-17 08:28:00'),(12,7,6,0,'2010-10-17 08:28:00'),(13,6,6,0,'2010-10-17 08:29:56'),(14,2,6,0,'2010-10-17 08:29:57'),(15,4,3,0,'2010-10-17 08:29:57'),(16,1,3,0,'2010-10-17 10:11:13'),(17,0,6,0,'2010-10-17 21:49:39'),(18,0,27,0,'2010-11-14 15:25:44'),(19,10,87,0,'2010-11-14 16:07:34'),(20,10,167,0,'2010-11-15 00:04:54'),(21,0,11,0,'2010-11-15 00:59:34'),(22,11,48,0,'2010-11-15 10:10:21'),(23,11,56,0,'2010-11-16 00:00:03'),(24,10,128,0,'2010-11-16 00:04:05'),(25,10,114,0,'2010-11-17 00:19:52'),(26,11,49,0,'2010-11-17 05:57:41'),(27,10,51,0,'2010-11-18 00:14:55'),(28,11,35,0,'2010-11-18 03:00:54'),(29,10,110,0,'2010-11-19 00:08:56'),(30,11,3,0,'2010-11-19 07:00:27'),(31,10,105,0,'2010-11-20 00:00:01'),(32,10,95,0,'2010-11-21 01:02:45'),(33,11,3,0,'2010-11-21 17:36:39'),(34,10,154,0,'2010-11-22 00:59:07'),(35,11,6,0,'2010-11-22 09:44:16'),(36,10,96,0,'2010-11-23 01:12:20'),(37,11,3,0,'2010-11-23 22:33:08'),(38,10,67,0,'2010-11-24 00:24:37'),(39,11,3,0,'2010-11-24 09:35:47'),(40,10,154,0,'2010-11-25 00:25:59'),(41,11,16,0,'2010-11-25 07:49:52'),(42,10,101,0,'2010-11-26 01:53:20'),(43,10,43,0,'2010-11-27 02:24:07'),(44,10,76,0,'2010-11-28 06:23:36'),(45,10,33,0,'2010-11-29 01:45:03'),(46,10,25,0,'2010-11-30 01:09:22'),(47,10,21,0,'2010-12-01 00:41:02'),(48,10,26,0,'2010-12-02 01:39:35'),(49,10,13,0,'2010-12-03 04:07:26'),(50,10,17,0,'2010-12-04 00:17:47'),(51,10,11,0,'2010-12-05 06:01:35'),(52,10,18,0,'2010-12-06 00:31:44'),(53,11,1,0,'2010-12-06 07:08:03'),(54,10,13,0,'2010-12-07 03:41:17'),(55,10,15,0,'2010-12-08 03:45:01'),(56,10,22,0,'2010-12-09 02:47:02'),(57,11,2,0,'2010-12-09 21:24:33'),(58,10,15,0,'2010-12-10 03:10:51'),(59,10,15,0,'2010-12-11 00:17:11'),(60,11,2,0,'2010-12-11 16:03:41'),(61,10,14,0,'2010-12-12 00:36:50'),(62,11,1,0,'2010-12-12 11:05:24'),(63,10,11,0,'2010-12-13 01:19:45'),(64,10,21,0,'2010-12-14 02:21:05'),(65,11,2,0,'2010-12-14 12:13:55'),(66,10,26,0,'2010-12-15 01:02:54'),(67,10,26,0,'2010-12-15 01:02:54'),(68,11,1,0,'2010-12-15 06:12:57'),(69,10,12,0,'2010-12-16 00:02:19'),(70,11,1,0,'2010-12-16 20:05:14'),(71,10,22,0,'2010-12-17 00:01:06'),(72,11,3,0,'2010-12-17 00:01:17'),(73,10,14,0,'2010-12-18 00:25:36'),(74,10,18,0,'2010-12-19 00:12:52'),(75,10,16,0,'2010-12-20 01:28:30'),(76,10,15,0,'2010-12-21 01:38:15'),(77,10,19,0,'2010-12-22 00:39:06'),(78,10,27,0,'2010-12-23 00:01:25'),(79,11,1,0,'2010-12-23 21:42:17'),(80,10,21,0,'2010-12-24 00:03:12'),(81,11,1,0,'2010-12-24 07:31:46'),(82,10,14,0,'2010-12-25 05:15:18'),(83,10,23,0,'2010-12-26 00:10:14'),(84,10,14,0,'2010-12-27 03:15:36'),(85,10,24,0,'2010-12-28 00:47:53'),(86,10,15,0,'2010-12-29 03:18:20'),(87,10,25,0,'2010-12-30 01:09:36'),(88,10,22,0,'2010-12-31 00:16:37'),(89,10,17,0,'2011-01-01 01:23:05'),(90,10,19,0,'2011-01-02 04:07:00'),(91,10,14,0,'2011-01-03 00:02:46'),(92,10,16,0,'2011-01-04 00:52:50'),(93,10,23,0,'2011-01-05 00:36:25'),(94,11,1,0,'2011-01-05 12:16:50'),(95,10,17,0,'2011-01-06 01:25:33'),(96,10,17,0,'2011-01-07 00:03:47'),(97,10,22,0,'2011-01-08 01:41:40'),(98,11,1,0,'2011-01-08 23:58:17'),(99,10,14,0,'2011-01-09 02:21:48'),(100,10,24,0,'2011-01-10 00:43:39'),(101,11,2,0,'2011-01-10 04:01:51'),(102,10,24,0,'2011-01-11 01:26:07'),(103,11,7,0,'2011-01-11 08:25:34'),(104,10,15,0,'2011-01-12 01:18:31'),(105,10,14,0,'2011-01-13 01:46:10'),(106,11,2,0,'2011-01-13 15:23:18'),(107,10,20,0,'2011-01-14 00:03:58'),(108,10,30,0,'2011-01-15 00:06:29'),(109,10,10,0,'2011-01-16 00:40:04'),(110,10,19,0,'2011-01-17 00:58:00'),(111,11,1,0,'2011-01-17 09:43:01'),(112,10,28,0,'2011-01-18 00:11:51'),(113,11,1,0,'2011-01-18 21:48:13'),(114,10,11,0,'2011-01-19 00:42:57'),(115,10,18,0,'2011-01-20 00:03:54'),(116,11,1,0,'2011-01-20 12:59:48'),(117,10,9,0,'2011-01-21 01:09:39'),(118,10,21,0,'2011-01-22 00:04:35'),(119,10,17,0,'2011-01-23 00:47:54'),(120,11,4,0,'2011-01-23 18:22:04'),(121,10,8,0,'2011-01-24 06:27:58'),(122,10,18,0,'2011-01-25 02:06:45'),(123,10,21,0,'2011-01-26 01:01:10'),(124,10,19,0,'2011-01-27 00:02:03'),(125,11,2,0,'2011-01-27 23:49:01'),(126,10,158,0,'2011-01-28 00:23:13'),(127,11,5,0,'2011-01-28 01:05:59'),(128,10,18,0,'2011-01-29 01:22:13'),(129,11,1,0,'2011-01-29 15:56:03'),(130,10,16,0,'2011-01-30 02:36:34'),(131,11,1,0,'2011-01-30 07:11:31'),(132,10,9,0,'2011-01-31 01:49:48'),(133,10,9,0,'2011-02-01 04:33:46'),(134,10,21,0,'2011-02-02 01:11:43'),(135,11,1,0,'2011-02-02 05:07:45'),(136,10,6,0,'2011-02-03 03:46:01'),(137,10,12,0,'2011-02-04 00:22:49'),(138,10,12,0,'2011-02-05 00:43:16'),(139,10,12,0,'2011-02-06 04:50:00'),(140,10,7,0,'2011-02-07 01:53:49'),(141,10,16,0,'2011-02-08 01:48:59'),(142,10,16,0,'2011-02-09 02:02:04'),(143,11,1,0,'2011-02-09 16:12:50'),(144,10,6,0,'2011-02-10 03:39:37'),(145,11,7,0,'2011-02-10 12:29:11'),(146,10,19,0,'2011-02-11 01:22:22'),(147,11,2,0,'2011-02-11 01:35:32'),(148,10,12,0,'2011-02-12 02:59:43'),(149,11,2,0,'2011-02-12 10:35:59'),(150,10,12,0,'2011-02-13 02:52:53'),(151,10,19,0,'2011-02-14 00:03:27'),(152,10,16,0,'2011-02-15 05:33:52'),(153,10,18,0,'2011-02-16 00:20:36'),(154,11,1,0,'2011-02-16 15:00:52'),(155,10,13,0,'2011-02-17 00:50:58'),(156,10,16,0,'2011-02-18 00:54:40'),(157,10,18,0,'2011-02-19 00:07:33'),(158,11,5,0,'2011-02-19 15:46:30'),(159,10,20,0,'2011-02-20 00:06:53'),(160,10,16,0,'2011-02-21 01:16:15'),(161,11,2,0,'2011-02-21 15:16:39'),(162,10,21,0,'2011-02-22 00:35:20'),(163,11,2,0,'2011-02-22 01:43:44'),(164,10,15,0,'2011-02-23 02:32:35'),(165,10,27,0,'2011-02-24 01:00:51'),(166,11,2,0,'2011-02-24 10:46:54'),(167,10,22,0,'2011-02-25 03:44:48'),(168,11,3,0,'2011-02-25 10:11:43'),(169,10,27,0,'2011-02-26 01:10:56'),(170,11,1,0,'2011-02-26 21:07:26'),(171,10,20,0,'2011-02-27 00:11:56'),(172,11,1,0,'2011-02-27 05:15:24'),(173,10,19,0,'2011-02-28 02:16:35'),(174,10,18,0,'2011-03-01 00:32:30'),(175,10,25,0,'2011-03-02 02:53:30'),(176,10,36,0,'2011-03-03 00:50:11'),(177,10,22,0,'2011-03-04 00:18:39'),(178,10,24,0,'2011-03-05 02:45:28'),(179,10,20,0,'2011-03-06 02:05:25'),(180,10,15,0,'2011-03-07 05:51:34'),(181,10,18,0,'2011-03-08 00:08:29'),(182,10,20,0,'2011-03-09 00:14:53'),(183,11,1,0,'2011-03-09 17:57:20'),(184,10,8,0,'2011-03-10 07:35:52'),(185,11,2,0,'2011-03-10 11:11:27'),(186,10,17,0,'2011-03-11 00:28:55'),(187,11,1,0,'2011-03-11 16:14:44'),(188,10,27,0,'2011-03-12 01:05:16'),(189,11,3,0,'2011-03-12 09:41:15'),(190,10,29,0,'2011-03-13 00:12:20'),(191,11,1,0,'2011-03-13 16:17:27'),(192,10,24,0,'2011-03-14 00:21:23'),(193,10,41,0,'2011-03-15 00:20:35'),(194,11,1,0,'2011-03-15 07:18:12'),(195,10,18,0,'2011-03-16 01:21:53'),(196,10,21,0,'2011-03-17 00:07:34'),(197,10,21,0,'2011-03-18 02:00:19'),(198,11,1,0,'2011-03-18 17:16:40'),(199,10,23,0,'2011-03-19 02:46:07'),(200,10,18,0,'2011-03-20 04:13:32'),(201,10,20,0,'2011-03-21 01:29:28'),(202,10,26,0,'2011-03-22 01:02:38'),(203,11,1,0,'2011-03-22 13:32:31'),(204,10,8,0,'2011-03-23 00:04:07'),(205,10,10,0,'2011-03-24 03:43:36'),(206,10,34,0,'2011-03-25 02:27:10'),(207,11,3,0,'2011-03-25 09:29:33'),(208,10,14,0,'2011-03-26 08:01:52'),(209,11,2,0,'2011-03-26 11:45:31'),(210,10,13,0,'2011-03-27 00:09:33'),(211,10,18,0,'2011-03-28 03:53:29'),(212,10,13,0,'2011-03-29 00:23:14'),(213,10,28,0,'2011-03-30 01:57:32'),(214,11,1,0,'2011-03-30 17:36:03'),(215,10,33,0,'2011-03-31 00:00:32'),(216,11,1,0,'2011-03-31 11:20:22'),(217,10,28,0,'2011-04-01 04:08:00'),(218,10,37,0,'2011-04-02 01:02:17'),(219,10,45,0,'2011-04-03 00:11:50'),(220,11,1,0,'2011-04-03 10:46:33'),(221,10,24,0,'2011-04-04 01:38:59'),(222,10,21,0,'2011-04-05 01:26:46'),(223,10,26,0,'2011-04-06 03:25:59'),(224,10,113,0,'2011-04-07 03:51:06'),(225,10,19,0,'2011-04-08 02:57:19'),(226,11,3,0,'2011-04-08 13:43:12'),(227,10,123,0,'2011-04-09 00:00:15'),(228,11,41,0,'2011-04-09 00:05:00'),(229,10,26,0,'2011-04-10 00:16:25'),(230,11,1,0,'2011-04-10 00:27:34'),(231,10,21,0,'2011-04-11 00:18:25'),(232,10,57,0,'2011-04-12 00:02:14'),(233,11,5,0,'2011-04-12 13:18:33'),(234,10,79,0,'2011-04-13 00:41:33'),(235,10,67,0,'2011-04-14 01:47:57'),(236,11,1,0,'2011-04-14 20:20:04'),(237,10,79,0,'2011-04-15 02:34:20'),(238,10,20,0,'2011-04-16 00:03:53'),(239,11,1,0,'2011-04-16 00:45:39'),(240,10,17,0,'2011-04-17 06:03:26'),(241,10,29,0,'2011-04-18 00:01:15'),(242,10,21,0,'2011-04-19 00:42:48'),(243,10,25,0,'2011-04-20 00:55:38'),(244,10,18,0,'2011-04-21 00:18:21'),(245,10,22,0,'2011-04-22 01:34:42'),(246,10,16,0,'2011-04-23 04:07:11'),(247,10,16,0,'2011-04-24 00:45:22'),(248,11,1,0,'2011-04-24 08:39:06'),(249,10,27,0,'2011-04-25 00:33:08'),(250,11,1,0,'2011-04-25 14:28:29'),(251,10,20,0,'2011-04-26 00:06:56'),(252,10,13,0,'2011-04-27 02:10:58'),(253,10,18,0,'2011-04-28 01:22:16'),(254,10,19,0,'2011-04-29 01:05:41'),(255,10,91,0,'2011-04-30 02:29:47'),(256,11,2,0,'2011-04-30 06:25:04'),(257,10,50,0,'2011-05-01 03:25:54'),(258,11,1,0,'2011-05-01 11:55:21'),(259,10,50,0,'2011-05-02 01:02:26'),(260,10,150,0,'2011-05-03 00:16:25'),(261,11,67,0,'2011-05-03 09:14:44'),(262,10,47,0,'2011-05-04 00:48:52'),(263,10,50,0,'2011-05-05 01:24:45'),(264,11,1,0,'2011-05-05 22:37:43'),(265,10,58,0,'2011-05-06 01:04:20'),(266,10,20,0,'2011-05-07 01:38:38'),(267,10,17,0,'2011-05-08 02:56:12'),(268,10,32,0,'2011-05-09 00:19:55'),(269,11,2,0,'2011-05-09 21:28:11'),(270,10,13,0,'2011-05-10 02:54:35'),(271,11,2,0,'2011-05-11 01:31:42'),(272,10,21,0,'2011-05-11 02:43:26'),(273,10,17,0,'2011-05-12 00:04:41'),(274,10,18,0,'2011-05-13 00:47:08'),(275,11,1,0,'2011-05-13 01:24:13'),(276,10,27,0,'2011-05-14 00:41:16'),(277,10,10,0,'2011-05-15 04:02:47'),(278,11,1,0,'2011-05-15 04:03:13'),(279,11,2,0,'2011-05-16 00:47:33'),(280,10,15,0,'2011-05-16 02:58:49'),(281,11,2,0,'2011-05-17 01:01:19'),(282,10,22,0,'2011-05-17 01:01:24'),(283,10,11,0,'2011-05-18 01:26:11'),(284,10,18,0,'2011-05-19 04:32:43'),(285,10,16,0,'2011-05-20 01:55:06'),(286,10,18,0,'2011-05-21 01:00:57'),(287,10,16,0,'2011-05-22 00:23:49'),(288,10,26,0,'2011-05-23 01:41:12'),(289,11,1,0,'2011-05-23 01:44:31'),(290,10,24,0,'2011-05-24 04:17:21'),(291,11,1,0,'2011-05-24 13:08:53'),(292,10,44,0,'2011-05-25 00:54:01'),(293,11,2,0,'2011-05-25 04:30:15'),(294,10,21,0,'2011-05-26 00:50:32'),(295,11,1,0,'2011-05-26 10:40:48'),(296,10,21,0,'2011-05-27 01:22:58'),(297,10,21,0,'2011-05-28 00:04:47'),(298,10,13,0,'2011-05-29 05:41:41'),(299,10,19,0,'2011-05-30 05:58:35'),(300,10,18,0,'2011-05-31 01:14:47'),(301,10,26,0,'2011-06-01 01:15:14'),(302,10,25,0,'2011-06-02 00:52:52'),(303,10,9,0,'2011-06-03 00:58:40'),(304,11,2,0,'2011-06-03 10:38:48'),(305,10,11,0,'2011-06-04 00:21:35'),(306,10,12,0,'2011-06-05 04:44:56'),(307,11,1,0,'2011-06-05 04:45:37'),(308,10,19,0,'2011-06-06 06:24:08'),(309,10,14,0,'2011-06-07 03:13:11'),(310,10,23,0,'2011-06-08 00:28:58'),(311,11,3,0,'2011-06-08 12:57:08'),(312,10,10,0,'2011-06-09 02:27:55'),(313,10,12,0,'2011-06-10 03:42:17'),(314,10,14,0,'2011-06-11 00:37:02'),(315,10,21,0,'2011-06-12 00:08:46'),(316,11,2,0,'2011-06-12 06:42:12'),(317,10,13,0,'2011-06-13 00:25:43'),(318,10,15,0,'2011-06-14 04:45:22'),(319,10,22,0,'2011-06-15 01:44:37'),(320,10,13,0,'2011-06-16 04:19:23'),(321,10,13,0,'2011-06-17 04:05:49'),(322,11,2,0,'2011-06-17 18:33:03'),(323,10,24,0,'2011-06-18 01:24:05'),(324,11,1,0,'2011-06-19 01:02:28'),(325,10,10,0,'2011-06-19 04:10:05'),(326,10,20,0,'2011-06-20 01:04:09'),(327,10,27,0,'2011-06-21 05:50:27'),(328,10,14,0,'2011-06-22 01:00:56'),(329,10,14,0,'2011-06-23 00:02:32'),(330,11,1,0,'2011-06-23 06:28:06'),(331,10,16,0,'2011-06-24 02:12:47'),(332,10,17,0,'2011-06-25 01:30:40'),(333,11,1,0,'2011-06-25 01:53:27'),(334,10,20,0,'2011-06-26 02:06:51'),(335,11,1,0,'2011-06-26 02:07:00'),(336,10,16,0,'2011-06-27 03:43:28'),(337,10,14,0,'2011-06-28 02:36:32'),(338,10,8,0,'2011-06-29 00:52:53'),(339,11,1,0,'2011-06-29 19:03:21'),(340,10,13,0,'2011-06-30 01:18:27'),(341,10,11,0,'2011-07-01 01:05:08'),(342,11,1,0,'2011-07-01 23:12:07'),(343,10,12,0,'2011-07-02 01:48:01'),(344,10,11,0,'2011-07-03 02:03:55'),(345,10,19,0,'2011-07-04 02:43:50'),(346,10,25,0,'2011-07-05 00:31:02'),(347,10,21,0,'2011-07-06 01:14:59'),(348,10,13,0,'2011-07-07 00:30:44'),(349,11,1,0,'2011-07-07 23:11:51'),(350,10,19,0,'2011-07-08 00:45:26'),(351,11,3,0,'2011-07-08 21:05:42'),(352,10,14,0,'2011-07-09 02:28:26'),(353,11,1,0,'2011-07-09 16:52:57'),(354,10,20,0,'2011-07-10 01:53:50'),(355,10,17,0,'2011-07-11 01:27:45'),(356,10,22,0,'2011-07-12 02:09:55'),(357,11,1,0,'2011-07-13 00:38:57'),(358,10,13,0,'2011-07-13 04:16:54'),(359,10,26,0,'2011-07-14 04:19:39'),(360,10,23,0,'2011-07-15 01:03:55'),(361,10,19,0,'2011-07-16 00:33:50'),(362,10,22,0,'2011-07-17 00:08:14'),(363,11,1,0,'2011-07-17 05:18:51'),(364,10,12,0,'2011-07-18 03:35:34'),(365,10,36,0,'2011-07-19 01:10:42'),(366,11,2,0,'2011-07-19 14:47:03'),(367,10,20,0,'2011-07-20 00:24:43'),(368,10,29,0,'2011-07-21 03:04:09'),(369,10,43,0,'2011-07-22 00:35:48'),(370,10,24,0,'2011-07-23 00:15:10'),(371,11,1,0,'2011-07-23 16:54:27'),(372,10,22,0,'2011-07-24 00:10:35'),(373,10,22,0,'2011-07-25 04:07:32'),(374,10,22,0,'2011-07-26 00:15:17'),(375,11,1,0,'2011-07-26 06:48:33'),(376,10,35,0,'2011-07-27 00:32:53'),(377,11,1,0,'2011-07-27 00:45:44'),(378,10,47,0,'2011-07-28 00:45:30'),(379,10,40,0,'2011-07-29 00:26:35'),(380,11,1,0,'2011-07-29 23:06:57'),(381,10,38,0,'2011-07-30 00:47:56'),(382,11,2,0,'2011-07-30 07:07:09'),(383,10,29,0,'2011-07-31 01:03:50'),(384,10,22,0,'2011-08-01 02:11:27'),(385,10,27,0,'2011-08-02 00:48:33'),(386,10,31,0,'2011-08-03 00:47:35'),(387,10,20,0,'2011-08-04 00:48:26'),(388,11,1,0,'2011-08-04 10:05:52'),(389,10,24,0,'2011-08-05 00:01:20'),(390,11,1,0,'2011-08-05 01:05:41'),(391,10,22,0,'2011-08-06 00:22:38'),(392,11,1,0,'2011-08-06 04:10:31'),(393,10,19,0,'2011-08-07 00:16:33'),(394,11,2,0,'2011-08-07 03:14:11'),(395,10,20,0,'2011-08-08 00:06:16'),(396,11,1,0,'2011-08-08 07:28:58'),(397,10,21,0,'2011-08-09 02:27:01'),(398,10,23,0,'2011-08-10 02:18:15'),(399,11,2,0,'2011-08-10 09:25:09'),(400,10,26,0,'2011-08-11 00:47:09'),(401,10,25,0,'2011-08-12 00:34:45'),(402,10,26,0,'2011-08-13 00:17:03'),(403,11,1,0,'2011-08-13 01:09:26'),(404,10,24,0,'2011-08-14 00:14:03'),(405,10,25,0,'2011-08-15 00:30:58'),(406,10,18,0,'2011-08-16 02:47:22'),(407,11,1,0,'2011-08-16 22:23:56'),(408,10,20,0,'2011-08-17 01:00:50'),(409,10,29,0,'2011-08-18 02:23:43'),(410,10,18,0,'2011-08-19 02:21:17'),(411,10,21,0,'2011-08-20 00:15:58'),(412,10,19,0,'2011-08-21 00:33:43'),(413,10,27,0,'2011-08-22 01:27:29'),(414,10,20,0,'2011-08-23 01:19:05'),(415,10,24,0,'2011-08-24 01:03:31'),(416,10,27,0,'2011-08-25 02:15:01'),(417,11,1,0,'2011-08-25 06:50:38'),(418,10,21,0,'2011-08-26 02:29:48'),(419,10,16,0,'2011-08-27 01:54:10'),(420,10,21,0,'2011-08-28 03:34:26'),(421,11,1,0,'2011-08-28 13:07:15'),(422,10,31,0,'2011-08-29 00:25:17'),(423,10,25,0,'2011-08-30 00:31:18'),(424,11,1,0,'2011-08-30 02:57:19'),(425,10,19,0,'2011-08-31 03:10:28'),(426,10,19,0,'2011-09-01 01:36:20'),(427,10,20,0,'2011-09-02 01:19:28'),(428,10,22,0,'2011-09-03 00:27:15'),(429,10,26,0,'2011-09-04 00:33:42'),(430,10,20,0,'2011-09-05 00:55:55'),(431,11,4,0,'2011-09-05 16:24:40'),(432,10,25,0,'2011-09-06 00:02:58'),(433,10,20,0,'2011-09-07 01:37:51'),(434,10,21,0,'2011-09-08 01:39:46'),(435,11,3,0,'2011-09-08 12:24:48'),(436,10,21,0,'2011-09-09 01:34:10'),(437,10,23,0,'2011-09-10 02:37:45'),(438,11,7,0,'2011-09-10 05:57:06'),(439,11,1,0,'2011-09-11 00:39:19'),(440,10,16,0,'2011-09-11 01:47:29'),(441,10,23,0,'2011-09-12 00:30:20'),(442,11,1,0,'2011-09-12 22:27:44'),(443,10,24,0,'2011-09-13 00:40:55'),(444,10,14,0,'2011-09-14 02:49:37'),(445,10,139,0,'2011-09-15 00:29:04'),(446,10,20,0,'2011-09-16 01:10:58'),(447,10,48,0,'2011-09-17 00:37:18'),(448,10,20,0,'2011-09-18 01:10:27'),(449,11,1,0,'2011-09-18 13:37:09'),(450,10,20,0,'2011-09-19 01:55:27'),(451,10,20,0,'2011-09-20 05:45:46'),(452,10,23,0,'2011-09-21 01:58:41'),(453,10,21,0,'2011-09-22 00:03:43'),(454,10,18,0,'2011-09-23 01:12:00'),(455,10,20,0,'2011-09-24 03:43:16'),(456,11,1,0,'2011-09-24 06:52:09'),(457,10,15,0,'2011-09-25 02:22:36'),(458,10,15,0,'2011-09-26 01:13:26'),(459,10,18,0,'2011-09-27 00:40:49'),(460,11,1,0,'2011-09-27 19:05:03'),(461,10,31,0,'2011-09-28 05:49:19'),(462,11,4,0,'2011-09-28 05:49:27'),(463,10,22,0,'2011-09-29 02:57:09'),(464,11,1,0,'2011-09-29 15:16:26'),(465,10,14,0,'2011-09-30 00:18:40'),(466,10,21,0,'2011-10-01 01:52:29'),(467,11,1,0,'2011-10-01 03:05:21'),(468,10,24,0,'2011-10-02 02:19:21'),(469,10,22,0,'2011-10-03 03:14:18'),(470,10,20,0,'2011-10-04 00:47:10'),(471,10,31,0,'2011-10-05 00:20:11'),(472,11,2,0,'2011-10-05 12:49:44'),(473,10,21,0,'2011-10-06 00:56:11'),(474,10,26,0,'2011-10-07 01:48:36'),(475,10,29,0,'2011-10-08 00:43:47'),(476,11,1,0,'2011-10-08 22:40:14'),(477,10,15,0,'2011-10-09 02:20:56'),(478,10,33,0,'2011-10-10 03:18:05'),(479,11,1,0,'2011-10-10 22:19:26'),(480,10,22,0,'2011-10-11 01:24:26'),(481,11,1,0,'2011-10-11 18:04:39'),(482,10,24,0,'2011-10-12 00:15:37'),(483,11,1,0,'2011-10-12 20:40:34'),(484,10,17,0,'2011-10-13 00:09:18'),(485,11,1,0,'2011-10-13 10:04:11'),(486,10,27,0,'2011-10-14 02:42:37'),(487,11,1,0,'2011-10-14 10:58:38'),(488,10,22,0,'2011-10-15 00:08:09'),(489,11,1,0,'2011-10-15 09:46:00'),(490,10,24,0,'2011-10-16 01:42:24'),(491,11,1,0,'2011-10-16 12:09:52'),(492,10,19,0,'2011-10-17 02:46:05'),(493,10,31,0,'2011-10-18 00:03:01'),(494,11,2,0,'2011-10-18 07:17:32'),(495,10,25,0,'2011-10-19 00:27:47'),(496,11,1,0,'2011-10-19 21:49:03'),(497,10,28,0,'2011-10-20 03:44:27'),(498,11,1,0,'2011-10-20 05:06:23'),(499,10,15,0,'2011-10-21 00:44:37'),(500,10,23,0,'2011-10-22 00:00:35'),(501,10,15,0,'2011-10-23 00:25:03'),(502,10,20,0,'2011-10-24 00:55:07'),(503,11,1,0,'2011-10-24 19:03:31'),(504,10,18,0,'2011-10-25 01:28:38'),(505,10,29,0,'2011-10-26 00:37:50'),(506,11,1,0,'2011-10-26 14:41:32'),(507,10,18,0,'2011-10-27 02:23:15'),(508,10,21,0,'2011-10-28 00:34:25'),(509,11,1,0,'2011-10-28 20:13:30'),(510,10,24,0,'2011-10-29 01:34:24'),(511,11,2,0,'2011-10-29 03:48:05'),(512,10,19,0,'2011-10-30 02:03:59'),(513,11,1,0,'2011-10-30 02:04:35'),(514,10,28,0,'2011-10-31 01:13:38'),(515,10,19,0,'2011-11-01 00:55:07'),(516,11,1,0,'2011-11-01 23:34:54'),(517,10,21,0,'2011-11-02 02:14:45'),(518,11,2,0,'2011-11-02 10:30:49'),(519,10,22,0,'2011-11-03 00:13:27'),(520,11,2,0,'2011-11-03 15:19:35'),(521,10,20,0,'2011-11-04 01:05:49'),(522,10,18,0,'2011-11-05 03:07:32'),(523,10,22,0,'2011-11-06 01:36:12'),(524,10,22,0,'2011-11-07 00:09:25'),(525,11,2,0,'2011-11-07 07:31:14'),(526,10,25,0,'2011-11-08 01:24:16'),(527,11,2,0,'2011-11-08 01:44:06'),(528,10,24,0,'2011-11-09 01:57:17'),(529,10,29,0,'2011-11-10 02:06:51'),(530,10,26,0,'2011-11-11 02:35:41'),(531,10,26,0,'2011-11-12 01:54:48'),(532,10,22,0,'2011-11-13 02:38:55'),(533,11,2,0,'2011-11-13 12:05:01'),(534,10,16,0,'2011-11-14 04:30:17'),(535,11,1,0,'2011-11-14 11:00:48'),(536,10,20,0,'2011-11-15 00:02:38'),(537,10,22,0,'2011-11-16 03:49:30'),(538,11,2,0,'2011-11-16 10:57:50'),(539,10,20,0,'2011-11-17 00:50:53'),(540,10,26,0,'2011-11-18 00:29:11'),(541,11,2,0,'2011-11-18 08:49:55'),(542,10,14,0,'2011-11-19 03:43:24'),(543,11,1,0,'2011-11-19 05:31:22'),(544,10,21,0,'2011-11-20 01:48:33'),(545,11,1,0,'2011-11-20 04:17:56'),(546,10,30,0,'2011-11-21 02:48:30'),(547,11,2,0,'2011-11-21 09:46:37'),(548,10,29,0,'2011-11-22 00:07:40'),(549,11,1,0,'2011-11-22 14:38:45'),(550,10,19,0,'2011-11-23 02:55:52'),(551,10,24,0,'2011-11-24 00:02:26'),(552,10,19,0,'2011-11-25 02:34:05'),(553,10,23,0,'2011-11-26 01:46:09'),(554,10,23,0,'2011-11-26 01:46:09'),(555,11,1,0,'2011-11-26 09:13:46'),(556,10,21,0,'2011-11-27 03:01:53'),(557,10,27,0,'2011-11-28 00:03:07'),(558,10,26,0,'2011-11-29 01:01:55'),(559,11,1,0,'2011-11-29 14:26:51'),(560,10,16,0,'2011-11-30 00:48:20'),(561,10,24,0,'2011-12-01 00:16:38'),(562,11,1,0,'2011-12-01 08:09:17'),(563,10,21,0,'2011-12-02 00:59:31'),(564,11,1,0,'2011-12-02 14:46:19'),(565,10,19,0,'2011-12-03 04:38:19'),(566,10,19,0,'2011-12-04 00:34:56'),(567,10,25,0,'2011-12-05 00:12:47'),(568,10,30,0,'2011-12-06 00:05:03'),(569,11,1,0,'2011-12-06 06:37:03'),(570,10,30,0,'2011-12-07 00:36:03'),(571,10,31,0,'2011-12-08 00:35:30'),(572,10,28,0,'2011-12-09 00:44:55'),(573,10,24,0,'2011-12-10 00:49:05'),(574,11,2,0,'2011-12-10 10:49:25'),(575,10,20,0,'2011-12-11 01:29:34'),(576,10,26,0,'2011-12-12 01:02:38'),(577,10,21,0,'2011-12-13 01:21:12'),(578,10,21,0,'2011-12-13 01:21:12'),(579,10,17,0,'2011-12-14 01:54:29'),(580,10,31,0,'2011-12-15 00:09:18'),(581,11,3,0,'2011-12-15 06:48:46'),(582,10,22,0,'2011-12-16 01:16:09'),(583,10,23,0,'2011-12-17 02:13:00'),(584,10,21,0,'2011-12-18 01:47:13'),(585,10,25,0,'2011-12-19 00:01:17'),(586,11,1,0,'2011-12-19 17:54:31'),(587,10,25,0,'2011-12-20 00:30:19'),(588,11,1,0,'2011-12-20 12:13:59'),(589,10,30,0,'2011-12-21 00:57:43'),(590,10,19,0,'2011-12-22 01:06:11'),(591,10,21,0,'2011-12-23 01:41:57'),(592,10,16,0,'2011-12-24 00:03:39'),(593,10,36,0,'2011-12-25 01:26:00'),(594,11,2,0,'2011-12-25 23:35:04'),(595,10,28,0,'2011-12-26 01:54:35'),(596,10,36,0,'2011-12-27 00:11:46'),(597,10,20,0,'2011-12-28 00:18:47'),(598,10,32,0,'2011-12-29 00:33:01'),(599,10,26,0,'2011-12-30 00:00:07'),(600,11,1,0,'2011-12-30 13:11:20'),(601,10,24,0,'2011-12-31 02:30:57'),(602,10,23,0,'2012-01-01 00:47:06'),(603,11,1,0,'2012-01-01 19:10:01'),(604,10,49,0,'2012-01-02 00:40:25'),(605,11,1,0,'2012-01-02 00:49:40'),(606,10,26,0,'2012-01-03 00:08:02'),(607,10,39,0,'2012-01-04 00:23:26'),(608,11,1,0,'2012-01-04 07:53:19'),(609,10,43,0,'2012-01-05 00:14:08'),(610,10,39,0,'2012-01-06 00:13:09'),(611,10,48,0,'2012-01-07 01:44:47'),(612,10,48,0,'2012-01-07 01:44:47'),(613,10,48,0,'2012-01-07 01:44:47'),(614,10,37,0,'2012-01-08 00:14:40'),(615,10,69,0,'2012-01-09 00:26:24'),(616,11,2,0,'2012-01-09 11:59:08'),(617,10,51,0,'2012-01-10 00:05:51'),(618,11,2,0,'2012-01-10 02:43:45'),(619,11,1,0,'2012-01-11 00:18:01'),(620,10,43,0,'2012-01-11 00:40:04'),(621,10,40,0,'2012-01-12 00:55:48'),(622,11,1,0,'2012-01-12 21:43:01'),(623,10,46,0,'2012-01-13 00:17:43'),(624,11,3,0,'2012-01-13 09:33:10'),(625,10,38,0,'2012-01-14 01:15:53'),(626,11,1,0,'2012-01-14 07:59:09'),(627,10,42,0,'2012-01-15 00:02:17'),(628,10,65,0,'2012-01-16 00:10:24'),(629,10,65,0,'2012-01-16 00:10:24'),(630,11,4,0,'2012-01-16 18:02:07'),(631,10,54,0,'2012-01-17 00:04:05'),(632,11,1,0,'2012-01-17 11:20:58'),(633,10,64,0,'2012-01-18 01:12:39'),(634,11,1,0,'2012-01-18 17:38:56'),(635,10,46,0,'2012-01-19 01:02:17'),(636,11,2,0,'2012-01-19 08:28:30'),(637,10,57,0,'2012-01-20 01:03:44'),(638,10,29,0,'2012-01-21 02:36:08'),(639,10,52,0,'2012-01-22 01:14:29'),(640,11,2,0,'2012-01-22 18:23:30'),(641,10,59,0,'2012-01-23 00:26:00'),(642,11,1,0,'2012-01-23 14:55:52'),(643,10,47,0,'2012-01-24 00:12:20'),(644,11,1,0,'2012-01-24 07:14:36'),(645,10,44,0,'2012-01-25 02:25:18'),(646,10,44,0,'2012-01-25 02:25:18'),(647,10,63,0,'2012-01-26 00:38:04'),(648,10,39,0,'2012-01-27 00:08:53'),(649,11,1,0,'2012-01-27 17:50:08'),(650,10,37,0,'2012-01-28 00:28:22'),(651,10,34,0,'2012-01-29 00:23:23'),(652,10,35,0,'2012-01-30 00:11:56'),(653,10,36,0,'2012-01-31 00:13:45'),(654,10,60,0,'2012-02-01 00:01:04'),(655,10,45,0,'2012-02-02 01:48:38'),(656,10,30,0,'2012-02-03 00:12:41'),(657,11,1,0,'2012-02-03 13:04:16'),(658,10,33,0,'2012-02-04 00:46:22'),(659,10,31,0,'2012-02-05 00:35:22'),(660,10,37,0,'2012-02-06 00:05:41'),(661,10,38,0,'2012-02-07 00:37:20'),(662,10,49,0,'2012-02-08 00:30:20'),(663,11,1,0,'2012-02-08 14:35:50'),(664,10,32,0,'2012-02-09 02:25:41'),(665,10,31,0,'2012-02-10 00:48:23'),(666,10,37,0,'2012-02-11 03:18:58'),(667,11,1,0,'2012-02-11 11:05:10'),(668,10,42,0,'2012-02-12 04:56:05'),(669,11,1,0,'2012-02-12 19:40:38'),(670,11,3,0,'2012-02-13 00:51:26'),(671,10,49,0,'2012-02-13 00:51:32'),(672,10,39,0,'2012-02-14 01:13:13'),(673,11,1,0,'2012-02-14 03:24:57'),(674,10,45,0,'2012-02-15 00:22:11'),(675,11,1,0,'2012-02-15 06:24:08'),(676,10,37,0,'2012-02-16 01:22:14'),(677,10,63,0,'2012-02-17 00:18:35'),(678,10,46,0,'2012-02-18 01:54:31'),(679,10,43,0,'2012-02-19 00:34:29'),(680,10,42,0,'2012-02-20 00:27:31'),(681,10,41,0,'2012-02-21 01:10:12'),(682,10,44,0,'2012-02-22 00:11:27'),(683,11,2,0,'2012-02-22 10:12:31'),(684,10,45,0,'2012-02-23 00:35:47'),(685,10,58,0,'2012-02-24 00:04:17'),(686,11,1,0,'2012-02-24 20:16:13'),(687,10,66,0,'2012-02-25 00:21:54'),(688,10,57,0,'2012-02-26 00:01:50'),(689,10,54,0,'2012-02-27 00:11:57'),(690,11,1,0,'2012-02-27 21:07:21'),(691,10,67,0,'2012-02-28 00:58:08'),(692,11,3,0,'2012-02-28 16:52:33'),(693,10,59,0,'2012-02-29 00:07:51'),(694,10,54,0,'2012-03-01 00:26:50'),(695,10,34,0,'2012-03-02 01:23:00'),(696,10,34,0,'2012-03-03 00:30:55'),(697,10,31,0,'2012-03-04 00:43:46'),(698,10,42,0,'2012-03-05 01:42:13'),(699,11,2,0,'2012-03-05 04:35:03'),(700,10,35,0,'2012-03-06 03:23:51'),(701,10,54,0,'2012-03-07 00:52:46'),(702,11,1,0,'2012-03-07 10:46:57'),(703,10,43,0,'2012-03-08 01:11:28'),(704,10,43,0,'2012-03-08 01:11:28'),(705,11,1,0,'2012-03-08 08:27:08'),(706,10,38,0,'2012-03-09 00:40:46'),(707,10,38,0,'2012-03-09 00:40:46'),(708,11,2,0,'2012-03-09 11:29:11'),(709,10,35,0,'2012-03-10 00:32:20'),(710,11,1,0,'2012-03-10 20:25:59'),(711,10,44,0,'2012-03-11 00:36:03'),(712,10,41,0,'2012-03-12 00:05:22'),(713,10,36,0,'2012-03-13 00:10:04'),(714,11,2,0,'2012-03-13 12:03:57'),(715,10,52,0,'2012-03-14 01:03:07'),(716,10,52,0,'2012-03-14 01:03:07'),(717,10,32,0,'2012-03-15 00:32:06'),(718,11,1,0,'2012-03-15 08:53:22'),(719,10,46,0,'2012-03-16 00:12:41'),(720,11,1,0,'2012-03-16 16:52:54'),(721,10,38,0,'2012-03-17 00:49:18'),(722,11,1,0,'2012-03-17 10:29:57'),(723,10,49,0,'2012-03-18 00:36:41'),(724,10,40,0,'2012-03-19 00:12:47'),(725,10,56,0,'2012-03-20 00:27:40'),(726,10,23,0,'2012-03-21 00:39:24'),(727,11,1,0,'2012-03-21 19:02:09'),(728,10,36,0,'2012-03-22 00:17:36'),(729,10,33,0,'2012-03-23 01:14:25'),(730,10,37,0,'2012-03-24 01:11:07'),(731,11,1,0,'2012-03-24 21:29:02'),(732,10,24,0,'2012-03-25 03:20:26'),(733,10,32,0,'2012-03-26 01:00:47'),(734,11,1,0,'2012-03-26 08:04:22'),(735,10,31,0,'2012-03-27 00:14:46'),(736,11,2,0,'2012-03-27 10:07:29'),(737,10,33,0,'2012-03-28 01:55:48'),(738,10,43,0,'2012-03-29 00:11:04'),(739,11,1,0,'2012-03-29 13:59:27'),(740,10,37,0,'2012-03-30 00:08:27'),(741,10,27,0,'2012-03-31 00:16:16'),(742,10,32,0,'2012-04-01 00:01:51'),(743,11,1,0,'2012-04-01 01:06:39'),(744,10,39,0,'2012-04-02 00:45:00'),(745,10,36,0,'2012-04-03 02:11:25'),(746,11,1,0,'2012-04-03 18:36:24'),(747,10,31,0,'2012-04-04 02:51:22'),(748,11,1,0,'2012-04-04 23:11:15'),(749,10,28,0,'2012-04-05 01:21:40'),(750,11,2,0,'2012-04-05 13:17:28'),(751,10,34,0,'2012-04-06 00:30:17'),(752,11,1,0,'2012-04-06 02:00:21'),(753,10,23,0,'2012-04-07 00:17:32'),(754,10,32,0,'2012-04-08 00:13:02'),(755,10,40,0,'2012-04-09 03:22:27'),(756,10,44,0,'2012-04-10 01:47:30'),(757,10,36,0,'2012-04-11 01:01:20'),(758,11,1,0,'2012-04-11 12:58:14'),(759,10,31,0,'2012-04-12 00:08:54'),(760,10,43,0,'2012-04-13 00:10:21'),(761,11,1,0,'2012-04-13 15:17:13'),(762,10,59,0,'2012-04-14 00:06:26'),(763,11,2,0,'2012-04-14 02:09:34'),(764,10,27,0,'2012-04-15 00:31:25'),(765,10,30,0,'2012-04-16 00:52:07'),(766,10,22,0,'2012-04-17 00:00:42'),(767,10,27,0,'2012-04-18 00:26:20'),(768,10,44,0,'2012-04-19 00:53:31'),(769,10,42,0,'2012-04-20 01:05:25'),(770,11,1,0,'2012-04-20 21:32:19'),(771,10,50,0,'2012-04-21 01:34:15'),(772,11,2,0,'2012-04-21 03:05:25'),(773,10,35,0,'2012-04-22 00:11:43'),(774,10,49,0,'2012-04-23 01:55:31'),(775,10,46,0,'2012-04-24 00:17:00'),(776,10,43,0,'2012-04-25 00:38:05'),(777,10,61,0,'2012-04-26 00:13:05'),(778,10,44,0,'2012-04-27 01:07:38'),(779,10,26,0,'2012-04-28 01:26:35'),(780,10,19,0,'2012-04-29 01:17:20'),(781,10,32,0,'2012-04-30 00:19:49'),(782,11,1,0,'2012-04-30 07:07:24'),(783,10,27,0,'2012-05-01 01:48:05'),(784,10,22,0,'2012-05-02 00:20:06'),(785,10,34,0,'2012-05-03 00:08:22'),(786,10,21,0,'2012-05-04 00:46:11'),(787,10,30,0,'2012-05-05 00:35:50'),(788,11,2,0,'2012-05-05 01:15:15'),(789,10,25,0,'2012-05-06 02:31:28'),(790,10,23,0,'2012-05-07 00:44:25'),(791,10,37,0,'2012-05-08 01:18:41'),(792,10,33,0,'2012-05-09 02:41:50'),(793,11,2,0,'2012-05-09 19:36:41'),(794,10,21,0,'2012-05-10 00:14:30'),(795,10,26,0,'2012-05-11 00:09:02'),(796,11,2,0,'2012-05-11 07:09:54'),(797,10,25,0,'2012-05-12 01:01:35'),(798,11,2,0,'2012-05-12 13:28:03'),(799,10,25,0,'2012-05-13 00:38:06'),(800,10,35,0,'2012-05-14 00:04:37'),(801,11,2,0,'2012-05-14 19:27:45'),(802,10,33,0,'2012-05-15 00:10:04'),(803,11,1,0,'2012-05-15 23:17:12'),(804,10,26,0,'2012-05-16 00:19:42'),(805,10,29,0,'2012-05-17 02:09:15'),(806,10,17,0,'2012-05-18 01:16:41'),(807,11,1,0,'2012-05-18 23:40:15'),(808,10,25,0,'2012-05-19 00:03:45'),(809,11,2,0,'2012-05-19 12:21:54'),(810,10,17,0,'2012-05-20 01:23:14'),(811,10,40,0,'2012-05-21 02:23:20'),(812,10,33,0,'2012-05-22 00:10:01'),(813,11,2,0,'2012-05-22 11:13:08'),(814,10,30,0,'2012-05-23 01:16:35'),(815,10,28,0,'2012-05-24 01:04:17'),(816,11,1,0,'2012-05-24 16:06:11'),(817,10,32,0,'2012-05-25 00:40:29'),(818,11,1,0,'2012-05-25 00:42:13'),(819,10,22,0,'2012-05-26 00:28:42'),(820,10,21,0,'2012-05-27 02:22:18'),(821,11,1,0,'2012-05-27 13:50:19'),(822,10,38,0,'2012-05-28 01:47:28'),(823,10,25,0,'2012-05-29 00:27:49'),(824,11,2,0,'2012-05-29 21:10:27'),(825,10,23,0,'2012-05-30 01:41:15'),(826,11,1,0,'2012-05-30 09:10:40'),(827,10,28,0,'2012-05-31 00:20:47'),(828,11,2,0,'2012-05-31 12:11:51'),(829,10,21,0,'2012-06-01 01:02:19'),(830,10,27,0,'2012-06-02 00:41:06'),(831,11,1,0,'2012-06-02 22:35:37'),(832,10,27,0,'2012-06-03 01:43:18'),(833,10,21,0,'2012-06-04 00:51:38'),(834,11,1,0,'2012-06-04 21:58:58'),(835,10,25,0,'2012-06-05 00:56:21'),(836,11,1,0,'2012-06-05 09:34:21'),(837,10,27,0,'2012-06-06 01:37:39'),(838,11,3,0,'2012-06-06 17:52:49'),(839,10,20,0,'2012-06-07 01:11:31'),(840,10,25,0,'2012-06-08 00:35:00'),(841,10,23,0,'2012-06-09 00:10:29'),(842,11,1,0,'2012-06-09 07:21:27'),(843,10,24,0,'2012-06-10 01:19:06'),(844,11,1,0,'2012-06-10 02:16:49'),(845,10,32,0,'2012-06-11 00:52:04'),(846,10,31,0,'2012-06-12 00:29:45'),(847,10,33,0,'2012-06-13 00:05:48'),(848,11,4,0,'2012-06-13 01:01:57'),(849,10,51,0,'2012-06-14 00:15:43'),(850,11,2,0,'2012-06-14 00:15:53'),(851,10,85,0,'2012-06-15 00:37:45'),(852,10,68,0,'2012-06-16 00:00:56'),(853,10,55,0,'2012-06-17 00:01:27'),(854,10,48,0,'2012-06-18 00:12:17'),(855,11,2,0,'2012-06-18 05:05:47'),(856,10,76,0,'2012-06-19 01:05:11'),(857,10,58,0,'2012-06-20 00:08:41'),(858,11,1,0,'2012-06-20 19:39:19'),(859,10,57,0,'2012-06-21 00:05:23'),(860,10,37,0,'2012-06-22 01:59:33'),(861,10,38,0,'2012-06-23 00:44:08'),(862,10,44,0,'2012-06-24 00:39:00'),(863,11,1,0,'2012-06-24 11:58:00'),(864,10,60,0,'2012-06-25 00:50:41'),(865,10,44,0,'2012-06-26 00:05:22'),(866,10,43,0,'2012-06-27 00:47:50'),(867,10,48,0,'2012-06-28 00:57:11'),(868,11,1,0,'2012-06-28 17:06:31'),(869,10,52,0,'2012-06-29 00:16:36'),(870,10,36,0,'2012-06-30 00:04:49'),(871,10,51,0,'2012-07-01 00:43:56'),(872,10,61,0,'2012-07-02 00:34:05'),(873,10,78,0,'2012-07-03 00:13:29'),(874,10,52,0,'2012-07-04 00:22:27'),(875,11,1,0,'2012-07-04 21:01:07'),(876,10,52,0,'2012-07-05 00:14:32'),(877,10,41,0,'2012-07-06 00:27:49'),(878,10,46,0,'2012-07-07 00:58:54'),(879,11,1,0,'2012-07-07 01:58:33'),(880,10,50,0,'2012-07-08 01:10:16'),(881,10,40,0,'2012-07-09 01:05:27'),(882,10,98,0,'2012-07-10 00:45:36'),(883,10,122,0,'2012-07-11 00:32:06'),(884,11,2,0,'2012-07-11 15:31:24'),(885,10,121,0,'2012-07-12 00:21:42'),(886,10,150,0,'2012-07-13 00:12:33'),(887,11,1,0,'2012-07-13 16:45:25'),(888,10,223,0,'2012-07-14 00:00:20'),(889,11,3,0,'2012-07-14 00:41:11'),(890,10,185,0,'2012-07-15 00:33:18'),(891,11,2,0,'2012-07-15 20:39:41'),(892,10,176,0,'2012-07-16 01:03:42'),(893,11,2,0,'2012-07-16 04:24:28'),(894,10,164,0,'2012-07-17 00:48:33'),(895,10,152,0,'2012-07-18 01:24:08'),(896,11,1,0,'2012-07-18 07:05:29'),(897,10,160,0,'2012-07-19 00:10:18'),(898,10,127,0,'2012-07-20 01:36:03'),(899,10,105,0,'2012-07-21 00:13:49'),(900,11,2,0,'2012-07-21 00:49:33'),(901,10,115,0,'2012-07-22 00:32:31'),(902,10,124,0,'2012-07-23 01:28:14'),(903,11,1,0,'2012-07-23 07:32:23'),(904,10,124,0,'2012-07-24 01:01:42'),(905,11,2,0,'2012-07-24 11:08:43'),(906,10,166,0,'2012-07-25 00:25:25'),(907,10,125,0,'2012-07-26 00:16:13'),(908,10,140,0,'2012-07-27 00:08:13'),(909,10,71,0,'2012-07-28 00:02:43'),(910,10,29,0,'2012-07-29 03:18:44'),(911,10,41,0,'2012-07-30 00:32:26'),(912,10,42,0,'2012-07-31 00:27:04'),(913,11,1,0,'2012-07-31 22:39:29'),(914,10,31,0,'2012-08-01 00:00:26'),(915,11,1,0,'2012-08-01 16:11:03'),(916,10,40,0,'2012-08-02 00:56:34'),(917,10,42,0,'2012-08-03 00:58:04'),(918,10,36,0,'2012-08-04 00:08:54'),(919,11,1,0,'2012-08-04 16:32:44'),(920,10,40,0,'2012-08-05 00:43:06'),(921,10,39,0,'2012-08-06 03:12:24'),(922,10,58,0,'2012-08-07 00:19:06'),(923,11,1,0,'2012-08-07 20:05:10'),(924,10,54,0,'2012-08-08 00:04:09'),(925,10,29,0,'2012-08-09 03:25:19'),(926,10,37,0,'2012-08-10 00:31:10'),(927,11,1,0,'2012-08-10 04:45:01'),(928,10,31,0,'2012-08-11 00:15:06'),(929,10,52,0,'2012-08-12 00:01:54'),(930,10,39,0,'2012-08-13 00:12:20'),(931,10,49,0,'2012-08-14 00:16:49'),(932,10,47,0,'2012-08-15 00:15:16'),(933,10,32,0,'2012-08-16 01:46:35'),(934,10,35,0,'2012-08-17 00:39:25'),(935,10,49,0,'2012-08-18 01:09:57'),(936,11,1,0,'2012-08-18 05:33:19'),(937,10,30,0,'2012-08-19 00:25:32'),(938,11,1,0,'2012-08-19 11:04:33'),(939,10,38,0,'2012-08-20 00:22:39'),(940,10,38,0,'2012-08-21 00:15:09'),(941,10,41,0,'2012-08-22 00:01:11'),(942,10,46,0,'2012-08-23 01:34:08'),(943,11,1,0,'2012-08-23 21:11:56'),(944,10,48,0,'2012-08-24 02:10:43'),(945,11,2,0,'2012-08-24 02:14:06'),(946,10,54,0,'2012-08-25 00:00:46'),(947,11,1,0,'2012-08-25 13:11:50'),(948,10,48,0,'2012-08-26 00:06:59'),(949,11,2,0,'2012-08-26 05:03:04'),(950,10,65,0,'2012-08-27 01:49:10'),(951,11,3,0,'2012-08-27 02:24:32'),(952,10,38,0,'2012-08-28 02:24:45'),(953,11,2,0,'2012-08-28 11:36:53'),(954,10,33,0,'2012-08-29 00:08:41'),(955,10,33,0,'2012-08-30 02:25:57'),(956,10,12,0,'2012-08-31 00:29:39'),(957,10,2,0,'2012-09-02 16:19:44'),(958,11,1,0,'2012-09-02 17:59:42'),(959,10,3,0,'2012-09-03 09:06:45'),(960,10,15,0,'2012-09-04 12:46:52'),(961,10,37,0,'2012-09-05 01:03:21'),(962,11,2,0,'2012-09-05 10:53:28'),(963,10,29,0,'2012-09-06 00:36:59'),(964,10,25,0,'2012-09-07 01:03:52'),(965,10,26,0,'2012-09-08 01:37:44'),(966,10,30,0,'2012-09-09 00:04:51'),(967,10,23,0,'2012-09-10 01:47:33'),(968,11,1,0,'2012-09-10 18:30:04'),(969,10,67,0,'2012-09-11 00:11:31'),(970,11,1,0,'2012-09-11 04:53:05'),(971,10,33,0,'2012-09-12 01:41:08'),(972,10,28,0,'2012-09-13 00:21:28'),(973,11,2,0,'2012-09-13 19:13:55'),(974,10,39,0,'2012-09-14 00:02:00'),(975,11,1,0,'2012-09-14 13:03:55'),(976,10,37,0,'2012-09-15 00:42:11'),(977,10,37,0,'2012-09-16 01:16:00'),(978,10,49,0,'2012-09-17 00:52:22'),(979,11,2,0,'2012-09-17 22:51:27'),(980,10,35,0,'2012-09-18 00:15:41'),(981,11,2,0,'2012-09-18 11:09:26'),(982,10,34,0,'2012-09-19 02:34:48'),(983,11,2,0,'2012-09-19 11:11:50'),(984,10,28,0,'2012-09-20 00:49:29'),(985,11,1,0,'2012-09-20 21:13:44'),(986,10,19,0,'2012-09-21 01:17:48'),(987,10,13,0,'2012-09-22 00:06:13'),(988,10,27,0,'2012-09-23 01:54:24'),(989,10,29,0,'2012-09-24 01:09:09'),(990,11,1,0,'2012-09-24 16:53:59'),(991,10,31,0,'2012-09-25 00:26:50'),(992,10,21,0,'2012-09-26 02:21:53'),(993,10,22,0,'2012-09-27 02:06:37'),(994,11,2,0,'2012-09-27 15:54:29'),(995,10,14,0,'2012-09-28 03:42:45'),(996,11,1,0,'2012-09-28 16:38:49'),(997,10,20,0,'2012-09-29 00:51:46'),(998,10,25,0,'2012-09-30 00:25:55'),(999,11,3,0,'2012-09-30 15:23:29'),(1000,10,16,0,'2012-10-01 04:06:27'),(1001,10,23,0,'2012-10-02 00:07:10'),(1002,10,23,0,'2012-10-03 00:13:18'),(1003,11,1,0,'2012-10-03 19:05:45'),(1004,10,14,0,'2012-10-04 02:28:14'),(1005,11,1,0,'2012-10-04 20:20:49'),(1006,10,14,0,'2012-10-05 01:06:10'),(1007,11,2,0,'2012-10-05 14:17:54'),(1008,10,22,0,'2012-10-06 00:48:21'),(1009,11,1,0,'2012-10-06 20:09:57'),(1010,10,22,0,'2012-10-07 02:57:32'),(1011,11,6,0,'2012-10-07 14:02:31'),(1012,10,16,0,'2012-10-08 01:55:09'),(1013,11,3,0,'2012-10-08 18:12:52'),(1014,10,28,0,'2012-10-09 00:14:21'),(1015,11,3,0,'2012-10-09 16:24:58'),(1016,10,24,0,'2012-10-10 00:51:38'),(1017,11,1,0,'2012-10-10 13:38:21'),(1018,10,33,0,'2012-10-11 00:07:18'),(1019,11,2,0,'2012-10-11 19:17:42'),(1020,10,22,0,'2012-10-12 00:51:37'),(1021,11,2,0,'2012-10-12 13:54:22'),(1022,10,34,0,'2012-10-13 03:24:34'),(1023,11,2,0,'2012-10-13 17:57:09'),(1024,10,20,0,'2012-10-14 00:20:01'),(1025,11,2,0,'2012-10-14 03:15:30'),(1026,10,21,0,'2012-10-15 01:08:21'),(1027,11,2,0,'2012-10-15 05:21:02'),(1028,10,32,0,'2012-10-16 00:20:58'),(1029,11,1,0,'2012-10-16 20:19:55'),(1030,10,25,0,'2012-10-17 00:33:58'),(1031,11,1,0,'2012-10-17 13:59:50'),(1032,10,29,0,'2012-10-18 00:05:28'),(1033,11,1,0,'2012-10-18 13:22:52'),(1034,10,32,0,'2012-10-19 00:10:45'),(1035,11,3,0,'2012-10-19 07:34:23'),(1036,10,31,0,'2012-10-20 01:46:16'),(1037,11,1,0,'2012-10-20 20:07:34'),(1038,10,28,0,'2012-10-21 00:01:25'),(1039,11,1,0,'2012-10-21 14:23:51'),(1040,10,40,0,'2012-10-22 01:05:24'),(1041,11,2,0,'2012-10-22 03:43:56'),(1042,10,49,0,'2012-10-23 00:09:48'),(1043,11,3,0,'2012-10-23 08:16:14'),(1044,10,31,0,'2012-10-24 01:25:06'),(1045,11,1,0,'2012-10-24 21:36:54'),(1046,10,31,0,'2012-10-25 00:21:49'),(1047,11,1,0,'2012-10-25 14:28:45'),(1048,10,31,0,'2012-10-26 01:49:47'),(1049,11,1,0,'2012-10-26 19:57:20'),(1050,10,34,0,'2012-10-27 00:25:24'),(1051,11,1,0,'2012-10-27 19:31:41'),(1052,10,21,0,'2012-10-28 01:00:50'),(1053,11,1,0,'2012-10-28 18:30:35'),(1054,10,35,0,'2012-10-29 00:40:27'),(1055,11,1,0,'2012-10-29 14:19:14'),(1056,10,33,0,'2012-10-30 03:06:48'),(1057,11,1,0,'2012-10-30 17:53:33'),(1058,10,41,0,'2012-10-31 01:49:46'),(1059,11,2,0,'2012-10-31 11:13:43'),(1060,10,35,0,'2012-11-01 00:20:39'),(1061,11,2,0,'2012-11-01 13:36:39'),(1062,10,31,0,'2012-11-02 00:09:26'),(1063,10,24,0,'2012-11-03 01:21:32'),(1064,10,31,0,'2012-11-04 00:50:00'),(1065,10,34,0,'2012-11-05 00:09:08'),(1066,11,1,0,'2012-11-05 19:37:20'),(1067,10,32,0,'2012-11-06 00:01:06'),(1068,10,38,0,'2012-11-07 00:35:36'),(1069,11,1,0,'2012-11-07 23:40:11'),(1070,10,37,0,'2012-11-08 00:40:32'),(1071,11,3,0,'2012-11-08 09:17:02'),(1072,10,31,0,'2012-11-09 01:17:26'),(1073,11,2,0,'2012-11-09 16:04:56'),(1074,10,33,0,'2012-11-10 00:41:45'),(1075,10,27,0,'2012-11-11 06:18:48'),(1076,11,1,0,'2012-11-11 15:06:37'),(1077,10,30,0,'2012-11-12 00:09:58'),(1078,10,42,0,'2012-11-13 00:04:32'),(1079,10,43,0,'2012-11-14 00:07:50'),(1080,10,31,0,'2012-11-15 01:38:30'),(1081,11,1,0,'2012-11-15 12:15:54'),(1082,11,1,0,'2012-11-16 01:44:13'),(1083,10,23,0,'2012-11-16 02:01:52'),(1084,10,25,0,'2012-11-17 00:06:24'),(1085,10,31,0,'2012-11-18 01:36:07'),(1086,11,1,0,'2012-11-18 19:58:25'),(1087,10,27,0,'2012-11-19 01:07:03'),(1088,10,53,0,'2012-11-20 00:02:08'),(1089,11,5,0,'2012-11-20 01:42:43'),(1090,10,32,0,'2012-11-21 01:01:16'),(1091,11,2,0,'2012-11-21 02:26:12'),(1092,10,29,0,'2012-11-22 00:17:49'),(1093,10,36,0,'2012-11-23 00:22:02'),(1094,11,1,0,'2012-11-23 04:50:55'),(1095,10,30,0,'2012-11-24 01:07:31'),(1096,10,17,0,'2012-11-25 03:57:12'),(1097,11,1,0,'2012-11-25 05:52:04'),(1098,10,27,0,'2012-11-26 02:08:36'),(1099,10,41,0,'2012-11-27 00:21:34'),(1100,11,3,0,'2012-11-27 00:50:42'),(1101,10,36,0,'2012-11-28 00:30:40'),(1102,11,1,0,'2012-11-28 16:07:30'),(1103,10,34,0,'2012-11-29 01:49:37'),(1104,11,2,0,'2012-11-29 08:12:29'),(1105,10,42,0,'2012-11-30 00:30:43'),(1106,11,1,0,'2012-11-30 23:49:24'),(1107,10,36,0,'2012-12-01 00:47:27'),(1108,10,40,0,'2012-12-02 00:14:13'),(1109,11,2,0,'2012-12-02 13:11:26'),(1110,10,39,0,'2012-12-03 00:15:08'),(1111,11,1,0,'2012-12-03 02:54:22'),(1112,10,32,0,'2012-12-04 00:10:48'),(1113,11,4,0,'2012-12-04 10:09:21'),(1114,10,37,0,'2012-12-05 01:35:58'),(1115,10,37,0,'2012-12-06 00:14:28'),(1116,10,35,0,'2012-12-07 01:10:48'),(1117,11,1,0,'2012-12-07 18:10:10'),(1118,10,34,0,'2012-12-08 00:16:38'),(1119,10,33,0,'2012-12-09 01:24:01'),(1120,10,33,0,'2012-12-10 00:44:22'),(1121,11,1,0,'2012-12-10 00:44:39'),(1122,10,36,0,'2012-12-11 00:59:58'),(1123,11,2,0,'2012-12-11 12:41:45'),(1124,10,48,0,'2012-12-12 01:38:54'),(1125,11,1,0,'2012-12-12 09:46:31'),(1126,10,29,0,'2012-12-13 00:01:56'),(1127,11,1,0,'2012-12-13 13:59:34'),(1128,10,38,0,'2012-12-14 00:16:36'),(1129,10,33,0,'2012-12-15 01:20:39'),(1130,10,33,0,'2012-12-15 01:20:39'),(1131,11,1,0,'2012-12-15 04:41:27'),(1132,10,26,0,'2012-12-16 03:52:37'),(1133,10,36,0,'2012-12-17 00:11:40'),(1134,11,2,0,'2012-12-17 04:43:05'),(1135,10,45,0,'2012-12-18 00:24:11'),(1136,11,3,0,'2012-12-18 04:28:52'),(1137,10,42,0,'2012-12-19 00:08:01'),(1138,11,4,0,'2012-12-19 08:13:45'),(1139,10,50,0,'2012-12-20 02:57:16'),(1140,10,36,0,'2012-12-21 00:46:49'),(1141,11,2,0,'2012-12-21 04:22:03'),(1142,10,36,0,'2012-12-22 00:09:44'),(1143,11,1,0,'2012-12-22 13:24:01'),(1144,10,33,0,'2012-12-23 00:38:16'),(1145,10,35,0,'2012-12-24 00:07:51'),(1146,11,1,0,'2012-12-24 19:45:00'),(1147,10,35,0,'2012-12-25 00:38:02'),(1148,10,33,0,'2012-12-26 00:06:06'),(1149,11,1,0,'2012-12-26 12:14:04'),(1150,10,40,0,'2012-12-27 00:26:57'),(1151,11,1,0,'2012-12-27 16:49:15'),(1152,10,35,0,'2012-12-28 00:26:48'),(1153,11,1,0,'2012-12-28 08:27:19'),(1154,10,45,0,'2012-12-29 00:12:20'),(1155,11,1,0,'2012-12-29 20:11:34'),(1156,10,32,0,'2012-12-30 00:14:26'),(1157,11,1,0,'2012-12-30 17:25:09'),(1158,10,31,0,'2012-12-31 02:41:45'),(1159,11,1,0,'2012-12-31 08:49:27'),(1160,10,45,0,'2013-01-01 00:11:34'),(1161,11,2,0,'2013-01-01 00:16:03'),(1162,10,28,0,'2013-01-02 00:37:29'),(1163,11,1,0,'2013-01-02 21:56:31'),(1164,10,40,0,'2013-01-03 00:34:40'),(1165,11,1,0,'2013-01-03 21:40:04'),(1166,10,28,0,'2013-01-04 01:13:48'),(1167,10,30,0,'2013-01-05 01:46:42'),(1168,11,1,0,'2013-01-05 17:59:56'),(1169,10,25,0,'2013-01-06 06:07:32'),(1170,10,37,0,'2013-01-07 02:24:29'),(1171,10,36,0,'2013-01-08 01:13:17'),(1172,11,2,0,'2013-01-08 12:24:53'),(1173,10,26,0,'2013-01-09 00:05:26'),(1174,11,1,0,'2013-01-09 16:28:20'),(1175,10,35,0,'2013-01-10 02:09:34'),(1176,11,1,0,'2013-01-10 06:37:20'),(1177,10,44,0,'2013-01-11 00:44:18'),(1178,11,4,0,'2013-01-11 06:01:25'),(1179,10,38,0,'2013-01-12 01:42:41'),(1180,11,2,0,'2013-01-12 21:00:12'),(1181,10,36,0,'2013-01-13 00:24:50'),(1182,11,1,0,'2013-01-13 23:58:06'),(1183,10,25,0,'2013-01-14 01:31:26'),(1184,11,1,0,'2013-01-14 16:44:48'),(1185,10,30,0,'2013-01-15 00:17:59'),(1186,10,27,0,'2013-01-16 02:53:03'),(1187,10,44,0,'2013-01-17 00:55:46'),(1188,10,30,0,'2013-01-18 00:11:43'),(1189,10,29,0,'2013-01-19 00:03:04'),(1190,11,1,0,'2013-01-19 00:17:37'),(1191,10,43,0,'2013-01-20 00:12:15'),(1192,11,1,0,'2013-01-20 23:32:28'),(1193,10,25,0,'2013-01-21 00:02:55'),(1194,11,1,0,'2013-01-21 21:48:47'),(1195,10,36,0,'2013-01-22 00:51:37'),(1196,11,1,0,'2013-01-22 18:05:07'),(1197,10,28,0,'2013-01-23 01:40:39'),(1198,11,1,0,'2013-01-23 16:29:15'),(1199,10,30,0,'2013-01-24 00:44:23'),(1200,10,30,0,'2013-01-24 00:44:23'),(1201,11,1,0,'2013-01-24 02:34:52'),(1202,10,30,0,'2013-01-25 00:52:15'),(1203,10,27,0,'2013-01-26 00:53:55'),(1204,11,2,0,'2013-01-26 11:47:20'),(1205,10,28,0,'2013-01-27 04:09:19'),(1206,11,2,0,'2013-01-27 17:41:19'),(1207,10,31,0,'2013-01-28 02:38:25'),(1208,11,1,0,'2013-01-28 13:55:02'),(1209,10,33,0,'2013-01-29 00:07:26'),(1210,11,1,0,'2013-01-29 10:10:42'),(1211,10,32,0,'2013-01-30 05:21:25'),(1212,11,2,0,'2013-01-30 05:30:09'),(1213,10,50,0,'2013-01-31 01:23:07'),(1214,11,2,0,'2013-01-31 07:21:14'),(1215,10,42,0,'2013-02-01 02:19:25'),(1216,11,2,0,'2013-02-01 03:02:46'),(1217,10,31,0,'2013-02-02 01:05:37'),(1218,11,1,0,'2013-02-02 08:13:26'),(1219,10,36,0,'2013-02-03 02:12:32'),(1220,11,1,0,'2013-02-03 20:40:43'),(1221,10,36,0,'2013-02-04 00:35:00'),(1222,10,37,0,'2013-02-05 01:17:19'),(1223,11,3,0,'2013-02-05 11:01:08'),(1224,10,34,0,'2013-02-06 00:05:00'),(1225,10,46,0,'2013-02-07 00:15:25'),(1226,10,40,0,'2013-02-08 00:07:51'),(1227,11,3,0,'2013-02-08 01:01:38'),(1228,10,39,0,'2013-02-09 00:06:05'),(1229,11,2,0,'2013-02-09 21:08:48'),(1230,10,33,0,'2013-02-10 00:16:58'),(1231,11,1,0,'2013-02-10 03:27:49'),(1232,10,35,0,'2013-02-11 00:30:49'),(1233,10,43,0,'2013-02-12 00:56:17'),(1234,10,41,0,'2013-02-13 00:15:26'),(1235,11,1,0,'2013-02-13 08:23:36'),(1236,10,51,0,'2013-02-14 00:10:42'),(1237,11,2,0,'2013-02-14 16:42:51'),(1238,10,20,0,'2013-02-15 01:54:56'),(1239,10,36,0,'2013-02-16 01:50:43'),(1240,11,1,0,'2013-02-16 23:17:32'),(1241,10,45,0,'2013-02-17 00:10:31'),(1242,11,1,0,'2013-02-17 05:09:01'),(1243,10,23,0,'2013-02-18 00:37:23'),(1244,11,1,0,'2013-02-18 12:42:12'),(1245,10,51,0,'2013-02-19 00:32:56'),(1246,11,3,0,'2013-02-19 13:48:51'),(1247,10,32,0,'2013-02-20 01:14:05'),(1248,11,1,0,'2013-02-20 18:51:29'),(1249,10,29,0,'2013-02-21 00:16:22'),(1250,10,405,0,'2013-02-22 00:47:14'),(1251,11,1,0,'2013-02-22 14:11:35'),(1252,10,45,0,'2013-02-23 00:21:46'),(1253,11,2,0,'2013-02-23 06:09:19'),(1254,10,25,0,'2013-02-24 03:22:06'),(1255,11,1,0,'2013-02-24 11:20:06'),(1256,10,55,0,'2013-02-25 00:12:50'),(1257,10,34,0,'2013-02-26 00:16:43'),(1258,11,1,0,'2013-02-26 11:46:27'),(1259,10,42,0,'2013-02-27 00:25:48'),(1260,10,59,0,'2013-02-28 00:22:41'),(1261,11,1,0,'2013-02-28 20:50:21'),(1262,10,38,0,'2013-03-01 01:02:12'),(1263,11,2,0,'2013-03-01 05:59:57'),(1264,10,56,0,'2013-03-02 00:00:41'),(1265,11,4,0,'2013-03-02 05:02:08'),(1266,10,45,0,'2013-03-03 00:06:26'),(1267,10,34,0,'2013-03-04 00:43:37'),(1268,10,61,0,'2013-03-05 01:12:00'),(1269,11,4,0,'2013-03-05 08:26:42'),(1270,10,35,0,'2013-03-06 01:11:48'),(1271,11,1,0,'2013-03-06 20:35:22'),(1272,10,53,0,'2013-03-07 01:06:18'),(1273,11,2,0,'2013-03-07 03:54:23'),(1274,10,50,0,'2013-03-08 00:05:31'),(1275,10,45,0,'2013-03-09 00:21:00'),(1276,10,59,0,'2013-03-10 00:12:49'),(1277,11,1,0,'2013-03-10 08:29:44'),(1278,10,60,0,'2013-03-11 00:41:26'),(1279,10,70,0,'2013-03-12 00:21:33'),(1280,11,2,0,'2013-03-12 12:18:03'),(1281,10,60,0,'2013-03-13 00:13:23'),(1282,11,1,0,'2013-03-13 08:56:40'),(1283,10,38,0,'2013-03-14 05:33:20'),(1284,10,51,0,'2013-03-15 00:17:45'),(1285,10,39,0,'2013-03-16 00:22:13'),(1286,11,1,0,'2013-03-16 18:27:38'),(1287,10,27,0,'2013-03-17 00:19:17'),(1288,10,44,0,'2013-03-18 01:07:13'),(1289,10,51,0,'2013-03-19 01:03:46'),(1290,11,2,0,'2013-03-19 09:52:43'),(1291,10,29,0,'2013-03-20 02:42:33'),(1292,11,1,0,'2013-03-20 12:33:27'),(1293,11,1,0,'2013-03-21 00:12:13'),(1294,10,67,0,'2013-03-21 00:28:42'),(1295,10,31,0,'2013-03-22 00:03:53'),(1296,11,3,0,'2013-03-22 09:06:45'),(1297,10,42,0,'2013-03-23 00:49:57'),(1298,11,1,0,'2013-03-23 20:48:24'),(1299,10,38,0,'2013-03-24 00:32:32'),(1300,10,57,0,'2013-03-25 00:19:11'),(1301,10,49,0,'2013-03-26 00:53:31'),(1302,11,1,0,'2013-03-26 14:07:04'),(1303,10,41,0,'2013-03-27 00:32:19'),(1304,10,36,0,'2013-03-28 01:46:58'),(1305,11,2,0,'2013-03-28 13:55:13'),(1306,10,58,0,'2013-03-29 00:17:04'),(1307,11,2,0,'2013-03-29 00:17:35'),(1308,10,48,0,'2013-03-30 00:31:01'),(1309,11,1,0,'2013-03-30 00:54:14'),(1310,10,50,0,'2013-03-31 01:22:45'),(1311,11,1,0,'2013-03-31 21:36:34'),(1312,10,46,0,'2013-04-01 01:38:51'),(1313,10,46,0,'2013-04-02 00:45:41'),(1314,11,1,0,'2013-04-02 12:12:25'),(1315,10,52,0,'2013-04-03 00:16:42'),(1316,11,1,0,'2013-04-03 07:35:58'),(1317,10,38,0,'2013-04-04 00:34:01'),(1318,11,1,0,'2013-04-04 02:48:28'),(1319,10,48,0,'2013-04-05 00:24:23'),(1320,11,2,0,'2013-04-05 06:00:55'),(1321,10,34,0,'2013-04-06 00:17:01'),(1322,11,1,0,'2013-04-06 20:35:10'),(1323,10,56,0,'2013-04-07 05:23:47'),(1324,10,23,0,'2013-04-08 00:02:48'),(1325,10,37,0,'2013-04-09 00:32:02'),(1326,11,3,0,'2013-04-09 06:47:17'),(1327,10,59,0,'2013-04-10 01:06:41'),(1328,11,1,0,'2013-04-10 22:56:54'),(1329,10,37,0,'2013-04-11 00:05:15'),(1330,10,38,0,'2013-04-12 00:06:09'),(1331,10,47,0,'2013-04-13 00:09:15'),(1332,11,2,0,'2013-04-13 03:47:08'),(1333,10,27,0,'2013-04-14 00:26:17'),(1334,10,31,0,'2013-04-15 00:10:35'),(1335,11,2,0,'2013-04-15 00:10:58'),(1336,10,56,0,'2013-04-16 00:33:01'),(1337,11,1,0,'2013-04-16 01:38:55'),(1338,10,53,0,'2013-04-17 00:45:47'),(1339,10,44,0,'2013-04-18 00:16:47'),(1340,11,1,0,'2013-04-18 22:22:05'),(1341,10,47,0,'2013-04-19 03:14:21'),(1342,10,39,0,'2013-04-20 00:06:37'),(1343,10,50,0,'2013-04-21 00:54:27'),(1344,11,1,0,'2013-04-21 20:50:18'),(1345,10,80,0,'2013-04-22 00:47:04'),(1346,11,20,0,'2013-04-22 11:05:28'),(1347,10,65,0,'2013-04-23 00:09:11'),(1348,11,2,0,'2013-04-23 11:11:26'),(1349,10,27,0,'2013-04-24 00:24:00'),(1350,10,27,0,'2013-04-24 00:24:00'),(1351,11,1,0,'2013-04-24 18:53:56'),(1352,10,34,0,'2013-04-25 01:17:25'),(1353,11,1,0,'2013-04-25 15:15:23'),(1354,10,52,0,'2013-04-26 01:46:08'),(1355,11,7,0,'2013-04-26 11:53:50'),(1356,10,43,0,'2013-04-27 00:02:36'),(1357,11,2,0,'2013-04-27 06:57:40'),(1358,10,41,0,'2013-04-28 00:47:20'),(1359,11,1,0,'2013-04-28 18:02:09'),(1360,10,60,0,'2013-04-29 00:32:00'),(1361,11,1,0,'2013-04-29 11:37:33'),(1362,10,43,0,'2013-04-30 01:13:53'),(1363,11,2,0,'2013-04-30 06:04:38'),(1364,10,34,0,'2013-05-01 04:51:37'),(1365,10,39,0,'2013-05-02 00:12:17'),(1366,11,2,0,'2013-05-02 02:52:40'),(1367,10,40,0,'2013-05-03 00:19:21'),(1368,11,2,0,'2013-05-03 08:05:36'),(1369,10,34,0,'2013-05-04 01:07:28'),(1370,10,34,0,'2013-05-04 01:07:28'),(1371,11,1,0,'2013-05-04 14:25:31'),(1372,10,68,0,'2013-05-05 00:34:29'),(1373,10,38,0,'2013-05-06 00:03:22'),(1374,11,5,0,'2013-05-06 01:53:16'),(1375,10,47,0,'2013-05-07 00:01:45'),(1376,11,1,0,'2013-05-07 10:43:46'),(1377,11,2,0,'2013-05-08 00:04:07'),(1378,10,24,0,'2013-05-08 01:08:22'),(1379,10,48,0,'2013-05-09 00:40:18'),(1380,10,33,0,'2013-05-10 00:45:35'),(1381,11,1,0,'2013-05-10 23:53:59'),(1382,10,31,0,'2013-05-11 00:55:34'),(1383,10,77,0,'2013-05-12 00:36:47'),(1384,11,1,0,'2013-05-12 21:30:17'),(1385,10,44,0,'2013-05-13 00:25:20'),(1386,11,3,0,'2013-05-13 02:34:24'),(1387,10,30,0,'2013-05-14 00:38:47'),(1388,11,2,0,'2013-05-14 01:30:54'),(1389,10,52,0,'2013-05-15 00:17:35'),(1390,10,66,0,'2013-05-16 00:05:33'),(1391,11,2,0,'2013-05-16 13:58:13'),(1392,10,21,0,'2013-05-17 00:17:41'),(1393,11,2,0,'2013-05-17 00:50:15'),(1394,10,32,0,'2013-05-18 01:02:34'),(1395,10,32,0,'2013-05-18 01:02:34'),(1396,11,2,0,'2013-05-18 02:31:12'),(1397,10,41,0,'2013-05-19 05:13:38'),(1398,11,1,0,'2013-05-19 09:14:40'),(1399,10,36,0,'2013-05-20 00:13:56'),(1400,11,1,0,'2013-05-20 14:32:50'),(1401,10,43,0,'2013-05-21 01:06:07'),(1402,11,2,0,'2013-05-21 01:55:35'),(1403,10,34,0,'2013-05-22 00:03:00'),(1404,10,34,0,'2013-05-22 00:03:00'),(1405,10,34,0,'2013-05-22 00:03:00'),(1406,10,34,0,'2013-05-23 00:18:28'),(1407,10,32,0,'2013-05-24 00:20:47'),(1408,11,1,0,'2013-05-24 05:37:13'),(1409,10,34,0,'2013-05-25 00:38:31'),(1410,11,3,0,'2013-05-25 05:02:36'),(1411,10,36,0,'2013-05-26 00:02:44'),(1412,10,43,0,'2013-05-27 00:31:56'),(1413,11,2,0,'2013-05-27 22:23:02'),(1414,10,37,0,'2013-05-28 00:54:18'),(1415,11,1,0,'2013-05-28 01:27:42'),(1416,10,43,0,'2013-05-29 00:12:57'),(1417,11,1,0,'2013-05-29 07:44:22'),(1418,10,43,0,'2013-05-30 00:48:01'),(1419,11,3,0,'2013-05-30 01:31:53'),(1420,10,39,0,'2013-05-31 00:39:55'),(1421,10,42,0,'2013-06-01 00:23:29'),(1422,10,34,0,'2013-06-02 00:53:42'),(1423,11,1,0,'2013-06-02 20:40:11'),(1424,10,49,0,'2013-06-03 00:27:24'),(1425,11,1,0,'2013-06-03 08:00:23'),(1426,10,48,0,'2013-06-04 00:45:37'),(1427,11,2,0,'2013-06-04 00:46:54'),(1428,10,38,0,'2013-06-05 00:12:13'),(1429,10,30,0,'2013-06-06 01:54:32'),(1430,11,1,0,'2013-06-06 03:18:55'),(1431,10,43,0,'2013-06-07 01:20:00'),(1432,11,1,0,'2013-06-07 01:28:27'),(1433,10,33,0,'2013-06-08 00:09:38'),(1434,11,3,0,'2013-06-08 03:36:57'),(1435,10,38,0,'2013-06-09 02:19:54'),(1436,10,32,0,'2013-06-10 04:48:05'),(1437,10,44,0,'2013-06-11 00:49:10'),(1438,11,1,0,'2013-06-11 00:59:03'),(1439,10,54,0,'2013-06-12 00:05:11'),(1440,11,2,0,'2013-06-12 17:16:48'),(1441,10,50,0,'2013-06-13 01:25:42'),(1442,11,3,0,'2013-06-13 15:20:56'),(1443,10,31,0,'2013-06-14 00:41:36'),(1444,11,1,0,'2013-06-14 11:21:07'),(1445,10,32,0,'2013-06-15 00:07:59'),(1446,10,30,0,'2013-06-16 03:50:29'),(1447,10,39,0,'2013-06-17 00:13:04'),(1448,11,4,0,'2013-06-17 08:21:33'),(1449,10,51,0,'2013-06-18 01:04:58'),(1450,11,2,0,'2013-06-18 01:27:58'),(1451,10,27,0,'2013-06-19 00:05:53'),(1452,11,3,0,'2013-06-19 01:14:22'),(1453,10,49,0,'2013-06-20 02:06:00'),(1454,11,1,0,'2013-06-20 11:44:55'),(1455,10,25,0,'2013-06-21 00:48:31'),(1456,11,2,0,'2013-06-21 00:48:34'),(1457,10,36,0,'2013-06-22 00:35:45'),(1458,10,44,0,'2013-06-23 00:00:31'),(1459,11,1,0,'2013-06-23 03:32:30'),(1460,10,51,0,'2013-06-24 02:39:45'),(1461,11,1,0,'2013-06-24 02:39:58'),(1462,10,32,0,'2013-06-25 00:57:19'),(1463,11,2,0,'2013-06-25 01:27:32'),(1464,10,38,0,'2013-06-26 00:11:46'),(1465,10,37,0,'2013-06-27 01:01:42'),(1466,11,2,0,'2013-06-27 15:51:40'),(1467,10,32,0,'2013-06-28 00:51:25'),(1468,10,32,0,'2013-06-28 00:51:25'),(1469,10,43,0,'2013-06-29 01:29:07'),(1470,10,29,0,'2013-06-30 02:11:27'),(1471,10,33,0,'2013-07-01 02:17:35'),(1472,10,36,0,'2013-07-02 00:37:17'),(1473,11,2,0,'2013-07-02 01:28:35'),(1474,10,21,0,'2013-07-03 01:36:29'),(1475,10,60,0,'2013-07-04 04:39:44'),(1476,11,6,0,'2013-07-04 11:00:42'),(1477,10,31,0,'2013-07-05 00:48:39'),(1478,10,44,0,'2013-07-06 00:01:09'),(1479,11,1,0,'2013-07-06 07:40:07'),(1480,10,39,0,'2013-07-07 01:50:32'),(1481,10,49,0,'2013-07-08 01:57:43'),(1482,11,6,0,'2013-07-08 06:15:21'),(1483,10,29,0,'2013-07-09 02:00:43'),(1484,11,1,0,'2013-07-09 02:01:30'),(1485,10,53,0,'2013-07-10 00:16:13'),(1486,11,2,0,'2013-07-10 17:05:47'),(1487,10,26,0,'2013-07-11 01:20:11'),(1488,10,26,0,'2013-07-11 01:20:11'),(1489,11,2,0,'2013-07-11 02:24:56'),(1490,10,28,0,'2013-07-12 02:29:50'),(1491,11,1,0,'2013-07-12 15:20:55'),(1492,10,31,0,'2013-07-13 00:16:37'),(1493,11,2,0,'2013-07-13 00:16:48'),(1494,10,28,0,'2013-07-14 01:11:57'),(1495,11,1,0,'2013-07-14 02:13:42'),(1496,10,35,0,'2013-07-15 00:31:40'),(1497,11,2,0,'2013-07-15 07:49:47'),(1498,10,32,0,'2013-07-16 01:14:27'),(1499,11,3,0,'2013-07-16 01:28:46'),(1500,10,35,0,'2013-07-17 00:05:12'),(1501,11,1,0,'2013-07-17 13:56:10'),(1502,10,27,0,'2013-07-18 03:44:49'),(1503,11,1,0,'2013-07-18 06:40:11'),(1504,10,33,0,'2013-07-19 00:10:47'),(1505,11,3,0,'2013-07-19 02:13:03'),(1506,10,30,0,'2013-07-20 00:01:40'),(1507,10,60,0,'2013-07-21 00:39:12'),(1508,11,3,0,'2013-07-21 01:34:54'),(1509,10,25,0,'2013-07-22 00:06:00'),(1510,11,2,0,'2013-07-22 10:52:15'),(1511,10,53,0,'2013-07-23 00:59:49'),(1512,11,2,0,'2013-07-23 01:00:36'),(1513,10,30,0,'2013-07-24 03:25:52'),(1514,11,2,0,'2013-07-24 05:49:50'),(1515,10,32,0,'2013-07-25 00:58:53'),(1516,10,32,0,'2013-07-25 00:58:53'),(1517,11,2,0,'2013-07-25 07:12:41'),(1518,10,25,0,'2013-07-26 01:13:36'),(1519,10,32,0,'2013-07-27 00:36:46'),(1520,10,40,0,'2013-07-28 03:22:39'),(1521,11,1,0,'2013-07-28 06:32:07'),(1522,10,28,0,'2013-07-29 00:15:44'),(1523,11,3,0,'2013-07-30 00:29:19'),(1524,10,39,0,'2013-07-30 00:41:24'),(1525,10,39,0,'2013-07-31 00:33:38'),(1526,10,32,0,'2013-08-01 00:24:14'),(1527,10,23,0,'2013-08-02 01:25:47'),(1528,11,1,0,'2013-08-02 02:32:35'),(1529,10,34,0,'2013-08-03 00:10:24'),(1530,10,47,0,'2013-08-04 00:32:22'),(1531,10,50,0,'2013-08-05 00:41:22'),(1532,11,2,0,'2013-08-05 08:25:03'),(1533,10,24,0,'2013-08-06 02:48:54'),(1534,10,33,0,'2013-08-07 00:21:21'),(1535,10,35,0,'2013-08-08 02:20:51'),(1536,11,2,0,'2013-08-09 00:29:29'),(1537,10,40,0,'2013-08-09 01:58:27'),(1538,10,26,0,'2013-08-10 02:27:49'),(1539,11,21,0,'2013-08-10 17:52:18'),(1540,10,43,0,'2013-08-11 00:30:18'),(1541,11,3,0,'2013-08-11 05:45:48'),(1542,10,77,0,'2013-08-12 00:50:58'),(1543,11,1,0,'2013-08-12 15:54:28'),(1544,10,107,0,'2013-08-13 00:24:35'),(1545,11,1,0,'2013-08-13 05:14:22'),(1546,10,91,0,'2013-08-14 00:39:40'),(1547,11,2,0,'2013-08-14 00:39:54'),(1548,10,32,0,'2013-08-15 01:56:34'),(1549,10,32,0,'2013-08-15 01:56:34'),(1550,10,64,0,'2013-08-16 01:07:46'),(1551,10,36,0,'2013-08-17 01:35:12'),(1552,10,30,0,'2013-08-18 03:43:01'),(1553,10,34,0,'2013-08-19 03:00:58'),(1554,11,1,0,'2013-08-19 22:02:04'),(1555,10,27,0,'2013-08-20 00:23:01'),(1556,10,36,0,'2013-08-21 00:38:08'),(1557,10,37,0,'2013-08-22 01:25:00'),(1558,11,1,0,'2013-08-22 23:49:17'),(1559,10,43,0,'2013-08-23 01:18:32'),(1560,10,55,0,'2013-08-24 03:19:47'),(1561,10,59,0,'2013-08-25 00:07:58'),(1562,10,33,0,'2013-08-26 05:00:15'),(1563,10,42,0,'2013-08-27 01:42:26'),(1564,10,33,0,'2013-08-28 00:39:12'),(1565,10,34,0,'2013-08-29 03:39:44'),(1566,11,1,0,'2013-08-29 08:21:01'),(1567,10,43,0,'2013-08-30 00:03:43'),(1568,10,37,0,'2013-08-31 05:16:52'),(1569,10,145,0,'2013-09-01 00:19:45'),(1570,10,81,0,'2013-09-02 00:02:37'),(1571,10,37,0,'2013-09-03 01:13:00'),(1572,10,42,0,'2013-09-04 00:24:21'),(1573,10,32,0,'2013-09-05 01:53:42'),(1574,11,1,0,'2013-09-05 05:55:54'),(1575,10,51,0,'2013-09-06 01:46:59'),(1576,11,2,0,'2013-09-06 02:09:48'),(1577,10,33,0,'2013-09-07 02:03:50'),(1578,10,33,0,'2013-09-08 00:09:34'),(1579,11,1,0,'2013-09-08 19:17:18'),(1580,10,40,0,'2013-09-09 02:30:05'),(1581,10,40,0,'2013-09-09 02:30:05'),(1582,11,11,0,'2013-09-09 11:01:29'),(1583,10,45,0,'2013-09-10 00:02:42'),(1584,11,2,0,'2013-09-10 10:21:29'),(1585,10,33,0,'2013-09-11 00:40:02'),(1586,10,34,0,'2013-09-12 03:22:50'),(1587,10,31,0,'2013-09-13 02:13:12'),(1588,11,2,0,'2013-09-13 02:13:25'),(1589,10,38,0,'2013-09-14 02:09:47'),(1590,10,30,0,'2013-09-15 03:24:14'),(1591,10,32,0,'2013-09-16 00:49:35'),(1592,11,3,0,'2013-09-16 07:47:53'),(1593,10,46,0,'2013-09-17 01:14:01'),(1594,11,1,0,'2013-09-17 02:18:53'),(1595,10,14,0,'2013-09-18 05:41:33'),(1596,10,10,0,'2013-09-19 03:25:09'),(1597,10,10,0,'2013-09-20 00:20:49'),(1598,10,10,0,'2013-09-21 01:35:52'),(1599,10,11,0,'2013-09-22 00:14:18'),(1600,11,1,0,'2013-09-22 21:51:22'),(1601,10,20,0,'2013-09-23 00:09:50'),(1602,10,12,0,'2013-09-24 03:56:01'),(1603,11,1,0,'2013-09-24 22:07:29'),(1604,10,12,0,'2013-09-25 01:13:06'),(1605,10,9,0,'2013-09-26 02:50:19'),(1606,10,10,0,'2013-09-27 00:14:20'),(1607,11,1,0,'2013-09-27 22:01:32'),(1608,10,6,0,'2013-09-28 03:08:56'),(1609,10,17,0,'2013-09-29 01:44:15'),(1610,11,1,0,'2013-09-29 21:54:07'),(1611,10,10,0,'2013-09-30 01:10:48'),(1612,10,15,0,'2013-10-01 07:05:15'),(1613,11,1,0,'2013-10-01 19:30:48'),(1614,10,21,0,'2013-10-02 05:07:14'),(1615,11,1,0,'2013-10-02 14:40:19'),(1616,10,15,0,'2013-10-03 00:12:25'),(1617,11,1,0,'2013-10-03 02:36:10'),(1618,10,4,0,'2013-10-04 02:26:45'),(1619,11,3,0,'2013-10-04 02:26:57'),(1620,10,16,0,'2013-10-05 01:07:02'),(1621,10,8,0,'2013-10-06 01:26:41'),(1622,10,9,0,'2013-10-07 03:42:25'),(1623,10,12,0,'2013-10-08 06:58:27'),(1624,10,6,0,'2013-10-09 12:02:38'),(1625,10,8,0,'2013-10-10 01:20:06'),(1626,11,2,0,'2013-10-10 09:00:04'),(1627,10,15,0,'2013-10-11 05:59:30'),(1628,10,14,0,'2013-10-12 00:38:56'),(1629,11,1,0,'2013-10-12 21:20:42'),(1630,10,12,0,'2013-10-13 02:30:51'),(1631,10,17,0,'2013-10-14 01:28:39'),(1632,11,3,0,'2013-10-14 02:25:47'),(1633,10,14,0,'2013-10-15 00:05:37'),(1634,11,1,0,'2013-10-15 00:24:30'),(1635,10,13,0,'2013-10-16 00:22:19'),(1636,10,14,0,'2013-10-17 01:37:41'),(1637,11,1,0,'2013-10-17 23:45:06'),(1638,10,12,0,'2013-10-18 01:03:20'),(1639,11,1,0,'2013-10-18 01:24:19'),(1640,10,11,0,'2013-10-19 01:44:02'),(1641,10,10,0,'2013-10-20 05:08:03'),(1642,10,16,0,'2013-10-21 00:04:51'),(1643,10,16,0,'2013-10-22 01:20:51'),(1644,10,10,0,'2013-10-23 02:05:04'),(1645,11,1,0,'2013-10-23 18:24:16'),(1646,10,10,0,'2013-10-24 01:51:38'),(1647,10,7,0,'2013-10-25 00:49:43'),(1648,10,13,0,'2013-10-26 01:29:32'),(1649,10,14,0,'2013-10-27 01:08:43'),(1650,11,1,0,'2013-10-27 22:41:48'),(1651,10,17,0,'2013-10-28 00:02:11'),(1652,11,2,0,'2013-10-28 12:07:02'),(1653,10,75,0,'2013-10-29 00:29:09'),(1654,10,18,0,'2013-10-30 01:30:01'),(1655,10,20,0,'2013-10-31 00:21:58'),(1656,11,1,0,'2013-10-31 21:50:27'),(1657,10,14,0,'2013-11-01 00:27:25'),(1658,11,2,0,'2013-11-01 05:41:14'),(1659,10,3,0,'2013-11-02 05:35:13'),(1660,10,21,0,'2013-11-03 00:35:41'),(1661,11,2,0,'2013-11-03 11:14:16'),(1662,10,27,0,'2013-11-04 00:47:55'),(1663,10,10,0,'2013-11-05 02:57:05'),(1664,11,1,0,'2013-11-05 21:09:51'),(1665,10,22,0,'2013-11-06 00:16:57'),(1666,11,3,0,'2013-11-06 00:17:43'),(1667,10,25,0,'2013-11-07 00:01:42'),(1668,11,4,0,'2013-11-07 04:23:31'),(1669,10,19,0,'2013-11-08 00:39:50'),(1670,11,3,0,'2013-11-08 13:13:39'),(1671,10,9,0,'2013-11-09 04:51:45'),(1672,10,6,0,'2013-11-10 00:54:14'),(1673,11,1,0,'2013-11-10 14:47:05'),(1674,10,10,0,'2013-11-11 00:16:58'),(1675,10,19,0,'2013-11-12 02:14:16'),(1676,10,20,0,'2013-11-13 01:13:38'),(1677,10,9,0,'2013-11-14 05:41:56'),(1678,10,13,0,'2013-11-15 04:04:19'),(1679,10,11,0,'2013-11-16 02:11:49'),(1680,10,20,0,'2013-11-17 03:18:20'),(1681,11,3,0,'2013-11-17 07:33:38'),(1682,10,9,0,'2013-11-18 00:04:11'),(1683,10,14,0,'2013-11-19 02:51:40'),(1684,10,17,0,'2013-11-20 06:34:54'),(1685,11,1,0,'2013-11-20 13:17:23'),(1686,10,16,0,'2013-11-21 00:48:03'),(1687,10,8,0,'2013-11-22 03:40:12'),(1688,10,19,0,'2013-11-23 00:04:25'),(1689,10,15,0,'2013-11-24 03:34:26'),(1690,10,13,0,'2013-11-25 00:12:41'),(1691,11,1,0,'2013-11-25 07:44:33'),(1692,10,14,0,'2013-11-26 04:39:21'),(1693,10,16,0,'2013-11-27 02:26:02'),(1694,11,1,0,'2013-11-28 00:53:26'),(1695,10,11,0,'2013-11-28 02:54:02'),(1696,10,18,0,'2013-11-29 00:33:36'),(1697,11,1,0,'2013-11-29 21:29:45'),(1698,10,10,0,'2013-11-30 03:10:07'),(1699,11,1,0,'2013-11-30 13:18:46'),(1700,10,22,0,'2013-12-01 01:50:06'),(1701,11,2,0,'2013-12-01 06:44:18'),(1702,10,13,0,'2013-12-02 05:51:40'),(1703,10,9,0,'2013-12-03 00:45:29'),(1704,10,13,0,'2013-12-04 01:03:37'),(1705,11,1,0,'2013-12-04 01:04:36'),(1706,10,18,0,'2013-12-05 00:07:42'),(1707,10,18,0,'2013-12-06 00:13:12'),(1708,11,1,0,'2013-12-06 11:35:30'),(1709,10,15,0,'2013-12-07 02:55:27'),(1710,10,10,0,'2013-12-08 00:20:29'),(1711,10,83,0,'2013-12-09 00:10:41'),(1712,10,111,0,'2013-12-10 00:10:03'),(1713,10,132,0,'2013-12-11 00:14:23'),(1714,11,1,0,'2013-12-11 08:55:58'),(1715,10,130,0,'2013-12-12 00:07:32'),(1716,11,1,0,'2013-12-12 06:49:54'),(1717,10,123,0,'2013-12-13 00:09:14'),(1718,10,129,0,'2013-12-14 00:04:24'),(1719,10,128,0,'2013-12-15 00:07:40'),(1720,11,2,0,'2013-12-15 08:14:50'),(1721,10,126,0,'2013-12-16 00:13:20'),(1722,10,133,0,'2013-12-17 00:01:05'),(1723,11,2,0,'2013-12-17 09:22:14'),(1724,10,125,0,'2013-12-18 00:07:17'),(1725,11,2,0,'2013-12-18 07:21:31'),(1726,10,113,0,'2013-12-19 00:10:43'),(1727,11,1,0,'2013-12-19 09:56:04'),(1728,10,132,0,'2013-12-20 00:07:33'),(1729,10,126,0,'2013-12-21 00:10:44'),(1730,11,2,0,'2013-12-21 02:30:34'),(1731,10,131,0,'2013-12-22 00:07:30'),(1732,11,1,0,'2013-12-22 15:35:40'),(1733,10,136,0,'2013-12-23 00:05:07'),(1734,11,2,0,'2013-12-23 18:08:41'),(1735,10,137,0,'2013-12-24 00:08:36'),(1736,11,2,0,'2013-12-24 01:40:17'),(1737,10,119,0,'2013-12-25 00:09:34'),(1738,10,128,0,'2013-12-26 00:08:52'),(1739,11,1,0,'2013-12-26 13:13:21'),(1740,10,128,0,'2013-12-27 00:03:43'),(1741,10,116,0,'2013-12-28 00:10:31'),(1742,10,44,0,'2013-12-29 00:12:47'),(1743,11,1,0,'2013-12-29 06:02:07'),(1744,10,48,0,'2013-12-30 05:32:51'),(1745,10,19,0,'2013-12-31 01:47:23'),(1746,10,85,0,'2014-01-01 02:13:41'),(1747,11,1,0,'2014-01-01 07:02:23'),(1748,10,13,0,'2014-01-02 01:36:41'),(1749,11,1,0,'2014-01-02 08:16:25'),(1750,10,13,0,'2014-01-03 03:06:05'),(1751,11,1,0,'2014-01-03 11:17:12'),(1752,10,5,0,'2014-01-04 02:04:33'),(1753,10,13,0,'2014-01-05 05:09:49'),(1754,11,2,0,'2014-01-05 11:43:34'),(1755,10,7,0,'2014-01-06 02:40:52'),(1756,11,1,0,'2014-01-06 21:56:02'),(1757,10,12,0,'2014-01-07 03:08:36'),(1758,11,1,0,'2014-01-07 03:19:58'),(1759,10,12,0,'2014-01-08 04:51:14'),(1760,11,1,0,'2014-01-08 21:16:19'),(1761,10,18,0,'2014-01-09 02:11:54'),(1762,11,1,0,'2014-01-09 17:03:01'),(1763,10,7,0,'2014-01-10 02:13:19'),(1764,10,23,0,'2014-01-11 01:02:48'),(1765,11,3,0,'2014-01-11 02:16:26'),(1766,10,14,0,'2014-01-12 04:41:53'),(1767,11,2,0,'2014-01-12 09:48:30'),(1768,10,9,0,'2014-01-13 03:59:16'),(1769,11,2,0,'2014-01-13 12:22:10'),(1770,10,16,0,'2014-01-14 01:34:11'),(1771,11,1,0,'2014-01-14 17:52:38'),(1772,10,22,0,'2014-01-15 01:10:49'),(1773,11,2,0,'2014-01-15 09:22:20'),(1774,10,22,0,'2014-01-16 00:23:15'),(1775,11,1,0,'2014-01-16 09:58:09'),(1776,10,14,0,'2014-01-17 00:59:54'),(1777,10,13,0,'2014-01-18 00:01:01'),(1778,11,1,0,'2014-01-18 18:22:33'),(1779,10,11,0,'2014-01-19 01:14:04'),(1780,11,1,0,'2014-01-19 09:05:24'),(1781,10,23,0,'2014-01-20 00:48:09'),(1782,11,1,0,'2014-01-20 16:02:25'),(1783,10,25,0,'2014-01-21 06:08:46'),(1784,10,21,0,'2014-01-22 00:15:49'),(1785,11,1,0,'2014-01-22 07:56:22'),(1786,11,1,0,'2014-01-22 07:56:22'),(1787,10,25,0,'2014-01-23 00:26:09'),(1788,11,3,0,'2014-01-23 13:12:13'),(1789,10,28,0,'2014-01-24 01:04:19'),(1790,11,1,0,'2014-01-24 23:00:02'),(1791,10,37,0,'2014-01-25 02:17:06'),(1792,11,2,0,'2014-01-25 18:15:20'),(1793,10,13,0,'2014-01-26 01:13:37'),(1794,10,14,0,'2014-01-27 00:00:42'),(1795,11,1,0,'2014-01-27 04:59:41'),(1796,10,13,0,'2014-01-28 03:06:49'),(1797,11,1,0,'2014-01-28 22:13:46'),(1798,10,59,0,'2014-01-29 07:48:57'),(1799,11,3,0,'2014-01-29 13:24:54'),(1800,10,86,0,'2014-01-30 00:07:13'),(1801,11,3,0,'2014-01-30 03:09:09'),(1802,10,76,0,'2014-01-31 00:04:14'),(1803,10,49,0,'2014-02-01 00:01:43'),(1804,11,2,0,'2014-02-01 09:24:19'),(1805,10,22,0,'2014-02-02 00:50:52'),(1806,11,2,0,'2014-02-02 00:52:11'),(1807,10,6,0,'2014-02-03 02:17:02'),(1808,11,1,0,'2014-02-03 16:54:43'),(1809,10,63,0,'2014-02-04 00:11:12'),(1810,11,1,0,'2014-02-04 11:31:12'),(1811,10,91,0,'2014-02-05 00:18:27'),(1812,10,15,0,'2014-02-06 00:20:58'),(1813,10,16,0,'2014-02-07 01:04:18'),(1814,11,1,0,'2014-02-07 01:15:33'),(1815,10,39,0,'2014-02-08 01:05:02'),(1816,11,2,0,'2014-02-08 01:05:17'),(1817,10,68,0,'2014-02-09 03:18:10'),(1818,11,4,0,'2014-02-09 03:19:48'),(1819,10,21,0,'2014-02-10 01:03:15'),(1820,10,24,0,'2014-02-11 00:25:00'),(1821,11,1,0,'2014-02-11 21:25:14'),(1822,10,19,0,'2014-02-12 01:44:12'),(1823,11,1,0,'2014-02-12 06:16:57'),(1824,10,39,0,'2014-02-13 00:35:41'),(1825,10,18,0,'2014-02-14 01:59:54'),(1826,10,21,0,'2014-02-15 00:54:59'),(1827,10,12,0,'2014-02-16 01:46:53'),(1828,11,1,0,'2014-02-16 22:52:19'),(1829,10,9,0,'2014-02-17 00:40:47'),(1830,10,9,0,'2014-02-18 02:19:00'),(1831,11,3,0,'2014-02-18 14:46:44'),(1832,10,17,0,'2014-02-19 00:56:32'),(1833,11,1,0,'2014-02-19 17:52:59'),(1834,10,13,0,'2014-02-20 00:22:07'),(1835,11,3,0,'2014-02-20 00:22:24'),(1836,10,11,0,'2014-02-21 00:59:22'),(1837,11,1,0,'2014-02-21 18:22:54'),(1838,10,20,0,'2014-02-22 03:18:18'),(1839,11,1,0,'2014-02-22 07:34:19'),(1840,10,40,0,'2014-02-23 00:23:25'),(1841,11,1,0,'2014-02-23 21:58:23'),(1842,10,57,0,'2014-02-24 00:28:38'),(1843,11,4,0,'2014-02-24 08:44:39'),(1844,10,42,0,'2014-02-25 00:04:27'),(1845,11,1,0,'2014-02-25 22:45:01'),(1846,10,10,0,'2014-02-26 00:46:04'),(1847,11,1,0,'2014-02-26 21:14:05'),(1848,10,68,0,'2014-02-27 02:53:36'),(1849,11,3,0,'2014-02-27 14:03:19'),(1850,10,55,0,'2014-02-28 00:14:01'),(1851,11,1,0,'2014-02-28 01:35:07'),(1852,10,27,0,'2014-03-01 00:16:58'),(1853,11,1,0,'2014-03-01 02:17:30'),(1854,10,9,0,'2014-03-02 03:01:15'),(1855,10,11,0,'2014-03-03 08:56:35'),(1856,11,2,0,'2014-03-03 19:37:30'),(1857,10,63,0,'2014-03-04 00:01:27'),(1858,11,1,0,'2014-03-04 09:15:55'),(1859,10,64,0,'2014-03-05 00:15:43'),(1860,10,10,0,'2014-03-06 00:53:28'),(1861,11,1,0,'2014-03-06 18:49:45'),(1862,10,15,0,'2014-03-07 03:38:19'),(1863,11,1,0,'2014-03-07 09:34:56'),(1864,10,22,0,'2014-03-08 01:16:27'),(1865,10,54,0,'2014-03-09 00:05:06'),(1866,10,40,0,'2014-03-10 00:07:03'),(1867,11,2,0,'2014-03-10 09:49:19'),(1868,10,27,0,'2014-03-11 00:28:04'),(1869,11,1,0,'2014-03-11 17:24:51'),(1870,10,18,0,'2014-03-12 00:18:23'),(1871,11,2,0,'2014-03-12 00:19:23'),(1872,10,12,0,'2014-03-13 03:15:28'),(1873,10,8,0,'2014-03-14 00:07:45'),(1874,11,1,0,'2014-03-14 01:52:13'),(1875,10,13,0,'2014-03-15 04:01:56'),(1876,11,1,0,'2014-03-15 20:43:02'),(1877,10,35,0,'2014-03-16 01:37:28'),(1878,11,1,0,'2014-03-16 05:11:49'),(1879,10,8,0,'2014-03-17 03:36:24'),(1880,11,2,0,'2014-03-17 11:07:52'),(1881,10,17,0,'2014-03-18 02:21:11'),(1882,11,6,0,'2014-03-18 18:31:18'),(1883,10,28,0,'2014-03-19 07:53:27'),(1884,10,60,0,'2014-03-20 00:14:26'),(1885,10,19,0,'2014-03-21 01:32:14'),(1886,11,1,0,'2014-03-21 01:33:50'),(1887,10,14,0,'2014-03-22 05:38:15'),(1888,10,20,0,'2014-03-23 01:53:26'),(1889,11,2,0,'2014-03-23 09:48:10'),(1890,10,14,0,'2014-03-24 00:44:56'),(1891,11,1,0,'2014-03-24 20:03:13'),(1892,10,30,0,'2014-03-25 04:19:59'),(1893,11,2,0,'2014-03-25 17:19:05'),(1894,10,150,0,'2014-03-26 00:07:31'),(1895,10,11,0,'2014-03-27 00:11:10'),(1896,10,5,0,'2014-03-28 00:28:22'),(1897,10,36,0,'2014-03-29 00:53:48'),(1898,10,19,0,'2014-03-30 00:12:49'),(1899,10,16,0,'2014-03-31 00:04:19'),(1900,10,121,0,'2014-04-01 03:28:33'),(1901,11,3,0,'2014-04-01 17:11:34'),(1902,10,250,0,'2014-04-02 00:03:56'),(1903,11,2,0,'2014-04-02 03:57:19'),(1904,10,154,0,'2014-04-03 00:00:22'),(1905,11,4,0,'2014-04-03 14:05:18'),(1906,10,12,0,'2014-04-04 01:54:35'),(1907,11,1,0,'2014-04-04 14:50:26'),(1908,10,18,0,'2014-04-05 00:47:01'),(1909,11,2,0,'2014-04-05 02:55:18'),(1910,10,84,0,'2014-04-06 00:41:00'),(1911,10,111,0,'2014-04-07 00:01:59'),(1912,11,1,0,'2014-04-07 23:27:20'),(1913,10,101,0,'2014-04-08 00:10:02'),(1914,11,1,0,'2014-04-08 13:10:36'),(1915,10,115,0,'2014-04-09 00:07:46'),(1916,11,1,0,'2014-04-09 01:56:46'),(1917,10,115,0,'2014-04-10 00:03:03'),(1918,11,2,0,'2014-04-10 00:32:11'),(1919,10,117,0,'2014-04-11 00:11:09'),(1920,10,111,0,'2014-04-12 00:03:52'),(1921,10,109,0,'2014-04-13 00:11:45'),(1922,11,2,0,'2014-04-13 12:57:54'),(1923,10,104,0,'2014-04-14 00:04:36'),(1924,10,114,0,'2014-04-15 00:12:32'),(1925,11,1,0,'2014-04-15 13:13:37'),(1926,10,102,0,'2014-04-16 00:05:26'),(1927,10,103,0,'2014-04-17 00:13:35'),(1928,10,110,0,'2014-04-18 00:06:38'),(1929,11,1,0,'2014-04-18 19:48:11'),(1930,10,113,0,'2014-04-19 00:14:20'),(1931,10,128,0,'2014-04-20 00:07:09'),(1932,11,21,0,'2014-04-20 14:23:51'),(1933,10,123,0,'2014-04-21 00:00:12'),(1934,11,3,0,'2014-04-21 18:22:36'),(1935,10,110,0,'2014-04-22 00:07:59'),(1936,11,2,0,'2014-04-22 13:06:50'),(1937,10,45,0,'2014-04-23 00:00:58'),(1938,10,34,0,'2014-04-24 00:48:28'),(1939,11,3,0,'2014-04-24 01:16:43'),(1940,10,17,0,'2014-04-25 01:01:14'),(1941,11,1,0,'2014-04-25 06:55:34'),(1942,10,12,0,'2014-04-26 02:18:28'),(1943,10,11,0,'2014-04-27 01:53:16'),(1944,10,21,0,'2014-04-28 00:56:18'),(1945,11,3,0,'2014-04-28 04:05:15'),(1946,10,15,0,'2014-04-29 00:47:00'),(1947,11,2,0,'2014-04-29 14:54:01'),(1948,10,9,0,'2014-04-30 06:25:40'),(1949,11,1,0,'2014-04-30 19:43:04'),(1950,10,14,0,'2014-05-01 01:33:50'),(1951,10,20,0,'2014-05-02 02:32:51'),(1952,11,2,0,'2014-05-02 21:29:14'),(1953,10,22,0,'2014-05-03 00:35:40'),(1954,10,6,0,'2014-05-04 00:42:00'),(1955,10,18,0,'2014-05-05 01:59:00'),(1956,11,2,0,'2014-05-05 13:47:40'),(1957,10,17,0,'2014-05-06 00:49:20'),(1958,11,1,0,'2014-05-06 17:35:04'),(1959,10,30,0,'2014-05-07 01:19:38'),(1960,11,2,0,'2014-05-07 01:21:43'),(1961,10,17,0,'2014-05-08 02:18:06'),(1962,10,15,0,'2014-05-09 03:28:34'),(1963,10,20,0,'2014-05-10 03:29:46'),(1964,11,1,0,'2014-05-10 14:38:47'),(1965,10,53,0,'2014-05-11 01:22:04'),(1966,11,1,0,'2014-05-11 11:08:31'),(1967,10,43,0,'2014-05-12 00:29:52'),(1968,11,2,0,'2014-05-12 18:36:04'),(1969,10,75,0,'2014-05-13 00:34:37'),(1970,11,1,0,'2014-05-13 05:06:55'),(1971,10,214,0,'2014-05-14 00:37:56'),(1972,10,243,0,'2014-05-15 00:05:40'),(1973,11,5,0,'2014-05-15 08:54:05'),(1974,10,129,0,'2014-05-16 00:02:11'),(1975,10,51,0,'2014-05-17 00:57:46'),(1976,11,1,0,'2014-05-17 22:30:50'),(1977,10,220,0,'2014-05-18 01:16:14'),(1978,11,2,0,'2014-05-18 08:32:36'),(1979,10,224,0,'2014-05-19 00:04:05'),(1980,10,217,0,'2014-05-20 00:06:30'),(1981,10,240,0,'2014-05-21 00:03:38'),(1982,11,2,0,'2014-05-21 03:37:58'),(1983,10,246,0,'2014-05-22 00:04:03'),(1984,10,214,0,'2014-05-23 00:03:25'),(1985,10,207,0,'2014-05-24 00:02:23'),(1986,11,1,0,'2014-05-24 08:25:08'),(1987,10,217,0,'2014-05-25 00:03:11'),(1988,10,218,0,'2014-05-26 00:04:29'),(1989,10,227,0,'2014-05-27 00:08:05'),(1990,10,219,0,'2014-05-28 00:05:53'),(1991,10,230,0,'2014-05-29 00:06:52'),(1992,11,1,0,'2014-05-29 14:53:02'),(1993,10,228,0,'2014-05-30 00:03:03'),(1994,11,1,0,'2014-05-30 23:08:34'),(1995,10,231,0,'2014-05-31 00:04:06'),(1996,10,212,0,'2014-06-01 00:02:14'),(1997,11,2,0,'2014-06-01 06:02:37'),(1998,10,216,0,'2014-06-02 00:03:58'),(1999,11,1,0,'2014-06-02 16:30:49'),(2000,10,217,0,'2014-06-03 00:06:30'),(2001,11,2,0,'2014-06-03 01:02:24'),(2002,10,233,0,'2014-06-04 00:03:39'),(2003,11,2,0,'2014-06-04 02:30:03'),(2004,10,207,0,'2014-06-05 00:05:27'),(2005,10,224,0,'2014-06-06 00:01:36'),(2006,11,2,0,'2014-06-06 03:45:50'),(2007,10,238,0,'2014-06-07 00:07:46'),(2008,10,237,0,'2014-06-08 00:05:12'),(2009,11,1,0,'2014-06-08 22:56:22'),(2010,10,213,0,'2014-06-09 00:02:00'),(2011,11,1,0,'2014-06-09 19:42:51'),(2012,10,225,0,'2014-06-10 00:05:33'),(2013,11,2,0,'2014-06-10 08:21:45'),(2014,10,231,0,'2014-06-11 00:05:43'),(2015,11,2,0,'2014-06-11 03:22:25'),(2016,10,207,0,'2014-06-12 00:06:01'),(2017,11,1,0,'2014-06-12 19:12:12'),(2018,10,229,0,'2014-06-13 00:07:50'),(2019,10,207,0,'2014-06-14 00:07:41'),(2020,10,216,0,'2014-06-15 00:03:24'),(2021,11,2,0,'2014-06-15 04:49:57'),(2022,10,214,0,'2014-06-16 00:01:05'),(2023,11,2,0,'2014-06-16 07:52:21'),(2024,10,234,0,'2014-06-17 00:06:01'),(2025,10,194,0,'2014-06-18 00:06:43'),(2026,11,2,0,'2014-06-18 03:13:17'),(2027,10,227,0,'2014-06-19 00:03:49'),(2028,10,230,0,'2014-06-20 00:04:52'),(2029,11,1,0,'2014-06-20 05:11:34'),(2030,10,227,0,'2014-06-21 00:06:34'),(2031,11,3,0,'2014-06-21 10:30:35'),(2032,10,199,0,'2014-06-22 00:06:26'),(2033,10,209,0,'2014-06-23 00:05:10'),(2034,11,2,0,'2014-06-23 06:15:01'),(2035,10,209,0,'2014-06-24 00:01:37'),(2036,11,2,0,'2014-06-24 10:18:14'),(2037,10,205,0,'2014-06-25 00:02:07'),(2038,11,1,0,'2014-06-25 10:48:42'),(2039,10,203,0,'2014-06-26 00:05:15'),(2040,10,223,0,'2014-06-27 00:02:10'),(2041,11,2,0,'2014-06-27 11:25:59'),(2042,10,196,0,'2014-06-28 00:05:56'),(2043,10,223,0,'2014-06-29 00:06:19'),(2044,11,1,0,'2014-06-29 17:02:17'),(2045,10,197,0,'2014-06-30 00:03:29'),(2046,10,199,0,'2014-07-01 00:05:27'),(2047,10,194,0,'2014-07-02 00:00:04'),(2048,11,2,0,'2014-07-02 00:50:06'),(2049,10,215,0,'2014-07-03 00:01:21'),(2050,10,139,0,'2014-07-04 00:08:57'),(2051,10,69,0,'2014-07-05 01:18:29'),(2052,11,2,0,'2014-07-05 05:41:04'),(2053,10,64,0,'2014-07-06 00:07:45'),(2054,11,1,0,'2014-07-06 12:14:29'),(2055,10,48,0,'2014-07-07 00:48:09'),(2056,11,1,0,'2014-07-07 18:48:25'),(2057,10,51,0,'2014-07-08 00:23:58'),(2058,11,3,0,'2014-07-08 02:02:18'),(2059,10,173,0,'2014-07-09 00:04:39'),(2060,11,2,0,'2014-07-09 03:33:02'),(2061,10,218,0,'2014-07-10 00:05:11'),(2062,11,1,0,'2014-07-10 17:52:41'),(2063,10,192,0,'2014-07-11 00:02:10'),(2064,11,1,0,'2014-07-11 08:00:52'),(2065,10,225,0,'2014-07-12 00:02:12'),(2066,11,1,0,'2014-07-12 15:44:40'),(2067,10,177,0,'2014-07-13 00:09:23'),(2068,10,217,0,'2014-07-14 00:03:02'),(2069,11,1,0,'2014-07-14 14:51:22'),(2070,10,200,0,'2014-07-15 00:07:19'),(2071,11,1,0,'2014-07-15 18:03:59'),(2072,10,223,0,'2014-07-16 00:02:45'),(2073,11,2,0,'2014-07-16 02:05:44'),(2074,10,207,0,'2014-07-17 00:06:30'),(2075,11,1,0,'2014-07-17 18:38:16'),(2076,10,224,0,'2014-07-18 00:05:35'),(2077,11,3,0,'2014-07-18 04:26:01'),(2078,10,213,0,'2014-07-19 00:00:33'),(2079,11,3,0,'2014-07-19 17:15:10'),(2080,10,219,0,'2014-07-20 00:02:00'),(2081,11,1,0,'2014-07-20 10:44:40'),(2082,10,205,0,'2014-07-21 00:02:52'),(2083,11,2,0,'2014-07-21 14:04:11'),(2084,10,205,0,'2014-07-22 00:00:48'),(2085,11,3,0,'2014-07-22 09:14:28'),(2086,10,220,0,'2014-07-23 00:16:22'),(2087,11,3,0,'2014-07-23 09:07:07'),(2088,10,214,0,'2014-07-24 00:02:22'),(2089,11,2,0,'2014-07-24 07:23:54'),(2090,10,218,0,'2014-07-25 00:05:35'),(2091,11,4,0,'2014-07-25 02:20:48'),(2092,10,209,0,'2014-07-26 00:05:27'),(2093,11,1,0,'2014-07-26 05:05:14'),(2094,10,225,0,'2014-07-27 00:08:19'),(2095,11,2,0,'2014-07-27 03:34:26'),(2096,10,219,0,'2014-07-28 00:04:46'),(2097,11,6,0,'2014-07-28 05:14:57'),(2098,10,207,0,'2014-07-29 00:04:28'),(2099,11,5,0,'2014-07-29 01:48:12'),(2100,10,207,0,'2014-07-30 00:01:25'),(2101,11,8,0,'2014-07-30 01:08:23'),(2102,10,211,0,'2014-07-31 00:03:48'),(2103,11,3,0,'2014-07-31 18:13:16'),(2104,10,204,0,'2014-08-01 00:04:39'),(2105,11,4,0,'2014-08-01 09:21:02'),(2106,10,207,0,'2014-08-02 00:00:43'),(2107,11,2,0,'2014-08-02 04:22:14'),(2108,10,199,0,'2014-08-03 00:03:16'),(2109,11,4,0,'2014-08-03 02:37:41'),(2110,10,209,0,'2014-08-04 00:01:04'),(2111,11,4,0,'2014-08-04 01:16:12'),(2112,10,189,0,'2014-08-05 00:01:25'),(2113,11,8,0,'2014-08-05 02:04:39'),(2114,10,219,0,'2014-08-06 00:00:45'),(2115,11,8,0,'2014-08-06 00:42:36'),(2116,10,188,0,'2014-08-07 00:00:23'),(2117,11,3,0,'2014-08-07 09:20:49'),(2118,10,220,0,'2014-08-08 00:06:04'),(2119,11,3,0,'2014-08-08 02:29:48'),(2120,10,206,0,'2014-08-09 00:07:32'),(2121,10,212,0,'2014-08-10 00:02:42'),(2122,11,2,0,'2014-08-10 01:59:00'),(2123,10,203,0,'2014-08-11 00:04:43'),(2124,11,1,0,'2014-08-11 02:10:28'),(2125,10,181,0,'2014-08-12 00:01:02'),(2126,11,2,0,'2014-08-12 07:41:53'),(2127,10,170,0,'2014-08-13 00:07:46'),(2128,11,1,0,'2014-08-13 01:53:52'),(2129,10,176,0,'2014-08-14 00:11:28'),(2130,11,2,0,'2014-08-14 01:08:16'),(2131,10,167,0,'2014-08-15 00:04:31'),(2132,11,4,0,'2014-08-15 00:24:37'),(2133,10,171,0,'2014-08-16 00:05:56'),(2134,11,1,0,'2014-08-16 09:17:50'),(2135,10,161,0,'2014-08-17 00:06:01'),(2136,11,9,0,'2014-08-17 04:25:51'),(2137,10,154,0,'2014-08-18 00:08:21'),(2138,11,6,0,'2014-08-18 00:34:48'),(2139,10,159,0,'2014-08-19 00:00:17'),(2140,11,4,0,'2014-08-19 00:59:37'),(2141,10,160,0,'2014-08-20 00:12:20'),(2142,11,4,0,'2014-08-20 04:00:22'),(2143,10,157,0,'2014-08-21 00:04:12'),(2144,11,2,0,'2014-08-21 03:00:01'),(2145,11,4,0,'2014-08-22 00:00:30'),(2146,10,163,0,'2014-08-22 00:07:47'),(2147,10,154,0,'2014-08-23 00:02:19'),(2148,11,2,0,'2014-08-23 00:30:06'),(2149,10,148,0,'2014-08-24 00:09:23'),(2150,11,5,0,'2014-08-24 00:50:40'),(2151,10,163,0,'2014-08-25 00:05:38'),(2152,11,4,0,'2014-08-25 15:49:23'),(2153,10,154,0,'2014-08-26 00:00:42'),(2154,11,3,0,'2014-08-26 08:52:44'),(2155,10,162,0,'2014-08-27 00:03:17'),(2156,11,2,0,'2014-08-27 03:26:57'),(2157,10,160,0,'2014-08-28 00:09:26'),(2158,11,2,0,'2014-08-28 03:38:38'),(2159,10,171,0,'2014-08-29 00:05:46'),(2160,11,2,0,'2014-08-29 02:43:29'),(2161,10,148,0,'2014-08-30 00:12:10'),(2162,10,163,0,'2014-08-31 00:27:47'),(2163,10,153,0,'2014-09-01 00:07:36'),(2164,10,164,0,'2014-09-02 00:04:12'),(2165,10,164,0,'2014-09-03 00:08:24'),(2166,11,5,0,'2014-09-03 04:57:01'),(2167,10,159,0,'2014-09-04 00:08:38'),(2168,10,161,0,'2014-09-05 00:10:18'),(2169,11,5,0,'2014-09-05 04:19:06'),(2170,10,165,0,'2014-09-06 00:06:39'),(2171,10,157,0,'2014-09-07 00:02:20'),(2172,11,4,0,'2014-09-07 09:39:42'),(2173,10,168,0,'2014-09-08 00:03:11'),(2174,11,6,0,'2014-09-08 00:20:01'),(2175,10,160,0,'2014-09-09 00:07:54'),(2176,11,3,0,'2014-09-09 04:59:53'),(2177,10,158,0,'2014-09-10 00:03:39'),(2178,11,2,0,'2014-09-10 00:42:14'),(2179,10,163,0,'2014-09-11 00:06:18'),(2180,11,2,0,'2014-09-11 02:32:07'),(2181,10,159,0,'2014-09-12 00:00:34'),(2182,11,2,0,'2014-09-12 00:24:31'),(2183,10,140,0,'2014-09-13 00:05:16'),(2184,11,1,0,'2014-09-13 03:29:29'),(2185,10,161,0,'2014-09-14 00:09:50'),(2186,11,1,0,'2014-09-14 01:33:54'),(2187,10,168,0,'2014-09-15 00:07:28'),(2188,11,3,0,'2014-09-15 02:30:33'),(2189,10,174,0,'2014-09-16 00:09:43'),(2190,11,1,0,'2014-09-16 18:27:40'),(2191,10,159,0,'2014-09-17 00:07:07'),(2192,11,4,0,'2014-09-17 00:19:20'),(2193,10,152,0,'2014-09-18 00:09:02'),(2194,11,2,0,'2014-09-18 05:53:09'),(2195,10,164,0,'2014-09-19 00:00:42'),(2196,11,2,0,'2014-09-19 19:52:34'),(2197,10,160,0,'2014-09-20 00:08:19'),(2198,11,3,0,'2014-09-20 12:51:51'),(2199,10,171,0,'2014-09-21 00:06:20'),(2200,11,5,0,'2014-09-21 02:48:53'),(2201,10,165,0,'2014-09-22 00:01:17'),(2202,11,2,0,'2014-09-22 05:19:44'),(2203,10,151,0,'2014-09-23 00:12:59'),(2204,11,1,0,'2014-09-23 23:46:56'),(2205,10,150,0,'2014-09-24 00:03:44'),(2206,11,1,0,'2014-09-24 16:16:26'),(2207,10,179,0,'2014-09-25 00:08:25'),(2208,11,4,0,'2014-09-25 08:32:56'),(2209,10,193,0,'2014-09-26 00:04:56'),(2210,11,12,0,'2014-09-26 02:47:07'),(2211,10,190,0,'2014-09-27 00:00:18'),(2212,11,2,0,'2014-09-27 20:38:45'),(2213,10,181,0,'2014-09-28 00:09:16'),(2214,11,2,0,'2014-09-28 21:39:55'),(2215,10,174,0,'2014-09-29 00:08:15'),(2216,10,192,0,'2014-09-30 00:07:00'),(2217,11,2,0,'2014-09-30 01:43:29'),(2218,10,180,0,'2014-10-01 00:07:43'),(2219,11,7,0,'2014-10-01 03:45:07'),(2220,10,170,0,'2014-10-02 00:02:03'),(2221,10,189,0,'2014-10-03 00:10:05'),(2222,11,4,0,'2014-10-03 01:43:18'),(2223,10,158,0,'2014-10-04 00:10:57'),(2224,11,3,0,'2014-10-04 07:41:14'),(2225,10,151,0,'2014-10-05 00:08:08'),(2226,11,5,0,'2014-10-05 01:57:43'),(2227,10,173,0,'2014-10-06 00:02:52'),(2228,11,4,0,'2014-10-06 04:01:50'),(2229,10,166,0,'2014-10-07 00:03:06'),(2230,11,1,0,'2014-10-07 03:15:00'),(2231,10,180,0,'2014-10-08 00:06:36'),(2232,11,1,0,'2014-10-08 09:04:24'),(2233,10,142,0,'2014-10-09 00:09:55'),(2234,11,2,0,'2014-10-09 11:49:55'),(2235,10,181,0,'2014-10-10 00:06:50'),(2236,11,1,0,'2014-10-10 01:26:34'),(2237,10,180,0,'2014-10-11 00:08:21'),(2238,11,4,0,'2014-10-11 08:30:04'),(2239,10,179,0,'2014-10-12 00:02:37'),(2240,11,5,0,'2014-10-12 05:36:48'),(2241,10,165,0,'2014-10-13 00:00:47'),(2242,11,4,0,'2014-10-13 03:00:32'),(2243,11,4,0,'2014-10-14 00:04:56'),(2244,10,174,0,'2014-10-14 00:07:07'),(2245,10,176,0,'2014-10-15 00:06:20'),(2246,11,3,0,'2014-10-15 04:55:08'),(2247,10,191,0,'2014-10-16 00:03:19'),(2248,11,4,0,'2014-10-16 01:25:10'),(2249,10,174,0,'2014-10-17 00:02:40'),(2250,11,4,0,'2014-10-17 06:14:09'),(2251,10,170,0,'2014-10-18 00:00:36'),(2252,11,2,0,'2014-10-18 00:38:22'),(2253,10,187,0,'2014-10-19 00:10:46'),(2254,10,173,0,'2014-10-20 00:09:02'),(2255,11,1,0,'2014-10-20 17:54:30'),(2256,10,156,0,'2014-10-21 00:25:54'),(2257,11,3,0,'2014-10-21 02:20:47'),(2258,10,188,0,'2014-10-22 00:05:41'),(2259,11,2,0,'2014-10-22 10:50:35'),(2260,10,151,0,'2014-10-23 00:08:23'),(2261,11,3,0,'2014-10-23 04:37:44'),(2262,10,176,0,'2014-10-24 00:10:13'),(2263,11,2,0,'2014-10-24 02:18:44'),(2264,10,162,0,'2014-10-25 00:04:12'),(2265,11,1,0,'2014-10-25 17:18:42'),(2266,10,166,0,'2014-10-26 00:12:41'),(2267,11,1,0,'2014-10-26 09:19:40'),(2268,10,154,0,'2014-10-27 00:06:08'),(2269,11,1,0,'2014-10-27 19:17:57'),(2270,10,145,0,'2014-10-28 00:00:47'),(2271,11,2,0,'2014-10-28 09:36:06'),(2272,10,123,0,'2014-10-29 00:08:43'),(2273,11,1,0,'2014-10-29 00:22:42'),(2274,10,160,0,'2014-10-30 00:13:11'),(2275,11,4,0,'2014-10-30 11:40:25'),(2276,10,162,0,'2014-10-31 00:14:15'),(2277,10,139,0,'2014-11-01 00:10:59'),(2278,11,2,0,'2014-11-01 03:29:32'),(2279,10,147,0,'2014-11-02 00:14:11'),(2280,11,3,0,'2014-11-02 07:01:53'),(2281,10,158,0,'2014-11-03 00:05:59'),(2282,10,160,0,'2014-11-04 00:13:53'),(2283,11,2,0,'2014-11-04 04:47:21'),(2284,10,159,0,'2014-11-05 00:08:52'),(2285,11,2,0,'2014-11-05 04:13:55'),(2286,10,151,0,'2014-11-06 00:12:42'),(2287,11,2,0,'2014-11-06 05:18:25'),(2288,10,161,0,'2014-11-07 00:11:17'),(2289,10,153,0,'2014-11-08 00:11:56'),(2290,10,155,0,'2014-11-09 00:12:42'),(2291,11,2,0,'2014-11-09 08:34:02'),(2292,10,150,0,'2014-11-10 00:11:55'),(2293,11,3,0,'2014-11-10 05:32:59'),(2294,10,159,0,'2014-11-11 00:06:35'),(2295,10,169,0,'2014-11-12 00:02:13'),(2296,11,7,0,'2014-11-12 04:36:28'),(2297,10,145,0,'2014-11-13 00:09:51'),(2298,11,5,0,'2014-11-13 15:38:18'),(2299,10,151,0,'2014-11-14 00:08:31'),(2300,11,9,0,'2014-11-14 04:02:45'),(2301,10,144,0,'2014-11-15 00:05:37'),(2302,11,3,0,'2014-11-15 07:11:33'),(2303,10,160,0,'2014-11-16 00:08:56'),(2304,11,2,0,'2014-11-16 01:25:55'),(2305,10,134,0,'2014-11-17 00:08:06'),(2306,11,1,0,'2014-11-17 14:17:19'),(2307,10,157,0,'2014-11-18 00:42:21'),(2308,10,171,0,'2014-11-19 00:02:52'),(2309,11,4,0,'2014-11-19 04:56:46'),(2310,10,172,0,'2014-11-20 00:07:58'),(2311,11,3,0,'2014-11-20 02:08:26'),(2312,10,61,0,'2014-11-21 00:11:23'),(2313,11,4,0,'2014-11-21 00:34:32'),(2314,11,3,0,'2014-11-22 00:07:17'),(2315,10,58,0,'2014-11-22 01:09:23'),(2316,11,1,0,'2014-11-23 00:32:30'),(2317,10,33,0,'2014-11-23 00:35:05'),(2318,10,45,0,'2014-11-24 00:38:33'),(2319,10,63,0,'2014-11-25 00:30:43'),(2320,11,3,0,'2014-11-25 01:43:08'),(2321,10,56,0,'2014-11-26 02:11:09'),(2322,11,4,0,'2014-11-26 03:58:54'),(2323,11,4,0,'2014-11-26 03:58:54'),(2324,11,4,0,'2014-11-27 00:47:15'),(2325,10,45,0,'2014-11-27 01:12:00'),(2326,10,39,0,'2014-11-28 00:05:16'),(2327,11,1,0,'2014-11-28 16:35:45'),(2328,10,51,0,'2014-11-29 00:55:07'),(2329,10,52,0,'2014-11-30 01:06:24'),(2330,11,2,0,'2014-11-30 14:05:52'),(2331,10,64,0,'2014-12-01 00:42:27'),(2332,11,1,0,'2014-12-01 17:09:18'),(2333,10,72,0,'2014-12-02 00:11:12'),(2334,11,1,0,'2014-12-02 08:02:08'),(2335,10,57,0,'2014-12-03 00:38:59'),(2336,11,1,0,'2014-12-03 12:46:57'),(2337,10,46,0,'2014-12-04 01:52:29'),(2338,11,2,0,'2014-12-04 04:29:02'),(2339,10,81,0,'2014-12-05 00:04:59'),(2340,10,71,0,'2014-12-06 01:02:11'),(2341,11,1,0,'2014-12-06 13:13:46'),(2342,10,40,0,'2014-12-07 01:21:29'),(2343,11,3,0,'2014-12-07 03:40:37'),(2344,10,52,0,'2014-12-08 01:38:55'),(2345,11,3,0,'2014-12-08 04:25:30'),(2346,10,58,0,'2014-12-09 00:00:08'),(2347,11,2,0,'2014-12-09 06:03:58'),(2348,10,62,0,'2014-12-10 00:32:29'),(2349,11,4,0,'2014-12-10 06:57:43'),(2350,10,42,0,'2014-12-11 02:21:35'),(2351,10,35,0,'2014-12-12 00:07:21'),(2352,10,49,0,'2014-12-13 00:48:15'),(2353,11,1,0,'2014-12-13 15:11:29'),(2354,10,48,0,'2014-12-14 00:44:47'),(2355,11,2,0,'2014-12-14 21:12:35'),(2356,10,37,0,'2014-12-15 02:34:09'),(2357,10,55,0,'2014-12-16 01:29:35'),(2358,11,1,0,'2014-12-16 05:41:55'),(2359,10,57,0,'2014-12-17 00:09:23'),(2360,11,1,0,'2014-12-17 17:36:43'),(2361,10,52,0,'2014-12-18 03:03:12'),(2362,11,3,0,'2014-12-18 10:31:55'),(2363,10,65,0,'2014-12-19 01:11:40'),(2364,11,3,0,'2014-12-19 12:40:58'),(2365,10,45,0,'2014-12-20 02:33:26'),(2366,10,45,0,'2014-12-20 02:33:26'),(2367,11,2,0,'2014-12-20 08:42:35'),(2368,10,91,0,'2014-12-21 00:27:52'),(2369,11,35,0,'2014-12-21 04:19:37'),(2370,10,39,0,'2014-12-22 00:27:05'),(2371,11,1,0,'2014-12-22 08:44:44'),(2372,10,94,0,'2014-12-23 01:06:04'),(2373,11,38,0,'2014-12-23 03:19:41'),(2374,10,65,0,'2014-12-24 00:57:59'),(2375,11,1,0,'2014-12-24 08:08:13'),(2376,11,1,0,'2014-12-25 00:09:25'),(2377,10,57,0,'2014-12-25 00:32:11'),(2378,10,61,0,'2014-12-26 00:08:05'),(2379,11,2,0,'2014-12-26 07:53:00'),(2380,10,90,0,'2014-12-27 00:37:08'),(2381,11,36,0,'2014-12-27 06:29:20'),(2382,10,43,0,'2014-12-28 00:31:50'),(2383,11,2,0,'2014-12-28 03:42:43'),(2384,10,63,0,'2014-12-29 00:53:28'),(2385,11,1,0,'2014-12-29 01:47:51'),(2386,10,35,0,'2014-12-30 02:00:09'),(2387,11,2,0,'2014-12-30 10:28:16'),(2388,10,27,0,'2014-12-31 00:51:11'),(2389,11,4,0,'2014-12-31 05:49:08'),(2390,10,23,0,'2015-01-01 01:26:50'),(2391,11,1,0,'2015-01-01 20:15:27'),(2392,10,62,0,'2015-01-02 01:40:58'),(2393,11,42,0,'2015-01-02 21:00:00'),(2394,10,26,0,'2015-01-03 00:46:26'),(2395,11,2,0,'2015-01-03 18:34:19'),(2396,10,25,0,'2015-01-04 00:34:13'),(2397,11,3,0,'2015-01-04 08:07:39'),(2398,10,48,0,'2015-01-05 00:48:34'),(2399,11,1,0,'2015-01-05 07:18:50'),(2400,10,26,0,'2015-01-06 01:45:38'),(2401,11,2,0,'2015-01-06 19:41:12'),(2402,10,34,0,'2015-01-07 00:52:08'),(2403,10,19,0,'2015-01-08 00:42:01'),(2404,11,4,0,'2015-01-08 08:49:06'),(2405,10,26,0,'2015-01-09 00:57:43'),(2406,11,1,0,'2015-01-09 04:22:22'),(2407,10,26,0,'2015-01-10 01:52:27'),(2408,11,1,0,'2015-01-10 10:15:29'),(2409,10,26,0,'2015-01-11 00:21:32'),(2410,11,2,0,'2015-01-11 00:41:09'),(2411,10,35,0,'2015-01-12 00:34:43'),(2412,11,2,0,'2015-01-12 22:03:08'),(2413,10,79,0,'2015-01-13 01:38:32'),(2414,11,2,0,'2015-01-13 04:52:15'),(2415,10,18,0,'2015-01-14 01:43:40'),(2416,11,3,0,'2015-01-14 01:44:15'),(2417,10,43,0,'2015-01-15 00:42:34'),(2418,11,1,0,'2015-01-15 15:59:49'),(2419,10,26,0,'2015-01-16 00:57:01'),(2420,11,1,0,'2015-01-16 13:45:57'),(2421,10,22,0,'2015-01-17 00:04:48'),(2422,11,1,0,'2015-01-17 16:14:35'),(2423,10,23,0,'2015-01-18 01:50:15'),(2424,11,3,0,'2015-01-18 05:24:14'),(2425,10,23,0,'2015-01-19 00:39:12'),(2426,11,2,0,'2015-01-19 05:43:24'),(2427,10,22,0,'2015-01-20 00:01:12'),(2428,11,3,0,'2015-01-20 11:35:39'),(2429,10,30,0,'2015-01-21 00:43:45'),(2430,11,7,0,'2015-01-21 06:57:21'),(2431,10,34,0,'2015-01-22 00:00:31'),(2432,11,4,0,'2015-01-22 04:53:24'),(2433,10,20,0,'2015-01-23 01:51:24'),(2434,11,1,0,'2015-01-23 14:19:58'),(2435,10,24,0,'2015-01-24 04:22:39'),(2436,11,1,0,'2015-01-24 05:37:22'),(2437,10,22,0,'2015-01-25 00:46:37'),(2438,11,1,0,'2015-01-25 10:16:36'),(2439,10,23,0,'2015-01-26 04:29:19'),(2440,11,1,0,'2015-01-26 12:42:20'),(2441,10,27,0,'2015-01-27 00:02:31'),(2442,11,3,0,'2015-01-27 01:58:17'),(2443,10,24,0,'2015-01-28 02:35:16'),(2444,11,1,0,'2015-01-28 02:35:26'),(2445,10,23,0,'2015-01-29 00:13:08'),(2446,11,1,0,'2015-01-29 13:35:25'),(2447,10,14,0,'2015-01-30 00:46:03'),(2448,10,19,0,'2015-01-31 00:05:47'),(2449,11,1,0,'2015-01-31 10:05:47'),(2450,10,21,0,'2015-02-01 02:10:16'),(2451,10,20,0,'2015-02-02 01:55:28'),(2452,11,1,0,'2015-02-02 13:52:58'),(2453,11,2,0,'2015-02-03 00:05:21'),(2454,10,15,0,'2015-02-03 02:20:39'),(2455,10,29,0,'2015-02-04 01:44:33'),(2456,11,6,0,'2015-02-04 06:44:33'),(2457,10,24,0,'2015-02-05 00:33:05'),(2458,11,3,0,'2015-02-05 09:53:51'),(2459,10,30,0,'2015-02-06 00:14:25'),(2460,11,1,0,'2015-02-06 22:31:59'),(2461,10,19,0,'2015-02-07 03:33:41'),(2462,11,1,0,'2015-02-07 12:23:28'),(2463,11,3,0,'2015-02-08 00:51:32'),(2464,10,22,0,'2015-02-08 03:16:55'),(2465,10,20,0,'2015-02-09 00:00:15'),(2466,11,2,0,'2015-02-09 06:04:20'),(2467,10,32,0,'2015-02-10 00:02:49'),(2468,11,2,0,'2015-02-10 11:21:24'),(2469,10,35,0,'2015-02-11 00:28:59'),(2470,10,41,0,'2015-02-12 00:20:04'),(2471,10,61,0,'2015-02-13 00:24:13'),(2472,11,1,0,'2015-02-13 22:34:42'),(2473,10,23,0,'2015-02-14 01:17:05'),(2474,10,23,0,'2015-02-14 01:17:05'),(2475,11,1,0,'2015-02-14 16:13:58'),(2476,10,63,0,'2015-02-15 01:00:27'),(2477,10,54,0,'2015-02-16 01:56:07'),(2478,10,51,0,'2015-02-17 00:54:34'),(2479,11,5,0,'2015-02-17 11:58:20'),(2480,10,54,0,'2015-02-18 00:34:48'),(2481,11,3,0,'2015-02-18 08:13:54'),(2482,10,40,0,'2015-02-19 00:41:23'),(2483,11,1,0,'2015-02-19 03:47:35'),(2484,10,58,0,'2015-02-20 00:09:12'),(2485,11,1,0,'2015-02-20 10:07:20'),(2486,10,52,0,'2015-02-21 00:19:50'),(2487,11,1,0,'2015-02-21 21:18:38'),(2488,10,42,0,'2015-02-22 00:03:57'),(2489,11,2,0,'2015-02-22 07:02:22'),(2490,10,59,0,'2015-02-23 00:10:53'),(2491,11,1,0,'2015-02-23 14:51:06'),(2492,10,46,0,'2015-02-24 00:22:39'),(2493,11,1,0,'2015-02-24 22:01:34'),(2494,10,48,0,'2015-02-25 00:18:57'),(2495,11,1,0,'2015-02-25 14:01:08'),(2496,11,4,0,'2015-02-26 00:14:14'),(2497,10,49,0,'2015-02-26 00:29:11'),(2498,10,49,0,'2015-02-27 01:01:10'),(2499,11,2,0,'2015-02-27 04:05:24'),(2500,10,48,0,'2015-02-28 00:14:10'),(2501,11,2,0,'2015-02-28 00:51:22'),(2502,10,52,0,'2015-03-01 00:01:04'),(2503,11,1,0,'2015-03-01 20:51:12'),(2504,11,1,0,'2015-03-02 01:32:12'),(2505,10,38,0,'2015-03-02 01:43:17'),(2506,10,62,0,'2015-03-03 01:33:43'),(2507,10,62,0,'2015-03-03 01:33:43'),(2508,11,1,0,'2015-03-03 05:47:11'),(2509,10,83,0,'2015-03-04 00:22:50'),(2510,11,19,0,'2015-03-04 09:16:00'),(2511,10,53,0,'2015-03-05 00:10:07'),(2512,11,3,0,'2015-03-05 00:10:26'),(2513,10,56,0,'2015-03-06 01:01:26'),(2514,11,4,0,'2015-03-06 02:26:54'),(2515,10,73,0,'2015-03-07 00:30:02'),(2516,11,2,0,'2015-03-07 08:40:35'),(2517,10,42,0,'2015-03-08 00:24:43'),(2518,11,1,0,'2015-03-08 00:25:04'),(2519,10,50,0,'2015-03-09 00:16:44'),(2520,10,50,0,'2015-03-09 00:16:44'),(2521,11,3,0,'2015-03-09 11:50:08'),(2522,10,48,0,'2015-03-10 01:59:10'),(2523,11,1,0,'2015-03-10 15:39:43'),(2524,10,38,0,'2015-03-11 00:08:34'),(2525,11,1,0,'2015-03-11 15:41:55'),(2526,10,68,0,'2015-03-12 01:33:45'),(2527,10,23,0,'2015-03-13 00:30:46'),(2528,10,55,0,'2015-03-14 01:07:39'),(2529,11,5,0,'2015-03-14 18:18:34'),(2530,10,44,0,'2015-03-15 03:03:27'),(2531,10,40,0,'2015-03-16 00:02:07'),(2532,11,1,0,'2015-03-16 12:49:45'),(2533,10,52,0,'2015-03-17 01:06:32'),(2534,11,1,0,'2015-03-17 16:33:40'),(2535,10,53,0,'2015-03-18 00:42:36'),(2536,11,1,0,'2015-03-18 21:40:46'),(2537,10,55,0,'2015-03-19 00:39:26'),(2538,11,2,0,'2015-03-19 03:56:30'),(2539,10,47,0,'2015-03-20 00:56:22'),(2540,11,4,0,'2015-03-20 07:40:55'),(2541,10,50,0,'2015-03-21 00:06:41'),(2542,11,6,0,'2015-03-21 04:16:38'),(2543,10,29,0,'2015-03-22 02:26:31'),(2544,11,2,0,'2015-03-22 16:42:07'),(2545,10,69,0,'2015-03-23 00:00:48'),(2546,11,1,0,'2015-03-23 02:05:55'),(2547,10,45,0,'2015-03-24 01:05:27'),(2548,11,1,0,'2015-03-24 17:27:41'),(2549,10,48,0,'2015-03-25 01:47:43'),(2550,10,45,0,'2015-03-26 03:57:43'),(2551,10,40,0,'2015-03-27 00:01:48'),(2552,10,62,0,'2015-03-28 00:04:57'),(2553,11,2,0,'2015-03-28 06:33:52'),(2554,10,41,0,'2015-03-29 00:16:51'),(2555,11,1,0,'2015-03-29 20:34:38'),(2556,10,31,0,'2015-03-30 00:55:19'),(2557,10,22,0,'2015-03-31 00:46:39'),(2558,11,1,0,'2015-03-31 22:59:38'),(2559,10,27,0,'2015-04-01 00:15:47'),(2560,11,1,0,'2015-04-01 13:12:06'),(2561,10,37,0,'2015-04-02 01:33:51'),(2562,11,4,0,'2015-04-02 03:58:42'),(2563,11,4,0,'2015-04-03 00:53:52'),(2564,10,33,0,'2015-04-03 00:53:53'),(2565,10,24,0,'2015-04-04 01:54:17'),(2566,11,1,0,'2015-04-04 21:49:26'),(2567,10,15,0,'2015-04-05 01:22:04'),(2568,11,2,0,'2015-04-05 07:51:52'),(2569,10,29,0,'2015-04-06 00:39:13'),(2570,11,1,0,'2015-04-06 19:59:28'),(2571,10,20,0,'2015-04-07 00:08:02'),(2572,11,2,0,'2015-04-07 01:42:30'),(2573,10,21,0,'2015-04-08 00:42:05'),(2574,11,1,0,'2015-04-08 21:41:51'),(2575,10,23,0,'2015-04-09 01:14:18'),(2576,11,3,0,'2015-04-09 05:40:22'),(2577,10,28,0,'2015-04-10 02:17:01'),(2578,11,2,0,'2015-04-10 14:15:18'),(2579,10,24,0,'2015-04-11 01:55:50'),(2580,10,36,0,'2015-04-12 00:37:53'),(2581,11,3,0,'2015-04-12 01:51:23'),(2582,10,10,0,'2015-04-13 01:19:01'),(2583,10,27,0,'2015-04-14 01:53:38'),(2584,11,1,0,'2015-04-14 20:25:44'),(2585,10,30,0,'2015-04-15 01:07:40'),(2586,11,1,0,'2015-04-15 19:25:39'),(2587,10,33,0,'2015-04-16 00:32:30'),(2588,11,4,0,'2015-04-16 07:29:42'),(2589,10,43,0,'2015-04-17 00:11:21'),(2590,11,3,0,'2015-04-17 06:02:22'),(2591,10,34,0,'2015-04-18 01:33:34'),(2592,11,1,0,'2015-04-18 08:48:41'),(2593,10,14,0,'2015-04-19 00:40:31'),(2594,10,15,0,'2015-04-20 03:23:43'),(2595,11,2,0,'2015-04-20 19:52:44'),(2596,10,25,0,'2015-04-21 02:09:09'),(2597,11,2,0,'2015-04-21 09:16:13'),(2598,10,29,0,'2015-04-22 02:31:52'),(2599,11,4,0,'2015-04-22 14:58:09'),(2600,10,29,0,'2015-04-23 00:55:25'),(2601,11,2,0,'2015-04-23 05:51:34'),(2602,10,22,0,'2015-04-24 01:02:35'),(2603,11,3,0,'2015-04-24 15:12:13'),(2604,10,35,0,'2015-04-25 02:46:08'),(2605,11,3,0,'2015-04-25 17:07:46'),(2606,10,15,0,'2015-04-26 04:56:16'),(2607,10,19,0,'2015-04-27 00:34:46'),(2608,11,5,0,'2015-04-27 10:45:44'),(2609,10,19,0,'2015-04-28 00:04:26'),(2610,11,1,0,'2015-04-28 13:25:38'),(2611,10,22,0,'2015-04-29 01:04:07'),(2612,11,1,0,'2015-04-29 07:42:21'),(2613,10,21,0,'2015-04-30 00:35:20'),(2614,11,3,0,'2015-04-30 01:42:28'),(2615,10,31,0,'2015-05-01 00:17:34'),(2616,11,3,0,'2015-05-01 13:25:59'),(2617,10,16,0,'2015-05-02 00:47:22'),(2618,11,3,0,'2015-05-02 01:51:31'),(2619,10,13,0,'2015-05-03 00:31:01'),(2620,11,1,0,'2015-05-03 01:26:09'),(2621,10,18,0,'2015-05-04 02:23:41'),(2622,11,2,0,'2015-05-04 07:09:45'),(2623,10,23,0,'2015-05-05 00:07:13'),(2624,11,6,0,'2015-05-05 01:32:00'),(2625,10,18,0,'2015-05-06 01:52:22'),(2626,11,3,0,'2015-05-06 08:41:45'),(2627,10,32,0,'2015-05-07 03:40:19'),(2628,11,4,0,'2015-05-07 04:45:00'),(2629,10,82,0,'2015-05-08 00:21:47'),(2630,11,1,0,'2015-05-08 04:50:12'),(2631,10,13,0,'2015-05-09 03:48:53'),(2632,10,18,0,'2015-05-10 00:20:48'),(2633,11,1,0,'2015-05-10 19:15:11'),(2634,10,30,0,'2015-05-11 01:31:23'),(2635,11,3,0,'2015-05-11 01:32:53'),(2636,10,21,0,'2015-05-12 00:17:56'),(2637,11,1,0,'2015-05-12 17:56:27'),(2638,10,39,0,'2015-05-13 00:22:38'),(2639,11,4,0,'2015-05-13 10:05:31'),(2640,10,26,0,'2015-05-14 00:15:47'),(2641,11,1,0,'2015-05-14 00:53:08'),(2642,10,25,0,'2015-05-15 01:28:14'),(2643,11,4,0,'2015-05-15 04:31:53'),(2644,10,17,0,'2015-05-16 01:11:18'),(2645,11,7,0,'2015-05-16 21:42:20'),(2646,10,27,0,'2015-05-17 00:35:42'),(2647,11,3,0,'2015-05-17 14:39:44'),(2648,10,19,0,'2015-05-18 02:05:04'),(2649,10,24,0,'2015-05-19 00:41:37'),(2650,11,2,0,'2015-05-19 13:25:29'),(2651,10,36,0,'2015-05-20 00:51:43'),(2652,10,28,0,'2015-05-21 01:51:13'),(2653,10,28,0,'2015-05-22 00:28:17'),(2654,11,2,0,'2015-05-22 11:15:26'),(2655,10,16,0,'2015-05-23 01:07:19'),(2656,11,1,0,'2015-05-23 16:49:23'),(2657,10,22,0,'2015-05-24 03:38:38'),(2658,11,4,0,'2015-05-24 16:02:04'),(2659,10,27,0,'2015-05-25 00:37:55'),(2660,11,1,0,'2015-05-25 11:05:50'),(2661,10,27,0,'2015-05-26 00:54:05'),(2662,10,24,0,'2015-05-27 01:05:22'),(2663,10,25,0,'2015-05-28 00:28:26'),(2664,11,1,0,'2015-05-28 10:38:18'),(2665,10,49,0,'2015-05-29 00:07:59'),(2666,11,5,0,'2015-05-29 05:18:19'),(2667,10,33,0,'2015-05-30 00:32:05'),(2668,11,4,0,'2015-05-30 00:32:11'),(2669,10,24,0,'2015-05-31 01:10:11'),(2670,11,2,0,'2015-05-31 15:53:00'),(2671,10,24,0,'2015-06-01 02:16:52'),(2672,10,30,0,'2015-06-02 01:00:46'),(2673,10,35,0,'2015-06-03 00:34:17'),(2674,11,1,0,'2015-06-03 01:14:04'),(2675,10,39,0,'2015-06-04 00:01:38'),(2676,11,3,0,'2015-06-04 05:56:09'),(2677,10,25,0,'2015-06-05 00:06:47'),(2678,10,41,0,'2015-06-06 00:10:58'),(2679,11,2,0,'2015-06-06 02:49:07'),(2680,10,37,0,'2015-06-07 01:56:51'),(2681,11,3,0,'2015-06-07 06:20:38'),(2682,10,39,0,'2015-06-08 00:00:29'),(2683,11,3,0,'2015-06-08 15:40:44'),(2684,10,32,0,'2015-06-09 00:11:18'),(2685,11,2,0,'2015-06-09 10:44:00'),(2686,10,23,0,'2015-06-10 01:05:49'),(2687,11,3,0,'2015-06-11 01:48:59'),(2688,10,24,0,'2015-06-11 02:00:55'),(2689,10,29,0,'2015-06-12 01:31:02'),(2690,11,5,0,'2015-06-12 02:05:35'),(2691,10,25,0,'2015-06-13 00:27:16'),(2692,11,2,0,'2015-06-13 04:05:48'),(2693,10,27,0,'2015-06-14 00:31:54'),(2694,11,1,0,'2015-06-14 18:33:37'),(2695,10,27,0,'2015-06-15 01:49:24'),(2696,11,2,0,'2015-06-15 07:32:26'),(2697,10,40,0,'2015-06-16 03:44:29'),(2698,11,1,0,'2015-06-16 17:10:50'),(2699,10,22,0,'2015-06-17 03:21:12'),(2700,11,1,0,'2015-06-17 20:47:06'),(2701,10,29,0,'2015-06-18 00:04:27'),(2702,11,5,0,'2015-06-18 00:35:41'),(2703,10,27,0,'2015-06-19 02:36:45'),(2704,11,2,0,'2015-06-19 10:05:36'),(2705,10,27,0,'2015-06-20 00:17:11'),(2706,11,1,0,'2015-06-20 10:41:16'),(2707,10,27,0,'2015-06-21 00:10:22'),(2708,11,3,0,'2015-06-21 02:50:12'),(2709,10,31,0,'2015-06-22 01:00:37'),(2710,11,2,0,'2015-06-22 06:18:57'),(2711,10,25,0,'2015-06-23 01:14:29'),(2712,11,2,0,'2015-06-23 06:37:38'),(2713,10,19,0,'2015-06-24 02:20:17'),(2714,11,1,0,'2015-06-24 23:48:31'),(2715,10,38,0,'2015-06-25 01:17:33'),(2716,11,1,0,'2015-06-25 05:04:38'),(2717,10,35,0,'2015-06-26 00:38:24'),(2718,11,3,0,'2015-06-26 13:40:26'),(2719,10,26,0,'2015-06-27 00:26:40'),(2720,11,5,0,'2015-06-27 00:34:02'),(2721,10,24,0,'2015-06-28 00:02:06'),(2722,11,1,0,'2015-06-28 16:39:06'),(2723,10,37,0,'2015-06-29 00:00:38'),(2724,11,9,0,'2015-06-29 05:15:50'),(2725,10,50,0,'2015-06-30 00:33:55'),(2726,10,56,0,'2015-07-01 00:24:32'),(2727,11,4,0,'2015-07-01 03:11:42'),(2728,10,48,0,'2015-07-02 00:40:11'),(2729,11,3,0,'2015-07-02 02:34:29'),(2730,10,33,0,'2015-07-03 00:04:32'),(2731,11,2,0,'2015-07-03 15:49:52'),(2732,10,61,0,'2015-07-04 02:37:03'),(2733,11,3,0,'2015-07-04 10:58:42'),(2734,11,1,0,'2015-07-05 00:10:18'),(2735,10,44,0,'2015-07-05 00:45:38'),(2736,10,31,0,'2015-07-06 00:01:55'),(2737,11,1,0,'2015-07-06 18:43:28'),(2738,10,43,0,'2015-07-07 00:10:33'),(2739,11,3,0,'2015-07-07 10:30:37'),(2740,10,41,0,'2015-07-08 00:10:16'),(2741,11,3,0,'2015-07-09 00:30:07'),(2742,10,33,0,'2015-07-09 00:57:43'),(2743,11,4,0,'2015-07-10 00:50:06'),(2744,10,47,0,'2015-07-10 01:29:58'),(2745,10,38,0,'2015-07-11 01:19:34'),(2746,11,1,0,'2015-07-11 01:19:42'),(2747,10,40,0,'2015-07-12 00:17:10'),(2748,11,4,0,'2015-07-12 05:22:50'),(2749,10,28,0,'2015-07-13 00:03:48'),(2750,11,5,0,'2015-07-13 03:39:44'),(2751,10,46,0,'2015-07-14 00:19:19'),(2752,10,39,0,'2015-07-15 00:38:20'),(2753,11,6,0,'2015-07-15 02:45:14'),(2754,10,49,0,'2015-07-16 00:38:16'),(2755,11,1,0,'2015-07-16 01:29:51'),(2756,10,31,0,'2015-07-17 00:00:24'),(2757,11,8,0,'2015-07-17 11:07:05'),(2758,10,43,0,'2015-07-18 01:03:03'),(2759,11,1,0,'2015-07-18 11:23:09'),(2760,10,31,0,'2015-07-19 00:27:12'),(2761,11,1,0,'2015-07-19 08:35:59'),(2762,10,47,0,'2015-07-20 00:02:56'),(2763,10,47,0,'2015-07-20 00:02:56'),(2764,11,2,0,'2015-07-20 17:26:00'),(2765,10,62,0,'2015-07-21 01:42:14'),(2766,11,4,0,'2015-07-21 10:45:12'),(2767,10,47,0,'2015-07-22 00:05:30'),(2768,11,4,0,'2015-07-22 13:45:58'),(2769,10,67,0,'2015-07-23 00:21:43'),(2770,11,4,0,'2015-07-23 04:24:43'),(2771,10,73,0,'2015-07-24 00:17:02'),(2772,11,5,0,'2015-07-24 03:16:40'),(2773,10,35,0,'2015-07-25 00:31:31'),(2774,10,55,0,'2015-07-26 04:10:01'),(2775,11,5,0,'2015-07-26 06:54:41'),(2776,10,35,0,'2015-07-27 00:18:58'),(2777,11,2,0,'2015-07-27 14:36:24'),(2778,10,36,0,'2015-07-28 00:32:27'),(2779,11,1,0,'2015-07-28 21:46:28'),(2780,10,39,0,'2015-07-29 00:43:09'),(2781,10,49,0,'2015-07-30 00:17:41'),(2782,11,3,0,'2015-07-30 02:33:25'),(2783,10,26,0,'2015-07-31 03:49:29'),(2784,10,46,0,'2015-08-01 00:23:56'),(2785,11,1,0,'2015-08-01 12:44:06'),(2786,10,39,0,'2015-08-02 03:42:50'),(2787,10,44,0,'2015-08-03 04:08:49'),(2788,11,1,0,'2015-08-03 21:07:26'),(2789,10,47,0,'2015-08-04 00:34:12'),(2790,11,6,0,'2015-08-04 03:00:47'),(2791,10,54,0,'2015-08-05 00:05:35'),(2792,11,5,0,'2015-08-05 02:22:05'),(2793,10,37,0,'2015-08-06 00:53:58'),(2794,11,3,0,'2015-08-06 14:58:53'),(2795,10,42,0,'2015-08-07 00:20:21'),(2796,11,4,0,'2015-08-07 04:12:50'),(2797,10,43,0,'2015-08-08 00:57:46'),(2798,11,1,0,'2015-08-08 12:19:25'),(2799,10,77,0,'2015-08-09 00:19:44'),(2800,11,15,0,'2015-08-09 21:24:47'),(2801,10,52,0,'2015-08-10 00:02:12'),(2802,10,52,0,'2015-08-11 00:20:57'),(2803,11,3,0,'2015-08-11 16:52:47'),(2804,10,57,0,'2015-08-12 00:13:13'),(2805,11,6,0,'2015-08-12 08:18:54'),(2806,10,55,0,'2015-08-13 00:07:18'),(2807,11,2,0,'2015-08-13 03:59:00'),(2808,10,48,0,'2015-08-14 00:25:39'),(2809,11,5,0,'2015-08-14 04:30:29'),(2810,10,27,0,'2015-08-15 00:40:44'),(2811,11,2,0,'2015-08-15 06:11:02'),(2812,10,49,0,'2015-08-16 00:21:37'),(2813,10,36,0,'2015-08-17 03:28:45'),(2814,11,1,0,'2015-08-17 17:07:39'),(2815,10,30,0,'2015-08-18 01:25:45'),(2816,11,1,0,'2015-08-18 15:46:28'),(2817,10,43,0,'2015-08-19 00:00:03'),(2818,11,1,0,'2015-08-19 17:19:50'),(2819,10,35,0,'2015-08-20 01:35:28'),(2820,11,1,0,'2015-08-20 22:18:13'),(2821,10,54,0,'2015-08-21 01:22:10'),(2822,11,3,0,'2015-08-21 10:29:08'),(2823,10,36,0,'2015-08-22 00:21:46'),(2824,11,1,0,'2015-08-22 09:04:22'),(2825,10,45,0,'2015-08-23 00:01:58'),(2826,11,1,0,'2015-08-23 15:08:23'),(2827,10,49,0,'2015-08-24 01:46:17'),(2828,11,1,0,'2015-08-24 20:46:08'),(2829,10,31,0,'2015-08-25 01:43:24'),(2830,11,7,0,'2015-08-25 13:05:13'),(2831,10,61,0,'2015-08-26 00:07:02'),(2832,11,1,0,'2015-08-26 13:08:29'),(2833,11,3,0,'2015-08-27 00:47:50'),(2834,10,28,0,'2015-08-27 01:38:47'),(2835,10,38,0,'2015-08-28 00:02:51'),(2836,11,2,0,'2015-08-28 05:41:05'),(2837,10,30,0,'2015-08-29 00:29:22'),(2838,10,32,0,'2015-08-30 00:53:38'),(2839,11,2,0,'2015-08-30 07:25:04'),(2840,10,46,0,'2015-08-31 00:32:00'),(2841,10,41,0,'2015-09-01 00:09:03'),(2842,11,5,0,'2015-09-01 05:46:30'),(2843,10,46,0,'2015-09-02 02:59:02'),(2844,11,6,0,'2015-09-02 13:10:03'),(2845,10,50,0,'2015-09-03 00:16:40'),(2846,11,3,0,'2015-09-03 08:09:44'),(2847,10,34,0,'2015-09-04 00:10:18'),(2848,11,7,0,'2015-09-04 13:37:15'),(2849,10,28,0,'2015-09-05 00:18:07'),(2850,11,1,0,'2015-09-05 03:16:11'),(2851,10,37,0,'2015-09-06 00:32:33'),(2852,11,2,0,'2015-09-06 10:33:28'),(2853,10,37,0,'2015-09-07 01:51:33'),(2854,11,2,0,'2015-09-07 06:03:37'),(2855,10,41,0,'2015-09-08 00:03:46'),(2856,11,1,0,'2015-09-08 10:09:10'),(2857,10,52,0,'2015-09-09 00:24:40'),(2858,11,3,0,'2015-09-09 01:52:07'),(2859,10,34,0,'2015-09-10 00:02:46'),(2860,11,1,0,'2015-09-10 20:33:47'),(2861,10,49,0,'2015-09-11 01:02:05'),(2862,11,1,0,'2015-09-11 21:03:09'),(2863,10,38,0,'2015-09-12 02:56:14'),(2864,11,2,0,'2015-09-12 05:19:32'),(2865,10,36,0,'2015-09-13 00:35:54'),(2866,11,2,0,'2015-09-13 11:43:50'),(2867,10,31,0,'2015-09-14 00:10:43'),(2868,11,3,0,'2015-09-14 11:57:00'),(2869,10,43,0,'2015-09-15 00:03:09'),(2870,11,2,0,'2015-09-15 02:01:54'),(2871,10,47,0,'2015-09-16 00:08:00'),(2872,11,3,0,'2015-09-16 05:43:51'),(2873,10,55,0,'2015-09-17 01:52:27'),(2874,11,3,0,'2015-09-17 14:11:00'),(2875,10,39,0,'2015-09-18 01:01:50'),(2876,11,2,0,'2015-09-18 09:03:20'),(2877,10,41,0,'2015-09-19 01:48:15'),(2878,10,98,0,'2015-09-20 00:53:56'),(2879,11,1,0,'2015-09-20 04:50:55'),(2880,10,33,0,'2015-09-21 01:01:34'),(2881,11,12,0,'2015-09-21 04:53:38'),(2882,10,59,0,'2015-09-22 00:15:30'),(2883,11,2,0,'2015-09-22 04:11:26'),(2884,10,41,0,'2015-09-23 00:24:41'),(2885,11,3,0,'2015-09-23 10:28:19'),(2886,11,5,0,'2015-09-24 00:49:34'),(2887,10,32,0,'2015-09-24 01:57:39'),(2888,10,34,0,'2015-09-25 00:10:23'),(2889,11,1,0,'2015-09-25 23:26:31'),(2890,10,47,0,'2015-09-26 00:48:08'),(2891,11,3,0,'2015-09-26 20:28:53'),(2892,10,33,0,'2015-09-27 01:34:10'),(2893,11,2,0,'2015-09-27 04:29:29'),(2894,10,53,0,'2015-09-28 02:35:54'),(2895,11,2,0,'2015-09-28 05:48:21'),(2896,10,46,0,'2015-09-29 00:13:57'),(2897,11,3,0,'2015-09-29 08:55:33'),(2898,10,53,0,'2015-09-30 00:51:41'),(2899,11,2,0,'2015-09-30 15:20:03'),(2900,10,51,0,'2015-10-01 00:03:08'),(2901,11,3,0,'2015-10-01 08:40:03'),(2902,10,39,0,'2015-10-02 00:08:24'),(2903,10,43,0,'2015-10-03 00:42:53'),(2904,11,2,0,'2015-10-03 09:38:40'),(2905,10,34,0,'2015-10-04 01:56:05'),(2906,11,2,0,'2015-10-04 11:21:43'),(2907,10,54,0,'2015-10-05 00:16:13'),(2908,11,3,0,'2015-10-05 02:23:11'),(2909,10,36,0,'2015-10-06 00:24:38'),(2910,11,2,0,'2015-10-06 06:37:07'),(2911,10,47,0,'2015-10-07 00:44:32'),(2912,11,1,0,'2015-10-07 10:38:04'),(2913,10,88,0,'2015-10-08 00:05:34'),(2914,11,1,0,'2015-10-08 20:46:02'),(2915,10,32,0,'2015-10-09 01:40:43'),(2916,10,45,0,'2015-10-10 00:20:58'),(2917,11,4,0,'2015-10-10 01:03:15'),(2918,10,44,0,'2015-10-11 00:07:27'),(2919,11,4,0,'2015-10-11 00:19:41'),(2920,10,31,0,'2015-10-12 01:51:23'),(2921,11,1,0,'2015-10-12 09:19:38'),(2922,10,31,0,'2015-10-13 00:37:43'),(2923,11,2,0,'2015-10-13 04:30:04'),(2924,10,37,0,'2015-10-14 00:47:52'),(2925,11,2,0,'2015-10-14 12:51:27'),(2926,10,23,0,'2015-10-15 00:44:03'),(2927,11,4,0,'2015-10-15 14:07:04'),(2928,10,21,0,'2015-10-16 00:40:05'),(2929,11,4,0,'2015-10-16 04:58:29'),(2930,10,30,0,'2015-10-17 00:27:27'),(2931,11,5,0,'2015-10-17 00:55:49'),(2932,10,29,0,'2015-10-18 00:58:27'),(2933,10,17,0,'2015-10-19 01:21:59'),(2934,11,1,0,'2015-10-19 21:17:38'),(2935,10,29,0,'2015-10-20 00:09:20'),(2936,10,29,0,'2015-10-21 02:00:47'),(2937,11,3,0,'2015-10-21 07:04:37'),(2938,11,4,0,'2015-10-22 01:47:32'),(2939,10,23,0,'2015-10-22 02:10:31'),(2940,10,31,0,'2015-10-23 00:00:29'),(2941,11,2,0,'2015-10-23 12:04:33'),(2942,10,29,0,'2015-10-24 00:17:03'),(2943,11,6,0,'2015-10-24 07:09:48'),(2944,10,27,0,'2015-10-25 01:24:46'),(2945,11,3,0,'2015-10-25 22:22:08'),(2946,10,29,0,'2015-10-26 05:35:03'),(2947,11,7,0,'2015-10-26 08:38:34'),(2948,10,21,0,'2015-10-27 01:20:17'),(2949,11,13,0,'2015-10-27 08:57:45'),(2950,10,25,0,'2015-10-28 03:06:05'),(2951,11,2,0,'2015-10-28 03:07:30'),(2952,10,25,0,'2015-10-29 01:02:03'),(2953,11,3,0,'2015-10-29 01:03:22'),(2954,10,24,0,'2015-10-30 00:35:06'),(2955,11,2,0,'2015-10-30 21:05:50'),(2956,10,27,0,'2015-10-31 00:34:37'),(2957,11,4,0,'2015-10-31 04:00:14'),(2958,11,2,0,'2015-11-01 00:12:45'),(2959,10,25,0,'2015-11-01 01:42:52'),(2960,10,42,0,'2015-11-02 02:07:12'),(2961,11,4,0,'2015-11-02 05:30:50'),(2962,10,31,0,'2015-11-03 04:21:25'),(2963,11,2,0,'2015-11-03 11:14:18'),(2964,10,27,0,'2015-11-04 00:05:56'),(2965,11,2,0,'2015-11-04 14:58:07'),(2966,10,26,0,'2015-11-05 00:15:51'),(2967,11,2,0,'2015-11-05 07:16:27'),(2968,10,26,0,'2015-11-06 03:34:04'),(2969,11,1,0,'2015-11-06 09:40:33'),(2970,10,16,0,'2015-11-07 00:45:37'),(2971,11,2,0,'2015-11-07 01:58:31'),(2972,10,32,0,'2015-11-08 00:48:28'),(2973,11,5,0,'2015-11-08 02:33:04'),(2974,10,51,0,'2015-11-09 00:01:34'),(2975,11,4,0,'2015-11-09 08:47:45'),(2976,10,28,0,'2015-11-10 00:02:59'),(2977,11,2,0,'2015-11-10 19:33:46'),(2978,10,25,0,'2015-11-11 00:43:39'),(2979,11,1,0,'2015-11-11 06:11:25'),(2980,11,2,0,'2015-11-12 03:44:27'),(2981,10,24,0,'2015-11-12 07:41:42'),(2982,10,25,0,'2015-11-13 00:31:09'),(2983,11,2,0,'2015-11-13 06:41:31'),(2984,11,2,0,'2015-11-14 02:09:27'),(2985,10,28,0,'2015-11-14 02:17:10'),(2986,10,43,0,'2015-11-15 00:18:47'),(2987,10,36,0,'2015-11-16 00:48:13'),(2988,11,4,0,'2015-11-16 04:49:23'),(2989,10,42,0,'2015-11-17 00:23:01'),(2990,10,25,0,'2015-11-18 00:26:12'),(2991,11,4,0,'2015-11-18 00:26:37'),(2992,10,39,0,'2015-11-19 02:17:18'),(2993,11,1,0,'2015-11-19 17:43:56'),(2994,10,27,0,'2015-11-20 00:16:31'),(2995,11,5,0,'2015-11-20 01:06:18'),(2996,10,62,0,'2015-11-21 00:47:10'),(2997,11,3,0,'2015-11-21 04:51:40'),(2998,10,28,0,'2015-11-22 00:34:26'),(2999,11,1,0,'2015-11-22 14:30:20'),(3000,10,68,0,'2015-11-23 00:04:04'),(3001,11,3,0,'2015-11-23 10:57:21'),(3002,10,48,0,'2015-11-24 00:45:19'),(3003,11,4,0,'2015-11-24 16:50:26'),(3004,10,48,0,'2015-11-25 05:33:32'),(3005,11,4,0,'2015-11-25 10:47:26'),(3006,10,33,0,'2015-11-26 00:09:28'),(3007,11,3,0,'2015-11-26 21:09:31'),(3008,10,39,0,'2015-11-27 00:17:06'),(3009,11,1,0,'2015-11-27 15:28:57'),(3010,10,39,0,'2015-11-28 04:45:24'),(3011,11,2,0,'2015-11-28 10:09:21'),(3012,10,29,0,'2015-11-29 00:13:12'),(3013,11,1,0,'2015-11-29 02:35:17'),(3014,10,62,0,'2015-11-30 00:31:59'),(3015,11,1,0,'2015-11-30 09:28:12'),(3016,10,52,0,'2015-12-01 01:10:23'),(3017,11,4,0,'2015-12-01 08:00:28'),(3018,10,42,0,'2015-12-02 00:56:24'),(3019,11,2,0,'2015-12-02 02:11:13'),(3020,10,30,0,'2015-12-03 01:07:32'),(3021,11,2,0,'2015-12-03 04:26:09'),(3022,10,45,0,'2015-12-04 00:03:37'),(3023,11,1,0,'2015-12-04 21:58:04'),(3024,10,28,0,'2015-12-05 00:04:28'),(3025,11,4,0,'2015-12-05 00:37:26'),(3026,10,25,0,'2015-12-06 00:17:07'),(3027,10,26,0,'2015-12-07 01:12:28'),(3028,11,4,0,'2015-12-07 13:21:49'),(3029,10,31,0,'2015-12-08 01:00:19'),(3030,10,30,0,'2015-12-09 00:06:01'),(3031,10,20,0,'2015-12-10 01:11:00'),(3032,10,17,0,'2015-12-11 00:38:31'),(3033,10,18,0,'2015-12-12 01:16:54'),(3034,10,27,0,'2015-12-13 00:15:25'),(3035,11,2,0,'2015-12-13 02:06:55'),(3036,10,47,0,'2015-12-14 00:49:38'),(3037,11,2,0,'2015-12-14 13:34:46'),(3038,10,29,0,'2015-12-15 00:11:32'),(3039,11,3,0,'2015-12-15 12:01:36'),(3040,10,30,0,'2015-12-16 00:03:32'),(3041,11,7,0,'2015-12-16 02:34:19'),(3042,10,26,0,'2015-12-17 00:15:30'),(3043,11,5,0,'2015-12-18 00:34:35'),(3044,10,24,0,'2015-12-18 02:10:08'),(3045,10,18,0,'2015-12-19 01:53:20'),(3046,10,30,0,'2015-12-20 01:09:00'),(3047,11,2,0,'2015-12-20 11:06:30'),(3048,10,25,0,'2015-12-21 00:11:20'),(3049,10,32,0,'2015-12-22 00:34:38'),(3050,11,3,0,'2015-12-22 06:53:33'),(3051,10,31,0,'2015-12-23 00:13:08'),(3052,11,4,0,'2015-12-23 00:46:40'),(3053,10,17,0,'2015-12-24 02:39:09'),(3054,11,2,0,'2015-12-24 22:57:29'),(3055,10,28,0,'2015-12-25 00:53:07'),(3056,11,1,0,'2015-12-25 06:08:57'),(3057,10,13,0,'2015-12-26 00:16:24'),(3058,10,25,0,'2015-12-27 00:08:13'),(3059,11,2,0,'2015-12-27 03:26:47'),(3060,11,2,0,'2015-12-28 01:50:56'),(3061,10,18,0,'2015-12-28 02:34:09'),(3062,10,32,0,'2015-12-29 02:12:35'),(3063,11,2,0,'2015-12-29 07:58:32'),(3064,10,27,0,'2015-12-30 00:14:00'),(3065,11,2,0,'2015-12-30 05:42:15'),(3066,10,126,0,'2015-12-31 03:04:54'),(3067,11,1,0,'2015-12-31 11:44:45'),(3068,10,64,0,'2016-01-01 00:09:06'),(3069,11,1,0,'2016-01-01 03:40:11'),(3070,10,38,0,'2016-01-02 01:43:39'),(3071,11,1,0,'2016-01-02 02:42:40'),(3072,10,19,0,'2016-01-03 00:16:22'),(3073,11,2,0,'2016-01-03 17:28:43'),(3074,10,31,0,'2016-01-04 00:52:19'),(3075,11,7,0,'2016-01-04 10:02:27'),(3076,10,42,0,'2016-01-05 00:27:12'),(3077,11,1,0,'2016-01-05 15:31:45'),(3078,10,35,0,'2016-01-06 00:21:03'),(3079,11,2,0,'2016-01-06 03:19:34'),(3080,10,29,0,'2016-01-07 00:21:50'),(3081,11,3,0,'2016-01-07 09:45:34'),(3082,10,19,0,'2016-01-08 06:15:12'),(3083,11,1,0,'2016-01-08 07:54:24'),(3084,10,31,0,'2016-01-09 00:29:06'),(3085,11,2,0,'2016-01-09 07:39:45'),(3086,10,26,0,'2016-01-10 00:21:15'),(3087,11,2,0,'2016-01-10 02:29:55'),(3088,10,29,0,'2016-01-11 00:26:08'),(3089,11,2,0,'2016-01-11 11:14:56'),(3090,10,18,0,'2016-01-12 01:21:55'),(3091,10,41,0,'2016-01-13 02:03:10'),(3092,11,3,0,'2016-01-13 06:53:33'),(3093,10,27,0,'2016-01-14 00:06:54'),(3094,11,1,0,'2016-01-14 09:55:16'),(3095,10,25,0,'2016-01-15 00:31:10'),(3096,11,2,0,'2016-01-15 07:34:30'),(3097,10,36,0,'2016-01-16 00:29:16'),(3098,11,1,0,'2016-01-16 13:12:26'),(3099,10,22,0,'2016-01-17 02:29:34'),(3100,11,3,0,'2016-01-17 15:18:49'),(3101,10,33,0,'2016-01-18 00:28:18'),(3102,11,2,0,'2016-01-18 05:44:36'),(3103,10,25,0,'2016-01-19 01:12:50'),(3104,11,2,0,'2016-01-19 22:59:56'),(3105,11,8,0,'2016-01-20 00:04:35'),(3106,10,39,0,'2016-01-20 00:34:13'),(3107,10,33,0,'2016-01-21 00:11:08'),(3108,11,5,0,'2016-01-21 07:08:52'),(3109,10,31,0,'2016-01-22 00:39:31'),(3110,11,1,0,'2016-01-22 18:04:41'),(3111,10,19,0,'2016-01-23 03:04:03'),(3112,11,2,0,'2016-01-23 13:48:57'),(3113,10,23,0,'2016-01-24 00:46:32'),(3114,11,1,0,'2016-01-24 10:15:09'),(3115,10,22,0,'2016-01-25 00:09:20'),(3116,11,2,0,'2016-01-25 11:16:36'),(3117,10,27,0,'2016-01-26 03:16:35'),(3118,11,2,0,'2016-01-26 12:07:23'),(3119,10,13,0,'2016-01-27 00:21:45'),(3120,11,2,0,'2016-01-27 18:11:09'),(3121,10,29,0,'2016-01-28 02:40:20'),(3122,11,2,0,'2016-01-28 15:57:08'),(3123,10,36,0,'2016-01-29 00:43:58'),(3124,11,5,0,'2016-01-29 03:21:37'),(3125,10,29,0,'2016-01-30 03:36:21'),(3126,11,3,0,'2016-01-30 06:27:23'),(3127,10,30,0,'2016-01-31 02:59:11'),(3128,11,2,0,'2016-01-31 08:37:31'),(3129,10,25,0,'2016-02-01 01:02:44'),(3130,11,2,0,'2016-02-01 02:35:28'),(3131,10,107,0,'2016-02-02 00:03:25'),(3132,11,2,0,'2016-02-02 10:09:36'),(3133,10,34,0,'2016-02-03 00:32:39'),(3134,11,9,0,'2016-02-03 02:36:14'),(3135,10,34,0,'2016-02-04 01:10:24'),(3136,11,2,0,'2016-02-04 13:14:41'),(3137,10,24,0,'2016-02-05 00:43:47'),(3138,11,1,0,'2016-02-05 09:13:33'),(3139,10,43,0,'2016-02-06 01:05:19'),(3140,11,7,0,'2016-02-06 01:06:10'),(3141,10,29,0,'2016-02-07 01:36:53'),(3142,11,3,0,'2016-02-07 14:16:14'),(3143,10,28,0,'2016-02-08 00:41:51'),(3144,11,2,0,'2016-02-08 18:44:39'),(3145,10,23,0,'2016-02-09 00:44:04'),(3146,11,4,0,'2016-02-09 02:33:23'),(3147,10,50,0,'2016-02-10 00:30:40'),(3148,11,10,0,'2016-02-10 08:06:44'),(3149,10,113,0,'2016-02-11 00:04:30'),(3150,11,1,0,'2016-02-11 05:21:14'),(3151,10,31,0,'2016-02-12 01:24:17'),(3152,10,21,0,'2016-02-13 00:51:33'),(3153,11,1,0,'2016-02-13 22:54:22'),(3154,10,23,0,'2016-02-14 03:19:19'),(3155,10,19,0,'2016-02-15 01:01:01'),(3156,11,2,0,'2016-02-15 09:26:23'),(3157,10,20,0,'2016-02-16 00:20:51'),(3158,11,1,0,'2016-02-16 14:33:25'),(3159,10,38,0,'2016-02-17 00:51:20'),(3160,11,4,0,'2016-02-17 03:32:34'),(3161,10,29,0,'2016-02-18 02:45:31'),(3162,11,2,0,'2016-02-18 08:38:28'),(3163,10,27,0,'2016-02-19 01:22:00'),(3164,10,21,0,'2016-02-20 00:55:42'),(3165,10,18,0,'2016-02-21 00:12:55'),(3166,11,5,0,'2016-02-21 03:20:56'),(3167,10,47,0,'2016-02-22 03:59:23'),(3168,11,2,0,'2016-02-22 14:57:45'),(3169,10,20,0,'2016-02-23 00:30:00'),(3170,11,4,0,'2016-02-23 11:24:50'),(3171,10,25,0,'2016-02-24 01:21:27'),(3172,11,3,0,'2016-02-24 02:18:56'),(3173,10,30,0,'2016-02-25 00:19:45'),(3174,11,3,0,'2016-02-25 08:39:57'),(3175,10,45,0,'2016-02-26 00:06:41'),(3176,11,4,0,'2016-02-26 01:10:27'),(3177,10,26,0,'2016-02-27 00:31:32'),(3178,11,1,0,'2016-02-27 16:17:54'),(3179,10,27,0,'2016-02-28 00:23:48'),(3180,11,7,0,'2016-02-28 01:23:28'),(3181,11,2,0,'2016-02-29 00:37:20'),(3182,10,36,0,'2016-02-29 01:41:22'),(3183,10,46,0,'2016-03-01 01:54:55'),(3184,11,6,0,'2016-03-01 16:46:28'),(3185,10,37,0,'2016-03-02 00:18:48'),(3186,11,9,0,'2016-03-02 00:19:12'),(3187,10,44,0,'2016-03-03 00:16:30'),(3188,11,1,0,'2016-03-03 03:50:58'),(3189,10,24,0,'2016-03-04 01:44:58'),(3190,11,3,0,'2016-03-04 01:59:04'),(3191,10,37,0,'2016-03-05 00:11:58'),(3192,11,3,0,'2016-03-05 00:28:11'),(3193,10,26,0,'2016-03-06 01:13:18'),(3194,11,4,0,'2016-03-06 11:46:35'),(3195,10,33,0,'2016-03-07 00:01:51'),(3196,11,6,0,'2016-03-07 03:31:19'),(3197,10,31,0,'2016-03-08 00:22:15'),(3198,11,6,0,'2016-03-08 05:05:16'),(3199,10,20,0,'2016-03-09 01:54:35'),(3200,11,2,0,'2016-03-09 07:09:48'),(3201,10,19,0,'2016-03-10 02:44:45'),(3202,11,2,0,'2016-03-10 21:20:06'),(3203,10,32,0,'2016-03-11 03:19:09'),(3204,11,2,0,'2016-03-11 05:35:17'),(3205,10,34,0,'2016-03-12 00:01:12'),(3206,11,4,0,'2016-03-12 01:14:34'),(3207,11,1,0,'2016-03-13 01:29:16'),(3208,10,27,0,'2016-03-13 03:03:20'),(3209,10,31,0,'2016-03-14 04:01:07'),(3210,11,4,0,'2016-03-14 05:39:01'),(3211,10,39,0,'2016-03-15 00:42:44'),(3212,11,2,0,'2016-03-15 03:26:28'),(3213,10,39,0,'2016-03-16 00:31:58'),(3214,11,3,0,'2016-03-16 01:53:44'),(3215,10,21,0,'2016-03-17 01:08:32'),(3216,11,2,0,'2016-03-17 08:45:38'),(3217,10,43,0,'2016-03-18 00:37:19'),(3218,11,1,0,'2016-03-18 23:30:19'),(3219,10,33,0,'2016-03-19 00:32:51'),(3220,11,1,0,'2016-03-19 01:36:11'),(3221,10,22,0,'2016-03-20 01:02:33'),(3222,11,4,0,'2016-03-20 01:46:44'),(3223,10,27,0,'2016-03-21 00:34:26'),(3224,11,2,0,'2016-03-21 08:04:14'),(3225,10,31,0,'2016-03-22 01:50:36'),(3226,11,5,0,'2016-03-22 02:23:01'),(3227,10,34,0,'2016-03-23 00:11:29'),(3228,11,1,0,'2016-03-23 12:51:29'),(3229,11,4,0,'2016-03-24 00:13:49'),(3230,10,36,0,'2016-03-24 01:41:28'),(3231,10,29,0,'2016-03-25 00:28:29'),(3232,11,4,0,'2016-03-25 01:31:04'),(3233,10,33,0,'2016-03-26 03:05:07'),(3234,11,3,0,'2016-03-26 12:45:42'),(3235,10,35,0,'2016-03-27 00:22:46'),(3236,11,1,0,'2016-03-27 13:54:35'),(3237,10,28,0,'2016-03-28 01:19:18'),(3238,11,4,0,'2016-03-28 09:16:13'),(3239,10,64,0,'2016-03-29 00:19:57'),(3240,11,3,0,'2016-03-29 07:07:52'),(3241,10,41,0,'2016-03-30 00:23:33'),(3242,11,4,0,'2016-03-30 00:23:40'),(3243,10,36,0,'2016-03-31 03:12:58'),(3244,11,1,0,'2016-03-31 05:02:09'),(3245,10,46,0,'2016-04-01 02:45:12'),(3246,11,3,0,'2016-04-01 10:01:24'),(3247,10,41,0,'2016-04-02 01:54:53'),(3248,11,2,0,'2016-04-02 08:14:56'),(3249,10,35,0,'2016-04-03 00:06:43'),(3250,11,3,0,'2016-04-03 08:14:52'),(3251,10,30,0,'2016-04-04 00:07:32'),(3252,10,45,0,'2016-04-05 00:47:38'),(3253,11,1,0,'2016-04-05 14:42:05'),(3254,10,40,0,'2016-04-06 01:18:17'),(3255,10,41,0,'2016-04-07 00:20:09'),(3256,10,37,0,'2016-04-08 02:07:01'),(3257,11,1,0,'2016-04-08 09:32:45'),(3258,10,43,0,'2016-04-09 02:53:37'),(3259,11,1,0,'2016-04-09 08:11:44'),(3260,10,33,0,'2016-04-10 02:10:54'),(3261,11,1,0,'2016-04-10 05:15:40'),(3262,10,51,0,'2016-04-11 03:31:17'),(3263,11,6,0,'2016-04-11 04:20:14'),(3264,10,51,0,'2016-04-12 01:46:48'),(3265,11,2,0,'2016-04-12 21:54:32'),(3266,10,50,0,'2016-04-13 02:32:43'),(3267,11,2,0,'2016-04-13 18:57:12'),(3268,10,48,0,'2016-04-14 00:19:00'),(3269,11,2,0,'2016-04-14 13:13:46'),(3270,10,58,0,'2016-04-15 00:42:33'),(3271,11,2,0,'2016-04-15 17:04:48'),(3272,10,40,0,'2016-04-16 00:40:07'),(3273,11,4,0,'2016-04-16 03:26:05'),(3274,10,46,0,'2016-04-17 00:13:37'),(3275,11,2,0,'2016-04-17 06:45:12'),(3276,10,40,0,'2016-04-18 00:29:39'),(3277,11,3,0,'2016-04-18 13:44:03'),(3278,10,29,0,'2016-04-19 00:37:18'),(3279,11,2,0,'2016-04-19 11:20:52'),(3280,10,36,0,'2016-04-20 01:10:52'),(3281,11,2,0,'2016-04-20 10:49:17'),(3282,10,32,0,'2016-04-21 02:40:00'),(3283,11,7,0,'2016-04-21 06:56:49'),(3284,10,24,0,'2016-04-22 01:35:30'),(3285,11,7,0,'2016-04-22 11:34:27'),(3286,10,27,0,'2016-04-23 00:16:32'),(3287,10,26,0,'2016-04-24 00:20:06'),(3288,11,1,0,'2016-04-24 20:25:13'),(3289,10,33,0,'2016-04-25 00:55:11'),(3290,10,25,0,'2016-04-26 00:31:32'),(3291,11,1,0,'2016-04-26 20:55:06'),(3292,10,32,0,'2016-04-27 01:49:46'),(3293,11,4,0,'2016-04-27 08:36:07'),(3294,10,25,0,'2016-04-28 00:27:19'),(3295,11,2,0,'2016-04-28 11:49:02'),(3296,10,30,0,'2016-04-29 02:05:49'),(3297,10,18,0,'2016-04-30 02:57:25'),(3298,11,4,0,'2016-04-30 06:47:26'),(3299,10,29,0,'2016-05-01 00:14:10'),(3300,11,1,0,'2016-05-01 11:33:51'),(3301,10,17,0,'2016-05-02 01:27:40'),(3302,11,3,0,'2016-05-02 02:57:02'),(3303,10,48,0,'2016-05-03 01:36:39'),(3304,11,1,0,'2016-05-03 10:50:07'),(3305,10,28,0,'2016-05-04 00:53:50'),(3306,11,3,0,'2016-05-04 11:38:32'),(3307,10,30,0,'2016-05-05 01:24:17'),(3308,11,4,0,'2016-05-05 05:36:42'),(3309,10,24,0,'2016-05-06 00:19:56'),(3310,11,4,0,'2016-05-06 01:01:34'),(3311,10,27,0,'2016-05-07 00:15:38'),(3312,11,2,0,'2016-05-07 05:39:30'),(3313,10,17,0,'2016-05-08 00:07:56'),(3314,10,26,0,'2016-05-09 00:31:44'),(3315,11,3,0,'2016-05-09 03:48:27'),(3316,10,23,0,'2016-05-10 00:17:14'),(3317,10,32,0,'2016-05-11 00:14:08'),(3318,11,4,0,'2016-05-11 01:13:43'),(3319,10,21,0,'2016-05-12 00:36:50'),(3320,11,3,0,'2016-05-12 06:40:15'),(3321,10,29,0,'2016-05-13 00:37:48'),(3322,10,32,0,'2016-05-14 01:12:35'),(3323,11,3,0,'2016-05-14 02:51:36'),(3324,10,39,0,'2016-05-15 00:51:09'),(3325,11,2,0,'2016-05-15 01:24:00'),(3326,10,44,0,'2016-05-16 00:24:08'),(3327,10,64,0,'2016-05-17 00:10:11'),(3328,11,3,0,'2016-05-17 00:11:52'),(3329,10,26,0,'2016-05-18 00:04:31'),(3330,11,3,0,'2016-05-18 06:06:01'),(3331,10,35,0,'2016-05-19 00:17:10'),(3332,11,4,0,'2016-05-20 01:34:10'),(3333,10,41,0,'2016-05-20 01:41:25'),(3334,10,37,0,'2016-05-21 04:40:00'),(3335,11,2,0,'2016-05-21 12:55:28'),(3336,10,32,0,'2016-05-22 00:58:35'),(3337,11,5,0,'2016-05-22 09:51:53'),(3338,10,37,0,'2016-05-23 01:49:02'),(3339,11,3,0,'2016-05-23 02:07:35'),(3340,11,7,0,'2016-05-24 00:07:16'),(3341,10,27,0,'2016-05-24 02:08:01'),(3342,10,45,0,'2016-05-25 00:22:08'),(3343,11,1,0,'2016-05-25 15:18:07'),(3344,10,25,0,'2016-05-26 00:05:13'),(3345,11,3,0,'2016-05-26 05:38:22'),(3346,10,36,0,'2016-05-27 02:44:17'),(3347,11,2,0,'2016-05-27 16:26:20'),(3348,10,33,0,'2016-05-28 00:14:53'),(3349,11,1,0,'2016-05-28 10:59:42'),(3350,10,40,0,'2016-05-29 00:33:27'),(3351,10,33,0,'2016-05-30 00:03:55'),(3352,11,1,0,'2016-05-30 00:03:56'),(3353,10,93,0,'2016-05-31 01:10:39'),(3354,11,41,0,'2016-05-31 08:48:19'),(3355,10,63,0,'2016-06-01 00:04:39'),(3356,11,5,0,'2016-06-01 00:04:49'),(3357,10,39,0,'2016-06-02 01:40:11'),(3358,11,2,0,'2016-06-02 04:59:16'),(3359,10,32,0,'2016-06-03 00:49:42'),(3360,11,6,0,'2016-06-03 03:22:11'),(3361,11,9,0,'2016-06-04 00:04:55'),(3362,10,28,0,'2016-06-04 00:10:28'),(3363,10,28,0,'2016-06-05 00:43:43'),(3364,11,1,0,'2016-06-05 23:29:13'),(3365,10,45,0,'2016-06-06 00:41:28'),(3366,11,3,0,'2016-06-06 00:50:46'),(3367,10,43,0,'2016-06-07 00:12:56'),(3368,11,3,0,'2016-06-07 00:33:33'),(3369,10,43,0,'2016-06-08 00:21:17'),(3370,11,3,0,'2016-06-08 10:35:59'),(3371,10,28,0,'2016-06-09 00:11:03'),(3372,10,29,0,'2016-06-10 00:00:33'),(3373,11,2,0,'2016-06-10 09:28:36'),(3374,10,26,0,'2016-06-11 01:56:35'),(3375,11,7,0,'2016-06-11 02:16:06'),(3376,10,54,0,'2016-06-12 03:45:04'),(3377,11,1,0,'2016-06-12 07:51:16'),(3378,10,26,0,'2016-06-13 00:41:37'),(3379,10,25,0,'2016-06-14 03:39:06'),(3380,11,2,0,'2016-06-14 11:36:53'),(3381,10,26,0,'2016-06-15 00:02:12'),(3382,11,5,0,'2016-06-15 02:25:27'),(3383,10,28,0,'2016-06-16 02:12:21'),(3384,10,38,0,'2016-06-17 00:51:03'),(3385,11,1,0,'2016-06-17 10:20:36'),(3386,10,24,0,'2016-06-18 00:19:26'),(3387,11,1,0,'2016-06-18 13:48:00'),(3388,10,31,0,'2016-06-19 03:22:37'),(3389,11,1,0,'2016-06-19 11:06:00'),(3390,10,32,0,'2016-06-20 00:15:46'),(3391,11,1,0,'2016-06-20 20:50:00'),(3392,10,29,0,'2016-06-21 02:37:08'),(3393,11,2,0,'2016-06-21 18:35:38'),(3394,10,33,0,'2016-06-22 00:09:42'),(3395,11,4,0,'2016-06-22 01:55:49'),(3396,10,109,0,'2016-06-23 00:53:31'),(3397,11,2,0,'2016-06-23 04:31:23'),(3398,10,35,0,'2016-06-24 00:35:23'),(3399,11,4,0,'2016-06-24 04:18:21'),(3400,10,22,0,'2016-06-25 01:46:15'),(3401,10,16,0,'2016-06-26 01:16:33'),(3402,10,25,0,'2016-06-27 00:50:50'),(3403,11,1,0,'2016-06-27 20:59:07'),(3404,10,28,0,'2016-06-28 00:50:40'),(3405,10,40,0,'2016-06-29 00:11:05'),(3406,11,3,0,'2016-06-29 07:58:45'),(3407,10,31,0,'2016-06-30 00:05:29'),(3408,11,1,0,'2016-06-30 07:38:08'),(3409,10,25,0,'2016-07-01 00:15:00'),(3410,11,7,0,'2016-07-01 03:12:07'),(3411,10,23,0,'2016-07-02 01:31:37'),(3412,11,2,0,'2016-07-02 10:05:06'),(3413,10,16,0,'2016-07-03 03:26:18'),(3414,10,26,0,'2016-07-04 03:41:40'),(3415,11,2,0,'2016-07-04 10:54:30'),(3416,10,27,0,'2016-07-05 00:41:31'),(3417,11,5,0,'2016-07-05 07:20:40'),(3418,10,37,0,'2016-07-06 00:10:06'),(3419,11,4,0,'2016-07-06 02:34:05'),(3420,10,25,0,'2016-07-07 01:58:10'),(3421,10,32,0,'2016-07-08 00:15:14'),(3422,11,1,0,'2016-07-08 16:53:01'),(3423,10,18,0,'2016-07-09 02:09:20'),(3424,10,28,0,'2016-07-10 02:33:49'),(3425,10,25,0,'2016-07-11 01:41:02'),(3426,11,1,0,'2016-07-11 10:03:35'),(3427,10,57,0,'2016-07-12 00:06:53'),(3428,10,57,0,'2016-07-12 00:06:53'),(3429,11,4,0,'2016-07-12 06:17:59'),(3430,10,25,0,'2016-07-13 02:09:02'),(3431,11,2,0,'2016-07-13 12:52:49'),(3432,10,21,0,'2016-07-14 02:20:09'),(3433,10,24,0,'2016-07-15 01:00:10'),(3434,11,4,0,'2016-07-15 15:29:43'),(3435,10,20,0,'2016-07-16 01:25:08'),(3436,11,2,0,'2016-07-16 22:00:22'),(3437,10,15,0,'2016-07-17 02:48:01'),(3438,11,2,0,'2016-07-17 03:09:07'),(3439,11,1,0,'2016-07-18 00:38:17'),(3440,10,28,0,'2016-07-18 00:38:22'),(3441,10,39,0,'2016-07-19 00:01:42'),(3442,11,3,0,'2016-07-19 05:14:31'),(3443,10,49,0,'2016-07-20 00:29:31'),(3444,11,12,0,'2016-07-20 02:43:49'),(3445,10,78,0,'2016-07-21 02:46:17'),(3446,11,3,0,'2016-07-21 05:03:28'),(3447,10,25,0,'2016-07-22 02:16:56'),(3448,11,2,0,'2016-07-22 23:28:17'),(3449,10,29,0,'2016-07-23 00:03:13'),(3450,11,1,0,'2016-07-23 05:22:04'),(3451,10,34,0,'2016-07-24 02:18:43'),(3452,11,2,0,'2016-07-24 07:14:46'),(3453,10,25,0,'2016-07-25 00:32:01'),(3454,10,19,0,'2016-07-26 02:08:13'),(3455,10,20,0,'2016-07-27 01:30:53'),(3456,11,5,0,'2016-07-27 09:05:47'),(3457,10,35,0,'2016-07-28 00:19:42'),(3458,11,6,0,'2016-07-28 11:54:48'),(3459,10,25,0,'2016-07-29 01:28:27'),(3460,10,21,0,'2016-07-30 00:25:34'),(3461,11,6,0,'2016-07-30 07:01:16'),(3462,10,26,0,'2016-07-31 00:07:16'),(3463,10,31,0,'2016-08-01 00:19:04'),(3464,11,1,0,'2016-08-01 08:09:22'),(3465,10,36,0,'2016-08-02 00:07:56'),(3466,11,3,0,'2016-08-02 00:55:11'),(3467,10,25,0,'2016-08-03 00:01:54'),(3468,11,2,0,'2016-08-03 05:34:32'),(3469,10,30,0,'2016-08-04 01:22:54'),(3470,11,2,0,'2016-08-04 08:38:03'),(3471,10,33,0,'2016-08-05 01:58:17'),(3472,11,1,0,'2016-08-05 23:51:34'),(3473,10,26,0,'2016-08-06 02:27:02'),(3474,11,1,0,'2016-08-06 12:11:42'),(3475,10,38,0,'2016-08-07 00:40:42'),(3476,11,3,0,'2016-08-07 00:40:48'),(3477,10,23,0,'2016-08-08 01:28:42'),(3478,11,3,0,'2016-08-08 11:32:58'),(3479,10,40,0,'2016-08-09 00:02:13'),(3480,10,22,0,'2016-08-10 00:08:20'),(3481,11,5,0,'2016-08-10 08:07:32'),(3482,10,22,0,'2016-08-11 01:09:29'),(3483,11,5,0,'2016-08-11 05:23:19'),(3484,10,19,0,'2016-08-12 00:16:44'),(3485,11,3,0,'2016-08-12 13:05:12'),(3486,10,25,0,'2016-08-13 00:32:24'),(3487,11,5,0,'2016-08-13 15:38:51'),(3488,10,28,0,'2016-08-14 03:22:36'),(3489,10,38,0,'2016-08-15 00:56:44'),(3490,10,23,0,'2016-08-16 01:51:05'),(3491,10,28,0,'2016-08-17 00:06:25'),(3492,11,1,0,'2016-08-17 00:06:33'),(3493,10,21,0,'2016-08-18 00:19:45'),(3494,11,2,0,'2016-08-18 06:18:59'),(3495,10,19,0,'2016-08-19 00:26:42'),(3496,10,23,0,'2016-08-20 01:16:54'),(3497,11,1,0,'2016-08-20 16:03:21'),(3498,10,29,0,'2016-08-21 04:22:26'),(3499,11,2,0,'2016-08-21 08:05:44'),(3500,10,32,0,'2016-08-22 02:23:53'),(3501,11,6,0,'2016-08-22 13:24:22'),(3502,10,34,0,'2016-08-23 02:23:56'),(3503,11,1,0,'2016-08-23 16:04:48'),(3504,10,40,0,'2016-08-24 00:12:14'),(3505,11,3,0,'2016-08-24 06:38:59'),(3506,10,43,0,'2016-08-25 01:30:12'),(3507,11,1,0,'2016-08-25 20:01:17'),(3508,10,28,0,'2016-08-26 00:58:53'),(3509,10,34,0,'2016-08-27 06:23:52'),(3510,10,26,0,'2016-08-28 00:15:45'),(3511,11,1,0,'2016-08-28 13:42:05'),(3512,10,33,0,'2016-08-29 00:05:42'),(3513,11,2,0,'2016-08-29 16:32:53'),(3514,10,25,0,'2016-08-30 01:02:53'),(3515,11,3,0,'2016-08-30 05:02:03'),(3516,10,37,0,'2016-08-31 02:36:56'),(3517,11,1,0,'2016-08-31 12:57:18'),(3518,10,27,0,'2016-09-01 01:13:37'),(3519,11,3,0,'2016-09-01 15:11:39'),(3520,10,26,0,'2016-09-02 03:12:52'),(3521,10,24,0,'2016-09-03 00:49:35'),(3522,11,1,0,'2016-09-03 21:26:13'),(3523,10,22,0,'2016-09-04 00:08:30'),(3524,11,1,0,'2016-09-04 10:32:47'),(3525,10,23,0,'2016-09-05 00:00:46'),(3526,11,1,0,'2016-09-05 15:27:09'),(3527,10,35,0,'2016-09-06 00:57:05'),(3528,11,5,0,'2016-09-06 03:07:32'),(3529,10,42,0,'2016-09-07 01:21:05'),(3530,11,6,0,'2016-09-07 05:19:08'),(3531,11,2,0,'2016-09-08 00:22:18'),(3532,10,40,0,'2016-09-08 02:56:56'),(3533,10,23,0,'2016-09-09 00:10:28'),(3534,10,25,0,'2016-09-10 01:22:31'),(3535,10,22,0,'2016-09-11 00:15:10'),(3536,11,1,0,'2016-09-11 16:30:34'),(3537,10,22,0,'2016-09-12 00:17:08'),(3538,11,2,0,'2016-09-12 08:33:37'),(3539,10,18,0,'2016-09-13 00:28:08'),(3540,10,31,0,'2016-09-14 00:36:06'),(3541,11,7,0,'2016-09-14 04:32:36'),(3542,11,7,0,'2016-09-15 00:15:37'),(3543,10,35,0,'2016-09-15 02:12:29'),(3544,10,40,0,'2016-09-16 00:45:52'),(3545,11,8,0,'2016-09-16 03:05:00'),(3546,10,29,0,'2016-09-17 01:06:52'),(3547,11,8,0,'2016-09-17 05:31:32'),(3548,10,22,0,'2016-09-18 00:26:48'),(3549,11,8,0,'2016-09-18 00:45:15'),(3550,10,34,0,'2016-09-19 00:04:42'),(3551,11,4,0,'2016-09-19 03:17:08'),(3552,11,14,0,'2016-09-20 00:14:15'),(3553,10,43,0,'2016-09-20 00:40:19'),(3554,10,35,0,'2016-09-21 00:55:33'),(3555,11,3,0,'2016-09-21 07:50:12'),(3556,10,27,0,'2016-09-22 00:37:01'),(3557,11,6,0,'2016-09-22 00:46:28'),(3558,10,23,0,'2016-09-23 00:03:27'),(3559,11,5,0,'2016-09-23 00:03:31'),(3560,10,27,0,'2016-09-24 00:37:02'),(3561,11,3,0,'2016-09-24 01:57:12'),(3562,10,27,0,'2016-09-25 00:10:11'),(3563,11,1,0,'2016-09-25 03:08:05'),(3564,11,3,0,'2016-09-26 00:15:33'),(3565,10,29,0,'2016-09-26 02:10:26'),(3566,10,29,0,'2016-09-27 01:44:49'),(3567,11,7,0,'2016-09-27 09:37:26'),(3568,10,34,0,'2016-09-28 00:59:19'),(3569,11,3,0,'2016-09-28 07:11:36'),(3570,10,22,0,'2016-09-29 03:39:14'),(3571,11,7,0,'2016-09-29 05:38:06'),(3572,10,23,0,'2016-09-30 00:08:14'),(3573,11,3,0,'2016-09-30 10:24:11'),(3574,10,28,0,'2016-10-01 00:32:56'),(3575,11,3,0,'2016-10-01 09:52:22'),(3576,10,18,0,'2016-10-02 05:52:51'),(3577,11,5,0,'2016-10-02 12:44:44'),(3578,10,33,0,'2016-10-03 00:08:18'),(3579,11,1,0,'2016-10-03 19:19:43'),(3580,10,28,0,'2016-10-04 00:38:43'),(3581,11,2,0,'2016-10-04 03:34:54'),(3582,10,65,0,'2016-10-05 00:11:25'),(3583,11,7,0,'2016-10-05 00:24:38'),(3584,10,30,0,'2016-10-06 00:48:48'),(3585,11,3,0,'2016-10-06 11:01:18'),(3586,10,48,0,'2016-10-07 00:04:29'),(3587,11,1,0,'2016-10-07 18:25:30'),(3588,10,32,0,'2016-10-08 00:01:54'),(3589,11,1,0,'2016-10-08 06:09:14'),(3590,10,11,0,'2016-10-09 00:47:34'),(3591,11,2,0,'2016-10-09 13:49:49'),(3592,11,2,0,'2016-10-10 03:59:00'),(3593,10,26,0,'2016-10-10 04:10:17'),(3594,10,26,0,'2016-10-11 00:28:38'),(3595,11,4,0,'2016-10-11 10:29:19'),(3596,10,36,0,'2016-10-12 00:43:50'),(3597,11,4,0,'2016-10-12 01:02:31'),(3598,10,62,0,'2016-10-13 00:54:49'),(3599,11,23,0,'2016-10-13 09:17:41'),(3600,10,25,0,'2016-10-14 00:20:23'),(3601,11,3,0,'2016-10-14 01:18:58'),(3602,10,33,0,'2016-10-15 00:23:24'),(3603,11,1,0,'2016-10-15 07:34:41'),(3604,10,29,0,'2016-10-16 00:09:58'),(3605,11,2,0,'2016-10-16 13:05:59'),(3606,10,21,0,'2016-10-17 04:03:30'),(3607,11,2,0,'2016-10-17 08:01:00'),(3608,11,7,0,'2016-10-18 02:16:15'),(3609,10,30,0,'2016-10-18 02:16:17'),(3610,10,45,0,'2016-10-19 00:43:34'),(3611,11,4,0,'2016-10-19 06:44:23'),(3612,10,52,0,'2016-10-20 02:06:29'),(3613,11,8,0,'2016-10-20 03:37:37'),(3614,10,57,0,'2016-10-21 02:48:25'),(3615,11,2,0,'2016-10-21 02:48:29'),(3616,10,59,0,'2016-10-22 00:46:28'),(3617,11,2,0,'2016-10-22 15:36:02'),(3618,10,60,0,'2016-10-23 00:05:21'),(3619,10,72,0,'2016-10-24 03:08:12'),(3620,10,72,0,'2016-10-24 03:08:12'),(3621,11,2,0,'2016-10-24 17:59:45'),(3622,10,67,0,'2016-10-25 00:40:33'),(3623,11,2,0,'2016-10-25 01:59:22'),(3624,10,52,0,'2016-10-26 00:29:25'),(3625,11,7,0,'2016-10-26 05:11:33'),(3626,10,71,0,'2016-10-27 00:21:47'),(3627,11,3,0,'2016-10-27 18:30:16'),(3628,10,69,0,'2016-10-28 00:07:00'),(3629,11,1,0,'2016-10-28 21:40:06'),(3630,10,67,0,'2016-10-29 00:04:20'),(3631,11,1,0,'2016-10-29 08:22:47'),(3632,10,75,0,'2016-10-30 00:55:09'),(3633,11,3,0,'2016-10-30 03:00:40'),(3634,10,70,0,'2016-10-31 00:16:21'),(3635,11,1,0,'2016-10-31 02:54:50'),(3636,10,66,0,'2016-11-01 00:39:20'),(3637,11,3,0,'2016-11-01 06:44:11'),(3638,10,60,0,'2016-11-02 00:04:28'),(3639,11,4,0,'2016-11-02 02:48:47'),(3640,10,54,0,'2016-11-03 00:07:31'),(3641,11,1,0,'2016-11-03 04:37:09'),(3642,10,81,0,'2016-11-04 00:08:44'),(3643,11,4,0,'2016-11-04 01:09:28'),(3644,10,52,0,'2016-11-05 00:27:46'),(3645,11,3,0,'2016-11-05 04:22:41'),(3646,10,58,0,'2016-11-06 00:22:20'),(3647,11,5,0,'2016-11-06 04:27:24'),(3648,11,6,0,'2016-11-07 00:33:11'),(3649,10,55,0,'2016-11-07 00:41:02'),(3650,11,3,0,'2016-11-08 00:22:00'),(3651,10,26,0,'2016-11-08 00:38:18'),(3652,10,49,0,'2016-11-09 00:06:41'),(3653,11,6,0,'2016-11-09 00:45:07'),(3654,10,44,0,'2016-11-10 00:24:11'),(3655,11,8,0,'2016-11-10 01:20:18'),(3656,10,53,0,'2016-11-11 00:19:27'),(3657,11,8,0,'2016-11-11 13:26:12'),(3658,10,44,0,'2016-11-12 00:51:49'),(3659,11,4,0,'2016-11-12 00:51:53'),(3660,11,7,0,'2016-11-13 00:16:38'),(3661,10,54,0,'2016-11-13 01:24:56'),(3662,10,44,0,'2016-11-14 01:55:12'),(3663,11,2,0,'2016-11-14 05:49:28'),(3664,10,57,0,'2016-11-15 02:03:33'),(3665,11,4,0,'2016-11-15 03:07:02'),(3666,10,51,0,'2016-11-16 00:02:47'),(3667,11,4,0,'2016-11-16 09:03:46'),(3668,10,37,0,'2016-11-17 01:42:29'),(3669,11,3,0,'2016-11-17 05:43:31'),(3670,10,40,0,'2016-11-18 01:22:14'),(3671,11,11,0,'2016-11-18 05:34:51'),(3672,10,51,0,'2016-11-19 00:37:08'),(3673,11,15,0,'2016-11-19 03:19:01'),(3674,10,30,0,'2016-11-20 00:04:55'),(3675,11,6,0,'2016-11-20 04:17:12'),(3676,10,38,0,'2016-11-21 03:29:54'),(3677,11,7,0,'2016-11-21 09:56:29'),(3678,10,54,0,'2016-11-22 00:35:16'),(3679,11,6,0,'2016-11-22 00:39:18'),(3680,10,50,0,'2016-11-23 00:46:03'),(3681,11,2,0,'2016-11-23 07:09:20'),(3682,10,28,0,'2016-11-24 02:31:13'),(3683,11,4,0,'2016-11-24 19:37:52'),(3684,10,34,0,'2016-11-25 00:11:48'),(3685,11,1,0,'2016-11-25 22:21:13'),(3686,10,43,0,'2016-11-26 00:06:22'),(3687,11,2,0,'2016-11-26 05:06:18'),(3688,10,34,0,'2016-11-27 01:37:44'),(3689,11,1,0,'2016-11-27 16:13:56'),(3690,10,31,0,'2016-11-28 01:51:28'),(3691,11,3,0,'2016-11-28 12:52:18'),(3692,10,37,0,'2016-11-29 01:12:26'),(3693,11,1,0,'2016-11-29 04:33:06'),(3694,10,46,0,'2016-11-30 02:29:47'),(3695,11,3,0,'2016-11-30 18:18:31'),(3696,10,37,0,'2016-12-01 00:35:30'),(3697,11,1,0,'2016-12-01 01:21:16'),(3698,10,45,0,'2016-12-02 00:55:18'),(3699,11,4,0,'2016-12-02 02:30:29'),(3700,10,60,0,'2016-12-03 00:31:12'),(3701,10,39,0,'2016-12-04 00:19:48'),(3702,11,4,0,'2016-12-04 10:45:12'),(3703,10,41,0,'2016-12-05 00:33:16'),(3704,10,50,0,'2016-12-06 01:15:35'),(3705,11,1,0,'2016-12-06 02:04:52'),(3706,10,42,0,'2016-12-07 00:49:30'),(3707,11,2,0,'2016-12-07 06:37:01'),(3708,10,37,0,'2016-12-08 00:52:15'),(3709,11,2,0,'2016-12-08 02:22:29'),(3710,10,38,0,'2016-12-09 00:03:03'),(3711,11,2,0,'2016-12-09 03:34:15'),(3712,10,37,0,'2016-12-10 00:01:10'),(3713,10,29,0,'2016-12-11 00:55:22'),(3714,11,5,0,'2016-12-11 10:49:28'),(3715,10,36,0,'2016-12-12 00:09:16'),(3716,11,2,0,'2016-12-12 11:38:06'),(3717,10,40,0,'2016-12-13 00:05:04'),(3718,11,2,0,'2016-12-13 14:08:59'),(3719,10,45,0,'2016-12-14 00:57:24'),(3720,11,1,0,'2016-12-14 18:37:37'),(3721,10,48,0,'2016-12-15 01:06:46'),(3722,11,4,0,'2016-12-15 03:01:15'),(3723,10,54,0,'2016-12-16 00:06:24'),(3724,11,2,0,'2016-12-16 06:47:21'),(3725,10,36,0,'2016-12-17 00:47:05'),(3726,11,1,0,'2016-12-17 01:05:28'),(3727,10,43,0,'2016-12-18 00:00:10'),(3728,11,1,0,'2016-12-18 08:50:38'),(3729,10,46,0,'2016-12-19 00:11:52'),(3730,11,1,0,'2016-12-19 19:01:47'),(3731,10,54,0,'2016-12-20 00:30:32'),(3732,11,10,0,'2016-12-20 07:13:55'),(3733,10,55,0,'2016-12-21 00:21:02'),(3734,11,2,0,'2016-12-21 01:49:55'),(3735,10,318,0,'2016-12-22 00:06:36'),(3736,11,1,0,'2016-12-22 06:02:17'),(3737,10,291,0,'2016-12-23 00:02:08'),(3738,11,2,0,'2016-12-23 16:23:35'),(3739,10,78,0,'2016-12-24 00:00:04'),(3740,10,48,0,'2016-12-25 00:10:35'),(3741,11,3,0,'2016-12-25 00:22:16'),(3742,10,47,0,'2016-12-26 00:29:28'),(3743,11,2,0,'2016-12-26 18:48:21'),(3744,10,39,0,'2016-12-27 00:07:58'),(3745,11,3,0,'2016-12-27 05:51:24'),(3746,10,56,0,'2016-12-28 00:10:43'),(3747,11,3,0,'2016-12-28 10:24:44'),(3748,10,54,0,'2016-12-29 00:09:41'),(3749,11,2,0,'2016-12-29 09:36:18'),(3750,10,39,0,'2016-12-30 01:36:14'),(3751,10,44,0,'2016-12-31 01:48:57'),(3752,11,1,0,'2016-12-31 15:13:18'),(3753,10,35,0,'2017-01-01 00:24:54'),(3754,11,1,0,'2017-01-01 19:29:43'),(3755,10,54,0,'2017-01-02 00:07:58'),(3756,11,1,0,'2017-01-02 05:41:50'),(3757,10,38,0,'2017-01-03 00:22:53'),(3758,11,4,0,'2017-01-03 18:17:24'),(3759,10,43,0,'2017-01-04 00:49:55'),(3760,11,3,0,'2017-01-04 03:17:41'),(3761,10,47,0,'2017-01-05 00:39:55'),(3762,11,1,0,'2017-01-05 21:30:42'),(3763,10,38,0,'2017-01-06 01:00:57'),(3764,11,2,0,'2017-01-06 06:20:54'),(3765,10,35,0,'2017-01-07 00:16:53'),(3766,10,50,0,'2017-01-08 00:15:07'),(3767,10,37,0,'2017-01-09 02:23:44'),(3768,11,4,0,'2017-01-09 12:21:34'),(3769,10,35,0,'2017-01-10 00:23:42'),(3770,11,7,0,'2017-01-10 01:21:58'),(3771,10,34,0,'2017-01-11 01:23:16'),(3772,11,2,0,'2017-01-11 10:30:56'),(3773,10,18,0,'2017-01-12 02:46:31'),(3774,11,1,0,'2017-01-12 07:34:42'),(3775,10,27,0,'2017-01-13 01:08:36'),(3776,11,1,0,'2017-01-13 13:21:08'),(3777,10,55,0,'2017-01-14 00:34:55'),(3778,11,4,0,'2017-01-14 09:39:40'),(3779,10,50,0,'2017-01-15 00:16:06'),(3780,11,1,0,'2017-01-15 06:29:01'),(3781,10,71,0,'2017-01-16 00:01:29'),(3782,11,5,0,'2017-01-16 13:33:37'),(3783,10,53,0,'2017-01-17 00:01:59'),(3784,11,4,0,'2017-01-17 00:45:28'),(3785,10,98,0,'2017-01-18 01:01:43'),(3786,11,4,0,'2017-01-18 02:08:15'),(3787,10,56,0,'2017-01-19 00:13:10'),(3788,11,1,0,'2017-01-19 21:12:41'),(3789,10,121,0,'2017-01-20 00:04:30'),(3790,11,151,0,'2017-01-20 05:39:10'),(3791,10,50,0,'2017-01-21 01:33:13'),(3792,10,79,0,'2017-01-22 00:01:57'),(3793,11,2,0,'2017-01-22 12:12:03'),(3794,10,61,0,'2017-01-23 00:22:49'),(3795,11,3,0,'2017-01-23 08:50:08'),(3796,10,47,0,'2017-01-24 00:46:57'),(3797,11,1,0,'2017-01-24 04:51:21'),(3798,10,61,0,'2017-01-25 00:47:32'),(3799,10,65,0,'2017-01-26 00:25:06'),(3800,11,5,0,'2017-01-26 02:16:05'),(3801,10,51,0,'2017-01-27 00:12:02'),(3802,11,1,0,'2017-01-27 17:32:43'),(3803,10,61,0,'2017-01-28 00:04:53'),(3804,11,5,0,'2017-01-28 02:53:30'),(3805,10,52,0,'2017-01-29 00:23:54'),(3806,11,2,0,'2017-01-29 05:00:15'),(3807,10,51,0,'2017-01-30 00:15:13'),(3808,11,2,0,'2017-01-30 21:14:20'),(3809,11,2,0,'2017-01-31 00:02:29'),(3810,10,38,0,'2017-01-31 00:25:57'),(3811,10,61,0,'2017-02-01 00:32:20'),(3812,11,2,0,'2017-02-01 04:32:47'),(3813,10,40,0,'2017-02-02 00:52:54'),(3814,11,6,0,'2017-02-02 02:29:45'),(3815,10,55,0,'2017-02-03 00:16:05'),(3816,11,1,0,'2017-02-03 19:20:55'),(3817,11,5,0,'2017-02-04 00:28:19'),(3818,10,39,0,'2017-02-04 01:07:39'),(3819,10,49,0,'2017-02-05 00:39:16'),(3820,11,4,0,'2017-02-05 07:01:46'),(3821,10,71,0,'2017-02-06 00:08:25'),(3822,11,3,0,'2017-02-06 04:21:43'),(3823,10,50,0,'2017-02-07 00:48:10'),(3824,10,50,0,'2017-02-07 00:48:10'),(3825,11,3,0,'2017-02-07 09:39:44'),(3826,10,56,0,'2017-02-08 00:26:45'),(3827,11,4,0,'2017-02-08 10:51:06'),(3828,10,37,0,'2017-02-09 00:56:31'),(3829,11,2,0,'2017-02-09 01:03:22'),(3830,10,48,0,'2017-02-10 00:24:00'),(3831,11,2,0,'2017-02-10 04:13:06'),(3832,10,42,0,'2017-02-11 00:33:03'),(3833,11,2,0,'2017-02-11 14:14:43'),(3834,10,52,0,'2017-02-12 00:08:18'),(3835,11,6,0,'2017-02-12 08:25:54'),(3836,10,38,0,'2017-02-13 00:44:57'),(3837,10,112,0,'2017-02-14 02:07:11'),(3838,11,36,0,'2017-02-14 10:31:41'),(3839,10,41,0,'2017-02-15 00:32:40'),(3840,11,5,0,'2017-02-15 04:52:44'),(3841,10,45,0,'2017-02-16 00:11:09'),(3842,11,3,0,'2017-02-16 07:37:56'),(3843,10,45,0,'2017-02-17 00:04:58'),(3844,11,3,0,'2017-02-17 01:38:43'),(3845,11,8,0,'2017-02-18 00:18:42'),(3846,10,49,0,'2017-02-18 00:36:29'),(3847,10,61,0,'2017-02-19 00:36:57'),(3848,11,9,0,'2017-02-19 02:53:44'),(3849,10,49,0,'2017-02-20 00:23:54'),(3850,11,4,0,'2017-02-20 01:56:21'),(3851,11,7,0,'2017-02-21 00:29:15'),(3852,10,45,0,'2017-02-21 01:24:03'),(3853,10,50,0,'2017-02-22 00:50:10'),(3854,11,3,0,'2017-02-22 01:03:09'),(3855,10,47,0,'2017-02-23 00:38:59'),(3856,11,20,0,'2017-02-23 01:11:28'),(3857,10,59,0,'2017-02-24 00:10:43'),(3858,11,5,0,'2017-02-24 05:11:59'),(3859,10,39,0,'2017-02-25 00:10:08'),(3860,11,4,0,'2017-02-25 07:16:29'),(3861,10,46,0,'2017-02-26 00:04:10'),(3862,11,5,0,'2017-02-26 00:55:11'),(3863,10,44,0,'2017-02-27 00:19:14'),(3864,11,4,0,'2017-02-27 03:06:56'),(3865,10,51,0,'2017-02-28 00:05:23'),(3866,11,6,0,'2017-02-28 00:05:26'),(3867,10,53,0,'2017-03-01 00:14:23'),(3868,11,3,0,'2017-03-01 04:25:03'),(3869,10,63,0,'2017-03-02 01:14:19'),(3870,11,4,0,'2017-03-02 02:26:47'),(3871,11,5,0,'2017-03-03 00:51:08'),(3872,10,44,0,'2017-03-03 00:54:10'),(3873,10,52,0,'2017-03-04 00:20:40'),(3874,11,3,0,'2017-03-04 11:34:06'),(3875,10,79,0,'2017-03-05 00:26:37'),(3876,11,2,0,'2017-03-05 10:34:19'),(3877,10,56,0,'2017-03-06 00:08:52'),(3878,11,5,0,'2017-03-06 10:34:37'),(3879,10,53,0,'2017-03-07 00:08:36'),(3880,11,4,0,'2017-03-07 07:59:44'),(3881,10,51,0,'2017-03-08 00:26:51'),(3882,11,4,0,'2017-03-08 12:05:37'),(3883,11,1,0,'2017-03-09 01:31:49'),(3884,10,48,0,'2017-03-09 01:31:51'),(3885,10,63,0,'2017-03-10 00:11:25'),(3886,11,3,0,'2017-03-10 04:59:45'),(3887,10,50,0,'2017-03-11 00:18:17'),(3888,11,1,0,'2017-03-11 04:13:43'),(3889,10,50,0,'2017-03-12 01:15:54'),(3890,11,1,0,'2017-03-12 09:36:42'),(3891,10,64,0,'2017-03-13 00:37:20'),(3892,11,3,0,'2017-03-13 07:29:31'),(3893,10,57,0,'2017-03-14 00:18:05'),(3894,11,2,0,'2017-03-14 16:50:27'),(3895,10,54,0,'2017-03-15 00:04:46'),(3896,11,2,0,'2017-03-15 01:29:42'),(3897,10,48,0,'2017-03-16 00:13:08'),(3898,11,3,0,'2017-03-16 05:39:50'),(3899,10,52,0,'2017-03-17 00:14:00'),(3900,11,3,0,'2017-03-17 06:45:57'),(3901,10,54,0,'2017-03-18 00:27:15'),(3902,11,1,0,'2017-03-18 02:01:12'),(3903,10,38,0,'2017-03-19 00:29:34'),(3904,10,59,0,'2017-03-20 00:02:50'),(3905,11,4,0,'2017-03-20 01:04:46'),(3906,10,56,0,'2017-03-21 01:49:05'),(3907,10,45,0,'2017-03-22 00:23:12'),(3908,11,1,0,'2017-03-22 14:45:52'),(3909,10,59,0,'2017-03-23 00:54:49'),(3910,11,2,0,'2017-03-23 05:36:40'),(3911,10,58,0,'2017-03-24 00:15:01'),(3912,11,2,0,'2017-03-24 04:36:35'),(3913,10,42,0,'2017-03-25 00:41:34'),(3914,11,1,0,'2017-03-25 10:13:14'),(3915,10,88,0,'2017-03-26 00:00:02'),(3916,11,8,0,'2017-03-26 07:14:26'),(3917,10,61,0,'2017-03-27 00:17:17'),(3918,11,5,0,'2017-03-27 09:01:07'),(3919,10,119,0,'2017-03-28 00:21:06'),(3920,11,2,0,'2017-03-28 10:46:35'),(3921,10,42,0,'2017-03-29 01:45:12'),(3922,11,1,0,'2017-03-29 03:32:34'),(3923,11,5,0,'2017-03-30 00:08:21'),(3924,10,49,0,'2017-03-30 00:14:18'),(3925,10,44,0,'2017-03-31 00:09:27'),(3926,11,2,0,'2017-03-31 19:37:41'),(3927,10,155,0,'2017-04-01 00:05:58'),(3928,11,4,0,'2017-04-01 05:33:12'),(3929,10,42,0,'2017-04-02 01:57:16'),(3930,11,2,0,'2017-04-02 02:31:43'),(3931,10,40,0,'2017-04-03 00:44:09'),(3932,10,50,0,'2017-04-04 04:20:26'),(3933,11,12,0,'2017-04-04 08:16:15'),(3934,10,53,0,'2017-04-05 00:58:48'),(3935,11,1,0,'2017-04-05 01:08:25'),(3936,10,53,0,'2017-04-06 00:54:59'),(3937,11,2,0,'2017-04-06 02:09:09'),(3938,10,44,0,'2017-04-07 00:20:51'),(3939,11,3,0,'2017-04-07 02:21:01'),(3940,10,46,0,'2017-04-08 00:24:08'),(3941,11,2,0,'2017-04-08 10:03:16'),(3942,10,37,0,'2017-04-09 00:05:21'),(3943,11,1,0,'2017-04-09 05:35:14'),(3944,10,53,0,'2017-04-10 01:54:03'),(3945,11,2,0,'2017-04-10 03:24:50'),(3946,10,46,0,'2017-04-11 00:01:01'),(3947,11,4,0,'2017-04-11 11:23:01'),(3948,10,51,0,'2017-04-12 00:32:17'),(3949,11,1,0,'2017-04-12 06:42:27'),(3950,10,68,0,'2017-04-13 00:56:26'),(3951,11,6,0,'2017-04-13 01:41:42'),(3952,10,35,0,'2017-04-14 00:44:40'),(3953,10,282,0,'2017-04-15 00:14:21'),(3954,11,3,0,'2017-04-15 09:47:22'),(3955,10,101,0,'2017-04-16 00:00:02'),(3956,11,2,0,'2017-04-16 11:40:35'),(3957,10,80,0,'2017-04-17 00:01:29'),(3958,11,1,0,'2017-04-17 09:33:26'),(3959,10,50,0,'2017-04-18 00:10:13'),(3960,10,63,0,'2017-04-19 00:04:31'),(3961,11,3,0,'2017-04-19 04:29:34'),(3962,10,63,0,'2017-04-20 00:42:40'),(3963,11,2,0,'2017-04-20 07:12:31'),(3964,10,91,0,'2017-04-21 00:46:24'),(3965,11,4,0,'2017-04-21 09:47:18'),(3966,10,81,0,'2017-04-22 00:39:20'),(3967,11,1,0,'2017-04-22 19:41:08'),(3968,10,65,0,'2017-04-23 00:21:23'),(3969,10,68,0,'2017-04-24 00:04:51'),(3970,11,24,0,'2017-04-24 08:00:39'),(3971,10,76,0,'2017-04-25 01:40:05'),(3972,11,2,0,'2017-04-25 10:12:27'),(3973,10,60,0,'2017-04-26 00:11:01'),(3974,11,7,0,'2017-04-26 01:50:18'),(3975,10,81,0,'2017-04-27 00:18:51'),(3976,11,7,0,'2017-04-27 01:12:34'),(3977,11,4,0,'2017-04-28 00:35:38'),(3978,10,47,0,'2017-04-28 01:13:35'),(3979,10,32,0,'2017-04-29 01:11:30'),(3980,11,1,0,'2017-04-29 14:08:57'),(3981,10,57,0,'2017-04-30 00:06:51'),(3982,11,7,0,'2017-04-30 13:54:44'),(3983,10,57,0,'2017-05-01 00:51:38'),(3984,11,7,0,'2017-05-01 09:01:53'),(3985,10,66,0,'2017-05-02 00:28:26'),(3986,11,3,0,'2017-05-02 13:11:41'),(3987,10,34,0,'2017-05-03 00:02:37'),(3988,11,2,0,'2017-05-03 02:17:19'),(3989,10,67,0,'2017-05-04 00:31:59'),(3990,11,1,0,'2017-05-04 21:35:41'),(3991,10,59,0,'2017-05-05 00:19:27'),(3992,11,2,0,'2017-05-05 01:35:57'),(3993,10,72,0,'2017-05-06 00:19:34'),(3994,11,2,0,'2017-05-06 17:43:01'),(3995,10,61,0,'2017-05-07 00:11:57'),(3996,11,1,0,'2017-05-07 11:53:03'),(3997,10,66,0,'2017-05-08 00:13:09'),(3998,11,1,0,'2017-05-08 13:35:58'),(3999,10,76,0,'2017-05-09 00:17:07'),(4000,11,2,0,'2017-05-09 17:55:34'),(4001,10,89,0,'2017-05-10 00:53:58'),(4002,11,5,0,'2017-05-10 08:09:05'),(4003,10,99,0,'2017-05-11 00:10:45'),(4004,11,1,0,'2017-05-11 04:11:37'),(4005,10,32,0,'2017-05-12 00:14:21'),(4006,11,2,0,'2017-05-12 05:39:29'),(4007,10,31,0,'2017-05-13 00:04:52'),(4008,10,31,0,'2017-05-14 02:17:57'),(4009,11,4,0,'2017-05-14 03:21:33'),(4010,10,32,0,'2017-05-15 01:45:32'),(4011,11,4,0,'2017-05-15 07:51:22'),(4012,10,23,0,'2017-05-16 01:15:11'),(4013,11,3,0,'2017-05-16 06:01:34'),(4014,10,45,0,'2017-05-17 00:46:22'),(4015,11,2,0,'2017-05-17 04:54:53'),(4016,10,45,0,'2017-05-18 01:23:40'),(4017,11,2,0,'2017-05-18 05:07:29'),(4018,10,37,0,'2017-05-19 00:06:13'),(4019,11,6,0,'2017-05-19 05:51:53'),(4020,11,7,0,'2017-05-20 01:10:48'),(4021,10,42,0,'2017-05-20 01:23:16'),(4022,10,39,0,'2017-05-21 00:50:25'),(4023,11,1,0,'2017-05-21 00:51:00'),(4024,10,30,0,'2017-05-22 00:47:20'),(4025,11,2,0,'2017-05-22 08:59:07'),(4026,10,35,0,'2017-05-23 00:38:51'),(4027,11,2,0,'2017-05-23 02:40:10'),(4028,10,50,0,'2017-05-24 00:40:46'),(4029,11,1,0,'2017-05-24 02:30:36'),(4030,10,17,0,'2017-05-25 01:54:42'),(4031,11,3,0,'2017-05-25 14:39:16'),(4032,10,34,0,'2017-05-26 01:39:07'),(4033,11,2,0,'2017-05-26 17:16:49'),(4034,10,47,0,'2017-05-27 01:11:37'),(4035,11,3,0,'2017-05-27 12:54:19'),(4036,10,33,0,'2017-05-28 00:09:54'),(4037,11,1,0,'2017-05-28 23:20:39'),(4038,10,30,0,'2017-05-29 00:17:50'),(4039,11,5,0,'2017-05-29 16:30:14'),(4040,10,25,0,'2017-05-30 00:19:13'),(4041,11,4,0,'2017-05-30 12:06:13'),(4042,10,30,0,'2017-05-31 00:34:49'),(4043,11,1,0,'2017-05-31 13:29:10'),(4044,10,31,0,'2017-06-01 01:27:51'),(4045,11,5,0,'2017-06-01 03:24:32'),(4046,10,39,0,'2017-06-02 00:01:40'),(4047,10,26,0,'2017-06-03 00:30:58'),(4048,11,2,0,'2017-06-03 13:40:35'),(4049,10,34,0,'2017-06-04 00:57:13'),(4050,11,2,0,'2017-06-04 07:11:47'),(4051,10,33,0,'2017-06-05 00:15:23'),(4052,11,3,0,'2017-06-05 00:38:57'),(4053,10,27,0,'2017-06-06 00:24:43'),(4054,11,1,0,'2017-06-06 02:56:05'),(4055,10,28,0,'2017-06-07 00:02:04'),(4056,11,3,0,'2017-06-07 06:04:36'),(4057,10,31,0,'2017-06-08 01:27:00'),(4058,11,3,0,'2017-06-08 05:25:19'),(4059,10,29,0,'2017-06-09 00:01:39'),(4060,11,3,0,'2017-06-09 14:59:26'),(4061,10,27,0,'2017-06-10 00:01:01'),(4062,11,1,0,'2017-06-10 20:25:28'),(4063,10,28,0,'2017-06-11 01:38:09'),(4064,10,28,0,'2017-06-12 02:58:15'),(4065,11,4,0,'2017-06-12 03:00:25'),(4066,10,23,0,'2017-06-13 02:10:32'),(4067,11,2,0,'2017-06-13 15:13:43'),(4068,10,33,0,'2017-06-14 00:03:06'),(4069,11,1,0,'2017-06-14 16:46:14'),(4070,10,50,0,'2017-06-15 00:47:01'),(4071,11,1,0,'2017-06-15 22:55:49'),(4072,10,38,0,'2017-06-16 01:29:21'),(4073,11,3,0,'2017-06-16 17:26:28'),(4074,10,26,0,'2017-06-17 00:06:13'),(4075,11,7,0,'2017-06-17 04:51:27'),(4076,10,19,0,'2017-06-18 01:36:31'),(4077,10,31,0,'2017-06-19 04:35:45'),(4078,11,10,0,'2017-06-19 04:49:55'),(4079,11,5,0,'2017-06-20 01:46:05'),(4080,10,33,0,'2017-06-20 02:02:10'),(4081,10,43,0,'2017-06-21 00:14:13'),(4082,11,3,0,'2017-06-21 03:54:11'),(4083,10,33,0,'2017-06-22 00:08:26'),(4084,10,24,0,'2017-06-23 00:45:58'),(4085,11,1,0,'2017-06-23 17:05:55'),(4086,10,33,0,'2017-06-24 00:00:15'),(4087,11,2,0,'2017-06-24 01:20:49'),(4088,10,22,0,'2017-06-25 00:52:46'),(4089,11,1,0,'2017-06-25 18:05:33'),(4090,10,29,0,'2017-06-26 00:38:44'),(4091,11,2,0,'2017-06-26 15:23:57'),(4092,10,40,0,'2017-06-27 00:49:31'),(4093,11,2,0,'2017-06-27 19:37:38'),(4094,10,29,0,'2017-06-28 00:28:28'),(4095,11,2,0,'2017-06-28 17:56:16'),(4096,10,26,0,'2017-06-29 00:29:35'),(4097,11,4,0,'2017-06-29 11:09:36'),(4098,10,45,0,'2017-06-30 00:48:30'),(4099,11,3,0,'2017-06-30 12:07:37'),(4100,10,30,0,'2017-07-01 00:12:05'),(4101,11,1,0,'2017-07-01 19:28:01'),(4102,10,32,0,'2017-07-02 01:24:50'),(4103,10,34,0,'2017-07-03 00:21:27'),(4104,11,3,0,'2017-07-03 07:10:47'),(4105,10,30,0,'2017-07-04 01:14:39'),(4106,11,2,0,'2017-07-04 01:14:39'),(4107,10,25,0,'2017-07-05 01:34:59'),(4108,10,104,0,'2017-07-06 01:00:46'),(4109,11,37,0,'2017-07-06 01:01:10'),(4110,10,30,0,'2017-07-07 00:05:58'),(4111,11,6,0,'2017-07-07 03:08:52'),(4112,10,35,0,'2017-07-08 01:07:12'),(4113,11,3,0,'2017-07-08 03:19:12'),(4114,10,31,0,'2017-07-09 01:46:33'),(4115,11,3,0,'2017-07-09 07:17:11'),(4116,10,26,0,'2017-07-10 00:11:38'),(4117,10,31,0,'2017-07-11 00:04:22'),(4118,11,2,0,'2017-07-11 09:38:38'),(4119,10,41,0,'2017-07-12 03:26:17'),(4120,11,2,0,'2017-07-12 12:25:58'),(4121,10,25,0,'2017-07-13 00:40:06'),(4122,10,40,0,'2017-07-14 00:33:04'),(4123,11,2,0,'2017-07-14 11:13:09'),(4124,10,24,0,'2017-07-15 02:34:07'),(4125,11,2,0,'2017-07-15 18:28:53'),(4126,10,21,0,'2017-07-16 00:34:29'),(4127,11,2,0,'2017-07-16 10:54:38'),(4128,10,27,0,'2017-07-17 00:17:50'),(4129,11,1,0,'2017-07-17 21:02:24'),(4130,10,33,0,'2017-07-18 00:18:18'),(4131,11,1,0,'2017-07-18 21:12:59'),(4132,10,38,0,'2017-07-19 00:14:02'),(4133,11,3,0,'2017-07-19 03:25:27'),(4134,10,45,0,'2017-07-20 00:45:11'),(4135,11,2,0,'2017-07-20 01:24:31'),(4136,10,31,0,'2017-07-21 01:43:38'),(4137,11,3,0,'2017-07-21 08:18:11'),(4138,10,35,0,'2017-07-22 03:41:37'),(4139,11,3,0,'2017-07-22 06:40:20'),(4140,10,32,0,'2017-07-23 02:39:46'),(4141,10,28,0,'2017-07-24 00:22:46'),(4142,11,2,0,'2017-07-24 10:05:25'),(4143,10,32,0,'2017-07-25 00:24:04'),(4144,11,2,0,'2017-07-25 00:35:31'),(4145,10,30,0,'2017-07-26 01:43:58'),(4146,11,2,0,'2017-07-26 15:14:38'),(4147,10,52,0,'2017-07-27 00:09:43'),(4148,11,3,0,'2017-07-27 13:57:39'),(4149,10,39,0,'2017-07-28 00:59:09'),(4150,11,2,0,'2017-07-28 08:25:22'),(4151,10,23,0,'2017-07-29 00:20:23'),(4152,11,2,0,'2017-07-29 03:47:13'),(4153,10,25,0,'2017-07-30 02:43:39'),(4154,11,2,0,'2017-07-30 03:32:50'),(4155,10,26,0,'2017-07-31 00:56:54'),(4156,11,1,0,'2017-07-31 07:35:59'),(4157,10,26,0,'2017-08-01 01:17:20'),(4158,11,4,0,'2017-08-01 01:17:52'),(4159,10,25,0,'2017-08-02 00:03:28'),(4160,11,3,0,'2017-08-02 07:36:46'),(4161,10,36,0,'2017-08-03 00:08:39'),(4162,11,5,0,'2017-08-03 08:00:10'),(4163,10,24,0,'2017-08-04 01:13:12'),(4164,10,32,0,'2017-08-05 01:17:40'),(4165,11,1,0,'2017-08-05 07:09:16'),(4166,10,30,0,'2017-08-06 00:14:54'),(4167,11,1,0,'2017-08-06 14:26:20'),(4168,10,25,0,'2017-08-07 01:18:27'),(4169,11,2,0,'2017-08-07 01:18:35'),(4170,10,29,0,'2017-08-08 00:17:18'),(4171,11,1,0,'2017-08-08 03:45:07'),(4172,10,35,0,'2017-08-09 00:13:48'),(4173,11,2,0,'2017-08-09 12:59:24'),(4174,10,27,0,'2017-08-10 00:45:23'),(4175,11,3,0,'2017-08-10 11:12:17'),(4176,10,28,0,'2017-08-11 00:29:49'),(4177,11,2,0,'2017-08-11 03:53:51'),(4178,10,31,0,'2017-08-12 00:20:20'),(4179,11,1,0,'2017-08-12 17:20:43'),(4180,10,48,0,'2017-08-13 01:51:12'),(4181,11,3,0,'2017-08-13 11:44:39'),(4182,10,32,0,'2017-08-14 02:00:09'),(4183,11,1,0,'2017-08-14 03:48:59'),(4184,10,40,0,'2017-08-15 00:05:10'),(4185,10,43,0,'2017-08-16 00:57:41'),(4186,11,3,0,'2017-08-16 03:15:20'),(4187,10,43,0,'2017-08-17 01:54:42'),(4188,11,1,0,'2017-08-17 21:21:17'),(4189,10,75,0,'2017-08-18 00:28:47'),(4190,11,3,0,'2017-08-18 03:05:59'),(4191,10,51,0,'2017-08-19 01:17:41'),(4192,11,1,0,'2017-08-19 11:32:38'),(4193,11,5,0,'2017-08-20 00:48:07'),(4194,10,46,0,'2017-08-20 01:16:33'),(4195,10,35,0,'2017-08-21 01:14:47'),(4196,11,1,0,'2017-08-21 10:24:39'),(4197,10,19,0,'2017-08-22 00:48:58'),(4198,11,4,0,'2017-08-22 05:14:47'),(4199,10,23,0,'2017-08-23 01:29:12'),(4200,11,3,0,'2017-08-23 01:29:15'),(4201,10,29,0,'2017-08-24 01:02:53'),(4202,11,1,0,'2017-08-24 04:40:37'),(4203,10,41,0,'2017-08-25 02:00:28'),(4204,11,2,0,'2017-08-25 08:40:03'),(4205,10,32,0,'2017-08-26 00:01:49'),(4206,11,4,0,'2017-08-26 08:29:47'),(4207,10,29,0,'2017-08-27 00:13:58'),(4208,11,2,0,'2017-08-27 10:20:55'),(4209,10,35,0,'2017-08-28 00:45:58'),(4210,11,2,0,'2017-08-28 03:05:07'),(4211,10,42,0,'2017-08-29 00:03:18'),(4212,11,7,0,'2017-08-29 00:34:12'),(4213,10,33,0,'2017-08-30 00:22:09'),(4214,11,2,0,'2017-08-30 03:15:14'),(4215,10,38,0,'2017-08-31 00:46:18'),(4216,11,3,0,'2017-08-31 03:00:52'),(4217,10,29,0,'2017-09-01 03:55:45'),(4218,11,1,0,'2017-09-01 07:03:21'),(4219,10,39,0,'2017-09-02 03:25:11'),(4220,11,3,0,'2017-09-02 08:32:08'),(4221,10,29,0,'2017-09-03 01:18:26'),(4222,11,3,0,'2017-09-03 08:33:17'),(4223,10,29,0,'2017-09-04 00:43:52'),(4224,11,1,0,'2017-09-04 06:27:58'),(4225,10,24,0,'2017-09-05 01:36:23'),(4226,11,5,0,'2017-09-05 08:16:14'),(4227,10,30,0,'2017-09-06 00:17:16'),(4228,11,3,0,'2017-09-06 14:48:06'),(4229,10,38,0,'2017-09-07 00:11:57'),(4230,10,38,0,'2017-09-07 00:11:57'),(4231,11,4,0,'2017-09-07 05:46:03'),(4232,10,32,0,'2017-09-08 00:43:08'),(4233,11,4,0,'2017-09-08 02:25:12'),(4234,10,24,0,'2017-09-09 00:27:04'),(4235,11,2,0,'2017-09-09 02:39:30'),(4236,10,51,0,'2017-09-10 00:24:07'),(4237,10,46,0,'2017-09-11 00:11:30'),(4238,11,3,0,'2017-09-11 00:11:44'),(4239,10,46,0,'2017-09-12 00:52:49'),(4240,11,5,0,'2017-09-12 10:08:29'),(4241,10,54,0,'2017-09-13 00:23:06'),(4242,11,1,0,'2017-09-13 18:48:56'),(4243,10,61,0,'2017-09-14 00:38:55'),(4244,11,1,0,'2017-09-14 17:42:49'),(4245,10,35,0,'2017-09-15 01:18:43'),(4246,11,1,0,'2017-09-15 11:14:39'),(4247,10,36,0,'2017-09-16 01:24:37'),(4248,11,2,0,'2017-09-16 12:09:14'),(4249,10,36,0,'2017-09-17 00:01:53'),(4250,11,2,0,'2017-09-17 02:50:08'),(4251,10,45,0,'2017-09-18 00:22:49'),(4252,11,4,0,'2017-09-18 07:59:09'),(4253,10,31,0,'2017-09-19 00:46:09'),(4254,11,8,0,'2017-09-19 07:45:21'),(4255,10,52,0,'2017-09-20 00:46:23'),(4256,11,5,0,'2017-09-20 01:25:36'),(4257,11,5,0,'2017-09-21 00:58:20'),(4258,10,49,0,'2017-09-21 01:03:11'),(4259,10,37,0,'2017-09-22 00:15:21'),(4260,11,3,0,'2017-09-22 14:17:15'),(4261,10,38,0,'2017-09-23 02:25:48'),(4262,11,2,0,'2017-09-23 10:59:15'),(4263,10,36,0,'2017-09-24 00:13:54'),(4264,11,2,0,'2017-09-24 05:03:18'),(4265,10,39,0,'2017-09-25 00:00:34'),(4266,11,2,0,'2017-09-25 19:04:46'),(4267,10,37,0,'2017-09-26 00:02:25'),(4268,11,3,0,'2017-09-26 05:29:42'),(4269,10,49,0,'2017-09-27 00:03:17'),(4270,11,11,0,'2017-09-27 01:41:04'),(4271,10,38,0,'2017-09-28 02:15:07'),(4272,11,2,0,'2017-09-28 09:38:26'),(4273,10,64,0,'2017-09-29 00:20:10'),(4274,11,5,0,'2017-09-29 08:42:26'),(4275,10,58,0,'2017-09-30 00:00:24'),(4276,11,1,0,'2017-09-30 10:26:27'),(4277,10,67,0,'2017-10-01 00:32:25'),(4278,11,5,0,'2017-10-01 09:18:47'),(4279,10,50,0,'2017-10-02 00:57:39'),(4280,11,3,0,'2017-10-02 10:20:19'),(4281,10,49,0,'2017-10-03 00:33:37'),(4282,11,1,0,'2017-10-03 08:28:02'),(4283,10,61,0,'2017-10-04 00:07:36'),(4284,11,3,0,'2017-10-04 09:11:56'),(4285,10,60,0,'2017-10-05 00:48:10'),(4286,11,2,0,'2017-10-05 03:06:08'),(4287,10,68,0,'2017-10-06 00:08:32'),(4288,11,1,0,'2017-10-06 20:42:53'),(4289,10,57,0,'2017-10-07 00:04:19'),(4290,11,3,0,'2017-10-07 00:04:54'),(4291,11,1,0,'2017-10-08 00:10:08'),(4292,10,50,0,'2017-10-08 00:53:03'),(4293,10,45,0,'2017-10-09 00:00:24'),(4294,11,1,0,'2017-10-09 09:41:03'),(4295,10,58,0,'2017-10-10 00:07:12'),(4296,11,6,0,'2017-10-10 03:50:21'),(4297,10,47,0,'2017-10-11 00:03:40'),(4298,11,1,0,'2017-10-11 04:43:55'),(4299,10,50,0,'2017-10-12 00:32:49'),(4300,11,2,0,'2017-10-12 11:06:48'),(4301,10,52,0,'2017-10-13 00:29:38'),(4302,10,70,0,'2017-10-14 00:01:30'),(4303,11,1,0,'2017-10-14 22:45:01'),(4304,10,58,0,'2017-10-15 00:35:26'),(4305,10,50,0,'2017-10-16 00:36:47'),(4306,11,1,0,'2017-10-16 10:38:23'),(4307,10,33,0,'2017-10-17 00:08:50'),(4308,11,1,0,'2017-10-17 10:13:52'),(4309,10,52,0,'2017-10-18 00:08:16'),(4310,10,45,0,'2017-10-19 00:13:52'),(4311,10,48,0,'2017-10-20 00:22:41'),(4312,11,4,0,'2017-10-20 00:30:46'),(4313,10,53,0,'2017-10-21 00:02:41'),(4314,11,2,0,'2017-10-21 09:41:52'),(4315,10,45,0,'2017-10-22 01:24:14'),(4316,10,54,0,'2017-10-23 00:24:05'),(4317,11,3,0,'2017-10-23 09:47:32'),(4318,10,60,0,'2017-10-24 00:12:21'),(4319,11,4,0,'2017-10-24 08:53:33'),(4320,10,33,0,'2017-10-25 00:07:11'),(4321,11,2,0,'2017-10-25 03:04:20'),(4322,10,49,0,'2017-10-26 00:09:34'),(4323,11,3,0,'2017-10-26 05:07:19'),(4324,10,32,0,'2017-10-27 03:12:41'),(4325,11,1,0,'2017-10-27 03:13:03'),(4326,10,51,0,'2017-10-28 01:04:42'),(4327,11,1,0,'2017-10-28 13:08:57'),(4328,10,29,0,'2017-10-29 00:50:58'),(4329,10,53,0,'2017-10-30 00:41:31'),(4330,11,1,0,'2017-10-30 03:00:27'),(4331,10,35,0,'2017-10-31 00:01:36'),(4332,10,63,0,'2017-11-01 00:15:43'),(4333,11,6,0,'2017-11-01 11:40:51'),(4334,10,37,0,'2017-11-02 00:06:35'),(4335,11,12,0,'2017-11-02 01:58:23'),(4336,11,1,0,'2017-11-03 00:13:01'),(4337,10,39,0,'2017-11-03 02:11:43'),(4338,10,50,0,'2017-11-04 00:30:39'),(4339,11,4,0,'2017-11-04 05:31:41'),(4340,10,52,0,'2017-11-05 00:29:01'),(4341,11,2,0,'2017-11-05 10:42:47'),(4342,10,40,0,'2017-11-06 00:06:20'),(4343,11,3,0,'2017-11-06 05:22:48'),(4344,10,34,0,'2017-11-07 01:19:14'),(4345,11,5,0,'2017-11-07 01:55:21'),(4346,10,41,0,'2017-11-08 00:02:33'),(4347,11,1,0,'2017-11-08 04:31:06'),(4348,10,40,0,'2017-11-09 00:05:14'),(4349,11,2,0,'2017-11-09 14:29:43'),(4350,10,36,0,'2017-11-10 01:50:27'),(4351,10,31,0,'2017-11-11 00:06:04'),(4352,11,3,0,'2017-11-11 08:09:40'),(4353,10,40,0,'2017-11-12 00:07:00'),(4354,11,1,0,'2017-11-12 12:38:54'),(4355,10,44,0,'2017-11-13 00:10:32'),(4356,11,3,0,'2017-11-13 04:01:36'),(4357,10,41,0,'2017-11-14 01:34:07'),(4358,10,46,0,'2017-11-15 00:00:26'),(4359,11,1,0,'2017-11-15 06:22:19'),(4360,10,30,0,'2017-11-16 00:34:21'),(4361,11,4,0,'2017-11-16 05:35:45'),(4362,10,22,0,'2017-11-17 00:12:11'),(4363,11,1,0,'2017-11-17 05:03:53'),(4364,10,33,0,'2017-11-18 00:17:05'),(4365,11,6,0,'2017-11-18 05:39:54'),(4366,10,32,0,'2017-11-19 00:48:28'),(4367,11,2,0,'2017-11-19 17:37:09'),(4368,10,33,0,'2017-11-20 01:51:36'),(4369,11,3,0,'2017-11-20 02:50:41'),(4370,10,31,0,'2017-11-21 02:56:28'),(4371,11,2,0,'2017-11-21 16:43:08'),(4372,10,52,0,'2017-11-22 00:42:26'),(4373,11,1,0,'2017-11-22 03:48:48'),(4374,10,45,0,'2017-11-23 01:02:40'),(4375,10,37,0,'2017-11-24 00:56:37'),(4376,10,33,0,'2017-11-25 01:05:11'),(4377,11,1,0,'2017-11-25 18:41:15'),(4378,10,42,0,'2017-11-26 00:01:57'),(4379,11,4,0,'2017-11-26 02:37:49'),(4380,10,37,0,'2017-11-27 00:14:21'),(4381,10,41,0,'2017-11-28 00:53:22'),(4382,11,2,0,'2017-11-28 05:44:19'),(4383,10,37,0,'2017-11-29 01:47:10'),(4384,11,2,0,'2017-11-29 08:00:23'),(4385,10,47,0,'2017-11-30 00:37:23'),(4386,11,10,0,'2017-11-30 04:22:58'),(4387,10,44,0,'2017-12-01 01:17:32'),(4388,11,4,0,'2017-12-01 04:42:39'),(4389,10,36,0,'2017-12-02 00:52:19'),(4390,11,2,0,'2017-12-02 18:26:02'),(4391,10,35,0,'2017-12-03 00:59:07'),(4392,11,1,0,'2017-12-03 07:38:36'),(4393,10,44,0,'2017-12-04 00:25:47'),(4394,11,1,0,'2017-12-04 19:05:59'),(4395,10,55,0,'2017-12-05 00:35:39'),(4396,10,48,0,'2017-12-06 00:11:02'),(4397,11,3,0,'2017-12-06 01:44:55'),(4398,10,43,0,'2017-12-07 00:36:13'),(4399,10,40,0,'2017-12-08 01:19:59'),(4400,11,1,0,'2017-12-08 11:46:42'),(4401,10,29,0,'2017-12-09 01:02:13'),(4402,11,4,0,'2017-12-09 08:06:01'),(4403,10,34,0,'2017-12-10 00:27:07'),(4404,11,3,0,'2017-12-10 00:29:36'),(4405,10,37,0,'2017-12-11 00:20:12'),(4406,11,4,0,'2017-12-11 08:14:35'),(4407,10,39,0,'2017-12-12 00:02:09'),(4408,11,5,0,'2017-12-12 04:26:53'),(4409,10,100,0,'2017-12-13 00:02:32'),(4410,11,19,0,'2017-12-13 02:58:52'),(4411,10,39,0,'2017-12-14 03:31:05'),(4412,11,1,0,'2017-12-14 22:56:35'),(4413,10,38,0,'2017-12-15 00:07:07'),(4414,11,1,0,'2017-12-15 15:12:16'),(4415,10,40,0,'2017-12-16 03:05:32'),(4416,11,1,0,'2017-12-16 12:15:06'),(4417,10,34,0,'2017-12-17 00:09:08'),(4418,11,4,0,'2017-12-17 04:58:22'),(4419,10,42,0,'2017-12-18 00:29:50'),(4420,11,2,0,'2017-12-18 01:27:03'),(4421,10,48,0,'2017-12-19 00:14:05'),(4422,11,2,0,'2017-12-19 18:35:07'),(4423,10,41,0,'2017-12-20 00:31:45'),(4424,11,1,0,'2017-12-20 06:23:41'),(4425,10,46,0,'2017-12-21 00:05:33'),(4426,11,2,0,'2017-12-21 04:56:26'),(4427,10,41,0,'2017-12-22 00:04:03'),(4428,10,41,0,'2017-12-23 00:00:50'),(4429,11,2,0,'2017-12-23 07:28:32'),(4430,10,35,0,'2017-12-24 00:10:45'),(4431,11,1,0,'2017-12-24 00:27:50'),(4432,10,40,0,'2017-12-25 00:16:55'),(4433,11,2,0,'2017-12-25 07:19:08'),(4434,10,35,0,'2017-12-26 00:21:29'),(4435,10,40,0,'2017-12-27 00:01:39'),(4436,11,1,0,'2017-12-27 18:59:13'),(4437,10,38,0,'2017-12-28 00:17:16'),(4438,11,3,0,'2017-12-28 09:32:26'),(4439,10,37,0,'2017-12-29 00:07:50'),(4440,11,1,0,'2017-12-29 19:46:01'),(4441,10,41,0,'2017-12-30 00:12:15'),(4442,10,43,0,'2017-12-31 00:45:28'),(4443,10,25,0,'2018-01-01 00:48:58'),(4444,10,40,0,'2018-01-02 00:02:39'),(4445,11,2,0,'2018-01-02 14:46:49'),(4446,10,58,0,'2018-01-03 00:04:17'),(4447,11,3,0,'2018-01-03 02:46:45'),(4448,10,50,0,'2018-01-04 00:10:20'),(4449,11,8,0,'2018-01-04 00:50:16'),(4450,10,29,0,'2018-01-05 00:20:53'),(4451,10,22,0,'2018-01-06 00:27:35'),(4452,11,1,0,'2018-01-06 10:10:44'),(4453,10,51,0,'2018-01-07 02:07:08'),(4454,10,57,0,'2018-01-08 00:01:18'),(4455,11,4,0,'2018-01-08 01:49:57'),(4456,10,71,0,'2018-01-09 01:06:57'),(4457,11,6,0,'2018-01-09 01:07:16'),(4458,10,55,0,'2018-01-10 00:11:24'),(4459,11,6,0,'2018-01-10 02:03:27'),(4460,10,82,0,'2018-01-11 00:21:18'),(4461,11,6,0,'2018-01-11 12:25:11'),(4462,10,45,0,'2018-01-12 01:07:41'),(4463,10,80,0,'2018-01-13 00:21:00'),(4464,11,2,0,'2018-01-13 00:23:12'),(4465,10,53,0,'2018-01-14 01:11:15'),(4466,10,54,0,'2018-01-15 00:01:25'),(4467,11,2,0,'2018-01-15 11:30:17'),(4468,10,74,0,'2018-01-16 00:30:00'),(4469,11,1,0,'2018-01-16 08:00:02'),(4470,10,61,0,'2018-01-17 00:01:29'),(4471,11,7,0,'2018-01-17 00:35:32'),(4472,10,63,0,'2018-01-18 00:36:53'),(4473,11,1,0,'2018-01-18 13:38:30'),(4474,10,54,0,'2018-01-19 00:28:30'),(4475,11,2,0,'2018-01-19 12:02:30'),(4476,10,66,0,'2018-01-20 00:22:23'),(4477,11,1,0,'2018-01-20 20:53:20'),(4478,10,57,0,'2018-01-21 00:05:49'),(4479,11,1,0,'2018-01-21 20:42:02'),(4480,10,75,0,'2018-01-22 00:36:17'),(4481,10,51,0,'2018-01-23 00:23:32'),(4482,11,2,0,'2018-01-23 02:30:59'),(4483,10,77,0,'2018-01-24 01:55:27'),(4484,11,6,0,'2018-01-24 14:58:34'),(4485,10,74,0,'2018-01-25 00:26:33'),(4486,11,1,0,'2018-01-25 14:50:32'),(4487,10,83,0,'2018-01-26 00:26:41'),(4488,11,1,0,'2018-01-26 02:47:18'),(4489,10,47,0,'2018-01-27 02:59:22'),(4490,10,58,0,'2018-01-28 00:05:09'),(4491,11,6,0,'2018-01-28 01:42:53'),(4492,10,57,0,'2018-01-29 01:01:50'),(4493,11,3,0,'2018-01-29 07:37:17'),(4494,10,75,0,'2018-01-30 00:44:31'),(4495,11,6,0,'2018-01-30 12:38:11'),(4496,10,62,0,'2018-01-31 00:15:20'),(4497,11,3,0,'2018-01-31 08:21:58'),(4498,10,118,0,'2018-02-01 00:12:59'),(4499,11,1,0,'2018-02-01 11:31:30'),(4500,10,40,0,'2018-02-02 00:02:59'),(4501,11,1,0,'2018-02-02 20:49:54'),(4502,10,58,0,'2018-02-03 00:35:23'),(4503,11,3,0,'2018-02-03 02:29:52'),(4504,10,54,0,'2018-02-04 00:57:59'),(4505,11,1,0,'2018-02-04 20:56:29'),(4506,10,62,0,'2018-02-05 00:31:53'),(4507,11,6,0,'2018-02-05 01:56:38'),(4508,10,54,0,'2018-02-06 02:01:59'),(4509,11,3,0,'2018-02-06 15:47:11'),(4510,10,92,0,'2018-02-07 00:49:15'),(4511,11,1,0,'2018-02-07 05:06:47'),(4512,10,57,0,'2018-02-08 00:21:10'),(4513,11,5,0,'2018-02-08 02:05:23'),(4514,10,82,0,'2018-02-09 00:15:43'),(4515,11,3,0,'2018-02-09 13:51:04'),(4516,10,51,0,'2018-02-10 00:16:00'),(4517,11,1,0,'2018-02-10 17:06:14'),(4518,10,52,0,'2018-02-11 00:23:05'),(4519,10,52,0,'2018-02-11 00:23:05'),(4520,11,2,0,'2018-02-11 16:03:21'),(4521,10,65,0,'2018-02-12 01:16:16'),(4522,11,2,0,'2018-02-12 17:09:58'),(4523,10,71,0,'2018-02-13 00:19:13'),(4524,11,7,0,'2018-02-13 02:12:05'),(4525,10,40,0,'2018-02-14 01:22:41'),(4526,11,3,0,'2018-02-14 18:30:15'),(4527,10,68,0,'2018-02-15 00:12:31'),(4528,11,3,0,'2018-02-15 11:47:12'),(4529,10,73,0,'2018-02-16 00:24:57'),(4530,11,4,0,'2018-02-16 02:55:49'),(4531,10,77,0,'2018-02-17 00:00:18'),(4532,11,2,0,'2018-02-17 10:43:48'),(4533,10,61,0,'2018-02-18 00:11:13'),(4534,11,4,0,'2018-02-18 18:19:39'),(4535,10,47,0,'2018-02-19 00:49:51'),(4536,11,2,0,'2018-02-19 15:51:26'),(4537,10,63,0,'2018-02-20 00:19:31'),(4538,11,2,0,'2018-02-20 03:05:27'),(4539,10,68,0,'2018-02-21 00:07:22'),(4540,11,2,0,'2018-02-21 11:28:57'),(4541,10,58,0,'2018-02-22 00:03:57'),(4542,11,3,0,'2018-02-22 14:00:55'),(4543,11,4,0,'2018-02-23 00:08:20'),(4544,10,67,0,'2018-02-23 00:37:48'),(4545,10,57,0,'2018-02-24 00:48:09'),(4546,11,3,0,'2018-02-24 12:39:09'),(4547,10,42,0,'2018-02-25 00:28:05'),(4548,10,42,0,'2018-02-26 00:56:30'),(4549,11,3,0,'2018-02-26 13:27:44'),(4550,10,77,0,'2018-02-27 00:15:18'),(4551,11,2,0,'2018-02-27 00:36:39'),(4552,10,66,0,'2018-02-28 00:01:14'),(4553,11,22,0,'2018-02-28 06:54:42'),(4554,10,66,0,'2018-03-01 00:00:08'),(4555,11,2,0,'2018-03-01 00:30:59'),(4556,10,51,0,'2018-03-02 01:57:59'),(4557,11,5,0,'2018-03-02 05:52:55'),(4558,10,57,0,'2018-03-03 01:11:11'),(4559,11,2,0,'2018-03-03 12:54:18'),(4560,10,51,0,'2018-03-04 00:39:37'),(4561,11,1,0,'2018-03-04 13:04:46'),(4562,10,67,0,'2018-03-05 01:14:54'),(4563,11,2,0,'2018-03-05 03:11:57'),(4564,10,82,0,'2018-03-06 01:03:17'),(4565,11,2,0,'2018-03-06 08:40:41'),(4566,10,58,0,'2018-03-07 00:05:53'),(4567,11,9,0,'2018-03-07 14:26:06'),(4568,10,54,0,'2018-03-08 00:06:51'),(4569,11,3,0,'2018-03-08 00:46:06'),(4570,11,2,0,'2018-03-09 00:04:03'),(4571,10,48,0,'2018-03-09 00:59:18'),(4572,10,26,0,'2018-03-10 00:51:35'),(4573,11,3,0,'2018-03-10 08:07:20'),(4574,10,32,0,'2018-03-11 00:07:11'),(4575,11,5,0,'2018-03-11 04:41:13'),(4576,10,37,0,'2018-03-12 00:51:29'),(4577,11,3,0,'2018-03-12 06:10:11'),(4578,10,28,0,'2018-03-13 00:09:37'),(4579,11,2,0,'2018-03-13 02:37:06'),(4580,10,61,0,'2018-03-14 00:01:07'),(4581,11,5,0,'2018-03-14 07:37:00'),(4582,10,36,0,'2018-03-15 01:07:56'),(4583,11,2,0,'2018-03-15 12:56:09'),(4584,10,44,0,'2018-03-16 00:50:04'),(4585,11,1,0,'2018-03-16 02:33:44'),(4586,10,26,0,'2018-03-17 00:08:26'),(4587,10,55,0,'2018-03-18 00:39:26'),(4588,11,4,0,'2018-03-18 12:50:16'),(4589,10,22,0,'2018-03-19 00:02:24'),(4590,11,2,0,'2018-03-19 01:12:01'),(4591,10,36,0,'2018-03-20 03:15:14'),(4592,11,4,0,'2018-03-20 07:57:40'),(4593,10,53,0,'2018-03-21 00:48:05'),(4594,11,1,0,'2018-03-21 07:35:20'),(4595,10,37,0,'2018-03-22 01:35:17'),(4596,11,1,0,'2018-03-22 09:40:54'),(4597,10,23,0,'2018-03-23 00:13:39'),(4598,11,1,0,'2018-03-23 19:36:46'),(4599,10,27,0,'2018-03-24 01:19:21'),(4600,10,33,0,'2018-03-25 00:10:06'),(4601,11,1,0,'2018-03-25 03:29:54'),(4602,10,34,0,'2018-03-26 00:57:56'),(4603,11,2,0,'2018-03-26 02:09:00'),(4604,10,24,0,'2018-03-27 00:31:48'),(4605,11,3,0,'2018-03-27 01:12:44'),(4606,10,55,0,'2018-03-28 00:30:30'),(4607,11,5,0,'2018-03-28 05:26:25'),(4608,10,39,0,'2018-03-29 00:18:08'),(4609,10,31,0,'2018-03-30 00:00:51'),(4610,11,2,0,'2018-03-30 17:51:53'),(4611,10,48,0,'2018-03-31 00:35:23'),(4612,11,2,0,'2018-03-31 10:01:48'),(4613,10,24,0,'2018-04-01 01:19:27'),(4614,11,1,0,'2018-04-01 13:33:20'),(4615,10,37,0,'2018-04-02 00:35:13'),(4616,11,5,0,'2018-04-02 05:50:27'),(4617,10,35,0,'2018-04-03 00:41:50'),(4618,11,1,0,'2018-04-03 03:24:47'),(4619,10,48,0,'2018-04-04 00:44:00'),(4620,11,1,0,'2018-04-04 03:49:27'),(4621,10,34,0,'2018-04-05 00:24:04'),(4622,11,1,0,'2018-04-05 03:58:06'),(4623,10,35,0,'2018-04-06 02:52:05'),(4624,11,2,0,'2018-04-06 09:26:08'),(4625,10,22,0,'2018-04-07 00:36:13'),(4626,10,41,0,'2018-04-08 00:32:50'),(4627,11,1,0,'2018-04-08 18:43:43'),(4628,10,67,0,'2018-04-09 04:43:28'),(4629,11,5,0,'2018-04-09 04:43:39'),(4630,10,41,0,'2018-04-10 01:37:09'),(4631,11,5,0,'2018-04-10 04:28:02'),(4632,10,50,0,'2018-04-11 00:43:48'),(4633,11,5,0,'2018-04-11 01:28:03'),(4634,10,37,0,'2018-04-12 00:16:02'),(4635,11,2,0,'2018-04-12 09:35:21'),(4636,10,39,0,'2018-04-13 00:38:44'),(4637,10,31,0,'2018-04-14 01:23:32'),(4638,11,3,0,'2018-04-14 16:35:16'),(4639,10,48,0,'2018-04-15 01:09:39'),(4640,11,4,0,'2018-04-15 04:56:12'),(4641,10,21,0,'2018-04-16 03:42:55'),(4642,11,1,0,'2018-04-16 19:25:06'),(4643,10,34,0,'2018-04-17 00:22:17'),(4644,11,2,0,'2018-04-17 10:08:25'),(4645,11,4,0,'2018-04-18 00:36:07'),(4646,10,38,0,'2018-04-18 01:24:28'),(4647,10,36,0,'2018-04-19 00:29:42'),(4648,11,4,0,'2018-04-19 02:28:56'),(4649,10,37,0,'2018-04-20 00:54:38'),(4650,11,2,0,'2018-04-20 02:17:54'),(4651,10,29,0,'2018-04-21 00:05:27'),(4652,10,32,0,'2018-04-22 01:15:26'),(4653,10,29,0,'2018-04-23 00:16:32'),(4654,10,36,0,'2018-04-24 00:24:26'),(4655,11,2,0,'2018-04-24 06:06:47'),(4656,10,41,0,'2018-04-25 00:33:06'),(4657,11,3,0,'2018-04-25 05:17:37'),(4658,10,36,0,'2018-04-26 01:48:37'),(4659,11,3,0,'2018-04-26 02:27:27'),(4660,10,33,0,'2018-04-27 00:19:14'),(4661,11,2,0,'2018-04-27 20:12:17'),(4662,10,35,0,'2018-04-28 00:00:42'),(4663,11,2,0,'2018-04-28 13:00:08'),(4664,10,29,0,'2018-04-29 00:52:54'),(4665,11,2,0,'2018-04-29 00:53:05'),(4666,10,29,0,'2018-04-30 00:22:51'),(4667,11,1,0,'2018-04-30 01:32:31'),(4668,10,33,0,'2018-05-01 00:21:50'),(4669,10,38,0,'2018-05-02 00:13:03'),(4670,10,42,0,'2018-05-03 00:08:18'),(4671,11,2,0,'2018-05-03 12:09:49'),(4672,10,35,0,'2018-05-04 00:44:19'),(4673,11,3,0,'2018-05-04 16:50:26'),(4674,10,32,0,'2018-05-05 01:20:02'),(4675,11,1,0,'2018-05-05 02:18:28'),(4676,10,30,0,'2018-05-06 00:07:13'),(4677,11,1,0,'2018-05-06 17:09:28'),(4678,10,31,0,'2018-05-07 00:01:46'),(4679,11,3,0,'2018-05-07 15:59:20'),(4680,10,61,0,'2018-05-08 01:59:35'),(4681,11,5,0,'2018-05-08 07:51:22'),(4682,10,31,0,'2018-05-09 00:08:13'),(4683,11,2,0,'2018-05-09 13:49:14'),(4684,10,37,0,'2018-05-10 00:37:16'),(4685,11,1,0,'2018-05-10 20:28:08'),(4686,10,43,0,'2018-05-11 00:21:37'),(4687,11,4,0,'2018-05-11 07:04:35'),(4688,10,41,0,'2018-05-12 00:08:57'),(4689,11,2,0,'2018-05-12 11:50:49'),(4690,10,38,0,'2018-05-13 02:08:53'),(4691,11,3,0,'2018-05-13 06:44:34'),(4692,10,31,0,'2018-05-14 02:17:45'),(4693,10,46,0,'2018-05-15 01:04:41'),(4694,10,47,0,'2018-05-16 01:09:19'),(4695,11,3,0,'2018-05-16 09:57:28'),(4696,10,32,0,'2018-05-17 00:07:54'),(4697,10,38,0,'2018-05-18 00:33:29'),(4698,11,3,0,'2018-05-18 12:11:01'),(4699,10,24,0,'2018-05-19 00:13:33'),(4700,10,32,0,'2018-05-20 01:44:54'),(4701,11,1,0,'2018-05-20 16:15:35'),(4702,10,28,0,'2018-05-21 01:57:56'),(4703,11,1,0,'2018-05-21 20:36:07'),(4704,10,46,0,'2018-05-22 00:05:26'),(4705,11,4,0,'2018-05-22 09:46:31'),(4706,10,41,0,'2018-05-23 00:21:53'),(4707,10,40,0,'2018-05-24 01:01:59'),(4708,11,1,0,'2018-05-24 03:32:58'),(4709,10,45,0,'2018-05-25 00:05:46'),(4710,11,2,0,'2018-05-25 03:53:06'),(4711,10,25,0,'2018-05-26 01:15:19'),(4712,11,1,0,'2018-05-26 20:46:11'),(4713,10,48,0,'2018-05-27 02:39:40'),(4714,11,2,0,'2018-05-27 19:23:31'),(4715,10,42,0,'2018-05-28 00:36:53'),(4716,11,1,0,'2018-05-28 11:06:00'),(4717,10,34,0,'2018-05-29 00:21:58'),(4718,11,1,0,'2018-05-29 09:15:58'),(4719,10,40,0,'2018-05-30 00:27:10'),(4720,11,6,0,'2018-05-30 13:09:00'),(4721,10,24,0,'2018-05-31 00:28:59'),(4722,11,3,0,'2018-05-31 03:24:53'),(4723,10,32,0,'2018-06-01 00:20:40'),(4724,10,193,0,'2018-06-02 00:05:09'),(4725,11,12,0,'2018-06-02 04:49:07'),(4726,10,36,0,'2018-06-03 01:14:32'),(4727,11,3,0,'2018-06-03 13:34:48'),(4728,10,29,0,'2018-06-04 00:23:08'),(4729,10,37,0,'2018-06-05 00:03:58'),(4730,10,38,0,'2018-06-06 00:00:48'),(4731,11,3,0,'2018-06-06 05:04:57'),(4732,10,36,0,'2018-06-07 01:01:30'),(4733,11,3,0,'2018-06-07 09:22:15'),(4734,10,28,0,'2018-06-08 00:38:32'),(4735,11,2,0,'2018-06-08 13:28:40'),(4736,10,39,0,'2018-06-09 01:47:28'),(4737,11,1,0,'2018-06-10 00:58:41'),(4738,10,40,0,'2018-06-10 01:19:40'),(4739,10,25,0,'2018-06-11 00:51:56'),(4740,10,45,0,'2018-06-12 03:00:42'),(4741,11,1,0,'2018-06-12 19:22:05'),(4742,10,36,0,'2018-06-13 01:00:51'),(4743,11,4,0,'2018-06-13 08:35:07'),(4744,10,33,0,'2018-06-14 00:25:11'),(4745,11,1,0,'2018-06-14 18:17:52'),(4746,10,37,0,'2018-06-15 00:02:11'),(4747,10,31,0,'2018-06-16 00:22:39'),(4748,11,1,0,'2018-06-16 20:43:23'),(4749,10,24,0,'2018-06-17 00:51:21'),(4750,11,3,0,'2018-06-17 03:44:28'),(4751,10,33,0,'2018-06-18 02:03:11'),(4752,11,4,0,'2018-06-18 10:25:53'),(4753,10,41,0,'2018-06-19 00:18:46'),(4754,11,5,0,'2018-06-19 04:46:23'),(4755,10,51,0,'2018-06-20 01:05:12'),(4756,11,5,0,'2018-06-20 06:59:22');
/*!40000 ALTER TABLE `zen_banners_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_categories`
--

DROP TABLE IF EXISTS `zen_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_categories` (
  `categories_id` int(11) NOT NULL AUTO_INCREMENT,
  `categories_image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `sort_order` int(3) DEFAULT NULL,
  `date_added` datetime DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  `categories_status` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`categories_id`),
  KEY `idx_parent_id_cat_id_zen` (`parent_id`,`categories_id`),
  KEY `idx_status_zen` (`categories_status`),
  KEY `idx_sort_order_zen` (`sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_categories`
--

LOCK TABLES `zen_categories` WRITE;
/*!40000 ALTER TABLE `zen_categories` DISABLE KEYS */;
INSERT INTO `zen_categories` VALUES (19,'categories/fourman_01_MED.gif',5,0,'2011-04-07 11:20:16','2011-04-10 10:38:30',1),(2,'',0,3,'2010-01-13 17:41:30','2018-05-21 07:42:19',1),(3,'transmitters.png',0,1,'2010-01-13 17:42:33','2011-04-07 06:40:20',1),(4,'firstaid1_01_MED.gif',0,7,'2010-01-13 17:43:14','2010-11-05 20:48:58',0),(5,'categories/rafts.png',0,1,'2010-01-14 07:35:29','2011-04-16 13:11:58',1),(21,'categories/fourman_01.gif',18,0,'2011-04-07 11:30:28','2011-04-15 12:11:28',1),(20,'categories/nineman_01_MED.gif',5,3,'2011-04-07 11:20:55','2011-04-10 10:39:10',1),(11,'',0,5,'2010-01-25 13:59:24','2010-11-05 20:48:29',1),(12,'',0,2,'2010-01-27 18:57:41','2011-04-30 08:04:27',1),(13,'',0,8,'2010-01-27 20:30:07','2010-11-05 20:56:53',0),(14,'',0,4,'2010-01-28 18:52:47','2010-11-05 19:12:35',0),(15,'',0,6,'2010-02-04 19:19:25','2010-11-05 20:48:43',0),(16,'',0,9,'2010-06-12 08:14:24','2010-11-05 20:49:12',1),(18,'categories/rafts.gif',0,0,'2011-04-06 17:53:44','2011-04-16 13:11:35',1),(22,'categories/doubletube2_01.jpg',18,1,'2011-04-07 11:31:07','2011-04-15 12:10:31',1),(23,'categories/singletube_01.jpg',18,2,'2011-04-07 11:31:46','2011-04-15 12:11:44',1),(24,'categories/dbletube_01.jpg',18,3,'2011-04-07 11:32:17','2011-04-15 12:09:48',1),(25,'categories/doubletube2_01.jpg',18,4,'2011-04-07 11:33:52','2011-04-15 12:20:46',1),(26,'categories/doubletube2_01.gif',5,1,'2011-04-08 23:28:15','2011-04-10 10:38:42',1),(27,'categories/singletube_01.jpg',5,2,'2011-04-08 23:29:46','2011-04-10 10:38:55',1),(28,'categories/doubletube2_01.jpg',5,4,'2011-04-08 23:30:05','2011-04-09 09:44:08',1),(29,'categories/doubletube2_01.jpg',5,5,'2011-04-08 23:30:33','2011-04-09 09:45:29',1),(30,'categories/7324-A-HR1_black.jpg',0,10,'2016-11-22 13:18:53','2016-11-22 13:20:19',0);
/*!40000 ALTER TABLE `zen_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_categories_description`
--

DROP TABLE IF EXISTS `zen_categories_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_categories_description` (
  `categories_id` int(11) NOT NULL DEFAULT '0',
  `language_id` int(11) NOT NULL DEFAULT '1',
  `categories_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `categories_description` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`categories_id`,`language_id`),
  KEY `idx_categories_name_zen` (`categories_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_categories_description`
--

LOCK TABLES `zen_categories_description` WRITE;
/*!40000 ALTER TABLE `zen_categories_description` DISABLE KEYS */;
INSERT INTO `zen_categories_description` VALUES (2,1,'Survival Kits - Marine/Aviation','The optional survival equipment kit is stowed its own valise, separate from the raft valise. Survival equipment kit and raft valise are attached to each other using velcro and a tie-line. Separate units provide the ultimate in flexibility for raft and survival equipment combinations - purchase basic rafts and survival equipment separately to meet unique requirements. Survival kits are designed and prepared for Non-TSO and FAA/TSO-Approved aviation or marine use. FAR 91, FAR 121, and FAR 135 survival equipment kits are available. All kits are also sold separately.<br /><br />\r\n*Note: Food/water ration quantities based on raft capacity.<br />\r\n<br />**Note:  Optional <a href=\"http://www.aaasurvivalproducts.com/surpro8/index.php?main_page=index&cPath=3\">ELT/EPIRB</a> can be packed inside survival kits.<br /><br  /><a class =\"linkText\" href=\"http://www.aaasurvivalproducts.com/surpro8/index.php?main_page=page&id=9\">COMPARE SURVIVAL KITS >>></a>'),(3,1,'Transmitters (ELT)','ELT\'s (Emergency Locator Transmitters) - Survival Locator Beacon -<br />\r\n<strong>We will meet or beat any other advertised prices on the Transmitters we have available!!</strong><br /><br />'),(4,1,'First Aid Kits',''),(5,1,'Life Rafts Non TSO','<div id=\"catDescHeading\">\r\nTop 3 reasons why over 20,000 Survival Products Rafts are in use around the world:</div>\r\n<div id=\"catDescTagline\">\r\n<ol>\r\n  <li> We employ advanced design and manufacturing procedures. </li>\r\n  <li>We use materials and components that provide reliability, extended life and reduced service costs. </li>\r\n  <li>\r\n    We offer superior life rafts at an affordable price. <br />\r\n        <hr />\r\n      </div>\r\n  </li>\r\n</ol></div>\r\n<div align=\"center\"><br />\r\n  <br />\r\n<h3>General, Private Aviation and Marine Use -  Non TSO</h3></div>'),(18,1,'Life Rafts TSO','<div id=\"catDescHeading\">\r\nTop 3 reasons why over 20,000 Survival Products Rafts are in use around the world:</div>\r\n<div id=\"catDescTagline\">\r\n<ol>\r\n  <li> We employ advanced design and manufacturing procedures. </li>\r\n  <li>We use materials and components that provide reliability, extended life and reduced service costs. </li>\r\n  <li>\r\n    We offer superior life rafts at an affordable price. <br />\r\n        <hr />\r\n      </div>\r\n  </li>\r\n</ol></div>\r\n<div align=\"center\"><br />\r\n  <br />\r\n<h3>Commercial Aviation - FAA TSO-C70a, Type I and Type II</h3></div>'),(18,2,'Balsas Salvavidas TSO','<div id=\"catDescHeading\">\r\nÂ¿Por quÃ© hay estÃ¡ sobre 20.000 balsas de los Survival Products funcionando en todo el mundo?</div><br /><div id=\"catDescTagline\">\r\n\r\nEmpleando diseÃ±o y procedimientos de fabricaciÃ³n avanzados y usando los materiales y los componentes que proporcionan los costes de la confiabilidad, duraderos y reducida del servicio, ofrecemos las balsas salvavidas superiores en un precio comprable.\r\n</div><br /><br />'),(19,2,'Balsas - 4 Hombre',''),(20,1,'9 -Man Rafts - Non TSO',''),(20,2,'Balsas - 9 Hombres',''),(21,1,'4 -Man Rafts - TSO','Non-Transport Category, Single Tube Design For Corporate or General Aviation'),(21,2,'Balsas - 4 Hombre',''),(22,1,'6 -Man Rafts - TSO','Transport Category, Double Tube Design For Commercial or General Aviation'),(22,2,'Balsas - 6 Hombre',''),(23,1,'8 -Man Rafts - TSO','Non-Transport Category, Single Tube Design For Corporate or General Aviation'),(23,2,'Balsas - 8 Hombre',''),(24,1,'10-Man Rafts - TSO','Transport Category, Double Tube Design For Commercial or General Aviation'),(24,2,'Balsas - 10 Hombre',''),(25,1,'12-Man Rafts - TSO','Transport Category, Double Tube Design For Commercial or General Aviation'),(25,2,'Balsas - 12 Hombre',''),(26,1,'6 -Man Rafts - Non TSO',''),(26,2,'Balsas - 6 Hombre',''),(27,1,'8 -Man Rafts - Non TSO',''),(27,2,'Balsas - 8 Hombre',''),(28,1,'10-Man Rafts - Non TSO',''),(28,2,'Balsas - 10 Hombre',''),(29,1,'12-Man Rafts - Non TSO',''),(29,2,'Balsas - 12 Hombre',''),(2,2,'Kits de Supervivencia - Marina y Avion','El kit opcional del equipo de supervivencia se guarda su propio valise y a parte del valise de la balsa. El valise del kit y de la balsa del equipo de supervivencia se ata el uno al otro usando el velcro y una atar-lÃ­nea. Los valises separados proporcionan el Ãºltimo en la flexibilidad para la balsa y las combinaciones del equipo de supervivencia. Compre las balsas y el equipo de supervivencia bÃ¡sicos por separado para cumplir requisitos Ãºnicos. Los kits de supervivencia se diseÃ±an y se preparan para la aviaciÃ³n de No-TSO y de FAA/TSO-Aprobado o el uso marina. FAR 91, FAR 121, y FAR 135 kits del equipo de supervivencia estÃ¡n disponibles. Todos los kits tambiÃ©n se venden por separado.<br /><br />\r\n* Nota: El alimento y el agua racionan las cantidades basadas en capacidad de la balsa.<br />\r\n<br />** Nota:  Opcional <a href=\"http://aaasurvivalproducts.com/index.php?main_page=index&amp;cPath=3\">ELT/EPIRB</a> puede ser embalado dentro de kits de supervivencia.'),(3,2,'(ELT) Transmisores','ELTs (Transmisores del Localizador de la Emergencia) - Faro del localizador de la supervivencia -<br /> \r\n<strong>Â¡Que resolveremos o que batiremos cualquier otro precio de divulgaciÃ³n en los transmisores tenemos disponible!!</strong>'),(4,2,'Kits de primeros auxilios',''),(5,2,'Balsas Salvavidas No TSO','<div id=\"catDescHeading\">\r\nÂ¿Por quÃ© hay estÃ¡ sobre 20.000 balsas de los Survival Products funcionando en todo el mundo?</div><br /><div id=\"catDescTagline\">\r\n\r\nEmpleando diseÃ±o y procedimientos de fabricaciÃ³n avanzados y usando los materiales y los componentes que proporcionan los costes de la confiabilidad, duraderos y reducida del servicio, ofrecemos las balsas salvavidas superiores en un precio comprable.\r\n</div><br /><br />'),(11,2,'Equipo de Seguridad',''),(11,1,'Safety Equipment',''),(12,2,'Raciones de Comidas y Agua (Precio del caso)',''),(12,1,'Food/Water Rations (Case)',''),(13,2,'MiscelÃ¡neo',''),(13,1,'Miscellaneous',''),(14,2,'Kits de Supervivencia - Casero y Oficina','Casero y Oficina'),(14,1,'Survival Kits -  Home/Office',''),(15,2,'Linternas',''),(15,1,'Light',''),(16,1,'Life Vests',''),(16,2,'Chalecos Salvavidas',''),(19,1,'4 -Man Rafts - Non TSO',''),(30,2,'Ropas','Chaquetas de Vuelo'),(30,1,'Clothing','Flight Jackets');
/*!40000 ALTER TABLE `zen_categories_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_ceon_uri_mapping_configs`
--

DROP TABLE IF EXISTS `zen_ceon_uri_mapping_configs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_ceon_uri_mapping_configs` (
  `id` int(10) unsigned NOT NULL,
  `version` varchar(14) COLLATE utf8_unicode_ci NOT NULL,
  `autogen_new` int(1) unsigned NOT NULL,
  `whitespace_replacement` int(1) unsigned NOT NULL,
  `capitalisation` int(1) unsigned NOT NULL,
  `remove_words` text COLLATE utf8_unicode_ci,
  `char_str_replacements` text COLLATE utf8_unicode_ci,
  `excluded_files` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_ceon_uri_mapping_configs`
--

LOCK TABLES `zen_ceon_uri_mapping_configs` WRITE;
/*!40000 ALTER TABLE `zen_ceon_uri_mapping_configs` DISABLE KEYS */;
INSERT INTO `zen_ceon_uri_mapping_configs` VALUES (1,'3.8.0',1,2,1,'-, a, an, this, that','Â£=>GBP, $=>USD','');
/*!40000 ALTER TABLE `zen_ceon_uri_mapping_configs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_ceon_uri_mappings`
--

DROP TABLE IF EXISTS `zen_ceon_uri_mappings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_ceon_uri_mappings` (
  `uri` text CHARACTER SET latin1 NOT NULL,
  `language_id` int(11) unsigned DEFAULT NULL,
  `current_uri` int(1) unsigned DEFAULT '0',
  `main_page` varchar(45) CHARACTER SET latin1 DEFAULT NULL,
  `query_string_parameters` varchar(255) CHARACTER SET latin1 DEFAULT NULL,
  `associated_db_id` int(11) unsigned DEFAULT NULL,
  `alternate_uri` varchar(255) CHARACTER SET latin1 DEFAULT NULL,
  `redirection_type_code` varchar(3) CHARACTER SET latin1 DEFAULT '301',
  `date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `changefreq` varchar(8) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'monthly',
  `priority` decimal(4,2) NOT NULL DEFAULT '0.80',
  KEY `assoc_db_id_idx` (`language_id`,`current_uri`,`main_page`,`associated_db_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_ceon_uri_mappings`
--

LOCK TABLES `zen_ceon_uri_mappings` WRITE;
/*!40000 ALTER TABLE `zen_ceon_uri_mappings` DISABLE KEYS */;
INSERT INTO `zen_ceon_uri_mappings` VALUES ('/balsas-salvavidas/balsas-10-hombre/basico-10-hombre-ninguna-tso',2,0,'product_info',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/basico-10-hombre-ninguna-tso/reviews',2,0,'product_reviews',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/basico-10-hombre-ninguna-tso/review',2,0,'product_reviews_info',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/basico-10-hombre-ninguna-tso/add-a-review',2,0,'product_reviews_write',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/basico-10-hombre-ninguna-tso/tell-a-friend',2,0,'tell_a_friend',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/life-rafts/10-man-rafts/10-man-basic-non-tso',1,0,'product_info',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/life-rafts/10-man-rafts/10-man-basic-non-tso/reviews',1,0,'product_reviews',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/life-rafts/10-man-rafts/10-man-basic-non-tso/review',1,0,'product_reviews_info',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/life-rafts/10-man-rafts/10-man-basic-non-tso/add-a-review',1,0,'product_reviews_write',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/life-rafts/10-man-rafts/10-man-basic-non-tso/tell-a-friend',1,0,'tell_a_friend',NULL,25,NULL,'301','2010-07-14 21:00:44','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-el-pabellon-solamente',2,0,'product_info',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-el-pabellon-solamente/reviews',2,0,'product_reviews',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-el-pabellon-solamente/review',2,0,'product_reviews_info',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-el-pabellon-solamente/add-a-review',2,0,'product_reviews_write',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-el-pabellon-solamente/tell-a-friend',2,0,'tell_a_friend',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-canopy-only',1,0,'product_info',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-canopy-only/reviews',1,0,'product_reviews',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-canopy-only/review',1,0,'product_reviews_info',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-canopy-only/add-a-review',1,0,'product_reviews_write',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-canopy-only/tell-a-friend',1,0,'tell_a_friend',NULL,26,NULL,'301','2010-07-14 21:02:11','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-121-kit',2,0,'product_info',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-121-kit/reviews',2,0,'product_reviews',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-121-kit/review',2,0,'product_reviews_info',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-121-kit/add-a-review',2,0,'product_reviews_write',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-121-kit/tell-a-friend',2,0,'tell_a_friend',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-121-kit',1,0,'product_info',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-121-kit/reviews',1,0,'product_reviews',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-121-kit/review',1,0,'product_reviews_info',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-121-kit/add-a-review',1,0,'product_reviews_write',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-121-kit/tell-a-friend',1,0,'tell_a_friend',NULL,28,NULL,'301','2010-07-14 21:02:29','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-135-kit',2,0,'product_info',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-135-kit/reviews',2,0,'product_reviews',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-135-kit/review',2,0,'product_reviews_info',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-135-kit/add-a-review',2,0,'product_reviews_write',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-135-kit/tell-a-friend',2,0,'tell_a_friend',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-135-kit',1,0,'product_info',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-135-kit/reviews',1,0,'product_reviews',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-135-kit/review',1,0,'product_reviews_info',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-135-kit/add-a-review',1,0,'product_reviews_write',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-135-kit/tell-a-friend',1,0,'tell_a_friend',NULL,29,NULL,'301','2010-07-14 21:02:45','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-91-kit',2,0,'product_info',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-91-kit/reviews',2,0,'product_reviews',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-91-kit/review',2,0,'product_reviews_info',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-91-kit/add-a-review',2,0,'product_reviews_write',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/balsas-salvavidas/balsas-10-hombre/tso-10-hombre-con-far-91-kit/tell-a-friend',2,0,'tell_a_friend',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-91-kit',1,0,'product_info',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-91-kit/reviews',1,0,'product_reviews',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-91-kit/review',1,0,'product_reviews_info',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-91-kit/add-a-review',1,0,'product_reviews_write',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/life-rafts/10-man-rafts/10-man-tso-w-far-91-kit/tell-a-friend',1,0,'tell_a_friend',NULL,27,NULL,'301','2010-07-14 21:03:01','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/basico-12-hombre-ninguna-tso',2,0,'product_info',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/basico-12-hombre-ninguna-tso/reviews',2,0,'product_reviews',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/basico-12-hombre-ninguna-tso/review',2,0,'product_reviews_info',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/basico-12-hombre-ninguna-tso/add-a-review',2,0,'product_reviews_write',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/basico-12-hombre-ninguna-tso/tell-a-friend',2,0,'tell_a_friend',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/life-rafts/12-man-rafts/12-man-basic-non-tso',1,0,'product_info',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/life-rafts/12-man-rafts/12-man-basic-non-tso/reviews',1,0,'product_reviews',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/life-rafts/12-man-rafts/12-man-basic-non-tso/review',1,0,'product_reviews_info',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/life-rafts/12-man-rafts/12-man-basic-non-tso/add-a-review',1,0,'product_reviews_write',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/life-rafts/12-man-rafts/12-man-basic-non-tso/tell-a-friend',1,0,'tell_a_friend',NULL,30,NULL,'301','2010-07-14 21:04:00','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-el-pabellon-solamente',2,0,'product_info',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-el-pabellon-solamente/reviews',2,0,'product_reviews',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-el-pabellon-solamente/review',2,0,'product_reviews_info',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-el-pabellon-solamente/add-a-review',2,0,'product_reviews_write',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-el-pabellon-solamente/tell-a-friend',2,0,'tell_a_friend',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-canopy-only',1,0,'product_info',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-canopy-only/reviews',1,0,'product_reviews',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-canopy-only/review',1,0,'product_reviews_info',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-canopy-only/add-a-review',1,0,'product_reviews_write',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-canopy-only/tell-a-friend',1,0,'tell_a_friend',NULL,31,NULL,'301','2010-07-14 21:04:13','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-121-kit',2,0,'product_info',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-121-kit/reviews',2,0,'product_reviews',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-121-kit/review',2,0,'product_reviews_info',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-121-kit/add-a-review',2,0,'product_reviews_write',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-121-kit/tell-a-friend',2,0,'tell_a_friend',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-121-kit',1,0,'product_info',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-121-kit/reviews',1,0,'product_reviews',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-121-kit/review',1,0,'product_reviews_info',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-121-kit/add-a-review',1,0,'product_reviews_write',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-121-kit/tell-a-friend',1,0,'tell_a_friend',NULL,33,NULL,'301','2010-07-14 21:04:26','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-135-kit',2,0,'product_info',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-135-kit/reviews',2,0,'product_reviews',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-135-kit/review',2,0,'product_reviews_info',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-135-kit/add-a-review',2,0,'product_reviews_write',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-135-kit/tell-a-friend',2,0,'tell_a_friend',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-135-kit',1,0,'product_info',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-135-kit/reviews',1,0,'product_reviews',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-135-kit/review',1,0,'product_reviews_info',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-135-kit/add-a-review',1,0,'product_reviews_write',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-135-kit/tell-a-friend',1,0,'tell_a_friend',NULL,34,NULL,'301','2010-07-14 21:04:39','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-91-kit',2,0,'product_info',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-91-kit/reviews',2,0,'product_reviews',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-91-kit/review',2,0,'product_reviews_info',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-91-kit/add-a-review',2,0,'product_reviews_write',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/balsas-salvavidas/balsas-12-hombre/tso-12-hombre-con-far-91-kit/tell-a-friend',2,0,'tell_a_friend',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-91-kit',1,0,'product_info',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-91-kit/reviews',1,0,'product_reviews',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-91-kit/review',1,0,'product_reviews_info',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-91-kit/add-a-review',1,0,'product_reviews_write',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/life-rafts/12-man-rafts/12-man-tso-w-far-91-kit/tell-a-friend',1,0,'tell_a_friend',NULL,32,NULL,'301','2010-07-14 21:04:50','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre',2,0,'product_info',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre/reviews',2,0,'product_reviews',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre/review',2,0,'product_reviews_info',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre/add-a-review',2,0,'product_reviews_write',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre/tell-a-friend',2,0,'tell_a_friend',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic',1,0,'product_info',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic/reviews',1,0,'product_reviews',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic/review',1,0,'product_reviews_info',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic/add-a-review',1,0,'product_reviews_write',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic/tell-a-friend',1,0,'tell_a_friend',NULL,1,NULL,'301','2010-07-14 21:05:13','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre-ninguna-tso',2,0,'product_info',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre-ninguna-tso/reviews',2,0,'product_reviews',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre-ninguna-tso/review',2,0,'product_reviews_info',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre-ninguna-tso/add-a-review',2,0,'product_reviews_write',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/basico-4-hombre-ninguna-tso/tell-a-friend',2,0,'tell_a_friend',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic-no-tso',1,0,'product_info',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic-no-tso/reviews',1,0,'product_reviews',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic-no-tso/review',1,0,'product_reviews_info',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic-no-tso/add-a-review',1,0,'product_reviews_write',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/life-rafts/4-man-rafts/4-man-basic-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,10,NULL,'301','2010-07-14 21:05:27','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-pabellon-solamente',2,0,'product_info',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-pabellon-solamente/reviews',2,0,'product_reviews',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-pabellon-solamente/review',2,0,'product_reviews_info',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-pabellon-solamente/add-a-review',2,0,'product_reviews_write',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-pabellon-solamente/tell-a-friend',2,0,'tell_a_friend',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-canopy-only',1,0,'product_info',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-canopy-only/reviews',1,0,'product_reviews',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-canopy-only/review',1,0,'product_reviews_info',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-canopy-only/add-a-review',1,0,'product_reviews_write',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-canopy-only/tell-a-friend',1,0,'tell_a_friend',NULL,11,NULL,'301','2010-07-14 21:05:40','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-121-kit',2,0,'product_info',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-121-kit/reviews',2,0,'product_reviews',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-121-kit/review',2,0,'product_reviews_info',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-121-kit/add-a-review',2,0,'product_reviews_write',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-121-kit/tell-a-friend',2,0,'tell_a_friend',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-121-kit',1,0,'product_info',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-121-kit/reviews',1,0,'product_reviews',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-121-kit/review',1,0,'product_reviews_info',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-121-kit/add-a-review',1,0,'product_reviews_write',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-121-kit/tell-a-friend',1,0,'tell_a_friend',NULL,13,NULL,'301','2010-07-14 21:05:52','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-135-kit',2,0,'product_info',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-135-kit/reviews',2,0,'product_reviews',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-135-kit/review',2,0,'product_reviews_info',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-135-kit/add-a-review',2,0,'product_reviews_write',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-135-kit/tell-a-friend',2,0,'tell_a_friend',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-135-kit',1,0,'product_info',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-135-kit/reviews',1,0,'product_reviews',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-135-kit/review',1,0,'product_reviews_info',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-135-kit/add-a-review',1,0,'product_reviews_write',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-135-kit/tell-a-friend',1,0,'tell_a_friend',NULL,14,NULL,'301','2010-07-14 21:06:05','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-91-kit',2,0,'product_info',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-91-kit/reviews',2,0,'product_reviews',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-91-kit/review',2,0,'product_reviews_info',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-91-kit/add-a-review',2,0,'product_reviews_write',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/tso-4-hombre-con-far-91-kit/tell-a-friend',2,0,'tell_a_friend',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-91-kit',1,0,'product_info',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-91-kit/reviews',1,0,'product_reviews',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-91-kit/review',1,0,'product_reviews_info',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-91-kit/add-a-review',1,0,'product_reviews_write',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/life-rafts/4-man-rafts/4-man-tso-w-far-91-kit/tell-a-friend',1,0,'tell_a_friend',NULL,12,NULL,'301','2010-07-14 21:06:19','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-pabellon-solamente',2,0,'product_info',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-pabellon-solamente/reviews',2,0,'product_reviews',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-pabellon-solamente/review',2,0,'product_reviews_info',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-pabellon-solamente/add-a-review',2,0,'product_reviews_write',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-pabellon-solamente/tell-a-friend',2,0,'tell_a_friend',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-canopy-only',1,0,'product_info',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-canopy-only/reviews',1,0,'product_reviews',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-canopy-only/review',1,0,'product_reviews_info',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-canopy-only/add-a-review',1,0,'product_reviews_write',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-canopy-only/tell-a-friend',1,0,'tell_a_friend',NULL,2,NULL,'301','2010-07-14 21:06:34','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-de-lujo',2,0,'product_info',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-de-lujo/reviews',2,0,'product_reviews',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-de-lujo/review',2,0,'product_reviews_info',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-de-lujo/add-a-review',2,0,'product_reviews_write',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-de-lujo/tell-a-friend',2,0,'tell_a_friend',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-deluxe-kit',1,0,'product_info',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-deluxe-kit/reviews',1,0,'product_reviews',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-deluxe-kit/review',1,0,'product_reviews_info',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-deluxe-kit/add-a-review',1,0,'product_reviews_write',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-deluxe-kit/tell-a-friend',1,0,'tell_a_friend',NULL,5,NULL,'301','2010-07-14 21:06:56','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-estandar',2,0,'product_info',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-estandar/reviews',2,0,'product_reviews',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-estandar/review',2,0,'product_reviews_info',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-estandar/add-a-review',2,0,'product_reviews_write',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-kit-estandar/tell-a-friend',2,0,'tell_a_friend',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-kit',1,0,'product_info',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-kit/reviews',1,0,'product_reviews',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-kit/review',1,0,'product_reviews_info',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-kit/add-a-review',1,0,'product_reviews_write',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-kit/tell-a-friend',1,0,'tell_a_friend',NULL,3,NULL,'301','2010-07-14 21:07:14','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-estandar-mas-kit',2,0,'product_info',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-estandar-mas-kit/reviews',2,0,'product_reviews',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-estandar-mas-kit/review',2,0,'product_reviews_info',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-estandar-mas-kit/add-a-review',2,0,'product_reviews_write',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/balsas-salvavidas/balsas-4-hombre/4-hombre-con-estandar-mas-kit/tell-a-friend',2,0,'tell_a_friend',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-plus-kit',1,0,'product_info',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-plus-kit/reviews',1,0,'product_reviews',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-plus-kit/review',1,0,'product_reviews_info',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-plus-kit/add-a-review',1,0,'product_reviews_write',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/life-rafts/4-man-rafts/4-man-w-standard-plus-kit/tell-a-friend',1,0,'tell_a_friend',NULL,4,NULL,'301','2010-07-14 21:07:28','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/basico-6-hombre-ninguna-tso',2,0,'product_info',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/basico-6-hombre-ninguna-tso/reviews',2,0,'product_reviews',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/basico-6-hombre-ninguna-tso/review',2,0,'product_reviews_info',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/basico-6-hombre-ninguna-tso/add-a-review',2,0,'product_reviews_write',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/basico-6-hombre-ninguna-tso/tell-a-friend',2,0,'tell_a_friend',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/life-rafts/6-man-rafts/6-man-basic-non-tso',1,0,'product_info',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/life-rafts/6-man-rafts/6-man-basic-non-tso/reviews',1,0,'product_reviews',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/life-rafts/6-man-rafts/6-man-basic-non-tso/review',1,0,'product_reviews_info',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/life-rafts/6-man-rafts/6-man-basic-non-tso/add-a-review',1,0,'product_reviews_write',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/life-rafts/6-man-rafts/6-man-basic-non-tso/tell-a-friend',1,0,'tell_a_friend',NULL,20,NULL,'301','2010-07-14 21:07:52','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-pabellon-solamente',2,0,'product_info',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-pabellon-solamente/reviews',2,0,'product_reviews',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-pabellon-solamente/review',2,0,'product_reviews_info',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-pabellon-solamente/add-a-review',2,0,'product_reviews_write',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-pabellon-solamente/tell-a-friend',2,0,'tell_a_friend',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-canopy-only',1,0,'product_info',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-canopy-only/reviews',1,0,'product_reviews',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-canopy-only/review',1,0,'product_reviews_info',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-canopy-only/add-a-review',1,0,'product_reviews_write',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-canopy-only/tell-a-friend',1,0,'tell_a_friend',NULL,21,NULL,'301','2010-07-14 21:08:07','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-121-kit',2,0,'product_info',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-121-kit/reviews',2,0,'product_reviews',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-121-kit/review',2,0,'product_reviews_info',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-121-kit/add-a-review',2,0,'product_reviews_write',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-121-kit/tell-a-friend',2,0,'tell_a_friend',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-121-kit',1,0,'product_info',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-121-kit/reviews',1,0,'product_reviews',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-121-kit/review',1,0,'product_reviews_info',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-121-kit/add-a-review',1,0,'product_reviews_write',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-121-kit/tell-a-friend',1,0,'tell_a_friend',NULL,23,NULL,'301','2010-07-14 21:08:18','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-135-kit',2,0,'product_info',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-135-kit/reviews',2,0,'product_reviews',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-135-kit/review',2,0,'product_reviews_info',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-135-kit/add-a-review',2,0,'product_reviews_write',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-135-kit/tell-a-friend',2,0,'tell_a_friend',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-135-kit',1,0,'product_info',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-135-kit/reviews',1,0,'product_reviews',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-135-kit/review',1,0,'product_reviews_info',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-135-kit/add-a-review',1,0,'product_reviews_write',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-135-kit/tell-a-friend',1,0,'tell_a_friend',NULL,24,NULL,'301','2010-07-14 21:08:30','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-91-kit',2,0,'product_info',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-91-kit/reviews',2,0,'product_reviews',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-91-kit/review',2,0,'product_reviews_info',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-91-kit/add-a-review',2,0,'product_reviews_write',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/balsas-salvavidas/balsas-6-hombre/tso-6-hombre-con-far-91-kit/tell-a-friend',2,0,'tell_a_friend',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-91-kit',1,0,'product_info',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-91-kit/reviews',1,0,'product_reviews',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-91-kit/review',1,0,'product_reviews_info',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-91-kit/add-a-review',1,0,'product_reviews_write',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/life-rafts/6-man-rafts/6-man-tso-w-far-91-kit/tell-a-friend',1,0,'tell_a_friend',NULL,22,NULL,'301','2010-07-14 21:08:44','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/basico-8-hombre-ninguna-tso',2,0,'product_info',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/basico-8-hombre-ninguna-tso/reviews',2,0,'product_reviews',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/basico-8-hombre-ninguna-tso/review',2,0,'product_reviews_info',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/basico-8-hombre-ninguna-tso/add-a-review',2,0,'product_reviews_write',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/basico-8-hombre-ninguna-tso/tell-a-friend',2,0,'tell_a_friend',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/life-rafts/8-man-raft/8-man-basic-non-tso',1,0,'product_info',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/life-rafts/8-man-raft/8-man-basic-non-tso/reviews',1,0,'product_reviews',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/life-rafts/8-man-raft/8-man-basic-non-tso/review',1,0,'product_reviews_info',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/life-rafts/8-man-raft/8-man-basic-non-tso/add-a-review',1,0,'product_reviews_write',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/life-rafts/8-man-raft/8-man-basic-non-tso/tell-a-friend',1,0,'tell_a_friend',NULL,15,NULL,'301','2010-07-14 21:09:24','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-pabellon-solamente',2,0,'product_info',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-pabellon-solamente/reviews',2,0,'product_reviews',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-pabellon-solamente/review',2,0,'product_reviews_info',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-pabellon-solamente/add-a-review',2,0,'product_reviews_write',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-pabellon-solamente/tell-a-friend',2,0,'tell_a_friend',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-canopy-only',1,0,'product_info',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-canopy-only/reviews',1,0,'product_reviews',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-canopy-only/review',1,0,'product_reviews_info',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-canopy-only/add-a-review',1,0,'product_reviews_write',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-canopy-only/tell-a-friend',1,0,'tell_a_friend',NULL,16,NULL,'301','2010-07-14 21:09:37','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-121-kit',2,0,'product_info',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-121-kit/reviews',2,0,'product_reviews',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-121-kit/review',2,0,'product_reviews_info',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-121-kit/add-a-review',2,0,'product_reviews_write',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-121-kit/tell-a-friend',2,0,'tell_a_friend',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-121-kit',1,0,'product_info',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-121-kit/reviews',1,0,'product_reviews',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-121-kit/review',1,0,'product_reviews_info',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-121-kit/add-a-review',1,0,'product_reviews_write',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-121-kit/tell-a-friend',1,0,'tell_a_friend',NULL,18,NULL,'301','2010-07-14 21:09:50','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-135-kit',2,0,'product_info',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-135-kit/reviews',2,0,'product_reviews',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-135-kit/review',2,0,'product_reviews_info',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-135-kit/add-a-review',2,0,'product_reviews_write',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-135-kit/tell-a-friend',2,0,'tell_a_friend',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-135-kit',1,0,'product_info',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-135-kit/reviews',1,0,'product_reviews',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-135-kit/review',1,0,'product_reviews_info',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-135-kit/add-a-review',1,0,'product_reviews_write',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-135-kit/tell-a-friend',1,0,'tell_a_friend',NULL,19,NULL,'301','2010-07-14 21:10:01','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-91-kit',2,0,'product_info',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-91-kit/reviews',2,0,'product_reviews',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-91-kit/review',2,0,'product_reviews_info',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-91-kit/add-a-review',2,0,'product_reviews_write',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/balsas-salvavidas/balsas-8-hombre/tso-8-hombre-con-far-91-kit/tell-a-friend',2,0,'tell_a_friend',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-91-kit',1,0,'product_info',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-91-kit/reviews',1,0,'product_reviews',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-91-kit/review',1,0,'product_reviews_info',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-91-kit/add-a-review',1,0,'product_reviews_write',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/life-rafts/8-man-raft/8-man-tso-w-far-91-kit/tell-a-friend',1,0,'tell_a_friend',NULL,17,NULL,'301','2010-07-14 21:10:15','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/basico-9-hombre',2,0,'product_info',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/basico-9-hombre/reviews',2,0,'product_reviews',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/basico-9-hombre/review',2,0,'product_reviews_info',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/basico-9-hombre/add-a-review',2,0,'product_reviews_write',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/basico-9-hombre/tell-a-friend',2,0,'tell_a_friend',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/life-rafts/9-man-rafts/9-man-basic',1,0,'product_info',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/life-rafts/9-man-rafts/9-man-basic/reviews',1,0,'product_reviews',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/life-rafts/9-man-rafts/9-man-basic/review',1,0,'product_reviews_info',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/life-rafts/9-man-rafts/9-man-basic/add-a-review',1,0,'product_reviews_write',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/life-rafts/9-man-rafts/9-man-basic/tell-a-friend',1,0,'tell_a_friend',NULL,6,NULL,'301','2010-07-14 21:10:35','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-de-lujo',2,0,'product_info',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-de-lujo/reviews',2,0,'product_reviews',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-de-lujo/review',2,0,'product_reviews_info',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-de-lujo/add-a-review',2,0,'product_reviews_write',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-de-lujo/tell-a-friend',2,0,'tell_a_friend',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-deluxe-kit',1,0,'product_info',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-deluxe-kit/reviews',1,0,'product_reviews',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-deluxe-kit/review',1,0,'product_reviews_info',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-deluxe-kit/add-a-review',1,0,'product_reviews_write',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-deluxe-kit/tell-a-friend',1,0,'tell_a_friend',NULL,9,NULL,'301','2010-07-14 21:10:47','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-estandar',2,0,'product_info',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-estandar/reviews',2,0,'product_reviews',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-estandar/review',2,0,'product_reviews_info',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-estandar/add-a-review',2,0,'product_reviews_write',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-kit-estandar/tell-a-friend',2,0,'tell_a_friend',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-kit',1,0,'product_info',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-kit/reviews',1,0,'product_reviews',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-kit/review',1,0,'product_reviews_info',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-kit/add-a-review',1,0,'product_reviews_write',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-kit/tell-a-friend',1,0,'tell_a_friend',NULL,7,NULL,'301','2010-07-14 21:11:02','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-estandar-mas-kit',2,0,'product_info',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-estandar-mas-kit/reviews',2,0,'product_reviews',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-estandar-mas-kit/review',2,0,'product_reviews_info',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-estandar-mas-kit/add-a-review',2,0,'product_reviews_write',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/balsas-salvavidas/balsas-9-hombre/9-hombre-con-estandar-mas-kit/tell-a-friend',2,0,'tell_a_friend',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-plus-kit',1,0,'product_info',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-plus-kit/reviews',1,0,'product_reviews',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-plus-kit/review',1,0,'product_reviews_info',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-plus-kit/add-a-review',1,0,'product_reviews_write',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/life-rafts/9-man-rafts/9-man-w-standard-plus-kit/tell-a-friend',1,0,'tell_a_friend',NULL,8,NULL,'301','2010-07-14 21:11:14','monthly',0.80),('/life-vests/chalecos-salvavidas-xf-35',2,0,'product_info',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/chalecos-salvavidas-xf-35/reviews',2,0,'product_reviews',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/chalecos-salvavidas-xf-35/review',2,0,'product_reviews_info',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/chalecos-salvavidas-xf-35/add-a-review',2,0,'product_reviews_write',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/chalecos-salvavidas-xf-35/tell-a-friend',2,0,'tell_a_friend',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/life-vest-xf-35',1,0,'product_info',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/life-vest-xf-35/reviews',1,0,'product_reviews',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/life-vest-xf-35/review',1,0,'product_reviews_info',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/life-vest-xf-35/add-a-review',1,0,'product_reviews_write',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/life-vests/life-vest-xf-35/tell-a-friend',1,0,'tell_a_friend',NULL,43,NULL,'301','2010-07-14 21:11:34','monthly',0.80),('/transmisores/500-12y-faro-del-localizador',2,1,'product_info',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmisores/500-12y-faro-del-localizador/reviews',2,1,'product_reviews',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmisores/500-12y-faro-del-localizador/review',2,1,'product_reviews_info',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmisores/500-12y-faro-del-localizador/add-a-review',2,1,'product_reviews_write',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmisores/500-12y-faro-del-localizador/tell-a-friend',2,1,'tell_a_friend',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmitters/500-12y-locator-beacon',1,1,'product_info',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmitters/500-12y-locator-beacon/reviews',1,1,'product_reviews',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmitters/500-12y-locator-beacon/review',1,1,'product_reviews_info',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmitters/500-12y-locator-beacon/add-a-review',1,1,'product_reviews_write',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmitters/500-12y-locator-beacon/tell-a-friend',1,1,'tell_a_friend',NULL,36,NULL,'301','2010-07-14 21:12:00','monthly',0.80),('/transmisores/aqualink-406',2,0,'product_info',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmisores/aqualink-406/reviews',2,0,'product_reviews',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmisores/aqualink-406/review',2,0,'product_reviews_info',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmisores/aqualink-406/add-a-review',2,0,'product_reviews_write',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmisores/aqualink-406/tell-a-friend',2,0,'tell_a_friend',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmitters/aqualink-406',1,0,'product_info',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmitters/aqualink-406/reviews',1,0,'product_reviews',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmitters/aqualink-406/review',1,0,'product_reviews_info',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmitters/aqualink-406/add-a-review',1,0,'product_reviews_write',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmitters/aqualink-406/tell-a-friend',1,0,'tell_a_friend',NULL,45,NULL,'301','2010-07-14 21:12:13','monthly',0.80),('/transmisores/ebc-406ap',2,1,'product_info',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmisores/ebc-406ap/reviews',2,1,'product_reviews',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmisores/ebc-406ap/review',2,1,'product_reviews_info',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmisores/ebc-406ap/add-a-review',2,1,'product_reviews_write',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmisores/ebc-406ap/tell-a-friend',2,1,'tell_a_friend',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmitters/ebc-406ap',1,1,'product_info',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmitters/ebc-406ap/reviews',1,1,'product_reviews',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmitters/ebc-406ap/review',1,1,'product_reviews_info',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmitters/ebc-406ap/add-a-review',1,1,'product_reviews_write',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmitters/ebc-406ap/tell-a-friend',1,1,'tell_a_friend',NULL,37,NULL,'301','2010-07-14 21:12:28','monthly',0.80),('/transmisores/ebc-502',2,1,'product_info',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmisores/ebc-502/reviews',2,1,'product_reviews',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmisores/ebc-502/review',2,1,'product_reviews_info',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmisores/ebc-502/add-a-review',2,1,'product_reviews_write',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmisores/ebc-502/tell-a-friend',2,1,'tell_a_friend',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmitters/ebc-502',1,1,'product_info',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmitters/ebc-502/reviews',1,1,'product_reviews',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmitters/ebc-502/review',1,1,'product_reviews_info',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmitters/ebc-502/add-a-review',1,1,'product_reviews_write',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/transmitters/ebc-502/tell-a-friend',1,1,'tell_a_friend',NULL,35,NULL,'301','2010-07-14 21:12:44','monthly',0.80),('/raciones-de-comidas-y-agua/racion-del-alimento-de-la-emergencia-de-3682-kcal',2,1,'product_info',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/raciones-de-comidas-y-agua/racion-del-alimento-de-la-emergencia-de-3682-kcal/reviews',2,1,'product_reviews',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/raciones-de-comidas-y-agua/racion-del-alimento-de-la-emergencia-de-3682-kcal/review',2,1,'product_reviews_info',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/raciones-de-comidas-y-agua/racion-del-alimento-de-la-emergencia-de-3682-kcal/add-a-review',2,1,'product_reviews_write',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/raciones-de-comidas-y-agua/racion-del-alimento-de-la-emergencia-de-3682-kcal/tell-a-friend',2,1,'tell_a_friend',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/food-water-rations/3682-kcal-emergency-food-ration',1,1,'product_info',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/food-water-rations/3682-kcal-emergency-food-ration/reviews',1,1,'product_reviews',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/food-water-rations/3682-kcal-emergency-food-ration/review',1,1,'product_reviews_info',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/food-water-rations/3682-kcal-emergency-food-ration/add-a-review',1,1,'product_reviews_write',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/food-water-rations/3682-kcal-emergency-food-ration/tell-a-friend',1,1,'tell_a_friend',NULL,48,NULL,'301','2010-07-14 21:13:29','monthly',0.80),('/raciones-de-comidas-y-agua/nueva-barra-de-energia-del-milenio',2,1,'product_info',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/raciones-de-comidas-y-agua/nueva-barra-de-energia-del-milenio/reviews',2,1,'product_reviews',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/raciones-de-comidas-y-agua/nueva-barra-de-energia-del-milenio/review',2,1,'product_reviews_info',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/raciones-de-comidas-y-agua/nueva-barra-de-energia-del-milenio/add-a-review',2,1,'product_reviews_write',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/raciones-de-comidas-y-agua/nueva-barra-de-energia-del-milenio/tell-a-friend',2,1,'tell_a_friend',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/food-water-rations/new-millenium-energy-bar',1,1,'product_info',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/food-water-rations/new-millenium-energy-bar/reviews',1,1,'product_reviews',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/food-water-rations/new-millenium-energy-bar/review',1,1,'product_reviews_info',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/food-water-rations/new-millenium-energy-bar/add-a-review',1,1,'product_reviews_write',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/food-water-rations/new-millenium-energy-bar/tell-a-friend',1,1,'tell_a_friend',NULL,49,NULL,'301','2010-07-14 21:13:47','monthly',0.80),('/raciones-de-comidas-y-agua/agua-potable-purificada-emergencia',2,1,'product_info',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/raciones-de-comidas-y-agua/agua-potable-purificada-emergencia/reviews',2,1,'product_reviews',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/raciones-de-comidas-y-agua/agua-potable-purificada-emergencia/review',2,1,'product_reviews_info',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/raciones-de-comidas-y-agua/agua-potable-purificada-emergencia/add-a-review',2,1,'product_reviews_write',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/raciones-de-comidas-y-agua/agua-potable-purificada-emergencia/tell-a-friend',2,1,'tell_a_friend',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/food-water-rations/purified-drinking-water',1,1,'product_info',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/food-water-rations/purified-drinking-water/reviews',1,1,'product_reviews',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/food-water-rations/purified-drinking-water/review',1,1,'product_reviews_info',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/food-water-rations/purified-drinking-water/add-a-review',1,1,'product_reviews_write',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/food-water-rations/purified-drinking-water/tell-a-friend',1,1,'tell_a_friend',NULL,46,NULL,'301','2010-07-14 21:14:01','monthly',0.80),('/raciones-de-comidas-y-agua/paquete-del-alimento-de-la-supervivencia',2,1,'product_info',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/raciones-de-comidas-y-agua/paquete-del-alimento-de-la-supervivencia/reviews',2,1,'product_reviews',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/raciones-de-comidas-y-agua/paquete-del-alimento-de-la-supervivencia/review',2,1,'product_reviews_info',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/raciones-de-comidas-y-agua/paquete-del-alimento-de-la-supervivencia/add-a-review',2,1,'product_reviews_write',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/raciones-de-comidas-y-agua/paquete-del-alimento-de-la-supervivencia/tell-a-friend',2,1,'tell_a_friend',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/food-water-rations/sos-survival-food-pack',1,1,'product_info',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/food-water-rations/sos-survival-food-pack/reviews',1,1,'product_reviews',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/food-water-rations/sos-survival-food-pack/review',1,1,'product_reviews_info',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/food-water-rations/sos-survival-food-pack/add-a-review',1,1,'product_reviews_write',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/food-water-rations/sos-survival-food-pack/tell-a-friend',1,1,'tell_a_friend',NULL,47,NULL,'301','2010-07-14 21:14:12','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/de-lujo-far-135',2,1,'product_info',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/de-lujo-far-135/reviews',2,1,'product_reviews',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/de-lujo-far-135/review',2,1,'product_reviews_info',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/de-lujo-far-135/add-a-review',2,1,'product_reviews_write',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/de-lujo-far-135/tell-a-friend',2,1,'tell_a_friend',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/survival-kits-marine-aviation/deluxe-far-135',1,1,'product_info',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/survival-kits-marine-aviation/deluxe-far-135/reviews',1,1,'product_reviews',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/survival-kits-marine-aviation/deluxe-far-135/review',1,1,'product_reviews_info',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/survival-kits-marine-aviation/deluxe-far-135/add-a-review',1,1,'product_reviews_write',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/survival-kits-marine-aviation/deluxe-far-135/tell-a-friend',1,1,'tell_a_friend',NULL,40,NULL,'301','2010-07-14 21:14:32','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/Kit-de-supervivencia-de-la-selva',2,1,'product_info',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/Kit-de-supervivencia-de-la-selva/reviews',2,1,'product_reviews',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/Kit-de-supervivencia-de-la-selva/review',2,1,'product_reviews_info',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/Kit-de-supervivencia-de-la-selva/add-a-review',2,1,'product_reviews_write',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/Kit-de-supervivencia-de-la-selva/tell-a-friend',2,1,'tell_a_friend',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/survival-kits-marine-aviation/jungle-survival-kit',1,1,'product_info',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/survival-kits-marine-aviation/jungle-survival-kit/reviews',1,1,'product_reviews',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/survival-kits-marine-aviation/jungle-survival-kit/review',1,1,'product_reviews_info',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/survival-kits-marine-aviation/jungle-survival-kit/add-a-review',1,1,'product_reviews_write',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/survival-kits-marine-aviation/jungle-survival-kit/tell-a-friend',1,1,'tell_a_friend',NULL,71,NULL,'301','2010-07-14 21:14:46','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-far-91',2,1,'product_info',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-far-91/reviews',2,1,'product_reviews',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-far-91/review',2,1,'product_reviews_info',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-far-91/add-a-review',2,1,'product_reviews_write',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-far-91/tell-a-friend',2,1,'tell_a_friend',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/survival-kits-marine-aviation/standard-kit-far-91',1,1,'product_info',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/survival-kits-marine-aviation/standard-kit-far-91/reviews',1,1,'product_reviews',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/survival-kits-marine-aviation/standard-kit-far-91/review',1,1,'product_reviews_info',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/survival-kits-marine-aviation/standard-kit-far-91/add-a-review',1,1,'product_reviews_write',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/survival-kits-marine-aviation/standard-kit-far-91/tell-a-friend',1,1,'tell_a_friend',NULL,38,NULL,'301','2010-07-14 21:14:58','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-mas-far-121',2,1,'product_info',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-mas-far-121/reviews',2,1,'product_reviews',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-mas-far-121/review',2,1,'product_reviews_info',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-mas-far-121/add-a-review',2,1,'product_reviews_write',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/kits-de-supervivencia-marina-y-aviacion/kit-estandar-mas-far-121/tell-a-friend',2,1,'tell_a_friend',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/survival-kits-marine-aviation/standard-plus-kit-far-121',1,1,'product_info',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/survival-kits-marine-aviation/standard-plus-kit-far-121/reviews',1,1,'product_reviews',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/survival-kits-marine-aviation/standard-plus-kit-far-121/review',1,1,'product_reviews_info',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/survival-kits-marine-aviation/standard-plus-kit-far-121/add-a-review',1,1,'product_reviews_write',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/survival-kits-marine-aviation/standard-plus-kit-far-121/tell-a-friend',1,1,'tell_a_friend',NULL,39,NULL,'301','2010-07-14 21:15:10','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia',2,1,'product_info',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia/reviews',2,1,'product_reviews',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia/review',2,1,'product_reviews_info',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia/add-a-review',2,1,'product_reviews_write',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia/tell-a-friend',2,1,'tell_a_friend',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag',1,1,'product_info',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag/reviews',1,1,'product_reviews',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag/review',1,1,'product_reviews_info',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag/add-a-review',1,1,'product_reviews_write',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag/tell-a-friend',1,1,'tell_a_friend',NULL,57,NULL,'301','2010-07-14 21:15:37','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia-para-los-ninos',2,1,'product_info',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia-para-los-ninos/reviews',2,1,'product_reviews',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia-para-los-ninos/review',2,1,'product_reviews_info',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia-para-los-ninos/add-a-review',2,1,'product_reviews_write',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/bolso-de-totalizador-del-kit-de-supervivencia-para-los-ninos/tell-a-friend',2,1,'tell_a_friend',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag-for-children',1,1,'product_info',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag-for-children/reviews',1,1,'product_reviews',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag-for-children/review',1,1,'product_reviews_info',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag-for-children/add-a-review',1,1,'product_reviews_write',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/survival-kits-home-office/survival-kit-tote-bag-for-children/tell-a-friend',1,1,'tell_a_friend',NULL,58,NULL,'301','2010-07-14 21:15:57','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-mini',2,1,'product_info',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-mini/reviews',2,1,'product_reviews',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-mini/review',2,1,'product_reviews_info',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-mini/add-a-review',2,1,'product_reviews_write',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-mini/tell-a-friend',2,1,'tell_a_friend',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/survival-kits-home-office/survival-kit-mini',1,1,'product_info',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/survival-kits-home-office/survival-kit-mini/reviews',1,1,'product_reviews',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/survival-kits-home-office/survival-kit-mini/review',1,1,'product_reviews_info',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/survival-kits-home-office/survival-kit-mini/add-a-review',1,1,'product_reviews_write',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/survival-kits-home-office/survival-kit-mini/tell-a-friend',1,1,'tell_a_friend',NULL,59,NULL,'301','2010-07-14 21:16:11','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivenciamini-para-los-ninos',2,1,'product_info',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivenciamini-para-los-ninos/reviews',2,1,'product_reviews',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivenciamini-para-los-ninos/review',2,1,'product_reviews_info',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivenciamini-para-los-ninos/add-a-review',2,1,'product_reviews_write',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivenciamini-para-los-ninos/tell-a-friend',2,1,'tell_a_friend',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/survival-kits-home-office/survival-kit-mini-for-children',1,1,'product_info',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/survival-kits-home-office/survival-kit-mini-for-children/reviews',1,1,'product_reviews',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/survival-kits-home-office/survival-kit-mini-for-children/review',1,1,'product_reviews_info',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/survival-kits-home-office/survival-kit-mini-for-children/add-a-review',1,1,'product_reviews_write',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/survival-kits-home-office/survival-kit-mini-for-children/tell-a-friend',1,1,'tell_a_friend',NULL,60,NULL,'301','2010-07-14 21:16:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-lujo',2,1,'product_info',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-lujo/reviews',2,1,'product_reviews',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-lujo/review',2,1,'product_reviews_info',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-lujo/add-a-review',2,1,'product_reviews_write',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-lujo/tell-a-friend',2,1,'tell_a_friend',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/survival-kits-home-office/deluxe-survival-kit',1,1,'product_info',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/survival-kits-home-office/deluxe-survival-kit/reviews',1,1,'product_reviews',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/survival-kits-home-office/deluxe-survival-kit/review',1,1,'product_reviews_info',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/survival-kits-home-office/deluxe-survival-kit/add-a-review',1,1,'product_reviews_write',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/survival-kits-home-office/deluxe-survival-kit/tell-a-friend',1,1,'tell_a_friend',NULL,52,NULL,'301','2010-07-14 21:16:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-lujo-de-2-personas',2,1,'product_info',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-lujo-de-2-personas/reviews',2,1,'product_reviews',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-lujo-de-2-personas/review',2,1,'product_reviews_info',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-lujo-de-2-personas/add-a-review',2,1,'product_reviews_write',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-lujo-de-2-personas/tell-a-friend',2,1,'tell_a_friend',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/survival-kits-home-office/2-person-deluxe-kit',1,1,'product_info',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/survival-kits-home-office/2-person-deluxe-kit/reviews',1,1,'product_reviews',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/survival-kits-home-office/2-person-deluxe-kit/review',1,1,'product_reviews_info',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/survival-kits-home-office/2-person-deluxe-kit/add-a-review',1,1,'product_reviews_write',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/survival-kits-home-office/2-person-deluxe-kit/tell-a-friend',1,1,'tell_a_friend',NULL,54,NULL,'301','2010-07-14 21:16:53','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kiit-de-supervivencia-para-los-ninos',2,1,'product_info',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kiit-de-supervivencia-para-los-ninos/reviews',2,1,'product_reviews',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kiit-de-supervivencia-para-los-ninos/review',2,1,'product_reviews_info',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kiit-de-supervivencia-para-los-ninos/add-a-review',2,1,'product_reviews_write',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kiit-de-supervivencia-para-los-ninos/tell-a-friend',2,1,'tell_a_friend',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/survival-kits-home-office/childrens-survival-kit',1,1,'product_info',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/survival-kits-home-office/childrens-survival-kit/reviews',1,1,'product_reviews',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/survival-kits-home-office/childrens-survival-kit/review',1,1,'product_reviews_info',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/survival-kits-home-office/childrens-survival-kit/add-a-review',1,1,'product_reviews_write',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/survival-kits-home-office/childrens-survival-kit/tell-a-friend',1,1,'tell_a_friend',NULL,53,NULL,'301','2010-07-14 21:17:09','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-5-personas',2,1,'product_info',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-5-personas/reviews',2,1,'product_reviews',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-5-personas/review',2,1,'product_reviews_info',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-5-personas/add-a-review',2,1,'product_reviews_write',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-5-personas/tell-a-friend',2,1,'tell_a_friend',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/survival-kits-home-office/5-person-office-survival-kit',1,1,'product_info',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/survival-kits-home-office/5-person-office-survival-kit/reviews',1,1,'product_reviews',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/survival-kits-home-office/5-person-office-survival-kit/review',1,1,'product_reviews_info',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/survival-kits-home-office/5-person-office-survival-kit/add-a-review',1,1,'product_reviews_write',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/survival-kits-home-office/5-person-office-survival-kit/tell-a-friend',1,1,'tell_a_friend',NULL,55,NULL,'301','2010-07-14 21:17:24','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-10-personas',2,1,'product_info',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-10-personas/reviews',2,1,'product_reviews',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-10-personas/review',2,1,'product_reviews_info',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-10-personas/add-a-review',2,1,'product_reviews_write',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina/kit-de-supervivencia-de-la-oficina-de-10-personas/tell-a-friend',2,1,'tell_a_friend',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/survival-kits-home-office/10-person-office-survival-kit',1,1,'product_info',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/survival-kits-home-office/10-person-office-survival-kit/reviews',1,1,'product_reviews',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/survival-kits-home-office/10-person-office-survival-kit/review',1,1,'product_reviews_info',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/survival-kits-home-office/10-person-office-survival-kit/add-a-review',1,1,'product_reviews_write',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/survival-kits-home-office/10-person-office-survival-kit/tell-a-friend',1,1,'tell_a_friend',NULL,56,NULL,'301','2010-07-14 21:17:38','monthly',0.80),('/equipo-de-seguridad/juego-de-inmersion',2,1,'product_info',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/equipo-de-seguridad/juego-de-inmersion/reviews',2,1,'product_reviews',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/equipo-de-seguridad/juego-de-inmersion/review',2,1,'product_reviews_info',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/equipo-de-seguridad/juego-de-inmersion/add-a-review',2,1,'product_reviews_write',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/equipo-de-seguridad/juego-de-inmersion/tell-a-friend',2,1,'tell_a_friend',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/safety-equipment/immersion-suit',1,1,'product_info',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/safety-equipment/immersion-suit/reviews',1,1,'product_reviews',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/safety-equipment/immersion-suit/review',1,1,'product_reviews_info',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/safety-equipment/immersion-suit/add-a-review',1,1,'product_reviews_write',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/safety-equipment/immersion-suit/tell-a-friend',1,1,'tell_a_friend',NULL,41,NULL,'301','2010-07-14 21:17:58','monthly',0.80),('/equipo-de-seguridad/del-fabricante-del-agua-survivor-06',2,1,'product_info',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/equipo-de-seguridad/del-fabricante-del-agua-survivor-06/reviews',2,1,'product_reviews',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/equipo-de-seguridad/del-fabricante-del-agua-survivor-06/review',2,1,'product_reviews_info',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/equipo-de-seguridad/del-fabricante-del-agua-survivor-06/add-a-review',2,1,'product_reviews_write',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/equipo-de-seguridad/del-fabricante-del-agua-survivor-06/tell-a-friend',2,1,'tell_a_friend',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/safety-equipment/watermaker-survivor-06',1,1,'product_info',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/safety-equipment/watermaker-survivor-06/reviews',1,1,'product_reviews',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/safety-equipment/watermaker-survivor-06/review',1,1,'product_reviews_info',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/safety-equipment/watermaker-survivor-06/add-a-review',1,1,'product_reviews_write',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/safety-equipment/watermaker-survivor-06/tell-a-friend',1,1,'tell_a_friend',NULL,44,NULL,'301','2010-07-14 21:18:10','monthly',0.80),('/linternas/24-palillos-brillantes-de-la-emergencia-de-la-hora',2,1,'product_info',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/linternas/24-palillos-brillantes-de-la-emergencia-de-la-hora/reviews',2,1,'product_reviews',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/linternas/24-palillos-brillantes-de-la-emergencia-de-la-hora/review',2,1,'product_reviews_info',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/linternas/24-palillos-brillantes-de-la-emergencia-de-la-hora/add-a-review',2,1,'product_reviews_write',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/linternas/24-palillos-brillantes-de-la-emergencia-de-la-hora/tell-a-friend',2,1,'tell_a_friend',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/flashlights-lanterns-light-sticks/24-hour-emergency-bright-stick',1,1,'product_info',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/flashlights-lanterns-light-sticks/24-hour-emergency-bright-stick/reviews',1,1,'product_reviews',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/flashlights-lanterns-light-sticks/24-hour-emergency-bright-stick/review',1,1,'product_reviews_info',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/flashlights-lanterns-light-sticks/24-hour-emergency-bright-stick/add-a-review',1,1,'product_reviews_write',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/flashlights-lanterns-light-sticks/24-hour-emergency-bright-stick/tell-a-friend',1,1,'tell_a_friend',NULL,69,NULL,'301','2010-07-14 21:18:30','monthly',0.80),('/linternas/linterna-del-apreton-de-3-led',2,1,'product_info',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/linternas/linterna-del-apreton-de-3-led/reviews',2,1,'product_reviews',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/linternas/linterna-del-apreton-de-3-led/review',2,1,'product_reviews_info',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/linternas/linterna-del-apreton-de-3-led/add-a-review',2,1,'product_reviews_write',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/linternas/linterna-del-apreton-de-3-led/tell-a-friend',2,1,'tell_a_friend',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/flashlights-lanterns-light-sticks/3-led-squeeze-flashlight',1,1,'product_info',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/flashlights-lanterns-light-sticks/3-led-squeeze-flashlight/reviews',1,1,'product_reviews',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/flashlights-lanterns-light-sticks/3-led-squeeze-flashlight/review',1,1,'product_reviews_info',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/flashlights-lanterns-light-sticks/3-led-squeeze-flashlight/add-a-review',1,1,'product_reviews_write',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/flashlights-lanterns-light-sticks/3-led-squeeze-flashlight/tell-a-friend',1,1,'tell_a_friend',NULL,68,NULL,'301','2010-07-14 21:18:51','monthly',0.80),('/linternas/guarda-auto',2,1,'product_info',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/linternas/guarda-auto/reviews',2,1,'product_reviews',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/linternas/guarda-auto/review',2,1,'product_reviews_info',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/linternas/guarda-auto/add-a-review',2,1,'product_reviews_write',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/linternas/guarda-auto/tell-a-friend',2,1,'tell_a_friend',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/flashlights-lanterns-light-sticks/auto-guardian',1,1,'product_info',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/flashlights-lanterns-light-sticks/auto-guardian/reviews',1,1,'product_reviews',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/flashlights-lanterns-light-sticks/auto-guardian/review',1,1,'product_reviews_info',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/flashlights-lanterns-light-sticks/auto-guardian/add-a-review',1,1,'product_reviews_write',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/flashlights-lanterns-light-sticks/auto-guardian/tell-a-friend',1,1,'tell_a_friend',NULL,65,NULL,'301','2010-07-14 21:19:06','monthly',0.80),('/linternas/linterna-del-dinamo-de-la-emergencia-con-la-radio',2,1,'product_info',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/linternas/linterna-del-dinamo-de-la-emergencia-con-la-radio/reviews',2,1,'product_reviews',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/linternas/linterna-del-dinamo-de-la-emergencia-con-la-radio/review',2,1,'product_reviews_info',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/linternas/linterna-del-dinamo-de-la-emergencia-con-la-radio/add-a-review',2,1,'product_reviews_write',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/linternas/linterna-del-dinamo-de-la-emergencia-con-la-radio/tell-a-friend',2,1,'tell_a_friend',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/flashlights-lanterns-light-sticks/emergency-dynamo-lantern-with-radio',1,1,'product_info',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/flashlights-lanterns-light-sticks/emergency-dynamo-lantern-with-radio/reviews',1,1,'product_reviews',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/flashlights-lanterns-light-sticks/emergency-dynamo-lantern-with-radio/review',1,1,'product_reviews_info',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/flashlights-lanterns-light-sticks/emergency-dynamo-lantern-with-radio/add-a-review',1,1,'product_reviews_write',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/flashlights-lanterns-light-sticks/emergency-dynamo-lantern-with-radio/tell-a-friend',1,1,'tell_a_friend',NULL,64,NULL,'301','2010-07-14 21:19:20','monthly',0.80),('/linternas/sacudida-verdadera-por-siempre-linterna',2,1,'product_info',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/linternas/sacudida-verdadera-por-siempre-linterna/reviews',2,1,'product_reviews',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/linternas/sacudida-verdadera-por-siempre-linterna/review',2,1,'product_reviews_info',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/linternas/sacudida-verdadera-por-siempre-linterna/add-a-review',2,1,'product_reviews_write',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/linternas/sacudida-verdadera-por-siempre-linterna/tell-a-friend',2,1,'tell_a_friend',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/flashlights-lanterns-light-sticks/real-shake-forever-flashlight',1,1,'product_info',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/flashlights-lanterns-light-sticks/real-shake-forever-flashlight/reviews',1,1,'product_reviews',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/flashlights-lanterns-light-sticks/real-shake-forever-flashlight/review',1,1,'product_reviews_info',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/flashlights-lanterns-light-sticks/real-shake-forever-flashlight/add-a-review',1,1,'product_reviews_write',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/flashlights-lanterns-light-sticks/real-shake-forever-flashlight/tell-a-friend',1,1,'tell_a_friend',NULL,67,NULL,'301','2010-07-14 21:19:37','monthly',0.80),('/linternas/palillos-ligeros',2,1,'product_info',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/linternas/palillos-ligeros/reviews',2,1,'product_reviews',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/linternas/palillos-ligeros/review',2,1,'product_reviews_info',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/linternas/palillos-ligeros/add-a-review',2,1,'product_reviews_write',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/linternas/palillos-ligeros/tell-a-friend',2,1,'tell_a_friend',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/flashlights-lanterns-light-sticks/light-sticks',1,1,'product_info',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/flashlights-lanterns-light-sticks/light-sticks/reviews',1,1,'product_reviews',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/flashlights-lanterns-light-sticks/light-sticks/review',1,1,'product_reviews_info',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/flashlights-lanterns-light-sticks/light-sticks/add-a-review',1,1,'product_reviews_write',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/flashlights-lanterns-light-sticks/light-sticks/tell-a-friend',1,1,'tell_a_friend',NULL,50,NULL,'301','2010-07-14 21:19:52','monthly',0.80),('/linternas/linterna-accionada-solar',2,1,'product_info',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/linternas/linterna-accionada-solar/reviews',2,1,'product_reviews',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/linternas/linterna-accionada-solar/review',2,1,'product_reviews_info',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/linternas/linterna-accionada-solar/add-a-review',2,1,'product_reviews_write',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/linternas/linterna-accionada-solar/tell-a-friend',2,1,'tell_a_friend',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/flashlights-lanterns-light-sticks/solar-powered-flashlight',1,1,'product_info',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/flashlights-lanterns-light-sticks/solar-powered-flashlight/reviews',1,1,'product_reviews',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/flashlights-lanterns-light-sticks/solar-powered-flashlight/review',1,1,'product_reviews_info',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/flashlights-lanterns-light-sticks/solar-powered-flashlight/add-a-review',1,1,'product_reviews_write',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/flashlights-lanterns-light-sticks/solar-powered-flashlight/tell-a-friend',1,1,'tell_a_friend',NULL,66,NULL,'301','2010-07-14 21:20:22','monthly',0.80),('/kits-de-primeros-auxilios/kit-de-primeros-auxilios-del-animal-domestico-de-58-pedazos',2,1,'product_info',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/kits-de-primeros-auxilios/kit-de-primeros-auxilios-del-animal-domestico-de-58-pedazos/reviews',2,1,'product_reviews',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/kits-de-primeros-auxilios/kit-de-primeros-auxilios-del-animal-domestico-de-58-pedazos/review',2,1,'product_reviews_info',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/kits-de-primeros-auxilios/kit-de-primeros-auxilios-del-animal-domestico-de-58-pedazos/add-a-review',2,1,'product_reviews_write',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/kits-de-primeros-auxilios/kit-de-primeros-auxilios-del-animal-domestico-de-58-pedazos/tell-a-friend',2,1,'tell_a_friend',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/first-aid-kits/58-piece-pet-first-aid-kit',1,1,'product_info',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/first-aid-kits/58-piece-pet-first-aid-kit/reviews',1,1,'product_reviews',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/first-aid-kits/58-piece-pet-first-aid-kit/review',1,1,'product_reviews_info',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/first-aid-kits/58-piece-pet-first-aid-kit/add-a-review',1,1,'product_reviews_write',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/first-aid-kits/58-piece-pet-first-aid-kit/tell-a-friend',1,1,'tell_a_friend',NULL,61,NULL,'301','2010-07-14 21:20:43','monthly',0.80),('/miscelaneo/calentadores-del-cuerpo-de-16-horas',2,1,'product_info',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscelaneo/calentadores-del-cuerpo-de-16-horas/reviews',2,1,'product_reviews',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscelaneo/calentadores-del-cuerpo-de-16-horas/review',2,1,'product_reviews_info',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscelaneo/calentadores-del-cuerpo-de-16-horas/add-a-review',2,1,'product_reviews_write',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscelaneo/calentadores-del-cuerpo-de-16-horas/tell-a-friend',2,1,'tell_a_friend',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscellaneous/16-hour-body-warmers',1,1,'product_info',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscellaneous/16-hour-body-warmers/reviews',1,1,'product_reviews',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscellaneous/16-hour-body-warmers/review',1,1,'product_reviews_info',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscellaneous/16-hour-body-warmers/add-a-review',1,1,'product_reviews_write',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscellaneous/16-hour-body-warmers/tell-a-friend',1,1,'tell_a_friend',NULL,70,NULL,'301','2010-07-14 21:21:12','monthly',0.80),('/miscelaneo/cargador-del-telefono-celular-de-la-emergencia',2,1,'product_info',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscelaneo/cargador-del-telefono-celular-de-la-emergencia/reviews',2,1,'product_reviews',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscelaneo/cargador-del-telefono-celular-de-la-emergencia/review',2,1,'product_reviews_info',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscelaneo/cargador-del-telefono-celular-de-la-emergencia/add-a-review',2,1,'product_reviews_write',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscelaneo/cargador-del-telefono-celular-de-la-emergencia/tell-a-friend',2,1,'tell_a_friend',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscellaneous/emergency-cell-phone-charger',1,1,'product_info',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscellaneous/emergency-cell-phone-charger/reviews',1,1,'product_reviews',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscellaneous/emergency-cell-phone-charger/review',1,1,'product_reviews_info',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscellaneous/emergency-cell-phone-charger/add-a-review',1,1,'product_reviews_write',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscellaneous/emergency-cell-phone-charger/tell-a-friend',1,1,'tell_a_friend',NULL,62,NULL,'301','2010-07-14 21:21:26','monthly',0.80),('/miscelaneo/paquete-movil-del-adaptador-del-telefono-celular-16-adaptadores',2,1,'product_info',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscelaneo/paquete-movil-del-adaptador-del-telefono-celular-16-adaptadores/reviews',2,1,'product_reviews',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscelaneo/paquete-movil-del-adaptador-del-telefono-celular-16-adaptadores/review',2,1,'product_reviews_info',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscelaneo/paquete-movil-del-adaptador-del-telefono-celular-16-adaptadores/add-a-review',2,1,'product_reviews_write',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscelaneo/paquete-movil-del-adaptador-del-telefono-celular-16-adaptadores/tell-a-friend',2,1,'tell_a_friend',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscellaneous/mobile-cell-phone-adapter-package-16-adapters',1,1,'product_info',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscellaneous/mobile-cell-phone-adapter-package-16-adapters/reviews',1,1,'product_reviews',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscellaneous/mobile-cell-phone-adapter-package-16-adapters/review',1,1,'product_reviews_info',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscellaneous/mobile-cell-phone-adapter-package-16-adapters/add-a-review',1,1,'product_reviews_write',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscellaneous/mobile-cell-phone-adapter-package-16-adapters/tell-a-friend',1,1,'tell_a_friend',NULL,63,NULL,'301','2010-07-14 21:21:47','monthly',0.80),('/miscelaneo/mantas-termicas',2,1,'product_info',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscelaneo/mantas-termicas/reviews',2,1,'product_reviews',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscelaneo/mantas-termicas/review',2,1,'product_reviews_info',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscelaneo/mantas-termicas/add-a-review',2,1,'product_reviews_write',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscelaneo/mantas-termicas/tell-a-friend',2,1,'tell_a_friend',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscellaneous/thermal-blankets',1,1,'product_info',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscellaneous/thermal-blankets/reviews',1,1,'product_reviews',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscellaneous/thermal-blankets/review',1,1,'product_reviews_info',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscellaneous/thermal-blankets/add-a-review',1,1,'product_reviews_write',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/miscellaneous/thermal-blankets/tell-a-friend',1,1,'tell_a_friend',NULL,51,NULL,'301','2010-07-14 21:22:02','monthly',0.80),('/survival-kits-marine-aviation',1,1,'index',NULL,2,NULL,'301','2010-11-05 19:11:38','monthly',0.80),('/kits-de-supervivencia-marina-y-avion',2,1,'index',NULL,2,NULL,'301','2010-11-05 19:11:38','monthly',0.80),('/survival-kits-home-office',1,1,'index',NULL,14,NULL,'301','2010-11-05 19:12:35','monthly',0.80),('/kits-de-supervivencia-casero-y-oficina',2,1,'index',NULL,14,NULL,'301','2010-11-05 19:12:35','monthly',0.80),('/life-rafts',1,0,'index',NULL,5,NULL,'301','2010-11-05 20:47:07','monthly',0.80),('/balsas-salvavidas',2,1,'index',NULL,5,NULL,'301','2010-11-05 20:47:07','monthly',0.80),('/transmitters-elt',1,1,'index',NULL,3,NULL,'301','2010-11-05 20:47:52','monthly',0.80),('/elt-transmisores',2,1,'index',NULL,3,NULL,'301','2010-11-05 20:47:52','monthly',0.80),('/food-water-rations',1,1,'index',NULL,12,NULL,'301','2010-11-05 20:48:09','monthly',0.80),('/raciones-de-comidas-y-agua',2,1,'index',NULL,12,NULL,'301','2010-11-05 20:48:09','monthly',0.80),('/safety-equipment',1,1,'index',NULL,11,NULL,'301','2010-11-05 20:48:29','monthly',0.80),('/equipo-de-seguridad',2,1,'index',NULL,11,NULL,'301','2010-11-05 20:48:29','monthly',0.80),('/light',1,1,'index',NULL,15,NULL,'301','2010-11-05 20:48:43','monthly',0.80),('/linternas',2,1,'index',NULL,15,NULL,'301','2010-11-05 20:48:43','monthly',0.80),('/first-aid-kits',1,1,'index',NULL,4,NULL,'301','2010-11-05 20:48:58','monthly',0.80),('/kits-de-primeros-auxilios',2,1,'index',NULL,4,NULL,'301','2010-11-05 20:48:58','monthly',0.80),('/life-vests',1,1,'index',NULL,16,NULL,'301','2010-11-05 20:49:12','monthly',0.80),('/chalecos-salvavidas',2,1,'index',NULL,16,NULL,'301','2010-11-05 20:49:12','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-basic-life-raft-no-tso',1,1,'product_info',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-basico-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-basico-no-tso/add-a-review',2,1,'product_reviews_write',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-basico-no-tso/review',2,1,'product_reviews_info',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-basico-no-tso',2,1,'product_info',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-basico-no-tso/reviews',2,1,'product_reviews',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/miscellaneous',1,1,'index',NULL,13,NULL,'301','2010-11-05 20:56:53','monthly',0.80),('/miscelaneo',2,1,'index',NULL,13,NULL,'301','2010-11-05 20:56:53','monthly',0.80),('/maritime-links',1,0,'page',NULL,4,NULL,'301','2010-11-07 18:24:01','monthly',0.80),('/maritime-links',2,0,'page',NULL,4,NULL,'301','2010-11-07 18:24:01','monthly',0.80),('/',2,0,'page',NULL,13,NULL,'301','2012-04-26 10:29:46','monthly',0.80),('/',1,0,'page',NULL,13,NULL,'301','2012-04-26 10:29:46','monthly',0.80),('/aviation-links',1,1,'page',NULL,12,NULL,'301','2011-04-15 20:02:19','monthly',0.80),('/enlaces-av',2,1,'page',NULL,12,NULL,'301','2011-04-15 19:44:59','monthly',0.80),('/av-links',1,0,'page',NULL,12,NULL,'301','2011-04-15 19:44:59','monthly',0.80),('/',1,0,'page',NULL,4,NULL,'301','2010-11-15 23:48:36','monthly',0.80),('/',2,0,'page',NULL,4,NULL,'301','2010-11-15 23:48:36','monthly',0.80),('/maritime-links',1,1,'page',NULL,4,NULL,'301','2010-11-16 18:57:19','monthly',0.80),('/enlaces-maritinos',2,0,'page',NULL,4,NULL,'301','2010-11-16 18:57:19','monthly',0.80),('/enlaces-maritimos',2,1,'page',NULL,4,NULL,'301','2010-11-16 18:57:39','monthly',0.80),('/enlaces-aviacion',2,0,'page',NULL,12,NULL,'301','2011-04-15 19:42:27','monthly',0.80),('/aviation-links',1,0,'page',NULL,12,NULL,'301','2011-04-15 19:42:27','monthly',0.80),('/',2,0,'page',NULL,12,NULL,'301','2011-04-15 19:41:23','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-basic-life-raft-no-tso/reviews',1,1,'product_reviews',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-basic-life-raft-no-tso/review',1,1,'product_reviews_info',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-basic-life-raft-no-tso/add-a-review',1,1,'product_reviews_write',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-basic-life-raft-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-basic-life-raft-no-tso',1,1,'product_info',NULL,1,NULL,'301','2011-04-07 11:25:05','monthly',0.80),('/4-man-rafts',1,0,'index',NULL,19,NULL,'301','2011-04-07 11:20:16','monthly',0.80),('/balsas-4-hombre',2,1,'index',NULL,19,NULL,'301','2011-04-07 11:20:16','monthly',0.80),('/9-man-rafts',1,1,'index',NULL,20,NULL,'301','2011-04-07 11:20:55','monthly',0.80),('/balsas-9-hombres',2,1,'index',NULL,20,NULL,'301','2011-04-07 11:20:55','monthly',0.80),('/',1,0,'page',NULL,12,NULL,'301','2011-04-15 19:41:23','monthly',0.80),('/',1,1,'page',NULL,6,NULL,'301','2011-03-30 23:25:39','monthly',0.80),('/',2,1,'page',NULL,6,NULL,'301','2011-03-30 23:25:39','monthly',0.80),('/',1,1,'page',NULL,7,NULL,'301','2011-03-31 18:35:08','monthly',0.80),('/',2,1,'page',NULL,7,NULL,'301','2011-03-31 18:35:08','monthly',0.80),('/life-rafts/life-rafts-private-aviation-marine/9-man-life-raft-w-canopy-only-non-tso-approved',1,0,'product_info',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/life-rafts/life-rafts-private-aviation-marine/9-man-life-raft-w-canopy-only-non-tso-approved/reviews',1,0,'product_reviews',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/life-rafts/life-rafts-private-aviation-marine/9-man-life-raft-w-canopy-only-non-tso-approved/review',1,0,'product_reviews_info',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/life-rafts/life-rafts-private-aviation-marine/9-man-life-raft-w-canopy-only-non-tso-approved/add-a-review',1,0,'product_reviews_write',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/life-rafts/life-rafts-private-aviation-marine/9-man-life-raft-w-canopy-only-non-tso-approved/tell-a-friend',1,0,'tell_a_friend',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/balsas-salvavidas/balsas-salvavidas-aviacion-y-marina/balsa-salvavida-9-hombre-con-pabellon-solamente-non-tso',2,0,'product_info',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/balsas-salvavidas/balsas-salvavidas-aviacion-y-marina/balsa-salvavida-9-hombre-con-pabellon-solamente-non-tso/reviews',2,0,'product_reviews',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/balsas-salvavidas/balsas-salvavidas-aviacion-y-marina/balsa-salvavida-9-hombre-con-pabellon-solamente-non-tso/review',2,0,'product_reviews_info',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/balsas-salvavidas/balsas-salvavidas-aviacion-y-marina/balsa-salvavida-9-hombre-con-pabellon-solamente-non-tso/add-a-review',2,0,'product_reviews_write',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/balsas-salvavidas/balsas-salvavidas-aviacion-y-marina/balsa-salvavida-9-hombre-con-pabellon-solamente-non-tso/tell-a-friend',2,0,'tell_a_friend',NULL,72,NULL,'301','2011-04-03 00:03:14','monthly',0.80),('/',1,0,'page',NULL,8,NULL,'301','2011-04-03 07:20:14','monthly',0.80),('/',2,1,'page',NULL,8,NULL,'301','2011-04-03 07:20:14','monthly',0.80),('/test',1,1,'page',NULL,8,NULL,'301','2011-04-03 08:13:12','monthly',0.80),('/life-rafts-tso',1,1,'index',NULL,18,NULL,'301','2011-04-06 17:53:44','monthly',0.80),('/balsas-salvavidas-tso',2,1,'index',NULL,18,NULL,'301','2011-04-06 17:53:44','monthly',0.80),('/life-rafts-no-tso/4-man-basic-life-raft-no-tso',1,0,'product_info',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/life-rafts-no-tso/4-man-basic-life-raft-no-tso/reviews',1,0,'product_reviews',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/life-rafts-no-tso/4-man-basic-life-raft-no-tso/review',1,0,'product_reviews_info',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/life-rafts-no-tso/4-man-basic-life-raft-no-tso/add-a-review',1,0,'product_reviews_write',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/life-rafts-no-tso/4-man-basic-life-raft-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-basico-no-tso',2,0,'product_info',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-basico-no-tso/reviews',2,0,'product_reviews',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-basico-no-tso/review',2,0,'product_reviews_info',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-basico-no-tso/add-a-review',2,0,'product_reviews_write',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-basico-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,1,NULL,'301','2011-04-06 18:01:02','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-canopy-only-no-tso',1,0,'product_info',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-canopy-only-no-tso/reviews',1,0,'product_reviews',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-canopy-only-no-tso/review',1,0,'product_reviews_info',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-canopy-only-no-tso/add-a-review',1,0,'product_reviews_write',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-canopy-only-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso',2,0,'product_info',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/reviews',2,0,'product_reviews',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/review',2,0,'product_reviews_info',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/add-a-review',2,0,'product_reviews_write',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,2,NULL,'301','2011-04-06 18:01:40','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-survival-kit-no-tso',1,0,'product_info',NULL,3,NULL,'301','2011-04-06 18:01:59','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-survival-kit-no-tso/reviews',1,0,'product_reviews',NULL,3,NULL,'301','2011-04-06 18:01:59','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-survival-kit-no-tso/review',1,0,'product_reviews_info',NULL,3,NULL,'301','2011-04-06 18:01:59','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-survival-kit-no-tso/add-a-review',1,0,'product_reviews_write',NULL,3,NULL,'301','2011-04-06 18:01:59','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-survival-kit-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,3,NULL,'301','2011-04-06 18:01:59','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso',2,0,'product_info',NULL,3,NULL,'301','2011-04-06 18:02:00','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/reviews',2,0,'product_reviews',NULL,3,NULL,'301','2011-04-06 18:02:00','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/review',2,0,'product_reviews_info',NULL,3,NULL,'301','2011-04-06 18:02:00','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/add-a-review',2,0,'product_reviews_write',NULL,3,NULL,'301','2011-04-06 18:02:00','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,3,NULL,'301','2011-04-06 18:02:00','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-plus-survival-kit-no-tso',1,0,'product_info',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-plus-survival-kit-no-tso/reviews',1,0,'product_reviews',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-plus-survival-kit-no-tso/review',1,0,'product_reviews_info',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-plus-survival-kit-no-tso/add-a-review',1,0,'product_reviews_write',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-standard-plus-survival-kit-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso',2,0,'product_info',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/reviews',2,0,'product_reviews',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/review',2,0,'product_reviews_info',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/add-a-review',2,0,'product_reviews_write',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,4,NULL,'301','2011-04-06 18:02:31','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-deluxe-survival-kit-no-tso',1,0,'product_info',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-deluxe-survival-kit-no-tso/reviews',1,0,'product_reviews',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-deluxe-survival-kit-no-tso/review',1,0,'product_reviews_info',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-deluxe-survival-kit-no-tso/add-a-review',1,0,'product_reviews_write',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/life-rafts-no-tso/4-man-life-raft-w-deluxe-survival-kit-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso',2,0,'product_info',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/reviews',2,0,'product_reviews',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/review',2,0,'product_reviews_info',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/add-a-review',2,0,'product_reviews_write',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,5,NULL,'301','2011-04-06 18:03:58','monthly',0.80),('/life-rafts-no-tso/9-man-basic-life-raft-no-tso',1,0,'product_info',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/life-rafts-no-tso/9-man-basic-life-raft-no-tso/reviews',1,0,'product_reviews',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/life-rafts-no-tso/9-man-basic-life-raft-no-tso/review',1,0,'product_reviews_info',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/life-rafts-no-tso/9-man-basic-life-raft-no-tso/add-a-review',1,0,'product_reviews_write',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/life-rafts-no-tso/9-man-basic-life-raft-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-basico-no-tso',2,0,'product_info',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-basico-no-tso/reviews',2,0,'product_reviews',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-basico-no-tso/review',2,0,'product_reviews_info',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-basico-no-tso/add-a-review',2,0,'product_reviews_write',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-basico-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,6,NULL,'301','2011-04-06 18:04:24','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-canopy-only-no-tso',1,0,'product_info',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-canopy-only-no-tso/reviews',1,0,'product_reviews',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-canopy-only-no-tso/review',1,0,'product_reviews_info',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-canopy-only-no-tso/add-a-review',1,0,'product_reviews_write',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-canopy-only-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso',2,0,'product_info',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/reviews',2,0,'product_reviews',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/review',2,0,'product_reviews_info',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/add-a-review',2,0,'product_reviews_write',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,72,NULL,'301','2011-04-06 18:04:36','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-survival-kit-no-tso',1,0,'product_info',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-survival-kit-no-tso/reviews',1,0,'product_reviews',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-survival-kit-no-tso/review',1,0,'product_reviews_info',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-survival-kit-no-tso/add-a-review',1,0,'product_reviews_write',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-survival-kit-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso',2,0,'product_info',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/reviews',2,0,'product_reviews',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/review',2,0,'product_reviews_info',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/add-a-review',2,0,'product_reviews_write',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,7,NULL,'301','2011-04-06 18:04:50','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-plus-survival-kit-no-tso',1,0,'product_info',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-plus-survival-kit-no-tso/reviews',1,0,'product_reviews',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-plus-survival-kit-no-tso/review',1,0,'product_reviews_info',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-plus-survival-kit-no-tso/add-a-review',1,0,'product_reviews_write',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-standard-plus-survival-kit-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso',2,0,'product_info',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/reviews',2,0,'product_reviews',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/review',2,0,'product_reviews_info',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/add-a-review',2,0,'product_reviews_write',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,8,NULL,'301','2011-04-06 18:05:04','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-deluxe-survival-kit-no-tso',1,0,'product_info',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-deluxe-survival-kit-no-tso/reviews',1,0,'product_reviews',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-deluxe-survival-kit-no-tso/review',1,0,'product_reviews_info',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-deluxe-survival-kit-no-tso/add-a-review',1,0,'product_reviews_write',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/life-rafts-no-tso/9-man-life-raft-w-deluxe-survival-kit-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso',2,0,'product_info',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/reviews',2,0,'product_reviews',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/review',2,0,'product_reviews_info',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/add-a-review',2,0,'product_reviews_write',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/balsas-salvavidas-no-tso/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/tell-a-friend',2,0,'tell_a_friend',NULL,9,NULL,'301','2011-04-06 18:05:18','monthly',0.80),('/life-rafts-tso/4-man-life-raft-basic-tso',1,0,'product_info',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/life-rafts-tso/4-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/life-rafts-tso/4-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/life-rafts-tso/4-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/life-rafts-tso/4-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-4-hombre-tso',2,0,'product_info',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-4-hombre-tso/reviews',2,0,'product_reviews',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-4-hombre-tso/review',2,0,'product_reviews_info',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-4-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-4-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,10,NULL,'301','2011-04-06 18:06:19','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-canopy-only-tso',1,0,'product_info',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-canopy-only-tso/reviews',1,0,'product_reviews',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-canopy-only-tso/review',1,0,'product_reviews_info',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-canopy-only-tso/add-a-review',1,0,'product_reviews_write',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-canopy-only-tso/tell-a-friend',1,0,'tell_a_friend',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-tso',2,0,'product_info',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/reviews',2,0,'product_reviews',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/review',2,0,'product_reviews_info',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/add-a-review',2,0,'product_reviews_write',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/tell-a-friend',2,0,'tell_a_friend',NULL,11,NULL,'301','2011-04-06 18:07:09','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-91-survival-kit-tso',1,0,'product_info',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-91-survival-kit-tso/reviews',1,0,'product_reviews',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-91-survival-kit-tso/review',1,0,'product_reviews_info',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso',2,0,'product_info',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,0,'product_reviews',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/review',2,0,'product_reviews_info',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,0,'product_reviews_write',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,0,'tell_a_friend',NULL,12,NULL,'301','2011-04-06 18:07:34','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-121-survival-kit-tso',1,0,'product_info',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-121-survival-kit-tso/reviews',1,0,'product_reviews',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-121-survival-kit-tso/review',1,0,'product_reviews_info',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso',2,0,'product_info',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,0,'product_reviews',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/review',2,0,'product_reviews_info',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,0,'product_reviews_write',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,0,'tell_a_friend',NULL,13,NULL,'301','2011-04-06 18:08:04','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-135-survival-kit-tso',1,0,'product_info',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-135-survival-kit-tso/reviews',1,0,'product_reviews',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-135-survival-kit-tso/review',1,0,'product_reviews_info',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/life-rafts-tso/4-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso',2,0,'product_info',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,0,'product_reviews',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/review',2,0,'product_reviews_info',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,0,'product_reviews_write',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,0,'tell_a_friend',NULL,14,NULL,'301','2011-04-06 18:08:27','monthly',0.80),('/life-rafts-tso/8-man-basic-life-raft-tso',1,0,'product_info',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/life-rafts-tso/8-man-basic-life-raft-tso/reviews',1,0,'product_reviews',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/life-rafts-tso/8-man-basic-life-raft-tso/review',1,0,'product_reviews_info',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/life-rafts-tso/8-man-basic-life-raft-tso/add-a-review',1,0,'product_reviews_write',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/life-rafts-tso/8-man-basic-life-raft-tso/tell-a-friend',1,0,'tell_a_friend',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-8-hombre-tso',2,0,'product_info',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-8-hombre-tso/reviews',2,0,'product_reviews',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-8-hombre-tso/review',2,0,'product_reviews_info',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-8-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-8-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,15,NULL,'301','2011-04-06 18:08:49','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-canopy-only-tso',1,0,'product_info',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-canopy-only-tso/reviews',1,0,'product_reviews',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-canopy-only-tso/review',1,0,'product_reviews_info',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-canopy-only-tso/add-a-review',1,0,'product_reviews_write',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-canopy-only-tso/tell-a-friend',1,0,'tell_a_friend',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-pabellon-solamente-tso',2,0,'product_info',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/reviews',2,0,'product_reviews',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/review',2,0,'product_reviews_info',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/add-a-review',2,0,'product_reviews_write',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/tell-a-friend',2,0,'tell_a_friend',NULL,16,NULL,'301','2011-04-06 18:09:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-91-survival-kit-tso',1,0,'product_info',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-91-survival-kit-tso/reviews',1,0,'product_reviews',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-91-survival-kit-tso/review',1,0,'product_reviews_info',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso',2,0,'product_info',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,0,'product_reviews',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/review',2,0,'product_reviews_info',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,0,'product_reviews_write',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,0,'tell_a_friend',NULL,17,NULL,'301','2011-04-06 18:09:28','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-121-survival-kit-tso',1,0,'product_info',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-121-survival-kit-tso/reviews',1,0,'product_reviews',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-121-survival-kit-tso/review',1,0,'product_reviews_info',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso',2,0,'product_info',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,0,'product_reviews',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/review',2,0,'product_reviews_info',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,0,'product_reviews_write',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,0,'tell_a_friend',NULL,18,NULL,'301','2011-04-06 18:09:46','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-135-survival-kit-tso',1,0,'product_info',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-135-survival-kit-tso/reviews',1,0,'product_reviews',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-135-survival-kit-tso/review',1,0,'product_reviews_info',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/life-rafts-tso/8-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso',2,0,'product_info',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,0,'product_reviews',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/review',2,0,'product_reviews_info',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,0,'product_reviews_write',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,0,'tell_a_friend',NULL,19,NULL,'301','2011-04-06 18:10:05','monthly',0.80),('/life-rafts-tso/6-man-life-raft-basic-tso',1,0,'product_info',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/life-rafts-tso/6-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/life-rafts-tso/6-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/life-rafts-tso/6-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/life-rafts-tso/6-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-6-hombre-tso',2,0,'product_info',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-6-hombre-tso/reviews',2,0,'product_reviews',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-6-hombre-tso/review',2,0,'product_reviews_info',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-6-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-6-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,20,NULL,'301','2011-04-06 18:10:30','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-canopy-only-tso',1,0,'product_info',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-canopy-only-tso/reviews',1,0,'product_reviews',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-canopy-only-tso/review',1,0,'product_reviews_info',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-canopy-only-tso/add-a-review',1,0,'product_reviews_write',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-canopy-only-tso/tell-a-friend',1,0,'tell_a_friend',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-pabellon-solamente-tso',2,0,'product_info',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/reviews',2,0,'product_reviews',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/review',2,0,'product_reviews_info',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/add-a-review',2,0,'product_reviews_write',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/tell-a-friend',2,0,'tell_a_friend',NULL,21,NULL,'301','2011-04-06 18:10:46','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-91-survival-kit-tso',1,0,'product_info',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-91-survival-kit-tso/reviews',1,0,'product_reviews',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-91-survival-kit-tso/review',1,0,'product_reviews_info',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso',2,0,'product_info',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,0,'product_reviews',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/review',2,0,'product_reviews_info',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,0,'product_reviews_write',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,0,'tell_a_friend',NULL,22,NULL,'301','2011-04-06 18:11:01','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-121-survival-kit-tso',1,0,'product_info',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-121-survival-kit-tso/reviews',1,0,'product_reviews',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-121-survival-kit-tso/review',1,0,'product_reviews_info',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso',2,0,'product_info',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,0,'product_reviews',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/review',2,0,'product_reviews_info',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,0,'product_reviews_write',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,0,'tell_a_friend',NULL,23,NULL,'301','2011-04-06 18:11:18','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-135-survival-kit-tso',1,0,'product_info',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-135-survival-kit-tso/reviews',1,0,'product_reviews',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-135-survival-kit-tso/review',1,0,'product_reviews_info',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/life-rafts-tso/6-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso',2,0,'product_info',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,0,'product_reviews',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/review',2,0,'product_reviews_info',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,0,'product_reviews_write',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,0,'tell_a_friend',NULL,24,NULL,'301','2011-04-06 18:11:39','monthly',0.80),('/life-rafts-tso/10-man-life-raft-basic-tso',1,0,'product_info',NULL,25,NULL,'301','2011-04-06 18:11:51','monthly',0.80),('/life-rafts-tso/10-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,25,NULL,'301','2011-04-06 18:11:51','monthly',0.80),('/life-rafts-tso/10-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,25,NULL,'301','2011-04-06 18:11:51','monthly',0.80),('/life-rafts-tso/10-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,25,NULL,'301','2011-04-06 18:11:51','monthly',0.80),('/life-rafts-tso/10-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,25,NULL,'301','2011-04-06 18:11:51','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-10-hombre-tso',2,0,'product_info',NULL,25,NULL,'301','2011-04-06 18:11:52','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-10-hombre-tso/reviews',2,0,'product_reviews',NULL,25,NULL,'301','2011-04-06 18:11:52','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-10-hombre-tso/review',2,0,'product_reviews_info',NULL,25,NULL,'301','2011-04-06 18:11:52','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-10-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,25,NULL,'301','2011-04-06 18:11:52','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-10-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,25,NULL,'301','2011-04-06 18:11:52','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-canopy-only-tso',1,0,'product_info',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-canopy-only-tso/reviews',1,0,'product_reviews',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-canopy-only-tso/review',1,0,'product_reviews_info',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-canopy-only-tso/add-a-review',1,0,'product_reviews_write',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-canopy-only-tso/tell-a-friend',1,0,'tell_a_friend',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso',2,0,'product_info',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/reviews',2,0,'product_reviews',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/review',2,0,'product_reviews_info',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/add-a-review',2,0,'product_reviews_write',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/tell-a-friend',2,0,'tell_a_friend',NULL,26,NULL,'301','2011-04-06 18:12:13','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-91-survival-kit-tso',1,0,'product_info',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-91-survival-kit-tso/reviews',1,0,'product_reviews',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-91-survival-kit-tso/review',1,0,'product_reviews_info',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso',2,0,'product_info',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,0,'product_reviews',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/review',2,0,'product_reviews_info',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,0,'product_reviews_write',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,0,'tell_a_friend',NULL,27,NULL,'301','2011-04-06 18:12:31','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-121-survival-kit-tso',1,0,'product_info',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-121-survival-kit-tso/reviews',1,0,'product_reviews',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-121-survival-kit-tso/review',1,0,'product_reviews_info',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso',2,0,'product_info',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,0,'product_reviews',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/review',2,0,'product_reviews_info',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,0,'product_reviews_write',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,0,'tell_a_friend',NULL,28,NULL,'301','2011-04-06 18:12:53','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-135-survival-kit-tso',1,0,'product_info',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-135-survival-kit-tso/reviews',1,0,'product_reviews',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-135-survival-kit-tso/review',1,0,'product_reviews_info',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/life-rafts-tso/10-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso',2,0,'product_info',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,0,'product_reviews',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/review',2,0,'product_reviews_info',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,0,'product_reviews_write',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,0,'tell_a_friend',NULL,29,NULL,'301','2011-04-06 18:13:08','monthly',0.80),('/life-rafts-tso/12-man-life-raft-basic-tso',1,0,'product_info',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/life-rafts-tso/12-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/life-rafts-tso/12-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/life-rafts-tso/12-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/life-rafts-tso/12-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-12-hombre-tso',2,0,'product_info',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-12-hombre-tso/reviews',2,0,'product_reviews',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-12-hombre-tso/review',2,0,'product_reviews_info',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-12-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-basico-12-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,30,NULL,'301','2011-04-06 18:13:22','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-canopy-only-tso',1,0,'product_info',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-canopy-only-tso/reviews',1,0,'product_reviews',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-canopy-only-tso/review',1,0,'product_reviews_info',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-canopy-only-tso/add-a-review',1,0,'product_reviews_write',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-canopy-only-tso/tell-a-friend',1,0,'tell_a_friend',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso',2,0,'product_info',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/reviews',2,0,'product_reviews',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/review',2,0,'product_reviews_info',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/add-a-review',2,0,'product_reviews_write',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/tell-a-friend',2,0,'tell_a_friend',NULL,31,NULL,'301','2011-04-06 18:13:41','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-91-survival-kit-tso',1,0,'product_info',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-91-survival-kit-tso/reviews',1,0,'product_reviews',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-91-survival-kit-tso/review',1,0,'product_reviews_info',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso',2,0,'product_info',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,0,'product_reviews',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/review',2,0,'product_reviews_info',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,0,'product_reviews_write',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,0,'tell_a_friend',NULL,32,NULL,'301','2011-04-06 18:14:00','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-121-survival-kit-tso',1,0,'product_info',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-121-survival-kit-tso/reviews',1,0,'product_reviews',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-121-survival-kit-tso/review',1,0,'product_reviews_info',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso',2,0,'product_info',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,0,'product_reviews',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/review',2,0,'product_reviews_info',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,0,'product_reviews_write',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,0,'tell_a_friend',NULL,33,NULL,'301','2011-04-06 18:14:15','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-135-survival-kit-tso',1,0,'product_info',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-135-survival-kit-tso/reviews',1,0,'product_reviews',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-135-survival-kit-tso/review',1,0,'product_reviews_info',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,0,'product_reviews_write',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/life-rafts-tso/12-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,0,'tell_a_friend',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso',2,0,'product_info',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,0,'product_reviews',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/review',2,0,'product_reviews_info',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,0,'product_reviews_write',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/balsas-salvavidas-tso/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,0,'tell_a_friend',NULL,34,NULL,'301','2011-04-06 18:14:29','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-basic-life-raft-no-tso/reviews',1,1,'product_reviews',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-basic-life-raft-no-tso/review',1,1,'product_reviews_info',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-basic-life-raft-no-tso/add-a-review',1,1,'product_reviews_write',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-basic-life-raft-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-basico-no-tso',2,1,'product_info',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-basico-no-tso/reviews',2,1,'product_reviews',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-basico-no-tso/review',2,1,'product_reviews_info',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-basico-no-tso/add-a-review',2,1,'product_reviews_write',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-basico-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,6,NULL,'301','2011-04-07 11:25:49','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-no-tso',1,0,'product_info',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-no-tso/reviews',1,0,'product_reviews',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-no-tso/review',1,0,'product_reviews_info',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-no-tso/add-a-review',1,0,'product_reviews_write',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-no-tso/tell-a-friend',1,0,'tell_a_friend',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso',2,1,'product_info',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/reviews',2,1,'product_reviews',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/review',2,1,'product_reviews_info',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/add-a-review',2,1,'product_reviews_write',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,2,NULL,'301','2011-04-07 11:26:11','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-survival-kit-no-tso',1,1,'product_info',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-survival-kit-no-tso/reviews',1,1,'product_reviews',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-survival-kit-no-tso/review',1,1,'product_reviews_info',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-survival-kit-no-tso/add-a-review',1,1,'product_reviews_write',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-survival-kit-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso',2,1,'product_info',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/reviews',2,1,'product_reviews',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/review',2,1,'product_reviews_info',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/add-a-review',2,1,'product_reviews_write',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,3,NULL,'301','2011-04-07 11:26:26','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-plus-survival-kit-no-tso',1,1,'product_info',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-plus-survival-kit-no-tso/reviews',1,1,'product_reviews',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-plus-survival-kit-no-tso/review',1,1,'product_reviews_info',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-plus-survival-kit-no-tso/add-a-review',1,1,'product_reviews_write',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-standard-plus-survival-kit-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso',2,1,'product_info',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/reviews',2,1,'product_reviews',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/review',2,1,'product_reviews_info',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/add-a-review',2,1,'product_reviews_write',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,4,NULL,'301','2011-04-07 11:26:39','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-deluxe-survival-kit-no-tso',1,1,'product_info',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-deluxe-survival-kit-no-tso/reviews',1,1,'product_reviews',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-deluxe-survival-kit-no-tso/review',1,1,'product_reviews_info',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-deluxe-survival-kit-no-tso/add-a-review',1,1,'product_reviews_write',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-deluxe-survival-kit-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso',2,1,'product_info',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/reviews',2,1,'product_reviews',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/review',2,1,'product_reviews_info',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/add-a-review',2,1,'product_reviews_write',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-de-lujo-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,5,NULL,'301','2011-04-07 11:26:52','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-canopy-only-no-tso',1,1,'product_info',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-canopy-only-no-tso/reviews',1,1,'product_reviews',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-canopy-only-no-tso/review',1,1,'product_reviews_info',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-canopy-only-no-tso/add-a-review',1,1,'product_reviews_write',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-canopy-only-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso',2,1,'product_info',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/reviews',2,1,'product_reviews',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/review',2,1,'product_reviews_info',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/add-a-review',2,1,'product_reviews_write',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-pabellon-solamente-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,72,NULL,'301','2011-04-07 11:27:07','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-survival-kit-no-tso',1,1,'product_info',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-survival-kit-no-tso/reviews',1,1,'product_reviews',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-survival-kit-no-tso/review',1,1,'product_reviews_info',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-survival-kit-no-tso/add-a-review',1,1,'product_reviews_write',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-survival-kit-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso',2,1,'product_info',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/reviews',2,1,'product_reviews',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/review',2,1,'product_reviews_info',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/add-a-review',2,1,'product_reviews_write',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,7,NULL,'301','2011-04-07 11:27:19','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-plus-survival-kit-no-tso',1,1,'product_info',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-plus-survival-kit-no-tso/reviews',1,1,'product_reviews',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-plus-survival-kit-no-tso/review',1,1,'product_reviews_info',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-plus-survival-kit-no-tso/add-a-review',1,1,'product_reviews_write',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-standard-plus-survival-kit-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso',2,1,'product_info',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/reviews',2,1,'product_reviews',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/review',2,1,'product_reviews_info',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/add-a-review',2,1,'product_reviews_write',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-estandar-mas-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,8,NULL,'301','2011-04-07 11:27:34','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-deluxe-survival-kit-no-tso',1,1,'product_info',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-deluxe-survival-kit-no-tso/reviews',1,1,'product_reviews',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-deluxe-survival-kit-no-tso/review',1,1,'product_reviews_info',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-deluxe-survival-kit-no-tso/add-a-review',1,1,'product_reviews_write',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/life-rafts-private-use/9-man-rafts/9-man-life-raft-w-deluxe-survival-kit-no-tso/tell-a-friend',1,1,'tell_a_friend',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso',2,1,'product_info',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/reviews',2,1,'product_reviews',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/review',2,1,'product_reviews_info',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/add-a-review',2,1,'product_reviews_write',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-9-hombres/balsa-salvavida-9-hombre-con-kit-de-supervivencia-de-lujo-no-tso/tell-a-friend',2,1,'tell_a_friend',NULL,9,NULL,'301','2011-04-07 11:27:49','monthly',0.80),('/4-man-rafts',1,0,'index',NULL,21,NULL,'301','2011-04-07 11:30:28','monthly',0.80),('/balsas-4-hombre',2,1,'index',NULL,21,NULL,'301','2011-04-07 11:30:28','monthly',0.80),('/6-man-rafts',1,1,'index',NULL,22,NULL,'301','2011-04-07 11:31:07','monthly',0.80),('/balsas-6-hombre',2,1,'index',NULL,22,NULL,'301','2011-04-07 11:31:07','monthly',0.80),('/8-man-rafts',1,1,'index',NULL,23,NULL,'301','2011-04-07 11:31:46','monthly',0.80),('/balsas-8-hombres',2,1,'index',NULL,23,NULL,'301','2011-04-07 11:31:46','monthly',0.80),('/10-man-rafts',1,1,'index',NULL,24,NULL,'301','2011-04-07 11:32:17','monthly',0.80),('/balsas-10-hombre',2,1,'index',NULL,24,NULL,'301','2011-04-07 11:32:17','monthly',0.80),('/12-man-rafts',1,1,'index',NULL,25,NULL,'301','2011-04-07 11:33:52','monthly',0.80),('/balsas-12-hombre',2,1,'index',NULL,25,NULL,'301','2011-04-07 11:33:52','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-basic-tso',1,0,'product_info',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre-tso',2,0,'product_info',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre-tso/reviews',2,0,'product_reviews',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre-tso/review',2,0,'product_reviews_info',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,10,NULL,'301','2011-04-07 11:36:42','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-canopy-only-tso',1,1,'product_info',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-canopy-only-tso/reviews',1,1,'product_reviews',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-canopy-only-tso/review',1,1,'product_reviews_info',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-canopy-only-tso/add-a-review',1,1,'product_reviews_write',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-canopy-only-tso/tell-a-friend',1,1,'tell_a_friend',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-tso',2,1,'product_info',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/reviews',2,1,'product_reviews',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/review',2,1,'product_reviews_info',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/add-a-review',2,1,'product_reviews_write',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-pabellon-solamente-tso/tell-a-friend',2,1,'tell_a_friend',NULL,11,NULL,'301','2011-04-07 11:37:04','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-basic-tso',1,0,'product_info',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso',2,0,'product_info',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/reviews',2,0,'product_reviews',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/review',2,0,'product_reviews_info',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,20,NULL,'301','2011-04-07 11:38:03','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-canopy-only-tso',1,1,'product_info',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-canopy-only-tso/reviews',1,1,'product_reviews',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-canopy-only-tso/review',1,1,'product_reviews_info',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-canopy-only-tso/add-a-review',1,1,'product_reviews_write',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-canopy-only-tso/tell-a-friend',1,1,'tell_a_friend',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-pabellon-solamente-tso',2,1,'product_info',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/reviews',2,1,'product_reviews',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/review',2,1,'product_reviews_info',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/add-a-review',2,1,'product_reviews_write',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-pabellon-solamente-tso/tell-a-friend',2,1,'tell_a_friend',NULL,21,NULL,'301','2011-04-07 11:38:18','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-91-survival-kit-tso',1,1,'product_info',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-91-survival-kit-tso/reviews',1,1,'product_reviews',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-91-survival-kit-tso/review',1,1,'product_reviews_info',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso',2,1,'product_info',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,1,'product_reviews',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/review',2,1,'product_reviews_info',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,1,'product_reviews_write',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,1,'tell_a_friend',NULL,12,NULL,'301','2011-04-07 11:38:30','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-91-survival-kit-tso',1,1,'product_info',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-91-survival-kit-tso/reviews',1,1,'product_reviews',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-91-survival-kit-tso/review',1,1,'product_reviews_info',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso',2,1,'product_info',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,1,'product_reviews',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/review',2,1,'product_reviews_info',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,1,'product_reviews_write',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,1,'tell_a_friend',NULL,22,NULL,'301','2011-04-07 11:38:43','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-121-survival-kit-tso',1,1,'product_info',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-121-survival-kit-tso/reviews',1,1,'product_reviews',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-121-survival-kit-tso/review',1,1,'product_reviews_info',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso',2,1,'product_info',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,1,'product_reviews',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/review',2,1,'product_reviews_info',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,1,'product_reviews_write',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,1,'tell_a_friend',NULL,13,NULL,'301','2011-04-07 11:39:03','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-121-survival-kit-tso',1,1,'product_info',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-121-survival-kit-tso/reviews',1,1,'product_reviews',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-121-survival-kit-tso/review',1,1,'product_reviews_info',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso',2,1,'product_info',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,1,'product_reviews',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/review',2,1,'product_reviews_info',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,1,'product_reviews_write',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,1,'tell_a_friend',NULL,23,NULL,'301','2011-04-07 11:39:15','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-135-survival-kit-tso',1,1,'product_info',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-135-survival-kit-tso/reviews',1,1,'product_reviews',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-135-survival-kit-tso/review',1,1,'product_reviews_info',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/life-rafts-tso/4-man-rafts/4-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso',2,1,'product_info',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,1,'product_reviews',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/review',2,1,'product_reviews_info',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,1,'product_reviews_write',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/balsas-salvavidas-tso/balsas-4-hombre/balsa-salvavida-4-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,1,'tell_a_friend',NULL,14,NULL,'301','2011-04-07 11:39:29','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-135-survival-kit-tso',1,1,'product_info',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-135-survival-kit-tso/reviews',1,1,'product_reviews',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-135-survival-kit-tso/review',1,1,'product_reviews_info',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/life-rafts-tso/6-man-rafts/6-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso',2,1,'product_info',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,1,'product_reviews',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/review',2,1,'product_reviews_info',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,1,'product_reviews_write',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-6-hombre/balsa-salvavida-6-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,1,'tell_a_friend',NULL,24,NULL,'301','2011-04-07 11:39:43','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-basic-tso',1,0,'product_info',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre-tso',2,0,'product_info',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre-tso/reviews',2,0,'product_reviews',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre-tso/review',2,0,'product_reviews_info',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,25,NULL,'301','2011-04-07 11:41:31','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-basic-life-raft-tso',1,0,'product_info',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-basic-life-raft-tso/reviews',1,0,'product_reviews',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-basic-life-raft-tso/review',1,0,'product_reviews_info',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-basic-life-raft-tso/add-a-review',1,0,'product_reviews_write',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-basic-life-raft-tso/tell-a-friend',1,0,'tell_a_friend',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre-tso',2,0,'product_info',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre-tso/reviews',2,0,'product_reviews',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre-tso/review',2,0,'product_reviews_info',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,15,NULL,'301','2011-04-07 11:41:43','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-canopy-only-tso',1,1,'product_info',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-canopy-only-tso/reviews',1,1,'product_reviews',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-canopy-only-tso/review',1,1,'product_reviews_info',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-canopy-only-tso/add-a-review',1,1,'product_reviews_write',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-canopy-only-tso/tell-a-friend',1,1,'tell_a_friend',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso',2,1,'product_info',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/reviews',2,1,'product_reviews',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/review',2,1,'product_reviews_info',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/add-a-review',2,1,'product_reviews_write',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-el-pabellon-solamente-tso/tell-a-friend',2,1,'tell_a_friend',NULL,26,NULL,'301','2011-04-07 11:41:59','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-canopy-only-tso',1,1,'product_info',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-canopy-only-tso/reviews',1,1,'product_reviews',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-canopy-only-tso/review',1,1,'product_reviews_info',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-canopy-only-tso/add-a-review',1,1,'product_reviews_write',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-canopy-only-tso/tell-a-friend',1,1,'tell_a_friend',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-pabellon-solamente-tso',2,1,'product_info',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/reviews',2,1,'product_reviews',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/review',2,1,'product_reviews_info',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/add-a-review',2,1,'product_reviews_write',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-pabellon-solamente-tso/tell-a-friend',2,1,'tell_a_friend',NULL,16,NULL,'301','2011-04-07 11:42:13','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-91-survival-kit-tso',1,1,'product_info',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-91-survival-kit-tso/reviews',1,1,'product_reviews',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-91-survival-kit-tso/review',1,1,'product_reviews_info',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso',2,1,'product_info',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,1,'product_reviews',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/review',2,1,'product_reviews_info',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,1,'product_reviews_write',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,1,'tell_a_friend',NULL,27,NULL,'301','2011-04-07 11:42:27','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-91-survival-kit-tso',1,1,'product_info',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-91-survival-kit-tso/reviews',1,1,'product_reviews',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-91-survival-kit-tso/review',1,1,'product_reviews_info',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso',2,1,'product_info',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,1,'product_reviews',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/review',2,1,'product_reviews_info',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,1,'product_reviews_write',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,1,'tell_a_friend',NULL,17,NULL,'301','2011-04-07 11:42:41','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-121-survival-kit-tso',1,1,'product_info',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-121-survival-kit-tso/reviews',1,1,'product_reviews',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-121-survival-kit-tso/review',1,1,'product_reviews_info',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso',2,1,'product_info',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,1,'product_reviews',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/review',2,1,'product_reviews_info',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,1,'product_reviews_write',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,1,'tell_a_friend',NULL,28,NULL,'301','2011-04-07 11:42:56','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-121-survival-kit-tso',1,1,'product_info',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-121-survival-kit-tso/reviews',1,1,'product_reviews',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-121-survival-kit-tso/review',1,1,'product_reviews_info',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso',2,1,'product_info',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,1,'product_reviews',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/review',2,1,'product_reviews_info',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,1,'product_reviews_write',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,1,'tell_a_friend',NULL,18,NULL,'301','2011-04-07 11:43:10','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-135-survival-kit-tso',1,1,'product_info',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-135-survival-kit-tso/reviews',1,1,'product_reviews',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-135-survival-kit-tso/review',1,1,'product_reviews_info',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/life-rafts-tso/10-man-rafts/10-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso',2,1,'product_info',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,1,'product_reviews',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/review',2,1,'product_reviews_info',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,1,'product_reviews_write',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/balsas-salvavidas-tso/balsas-10-hombre/balsa-salvavida-10-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,1,'tell_a_friend',NULL,29,NULL,'301','2011-04-07 11:43:22','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-135-survival-kit-tso',1,1,'product_info',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-135-survival-kit-tso/reviews',1,1,'product_reviews',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-135-survival-kit-tso/review',1,1,'product_reviews_info',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/life-rafts-tso/8-man-rafts/8-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso',2,1,'product_info',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,1,'product_reviews',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/review',2,1,'product_reviews_info',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,1,'product_reviews_write',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/balsas-salvavidas-tso/balsas-8-hombre/balsa-salvavida-8-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,1,'tell_a_friend',NULL,19,NULL,'301','2011-04-07 11:43:34','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-basic-tso',1,0,'product_info',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-basic-tso/reviews',1,0,'product_reviews',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-basic-tso/review',1,0,'product_reviews_info',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-basic-tso/add-a-review',1,0,'product_reviews_write',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-basic-tso/tell-a-friend',1,0,'tell_a_friend',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre-tso',2,0,'product_info',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre-tso/reviews',2,0,'product_reviews',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre-tso/review',2,0,'product_reviews_info',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre-tso/add-a-review',2,0,'product_reviews_write',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre-tso/tell-a-friend',2,0,'tell_a_friend',NULL,30,NULL,'301','2011-04-07 11:43:46','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-canopy-only-tso',1,1,'product_info',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-canopy-only-tso/reviews',1,1,'product_reviews',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-canopy-only-tso/review',1,1,'product_reviews_info',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-canopy-only-tso/add-a-review',1,1,'product_reviews_write',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-canopy-only-tso/tell-a-friend',1,1,'tell_a_friend',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso',2,1,'product_info',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/reviews',2,1,'product_reviews',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/review',2,1,'product_reviews_info',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/add-a-review',2,1,'product_reviews_write',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-el-pabellon-solamente-tso/tell-a-friend',2,1,'tell_a_friend',NULL,31,NULL,'301','2011-04-07 11:44:01','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-91-survival-kit-tso',1,1,'product_info',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-91-survival-kit-tso/reviews',1,1,'product_reviews',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-91-survival-kit-tso/review',1,1,'product_reviews_info',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-91-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-91-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso',2,1,'product_info',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/reviews',2,1,'product_reviews',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/review',2,1,'product_reviews_info',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/add-a-review',2,1,'product_reviews_write',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-91-tso/tell-a-friend',2,1,'tell_a_friend',NULL,32,NULL,'301','2011-04-07 11:44:17','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-121-survival-kit-tso',1,1,'product_info',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-121-survival-kit-tso/reviews',1,1,'product_reviews',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-121-survival-kit-tso/review',1,1,'product_reviews_info',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-121-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-121-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso',2,1,'product_info',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/reviews',2,1,'product_reviews',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/review',2,1,'product_reviews_info',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/add-a-review',2,1,'product_reviews_write',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-121-tso/tell-a-friend',2,1,'tell_a_friend',NULL,33,NULL,'301','2011-04-07 11:44:31','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-135-survival-kit-tso',1,1,'product_info',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-135-survival-kit-tso/reviews',1,1,'product_reviews',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-135-survival-kit-tso/review',1,1,'product_reviews_info',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-135-survival-kit-tso/add-a-review',1,1,'product_reviews_write',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/life-rafts-tso/12-man-rafts/12-man-life-raft-w-far-135-survival-kit-tso/tell-a-friend',1,1,'tell_a_friend',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso',2,1,'product_info',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/reviews',2,1,'product_reviews',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/review',2,1,'product_reviews_info',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/add-a-review',2,1,'product_reviews_write',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/balsas-salvavidas-tso/balsas-12-hombre/balsa-salvavida-12-hombre-con-kit-de-supervivencia-far-135-tso/tell-a-friend',2,1,'tell_a_friend',NULL,34,NULL,'301','2011-04-07 11:44:42','monthly',0.80),('/life-rafts-private-use/6-man-rafts',1,1,'index',NULL,26,NULL,'301','2011-04-08 23:28:15','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-6-hombre',2,1,'index',NULL,26,NULL,'301','2011-04-08 23:28:15','monthly',0.80),('/life-rafts-private-use/8-man-rafts-auto-inflatable',1,1,'index',NULL,27,NULL,'301','2011-04-08 23:29:46','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-8-hombre',2,1,'index',NULL,27,NULL,'301','2011-04-08 23:29:46','monthly',0.80),('/life-rafts-private-use/10-man-rafts-auto-inflatable',1,1,'index',NULL,28,NULL,'301','2011-04-08 23:30:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-10-hombre',2,1,'index',NULL,28,NULL,'301','2011-04-08 23:30:05','monthly',0.80),('/life-rafts-private-use/12-man-rafts-auto-inflatable',1,1,'index',NULL,29,NULL,'301','2011-04-08 23:30:33','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-12-hombre',2,1,'index',NULL,29,NULL,'301','2011-04-08 23:30:33','monthly',0.80),('/life-rafts-private-use/6-man-rafts-auto-inflatable/6-man-life-raft-basic-tso',1,1,'product_info',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/life-rafts-private-use/6-man-rafts-auto-inflatable/6-man-life-raft-basic-tso/reviews',1,1,'product_reviews',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/life-rafts-private-use/6-man-rafts-auto-inflatable/6-man-life-raft-basic-tso/review',1,1,'product_reviews_info',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/life-rafts-private-use/6-man-rafts-auto-inflatable/6-man-life-raft-basic-tso/add-a-review',1,1,'product_reviews_write',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/life-rafts-private-use/6-man-rafts-auto-inflatable/6-man-life-raft-basic-tso/tell-a-friend',1,1,'tell_a_friend',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso',2,1,'product_info',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/reviews',2,1,'product_reviews',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/review',2,1,'product_reviews_info',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/add-a-review',2,1,'product_reviews_write',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-6-hombre/balsa-salvavida-basico-6-hombre-tso/tell-a-friend',2,1,'tell_a_friend',NULL,20,NULL,'301','2011-04-08 23:31:45','monthly',0.80),('/life-rafts-non-tso/8-man-rafts-auto-inflatable/8-man-basic-life-raft',1,1,'product_info',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/life-rafts-non-tso/8-man-rafts-auto-inflatable/8-man-basic-life-raft/reviews',1,1,'product_reviews',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/life-rafts-non-tso/8-man-rafts-auto-inflatable/8-man-basic-life-raft/review',1,1,'product_reviews_info',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/life-rafts-non-tso/8-man-rafts-auto-inflatable/8-man-basic-life-raft/add-a-review',1,1,'product_reviews_write',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/life-rafts-non-tso/8-man-rafts-auto-inflatable/8-man-basic-life-raft/tell-a-friend',1,1,'tell_a_friend',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre',2,1,'product_info',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre/reviews',2,1,'product_reviews',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre/review',2,1,'product_reviews_info',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre/add-a-review',2,1,'product_reviews_write',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-8-hombre/balsa-salvavida-basico-8-hombre/tell-a-friend',2,1,'tell_a_friend',NULL,15,NULL,'301','2011-04-08 23:34:05','monthly',0.80),('/life-rafts-non-tso/10-man-rafts-auto-inflatable/10-man-life-raft-basic',1,1,'product_info',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/life-rafts-non-tso/10-man-rafts-auto-inflatable/10-man-life-raft-basic/reviews',1,1,'product_reviews',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/life-rafts-non-tso/10-man-rafts-auto-inflatable/10-man-life-raft-basic/review',1,1,'product_reviews_info',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/life-rafts-non-tso/10-man-rafts-auto-inflatable/10-man-life-raft-basic/add-a-review',1,1,'product_reviews_write',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/life-rafts-non-tso/10-man-rafts-auto-inflatable/10-man-life-raft-basic/tell-a-friend',1,1,'tell_a_friend',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre',2,1,'product_info',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre/reviews',2,1,'product_reviews',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre/review',2,1,'product_reviews_info',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre/add-a-review',2,1,'product_reviews_write',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-10-hombre/balsa-salvavida-basico-10-hombre/tell-a-friend',2,1,'tell_a_friend',NULL,25,NULL,'301','2011-04-08 23:35:08','monthly',0.80),('/life-rafts-non-tso/12-man-rafts-auto-inflatable/12-man-life-raft-basic',1,1,'product_info',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/life-rafts-non-tso/12-man-rafts-auto-inflatable/12-man-life-raft-basic/reviews',1,1,'product_reviews',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/life-rafts-non-tso/12-man-rafts-auto-inflatable/12-man-life-raft-basic/review',1,1,'product_reviews_info',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/life-rafts-non-tso/12-man-rafts-auto-inflatable/12-man-life-raft-basic/add-a-review',1,1,'product_reviews_write',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/life-rafts-non-tso/12-man-rafts-auto-inflatable/12-man-life-raft-basic/tell-a-friend',1,1,'tell_a_friend',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre',2,1,'product_info',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre/reviews',2,1,'product_reviews',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre/review',2,1,'product_reviews_info',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre/add-a-review',2,1,'product_reviews_write',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-12-hombre/balsa-salvavida-basico-12-hombre/tell-a-friend',2,1,'tell_a_friend',NULL,30,NULL,'301','2011-04-08 23:36:24','monthly',0.80),('/life-rafts-non-tso/4-man-rafts-auto-inflatable/4-man-life-raft-basic',1,1,'product_info',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/life-rafts-non-tso/4-man-rafts-auto-inflatable/4-man-life-raft-basic/reviews',1,1,'product_reviews',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/life-rafts-non-tso/4-man-rafts-auto-inflatable/4-man-life-raft-basic/review',1,1,'product_reviews_info',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/life-rafts-non-tso/4-man-rafts-auto-inflatable/4-man-life-raft-basic/add-a-review',1,1,'product_reviews_write',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/life-rafts-non-tso/4-man-rafts-auto-inflatable/4-man-life-raft-basic/tell-a-friend',1,1,'tell_a_friend',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre',2,1,'product_info',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre/reviews',2,1,'product_reviews',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre/review',2,1,'product_reviews_info',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre/add-a-review',2,1,'product_reviews_write',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/balsas-salvavidas-no-tso/balsas-4-hombre/balsa-salvavida-basico-4-hombre/tell-a-friend',2,1,'tell_a_friend',NULL,10,NULL,'301','2011-04-08 23:37:24','monthly',0.80),('/4-man-rafts-non-tso',1,1,'index',NULL,19,NULL,'301','2011-04-09 08:20:49','monthly',0.80),('/4-man-rafts-tso',1,1,'index',NULL,21,NULL,'301','2011-04-09 08:21:30','monthly',0.80),('/life-rafts-non-tso',1,1,'index',NULL,5,NULL,'301','2011-04-09 08:52:49','monthly',0.80),('/',1,0,'page',NULL,9,NULL,'301','2011-04-09 10:44:35','monthly',0.80),('/',2,1,'page',NULL,9,NULL,'301','2011-04-09 10:44:35','monthly',0.80),('/compare_survival_kits',1,0,'page',NULL,9,NULL,'301','2011-04-09 10:45:34','monthly',0.80),('/compare-survival-kits',1,1,'page',NULL,9,NULL,'301','2011-04-09 11:15:36','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-non-tso',1,1,'product_info',NULL,2,NULL,'301','2011-04-15 08:41:19','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-non-tso/reviews',1,1,'product_reviews',NULL,2,NULL,'301','2011-04-15 08:41:19','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-non-tso/review',1,1,'product_reviews_info',NULL,2,NULL,'301','2011-04-15 08:41:19','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-non-tso/add-a-review',1,1,'product_reviews_write',NULL,2,NULL,'301','2011-04-15 08:41:19','monthly',0.80),('/life-rafts-private-use/4-man-rafts/4-man-life-raft-w-canopy-only-non-tso/tell-a-friend',1,1,'tell_a_friend',NULL,2,NULL,'301','2011-04-15 08:41:19','monthly',0.80),('/',1,0,'page',NULL,10,NULL,'301','2011-04-15 13:34:23','monthly',0.80),('/',2,0,'page',NULL,10,NULL,'301','2011-04-15 13:34:23','monthly',0.80),('/faqs',1,1,'page',NULL,10,NULL,'301','2011-04-15 13:36:10','monthly',0.80),('/faqs',2,1,'page',NULL,10,NULL,'301','2011-04-15 13:36:10','monthly',0.80),('/',1,0,'page',NULL,11,NULL,'301','2011-04-15 14:28:26','monthly',0.80),('/',2,0,'page',NULL,11,NULL,'301','2011-04-15 14:28:26','monthly',0.80),('/faa_regulations',1,1,'page',NULL,11,NULL,'301','2011-04-15 14:29:06','monthly',0.80),('/faa_regulations',2,1,'page',NULL,11,NULL,'301','2011-04-15 14:29:06','monthly',0.80),('/engineeering',1,1,'page',NULL,13,NULL,'301','2012-04-26 10:48:38','monthly',0.80),('/engineering',2,1,'page',NULL,13,NULL,'301','2012-04-26 10:57:39','monthly',0.80),('/transmitters/resqlink-406',1,1,'product_info',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmitters/resqlink-406/reviews',1,1,'product_reviews',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmitters/resqlink-406/review',1,1,'product_reviews_info',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmitters/resqlink-406/add-a-review',1,1,'product_reviews_write',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmitters/resqlink-406/tell-a-friend',1,1,'tell_a_friend',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmisores/resqlink-406',2,1,'product_info',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmisores/resqlink-406/reviews',2,1,'product_reviews',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmisores/resqlink-406/review',2,1,'product_reviews_info',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmisores/resqlink-406/add-a-review',2,1,'product_reviews_write',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/transmisores/resqlink-406/tell-a-friend',2,1,'tell_a_friend',NULL,45,NULL,'301','2014-01-20 18:51:18','monthly',0.80),('/safety-equipment/fire-fighting-suit-complete-kit',1,1,'product_info',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/safety-equipment/fire-fighting-suit-complete-kit/reviews',1,1,'product_reviews',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/safety-equipment/fire-fighting-suit-complete-kit/review',1,1,'product_reviews_info',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/safety-equipment/fire-fighting-suit-complete-kit/add-a-review',1,1,'product_reviews_write',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/safety-equipment/fire-fighting-suit-complete-kit/tell-a-friend',1,1,'tell_a_friend',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/equipo-de-seguridad/fire-fighting-suit-complete-kit',2,1,'product_info',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/equipo-de-seguridad/fire-fighting-suit-complete-kit/reviews',2,1,'product_reviews',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/equipo-de-seguridad/fire-fighting-suit-complete-kit/review',2,1,'product_reviews_info',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/equipo-de-seguridad/fire-fighting-suit-complete-kit/add-a-review',2,1,'product_reviews_write',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/equipo-de-seguridad/fire-fighting-suit-complete-kit/tell-a-friend',2,1,'tell_a_friend',NULL,73,NULL,'301','2016-07-12 13:10:30','monthly',0.80),('/safety-equipment/first-aid-kit-solas',1,1,'product_info',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/safety-equipment/first-aid-kit-solas/reviews',1,1,'product_reviews',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/safety-equipment/first-aid-kit-solas/review',1,1,'product_reviews_info',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/safety-equipment/first-aid-kit-solas/add-a-review',1,1,'product_reviews_write',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/safety-equipment/first-aid-kit-solas/tell-a-friend',1,1,'tell_a_friend',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/equipo-de-seguridad/first-aid-kit-solas',2,1,'product_info',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/equipo-de-seguridad/first-aid-kit-solas/reviews',2,1,'product_reviews',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/equipo-de-seguridad/first-aid-kit-solas/review',2,1,'product_reviews_info',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/equipo-de-seguridad/first-aid-kit-solas/add-a-review',2,1,'product_reviews_write',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/equipo-de-seguridad/first-aid-kit-solas/tell-a-friend',2,1,'tell_a_friend',NULL,74,NULL,'301','2016-07-12 13:20:20','monthly',0.80),('/safety-equipment/rescue-net-markus-scn6-200-scramble-net-cradle',1,1,'product_info',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/safety-equipment/rescue-net-markus-scn6-200-scramble-net-cradle/reviews',1,1,'product_reviews',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/safety-equipment/rescue-net-markus-scn6-200-scramble-net-cradle/review',1,1,'product_reviews_info',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/safety-equipment/rescue-net-markus-scn6-200-scramble-net-cradle/add-a-review',1,1,'product_reviews_write',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/safety-equipment/rescue-net-markus-scn6-200-scramble-net-cradle/tell-a-friend',1,1,'tell_a_friend',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/equipo-de-seguridad/rescue-net-markus-scn6-200-scramble-net-cradle',2,1,'product_info',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/equipo-de-seguridad/rescue-net-markus-scn6-200-scramble-net-cradle/reviews',2,1,'product_reviews',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/equipo-de-seguridad/rescue-net-markus-scn6-200-scramble-net-cradle/review',2,1,'product_reviews_info',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/equipo-de-seguridad/rescue-net-markus-scn6-200-scramble-net-cradle/add-a-review',2,1,'product_reviews_write',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/equipo-de-seguridad/rescue-net-markus-scn6-200-scramble-net-cradle/tell-a-friend',2,1,'tell_a_friend',NULL,75,NULL,'301','2016-07-12 13:33:39','monthly',0.80),('/safety-equipment/fire-blanket--hard-pack',1,1,'product_info',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/safety-equipment/fire-blanket--hard-pack/reviews',1,1,'product_reviews',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/safety-equipment/fire-blanket--hard-pack/review',1,1,'product_reviews_info',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/safety-equipment/fire-blanket--hard-pack/add-a-review',1,1,'product_reviews_write',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/safety-equipment/fire-blanket--hard-pack/tell-a-friend',1,1,'tell_a_friend',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/equipo-de-seguridad/fire-blanket--hard-pack',2,1,'product_info',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/equipo-de-seguridad/fire-blanket--hard-pack/reviews',2,1,'product_reviews',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/equipo-de-seguridad/fire-blanket--hard-pack/review',2,1,'product_reviews_info',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/equipo-de-seguridad/fire-blanket--hard-pack/add-a-review',2,1,'product_reviews_write',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/equipo-de-seguridad/fire-blanket--hard-pack/tell-a-friend',2,1,'tell_a_friend',NULL,76,NULL,'301','2016-07-12 13:38:58','monthly',0.80),('/safety-equipment/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize',1,1,'product_info',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/safety-equipment/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/reviews',1,1,'product_reviews',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/safety-equipment/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/review',1,1,'product_reviews_info',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/safety-equipment/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/add-a-review',1,1,'product_reviews_write',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/safety-equipment/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/tell-a-friend',1,1,'tell_a_friend',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/equipo-de-seguridad/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize',2,1,'product_info',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/equipo-de-seguridad/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/reviews',2,1,'product_reviews',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/equipo-de-seguridad/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/review',2,1,'product_reviews_info',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/equipo-de-seguridad/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/add-a-review',2,1,'product_reviews_write',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/equipo-de-seguridad/life-jacket-vsg-mk10-adult-solas-med-uni-and-oversize/tell-a-friend',2,1,'tell_a_friend',NULL,77,NULL,'301','2016-07-12 13:55:39','monthly',0.80),('/safety-equipment/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle',1,1,'product_info',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/safety-equipment/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/reviews',1,1,'product_reviews',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/safety-equipment/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/review',1,1,'product_reviews_info',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/safety-equipment/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/add-a-review',1,1,'product_reviews_write',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/safety-equipment/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/tell-a-friend',1,1,'tell_a_friend',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/equipo-de-seguridad/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal',2,1,'product_info',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/equipo-de-seguridad/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/reviews',2,1,'product_reviews',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/equipo-de-seguridad/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/review',2,1,'product_reviews_info',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/equipo-de-seguridad/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/add-a-review',2,1,'product_reviews_write',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/equipo-de-seguridad/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/tell-a-friend',2,1,'tell_a_friend',NULL,43,NULL,'301','2016-07-12 13:57:09','monthly',0.80),('/safety-equipment/30-bridgebuoy-4.0-kg-uscg-solas-med-tc',1,1,'product_info',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/safety-equipment/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/reviews',1,1,'product_reviews',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/safety-equipment/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/review',1,1,'product_reviews_info',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/safety-equipment/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/add-a-review',1,1,'product_reviews_write',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/safety-equipment/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/tell-a-friend',1,1,'tell_a_friend',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/equipo-de-seguridad/30-bridgebuoy-4.0-kg-uscg-solas-med-tc',2,1,'product_info',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/equipo-de-seguridad/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/reviews',2,1,'product_reviews',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/equipo-de-seguridad/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/review',2,1,'product_reviews_info',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/equipo-de-seguridad/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/add-a-review',2,1,'product_reviews_write',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/equipo-de-seguridad/30-bridgebuoy-4.0-kg-uscg-solas-med-tc/tell-a-friend',2,1,'tell_a_friend',NULL,78,NULL,'301','2016-07-12 14:36:02','monthly',0.80),('/life-vests/mullion-275-hi-rise-blue-275-newton-solas-med',1,1,'product_info',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/life-vests/mullion-275-hi-rise-blue-275-newton-solas-med/reviews',1,1,'product_reviews',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/life-vests/mullion-275-hi-rise-blue-275-newton-solas-med/review',1,1,'product_reviews_info',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/life-vests/mullion-275-hi-rise-blue-275-newton-solas-med/add-a-review',1,1,'product_reviews_write',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/life-vests/mullion-275-hi-rise-blue-275-newton-solas-med/tell-a-friend',1,1,'tell_a_friend',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-blue-275-newton-solas-med',2,1,'product_info',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-blue-275-newton-solas-med/reviews',2,1,'product_reviews',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-blue-275-newton-solas-med/review',2,1,'product_reviews_info',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-blue-275-newton-solas-med/add-a-review',2,1,'product_reviews_write',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-blue-275-newton-solas-med/tell-a-friend',2,1,'tell_a_friend',NULL,80,NULL,'301','2016-07-15 12:44:41','monthly',0.80),('/life-vests/mullion-275-hi-rise-red-275-newton-solas-med',1,1,'product_info',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/life-vests/mullion-275-hi-rise-red-275-newton-solas-med/reviews',1,1,'product_reviews',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/life-vests/mullion-275-hi-rise-red-275-newton-solas-med/review',1,1,'product_reviews_info',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/life-vests/mullion-275-hi-rise-red-275-newton-solas-med/add-a-review',1,1,'product_reviews_write',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/life-vests/mullion-275-hi-rise-red-275-newton-solas-med/tell-a-friend',1,1,'tell_a_friend',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-red-275-newton-solas-med',2,1,'product_info',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-red-275-newton-solas-med/reviews',2,1,'product_reviews',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-red-275-newton-solas-med/review',2,1,'product_reviews_info',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-red-275-newton-solas-med/add-a-review',2,1,'product_reviews_write',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/chalecos-salvavidas/mullion-275-hi-rise-red-275-newton-solas-med/tell-a-friend',2,1,'tell_a_friend',NULL,79,NULL,'301','2016-07-15 13:00:19','monthly',0.80),('/life-vests/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle',1,1,'product_info',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/life-vests/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/reviews',1,1,'product_reviews',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/life-vests/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/review',1,1,'product_reviews_info',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/life-vests/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/add-a-review',1,1,'product_reviews_write',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/life-vests/life-vest-auto-inflatable-xf-35-w-sea-dye-marker-and-signal-whistle/tell-a-friend',1,1,'tell_a_friend',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/chalecos-salvavidas/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal',2,1,'product_info',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/chalecos-salvavidas/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/reviews',2,1,'product_reviews',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/chalecos-salvavidas/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/review',2,1,'product_reviews_info',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/chalecos-salvavidas/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/add-a-review',2,1,'product_reviews_write',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/chalecos-salvavidas/chaleco-salvavidas-inflable-auto-xf-35-con-el-marcador-del-tinte-del-mar-y-el-silbido-de-la-senal/tell-a-friend',2,1,'tell_a_friend',NULL,82,NULL,'301','2016-07-15 13:05:28','monthly',0.80),('/clothing',1,1,'index',NULL,30,NULL,'301','2016-11-22 13:18:53','monthly',0.80),('/ropas',2,1,'index',NULL,30,NULL,'301','2016-11-22 13:18:53','monthly',0.80),('/rothco',1,1,'index','manufacturers_id=1',NULL,NULL,'301','2016-11-22 13:24:53','monthly',0.80),('/rothco',2,1,'index','manufacturers_id=1',NULL,NULL,'301','2016-11-22 13:24:53','monthly',0.80),('/clothing/rothco-ma-1-flight-jacket',1,1,'product_info',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/clothing/rothco-ma-1-flight-jacket/reviews',1,1,'product_reviews',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/clothing/rothco-ma-1-flight-jacket/review',1,1,'product_reviews_info',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/clothing/rothco-ma-1-flight-jacket/add-a-review',1,1,'product_reviews_write',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/clothing/rothco-ma-1-flight-jacket/tell-a-friend',1,1,'tell_a_friend',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/ropas/rothco-ma-1-chaquetas-de-vuelo',2,1,'product_info',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/ropas/rothco-ma-1-chaquetas-de-vuelo/reviews',2,1,'product_reviews',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/ropas/rothco-ma-1-chaquetas-de-vuelo/review',2,1,'product_reviews_info',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/ropas/rothco-ma-1-chaquetas-de-vuelo/add-a-review',2,1,'product_reviews_write',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/ropas/rothco-ma-1-chaquetas-de-vuelo/tell-a-friend',2,1,'tell_a_friend',NULL,83,NULL,'301','2016-11-22 13:36:42','monthly',0.80),('/life-vests/vsg-babysafe-solas-med-infant-baby-life-vest',1,1,'product_info',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/life-vests/vsg-babysafe-solas-med-infant-baby-life-vest/reviews',1,1,'product_reviews',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/life-vests/vsg-babysafe-solas-med-infant-baby-life-vest/review',1,1,'product_reviews_info',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/life-vests/vsg-babysafe-solas-med-infant-baby-life-vest/add-a-review',1,1,'product_reviews_write',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/life-vests/vsg-babysafe-solas-med-infant-baby-life-vest/tell-a-friend',1,1,'tell_a_friend',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/chalecos-salvavidas/vsg-babysafe-solas-med-infant-baby-life-vest',2,1,'product_info',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/chalecos-salvavidas/vsg-babysafe-solas-med-infant-baby-life-vest/reviews',2,1,'product_reviews',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/chalecos-salvavidas/vsg-babysafe-solas-med-infant-baby-life-vest/review',2,1,'product_reviews_info',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/chalecos-salvavidas/vsg-babysafe-solas-med-infant-baby-life-vest/add-a-review',2,1,'product_reviews_write',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/chalecos-salvavidas/vsg-babysafe-solas-med-infant-baby-life-vest/tell-a-friend',2,1,'tell_a_friend',NULL,84,NULL,'301','2017-12-20 12:35:40','monthly',0.80),('/',1,0,'page',NULL,14,NULL,'301','2018-01-12 19:45:18','monthly',0.80),('/',2,0,'page',NULL,14,NULL,'301','2018-01-12 19:45:18','monthly',0.80),('/checkout_success',1,1,'page',NULL,14,NULL,'301','2018-01-12 19:55:30','monthly',0.80),('/checkou_success',2,1,'page',NULL,14,NULL,'301','2018-01-12 19:55:30','monthly',0.80);
/*!40000 ALTER TABLE `zen_ceon_uri_mappings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_ceon_uri_mappings_xml`
--

DROP TABLE IF EXISTS `zen_ceon_uri_mappings_xml`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_ceon_uri_mappings_xml` (
  `xmlHeader` varchar(255) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_ceon_uri_mappings_xml`
--

LOCK TABLES `zen_ceon_uri_mappings_xml` WRITE;
/*!40000 ALTER TABLE `zen_ceon_uri_mappings_xml` DISABLE KEYS */;
INSERT INTO `zen_ceon_uri_mappings_xml` VALUES ('xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"			 xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9  		http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\"  		xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">');
/*!40000 ALTER TABLE `zen_ceon_uri_mappings_xml` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_configuration`
--

DROP TABLE IF EXISTS `zen_configuration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_configuration` (
  `configuration_id` int(11) NOT NULL AUTO_INCREMENT,
  `configuration_title` text COLLATE utf8_unicode_ci NOT NULL,
  `configuration_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `configuration_value` text COLLATE utf8_unicode_ci NOT NULL,
  `configuration_description` text COLLATE utf8_unicode_ci NOT NULL,
  `configuration_group_id` int(11) NOT NULL DEFAULT '0',
  `sort_order` int(5) DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `use_function` text COLLATE utf8_unicode_ci,
  `set_function` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`configuration_id`),
  UNIQUE KEY `unq_config_key_zen` (`configuration_key`),
  KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)),
  KEY `idx_cfg_grp_id_zen` (`configuration_group_id`)
) ENGINE=MyISAM AUTO_INCREMENT=680 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_configuration`
--

LOCK TABLES `zen_configuration` WRITE;
/*!40000 ALTER TABLE `zen_configuration` DISABLE KEYS */;
INSERT INTO `zen_configuration` VALUES (1,'Store Name','STORE_NAME','www.aaasurvivalproducts.com','The name of my store',1,1,'2010-10-22 10:22:14','2010-10-17 08:24:08',NULL,NULL),(2,'Store Owner','STORE_OWNER','AAASurvival, Inc.','The name of my store owner',1,2,'2010-10-17 18:16:38','2010-10-17 08:24:08',NULL,NULL),(3,'Country','STORE_COUNTRY','223','The country my store is located in <br /><br /><strong>Note: Please remember to update the store zone.</strong>',1,6,NULL,'2010-10-17 08:24:08','zen_get_country_name','zen_cfg_pull_down_country_list('),(4,'Zone','STORE_ZONE','18','The zone my store is located in',1,7,'2010-10-17 18:32:08','2010-10-17 08:24:08','zen_cfg_get_zone_name','zen_cfg_pull_down_zone_list('),(5,'Expected Sort Order','EXPECTED_PRODUCTS_SORT','desc','This is the sort order used in the expected products box.',1,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'asc\', \'desc\'), '),(6,'Expected Sort Field','EXPECTED_PRODUCTS_FIELD','date_expected','The column to sort by in the expected products box.',1,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'products_name\', \'date_expected\'), '),(7,'Switch To Default Language Currency','USE_DEFAULT_LANGUAGE_CURRENCY','false','Automatically switch to the language\'s currency when it is changed',1,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(8,'Language Selector','LANGUAGE_DEFAULT_SELECTOR','Default','Should the default language be based on the Store preferences, or the customer\'s browser settings?<br /><br />Default: Store\'s default settings',1,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'Default\', \'Browser\'), '),(9,'Use Search-Engine Safe URLs (still in development)','SEARCH_ENGINE_FRIENDLY_URLS','false','Use search-engine safe urls for all site links',6,12,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(10,'Display Cart After Adding Product','DISPLAY_CART','true','Display the shopping cart after adding a product (or return back to their origin)',1,14,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(11,'Default Search Operator','ADVANCED_SEARCH_DEFAULT_OPERATOR','and','Default search operators',1,17,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'and\', \'or\'), '),(12,'Store Address and Phone','STORE_NAME_ADDRESS','AAASurvival, Inc.\r\naaaSurvivalProducts.com\r\n 12361 SW 106th Street\r\n Miami, FL 33186 USA\r\n 800-976-9206','This is the Store Name, Address and Phone used on printable documents and displayed online',1,18,'2016-07-12 20:54:57','2010-10-17 08:24:08',NULL,'zen_cfg_textarea('),(13,'Show Category Counts','SHOW_COUNTS','false','Count recursively how many products are in each category',1,19,'2010-10-24 13:15:58','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(14,'Tax Decimal Places','TAX_DECIMAL_PLACES','0','Pad the tax value this amount of decimal places',1,20,NULL,'2010-10-17 08:24:08',NULL,NULL),(15,'Display Prices with Tax','DISPLAY_PRICE_WITH_TAX','false','Display prices with tax included (true) or add the tax at the end (false)',1,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(16,'Display Prices with Tax in Admin','DISPLAY_PRICE_WITH_TAX_ADMIN','false','Display prices with tax included (true) or add the tax at the end (false) in Admin(Invoices)',1,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(17,'Basis of Product Tax','STORE_PRODUCT_TAX_BASIS','Shipping','On what basis is Product Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',1,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(18,'Basis of Shipping Tax','STORE_SHIPPING_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone - Can be overriden by correctly written Shipping Module',1,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(19,'Sales Tax Display Status','STORE_TAX_DISPLAY_STATUS','0','Always show Sales Tax even when amount is $0.00?<br />0= Off<br />1= On',1,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(20,'Show Split Tax Lines','SHOW_SPLIT_TAX_CHECKOUT','false','If multiple tax rates apply, show each rate as a separate line at checkout',1,22,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(21,'Admin Session Time Out in Seconds','SESSION_TIMEOUT_ADMIN','3600','Enter the time in seconds. Default=3600<br />Example: 3600= 1 hour<br /><br />Note: Too few seconds can result in timeout issues when adding/editing products',1,40,NULL,'2010-10-17 08:24:08',NULL,NULL),(22,'Admin Set max_execution_time for processes','GLOBAL_SET_TIME_LIMIT','60','Enter the time in seconds for how long the max_execution_time of processes should be. Default=60<br />Example: 60= 1 minute<br /><br />Note: Changing the time limit is only needed if you are having problems with the execution time of a process',1,42,NULL,'2010-10-17 08:24:08',NULL,NULL),(23,'Show if version update available','SHOW_VERSION_UPDATE_IN_HEADER','true','Automatically check to see if a new version of Zen Cart is available. Enabling this can sometimes slow down the loading of Admin pages. (Displayed on main Index page after login, and Server Info page.)',1,44,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(24,'Store Status','STORE_STATUS','0','What is your Store Status<br />0= Normal Store<br />1= Showcase no prices<br />2= Showcase with prices',1,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(25,'Server Uptime','DISPLAY_SERVER_UPTIME','true','Displaying Server uptime can cause entries in error logs on some servers. (true = Display, false = don\'t display)',1,46,'2003-11-08 20:24:47','0001-01-01 00:00:00','','zen_cfg_select_option(array(\'true\', \'false\'),'),(26,'Missing Page Check','MISSING_PAGE_CHECK','Page Not Found','Zen Cart can check for missing pages in the URL and redirect to Index page. For debugging you may want to turn this off. <br /><br /><strong>Default=On</strong><br />On = Send missing pages to \'index\'<br />Off = Don\'t check for missing pages<br />Page Not Found = display the Page-Not-Found page',1,48,'2003-11-08 20:24:47','0001-01-01 00:00:00','','zen_cfg_select_option(array(\'On\', \'Off\', \'Page Not Found\'),'),(27,'cURL Proxy Status','CURL_PROXY_REQUIRED','False','Does your host require that you use a proxy for cURL communication?',1,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(28,'cURL Proxy Address','CURL_PROXY_SERVER_DETAILS','','If you have GoDaddy hosting or other hosting services that require use of a proxy to talk to external sites via cURL, enter their proxy address here.<br />format: address:port<br />ie: for GoDaddy, enter: <strong>proxy.shr.secureserver.net:3128</strong> or possibly 64.202.165.130:3128',1,51,NULL,'2010-10-17 08:24:08',NULL,NULL),(29,'HTML Editor','HTML_EDITOR_PREFERENCE','NONE','Please select the HTML/Rich-Text editor you wish to use for composing Admin-related emails, newsletters, and product descriptions',1,110,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_pull_down_htmleditors('),(30,'Enable phpBB linkage?','PHPBB_LINKS_ENABLED','false','Should Zen Cart synchronize new account information to your (already-installed) phpBB forum?',1,120,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(31,'Show Category Counts - Admin','SHOW_COUNTS_ADMIN','true','Show Category Counts in Admin?',1,19,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(32,'Currency Conversion Ratio','CURRENCY_UPLIFT_RATIO','1.05','When auto-updating currencies, what \"uplift\" ratio should be used to calculate the exchange rate used by your store?<br />ie: the bank rate is obtained from the currency-exchange servers; how much extra do you want to charge in order to make up the difference between the bank rate and the consumer rate?<br /><br /><strong>Default: 1.05 </strong><br />This will cause the published bank rate to be multiplied by 1.05 to set the currency rates in your store.',1,55,NULL,'2010-10-17 08:24:08',NULL,NULL),(33,'First Name','ENTRY_FIRST_NAME_MIN_LENGTH','2','Minimum length of first name',2,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(34,'Last Name','ENTRY_LAST_NAME_MIN_LENGTH','2','Minimum length of last name',2,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(35,'Date of Birth','ENTRY_DOB_MIN_LENGTH','10','Minimum length of date of birth',2,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(36,'E-Mail Address','ENTRY_EMAIL_ADDRESS_MIN_LENGTH','6','Minimum length of e-mail address',2,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(37,'Street Address','ENTRY_STREET_ADDRESS_MIN_LENGTH','5','Minimum length of street address',2,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(38,'Company','ENTRY_COMPANY_MIN_LENGTH','0','Minimum length of company name',2,6,NULL,'2010-10-17 08:24:08',NULL,NULL),(39,'Post Code','ENTRY_POSTCODE_MIN_LENGTH','4','Minimum length of post code',2,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(40,'City','ENTRY_CITY_MIN_LENGTH','2','Minimum length of city',2,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(41,'State','ENTRY_STATE_MIN_LENGTH','2','Minimum length of state',2,9,NULL,'2010-10-17 08:24:08',NULL,NULL),(42,'Telephone Number','ENTRY_TELEPHONE_MIN_LENGTH','3','Minimum length of telephone number',2,10,NULL,'2010-10-17 08:24:08',NULL,NULL),(43,'Password','ENTRY_PASSWORD_MIN_LENGTH','7','Minimum length of password',2,11,NULL,'2010-10-17 08:24:08',NULL,NULL),(44,'Credit Card Owner Name','CC_OWNER_MIN_LENGTH','3','Minimum length of credit card owner name',2,12,NULL,'2010-10-17 08:24:08',NULL,NULL),(45,'Credit Card Number','CC_NUMBER_MIN_LENGTH','10','Minimum length of credit card number',2,13,NULL,'2010-10-17 08:24:08',NULL,NULL),(46,'Credit Card CVV Number','CC_CVV_MIN_LENGTH','3','Minimum length of credit card CVV number',2,13,NULL,'2010-10-17 08:24:08',NULL,NULL),(47,'Product Review Text','REVIEW_TEXT_MIN_LENGTH','50','Minimum length of product review text',2,14,NULL,'2010-10-17 08:24:08',NULL,NULL),(48,'Best Sellers','MIN_DISPLAY_BESTSELLERS','1','Minimum number of best sellers to display',2,15,NULL,'2010-10-17 08:24:08',NULL,NULL),(49,'Also Purchased Products','MIN_DISPLAY_ALSO_PURCHASED','1','Minimum number of products to display in the \'This Customer Also Purchased\' box',2,16,NULL,'2010-10-17 08:24:08',NULL,NULL),(50,'Nick Name','ENTRY_NICK_MIN_LENGTH','3','Minimum length of Nick Name',2,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(51,'Address Book Entries','MAX_ADDRESS_BOOK_ENTRIES','5','Maximum address book entries a customer is allowed to have',3,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(52,'Search Results Per Page','MAX_DISPLAY_SEARCH_RESULTS','20','Number of products to list on a search result page',3,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(53,'Prev/Next Navigation Page Links','MAX_DISPLAY_PAGE_LINKS','5','Number of \'number\' links use for page-sets',3,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(54,'Products on Special ','MAX_DISPLAY_SPECIAL_PRODUCTS','9','Number of products on special to display',3,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(55,'New Products Module','MAX_DISPLAY_NEW_PRODUCTS','9','Number of new products to display in a category',3,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(56,'Upcoming Products ','MAX_DISPLAY_UPCOMING_PRODUCTS','10','Number of \'upcoming\' products to display',3,6,NULL,'2010-10-17 08:24:08',NULL,NULL),(57,'Manufacturers List - Scroll Box Size/Style','MAX_MANUFACTURERS_LIST','3','Number of manufacturers names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(58,'Manufacturers List - Verify Product Exist','PRODUCTS_MANUFACTURERS_STATUS','1','Verify that at least 1 product exists and is active for the manufacturer name to show<br /><br />Note: When this feature is ON it can produce slower results on sites with a large number of products and/or manufacturers<br />0= off 1= on',3,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(59,'Music Genre List - Scroll Box Size/Style','MAX_MUSIC_GENRES_LIST','3','Number of music genre names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(60,'Record Company List - Scroll Box Size/Style','MAX_RECORD_COMPANY_LIST','3','Number of record company names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(61,'Length of Record Company Name','MAX_DISPLAY_RECORD_COMPANY_NAME_LEN','15','Used in record companies box; maximum length of record company name to display. Longer names will be truncated.',3,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(62,'Length of Music Genre Name','MAX_DISPLAY_MUSIC_GENRES_NAME_LEN','15','Used in music genres box; maximum length of music genre name to display. Longer names will be truncated.',3,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(63,'Length of Manufacturers Name','MAX_DISPLAY_MANUFACTURER_NAME_LEN','15','Used in manufacturers box; maximum length of manufacturers name to display. Longer names will be truncated.',3,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(64,'New Product Reviews Per Page','MAX_DISPLAY_NEW_REVIEWS','6','Number of new reviews to display on each page',3,9,NULL,'2010-10-17 08:24:08',NULL,NULL),(65,'Random Product Reviews for SideBox','MAX_RANDOM_SELECT_REVIEWS','1','Number of random product REVIEWS to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,10,NULL,'2010-10-17 08:24:08',NULL,NULL),(66,'Random New Products for SideBox','MAX_RANDOM_SELECT_NEW','3','Number of random NEW products to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,11,NULL,'2010-10-17 08:24:08',NULL,NULL),(67,'Random Products On Special for SideBox','MAX_RANDOM_SELECT_SPECIALS','2','Number of random products on SPECIAL to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,12,NULL,'2010-10-17 08:24:08',NULL,NULL),(68,'Categories To List Per Row','MAX_DISPLAY_CATEGORIES_PER_ROW','3','How many categories to list per row',3,13,NULL,'2010-10-17 08:24:08',NULL,NULL),(69,'New Products Listing- Number Per Page','MAX_DISPLAY_PRODUCTS_NEW','10','Number of new products listed per page',3,14,NULL,'2010-10-17 08:24:08',NULL,NULL),(70,'Best Sellers For Box','MAX_DISPLAY_BESTSELLERS','10','Number of best sellers to display in box',3,15,NULL,'2010-10-17 08:24:08',NULL,NULL),(71,'Also Purchased Products','MAX_DISPLAY_ALSO_PURCHASED','6','Number of products to display in the \'This Customer Also Purchased\' box',3,16,NULL,'2010-10-17 08:24:08',NULL,NULL),(72,'Recent Purchases Box- NOTE: box is disabled ','MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX','6','Number of products to display in the recent purchases box',3,17,NULL,'2010-10-17 08:24:08',NULL,NULL),(73,'Customer Order History List Per Page','MAX_DISPLAY_ORDER_HISTORY','10','Number of orders to display in the order history list in \'My Account\'',3,18,NULL,'2010-10-17 08:24:08',NULL,NULL),(74,'Maximum Display of Customers on Customers Page','MAX_DISPLAY_SEARCH_RESULTS_CUSTOMER','20','',3,19,NULL,'2010-10-17 08:24:08',NULL,NULL),(75,'Maximum Display of Orders on Orders Page','MAX_DISPLAY_SEARCH_RESULTS_ORDERS','20','',3,20,NULL,'2010-10-17 08:24:08',NULL,NULL),(76,'Maximum Display of Products on Reports','MAX_DISPLAY_SEARCH_RESULTS_REPORTS','20','',3,21,NULL,'2010-10-17 08:24:08',NULL,NULL),(77,'Maximum Categories Products Display List','MAX_DISPLAY_RESULTS_CATEGORIES','10','Number of products to list per screen',3,22,NULL,'2010-10-17 08:24:08',NULL,NULL),(78,'Products Listing- Number Per Page','MAX_DISPLAY_PRODUCTS_LISTING','10','Maximum Number of Products to list per page on main page',3,30,NULL,'2010-10-17 08:24:08',NULL,NULL),(79,'Products Attributes - Option Names and Values Display','MAX_ROW_LISTS_OPTIONS','10','Maximum number of option names and values to display in the products attributes page',3,24,NULL,'2010-10-17 08:24:08',NULL,NULL),(80,'Products Attributes - Attributes Controller Display','MAX_ROW_LISTS_ATTRIBUTES_CONTROLLER','30','Maximum number of attributes to display in the Attributes Controller page',3,25,NULL,'2010-10-17 08:24:08',NULL,NULL),(81,'Products Attributes - Downloads Manager Display','MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER','30','Maximum number of attributes downloads to display in the Downloads Manager page',3,26,NULL,'2010-10-17 08:24:08',NULL,NULL),(82,'Featured Products - Number to Display Admin','MAX_DISPLAY_SEARCH_RESULTS_FEATURED_ADMIN','10','Number of featured products to list per screen - Admin',3,27,NULL,'2010-10-17 08:24:08',NULL,NULL),(83,'Maximum Display of Featured Products - Main Page','MAX_DISPLAY_SEARCH_RESULTS_FEATURED','8','Number of featured products to list on main page',3,28,'2011-05-01 15:43:59','2010-10-17 08:24:08',NULL,NULL),(84,'Maximum Display of Featured Products Page','MAX_DISPLAY_PRODUCTS_FEATURED_PRODUCTS','10','Number of featured products to list per screen',3,29,NULL,'2010-10-17 08:24:08',NULL,NULL),(85,'Random Featured Products for SideBox','MAX_RANDOM_SELECT_FEATURED_PRODUCTS','2','Number of random FEATURED products to rotate in the sidebox<br />Enter the number of products to display in this sidebox at one time.<br /><br />How many products do you want to display in this sidebox?',3,30,NULL,'2010-10-17 08:24:08',NULL,NULL),(86,'Maximum Display of Specials Products - Main Page','MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX','9','Number of special products to list on main page',3,31,NULL,'2010-10-17 08:24:08',NULL,NULL),(87,'New Product Listing - Limited to ...','SHOW_NEW_PRODUCTS_LIMIT','0','Limit the New Product Listing to<br />0= All Products<br />1= Current Month<br />7= 7 Days<br />14= 14 Days<br />30= 30 Days<br />60= 60 Days<br />90= 90 Days<br />120= 120 Days',3,40,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'7\', \'14\', \'30\', \'60\', \'90\', \'120\'), '),(88,'Maximum Display of Products All Page','MAX_DISPLAY_PRODUCTS_ALL','10','Number of products to list per screen',3,45,NULL,'2010-10-17 08:24:08',NULL,NULL),(89,'Maximum Display of Language Flags in Language Side Box','MAX_LANGUAGE_FLAGS_COLUMNS','3','Number of Language Flags per Row',3,50,NULL,'2010-10-17 08:24:08',NULL,NULL),(90,'Maximum File Upload Size','MAX_FILE_UPLOAD_SIZE','2048000','What is the Maximum file size for uploads?<br />Default= 2048000',3,60,NULL,'2010-10-17 08:24:08',NULL,NULL),(91,'Allowed Filename Extensions for uploading','UPLOAD_FILENAME_EXTENSIONS','jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip','List the permissible filetypes (filename extensions) to be allowed when files are uploaded to your site by customers. Separate multiple values with commas(,). Do not include the dot(.).<br /><br />Suggested setting: \"jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip\"',3,61,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea('),(92,'Maximum Orders Detail Display on Admin Orders Listing','MAX_DISPLAY_RESULTS_ORDERS_DETAILS_LISTING','0','Maximum number of Order Details<br />0 = Unlimited',3,65,NULL,'2010-10-17 08:24:08',NULL,NULL),(93,'Maximum PayPal IPN Display on Admin Listing','MAX_DISPLAY_SEARCH_RESULTS_PAYPAL_IPN','20','Maximum number of PayPal IPN Lisings in Admin<br />Default is 20',3,66,NULL,'2010-10-17 08:24:08',NULL,NULL),(94,'Maximum Display Columns Products to Multiple Categories Manager','MAX_DISPLAY_PRODUCTS_TO_CATEGORIES_COLUMNS','3','Maximum Display Columns Products to Multiple Categories Manager<br />3 = Default',3,70,NULL,'2010-10-17 08:24:08',NULL,NULL),(95,'Maximum Display EZ-Pages','MAX_DISPLAY_SEARCH_RESULTS_EZPAGE','20','Maximum Display EZ-Pages<br />20 = Default',3,71,NULL,'2010-10-17 08:24:08',NULL,NULL),(96,'Small Image Width','SMALL_IMAGE_WIDTH','100','The pixel width of small images',4,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(97,'Small Image Height','SMALL_IMAGE_HEIGHT','80','The pixel height of small images',4,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(98,'Heading Image Width - Admin','HEADING_IMAGE_WIDTH','57','The pixel width of heading images in the Admin<br />NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin',4,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(99,'Heading Image Height - Admin','HEADING_IMAGE_HEIGHT','40','The pixel height of heading images in the Admin<br />NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin',4,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(100,'Subcategory Image Width','SUBCATEGORY_IMAGE_WIDTH','150','The pixel width of subcategory images',4,5,'2011-04-07 18:40:26','2010-10-17 08:24:08',NULL,NULL),(101,'Subcategory Image Height','SUBCATEGORY_IMAGE_HEIGHT','87','The pixel height of subcategory images',4,6,'2011-04-07 18:40:37','2010-10-17 08:24:08',NULL,NULL),(102,'Calculate Image Size','CONFIG_CALCULATE_IMAGE_SIZE','true','Calculate the size of images?',4,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(103,'Image Required','IMAGE_REQUIRED','true','Enable to display broken images. Good for development.',4,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(104,'Image - Shopping Cart Status','IMAGE_SHOPPING_CART_STATUS','1','Show product image in the shopping cart?<br />0= off 1= on',4,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(105,'Image - Shopping Cart Width','IMAGE_SHOPPING_CART_WIDTH','50','Default = 50',4,10,NULL,'2010-10-17 08:24:08',NULL,NULL),(106,'Image - Shopping Cart Height','IMAGE_SHOPPING_CART_HEIGHT','40','Default = 40',4,11,NULL,'2010-10-17 08:24:08',NULL,NULL),(107,'Category Icon Image Width - Product Info Pages','CATEGORY_ICON_IMAGE_WIDTH','110','The pixel width of Category Icon heading images for Product Info Pages',4,13,'2011-04-07 06:43:54','2010-10-17 08:24:08',NULL,NULL),(108,'Category Icon Image Height - Product Info Pages','CATEGORY_ICON_IMAGE_HEIGHT','75','The pixel height of Category Icon heading images for Product Info Pages',4,14,'2011-04-07 06:44:05','2010-10-17 08:24:08',NULL,NULL),(109,'Top Subcategory Image Width','SUBCATEGORY_IMAGE_TOP_WIDTH','150','The pixel width of Top subcategory images<br />Top subcategory is when the Category contains subcategories',4,15,NULL,'2010-10-17 08:24:08',NULL,NULL),(110,'Top Subcategory Image Height','SUBCATEGORY_IMAGE_TOP_HEIGHT','85','The pixel height of Top subcategory images<br />Top subcategory is when the Category contains subcategories',4,16,NULL,'2010-10-17 08:24:08',NULL,NULL),(111,'Product Info - Image Width','MEDIUM_IMAGE_WIDTH','150','The pixel width of Product Info images',4,20,NULL,'2010-10-17 08:24:08',NULL,NULL),(112,'Product Info - Image Height','MEDIUM_IMAGE_HEIGHT','120','The pixel height of Product Info images',4,21,NULL,'2010-10-17 08:24:08',NULL,NULL),(113,'Product Info - Image Medium Suffix','IMAGE_SUFFIX_MEDIUM','_MED','Product Info Medium Image Suffix<br />Default = _MED',4,22,NULL,'2010-10-17 08:24:08',NULL,NULL),(114,'Product Info - Image Large Suffix','IMAGE_SUFFIX_LARGE','_LRG','Product Info Large Image Suffix<br />Default = _LRG',4,23,NULL,'2010-10-17 08:24:08',NULL,NULL),(115,'Product Info - Number of Additional Images per Row','IMAGES_AUTO_ADDED','3','Product Info - Enter the number of additional images to display per row<br />Default = 3',4,30,NULL,'2010-10-17 08:24:08',NULL,NULL),(116,'Image - Product Listing Width','IMAGE_PRODUCT_LISTING_WIDTH','100','Default = 100',4,40,NULL,'2010-10-17 08:24:08',NULL,NULL),(117,'Image - Product Listing Height','IMAGE_PRODUCT_LISTING_HEIGHT','80','Default = 80',4,41,NULL,'2010-10-17 08:24:08',NULL,NULL),(118,'Image - Product New Listing Width','IMAGE_PRODUCT_NEW_LISTING_WIDTH','100','Default = 100',4,42,NULL,'2010-10-17 08:24:08',NULL,NULL),(119,'Image - Product New Listing Height','IMAGE_PRODUCT_NEW_LISTING_HEIGHT','80','Default = 80',4,43,NULL,'2010-10-17 08:24:08',NULL,NULL),(120,'Image - New Products Width','IMAGE_PRODUCT_NEW_WIDTH','100','Default = 100',4,44,NULL,'2010-10-17 08:24:08',NULL,NULL),(121,'Image - New Products Height','IMAGE_PRODUCT_NEW_HEIGHT','80','Default = 80',4,45,NULL,'2010-10-17 08:24:08',NULL,NULL),(122,'Image - Featured Products Width','IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH','100','Default = 100',4,46,NULL,'2010-10-17 08:24:08',NULL,NULL),(123,'Image - Featured Products Height','IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT','80','Default = 80',4,47,NULL,'2010-10-17 08:24:08',NULL,NULL),(124,'Image - Product All Listing Width','IMAGE_PRODUCT_ALL_LISTING_WIDTH','100','Default = 100',4,48,NULL,'2010-10-17 08:24:08',NULL,NULL),(125,'Image - Product All Listing Height','IMAGE_PRODUCT_ALL_LISTING_HEIGHT','80','Default = 80',4,49,NULL,'2010-10-17 08:24:08',NULL,NULL),(126,'Product Image - No Image Status','PRODUCTS_IMAGE_NO_IMAGE_STATUS','1','Use automatic No Image when none is added to product<br />0= off<br />1= On',4,60,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(127,'Product Image - No Image picture','PRODUCTS_IMAGE_NO_IMAGE','no_picture.gif','Use automatic No Image when none is added to product<br />Default = no_picture.gif',4,61,NULL,'2010-10-17 08:24:08',NULL,NULL),(128,'Image - Use Proportional Images on Products and Categories','PROPORTIONAL_IMAGES_STATUS','1','Use Proportional Images on Products and Categories?<br /><br />NOTE: Do not use 0 height or width settings for Proportion Images<br />0= off 1= on',4,75,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(129,'Email Salutation','ACCOUNT_GENDER','true','Display salutation choice during account creation and with account information',5,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(130,'Date of Birth','ACCOUNT_DOB','false','Display date of birth field during account creation and with account information<br />NOTE: Set Minimum Value Date of Birth to blank for not required<br />Set Minimum Value Date of Birth > 0 to require',5,2,'2010-10-17 18:42:48','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(131,'Company','ACCOUNT_COMPANY','true','Display company field during account creation and with account information',5,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(132,'Address Line 2','ACCOUNT_SUBURB','true','Display address line 2 field during account creation and with account information',5,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(133,'State','ACCOUNT_STATE','true','Display state field during account creation and with account information',5,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(134,'State - Always display as pulldown?','ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN','false','When state field is displayed, should it always be a pulldown menu?',5,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(135,'Create Account Default Country ID','SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY','223','Set Create Account Default Country ID to:<br />Default is 223',5,6,NULL,'2010-10-17 08:24:08','zen_get_country_name','zen_cfg_pull_down_country_list_none('),(136,'Fax Number','ACCOUNT_FAX_NUMBER','true','Display fax number field during account creation and with account information',5,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(137,'Show Newsletter Checkbox','ACCOUNT_NEWSLETTER_STATUS','1','Show Newsletter Checkbox<br />0= off<br />1= Display Unchecked<br />2= Display Checked<br /><strong>Note: Defaulting this to accepted may be in violation of certain regulations for your state or country</strong>',5,45,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(138,'Customer Default Email Preference','ACCOUNT_EMAIL_PREFERENCE','0','Set the Default Customer Default Email Preference<br />0= Text<br />1= HTML<br />',5,46,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(139,'Customer Product Notification Status','CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS','1','Customer should be asked about product notifications after checkout success and in account preferences<br />0= Never ask<br />1= Ask (ignored on checkout if has already selected global notifications)<br /><br />Note: Sidebox must be turned off separately',5,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(140,'Customer Shop Status - View Shop and Prices','CUSTOMERS_APPROVAL','0','Customer must be approved to shop<br />0= Not required<br />1= Must login to browse<br />2= May browse but no prices unless logged in<br />3= Showroom Only<br /><br />It is recommended that Option 2 be used for the purposes of Spiders if you wish customers to login to see prices.',5,55,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(141,'Customer Approval Status - Authorization Pending','CUSTOMERS_APPROVAL_AUTHORIZATION','0','Customer must be Authorized to shop<br />0= Not required<br />1= Must be Authorized to Browse<br />2= May browse but no prices unless Authorized<br />3= Customer May Browse and May see Prices but Must be Authorized to Buy<br /><br />It is recommended that Option 2 or 3 be used for the purposes of Spiders',5,65,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(142,'Customer Authorization: filename','CUSTOMERS_AUTHORIZATION_FILENAME','customers_authorization','Customer Authorization filename<br />Note: Do not include the extension<br />Default=customers_authorization',5,66,NULL,'2010-10-17 08:24:08',NULL,''),(143,'Customer Authorization: Hide Header','CUSTOMERS_AUTHORIZATION_HEADER_OFF','false','Customer Authorization: Hide Header <br />(true=hide false=show)',5,67,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(144,'Customer Authorization: Hide Column Left','CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF','false','Customer Authorization: Hide Column Left <br />(true=hide false=show)',5,68,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(145,'Customer Authorization: Hide Column Right','CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF','false','Customer Authorization: Hide Column Right <br />(true=hide false=show)',5,69,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(146,'Customer Authorization: Hide Footer','CUSTOMERS_AUTHORIZATION_FOOTER_OFF','false','Customer Authorization: Hide Footer <br />(true=hide false=show)',5,70,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(147,'Customer Authorization: Hide Prices','CUSTOMERS_AUTHORIZATION_PRICES_OFF','false','Customer Authorization: Hide Prices <br />(true=hide false=show)',5,71,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(148,'Customers Referral Status','CUSTOMERS_REFERRAL_STATUS','0','Customers Referral Code is created from<br />0= Off<br />1= 1st Discount Coupon Code used<br />2= Customer can add during create account or edit if blank<br /><br />NOTE: Once the Customers Referral Code has been set it can only be changed in the Admin Customer',5,80,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(149,'Installed Modules','MODULE_PAYMENT_INSTALLED','moneyorder.php;paypaldp.php;paypalwpp.php','List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: freecharger.php;cod.php;paypal.php)',6,0,'2013-11-19 17:34:25','2010-10-17 08:24:08',NULL,NULL),(150,'Installed Modules','MODULE_ORDER_TOTAL_INSTALLED','ot_subtotal.php;ot_shipping.php;ot_coupon.php;ot_group_pricing.php;ot_tax.php;ot_loworderfee.php;ot_gv.php;ot_total.php','List of order_total module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php)',6,0,NULL,'2010-10-17 08:24:08',NULL,NULL),(151,'Installed Modules','MODULE_SHIPPING_INSTALLED','ups.php','List of shipping module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)',6,0,'2010-10-25 07:38:29','2010-10-17 08:24:08',NULL,NULL),(637,'Payment Zone','MODULE_PAYMENT_PAYPALWPP_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,25,NULL,'2013-11-19 17:31:18','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(638,'Set Order Status','MODULE_PAYMENT_PAYPALWPP_ORDER_STATUS_ID','2','Set the status of orders paid with this payment module to this value. <br /><strong>Recommended: Processing[2]</strong>',6,25,NULL,'2013-11-19 17:31:18','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(635,'Express Checkout: Automatic Account Creation','MODULE_PAYMENT_PAYPALWPP_NEW_ACCT_NOTIFY','Yes','If a visitor is not an existing customer, a Zen Cart account is created for them.  Would you like make it a permanent account and send them an email containing their login information?<br />NOTE: Permanent accounts are auto-created if the customer purchases downloads or gift certificates, regardless of this setting.',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(636,'Sort order of display.','MODULE_PAYMENT_PAYPALWPP_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,25,NULL,'2013-11-19 17:31:18',NULL,NULL),(633,'Express Checkout: Select Cheapest Shipping Automatically','MODULE_PAYMENT_PAYPALWPP_AUTOSELECT_CHEAPEST_SHIPPING','Yes','When customer returns from PayPal, do we want to automatically select the Cheapest shipping method and skip the shipping page? (making it more *express*)<br />Note: enabling this means the customer does *not* have easy access to select an alternate shipping method (without going back to the Checkout-Step-1 page)',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(175,'Enable Check/Money Order Module','MODULE_PAYMENT_MONEYORDER_STATUS','True','Do you want to accept Check/Money Order payments?',6,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(176,'Make Payable to:','MODULE_PAYMENT_MONEYORDER_PAYTO','AAASurvival, Inc.','Who should payments be made payable to?',6,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(177,'Sort order of display.','MODULE_PAYMENT_MONEYORDER_SORT_ORDER','10','Sort order of display. Lowest is displayed first.',6,0,NULL,'2010-10-17 08:24:08',NULL,NULL),(178,'Payment Zone','MODULE_PAYMENT_MONEYORDER_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,2,NULL,'2010-10-17 08:24:08','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(179,'Set Order Status','MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID','0','Set the status of orders made with this payment module to this value',6,0,NULL,'2010-10-17 08:24:08','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(180,'Include Tax','MODULE_ORDER_TOTAL_GROUP_PRICING_INC_TAX','false','Include Tax value in amount before discount calculation?',6,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(181,'This module is installed','MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS','true','',6,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\'), '),(182,'Sort Order','MODULE_ORDER_TOTAL_GROUP_PRICING_SORT_ORDER','290','Sort order of display.',6,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(183,'Include Shipping','MODULE_ORDER_TOTAL_GROUP_PRICING_INC_SHIPPING','false','Include Shipping value in amount before discount calculation?',6,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(184,'Re-calculate Tax','MODULE_ORDER_TOTAL_GROUP_PRICING_CALC_TAX','Standard','Re-Calculate Tax',6,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'), '),(185,'Tax Class','MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_CLASS','0','Use the following tax class when treating Group Discount as Credit Note.',6,0,NULL,'2010-10-17 08:24:08','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(640,'Set Refund Order Status','MODULE_PAYMENT_PAYPALWPP_REFUNDED_STATUS_ID','1','Set the status of refunded orders to this value. <br /><strong>Recommended: Pending[1]</strong>',6,25,NULL,'2013-11-19 17:31:18','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(641,'PayPal Page Style','MODULE_PAYMENT_PAYPALWPP_PAGE_STYLE','Primary','The page-layout style you want customers to see when they visit the PayPal site. You can configure your <strong>Custom Page Styles</strong> in your PayPal Profile settings. This value is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18',NULL,NULL),(639,'Set Unpaid Order Status','MODULE_PAYMENT_PAYPALWPP_ORDER_PENDING_STATUS_ID','1','Set the status of unpaid orders made with this payment module to this value. <br /><strong>Recommended: Pending[1]</strong>',6,25,NULL,'2013-11-19 17:31:18','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(192,'Default Currency','DEFAULT_CURRENCY','USD','Default Currency',6,0,NULL,'2010-10-17 08:24:08',NULL,NULL),(193,'Default Language','DEFAULT_LANGUAGE','en','Default Language',6,0,NULL,'2010-10-17 08:24:08',NULL,NULL),(194,'Default Order Status For New Orders','DEFAULT_ORDERS_STATUS_ID','1','When a new order is created, this order status will be assigned to it.',6,0,NULL,'2010-10-17 08:24:08',NULL,NULL),(195,'Admin configuration_key shows','ADMIN_CONFIGURATION_KEY_ON','0','Manually switch to value of 1 to see the configuration_key name in configuration displays',6,0,NULL,'2010-10-17 08:24:08',NULL,NULL),(196,'Country of Origin','SHIPPING_ORIGIN_COUNTRY','223','Select the country of origin to be used in shipping quotes.',7,1,NULL,'2010-10-17 08:24:08','zen_get_country_name','zen_cfg_pull_down_country_list('),(197,'Postal Code','SHIPPING_ORIGIN_ZIP','33023','Enter the Postal Code (ZIP) of the Store to be used in shipping quotes. NOTE: For USA zip codes, only use your 5 digit zip code.',7,2,'2010-10-18 10:24:21','2010-10-17 08:24:08',NULL,NULL),(198,'Enter the Maximum Package Weight you will ship','SHIPPING_MAX_WEIGHT','150','Carriers have a max weight limit for a single package. This is a common one for all.',7,3,'2012-03-14 11:40:45','2010-10-17 08:24:08',NULL,NULL),(199,'Package Tare Small to Medium - added percentage:weight','SHIPPING_BOX_WEIGHT','0:3','What is the weight of typical packaging of small to medium packages?<br />Example: 10% + 1lb 10:1<br />10% + 0lbs 10:0<br />0% + 5lbs 0:5<br />0% + 0lbs 0:0',7,4,'2012-03-14 11:48:48','2010-10-17 08:24:08',NULL,NULL),(200,'Larger packages - added packaging percentage:weight','SHIPPING_BOX_PADDING','10:0','What is the weight of typical packaging for Large packages?<br />Example: 10% + 1lb 10:1<br />10% + 0lbs 10:0<br />0% + 5lbs 0:5<br />0% + 0lbs 0:0',7,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(201,'Display Number of Boxes and Weight Status','SHIPPING_BOX_WEIGHT_DISPLAY','3','Display Shipping Weight and Number of Boxes?<br /><br />0= off<br />1= Boxes Only<br />2= Weight Only<br />3= Both Boxes and Weight',7,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(202,'Shipping Estimator Display Settings for Shopping Cart','SHOW_SHIPPING_ESTIMATOR_BUTTON','1','<br />0= Off<br />1= Display as Button on Shopping Cart<br />2= Display as Listing on Shopping Cart Page',7,20,'2010-10-17 18:45:58','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(203,'Display Order Comments on Admin Invoice','ORDER_COMMENTS_INVOICE','1','Do you want to display the Order Comments on the Admin Invoice?<br />0= OFF<br />1= First Comment by Customer only<br />2= All Comments for the Order',7,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(204,'Display Order Comments on Admin Packing Slip','ORDER_COMMENTS_PACKING_SLIP','1','Do you want to display the Order Comments on the Admin Packing Slip?<br />0= OFF<br />1= First Comment by Customer only<br />2= All Comments for the Order',7,26,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(205,'Order Free Shipping 0 Weight Status','ORDER_WEIGHT_ZERO_STATUS','0','If there is no weight to the order, does the order have Free Shipping?<br />0= no<br />1= yes<br /><br />Note: When using Free Shipping, Enable the Free Shipping Module this will only show when shipping is free.',7,15,'2010-10-17 18:45:36','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(206,'Display Product Image','PRODUCT_LIST_IMAGE','1','Do you want to display the Product Image?',8,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(207,'Display Product Manufacturer Name','PRODUCT_LIST_MANUFACTURER','0','Do you want to display the Product Manufacturer Name?',8,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(208,'Display Product Model','PRODUCT_LIST_MODEL','1','Do you want to display the Product Model?',8,3,'2011-04-09 00:17:28','2010-10-17 08:24:08',NULL,NULL),(209,'Display Product Name','PRODUCT_LIST_NAME','2','Do you want to display the Product Name?',8,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(210,'Display Product Price/Add to Cart','PRODUCT_LIST_PRICE','1','Do you want to display the Product Price/Add to Cart',8,5,'2011-04-23 08:55:21','2010-10-17 08:24:08',NULL,NULL),(211,'Display Product Quantity','PRODUCT_LIST_QUANTITY','0','Do you want to display the Product Quantity?',8,6,NULL,'2010-10-17 08:24:08',NULL,NULL),(212,'Display Product Weight','PRODUCT_LIST_WEIGHT','1','Do you want to display the Product Weight?',8,7,'2010-10-17 18:46:39','2010-10-17 08:24:08',NULL,NULL),(213,'Display Product Price/Add to Cart Column Width','PRODUCTS_LIST_PRICE_WIDTH','125','Define the width of the Price/Add to Cart column<br />Default= 125',8,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(214,'Display Category/Manufacturer Filter (0=off; 1=on)','PRODUCT_LIST_FILTER','1','Do you want to display the Category/Manufacturer Filter?',8,9,'2011-04-09 07:14:30','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(215,'Prev/Next Split Page Navigation (1-top, 2-bottom, 3-both)','PREV_NEXT_BAR_LOCATION','3','Sets the location of the Prev/Next Split Page Navigation',8,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(216,'Display Product Listing Default Sort Order','PRODUCT_LISTING_DEFAULT_SORT_ORDER','','Product Listing Default sort order?<br />NOTE: Leave Blank for Product Sort Order. Sort the Product Listing in the order you wish for the default display to start in to get the sort order setting. Example: 2a',8,15,NULL,'2010-10-17 08:24:08',NULL,NULL),(217,'Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)','PRODUCT_LIST_PRICE_BUY_NOW','1','Do you want to display the Add to Cart Button?<br /><br /><strong>NOTE:</strong> Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product',8,20,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(218,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',8,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(219,'Display Product Description','PRODUCT_LIST_DESCRIPTION','100','Do you want to display the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',8,30,'2011-04-09 00:18:06','2010-10-17 08:24:08',NULL,NULL),(220,'Product Listing Ascending Sort Order','PRODUCT_LIST_SORT_ORDER_ASCENDING','&nbsp;','What do you want to use to indicate Sort Order Ascending?<br />Default = +',8,40,'2011-04-09 00:29:01','2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(221,'Product Listing Descending Sort Order','PRODUCT_LIST_SORT_ORDER_DESCENDING','&nbsp;','What do you want to use to indicate Sort Order Descending?<br />Default = -',8,41,'2011-04-09 00:28:53','2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(222,'Include Product Listing Alpha Sorter Dropdown','PRODUCT_LIST_ALPHA_SORTER','false','Do you want to include an Alpha Filter dropdown on the Product Listing?',8,50,'2011-04-09 07:14:51','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(223,'Include Product Listing Sub Categories Image','PRODUCT_LIST_CATEGORIES_IMAGE_STATUS','true','Do you want to include the Sub Categories Image on the Product Listing?',8,52,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(224,'Include Product Listing Top Categories Image','PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP','true','Do you want to include the Top Categories Image on the Product Listing?',8,53,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(225,'Show SubCategories on Main Page while navigating','PRODUCT_LIST_CATEGORY_ROW_STATUS','1','Show Sub-Categories on Main Page while navigating through Categories<br /><br />0= off<br />1= on',8,60,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(226,'Check stock level','STOCK_CHECK','true','Check to see if sufficent stock is available',9,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(227,'Subtract stock','STOCK_LIMITED','true','Subtract product in stock by product orders',9,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(228,'Allow Checkout','STOCK_ALLOW_CHECKOUT','true','Allow customer to checkout even if there is insufficient stock',9,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(229,'Mark product out of stock','STOCK_MARK_PRODUCT_OUT_OF_STOCK','***','Display something on screen so customer can see which product has insufficient stock',9,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(230,'Stock Re-order level','STOCK_REORDER_LEVEL','5','Define when stock needs to be re-ordered',9,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(231,'Products status in Catalog when out of stock should be set to','SHOW_PRODUCTS_SOLD_OUT','0','Show Products when out of stock<br /><br />0= set product status to OFF<br />1= leave product status ON',9,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(232,'Show Sold Out Image in place of Add to Cart','SHOW_PRODUCTS_SOLD_OUT_IMAGE','0','Show Sold Out Image instead of Add to Cart Button<br /><br />0= off<br />1= on',9,11,'2010-10-17 18:47:50','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(233,'Product Quantity Decimals','QUANTITY_DECIMALS','0','Allow how many decimals on Quantity<br /><br />0= off',9,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(234,'Show Shopping Cart - Delete Checkboxes or Delete Button','SHOW_SHOPPING_CART_DELETE','3','Show on Shopping Cart Delete Button and/or Checkboxes<br /><br />1= Delete Button Only<br />2= Checkbox Only<br />3= Both Delete Button and Checkbox',9,20,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(235,'Show Shopping Cart - Update Cart Button Location','SHOW_SHOPPING_CART_UPDATE','3','Show on Shopping Cart Update Cart Button Location as:<br /><br />1= Next to each Qty Box<br />2= Below all Products<br />3= Both Next to each Qty Box and Below all Products',9,22,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(236,'Show New Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_NEW_PRODUCTS','1','Show New Products on empty Shopping Cart Page<br />0= off or set the sort order',9,30,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(237,'Show Featured Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_FEATURED_PRODUCTS','2','Show Featured Products on empty Shopping Cart Page<br />0= off or set the sort order',9,31,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(238,'Show Special Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_SPECIALS_PRODUCTS','3','Show Special Products on empty Shopping Cart Page<br />0= off or set the sort order',9,32,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(239,'Show Upcoming Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_UPCOMING','4','Show Upcoming Products on empty Shopping Cart Page<br />0= off or set the sort order',9,33,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(240,'Show Notice of Combining Shopping Cart on Login','SHOW_SHOPPING_CART_COMBINED','1','When a customer logs in and has a previously stored shopping cart, the products are combined with the existing shopping cart.<br /><br />Do you wish to display a Notice to the customer?<br /><br />0= OFF, do not display a notice<br />1= Yes show notice and go to shopping cart<br />2= Yes show notice, but do not go to shopping cart',9,35,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(241,'Store Page Parse Time','STORE_PAGE_PARSE_TIME','false','Store the time it takes to parse a page',10,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(242,'Log Destination','STORE_PAGE_PARSE_TIME_LOG','/home/surpro/public_html/cache/page_parse_time.log','Directory and filename of the page parse time log',10,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(243,'Log Date Format','STORE_PARSE_DATE_TIME_FORMAT','%d/%m/%Y %H:%M:%S','The date format',10,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(244,'Display The Page Parse Time','DISPLAY_PAGE_PARSE_TIME','false','Display the page parse time on the bottom of each page<br />You do not need to store the times to display them in the Catalog',10,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(245,'Store Database Queries','STORE_DB_TRANSACTIONS','false','Store the database queries in the page parse time log (PHP4 only)',10,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(246,'E-Mail Transport Method','EMAIL_TRANSPORT','PHP','Defines the method for sending mail.<br /><strong>PHP</strong> is the default, and uses built-in PHP wrappers for processing.<br />Servers running on Windows and MacOS should change this setting to <strong>SMTP</strong>.<br /><br /><strong>SMTPAUTH</strong> should only be used if your server requires SMTP authorization to send messages. You must also configure your SMTPAUTH settings in the appropriate fields in this admin section.<br /><br /><strong>sendmail</strong> is for linux/unix hosts using the sendmail program on the server<br /><strong>\"sendmail-f\"</strong> is only for servers which require the use of the -f parameter to send mail. This is a security setting often used to prevent spoofing. Will cause errors if your host mailserver is not configured to use it.<br /><br /><strong>Qmail</strong> is used for linux/unix hosts running Qmail as sendmail wrapper at /var/qmail/bin/sendmail.',12,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'PHP\', \'sendmail\', \'sendmail-f\', \'smtp\', \'smtpauth\', \'Qmail\'),'),(247,'SMTP Email Account Mailbox','EMAIL_SMTPAUTH_MAILBOX','YourEmailAccountNameHere','Enter the mailbox account name (me@mydomain.com) supplied by your host. This is the account name that your host requires for SMTP authentication.<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2010-10-17 08:24:08',NULL,NULL),(248,'SMTP Email Account Password','EMAIL_SMTPAUTH_PASSWORD','YourPasswordHere','Enter the password for your SMTP mailbox. <br />Only required if using SMTP Authentication for email.',12,101,NULL,'2010-10-17 08:24:08','zen_cfg_password_display',NULL),(249,'SMTP Email Mail Host','EMAIL_SMTPAUTH_MAIL_SERVER','mail.EnterYourDomain.com','Enter the DNS name of your SMTP mail server.<br />ie: mail.mydomain.com<br />or 55.66.77.88<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2010-10-17 08:24:08',NULL,NULL),(250,'SMTP Email Mail Server Port','EMAIL_SMTPAUTH_MAIL_SERVER_PORT','25','Enter the IP port number that your SMTP mailserver operates on.<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2010-10-17 08:24:08',NULL,NULL),(251,'Convert currencies for Text emails','CURRENCIES_TRANSLATIONS','&pound;,Â£','What currency conversions do you need for Text emails?<br />Suggestions = &amp;pound;,&pound;:&amp;euro;,&euro;',12,120,NULL,'2003-11-21 00:00:00',NULL,'zen_cfg_textarea_small('),(252,'E-Mail Linefeeds','EMAIL_LINEFEED','LF','Defines the character sequence used to separate mail headers.',12,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'LF\', \'CRLF\'),'),(253,'Use MIME HTML When Sending Emails','EMAIL_USE_HTML','true','Send e-mails in HTML format',12,3,'2011-04-15 06:57:46','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(254,'Verify E-Mail Addresses Through DNS','ENTRY_EMAIL_ADDRESS_CHECK','false','Verify e-mail address through a DNS server',6,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(255,'Send E-Mails','SEND_EMAILS','true','Send out e-mails',12,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(256,'Email Archiving Active?','EMAIL_ARCHIVE','false','If you wish to have email messages archived/stored when sent, set this to \"true\".',12,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(257,'E-Mail Friendly-Errors','EMAIL_FRIENDLY_ERRORS','false','Do you want to display friendly errors if emails fail?  Setting this to false will display PHP errors and likely cause the script to fail. Only set to false while troubleshooting, and true for a live shop.',12,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(258,'Email Address (Displayed to Contact you)','STORE_OWNER_EMAIL_ADDRESS','contact@aaasurvivalproducts.com','Email address of Store Owner.  Used as \"display only\" when informing customers of how to contact you.',12,10,'2010-10-17 18:51:00','2010-10-17 08:24:08',NULL,NULL),(259,'Email Address (sent FROM)','EMAIL_FROM','orders@aaasurvivalproducts.com','Address from which email messages will be \"sent\" by default. Can be over-ridden at compose-time in admin modules.',12,11,'2010-10-17 18:51:25','2010-10-17 08:24:08',NULL,NULL),(260,'Emails must send from known domain?','EMAIL_SEND_MUST_BE_STORE','Yes','Does your mailserver require that all outgoing emails have their \"from\" address match a known domain that exists on your webserver?<br /><br />This is often required in order to prevent spoofing and spam broadcasts.  If set to Yes, this will cause the email address (sent FROM) to be used as the \"from\" address on all outgoing mail.',12,11,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(261,'Email Admin Format?','ADMIN_EXTRA_EMAIL_FORMAT','TEXT','Please select the Admin extra email format',12,12,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'TEXT\', \'HTML\'), '),(262,'Send Copy of Order Confirmation Emails To','SEND_EXTRA_ORDER_EMAILS_TO','admin@aaasurvivalproducts.com','Send COPIES of order confirmation emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,12,NULL,'2010-10-17 08:24:08',NULL,NULL),(263,'Send Copy of Create Account Emails To - Status','SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_STATUS','0','Send copy of Create Account Status<br />0= off 1= on',12,13,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(264,'Send Copy of Create Account Emails To','SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Create Account emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,14,NULL,'2010-10-17 08:24:08',NULL,NULL),(265,'Send Copy of Tell a Friend Emails To - Status','SEND_EXTRA_TELL_A_FRIEND_EMAILS_TO_STATUS','0','Send copy of Tell a Friend Status<br />0= off 1= on',12,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(266,'Send Copy of Tell a Friend Emails To','SEND_EXTRA_TELL_A_FRIEND_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Tell a Friend emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,16,NULL,'2010-10-17 08:24:08',NULL,NULL),(267,'Send Copy of Customer GV Send Emails To - Status','SEND_EXTRA_GV_CUSTOMER_EMAILS_TO_STATUS','0','Send copy of Customer GV Send Status<br />0= off 1= on',12,17,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(268,'Send Copy of Customer GV Send Emails To','SEND_EXTRA_GV_CUSTOMER_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Customer GV Send emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,18,NULL,'2010-10-17 08:24:08',NULL,NULL),(269,'Send Copy of Admin GV Mail Emails To - Status','SEND_EXTRA_GV_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin GV Mail Status<br />0= off 1= on',12,19,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(270,'Send Copy of Customer Admin GV Mail Emails To','SEND_EXTRA_GV_ADMIN_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Admin GV Mail emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,20,NULL,'2010-10-17 08:24:08',NULL,NULL),(271,'Send Copy of Admin Discount Coupon Mail Emails To - Status','SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin Discount Coupon Mail Status<br />0= off 1= on',12,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(272,'Send Copy of Customer Admin Discount Coupon Mail Emails To','SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Admin Discount Coupon Mail emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,22,NULL,'2010-10-17 08:24:08',NULL,NULL),(273,'Send Copy of Admin Orders Status Emails To - Status','SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin Orders Status Status<br />0= off 1= on',12,23,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(274,'Send Copy of Admin Orders Status Emails To','SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Admin Orders Status emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,24,NULL,'2010-10-17 08:24:08',NULL,NULL),(275,'Send Notice of Pending Reviews Emails To - Status','SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO_STATUS','0','Send copy of Pending Reviews Status<br />0= off 1= on',12,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(276,'Send Notice of Pending Reviews Emails To','SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO','admin@aaasurvivalproducts.com','Send copy of Pending Reviews emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,26,NULL,'2010-10-17 08:24:08',NULL,NULL),(277,'Set \"Contact Us\" Email Dropdown List','CONTACT_US_LIST','','On the \"Contact Us\" Page, set the list of email addresses , in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,40,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea('),(278,'Allow Guest To Tell A Friend','ALLOW_GUEST_TO_TELL_A_FRIEND','false','Allow guests to tell a friend about a product. <br />If set to [false], then tell-a-friend will prompt for login if user is not already logged in.',12,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(279,'Contact Us - Show Store Name and Address','CONTACT_US_STORE_NAME_ADDRESS','1','Include Store Name and Address<br />0= off 1= on',12,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(280,'Send Low Stock Emails','SEND_LOWSTOCK_EMAIL','0','When stock level is at or below low stock level send an email<br />0= off<br />1= on',12,60,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(281,'Send Low Stock Emails To','SEND_EXTRA_LOW_STOCK_EMAILS_TO','admin@aaasurvivalproducts.com','When stock level is at or below low stock level send an email to this address, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,61,NULL,'2010-10-17 08:24:08',NULL,NULL),(282,'Display \"Newsletter Unsubscribe\" Link?','SHOW_NEWSLETTER_UNSUBSCRIBE_LINK','true','Show \"Newsletter Unsubscribe\" link in the \"Information\" side-box?',12,70,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(283,'Audience-Select Count Display','AUDIENCE_SELECT_DISPLAY_COUNTS','true','When displaying lists of available audiences/recipients, should the recipients-count be included? <br /><em>(This may make things slower if you have a lot of customers or complex audience queries)</em>',12,90,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(284,'Enable Downloads','DOWNLOAD_ENABLED','false','Enable the products download functions.',13,1,'2010-10-17 18:52:31','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(285,'Download by Redirect','DOWNLOAD_BY_REDIRECT','false','Use browser redirection for download. Disable on non-Unix systems.<br /><br />Note: Set /pub to 777 when redirect is true',13,2,'2010-10-17 18:53:16','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(286,'Download by streaming','DOWNLOAD_IN_CHUNKS','false','If download-by-redirect is disabled, and your PHP memory_limit setting is under 8 MB, you might need to enable this setting so that files are streamed in smaller segments to the browser.<br /><br />Has no effect if Download By Redirect is enabled.',13,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(287,'Download Expiration (Number of Days)','DOWNLOAD_MAX_DAYS','7','Set number of days before the download link expires. 0 means no limit.',13,3,NULL,'2010-10-17 08:24:08',NULL,''),(288,'Number of Downloads Allowed - Per Product','DOWNLOAD_MAX_COUNT','5','Set the maximum number of downloads. 0 means no download authorized.',13,4,NULL,'2010-10-17 08:24:08',NULL,''),(289,'Downloads Controller Update Status Value','DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE','4','What orders_status resets the Download days and Max Downloads - Default is 4',13,10,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(290,'Downloads Controller Order Status Value >= lower value','DOWNLOADS_CONTROLLER_ORDERS_STATUS','2','Downloads Controller Order Status Value - Default >= 2<br /><br />Downloads are available for checkout based on the orders status. Orders with orders status greater than this value will be available for download. The orders status is set for an order by the Payment Modules. Set the lower range for this range.',13,12,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(291,'Downloads Controller Order Status Value <= upper value','DOWNLOADS_CONTROLLER_ORDERS_STATUS_END','4','Downloads Controller Order Status Value - Default <= 4<br /><br />Downloads are available for checkout based on the orders status. Orders with orders status less than this value will be available for download. The orders status is set for an order by the Payment Modules.  Set the upper range for this range.',13,13,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(292,'Enable Price Factor','ATTRIBUTES_ENABLED_PRICE_FACTOR','true','Enable the Attributes Price Factor.',13,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(293,'Enable Qty Price Discount','ATTRIBUTES_ENABLED_QTY_PRICES','true','Enable the Attributes Quantity Price Discounts.',13,26,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(294,'Enable Attribute Images','ATTRIBUTES_ENABLED_IMAGES','true','Enable the Attributes Images.',13,28,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(295,'Enable Text Pricing by word or letter','ATTRIBUTES_ENABLED_TEXT_PRICES','false','Enable the Attributes Text Pricing by word or letter.',13,35,'2010-10-17 18:53:59','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(296,'Text Pricing - Spaces are Free','TEXT_SPACES_FREE','1','On Text pricing Spaces are Free<br /><br />0= off 1= on',13,36,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(297,'Read Only option type - Ignore for Add to Cart','PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED','1','When a Product only uses READONLY attributes, should the Add to Cart button be On or Off?<br />0= OFF<br />1= ON',13,37,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(298,'Enable GZip Compression','GZIP_LEVEL','1','0= off 1= on',14,1,'2010-10-17 18:54:30','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(299,'Session Directory','SESSION_WRITE_DIRECTORY','/home/surpro/public_html/cache','If sessions are file based, store them in this directory.',15,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(300,'Cookie Domain','SESSION_USE_FQDN','True','If True the full domain name will be used to store the cookie, e.g. www.mydomain.com. If False only a partial domain name will be used, e.g. mydomain.com. If you are unsure about this, always leave set to true.',15,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(301,'Force Cookie Use','SESSION_FORCE_COOKIE_USE','False','Force the use of sessions when cookies are only enabled.',15,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(302,'Check SSL Session ID','SESSION_CHECK_SSL_SESSION_ID','False','Validate the SSL_SESSION_ID on every secure HTTPS page request.',15,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(303,'Check User Agent','SESSION_CHECK_USER_AGENT','False','Validate the clients browser user agent on every page request.',15,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(304,'Check IP Address','SESSION_CHECK_IP_ADDRESS','False','Validate the clients IP address on every page request.',15,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(305,'Prevent Spider Sessions','SESSION_BLOCK_SPIDERS','True','Prevent known spiders from starting a session.',15,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(306,'Recreate Session','SESSION_RECREATE','True','Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).',15,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(307,'IP to Host Conversion Status','SESSION_IP_TO_HOST_ADDRESS','true','Convert IP Address to Host Address<br /><br />Note: on some servers this can slow down the initial start of a session or execution of Emails',15,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(308,'Length of the redeem code','SECURITY_CODE_LENGTH','10','Enter the length of the redeem code<br />The longer the more secure',16,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(309,'Default Order Status For Zero Balance Orders','DEFAULT_ZERO_BALANCE_ORDERS_STATUS_ID','2','When an order\'s balance is zero, this order status will be assigned to it.',16,0,NULL,'2010-10-17 08:24:08','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(310,'New Signup Discount Coupon ID#','NEW_SIGNUP_DISCOUNT_COUPON','','Select the coupon<br />',16,75,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_coupon_id('),(311,'New Signup Gift Voucher Amount','NEW_SIGNUP_GIFT_VOUCHER_AMOUNT','','Leave blank for none<br />Or enter an amount ie. 10 for $10.00',16,76,NULL,'2010-10-17 08:24:08',NULL,NULL),(312,'Maximum Discount Coupons Per Page','MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS','20','Number of Discount Coupons to list per Page',16,81,NULL,'2010-10-17 08:24:08',NULL,NULL),(313,'Maximum Discount Coupon Report Results Per Page','MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS_REPORTS','20','Number of Discount Coupons to list on Reports Page',16,81,NULL,'2010-10-17 08:24:08',NULL,NULL),(314,'Credit Card Enable Status - VISA','CC_ENABLED_VISA','1','Accept VISA 0= off 1= on',17,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(315,'Credit Card Enable Status - MasterCard','CC_ENABLED_MC','1','Accept MasterCard 0= off 1= on',17,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(316,'Credit Card Enable Status - AmericanExpress','CC_ENABLED_AMEX','1','Accept AmericanExpress 0= off 1= on',17,3,'2010-10-17 18:55:56','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(317,'Credit Card Enable Status - Diners Club','CC_ENABLED_DINERS_CLUB','0','Accept Diners Club 0= off 1= on',17,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(318,'Credit Card Enable Status - Discover Card','CC_ENABLED_DISCOVER','0','Accept Discover Card 0= off 1= on',17,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(319,'Credit Card Enable Status - JCB','CC_ENABLED_JCB','0','Accept JCB 0= off 1= on',17,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(320,'Credit Card Enable Status - AUSTRALIAN BANKCARD','CC_ENABLED_AUSTRALIAN_BANKCARD','0','Accept AUSTRALIAN BANKCARD 0= off 1= on',17,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(321,'Credit Card Enable Status - SOLO','CC_ENABLED_SOLO','0','Accept SOLO Card 0= off 1= on',17,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(322,'Credit Card Enable Status - Switch','CC_ENABLED_SWITCH','0','Accept SWITCH Card 0= off 1= on',17,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(323,'Credit Card Enable Status - Maestro','CC_ENABLED_MAESTRO','0','Accept MAESTRO Card 0= off 1= on',17,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(324,'Credit Card Enabled - Show on Payment','SHOW_ACCEPTED_CREDIT_CARDS','0','Show accepted credit cards on Payment page?<br />0= off<br />1= As Text<br />2= As Images<br /><br />Note: images and text must be defined in both the database and language file for specific credit card types.',17,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(325,'This module is installed','MODULE_ORDER_TOTAL_GV_STATUS','true','',6,1,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\'),'),(326,'Sort Order','MODULE_ORDER_TOTAL_GV_SORT_ORDER','840','Sort order of display.',6,2,NULL,'2003-10-30 22:16:40',NULL,NULL),(327,'Queue Purchases','MODULE_ORDER_TOTAL_GV_QUEUE','true','Do you want to queue purchases of the Gift Voucher?',6,3,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(328,'Include Shipping','MODULE_ORDER_TOTAL_GV_INC_SHIPPING','true','Include Shipping in calculation',6,5,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(329,'Include Tax','MODULE_ORDER_TOTAL_GV_INC_TAX','true','Include Tax in calculation.',6,6,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(330,'Re-calculate Tax','MODULE_ORDER_TOTAL_GV_CALC_TAX','None','Re-Calculate Tax',6,7,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'),(331,'Tax Class','MODULE_ORDER_TOTAL_GV_TAX_CLASS','0','Use the following tax class when treating Gift Voucher as Credit Note.',6,0,NULL,'2003-10-30 22:16:40','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(332,'Credit including Tax','MODULE_ORDER_TOTAL_GV_CREDIT_TAX','false','Add tax to purchased Gift Voucher when crediting to Account',6,8,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(333,'Set Order Status','MODULE_ORDER_TOTAL_GV_ORDER_STATUS_ID','0','Set the status of orders made where GV covers full payment',6,0,NULL,'2010-10-17 08:24:08','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(334,'This module is installed','MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS','true','',6,1,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'true\'),'),(335,'Sort Order','MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER','400','Sort order of display.',6,2,NULL,'2003-10-30 22:16:43',NULL,NULL),(336,'Allow Low Order Fee','MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE','false','Do you want to allow low order fees?',6,3,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(337,'Order Fee For Orders Under','MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER','50','Add the low order fee to orders under this amount.',6,4,NULL,'2003-10-30 22:16:43','currencies->format',NULL),(338,'Order Fee','MODULE_ORDER_TOTAL_LOWORDERFEE_FEE','5','For Percentage Calculation - include a % Example: 10%<br />For a flat amount just enter the amount - Example: 5 for $5.00',6,5,NULL,'2003-10-30 22:16:43','',NULL),(339,'Attach Low Order Fee On Orders Made','MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION','both','Attach low order fee for orders sent to the set destination.',6,6,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'national\', \'international\', \'both\'),'),(340,'Tax Class','MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS','0','Use the following tax class on the low order fee.',6,7,NULL,'2003-10-30 22:16:43','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(341,'No Low Order Fee on Virtual Products','MODULE_ORDER_TOTAL_LOWORDERFEE_VIRTUAL','false','Do not charge Low Order Fee when cart is Virtual Products Only',6,8,NULL,'2004-04-20 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(342,'No Low Order Fee on Gift Vouchers','MODULE_ORDER_TOTAL_LOWORDERFEE_GV','false','Do not charge Low Order Fee when cart is Gift Vouchers Only',6,9,NULL,'2004-04-20 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(343,'This module is installed','MODULE_ORDER_TOTAL_SHIPPING_STATUS','true','',6,1,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'true\'),'),(344,'Sort Order','MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER','200','Sort order of display.',6,2,NULL,'2003-10-30 22:16:46',NULL,NULL),(345,'Allow Free Shipping','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING','false','Do you want to allow free shipping?',6,3,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(346,'Free Shipping For Orders Over','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER','50','Provide free shipping for orders over the set amount.',6,4,NULL,'2003-10-30 22:16:46','currencies->format',NULL),(347,'Provide Free Shipping For Orders Made','MODULE_ORDER_TOTAL_SHIPPING_DESTINATION','national','Provide free shipping for orders sent to the set destination.',6,5,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'national\', \'international\', \'both\'),'),(348,'This module is installed','MODULE_ORDER_TOTAL_SUBTOTAL_STATUS','true','',6,1,NULL,'2003-10-30 22:16:49',NULL,'zen_cfg_select_option(array(\'true\'),'),(349,'Sort Order','MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER','100','Sort order of display.',6,2,NULL,'2003-10-30 22:16:49',NULL,NULL),(350,'This module is installed','MODULE_ORDER_TOTAL_TAX_STATUS','true','',6,1,NULL,'2003-10-30 22:16:52',NULL,'zen_cfg_select_option(array(\'true\'),'),(351,'Sort Order','MODULE_ORDER_TOTAL_TAX_SORT_ORDER','300','Sort order of display.',6,2,NULL,'2003-10-30 22:16:52',NULL,NULL),(352,'This module is installed','MODULE_ORDER_TOTAL_TOTAL_STATUS','true','',6,1,NULL,'2003-10-30 22:16:55',NULL,'zen_cfg_select_option(array(\'true\'),'),(353,'Sort Order','MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER','999','Sort order of display.',6,2,NULL,'2003-10-30 22:16:55',NULL,NULL),(354,'Tax Class','MODULE_ORDER_TOTAL_COUPON_TAX_CLASS','0','Use the following tax class when treating Discount Coupon as Credit Note.',6,0,NULL,'2003-10-30 22:16:36','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(355,'Include Tax','MODULE_ORDER_TOTAL_COUPON_INC_TAX','false','Include Tax in calculation.',6,6,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(356,'Sort Order','MODULE_ORDER_TOTAL_COUPON_SORT_ORDER','280','Sort order of display.',6,2,NULL,'2003-10-30 22:16:36',NULL,NULL),(357,'Include Shipping','MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING','false','Include Shipping in calculation',6,5,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(358,'This module is installed','MODULE_ORDER_TOTAL_COUPON_STATUS','true','',6,1,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\'),'),(359,'Re-calculate Tax','MODULE_ORDER_TOTAL_COUPON_CALC_TAX','Standard','Re-Calculate Tax',6,7,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'),(360,'Admin Demo Status','ADMIN_DEMO','0','Admin Demo should be on?<br />0= off 1= on',6,0,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(361,'Product option type Select','PRODUCTS_OPTIONS_TYPE_SELECT','0','The number representing the Select type of product option.',0,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(362,'Text product option type','PRODUCTS_OPTIONS_TYPE_TEXT','1','Numeric value of the text product option type',6,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(363,'Radio button product option type','PRODUCTS_OPTIONS_TYPE_RADIO','2','Numeric value of the radio button product option type',6,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(364,'Check box product option type','PRODUCTS_OPTIONS_TYPE_CHECKBOX','3','Numeric value of the check box product option type',6,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(365,'File product option type','PRODUCTS_OPTIONS_TYPE_FILE','4','Numeric value of the file product option type',6,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(366,'ID for text and file products options values','PRODUCTS_OPTIONS_VALUES_TEXT_ID','0','Numeric value of the products_options_values_id used by the text and file attributes.',6,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(367,'Upload prefix','UPLOAD_PREFIX','upload_','Prefix used to differentiate between upload options and other options',0,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(368,'Text prefix','TEXT_PREFIX','txt_','Prefix used to differentiate between text option values and other option values',0,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(369,'Read Only option type','PRODUCTS_OPTIONS_TYPE_READONLY','5','Numeric value of the file product option type',6,NULL,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,NULL),(370,'Products Info - Products Option Name Sort Order','PRODUCTS_OPTIONS_SORT_ORDER','0','Sort order of Option Names for Products Info<br />0= Sort Order, Option Name<br />1= Option Name',18,35,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(371,'Products Info - Product Option Value of Attributes Sort Order','PRODUCTS_OPTIONS_SORT_BY_PRICE','1','Sort order of Product Option Values of Attributes for Products Info<br />0= Sort Order, Price<br />1= Sort Order, Option Value Name',18,36,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(372,'Product Info - Show Option Values Name Below Attributes Image','PRODUCT_IMAGES_ATTRIBUTES_NAMES','1','Product Info - Show the name of the Option Value beneath the Attribute Image?<br />0= off 1= on',18,41,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(373,'Product Info - Show Sales Discount Savings Status','SHOW_SALE_DISCOUNT_STATUS','1','Product Info - Show the amount of discount savings?<br />0= off 1= on',18,45,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(374,'Product Info - Show Sales Discount Savings Dollars or Percentage','SHOW_SALE_DISCOUNT','1','Product Info - Show the amount of discount savings display as:<br />1= % off 2= $amount off',18,46,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\'), '),(375,'Product Info - Show Sales Discount Savings Percentage Decimals','SHOW_SALE_DISCOUNT_DECIMALS','0','Product Info - Show discount savings display as a Percentage with how many decimals?:<br />Default= 0',18,47,NULL,'2010-10-17 08:24:08',NULL,NULL),(376,'Product Info - Price is Free Image or Text Status','OTHER_IMAGE_PRICE_IS_FREE_ON','1','Product Info - Show the Price is Free Image or Text on Displayed Price<br />0= Text<br />1= Image',18,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(377,'Product Info - Price is Call for Price Image or Text Status','PRODUCTS_PRICE_IS_CALL_IMAGE_ON','1','Product Info - Show the Price is Call for Price Image or Text on Displayed Price<br />0= Text<br />1= Image',18,51,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(378,'Product Quantity Box Status - Adding New Products','PRODUCTS_QTY_BOX_STATUS','1','What should the Default Quantity Box Status be set to when adding New Products?<br /><br />0= off<br />1= on<br />NOTE: This will show a Qty Box when ON and default the Add to Cart to 1',18,55,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(379,'Product Reviews Require Approval','REVIEWS_APPROVAL','1','Do product reviews require approval?<br /><br />Note: When Review Status is off, it will also not show<br /><br />0= off 1= on',18,62,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(380,'Meta Tags - Include Product Model in Title','META_TAG_INCLUDE_MODEL','0','Do you want to include the Product Model in the Meta Tag Title?<br /><br />0= off 1= on',18,69,'2010-10-17 18:57:35','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(381,'Meta Tags - Include Product Price in Title','META_TAG_INCLUDE_PRICE','0','Do you want to include the Product Price in the Meta Tag Title?<br /><br />0= off 1= on',18,70,'2010-10-17 18:57:28','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(382,'Meta Tags Generated Description Maximum Length?','MAX_META_TAG_DESCRIPTION_LENGTH','50','Set Generated Meta Tag Description Maximum Length to (words) Default 50:',18,71,NULL,'2010-10-17 08:24:08','',''),(383,'Also Purchased Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS','3','Also Purchased Products Columns per Row<br />0= off or set the sort order',18,72,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(384,'Previous Next - Navigation Bar Position','PRODUCT_INFO_PREVIOUS_NEXT','1','Location of Previous/Next Navigation Bar<br />0= off<br />1= Top of Page<br />2= Bottom of Page<br />3= Both Top and Bottom of Page',18,21,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'Top of Page\'), array(\'id\'=>\'2\', \'text\'=>\'Bottom of Page\'), array(\'id\'=>\'3\', \'text\'=>\'Both Top & Bottom of Page\')),'),(385,'Previous Next - Sort Order','PRODUCT_INFO_PREVIOUS_NEXT_SORT','1','Products Display Order by<br />0= Product ID<br />1= Product Name<br />2= Model<br />3= Price, Product Name<br />4= Price, Model<br />5= Product Name, Model<br />6= Product Sort Order',18,22,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Product ID\'), array(\'id\'=>\'1\', \'text\'=>\'Name\'), array(\'id\'=>\'2\', \'text\'=>\'Product Model\'), array(\'id\'=>\'3\', \'text\'=>\'Product Price - Name\'), array(\'id\'=>\'4\', \'text\'=>\'Product Price - Model\'), array(\'id\'=>\'5\', \'text\'=>\'Product Name - Model\'), array(\'id\'=>\'6\', \'text\'=>\'Product Sort Order\')),'),(386,'Previous Next - Button and Image Status','SHOW_PREVIOUS_NEXT_STATUS','0','Button and Product Image status settings are:<br />0= Off<br />1= On',18,20,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'On\')),'),(387,'Previous Next - Button and Image Settings','SHOW_PREVIOUS_NEXT_IMAGES','0','Show Previous/Next Button and Product Image Settings<br />0= Button Only<br />1= Button and Product Image<br />2= Product Image Only',18,21,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Button Only\'), array(\'id\'=>\'1\', \'text\'=>\'Button and Product Image\'), array(\'id\'=>\'2\', \'text\'=>\'Product Image Only\')),'),(388,'Previous Next - Image Width?','PREVIOUS_NEXT_IMAGE_WIDTH','50','Previous/Next Image Width?',18,22,NULL,'2010-10-17 08:24:08','',''),(389,'Previous Next - Image Height?','PREVIOUS_NEXT_IMAGE_HEIGHT','40','Previous/Next Image Height?',18,23,NULL,'2010-10-17 08:24:08','',''),(390,'Previous Next - Navigation Includes Category Position','PRODUCT_INFO_CATEGORIES','1','Product\'s Category Image and Name Alignment Above Previous/Next Navigation Bar<br />0= off<br />1= Align Left<br />2= Align Center<br />3= Align Right',18,20,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'Align Left\'), array(\'id\'=>\'2\', \'text\'=>\'Align Center\'), array(\'id\'=>\'3\', \'text\'=>\'Align Right\')),'),(391,'Previous Next - Navigation Includes Category Name and Image Status','PRODUCT_INFO_CATEGORIES_IMAGE_STATUS','2','Product\'s Category Image and Name Status<br />0= Category Name and Image always shows<br />1= Category Name only<br />2= Category Name and Image when not blank',18,20,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Category Name and Image Always\'), array(\'id\'=>\'1\', \'text\'=>\'Category Name only\'), array(\'id\'=>\'2\', \'text\'=>\'Category Name and Image when not blank\')),'),(392,'Column Width - Left Boxes','BOX_WIDTH_LEFT','200px','Width of the Left Column Boxes<br />px may be included<br />Default = 150px',19,1,'2010-11-04 15:36:52','2003-11-21 22:16:36',NULL,NULL),(393,'Column Width - Right Boxes','BOX_WIDTH_RIGHT','0px','Width of the Right Column Boxes<br />px may be included<br />Default = 150px',19,2,'2010-11-04 15:06:16','2003-11-21 22:16:36',NULL,NULL),(394,'Bread Crumbs Navigation Separator','BREAD_CRUMBS_SEPARATOR','&nbsp;::&nbsp;','Enter the separator symbol to appear between the Navigation Bread Crumb trail<br />Note: Include spaces with the &amp;nbsp; symbol if you want them part of the separator.<br />Default = &amp;nbsp;::&amp;nbsp;',19,3,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(395,'Define Breadcrumb Status','DEFINE_BREADCRUMB_STATUS','1','Enable the Breadcrumb Trail Links?<br />0= OFF<br />1= ON<br />2= Off for Home Page Only',19,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(396,'Bestsellers - Number Padding','BEST_SELLERS_FILLER','&nbsp;','What do you want to Pad the numbers with?<br />Default = &amp;nbsp;',19,5,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(397,'Bestsellers - Truncate Product Names','BEST_SELLERS_TRUNCATE','35','What size do you want to truncate the Product Names?<br />Default = 35',19,6,NULL,'2003-11-21 22:16:36',NULL,NULL),(398,'Bestsellers - Truncate Product Names followed by ...','BEST_SELLERS_TRUNCATE_MORE','true','When truncated Product Names follow with ...<br />Default = true',19,7,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(399,'Categories Box - Show Specials Link','SHOW_CATEGORIES_BOX_SPECIALS','false','Show Specials Link in the Categories Box',19,8,'2016-05-17 23:19:22','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(400,'Categories Box - Show Products New Link','SHOW_CATEGORIES_BOX_PRODUCTS_NEW','false','Show Products New Link in the Categories Box',19,9,'2016-05-17 23:19:32','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(401,'Shopping Cart Box Status','SHOW_SHOPPING_CART_BOX_STATUS','1','Shopping Cart Shows<br />0= Always<br />1= Only when full<br />2= Only when full but not when viewing the Shopping Cart',19,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(402,'Categories Box - Show Featured Products Link','SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS','false','Show Featured Products Link in the Categories Box',19,11,'2016-05-17 23:17:36','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(403,'Categories Box - Show Products All Link','SHOW_CATEGORIES_BOX_PRODUCTS_ALL','false','Show Products All Link in the Categories Box',19,12,'2016-05-17 23:18:12','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(404,'Column Left Status - Global','COLUMN_LEFT_STATUS','1','Show Column Left, unless page override exists?<br />0= Column Left is always off<br />1= Column Left is on, unless page override',19,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(405,'Column Right Status - Global','COLUMN_RIGHT_STATUS','0','Show Column Right, unless page override exists?<br />0= Column Right is always off<br />1= Column Right is on, unless page override',19,16,'2010-10-17 22:06:35','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(406,'Column Width - Left','COLUMN_WIDTH_LEFT','200px','Width of the Left Column<br />px may be included<br />Default = 150px',19,20,'2010-11-04 15:38:14','2003-11-21 22:16:36',NULL,NULL),(407,'Column Width - Right','COLUMN_WIDTH_RIGHT','0px','Width of the Right Column<br />px may be included<br />Default = 150px',19,21,'2010-11-04 15:06:02','2003-11-21 22:16:36',NULL,NULL),(408,'Categories Separator between links Status','SHOW_CATEGORIES_SEPARATOR_LINK','1','Show Category Separator between Category Names and Links?<br />0= off<br />1= on',19,24,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(409,'Categories Separator between the Category Name and Count','CATEGORIES_SEPARATOR','-&gt;','What separator do you want between the Category name and the count?<br />Default = -&amp;gt;',19,25,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(410,'Categories Separator between the Category Name and Sub Categories','CATEGORIES_SEPARATOR_SUBS','|_&nbsp;','What separator do you want between the Category name and Sub Category Name?<br />Default = |_&amp;nbsp;',19,26,NULL,'2004-03-25 22:16:36',NULL,'zen_cfg_textarea_small('),(411,'Categories Count Prefix','CATEGORIES_COUNT_PREFIX','&nbsp;(','What do you want to Prefix the count with?<br />Default= (',19,27,NULL,'2003-01-21 22:16:36',NULL,'zen_cfg_textarea_small('),(412,'Categories Count Suffix','CATEGORIES_COUNT_SUFFIX',')','What do you want as a Suffix to the count?<br />Default= )',19,28,NULL,'2003-01-21 22:16:36',NULL,'zen_cfg_textarea_small('),(413,'Categories SubCategories Indent','CATEGORIES_SUBCATEGORIES_INDENT','&nbsp;&nbsp;','What do you want to use as the subcategories indent?<br />Default= &nbsp;&nbsp;',19,29,NULL,'2004-06-24 22:16:36',NULL,'zen_cfg_textarea_small('),(414,'Categories with 0 Products Status','CATEGORIES_COUNT_ZERO','0','Show Category Count for 0 Products?<br />0= off<br />1= on',19,30,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(415,'Split Categories Box','CATEGORIES_SPLIT_DISPLAY','True','Split the categories box display by product type',19,31,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(416,'Shopping Cart - Show Totals','SHOW_TOTALS_IN_CART','1','Show Totals Above Shopping Cart?<br />0= off<br />1= on: Items Weight Amount<br />2= on: Items Weight Amount, but no weight when 0<br />3= on: Items Amount',19,31,'2011-04-02 23:40:05','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(417,'Customer Greeting - Show on Index Page','SHOW_CUSTOMER_GREETING','1','Always Show Customer Greeting on Index?<br />0= off<br />1= on',19,40,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(418,'Categories - Always Show on Main Page','SHOW_CATEGORIES_ALWAYS','0','Always Show Categories on Main Page<br />0= off<br />1= on<br />Default category can be set to Top Level or a Specific Top Level',19,45,'2011-04-15 20:22:58','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(419,'Main Page - Opens with Category','CATEGORIES_START_MAIN','18 5','0= Top Level Categories<br />Or enter the Category ID#<br />Note: Sub Categories can also be used Example: 3_10',19,46,'2011-04-15 20:19:09','2010-10-17 08:24:08','',''),(420,'Categories - Always Open to Show SubCategories','SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS','1','Always Show Categories and SubCategories<br />0= off, just show Top Categories<br />1= on, Always show Categories and SubCategories when selected',19,47,'2011-04-04 23:04:33','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(421,'Banner Display Groups - Header Position 1','SHOW_BANNERS_GROUP_SET1','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 1?<br />Leave blank for none',19,55,NULL,'2010-10-17 08:24:08','',''),(422,'Banner Display Groups - Header Position 2','SHOW_BANNERS_GROUP_SET2','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 2?<br />Leave blank for none',19,56,NULL,'2010-10-17 08:24:08','',''),(423,'Banner Display Groups - Header Position 3','SHOW_BANNERS_GROUP_SET3','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 3?<br />Leave blank for none',19,57,NULL,'2010-10-17 08:24:08','',''),(424,'Banner Display Groups - Footer Position 1','SHOW_BANNERS_GROUP_SET4','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 1?<br />Leave blank for none',19,65,NULL,'2010-10-17 08:24:08','',''),(425,'Banner Display Groups - Footer Position 2','SHOW_BANNERS_GROUP_SET5','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 2?<br />Leave blank for none',19,66,NULL,'2010-10-17 08:24:08','',''),(426,'Banner Display Groups - Footer Position 3','SHOW_BANNERS_GROUP_SET6','Wide-Banners','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />Default Group is Wide-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 3?<br />Leave blank for none',19,67,NULL,'2010-10-17 08:24:08','',''),(427,'Banner Display Groups - Side Box banner_box','SHOW_BANNERS_GROUP_SET7','SideBox-Banners:SB1','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br />Default Group is SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Side Box - banner_box?<br />Leave blank for none',19,70,'2010-11-15 10:03:03','2010-10-17 08:24:08','',''),(428,'Banner Display Groups - Side Box banner_box2','SHOW_BANNERS_GROUP_SET8','SideBoxSB2:SB2','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br />Default Group is SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Side Box - banner_box2?<br />Leave blank for none',19,71,'2010-11-15 13:32:54','2010-10-17 08:24:08','',''),(429,'Banner Display Group - Side Box banner_box_all','SHOW_BANNERS_GROUP_SET_ALL','BannersAll','The Banner Display Group may only be from one (1) Banner Group for the Banner All sidebox<br /><br />Default Group is BannersAll<br /><br />What Banner Group do you want to use in the Side Box - banner_box_all?<br />Leave blank for none',19,72,NULL,'2010-10-17 08:24:08','',''),(430,'Footer - Show IP Address status','SHOW_FOOTER_IP','0','Show Customer IP Address in the Footer<br />0= off<br />1= on<br />Should the Customer IP Address show in the footer?',19,80,'2010-10-17 18:58:26','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(431,'Product Discount Quantities - Add how many blank discounts?','DISCOUNT_QTY_ADD','5','How many blank discount quantities should be added for Product Pricing?',19,90,NULL,'2010-10-17 08:24:08','',''),(432,'Product Discount Quantities - Display how many per row?','DISCOUNT_QUANTITY_PRICES_COLUMN','5','How many discount quantities should show per row on Product Info Pages?',19,95,NULL,'2010-10-17 08:24:08','',''),(433,'Categories/Products Display Sort Order','CATEGORIES_PRODUCTS_SORT_ORDER','0','Categories/Products Display Sort Order<br />0= Categories/Products Sort Order/Name<br />1= Categories/Products Name<br />2= Products Model<br />3= Products Qty+, Products Name<br />4= Products Qty-, Products Name<br />5= Products Price+, Products Name<br />6= Products Price-, Products Name',19,100,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\'), '),(434,'Option Names and Values Global Add, Copy and Delete Features Status','OPTION_NAMES_VALUES_GLOBAL_STATUS','1','Option Names and Values Global Add, Copy and Delete Features Status<br />0= Hide Features<br />1= Show Features<br />2= Products Model',19,110,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(435,'Categories-Tabs Menu ON/OFF','CATEGORIES_TABS_STATUS','0','Categories-Tabs<br />This enables the display of your store\'s categories as a menu across the top of your header. There are many potential creative uses for this.<br />0= Hide Categories Tabs<br />1= Show Categories Tabs',19,112,'2011-04-29 22:09:35','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(436,'Site Map - include My Account Links?','SHOW_ACCOUNT_LINKS_ON_SITE_MAP','No','Should the links to My Account show up on the site-map?<br />Note: Spiders will try to index this page, and likely should not be sent to secure pages, since there is no benefit in indexing a login page.<br /><br />Default: false',19,115,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(437,'Skip 1-prod Categories','SKIP_SINGLE_PRODUCT_CATEGORIES','True','Skip single-product categories<br />If this option is set to True, then if the customer clicks on a link to a category which only contains a single item, then Zen Cart will take them directly to that product-page, rather than present them with another link to click in order to see the product.<br />Default: True',19,120,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(438,'Use split-login page','USE_SPLIT_LOGIN_MODE','False','The login page can be displayed in two modes: Split or Vertical.<br />In Split mode, the create-account options are accessed by clicking a button to get to the create-account page.  In Vertical mode, the create-account input fields are all displayed inline, below the login field, making one less click for the customer to create their account.<br />Default: False',19,121,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(439,'CSS Buttons','IMAGE_USE_CSS_BUTTONS','No','CSS Buttons<br />Use CSS buttons instead of images (GIF/JPG)?<br />Button styles must be configured in the stylesheet if you enable this option.',19,147,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(440,'<strong>Down for Maintenance: ON/OFF</strong>','DOWN_FOR_MAINTENANCE','true','Down for Maintenance <br />(true=on false=off)',20,1,'2018-06-20 21:13:22','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(441,'Down for Maintenance: filename','DOWN_FOR_MAINTENANCE_FILENAME','down_for_maintenance','Down for Maintenance filename<br />Note: Do not include the extension<br />Default=down_for_maintenance',20,2,'2010-10-17 08:48:50','2010-10-17 08:24:08',NULL,''),(442,'Down for Maintenance: Hide Header','DOWN_FOR_MAINTENANCE_HEADER_OFF','false','Down for Maintenance: Hide Header <br />(true=hide false=show)',20,3,'2010-10-17 08:49:52','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(443,'Down for Maintenance: Hide Column Left','DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF','false','Down for Maintenance: Hide Column Left <br />(true=hide false=show)',20,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(444,'Down for Maintenance: Hide Column Right','DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF','false','Down for Maintenance: Hide Column Right <br />(true=hide false=show)',20,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(445,'Down for Maintenance: Hide Footer','DOWN_FOR_MAINTENANCE_FOOTER_OFF','false','Down for Maintenance: Hide Footer <br />(true=hide false=show)',20,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(446,'Down for Maintenance: Hide Prices','DOWN_FOR_MAINTENANCE_PRICES_OFF','false','Down for Maintenance: Hide Prices <br />(true=hide false=show)',20,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(447,'Down For Maintenance (exclude this IP-Address)','EXCLUDE_ADMIN_IP_FOR_MAINTENANCE','your IP (ADMIN)','This IP Address is able to access the website while it is Down For Maintenance (like webmaster)<br />To enter multiple IP Addresses, separate with a comma. If you do not know your IP Address, check in the Footer of your Shop.',20,8,'2003-03-21 13:43:22','2003-03-21 21:20:07',NULL,NULL),(448,'NOTICE PUBLIC Before going Down for Maintenance: ON/OFF','WARN_BEFORE_DOWN_FOR_MAINTENANCE','false','Give a WARNING some time before you put your website Down for Maintenance<br />(true=on false=off)<br />If you set the \'Down For Maintenance: ON/OFF\' to true this will automaticly be updated to false',20,9,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(449,'Date and hours for notice before maintenance','PERIOD_BEFORE_DOWN_FOR_MAINTENANCE','15/05/2003  2-3 PM','Date and hours for notice before maintenance website, enter date and hours for maintenance website',20,10,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,NULL),(450,'Display when webmaster has enabled maintenance','DISPLAY_MAINTENANCE_TIME','false','Display when Webmaster has enabled maintenance <br />(true=on false=off)<br />',20,11,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(451,'Display website maintenance period','DISPLAY_MAINTENANCE_PERIOD','false','Display Website maintenance period <br />(true=on false=off)<br />',20,12,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(452,'Website maintenance period','TEXT_MAINTENANCE_PERIOD_TIME','24h00','Enter Website Maintenance period (hh:mm)',20,13,'2010-10-17 11:09:13','2003-03-21 11:42:47',NULL,NULL),(453,'Confirm Terms and Conditions During Checkout Procedure','DISPLAY_CONDITIONS_ON_CHECKOUT','false','Show the Terms and Conditions during the checkout procedure which the customer must agree to.',11,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(454,'Confirm Privacy Notice During Account Creation Procedure','DISPLAY_PRIVACY_CONDITIONS','false','Show the Privacy Notice during the account creation procedure which the customer must agree to.',11,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(455,'Display Product Image','PRODUCT_NEW_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(456,'Display Product Quantity','PRODUCT_NEW_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(457,'Display Product Buy Now Button','PRODUCT_NEW_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(458,'Display Product Name','PRODUCT_NEW_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(459,'Display Product Model','PRODUCT_NEW_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(460,'Display Product Manufacturer Name','PRODUCT_NEW_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,6,NULL,'2010-10-17 08:24:08',NULL,NULL),(461,'Display Product Price','PRODUCT_NEW_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(462,'Display Product Weight','PRODUCT_NEW_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(463,'Display Product Date Added','PRODUCT_NEW_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,9,NULL,'2010-10-17 08:24:08',NULL,NULL),(464,'Display Product Description','PRODUCT_NEW_LIST_DESCRIPTION','150','How many characters do you want to display of the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',21,10,NULL,'2010-10-17 08:24:08',NULL,NULL),(465,'Display Product Display - Default Sort Order','PRODUCT_NEW_LIST_SORT_DEFAULT','6','What Sort Order Default should be used for New Products Display?<br />Default= 6 for Date New to Old<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',21,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(466,'Default Products New Group ID','PRODUCT_NEW_LIST_GROUP_ID','21','Warning: Only change this if your Products New Group ID has changed from the default of 21<br />What is the configuration_group_id for New Products Listings?',21,12,NULL,'2010-10-17 08:24:08',NULL,NULL),(467,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',21,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(468,'Mask Upcoming Products from being include as New Products','SHOW_NEW_PRODUCTS_UPCOMING_MASKED','0','Do you want to mask Upcoming Products from being included as New Products in Listing, Sideboxes and Centerbox?<br />0= off<br />1= on',21,30,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(469,'Display Product Image','PRODUCT_FEATURED_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(470,'Display Product Quantity','PRODUCT_FEATURED_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(471,'Display Product Buy Now Button','PRODUCT_FEATURED_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(472,'Display Product Name','PRODUCT_FEATURED_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(473,'Display Product Model','PRODUCT_FEATURED_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(474,'Display Product Manufacturer Name','PRODUCT_FEATURED_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,6,NULL,'2010-10-17 08:24:08',NULL,NULL),(475,'Display Product Price','PRODUCT_FEATURED_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(476,'Display Product Weight','PRODUCT_FEATURED_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(477,'Display Product Date Added','PRODUCT_FEATURED_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,9,NULL,'2010-10-17 08:24:08',NULL,NULL),(478,'Display Product Description','PRODUCT_FEATURED_LIST_DESCRIPTION','150','How many characters do you want to display of the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',22,10,NULL,'2010-10-17 08:24:08',NULL,NULL),(479,'Display Product Display - Default Sort Order','PRODUCT_FEATURED_LIST_SORT_DEFAULT','1','What Sort Order Default should be used for Featured Product Display?<br />Default= 1 for Product Name<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',22,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(480,'Default Featured Products Group ID','PRODUCT_FEATURED_LIST_GROUP_ID','22','Warning: Only change this if your Featured Products Group ID has changed from the default of 22<br />What is the configuration_group_id for Featured Products Listings?',22,12,NULL,'2010-10-17 08:24:08',NULL,NULL),(481,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_FEATURED_LISTING_MULTIPLE_ADD_TO_CART','1','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',22,25,'2010-10-18 20:54:01','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(482,'Display Product Image','PRODUCT_ALL_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,1,NULL,'2010-10-17 08:24:08',NULL,NULL),(483,'Display Product Quantity','PRODUCT_ALL_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,2,NULL,'2010-10-17 08:24:08',NULL,NULL),(484,'Display Product Buy Now Button','PRODUCT_ALL_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,3,NULL,'2010-10-17 08:24:08',NULL,NULL),(485,'Display Product Name','PRODUCT_ALL_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,4,NULL,'2010-10-17 08:24:08',NULL,NULL),(486,'Display Product Model','PRODUCT_ALL_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,5,NULL,'2010-10-17 08:24:08',NULL,NULL),(487,'Display Product Manufacturer Name','PRODUCT_ALL_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,6,NULL,'2010-10-17 08:24:08',NULL,NULL),(488,'Display Product Price','PRODUCT_ALL_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,7,NULL,'2010-10-17 08:24:08',NULL,NULL),(489,'Display Product Weight','PRODUCT_ALL_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,8,NULL,'2010-10-17 08:24:08',NULL,NULL),(490,'Display Product Date Added','PRODUCT_ALL_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,9,NULL,'2010-10-17 08:24:08',NULL,NULL),(491,'Display Product Description','PRODUCT_ALL_LIST_DESCRIPTION','150','How many characters do you want to display of the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',23,10,NULL,'2010-10-17 08:24:08',NULL,NULL),(492,'Display Product Display - Default Sort Order','PRODUCT_ALL_LIST_SORT_DEFAULT','1','What Sort Order Default should be used for All Products Display?<br />Default= 1 for Product Name<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',23,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(493,'Default Products All Group ID','PRODUCT_ALL_LIST_GROUP_ID','23','Warning: Only change this if your Products All Group ID has changed from the default of 23<br />What is the configuration_group_id for Products All Listings?',23,12,NULL,'2010-10-17 08:24:08',NULL,NULL),(494,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',23,25,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(495,'Show New Products on Main Page','SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS','0','Show New Products on Main Page<br />0= off or set the sort order',24,65,'2010-10-17 19:01:01','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(496,'Show Featured Products on Main Page','SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS','1','Show Featured Products on Main Page<br />0= off or set the sort order',24,66,'2016-05-17 23:12:39','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(497,'Show Special Products on Main Page','SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS','0','Show Special Products on Main Page<br />0= off or set the sort order',24,67,'2010-10-17 19:01:27','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(498,'Show Upcoming Products on Main Page','SHOW_PRODUCT_INFO_MAIN_UPCOMING','0','Show Upcoming Products on Main Page<br />0= off or set the sort order',24,68,'2010-10-17 19:01:35','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(499,'Show New Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS','0','Show New Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,70,'2010-10-17 19:01:44','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(500,'Show Featured Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS','0','Show Featured Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,71,'2011-04-15 20:24:40','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(501,'Show Special Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS','0','Show Special Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,72,'2010-10-17 19:02:05','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(502,'Show Upcoming Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_UPCOMING','0','Show Upcoming Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,73,'2010-10-17 19:02:12','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(503,'Show New Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS','0','Show New Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,75,'2010-10-17 19:02:31','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(504,'Show Featured Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS','0','Show Featured Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,76,'2016-05-17 23:10:55','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(505,'Show Special Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS','0','Show Special Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,77,'2010-10-17 19:02:47','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(506,'Show Upcoming Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_UPCOMING','0','Show Upcoming Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,78,'2010-10-17 19:02:54','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(507,'Show New Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS','0','Show New Products below Product Listing<br />0= off or set the sort order',24,85,'2010-10-17 19:04:13','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(508,'Show Featured Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS','0','Show Featured Products below Product Listing<br />0= off or set the sort order',24,86,'2010-10-18 20:15:01','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(509,'Show Special Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS','0','Show Special Products below Product Listing<br />0= off or set the sort order',24,87,'2016-05-17 23:11:04','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(510,'Show Upcoming Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING','0','Show Upcoming Products below Product Listing<br />0= off or set the sort order',24,88,'2016-05-17 23:11:12','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(511,'New Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS','3','New Products Columns per Row',24,95,'2016-05-17 23:11:48','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(512,'Featured Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS','2','Featured Products Columns per Row',24,96,'2010-10-17 19:00:52','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(513,'Special Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS','3','Special Products Columns per Row',24,97,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(514,'Filter Product Listing for Current Top Level Category When Enabled','SHOW_PRODUCT_INFO_ALL_PRODUCTS','1','Filter the products when Product Listing is enabled for current Main Category or show products from all categories?<br />0= Filter Off 1=Filter On ',24,100,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(515,'Define Main Page Status','DEFINE_MAIN_PAGE_STATUS','1','Enable the Defined Main Page Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,60,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(516,'Define Contact Us Status','DEFINE_CONTACT_US_STATUS','1','Enable the Defined Contact Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,61,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(517,'Define Privacy Status','DEFINE_PRIVACY_STATUS','1','Enable the Defined Privacy Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,62,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(518,'Define Shipping & Returns','DEFINE_SHIPPINGINFO_STATUS','1','Enable the Defined Shipping & Returns Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,63,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(519,'Define Conditions of Use','DEFINE_CONDITIONS_STATUS','2','Enable the Defined Conditions of Use Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,64,'2010-10-19 00:56:17','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(520,'Define Checkout Success','DEFINE_CHECKOUT_SUCCESS_STATUS','1','Enable the Defined Checkout Success Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,65,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(521,'Define Discount Coupon','DEFINE_DISCOUNT_COUPON_STATUS','1','Enable the Defined Discount Coupon Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,66,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(522,'Define Site Map Status','DEFINE_SITE_MAP_STATUS','1','Enable the Defined Site Map Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,67,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(523,'Define Page-Not-Found Status','DEFINE_PAGE_NOT_FOUND_STATUS','1','Enable the Defined Page-Not-Found Text from define-pages?<br />0= Define Text OFF<br />1= Define Text ON',25,67,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(524,'Define Page 2','DEFINE_PAGE_2_STATUS','3','Enable the Defined Page 2 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,82,'2010-10-19 01:23:09','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(525,'Define Page 3','DEFINE_PAGE_3_STATUS','3','Enable the Defined Page 3 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,83,'2010-10-19 01:23:16','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(526,'Define Page 4','DEFINE_PAGE_4_STATUS','3','Enable the Defined Page 4 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,84,'2010-10-19 01:23:26','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(527,'EZ-Pages Display Status - HeaderBar','EZPAGES_STATUS_HEADER','0','Display of EZ-Pages content can be Globally enabled/disabled for the Header Bar<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,10,'2011-04-03 08:12:26','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(528,'EZ-Pages Display Status - FooterBar','EZPAGES_STATUS_FOOTER','0','Display of EZ-Pages content can be Globally enabled/disabled for the Footer Bar<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,11,'2011-04-03 08:12:18','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(529,'EZ-Pages Display Status - Sidebox','EZPAGES_STATUS_SIDEBOX','1','Display of EZ-Pages content can be Globally enabled/disabled for the Sidebox<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,12,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(530,'EZ-Pages Header Link Separator','EZPAGES_SEPARATOR_HEADER','&nbsp;::&nbsp;','EZ-Pages Header Link Separator<br />Default = &amp;nbsp;::&amp;nbsp;',30,20,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(531,'EZ-Pages Footer Link Separator','EZPAGES_SEPARATOR_FOOTER','&nbsp;::&nbsp;','EZ-Pages Footer Link Separator<br />Default = &amp;nbsp;::&amp;nbsp;',30,21,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(532,'EZ-Pages Prev/Next Buttons','EZPAGES_SHOW_PREV_NEXT_BUTTONS','2','Display Prev/Continue/Next buttons on EZ-Pages pages?<br />0=OFF (no buttons)<br />1=\"Continue\"<br />2=\"Prev/Continue/Next\"<br /><br />Default setting: 2.',30,30,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(533,'EZ-Pages Table of Contents for Chapters Status','EZPAGES_SHOW_TABLE_CONTENTS','1','Enable EZ-Pages Table of Contents for Chapters?<br />0= OFF<br />1= ON',30,35,'2010-10-17 08:24:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(534,'EZ-Pages Pages to disable headers','EZPAGES_DISABLE_HEADER_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"header\" for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 1,5,2<br />or leave blank.',30,40,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(535,'EZ-Pages Pages to disable footers','EZPAGES_DISABLE_FOOTER_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"footer\" for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 3,7<br />or leave blank.',30,41,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(536,'EZ-Pages Pages to disable left-column','EZPAGES_DISABLE_LEFTCOLUMN_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"left\" column (of sideboxes) for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 21<br />or leave blank.',30,42,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(537,'EZ-Pages Pages to disable right-column','EZPAGES_DISABLE_RIGHTCOLUMN_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"right\" column (of sideboxes) for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 3,82,13<br />or leave blank.',30,43,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_textarea_small('),(538,'Show Languages in Header?','HEADER_LANGUAGES_DISPLAY','True','Display the Languages flags/links in Header?',19,170,NULL,'2010-10-17 22:17:06',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(539,'Show Currencies in Header?','HEADER_CURRENCIES_DISPLAY','True','Display the Currencies symbols/links in Header?',19,171,NULL,'2010-10-17 22:17:06',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(600,'Shipping Zone','MODULE_SHIPPING_UPS_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2010-10-25 07:38:29','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(601,'Sort order of display.','MODULE_SHIPPING_UPS_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,0,NULL,'2010-10-25 07:38:29',NULL,NULL),(602,'Shipping Methods: <br />Nxt AM, Nxt AM Ltr, Nxt, Nxt Ltr, Nxt PR, Nxt Save, Nxt Save Ltr, 2nd AM, 2nd AM Ltr, 2nd, 2nd Ltr, 3 Day Select, Ground, Canada,World Xp, World Xp Ltr, World Xp Plus, World Xp Plus Ltr, World Expedite, WorldWideSaver','MODULE_SHIPPING_UPS_TYPES','1DA, 2DA, GND, STD, XPR, XPD, WXS','Select the UPS services to be offered.',6,13,NULL,'2010-10-25 07:38:29',NULL,'zen_cfg_select_multioption(array(\'1DM\',\'1DML\', \'1DA\', \'1DAL\', \'1DAPI\', \'1DP\', \'1DPL\', \'2DM\', \'2DML\', \'2DA\', \'2DAL\', \'3DS\',\'GND\', \'STD\', \'XPR\', \'XPRL\', \'XDM\', \'XDML\', \'XPD\', \'WXS\'), '),(598,'Tax Class','MODULE_SHIPPING_UPS_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2010-10-25 07:38:29','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(599,'Tax Basis','MODULE_SHIPPING_UPS_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',6,0,NULL,'2010-10-25 07:38:29',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(592,'Enable UPS Shipping','MODULE_SHIPPING_UPS_STATUS','True','Do you want to offer UPS shipping?',6,0,NULL,'2010-10-25 07:38:29',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(593,'UPS Pickup Method','MODULE_SHIPPING_UPS_PICKUP','RDP','How do you give packages to UPS? CC - Customer Counter, RDP - Daily Pickup, OTP - One Time Pickup, LC - Letter Center, OCA - On Call Air',6,0,NULL,'2010-10-25 07:38:29',NULL,NULL),(594,'UPS Packaging?','MODULE_SHIPPING_UPS_PACKAGE','CP','CP - Your Packaging, ULE - UPS Letter, UT - UPS Tube, UBE - UPS Express Box',6,0,NULL,'2010-10-25 07:38:29',NULL,NULL),(595,'Residential Delivery?','MODULE_SHIPPING_UPS_RES','RES','Quote for Residential (RES) or Commercial Delivery (COM)',6,0,NULL,'2010-10-25 07:38:29',NULL,NULL),(596,'Handling Fee','MODULE_SHIPPING_UPS_HANDLING','20','Handling fee for this shipping method.',6,0,NULL,'2010-10-25 07:38:29',NULL,NULL),(597,'Handling Per Order or Per Box','MODULE_SHIPPING_UPS_HANDLING_METHOD','Box','Do you want to charge Handling Fee Per Order or Per Box?',6,0,NULL,'2010-10-25 07:38:29',NULL,'zen_cfg_select_option(array(\'Order\', \'Box\'), '),(634,'Express Checkout: Skip Payment Page','MODULE_PAYMENT_PAYPALWPP_SKIP_PAYMENT_PAGE','Yes','If the customer is checking out with Express Checkout, do you want to skip the checkout payment page, making things more *express*? <br /><strong>(NOTE: The Payment Page will auto-display regardless of this setting if you have Coupons or Gift Certificates enabled in your store.)</strong>',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(629,'Enable this Payment Module','MODULE_PAYMENT_PAYPALWPP_STATUS','True','Do you want to enable this payment module?',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(630,'Live or Sandbox','MODULE_PAYMENT_PAYPALWPP_SERVER','live','<strong>Live: </strong> Used to process Live transactions<br><strong>Sandbox: </strong>For developers and testing',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'live\', \'sandbox\'), '),(631,'Express Checkout Shortcut Button','MODULE_PAYMENT_PAYPALWPP_ECS_BUTTON','On','The Express Checkout Shortcut button shows up on your shopping cart page to invite your customers to pay using PayPal without having to give all their address details on your site first before selecting shipping options.<br />It has been shown to increase sales and conversions when enabled.<br />Default: On ',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'On\', \'Off\'), '),(632,'Express Checkout: Require Confirmed Address','MODULE_PAYMENT_PAYPALWPP_CONFIRMED_ADDRESS','No','Do you want to require that your (not-logged-in) customers use a *confirmed* address when choosing their shipping address in PayPal?<br />(this is ignored for logged-in customers)',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(603,'Use root path for cookie path','SESSION_USE_ROOT_COOKIE_PATH','False','Normally Zen Cart will use the directory that a store resides in as the cookie path. This can cause problems with some servers. This setting allows you to set the cookie path to the root of the server, rather than the store directory. It should only be used if you have problems with sessions. <strong>Default Value = False</strong><br /><br /><strong>Changing this setting may mean you have problems logging into your admin, you should clear your browser cookies to overcome this.</strong>',15,999,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(604,'Add period prefix to cookie domain','SESSION_ADD_PERIOD_PREFIX','True','Normally Zen Cart will add a period prefix to the cookie domain, e.g.  .www.mydomain.com. This can sometimes cause problems with some server configurations. If you are having session problems you may want to try setting this to False. <strong>Default Value = True</strong>',15,999,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(605,'Enable/Disable URI Mapping','CEON_URI_MAPPING_ENABLED','1','If enabled, any Categories/Products/Manufacturers/EZ-Pages/other pages which have a static URI Mapping specified for them in the database will use those static URIs instead of the standard Zen Cart dynamically-built URIs.<br /><br />0 = off <br />1 = on',31,1,'2018-01-12 21:17:44','2010-11-04 19:54:03',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(642,'Payment Action','MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE','Final Sale','How do you want to obtain payment?<br /><strong>Default: Final Sale</strong>',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Auth Only\', \'Final Sale\'), '),(643,'Transaction Currency','MODULE_PAYMENT_PAYPALWPP_CURRENCY','Only USD','Which currency should the order be sent to PayPal as? <br />NOTE: if an unsupported currency is sent to PayPal, it will be auto-converted to USD (or GBP if using UK account)<br /><strong>Default: Selected Currency</strong>',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Selected Currency\', \'Only USD\', \'Only AUD\', \'Only CAD\', \'Only EUR\', \'Only GBP\', \'Only CHF\', \'Only CZK\', \'Only DKK\', \'Only HKD\', \'Only HUF\', \'Only JPY\', \'Only NOK\', \'Only NZD\', \'Only PLN\', \'Only SEK\', \'Only SGD\', \'Only THB\', \'Only MXN\', \'Only ILS\', \'Only PHP\', \'Only TWD\', \'Only BRL\', \'Only MYR\'), '),(644,'Fraud Mgmt Filters - FMF','MODULE_PAYMENT_PAYPALWPP_EC_RETURN_FMF_DETAILS','No','If you have enabled FMF support in your PayPal account and wish to utilize it in your transactions, set this to yes. Otherwise, leave it at No.',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(645,'API Signature -- Username','MODULE_PAYMENT_PAYPALWPP_APIUSERNAME','wayne_api1.aaasurvival.com','The API Username from your PayPal API Signature settings under *API Access*. This value typically looks like an email address and is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18',NULL,NULL),(646,'API Signature -- Password','MODULE_PAYMENT_PAYPALWPP_APIPASSWORD','6L9LJ6UY67BGFMMS','The API Password from your PayPal API Signature settings under *API Access*. This value is a 16-character code and is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18','zen_cfg_password_display','zen_cfg_password_input('),(647,'API Signature -- Signature Code','MODULE_PAYMENT_PAYPALWPP_APISIGNATURE','AXGraZ1BScETaLXIxgP3-HUfLxu7AyzoBNzIZgL91k.3LbsBX8Uqingv','The API Signature from your PayPal API Signature settings under *API Access*. This value is a 56-character code, and is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18','zen_cfg_password_display',''),(648,'PAYFLOW: User','MODULE_PAYMENT_PAYPALWPP_PFUSER','','If you set up one or more additional users on the account, this value is the ID of the user authorized to process transactions. Otherwise it should be the same value as VENDOR. This value is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18',NULL,NULL),(649,'PAYFLOW: Partner','MODULE_PAYMENT_PAYPALWPP_PFPARTNER','ZenCart','Your Payflow Partner name linked to your Payflow account. This value is case-sensitive.<br />Typical values: <strong>PayPal</strong> or <strong>ZenCart</strong>',6,25,NULL,'2013-11-19 17:31:18',NULL,NULL),(650,'PAYFLOW: Vendor','MODULE_PAYMENT_PAYPALWPP_PFVENDOR','','Your merchant login ID that you created when you registered for the Payflow Pro account. This value is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18',NULL,NULL),(651,'PAYFLOW: Password','MODULE_PAYMENT_PAYPALWPP_PFPASSWORD','','The 6- to 32-character password that you defined while registering for the account. This value is case-sensitive.',6,25,NULL,'2013-11-19 17:31:18','zen_cfg_password_display','zen_cfg_password_input('),(652,'PayPal Mode','MODULE_PAYMENT_PAYPALWPP_MODULE_MODE','PayPal','Which PayPal API system should be used for processing? <br /><u>Choices:</u><br /><font color=green>For choice #1, you need to supply <strong>API Settings</strong> above.</font><br /><strong>1. PayPal</strong> = Express Checkout with a regular PayPal account<br />or<br /><font color=green>for choices 2 &amp; 3 you need to supply <strong>PAYFLOW settings</strong>, below (and have a Payflow account)</font><br /><strong>2. Payflow-UK</strong> = Website Payments Pro UK Payflow Edition<br /><strong>3. Payflow-US</strong> = Payflow Pro Gateway only<!--<br /><strong>4. PayflowUS+EC</strong> = Payflow Pro with Express Checkout-->',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'PayPal\', \'Payflow-UK\', \'Payflow-US\'), '),(653,'Debug Mode','MODULE_PAYMENT_PAYPALWPP_DEBUGGING','Log and Email','Would you like to enable debug mode?  A complete detailed log of failed transactions will be emailed to the store owner.',6,25,NULL,'2013-11-19 17:31:18',NULL,'zen_cfg_select_option(array(\'Off\', \'Alerts Only\', \'Log File\', \'Log and Email\'), '),(654,'Enable this Payment Module','MODULE_PAYMENT_PAYPALDP_STATUS','True','Do you want to enable this payment module?',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(655,'Live or Sandbox','MODULE_PAYMENT_PAYPALDP_SERVER','live','<strong>Live: </strong> Used to process Live transactions<br><strong>Sandbox: </strong>For developers and testing',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'live\', \'sandbox\'), '),(656,'Sort order of display.','MODULE_PAYMENT_PAYPALDP_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,25,NULL,'2013-11-19 17:33:58',NULL,NULL),(657,'Payment Zone','MODULE_PAYMENT_PAYPALDP_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,25,NULL,'2013-11-19 17:33:58','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(658,'Set Order Status','MODULE_PAYMENT_PAYPALDP_ORDER_STATUS_ID','2','Set the status of orders paid with this payment module to this value. <br /><strong>Recommended: Processing[2]</strong>',6,25,NULL,'2013-11-19 17:33:58','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(659,'Set Unpaid Order Status','MODULE_PAYMENT_PAYPALDP_ORDER_PENDING_STATUS_ID','1','Set the status of unpaid orders made with this payment module to this value. <br /><strong>Recommended: Pending[1]</strong>',6,25,NULL,'2013-11-19 17:33:58','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(660,'Set Refund Order Status','MODULE_PAYMENT_PAYPALDP_REFUNDED_STATUS_ID','1','Set the status of refunded orders to this value. <br /><strong>Recommended: Pending[1]</strong>',6,25,NULL,'2013-11-19 17:33:58','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(661,'Payment Action','MODULE_PAYMENT_PAYPALDP_TRANSACTION_MODE','Final Sale','How do you want to obtain payment?<br /><strong>Default: Final Sale</strong>',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'Auth Only\', \'Final Sale\'), '),(662,'Transaction Currency','MODULE_PAYMENT_PAYPALDP_CURRENCY','Only USD','Which currency should the order be sent to PayPal as? <br />NOTE: if an unsupported currency is sent to PayPal, it will be auto-converted to USD (or GBP if using UK account)<br /><strong>Default: Selected Currency</strong>',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'Selected Currency\', \'Only USD\', \'Only AUD\', \'Only CAD\', \'Only EUR\', \'Only GBP\', \'Only CHF\', \'Only CZK\', \'Only DKK\', \'Only HKD\', \'Only HUF\', \'Only JPY\', \'Only NOK\', \'Only NZD\', \'Only PLN\', \'Only SEK\', \'Only SGD\'), '),(663,'Fraud Mgmt Filters - FMF','MODULE_PAYMENT_PAYPALDP_EC_RETURN_FMF_DETAILS','No','If you have enabled FMF support in your PayPal account and wish to utilize it in your transactions, set this to yes. Otherwise, leave it at No.',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(664,'Merchant Country','MODULE_PAYMENT_PAYPALDP_MERCHANT_COUNTRY','USA','Which country is your PayPal Account registered to? <br /><u>Choices:</u><br /><font color=green>You will need to supply <strong>API Settings</strong> in the Express Checkout module.</font><br /><strong>USA and Canada merchants</strong> need PayPal API credentials and a Website Payments Pro account.<br /><strong>UK merchants</strong> need to supply <strong>PAYFLOW settings</strong> (and have a Payflow account)',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'USA\', \'UK\', \'Canada\'), '),(665,'Debug Mode','MODULE_PAYMENT_PAYPALDP_DEBUGGING','Off','Would you like to enable debug mode?  A complete detailed log of failed transactions will be emailed to the store owner.',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'Off\', \'Alerts Only\', \'Log File\', \'Log and Email\'), '),(666,'Cardinal Processor ID','MODULE_PAYMENT_PAYPALDP_CARDINAL_PROCESSOR','134-01','The processor ID for the Cardinal Centinel service. ',6,25,NULL,'2013-11-19 17:33:58',NULL,NULL),(667,'Cardinal Merchant ID','MODULE_PAYMENT_PAYPALDP_CARDINAL_MERCHANT','enter value','The merchant ID for the Cardinal Centinel service. ',6,25,NULL,'2013-11-19 17:33:58',NULL,NULL),(668,'Cardinal Transaction Password','MODULE_PAYMENT_PAYPALDP_CARDINAL_PASSWORD','','Enter your Cardinal Transaction Password from your Cardinal Merchant Admin console. This is used to secure and verify that the transaction originated from your store legitimately.',6,25,NULL,'2013-11-19 17:33:58','zen_cfg_password_display','zen_cfg_password_input('),(669,'Only Accept Chargeback-Protected Orders via Cardinal?','MODULE_PAYMENT_PAYPALDP_CARDINAL_AUTHENTICATE_REQ','No','Only proceed with authorization when the Cardinal authentication result provides chargeback protection? ',6,25,NULL,'2013-11-19 17:33:58',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(670,'Uploads Directory','EASYPOPULATE_CONFIG_TEMP_DIR','temp/','Name of directory for your uploads (default: temp/).',32,0,NULL,'2016-07-12 21:21:39',NULL,NULL),(671,'Upload File Date Format','EASYPOPULATE_CONFIG_FILE_DATE_FORMAT','m-d-y','Choose order of date values that corresponds to your uploads file, usually generated by MS Excel. Raw dates in your uploads file (Eg 2005-09-26 09:00:00) are not affected, and will upload as they are.',32,1,NULL,'2016-07-12 21:21:39',NULL,'zen_cfg_select_option(array(\"m-d-y\", \"d-m-y\", \"y-m-d\"),'),(672,'Default Raw Time','EASYPOPULATE_CONFIG_DEFAULT_RAW_TIME','09:00:00','If no time value stipulated in upload file, use this value. Useful for ensuring specials begin after a specific time of the day (default: 09:00:00)',32,2,NULL,'2016-07-12 21:21:39',NULL,NULL),(673,'Split File On # Records','EASYPOPULATE_CONFIG_SPLIT_MAX','300','Default number of records for split-file uploads. Used to avoid timeouts on large uploads (default: 300).',32,3,NULL,'2016-07-12 21:21:39',NULL,NULL),(674,'Maximum Category Depth','EASYPOPULATE_CONFIG_MAX_CATEGORY_LEVELS','7','Maximum depth of categories required for your store. Is the number of category columns in downloaded file (default: 7).',32,4,NULL,'2016-07-12 21:21:39',NULL,NULL),(675,'Upload/Download Prices Include Tax','EASYPOPULATE_CONFIG_PRICE_INC_TAX','false','Choose to include or exclude tax, depending on how you manage prices outside of Zen Cart.',32,5,NULL,'2016-07-12 21:21:39',NULL,'zen_cfg_select_option(array(\"true\", \"false\"),'),(676,'Make Zero Qty Products Inactive','EASYPOPULATE_CONFIG_ZERO_QTY_INACTIVE','false','When uploading, make the status Inactive for products with zero qty (default: false).',32,6,NULL,'2016-07-12 21:21:39',NULL,'zen_cfg_select_option(array(\"true\", \"false\"),'),(677,'Smart Tags Replacement of Newlines','EASYPOPULATE_CONFIG_SMART_TAGS','true','Allows your description fields in your uploads file to have carriage returns and/or new-lines converted to HTML line-breaks on uploading, thus preserving some rudimentary formatting (default: true).',32,7,NULL,'2016-07-12 21:21:39',NULL,'zen_cfg_select_option(array(\"true\", \"false\"),'),(678,'Advanced Smart Tags','EASYPOPULATE_CONFIG_ADV_SMART_TAGS','false','Allow the use of complex regular expressions to format descriptions, making headings bold, add bullets, etc. Configuration is in ADMIN/easypopulate.php (default: false).',32,8,NULL,'2016-07-12 21:21:39',NULL,'zen_cfg_select_option(array(\"true\", \"false\"),'),(679,'Debug Logging','EASYPOPULATE_CONFIG_DEBUG_LOGGING','true','Allow Easy Populate to generate an error log on errors only (default: true)',32,9,NULL,'2016-07-12 21:21:39',NULL,'zen_cfg_select_option(array(\"true\", \"false\"),');
/*!40000 ALTER TABLE `zen_configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_configuration_group`
--

DROP TABLE IF EXISTS `zen_configuration_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_configuration_group` (
  `configuration_group_id` int(11) NOT NULL AUTO_INCREMENT,
  `configuration_group_title` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `configuration_group_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `sort_order` int(5) DEFAULT NULL,
  `visible` int(1) DEFAULT '1',
  PRIMARY KEY (`configuration_group_id`),
  KEY `idx_visible_zen` (`visible`)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_configuration_group`
--

LOCK TABLES `zen_configuration_group` WRITE;
/*!40000 ALTER TABLE `zen_configuration_group` DISABLE KEYS */;
INSERT INTO `zen_configuration_group` VALUES (1,'My Store','General information about my store',1,1),(2,'Minimum Values','The minimum values for functions / data',2,1),(3,'Maximum Values','The maximum values for functions / data',3,1),(4,'Images','Image parameters',4,1),(5,'Customer Details','Customer account configuration',5,1),(6,'Module Options','Hidden from configuration',6,0),(7,'Shipping/Packaging','Shipping options available at my store',7,1),(8,'Product Listing','Product Listing configuration options',8,1),(9,'Stock','Stock configuration options',9,1),(10,'Logging','Logging configuration options',10,1),(11,'Regulations','Regulation options',16,1),(12,'E-Mail Options','General settings for E-Mail transport and HTML E-Mails',12,1),(13,'Attribute Settings','Configure products attributes settings',13,1),(14,'GZip Compression','GZip compression options',14,1),(15,'Sessions','Session options',15,1),(16,'GV Coupons','Gift Vouchers and Coupons',16,1),(17,'Credit Cards','Credit Cards Accepted',17,1),(18,'Product Info','Product Info Display Options',18,1),(19,'Layout Settings','Layout Options',19,1),(20,'Website Maintenance','Website Maintenance Options',20,1),(21,'New Listing','New Products Listing',21,1),(22,'Featured Listing','Featured Products Listing',22,1),(23,'All Listing','All Products Listing',23,1),(24,'Index Listing','Index Products Listing',24,1),(25,'Define Page Status','Define Main Pages and HTMLArea Options',25,1),(30,'EZ-Pages Settings','EZ-Pages Settings',30,1),(31,'Ceon URI Mapping (SEO)','Set Ceon URI Mapping (SEO) Options',31,1),(32,'Easy Populate','Config options for Easy Populate',32,1);
/*!40000 ALTER TABLE `zen_configuration_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_counter`
--

DROP TABLE IF EXISTS `zen_counter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_counter` (
  `startdate` char(8) COLLATE utf8_unicode_ci DEFAULT NULL,
  `counter` int(12) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_counter`
--

LOCK TABLES `zen_counter` WRITE;
/*!40000 ALTER TABLE `zen_counter` DISABLE KEYS */;
INSERT INTO `zen_counter` VALUES ('20101017',441619);
/*!40000 ALTER TABLE `zen_counter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_counter_history`
--

DROP TABLE IF EXISTS `zen_counter_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_counter_history` (
  `startdate` char(8) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `counter` int(12) DEFAULT NULL,
  `session_counter` int(12) DEFAULT NULL,
  PRIMARY KEY (`startdate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_counter_history`
--

LOCK TABLES `zen_counter_history` WRITE;
/*!40000 ALTER TABLE `zen_counter_history` DISABLE KEYS */;
INSERT INTO `zen_counter_history` VALUES ('20101017',134,14),('20101018',238,14),('20101019',250,16),('20101020',77,18),('20101021',1790,43),('20101022',126,18),('20101023',5051,33),('20101024',319,21),('20101025',107,19),('20101026',40,26),('20101027',29,21),('20101028',99,35),('20101029',120,27),('20101030',180,32),('20101031',72,19),('20101101',142,29),('20101102',68,24),('20101103',18,17),('20101104',133,21),('20101105',141,25),('20101106',60,32),('20101107',95,26),('20101108',20,20),('20101109',36,25),('20101110',22,22),('20101111',21,17),('20101112',81,26),('20101113',270,44),('20101114',159,31),('20101115',221,32),('20101116',171,33),('20101117',109,34),('20101118',164,28),('20101119',108,19),('20101120',12,11),('20101121',28,10),('20101122',79,15),('20101123',54,36),('20101124',67,15),('20101125',380,31),('20101126',98,15),('20101127',38,11),('20101128',145,8),('20101129',27,18),('20101130',26,9),('20101201',47,16),('20101202',33,9),('20101203',30,9),('20101204',8,6),('20101206',44,8),('20101207',8,7),('20101208',26,7),('20101209',122,21),('20101210',17,7),('20101211',4,4),('20101212',8,8),('20101213',12,6),('20101214',147,22),('20101215',52,21),('20101216',23,18),('20101217',45,21),('20101218',80,15),('20101219',64,14),('20101220',12,11),('20101221',12,10),('20101222',9,9),('20101223',136,29),('20101224',111,13),('20101225',7,7),('20101226',20,10),('20101227',68,21),('20101228',23,18),('20101229',47,22),('20101230',33,11),('20101231',38,7),('20110101',16,7),('20110102',17,11),('20110103',13,11),('20110104',6,6),('20110105',12,10),('20110106',11,9),('20110107',13,13),('20110108',12,10),('20110109',10,9),('20110110',107,15),('20110111',21,13),('20110112',28,10),('20110113',18,12),('20110114',32,13),('20110115',37,11),('20110116',19,9),('20110117',74,14),('20110118',30,11),('20110119',26,6),('20110120',110,16),('20110121',13,6),('20110122',13,12),('20110123',15,8),('20110124',59,8),('20110125',30,9),('20110126',46,10),('20110127',48,19),('20110128',39,34),('20110129',12,12),('20110130',10,5),('20110131',17,11),('20110201',4,4),('20110202',5,5),('20110203',10,8),('20110204',8,5),('20110205',4,4),('20110206',11,6),('20110207',8,8),('20110208',30,13),('20110209',34,9),('20110210',18,8),('20110211',142,14),('20110212',4,3),('20110213',68,9),('20110214',65,22),('20110215',50,13),('20110216',48,17),('20110217',58,20),('20110218',26,16),('20110219',134,15),('20110220',35,21),('20110221',118,13),('20110222',49,17),('20110223',54,17),('20110224',77,15),('20110225',20,12),('20110226',130,24),('20110227',24,10),('20110228',29,15),('20110301',31,17),('20110302',71,25),('20110303',112,18),('20110304',38,20),('20110305',48,13),('20110306',14,10),('20110307',18,11),('20110308',109,12),('20110309',126,26),('20110310',8,7),('20110311',71,19),('20110312',42,23),('20110313',146,25),('20110314',80,27),('20110315',214,40),('20110316',100,33),('20110317',64,24),('20110318',11,9),('20110319',29,23),('20110320',19,8),('20110321',21,13),('20110322',51,18),('20110323',36,16),('20110324',18,7),('20110325',69,27),('20110326',97,15),('20110327',13,9),('20110328',53,21),('20110329',29,13),('20110330',148,22),('20110331',143,47),('20110401',70,20),('20110402',293,17),('20110403',214,25),('20110404',150,24),('20110405',149,35),('20110406',226,28),('20110407',398,42),('20110408',100,27),('20110409',372,23),('20110410',220,27),('20110411',18,12),('20110412',242,32),('20110413',216,18),('20110414',189,29),('20110415',282,25),('20110416',68,20),('20110417',12,7),('20110418',39,7),('20110419',89,30),('20110420',49,22),('20110421',40,14),('20110422',24,11),('20110423',77,8),('20110424',59,21),('20110425',98,23),('20110426',129,27),('20110427',67,17),('20110428',77,24),('20110429',44,23),('20110430',234,47),('20110501',129,29),('20110502',135,30),('20110503',71,32),('20110504',89,33),('20110505',147,43),('20110506',64,36),('20110507',86,27),('20110508',60,30),('20110509',242,41),('20110510',118,35),('20110511',150,47),('20110512',185,47),('20110513',124,44),('20110514',191,61),('20110515',80,31),('20110516',85,32),('20110517',141,32),('20110518',208,37),('20110519',116,40),('20110520',102,29),('20110521',163,29),('20110522',105,33),('20110523',152,52),('20110524',109,45),('20110525',326,51),('20110526',67,27),('20110527',150,30),('20110528',99,27),('20110529',103,26),('20110530',98,33),('20110531',145,41),('20110601',104,44),('20110602',148,26),('20110603',92,25),('20110604',55,24),('20110605',24,13),('20110606',177,39),('20110607',123,48),('20110608',216,36),('20110609',66,25),('20110610',63,23),('20110611',90,33),('20110612',353,30),('20110613',135,27),('20110614',112,39),('20110615',120,45),('20110616',57,32),('20110617',121,47),('20110618',104,40),('20110619',97,22),('20110620',161,56),('20110621',188,68),('20110622',103,36),('20110623',112,42),('20110624',103,37),('20110625',114,39),('20110626',67,24),('20110627',108,38),('20110628',175,50),('20110629',116,39),('20110630',94,34),('20110701',113,40),('20110702',83,24),('20110703',66,29),('20110704',95,50),('20110705',137,44),('20110706',129,52),('20110707',123,42),('20110708',244,42),('20110709',42,19),('20110710',180,62),('20110711',95,43),('20110712',158,59),('20110713',224,48),('20110714',138,53),('20110715',82,41),('20110716',141,39),('20110717',194,53),('20110718',150,38),('20110719',137,57),('20110720',138,52),('20110721',176,60),('20110722',76,55),('20110723',95,32),('20110724',70,32),('20110725',151,59),('20110726',143,58),('20110727',224,69),('20110728',166,53),('20110729',135,59),('20110730',215,46),('20110731',154,58),('20110801',97,45),('20110802',177,55),('20110803',171,49),('20110804',227,56),('20110805',210,43),('20110806',118,49),('20110807',96,31),('20110808',188,68),('20110809',213,82),('20110810',279,62),('20110811',290,76),('20110812',210,61),('20110813',182,47),('20110814',51,33),('20110815',143,52),('20110816',224,81),('20110817',104,48),('20110818',93,38),('20110819',100,39),('20110820',48,26),('20110821',84,34),('20110822',120,57),('20110823',223,62),('20110824',164,48),('20110825',119,48),('20110826',101,36),('20110827',91,30),('20110828',77,28),('20110829',169,62),('20110830',145,42),('20110831',119,47),('20110901',190,55),('20110902',105,52),('20110903',68,41),('20110904',60,38),('20110905',285,62),('20110906',212,65),('20110907',109,41),('20110908',205,68),('20110909',110,35),('20110910',283,31),('20110911',134,27),('20110912',155,41),('20110913',158,53),('20110914',160,48),('20110915',190,39),('20110916',120,26),('20110917',59,27),('20110918',106,29),('20110919',83,37),('20110920',152,49),('20110921',87,33),('20110922',77,32),('20110923',84,25),('20110924',51,23),('20110925',155,29),('20110926',84,32),('20110927',98,25),('20110928',124,34),('20110929',67,38),('20110930',61,29),('20111001',100,30),('20111002',93,32),('20111003',126,44),('20111004',69,48),('20111005',163,65),('20111006',74,37),('20111007',105,77),('20111008',101,34),('20111009',104,45),('20111010',313,61),('20111011',111,50),('20111012',107,42),('20111013',66,32),('20111014',126,34),('20111015',91,34),('20111016',47,26),('20111017',85,37),('20111018',259,54),('20111019',132,49),('20111020',108,47),('20111021',91,34),('20111022',103,28),('20111023',81,26),('20111024',98,41),('20111025',218,49),('20111026',88,44),('20111027',158,64),('20111028',108,39),('20111029',186,54),('20111030',93,36),('20111031',104,50),('20111101',101,38),('20111102',153,47),('20111103',157,53),('20111104',153,42),('20111105',112,33),('20111106',242,44),('20111107',99,42),('20111108',295,56),('20111109',197,56),('20111110',152,50),('20111111',169,48),('20111112',90,48),('20111113',109,41),('20111114',127,46),('20111115',216,58),('20111116',180,64),('20111117',186,48),('20111118',174,56),('20111119',117,47),('20111120',203,42),('20111121',165,65),('20111122',195,86),('20111123',171,45),('20111124',146,70),('20111125',182,60),('20111126',157,29),('20111127',184,47),('20111128',217,58),('20111129',172,66),('20111130',116,44),('20111201',94,37),('20111202',165,44),('20111203',78,32),('20111204',118,49),('20111205',144,50),('20111206',296,60),('20111207',195,87),('20111208',169,56),('20111209',92,52),('20111210',139,53),('20111211',86,40),('20111212',207,71),('20111213',92,44),('20111214',163,47),('20111215',181,52),('20111216',126,41),('20111217',96,36),('20111218',102,56),('20111219',157,57),('20111220',107,66),('20111221',144,48),('20111222',120,40),('20111223',45,29),('20111224',49,30),('20111225',174,36),('20111226',102,37),('20111227',116,59),('20111228',103,33),('20111229',151,49),('20111230',174,39),('20111231',70,41),('20120101',49,20),('20120102',55,30),('20120103',35,17),('20120104',87,27),('20120105',31,19),('20120106',83,38),('20120107',121,26),('20120108',39,28),('20120109',133,60),('20120110',242,42),('20120111',92,34),('20120112',115,34),('20120113',61,24),('20120114',157,37),('20120115',107,27),('20120116',283,53),('20120117',112,40),('20120118',194,87),('20120119',130,38),('20120120',70,27),('20120121',17,12),('20120122',94,37),('20120123',181,60),('20120124',109,45),('20120125',83,31),('20120126',74,32),('20120127',50,22),('20120128',57,21),('20120129',46,24),('20120130',68,34),('20120131',61,29),('20120201',152,41),('20120202',206,41),('20120203',56,15),('20120204',46,15),('20120205',45,15),('20120206',77,30),('20120207',99,36),('20120208',131,37),('20120209',117,53),('20120210',96,37),('20120211',113,37),('20120212',86,30),('20120213',178,54),('20120214',81,48),('20120215',105,51),('20120216',39,29),('20120217',179,131),('20120218',135,44),('20120219',74,44),('20120220',76,42),('20120221',96,40),('20120222',186,48),('20120223',67,46),('20120224',104,71),('20120225',100,54),('20120226',107,56),('20120227',96,67),('20120228',109,64),('20120229',163,88),('20120301',72,48),('20120302',82,27),('20120303',84,36),('20120304',39,28),('20120305',153,58),('20120306',111,45),('20120307',96,52),('20120308',106,41),('20120309',170,40),('20120310',74,35),('20120311',105,40),('20120312',48,28),('20120313',116,44),('20120314',110,37),('20120315',60,31),('20120316',105,30),('20120317',70,29),('20120318',66,47),('20120319',94,34),('20120320',114,50),('20120321',97,32),('20120322',82,32),('20120323',39,20),('20120324',62,28),('20120325',99,28),('20120326',77,32),('20120327',131,25),('20120328',183,100),('20120329',249,52),('20120330',76,36),('20120331',65,21),('20120401',94,24),('20120402',52,41),('20120403',142,36),('20120404',79,27),('20120405',80,23),('20120406',62,22),('20120407',31,17),('20120408',79,21),('20120409',145,39),('20120410',124,68),('20120411',68,30),('20120412',108,39),('20120413',125,41),('20120414',171,46),('20120415',126,31),('20120416',82,30),('20120417',41,23),('20120418',60,34),('20120419',197,49),('20120420',164,105),('20120421',205,40),('20120422',65,28),('20120423',112,45),('20120424',123,49),('20120425',114,45),('20120426',230,51),('20120427',96,45),('20120428',60,27),('20120429',24,15),('20120430',108,27),('20120501',115,40),('20120502',38,24),('20120503',79,34),('20120504',55,24),('20120505',49,15),('20120506',43,22),('20120507',98,32),('20120508',150,69),('20120509',206,61),('20120510',76,33),('20120511',92,36),('20120512',60,31),('20120513',117,44),('20120514',205,68),('20120515',128,57),('20120516',204,59),('20120517',117,45),('20120518',130,28),('20120519',148,91),('20120520',51,19),('20120521',129,44),('20120522',95,34),('20120523',115,54),('20120524',113,54),('20120525',172,71),('20120526',109,45),('20120527',183,68),('20120528',172,75),('20120529',168,56),('20120530',158,64),('20120531',88,51),('20120601',171,49),('20120602',135,67),('20120603',67,41),('20120604',70,52),('20120605',126,60),('20120606',434,62),('20120607',48,26),('20120608',104,61),('20120609',87,56),('20120610',127,44),('20120611',135,66),('20120612',142,66),('20120613',172,70),('20120614',199,105),('20120615',229,111),('20120616',150,97),('20120617',179,73),('20120618',142,73),('20120619',164,96),('20120620',188,83),('20120621',143,92),('20120622',141,59),('20120623',213,73),('20120624',155,60),('20120625',174,86),('20120626',163,79),('20120627',133,73),('20120628',127,65),('20120629',111,59),('20120630',56,45),('20120701',127,66),('20120702',122,74),('20120703',184,90),('20120704',150,78),('20120705',154,79),('20120706',85,58),('20120707',120,54),('20120708',88,65),('20120709',119,68),('20120710',259,116),('20120711',253,132),('20120712',225,129),('20120713',254,149),('20120714',374,233),('20120715',313,195),('20120716',262,181),('20120717',280,171),('20120718',221,172),('20120719',281,169),('20120720',205,147),('20120721',237,142),('20120722',161,139),('20120723',190,138),('20120724',273,141),('20120725',281,166),('20120726',376,165),('20120727',275,154),('20120728',175,84),('20120729',108,57),('20120730',163,85),('20120731',76,60),('20120801',131,63),('20120802',93,62),('20120803',177,65),('20120804',107,47),('20120805',106,56),('20120806',160,74),('20120807',230,80),('20120808',156,79),('20120809',137,56),('20120810',147,56),('20120811',127,61),('20120812',113,63),('20120813',153,72),('20120814',232,82),('20120815',134,62),('20120816',141,67),('20120817',117,51),('20120818',187,86),('20120819',149,43),('20120820',129,57),('20120821',149,64),('20120822',137,50),('20120823',192,73),('20120824',143,74),('20120825',119,71),('20120826',184,69),('20120827',457,104),('20120828',166,50),('20120829',87,40),('20120830',60,35),('20120831',9,8),('20120903',3,3),('20120904',12,7),('20120905',29,22),('20120906',20,19),('20120907',58,27),('20120908',28,24),('20120909',100,97),('20120910',46,29),('20120911',93,35),('20120912',52,21),('20120913',51,24),('20120914',73,39),('20120915',62,41),('20120916',153,67),('20120917',160,78),('20120918',121,55),('20120919',122,51),('20120920',201,135),('20120921',115,42),('20120922',28,24),('20120923',156,41),('20120924',210,98),('20120925',90,47),('20120926',63,33),('20120927',81,33),('20120928',71,30),('20120929',42,26),('20120930',73,34),('20121001',62,33),('20121002',80,34),('20121003',82,39),('20121004',148,86),('20121005',76,31),('20121006',27,22),('20121007',81,39),('20121008',110,35),('20121009',65,40),('20121010',103,37),('20121011',80,29),('20121012',107,38),('20121013',91,51),('20121014',105,45),('20121015',53,24),('20121016',70,33),('20121017',50,25),('20121018',66,27),('20121019',31,22),('20121020',41,28),('20121021',56,28),('20121022',72,37),('20121023',493,89),('20121024',96,47),('20121025',129,40),('20121026',79,27),('20121027',64,31),('20121028',36,17),('20121029',319,70),('20121030',1038,194),('20121031',401,145),('20121101',66,34),('20121102',72,23),('20121103',35,23),('20121104',76,34),('20121105',85,35),('20121106',59,31),('20121107',167,39),('20121108',54,31),('20121109',148,38),('20121110',62,36),('20121111',59,25),('20121112',205,44),('20121113',66,39),('20121114',77,27),('20121115',44,24),('20121116',52,28),('20121117',35,20),('20121118',111,25),('20121119',43,29),('20121120',201,52),('20121121',69,41),('20121122',66,28),('20121123',55,49),('20121124',64,37),('20121125',79,31),('20121126',40,28),('20121127',114,32),('20121128',86,47),('20121129',53,33),('20121130',161,70),('20121201',155,35),('20121202',279,65),('20121203',261,52),('20121204',123,53),('20121205',241,82),('20121206',96,36),('20121207',71,39),('20121208',51,26),('20121209',63,36),('20121210',96,46),('20121211',145,48),('20121212',105,48),('20121213',118,27),('20121214',57,38),('20121215',71,32),('20121216',38,27),('20121217',115,45),('20121218',120,54),('20121219',203,41),('20121220',95,38),('20121221',63,30),('20121222',48,22),('20121223',48,33),('20121224',32,24),('20121225',33,25),('20121226',39,32),('20121227',40,27),('20121228',30,24),('20121229',56,31),('20121230',111,33),('20121231',63,37),('20130101',223,72),('20130102',67,35),('20130103',102,29),('20130104',54,24),('20130105',28,16),('20130106',104,18),('20130107',63,32),('20130108',81,35),('20130109',55,24),('20130110',62,43),('20130111',212,53),('20130112',51,30),('20130113',41,30),('20130114',49,36),('20130115',74,43),('20130116',63,36),('20130117',92,46),('20130118',55,41),('20130119',39,28),('20130120',82,40),('20130121',61,27),('20130122',34,28),('20130123',20,17),('20130124',47,28),('20130125',139,32),('20130126',426,41),('20130127',392,35),('20130128',417,49),('20130129',403,44),('20130130',461,38),('20130131',414,53),('20130201',406,48),('20130202',418,44),('20130203',379,45),('20130204',484,54),('20130205',535,53),('20130206',421,46),('20130207',411,57),('20130208',725,57),('20130209',489,44),('20130210',417,39),('20130211',442,53),('20130212',443,59),('20130213',299,63),('20130214',355,82),('20130215',276,47),('20130216',274,50),('20130217',386,53),('20130218',268,49),('20130219',350,76),('20130220',273,60),('20130221',409,60),('20130222',281,75),('20130223',315,49),('20130224',274,37),('20130225',295,66),('20130226',272,49),('20130227',344,66),('20130228',315,75),('20130301',278,56),('20130302',301,75),('20130303',253,47),('20130304',257,45),('20130305',362,82),('20130306',255,54),('20130307',382,67),('20130308',286,59),('20130309',284,50),('20130310',272,55),('20130311',297,71),('20130312',283,69),('20130313',416,85),('20130314',269,51),('20130315',116,62),('20130316',75,48),('20130317',35,29),('20130318',87,41),('20130319',101,57),('20130320',73,36),('20130321',78,55),('20130322',41,22),('20130323',33,31),('20130324',49,37),('20130325',87,46),('20130326',83,43),('20130327',65,37),('20130328',67,27),('20130329',123,41),('20130330',109,40),('20130331',299,146),('20130401',111,47),('20130402',142,53),('20130403',113,52),('20130404',104,42),('20130405',67,43),('20130406',64,39),('20130407',77,44),('20130408',40,26),('20130409',101,49),('20130410',59,55),('20130411',94,36),('20130412',123,44),('20130413',64,36),('20130414',40,36),('20130415',66,26),('20130416',62,52),('20130417',78,54),('20130418',92,41),('20130419',56,46),('20130420',58,42),('20130421',61,37),('20130422',184,45),('20130423',148,62),('20130424',84,36),('20130425',76,47),('20130426',130,59),('20130427',66,42),('20130428',46,36),('20130429',96,61),('20130430',70,46),('20130501',35,30),('20130502',75,40),('20130503',142,44),('20130504',38,27),('20130505',66,51),('20130506',84,40),('20130507',73,40),('20130508',34,20),('20130509',79,47),('20130510',63,40),('20130511',41,35),('20130512',123,46),('20130513',127,38),('20130514',46,37),('20130515',77,51),('20130516',139,58),('20130517',82,25),('20130518',58,36),('20130519',47,35),('20130520',59,40),('20130521',90,41),('20130522',75,41),('20130523',88,43),('20130524',48,37),('20130525',88,40),('20130526',34,30),('20130527',232,86),('20130528',69,31),('20130529',103,42),('20130530',149,58),('20130531',86,40),('20130601',34,28),('20130602',23,23),('20130603',94,53),('20130604',91,38),('20130605',107,42),('20130606',57,30),('20130607',147,56),('20130608',50,29),('20130609',67,35),('20130610',44,32),('20130611',56,39),('20130612',150,46),('20130613',104,55),('20130614',86,32),('20130615',26,24),('20130616',40,26),('20130617',65,32),('20130618',111,46),('20130619',66,42),('20130620',64,46),('20130621',32,25),('20130622',33,31),('20130623',95,31),('20130624',79,34),('20130625',129,43),('20130626',110,50),('20130627',101,47),('20130628',41,33),('20130629',76,51),('20130630',42,20),('20130701',67,32),('20130702',55,36),('20130703',51,31),('20130704',3045,53),('20130705',31,27),('20130706',43,37),('20130707',35,28),('20130708',209,63),('20130709',36,27),('20130710',120,60),('20130711',88,46),('20130712',51,23),('20130713',54,29),('20130714',63,35),('20130715',56,33),('20130716',50,31),('20130717',41,33),('20130718',70,37),('20130719',50,27),('20130720',43,23),('20130721',505,220),('20130722',60,32),('20130723',105,89),('20130724',151,51),('20130725',77,42),('20130726',39,31),('20130727',22,21),('20130728',33,31),('20130729',77,35),('20130730',38,36),('20130731',96,48),('20130801',59,42),('20130802',43,26),('20130803',26,25),('20130804',115,56),('20130805',188,52),('20130806',90,37),('20130807',61,40),('20130808',94,41),('20130809',76,46),('20130810',47,21),('20130811',71,64),('20130812',331,81),('20130813',338,110),('20130814',353,153),('20130815',52,37),('20130816',82,70),('20130817',49,38),('20130818',98,42),('20130819',165,112),('20130820',92,41),('20130821',52,39),('20130822',60,49),('20130823',52,37),('20130824',146,56),('20130825',134,58),('20130826',68,36),('20130827',35,31),('20130828',96,51),('20130829',136,41),('20130830',83,46),('20130831',42,19),('20130901',450,126),('20130902',378,80),('20130903',100,50),('20130904',86,45),('20130905',57,46),('20130906',128,58),('20130907',77,35),('20130908',73,36),('20130909',83,39),('20130910',122,44),('20130911',54,37),('20130912',50,34),('20130913',74,31),('20130914',50,42),('20130915',40,33),('20130916',99,41),('20130917',174,129),('20130918',119,67),('20130919',73,43),('20130920',49,25),('20130921',62,35),('20130922',41,40),('20130923',56,38),('20130924',113,58),('20130925',78,47),('20130926',54,46),('20130927',29,29),('20130928',81,49),('20130929',51,45),('20130930',93,46),('20131001',92,58),('20131002',76,36),('20131003',83,58),('20131004',63,30),('20131005',70,49),('20131006',28,28),('20131007',50,43),('20131008',85,57),('20131009',59,40),('20131010',80,44),('20131011',81,56),('20131012',47,32),('20131013',87,34),('20131014',147,66),('20131015',64,51),('20131016',82,42),('20131017',94,46),('20131018',116,56),('20131019',59,39),('20131020',51,40),('20131021',47,40),('20131022',48,43),('20131023',106,49),('20131024',60,39),('20131025',41,39),('20131026',38,35),('20131027',44,39),('20131028',149,103),('20131029',338,117),('20131030',73,41),('20131031',75,56),('20131101',50,28),('20131102',42,41),('20131103',58,52),('20131104',80,47),('20131105',55,33),('20131106',115,65),('20131107',1657,47),('20131108',112,49),('20131109',46,32),('20131110',66,49),('20131111',41,37),('20131112',45,37),('20131113',119,38),('20131114',112,93),('20131115',66,51),('20131116',57,44),('20131117',93,67),('20131118',59,41),('20131119',86,58),('20131120',86,65),('20131121',65,42),('20131122',87,46),('20131123',46,39),('20131124',53,47),('20131125',62,40),('20131126',87,51),('20131127',62,40),('20131128',59,51),('20131129',111,53),('20131130',30,30),('20131201',88,50),('20131202',48,43),('20131203',77,51),('20131204',109,62),('20131205',62,47),('20131206',94,66),('20131207',70,62),('20131208',61,53),('20131209',124,116),('20131210',163,153),('20131211',200,183),('20131212',228,192),('20131213',175,159),('20131214',171,171),('20131215',290,201),('20131216',188,172),('20131217',251,197),('20131218',192,163),('20131219',179,167),('20131220',200,173),('20131221',170,169),('20131222',193,170),('20131223',248,181),('20131224',240,170),('20131225',176,152),('20131226',164,155),('20131227',177,160),('20131228',158,155),('20131229',89,76),('20131230',76,73),('20131231',70,60),('20140101',143,126),('20140102',64,45),('20140103',78,65),('20140104',32,27),('20140105',119,70),('20140106',45,31),('20140107',107,67),('20140108',45,41),('20140109',78,64),('20140110',35,30),('20140111',129,65),('20140112',67,39),('20140113',61,44),('20140114',79,61),('20140115',89,49),('20140116',88,80),('20140117',64,37),('20140118',56,56),('20140119',44,39),('20140120',108,61),('20140121',88,65),('20140122',240,66),('20140123',194,67),('20140124',119,55),('20140125',137,104),('20140126',43,38),('20140127',46,39),('20140128',52,40),('20140129',115,92),('20140130',225,173),('20140131',165,131),('20140201',275,74),('20140202',50,42),('20140203',40,27),('20140204',133,97),('20140205',119,116),('20140206',80,41),('20140207',104,35),('20140208',263,82),('20140209',169,108),('20140210',66,32),('20140211',147,60),('20140212',106,68),('20140213',108,77),('20140214',251,58),('20140215',57,25),('20140216',115,94),('20140217',61,49),('20140218',122,33),('20140219',56,35),('20140220',120,42),('20140221',55,31),('20140222',328,43),('20140223',75,59),('20140224',155,99),('20140225',79,62),('20140226',123,58),('20140227',255,163),('20140228',147,88),('20140301',70,43),('20140302',62,37),('20140303',106,57),('20140304',119,96),('20140305',106,93),('20140306',75,46),('20140307',85,43),('20140308',40,40),('20140309',86,81),('20140310',87,65),('20140311',286,52),('20140312',99,43),('20140313',92,46),('20140314',128,43),('20140315',48,21),('20140316',178,76),('20140317',76,34),('20140318',144,35),('20140319',80,64),('20140320',101,73),('20140321',101,38),('20140322',41,37),('20140323',99,39),('20140324',82,54),('20140325',290,51),('20140326',59,33),('20140327',56,31),('20140328',41,36),('20140329',83,56),('20140330',58,37),('20140331',34,28),('20140401',198,140),('20140402',263,260),('20140403',193,159),('20140404',53,32),('20140405',119,21),('20140406',134,84),('20140407',201,181),('20140408',128,113),('20140409',181,141),('20140410',184,129),('20140411',147,111),('20140412',145,114),('20140413',220,130),('20140414',114,104),('20140415',125,115),('20140416',115,106),('20140417',114,108),('20140418',105,103),('20140419',138,112),('20140420',2893,119),('20140421',254,112),('20140422',111,104),('20140423',140,67),('20140424',267,35),('20140425',21,12),('20140426',17,10),('20140427',17,13),('20140428',149,32),('20140429',68,13),('20140430',22,14),('20140501',41,11),('20140502',184,26),('20140503',51,19),('20140504',20,14),('20140505',107,20),('20140506',58,20),('20140507',96,15),('20140508',42,36),('20140509',12,12),('20140510',80,39),('20140511',77,61),('20140512',80,54),('20140513',127,89),('20140514',301,294),('20140515',355,304),('20140516',182,155),('20140517',147,80),('20140518',327,218),('20140519',342,328),('20140520',231,230),('20140521',287,229),('20140522',325,265),('20140523',284,277),('20140524',244,229),('20140525',237,236),('20140526',243,228),('20140527',301,258),('20140528',239,229),('20140529',258,237),('20140530',282,234),('20140531',230,224),('20140601',248,212),('20140602',259,218),('20140603',254,218),('20140604',236,228),('20140605',217,204),('20140606',313,239),('20140607',234,232),('20140608',239,237),('20140609',228,214),('20140610',266,216),('20140611',376,247),('20140612',230,204),('20140613',239,226),('20140614',215,204),('20140615',216,216),('20140616',261,216),('20140617',272,238),('20140618',216,196),('20140619',234,224),('20140620',256,227),('20140621',233,221),('20140622',204,204),('20140623',233,214),('20140624',226,212),('20140625',217,206),('20140626',220,213),('20140627',259,233),('20140628',203,197),('20140629',268,230),('20140630',202,195),('20140701',221,192),('20140702',228,189),('20140703',237,214),('20140704',169,141),('20140705',99,57),('20140706',130,59),('20140707',98,53),('20140708',155,59),('20140709',190,170),('20140710',313,273),('20140711',218,198),('20140712',266,225),('20140713',198,177),('20140714',546,240),('20140715',302,202),('20140716',269,221),('20140717',261,220),('20140718',370,236),('20140719',207,206),('20140720',315,283),('20140721',376,224),('20140722',366,212),('20140723',252,225),('20140724',268,212),('20140725',301,226),('20140726',230,210),('20140727',249,227),('20140728',255,214),('20140729',258,204),('20140730',239,210),('20140731',228,210),('20140801',206,205),('20140802',209,198),('20140803',211,196),('20140804',249,215),('20140805',198,187),('20140806',412,215),('20140807',225,193),('20140808',291,223),('20140809',203,202),('20140810',276,217),('20140811',218,206),('20140812',236,187),('20140813',269,185),('20140814',356,197),('20140815',207,168),('20140816',198,169),('20140817',243,171),('20140818',214,167),('20140819',189,161),('20140820',422,181),('20140821',199,170),('20140822',190,164),('20140823',165,154),('20140824',159,153),('20140825',182,160),('20140826',267,182),('20140827',192,170),('20140828',221,161),('20140829',267,194),('20140830',154,150),('20140831',168,155),('20140901',185,164),('20140902',199,166),('20140903',493,225),('20140904',157,149),('20140905',284,170),('20140906',167,157),('20140907',190,149),('20140908',236,170),('20140909',208,200),('20140910',190,160),('20140911',215,165),('20140912',240,163),('20140913',136,136),('20140914',182,161),('20140915',307,237),('20140916',231,204),('20140917',398,174),('20140918',173,154),('20140919',192,171),('20140920',903,167),('20140921',1826,200),('20140922',199,167),('20140923',193,155),('20140924',181,158),('20140925',237,183),('20140926',3088,193),('20140927',246,202),('20140928',198,182),('20140929',264,185),('20140930',252,198),('20141001',518,261),('20141002',271,209),('20141003',316,200),('20141004',171,154),('20141005',175,149),('20141006',185,171),('20141007',213,170),('20141008',221,178),('20141009',168,145),('20141010',220,174),('20141011',307,180),('20141012',256,183),('20141013',195,169),('20141014',208,179),('20141015',299,182),('20141016',256,210),('20141017',294,187),('20141018',181,170),('20141019',210,180),('20141020',221,184),('20141021',160,155),('20141022',227,190),('20141023',328,258),('20141024',281,183),('20141025',169,154),('20141026',179,159),('20141027',174,152),('20141028',165,147),('20141029',338,113),('20141030',195,152),('20141031',163,159),('20141101',148,130),('20141102',149,143),('20141103',228,164),('20141104',226,174),('20141105',280,185),('20141106',228,173),('20141107',172,156),('20141108',183,147),('20141109',199,145),('20141110',174,157),('20141111',203,162),('20141112',502,167),('20141113',249,146),('20141114',264,154),('20141115',148,138),('20141116',172,148),('20141117',156,139),('20141118',179,158),('20141119',254,158),('20141120',300,237),('20141121',96,43),('20141122',72,60),('20141123',38,37),('20141124',122,52),('20141125',96,68),('20141126',273,64),('20141127',59,43),('20141128',53,38),('20141129',121,47),('20141130',141,51),('20141201',184,67),('20141202',80,72),('20141203',85,51),('20141204',73,54),('20141205',87,74),('20141206',89,61),('20141207',53,35),('20141208',90,49),('20141209',89,58),('20141210',320,69),('20141211',61,49),('20141212',65,45),('20141213',66,46),('20141214',61,45),('20141215',72,39),('20141216',60,52),('20141217',88,56),('20141218',75,48),('20141219',123,70),('20141220',179,99),('20141221',5034,188),('20141222',46,36),('20141223',4432,175),('20141224',257,69),('20141225',118,56),('20141226',101,61),('20141227',4671,164),('20141228',47,42),('20141229',163,63),('20141230',57,29),('20141231',37,20),('20150101',25,19),('20150102',5007,134),('20150103',56,30),('20150104',64,22),('20150105',84,54),('20150106',44,29),('20150107',224,43),('20150108',118,29),('20150109',85,23),('20150110',62,23),('20150111',91,26),('20150112',103,37),('20150113',61,22),('20150114',23,18),('20150115',108,89),('20150116',131,46),('20150117',64,28),('20150118',21,20),('20150119',48,25),('20150120',50,26),('20150121',295,56),('20150122',156,64),('20150123',51,24),('20150124',94,25),('20150125',36,26),('20150126',68,31),('20150127',82,33),('20150128',229,41),('20150129',53,22),('20150130',62,28),('20150131',24,16),('20150201',82,24),('20150202',60,28),('20150203',26,15),('20150204',283,33),('20150205',109,54),('20150206',53,20),('20150207',21,11),('20150208',26,22),('20150209',125,28),('20150210',139,51),('20150211',230,31),('20150212',115,52),('20150213',118,62),('20150214',66,27),('20150215',81,56),('20150216',116,59),('20150217',70,41),('20150218',101,61),('20150219',75,42),('20150220',226,58),('20150221',144,52),('20150222',62,40),('20150223',149,64),('20150224',276,48),('20150225',138,53),('20150226',95,53),('20150227',47,41),('20150228',49,47),('20150301',61,42),('20150302',99,42),('20150303',79,45),('20150304',3047,63),('20150305',120,57),('20150306',411,126),('20150307',60,56),('20150308',61,40),('20150309',100,54),('20150310',94,47),('20150311',166,44),('20150312',157,60),('20150313',66,33),('20150314',74,43),('20150315',58,38),('20150316',121,47),('20150317',59,43),('20150318',87,66),('20150319',102,54),('20150320',268,44),('20150321',70,40),('20150322',55,34),('20150323',82,68),('20150324',78,53),('20150325',166,58),('20150326',106,46),('20150327',57,41),('20150328',419,55),('20150329',44,36),('20150330',48,26),('20150331',47,32),('20150401',58,29),('20150402',206,37),('20150403',380,44),('20150404',67,24),('20150405',64,19),('20150406',72,23),('20150407',66,24),('20150408',153,30),('20150409',46,20),('20150410',92,40),('20150411',73,30),('20150412',173,46),('20150413',28,18),('20150414',25,19),('20150415',73,27),('20150416',278,29),('20150417',284,34),('20150418',145,25),('20150419',40,17),('20150420',72,22),('20150421',76,19),('20150422',189,36),('20150423',95,46),('20150424',94,40),('20150425',130,61),('20150426',32,18),('20150427',97,37),('20150428',39,19),('20150429',40,25),('20150430',53,28),('20150501',221,25),('20150502',18,12),('20150503',37,13),('20150504',47,25),('20150505',208,47),('20150506',159,40),('20150507',192,42),('20150508',113,25),('20150509',41,18),('20150510',23,21),('20150511',97,45),('20150512',52,20),('20150513',219,41),('20150514',70,27),('20150515',359,34),('20150516',38,17),('20150517',127,31),('20150518',63,35),('20150519',101,40),('20150520',195,36),('20150521',74,29),('20150522',84,30),('20150523',51,18),('20150524',86,43),('20150525',97,44),('20150526',72,47),('20150527',44,32),('20150528',74,53),('20150529',197,78),('20150530',381,60),('20150531',176,32),('20150601',118,50),('20150602',84,59),('20150603',188,53),('20150604',121,69),('20150605',71,41),('20150606',58,48),('20150607',77,47),('20150608',272,92),('20150609',106,47),('20150610',71,43),('20150611',95,48),('20150612',326,36),('20150613',91,42),('20150614',162,43),('20150615',103,69),('20150616',181,55),('20150617',179,45),('20150618',69,32),('20150619',48,34),('20150620',61,48),('20150621',60,35),('20150622',126,50),('20150623',79,44),('20150624',41,36),('20150625',182,62),('20150626',214,51),('20150627',380,64),('20150628',65,42),('20150629',102,62),('20150630',79,56),('20150701',331,68),('20150702',208,52),('20150703',67,41),('20150704',133,73),('20150705',50,39),('20150706',51,38),('20150707',110,44),('20150708',92,43),('20150709',72,31),('20150710',164,47),('20150711',331,31),('20150712',67,47),('20150713',59,38),('20150714',152,40),('20150715',291,56),('20150716',60,29),('20150717',89,35),('20150718',65,38),('20150719',82,48),('20150720',79,51),('20150721',101,68),('20150722',175,80),('20150723',115,76),('20150724',469,75),('20150725',25,25),('20150726',66,49),('20150727',116,44),('20150728',76,43),('20150729',174,48),('20150730',154,51),('20150731',60,26),('20150801',36,33),('20150802',31,30),('20150803',125,61),('20150804',70,37),('20150805',68,45),('20150806',78,47),('20150807',162,43),('20150808',48,43),('20150809',3024,72),('20150810',90,56),('20150811',188,48),('20150812',172,57),('20150813',211,50),('20150814',59,43),('20150815',29,20),('20150816',44,44),('20150817',78,41),('20150818',40,24),('20150819',59,31),('20150820',80,37),('20150821',106,42),('20150822',40,31),('20150823',162,51),('20150824',64,41),('20150825',101,46),('20150826',237,66),('20150827',53,32),('20150828',52,36),('20150829',10,10),('20150830',34,28),('20150831',71,38),('20150901',315,104),('20150902',65,48),('20150903',110,50),('20150904',123,34),('20150905',39,20),('20150906',79,36),('20150907',49,34),('20150908',82,51),('20150909',244,57),('20150910',223,38),('20150911',68,41),('20150912',54,34),('20150913',33,33),('20150914',63,27),('20150915',50,39),('20150916',64,41),('20150917',67,47),('20150918',44,32),('20150919',38,30),('20150920',102,93),('20150921',112,55),('20150922',132,46),('20150923',159,50),('20150924',165,26),('20150925',36,31),('20150926',55,35),('20150927',27,24),('20150928',87,41),('20150929',103,45),('20150930',199,59),('20151001',81,53),('20151002',69,44),('20151003',116,45),('20151004',61,30),('20151005',145,56),('20151006',72,36),('20151007',193,48),('20151008',103,80),('20151009',61,29),('20151010',80,36),('20151011',237,48),('20151012',168,41),('20151013',351,52),('20151014',38,31),('20151015',37,22),('20151016',44,26),('20151017',73,27),('20151018',86,35),('20151019',68,25),('20151020',85,41),('20151021',494,38),('20151022',62,25),('20151023',55,38),('20151024',119,25),('20151025',82,31),('20151026',97,47),('20151027',85,45),('20151028',96,37),('20151029',86,43),('20151030',93,39),('20151031',31,26),('20151101',41,33),('20151102',145,67),('20151103',131,32),('20151104',197,46),('20151105',39,26),('20151106',78,36),('20151107',28,18),('20151108',64,43),('20151109',265,54),('20151110',74,37),('20151111',52,34),('20151112',182,38),('20151113',45,32),('20151114',27,23),('20151115',39,33),('20151116',126,38),('20151117',60,48),('20151118',310,32),('20151119',75,45),('20151120',48,19),('20151121',78,48),('20151122',154,36),('20151123',138,64),('20151124',98,37),('20151125',99,43),('20151126',47,25),('20151127',50,36),('20151128',32,28),('20151129',65,27),('20151130',124,63),('20151201',131,49),('20151202',280,32),('20151203',129,37),('20151204',115,29),('20151205',126,22),('20151206',36,22),('20151207',48,22),('20151208',67,27),('20151209',54,23),('20151210',19,18),('20151211',15,13),('20151212',30,16),('20151213',22,17),('20151214',189,34),('20151215',140,24),('20151216',338,33),('20151217',30,23),('20151218',99,21),('20151219',17,13),('20151220',60,20),('20151221',48,23),('20151222',143,21),('20151223',101,47),('20151224',24,16),('20151225',147,27),('20151226',11,9),('20151227',517,29),('20151228',35,13),('20151229',155,26),('20151230',310,24),('20151231',25918,21545),('20160101',3455,2823),('20160102',104,81),('20160103',99,60),('20160104',148,64),('20160105',88,59),('20160106',419,73),('20160107',75,41),('20160108',37,24),('20160109',32,23),('20160110',64,26),('20160111',55,40),('20160112',60,29),('20160113',141,46),('20160114',63,32),('20160115',53,27),('20160116',156,34),('20160117',44,26),('20160118',73,27),('20160119',305,30),('20160120',1203,35),('20160121',66,31),('20160122',37,29),('20160123',42,29),('20160124',106,19),('20160125',31,25),('20160126',35,27),('20160127',33,22),('20160128',167,36),('20160129',164,63),('20160130',100,35),('20160131',71,29),('20160201',104,35),('20160202',59,24),('20160203',291,25),('20160204',120,29),('20160205',31,14),('20160206',207,34),('20160207',85,36),('20160208',81,22),('20160209',82,24),('20160210',387,50),('20160211',57,31),('20160212',54,20),('20160213',65,18),('20160214',21,16),('20160215',55,18),('20160216',43,25),('20160217',291,36),('20160218',90,22),('20160219',89,31),('20160220',37,10),('20160221',68,33),('20160222',112,56),('20160223',46,30),('20160224',72,17),('20160225',82,35),('20160226',104,39),('20160227',25,23),('20160228',35,28),('20160229',32,26),('20160301',412,50),('20160302',334,41),('20160303',38,29),('20160304',42,18),('20160305',47,36),('20160306',76,31),('20160307',140,45),('20160308',71,33),('20160309',70,23),('20160310',57,28),('20160311',45,25),('20160312',66,20),('20160313',29,21),('20160314',300,32),('20160315',88,31),('20160316',273,34),('20160317',45,31),('20160318',63,39),('20160319',115,26),('20160320',20,16),('20160321',44,25),('20160322',181,35),('20160323',167,33),('20160324',46,25),('20160325',122,34),('20160326',79,29),('20160327',53,35),('20160328',33,24),('20160329',385,65),('20160330',324,44),('20160331',47,35),('20160401',139,37),('20160402',87,47),('20160403',55,28),('20160404',52,27),('20160405',80,35),('20160406',42,34),('20160407',84,44),('20160408',95,51),('20160409',72,32),('20160410',57,33),('20160411',338,52),('20160412',315,42),('20160413',118,59),('20160414',116,62),('20160415',74,39),('20160416',104,42),('20160417',40,35),('20160418',53,33),('20160419',80,36),('20160420',146,84),('20160421',237,44),('20160422',96,44),('20160423',113,70),('20160424',132,53),('20160425',115,67),('20160426',306,56),('20160427',39,31),('20160428',151,56),('20160429',93,50),('20160430',37,26),('20160501',63,29),('20160502',172,53),('20160503',197,65),('20160504',98,44),('20160505',37,31),('20160506',64,36),('20160507',38,29),('20160508',75,57),('20160509',38,32),('20160510',77,29),('20160511',318,58),('20160512',38,25),('20160513',33,19),('20160514',77,38),('20160515',49,29),('20160516',93,56),('20160517',181,37),('20160518',60,38),('20160519',74,37),('20160520',54,42),('20160521',129,40),('20160522',49,29),('20160523',57,45),('20160524',257,36),('20160525',57,40),('20160526',57,35),('20160527',72,39),('20160528',48,31),('20160529',89,36),('20160530',37,31),('20160531',4918,146),('20160601',122,102),('20160602',55,40),('20160603',70,54),('20160604',81,30),('20160605',53,32),('20160606',165,39),('20160607',292,48),('20160608',72,47),('20160609',56,30),('20160610',26,21),('20160611',53,29),('20160612',27,19),('20160613',153,61),('20160614',83,26),('20160615',76,35),('20160616',48,23),('20160617',59,21),('20160618',53,34),('20160619',52,27),('20160620',108,48),('20160621',74,27),('20160622',251,44),('20160623',76,51),('20160624',92,33),('20160625',52,10),('20160626',17,15),('20160627',46,31),('20160628',31,23),('20160629',107,36),('20160630',81,54),('20160701',58,39),('20160702',18,17),('20160703',46,45),('20160704',127,48),('20160705',78,40),('20160706',237,32),('20160707',76,47),('20160708',71,42),('20160709',54,44),('20160710',114,44),('20160711',42,37),('20160712',222,86),('20160713',113,59),('20160714',59,40),('20160715',100,39),('20160716',57,40),('20160717',25,24),('20160718',109,60),('20160719',145,60),('20160720',361,49),('20160721',114,90),('20160722',21,13),('20160723',78,29),('20160724',56,29),('20160725',48,30),('20160726',29,20),('20160727',37,23),('20160728',53,22),('20160729',42,17),('20160730',51,21),('20160731',42,26),('20160801',48,32),('20160802',43,30),('20160803',235,19),('20160804',67,18),('20160805',41,27),('20160806',66,31),('20160807',120,30),('20160808',60,34),('20160809',26,14),('20160810',49,19),('20160811',76,20),('20160812',14,10),('20160813',13,7),('20160814',49,27),('20160815',107,18),('20160816',36,18),('20160817',222,12),('20160818',97,19),('20160819',19,11),('20160820',20,17),('20160821',34,24),('20160822',60,24),('20160823',60,46),('20160824',133,30),('20160825',80,40),('20160826',34,24),('20160827',42,32),('20160828',86,18),('20160829',116,27),('20160830',260,21),('20160831',41,26),('20160901',50,24),('20160902',46,23),('20160903',79,15),('20160904',33,15),('20160905',29,23),('20160906',86,23),('20160907',94,43),('20160908',177,37),('20160909',35,22),('20160910',79,16),('20160911',37,22),('20160912',91,29),('20160913',23,22),('20160914',258,30),('20160915',60,19),('20160916',96,33),('20160917',20,17),('20160918',36,14),('20160919',33,24),('20160920',76,33),('20160921',87,31),('20160922',32,22),('20160923',36,16),('20160924',100,12),('20160925',80,44),('20160926',94,36),('20160927',108,55),('20160928',271,37),('20160929',66,33),('20160930',81,23),('20161001',140,19),('20161002',85,27),('20161003',43,38),('20161004',45,21),('20161005',324,112),('20161006',24,19),('20161007',120,40),('20161008',109,35),('20161009',25,15),('20161010',59,24),('20161011',31,27),('20161012',278,42),('20161013',2719,121),('20161014',18,18),('20161015',100,12),('20161016',20,17),('20161017',67,24),('20161018',91,41),('20161019',109,51),('20161020',99,36),('20161021',112,48),('20161022',47,25),('20161023',49,47),('20161024',83,43),('20161025',88,48),('20161026',283,47),('20161027',85,48),('20161028',58,48),('20161029',28,27),('20161030',55,38),('20161031',50,42),('20161101',125,44),('20161102',55,50),('20161103',109,37),('20161104',70,59),('20161105',88,31),('20161106',79,57),('20161107',117,62),('20161108',67,54),('20161109',298,58),('20161110',66,50),('20161111',75,51),('20161112',103,64),('20161113',124,44),('20161114',91,65),('20161115',185,65),('20161116',120,67),('20161117',51,31),('20161118',82,56),('20161119',135,59),('20161120',36,30),('20161121',62,48),('20161122',70,50),('20161123',338,65),('20161124',61,49),('20161125',50,45),('20161126',130,68),('20161127',89,68),('20161128',78,55),('20161129',56,41),('20161130',156,77),('20161201',61,39),('20161202',106,95),('20161203',73,57),('20161204',88,71),('20161205',61,54),('20161206',100,58),('20161207',284,53),('20161208',110,52),('20161209',92,56),('20161210',80,55),('20161211',37,33),('20161212',61,51),('20161213',73,36),('20161214',114,48),('20161215',50,42),('20161216',68,51),('20161217',38,36),('20161218',81,56),('20161219',55,43),('20161220',80,29),('20161221',251,30),('20161222',295,292),('20161223',260,252),('20161224',109,60),('20161225',28,17),('20161226',17,16),('20161227',28,24),('20161228',60,31),('20161229',15,15),('20161230',23,20),('20161231',10,10),('20170101',27,11),('20170102',84,17),('20170103',75,24),('20170104',256,31),('20170105',80,34),('20170106',46,29),('20170107',28,12),('20170108',40,27),('20170109',63,42),('20170110',108,34),('20170111',143,56),('20170112',44,24),('20170113',61,36),('20170114',90,41),('20170115',30,28),('20170116',85,35),('20170117',114,39),('20170118',389,81),('20170119',59,45),('20170120',1310,45),('20170121',60,34),('20170122',112,51),('20170123',75,38),('20170124',48,39),('20170125',83,51),('20170126',108,51),('20170127',56,37),('20170128',94,41),('20170129',97,43),('20170130',95,42),('20170131',58,30),('20170201',295,46),('20170202',139,56),('20170203',128,55),('20170204',86,43),('20170205',68,44),('20170206',115,62),('20170207',280,89),('20170208',183,55),('20170209',62,50),('20170210',120,47),('20170211',75,46),('20170212',57,43),('20170213',78,52),('20170214',5355,158),('20170215',281,59),('20170216',75,62),('20170217',187,71),('20170218',62,42),('20170219',238,106),('20170220',191,72),('20170221',87,51),('20170222',103,53),('20170223',100,49),('20170224',162,53),('20170225',63,31),('20170226',34,31),('20170227',160,57),('20170228',40,32),('20170301',380,88),('20170302',99,93),('20170303',94,62),('20170304',89,53),('20170305',254,177),('20170306',214,95),('20170307',95,67),('20170308',156,73),('20170309',78,50),('20170310',84,68),('20170311',63,59),('20170312',73,58),('20170313',144,91),('20170314',103,84),('20170315',277,61),('20170316',66,27),('20170317',138,34),('20170318',44,44),('20170319',46,46),('20170320',94,69),('20170321',54,45),('20170322',60,49),('20170323',92,62),('20170324',83,49),('20170325',45,43),('20170326',56,41),('20170327',137,65),('20170328',65,51),('20170329',278,52),('20170330',104,49),('20170331',31,25),('20170401',105,47),('20170402',60,37),('20170403',82,46),('20170404',69,45),('20170405',106,58),('20170406',90,49),('20170407',32,28),('20170408',49,35),('20170409',35,33),('20170410',64,50),('20170411',151,37),('20170412',250,39),('20170413',218,113),('20170414',60,33),('20170415',294,276),('20170416',95,79),('20170417',66,62),('20170418',73,49),('20170419',99,55),('20170420',132,59),('20170421',86,70),('20170422',122,92),('20170423',87,48),('20170424',166,61),('20170425',77,68),('20170426',319,43),('20170427',150,80),('20170428',61,54),('20170429',57,36),('20170430',157,114),('20170501',114,39),('20170502',89,63),('20170503',73,38),('20170504',60,56),('20170505',98,70),('20170506',60,43),('20170507',67,58),('20170508',62,56),('20170509',264,59),('20170510',120,75),('20170511',197,72),('20170512',71,37),('20170513',37,34),('20170514',51,48),('20170515',66,43),('20170516',41,30),('20170517',172,80),('20170518',150,77),('20170519',76,52),('20170520',60,33),('20170521',62,46),('20170522',57,51),('20170523',78,56),('20170524',254,33),('20170525',89,46),('20170526',120,47),('20170527',168,71),('20170528',69,35),('20170529',85,45),('20170530',59,44),('20170531',59,53),('20170601',120,42),('20170602',99,49),('20170603',34,28),('20170604',71,52),('20170605',73,44),('20170606',80,40),('20170607',309,52),('20170608',59,35),('20170609',49,38),('20170610',41,36),('20170611',58,40),('20170612',76,61),('20170613',82,63),('20170614',138,86),('20170615',108,73),('20170616',165,66),('20170617',83,73),('20170618',49,47),('20170619',132,87),('20170620',192,93),('20170621',334,62),('20170622',74,63),('20170623',89,67),('20170624',58,56),('20170625',127,69),('20170626',94,87),('20170627',112,75),('20170628',53,49),('20170629',83,64),('20170630',91,82),('20170701',28,24),('20170702',56,48),('20170703',57,27),('20170704',73,54),('20170705',104,34),('20170706',4944,247),('20170707',303,137),('20170708',117,60),('20170709',79,42),('20170710',100,43),('20170711',58,48),('20170712',85,57),('20170713',42,33),('20170714',99,43),('20170715',63,43),('20170716',50,30),('20170717',90,49),('20170718',271,45),('20170719',61,51),('20170720',94,63),('20170721',82,44),('20170722',163,59),('20170723',33,29),('20170724',88,61),('20170725',89,77),('20170726',87,62),('20170727',134,78),('20170728',69,64),('20170729',52,42),('20170730',97,75),('20170731',80,64),('20170801',307,68),('20170802',87,76),('20170803',142,66),('20170804',69,64),('20170805',54,49),('20170806',76,65),('20170807',109,67),('20170808',85,62),('20170809',92,78),('20170810',115,91),('20170811',107,72),('20170812',108,86),('20170813',180,133),('20170814',84,65),('20170815',94,79),('20170816',344,99),('20170817',149,71),('20170818',169,90),('20170819',85,75),('20170820',115,72),('20170821',122,81),('20170822',66,58),('20170823',67,54),('20170824',90,83),('20170825',104,72),('20170826',159,73),('20170827',153,56),('20170828',102,70),('20170829',117,75),('20170830',281,50),('20170831',84,58),('20170901',53,46),('20170902',137,32),('20170903',78,37),('20170904',64,55),('20170905',73,36),('20170906',100,49),('20170907',62,42),('20170908',100,47),('20170909',42,26),('20170910',68,65),('20170911',121,66),('20170912',283,46),('20170913',118,68),('20170914',164,88),('20170915',156,59),('20170916',181,47),('20170917',64,60),('20170918',154,64),('20170919',241,50),('20170920',152,62),('20170921',142,74),('20170922',140,60),('20170923',53,43),('20170924',64,54),('20170925',111,47),('20170926',207,62),('20170927',505,96),('20170928',111,43),('20170929',262,98),('20170930',56,43),('20171001',120,46),('20171002',116,49),('20171003',45,42),('20171004',83,75),('20171005',67,36),('20171006',71,59),('20171007',43,41),('20171008',41,40),('20171009',72,45),('20171010',344,51),('20171011',146,53),('20171012',86,80),('20171013',47,38),('20171014',61,47),('20171015',84,64),('20171016',75,44),('20171017',33,28),('20171018',83,55),('20171019',44,35),('20171020',73,60),('20171021',81,48),('20171022',55,38),('20171023',148,72),('20171024',110,66),('20171025',121,72),('20171026',69,59),('20171027',36,31),('20171028',43,39),('20171029',61,43),('20171030',52,45),('20171031',42,30),('20171101',116,67),('20171102',97,64),('20171103',43,35),('20171104',167,40),('20171105',99,32),('20171106',48,38),('20171107',54,40),('20171108',247,32),('20171109',106,55),('20171110',37,27),('20171111',26,24),('20171112',39,31),('20171113',67,31),('20171114',70,57),('20171115',141,44),('20171116',110,77),('20171117',27,25),('20171118',41,31),('20171119',63,41),('20171120',36,29),('20171121',59,39),('20171122',106,30),('20171123',41,36),('20171124',29,19),('20171125',87,34),('20171126',89,27),('20171127',66,58),('20171128',53,28),('20171129',52,41),('20171130',99,43),('20171201',116,37),('20171202',52,24),('20171203',39,28),('20171204',66,45),('20171205',65,50),('20171206',291,41),('20171207',66,39),('20171208',58,52),('20171209',51,16),('20171210',36,28),('20171211',67,38),('20171212',125,52),('20171213',5342,147),('20171214',37,33),('20171215',54,39),('20171216',89,57),('20171217',44,31),('20171218',113,56),('20171219',266,49),('20171220',87,35),('20171221',47,38),('20171222',55,34),('20171223',32,25),('20171224',22,19),('20171225',27,23),('20171226',37,25),('20171227',75,35),('20171228',101,73),('20171229',53,33),('20171230',26,22),('20171231',45,41),('20180101',94,42),('20180102',44,40),('20180103',294,56),('20180104',191,73),('20180105',50,44),('20180106',54,40),('20180107',96,45),('20180108',172,71),('20180109',105,77),('20180110',111,48),('20180111',203,68),('20180112',140,43),('20180113',163,59),('20180114',135,105),('20180115',93,65),('20180116',142,117),('20180117',112,56),('20180118',159,141),('20180119',138,106),('20180120',64,63),('20180121',74,53),('20180122',108,73),('20180123',59,51),('20180124',123,54),('20180125',148,69),('20180126',98,70),('20180127',53,38),('20180128',62,59),('20180129',130,122),('20180130',293,274),('20180131',131,89),('20180201',230,140),('20180202',68,57),('20180203',44,42),('20180204',68,61),('20180205',120,111),('20180206',159,138),('20180207',144,104),('20180208',112,55),('20180209',320,83),('20180210',59,44),('20180211',117,81),('20180212',169,107),('20180213',333,299),('20180214',101,68),('20180215',169,59),('20180216',150,78),('20180217',87,59),('20180218',93,72),('20180219',77,49),('20180220',90,75),('20180221',83,69),('20180222',237,121),('20180223',95,74),('20180224',116,53),('20180225',65,57),('20180226',83,70),('20180227',109,80),('20180228',299,95),('20180301',91,77),('20180302',146,87),('20180303',83,63),('20180304',95,72),('20180305',164,86),('20180306',97,70),('20180307',131,81),('20180308',122,83),('20180309',132,71),('20180310',82,46),('20180311',61,60),('20180312',120,96),('20180313',118,87),('20180314',356,315),('20180315',233,211),('20180316',100,76),('20180317',71,54),('20180318',94,81),('20180319',94,71),('20180320',103,81),('20180321',126,115),('20180322',104,81),('20180323',79,64),('20180324',61,52),('20180325',90,50),('20180326',148,97),('20180327',135,47),('20180328',314,306),('20180329',75,75),('20180330',116,112),('20180331',85,72),('20180401',43,40),('20180402',109,64),('20180403',106,72),('20180404',120,82),('20180405',108,87),('20180406',66,45),('20180407',36,28),('20180408',82,74),('20180409',161,83),('20180410',404,314),('20180411',156,110),('20180412',76,52),('20180413',38,32),('20180414',56,44),('20180415',184,140),('20180416',68,48),('20180417',61,51),('20180418',102,71),('20180419',68,56),('20180420',95,46),('20180421',62,60),('20180422',134,52),('20180423',67,43),('20180424',70,51),('20180425',269,260),('20180426',139,55),('20180427',70,46),('20180428',46,37),('20180429',118,78),('20180430',113,76),('20180501',67,45),('20180502',76,65),('20180503',73,62),('20180504',59,38),('20180505',52,48),('20180506',69,55),('20180507',61,36),('20180508',355,289),('20180509',86,59),('20180510',109,90),('20180511',100,47),('20180512',119,51),('20180513',178,42),('20180514',120,55),('20180515',153,78),('20180516',180,57),('20180517',78,64),('20180518',117,91),('20180519',76,42),('20180520',343,58),('20180521',105,57),('20180522',311,283),('20180523',139,64),('20180524',129,108),('20180525',140,63),('20180526',189,46),('20180527',292,80),('20180528',413,61),('20180529',110,40),('20180530',115,43),('20180531',140,58),('20180601',57,47),('20180602',5469,4976),('20180603',103,47),('20180604',67,45),('20180605',124,86),('20180606',297,261),('20180607',166,73),('20180608',86,55),('20180609',99,68),('20180610',92,67),('20180611',95,41),('20180612',106,85),('20180613',104,51),('20180614',69,49),('20180615',38,25),('20180616',59,52),('20180617',46,33),('20180618',76,47),('20180619',81,54),('20180620',333,275);
/*!40000 ALTER TABLE `zen_counter_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_countries`
--

DROP TABLE IF EXISTS `zen_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_countries` (
  `countries_id` int(11) NOT NULL AUTO_INCREMENT,
  `countries_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `countries_iso_code_2` char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `countries_iso_code_3` char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `address_format_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`countries_id`),
  KEY `idx_countries_name_zen` (`countries_name`),
  KEY `idx_address_format_id_zen` (`address_format_id`),
  KEY `idx_iso_2_zen` (`countries_iso_code_2`),
  KEY `idx_iso_3_zen` (`countries_iso_code_3`)
) ENGINE=MyISAM AUTO_INCREMENT=241 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_countries`
--

LOCK TABLES `zen_countries` WRITE;
/*!40000 ALTER TABLE `zen_countries` DISABLE KEYS */;
INSERT INTO `zen_countries` VALUES (240,'Aaland Islands','AX','ALA',1),(1,'Afghanistan','AF','AFG',1),(2,'Albania','AL','ALB',1),(3,'Algeria','DZ','DZA',1),(4,'American Samoa','AS','ASM',1),(5,'Andorra','AD','AND',1),(6,'Angola','AO','AGO',1),(7,'Anguilla','AI','AIA',1),(8,'Antarctica','AQ','ATA',1),(9,'Antigua and Barbuda','AG','ATG',1),(10,'Argentina','AR','ARG',1),(11,'Armenia','AM','ARM',1),(12,'Aruba','AW','ABW',1),(13,'Australia','AU','AUS',1),(14,'Austria','AT','AUT',5),(15,'Azerbaijan','AZ','AZE',1),(16,'Bahamas','BS','BHS',1),(17,'Bahrain','BH','BHR',1),(18,'Bangladesh','BD','BGD',1),(19,'Barbados','BB','BRB',1),(20,'Belarus','BY','BLR',1),(21,'Belgium','BE','BEL',1),(22,'Belize','BZ','BLZ',1),(23,'Benin','BJ','BEN',1),(24,'Bermuda','BM','BMU',1),(25,'Bhutan','BT','BTN',1),(26,'Bolivia','BO','BOL',1),(27,'Bosnia and Herzegowina','BA','BIH',1),(28,'Botswana','BW','BWA',1),(29,'Bouvet Island','BV','BVT',1),(30,'Brazil','BR','BRA',1),(31,'British Indian Ocean Territory','IO','IOT',1),(32,'Brunei Darussalam','BN','BRN',1),(33,'Bulgaria','BG','BGR',1),(34,'Burkina Faso','BF','BFA',1),(35,'Burundi','BI','BDI',1),(36,'Cambodia','KH','KHM',1),(37,'Cameroon','CM','CMR',1),(38,'Canada','CA','CAN',2),(39,'Cape Verde','CV','CPV',1),(40,'Cayman Islands','KY','CYM',1),(41,'Central African Republic','CF','CAF',1),(42,'Chad','TD','TCD',1),(43,'Chile','CL','CHL',1),(44,'China','CN','CHN',1),(45,'Christmas Island','CX','CXR',1),(46,'Cocos (Keeling) Islands','CC','CCK',1),(47,'Colombia','CO','COL',1),(48,'Comoros','KM','COM',1),(49,'Congo','CG','COG',1),(50,'Cook Islands','CK','COK',1),(51,'Costa Rica','CR','CRI',1),(52,'Cote D\'Ivoire','CI','CIV',1),(53,'Croatia','HR','HRV',1),(54,'Cuba','CU','CUB',1),(55,'Cyprus','CY','CYP',1),(56,'Czech Republic','CZ','CZE',1),(57,'Denmark','DK','DNK',1),(58,'Djibouti','DJ','DJI',1),(59,'Dominica','DM','DMA',1),(60,'Dominican Republic','DO','DOM',1),(61,'Timor-Leste','TL','TLS',1),(62,'Ecuador','EC','ECU',1),(63,'Egypt','EG','EGY',1),(64,'El Salvador','SV','SLV',1),(65,'Equatorial Guinea','GQ','GNQ',1),(66,'Eritrea','ER','ERI',1),(67,'Estonia','EE','EST',1),(68,'Ethiopia','ET','ETH',1),(69,'Falkland Islands (Malvinas)','FK','FLK',1),(70,'Faroe Islands','FO','FRO',1),(71,'Fiji','FJ','FJI',1),(72,'Finland','FI','FIN',1),(73,'France','FR','FRA',1),(75,'French Guiana','GF','GUF',1),(76,'French Polynesia','PF','PYF',1),(77,'French Southern Territories','TF','ATF',1),(78,'Gabon','GA','GAB',1),(79,'Gambia','GM','GMB',1),(80,'Georgia','GE','GEO',1),(81,'Germany','DE','DEU',5),(82,'Ghana','GH','GHA',1),(83,'Gibraltar','GI','GIB',1),(84,'Greece','GR','GRC',1),(85,'Greenland','GL','GRL',1),(86,'Grenada','GD','GRD',1),(87,'Guadeloupe','GP','GLP',1),(88,'Guam','GU','GUM',1),(89,'Guatemala','GT','GTM',1),(90,'Guinea','GN','GIN',1),(91,'Guinea-bissau','GW','GNB',1),(92,'Guyana','GY','GUY',1),(93,'Haiti','HT','HTI',1),(94,'Heard and Mc Donald Islands','HM','HMD',1),(95,'Honduras','HN','HND',1),(96,'Hong Kong','HK','HKG',1),(97,'Hungary','HU','HUN',1),(98,'Iceland','IS','ISL',1),(99,'India','IN','IND',1),(100,'Indonesia','ID','IDN',1),(101,'Iran (Islamic Republic of)','IR','IRN',1),(102,'Iraq','IQ','IRQ',1),(103,'Ireland','IE','IRL',1),(104,'Israel','IL','ISR',1),(105,'Italy','IT','ITA',1),(106,'Jamaica','JM','JAM',1),(107,'Japan','JP','JPN',1),(108,'Jordan','JO','JOR',1),(109,'Kazakhstan','KZ','KAZ',1),(110,'Kenya','KE','KEN',1),(111,'Kiribati','KI','KIR',1),(112,'Korea, Democratic People\'s Republic of','KP','PRK',1),(113,'Korea, Republic of','KR','KOR',1),(114,'Kuwait','KW','KWT',1),(115,'Kyrgyzstan','KG','KGZ',1),(116,'Lao People\'s Democratic Republic','LA','LAO',1),(117,'Latvia','LV','LVA',1),(118,'Lebanon','LB','LBN',1),(119,'Lesotho','LS','LSO',1),(120,'Liberia','LR','LBR',1),(121,'Libyan Arab Jamahiriya','LY','LBY',1),(122,'Liechtenstein','LI','LIE',1),(123,'Lithuania','LT','LTU',1),(124,'Luxembourg','LU','LUX',1),(125,'Macao','MO','MAC',1),(126,'Macedonia, The Former Yugoslav Republic of','MK','MKD',1),(127,'Madagascar','MG','MDG',1),(128,'Malawi','MW','MWI',1),(129,'Malaysia','MY','MYS',1),(130,'Maldives','MV','MDV',1),(131,'Mali','ML','MLI',1),(132,'Malta','MT','MLT',1),(133,'Marshall Islands','MH','MHL',1),(134,'Martinique','MQ','MTQ',1),(135,'Mauritania','MR','MRT',1),(136,'Mauritius','MU','MUS',1),(137,'Mayotte','YT','MYT',1),(138,'Mexico','MX','MEX',1),(139,'Micronesia, Federated States of','FM','FSM',1),(140,'Moldova','MD','MDA',1),(141,'Monaco','MC','MCO',1),(142,'Mongolia','MN','MNG',1),(143,'Montserrat','MS','MSR',1),(144,'Morocco','MA','MAR',1),(145,'Mozambique','MZ','MOZ',1),(146,'Myanmar','MM','MMR',1),(147,'Namibia','NA','NAM',1),(148,'Nauru','NR','NRU',1),(149,'Nepal','NP','NPL',1),(150,'Netherlands','NL','NLD',1),(151,'Netherlands Antilles','AN','ANT',1),(152,'New Caledonia','NC','NCL',1),(153,'New Zealand','NZ','NZL',1),(154,'Nicaragua','NI','NIC',1),(155,'Niger','NE','NER',1),(156,'Nigeria','NG','NGA',1),(157,'Niue','NU','NIU',1),(158,'Norfolk Island','NF','NFK',1),(159,'Northern Mariana Islands','MP','MNP',1),(160,'Norway','NO','NOR',1),(161,'Oman','OM','OMN',1),(162,'Pakistan','PK','PAK',1),(163,'Palau','PW','PLW',1),(164,'Panama','PA','PAN',1),(165,'Papua New Guinea','PG','PNG',1),(166,'Paraguay','PY','PRY',1),(167,'Peru','PE','PER',1),(168,'Philippines','PH','PHL',1),(169,'Pitcairn','PN','PCN',1),(170,'Poland','PL','POL',1),(171,'Portugal','PT','PRT',1),(172,'Puerto Rico','PR','PRI',1),(173,'Qatar','QA','QAT',1),(174,'Reunion','RE','REU',1),(175,'Romania','RO','ROU',1),(176,'Russian Federation','RU','RUS',1),(177,'Rwanda','RW','RWA',1),(178,'Saint Kitts and Nevis','KN','KNA',1),(179,'Saint Lucia','LC','LCA',1),(180,'Saint Vincent and the Grenadines','VC','VCT',1),(181,'Samoa','WS','WSM',1),(182,'San Marino','SM','SMR',1),(183,'Sao Tome and Principe','ST','STP',1),(184,'Saudi Arabia','SA','SAU',1),(185,'Senegal','SN','SEN',1),(186,'Seychelles','SC','SYC',1),(187,'Sierra Leone','SL','SLE',1),(188,'Singapore','SG','SGP',4),(189,'Slovakia (Slovak Republic)','SK','SVK',1),(190,'Slovenia','SI','SVN',1),(191,'Solomon Islands','SB','SLB',1),(192,'Somalia','SO','SOM',1),(193,'South Africa','ZA','ZAF',1),(194,'South Georgia and the South Sandwich Islands','GS','SGS',1),(195,'Spain','ES','ESP',3),(196,'Sri Lanka','LK','LKA',1),(197,'St. Helena','SH','SHN',1),(198,'St. Pierre and Miquelon','PM','SPM',1),(199,'Sudan','SD','SDN',1),(200,'Suriname','SR','SUR',1),(201,'Svalbard and Jan Mayen Islands','SJ','SJM',1),(202,'Swaziland','SZ','SWZ',1),(203,'Sweden','SE','SWE',1),(204,'Switzerland','CH','CHE',1),(205,'Syrian Arab Republic','SY','SYR',1),(206,'Taiwan','TW','TWN',1),(207,'Tajikistan','TJ','TJK',1),(208,'Tanzania, United Republic of','TZ','TZA',1),(209,'Thailand','TH','THA',1),(210,'Togo','TG','TGO',1),(211,'Tokelau','TK','TKL',1),(212,'Tonga','TO','TON',1),(213,'Trinidad and Tobago','TT','TTO',1),(214,'Tunisia','TN','TUN',1),(215,'Turkey','TR','TUR',1),(216,'Turkmenistan','TM','TKM',1),(217,'Turks and Caicos Islands','TC','TCA',1),(218,'Tuvalu','TV','TUV',1),(219,'Uganda','UG','UGA',1),(220,'Ukraine','UA','UKR',1),(221,'United Arab Emirates','AE','ARE',1),(222,'United Kingdom','GB','GBR',6),(223,'United States','US','USA',2),(224,'United States Minor Outlying Islands','UM','UMI',1),(225,'Uruguay','UY','URY',1),(226,'Uzbekistan','UZ','UZB',1),(227,'Vanuatu','VU','VUT',1),(228,'Vatican City State (Holy See)','VA','VAT',1),(229,'Venezuela','VE','VEN',1),(230,'Viet Nam','VN','VNM',1),(231,'Virgin Islands (British)','VG','VGB',1),(232,'Virgin Islands (U.S.)','VI','VIR',1),(233,'Wallis and Futuna Islands','WF','WLF',1),(234,'Western Sahara','EH','ESH',1),(235,'Yemen','YE','YEM',1),(236,'Serbia','RS','SRB',1),(238,'Zambia','ZM','ZMB',1),(239,'Zimbabwe','ZW','ZWE',1);
/*!40000 ALTER TABLE `zen_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_coupon_email_track`
--

DROP TABLE IF EXISTS `zen_coupon_email_track`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupon_email_track` (
  `unique_id` int(11) NOT NULL AUTO_INCREMENT,
  `coupon_id` int(11) NOT NULL DEFAULT '0',
  `customer_id_sent` int(11) NOT NULL DEFAULT '0',
  `sent_firstname` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `sent_lastname` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `emailed_to` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `date_sent` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`unique_id`),
  KEY `idx_coupon_id_zen` (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupon_email_track`
--

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

--
-- Table structure for table `zen_coupon_gv_customer`
--

DROP TABLE IF EXISTS `zen_coupon_gv_customer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupon_gv_customer` (
  `customer_id` int(5) NOT NULL DEFAULT '0',
  `amount` decimal(15,4) NOT NULL DEFAULT '0.0000',
  PRIMARY KEY (`customer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupon_gv_customer`
--

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

--
-- Table structure for table `zen_coupon_gv_queue`
--

DROP TABLE IF EXISTS `zen_coupon_gv_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupon_gv_queue` (
  `unique_id` int(5) NOT NULL AUTO_INCREMENT,
  `customer_id` int(5) NOT NULL DEFAULT '0',
  `order_id` int(5) NOT NULL DEFAULT '0',
  `amount` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `date_created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `ipaddr` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `release_flag` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'N',
  PRIMARY KEY (`unique_id`),
  KEY `idx_cust_id_order_id_zen` (`customer_id`,`order_id`),
  KEY `idx_release_flag_zen` (`release_flag`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupon_gv_queue`
--

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

--
-- Table structure for table `zen_coupon_redeem_track`
--

DROP TABLE IF EXISTS `zen_coupon_redeem_track`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupon_redeem_track` (
  `unique_id` int(11) NOT NULL AUTO_INCREMENT,
  `coupon_id` int(11) NOT NULL DEFAULT '0',
  `customer_id` int(11) NOT NULL DEFAULT '0',
  `redeem_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `redeem_ip` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `order_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`unique_id`),
  KEY `idx_coupon_id_zen` (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupon_redeem_track`
--

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

--
-- Table structure for table `zen_coupon_restrict`
--

DROP TABLE IF EXISTS `zen_coupon_restrict`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupon_restrict` (
  `restrict_id` int(11) NOT NULL AUTO_INCREMENT,
  `coupon_id` int(11) NOT NULL DEFAULT '0',
  `product_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  `coupon_restrict` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'N',
  PRIMARY KEY (`restrict_id`),
  KEY `idx_coup_id_prod_id_zen` (`coupon_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupon_restrict`
--

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

--
-- Table structure for table `zen_coupons`
--

DROP TABLE IF EXISTS `zen_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupons` (
  `coupon_id` int(11) NOT NULL AUTO_INCREMENT,
  `coupon_type` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'F',
  `coupon_code` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `coupon_amount` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `coupon_minimum_order` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `coupon_start_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `coupon_expire_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `uses_per_coupon` int(5) NOT NULL DEFAULT '1',
  `uses_per_user` int(5) NOT NULL DEFAULT '0',
  `restrict_to_products` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `restrict_to_categories` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `restrict_to_customers` text COLLATE utf8_unicode_ci,
  `coupon_active` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Y',
  `date_created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `coupon_zone_restriction` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`coupon_id`),
  KEY `idx_active_type_zen` (`coupon_active`,`coupon_type`),
  KEY `idx_coupon_code_zen` (`coupon_code`),
  KEY `idx_coupon_type_zen` (`coupon_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupons`
--

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

--
-- Table structure for table `zen_coupons_description`
--

DROP TABLE IF EXISTS `zen_coupons_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_coupons_description` (
  `coupon_id` int(11) NOT NULL DEFAULT '0',
  `language_id` int(11) NOT NULL DEFAULT '0',
  `coupon_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `coupon_description` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`coupon_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_coupons_description`
--

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

--
-- Table structure for table `zen_currencies`
--

DROP TABLE IF EXISTS `zen_currencies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_currencies` (
  `currencies_id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `code` char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `symbol_left` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
  `symbol_right` varchar(24) COLLATE utf8_unicode_ci DEFAULT NULL,
  `decimal_point` char(1) COLLATE utf8_unicode_ci DEFAULT NULL,
  `thousands_point` char(1) COLLATE utf8_unicode_ci DEFAULT NULL,
  `decimal_places` char(1) COLLATE utf8_unicode_ci DEFAULT NULL,
  `value` float(13,8) DEFAULT NULL,
  `last_updated` datetime DEFAULT NULL,
  PRIMARY KEY (`currencies_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_currencies`
--

LOCK TABLES `zen_currencies` WRITE;
/*!40000 ALTER TABLE `zen_currencies` DISABLE KEYS */;
INSERT INTO `zen_currencies` VALUES (1,'US Dollar','USD','$','','.',',','2',1.00000000,'2013-06-12 19:48:25'),(2,'Euro','EUR','&euro;','','.',',','2',0.74860001,'2010-10-17 08:24:08'),(3,'GB Pound','GBP','&pound;','','.',',','2',0.63749999,'2010-10-17 08:24:08'),(4,'Canadian Dollar','CAD','$','','.',',','2',1.02020001,'2013-06-12 19:48:41'),(5,'Australian Dollar','AUD','$','','.',',','2',1.05509996,'2013-06-12 19:48:41');
/*!40000 ALTER TABLE `zen_currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_customers`
--

DROP TABLE IF EXISTS `zen_customers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_customers` (
  `customers_id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_gender` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_firstname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_lastname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_dob` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `customers_email_address` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_nick` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_default_address_id` int(11) NOT NULL DEFAULT '0',
  `customers_telephone` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_fax` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `customers_password` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_newsletter` char(1) COLLATE utf8_unicode_ci DEFAULT NULL,
  `customers_group_pricing` int(11) NOT NULL DEFAULT '0',
  `customers_email_format` varchar(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'TEXT',
  `customers_authorization` int(1) NOT NULL DEFAULT '0',
  `customers_referral` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_paypal_payerid` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_paypal_ec` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`customers_id`),
  KEY `idx_email_address_zen` (`customers_email_address`),
  KEY `idx_referral_zen` (`customers_referral`(10)),
  KEY `idx_grp_pricing_zen` (`customers_group_pricing`),
  KEY `idx_nick_zen` (`customers_nick`),
  KEY `idx_newsletter_zen` (`customers_newsletter`)
) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_customers`
--

LOCK TABLES `zen_customers` WRITE;
/*!40000 ALTER TABLE `zen_customers` DISABLE KEYS */;
INSERT INTO `zen_customers` VALUES (1,'m','Big','Shorty','0001-01-01 00:00:00','admin@aaadirondackchairs.com','',39,'2481236863','','39ce1c2862e379ed2c9ccab085b83563:72','1',0,'HTML',0,'','',0),(2,'','IGARASHI','Hitoki','0001-01-01 00:00:00','h-igarashi@happy.bbexcite.jp','',40,'','','fcce3d3c7c6abe970da495fb2f085258:52','0',0,'TEXT',0,'','YW3544D7D29LE',0),(3,'m','John','Piloti','0001-01-01 00:00:00','jack.b@aaasurvivalproducts.com','',41,'2481236863','','2f7a2cef4b2893f59e8736c494254469:7c','1',0,'TEXT',0,'','',0),(4,'m','Joseph','McNeal','0001-01-01 00:00:00','2125joem@comcast.net','',42,'941-475-4233','','ac2947404947e95998759dafa9ca35de:09','0',0,'TEXT',0,'','',0),(5,'m','Thuan','Le','0001-01-01 00:00:00','tonyle122@yahoo.com','',45,'626 5341157','','cc02533e1df484de1580ccdd2518608c:86','0',0,'TEXT',0,'','',0),(6,'f','Caroline','Xia','0001-01-01 00:00:00','caroline_industry@yahoo.com','',46,'86-15123029626','','2b363981e463ca6d60d310a244576e03:a9','0',0,'TEXT',0,'','',0),(7,'m','Mohammad','Sharif','0001-01-01 00:00:00','ananta2@live.om','',48,'+88 01711842365','','f36484bd6bcdb3cc08b374dfdf1f5d60:da','1',0,'HTML',0,'','',0),(8,'m','Kuswadi','Saibun','0001-01-01 00:00:00','garislini@garislini.co.id','',49,'6221 3853377','6221 3809527','5e4dfbd9a7893d0a8b021279b367058a:ca','1',0,'HTML',0,'','',0),(9,'f','Patti','Stallings','0001-01-01 00:00:00','pstallings@plateautel.net','',50,'(575) 763-4300','(575) 763-3400','6d3c8f366dfc922692a3fcbfd8c3db7e:86','0',0,'TEXT',0,'','',0),(10,'f','Nona','Savage','0001-01-01 00:00:00','jinaborner@mail15.com','',51,'2843585551420','555-88-77','8ac05a8de7eec80e87a69afdcad68526:b9','0',0,'TEXT',0,'','',0),(11,'m','Jonathan','Sanchez','0001-01-01 00:00:00','tegarcia68@yahoo.com','',52,'787-309-3912','','12f76cd2a443e0740f70dec1b7077e95:ff','0',0,'TEXT',0,'','',0),(12,'f','Melva','Castillo','0001-01-01 00:00:00','heilajordan@mail15.com','',54,'2843585551420','555-88-77','b53f617c3f01dc95841cfa408c541ce0:d9','0',0,'TEXT',0,'','',0),(13,'m','JAVIER','NAVIA-OSORIO','0001-01-01 00:00:00','zapurrel@rtelefonica.net','',55,'915764088','','1f947263bc18cfbb3dc770b605a58d33:e4','1',0,'HTML',0,'','',0),(14,'m','Javier','Navia-Osorio','0001-01-01 00:00:00','zapurrel@telefonica.net','',56,'5764088','','c265641ff82a3f3e88bc3dc0a5e6509a:f8','1',0,'HTML',0,'','',0),(15,'m','Michael','Chen','0001-01-01 00:00:00','michael.chen@fujiangnan.com','',57,'+86-592-2235820','','db0e2f968ec764b234d81243fee9c58d:d1','0',0,'TEXT',0,'','',0),(16,'m','Wayne','Shortridge','0001-01-01 00:00:00','wayne@shortridgeoutdoorsupplies.com','',58,'904-476-5677','','d9c0a702f53417dc2c3c5061c6c3685d:08','1',0,'TEXT',0,'','',0),(17,'f','Margie','Molina','0001-01-01 00:00:00','leothompson@mail15.com','',59,'2843585551420','555-88-77','208764330d98d8440e9d0abaaa2ef610:4a','0',0,'TEXT',0,'','',0),(18,'f','Opal','Kennedy','0001-01-01 00:00:00','samantamegang@mail15.com','',60,'2843585551420','555-88-77','449dc71a7461a8c8b76e9649df172a7a:88','0',0,'TEXT',0,'','',0),(19,'f','Thomas','Shire','0001-01-01 00:00:00','thomas.shire@gmail.com','3297bcd8e8fa44e5efe65b142389dc00',61,'393809393','','a77060e5a0e761f2ee9cc3959fb048c1:f8','1',0,'TEXT',0,'','',0),(20,'m','anton','simangunsong','0001-01-01 00:00:00','antonchs@yahoo.co.id','',62,'021-7541030','021-7533032','250b29090919893c0fd5ebee20c59abf:bb','1',0,'TEXT',0,'','',0),(21,'f','EMILY','KIM','0001-01-01 00:00:00','SEAWOLF502@YAHOO.CO.KR','',63,'82)10-8727-8783','','b4d45580b120f09ff5fa226c10e47ef9:3d','0',0,'TEXT',0,'','',0),(22,'m','Angelo','Garcia lugnany','0001-01-01 00:00:00','Angelopiloto@gmail.com','',64,'00584120756907 /. 7865564029','','5df78b253c66c4c1de37f7897cf7f766:ab','0',0,'HTML',0,'','',0),(23,'m','Howard','Morton','0001-01-01 00:00:00','sloflt@yahoo.com','',65,'310-617-2533','','c37cdcaa4ffa2ad7bcbf11885e51d59a:ff','0',0,'TEXT',0,'','',0),(24,'m','Bob','Seres','0001-01-01 00:00:00','bseres@samaritan.org','',67,'13366967007','13366967222','c62ae895e959dae45d17782744012912:90','0',0,'TEXT',0,'','',0),(25,'','Kendrick','Meiners','0001-01-01 00:00:00','kendrick.meiners@rampartaviation.com','',68,'','','35ccd400b9efa55eedeb0b284c24235b:94','0',0,'TEXT',0,'','NM5CSYJUWGSRY',0),(26,'m','jason','PARKER','0001-01-01 00:00:00','ddj@gmail.com','',69,'415-456-1535','','00efd209b3cac9dbf5d707ca3bf9f02e:0d','0',0,'TEXT',0,'','',0),(27,'m','Perkin','Elmer','0001-01-01 00:00:00','perkinelmer@gmail.com','',70,'410-712-4410','','18d03db84a302ab2b9a4cfe4180f3154:fd','0',0,'TEXT',0,'','',0),(28,'','Tyler','Noel','0001-01-01 00:00:00','Tjnoel@gmail.com','',71,'','','b39d4212e3995831317a295e23939c2d:ca','0',0,'TEXT',0,'','PPPEMGZVYQBZ8',0),(29,'f','Mikki','Barnes','0001-01-01 00:00:00','mikki.barnes@vscglobal.com','',72,'850-424-5223','','b0798b04f05b5d0ecd4263c81f22aad6:14','0',0,'HTML',0,'','',0),(30,'','Christian','Boeck','0001-01-01 00:00:00','a.temmerman@elitejet.de','',73,'+49 21614952480','','24dcbb6b817e1218b5eabed00b4ab078:8a','0',0,'TEXT',0,'','RBEVH3BBLRDVA',0),(31,'m','MATTHEW','FARMER','0001-01-01 00:00:00','matt.farmer@me.com','',74,'416-886-6278','','42c123bdcc353189c33e85c9531c0559:a4','0',0,'TEXT',0,'','',0),(32,'f','miriam','clavero','0001-01-01 00:00:00','MC@atlanticaviationparts.com','',75,'3059189170','3059189170','924f2ef53eb9416eed84edeeae7d2b32:dc','0',0,'TEXT',0,'','',0),(33,'m','Ralph','Calhoun','0001-01-01 00:00:00','ralphandmarsha.calhoun@gmail.com','',76,'8505857283','8505857283','db3c88ce97a426f5c86ab88b318584ad:4a','0',0,'TEXT',0,'','',0),(34,'','charles','shortridge','0001-01-01 00:00:00','bigandkind37@yahoo.com','',77,'','','9209b6a547959000bf47551e4fdc20d6:66','0',0,'TEXT',0,'','4U7HF29KMHDZ4',0),(35,'m','James','Sohl','0001-01-01 00:00:00','jc_yms@yahoo.com','',79,'5124228516','','4df006d3211aa1315bd733e14e33da4b:48','0',0,'TEXT',0,'','',0),(36,'m','Roberto','Martinez','0001-01-01 00:00:00','robertomartinez97@gmail.com','',80,'7863319200','7863319200','63ad3a867661484d9dc337659866f1bd:0c','0',0,'TEXT',0,'','',0),(37,'f','Vica','Putri','0001-01-01 00:00:00','vicaputri@gmail.com','',81,'0217414742','','16cae62dbe7d80a300677a9185bfff9f:1f','1',0,'HTML',0,'','',0),(38,'','Benjamin','Giles','0001-01-01 00:00:00','bjgiles@mindspring.com','',82,'','','15bedf2ce19579f2eb93c5d929550b6f:f1','0',0,'TEXT',0,'','8HF588LVQP6PE',0),(39,'','john','brake','0001-01-01 00:00:00','jhbrake@comcast.net','',83,'','','f60af33f4c0ac474f67428d631ca68b5:75','0',0,'TEXT',0,'','VSXFLYSX7NJWN',0),(40,'m','Paolo','FiumanÃ²','0001-01-01 00:00:00','baddino68@gmail.com','',85,'3357668106','','6e33369493c0912dff0c1fdcfe784646:21','0',0,'TEXT',0,'','',0),(41,'','john','brake','0001-01-01 00:00:00','jhbrak@comcast.net','',88,'','','e778063470e104f5cf3b223c56efa3ad:74','0',0,'TEXT',0,'','VSXFLYSX7NJWN',0),(42,'','Yuriy','Kononyuk','0001-01-01 00:00:00','yuriy.kononyuk@gmail.com','',89,'','','350b9f4b193b51e1786a2e581fa233c3:04','0',0,'TEXT',0,'','C7K7MEZ9SV7VE',0),(43,'m','Jeff','Gitschel','0001-01-01 00:00:00','jeffgitschel@sbcglobal.net','',90,'5303910635','','287772d7db1fc7e18c0e1e6bf42fda23:47','0',0,'TEXT',0,'','',0);
/*!40000 ALTER TABLE `zen_customers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_customers_basket`
--

DROP TABLE IF EXISTS `zen_customers_basket`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_customers_basket` (
  `customers_basket_id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_id` int(11) NOT NULL DEFAULT '0',
  `products_id` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `customers_basket_quantity` float NOT NULL DEFAULT '0',
  `final_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `customers_basket_date_added` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`customers_basket_id`),
  KEY `idx_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_customers_basket`
--

LOCK TABLES `zen_customers_basket` WRITE;
/*!40000 ALTER TABLE `zen_customers_basket` DISABLE KEYS */;
INSERT INTO `zen_customers_basket` VALUES (10,4,'3:9d2458150f98263abbde3fa39f5a952c',1,0.0000,'20110413'),(11,5,'36',1,0.0000,'20110830'),(13,9,'43',8,0.0000,'20111207'),(14,11,'47',1,0.0000,'20120116'),(15,11,'46',1,0.0000,'20120116'),(16,13,'13:c0414861be551a6e1fdf84fde189ddd7',1,0.0000,'20120419'),(17,13,'45',1,0.0000,'20120419'),(21,15,'33:611f76b6f95230e6263607d9a1ebe936',3,0.0000,'20120426'),(19,14,'45',1,0.0000,'20120419'),(20,14,'11:e4259cc05d40a7036916e82fd6bf3483',1,0.0000,'20120419'),(25,16,'48',1,0.0000,'20120518'),(27,16,'46',1,0.0000,'20120518'),(28,22,'32:fff471995274f5e93b772f739be0f664',1,0.0000,'20130326'),(29,23,'44',1,0.0000,'20130729'),(31,24,'71',3,0.0000,'20130805'),(32,3,'47',1,0.0000,'20140213'),(33,25,'12:3a6692c94b4eeea2c890133e8ecdd6d9',1,0.0000,'20141119'),(34,26,'17:c523e132f7f4872664597bb61b96c5c0',1,0.0000,'20150112'),(35,26,'1:c67a93707abd36d886c00bda2ad5b9cf',1,0.0000,'20150112'),(36,26,'11:e4259cc05d40a7036916e82fd6bf3483',1,0.0000,'20150112'),(37,27,'1:c67a93707abd36d886c00bda2ad5b9cf',1,0.0000,'20150116'),(38,28,'2:e69cb0dec6e16778f4c83cdbac368f23',1,0.0000,'20150529'),(39,29,'12:3a6692c94b4eeea2c890133e8ecdd6d9',1,0.0000,'20151029'),(40,30,'40:c6cb9f3ac8aae8075452ce43961b5685',2,0.0000,'20160119'),(41,33,'10:de85afecba31b51ae3a409b22395dd90',1,0.0000,'20160910'),(42,34,'48',2,0.0000,'20160910'),(43,34,'46',1,0.0000,'20160910'),(44,36,'6:772c4cf4cfcfb000d9edc58b86b894df',1,0.0000,'20161005'),(45,38,'17:c523e132f7f4872664597bb61b96c5c0',1,0.0000,'20171209'),(46,39,'46',1,0.0000,'20180107'),(49,41,'46',1,0.0000,'20180113'),(48,40,'48',1,0.0000,'20180111'),(50,42,'1:c67a93707abd36d886c00bda2ad5b9cf',1,0.0000,'20180305'),(51,42,'45',1,0.0000,'20180305'),(52,42,'38:df99c0abc2f064f2123fb6d2ffe12a70',1,0.0000,'20180305'),(53,43,'47',1,0.0000,'20180309');
/*!40000 ALTER TABLE `zen_customers_basket` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_customers_basket_attributes`
--

DROP TABLE IF EXISTS `zen_customers_basket_attributes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_customers_basket_attributes` (
  `customers_basket_attributes_id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_id` int(11) NOT NULL DEFAULT '0',
  `products_id` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `products_options_id` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
  `products_options_value_id` int(11) NOT NULL DEFAULT '0',
  `products_options_value_text` blob,
  `products_options_sort_order` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`customers_basket_attributes_id`),
  KEY `idx_cust_id_prod_id_zen` (`customers_id`,`products_id`(36))
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_customers_basket_attributes`
--

LOCK TABLES `zen_customers_basket_attributes` WRITE;
/*!40000 ALTER TABLE `zen_customers_basket_attributes` DISABLE KEYS */;
INSERT INTO `zen_customers_basket_attributes` VALUES (1,4,'3:9d2458150f98263abbde3fa39f5a952c','1',1,'','0.00000'),(2,13,'13:c0414861be551a6e1fdf84fde189ddd7','1',1,'','0.00000'),(5,15,'33:611f76b6f95230e6263607d9a1ebe936','1',1,'','0.00000'),(4,14,'11:e4259cc05d40a7036916e82fd6bf3483','1',1,'','0.00000'),(6,22,'32:fff471995274f5e93b772f739be0f664','1',1,'','0.00000'),(7,25,'12:3a6692c94b4eeea2c890133e8ecdd6d9','1',1,'','0.00000'),(8,26,'17:c523e132f7f4872664597bb61b96c5c0','1',1,'','0.00000'),(9,26,'1:c67a93707abd36d886c00bda2ad5b9cf','1',1,'','0.00000'),(10,26,'11:e4259cc05d40a7036916e82fd6bf3483','1',1,'','0.00000'),(11,27,'1:c67a93707abd36d886c00bda2ad5b9cf','1',1,'','0.00000'),(12,28,'2:e69cb0dec6e16778f4c83cdbac368f23','1',1,'','0.00000'),(13,29,'12:3a6692c94b4eeea2c890133e8ecdd6d9','1',1,'','0.00000'),(14,30,'40:c6cb9f3ac8aae8075452ce43961b5685','6',15,'','3.00001'),(15,30,'40:c6cb9f3ac8aae8075452ce43961b5685','7_chk23',23,'','4.00010'),(16,33,'10:de85afecba31b51ae3a409b22395dd90','1',1,'','0.00000'),(17,36,'6:772c4cf4cfcfb000d9edc58b86b894df','1',1,'','0.00000'),(18,38,'17:c523e132f7f4872664597bb61b96c5c0','1',1,'','0.00000'),(19,42,'1:c67a93707abd36d886c00bda2ad5b9cf','1',1,'','0.00000'),(20,42,'38:df99c0abc2f064f2123fb6d2ffe12a70','5',5,'','1.00001');
/*!40000 ALTER TABLE `zen_customers_basket_attributes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_customers_info`
--

DROP TABLE IF EXISTS `zen_customers_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_customers_info` (
  `customers_info_id` int(11) NOT NULL DEFAULT '0',
  `customers_info_date_of_last_logon` datetime DEFAULT NULL,
  `customers_info_number_of_logons` int(5) DEFAULT NULL,
  `customers_info_date_account_created` datetime DEFAULT NULL,
  `customers_info_date_account_last_modified` datetime DEFAULT NULL,
  `global_product_notifications` int(1) DEFAULT '0',
  PRIMARY KEY (`customers_info_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_customers_info`
--

LOCK TABLES `zen_customers_info` WRITE;
/*!40000 ALTER TABLE `zen_customers_info` DISABLE KEYS */;
INSERT INTO `zen_customers_info` VALUES (1,'2010-11-04 21:24:20',4,'2010-10-18 21:24:07',NULL,0),(2,'2010-11-18 08:05:14',7,'2010-11-15 20:38:27','2010-11-15 20:53:10',0),(3,'2014-02-13 10:34:06',2,'2011-03-30 20:41:04',NULL,0),(4,'2011-04-14 07:33:23',3,'2011-04-13 16:32:01',NULL,0),(5,'2011-09-07 20:12:17',3,'2011-08-30 14:22:36',NULL,0),(6,'2011-09-02 01:17:22',1,'2011-09-02 01:17:22',NULL,0),(7,'2011-11-20 05:20:43',1,'2011-11-20 05:20:43',NULL,0),(8,'2011-11-24 03:20:31',1,'2011-11-24 03:20:31',NULL,0),(9,'2011-12-07 17:53:36',3,'2011-12-07 17:36:05',NULL,0),(10,'2011-12-20 17:50:30',1,'2011-12-20 17:50:30',NULL,0),(11,'2012-01-16 18:28:49',1,'2012-01-16 18:28:49',NULL,0),(12,'2012-03-31 02:29:12',1,'2012-03-31 02:29:12',NULL,0),(13,'2012-04-19 03:55:51',1,'2012-04-19 03:55:51',NULL,0),(14,'2012-04-19 04:25:36',1,'2012-04-19 04:25:36',NULL,0),(15,'2012-04-26 01:59:50',1,'2012-04-26 01:59:50',NULL,0),(16,'2014-03-18 10:23:16',7,'2012-05-18 10:39:04',NULL,0),(17,'2012-05-22 10:33:30',1,'2012-05-22 10:33:30',NULL,0),(18,'2012-05-29 05:03:29',1,'2012-05-29 05:03:29',NULL,0),(19,'2012-11-17 19:39:17',1,'2012-11-17 19:39:17',NULL,0),(20,'2012-12-13 01:37:47',1,'2012-12-13 01:37:47',NULL,0),(21,'2013-02-15 01:55:23',2,'2013-02-14 01:35:48',NULL,0),(22,'2013-03-26 11:16:59',1,'2013-03-26 11:16:59',NULL,0),(23,'2013-07-29 13:14:23',1,'2013-07-29 13:14:23',NULL,0),(24,'2013-08-05 07:55:49',2,'2013-08-05 07:48:12',NULL,0),(25,'2014-11-19 12:48:10',2,'2014-11-19 12:48:10',NULL,0),(26,'2015-01-12 23:03:44',1,'2015-01-12 23:03:44',NULL,0),(27,'2015-01-16 02:42:17',1,'2015-01-16 02:42:17',NULL,0),(28,'2015-05-29 10:36:30',2,'2015-05-29 10:36:29',NULL,0),(29,'2015-10-29 16:06:38',1,'2015-10-29 16:06:38',NULL,0),(30,'2016-01-19 09:24:53',2,'2016-01-19 09:24:53',NULL,0),(31,'2016-01-29 11:26:49',1,'2016-01-29 11:26:49',NULL,0),(32,'2016-06-07 10:34:31',1,'2016-06-07 10:34:31',NULL,0),(33,'2016-09-10 09:13:11',1,'2016-09-10 09:13:11',NULL,0),(34,'2016-09-10 16:28:52',2,'2016-09-10 16:28:52',NULL,0),(35,'2016-09-30 01:55:13',1,'2016-09-30 01:55:13','2016-09-30 02:00:22',0),(36,'2016-10-05 12:47:35',1,'2016-10-05 12:47:35',NULL,0),(37,'2017-03-05 21:11:09',1,'2017-03-05 21:11:09',NULL,0),(38,'2017-12-09 13:57:08',2,'2017-12-09 13:57:08',NULL,0),(39,'2018-01-12 21:16:55',11,'2018-01-07 18:56:11',NULL,0),(40,'2018-01-12 06:08:29',2,'2018-01-11 18:56:33',NULL,0),(41,'2018-01-13 20:18:43',2,'2018-01-13 20:18:42',NULL,0),(42,'2018-03-05 09:13:01',2,'2018-03-05 09:13:00',NULL,0),(43,'2018-03-09 21:23:49',1,'2018-03-09 21:23:49',NULL,0);
/*!40000 ALTER TABLE `zen_customers_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_customers_wishlist`
--

DROP TABLE IF EXISTS `zen_customers_wishlist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_customers_wishlist` (
  `products_id` int(13) NOT NULL DEFAULT '0',
  `customers_id` int(13) NOT NULL DEFAULT '0',
  `products_model` varchar(13) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_price` decimal(8,2) NOT NULL DEFAULT '0.00',
  `final_price` decimal(8,2) NOT NULL DEFAULT '0.00',
  `products_quantity` int(2) NOT NULL DEFAULT '0',
  `wishlist_name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_customers_wishlist`
--

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

--
-- Table structure for table `zen_db_cache`
--

DROP TABLE IF EXISTS `zen_db_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_db_cache` (
  `cache_entry_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `cache_data` mediumblob,
  `cache_entry_created` int(15) DEFAULT NULL,
  PRIMARY KEY (`cache_entry_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_db_cache`
--

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

--
-- Table structure for table `zen_email_archive`
--

DROP TABLE IF EXISTS `zen_email_archive`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_email_archive` (
  `archive_id` int(11) NOT NULL AUTO_INCREMENT,
  `email_to_name` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `email_to_address` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `email_from_name` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `email_from_address` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `email_subject` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `email_html` text COLLATE utf8_unicode_ci NOT NULL,
  `email_text` text COLLATE utf8_unicode_ci NOT NULL,
  `date_sent` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `module` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`archive_id`),
  KEY `idx_email_to_address_zen` (`email_to_address`),
  KEY `idx_module_zen` (`module`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_email_archive`
--

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

--
-- Table structure for table `zen_ezpages`
--

DROP TABLE IF EXISTS `zen_ezpages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_ezpages` (
  `pages_id` int(11) NOT NULL AUTO_INCREMENT,
  `languages_id` int(11) NOT NULL DEFAULT '1',
  `pages_title` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `alt_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `alt_url_external` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `pages_html_text` mediumtext COLLATE utf8_unicode_ci,
  `status_header` int(1) NOT NULL DEFAULT '1',
  `status_sidebox` int(1) NOT NULL DEFAULT '1',
  `status_footer` int(1) NOT NULL DEFAULT '1',
  `status_toc` int(1) NOT NULL DEFAULT '1',
  `header_sort_order` int(3) NOT NULL DEFAULT '0',
  `sidebox_sort_order` int(3) NOT NULL DEFAULT '0',
  `footer_sort_order` int(3) NOT NULL DEFAULT '0',
  `toc_sort_order` int(3) NOT NULL DEFAULT '0',
  `page_open_new_window` int(1) NOT NULL DEFAULT '0',
  `page_is_ssl` int(1) NOT NULL DEFAULT '0',
  `toc_chapter` int(11) NOT NULL DEFAULT '0',
  `pc_id` int(20) NOT NULL,
  PRIMARY KEY (`pages_id`),
  KEY `idx_lang_id_zen` (`languages_id`),
  KEY `idx_ezp_status_header_zen` (`status_header`),
  KEY `idx_ezp_status_sidebox_zen` (`status_sidebox`),
  KEY `idx_ezp_status_footer_zen` (`status_footer`),
  KEY `idx_ezp_status_toc_zen` (`status_toc`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_ezpages`
--

LOCK TABLES `zen_ezpages` WRITE;
/*!40000 ALTER TABLE `zen_ezpages` DISABLE KEYS */;
INSERT INTO `zen_ezpages` VALUES (12,1,'Array','','','Array',0,1,0,0,0,50,0,0,0,0,0,0),(13,1,'Array','','','Array',0,1,0,1,0,100,0,400,0,0,1,0),(4,1,'Array','','','Array',0,1,0,0,0,50,0,0,0,0,0,0),(6,1,'Array','fax_form.pdf','','Array',0,0,1,1,0,0,0,100,0,0,90,0),(7,1,'Array','fax_form.php','','Array',0,0,0,1,0,0,0,101,0,0,90,0),(8,1,'Array','','','Array',0,0,0,0,0,0,0,0,0,0,0,0),(9,1,'Array','','','Array',0,0,0,0,0,0,0,0,0,0,0,0),(10,1,'Array','','','Array',0,1,0,1,0,1,0,300,0,0,1,0),(11,1,'Array','','','Array',0,1,0,1,0,1,0,310,0,0,1,0),(14,1,'Array','','','Array',0,0,0,0,0,0,0,0,0,0,0,0);
/*!40000 ALTER TABLE `zen_ezpages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_ezpages_content`
--

DROP TABLE IF EXISTS `zen_ezpages_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_ezpages_content` (
  `pc_id` int(11) NOT NULL AUTO_INCREMENT,
  `pages_id` int(11) NOT NULL DEFAULT '0',
  `languages_id` int(11) NOT NULL DEFAULT '1',
  `pages_title` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `pages_html_text` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`pc_id`),
  KEY `idx_ezpages_content` (`pages_id`,`languages_id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_ezpages_content`
--

LOCK TABLES `zen_ezpages_content` WRITE;
/*!40000 ALTER TABLE `zen_ezpages_content` DISABLE KEYS */;
INSERT INTO `zen_ezpages_content` VALUES (1,3,1,'Aviation Links','<br />\r\n<br />\r\n<strong>General Information</strong>\r\n<ul>\r\n  <li>AirNav (Pilot Information): <a href=\"\"http://www.aiav.com/fuel\"\">www.aiav.com</a></li>\r\n  <li>Aviation Weather Center: <a href=\"\"http://www.aviationweather.gov\"\">www.aviationweather.gov</a></li>\r\n  <li>Aviator\'s Hotline: <a href=\"\"http://www.aviationhotline.com/Aviators.htm\"\">http://www.aviationhotline.com/Aviators.htm</a></li>\r\n  <li>AvWeb:<a href=\"\"http://www.avweb.com\"\"> www.avweb.com</a></li>\r\n</ul>\r\n<h4>Government Agencies</h4>\r\n<ul>\r\n  <li>Civil Air Patrol: <a href=\"\"http://www.cap.gov\"\">www.cap.gov</a></li>\r\n  <li>Federal Aviation Administration: <a href=\"\"http://www.faa.gov\"\">www.faa.gov</a></li>\r\n  <li>FAR (Federal Aviation Regulations): <a href=\"\"http://www.faa.gov/regulations_policies/faa_regulations/\"\">www.faa.gov/regulations_policies/faa_regulations</a></li>\r\n  <li>National Transportation Safety Board: <a href=\"\"http://www.ntsb.gov\"\">www.ntsb.gov</a></li>\r\n  <li>U.S. Air Force: <a href=\"\"http://www.af.mil\"\">www.af.mil</a></li>\r\n</ul>\r\n<h4>Historical Information</h4>\r\n<ul>\r\n  <li>Aviation History Online Museum: <a href=\"\"http://www.aviation-history.com\"\">www.aviation-history.com</a></li>\r\n  <li>Canadian Warplane Museum:<a href=\"\"http://www.warplane.com\"\"> www.warplane.com</a></li>\r\n  <li>Flight History Information:<a href=\"\"http://www.flight-history.com\"\"> www.flight-history.com</a></li>\r\n  <li>National Air & Space Museum: <a href=\"\"http://www.nasm.si.edu\"\">www.nasm.si.edu</a></li>\r\n  <li>National Aviation Hall of Fame:<a href=\"\"http://www.nationalaviation.org\"\"> www.nationalaviation.org</a></li>\r\n  <li>Strategic Air Command Museum: <a href=\"\"http://www.strategicairandspace.com\"\">www.strategicairandspace.com</a></li>\r\n</ul>\r\n<h4>Organizations</h4>\r\n<ul>\r\n  <li>A.O.P.A. (Aircraft Owners Pilots Assoc.): <a href=\"\"http://www.aopa.org\"\">www.aopa.org</a></li>\r\n  <li>American Bonanza Society: <a href=\"\"http://www.bonanza.org\"\">www.bonanza.org</a></li>\r\n  <li>Airports Council Inteational: <a href=\"\"http://www.airports.org\"\">www.airports.org</a></li>\r\n  <li>Cessna Owner Organization: <a href=\"\"http://www.cessnaowner.org\"\">www.cessnaowner.org</a></li>\r\n  <li>International Commanche Society: <a href=\"\"http://www.comancheflyer.com\"\">www.comancheflyer.com</a></li>\r\n  <li>International Organization of Women Pilots:<a href=\"\"http://www.ninety-nines.org\"\"> www.ninety-nines.org</a></li>\r\n  <li>Mooney Pilot Organization: <a href=\"\"http://www.mooneypilots.com/\"\">http://www.mooneypilots.com/</a></li>\r\n  <li>National Aeronautic Association: <a href=\"\"http://www.naa-usa.org\"\">www.naa-usa.org</a></li>\r\n  <li>N.B.A.A. (National Business Aviation Assoc.):<a href=\"\"http://www.nbaa.org\"\"> www.nbaa.org</a></li>\r\n</ul>\r\n<h4>Publications</h4>\r\n<ul>\r\n  <li>Aerospace Technology:<a href=\"\"http://www.aerospace-technology.com/\"\"> http://www.aerospace-technology.com/</a></li>\r\n  <li>Airplane Blog: <a href=\"\"http://www.airplaneblog.com/\"\">http://www.airplaneblog.com/</a></li>\r\n  <li>AutoPilot Magazine:<a href=\"\"http://www.autopilotmagazine.com\"\">www.autopilotmagazine.com</a></li>\r\n  <li>Aviation Market Center: <a href=\"\"http://www.aviationmarketcenter.com/\"\">http://www.aviationmarketcenter.com/</a></li>\r\n  <li>Business Air Today :<a href=\"\"http://www.businessair.com/\"\">http://www.businessair.com/</a></li>\r\n  <li>Business & Commercial Aviation: <a href=\"\"http://www.aviationnow.com\"\">www.aviationnow.com</a></li>\r\n  <li class=\"\"style8\"\">Landings:<a href=\"\"http://www.landings.com\"\">www.landings.com</a></li>\r\n  <li>Pilot\'s Web: <a href=\"\"http://pilotsweb.com/\"\">http://pilotsweb.com/</a></li>\r\n  <li>Plane & Pilot :<a href=\"\"http://www.planeandpilotmag.com/\"\">http://www.planeandpilotmag.com/</a></li>\r\n  <li>Southern Aviator: <a href=\"\"http://www.southe-aviator.com\"\">www.southe-aviator.com</a></li>\r\n  <li>Southwest Aviator:<a href=\"\"http://www.southwestaviator.com\"\"> www.southwestaviator.com</a></li>\r\n  <li>World Aircraft Sales Magazine:<a href=\"\"http://www.avbuyer.com\"\"> www.avbuyer.com</a></li>\r\n</ul>'),(2,3,2,'Enlaces de la AviaciÃ³n','<br />\r\n<br />\r\n<strong>InformaciÃ³n General</strong>\r\n<ul>\r\n  <li>AirNav (Pilot Information): <a href=\"\"http://www.aiav.com/fuel\"\">www.aiav.com</a></li>\r\n  <li>Aviation Weather Center: <a href=\"\"http://www.aviationweather.gov\"\">www.aviationweather.gov</a></li>\r\n  <li>Aviator\'s Hotline: <a href=\"\"http://www.aviationhotline.com/Aviators.htm\"\">http://www.aviationhotline.com/Aviators.htm</a></li>\r\n  <li>AvWeb:<a href=\"\"http://www.avweb.com\"\"> www.avweb.com</a></li>\r\n</ul>\r\n<h4>Agencias del Gobiernos</h4>\r\n<ul>\r\n  <li>Civil Air Patrol: <a href=\"\"http://www.cap.gov\"\">www.cap.gov</a></li>\r\n  <li>Federal Aviation Administration: <a href=\"\"http://www.faa.gov\"\">www.faa.gov</a></li>\r\n  <li>FAR (Federal Aviation Regulations): <a href=\"\"http://www.faa.gov/regulations_policies/faa_regulations/\"\">www.faa.gov/regulations_policies/faa_regulations</a></li>\r\n  <li>National Transportation Safety Board: <a href=\"\"http://www.ntsb.gov\"\">www.ntsb.gov</a></li>\r\n  <li>U.S. Air Force: <a href=\"\"http://www.af.mil\"\">www.af.mil</a></li>\r\n</ul>\r\n<h4>InformaciÃ³n HistÃ³rica</h4>\r\n<ul>\r\n  <li>Aviation History Online Museum: <a href=\"\"http://www.aviation-history.com\"\">www.aviation-history.com</a></li>\r\n  <li>Canadian Warplane Museum:<a href=\"\"http://www.warplane.com\"\"> www.warplane.com</a></li>\r\n  <li>Flight History Information:<a href=\"\"http://www.flight-history.com\"\"> www.flight-history.com</a></li>\r\n  <li>National Air & Space Museum: <a href=\"\"http://www.nasm.si.edu\"\">www.nasm.si.edu</a></li>\r\n  <li>National Aviation Hall of Fame:<a href=\"\"http://www.nationalaviation.org\"\"> www.nationalaviation.org</a></li>\r\n  <li>Strategic Air Command Museum: <a href=\"\"http://www.strategicairandspace.com\"\">www.strategicairandspace.com</a></li>\r\n</ul>\r\n<h4>Organizaciones</h4>\r\n<ul>\r\n  <li>A.O.P.A. (Aircraft Owners Pilots Assoc.): <a href=\"\"http://www.aopa.org\"\">www.aopa.org</a></li>\r\n  <li>American Bonanza Society: <a href=\"\"http://www.bonanza.org\"\">www.bonanza.org</a></li>\r\n  <li>Airports Council Inteational: <a href=\"\"http://www.airports.org\"\">www.airports.org</a></li>\r\n  <li>Cessna Owner Organization: <a href=\"\"http://www.cessnaowner.org\"\">www.cessnaowner.org</a></li>\r\n  <li>International Commanche Society: <a href=\"\"http://www.comancheflyer.com\"\">www.comancheflyer.com</a></li>\r\n  <li>International Organization of Women Pilots:<a href=\"\"http://www.ninety-nines.org\"\"> www.ninety-nines.org</a></li>\r\n  <li>Mooney Pilot Organization: <a href=\"\"http://www.mooneypilots.com/\"\">http://www.mooneypilots.com/</a></li>\r\n  <li>National Aeronautic Association: <a href=\"\"http://www.naa-usa.org\"\">www.naa-usa.org</a></li>\r\n  <li>N.B.A.A. (National Business Aviation Assoc.):<a href=\"\"http://www.nbaa.org\"\"> www.nbaa.org</a></li>\r\n</ul>\r\n<h4>Publicaciones</h4>\r\n<ul>\r\n  <li>Aerospace Technology:<a href=\"\"http://www.aerospace-technology.com/\"\"> http://www.aerospace-technology.com/</a></li>\r\n  <li>Airplane Blog: <a href=\"\"http://www.airplaneblog.com/\"\">http://www.airplaneblog.com/</a></li>\r\n  <li>AutoPilot Magazine:<a href=\"\"http://www.autopilotmagazine.com\"\">www.autopilotmagazine.com</a></li>\r\n  <li>Aviation Market Center: <a href=\"\"http://www.aviationmarketcenter.com/\"\">http://www.aviationmarketcenter.com/</a></li>\r\n  <li>Business Air Today :<a href=\"\"http://www.businessair.com/\"\">http://www.businessair.com/</a></li>\r\n  <li>Business & Commercial Aviation: <a href=\"\"http://www.aviationnow.com\"\">www.aviationnow.com</a></li>\r\n  <li class=\"\"style8\"\">Landings:<a href=\"\"http://www.landings.com\"\">www.landings.com</a></li>\r\n  <li>Pilot\'s Web: <a href=\"\"http://pilotsweb.com/\"\">http://pilotsweb.com/</a></li>\r\n  <li>Plane & Pilot :<a href=\"\"http://www.planeandpilotmag.com/\"\">http://www.planeandpilotmag.com/</a></li>\r\n  <li>Southern Aviator: <a href=\"\"http://www.southe-aviator.com\"\">www.southe-aviator.com</a></li>\r\n  <li>Southwest Aviator:<a href=\"\"http://www.southwestaviator.com\"\"> www.southwestaviator.com</a></li>\r\n  <li>World Aircraft Sales Magazine:<a href=\"\"http://www.avbuyer.com\"\"> www.avbuyer.com</a></li>\r\n</ul>'),(3,4,1,'Maritime Links','<br /><br />\r\n<h4>Weather</h4>	<ul><li>National Oceanic & Atmospheric Admin (N.O.A.A.): <a href=\"http://www.noaa.gov\">www.noaa.gov</a> <li>U.S. Naval Fleet (FNMOC): <a href=\"https://www.fnmoc.navy.mil/public/\">www.fnmoc.navy.mil/public</a>  <li>Naval Oceanography Portal: <a href=\"http://www.usno.navy.mil/\">www.usno.navy.mil/</a></ul>  <h4>Government Agencies</h4><ul>	<li>Florida Fish & Wildlife Conservation Commission: <a href=\"http://www.myfwc.com\">www.myfwc.com</a>	<li>U.S. Coast Guard: <a href=\"http://www.uscg.mil/\">www.uscg.org</a></ul> <h4>Organizations</h4><ul><li>Bayview Yacht Club: <a href=\"http://www.byc.org\">www.byc.org</a>  <li>Chicago Yacht Club: <a href=\"http://www.chicagoyachtclub.org\">www.chicagoyachtclub.org</a> <li>(G.P.Y.C) Gross Point Yacht Club: <a href=\"http://www.gpyc.org\">www.gpyc.org</a> \r\n<li>International Sailing Federation: <a href=\"http://www.sailing.org\">www.sailing.org</a>\r\n<li>National Boating & Fishing Foundation: <a href=\"http://www.rbff.org/\">http://www.rbff.org/</a> <li>N.M.M.A. (National Marine Manufacturers Assoc.): <a href=\"http://www.nmma.org/\">www.nmma.org</a>	<li>National Maritime Society: <a href=\"http://www.nauticus.org\">www.nauticus.org</a><li>	Offshore Racing Council: <a href=\"http://www.orc.org\">www.orc.org</a><li>Saltwater Sportsmen: <a href=\"http://www.jcaa.org\">www.jcaa.org</a></ul><h4>Publications</h4><ul>  <li>Seguridad del Canotaje: <a href=\"http://www.boatsafe.com/nauticalknowhow/safetips\">www.boatsafe.com/nauticalknowhow/safetips</a>	</li> <li>Cruising World: <a href=\"http://www.cruisingworld.com\">www.cruisingworld.com</a></li>	<li>Marine Weather Enthusiast: <a href=\"http://www.weatherzone.com\">www.weatherzone.com</a> </li>	<li>Sail Magazine: <a href=\"http://www.sailmagazine.com\">www.sailmagazine.com</a></li>	<li>Sailing: <a href=\"http://www.sailing.com\">www.sailing.com</a></li>	<li>Sailing World: <a href=\"http://www.sailingworld.com\">www.sailingworld.com</a></li>	<li>Southern Boating: <a href=\"http://www.southeboating.com\">www.southeboating.com</a></li>	<li>Yachting World: <a href=\"http://www.yachting-world.com\">www.yachting-world.com</a></li>	<li>Yachtsmans\' Guide: <a href=\"http://www.yachtsmanguide.com\">www.yachtsmansguide.com</a></li></ul>'),(4,4,2,'Enlaces MarÃ­timos','<h4>Tiempo</h4>	<ul><li>National Oceanic & Atmospheric Admin (N.O.A.A.): <a href=\"http://www.noaa.gov\">www.noaa.gov</a> <li>U.S. Naval Fleet (FNMOC): <a href=\"https://www.fnmoc.navy.mil/public/\">www.fnmoc.navy.mil/public</a>  <li>Naval Oceanography Portal: <a href=\"http://www.usno.navy.mil/\">www.usno.navy.mil/</a></ul>  <h4>Agencias del Gobiernos</h4><ul>	<li>Florida Fish & Wildlife Conservation Commission: <a href=\"http://www.myfwc.com\">www.myfwc.com</a>	<li>U.S. Coast Guard: <a href=\"http://www.uscg.mil/\">www.uscg.org</a></ul> <h4>Organizaciones</h4><ul><li>Bayview Yacht Club: <a href=\"http://www.byc.org\">www.byc.org</a>  <li>Chicago Yacht Club: <a href=\"http://www.chicagoyachtclub.org\">www.chicagoyachtclub.org</a> <li>(G.P.Y.C) Gross Point Yacht Club: <a href=\"http://www.gpyc.org\">www.gpyc.org</a> \r\n<li>International Sailing Federation: <a href=\"http://www.sailing.org\">www.sailing.org</a>\r\n<li>National Boating & Fishing Foundation: <a href=\"http://www.rbff.org/\">http://www.rbff.org/</a> <li>N.M.M.A. (National Marine Manufacturers Assoc.): <a href=\"http://www.nmma.org/\">www.nmma.org</a>	<li>National Maritime Society: <a href=\"http://www.nauticus.org\">www.nauticus.org</a><li>	Offshore Racing Council: <a href=\"http://www.orc.org\">www.orc.org</a><li>Saltwater Sportsmen: <a href=\"http://www.jcaa.org\">www.jcaa.org</a></ul>\r\n<h4>Publicaciones</h4>\r\n<ul>  <li>Seguridad del Canotaje: <a href=\"http://www.boatsafe.com/nauticalknowhow/safetips\">www.boatsafe.com/nauticalknowhow/safetips</a>	</li> <li>Cruising World: <a href=\"http://www.cruisingworld.com\">www.cruisingworld.com</a></li>	<li>Marine Weather Enthusiast: <a href=\"http://www.weatherzone.com\">www.weatherzone.com</a> </li>	<li>Sail Magazine: <a href=\"http://www.sailmagazine.com\">www.sailmagazine.com</a></li>	<li>Sailing: <a href=\"http://www.sailing.com\">www.sailing.com</a></li>	<li>Sailing World: <a href=\"http://www.sailingworld.com\">www.sailingworld.com</a></li>	<li>Southern Boating: <a href=\"http://www.southeboating.com\">www.southeboating.com</a></li>	<li>Yachting World: <a href=\"http://www.yachting-world.com\">www.yachting-world.com</a></li>	<li>Yachtsmans\' Guide: <a href=\"http://www.yachtsmanguide.com\">www.yachtsmansguide.com</a></li></ul>'),(10,8,2,'Test','<div id=\"TabbedPanels1\" class=\"TabbedPanels\"> \r\n  <ul class=\"TabbedPanelsTabGroup\"> \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Tab 1</li> \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Tab 2</li> \r\n  </ul> \r\n  <div class=\"TabbedPanelsContentGroup\"> \r\n    <div class=\"TabbedPanelsContent\">Content 1</div> \r\n    <div class=\"TabbedPanelsContent\">Content 2</div> \r\n  </div> \r\n</div> \r\n<script type=\"text/javascript\"> \r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>'),(5,6,1,'Fax Order Form',''),(6,6,2,'Fax',''),(7,7,1,'Fax Form',''),(8,7,2,'Fax Form',''),(9,8,1,'Test','<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Description</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\">4-6 Man Life Raft. Lightest and smallest package on the market today, designed for private pilots and pleasure boaters. Non TSO Approved</div>\r\n    <div class=\"TabbedPanelsContent\"><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters. </li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n        <td colspan=\"2\"><strong>Each Basic Life Raft includes:</strong></td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\">Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div>\r\n    <div class=\"TabbedPanelsContent\">        \r\n          The survival equipment kit comes packed in its own valise providing the ultimate in flexibility for raft and equipment combinations. Acquire your basic raft and survival equipment based on individual requirements. Survival valise is secured to the life raft valise with velcro and a tie-line. Survival kits are designed and prepared for Non TSO and FAA TSO aviation/marine use. FAR 91, FAR 121, and FAR 125/135 survival equipment kits are also available. Optional ELT/EPIRB can be packed inside survival kits.\r\n\r\n  <br />\r\n  <br />\r\n  *Note: Food/water ration quantities based on raft capacity.</div>\r\n  </div>\r\n</div>\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>'),(11,9,1,'compare survival kits','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\r\n<html>\r\n<head>\r\n  <title>compare-survival-kits</title>\r\n</head>\r\n<body>\r\n<br>\r\n<br>\r\n<div id=\"catDescHeading\" align=\"center\"> Compare\r\nSurvival Kits </div>\r\n<p><img src=\"images/survivalkit_01_MED.jpg\"\r\n alt=\"Aviation &amp; Marine Survival Kits TSO &amp; Non TSO\"\r\n style=\"width: 200px; height: 247px;\" align=\"left\"\r\n border=\"0\"></p>\r\n<div id=\"kitCompareFont\">The optional survival equipment\r\nkit is stowed its own valise (separate from the raft valise). Separate\r\nunits provide the ultimate in flexibility for raft and survival\r\nequipment combinations - ability to purchase basic rafts and survival\r\nequipment separately to meet unique requirements. Survival equipment\r\nkit and raft valise are attached to each other using velcro and a\r\ntie-line. <br>\r\n<br>\r\n<a href=\"javascript:history.go(-1)\"\r\n onmouseover=\"self.status=document.referrer;return true\">previous\r\npage</a><br>\r\n<br>\r\n<table border=\"1\" cellpadding=\"3\" cellspacing=\"0\"\r\n width=\"100%\">\r\n  <tbody>\r\n    <tr class=\"kitHeading\">\r\n      <td bgcolor=\"#333333\" width=\"40%\">Survival\r\nKit Contents</td>\r\n      <td bgcolor=\"#333333\" width=\"20%\">Standard/<br>\r\n91 &nbsp;Type</td>\r\n      <td bgcolor=\"#333333\" width=\"20%\">Standard <br>\r\nPlus/&nbsp;121 Type</td>\r\n      <td bgcolor=\"#333333\" width=\"20%\">Deluxe/<br>\r\n135 Type</td>\r\n    </tr>\r\n    <tr>\r\n      <td> </td>\r\n      <td> </td>\r\n      <td> </td>\r\n      <td> </td>\r\n    </tr>\r\n    <tr>\r\n      <td>canopy w/inflatable mast</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>equipment container</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>signal flag</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>3 signal flares</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>first aid kit</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>raft repair kit</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>sea dye markers</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>2-cell flashlight w/batteries</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>signal mirror</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>food rations</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>water rations</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>signal whistle</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>utility knife</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>sponge</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>survival manual</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>magnetic compass </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>75-foot retaining line</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>reverse osmosis desalinator </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>2 paddles</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>fishing kit </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>radar reflector</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n  </tbody>\r\n</table>\r\n<br>\r\n<br>\r\n<!-- end #mainContent -->\r\n</div>\r\n</body>\r\n</html>'),(12,9,2,'compare survival kits','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\r\n<html>\r\n<head>\r\n  <title>compare-survival-kits</title>\r\n</head>\r\n<body>\r\n<br>\r\n<br>\r\n<div id=\"catDescHeading\" align=\"center\"> Compare\r\nSurvival Kits </div>\r\n<p><img src=\"images/survivalkit_01_MED.jpg\"\r\n alt=\"Aviation &amp; Marine Survival Kits TSO &amp; Non TSO\"\r\n style=\"width: 200px; height: 247px;\" align=\"left\"\r\n border=\"0\"></p>\r\n<div id=\"kitCompareFont\">The optional survival equipment\r\nkit is stowed its own valise (separate from the raft valise). Separate\r\nunits provide the ultimate in flexibility for raft and survival\r\nequipment combinations - ability to purchase basic rafts and survival\r\nequipment separately to meet unique requirements. Survival equipment\r\nkit and raft valise are attached to each other using velcro and a\r\ntie-line. <br>\r\n<br>\r\n<a href=\"javascript:history.go(-1)\"\r\n onmouseover=\"self.status=document.referrer;return true\">previous\r\npage</a><br>\r\n<br>\r\n<table border=\"1\" cellpadding=\"3\" cellspacing=\"0\"\r\n width=\"100%\">\r\n  <tbody>\r\n    <tr class=\"kitHeading\">\r\n      <td bgcolor=\"#333333\" width=\"40%\">Survival\r\nKit Contents</td>\r\n      <td bgcolor=\"#333333\" width=\"20%\">Standard/<br>\r\n91 &nbsp;Type</td>\r\n      <td bgcolor=\"#333333\" width=\"20%\">Standard <br>\r\nPlus/&nbsp;121 Type</td>\r\n      <td bgcolor=\"#333333\" width=\"20%\">Deluxe/<br>\r\n135 Type</td>\r\n    </tr>\r\n    <tr>\r\n      <td> </td>\r\n      <td> </td>\r\n      <td> </td>\r\n      <td> </td>\r\n    </tr>\r\n    <tr>\r\n      <td>canopy w/inflatable mast</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>equipment container</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>signal flag</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>3 signal flares</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>first aid kit</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>raft repair kit</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>sea dye markers</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>2-cell flashlight w/batteries</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>signal mirror</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>food rations</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>water rations</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>signal whistle</td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>utility knife</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>sponge</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>survival manual</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>magnetic compass </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>75-foot retaining line</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>reverse osmosis desalinator </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>2 paddles</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>fishing kit </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n    <tr>\r\n      <td>radar reflector</td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"> </td>\r\n      <td id=\"kitImage\"><img src=\"images/check.png\"\r\n alt=\"yes!\" height=\"20\" width=\"21\"></td>\r\n    </tr>\r\n  </tbody>\r\n</table>\r\n<br>\r\n<br>\r\n<!-- end #mainContent -->\r\n</div>\r\n</body>\r\n</html>'),(21,14,1,'Checkout Success','<p>Thank  you for your payment. Your transaction has been completed, and a receipt for  your purchase has been emailed to you.  You may <a href=\"http://aaasurvivalproducts.com/index.php?main_page=account\">log into  your account here</a> to view details of this transaction. <br />\r\n\r\n</p>'),(22,14,2,'Checkout Success','<p>Thank  you for your payment. Your transaction has been completed, and a receipt for  your purchase has been emailed to you.  You may <a href=\"http://aaasurvivalproducts.com/index.php?main_page=account\">log into  your account here</a> to view details of this transaction. <br />\r\n\r\n</p>'),(13,10,1,'Frequently Asked Questions','<br /><br /><br /><strong>Question:</strong><br />\r\nWhat does the term \"TSO\" mean?<br /><br />\r\n<strong>Answer:</strong><br />\r\n  TSO is an FAA (Federal Aviation Administration) acronym for \"Technical Standard Order\".<br /><br />\r\n<strong>TSO</strong><br /> \r\nA Technical Standard Order (TSO) is a minimum performance standard issued by the Administrator for specified materials, parts, processes, and appliances used on civil aircraft. TSOs can be viewed by Current, Active Historical, or Canceled. Current TSOs are the approved FAA performance standard that the applicant must use to receive a TSO authorization. Active Historical TSOs are for previously approved TSO authorizations. Canceled TSOs are for reference only.<br /><br /><br />\r\n<strong>Question:</strong><br />  What is the difference between a Type I and a Type II liferaft?<br /><br />\r\n<strong>Answer:</strong><br />\r\n  4.2.1 Type I Liferaft. Buoyancy must be provided by two independent buoyancy tubes each of which, including the raft floor, must be capable of supporting the rated and overload capacities in fresh water if the other tube is deflated. The liferaft loaded to its rated capacity must have a freeboard of at least 12 inches with both buoyancy tubes at minimum operating pressure. The liferaft loaded to its rated capacity with the critical tube deflated and the remaining tube at minimum operating pressure must have a freeboard of at least 6 inches. The liferaft loaded to its overload capacity with the critical tube deflated must have a measurable freeboard.<br />\r\n  <br />\r\n  4.2.2 Type II Liferaft. When single tube construction is used to provide the buoyancy, internal bulkheads must divide the flotation tube into at least two separate chambers such that the liferaft will be capable of supporting the rated number of occupants out of fresh water in the event that one chamber is deflated. The complete liferaft loaded to its rated capacity must have a freeboard of at least 6 inches.<br /><br /><br />\r\n<strong>Question:</strong><br />\r\n  Where can I get a printable copy of TSO-C70a?<br /><br />\r\n<strong>Answer:</strong><br />\r\n<a href=\"/C70a.pdf\">TSO C70a Please Click Here</a>\r\n\r\n\r\n<br /><br /><br /><strong>Question:</strong><br />\r\nWhat does the acronym \"FAR\" mean?<br /><br />\r\n<strong>Answer:</strong><br />\r\n  The Federal Aviation Regulations, or FARs, are rules prescribed by the Federal Aviation Administration (FAA) governing all aviation activities in the United States.<br /><br />'),(14,10,2,'Frequently Asked Questions','Question:\r\nWhat does the term \"TSO\" mean?\r\n\r\nAnswer:\r\nTSO is an FAA (Federal Aviation Administration) acronym for \"Technical Standard Order\".\r\n\r\nQuestion:\r\nWhat is the difference between a Type I and a Type II life raft?\r\n\r\nAnswer: \r\n4.2.1 Type I Liferaft. Buoyancy must be provided by two independent buoyancy tubes each of which, including the raft floor, must be capable of supporting the rated and overload capacities in fresh water if the other tube is deflated. The liferaft loaded to its rated capacity must have a freeboard of at least 12 inches with both buoyancy tubes at minimum operating pressure. The liferaft loaded to its rated capacity with the critical tube deflated and the remaining tube at minimum operating pressure must have a freeboard of at least 6 inches. The liferaft loaded to its overload capacity with the critical tube deflated must have a measurable freeboard.\r\n   \r\n4.2.2 Type II Liferaft. When single tube construction is used to provide the buoyancy, internal bulkheads must divide the flotation tube into at least two separate chambers such that the liferaft will be capable of supporting the rated number of occupants out of fresh water in the event that one chamber is deflated. The complete liferaft loaded to its rated capacity must have a freeboard of at least 6 inches.\r\n\r\nQuestion:\r\nWhere can I get a copy of TSO-C70a?\r\n\r\nAnswer: \r\n<a href=\"http://www.aaasurvivalproducts.com/includes/templates/aaas/uploads/C70a.pdf\">TSO C70a Please Click Here</a>'),(15,11,1,'FAA Regulations','<div class=WordSection1>\r\n\r\n\r\n\r\nDepartment of Transportation <br />\r\nFederal Aviation Administration <br />\r\nAircraft Certification Service<br />\r\nWashington, DC<br /><br />\r\n\r\n\r\n4/13/84<br /><br />\r\n\r\n\r\n\r\n<p class=MsoNormal><b>Subject:</b>Â TSO-C70a, LIFERAFTS (REVERSIBLE AND\r\n\r\nNONREVERSIBLE)</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Â </p>\r\n\r\n\r\n\r\n<p class=MsoNormal><b>Technical Standard Order </b></p>\r\n\r\n\r\n\r\n<p class=MsoNormal>a. <u>Applicability</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) <u>Minimum Performance Standards</u>. This Technical\r\n\r\nStandard Order (TSO) prescribes the minimum performance standards that\r\n\r\nliferafts combinations must meet to be identified with the applicable TSO\r\n\r\nmarking. This TSO has been prepared in accordance with the procedural rules set\r\n\r\nforth in Subpart O of the Federal Aviation Regulations Part 21. New models of\r\n\r\nliferafts that are to be so identified and that are manufactured on or after\r\n\r\nthe effective date of this TSO must meet the standards set forth in Appendix 1,\r\n\r\nâ€œFederal Aviation Administration Standard for Liferaftsâ€ of this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) <u>Environmental Standard</u>. None. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(3) <u>Test Methods</u>. This TSO references Federal Test\r\n\r\nMethod Standard No. 191A dated 7/20/78. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>b. <u>Marking</u>. In addition to the marking required in\r\n\r\nFederal Aviation Regulations (FAR) Â§ 21.607(d) (14 CFR 21.607), the part\r\n\r\nnumber, serial number and date of manufacture, weight and rated and overload\r\n\r\ncapacities of the liferaft must be shown also. The weight of the liferaft\r\n\r\nincludes any accessories required in this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>c. <u>Data Requirements</u>. In accordance with FAR Â§\r\n\r\n21.605, (14 CFR 21.605), each manufacturer shall furnish the Manager, Aircraft\r\n\r\nCertification Office (ACO), Federal Aviation Administration, having\r\n\r\ngeographical purview of the manufacturerâ€™s facilities, one copy each of the\r\n\r\nfollowing technical data: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) Operating instructions. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) Packing instructions. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(3) A complete description of the device, including detailed\r\n\r\ndrawings, materials identification and specifications, and installation\r\n\r\nprocedures. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>DISTRIBUTION: ZVS-326; A-W(WS)-3; A-X(FS)-3; A-X(CD)-4; A-FFS-1,2,7,8(LTD);\r\n\r\nA-FAC-0(MAX); AVN-1(2 cys) TSO-C70a 4/13/84 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(4) Manufacturerâ€™s TSO qualification test report. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(5) Applicable installation limitations, including stowage\r\n\r\narea temperatures. The manufacturer shall also provide the purchaser with such\r\n\r\nlimitations. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(6) Maintenance instructions, including instructions\r\n\r\nregarding inspection, repair, and stowage of materials. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(7) The functional test specification to be used to test\r\n\r\neach production article to ensure compliance with this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>d. <u>Availability of Referenced Documents</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) Appendix 1, â€œFederal Aviation Administration Standards\r\n\r\nfor Liferafts,â€ of this TSO specifies certain test methods that are contained\r\n\r\nin Federal Test Method Standard No. 191A unless otherwise noted. Federal Test\r\n\r\nMethod Standard No. 191A may be examined at the FAA Headquarters in the Office\r\n\r\nof Airworthiness, Aircraft Engineering Division (AWS-110), and at all Aircraft\r\n\r\nCertification Offices, and may be obtained (or purchased) from the General\r\n\r\nServices Administration, Business Service Center, Region 3, 7th and D Streets,\r\n\r\nS.W., Washington, D.C. 20407. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) Federal Aviation Regulations Part 21, Subpart O and\r\n\r\nAdvisory Circular 20-110, Index of Aviation Technical Standard Orders may be\r\n\r\nreviewed at the FAA Headquarters in the Office of Airworthiness, Aircraft\r\n\r\nEngineering Division (AWS-110), and at all regional Aircraft Certification\r\n\r\nOffices. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>/S/ J. A. Pontecorvo </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Acting Director of Airworthiness </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 2 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>APPENDIX 1. FEDERAL AVIATION ADMINISTRATION STANDARD FOR LIFERAFTS\r\n\r\n</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>1. <u>Purpose</u>. This standard provides the minimum\r\n\r\nperformance standards for liferafts. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>2. <u>Scope</u>. This standard covers the following types of\r\n\r\nliferafts: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>TYPE I - For use in any category aircraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>TYPE II - For use in nontransport category aircraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3. <u>Material and Workmanship</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1 <u>Nonmetallic Materials</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.1 The finished device must be clean and free from any\r\n\r\ndefects that might affect its function. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.2 Coated fabrics and other items, such as webbing,\r\n\r\nsubject to deterioration must have been manufactured not more than 18 months\r\n\r\nprior to the date of delivery of the finished product. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.3 The materials must not support fungus growth. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4 <u>Coated fabrics - General. </u>Coated fabrics,\r\n\r\nincluding seams, subject to deterioration used in the manufacture of the\r\n\r\ndevices must possess at least 90 percent of their original physical properties\r\n\r\nafter these fabrics have been subjected to the accelerated ageing test\r\n\r\nspecified in paragraph 6.1 of this standard. Material used in the construction\r\n\r\nof flotation chambers and decks must be capable of withstanding the detrimental\r\n\r\neffects of exposure to fuels, oils and hydraulic fluids. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4.1 <u>Strength</u>. Coated fabrics used for these\r\n\r\napplications must conform to the following minimum strengths after ageing: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tensile Strength (Grab Test) </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Warp 190 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Fill 190 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tear Strength </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Trapezoid Test: 13 X 13 pounds/inch (minimum); or </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tongue Test: 13 X 13 pounds/inch (minimum) </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4.2 <u>Adhesion</u>. In addition to the requirements of\r\n\r\n3.1.4.1, coated fabrics must meet the following minimum strengths after ageing:\r\n\r\n</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 1 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Ply Adhesion - </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5 pounds/inch width at 70 Â± 2 degrees F at a pull of 2.0 to\r\n\r\n2.5 inches/minute </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Coat Adhesion - </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5 pounds/inch width at 70 Â± 2 degrees F at 2.0 to 2.5\r\n\r\ninches/minute </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4.3 <u>Permeability</u>. For coated fabrics used in the\r\n\r\nmanufacture of inflation chambers, the maximum permeability to helium\r\n\r\n(Permeability Test Method) may not exceed 10 liters per square meter in 24\r\n\r\nhours at 77 degrees F, or its equivalent using hydrogen. The permeameter must\r\n\r\nbe calibrated for the gas used. In lieu of this permeability test, an alternate\r\n\r\ntest may be used provided the alternate test has been approved as an equivalent\r\n\r\nto this permeability test by the manager of the FAA office to which this TSO\r\n\r\ndata is to be submitted, as required in Paragraph c., Data Requirements. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.5 <u>Seam Strength and Adhesives</u>. Cemented or heat\r\n\r\nsealable seams used in the manufacture of the device must meet the following\r\n\r\nminimum strength requirements: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Shear Strength (Seam Shear Test Method) - 175 pounds/inch\r\n\r\nwidth at 75 degrees F; </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>40 pounds/inch width at 140 degrees F </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Peel Strength (Peel Test Method) - </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5 pounds/inch width at 70 degrees F </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.6 <u>Seam Tape</u>. If tape is used for seam\r\n\r\nreinforcement or abrasion protection of seams or both, the tape must have\r\n\r\nminimum breaking strength (Grab Test Method) of 40 pounds/inch width in both\r\n\r\nthe warp and fill directions. When applied to the seam area, the adhesion\r\n\r\nstrength characteristics must meet the seam strength requirements in paragraph\r\n\r\n3.1.5. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.7 <u>Canopy</u>. Fabrics used for this purpose must be\r\n\r\nwaterproof and resistant to sun penetration, and must not affect the potability\r\n\r\nof collected water, and must meet the following minimum requirements in the\r\n\r\napplicable tests prescribed in paragraph 6.1 of this standard, except that in\r\n\r\nlieu of meeting the tensile strength requirements, a fabricated canopy may be\r\n\r\ndemonstrated to withstand 35-knot winds and 52-knot gusts: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tensile Strength (Grab Test) </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Warp 75 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Fill 75 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tear Strength </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Trapezoid Test: 4 x 4 pounds/inch; or </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tongue Test: 4 x 4 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Coat Adhesion of Coated Fabrics </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.5 pounds/inch width at 70 Â± 2 degrees F at a separation rate\r\n\r\nof 2.0 to 2.5 inches/minute </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 2 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.8 <u>Flammability</u>. The device (including carrying\r\n\r\ncase or stowage container) must be constructed of materials which meet FAR Â§\r\n\r\n25.853 (14 CFR 25.853) in effect on May 1, 1972, as follows: Type I rafts must\r\n\r\nmeet Â§ 25.853 (b) and Type II rafts must meet Â§ 25.853 (b-3). </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.2 <u>Metallic Parts</u>. All metallic parts must be made\r\n\r\nof corrosion-resistant material or must be suitably protected against\r\n\r\ncorrosion. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.3 <u>Protection</u>. All inflation chambers and load\r\n\r\ncarrying fabrics must be protected in such a manner that nonfabric parts do not\r\n\r\ncause chafing or abrasion of the material in either the packed or the inflated\r\n\r\ncondition. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4. <u>Design and Construction</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1 <u>Capacity</u>. The rated and overload capacities of a\r\n\r\nlife raft must be based on not less than the following usable sitting areas on\r\n\r\nthe deck of the life raft: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Rated Capacity 3.6 feet<sup>2</sup>/person </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Overload Capacity 2.4 feet<sup>2</sup>/person </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1 <u>Capacity, Alternate Rating Methods</u>. In lieu of\r\n\r\nthe rated capacity as determined by paragraph 4.1 of this standard, one of the\r\n\r\nfollowing methods may be used: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.1 The rated capacity of a Type I or Type II liferaft\r\n\r\nmay be determined by the number of occupant seating spaces which can be\r\n\r\naccommodated within the occupiable area exclusive of the perimeter structure\r\n\r\n(such as buoyancy tubes) without overlapping of the occupant seating spaces and\r\n\r\nwith the occupant seating spaces located to provide each occupant with a back\r\n\r\nsupport of not less than 8 inches high. The occupant seating spaces may not be\r\n\r\nless than the following size: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>39.4 inches </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>BACK SUPPORT </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>ALONG </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>THIS 14.7 inches 7.2 inches </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>SIDE. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2 The rated capacity of a Type I or Type II liferaft\r\n\r\nmay be determined on the basis of a controlled pool or fresh water\r\n\r\ndemonstration which includes conditions prescribed under paragraph 6.2.3 of\r\n\r\nthis standard and the following: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.1 The sitting area on the liferaft deck may not be\r\n\r\nless than 3 square feet per person. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.2 The liferaft must have a back support for each\r\n\r\noccupant of not less than 14.7 inches wide and 8 inches high. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 3 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.3 At least 30 percent but no more than 50 percent of\r\n\r\nthe participants must be female. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.4 Except as provided below, all participants must\r\n\r\nselect their sitting space without outside placement assistance. Instructions,\r\n\r\neither identified on the raft or announced prior to the demonstration, may be\r\n\r\nused informing that each participant should have a back support. A raft\r\n\r\ncommander, acting in the capacity of a crewmember, may direct occupant seating\r\n\r\nto the extent necessary to achieve reasonable weight distribution within the\r\n\r\nraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.5 All participants must not have practiced,\r\n\r\nrehearsed, or have had the demonstration procedures described to them within\r\n\r\nthe past 6 months. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.2 <u>Buoyancy</u>. An average occupant weight of not less\r\n\r\nthan 170 pounds must be used in all applicable calculations and tests specified\r\n\r\nherein. In tests, ballast in the form of sand bags or equivalent may be used to\r\n\r\nachieve the 170 pound average, provided the appropriate weight distribution\r\n\r\nwithin the raft is maintained. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.2.1 <u>Type I Liferaft</u>. Buoyancy must be provided by\r\n\r\ntwo independent buoyancy tubes each of which, including the raft floor, must be\r\n\r\ncapable of supporting the rated and overload capacities in fresh water if the\r\n\r\nother tube is deflated. The liferaft loaded to its rated capacity must have a\r\n\r\nfreeboard of at least 12 inches with both buoyancy tubes at minimum operating\r\n\r\npressure. The liferaft loaded to its rated capacity with the critical tube\r\n\r\ndeflated and the remaining tube at minimum operating pressure must have a\r\n\r\nfreeboard of at least 6 inches. The liferaft loaded to its overload capacity\r\n\r\nwith the critical tube deflated must have a measurable freeboard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.2.2 <u>Type II Liferaft</u>. When single tube construction\r\n\r\nis used to provide the buoyancy, internal bulkheads must divide the flotation\r\n\r\ntube into at least two separate chambers such that the liferaft will be capable\r\n\r\nof supporting the rated number of occupants out of fresh water in the event\r\n\r\nthat one chamber is deflated. The complete liferaft loaded to its rated\r\n\r\ncapacity must have a freeboard of at least 6 inches. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.3 <u>Inflation</u>. The inflation system must be arranged\r\n\r\nso that failure of one inflatable chamber or manifold will not result in loss\r\n\r\nof gas from the other chambers. The inflation equipment must be located so as\r\n\r\nnot to interfere with boarding operation. Components of the inflation system\r\n\r\nmust meet Department of Transportation Specification 3AA (49 CFR 178.37) or\r\n\r\nSpecification 3HT (49 CFR 178.44) in effect May 30, 1976, as applicable, or an\r\n\r\nequivalent approved by the manager of the FAA office to which this TSO data is\r\n\r\nto be submitted, as required in paragraph c., Data Requirements. The inflation\r\n\r\nsystem must be constructed to minimize leakage due to back pressure after\r\n\r\ninflation. If an air aspirator system is used, the system must be constructed\r\n\r\neither to prevent the ingestion of foreign objects or to prevent failure or\r\n\r\nmalfunction as a result of ingestion of small foreign objects. For Type I\r\n\r\nliferafts, there must be an independent inflation source for each primary\r\n\r\nflotation tube, except that there may be a single inflation source for all\r\n\r\nflotation tubes if data substantiating the reliability of the single </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 4 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>inflation source is approved by the manager of the FAA\r\n\r\noffice to which this TSO data is to be submitted, as required in Paragraph c.,\r\n\r\nData Requirements. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.4 <u>Liferaft Canopy</u>. A canopy must be packed with or\r\n\r\nattached to the raft. The erected canopy must be capable of withstanding\r\n\r\n35-knot winds and 52-knot gusts in open water. The canopy must provide adequate\r\n\r\nheadroom and must have provision for openings 180 degrees apart. Means must be\r\n\r\nprovided to make the openings weathertight. If the canopy is not integral with\r\n\r\nthe raft, it must be capable of being erected by occupants following\r\n\r\nconspicuously posted, simple instructions. It must be capable of being erected\r\n\r\nby one occupant of an otherwise empty raft and by occupants of a raft filled to\r\n\r\nrated capacity. For a reversible raft, attachment provisions must be installed\r\n\r\nto permit the canopy to be installed on either side of the raft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.5 <u>Capsize Resistance</u>. There must be water pockets\r\n\r\nor other means to provide capsize resistance for an empty or lightly loaded\r\n\r\nraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.6 <u>Boarding Aids</u>. For Type I liferafts, boarding\r\n\r\naids must be provided at two opposing positions on the raft. One boarding aid\r\n\r\nis sufficient for a Type II liferaft. Boarding aids must permit unassisted\r\n\r\nentry from the water into the unoccupied raft and must not at any time impair\r\n\r\neither the rigidity or the inflation characteristics of the raft. Puncturing of\r\n\r\ninflatable boarding aids must not affect the buoyancy of the raft buoyancy\r\n\r\nchambers. Boarding handles and/or stirrups used in conjunction with the\r\n\r\nboarding aids must withstand a pull of 500 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.7 <u>Righting Aids</u>. Means must be provided to right a\r\n\r\nnonreversible liferaft if it inflates in an inverted position. The means\r\n\r\nprovided for righting must be such that they may be used by one person in the\r\n\r\nwater. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.8 <u>Lifeline</u>. A nonrotting lifeline of contrasting\r\n\r\ncolor and at least 3/8-inch diameter or 3/4-inch width must encircle the\r\n\r\nliferaft on the outside periphery so that it can be easily grasped by persons\r\n\r\nin the water. The lifeline and its attachments must be capable of withstanding\r\n\r\na minimum load of 500 pounds and must not interfere with the liferaft\r\n\r\ninflation. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.9 <u>Grasp Line</u>. A grasp line, meeting the size and\r\n\r\nstrength requirements for the lifeline, must be provided with sufficient slack\r\n\r\nfor use by liferaft occupants to steady themselves when seated on the liferaft\r\n\r\ndeck with their backs to the main flotation tube(s). </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.10 <u>Color</u>. The color of the liferaftâ€™s surfaces,\r\n\r\nincluding the canopy surface, visible from the air must be an International\r\n\r\nOrange-Yellow or an equivalent high visibility color. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.11 <u>Placards</u>. Suitable placarding must be provided\r\n\r\nin contrasting colors in waterproof paint which is not detrimental to the\r\n\r\nfabric, that denotes use and location of the inflation systems, raft equipment,\r\n\r\nboarding aids, and righting aids. For reversible rafts, placement of the\r\n\r\nplacarding must take into account usage of either side of the raft. The letters\r\n\r\nused for such placarding must be at least 2 inches high except that details and\r\n\r\nmiscellaneous instructions may be of smaller lettering. Applicable placarding\r\n\r\nmust take into account persons boarding or righting the raft form the water. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 5 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.12 <u>Lights</u>. One or more survivor locator lights must\r\n\r\nbe provided that are approved under TSO-C85. The lights must be automatically\r\n\r\nactivated upon raft inflation in the water, and visible from any direction by\r\n\r\npersons in the water. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4. 13 <u>Raft Sea Performance</u>. The raft must meet the\r\n\r\nseaworthiness requirements in 6.2.3.2 and must be capable with its equipment of\r\n\r\nwithstanding a saltwater marine environment for a period of at least 15 days. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5. <u>Liferaft Equipment</u>. All lines must be suitably stowed\r\n\r\nand secured to prevent entanglement during launching/inflation of a liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.1 <u>Mooring Line</u>. A nonrotting mooring line at least\r\n\r\n20 feet in length must be attached at one end to the raft, with the remainder\r\n\r\nof the line held flaked to the carrying case (See 5.2). The mooring line must\r\n\r\nbe capable of keeping the raft, loaded to maximum rated capacity, attached to a\r\n\r\nfloating aircraft, and not endanger the raft or cause the raft to spill\r\n\r\noccupants if the aircraft sinks. The line may be equipped with a mechanical\r\n\r\nrelease linkage. The breaking strength of the line must be at least 500 pounds,\r\n\r\nor 40 times the rated capacity of the raft, whichever is greater, but need not\r\n\r\nexceed 1,000 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.2 <u>Liferaft Launching Equipment</u>. A parachute ripcord\r\n\r\ngrip and retaining pocket must form the primary inflation control. The ripcord\r\n\r\ngrip or the attached static mooring line must be provided with means for\r\n\r\nattachment to the aircraft. If the ripcord grip is designed to attach to the\r\n\r\naircraft, its strength may not be less than that of the static mooring line.\r\n\r\nThe position of the ripcord grip must be standardized. When facing the release\r\n\r\nend of the carrying case, the center line of the ripcord grip retaining pocket\r\n\r\nmust lie at 45 degrees in the right upper quadrant of the end section. The\r\n\r\noutermost extremity of the ripcord grip may not extend beyond the outer margin\r\n\r\nof the carrying case. The line attached to the ripcord grip must serve both to\r\n\r\nretain the liferaft and to actuate the gas release(s). The tension required to withdraw\r\n\r\nthe static mooring line and to actuate the gas release mechanism(s) must be\r\n\r\nbetween 20 and 30 pounds. The strength of the gas release mechanism(s), its\r\n\r\nfittings, and its attachments may not be less than 100 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.3 <u>Sea Anchor</u>. A sea anchor, or anchors, or other\r\n\r\nequivalent means must be provided to maintain the raft, with rated capacity and\r\n\r\ncanopy installed, on a substantially constant heading relative to the wind and\r\n\r\nhave the ability to reduce the drift to 2 knots in 17 to 27-knot winds. Unless analysis\r\n\r\nand/or test data substantiating the adequacy of a lower breaking strength is\r\n\r\napproved by the manager of the FAA office to which this TSO data is to be\r\n\r\nsubmitted as required in paragraph c., Data Requirements, the line securing a\r\n\r\nsea anchor to the raft must have a breaking strength of 500 pounds or 40 pounds\r\n\r\ntime the rated capacity of the raft, whichever is greater. The attachment of\r\n\r\nthe line to the raft must be capable of withstanding a load of 1.5 times the\r\n\r\nline-rated strength without damaging the raft. The line must be at least 25\r\n\r\nfeet in length and must be protected to prevent it from being cut inadvertently\r\n\r\nby raft occupants. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.4 <u>Heaving-Trailing Line</u>. At least one floating\r\n\r\nheaving-trailing line not less than 75 feet in length for Type I rafts and not\r\n\r\nless than 35 feet in length for Type II rafts, and at least 250 pounds\r\n\r\nstrength, must be located on the main flotation tube near the sea anchor\r\n\r\nattachment. The </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 6 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>attach point of the line must withstand a pull of not less\r\n\r\nthan 1.5 times the line rated strength without damage to the raft. A\r\n\r\nheaving-trailing line must be accessible in any inflated position of a\r\n\r\nreversible liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.5 <u>Emergency Inflation</u>. Means readily accessible to\r\n\r\noccupants of the raft, and having a displacement of at least 32 cubic inches\r\n\r\nper full stroke, must be provided to manually inflate and maintain chambers at\r\n\r\nminimum operating pressure. Manual inflation valves, with a nonreturn opening\r\n\r\nadequate for the size and capacity of the inflation means, must be located to\r\n\r\npermit inflation of all chambers. The location must take into consideration\r\n\r\noccupancy of each side of reversible raft. The inflation means and valves must\r\n\r\nhave provisions to prevent inadvertent removal and loss when either stowed or in\r\n\r\nuse. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.6 <u>Accessory Case Tiedowns</u>. Provisions must be made\r\n\r\nfor tiedowns to hold any accessory case. Each accessory case tiedown must\r\n\r\nwithstand a pull of 250 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.7 <u>Carrying Case</u>. A carrying case which meets the\r\n\r\nflammability requirement of this standard and which properly fits the packed\r\n\r\nliferaft must be provided. Carrying case materials must be of a highly visible\r\n\r\ncolor, be fungus proof, and be resistant to aircraft fuels and other fluids.\r\n\r\nThe carrying case must provide chafe protection to the liferaft. The carrying\r\n\r\ncase must be provided with easily distinguishable handles so that it may be\r\n\r\ncarried by one person, carried by two persons in tandem, or dragged by either\r\n\r\nend; none of these carrying operations must tend to pull the carrying case\r\n\r\nopen. Each handle must be easily grasped and its strength must be at least four\r\n\r\ntime the total weight of the liferaft and case. Conventional zippers may not be\r\n\r\nemployed for closure. Location of and instructions for use of the inflation\r\n\r\nhandle must be clearly identified and marked on the carrying case surface. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.8 <u>Knife</u>. A hook type knife secured by a retaining\r\n\r\nline must be sheathed and attached to the raft adjacent to the point of mooring\r\n\r\nline attachment. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6 <u>Tests</u>. </p>\r\n\r\n\r\n\r\n<table class=MsoNormalTable border=1 cellspacing=0 cellpadding=0\r\n\r\n style=\'border-collapse:collapse;border:none\'>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=601 colspan=4 valign=top style=\'width:450.9pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>6.1 <u>Material Tests</u>. The material tests required in\r\n\r\n  paragraph 3.0 of this standard must be determined in accordance with the\r\n\r\n  following test method or other approved equivalent methods: <u>Test Method </u></p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:14.85pt\'>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:14.85pt\'>\r\n\r\n  <p class=MsoNormal><u>Tests Required</u></p>\r\n\r\n  </td>\r\n\r\n  <td width=200 colspan=2 valign=top style=\'width:150.3pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:14.85pt\'>\r\n\r\n  <p class=MsoNormal>Federal Test Method Standard No. l91A <u>dated July 20,\r\n\r\n  1978 </u></p>\r\n\r\n  </td>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:14.85pt\'>\r\n\r\n  <p class=MsoNormal><u>Notes </u></p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Accelerated Age </p>\r\n\r\n  </td>\r\n\r\n  <td width=200 colspan=2 valign=top style=\'width:150.3pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5850 </p>\r\n\r\n  </td>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Per Note (1) </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Tensile Strength (Grab Test) </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5100 </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Tear Strength(Trapezoid Test) </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5136 (4) </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:14.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:14.85pt\'>\r\n\r\n  <p class=MsoNormal>Tear Strength (Tongue Test) </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:14.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5134 </p>\r\n\r\n  <p class=MsoNormal>(Alternate to Trapezoid Test See 3.1.4.1) </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Ply Adhesion </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5960 </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Coat Adhesion </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5970 </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr height=0>\r\n\r\n  <td width=200 style=\'border:none\'></td>\r\n\r\n  <td width=100 style=\'border:none\'></td>\r\n\r\n  <td width=100 style=\'border:none\'></td>\r\n\r\n  <td width=200 style=\'border:none\'></td>\r\n\r\n </tr>\r\n\r\n</table>\r\n\r\n\r\n\r\n<p class=MsoNormal><u><span style=\'text-decoration:none\'>Â </span></u></p>\r\n\r\n\r\n\r\n<p class=MsoNormal><u>NOTES</u>: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) Samples for the accelerated aging tests must be exposed\r\n\r\nto a temperature of 158 Â± 5 degrees Fahrenheit for not less than 168 hours.\r\n\r\nAfter exposure, the samples must be allowed to cool to 70 Â± 2 degrees\r\n\r\nFahrenheit for neither less than 16 hours nor more than 96 hours before\r\n\r\ndetermining their physical properties in accordance with 3.1 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) Each sample shall consist of two strips 2 inches maximum\r\n\r\nwidth by 5 inches maximum length bonded together with an overlap 3/4 inches\r\n\r\nmaximum. The free ends must be placed in the testing machine described in\r\n\r\nMethod 5100 and separated at a rate of 12 Â± 0.5 inches per minute. The average\r\n\r\nvalue of two samples must be reported. Samples may be multilayered as required\r\n\r\nto provide adequate strength to ensure against premature material failure. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(3) Separation rate must be 2.0 to 2.5 inches per minute. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(4) Federal Test Method Standard No. 191 in effect December\r\n\r\n31, 1968. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2 <u>Liferaft Tests</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.1 <u>Pressure Retention</u>. Under static conditions and\r\n\r\nwhen inflated and stabilized at the nominal operating pressure, the pressure in\r\n\r\neach inflatable chamber must not fall below the minimum operating pressure in\r\n\r\nless than 24 hours. The minimum operating pressure is the pressure required to\r\n\r\nmeet the minimum design buoyancy requirements of paragraph 4.2 of this\r\n\r\nstandard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.2 <u>Overpressure Tests</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.2.1 The device must be shown by test to withstand a\r\n\r\npressure at least 1.5 times the maximum operating pressure for at least 5\r\n\r\nminutes without sustaining damage. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.2.2 At least one specimen of the inflatable device model\r\n\r\nmust be shown by test to withstand a pressure at least 2 times the maximum\r\n\r\noperating pressure without failure. Devices so tested must be clearly\r\n\r\nidentified. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Â </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3 <u>Functional Tests</u>. Each liferaft model must pass\r\n\r\nthe following tests: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 8 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1 <u>Water Tests</u>. In either a controlled pool or\r\n\r\nfresh water, the liferaft capacity and buoyancy must be demonstrated as\r\n\r\nfollows: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.1 Both rated and overload capacities established in\r\n\r\naccordance with the requirements of paragraph 4.1 of this standard must be\r\n\r\ndemonstrated with inflation tubes at minimum operating pressure and with the\r\n\r\ncritical buoyancy chamber deflated. The resultant freeboard in each case must\r\n\r\nmeet the requirements of paragraph 4.2 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.2 Persons used in the demonstration must have an\r\n\r\naverage weight of not less than 170 pounds. Ballast in the form of sand bags or\r\n\r\nequivalent may be used to achieve proper loading provided the appropriate\r\n\r\nweight distribution within the raft is maintained. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.3 Persons used in the demonstration must wear life\r\n\r\npreservers with at least one chamber inflated. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.4 The required liferaft equipment, including one\r\n\r\nemergency locator transmitter or a weight simulating a transmitter, must be\r\n\r\naboard the liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.5 It must be demonstrated that the raft is\r\n\r\nself-righting, or can be righted by one person in water, or while inverted can\r\n\r\nbe boarded and provide flotation for the normal rated capacity. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.6 It must be demonstrated that the boarding aids are\r\n\r\nadequate for the purpose intended and that it is possible for an adult wearing\r\n\r\nan inflated life preserver to board the raft unassisted. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2 <u>Sea Trials</u>. The liferaft must be demonstrated\r\n\r\nby tests or analysis, or a combination of both, to be seaworthy in an open sea\r\n\r\ncondition of 17 to 27-knot winds and waves of 6 to 10 feet. In tests, ballast\r\n\r\nin the form of sand bags or equivalent may be used to achieve proper loading\r\n\r\nprovided the appropriate weight distribution within the raft is maintained. If\r\n\r\nanalysis is used, the analysis must be approved by the manager of the FAA\r\n\r\noffice to which the TSO data is to be submitted as required in paragraph c.,\r\n\r\nData Requirements. For this seaworthiness demonstration, the following apply: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.1 The liferaft must be deployed to simulate\r\n\r\ndeployment from an aircraft under the most adverse wind direction and wave\r\n\r\ncondition. If the liferaft is an aspirated inflated type, it must be\r\n\r\ndemonstrated that water ingested during inflation will not cause the raft to\r\n\r\nfail to meet the requirement for buoyancy under rated capacity in 4.2. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.2 All required equipment must be aboard and the\r\n\r\nproper functioning of each item of equipment must be demonstrated. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.3 The canopy must be erected for a sufficient time\r\n\r\nto assess its resistance to tearing and the protection it affords. The method\r\n\r\nof erection must be </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 9 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>shown to be accomplished by one occupant of an otherwise\r\n\r\nempty raft, and by occupants of a raft filled to rated capacity. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.4 The stability of the raft must be demonstrated when\r\n\r\noccupied at normal rated capacity and at 50 percent rated capacity. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.3 <u>Liferaft Drop Test</u>. A complete liferaft\r\n\r\npackage must be dropped or thrown from a height of 5 feet onto a hard surface\r\n\r\nfloor after which it must be inflated and meet the pressure retention\r\n\r\nrequirements of paragraph 6.2.1 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.4 <u>Portability Test</u>. If the liferaft is to be\r\n\r\nmanually deployed, it must be demonstrated that the complete liferaft package\r\n\r\ncan be moved from a typical stowage installation by no more that two persons\r\n\r\nand then deployed at another suitable exit. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.5 <u>Carrying Case</u>. It must be demonstrated at\r\n\r\nleast 10 times that the carrying case will open satisfactorily and cause no\r\n\r\ndelay in the deployment and inflation of the liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.6 <u>Gas Cylinder Releases</u>. It must be\r\n\r\ndemonstrated that pulling the ripcord grip from any position will actuate the\r\n\r\nprimary gas release(s). </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.5 <u>Temperature Exposure and Inflation</u>. The\r\n\r\nmanufacturer shall determine the minimum temperature at which the complete\r\n\r\nliferaft assembly with its inflation bottles, will be â€œrounded outâ€ (i.e.,\r\n\r\nattain its design shape and approximate dimension) so that the liferaft will be\r\n\r\nable to receive and to support the first occupant within one minute after the\r\n\r\nstart of inflation. Thereafter, the rate of inflation must progress in such a\r\n\r\nmanner and rate as to ensure a serviceable and rigid liferaft for boarding by\r\n\r\nthe remainder of the occupants. Similarly, a maximum environmental temperature\r\n\r\nto which the liferaft assembly may be exposed and still remain in a seaworthy\r\n\r\ncondition upon inflation must be determined. The temperature limitations must\r\n\r\nbe submitted to the FAA and liferaft purchaser in accordance with the data\r\n\r\nrequirements of this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.5.1 <u>Test Procedure</u>. The packed liferaft assembly\r\n\r\nwith its inflation bottles installed must be exposed to each of the above\r\n\r\ntemperatures for not less than 24 hours and must be inflated within 5 minutes\r\n\r\nafter removal from such temperatures. The liferaft must be allowed to return to\r\n\r\na temperature of approximately 70 Â± 5 degrees Fahrenheit before being deflated,\r\n\r\nrepacked, and subjected to a second exposure. After the above tests have been\r\n\r\ncompleted, the liferaft must be able to pass tests required by paragraphs 6.2.1\r\n\r\nand 6.2.2 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 10</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Â </p>\r\n\r\n\r\n\r\n</div>'),(16,11,2,'FAA Regulations','<div class=WordSection1>\r\n\r\n\r\n\r\n<p class=MsoNormal style=\'margin-bottom:0in;margin-bottom:.0001pt\'>Department\r\n\r\nof Transportation </p>\r\n\r\n\r\n\r\n<p class=MsoNormal style=\'margin-bottom:0in;margin-bottom:.0001pt\'><b>Federal\r\n\r\nAviation Administration </b></p>\r\n\r\n\r\n\r\n<p class=MsoNormal style=\'margin-bottom:0in;margin-bottom:.0001pt\'>Aircraft\r\n\r\nCertification Service </p>\r\n\r\n\r\n\r\n<p class=MsoNormal style=\'margin-bottom:0in;margin-bottom:.0001pt\'>Washington,\r\n\r\nDC </p>\r\n\r\n\r\n\r\n<p class=MsoNormal style=\'margin-bottom:0in;margin-bottom:.0001pt\'>Â </p>\r\n\r\n\r\n\r\n<p class=MsoNormal><b>Date: </b>4/13/84 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal><b>Subject:</b>Â TSO-C70a, LIFERAFTS (REVERSIBLE AND\r\n\r\nNONREVERSIBLE)</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Â </p>\r\n\r\n\r\n\r\n<p class=MsoNormal><b>Technical Standard Order </b></p>\r\n\r\n\r\n\r\n<p class=MsoNormal>a. <u>Applicability</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) <u>Minimum Performance Standards</u>. This Technical\r\n\r\nStandard Order (TSO) prescribes the minimum performance standards that\r\n\r\nliferafts combinations must meet to be identified with the applicable TSO\r\n\r\nmarking. This TSO has been prepared in accordance with the procedural rules set\r\n\r\nforth in Subpart O of the Federal Aviation Regulations Part 21. New models of\r\n\r\nliferafts that are to be so identified and that are manufactured on or after\r\n\r\nthe effective date of this TSO must meet the standards set forth in Appendix 1,\r\n\r\nâ€œFederal Aviation Administration Standard for Liferaftsâ€ of this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) <u>Environmental Standard</u>. None. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(3) <u>Test Methods</u>. This TSO references Federal Test\r\n\r\nMethod Standard No. 191A dated 7/20/78. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>b. <u>Marking</u>. In addition to the marking required in\r\n\r\nFederal Aviation Regulations (FAR) Â§ 21.607(d) (14 CFR 21.607), the part\r\n\r\nnumber, serial number and date of manufacture, weight and rated and overload\r\n\r\ncapacities of the liferaft must be shown also. The weight of the liferaft\r\n\r\nincludes any accessories required in this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>c. <u>Data Requirements</u>. In accordance with FAR Â§\r\n\r\n21.605, (14 CFR 21.605), each manufacturer shall furnish the Manager, Aircraft\r\n\r\nCertification Office (ACO), Federal Aviation Administration, having\r\n\r\ngeographical purview of the manufacturerâ€™s facilities, one copy each of the\r\n\r\nfollowing technical data: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) Operating instructions. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) Packing instructions. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(3) A complete description of the device, including detailed\r\n\r\ndrawings, materials identification and specifications, and installation\r\n\r\nprocedures. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>DISTRIBUTION: ZVS-326; A-W(WS)-3; A-X(FS)-3; A-X(CD)-4; A-FFS-1,2,7,8(LTD);\r\n\r\nA-FAC-0(MAX); AVN-1(2 cys) TSO-C70a 4/13/84 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(4) Manufacturerâ€™s TSO qualification test report. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(5) Applicable installation limitations, including stowage\r\n\r\narea temperatures. The manufacturer shall also provide the purchaser with such\r\n\r\nlimitations. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(6) Maintenance instructions, including instructions\r\n\r\nregarding inspection, repair, and stowage of materials. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(7) The functional test specification to be used to test\r\n\r\neach production article to ensure compliance with this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>d. <u>Availability of Referenced Documents</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) Appendix 1, â€œFederal Aviation Administration Standards\r\n\r\nfor Liferafts,â€ of this TSO specifies certain test methods that are contained\r\n\r\nin Federal Test Method Standard No. 191A unless otherwise noted. Federal Test\r\n\r\nMethod Standard No. 191A may be examined at the FAA Headquarters in the Office\r\n\r\nof Airworthiness, Aircraft Engineering Division (AWS-110), and at all Aircraft\r\n\r\nCertification Offices, and may be obtained (or purchased) from the General\r\n\r\nServices Administration, Business Service Center, Region 3, 7th and D Streets,\r\n\r\nS.W., Washington, D.C. 20407. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) Federal Aviation Regulations Part 21, Subpart O and\r\n\r\nAdvisory Circular 20-110, Index of Aviation Technical Standard Orders may be\r\n\r\nreviewed at the FAA Headquarters in the Office of Airworthiness, Aircraft\r\n\r\nEngineering Division (AWS-110), and at all regional Aircraft Certification\r\n\r\nOffices. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>/S/ J. A. Pontecorvo </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Acting Director of Airworthiness </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 2 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>APPENDIX 1. FEDERAL AVIATION ADMINISTRATION STANDARD FOR LIFERAFTS\r\n\r\n</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>1. <u>Purpose</u>. This standard provides the minimum\r\n\r\nperformance standards for liferafts. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>2. <u>Scope</u>. This standard covers the following types of\r\n\r\nliferafts: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>TYPE I - For use in any category aircraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>TYPE II - For use in nontransport category aircraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3. <u>Material and Workmanship</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1 <u>Nonmetallic Materials</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.1 The finished device must be clean and free from any\r\n\r\ndefects that might affect its function. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.2 Coated fabrics and other items, such as webbing,\r\n\r\nsubject to deterioration must have been manufactured not more than 18 months\r\n\r\nprior to the date of delivery of the finished product. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.3 The materials must not support fungus growth. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4 <u>Coated fabrics - General. </u>Coated fabrics,\r\n\r\nincluding seams, subject to deterioration used in the manufacture of the\r\n\r\ndevices must possess at least 90 percent of their original physical properties\r\n\r\nafter these fabrics have been subjected to the accelerated ageing test\r\n\r\nspecified in paragraph 6.1 of this standard. Material used in the construction\r\n\r\nof flotation chambers and decks must be capable of withstanding the detrimental\r\n\r\neffects of exposure to fuels, oils and hydraulic fluids. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4.1 <u>Strength</u>. Coated fabrics used for these\r\n\r\napplications must conform to the following minimum strengths after ageing: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tensile Strength (Grab Test) </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Warp 190 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Fill 190 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tear Strength </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Trapezoid Test: 13 X 13 pounds/inch (minimum); or </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tongue Test: 13 X 13 pounds/inch (minimum) </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4.2 <u>Adhesion</u>. In addition to the requirements of\r\n\r\n3.1.4.1, coated fabrics must meet the following minimum strengths after ageing:\r\n\r\n</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 1 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Ply Adhesion - </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5 pounds/inch width at 70 Â± 2 degrees F at a pull of 2.0 to\r\n\r\n2.5 inches/minute </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Coat Adhesion - </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5 pounds/inch width at 70 Â± 2 degrees F at 2.0 to 2.5\r\n\r\ninches/minute </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.4.3 <u>Permeability</u>. For coated fabrics used in the\r\n\r\nmanufacture of inflation chambers, the maximum permeability to helium\r\n\r\n(Permeability Test Method) may not exceed 10 liters per square meter in 24\r\n\r\nhours at 77 degrees F, or its equivalent using hydrogen. The permeameter must\r\n\r\nbe calibrated for the gas used. In lieu of this permeability test, an alternate\r\n\r\ntest may be used provided the alternate test has been approved as an equivalent\r\n\r\nto this permeability test by the manager of the FAA office to which this TSO\r\n\r\ndata is to be submitted, as required in Paragraph c., Data Requirements. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.5 <u>Seam Strength and Adhesives</u>. Cemented or heat\r\n\r\nsealable seams used in the manufacture of the device must meet the following\r\n\r\nminimum strength requirements: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Shear Strength (Seam Shear Test Method) - 175 pounds/inch\r\n\r\nwidth at 75 degrees F; </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>40 pounds/inch width at 140 degrees F </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Peel Strength (Peel Test Method) - </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5 pounds/inch width at 70 degrees F </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.6 <u>Seam Tape</u>. If tape is used for seam\r\n\r\nreinforcement or abrasion protection of seams or both, the tape must have\r\n\r\nminimum breaking strength (Grab Test Method) of 40 pounds/inch width in both\r\n\r\nthe warp and fill directions. When applied to the seam area, the adhesion\r\n\r\nstrength characteristics must meet the seam strength requirements in paragraph\r\n\r\n3.1.5. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.7 <u>Canopy</u>. Fabrics used for this purpose must be\r\n\r\nwaterproof and resistant to sun penetration, and must not affect the potability\r\n\r\nof collected water, and must meet the following minimum requirements in the\r\n\r\napplicable tests prescribed in paragraph 6.1 of this standard, except that in\r\n\r\nlieu of meeting the tensile strength requirements, a fabricated canopy may be\r\n\r\ndemonstrated to withstand 35-knot winds and 52-knot gusts: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tensile Strength (Grab Test) </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Warp 75 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Fill 75 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tear Strength </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Trapezoid Test: 4 x 4 pounds/inch; or </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Tongue Test: 4 x 4 pounds/inch </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Coat Adhesion of Coated Fabrics </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.5 pounds/inch width at 70 Â± 2 degrees F at a separation rate\r\n\r\nof 2.0 to 2.5 inches/minute </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 2 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.1.8 <u>Flammability</u>. The device (including carrying\r\n\r\ncase or stowage container) must be constructed of materials which meet FAR Â§\r\n\r\n25.853 (14 CFR 25.853) in effect on May 1, 1972, as follows: Type I rafts must\r\n\r\nmeet Â§ 25.853 (b) and Type II rafts must meet Â§ 25.853 (b-3). </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.2 <u>Metallic Parts</u>. All metallic parts must be made\r\n\r\nof corrosion-resistant material or must be suitably protected against\r\n\r\ncorrosion. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>3.3 <u>Protection</u>. All inflation chambers and load\r\n\r\ncarrying fabrics must be protected in such a manner that nonfabric parts do not\r\n\r\ncause chafing or abrasion of the material in either the packed or the inflated\r\n\r\ncondition. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4. <u>Design and Construction</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1 <u>Capacity</u>. The rated and overload capacities of a\r\n\r\nlife raft must be based on not less than the following usable sitting areas on\r\n\r\nthe deck of the life raft: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Rated Capacity 3.6 feet<sup>2</sup>/person </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Overload Capacity 2.4 feet<sup>2</sup>/person </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1 <u>Capacity, Alternate Rating Methods</u>. In lieu of\r\n\r\nthe rated capacity as determined by paragraph 4.1 of this standard, one of the\r\n\r\nfollowing methods may be used: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.1 The rated capacity of a Type I or Type II liferaft\r\n\r\nmay be determined by the number of occupant seating spaces which can be\r\n\r\naccommodated within the occupiable area exclusive of the perimeter structure\r\n\r\n(such as buoyancy tubes) without overlapping of the occupant seating spaces and\r\n\r\nwith the occupant seating spaces located to provide each occupant with a back\r\n\r\nsupport of not less than 8 inches high. The occupant seating spaces may not be\r\n\r\nless than the following size: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>39.4 inches </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>BACK SUPPORT </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>ALONG </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>THIS 14.7 inches 7.2 inches </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>SIDE. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2 The rated capacity of a Type I or Type II liferaft\r\n\r\nmay be determined on the basis of a controlled pool or fresh water\r\n\r\ndemonstration which includes conditions prescribed under paragraph 6.2.3 of\r\n\r\nthis standard and the following: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.1 The sitting area on the liferaft deck may not be\r\n\r\nless than 3 square feet per person. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.2 The liferaft must have a back support for each\r\n\r\noccupant of not less than 14.7 inches wide and 8 inches high. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 3 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.3 At least 30 percent but no more than 50 percent of\r\n\r\nthe participants must be female. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.4 Except as provided below, all participants must\r\n\r\nselect their sitting space without outside placement assistance. Instructions,\r\n\r\neither identified on the raft or announced prior to the demonstration, may be\r\n\r\nused informing that each participant should have a back support. A raft\r\n\r\ncommander, acting in the capacity of a crewmember, may direct occupant seating\r\n\r\nto the extent necessary to achieve reasonable weight distribution within the\r\n\r\nraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.1.1.2.5 All participants must not have practiced,\r\n\r\nrehearsed, or have had the demonstration procedures described to them within\r\n\r\nthe past 6 months. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.2 <u>Buoyancy</u>. An average occupant weight of not less\r\n\r\nthan 170 pounds must be used in all applicable calculations and tests specified\r\n\r\nherein. In tests, ballast in the form of sand bags or equivalent may be used to\r\n\r\nachieve the 170 pound average, provided the appropriate weight distribution\r\n\r\nwithin the raft is maintained. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.2.1 <u>Type I Liferaft</u>. Buoyancy must be provided by\r\n\r\ntwo independent buoyancy tubes each of which, including the raft floor, must be\r\n\r\ncapable of supporting the rated and overload capacities in fresh water if the\r\n\r\nother tube is deflated. The liferaft loaded to its rated capacity must have a\r\n\r\nfreeboard of at least 12 inches with both buoyancy tubes at minimum operating\r\n\r\npressure. The liferaft loaded to its rated capacity with the critical tube\r\n\r\ndeflated and the remaining tube at minimum operating pressure must have a\r\n\r\nfreeboard of at least 6 inches. The liferaft loaded to its overload capacity\r\n\r\nwith the critical tube deflated must have a measurable freeboard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.2.2 <u>Type II Liferaft</u>. When single tube construction\r\n\r\nis used to provide the buoyancy, internal bulkheads must divide the flotation\r\n\r\ntube into at least two separate chambers such that the liferaft will be capable\r\n\r\nof supporting the rated number of occupants out of fresh water in the event\r\n\r\nthat one chamber is deflated. The complete liferaft loaded to its rated\r\n\r\ncapacity must have a freeboard of at least 6 inches. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.3 <u>Inflation</u>. The inflation system must be arranged\r\n\r\nso that failure of one inflatable chamber or manifold will not result in loss\r\n\r\nof gas from the other chambers. The inflation equipment must be located so as\r\n\r\nnot to interfere with boarding operation. Components of the inflation system\r\n\r\nmust meet Department of Transportation Specification 3AA (49 CFR 178.37) or\r\n\r\nSpecification 3HT (49 CFR 178.44) in effect May 30, 1976, as applicable, or an\r\n\r\nequivalent approved by the manager of the FAA office to which this TSO data is\r\n\r\nto be submitted, as required in paragraph c., Data Requirements. The inflation\r\n\r\nsystem must be constructed to minimize leakage due to back pressure after\r\n\r\ninflation. If an air aspirator system is used, the system must be constructed\r\n\r\neither to prevent the ingestion of foreign objects or to prevent failure or\r\n\r\nmalfunction as a result of ingestion of small foreign objects. For Type I\r\n\r\nliferafts, there must be an independent inflation source for each primary\r\n\r\nflotation tube, except that there may be a single inflation source for all\r\n\r\nflotation tubes if data substantiating the reliability of the single </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 4 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>inflation source is approved by the manager of the FAA\r\n\r\noffice to which this TSO data is to be submitted, as required in Paragraph c.,\r\n\r\nData Requirements. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.4 <u>Liferaft Canopy</u>. A canopy must be packed with or\r\n\r\nattached to the raft. The erected canopy must be capable of withstanding\r\n\r\n35-knot winds and 52-knot gusts in open water. The canopy must provide adequate\r\n\r\nheadroom and must have provision for openings 180 degrees apart. Means must be\r\n\r\nprovided to make the openings weathertight. If the canopy is not integral with\r\n\r\nthe raft, it must be capable of being erected by occupants following\r\n\r\nconspicuously posted, simple instructions. It must be capable of being erected\r\n\r\nby one occupant of an otherwise empty raft and by occupants of a raft filled to\r\n\r\nrated capacity. For a reversible raft, attachment provisions must be installed\r\n\r\nto permit the canopy to be installed on either side of the raft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.5 <u>Capsize Resistance</u>. There must be water pockets\r\n\r\nor other means to provide capsize resistance for an empty or lightly loaded\r\n\r\nraft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.6 <u>Boarding Aids</u>. For Type I liferafts, boarding\r\n\r\naids must be provided at two opposing positions on the raft. One boarding aid\r\n\r\nis sufficient for a Type II liferaft. Boarding aids must permit unassisted\r\n\r\nentry from the water into the unoccupied raft and must not at any time impair\r\n\r\neither the rigidity or the inflation characteristics of the raft. Puncturing of\r\n\r\ninflatable boarding aids must not affect the buoyancy of the raft buoyancy\r\n\r\nchambers. Boarding handles and/or stirrups used in conjunction with the\r\n\r\nboarding aids must withstand a pull of 500 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.7 <u>Righting Aids</u>. Means must be provided to right a\r\n\r\nnonreversible liferaft if it inflates in an inverted position. The means\r\n\r\nprovided for righting must be such that they may be used by one person in the\r\n\r\nwater. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.8 <u>Lifeline</u>. A nonrotting lifeline of contrasting\r\n\r\ncolor and at least 3/8-inch diameter or 3/4-inch width must encircle the\r\n\r\nliferaft on the outside periphery so that it can be easily grasped by persons\r\n\r\nin the water. The lifeline and its attachments must be capable of withstanding\r\n\r\na minimum load of 500 pounds and must not interfere with the liferaft\r\n\r\ninflation. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.9 <u>Grasp Line</u>. A grasp line, meeting the size and\r\n\r\nstrength requirements for the lifeline, must be provided with sufficient slack\r\n\r\nfor use by liferaft occupants to steady themselves when seated on the liferaft\r\n\r\ndeck with their backs to the main flotation tube(s). </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.10 <u>Color</u>. The color of the liferaftâ€™s surfaces,\r\n\r\nincluding the canopy surface, visible from the air must be an International\r\n\r\nOrange-Yellow or an equivalent high visibility color. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.11 <u>Placards</u>. Suitable placarding must be provided\r\n\r\nin contrasting colors in waterproof paint which is not detrimental to the\r\n\r\nfabric, that denotes use and location of the inflation systems, raft equipment,\r\n\r\nboarding aids, and righting aids. For reversible rafts, placement of the\r\n\r\nplacarding must take into account usage of either side of the raft. The letters\r\n\r\nused for such placarding must be at least 2 inches high except that details and\r\n\r\nmiscellaneous instructions may be of smaller lettering. Applicable placarding\r\n\r\nmust take into account persons boarding or righting the raft form the water. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 5 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4.12 <u>Lights</u>. One or more survivor locator lights must\r\n\r\nbe provided that are approved under TSO-C85. The lights must be automatically\r\n\r\nactivated upon raft inflation in the water, and visible from any direction by\r\n\r\npersons in the water. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>4. 13 <u>Raft Sea Performance</u>. The raft must meet the\r\n\r\nseaworthiness requirements in 6.2.3.2 and must be capable with its equipment of\r\n\r\nwithstanding a saltwater marine environment for a period of at least 15 days. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5. <u>Liferaft Equipment</u>. All lines must be suitably stowed\r\n\r\nand secured to prevent entanglement during launching/inflation of a liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.1 <u>Mooring Line</u>. A nonrotting mooring line at least\r\n\r\n20 feet in length must be attached at one end to the raft, with the remainder\r\n\r\nof the line held flaked to the carrying case (See 5.2). The mooring line must\r\n\r\nbe capable of keeping the raft, loaded to maximum rated capacity, attached to a\r\n\r\nfloating aircraft, and not endanger the raft or cause the raft to spill\r\n\r\noccupants if the aircraft sinks. The line may be equipped with a mechanical\r\n\r\nrelease linkage. The breaking strength of the line must be at least 500 pounds,\r\n\r\nor 40 times the rated capacity of the raft, whichever is greater, but need not\r\n\r\nexceed 1,000 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.2 <u>Liferaft Launching Equipment</u>. A parachute ripcord\r\n\r\ngrip and retaining pocket must form the primary inflation control. The ripcord\r\n\r\ngrip or the attached static mooring line must be provided with means for\r\n\r\nattachment to the aircraft. If the ripcord grip is designed to attach to the\r\n\r\naircraft, its strength may not be less than that of the static mooring line.\r\n\r\nThe position of the ripcord grip must be standardized. When facing the release\r\n\r\nend of the carrying case, the center line of the ripcord grip retaining pocket\r\n\r\nmust lie at 45 degrees in the right upper quadrant of the end section. The\r\n\r\noutermost extremity of the ripcord grip may not extend beyond the outer margin\r\n\r\nof the carrying case. The line attached to the ripcord grip must serve both to\r\n\r\nretain the liferaft and to actuate the gas release(s). The tension required to withdraw\r\n\r\nthe static mooring line and to actuate the gas release mechanism(s) must be\r\n\r\nbetween 20 and 30 pounds. The strength of the gas release mechanism(s), its\r\n\r\nfittings, and its attachments may not be less than 100 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.3 <u>Sea Anchor</u>. A sea anchor, or anchors, or other\r\n\r\nequivalent means must be provided to maintain the raft, with rated capacity and\r\n\r\ncanopy installed, on a substantially constant heading relative to the wind and\r\n\r\nhave the ability to reduce the drift to 2 knots in 17 to 27-knot winds. Unless analysis\r\n\r\nand/or test data substantiating the adequacy of a lower breaking strength is\r\n\r\napproved by the manager of the FAA office to which this TSO data is to be\r\n\r\nsubmitted as required in paragraph c., Data Requirements, the line securing a\r\n\r\nsea anchor to the raft must have a breaking strength of 500 pounds or 40 pounds\r\n\r\ntime the rated capacity of the raft, whichever is greater. The attachment of\r\n\r\nthe line to the raft must be capable of withstanding a load of 1.5 times the\r\n\r\nline-rated strength without damaging the raft. The line must be at least 25\r\n\r\nfeet in length and must be protected to prevent it from being cut inadvertently\r\n\r\nby raft occupants. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.4 <u>Heaving-Trailing Line</u>. At least one floating\r\n\r\nheaving-trailing line not less than 75 feet in length for Type I rafts and not\r\n\r\nless than 35 feet in length for Type II rafts, and at least 250 pounds\r\n\r\nstrength, must be located on the main flotation tube near the sea anchor\r\n\r\nattachment. The </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 6 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>attach point of the line must withstand a pull of not less\r\n\r\nthan 1.5 times the line rated strength without damage to the raft. A\r\n\r\nheaving-trailing line must be accessible in any inflated position of a\r\n\r\nreversible liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.5 <u>Emergency Inflation</u>. Means readily accessible to\r\n\r\noccupants of the raft, and having a displacement of at least 32 cubic inches\r\n\r\nper full stroke, must be provided to manually inflate and maintain chambers at\r\n\r\nminimum operating pressure. Manual inflation valves, with a nonreturn opening\r\n\r\nadequate for the size and capacity of the inflation means, must be located to\r\n\r\npermit inflation of all chambers. The location must take into consideration\r\n\r\noccupancy of each side of reversible raft. The inflation means and valves must\r\n\r\nhave provisions to prevent inadvertent removal and loss when either stowed or in\r\n\r\nuse. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.6 <u>Accessory Case Tiedowns</u>. Provisions must be made\r\n\r\nfor tiedowns to hold any accessory case. Each accessory case tiedown must\r\n\r\nwithstand a pull of 250 pounds. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.7 <u>Carrying Case</u>. A carrying case which meets the\r\n\r\nflammability requirement of this standard and which properly fits the packed\r\n\r\nliferaft must be provided. Carrying case materials must be of a highly visible\r\n\r\ncolor, be fungus proof, and be resistant to aircraft fuels and other fluids.\r\n\r\nThe carrying case must provide chafe protection to the liferaft. The carrying\r\n\r\ncase must be provided with easily distinguishable handles so that it may be\r\n\r\ncarried by one person, carried by two persons in tandem, or dragged by either\r\n\r\nend; none of these carrying operations must tend to pull the carrying case\r\n\r\nopen. Each handle must be easily grasped and its strength must be at least four\r\n\r\ntime the total weight of the liferaft and case. Conventional zippers may not be\r\n\r\nemployed for closure. Location of and instructions for use of the inflation\r\n\r\nhandle must be clearly identified and marked on the carrying case surface. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>5.8 <u>Knife</u>. A hook type knife secured by a retaining\r\n\r\nline must be sheathed and attached to the raft adjacent to the point of mooring\r\n\r\nline attachment. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6 <u>Tests</u>. </p>\r\n\r\n\r\n\r\n<table class=MsoNormalTable border=1 cellspacing=0 cellpadding=0\r\n\r\n style=\'border-collapse:collapse;border:none\'>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=601 colspan=4 valign=top style=\'width:450.9pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>6.1 <u>Material Tests</u>. The material tests required in\r\n\r\n  paragraph 3.0 of this standard must be determined in accordance with the\r\n\r\n  following test method or other approved equivalent methods: <u>Test Method </u></p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:14.85pt\'>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:14.85pt\'>\r\n\r\n  <p class=MsoNormal><u>Tests Required</u></p>\r\n\r\n  </td>\r\n\r\n  <td width=200 colspan=2 valign=top style=\'width:150.3pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:14.85pt\'>\r\n\r\n  <p class=MsoNormal>Federal Test Method Standard No. l91A <u>dated July 20,\r\n\r\n  1978 </u></p>\r\n\r\n  </td>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:14.85pt\'>\r\n\r\n  <p class=MsoNormal><u>Notes </u></p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Accelerated Age </p>\r\n\r\n  </td>\r\n\r\n  <td width=200 colspan=2 valign=top style=\'width:150.3pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5850 </p>\r\n\r\n  </td>\r\n\r\n  <td width=200 valign=top style=\'width:150.3pt;border:none;padding:0in 5.4pt 0in 5.4pt;\r\n\r\n  height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Per Note (1) </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Tensile Strength (Grab Test) </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5100 </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Tear Strength(Trapezoid Test) </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5136 (4) </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:14.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:14.85pt\'>\r\n\r\n  <p class=MsoNormal>Tear Strength (Tongue Test) </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:14.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5134 </p>\r\n\r\n  <p class=MsoNormal>(Alternate to Trapezoid Test See 3.1.4.1) </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Ply Adhesion </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5960 </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr style=\'height:7.85pt\'>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Coat Adhesion </p>\r\n\r\n  </td>\r\n\r\n  <td width=301 colspan=2 valign=top style=\'width:225.45pt;border:none;\r\n\r\n  padding:0in 5.4pt 0in 5.4pt;height:7.85pt\'>\r\n\r\n  <p class=MsoNormal>Method 5970 </p>\r\n\r\n  </td>\r\n\r\n </tr>\r\n\r\n <tr height=0>\r\n\r\n  <td width=200 style=\'border:none\'></td>\r\n\r\n  <td width=100 style=\'border:none\'></td>\r\n\r\n  <td width=100 style=\'border:none\'></td>\r\n\r\n  <td width=200 style=\'border:none\'></td>\r\n\r\n </tr>\r\n\r\n</table>\r\n\r\n\r\n\r\n<p class=MsoNormal><u><span style=\'text-decoration:none\'>Â </span></u></p>\r\n\r\n\r\n\r\n<p class=MsoNormal><u>NOTES</u>: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(1) Samples for the accelerated aging tests must be exposed\r\n\r\nto a temperature of 158 Â± 5 degrees Fahrenheit for not less than 168 hours.\r\n\r\nAfter exposure, the samples must be allowed to cool to 70 Â± 2 degrees\r\n\r\nFahrenheit for neither less than 16 hours nor more than 96 hours before\r\n\r\ndetermining their physical properties in accordance with 3.1 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(2) Each sample shall consist of two strips 2 inches maximum\r\n\r\nwidth by 5 inches maximum length bonded together with an overlap 3/4 inches\r\n\r\nmaximum. The free ends must be placed in the testing machine described in\r\n\r\nMethod 5100 and separated at a rate of 12 Â± 0.5 inches per minute. The average\r\n\r\nvalue of two samples must be reported. Samples may be multilayered as required\r\n\r\nto provide adequate strength to ensure against premature material failure. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(3) Separation rate must be 2.0 to 2.5 inches per minute. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>(4) Federal Test Method Standard No. 191 in effect December\r\n\r\n31, 1968. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2 <u>Liferaft Tests</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.1 <u>Pressure Retention</u>. Under static conditions and\r\n\r\nwhen inflated and stabilized at the nominal operating pressure, the pressure in\r\n\r\neach inflatable chamber must not fall below the minimum operating pressure in\r\n\r\nless than 24 hours. The minimum operating pressure is the pressure required to\r\n\r\nmeet the minimum design buoyancy requirements of paragraph 4.2 of this\r\n\r\nstandard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.2 <u>Overpressure Tests</u>. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.2.1 The device must be shown by test to withstand a\r\n\r\npressure at least 1.5 times the maximum operating pressure for at least 5\r\n\r\nminutes without sustaining damage. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.2.2 At least one specimen of the inflatable device model\r\n\r\nmust be shown by test to withstand a pressure at least 2 times the maximum\r\n\r\noperating pressure without failure. Devices so tested must be clearly\r\n\r\nidentified. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Â </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3 <u>Functional Tests</u>. Each liferaft model must pass\r\n\r\nthe following tests: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 8 4/13/84 TSO-C70a Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1 <u>Water Tests</u>. In either a controlled pool or\r\n\r\nfresh water, the liferaft capacity and buoyancy must be demonstrated as\r\n\r\nfollows: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.1 Both rated and overload capacities established in\r\n\r\naccordance with the requirements of paragraph 4.1 of this standard must be\r\n\r\ndemonstrated with inflation tubes at minimum operating pressure and with the\r\n\r\ncritical buoyancy chamber deflated. The resultant freeboard in each case must\r\n\r\nmeet the requirements of paragraph 4.2 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.2 Persons used in the demonstration must have an\r\n\r\naverage weight of not less than 170 pounds. Ballast in the form of sand bags or\r\n\r\nequivalent may be used to achieve proper loading provided the appropriate\r\n\r\nweight distribution within the raft is maintained. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.3 Persons used in the demonstration must wear life\r\n\r\npreservers with at least one chamber inflated. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.4 The required liferaft equipment, including one\r\n\r\nemergency locator transmitter or a weight simulating a transmitter, must be\r\n\r\naboard the liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.5 It must be demonstrated that the raft is\r\n\r\nself-righting, or can be righted by one person in water, or while inverted can\r\n\r\nbe boarded and provide flotation for the normal rated capacity. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.1.6 It must be demonstrated that the boarding aids are\r\n\r\nadequate for the purpose intended and that it is possible for an adult wearing\r\n\r\nan inflated life preserver to board the raft unassisted. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2 <u>Sea Trials</u>. The liferaft must be demonstrated\r\n\r\nby tests or analysis, or a combination of both, to be seaworthy in an open sea\r\n\r\ncondition of 17 to 27-knot winds and waves of 6 to 10 feet. In tests, ballast\r\n\r\nin the form of sand bags or equivalent may be used to achieve proper loading\r\n\r\nprovided the appropriate weight distribution within the raft is maintained. If\r\n\r\nanalysis is used, the analysis must be approved by the manager of the FAA\r\n\r\noffice to which the TSO data is to be submitted as required in paragraph c.,\r\n\r\nData Requirements. For this seaworthiness demonstration, the following apply: </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.1 The liferaft must be deployed to simulate\r\n\r\ndeployment from an aircraft under the most adverse wind direction and wave\r\n\r\ncondition. If the liferaft is an aspirated inflated type, it must be\r\n\r\ndemonstrated that water ingested during inflation will not cause the raft to\r\n\r\nfail to meet the requirement for buoyancy under rated capacity in 4.2. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.2 All required equipment must be aboard and the\r\n\r\nproper functioning of each item of equipment must be demonstrated. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.3 The canopy must be erected for a sufficient time\r\n\r\nto assess its resistance to tearing and the protection it affords. The method\r\n\r\nof erection must be </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 9 TSO-C70a 4/13/84 Appendix 1 </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>shown to be accomplished by one occupant of an otherwise\r\n\r\nempty raft, and by occupants of a raft filled to rated capacity. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.2.4 The stability of the raft must be demonstrated when\r\n\r\noccupied at normal rated capacity and at 50 percent rated capacity. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.3 <u>Liferaft Drop Test</u>. A complete liferaft\r\n\r\npackage must be dropped or thrown from a height of 5 feet onto a hard surface\r\n\r\nfloor after which it must be inflated and meet the pressure retention\r\n\r\nrequirements of paragraph 6.2.1 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.4 <u>Portability Test</u>. If the liferaft is to be\r\n\r\nmanually deployed, it must be demonstrated that the complete liferaft package\r\n\r\ncan be moved from a typical stowage installation by no more that two persons\r\n\r\nand then deployed at another suitable exit. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.5 <u>Carrying Case</u>. It must be demonstrated at\r\n\r\nleast 10 times that the carrying case will open satisfactorily and cause no\r\n\r\ndelay in the deployment and inflation of the liferaft. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.3.6 <u>Gas Cylinder Releases</u>. It must be\r\n\r\ndemonstrated that pulling the ripcord grip from any position will actuate the\r\n\r\nprimary gas release(s). </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.5 <u>Temperature Exposure and Inflation</u>. The\r\n\r\nmanufacturer shall determine the minimum temperature at which the complete\r\n\r\nliferaft assembly with its inflation bottles, will be â€œrounded outâ€ (i.e.,\r\n\r\nattain its design shape and approximate dimension) so that the liferaft will be\r\n\r\nable to receive and to support the first occupant within one minute after the\r\n\r\nstart of inflation. Thereafter, the rate of inflation must progress in such a\r\n\r\nmanner and rate as to ensure a serviceable and rigid liferaft for boarding by\r\n\r\nthe remainder of the occupants. Similarly, a maximum environmental temperature\r\n\r\nto which the liferaft assembly may be exposed and still remain in a seaworthy\r\n\r\ncondition upon inflation must be determined. The temperature limitations must\r\n\r\nbe submitted to the FAA and liferaft purchaser in accordance with the data\r\n\r\nrequirements of this TSO. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>6.2.5.1 <u>Test Procedure</u>. The packed liferaft assembly\r\n\r\nwith its inflation bottles installed must be exposed to each of the above\r\n\r\ntemperatures for not less than 24 hours and must be inflated within 5 minutes\r\n\r\nafter removal from such temperatures. The liferaft must be allowed to return to\r\n\r\na temperature of approximately 70 Â± 5 degrees Fahrenheit before being deflated,\r\n\r\nrepacked, and subjected to a second exposure. After the above tests have been\r\n\r\ncompleted, the liferaft must be able to pass tests required by paragraphs 6.2.1\r\n\r\nand 6.2.2 of this standard. </p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Page 10</p>\r\n\r\n\r\n\r\n<p class=MsoNormal>Â </p>\r\n\r\n\r\n\r\n</div>'),(17,12,1,'Aviation Links','<br />\r\n<br />\r\n<strong>General Information</strong>\r\n<ul>\r\n  <li>AirNav (Pilot Information): <a href=\"http://www.aiav.com/fuel\">www.aiav.com</a></li>\r\n  <li>Aviation Weather Center: <a href=\"http://www.aviationweather.gov\">www.aviationweather.gov</a></li>\r\n  <li>Aviator\'s Hotline: <a href=\"http://www.aviationhotline.com/Aviators.htm\">http://www.aviationhotline.com/Aviators.htm</a></li>\r\n  <li>AvWeb:<a href=\"http://www.avweb.com\"> www.avweb.com</a></li>\r\n</ul>\r\n<h4>Government Agencies</h4>\r\n<ul>\r\n  <li>Civil Air Patrol: <a href=\"http://www.cap.gov\">www.cap.gov</a></li>\r\n  <li>Federal Aviation Administration: <a href=\"http://www.faa.gov\">www.faa.gov</a></li>\r\n  <li>FAR (Federal Aviation Regulations): <a href=\"http://www.faa.gov/regulations_policies/faa_regulations/\">www.faa.gov/regulations_policies/faa_regulations</a></li>\r\n  <li>National Transportation Safety Board: <a href=\"http://www.ntsb.gov\">www.ntsb.gov</a></li>\r\n  <li>U.S. Air Force: <a href=\"http://www.af.mil\">www.af.mil</a></li>\r\n</ul>\r\n<h4>Historical Information</h4>\r\n<ul>\r\n  <li>Aviation History Online Museum: <a href=\"http://www.aviation-history.com\">www.aviation-history.com</a></li>\r\n  <li>Canadian Warplane Museum:<a href=\"http://www.warplane.com\"> www.warplane.com</a></li>\r\n  <li>Flight History Information:<a href=\"http://www.flight-history.com\"> www.flight-history.com</a></li>\r\n  <li>National Air & Space Museum: <a href=\"http://www.nasm.si.edu\">www.nasm.si.edu</a></li>\r\n  <li>National Aviation Hall of Fame:<a href=\"http://www.nationalaviation.org\"> www.nationalaviation.org</a></li>\r\n  <li>Strategic Air Command Museum: <a href=\"http://www.strategicairandspace.com\">www.strategicairandspace.com</a></li>\r\n</ul>\r\n<h4>Organizations</h4>\r\n<ul>\r\n  <li>A.O.P.A. (Aircraft Owners Pilots Assoc.): <a href=\"http://www.aopa.org\">www.aopa.org</a></li>\r\n  <li>American Bonanza Society: <a href=\"http://www.bonanza.org\">www.bonanza.org</a></li>\r\n  <li>Airports Council Inteational: <a href=\"http://www.airports.org\">www.airports.org</a></li>\r\n  <li>Cessna Owner Organization: <a href=\"http://www.cessnaowner.org\">www.cessnaowner.org</a></li>\r\n  <li>International Commanche Society: <a href=\"http://www.comancheflyer.com\">www.comancheflyer.com</a></li>\r\n  <li>International Organization of Women Pilots:<a href=\"http://www.ninety-nines.org\"> www.ninety-nines.org</a></li>\r\n  <li>Mooney Pilot Organization: <a href=\"http://www.mooneypilots.com/\">http://www.mooneypilots.com/</a></li>\r\n  <li>National Aeronautic Association: <a href=\"http://www.naa-usa.org\">www.naa-usa.org</a></li>\r\n  <li>N.B.A.A. (National Business Aviation Assoc.):<a href=\"http://www.nbaa.org\"> www.nbaa.org</a></li>\r\n</ul>\r\n<h4>Publications</h4>\r\n<ul>\r\n  <li>Aerospace Technology:<a href=\"http://www.aerospace-technology.com/\"> http://www.aerospace-technology.com/</a></li>\r\n  <li>Airplane Blog: <a href=\"http://www.airplaneblog.com/\">http://www.airplaneblog.com/</a></li>\r\n  <li>AutoPilot Magazine:<a href=\"http://www.autopilotmagazine.com\">www.autopilotmagazine.com</a></li>\r\n  <li>Aviation Market Center: <a href=\"http://www.aviationmarketcenter.com/\">http://www.aviationmarketcenter.com/</a></li>\r\n  <li>Business Air Today :<a href=\"http://www.businessair.com/\">http://www.businessair.com/</a></li>\r\n  <li>Business & Commercial Aviation: <a href=\"http://www.aviationnow.com\">www.aviationnow.com</a></li>\r\n  <li class=\"style8\">Landings:<a href=\"http://www.landings.com\">www.landings.com</a></li>\r\n  <li>Pilot\'s Web: <a href=\"http://pilotsweb.com/\">http://pilotsweb.com/</a></li>\r\n  <li>Plane & Pilot :<a href=\"http://www.planeandpilotmag.com/\">http://www.planeandpilotmag.com/</a></li>\r\n  <li>World Aircraft Sales Magazine:<a href=\"http://www.avbuyer.com\"> www.avbuyer.com</a></li>\r\n</ul>'),(18,12,2,'Enlaces de la AviaciÃ³n','<strong>InformaciÃ³n General</strong>\r\n<ul>\r\n  <li>AirNav (Pilot Information): <a href=\"http://www.aiav.com/fuel\">www.aiav.com</a></li>\r\n  <li>Aviation Weather Center: <a href=\"http://www.aviationweather.gov\">www.aviationweather.gov</a></li>\r\n  <li>Aviator\'s Hotline: <a href=\"http://www.aviationhotline.com/Aviators.htm\">http://www.aviationhotline.com/Aviators.htm</a></li>\r\n  <li>AvWeb:<a href=\"http://www.avweb.com\"> www.avweb.com</a></li>\r\n</ul>\r\n<h4>Agencias del Gobiernos</h4>\r\n<ul>\r\n  <li>Civil Air Patrol: <a href=\"http://www.cap.gov\">www.cap.gov</a></li>\r\n  <li>Federal Aviation Administration: <a href=\"http://www.faa.gov\">www.faa.gov</a></li>\r\n  <li>FAR (Federal Aviation Regulations): <a href=\"http://www.faa.gov/regulations_policies/faa_regulations/\">www.faa.gov/regulations_policies/faa_regulations</a></li>\r\n  <li>National Transportation Safety Board: <a href=\"http://www.ntsb.gov\">www.ntsb.gov</a></li>\r\n  <li>U.S. Air Force: <a href=\"http://www.af.mil\">www.af.mil</a></li>\r\n</ul>\r\n<h4>InformaciÃ³n HistÃ³rica</h4>\r\n<ul>\r\n  <li>Aviation History Online Museum: <a href=\"http://www.aviation-history.com\">www.aviation-history.com</a></li>\r\n  <li>Canadian Warplane Museum:<a href=\"http://www.warplane.com\"> www.warplane.com</a></li>\r\n  <li>Flight History Information:<a href=\"http://www.flight-history.com\"> www.flight-history.com</a></li>\r\n  <li>National Air & Space Museum: <a href=\"http://www.nasm.si.edu\">www.nasm.si.edu</a></li>\r\n  <li>National Aviation Hall of Fame:<a href=\"http://www.nationalaviation.org\"> www.nationalaviation.org</a></li>\r\n  <li>Strategic Air Command Museum: <a href=\"http://www.strategicairandspace.com\">www.strategicairandspace.com</a></li>\r\n</ul>\r\n<h4>Organizaciones</h4>\r\n<ul>\r\n  <li>A.O.P.A. (Aircraft Owners Pilots Assoc.): <a href=\"http://www.aopa.org\">www.aopa.org</a></li>\r\n  <li>American Bonanza Society: <a href=\"http://www.bonanza.org\">www.bonanza.org</a></li>\r\n  <li>Airports Council Inteational: <a href=\"http://www.airports.org\">www.airports.org</a></li>\r\n  <li>Cessna Owner Organization: <a href=\"http://www.cessnaowner.org\">www.cessnaowner.org</a></li>\r\n  <li>International Commanche Society: <a href=\"http://www.comancheflyer.com\">www.comancheflyer.com</a></li>\r\n  <li>International Organization of Women Pilots:<a href=\"http://www.ninety-nines.org\"> www.ninety-nines.org</a></li>\r\n  <li>Mooney Pilot Organization: <a href=\"http://www.mooneypilots.com/\">http://www.mooneypilots.com/</a></li>\r\n  <li>National Aeronautic Association: <a href=\"http://www.naa-usa.org\">www.naa-usa.org</a></li>\r\n  <li>N.B.A.A. (National Business Aviation Assoc.):<a href=\"http://www.nbaa.org\"> www.nbaa.org</a></li>\r\n</ul>\r\n<h4>Publicaciones</h4>\r\n<ul>\r\n  <li>Aerospace Technology:<a href=\"http://www.aerospace-technology.com/\"> http://www.aerospace-technology.com/</a></li>\r\n  <li>Airplane Blog: <a href=\"http://www.airplaneblog.com/\">http://www.airplaneblog.com/</a></li>\r\n  <li>AutoPilot Magazine:<a href=\"http://www.autopilotmagazine.com\">www.autopilotmagazine.com</a></li>\r\n  <li>Aviation Market Center: <a href=\"http://www.aviationmarketcenter.com/\">http://www.aviationmarketcenter.com/</a></li>\r\n  <li>Business Air Today :<a href=\"http://www.businessair.com/\">http://www.businessair.com/</a></li>\r\n  <li>Business & Commercial Aviation: <a href=\"http://www.aviationnow.com\">www.aviationnow.com</a></li>\r\n  <li class=\"style8\">Landings:<a href=\"http://www.landings.com\">www.landings.com</a></li>\r\n  <li>Pilot\'s Web: <a href=\"http://pilotsweb.com/\">http://pilotsweb.com/</a></li>\r\n  <li>Plane & Pilot :<a href=\"http://www.planeandpilotmag.com/\">http://www.planeandpilotmag.com/</a></li>\r\n  <li>World Aircraft Sales Magazine:<a href=\"http://www.avbuyer.com\"> www.avbuyer.com</a></li>\r\n</ul>'),(19,13,1,'Engineering and Design','<p><img alt=\"\" src=\"http://survivalproductsinc.com/case.jpg\" width=\"173\" height=\"180\" /><br /><br />Survival Products\' engineers and craftsmen have   designed their rafts, with you, the consumer in mind.  Advanced design and   manufacturing procedures along with many years of service experience have   allowed Survival Products to price its life rafts at the most affordable rates.    Check the competition and you will find that nobody beats these figures.  Don\'t   be fooled by these prices, sizes and weights.  These life rafts will do the job   for you under the most adverse conditions.</p>\r\n      <p>Raft materials and components have been carefully selected to   provide for reliability, extended life, and reduce service cost.  Buoyancy tubes   and decks are constructed of tough, heavy duty neoprene coated nylon conforming   to stringent government specifications.  Canopies are fabricated from high   visibility orange compound nylon to aid in search and rescue operations.  All   life line, retaining line, and handle webbing are of strong, durable 100%   polypropylene.  The life raft valise is manufactured from almost indestructible   vinyl coated nylon with nylon velcro closures.  The Mirada Release Inflation   Valve is of the most trusted design, punture disk type with many years of   successful operational reliability.</p>\r\n      <p><img alt=\"\" src=\"http://survivalproductsinc.com/valves.jpg\" width=\"173\" height=\"190\" align=\"left\" hspace=\"7\" />Survival Products\' life rafts are constructed using a light weight   aluminum cylinder and valve assemblies thus minimizing corrosion and consequent   damage not only to the corroding components but deterioration of critical   adjacent items such as the tube, deck, and case fabrics.  The aluminum cylinder   and valve also make the life rafts much lighter in weight.  Furthermore, each   and every raft is pressure tested and all seams and adhesive bonds are   thoroughly checked prior to release.  Quota samples are tested to near   destruction as part of a continuing process of product analysis and   improvement.  Additionally, a lifetime warranty comes with the life rafts as   long as they are serviced regularly and properly cared for.</p></td>\r\n  </tr>\r\n  <tr>\r\n    <td></td>\r\n  </tr>\r\n</table>'),(20,13,2,'Engineering & Design','<p><img alt=\"\" src=\"http://survivalproductsinc.com/case.jpg\" width=\"173\" height=\"180\" /><br /><br />Survival Products\' engineers and craftsmen have   designed their rafts, with you, the consumer in mind.  Advanced design and   manufacturing procedures along with many years of service experience have   allowed Survival Products to price its life rafts at the most affordable rates.    Check the competition and you will find that nobody beats these figures.  Don\'t   be fooled by these prices, sizes and weights.  These life rafts will do the job   for you under the most adverse conditions.</p>\r\n      <p>Raft materials and components have been carefully selected to   provide for reliability, extended life, and reduce service cost.  Buoyancy tubes   and decks are constructed of tough, heavy duty neoprene coated nylon conforming   to stringent government specifications.  Canopies are fabricated from high   visibility orange compound nylon to aid in search and rescue operations.  All   life line, retaining line, and handle webbing are of strong, durable 100%   polypropylene.  The life raft valise is manufactured from almost indestructible   vinyl coated nylon with nylon velcro closures.  The Mirada Release Inflation   Valve is of the most trusted design, punture disk type with many years of   successful operational reliability.</p>\r\n      <p><img alt=\"\" src=\"http://survivalproductsinc.com/valves.jpg\" width=\"173\" height=\"190\" align=\"left\" hspace=\"7\" />Survival Products\' life rafts are constructed using a light weight   aluminum cylinder and valve assemblies thus minimizing corrosion and consequent   damage not only to the corroding components but deterioration of critical   adjacent items such as the tube, deck, and case fabrics.  The aluminum cylinder   and valve also make the life rafts much lighter in weight.  Furthermore, each   and every raft is pressure tested and all seams and adhesive bonds are   thoroughly checked prior to release.  Quota samples are tested to near   destruction as part of a continuing process of product analysis and   improvement.  Additionally, a lifetime warranty comes with the life rafts as   long as they are serviced regularly and properly cared for.</p></td>\r\n  </tr>\r\n  <tr>\r\n    <td></td>\r\n  </tr>\r\n</table>');
/*!40000 ALTER TABLE `zen_ezpages_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_featured`
--

DROP TABLE IF EXISTS `zen_featured`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_featured` (
  `featured_id` int(11) NOT NULL AUTO_INCREMENT,
  `products_id` int(11) NOT NULL DEFAULT '0',
  `featured_date_added` datetime DEFAULT NULL,
  `featured_last_modified` datetime DEFAULT NULL,
  `expires_date` date NOT NULL DEFAULT '0001-01-01',
  `date_status_change` datetime DEFAULT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `featured_date_available` date NOT NULL DEFAULT '0001-01-01',
  PRIMARY KEY (`featured_id`),
  KEY `idx_status_zen` (`status`),
  KEY `idx_products_id_zen` (`products_id`),
  KEY `idx_date_avail_zen` (`featured_date_available`),
  KEY `idx_expires_date_zen` (`expires_date`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_featured`
--

LOCK TABLES `zen_featured` WRITE;
/*!40000 ALTER TABLE `zen_featured` DISABLE KEYS */;
INSERT INTO `zen_featured` VALUES (1,25,'2010-01-25 14:49:55','2014-02-13 12:38:56','0001-01-01','2010-08-17 17:04:01',0,'0001-01-01'),(2,10,'2010-01-25 14:50:13','2014-02-13 12:34:02','0001-01-01','2010-08-17 17:06:09',0,'0001-01-01'),(3,37,'2010-01-25 14:50:30','2014-02-13 12:45:06','0001-01-01','2010-08-17 17:19:24',0,'0001-01-01'),(4,44,'2010-01-25 14:50:43','2014-02-14 12:11:52','0001-01-01','2011-05-01 08:01:26',0,'0001-01-01'),(5,43,'2010-01-25 14:50:51','2014-02-13 12:54:27','0001-01-01','2010-11-29 10:04:38',0,'0001-01-01'),(6,35,'2010-01-25 14:51:09','2014-02-13 12:45:28','0001-01-01','2011-05-01 08:01:19',0,'0001-01-01'),(7,45,'2010-01-25 14:51:26','2014-02-13 12:45:59','0001-01-01','2011-05-01 08:01:08',0,'0001-01-01'),(8,29,'2010-08-17 17:04:26','2014-02-13 12:30:54','0001-01-01','2010-11-29 10:04:25',0,'0001-01-01'),(9,48,'2010-08-17 17:04:52',NULL,'0001-01-01','2011-05-01 15:41:51',0,'0001-01-01'),(10,1,'2010-08-17 17:06:21','2018-02-07 11:05:17','0001-01-01','2011-05-01 08:00:51',1,'0001-01-01'),(11,53,'2010-08-17 17:19:58',NULL,'0001-01-01','2010-08-17 17:20:19',0,'0001-01-01'),(12,46,'2010-08-17 17:21:02',NULL,'0001-01-01','2011-04-07 14:46:33',0,'0001-01-01'),(13,13,'2010-10-11 07:40:30','2014-02-13 12:03:03','0001-01-01','2011-05-01 07:55:04',1,'0001-01-01'),(14,2,'2011-04-07 14:44:12','2014-02-13 12:34:23','0001-01-01',NULL,1,'0001-01-01'),(15,21,'2011-05-01 07:58:48','2014-02-13 12:26:46','0001-01-01',NULL,1,'0001-01-01'),(16,27,'2011-05-01 07:59:04','2014-02-13 12:31:13','0001-01-01',NULL,1,'0001-01-01'),(17,36,'2011-05-01 08:01:42','2014-02-13 12:44:46','0001-01-01',NULL,1,'0001-01-01'),(18,17,'2011-05-01 15:48:08','2014-02-13 12:29:44','0001-01-01',NULL,1,'0001-01-01'),(19,72,'2011-05-01 15:48:27','2014-02-13 12:37:21','0001-01-01',NULL,1,'0001-01-01');
/*!40000 ALTER TABLE `zen_featured` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_files_uploaded`
--

DROP TABLE IF EXISTS `zen_files_uploaded`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_files_uploaded` (
  `files_uploaded_id` int(11) NOT NULL AUTO_INCREMENT,
  `sesskey` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `customers_id` int(11) DEFAULT NULL,
  `files_uploaded_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`files_uploaded_id`),
  KEY `idx_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_files_uploaded`
--

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

--
-- Table structure for table `zen_geo_zones`
--

DROP TABLE IF EXISTS `zen_geo_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_geo_zones` (
  `geo_zone_id` int(11) NOT NULL AUTO_INCREMENT,
  `geo_zone_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `geo_zone_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`geo_zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_geo_zones`
--

LOCK TABLES `zen_geo_zones` WRITE;
/*!40000 ALTER TABLE `zen_geo_zones` DISABLE KEYS */;
INSERT INTO `zen_geo_zones` VALUES (1,'Florida','Florida local sales tax zone',NULL,'2010-10-17 08:24:08');
/*!40000 ALTER TABLE `zen_geo_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_get_terms_to_filter`
--

DROP TABLE IF EXISTS `zen_get_terms_to_filter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_get_terms_to_filter` (
  `get_term_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `get_term_table` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
  `get_term_name_field` varchar(64) COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`get_term_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_get_terms_to_filter`
--

LOCK TABLES `zen_get_terms_to_filter` WRITE;
/*!40000 ALTER TABLE `zen_get_terms_to_filter` DISABLE KEYS */;
INSERT INTO `zen_get_terms_to_filter` VALUES ('manufacturers_id','TABLE_MANUFACTURERS','manufacturers_name'),('music_genre_id','TABLE_MUSIC_GENRE','music_genre_name'),('record_company_id','TABLE_RECORD_COMPANY','record_company_name');
/*!40000 ALTER TABLE `zen_get_terms_to_filter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_group_pricing`
--

DROP TABLE IF EXISTS `zen_group_pricing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_group_pricing` (
  `group_id` int(11) NOT NULL AUTO_INCREMENT,
  `group_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `group_percentage` decimal(5,2) NOT NULL DEFAULT '0.00',
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_group_pricing`
--

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

--
-- Table structure for table `zen_languages`
--

DROP TABLE IF EXISTS `zen_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_languages` (
  `languages_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `code` char(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `directory` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `sort_order` int(3) DEFAULT NULL,
  PRIMARY KEY (`languages_id`),
  KEY `idx_languages_name_zen` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_languages`
--

LOCK TABLES `zen_languages` WRITE;
/*!40000 ALTER TABLE `zen_languages` DISABLE KEYS */;
INSERT INTO `zen_languages` VALUES (1,'English','en','icon.gif','english',1),(2,'EspaÃ±ol','sp','icon.gif','spanish',2);
/*!40000 ALTER TABLE `zen_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_layout_boxes`
--

DROP TABLE IF EXISTS `zen_layout_boxes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_layout_boxes` (
  `layout_id` int(11) NOT NULL AUTO_INCREMENT,
  `layout_template` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `layout_box_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `layout_box_status` tinyint(1) NOT NULL DEFAULT '0',
  `layout_box_location` tinyint(1) NOT NULL DEFAULT '0',
  `layout_box_sort_order` int(11) NOT NULL DEFAULT '0',
  `layout_box_sort_order_single` int(11) NOT NULL DEFAULT '0',
  `layout_box_status_single` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`layout_id`),
  KEY `idx_name_template_zen` (`layout_template`,`layout_box_name`),
  KEY `idx_layout_box_status_zen` (`layout_box_status`),
  KEY `idx_layout_box_sort_order_zen` (`layout_box_sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=107 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_layout_boxes`
--

LOCK TABLES `zen_layout_boxes` WRITE;
/*!40000 ALTER TABLE `zen_layout_boxes` DISABLE KEYS */;
INSERT INTO `zen_layout_boxes` VALUES (1,'default_template_settings','banner_box_all.php',1,1,5,0,0),(2,'default_template_settings','banner_box.php',1,0,300,1,127),(3,'default_template_settings','banner_box2.php',1,1,15,1,15),(4,'default_template_settings','best_sellers.php',1,1,30,70,1),(5,'default_template_settings','categories.php',1,0,10,10,1),(6,'default_template_settings','currencies.php',1,1,80,60,1),(7,'default_template_settings','document_categories.php',1,0,0,0,0),(8,'default_template_settings','ezpages.php',1,1,-1,2,1),(9,'default_template_settings','featured.php',1,0,45,0,0),(10,'default_template_settings','information.php',1,0,50,40,1),(11,'default_template_settings','languages.php',1,1,70,50,1),(12,'default_template_settings','manufacturers.php',1,0,30,20,1),(13,'default_template_settings','manufacturer_info.php',1,1,35,95,1),(14,'default_template_settings','more_information.php',1,0,200,200,1),(15,'default_template_settings','music_genres.php',1,1,0,0,0),(16,'default_template_settings','order_history.php',1,1,0,0,0),(17,'default_template_settings','product_notifications.php',1,1,55,85,1),(18,'default_template_settings','record_companies.php',1,1,0,0,0),(19,'default_template_settings','reviews.php',1,0,40,0,0),(20,'default_template_settings','search.php',1,1,10,0,0),(21,'default_template_settings','search_header.php',0,0,0,0,1),(22,'default_template_settings','shopping_cart.php',1,1,20,30,1),(23,'default_template_settings','specials.php',1,1,45,0,0),(24,'default_template_settings','tell_a_friend.php',1,1,65,0,0),(25,'default_template_settings','whats_new.php',1,0,20,0,0),(26,'default_template_settings','whos_online.php',1,1,200,200,1),(27,'template_default','banner_box_all.php',1,1,5,0,0),(28,'template_default','banner_box.php',1,0,300,1,127),(29,'template_default','banner_box2.php',1,1,15,1,15),(30,'template_default','best_sellers.php',1,1,30,70,1),(31,'template_default','categories.php',1,0,10,10,1),(32,'template_default','currencies.php',1,1,80,60,1),(33,'template_default','ezpages.php',1,1,-1,2,1),(34,'template_default','featured.php',1,0,45,0,0),(35,'template_default','information.php',1,0,50,40,1),(36,'template_default','languages.php',1,1,70,50,1),(37,'template_default','manufacturers.php',1,0,30,20,1),(38,'template_default','manufacturer_info.php',1,1,35,95,1),(39,'template_default','more_information.php',1,0,200,200,1),(40,'template_default','my_broken_box.php',1,0,0,0,0),(41,'template_default','order_history.php',1,1,0,0,0),(42,'template_default','product_notifications.php',1,1,55,85,1),(43,'template_default','reviews.php',1,0,40,0,0),(44,'template_default','search.php',1,1,10,0,0),(45,'template_default','search_header.php',0,0,0,0,1),(46,'template_default','shopping_cart.php',1,1,20,30,1),(47,'template_default','specials.php',1,1,45,0,0),(48,'template_default','tell_a_friend.php',1,1,65,0,0),(49,'template_default','whats_new.php',1,0,20,0,0),(50,'template_default','whos_online.php',1,1,200,200,1),(51,'classic','banner_box.php',1,0,300,1,127),(52,'classic','banner_box2.php',1,1,15,1,15),(53,'classic','banner_box_all.php',1,1,5,0,0),(54,'classic','best_sellers.php',1,1,30,70,1),(55,'classic','categories.php',1,0,10,10,1),(56,'classic','currencies.php',1,1,80,60,1),(57,'classic','document_categories.php',1,0,0,0,0),(58,'classic','ezpages.php',1,1,-1,2,1),(59,'classic','featured.php',1,0,45,0,0),(60,'classic','information.php',1,0,50,40,1),(61,'classic','languages.php',1,1,70,50,1),(62,'classic','manufacturers.php',1,0,30,20,1),(63,'classic','manufacturer_info.php',1,1,35,95,1),(64,'classic','more_information.php',1,0,200,200,1),(65,'classic','music_genres.php',1,1,0,0,0),(66,'classic','order_history.php',1,1,0,0,0),(67,'classic','product_notifications.php',1,1,55,85,1),(68,'classic','record_companies.php',1,1,0,0,0),(69,'classic','reviews.php',1,0,40,0,0),(70,'classic','search.php',1,1,10,0,0),(71,'classic','search_header.php',0,0,0,0,1),(72,'classic','shopping_cart.php',1,1,20,30,1),(73,'classic','specials.php',1,1,45,0,0),(74,'classic','tell_a_friend.php',1,1,65,0,0),(75,'classic','whats_new.php',1,0,20,0,0),(76,'classic','whos_online.php',1,1,200,200,1),(77,'aaas','banner_box.php',1,0,300,1,1),(78,'aaas','banner_box2.php',1,0,333,1,1),(79,'aaas','banner_box_all.php',0,1,5,0,0),(80,'aaas','best_sellers.php',0,0,30,70,0),(81,'aaas','categories.php',0,0,10,10,0),(82,'aaas','currencies.php',0,1,80,60,0),(83,'aaas','document_categories.php',0,0,0,0,0),(84,'aaas','ezpages.php',1,0,100,100,0),(85,'aaas','featured.php',0,0,45,0,0),(86,'aaas','information.php',1,0,50,40,1),(87,'aaas','languages.php',0,1,70,50,0),(88,'aaas','manufacturer_info.php',0,1,35,95,0),(89,'aaas','manufacturers.php',0,0,30,20,0),(90,'aaas','more_information.php',0,0,200,200,0),(91,'aaas','music_genres.php',0,1,0,0,0),(92,'aaas','order_history.php',1,0,0,0,0),(93,'aaas','product_notifications.php',0,1,55,85,0),(94,'aaas','record_companies.php',0,1,0,0,0),(95,'aaas','reviews.php',0,0,40,0,0),(96,'aaas','search.php',0,1,10,0,0),(97,'aaas','search_header.php',0,0,0,0,1),(98,'aaas','shopping_cart.php',1,0,20,30,1),(99,'aaas','specials.php',0,1,45,0,0),(100,'aaas','tell_a_friend.php',1,1,65,0,0),(101,'aaas','whats_new.php',0,0,20,0,0),(102,'aaas','whos_online.php',0,1,200,200,0),(103,'aaas','ezpages.phpBAK',0,0,0,0,0),(105,'aaas','categories_css.php',1,0,10,10,1),(106,'aaas','ezpages_drop_menu.php',0,0,0,0,0);
/*!40000 ALTER TABLE `zen_layout_boxes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_manufacturers`
--

DROP TABLE IF EXISTS `zen_manufacturers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_manufacturers` (
  `manufacturers_id` int(11) NOT NULL AUTO_INCREMENT,
  `manufacturers_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `manufacturers_image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `date_added` datetime DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  PRIMARY KEY (`manufacturers_id`),
  KEY `idx_mfg_name_zen` (`manufacturers_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_manufacturers`
--

LOCK TABLES `zen_manufacturers` WRITE;
/*!40000 ALTER TABLE `zen_manufacturers` DISABLE KEYS */;
INSERT INTO `zen_manufacturers` VALUES (1,'Rothco',NULL,'2016-11-22 13:24:53',NULL);
/*!40000 ALTER TABLE `zen_manufacturers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_manufacturers_info`
--

DROP TABLE IF EXISTS `zen_manufacturers_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_manufacturers_info` (
  `manufacturers_id` int(11) NOT NULL DEFAULT '0',
  `languages_id` int(11) NOT NULL DEFAULT '0',
  `manufacturers_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `url_clicked` int(5) NOT NULL DEFAULT '0',
  `date_last_click` datetime DEFAULT NULL,
  PRIMARY KEY (`manufacturers_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_manufacturers_info`
--

LOCK TABLES `zen_manufacturers_info` WRITE;
/*!40000 ALTER TABLE `zen_manufacturers_info` DISABLE KEYS */;
INSERT INTO `zen_manufacturers_info` VALUES (1,1,'',0,NULL),(1,2,'',0,NULL);
/*!40000 ALTER TABLE `zen_manufacturers_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_media_clips`
--

DROP TABLE IF EXISTS `zen_media_clips`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_media_clips` (
  `clip_id` int(11) NOT NULL AUTO_INCREMENT,
  `media_id` int(11) NOT NULL DEFAULT '0',
  `clip_type` smallint(6) NOT NULL DEFAULT '0',
  `clip_filename` text COLLATE utf8_unicode_ci NOT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `last_modified` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`clip_id`),
  KEY `idx_media_id_zen` (`media_id`),
  KEY `idx_clip_type_zen` (`clip_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_media_clips`
--

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

--
-- Table structure for table `zen_media_manager`
--

DROP TABLE IF EXISTS `zen_media_manager`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_media_manager` (
  `media_id` int(11) NOT NULL AUTO_INCREMENT,
  `media_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`media_id`),
  KEY `idx_media_name_zen` (`media_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_media_manager`
--

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

--
-- Table structure for table `zen_media_to_products`
--

DROP TABLE IF EXISTS `zen_media_to_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_media_to_products` (
  `media_id` int(11) NOT NULL DEFAULT '0',
  `product_id` int(11) NOT NULL DEFAULT '0',
  KEY `idx_media_product_zen` (`media_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_media_to_products`
--

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

--
-- Table structure for table `zen_media_types`
--

DROP TABLE IF EXISTS `zen_media_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_media_types` (
  `type_id` int(11) NOT NULL AUTO_INCREMENT,
  `type_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `type_ext` varchar(8) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`type_id`),
  KEY `idx_type_name_zen` (`type_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_media_types`
--

LOCK TABLES `zen_media_types` WRITE;
/*!40000 ALTER TABLE `zen_media_types` DISABLE KEYS */;
INSERT INTO `zen_media_types` VALUES (1,'MP3','.mp3');
/*!40000 ALTER TABLE `zen_media_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_meta_tags_categories_description`
--

DROP TABLE IF EXISTS `zen_meta_tags_categories_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_meta_tags_categories_description` (
  `categories_id` int(11) NOT NULL,
  `language_id` int(11) NOT NULL DEFAULT '1',
  `metatags_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `metatags_keywords` text COLLATE utf8_unicode_ci,
  `metatags_description` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`categories_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_meta_tags_categories_description`
--

LOCK TABLES `zen_meta_tags_categories_description` WRITE;
/*!40000 ALTER TABLE `zen_meta_tags_categories_description` DISABLE KEYS */;
INSERT INTO `zen_meta_tags_categories_description` VALUES (5,2,'Balsas Salvavidas | Privado, Comercial o Corporativa | aaaSurvivalProducts','las balsas salvavidas, las balsas, el aviÃ³n, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, la flotabilidad, los tubos, las cubiertas, las especificaciones de gobierno, los pabellones, la alta naranja de la visibilidad, la bÃºsqueda y el rescate, lÃ­nea de vida, conservando la lÃ­nea, las correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, acuerdo, peso ligero, inflable inflable, auto, pabellÃ³n, mÃ¡stil inflable, kit de primeros auxilios, espejo de la seÃ±al, envase del equipo, kit de reparaciÃ³n de la balsa, raciones del alimento, bandera de seÃ±al, cuchillo para uso general, raciones del agua, seÃ±ala por medio de luces, manual de la supervivencia, esponja, linterna, baterÃ­as, marcadores del tinte del mar, silbido, compÃ¡s magnÃ©tico, desalter, pescando el kit, conservando la lÃ­nea, paletas, reflector del radar, No TSO','Balsas Salvavidas - AviaciÃ³n o Marina Privada-Comercial-Corporativa - Balsas Salvavidas solos o dobles del tubo, TSO aprobado y TSO no aprobado - Engranaje de la Supervivencia - Precios Comprables.'),(5,1,'Life Rafts | Private-Commercial-Corporate | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable, canopy, inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food rations, signal flag, utility knife, water rations, flares, survival manual, sponge, flashlight, batteries, sea dye markers, whistle, magnetic compass, desalter, fishing kit, retaining line, paddles, radar reflector. No TSO','Life Rafts: Aviation or Marine Private-Commercial-Corporate -  Single or double tube life rafts, TSO and Non TSO - Survival Gear - Affordable.'),(18,1,'','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable, canopy, inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food rations, signal flag, utility knife, water rations, flares, survival manual, sponge, flashlight, batteries, sea dye markers, whistle, magnetic compass, desalter, fishing kit, retaining line, paddles, radar reflector. TSO, type I, type II, 1, 2, transport category','Life Rafts: Aviation or Marine Private-Commercial-Corporate -  Single or double tube life rafts, TSO and Non TSO - Survival Gear - Affordable.'),(16,2,'Chalecos Salvavidas | AviÃ³n-Marina | aaaSurvivalProducts','Chalecos Salvavidas, AviÃ³n, Marina,aviacion, aviones, corporativa, general, de marina, inflable, auto-inflable, kit de supervivencia, raciones, flotabilidad, especificaciones de gobierno, alta naranja de la visibilidad, bÃºsqueda y rescate, productos de la supervivencia, aviaciÃ³n privada, marina, compacto, ligero','Â¡El Chaleco Salvavidas:  Auto-Inflable. Carga del gas del CO2: 2 x 0.035 libras. (2 x 16 gramos) Luz del localizador del sobreviviente: Agua-activado. FAA TSO-C85 y C13 aprobado.'),(16,1,'Life Vests | Aircraft-Marine | aaaSurvivalProducts','Life jackets, Airplane, Marine, corporate, general aviation, airplanes, of navy, inflatable, inflatable cars, survival kits, rations, bouyancy, specifications,  government, orange, visibility, search and rescue, survival, marine, aviation, compact, light, affordable','Life Vests/Jackets: Auto-Inflatable. CO2 Gas Charge: 2 x 0.035 lbs. (2 x 16 grams) Survivor Locator Light: Water-activated. FAA TSO-C85 & C13 Approved.'),(14,2,'Kits de Supervivencia | Hogar y oficina | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','Los kits de supervivencia diseÃ±aron y se prepararon para las emergencias del hogar y de la oficina.'),(2,1,'Survival Kits | Marine -  Aviation/Aircraft - Land | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable, canopy, inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food rations, signal flag, utility knife, water rations, flares, survival manual, sponge, flashlight, batteries, sea dye markers, whistle, magnetic compass, desalter, fishing kit, retaining line, paddles, radar reflector','Survival kits designed and prepared for both, Non TSO and FAA TSO-Approved aviation and marine use.'),(2,2,'Kits de Supervivencia | - AviaciÃ³n/aviones - Tierra - Mar | aaaSurvivalProducts','las balsas salvavidas, las balsas, el aviÃ³n, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, la flotabilidad, los tubos, las cubiertas, las especificaciones de gobierno, los pabellones, la alta naranja de la visibilidad, la bÃºsqueda y el rescate, lÃ­nea de vida, conservando la lÃ­nea, las correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, acuerdo, peso ligero, inflable inflable, auto, pabellÃ³n, mÃ¡stil inflable, kit de primeros auxilios, espejo de la seÃ±al, envase del equipo, kit de reparaciÃ³n de la balsa, raciones del alimento, bandera de seÃ±al, cuchillo para uso general, raciones del agua, seÃ±ala por medio de luces, manual de la supervivencia, esponja, linterna, baterÃ­as, marcadores del tinte del mar, silbido, compÃ¡s magnÃ©tico, desalter, pescando el kit, conservando la lÃ­nea, paletas, reflector del radar','Los kits de supervivencia diseÃ±aron y se prepararon para la aviaciÃ³n y el uso marina. Los kits son no TSO o FAA TSO aprobada'),(3,1,'Emergency Locator Transmitters | ELT | aaaSurvivalProducts','EBC 502, FAA, FCC, Approved, automatic, activated, ELT, EBC 406AP, raft, aviation, marine, transmiiters, emergency, beacon, AquaLink 406, 500-12Y Locator Beacon, aircraft','ELT\'s (Emergency Locator Transmitters) We will meet or beat any other advertised prices on the Transmitters we have available!!'),(12,2,'Raciones del agua y del alimento | Suministros de Emergencia | aaaSurvivalProducts.com','raciones, agua, alimento, suministros de emergencia, productos de supervivencia, balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, flotabilidad, especificaciones de gobierno, valise, garantÃ­a, aviaciÃ³n privada, marina, compacto, ligero, emergencia, FAA, FCC, aprobado, balsa, aviaciÃ³n, infante de marina, faro, aviÃ³n','Raciones del alimento y del agua de la emergencia para la tierra, el mar y el aire incluyendo barras fortificadas del alimento y agua potable purificada. Ventas a granel disponibles. Aprobaciones de USCG'),(12,1,'Food & Water Rations | Emergency Supplies | aaaSurvivalProducts.com','FAA, FCC, Approved, activated, raft, aviation, marine, emergency, aircraft, survival, life rafts, rafts, survival kits, rations, corporate, general, marine safety, buoyancy, government specifications, search and rescue, valise, Survival Products, corrosion, warranty, private aviation, marine, commercial, compact, lightweight, water, food, emergency rations, c-rations, supplies','Emergency food and water rations  for land , sea and air including fortified food bars  and  purified drinking water. Bulk sales available. USCG approvals.'),(3,2,'Transmisores del Localizador de la Emergencia | ELT - TLE | aaaSurvivalProducts','transmisores, emergencia, ELT, EBC 502, FAA, FCC, aprobado, automÃ¡tico, activada, EBC 406AP, balsa, aviaciÃ³n, infante de marina, transmiiters, emergencia, faro, AquaLink 406, faro del localizador 500-12Y, aviÃ³n','Â¡ELT - TLE(Transmisores del Localizador de la Emergencia) que resolveremos o que batiremos cualquier otro precio de divulgaciÃ³n en los transmisores tenemos disponible!!'),(14,1,'Survival Kits | Home and Office | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','Survival kits designed and prepared for home and office emergencies.'),(11,2,'Seguridad - Equipo de Supervivencia | Marina y AviaciÃ³n/Aviones | aaaSurvivalProducts','juego de inmersiÃ³n, watermaker, Del Fabricante del Agua, las balsas salvavidas, las balsas, el aviÃ³n, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, la flotabilidad, los tubos, las cubiertas, las especificaciones de gobierno, los pabellones, la alta naranja de la visibilidad, la bÃºsqueda y el rescate, lÃ­nea de vida, conservando la lÃ­nea, las correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, acuerdo, peso ligero, inflable inflable, auto, pabellÃ³n, mÃ¡stil inflable, kit de primeros auxilios, espejo de la seÃ±al, envase del equipo, kit de reparaciÃ³n de la balsa, raciones del alimento, bandera de seÃ±al, cuchillo para uso general, raciones del agua, seÃ±ala por medio de luces, manual de la supervivencia, esponja, linterna, baterÃ­as, marcadores del tinte del mar, silbido, compÃ¡s magnÃ©tico, desalter, pescando el kit, conservando la lÃ­nea, paletas, reflector del radar','Seguridad agregada para las balsas salvavidas. Juego de InmersiÃ³n y Fabricante del Agua. Haga el agua dulce con este dispositivo del desalinization.'),(11,1,'Safety - Survival Equipment | Marine and Aviation/Aircraft | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable, canopy, inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food rations, signal flag, utility knife, water rations, flares, survival manual, sponge, flashlight, batteries, sea dye markers, whistle, magnetic compass, desalter, fishing kit, retaining line, paddles, radar reflector, immersion suit, watermaker','Added security for life rafts. Immersion suit and watermaker. Make fresh water with this desalinization device.'),(15,2,'Linternas, palillos con luz | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Palillos con luz, linternas de emergencia. Agregue a los kits de supervivencia.'),(15,1,'Flashlights, Lanterns, Light Sticks | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','Emergency light sticks, lanterns and flashlights. Add to survival kits.'),(4,2,'Kits de Primeros Auxilios | Animales DomÃ©sticos | aaaSurvivalProducts','Kits de Primeros Auxilios, supervivencia, emergencia, aaaSurvivalProducts, animales domÃ©sticos','El kit de primeros auxilios de lujo del animal domÃ©stico trata sus animales para varias lesiones.'),(4,1,'Pet First Aid Kit | Survival and Emergency | aaaSurvivalProducts','First Aid Kits, Survival, Emergency, aaaSurvivalProducts. pet, pets','Deluxe pet first aid kit treats your animals for various injuries.'),(13,2,'Calentadores del cuerpo - Cargador del telÃ©fono celular de la emergencia - Mantas TÃ©rmicas | aaaSurvivalProducts','Calentadores del cuerpo, cargador del telÃ©fono celular de la emergencia, mantas tÃ©rmicas, supervivencia, emergencia','La emergencia y la supervivencia utilizan los calentadores del cuerpo, cargador del telÃ©fono celular de la emergencia y los accesorios y las mantas tÃ©rmicas.'),(13,1,'Body Warmers - Emergency Cell Phone Charger - Thermal Blankets | aaasurvivalProducts','Body Warmers, Emergency Cell Phone Charger, Thermal Blankets, survival, emergency','Emergency and survival use body warmers, emergency cell phone charger and accesories and thermal blankets.');
/*!40000 ALTER TABLE `zen_meta_tags_categories_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_meta_tags_products_description`
--

DROP TABLE IF EXISTS `zen_meta_tags_products_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_meta_tags_products_description` (
  `products_id` int(11) NOT NULL,
  `language_id` int(11) NOT NULL DEFAULT '1',
  `metatags_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `metatags_keywords` text COLLATE utf8_unicode_ci,
  `metatags_description` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`products_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_meta_tags_products_description`
--

LOCK TABLES `zen_meta_tags_products_description` WRITE;
/*!40000 ALTER TABLE `zen_meta_tags_products_description` DISABLE KEYS */;
INSERT INTO `zen_meta_tags_products_description` VALUES (43,2,'CHALECO SALVAVIDAS |  XF-35 FAA-TSO C13f aprobados (SUBSTITUYE FV-35) | aaaSurvivalProducts','cÃ©lula gemela, VIDA, chaleco, chaqueta, inflada, flotabilidad, 150 neutonios, aprobaciones, los E.E.U.U. FAA TSO-C13f, LBA alemÃ¡n, 40.321/33, Reino Unido, CAA, AR01445, conservante, adulto, niÃ±o, uretano, nilÃ³n, ignÃ­fugo, amarillo, anaranjado, mar, sobreviviente, localizador, luz, agua-activada','Â¡El chaleco mÃ¡s ligero de la cÃ©lula gemelo en el mercado! Aprobaciones: de los E.E.U.U. FAA TSO-C13f y C85; AprobaciÃ³n alemana No. 40.321/33 de LBA; AprobaciÃ³n No. AR01445 de Reino Unido CAA. CombinaciÃ³n del adulto/del niÃ±o. NilÃ³n revestido del uretano, ignÃ­fugo. Amarillo del pasajero o naranja fundida del equipo. Luz del localizador del sobreviviente: Agua-activado.'),(54,1,'2 Person Deluxe Kit | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','The kit includes the following:\r\n\r\nFood and Water:\r\n12 Boxes of Aqua Blox Water Boxes - twice the amount of water as leading suppliers and has a 5 year shelf-life\r\n12 - 400 Calorie Food Bars - 5 year shelf-life (4800 Calories)\r\n20 Water Purification Tablets - each tablet purifies 1 liter of water\r\nLight and Communication:\r\nAm/Fm Radio with Headphones and Batteries\r\nRechargeable Squeeze Flashlight, more...'),(43,1,'LIFE JACKET | LIFE VEST XF-35  FAA-TSO Approved C13f  (REPLACES FV-35) | aaaSurvivalProducts','twin cell, LIFE, vest, jacket, inflated, buoyancy, 150 Newtons, approvals, USA FAA TSO-C13f, German LBA, 40.321/33, United Kingdom, CAA, AR01445, preserver, adult, child, urethane, nylon, flame retardant, yellow, orange, sea, survivor, locator, light, water-activated','Lightest Twin Cell Vest on the Market! Approvals: USA FAA TSO-C13f & C85; German LBA Approval No. 40.321/33; United Kingdom CAA Approval No. AR01445. Adult/Child Combination. Urethane Coated Nylon, Flame Retardant. Passenger Yellow or Crew Molten Orange. Survivor Locator Light: Water-activated.'),(25,2,'Balsa Salvavida BÃ¡sico 10-Hombre TSO No Aprobada | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida BÃ¡sico 10-Hombre TSO No Aprobada - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble - Compacto, ligero, precio comprable.'),(25,1,'10-Man Life Raft Basic Non TSO  | Commercial Aviation | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable','10-Man Life Raft Basic Non TSO - Commercial Aircraft - Double tube auto inflatable life raft - Compact, lightweight, affordable price.'),(28,2,'Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(26,2,'Balsa Salvavida 10-Hombre con el pabellÃ³n solamente TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 10-Hombre con el pabellÃ³n solamente TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y el incluir pabellÃ³n con el mÃ¡stil inflable - Compacto, ligero, precio comprable.'),(26,1,'10-Man Life Raft w/Canopy Only FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','10-Man Life Raft w/Canopy Only FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft including canopy w/inflatable mast - Compact, lightweight, affordable price.'),(28,1,'10-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','10-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(27,2,'Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(29,1,'10-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','10-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(27,1,'10-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','10-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(30,2,'Balsa Salvavida Basico 12-Hombre TSO No Aprobada | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida Basico 12-Hombre TSO No Aprobada - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble - Compacto, ligero, precio comprable.'),(30,1,'12-Man Life Raft Basic Non TSO | Commercial Aviation | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable','12-Man Life Raft Basic Non TSO - Commercial Aircraft - Double tube auto inflatable life raft - Compact, lightweight, affordable price.'),(31,2,'Balsa Salvavida 12-Hombre con el pabellÃ³n solamente TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 12-Hombre con el pabellÃ³n solamente TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y el incluir pabellÃ³n con el mÃ¡stil inflable - Compacto, ligero, precio comprable.'),(31,1,'12-Man Life Raft w/Canopy Only FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','12-Man Life Raft w/Canopy Only FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft including canopy w/inflatable mast - Compact, lightweight, affordable price.'),(33,2,'Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(33,1,'12-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','12-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(34,2,'Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(34,1,'12-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','12-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(32,2,'Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(32,1,'12-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','12-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(1,2,'Balsa Salvavida 4-Hombre BÃ¡sica TSO No Aprobada | AviaciÃ³n/Marina | aaaSurvivalProducts','4-hombre, balsa salvavidas, balsas, no TSO, kits de supervivencia, marina, aviaciÃ³n, inflable','Balsa salvavida 4-Hombre bÃ¡sica auto inflable para la aviaciÃ³n privada y el uso marina - comprable. No TSO aprobada.'),(1,1,'4-Man Basic Life Raft Non TSO  | Aviation/Marine | aaaSurvivalProducts','4-Man, Life Raft, rafts, Non TSO, Survival Kits, marine, aviation, inflatable','Affordable 4-Man Basic Auto Inflatable Life Raft for private aviation and marine use. Non TSO.'),(2,2,'Balsa Salvavida 4-Hombre con PabellÃ³n solamente TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con PabellÃ³n solamente TSO No Aprobado - AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia - Compacto, ligero, precio comprable.'),(2,1,'4-Man Life Raft w/Canopy Only Non TSO  | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','4-Man Life Raft w/Canopy Only Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft - Compact, lightweight, affordable price.'),(3,2,'Balsa Salvavida 4-Hombre con Kit de supervivencia EstÃ¡ndar TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con Kit de supervivencia EstÃ¡ndar TSO No Aprobado AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, mas - Compacto, ligero, precio comprable.'),(3,1,'4-Man Life Raft w/Standard Survival Kit Non TSO | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','4-Man Life Raft w/Standard Survival Kit Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, more - Compact, lightweight, affordable price.'),(4,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia EstÃ¡ndar MÃ¡s TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con Kit de Supervivencia EstÃ¡ndar MÃ¡s TSO No Aprobado - AviaciÃ³n y Marina Privada - Balsas salvavidas inflables autos del tubo solo y doble de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, mas - Compacto, ligero, precio comprable.'),(4,1,'4-Man Life Raft w/Standard Plus Survival Kit Non TSO | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','4-Man Life Raft w/Standard Plus Survival Kit Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food, more - Compact, lightweight, affordable price.'),(5,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia de lujo TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con Kit de Supervivencia de lujo TSO No Aprobado - AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, mas- Compacto, ligero, precio comprable.'),(5,1,'4-Man Life Raft w/Deluxe Survival Kit Non TSO  | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','4-Man Life Raft w/Deluxe Survival Kit Non TSO  - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food, more - Compact, lightweight, affordable price.'),(6,2,'Balsa Salvavida 9-Hombre Basico TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 9-Hombre Basico TSO No Aprobado - Balsa salvavidas - AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos - Compacto, ligero, precio comprable.'),(6,1,'9-Man Basic Life Raft Non TSO  | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','9-Man Basic Life Raft Non TSO - Life Rafts- Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft - Compact, lightweight, affordable price.'),(72,2,'Balsa Salvavida 9-Hombre con PabellÃ³n solamente TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 9-Hombre con PabellÃ³n solamente TSO No Aprobado - AviaciÃ³n y Marina Privada - Balsas salvavidas inflables autos del tubo solo de los aviones corporativos y el incluir pabellÃ³n con el mÃ¡stil inflable - Compacto, ligero, precio comprable.'),(72,1,'9-Man Life Raft w/Canopy Only Non TSO | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','9-Man Life Raft w/Canopy Only Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft with canopy w/inflatable mast - Compact, lightweight, affordable price.'),(7,2,'Balsa Salvavida 9-Hombre con Kit de Supervivencia EstÃ¡ndar TSO No Aprobado | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 9-Hombre con Kit de Supervivencia EstÃ¡ndar TSO No Aprobado - AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(7,1,'9-Man Life Raft w/Standard Survival Kit Non TSO | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','9-Man Life Raft w/Standard Survival Kit Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(8,2,'Balsa Salvavida 9-Hombre con Kit de Supervivencia EstÃ¡ndar MÃ¡s TSO No Aprobada | Aviones-Marina | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 9-Hombre con Kit de Supervivencia EstÃ¡ndar MÃ¡s TSO No Aprobada - AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(8,1,'9-Man Life Raft w/Standard Plus Survival Kit Non TSO  | Aircraft-Marine | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','9-Man Life Raft w/Standard Plus Survival Kit Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(9,2,'Balsa Salvavida 9-Hombre con Kit de Supervivencia de lujo TSO No Aprobado','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 9-Hombre con Kit de Supervivencia de lujo TSO No Aprobado - AviaciÃ³n y Marina Privada - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(9,1,'9-Man Life Raft w/Deluxe Survival Kit Non TSO','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','9-Man Life Raft w/Deluxe Survival Kit Non TSO - Private Aviation/Marine - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(10,2,'Balsa Salvavida Basico 4-Hombre TSO No Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida Basico 4-Hombre TSO No Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos- Compacto, ligero, precio comprable.'),(10,1,'4-Man Life Raft Basic Non TSO | Commercial Aviation | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','4-Man Life Raft Basic Non TSO - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft - Compact, lightweight, affordable price.'),(11,2,'Balsa Salvavida 4-Hombre con PabellÃ³n solamente TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con PabellÃ³n solamente TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y incluir pabellÃ³n con el mÃ¡stil inflable - Compacto, ligero, precio comprable.'),(11,1,'4-Man Life Raft w/Canopy Only FAA TSO-C70a Type II Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a type II','4-Man Life Raft w/Canopy Only FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft including  canopy w/inflatable mast - Compact, lightweight, affordable price.'),(12,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(12,1,'4-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II','4-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(13,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(13,1,'4-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II','4-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(14,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(14,1,'4-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type II Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II Approved','4-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(15,2,'Balsa Salvavida Basico 8-Hombre TSO No Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida Basico 8-Hombre TSO No Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos - Compacto, ligero, precio comprable.'),(15,1,'8-Man Basic Life Raft Non TSO  | Commercial Aviation | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight','8-Man Basic Life Raft Non TSO - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft - Compact, lightweight, affordable price.'),(16,2,'Balsa Salvavida 8-Hombre con PabellÃ³n solamente TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 8-Hombre con PabellÃ³n solamente TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y incluir pabellÃ³n con el mÃ¡stil inflable - Compacto, ligero, precio comprable.'),(16,1,'8-Man Life Raft w/Canopy Only FAA TSO-C70a Type II Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II Approved','8-Man Life Raft w/Canopy Only FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft including  canopy w/inflatable mast - Compact, lightweight, affordable price.'),(17,2,'Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(17,1,'8-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type II Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II Approved','8-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(18,2,'Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(18,1,'8-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type II Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II Approved','8-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(19,2,'Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo solo de los aviones corporativos y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(19,1,'8-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type II Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight,FAA TSO-C70a Type II Approved','8-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type II Approved - Commercial Aircraft - Corporate aircraft single tube auto inflatable life raft and survival gear including  canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(20,2,'Balsa Salvavida Basico 6 Hombre TSO No Aprobada | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida Basico 6 Hombre TSO No Aprobada - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble - Compacto, ligero, precio comprable.'),(20,1,'6-Man Life Raft Basic Non TSO| Commercial Aviation | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, puncture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable','6-Man Life Raft Basic Non TSO - Commercial Aircraft - Double tube auto inflatable life raft - Compact, lightweight, affordable price.'),(21,2,'Balsa Salvavida 6-Hombre con PabellÃ³n solamente TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 6-Hombre con PabellÃ³n solamente TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble el incluir pabellÃ³n con el mÃ¡stil inflable - Compacto, ligero, precio comprable.'),(21,1,'6-Man Life Raft w/Canopy Only FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','6-Man Life Raft w/Canopy Only FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft including canopy w/inflatable mast - Compact, lightweight, affordable price.'),(22,2,'Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 91 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(22,1,'6-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','6-Man Life Raft w/FAR 91 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(23,2,'Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 121 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(23,1,'6-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatableFAA TSO-C70a,Type I Approved','6-Man Life Raft w/FAR 121 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(24,2,'Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado | AviaciÃ³n Comercial | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, seguridad corporativa, general, de marina, inflable, inflable autos, kit de supervivencia, raciones, flotabilidad, tubos, cubiertas, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, marina, anuncio publicitario, solo tubo, tubo doble, compacto, ligero','Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 135 TSO Aprobado - Aviones Comercial - Balsa salvavidas inflable auto del tubo doble y engranaje de la supervivencia el incluir pabellÃ³n con el mÃ¡stil inflable, kit de primeros auxilios, envase del equipo, kit de reparaciÃ³n de la balsa, raciones, y mas - Compacto, ligero, precio comprable.'),(24,1,'6-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type I Approved','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable,FAA TSO-C70a Type I Approved','6-Man Life Raft w/FAR 135 Survival Kit FAA TSO-C70a Type I Approved - Commercial Aircraft - Double tube auto inflatable life raft and survival gear including canopy w/inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, rations, more - Compact, lightweight, affordable price.'),(53,2,'Kit de Supervivencia para los NiÃ±os | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','El kit incluye el siguiente: Alimento y agua: 6 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad de agua como surtidores principales y cada caja tiene un perÃ­odo de validez de 5 aÃ±os barras del alimento de 6 - 400 calorÃ­as (2400 calorÃ­as) - fuente de 3 dÃ­as de alimento con una vida Ãºtil de cinco aÃ±os para 1 persona 10 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua Luz y comunicaciÃ³n: Linterna recargable del apretÃ³n - linterna de 3 LED que genera, mas...'),(54,2,'Kit de lujo de 2 Personas | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','El kit incluye el siguiente: Alimento y agua: 12 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad del agua como llevando los surtidores y tienen un perÃ­odo de validez de 5 aÃ±os barras del alimento de 12 - 400 calorÃ­as - perÃ­odo de validez de 5 aÃ±os (4800 calorÃ­as) 20 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua Luz y comunicaciÃ³n: Radio de Am/Fm con los auriculares y las baterÃ­as Linterna recargable del apretÃ³n, mas...'),(52,1,'Deluxe Survival Kit | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','The kit includes the following:\r\n\r\nFood and Water:\r\n6 Boxes of Aqua Blox Water Boxes - twice the amount of water as leading suppliers and has a 5 year shelf-life\r\n6 - 400 Calorie Food Bars - 5 year shelf-life, 2400 calories total\r\n10 Water Purification Tablets - each tablet purifies 1 liter of water, more...'),(52,2,'Kit de Supervivencia de lujo | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','El kit incluye el siguiente: Alimento y agua: 12 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad de agua como surtidores principales y cada caja tiene un perÃ­odo de validez de 5 aÃ±os barras del alimento de 12 - 400 calorÃ­as (4800 calorÃ­as) - fuente de 3 dÃ­as de alimento con una vida Ãºtil de cinco aÃ±os para 2 personas 20 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua, mas...'),(60,1,'Survival Kit Mini for Children | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','This compact survival kit is designed for children to keep on or near them at all times in their backpacks. It is packed neatly into a durable travel size bag. The red travel size bag has the words \"Survival Kit\" on the front, and comes with a blue carabiner.'),(60,2,'Kit de SupervivenciaMini para los NiÃ±os | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','Este kit de supervivencia compacto se diseÃ±a para que a los niÃ±os los guarden encendido o acerquen siempre en sus morrales. Se embala cuidadosamente en un bolso durable del tamaÃ±o del recorrido. El bolso rojo del tamaÃ±o del recorrido tiene el de las palabras \"Supervivencia Kit\" en el frente, y viene con un carabiner azul.'),(59,1,'Survival Kit Mini | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','This compact survival kit is packed neatly into a durable travel size bag. It is perfect to keep in the office, in classrooms, at home, or in the car. The red travel size bag has the words \"Survival Kit\" on the front, and comes with a blue carabiner.'),(59,2,'Kit de Supervivencia Mini | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','Este kit de supervivencia compacto se embala cuidadosamente en un bolso durable del tamaÃ±o del recorrido. Es perfecto mantener en la oficina, en salas de clase, en el paÃ­s, o el coche. El bolso rojo del tamaÃ±o del recorrido tiene el de las palabras \"Supervivencia Kit\" en el frente, y viene con un carabiner azul.'),(58,1,'Survival Kit Tote Bag for Children | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','This compact survival kit is packed neatly into a durable waterproof cooler bag. It is designed for children 11 years old or younger. The red cooler bag has the words \"Survival Kit\" on the front, an adjustable shoulder strap, tie-down cords on top, and a reflector stripe on the back.'),(58,2,'Bolso de Totalizador del Kit de Supervivencia para los NiÃ±os | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','Este kit de supervivencia compacto se embala cuidadosamente en un artÃ­culo bolso impermeable del refrigerador. Se diseÃ±a para los niÃ±os 11 aÃ±os o mÃ¡s jovenes.'),(57,1,'Survival Kit Tote Bag | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','This compact survival kit is packed neatly into a durable waterproof cooler bag. It is perfect to keep in the office, in classrooms, at home, or in the car.'),(57,2,'Bolso de Totalizador del Kit de Supervivencia | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','Este kit de supervivencia compacto se embala cuidadosamente en un bolso impermeable durable del refrigerador. Es perfecto mantener en la oficina, en salas de clase, en el paÃ­s, o coche.'),(39,1,'Standard Plus / FAR 121 Survival Kit | Marine-Aircraft-Land | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, Survival Products, private aviation, marine, commercial, compact, lightweight, food bars, ELT, Standard Plus Survival Kit','Premium Standard Plus Survival Kit for marine and aviation use. 4-12 man provisions including sea dye marker, first aid, rations, water packs, flares, survival manual, more...'),(39,2,'EstÃ¡ndar MÃ¡s / FAR 121 Kit de Supervivencia | Marina-AviÃ³n-Tierra | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, kits de supervivencia, raciones, seguridad corporativa, general, de marina, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, acuerdo, peso ligero, barras del alimento, ELT,EstÃ¡ndar MÃ¡s Kit de Supervivencia','Kit de supervivencia estÃ¡ndar mÃ¡s superior para marina y el uso de la aviaciÃ³n. Provisiones para 4-12 hombres incluyendo marcador del tinte del mar, primeros auxilios, raciones, paquetes del agua, llamaradas, manual de la supervivencia, mÃ¡sâ€¦'),(40,1,'Deluxe / FAR 135 Survival Kit | Marine-Aircraft-Land | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, Survival Products, private aviation, marine, commercial, compact, lightweight, food bars, ELT, Deluxe Survival Kit','Premium Deluxe Survival Kit for marine and aviation use. 4-12 man provisions including sea dye marker, first aid, rations, water packs, flares, survival manual, magnetic compass, radar reflector, more...'),(38,1,'Standard / FAR 91 Survival Kit | Marine-Aircraft-Land | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, Survival Products, private aviation, marine, commercial, compact, lightweight, food bars, ELT','Premium Standard Survival Kit for marine and aviation use. 4-12 man provisions including sea dye marker, first aid, rations, water packs, flares, more...'),(40,2,'De Lujo / FAR 135 Kit de Supervivencia | Marina-AviÃ³n-Tierra | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, kits de supervivencia, raciones, seguridad corporativa, general, de marina, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, acuerdo, peso ligero, barras del alimento, ELT, De Lujo Kit de Supervivencia','Kit de supervivencia de lujo superior para marina y el uso de la aviaciÃ³n. Provisiones para 4-12 hombres incluyendo marcador del tinte del mar, primeros auxilios, raciones, paquetes del agua, llamaradas, manual de la supervivencia, 8 pintas de removedor de la sal, compÃ¡s magnÃ©tico, mÃ¡sâ€¦'),(38,2,'EstÃ¡ndar / FAR 91 Kit de Supervivencia | Marina-AviÃ³n-Tierra | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, kits de supervivencia, raciones, seguridad corporativa, general, de marina, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, acuerdo, peso ligero, barras del alimento, ELT','Kit de supervivencia estÃ¡ndar superior para marina y el uso de la aviaciÃ³n. Provisiones para 4-12 hombres incluyendo marcador del tinte del mar, primeros auxilios, raciones, paquetes del agua, llamaradas, mÃ¡sâ€¦'),(71,1,'Jungle Survival Kit | Marine-Aircraft-Land | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, Survival Products, private aviation, marine, commercial, compact, lightweight, food bars, ELT','Premium Survival Kit for marine and aviation. Sustains 1 man for 5 days. Sea dye marker, first aid, rations, fishing kit, water packs, flares, more...'),(71,2,'Kit de Supervivencia de la Selva | Marina-AviÃ³n-Tierra | aaaSurvivalProducts','balsas salvavidas, balsas, aviones, kits de supervivencia, raciones, seguridad corporativa, general, de marina, especificaciones de gobierno, pabellones, alta naranja de la visibilidad, bÃºsqueda y rescate, lÃ­nea de vida, conservando la lÃ­nea, correas de la manija, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, acuerdo, peso ligero, barras del alimento, ELT','Kit de supervivencia superior para marina y la aviaciÃ³n. Sostiene a 1 hombre por 5 dÃ­as. El marcador del tinte del mar, primeros auxilios, raciones, pescando el kit, riega los paquetes, llamaradas, mÃ¡sâ€¦'),(47,1,'SOS Survival Food Pack | Survival Gear | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, search and rescue, valise, Survival Products,  private aviation, marine, commercial, lightweight, Emergency Food Ration, USCG, fortified food bars, New Millenium Energy Bar, Purified Drinking Water, SOS Survival Food Pack','Survival Food Pack. Approvals: USCG No 160.046/24/0. Contents: Each packet contains 6 fortified food bars providing 2400 Kcal (10,000 KJ).'),(46,1,'Purified Drinking Water | Survival Gear | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, search and rescue, valise, Survival Products,  private aviation, marine, commercial, lightweight, Emergency Food Ration, USCG, fortified food bars, New Millenium Energy Bar, Purified Drinking Water, SOS Survival Food Pack','Emergency Drinking Water. Approvals: USCG No 160.026/65/0, TC 168.005.011 Contents: 125 ml / 4.22 fl oz. 96 pouches per case.'),(47,2,'Paquete del alimento de la supervivencia | Equipo de Supervivencia | aaaSurvivalProducts','las balsas salvavidas, las balsas, los aviones, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, las especificaciones de gobierno, la bÃºsqueda y el rescate, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, peso ligero, raciÃ³n del alimento de la emergencia, USCG, fortificaron las barras del alimento, nueva barra de energÃ­a del milenio, agua potable purificada, paquete del alimento de la supervivencia el SOS','Paquete del alimento de la supervivencia. Aprobaciones USCG: 160.046/24/0. Contenido: Cada paquete contiene 6 barras fortificadas del alimento que proporcionan 2400 Kcal (10.000 KJ).'),(46,2,'Agua potable purificada emergencia | Equipo de Supervivencia | aaaSurvivalProducts','las balsas salvavidas, las balsas, los aviones, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, las especificaciones de gobierno, la bÃºsqueda y el rescate, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, peso ligero, raciÃ³n del alimento de la emergencia, USCG, fortificaron las barras del alimento, nueva barra de energÃ­a del milenio, agua potable purificada, paquete del alimento de la supervivencia el SOS','Agua potable de la emergencia. Aprobaciones de USCG: 160.026/65/0 y TC 168.005.011: 125 ml/4.22 onzas lÃ­quidas. 96 bolsas por caso.'),(49,1,'New Millenium Energy Bar | Survival Gear | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, search and rescue, valise, Survival Products,  private aviation, marine, commercial, lightweight, Emergency Food Ration, USCG, fortified food bars, New Millenium Energy Bar, Purified Drinking Water, SOS Survival Food Pack','Energy Bars available in 9 natural flavors: Apricot, Blueberry, Cherry, Coconut, Lemon, Orange, Raspberry, Tropical Fruit, Vanilla. Each packet contains 1 fortified food bar providing 409 Kcal (1720 KJ).'),(49,2,'Nueva barra de energÃ­a del milenio | Equipo de Supervivencia | aaaSurvivalProducts','las balsas salvavidas, las balsas, los aviones, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, las especificaciones de gobierno, la bÃºsqueda y el rescate, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, peso ligero, raciÃ³n del alimento de la emergencia, USCG, fortificaron las barras del alimento, nueva barra de energÃ­a del milenio, agua potable purificada, paquete del alimento de la supervivencia el SOS, New Millenium Energy Bar','Barras de energÃ­a disponibles en 9 sabores naturales: Albaricoque, arÃ¡ndano, cereza, coco, limÃ³n, naranja, frambuesa, fruta tropical, vainilla. Cada paquete contiene 1 barra fortificada del alimento que proporciona 409 Kcal (1720 KJ).'),(48,1,'3682 Kcal Emergency Food Ration | Equipo de Supervivencia | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, government specifications, search and rescue, valise, Survival Products,  private aviation, marine, commercial, lightweight, Emergency Food Ration, USCG, fortified food bars, New Millenium Energy Bar, Purified Drinking Water, SOS Survival Food Pack','3682 Kcal Emergency Food Ration. Approvals: USCG No 160.046.36/0 TC No 168.006.010. Aircraft and Marine Safety.'),(48,2,'RaciÃ³n del alimento de la emergencia de 3682 Kcal | Equipo de Supervivencia | aaaSurvivalProducts','las balsas salvavidas, las balsas, los aviones, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, las especificaciones de gobierno, la bÃºsqueda y el rescate, valise, productos de la supervivencia, aviaciÃ³n privada, marina, comercial, peso ligero, raciÃ³n del alimento de la emergencia, USCG, fortificaron las barras del alimento, nueva barra de energÃ­a del milenio, agua potable purificada, paquete del alimento de la supervivencia el SOS','RaciÃ³n del alimento de la emergencia de 3682 Kcal. Aprobaciones: USCG ninguÃŒÂn no 168.006.010 de 160.046.36/0 TC. Aviones y seguridad de marina.'),(37,1,'EBC 406AP Emergency Locator Transmitter (ELT) - Survival Locator Beacon | aaaSurvivalProducts','EBC 502, FAA, FCC, Approved, automatic, activated, ELT, EBC 406AP, raft, aviation, marine, transmiiters, emergency, beacon, AquaLink 406, 500-12Y Locator Beacon, aircraft, survival','The EBC 406 is the first of the new line of digital EBC ELT\'s. Designed with the newest technology it also incorporates the best and proven features that characterize all of EBC\'s emergency locator transmitters. These transmitters have encapsulated electronics and battery packs to provide for added protection against shock, moisture, and other environmental hazards. They have a built-in monitor that emits a loud beeping tone if the ELT is activated. They can be activated either automatically or manually.'),(37,2,'EBC 406AP Faro del Localizador de la Emergencia(ELT) - Faro del Localizador de la Supervivencia | aaaSurvivalProducts','transmisores, emergencia, ELT, EBC 502, FAA, FCC, aprobado, automÃ¡tico, activada, EBC 406AP, balsa, aviaciÃ³n, infante de marina, transmiiters, emergencia, faro, AquaLink 406, faro del localizador 500-12Y, aviÃ³n, supervivencia','El EBC 406 es el primer de la nueva lÃ­nea de EBC ELT digital. DiseÃ±ado con la mÃ¡s nueva tecnologÃ­a tambiÃ©n incorpora el mejor y las caracterÃ­sticas probadas que caracterizan todo el transmisores de  EBC del localizador de la emergencia. Estos transmisores han encapsulado electrÃ³nica y la baterÃ­a embala para prever la protecciÃ³n agregada contra choque, humedad, y otros peligros para el medio ambiente. Tienen un monitor incorporado que emita un tono que emite un sonido breve y agudo ruidoso si se activa el ELT. Pueden ser activados automÃ¡ticamente o manualmente.'),(35,1,'EBC 502 Emergency Locator Transmitter (ELT) - Survival Locator Beacon | aaaSurvivalProducts','EBC 502, FAA, FCC, Approved, automatic, activated, ELT, EBC 406AP, raft, aviation, marine, transmiiters, emergency, beacon, AquaLink 406, 500-12Y Locator Beacon, aircraft, survival','Emergency Beacon Corporations ELTs are among the most popular on the market today due to their size, weight and convenience. These ELTs do not use lithium batteries, do not have external antennas and no AD notes have ever been issued on them. Internal antennas and test switches are included with the ELTs. Helicopter EBC ELTs are also available on request.'),(35,2,'EBC 502 Faro del Localizador de la Emergencia(ELT) - Faro del Localizador de la Supervivencia | aaaSurvivalProducts','transmisores, emergencia, ELT, EBC 502, FAA, FCC, aprobado, automÃ¡tico, activada, EBC 406AP, balsa, aviaciÃ³n, infante de marina, transmiiters, emergencia, faro, AquaLink 406, faro del localizador 500-12Y, aviÃ³n, supervivencia','Emergency Beacon Corporations ELTs estÃ¡ entre el mÃ¡s popular en el mercado hoy debido a su tamaÃ±o, peso y conveniencia. Este ELTs no utiliza las baterÃ­as de litio, no tiene antenas externas y no se ha publicado ningunas notas del ANUNCIO nunca en ellas. Las antenas y los interruptores de prueba internos se incluyen con el ELTs. El helicÃ³ptero EBC ELTs estÃ¡ tambiÃ©n disponible a peticiÃ³n.'),(45,2,'AquaLink 406 - Transmisor del Localizador de la Emergencia (ELT) |  AviÃ³n-Marina | aaaSurvivalProducts','transmisores, emergencia, ELT, EBC 502, FAA, FCC, aprobado, automÃ¡tico, activada, EBC 406AP, balsa, aviaciÃ³n, infante de marina, transmiiters, emergencia, faro, AquaLink 406, faro del localizador 500-12Y, aviÃ³n','Transmisor del localizador de la emergencia de AquaLink 406 (ELT) - faro de localizador personal de 406 megaciclos GPS con la colocaciÃ³n del GPS. SeÃ±al de gran alcance de 406 megaciclos y capacidad autoguiada hacia el blanco de 121.5 JHz. Â¡El EPIRB Ãºltimo y mÃ¡s grande en el mercado hoy para su tamaÃ±o y precio! (Mismo el acuerdo y se puede atar encendido a la manija de nuestras balsas salvavidas.)'),(45,1,'AquaLink 406 Emergency Locator Transmitter (ELT) | Aircraft-Marine | aaaSurvivalProducts','EBC 502, FAA, FCC, Approved, automatic, activated, ELT, EBC 406AP, raft, aviation, marine, transmiiters, emergency, beacon, AquaLink 406, 500-12Y Locator Beacon, aircraft','AquaLink 406 Emergency Locator Transmitter (ELT) - 406 MHz GPS Personal Locator Beacon with GPS positioning. Powerful 406 MHz signal and 121.5 JHz homing capability. Latest and greatest EPIRB on the market today for its size and price! (Very compact and can be tied on to the handle of our life rafts.)'),(36,2,'500-12Y Faro del Localizador de la Emergencia(ELT) | Faro del Localizador de la Supervivencia | Transmisores  | aaaSurvivalProducts','transmisores, emergencia, ELT, EBC 502, FAA, FCC, aprobado, automÃ¡tico, activada, EBC 406AP, balsa, aviaciÃ³n, infante de marina, transmiiters, emergencia, faro, AquaLink 406, faro del localizador 500-12Y, aviÃ³n','500-12Y Faro del Localizado - (Amarillo Reflexivo) aprobaciones completas de FAA y del JAA de acuerdo con la aprobaciÃ³n 111, aprobaciÃ³n No. WR1029 de la TSO C91a y de C126, de JTSO-2C91a y de 2C126 COSPAS/SARSAT de CAA. Puede ser embalado dentro de nuestras balsas salvavidas aprobadas TSO de FAA. Â¡Competitivo tasado!'),(36,1,'500-12Y Emergency Locator Transmitter (ELT) Survival Locator Beacon | Emergency Transmitter | aaaSurvivalProducts','EBC 502, FAA, FCC, Approved, automatic, activated, ELT, EBC 406AP, raft, aviation, marine, transmiiters, emergency, beacon, AquaLink 406, 500-12Y Locator Beacon, aircraft','500-12Y Locator Beacon - (Reflective Yellow) Full FAA and JAA Approvals in accordance with TSO C91a and C126, JTSO-2C91a and 2C126 COSPAS/ SARSAT Approval 111, CAA Approval No. WR1029. Can be packed inside our FAA TSO Approved Life Rafts. Competitively Priced!'),(53,1,'Children\'s Survival Kit | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','Food and Water:\r\n6 Boxes of Aqua Blox Water Boxes - twice the amount of water as leading suppliers\r\n12 - 200 Calorie Food Bars (2400 calories)\r\n10 Water Purification Tablets - each tablet purifies 1 liter of water\r\nLight and Communication:\r\nRechargeable Squeeze Flashlight - contains lithium batteries which last up to 30 hours and also is able to generate power through squeezing\r\n5-in-1 Survival Whistle\r\n3 Green Emergency Glow Sticks - lasts for 24 hours each, more...'),(55,2,'Kit de Supervivencia de la Oficina de 5 Personas | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','(Todos los artÃ­culos se embalan con seguridad en nuestro 5 galones Cubo con la tapa del asiento de tocador) El kit incluye el siguiente: Alimento y agua: 5 cajas del Aqua Literz - equivalente a 30 paquetes de agua de la emergencia (5 litros) y cada caja tiene un perÃ­odo de validez de 5 aÃ±os 5 - 2400 Barras del alimento de la calorÃ­a (12.000 calorÃ­as) - 30 barras individualmente envueltas con a vida Ãºtil de cinco aÃ±os Agua 50 Tabletas de la purificaciÃ³n - cada tableta purifica 1 litro de agua, Luz y comunicaciÃ³n: DÃ­namo Linterna de radio 4 en 1 - radio de AmFm, sirena, linterna de 3 LED, mas...'),(55,1,'5 Person Office Survival Kit | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','The kit includes the following:\r\n\r\nFood and Water:\r\n5 Boxes of Aqua Literz - Equivalent to 30 packets of emergency water (5 Liters) and each box has a 5 year shelf-life\r\n5 - 2400 Calorie Food Bars (12,000 Calories) - 30 Individually wrapped bars with a 5-year shelf life\r\n50 Water Purification Tablets - each tablet purifies 1 liter of water\r\n \r\nLight and Communication:    \r\nDynamo Radio Flashlight 4 in 1 - AmFm Radio, Siren, 3 LED Flashlight, Cell-phone Charger with adapter included (NEVER NEEDS BATTERIES)\r\nRechargeable Squeeze Flashlight, more...'),(56,2,'Kit de Supervivencia de la Oficina de 10 personas | Engranaje de la Emergencia | aaaSurvivalProducts','El kit de supervivencia, kits, hogar, oficina, alimento, agua, Aqua Literz, agua de la emergencia, barras del alimento, purificaciÃ³n del agua, luz, comunicaciÃ³n, linterna de radio del dÃ­namo, radio, sirena, linterna del LED, cargador del telÃ©fono celular, linterna del apretÃ³n, vela, resplandor se pega, supervivencia, silbido, espejo de la seÃ±al, compÃ¡s, fÃ³sforos impermeables, mantas de la supervivencia, tienda del tubo 2-Person, ponchos de la emergencia, herramientas, cuchillo, guantes, cepillo de dientes, crema dental, barra del jabÃ³n, primeros auxilios, vendajes, Aspirin, ungÃ¼ento antibiÃ³tico','El kit incluye el siguiente: Alimento y agua: 10 cajas del Aqua Literz - equivalente a 30 paquetes de agua de la emergencia (5 litros) y cada caja tiene un perÃ­odo de validez de 5 aÃ±os 10 - 2400 Barras del alimento de la calorÃ­a (12.000 calorÃ­as) - 30 barras individualmente envueltas con a vida Ãºtil de cinco aÃ±os Agua 50 Tabletas de la purificaciÃ³n - cada tableta purifica 1 litro de agua & nbsp; Luz y comunicaciÃ³n: DÃ­namo Linterna de radio 4 en 1 - radio de AmFm, sirena, linterna de 3 LED, mas'),(56,1,'10 Person Office Survival Kit | Emergency Gear | aaaSurvivalProducts','Survival  kit, kits, home, office,  Food,  Water,  Aqua Literz, emergency water,  Food Bars, Water Purification, Light, Communication, dynamo Radio Flashlight,  Radio, Siren,  LED Flashlight, Cell-phone Charger,  squeeze flashlight,  Candle,  Glow sticks, survival, whistle, signal mirror,  compass,Waterproof Matches, Survival Blankets,  2-Person Tube Tent,  Emergency Ponchos, Tools, Knife, gloves, toothbrush, toothpaste, bar of soap, First Aid, bandages, Aspirin, Antibiotic Ointment','The kit includes the following:\r\n\r\nFood and Water:\r\n10 Boxes of Aqua Literz - Equivalent to 30 packets of emergency water (5 Liters) and each box has a 5 year shelf-life\r\n10 - 2400 Calorie Food Bars (12,000 Calories) - 30 Individually wrapped bars with a 5-year shelf life\r\n50 Water Purification Tablets - each tablet purifies 1 liter of water\r\n \r\nLight and Communication:    \r\nDynamo Radio Flashlight 4 in 1 - AmFm Radio, Siren, 3 LED Flashlight, Cell-phone Charger with adapter included (NEVER NEEDS BATTERIES)\r\nRechargeable Squeeze Flashlight - 3 LED flashlight which generates and stores power by squeezing the handle (NEVER NEEDS BATTERIES, more...'),(41,2,'Juego de InmersiÃ³n | Engranaje Marina de la Emergencia | aaaSurvivalProducts','juego de inmersiÃ³n, watermaker, Del Fabricante del Agua, las balsas salvavidas, las balsas, el aviÃ³n, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, la flotabilidad, los tubos, las cubiertas, las especificaciones de gobierno, los pabellones, la alta naranja de la visibilidad, la bÃºsqueda y el rescate, lÃ­nea de vida, conservando la lÃ­nea, las correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, acuerdo, peso ligero, inflable inflable, auto, pabellÃ³n, mÃ¡stil inflable, kit de primeros auxilios, espejo de la seÃ±al, envase del equipo, kit de reparaciÃ³n de la balsa, raciones del alimento, bandera de seÃ±al, cuchillo para uso general, raciones del agua, seÃ±ala por medio de luces, manual de la supervivencia, esponja, linterna, baterÃ­as, marcadores del tinte del mar, silbido, compÃ¡s magnÃ©tico, desalter, pescando el kit, conservando la lÃ­nea, paletas, reflector del radar','MitÃ³n digitado tres para guardar su calentador de los dedos. Dos tirones de la lengÃ¼eta de la cremallera en la cremallera localizada en la parte superior e inferior de la cremallera. Esto redujo en tiempo que ponÃ­a permitiendo que la cremallera sea tirada derecho para arriba. Las piernas anchas permiten aprisa el poner con la capacidad de poner con los zapatos o los cargadores encendido. Correas del tobillo a ayudar en caminar. Mas...'),(41,1,'Immersion Suit | Marine Emergency Gear | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable, canopy, inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food rations, signal flag, utility knife, water rations, flares, survival manual, sponge, flashlight, batteries, sea dye markers, whistle, magnetic compass, desalter, fishing kit, retaining line, paddles, radar reflector, immersion suit, watermaker','Three fingered mitt to keep your fingers warmer. Two zipper tab pulls on zipper located at top and bottom of zipper. This cuts down on donning time allowing the zipper to be pulled straight up. Wide legs allow quick donning with the ability to don with shoes or boots on. Ankle straps to aid in walking. More...'),(44,2,'Del Fabricante del Agua \"Survivor 06\" | Engranaje Marina de la Emergencia | aaaSurvivalProducts','juego de inmersiÃ³n, watermaker, Del Fabricante del Agua, las balsas salvavidas, las balsas, el aviÃ³n, los kits de supervivencia, las raciones, la seguridad corporativa, general, de marina, la flotabilidad, los tubos, las cubiertas, las especificaciones de gobierno, los pabellones, la alta naranja de la visibilidad, la bÃºsqueda y el rescate, lÃ­nea de vida, conservando la lÃ­nea, las correas de la manija, valise, vÃ¡lvula de la inflaciÃ³n del lanzamiento del mirada, disco del punture, productos de la supervivencia, cilindros de aluminio, corrosiÃ³n, garantÃ­a, aviaciÃ³n privada, infante de marina, anuncio publicitario, solo tubo, tubo doble, acuerdo, peso ligero, inflable inflable, auto, pabellÃ³n, mÃ¡stil inflable, kit de primeros auxilios, espejo de la seÃ±al, envase del equipo, kit de reparaciÃ³n de la balsa, raciones del alimento, bandera de seÃ±al, cuchillo para uso general, raciones del agua, seÃ±ala por medio de luces, manual de la supervivencia, esponja, linterna, baterÃ­as, marcadores del tinte del mar, silbido, compÃ¡s magnÃ©tico, desalter, pescando el kit, conservando la lÃ­nea, paletas, reflector del radar','Tome al sobreviviente junto con usted y olvide sus preocupaciones del agua dulce. Deriva en el mar abierto usado para crear el dilema histÃ³rico: agua, agua, por todas partes, pero no una gota a beber. Eso se cambia todo. Ahora usted puede producir el agua potable fresca con el Survivor-06, una innovaciÃ³n revolucionaria en la purificaciÃ³n del agua. Y usted puede finalmente parar el preocuparse del agua dulce para las emergencias.'),(44,1,'Watermaker \"Survivor 06\" | Marine Emergency Gear | aaaSurvivalProducts','life rafts, rafts, aircraft, survival kits, rations, corporate, general, marine safety, buoyancy, tubes, decks, government specifications, canopies, high visibility orange, search and rescue, life line, retaining line, handle webbing, valise, mirada release inflation valve, punture disk, Survival Products, aluminum cylinders, corrosion, warranty, private aviation, marine, commercial, single tube, double tube, compact, lightweight, inflatable, auto inflatable, canopy, inflatable mast, first aid kit, signal mirror, equipment container, raft repair kit, food rations, signal flag, utility knife, water rations, flares, survival manual, sponge, flashlight, batteries, sea dye markers, whistle, magnetic compass, desalter, fishing kit, retaining line, paddles, radar reflector, immersion suit, watermaker','Take the Survivor along with you and forget your fresh water worries. Drifting on the open sea used to create the age-old dilemma: water, water, everywhere, but not a drop to drink. That\'s all changed. Now you can produce fresh drinking water with the Survivor-06, a revolutionary innovation in water purification. And you can finally quit worrying about fresh water for emergencies.'),(69,2,'Palillos con Luz de la Emergencia 12 horas | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Nuestros palillos con luz de la emergencia duran por 12 horas y tienen un perÃ­odo de validez largo de 3-5 aÃ±os.'),(69,1,'12 Hour Emergency Bright Stick | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','Our emergency glow sticks last for 12 hours and have a long shelf-life of 3-5 years.'),(68,2,'3 LED Linterna del ApretÃ³n | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Estas linternas prÃ¡cticas del LED son baratas con todo muy eficiente y brillante. Son totalmente recargables simplemente exprimiendo la manija que genera y almacena energÃ­a.'),(68,1,'3 LED Squeeze Flashlights | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','These handy LED flashlights are inexpensive yet very efficient and bright. They are completely rechargeable by simply squeezing the handle which generates and stores power.'),(65,2,'Guarda AutomÃ³vil | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Esta linterna de la emergencia es una necesidad tiene para cada automÃ³vil. Tiene 3 luces brillantes del LED con 5 pilotos del LED en el lado que puede destellar para atraer la atenciÃ³n.'),(65,1,'Automobile Guardian | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','This emergency flashlight is a must have for every automobile. It has 3 bright LED lights with 5 LED warning lights on the side which can flash to attract attention.'),(64,2,'Linterna del DÃ­namo de la Emergencia con la Radio | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Nueva linterna brillante increÃ­ble del dÃ­namo del LED que nunca necesita las baterÃ­as y utiliza una baterÃ­a de almacenaje de OomAh/3.6v NI-MH.'),(64,1,'Emergency Dynamo Lantern with Radio | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','Incredible new bright LED dynamo lantern which never needs batteries and uses a OomAh/3.6v NI-MH Storage Battery. This lantern can also be charged using a 6V external electrical adapter as well.'),(50,2,'Palillos con Luz | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Palillos con Luz 12-Hour disponibles en verde, amarillo, naranja y rojo. Cantidad del caso: 500'),(50,1,'Light Sticks | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','12-Hour light sticks available in green, yellow, orange and red. Case Quantity: 500'),(67,2,'Menear verdadera (por siempre linterna) | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Estas linternas de la sacudida no contienen ninguna baterÃ­a. Mucho nuevo \"menear\" falso las linternas demandan ser recargables cuando utilizan realmente las baterÃ­as de litio genÃ©ricas. Ã‰stos son el reparto verdadero. El caso impermeable flota en agua y la luz es hasta una milla visible.'),(67,1,'Real Shake (forever flashlight) | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','These shake flashlights contain no batteries. Many new \"fake shake\" flashlights claim to be rechargeable when actually they use generic lithium batteries. These are the real deal. The waterproof case floats in water and the light is visible up to one mile.'),(66,2,'Linterna accionada solar | Luz de Emergencia | aaaSurvivalProducts','luz de emergencia, linternas, pallillos con luz, emergencia, supervivencia','Esta linterna brillante diseÃ±ada tiene 2 LED brillantes y se carga con energÃ­a solar. Es un gran producto a guardar en un keychain asÃ­ que puede cargar constantemente mientras que conduce durante el dÃ­a. Nunca necesita las baterÃ­as y le da una fuente de luz lista siempre que usted la necesite.'),(66,1,'Solar Powered Flashlight | Emergency Light | aaaSurvivalProducts','emergency light, flashlights, lanterns, light sticks, emergency, survival','This brilliantly designed flashlight has 2 bright LEDâ€™s and is charged through solar energy. It is a great product to keep on a keychain so it can constantly be charging while driving during the day. It never needs batteries and gives you a ready light source whenever you need it.'),(61,2,'Kit de primeros auxilios del animal domÃ©stico de 58 pedazos | Kit de Primeros Auxilios | aaaSurvivalProducts','Kits de Primeros Auxilios, supervivencia, emergencia, aaaSurvivalProducts, animales domÃ©sticos','El kit de primeros auxilios de lujo del animal domÃ©stico trata sus animales para varias lesiones.'),(61,1,'58 Piece Pet First Aid Kit | First Aid Kit | aaaSurvivalProducts','First Aid Kits, Survival, Emergency, aaaSurvivalProducts. pet, pets','Deluxe pet first aid kit treats your animals for various injuries.'),(70,2,'Calentadores del cuerpo de 16 horas | Engranaje de la Supervivencia | aaaSurvivalProducts','Calentadores del cuerpo, cargador del telÃ©fono celular de la emergencia, mantas tÃ©rmicas, supervivencia, emergencia','Estos calentadores de cuerpo caliente en cuestiÃ³n de minutos. Ellos duran 16-20 horas y hasta 150 grados con una temperatura promedio de 130 grados de calor. Colocar dentro de su saco de dormir o debajo de la ropa para obtener resultados Ã³ptimos.'),(70,1,'16 Hour Body Warmers | Survival Gear | aaaSurvivalProducts','Body Warmers, Emergency Cell Phone Charger, Thermal Blankets, survival, emergency','These body warmers heat up in just minutes. They last for 16-20 hours and heat up to 150 degrees with an average temperature of 130 degrees. Place within your sleeping bag or under clothing for optimal results.'),(62,2,'Cargador del telÃ©fono celular de la emergencia | Engranaje de la Supervivencia | aaaSurvivalProducts','Calentadores del cuerpo, cargador del telÃ©fono celular de la emergencia, mantas tÃ©rmicas, supervivencia, emergencia','Esta unidad puede ser un life-saver en una situaciÃ³n de emergencia permitiendo que el usuario ponga una llamada cuando muere una baterÃ­a del telÃ©fono celular. Tape simplemente el adaptador al telÃ©fono y enrolle la manija. Para cada minuto de enrrollamiento el telÃ©fono recibirÃ¡ bastante energÃ­a por 2-3 minutos de tiempo de la charla.'),(62,1,'Emergency Cell Phone Charger | Survival Gear | aaaSurvivalProducts','Body Warmers, Emergency Cell Phone Charger, Thermal Blankets, survival, emergency','This unit can be a life-saver in an emergency situation by allowing the user to place a call when a cell-phone battery dies. Simply plug the adapter to the phone and wind the handle. For every minute of winding the phone will receive enough energy for 2-3 minutes of talk time'),(63,2,'Paquete mÃ³vil del adaptador del telÃ©fono celular | Engranaje de la Supervivencia | aaaSurvivalProducts','Calentadores del cuerpo, cargador del telÃ©fono celular de la emergencia, mantas tÃ©rmicas, supervivencia, emergencia','Estos adaptadores funcionan con el cargador del telÃ©fono celular de la emergencia del guarda y todas las linternas del dÃ­namo con capacidades de carga del telÃ©fono celular. Tape un adaptador en su telÃ©fono y la cuerda en el dispositivo de carga para generar energÃ­a a cualquier telÃ©fono mÃ³vil que tenga el adaptador necesario.'),(63,1,'Mobile Cell-phone Adapter Package | Survival Gear | aaaSurvivalProducts','Body Warmers, Emergency Cell Phone Charger, Thermal Blankets, survival, emergency','These adapters work with the Guardian Emergency Cell-phone Charger and all dynamo flashlights with cell-phone charging capabilities. Plug an adapter into your phone and the cord into the charging device to generate power to any mobile phone which has the necessary adapter.'),(51,2,'Mantas TÃ©rmicas | Engranaje de la Supervivencia | aaaSurvivalProducts','Calentadores del cuerpo, cargador del telÃ©fono celular de la emergencia, mantas tÃ©rmicas, supervivencia, emergencia','Mantas tÃ©rmicas - TamaÃ±o: 52\" x 84\" - Cantidad del caso: 250 - Peso del caso: 28 LIBRAS'),(51,1,'Thermal Blankets | Survival Gear | aaaSurvivalProducts','Body Warmers, Emergency Cell Phone Charger, Thermal Blankets, survival, emergency','Thermal Blankets - Size: 52\" x 84\" - Case Quantity: 250 - Case Weight: 28 LBS');
/*!40000 ALTER TABLE `zen_meta_tags_products_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_music_genre`
--

DROP TABLE IF EXISTS `zen_music_genre`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_music_genre` (
  `music_genre_id` int(11) NOT NULL AUTO_INCREMENT,
  `music_genre_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `date_added` datetime DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  PRIMARY KEY (`music_genre_id`),
  KEY `idx_music_genre_name_zen` (`music_genre_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_music_genre`
--

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

--
-- Table structure for table `zen_newsletters`
--

DROP TABLE IF EXISTS `zen_newsletters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_newsletters` (
  `newsletters_id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `content` text COLLATE utf8_unicode_ci NOT NULL,
  `content_html` text COLLATE utf8_unicode_ci NOT NULL,
  `module` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `date_sent` datetime DEFAULT NULL,
  `status` int(1) DEFAULT NULL,
  `locked` int(1) DEFAULT '0',
  PRIMARY KEY (`newsletters_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_newsletters`
--

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

--
-- Table structure for table `zen_orders`
--

DROP TABLE IF EXISTS `zen_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders` (
  `orders_id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_id` int(11) NOT NULL DEFAULT '0',
  `customers_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_company` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `customers_street_address` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_suburb` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `customers_city` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_state` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `customers_country` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_telephone` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_email_address` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `customers_address_format_id` int(5) NOT NULL DEFAULT '0',
  `delivery_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `delivery_company` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_street_address` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `delivery_suburb` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_city` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `delivery_postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `delivery_state` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `delivery_country` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `delivery_address_format_id` int(5) NOT NULL DEFAULT '0',
  `billing_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `billing_company` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `billing_street_address` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `billing_suburb` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `billing_city` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `billing_postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `billing_state` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `billing_country` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `billing_address_format_id` int(5) NOT NULL DEFAULT '0',
  `payment_method` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payment_module_code` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `shipping_method` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `shipping_module_code` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `coupon_code` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `cc_type` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `cc_owner` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `cc_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `cc_expires` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `cc_cvv` blob,
  `last_modified` datetime DEFAULT NULL,
  `date_purchased` datetime DEFAULT NULL,
  `orders_status` int(5) NOT NULL DEFAULT '0',
  `orders_date_finished` datetime DEFAULT NULL,
  `currency` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `currency_value` decimal(14,6) DEFAULT NULL,
  `order_total` decimal(14,2) DEFAULT NULL,
  `order_tax` decimal(14,2) DEFAULT NULL,
  `paypal_ipn_id` int(11) NOT NULL DEFAULT '0',
  `ip_address` varchar(96) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`orders_id`),
  KEY `idx_status_orders_cust_zen` (`orders_status`,`orders_id`,`customers_id`),
  KEY `idx_date_purchased_zen` (`date_purchased`),
  KEY `idx_cust_id_orders_id_zen` (`customers_id`,`orders_id`)
) ENGINE=MyISAM AUTO_INCREMENT=12383 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders`
--

LOCK TABLES `zen_orders` WRITE;
/*!40000 ALTER TABLE `zen_orders` DISABLE KEYS */;
INSERT INTO `zen_orders` VALUES (12379,1,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States','2481236863','admin@aaadirondackchairs.com',2,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States',2,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States',2,'Check/Money Order','moneyorder','United Parcel Service (1 x 29.00lbs) (Ground)','ups','','','','','',NULL,NULL,'2010-10-18 21:39:02',1,NULL,'USD',1.000000,2376.40,0.00,0,'67.142.161.21 - 67.142.161.21'),(12380,1,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States','2481236863','admin@aaadirondackchairs.com',2,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States',2,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States',2,'Cheque/Ingreso a Cuenta Bancaria','moneyorder','United Parcel Service (2 x 28.05lbs) (Ground)','ups','','','','','',NULL,NULL,'2010-10-19 01:32:03',1,NULL,'USD',1.000000,6039.80,0.00,0,'67.142.161.22 - 67.142.161.22'),(12381,1,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States','2481236863','admin@aaadirondackchairs.com',2,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States',2,'Big Shorty','Big Deal, Inc','12345 N M Street','Pierson Rd','Fowlerville','48836','Michigan','United States',2,'Check/Money Order','moneyorder','United Parcel Service (2 x 32.59lbs) (Ground)','ups','','','','','',NULL,NULL,'2010-11-04 21:25:24',1,NULL,'USD',1.000000,5302.31,0.00,0,'97.131.99.100 - 97.131.99.100'),(12382,2,'IGARASHI Hitoki','','139-4 NAKAJIMA-CHO - TAKIKAWA-SHI','','HOKKAIDO','073-0035','åŒ—æµ·é“','Japan','','h-igarashi@happy.bbexcite.jp',1,'IGARASHI Hitoki','','139-4 NAKAJIMA-CHO - TAKIKAWA-SHI','','HOKKAIDO','073-0035','åŒ—æµ·é“','Japan',1,'IGARASHI Hitoki','','139-4 NAKAJIMA-CHO - TAKIKAWA-SHI','','HOKKAIDO','073-0035','åŒ—æµ·é“','Japan',1,'PayPal','paypalwpp','United Parcel Service (1 x 6.00lbs) (Worldwide Expedited)','ups','','','','','',NULL,NULL,'2010-11-15 20:49:13',1,NULL,'USD',1.000000,4524.56,0.00,0,'180.14.237.241 - 180.14.237.241');
/*!40000 ALTER TABLE `zen_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_orders_products`
--

DROP TABLE IF EXISTS `zen_orders_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders_products` (
  `orders_products_id` int(11) NOT NULL AUTO_INCREMENT,
  `orders_id` int(11) NOT NULL DEFAULT '0',
  `products_id` int(11) NOT NULL DEFAULT '0',
  `products_model` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `final_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `products_tax` decimal(7,4) NOT NULL DEFAULT '0.0000',
  `products_quantity` float NOT NULL DEFAULT '0',
  `onetime_charges` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `products_priced_by_attribute` tinyint(1) NOT NULL DEFAULT '0',
  `product_is_free` tinyint(1) NOT NULL DEFAULT '0',
  `products_discount_type` tinyint(1) NOT NULL DEFAULT '0',
  `products_discount_type_from` tinyint(1) NOT NULL DEFAULT '0',
  `products_prid` tinytext COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`orders_products_id`),
  KEY `idx_orders_id_prod_id_zen` (`orders_id`,`products_id`),
  KEY `idx_prod_id_orders_id_zen` (`products_id`,`orders_id`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders_products`
--

LOCK TABLES `zen_orders_products` WRITE;
/*!40000 ALTER TABLE `zen_orders_products` DISABLE KEYS */;
INSERT INTO `zen_orders_products` VALUES (1,12379,48,'','3682 Kcal Emergency Food Ration',63.8000,63.8000,0.0000,1,0.0000,0,0,0,0,'48'),(2,2,27,'RAF1210-103','TSO 10-Hombre con FAR 91 Kit',5140.0000,5140.0000,0.0000,2,0.0000,0,0,0,0,'27'),(3,2,48,'','RaciÃ³n del alimento de la emergencia de 3682 Kcal',63.8000,63.8000,0.0000,1,0.0000,0,0,0,0,'48'),(4,2,49,'','Nueva barra de energÃ­a del milenio',95.0400,95.0400,0.0000,1,0.0000,0,0,0,0,'49'),(5,2,46,'','Agua potable purificada emergencia',11.6200,11.6200,0.0000,1,0.0000,0,0,0,0,'46'),(6,3,36,'500-12Y','500-12Y Faro del localizador',2300.0000,2300.0000,0.0000,1,0.0000,0,0,0,0,'36'),(7,4,37,'EBC 406AP','EBC 406AP',1350.0000,1350.0000,0.0000,1,0.0000,0,0,0,0,'37'),(8,5,48,'','3682 Kcal Emergency Food Ration',63.8000,63.8000,0.0000,1,0.0000,0,0,0,0,'48'),(9,6,61,'DFPK','Kit de primeros auxilios del animal domÃ©stico de 58 pedazos',15.9100,15.9100,0.0000,1,0.0000,0,0,0,0,'61'),(10,7,36,'500-12Y','500-12Y Faro del localizador',2300.0000,2300.0000,0.0000,1,0.0000,0,0,0,0,'36'),(11,7,35,'EBC 502','EBC 502',595.0000,595.0000,0.0000,1,0.0000,0,0,0,0,'35'),(12,8,46,'','Agua potable purificada emergencia',11.6200,11.6200,0.0000,1,0.0000,0,0,0,0,'46'),(13,9,35,'EBC 502','EBC 502',595.0000,595.0000,0.0000,1,0.0000,0,0,0,0,'35'),(14,10,5,'1400-1/1500-5','4-Hombre con Kit de lujo',2415.0000,2415.0000,0.0000,1,0.0000,0,0,0,0,'5'),(15,11,46,'','Purified Drinking Water',11.6200,11.6200,0.0000,1,0.0000,0,0,0,0,'46'),(16,12,62,'LCCC','Emergency Cell Phone Charger',7.9900,7.9900,0.0000,1,0.0000,0,0,0,0,'62'),(17,13,42,'FV35H','Helicopter Life Vest (FV-35E)',73.0000,73.0000,0.0000,2,0.0000,0,0,0,0,'42'),(18,14,43,'FV-35','Life Vest (FV-35E)',57.0000,57.0000,0.0000,3,0.0000,0,0,0,0,'43'),(19,15,34,'RAF1212-105','12-Man TSO w/FAR 135 Kit',7120.0000,7120.0000,0.0000,1,0.0000,0,0,0,0,'34'),(20,16,37,'EBC 406AP','EBC 406AP',1307.0000,1307.0000,0.0000,1,0.0000,0,0,0,0,'37'),(21,17,44,'WAT0101-101','Del Fabricante del Agua  \"Survivor 06\"',695.0000,695.0000,0.0000,1,0.0000,0,0,0,0,'44'),(22,18,44,'WAT0101-101','Del Fabricante del Agua  \"Survivor 06\"',695.0000,695.0000,0.0000,1,0.0000,0,0,0,0,'44'),(23,19,35,'EBC 502','EBC 502',562.0000,562.0000,0.0000,1,0.0000,0,0,0,0,'35'),(24,3301,46,'','Agua potable purificada emergencia',11.6200,11.6200,0.0000,1,0.0000,0,0,0,0,'46'),(25,12379,13,'RAF1104-104','4-Man Life Raft w/FAR 121 Survival Kit TSO Approved',2323.0000,2323.0000,0.0000,1,0.0000,0,0,0,0,'13'),(26,12380,29,'RAF1210-105','Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 135 TSO A',5933.0000,5933.0000,0.0000,1,0.0000,0,0,0,0,'29'),(27,12381,13,'RAF1104-104','4-Man Life Raft w/FAR 121 Survival Kit TSO Approved',2323.0000,2323.0000,0.0000,2,0.0000,0,0,0,0,'13'),(28,12381,45,'2882','AquaLink 406 Emergency Locator Transmitter (ELT)',399.0000,399.0000,0.0000,1,0.0000,0,0,0,0,'45'),(29,12381,43,'XF-35','Life Vest Auto Inflatable (XF-35)  w / Sea Dye Marker and Signal',88.0000,88.0000,0.0000,2,0.0000,0,0,0,0,'43'),(30,12381,62,'LCCC','Emergency Cell Phone Charger',7.9900,7.9900,0.0000,1,0.0000,0,0,0,0,'62'),(31,12382,36,'500-12Y','500-12Y Emergency Locator Transmitter (ELT) Survival Locator Bea',2185.0000,2185.0000,0.0000,2,0.0000,0,0,0,0,'36');
/*!40000 ALTER TABLE `zen_orders_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_orders_products_attributes`
--

DROP TABLE IF EXISTS `zen_orders_products_attributes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders_products_attributes` (
  `orders_products_attributes_id` int(11) NOT NULL AUTO_INCREMENT,
  `orders_id` int(11) NOT NULL DEFAULT '0',
  `orders_products_id` int(11) NOT NULL DEFAULT '0',
  `products_options` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_options_values` text COLLATE utf8_unicode_ci NOT NULL,
  `options_values_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `price_prefix` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `product_attribute_is_free` tinyint(1) NOT NULL DEFAULT '0',
  `products_attributes_weight` float NOT NULL DEFAULT '0',
  `products_attributes_weight_prefix` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `attributes_discounted` tinyint(1) NOT NULL DEFAULT '1',
  `attributes_price_base_included` tinyint(1) NOT NULL DEFAULT '1',
  `attributes_price_onetime` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor_offset` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor_onetime` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor_onetime_offset` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_qty_prices` text COLLATE utf8_unicode_ci,
  `attributes_qty_prices_onetime` text COLLATE utf8_unicode_ci,
  `attributes_price_words` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_words_free` int(4) NOT NULL DEFAULT '0',
  `attributes_price_letters` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_letters_free` int(4) NOT NULL DEFAULT '0',
  `products_options_id` int(11) NOT NULL DEFAULT '0',
  `products_options_values_id` int(11) NOT NULL DEFAULT '0',
  `products_prid` tinytext COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`orders_products_attributes_id`),
  KEY `idx_orders_id_prod_id_zen` (`orders_id`,`orders_products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders_products_attributes`
--

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

--
-- Table structure for table `zen_orders_products_download`
--

DROP TABLE IF EXISTS `zen_orders_products_download`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders_products_download` (
  `orders_products_download_id` int(11) NOT NULL AUTO_INCREMENT,
  `orders_id` int(11) NOT NULL DEFAULT '0',
  `orders_products_id` int(11) NOT NULL DEFAULT '0',
  `orders_products_filename` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `download_maxdays` int(2) NOT NULL DEFAULT '0',
  `download_count` int(2) NOT NULL DEFAULT '0',
  `products_prid` tinytext COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`orders_products_download_id`),
  KEY `idx_orders_id_zen` (`orders_id`),
  KEY `idx_orders_products_id_zen` (`orders_products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders_products_download`
--

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

--
-- Table structure for table `zen_orders_status`
--

DROP TABLE IF EXISTS `zen_orders_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders_status` (
  `orders_status_id` int(11) NOT NULL DEFAULT '0',
  `language_id` int(11) NOT NULL DEFAULT '1',
  `orders_status_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`orders_status_id`,`language_id`),
  KEY `idx_orders_status_name_zen` (`orders_status_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders_status`
--

LOCK TABLES `zen_orders_status` WRITE;
/*!40000 ALTER TABLE `zen_orders_status` DISABLE KEYS */;
INSERT INTO `zen_orders_status` VALUES (1,1,'Pending'),(2,1,'Processing'),(3,1,'Delivered'),(4,1,'Update'),(100,1,'Google New'),(100,2,'Google New'),(101,1,'Google Processing'),(101,2,'Google Processing'),(103,1,'Google Digital Processed'),(103,2,'Google Digital Processed'),(105,1,'Google Shipped'),(105,2,'Google Shipped'),(107,1,'Google Refunded'),(107,2,'Google Refunded'),(109,1,'Google Shipped and Refunded'),(109,2,'Google Shipped and Refunded'),(111,1,'Google Canceled'),(111,2,'Google Canceled');
/*!40000 ALTER TABLE `zen_orders_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_orders_status_history`
--

DROP TABLE IF EXISTS `zen_orders_status_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders_status_history` (
  `orders_status_history_id` int(11) NOT NULL AUTO_INCREMENT,
  `orders_id` int(11) NOT NULL DEFAULT '0',
  `orders_status_id` int(5) NOT NULL DEFAULT '0',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `customer_notified` int(1) DEFAULT '0',
  `comments` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`orders_status_history_id`),
  KEY `idx_orders_id_status_id_zen` (`orders_id`,`orders_status_id`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders_status_history`
--

LOCK TABLES `zen_orders_status_history` WRITE;
/*!40000 ALTER TABLE `zen_orders_status_history` DISABLE KEYS */;
INSERT INTO `zen_orders_status_history` VALUES (1,12379,1,'2010-01-30 01:29:28',1,'Get it here fast'),(2,2,1,'2010-01-30 20:07:52',1,''),(3,3,1,'2010-01-30 20:50:53',1,''),(4,4,1,'2010-01-30 21:10:59',1,'MAKE IT FAST AMIGO'),(5,5,1,'2010-01-31 14:42:06',1,'Get it to me quick'),(6,6,1,'2010-01-31 15:43:47',1,'Rapido'),(7,7,1,'2010-01-31 19:49:40',1,'Rapidamente'),(8,8,1,'2010-01-31 20:17:18',1,''),(9,9,1,'2010-01-31 20:31:47',1,''),(10,10,1,'2010-01-31 20:36:23',1,''),(11,11,2,'2010-02-01 12:53:03',1,'Sandbox test account for verification'),(12,11,2,'2010-02-01 12:53:03',0,'Transaction ID: 3L132312K51507330 \nPayment Type: PayPal Express Checkout (instant) \nTimestamp: 2010-02-01T18:53:05Z \nPayment Status: Completed \nAmount: 35.04 USD '),(13,12,2,'2010-02-01 13:23:31',1,'Drop at front door'),(14,12,2,'2010-02-01 13:23:31',0,'Transaction ID: 8SB41353BD574861E \nPayment Type: Credit Card (WPP) \nTimestamp: 2010-02-01T19:23:33Z \nPayment Status: Completed \nAVS Code: Y\nCVV2 Code: M\nAmount: 15.71 USD '),(15,13,2,'2010-02-15 17:35:36',1,''),(16,13,2,'2010-02-15 17:35:36',0,'Transaction ID: 8MC61548464954205 \nPayment Type: PayPal Express Checkout (instant) \nTimestamp: 2010-02-15T23:35:38Z \nPayment Status: Completed \nAmount: 170.00 USD '),(17,14,2,'2010-06-08 22:09:41',1,''),(18,14,2,'2010-06-08 22:09:41',0,'Transaction ID: 8C463154090635105 \nPayment Type: PayPal Express Checkout (instant) \nTimestamp: 2010-06-09T03:09:52Z \nPayment Status: Completed \nAmount: 200.97 USD '),(19,14,4,'2010-06-17 09:10:45',1,'Mr. Muelmenstaedt: Your order has shipped. Your UPS tracking number is: 1Z5X66100359849575. Thank you for your order. Please let us know if we may assist you in the future.'),(20,15,1,'2010-07-28 20:52:27',1,''),(21,16,1,'2010-07-28 21:08:56',1,''),(22,17,1,'2010-09-02 18:32:33',1,''),(23,18,1,'2010-09-02 18:39:05',1,''),(24,19,1,'2010-09-02 18:45:46',1,''),(25,3301,1,'2010-09-02 19:33:25',1,''),(26,12379,1,'2010-10-18 21:39:02',1,'Get it here fast boys'),(27,12380,1,'2010-10-19 01:32:03',1,''),(28,12381,1,'2010-11-04 21:25:24',1,''),(29,12382,2,'2010-11-15 20:49:13',1,'Request the FAA FORM 8130-3.'),(30,12382,2,'2010-11-15 20:49:13',0,'Transaction ID: 45892889RU867724B \nPayment Type: PayPal Express Checkout (instant) \nTimestamp: 2010-11-16T02:49:13Z \nPayment Status: Completed \nAmount: 4524.56 USD '),(31,12382,1,'2010-11-19 14:40:18',0,'REFUND INITIATED. Trans ID:9G674798S35314641\n Gross Refund Amt: 4524.56\nRefunded by store administrator.');
/*!40000 ALTER TABLE `zen_orders_status_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_orders_total`
--

DROP TABLE IF EXISTS `zen_orders_total`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_orders_total` (
  `orders_total_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `orders_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `text` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `value` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `class` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`orders_total_id`),
  KEY `idx_ot_orders_id_zen` (`orders_id`),
  KEY `idx_ot_class_zen` (`class`)
) ENGINE=MyISAM AUTO_INCREMENT=73 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_orders_total`
--

LOCK TABLES `zen_orders_total` WRITE;
/*!40000 ALTER TABLE `zen_orders_total` DISABLE KEYS */;
INSERT INTO `zen_orders_total` VALUES (1,12379,'Sub-Total:','$63.80',63.8000,'ot_subtotal',100),(2,12379,'United Parcel Service (1 x 33.00kgs) (Ground):','$26.72',26.7200,'ot_shipping',200),(3,12379,'Total:','$90.52',90.5200,'ot_total',999),(4,2,'Subtotal:','$10,450.46',10450.4600,'ot_subtotal',100),(5,2,'United Parcel Service (4 x 48.40lbs) (Ground):','$146.28',146.2800,'ot_shipping',200),(6,2,'Total:','$10,596.74',10596.7400,'ot_total',999),(7,3,'Subtotal:','$2,300.00',2300.0000,'ot_subtotal',100),(8,3,'United Parcel Service (1 x 4.50kg) (Ground):','$12.92',12.9200,'ot_shipping',200),(9,3,'Total:','$2,312.92',2312.9200,'ot_total',999),(10,4,'Subtotal:','$1,350.00',1350.0000,'ot_subtotal',100),(11,4,'United Parcel Service (1 x 5.50lbs) (Ground):','$13.19',13.1900,'ot_shipping',200),(12,4,'Total:','$1,363.19',1363.1900,'ot_total',999),(13,5,'Sub-Total:','$63.80',63.8000,'ot_subtotal',100),(14,5,'FedEx Ground (FedEx Ground<sup><font size=\"1\">&reg;</font></sup> ):','$10.87',10.8700,'ot_shipping',200),(15,5,'Total:','$74.67',74.6700,'ot_total',999),(16,6,'Subtotal:','$15.91',15.9100,'ot_subtotal',100),(17,6,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$7.72',7.7200,'ot_shipping',200),(18,6,'Total:','$23.63',23.6300,'ot_total',999),(19,7,'Subtotal:','$2,895.00',2895.0000,'ot_subtotal',100),(20,7,'United Parcel Service (1 x 7.00lbs) (Ground):','$11.21',11.2100,'ot_shipping',200),(21,7,'Total:','$2,906.21',2906.2100,'ot_total',999),(22,8,'Subtotal:','$11.62',11.6200,'ot_subtotal',100),(23,8,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$13.18',13.1800,'ot_shipping',200),(24,8,'Total:','$24.80',24.8000,'ot_total',999),(25,9,'Subtotal:','$595.00',595.0000,'ot_subtotal',100),(26,9,'United Parcel Service (1 x 5.50lbs) (Ground):','$10.77',10.7700,'ot_shipping',200),(27,9,'Total:','$605.77',605.7700,'ot_total',999),(28,10,'Subtotal:','$2,415.00',2415.0000,'ot_subtotal',100),(29,10,'United Parcel Service (1 x 24.00lbs) (Ground):','$15.47',15.4700,'ot_shipping',200),(30,10,'Total:','$2,430.47',2430.4700,'ot_total',999),(31,11,'Sub-Total:','$11.62',11.6200,'ot_subtotal',100),(32,11,'FedEx Ground (FedEx Ground<sup><font size=\"1\">&reg;</font></sup> ):','$23.42',23.4200,'ot_shipping',200),(33,11,'Total:','$35.04',35.0400,'ot_total',999),(34,12,'Sub-Total:','$7.99',7.9900,'ot_subtotal',100),(35,12,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$7.72',7.7200,'ot_shipping',200),(36,12,'Total:','$15.71',15.7100,'ot_total',999),(37,13,'Sub-Total:','$146.00',146.0000,'ot_subtotal',100),(38,13,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$24.00',24.0000,'ot_shipping',200),(39,13,'Total:','$170.00',170.0000,'ot_total',999),(40,14,'Sub-Total:','$171.00',171.0000,'ot_subtotal',100),(41,14,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$29.97',29.9700,'ot_shipping',200),(42,14,'Total:','$200.97',200.9700,'ot_total',999),(43,15,'Sub-Total:','$7,120.00',7120.0000,'ot_subtotal',100),(44,15,'United Parcel Service (2 x 29.70lbs) (Ground):','$75.90',75.9000,'ot_shipping',200),(45,15,'Total:','$7,195.90',7195.9000,'ot_total',999),(46,16,'Sub-Total:','$1,307.00',1307.0000,'ot_subtotal',100),(47,16,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$19.43',19.4300,'ot_shipping',200),(48,16,'Total:','$1,326.43',1326.4300,'ot_total',999),(49,17,'Subtotal:','$695.00',695.0000,'ot_subtotal',100),(50,17,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$12.51',12.5100,'ot_shipping',200),(51,17,'Total:','$707.51',707.5100,'ot_total',999),(52,18,'Subtotal:','$695.00',695.0000,'ot_subtotal',100),(53,18,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$12.51',12.5100,'ot_shipping',200),(54,18,'Total:','$707.51',707.5100,'ot_total',999),(55,19,'Subtotal:','$562.00',562.0000,'ot_subtotal',100),(56,19,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$11.81',11.8100,'ot_shipping',200),(57,19,'Total:','$573.81',573.8100,'ot_total',999),(58,3301,'Subtotal:','$11.62',11.6200,'ot_subtotal',100),(59,3301,'FedEx Ground (FedEx Home Delivery<sup><font size=\"1\">&reg;</font></sup> ):','$12.73',12.7300,'ot_shipping',200),(60,3301,'Total:','$24.35',24.3500,'ot_total',999),(61,12379,'Sub-Total:','$2,323.00',2323.0000,'ot_subtotal',100),(62,12379,'United Parcel Service (1 x 29.00lbs) (Ground):','$53.40',53.4000,'ot_shipping',200),(63,12379,'Total:','$2,376.40',2376.4000,'ot_total',999),(64,12380,'Subtotal:','$5,933.00',5933.0000,'ot_subtotal',100),(65,12380,'United Parcel Service (2 x 28.05lbs) (Ground):','$106.80',106.8000,'ot_shipping',200),(66,12380,'Total:','$6,039.80',6039.8000,'ot_total',999),(67,12381,'Sub-Total:','$5,228.99',5228.9900,'ot_subtotal',100),(68,12381,'United Parcel Service (2 x 32.59lbs) (Ground):','$73.32',73.3200,'ot_shipping',200),(69,12381,'Total:','$5,302.31',5302.3100,'ot_total',999),(70,12382,'Sub-Total:','$4,370.00',4370.0000,'ot_subtotal',100),(71,12382,'United Parcel Service (1 x 6.00lbs) (Worldwide Expedited):','$154.56',154.5600,'ot_shipping',200),(72,12382,'Total:','$4,524.56',4524.5600,'ot_total',999);
/*!40000 ALTER TABLE `zen_orders_total` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_paypal`
--

DROP TABLE IF EXISTS `zen_paypal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_paypal` (
  `paypal_ipn_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` int(11) unsigned NOT NULL DEFAULT '0',
  `txn_type` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `module_name` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `module_mode` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `reason_code` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
  `payment_type` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payment_status` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `pending_reason` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `invoice` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
  `mc_currency` char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `first_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payer_business_name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_street` varchar(254) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_city` varchar(120) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_state` varchar(120) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_country` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_status` varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
  `payer_email` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payer_id` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payer_status` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payment_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `business` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `receiver_email` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `receiver_id` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `txn_id` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `parent_txn_id` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `num_cart_items` tinyint(4) unsigned NOT NULL DEFAULT '1',
  `mc_gross` decimal(7,2) NOT NULL DEFAULT '0.00',
  `mc_fee` decimal(7,2) NOT NULL DEFAULT '0.00',
  `payment_gross` decimal(7,2) DEFAULT NULL,
  `payment_fee` decimal(7,2) DEFAULT NULL,
  `settle_amount` decimal(7,2) DEFAULT NULL,
  `settle_currency` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `exchange_rate` decimal(4,2) DEFAULT NULL,
  `notify_version` varchar(6) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `verify_sign` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `memo` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`paypal_ipn_id`,`txn_id`),
  KEY `idx_order_id_zen` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_paypal`
--

LOCK TABLES `zen_paypal` WRITE;
/*!40000 ALTER TABLE `zen_paypal` DISABLE KEYS */;
INSERT INTO `zen_paypal` VALUES (1,11,'cart','paypalwpp','PayPal','None','PayPal Express Checkout (instant)','Completed','None','EC-2NT82604TN512135L','USD','JOHN','BRAKE','Adirondak Jak, Inc.','Adirondak Jak, Inc.','9079 PIERSON RD','FOWLERVILLE','MI','48836','','Confirmed','eorder@adirondakchairs.net','2H5JR9R6C3V4C','verified','2010-02-01 18:53:05','','wayne.aaasurvival.com','','3L132312K51507330','',1,35.04,1.32,NULL,NULL,0.00,'USD',1.00,'0.0','','0001-01-01 00:00:00','2010-02-01 12:53:03','{Record generated by payment module}'),(2,12,'cart','paypaldp','PayPal','','Credit Card (WPP)','Completed','','','USD','','','','','','','','','','','','','','2010-02-01 19:23:33','','MODULE_PAYMENT_PAYPALDP_APIUSERNAME','','8SB41353BD574861E','',1,15.71,0.00,NULL,NULL,0.00,'USD',1.00,'0.0','','0001-01-01 00:00:00','2010-02-01 13:23:31','{Record generated by payment module}'),(3,13,'cart','paypalwpp','PayPal','None','PayPal Express Checkout (instant)','Completed','None','EC-0TS35927T69694825','USD','Jennifer','Ware','','Jennifer Ware','1103 Sierra Country Court','Gardnerville','NV','89460','','Confirmed','jennifer@herdware.net','E4X8DGXCQ2JMW','verified','2010-02-15 23:35:38','','wayne.aaasurvival.com','','8MC61548464954205','',1,170.00,5.23,NULL,NULL,0.00,'USD',1.00,'0.0','','0001-01-01 00:00:00','2010-02-15 17:35:36','{Record generated by payment module}'),(4,14,'cart','paypalwpp','PayPal','None','PayPal Express Checkout (instant)','Completed','None','EC-1YN31002X9863673S','USD','Johannes','Muelmenstaedt','','Johannes Muelmenstaedt','1830 Zapo St','Del Mar','CA','92014','','Confirmed','jmuelmen@ucsd.edu','TZ43TXUPR7NV4','verified','2010-06-09 03:09:52','','wayne.aaasurvival.com','','8C463154090635105','',1,200.97,6.13,NULL,NULL,0.00,'USD',1.00,'0.0','','0001-01-01 00:00:00','2010-06-08 22:09:41','{Record generated by payment module}'),(5,12382,'cart','paypalwpp','PayPal','None','PayPal Express Checkout (instant)','Completed','None','EC-90043929765547627','USD','IGARASHI','Hitoki','','IGARASHI Hitoki','139-4 NAKAJIMA-CHO - TAKIKAWA-SHI','HOKKAIDO','åŒ—æµ·é“','073-0035','','Unconfirmed','h-igarashi@happy.bbexcite.jp','YW3544D7D29LE','unverified','2010-11-16 02:49:13','','wayne.aaasurvival.com','','45892889RU867724B','',1,4524.56,176.76,NULL,NULL,0.00,'USD',1.00,'0','','0001-01-01 00:00:00','2010-11-15 20:49:13','{Record generated by payment module}');
/*!40000 ALTER TABLE `zen_paypal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_paypal_payment_status`
--

DROP TABLE IF EXISTS `zen_paypal_payment_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_paypal_payment_status` (
  `payment_status_id` int(11) NOT NULL AUTO_INCREMENT,
  `payment_status_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`payment_status_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_paypal_payment_status`
--

LOCK TABLES `zen_paypal_payment_status` WRITE;
/*!40000 ALTER TABLE `zen_paypal_payment_status` DISABLE KEYS */;
INSERT INTO `zen_paypal_payment_status` VALUES (1,'Completed'),(2,'Pending'),(3,'Failed'),(4,'Denied'),(5,'Refunded'),(6,'Canceled_Reversal'),(7,'Reversed');
/*!40000 ALTER TABLE `zen_paypal_payment_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_paypal_payment_status_history`
--

DROP TABLE IF EXISTS `zen_paypal_payment_status_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_paypal_payment_status_history` (
  `payment_status_history_id` int(11) NOT NULL AUTO_INCREMENT,
  `paypal_ipn_id` int(11) NOT NULL DEFAULT '0',
  `txn_id` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `parent_txn_id` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payment_status` varchar(17) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `pending_reason` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`payment_status_history_id`),
  KEY `idx_paypal_ipn_id_zen` (`paypal_ipn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_paypal_payment_status_history`
--

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

--
-- Table structure for table `zen_paypal_session`
--

DROP TABLE IF EXISTS `zen_paypal_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_paypal_session` (
  `unique_id` int(11) NOT NULL AUTO_INCREMENT,
  `session_id` text COLLATE utf8_unicode_ci NOT NULL,
  `saved_session` mediumblob NOT NULL,
  `expiry` int(17) NOT NULL DEFAULT '0',
  PRIMARY KEY (`unique_id`),
  KEY `idx_session_id_zen` (`session_id`(36))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_paypal_session`
--

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

--
-- Table structure for table `zen_paypal_testing`
--

DROP TABLE IF EXISTS `zen_paypal_testing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_paypal_testing` (
  `paypal_ipn_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` int(11) unsigned NOT NULL DEFAULT '0',
  `custom` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `txn_type` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `module_name` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `module_mode` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `reason_code` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
  `payment_type` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payment_status` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `pending_reason` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `invoice` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
  `mc_currency` char(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `first_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payer_business_name` varchar(128) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_street` varchar(254) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_city` varchar(120) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_state` varchar(120) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_zip` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_country` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address_status` varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
  `payer_email` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payer_id` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payer_status` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `payment_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `business` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `receiver_email` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `receiver_id` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `txn_id` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `parent_txn_id` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `num_cart_items` tinyint(4) unsigned NOT NULL DEFAULT '1',
  `mc_gross` decimal(7,2) NOT NULL DEFAULT '0.00',
  `mc_fee` decimal(7,2) NOT NULL DEFAULT '0.00',
  `payment_gross` decimal(7,2) DEFAULT NULL,
  `payment_fee` decimal(7,2) DEFAULT NULL,
  `settle_amount` decimal(7,2) DEFAULT NULL,
  `settle_currency` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `exchange_rate` decimal(4,2) DEFAULT NULL,
  `notify_version` decimal(2,1) NOT NULL DEFAULT '0.0',
  `verify_sign` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `memo` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`paypal_ipn_id`,`txn_id`),
  KEY `idx_order_id_zen` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_paypal_testing`
--

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

--
-- Table structure for table `zen_product_music_extra`
--

DROP TABLE IF EXISTS `zen_product_music_extra`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_product_music_extra` (
  `products_id` int(11) NOT NULL DEFAULT '0',
  `artists_id` int(11) NOT NULL DEFAULT '0',
  `record_company_id` int(11) NOT NULL DEFAULT '0',
  `music_genre_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`products_id`),
  KEY `idx_music_genre_id_zen` (`music_genre_id`),
  KEY `idx_artists_id_zen` (`artists_id`),
  KEY `idx_record_company_id_zen` (`record_company_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_product_music_extra`
--

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

--
-- Table structure for table `zen_product_type_layout`
--

DROP TABLE IF EXISTS `zen_product_type_layout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_product_type_layout` (
  `configuration_id` int(11) NOT NULL AUTO_INCREMENT,
  `configuration_title` text COLLATE utf8_unicode_ci NOT NULL,
  `configuration_key` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `configuration_value` text COLLATE utf8_unicode_ci NOT NULL,
  `configuration_description` text COLLATE utf8_unicode_ci NOT NULL,
  `product_type_id` int(11) NOT NULL DEFAULT '0',
  `sort_order` int(5) DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `use_function` text COLLATE utf8_unicode_ci,
  `set_function` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`configuration_id`),
  UNIQUE KEY `unq_config_key_zen` (`configuration_key`),
  KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)),
  KEY `idx_type_id_sort_order_zen` (`product_type_id`,`sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=144 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_product_type_layout`
--

LOCK TABLES `zen_product_type_layout` WRITE;
/*!40000 ALTER TABLE `zen_product_type_layout` DISABLE KEYS */;
INSERT INTO `zen_product_type_layout` VALUES (1,'Show Model Number','SHOW_PRODUCT_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',1,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(2,'Show Weight','SHOW_PRODUCT_INFO_WEIGHT','1','Display Weight on Product Info 0= off 1= on',1,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(3,'Show Attribute Weight','SHOW_PRODUCT_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',1,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(4,'Show Manufacturer','SHOW_PRODUCT_INFO_MANUFACTURER','0','Display Manufacturer Name on Product Info 0= off 1= on',1,4,'2010-10-17 20:54:08','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(5,'Show Quantity in Shopping Cart','SHOW_PRODUCT_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',1,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(6,'Show Quantity in Stock','SHOW_PRODUCT_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',1,6,'2010-10-17 20:55:23','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(7,'Show Product Reviews Count','SHOW_PRODUCT_INFO_REVIEWS_COUNT','0','Display Product Reviews Count on Product Info 0= off 1= on',1,7,'2010-10-17 20:56:07','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(8,'Show Product Reviews Button','SHOW_PRODUCT_INFO_REVIEWS','0','Display Product Reviews Button on Product Info 0= off 1= on',1,8,'2010-10-17 20:55:49','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(9,'Show Date Available','SHOW_PRODUCT_INFO_DATE_AVAILABLE','0','Display Date Available on Product Info 0= off 1= on',1,9,'2010-10-17 20:56:19','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(10,'Show Date Added','SHOW_PRODUCT_INFO_DATE_ADDED','0','Display Date Added on Product Info 0= off 1= on',1,10,'2010-10-17 20:56:32','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(11,'Show Product URL','SHOW_PRODUCT_INFO_URL','1','Display URL on Product Info 0= off 1= on',1,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(12,'Show Product Additional Images','SHOW_PRODUCT_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',1,13,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(13,'Show Starting At text on Price','SHOW_PRODUCT_INFO_STARTING_AT','0','Display Starting At text on products with attributes Product Info 0= off 1= on',1,12,'2010-10-17 20:56:46','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(14,'Show Product Tell a Friend button','SHOW_PRODUCT_INFO_TELL_A_FRIEND','0','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',1,15,'2010-10-17 20:56:59','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(15,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',1,16,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(16,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',1,100,NULL,'2010-10-17 08:24:08','',''),(17,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',1,101,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(18,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',1,102,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(19,'Show Model Number','SHOW_PRODUCT_MUSIC_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',2,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(20,'Show Weight','SHOW_PRODUCT_MUSIC_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',2,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(21,'Show Attribute Weight','SHOW_PRODUCT_MUSIC_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',2,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(22,'Show Artist','SHOW_PRODUCT_MUSIC_INFO_ARTIST','1','Display Artists Name on Product Info 0= off 1= on',2,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(23,'Show Music Genre','SHOW_PRODUCT_MUSIC_INFO_GENRE','1','Display Music Genre on Product Info 0= off 1= on',2,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(24,'Show Record Company','SHOW_PRODUCT_MUSIC_INFO_RECORD_COMPANY','1','Display Record Company on Product Info 0= off 1= on',2,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(25,'Show Quantity in Shopping Cart','SHOW_PRODUCT_MUSIC_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',2,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(26,'Show Quantity in Stock','SHOW_PRODUCT_MUSIC_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',2,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(27,'Show Product Reviews Count','SHOW_PRODUCT_MUSIC_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',2,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(28,'Show Product Reviews Button','SHOW_PRODUCT_MUSIC_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',2,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(29,'Show Date Available','SHOW_PRODUCT_MUSIC_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',2,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(30,'Show Date Added','SHOW_PRODUCT_MUSIC_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',2,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(31,'Show Starting At text on Price','SHOW_PRODUCT_MUSIC_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',2,12,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(32,'Show Product Additional Images','SHOW_PRODUCT_MUSIC_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',2,13,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(33,'Show Product Tell a Friend button','SHOW_PRODUCT_MUSIC_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',2,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(34,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_MUSIC_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',2,16,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(35,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_MUSIC_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',2,100,NULL,'2010-10-17 08:24:08','',''),(36,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_MUSIC_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',2,101,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(37,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_MUSIC_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',2,102,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(38,'Show Product Reviews Count','SHOW_DOCUMENT_GENERAL_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',3,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(39,'Show Product Reviews Button','SHOW_DOCUMENT_GENERAL_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',3,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(40,'Show Date Available','SHOW_DOCUMENT_GENERAL_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',3,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(41,'Show Date Added','SHOW_DOCUMENT_GENERAL_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',3,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(42,'Show Product Tell a Friend button','SHOW_DOCUMENT_GENERAL_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',3,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(43,'Show Product URL','SHOW_DOCUMENT_GENERAL_INFO_URL','1','Display URL on Product Info 0= off 1= on',3,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(44,'Show Product Additional Images','SHOW_DOCUMENT_GENERAL_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',3,13,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(45,'Show Model Number','SHOW_DOCUMENT_PRODUCT_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',4,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(46,'Show Weight','SHOW_DOCUMENT_PRODUCT_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',4,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(47,'Show Attribute Weight','SHOW_DOCUMENT_PRODUCT_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',4,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(48,'Show Manufacturer','SHOW_DOCUMENT_PRODUCT_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',4,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(49,'Show Quantity in Shopping Cart','SHOW_DOCUMENT_PRODUCT_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',4,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(50,'Show Quantity in Stock','SHOW_DOCUMENT_PRODUCT_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',4,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(51,'Show Product Reviews Count','SHOW_DOCUMENT_PRODUCT_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',4,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(52,'Show Product Reviews Button','SHOW_DOCUMENT_PRODUCT_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',4,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(53,'Show Date Available','SHOW_DOCUMENT_PRODUCT_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',4,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(54,'Show Date Added','SHOW_DOCUMENT_PRODUCT_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',4,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(55,'Show Product URL','SHOW_DOCUMENT_PRODUCT_INFO_URL','1','Display URL on Product Info 0= off 1= on',4,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(56,'Show Product Additional Images','SHOW_DOCUMENT_PRODUCT_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',4,13,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(57,'Show Starting At text on Price','SHOW_DOCUMENT_PRODUCT_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',4,12,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(58,'Show Product Tell a Friend button','SHOW_DOCUMENT_PRODUCT_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',4,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(59,'Product Free Shipping Image Status - Catalog','SHOW_DOCUMENT_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',4,16,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(60,'Product Price Tax Class Default - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',4,100,NULL,'2010-10-17 08:24:08','',''),(61,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',4,101,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(62,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',4,102,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(63,'Show Model Number','SHOW_PRODUCT_FREE_SHIPPING_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',5,1,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(64,'Show Weight','SHOW_PRODUCT_FREE_SHIPPING_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',5,2,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(65,'Show Attribute Weight','SHOW_PRODUCT_FREE_SHIPPING_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',5,3,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(66,'Show Manufacturer','SHOW_PRODUCT_FREE_SHIPPING_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',5,4,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(67,'Show Quantity in Shopping Cart','SHOW_PRODUCT_FREE_SHIPPING_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',5,5,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(68,'Show Quantity in Stock','SHOW_PRODUCT_FREE_SHIPPING_INFO_QUANTITY','1','Display Quantity in Stock on Product Info 0= off 1= on',5,6,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(69,'Show Product Reviews Count','SHOW_PRODUCT_FREE_SHIPPING_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',5,7,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(70,'Show Product Reviews Button','SHOW_PRODUCT_FREE_SHIPPING_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',5,8,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(71,'Show Date Available','SHOW_PRODUCT_FREE_SHIPPING_INFO_DATE_AVAILABLE','0','Display Date Available on Product Info 0= off 1= on',5,9,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(72,'Show Date Added','SHOW_PRODUCT_FREE_SHIPPING_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',5,10,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(73,'Show Product URL','SHOW_PRODUCT_FREE_SHIPPING_INFO_URL','1','Display URL on Product Info 0= off 1= on',5,11,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(74,'Show Product Additional Images','SHOW_PRODUCT_FREE_SHIPPING_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',5,13,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(75,'Show Starting At text on Price','SHOW_PRODUCT_FREE_SHIPPING_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',5,12,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(76,'Show Product Tell a Friend button','SHOW_PRODUCT_FREE_SHIPPING_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',5,15,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(77,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_FREE_SHIPPING_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','1','Show the Free Shipping image/text in the catalog?',5,16,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(78,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',5,100,NULL,'2010-10-17 08:24:08','',''),(79,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',5,101,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(80,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','1','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',5,102,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(81,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',1,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(82,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_INFO_METATAGS_PRODUCTS_NAME_STATUS','0','Display Product Name in Meta Tags Title 0= off 1= on',1,51,'2010-10-17 20:58:19','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(83,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_INFO_METATAGS_MODEL_STATUS','0','Display Product Model in Meta Tags Title 0= off 1= on',1,52,'2010-10-17 20:58:31','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(84,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_INFO_METATAGS_PRICE_STATUS','0','Display Product Price in Meta Tags Title 0= off 1= on',1,53,'2010-10-17 20:58:48','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(85,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_INFO_METATAGS_TITLE_TAGLINE_STATUS','0','Display Product Tagline in Meta Tags Title 0= off 1= on',1,54,'2010-10-17 20:59:06','2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(86,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_MUSIC_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',2,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(87,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_MUSIC_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',2,51,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(88,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_MUSIC_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',2,52,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(89,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_MUSIC_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',2,53,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(90,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_MUSIC_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',2,54,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(91,'Show Metatags Title Default - Document Title','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_TITLE_STATUS','1','Display Document Title in Meta Tags Title 0= off 1= on',3,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(92,'Show Metatags Title Default - Document Name','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Document Name in Meta Tags Title 0= off 1= on',3,51,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(93,'Show Metatags Title Default - Document Tagline','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Document Tagline in Meta Tags Title 0= off 1= on',3,54,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(94,'Show Metatags Title Default - Document Title','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_TITLE_STATUS','1','Display Document Title in Meta Tags Title 0= off 1= on',4,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(95,'Show Metatags Title Default - Document Name','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Document Name in Meta Tags Title 0= off 1= on',4,51,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(96,'Show Metatags Title Default - Document Model','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_MODEL_STATUS','1','Display Document Model in Meta Tags Title 0= off 1= on',4,52,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(97,'Show Metatags Title Default - Document Price','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_PRICE_STATUS','1','Display Document Price in Meta Tags Title 0= off 1= on',4,53,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(98,'Show Metatags Title Default - Document Tagline','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Document Tagline in Meta Tags Title 0= off 1= on',4,54,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(99,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',5,50,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(100,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',5,51,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(101,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',5,52,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(102,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',5,53,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(103,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',5,54,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(104,'PRODUCT Attribute is Display Only - Default','DEFAULT_PRODUCT_ATTRIBUTES_DISPLAY_ONLY','0','PRODUCT Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',1,200,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(105,'PRODUCT Attribute is Free - Default','DEFAULT_PRODUCT_ATTRIBUTE_IS_FREE','1','PRODUCT Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',1,201,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(106,'PRODUCT Attribute is Default - Default','DEFAULT_PRODUCT_ATTRIBUTES_DEFAULT','0','PRODUCT Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',1,202,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(107,'PRODUCT Attribute is Discounted - Default','DEFAULT_PRODUCT_ATTRIBUTES_DISCOUNTED','1','PRODUCT Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',1,203,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(108,'PRODUCT Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_ATTRIBUTES_PRICE_BASE_INCLUDED','1','PRODUCT Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',1,204,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(109,'PRODUCT Attribute is Required - Default','DEFAULT_PRODUCT_ATTRIBUTES_REQUIRED','0','PRODUCT Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',1,205,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(110,'PRODUCT Attribute Price Prefix - Default','DEFAULT_PRODUCT_PRICE_PREFIX','1','PRODUCT Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',1,206,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(111,'PRODUCT Attribute Weight Prefix - Default','DEFAULT_PRODUCT_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','PRODUCT Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',1,207,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(112,'MUSIC Attribute is Display Only - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DISPLAY_ONLY','0','MUSIC Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',2,200,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(113,'MUSIC Attribute is Free - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTE_IS_FREE','1','MUSIC Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',2,201,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(114,'MUSIC Attribute is Default - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DEFAULT','0','MUSIC Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',2,202,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(115,'MUSIC Attribute is Discounted - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DISCOUNTED','1','MUSIC Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',2,203,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(116,'MUSIC Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_PRICE_BASE_INCLUDED','1','MUSIC Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',2,204,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(117,'MUSIC Attribute is Required - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_REQUIRED','0','MUSIC Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',2,205,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(118,'MUSIC Attribute Price Prefix - Default','DEFAULT_PRODUCT_MUSIC_PRICE_PREFIX','1','MUSIC Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',2,206,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(119,'MUSIC Attribute Weight Prefix - Default','DEFAULT_PRODUCT_MUSIC_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','MUSIC Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',2,207,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(120,'DOCUMENT GENERAL Attribute is Display Only - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DISPLAY_ONLY','0','DOCUMENT GENERAL Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',3,200,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(121,'DOCUMENT GENERAL Attribute is Free - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTE_IS_FREE','1','DOCUMENT GENERAL Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',3,201,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(122,'DOCUMENT GENERAL Attribute is Default - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DEFAULT','0','DOCUMENT GENERAL Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',3,202,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(123,'DOCUMENT GENERAL Attribute is Discounted - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DISCOUNTED','1','DOCUMENT GENERAL Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',3,203,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(124,'DOCUMENT GENERAL Attribute is Included in Base Price - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_PRICE_BASE_INCLUDED','1','DOCUMENT GENERAL Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',3,204,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(125,'DOCUMENT GENERAL Attribute is Required - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_REQUIRED','0','DOCUMENT GENERAL Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',3,205,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(126,'DOCUMENT GENERAL Attribute Price Prefix - Default','DEFAULT_DOCUMENT_GENERAL_PRICE_PREFIX','1','DOCUMENT GENERAL Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',3,206,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(127,'DOCUMENT GENERAL Attribute Weight Prefix - Default','DEFAULT_DOCUMENT_GENERAL_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','DOCUMENT GENERAL Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',3,207,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(128,'DOCUMENT PRODUCT Attribute is Display Only - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DISPLAY_ONLY','0','DOCUMENT PRODUCT Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',4,200,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(129,'DOCUMENT PRODUCT Attribute is Free - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTE_IS_FREE','1','DOCUMENT PRODUCT Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',4,201,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(130,'DOCUMENT PRODUCT Attribute is Default - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DEFAULT','0','DOCUMENT PRODUCT Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',4,202,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(131,'DOCUMENT PRODUCT Attribute is Discounted - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DISCOUNTED','1','DOCUMENT PRODUCT Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',4,203,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(132,'DOCUMENT PRODUCT Attribute is Included in Base Price - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_PRICE_BASE_INCLUDED','1','DOCUMENT PRODUCT Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',4,204,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(133,'DOCUMENT PRODUCT Attribute is Required - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_REQUIRED','0','DOCUMENT PRODUCT Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',4,205,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(134,'DOCUMENT PRODUCT Attribute Price Prefix - Default','DEFAULT_DOCUMENT_PRODUCT_PRICE_PREFIX','1','DOCUMENT PRODUCT Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',4,206,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(135,'DOCUMENT PRODUCT Attribute Weight Prefix - Default','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','DOCUMENT PRODUCT Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',4,207,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(136,'PRODUCT FREE SHIPPING Attribute is Display Only - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DISPLAY_ONLY','0','PRODUCT FREE SHIPPING Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',5,201,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(137,'PRODUCT FREE SHIPPING Attribute is Free - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTE_IS_FREE','1','PRODUCT FREE SHIPPING Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',5,201,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(138,'PRODUCT FREE SHIPPING Attribute is Default - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DEFAULT','0','PRODUCT FREE SHIPPING Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',5,202,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(139,'PRODUCT FREE SHIPPING Attribute is Discounted - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DISCOUNTED','1','PRODUCT FREE SHIPPING Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',5,203,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(140,'PRODUCT FREE SHIPPING Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_PRICE_BASE_INCLUDED','1','PRODUCT FREE SHIPPING Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',5,204,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(141,'PRODUCT FREE SHIPPING Attribute is Required - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_REQUIRED','0','PRODUCT FREE SHIPPING Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',5,205,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(142,'PRODUCT FREE SHIPPING Attribute Price Prefix - Default','DEFAULT_PRODUCT_FREE_SHIPPING_PRICE_PREFIX','1','PRODUCT FREE SHIPPING Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',5,206,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(143,'PRODUCT FREE SHIPPING Attribute Weight Prefix - Default','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','PRODUCT FREE SHIPPING Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',5,207,NULL,'2010-10-17 08:24:08',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), ');
/*!40000 ALTER TABLE `zen_product_type_layout` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_product_types`
--

DROP TABLE IF EXISTS `zen_product_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_product_types` (
  `type_id` int(11) NOT NULL AUTO_INCREMENT,
  `type_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `type_handler` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `type_master_type` int(11) NOT NULL DEFAULT '1',
  `allow_add_to_cart` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Y',
  `default_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `last_modified` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`type_id`),
  KEY `idx_type_master_type_zen` (`type_master_type`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_product_types`
--

LOCK TABLES `zen_product_types` WRITE;
/*!40000 ALTER TABLE `zen_product_types` DISABLE KEYS */;
INSERT INTO `zen_product_types` VALUES (1,'Product - General','product',1,'Y','','2010-10-17 08:24:08','2010-10-17 08:24:08'),(2,'Product - Music','product_music',1,'Y','','2010-10-17 08:24:08','2010-10-17 08:24:08'),(3,'Document - General','document_general',3,'N','','2010-10-17 08:24:08','2010-10-17 08:24:08'),(4,'Document - Product','document_product',3,'Y','','2010-10-17 08:24:08','2010-10-17 08:24:08'),(5,'Product - Free Shipping','product_free_shipping',1,'Y','','2010-10-17 08:24:08','2010-10-17 08:24:08');
/*!40000 ALTER TABLE `zen_product_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_product_types_to_category`
--

DROP TABLE IF EXISTS `zen_product_types_to_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_product_types_to_category` (
  `product_type_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  KEY `idx_category_id_zen` (`category_id`),
  KEY `idx_product_type_id_zen` (`product_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_product_types_to_category`
--

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

--
-- Table structure for table `zen_products`
--

DROP TABLE IF EXISTS `zen_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products` (
  `products_id` int(11) NOT NULL AUTO_INCREMENT,
  `products_type` int(11) NOT NULL DEFAULT '1',
  `products_quantity` float NOT NULL DEFAULT '0',
  `products_model` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_sku` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_upc` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_isbn` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_ean` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_asin` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_epier` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_ebay` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_ebid` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `products_price_w` varchar(150) COLLATE utf8_unicode_ci DEFAULT '0',
  `products_msrp` varchar(150) COLLATE utf8_unicode_ci DEFAULT '0',
  `products_virtual` tinyint(1) NOT NULL DEFAULT '0',
  `products_date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  `products_last_modified` datetime DEFAULT NULL,
  `products_date_available` datetime DEFAULT NULL,
  `products_weight` float NOT NULL DEFAULT '0',
  `products_actual_weight` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_weight_type` enum('lbs','kgs') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'kgs',
  `products_dim_type` enum('in','cm') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'cm',
  `products_length` decimal(6,2) DEFAULT NULL,
  `products_width` decimal(6,2) DEFAULT NULL,
  `products_height` decimal(6,2) DEFAULT NULL,
  `products_ready_to_ship` enum('0','1') COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `products_status` tinyint(1) NOT NULL DEFAULT '0',
  `products_tax_class_id` int(11) NOT NULL DEFAULT '0',
  `manufacturers_id` int(11) DEFAULT NULL,
  `products_ordered` float NOT NULL DEFAULT '0',
  `products_quantity_order_min` float NOT NULL DEFAULT '1',
  `products_quantity_order_units` float NOT NULL DEFAULT '1',
  `products_priced_by_attribute` tinyint(1) NOT NULL DEFAULT '0',
  `product_is_free` tinyint(1) NOT NULL DEFAULT '0',
  `product_is_call` tinyint(1) NOT NULL DEFAULT '0',
  `products_quantity_mixed` tinyint(1) NOT NULL DEFAULT '0',
  `product_is_always_free_shipping` tinyint(1) NOT NULL DEFAULT '0',
  `products_qty_box_status` tinyint(1) NOT NULL DEFAULT '1',
  `products_quantity_order_max` float NOT NULL DEFAULT '0',
  `products_sort_order` int(11) NOT NULL DEFAULT '0',
  `products_discount_type` tinyint(1) NOT NULL DEFAULT '0',
  `products_discount_type_from` tinyint(1) NOT NULL DEFAULT '0',
  `products_price_sorter` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `master_categories_id` int(11) NOT NULL DEFAULT '0',
  `products_mixed_discount_quantity` tinyint(1) NOT NULL DEFAULT '1',
  `metatags_title_status` tinyint(1) NOT NULL DEFAULT '0',
  `metatags_products_name_status` tinyint(1) NOT NULL DEFAULT '0',
  `metatags_model_status` tinyint(1) NOT NULL DEFAULT '0',
  `metatags_price_status` tinyint(1) NOT NULL DEFAULT '0',
  `metatags_title_tagline_status` tinyint(1) NOT NULL DEFAULT '0',
  `products_sh_na` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_sh_sa` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_sh_eu` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_sh_af` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_sh_as` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_sh_au` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_category` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_condition` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_EHF` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'none',
  `products_barcode` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_diameter` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `discontinue` int(1) DEFAULT '0',
  `out_of_stock` int(1) DEFAULT '0',
  `products_description2` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`products_id`),
  KEY `idx_products_date_added_zen` (`products_date_added`),
  KEY `idx_products_status_zen` (`products_status`),
  KEY `idx_products_date_available_zen` (`products_date_available`),
  KEY `idx_products_ordered_zen` (`products_ordered`),
  KEY `idx_products_model_zen` (`products_model`),
  KEY `idx_products_price_sorter_zen` (`products_price_sorter`),
  KEY `idx_master_categories_id_zen` (`master_categories_id`),
  KEY `idx_products_sort_order_zen` (`products_sort_order`),
  KEY `idx_manufacturers_id_zen` (`manufacturers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products`
--

LOCK TABLES `zen_products` WRITE;
/*!40000 ALTER TABLE `zen_products` DISABLE KEYS */;
INSERT INTO `zen_products` VALUES (1,1,100,'1400-1','','','','','','','','','fourman_stack.jpg',1568.0000,'0','1370',0,'2010-01-13 17:55:57','2018-02-07 11:05:16',NULL,15,'12','lbs','in',4.00,12.00,14.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,1568.0000,19,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(2,1,100,'1400-3','','','','','','','','','fourman_01.gif',1817.0000,'0','1590',0,'2010-01-13 18:00:13','2018-02-07 11:07:16',NULL,17,'14','lbs','in',4.00,12.00,14.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,1,0,0,1817.0000,19,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(3,1,100,'1400-1/1500-1','','','','','','','','','fourman_01.gif',2025.0000,'0','1775',0,'2010-01-13 18:02:45','2018-02-07 11:08:51',NULL,22,'19','lbs','in',6.00,12.00,14.00,'1',1,0,0,0,1,1,1,0,0,1,0,1,0,2,0,0,2025.0000,19,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(4,1,100,'1400-1/1500-3','','','','','','','','','fourman_01.gif',2170.0000,'0','1895',0,'2010-01-13 18:17:46','2018-06-17 16:26:52',NULL,23,'20','lbs','in',6.00,12.00,14.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,3,0,0,2170.0000,19,0,1,1,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(5,1,100,'1400-1/1500-5','','','','','','','','','fourman_01.gif',2762.0000,'0','2415',0,'2010-01-13 18:21:51','2018-06-17 16:28:10',NULL,24,'21','lbs','in',6.00,12.00,14.00,'1',1,0,0,1,1,1,0,0,0,1,0,1,0,4,0,0,2762.0000,19,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(6,1,100,'1900-1','','','','','',NULL,NULL,NULL,'nineman_01.gif',1866.0000,'0','1785',0,'2010-01-13 18:27:21','2018-06-17 17:40:42',NULL,21,'18','lbs','in',5.00,12.00,14.00,'1',1,0,0,0,1,1,1,0,0,1,0,1,0,5,0,0,1866.0000,20,0,1,0,0,1,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(7,1,100,'1900-1/2000-1','','','','','',NULL,NULL,NULL,'nineman_01.gif',2430.0000,'0','2325',0,'2010-01-13 18:30:48','2018-06-17 17:43:14',NULL,32,'29','lbs','in',7.00,12.00,14.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,7,0,0,2430.0000,20,0,1,0,0,1,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(8,1,100,'1900-1/2000-3','','','','','',NULL,NULL,NULL,'nineman_01.gif',2576.0000,'0','2465',0,'2010-01-13 18:33:20','2018-06-17 17:44:33',NULL,33,'30','lbs','in',7.00,12.00,14.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,8,0,0,2576.0000,20,0,1,0,0,1,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(9,1,100,'1900-1/2000-5','','','','','',NULL,NULL,NULL,'nineman_01.gif',3292.0000,'0','3150',0,'2010-01-13 18:36:14','2018-06-17 17:45:59',NULL,35,'32','lbs','in',7.00,12.00,14.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,9,0,0,3292.0000,20,0,1,0,0,1,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(10,1,100,'RAF1104-101','','','','','','','','','fourman_01.gif',2046.0000,'0','1785',0,'2010-01-13 20:59:11','2018-02-07 11:06:54',NULL,18,'15','lbs','in',4.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,2046.0000,19,0,1,0,0,1,0,'','','','','','',NULL,'','none','','',0,0,''),(11,1,10,'RAF1104-102','','','','','','','','','fourmantso_01.gif',2326.0000,'0','2035',0,'2010-01-13 21:02:35','2018-02-06 21:08:40',NULL,19,'16','lbs','in',4.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,1,0,0,2326.0000,21,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(12,1,100,'RAF1104-103','','','','','','','','','fourmantso_01.gif',2648.0000,'0','2315',0,'2010-01-13 21:05:30','2018-02-06 21:09:04',NULL,26,'22','lbs','in',6.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,2,0,0,2648.0000,21,0,1,1,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(13,1,97,'RAF1104-104','','','','','','','','','fourman_01.jpg',2793.0000,'0','2445',0,'2010-01-13 21:08:21','2018-02-06 21:09:46',NULL,26,'23','lbs','in',6.00,13.00,16.00,'1',1,0,0,3,1,1,0,0,0,1,0,1,0,3,0,0,2793.0000,21,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(14,1,10,'RAF1104-105','','','','','','','','','fourmantso_01.gif',3416.0000,'0','2985',0,'2010-01-13 21:10:38','2018-02-06 21:10:30',NULL,30,'27','lbs','in',6.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,4,0,0,3416.0000,21,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(15,1,100,'RAF1108-101','','','','','','','','','nineman_01.gif',2545.0000,'0','2435',0,'2010-01-13 21:16:06','2018-06-17 16:34:48',NULL,23,'20','lbs','in',5.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,5,0,0,2545.0000,27,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(16,1,100,'RAF1108-102','','','','','',NULL,NULL,NULL,'nineman_01.gif',3167.0000,'0','2745',0,'2010-01-13 21:19:25','2018-02-06 21:14:40',NULL,25,'22','lbs','in',5.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,6,0,0,3167.0000,23,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(17,1,100,'RAF1108-103','','','','','',NULL,NULL,NULL,'nineman_01.gif',3562.0000,'0','3115',0,'2010-01-13 21:22:01','2018-02-06 21:15:07',NULL,34,'31','lbs','in',7.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,7,0,0,3562.0000,23,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(18,1,100,'RAF1108-104','','','','','',NULL,NULL,NULL,'nineman_01.gif',3728.0000,'0','3260',0,'2010-01-13 21:24:39','2018-02-06 21:15:44',NULL,35,'32','lbs','in',7.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,8,0,0,3728.0000,23,0,1,1,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(19,1,100,'RAF1108-105','','','','','',NULL,NULL,NULL,'nineman_01.gif',4569.0000,'0','3995',0,'2010-01-13 21:27:28','2018-02-06 21:16:03',NULL,41,'38','lbs','in',8.00,13.00,16.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,9,0,0,4569.0000,23,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(20,1,100,'RAF1206-101','','','','','','','','','dbletube_01.gif',3883.0000,'0','3715',0,'2010-01-13 21:31:27','2018-06-17 16:31:58',NULL,29,'26','lbs','in',5.00,13.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,3883.0000,26,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(21,1,100,'RAF1206-102','','','','','',NULL,NULL,NULL,'dbletube_01.gif',4590.0000,'0','4015',0,'2010-01-13 21:33:40','2018-02-06 21:11:45',NULL,31,'28','lbs','in',5.00,13.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,1,0,0,4590.0000,22,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(22,1,100,'RAF1206-103','','','','','',NULL,NULL,NULL,'dbletube_01.gif',4911.0000,'0','4295',0,'2010-01-13 21:36:15','2018-02-06 21:12:19',NULL,39,'36','lbs','in',7.00,13.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,2,0,0,4911.0000,22,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(23,1,100,'RAF1206-104','','','','','',NULL,NULL,NULL,'dbletube_01.gif',5099.0000,'0','4465',0,'2010-01-13 21:38:46','2018-02-06 21:12:48',NULL,40,'37','lbs','in',7.00,13.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,3,0,0,5099.0000,22,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(24,1,100,'RAF1206-105','','','','','',NULL,NULL,NULL,'dbletube_01.gif',6023.0000,'0','5275',0,'2010-01-13 21:41:12','2018-02-06 21:13:21',NULL,44,'41','lbs','in',7.00,13.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,4,0,0,6023.0000,22,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(25,1,100,'RAF1210-101','','','','','','','','','dbletube_01.gif',4598.0000,'0','4400',0,'2010-01-13 21:51:29','2018-06-17 17:48:37',NULL,33,'30','lbs','in',5.00,14.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,5,0,0,4598.0000,28,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(26,1,100,'RAF1210-102','','','','','',NULL,NULL,NULL,'dbletube_01.gif',5431.0000,'0','4750',0,'2010-01-13 21:54:02','2018-02-06 21:17:03',NULL,35,'32','lbs','in',5.00,14.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,6,0,0,5431.0000,24,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(27,1,100,'RAF1210-103','','','','','',NULL,NULL,NULL,'dbletube_01.gif',5867.0000,'0','5140',0,'2010-01-13 21:56:10','2018-02-06 21:17:36',NULL,46,'43','lbs','in',7.00,14.00,19.00,'1',1,0,0,2,1,1,0,0,0,1,0,1,0,7,0,0,5867.0000,24,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(28,1,100,'RAF1210-104','','','','','',NULL,NULL,NULL,'dbletube_01.gif',6012.0000,'0','5265',0,'2010-01-13 21:58:20','2018-02-06 21:18:03',NULL,47,'44','lbs','in',7.00,14.00,19.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,8,0,0,6012.0000,24,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(29,1,99,'RAF1210-105','','','','','',NULL,NULL,NULL,'dbletube_01.gif',7134.0000,'0','6245',0,'2010-01-13 22:00:30','2018-02-06 21:18:29',NULL,51,'48','lbs','in',7.00,14.00,19.00,'1',1,0,0,1,1,1,0,0,0,1,0,1,0,9,0,0,7134.0000,24,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(30,1,100,'RAF1212-101','','','','','','','','','dbletube_01.gif',5518.0000,'0','5280',0,'2010-01-13 22:03:40','2018-06-17 17:51:46',NULL,37,'34','lbs','in',6.00,15.00,18.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,10,0,0,5518.0000,29,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(31,1,100,'RAF1212-102','','','','','',NULL,NULL,NULL,'dbletube_01.gif',6511.0000,'0','5700',0,'2010-01-13 22:05:34','2018-06-17 15:15:11',NULL,40,'37','lbs','in',6.00,15.00,18.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,11,0,0,6511.0000,25,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(32,1,100,'RAF1212-103','','','','','',NULL,NULL,NULL,'dbletube_01.gif',7051.0000,'0','6170',0,'2010-01-13 22:07:38','2018-06-17 15:16:29',NULL,51,'48','lbs','in',8.00,15.00,18.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,12,0,0,7051.0000,25,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(33,1,100,'RAF1212-104','','','','','',NULL,NULL,NULL,'dbletube_01.gif',7279.0000,'0','6370',0,'2010-01-13 22:09:37','2018-06-17 15:17:50',NULL,52,'49','lbs','in',8.00,15.00,18.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,13,0,0,7279.0000,25,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(34,1,100,'RAF1212-105','','','','','',NULL,NULL,NULL,'dbletube_01.gif',8567.0000,'0','7495',0,'2010-01-13 22:11:41','2018-06-17 15:28:07',NULL,57,'54','lbs','in',8.00,15.00,18.00,'1',1,0,0,1,1,1,0,0,0,1,0,1,0,14,0,0,8567.0000,25,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(35,1,100,'EBC 502','','','','','','','','','ebc502ELT_01.jpg',681.0000,'0','0',0,'2010-01-14 11:40:49','2018-06-07 20:26:43',NULL,2.5,'0','lbs','in',2.50,2.00,8.00,'1',0,0,0,3,1,1,0,0,0,1,0,1,0,13,0,0,681.0000,3,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(36,1,6,'500-12Y','','','','','','','','','50012y-ELT_01.jpg',2330.0000,'0','0',0,'2010-01-14 11:43:42','2018-02-07 11:12:23',NULL,1.5,'0','lbs','in',2.00,4.00,6.00,'1',1,0,0,4,1,1,0,0,0,1,0,1,0,11,0,0,2330.0000,3,0,1,1,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(37,1,18,'EBC 406AP','','','','','','','','','ebc406apELT_01.jpg',1842.0000,'0','0',0,'2010-01-14 11:51:02','2018-06-07 20:26:38',NULL,2.5,'2.5 (ni antenna)','lbs','in',2.90,2.50,6.70,'1',0,0,0,2,1,1,0,0,0,1,0,1,0,8,0,0,1842.0000,3,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(38,1,50,'','','','','','',NULL,NULL,NULL,'kit_01.jpg',0.0000,'0','0',0,'2010-01-25 13:33:17','2016-06-09 10:09:36',NULL,0,'0','kgs','cm',0.00,0.00,0.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,2,0,0,0.0000,2,1,1,1,1,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(39,1,50,'','','','','','',NULL,NULL,NULL,'kit_01.jpg',0.0000,'0','0',0,'2010-01-25 13:43:29','2016-06-09 10:10:41',NULL,0,'0','kgs','cm',0.00,0.00,0.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,3,0,0,0.0000,2,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(40,1,50,'','','','','','',NULL,NULL,NULL,'kit_01.jpg',0.0000,'0','0',0,'2010-01-25 13:44:32','2016-06-09 10:11:44',NULL,0,'0','kgs','cm',0.00,0.00,0.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,4,0,0,0.0000,2,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(41,1,50,'SUI0001','','','','','',NULL,NULL,NULL,'imersion_01.jpg',440.0000,'0','0',0,'2010-01-25 14:05:45','2014-02-14 12:11:34',NULL,14,'0','kgs','cm',0.00,0.00,0.00,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,440.0000,11,0,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(43,1,45,'XF-35','','','','','','','','','lifepreserverxf35_01.jpg',98.0000,'0','0',0,'2010-01-25 14:15:49','2016-07-12 13:57:15',NULL,3,'1.13','lbs','in',2.50,6.50,8.50,'1',1,0,0,5,1,1,0,0,0,1,0,1,0,9,0,0,98.0000,11,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(44,1,48,'WAT0101-101','','','','','','','','','survivor06_01.jpg',770.0000,'0','0',0,'2010-01-25 14:22:12','2014-02-14 12:11:52',NULL,3,'2.5','lbs','in',8.00,2.50,5.00,'1',1,0,0,2,1,1,0,0,0,1,0,1,0,10,0,0,770.0000,11,0,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(45,1,49,'2881','','','','','','','','','front-_resqlink___72.jpg',296.0000,'0','0',0,'2010-01-25 14:36:41','2018-02-07 11:17:33',NULL,1,'.57','lbs','in',2.25,5.88,1.49,'1',1,0,0,1,1,1,0,0,0,1,0,1,0,12,0,0,296.0000,3,0,1,1,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(46,1,46,'','','','','','',NULL,NULL,NULL,'water_puches_01.jpg',22.0000,'0','0',0,'2010-01-27 19:12:22','2016-05-17 22:28:58',NULL,30,'0','lbs','in',0.00,0.00,0.00,'1',1,0,0,4,1,1,0,0,0,1,0,1,0,0,0,0,22.0000,12,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(47,1,50,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'food_2400b.jpg',104.0000,'0','0',0,'2010-01-27 19:29:41','2016-05-17 22:29:56',NULL,44,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,104.0000,12,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(48,1,47,'','','','','','',NULL,NULL,NULL,'food_3682.png',80.0000,'0','0',0,'2010-01-27 19:50:00','2016-05-17 22:22:58',NULL,34,'0','kgs','cm',0.00,0.00,0.00,'1',1,0,0,3,1,1,0,0,0,1,0,1,0,0,0,0,80.0000,12,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(49,1,49,'','','','','','',NULL,NULL,NULL,'energy_bar.jpg',139.0000,'0','0',0,'2010-01-27 19:58:02','2016-05-17 22:27:57',NULL,30,'0','kgs','cm',0.00,0.00,0.00,'1',1,0,0,1,1,1,0,0,0,1,0,1,0,0,0,0,139.0000,12,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(50,1,50,'','','','','','',NULL,NULL,NULL,'light_stick.jpg',650.0000,'0','0',0,'2010-01-27 20:35:42','2012-07-25 21:07:56',NULL,28,'0','kgs','cm',0.00,0.00,0.00,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,650.0000,15,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(51,1,50,'',NULL,'','','','','','','','blanket.jpg',275.0000,'0','0',0,'2010-01-27 20:42:45','2010-09-21 10:13:35',NULL,31,'0','kgs','cm',0.00,0.00,0.00,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,275.0000,13,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,NULL),(52,1,50,'SKDK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/SKDK_01.jpg',65.4000,'0','0',0,'2010-01-28 20:09:05','2010-09-20 19:07:31',NULL,10,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,5,0,0,65.4000,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(53,1,50,'SKCK','','','','','',NULL,NULL,NULL,'guardian/SKCK-01.jpg',46.9500,'0','0',0,'2010-01-28 20:31:26','2010-09-20 19:14:03',NULL,9,'0','kgs','cm',0.00,0.00,0.00,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,7,0,0,46.9500,14,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(54,1,50,'SKD2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/SKD2_01.jpg',78.5100,'0','0',0,'2010-01-28 20:57:37','2010-09-20 19:10:44',NULL,16,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,6,0,0,78.5100,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(55,1,50,'OKFP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'OKFP_01.jpg',123.8400,'0','0',0,'2010-01-28 22:05:24','2010-09-20 19:17:33',NULL,27,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,11,0,0,123.8400,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(56,1,50,'OKTP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/OKTP_01.jpg',172.8000,'0','0',0,'2010-01-28 22:29:47','2010-09-20 19:20:38',NULL,47,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,12,0,0,172.8000,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(57,1,50,'SKSP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/SKSP_01.jpg',30.9600,'0','0',0,'2010-01-29 10:33:38','2010-09-20 18:47:29',NULL,5,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,30.9600,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(58,1,50,'SKCP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/SKCP_01.jpg',30.9600,'0','0',0,'2010-01-29 10:58:12','2010-09-20 18:50:21',NULL,5,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,1,0,0,30.9600,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(59,1,50,'SKMK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/SKMK_01.jpg',16.1300,'0','0',0,'2010-01-29 11:22:03','2010-09-20 18:54:36',NULL,3,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,3,0,0,16.1300,14,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(60,1,50,'SKOK','','','','','',NULL,NULL,NULL,'guardian/SKOK_01.jpg',13.9700,'0','0',0,'2010-01-29 11:35:46','2010-09-20 19:03:09',NULL,2.5,'0','kgs','cm',0.00,0.00,0.00,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,4,0,0,13.9700,14,1,1,0,0,0,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(61,1,49,'DFPK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/DFPK_01.jpg',15.9100,'0','0',0,'2010-01-29 12:01:54','2010-09-21 09:56:22',NULL,1,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,1,1,1,0,0,0,1,0,1,0,10,0,0,15.9100,4,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(62,1,48,'LCCC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'guardian/LCCC_01.jpg',7.9900,'0','0',0,'2010-01-29 12:31:45','2010-09-21 10:07:37',NULL,0.25,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,0,2,1,1,0,0,0,1,0,1,0,0,0,0,7.9900,13,1,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(63,1,50,'LCPA',NULL,'','','','','','','','guardian/LCPA_01.jpg',8.9900,'0','0',0,'2010-01-29 12:40:51','2010-09-21 10:10:44',NULL,0.25,'.18','lbs','in',3.00,2.00,0.50,'1',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,8.9900,13,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,NULL),(64,1,50,'LCLT',NULL,'','','','','','','','guardian/LCLT.jpg',16.8000,'0','0',0,'2010-02-04 19:26:36','2010-09-21 09:35:46',NULL,1,'0','lbs','in',10.50,4.00,3.50,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,16.8000,15,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,NULL),(65,1,50,'LCGD','','','','','','','','','guardian/LCGD.jpg',8.1200,'0','0',0,'2010-02-04 19:40:07','2010-09-21 09:32:57',NULL,0,'.5','lbs','in',8.00,1.50,1.50,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,8.1200,15,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(66,1,50,'LCKR',NULL,'','','','','','','','guardian/LCKR.jpg',4.9000,'0','0',0,'2010-02-04 19:45:07','2010-09-21 09:48:50',NULL,2,'0','lbs','in',2.50,5.00,1.50,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,4.9000,15,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,NULL),(67,1,50,'LCSF','','','','','','','','','guardian/LCSF.jpg',6.3000,'0','0',0,'2010-02-04 19:51:48','2010-09-21 09:49:34',NULL,0.5,'0','lbs','in',6.75,1.75,1.50,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,6.3000,15,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(68,1,50,'LCQF','','','','','','','','','guardian/LCQF.jpg',3.9200,'0','0',0,'2010-02-04 19:56:27','2010-09-21 09:28:41',NULL,0.3,'.25','lbs','in',4.25,2.00,1.25,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,3.9200,15,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(69,1,50,'LCBS','','','','','','','','','guardian/LCBS.jpg',0.9800,'0','0',0,'2010-02-05 00:11:57','2010-09-21 09:23:52',NULL,0.1,'.1','lbs','in',8.00,2.00,0.50,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0.9800,15,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(70,1,50,'SWUH',NULL,'','','','','','','','guardian/SWUH.jpg',43.1300,'0','0',0,'2010-02-05 18:03:12','2010-09-21 10:04:47',NULL,9.5,'9.38','lbs','in',10.00,6.50,6.50,'0',0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,43.1300,13,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,NULL),(71,1,50,'','','','','','','','','','junglekit7.jpg',459.0000,'0','0',0,'2010-07-11 22:27:48','2012-04-16 10:07:45',NULL,11.5,'1.4','lbs','in',2.25,9.00,17.00,'0',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,459.0000,2,1,1,0,0,0,0,'','','','','','',NULL,'','none','','',0,0,''),(72,1,100,'1900-3','','','','','',NULL,NULL,NULL,'nineman_01.gif',2149.0000,'','2056',0,'2010-08-23 20:17:09','2014-02-13 12:37:21',NULL,23,'20','lbs','in',5.00,12.00,14.00,'0',1,0,0,0,1,1,0,0,0,1,0,1,0,6,0,0,2149.0000,20,0,1,0,0,1,0,'','','','','','',NULL,'','none',NULL,'',0,0,''),(73,1,1000,'AADX-MUFIRE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'firefighter_kit_complete_605790826_0303-0303.png',1119.0000,'0','0',0,'2016-07-12 13:10:30','2016-07-12 14:04:12',NULL,58,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,1119.0000,11,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(74,1,1000,'AAADX-SFAK',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'solas_survivalkit_dx0402m.jpg',80.0000,'0','0',0,'2016-07-12 13:20:20','2016-07-12 14:56:28',NULL,2,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,10,1,0,0,0,0,0,1,0,0,0,0,80.0000,11,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(75,1,1000,'AAADX-RNC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'rescue_net_1230457653_0505-2828.jpg',1999.0000,'0','0',0,'2016-07-12 13:33:39','2016-07-12 14:04:32',NULL,15,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,1999.0000,11,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(76,1,1000,'AAADX-FB',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'fire_blanket_198081866_0707-0101.png',24.0000,'0','0',0,'2016-07-12 13:38:58','2016-07-12 15:00:00',NULL,7,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,24.0000,11,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(77,1,1000,'AAADX-SMLJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Life_vest_adult_SOLAS_VSMK10AM.jpg',54.0000,'0','0',0,'2016-07-12 13:55:39',NULL,NULL,7,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,10,10,0,0,0,1,0,1,0,0,0,0,54.0000,11,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(78,1,1000,'AAADX-LRB30_CGSMTC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'LifeRingBuoys_632586047_1212-0505.jpg',83.0000,'0','0',0,'2016-07-12 14:36:02','2016-07-12 14:59:21',NULL,37,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,83.0000,11,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(79,1,1000,'AAADXMU275REDM',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'275_red_503606177_1010-1616.jpg',369.0000,'295','0',0,'2016-07-12 21:35:13','2016-07-15 13:22:47',NULL,15,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,6,1,0,0,0,0,0,1,0,0,0,0,369.0000,0,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(80,1,1000,'AAADXMU275BLUM',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'275_blue_156298958_1010-1616.jpg',369.0000,'295','0',0,'2016-07-12 21:35:13','2016-07-15 13:20:18',NULL,15,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,6,6,0,0,0,0,0,1,0,0,0,0,369.0000,0,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(81,1,0,'MU150REDM',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,398.0000,'295','0',0,'2016-07-12 21:35:13','2016-07-15 13:05:40',NULL,0,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,NULL,0,1,1,0,0,0,0,0,1,0,0,0,0,0.0000,0,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(82,1,45,'XF-35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'lifepreserverxf35_01.jpg',98.0000,'0','0',0,'2016-07-15 13:05:28','2016-07-15 13:05:35','0001-01-01 00:00:00',3,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,9,0,0,98.0000,16,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(83,1,99,'MA-1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'7324-A-HR1_black.jpg',49.9900,'0','0',0,'2016-11-22 13:36:42',NULL,NULL,3,NULL,'kgs','cm',NULL,NULL,NULL,'1',0,0,1,0,1,1,1,0,0,1,0,1,0,0,0,0,49.9900,30,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL),(84,1,0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'DATREX_INFANT_VEST.jpg',78.0000,'0','0',0,'2017-12-20 12:35:40',NULL,NULL,2,NULL,'kgs','cm',NULL,NULL,NULL,'1',1,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,78.0000,16,1,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'none',NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `zen_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_attributes`
--

DROP TABLE IF EXISTS `zen_products_attributes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_attributes` (
  `products_attributes_id` int(11) NOT NULL AUTO_INCREMENT,
  `products_id` int(11) NOT NULL DEFAULT '0',
  `options_id` int(11) NOT NULL DEFAULT '0',
  `options_values_id` int(11) NOT NULL DEFAULT '0',
  `options_values_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `price_prefix` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_options_sort_order` int(11) NOT NULL DEFAULT '0',
  `product_attribute_is_free` tinyint(1) NOT NULL DEFAULT '0',
  `products_attributes_weight` float NOT NULL DEFAULT '0',
  `products_attributes_weight_prefix` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `attributes_display_only` tinyint(1) NOT NULL DEFAULT '0',
  `attributes_default` tinyint(1) NOT NULL DEFAULT '0',
  `attributes_discounted` tinyint(1) NOT NULL DEFAULT '1',
  `attributes_image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `attributes_price_base_included` tinyint(1) NOT NULL DEFAULT '1',
  `attributes_price_onetime` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor_offset` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor_onetime` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_factor_onetime_offset` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_qty_prices` text COLLATE utf8_unicode_ci,
  `attributes_qty_prices_onetime` text COLLATE utf8_unicode_ci,
  `attributes_price_words` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_words_free` int(4) NOT NULL DEFAULT '0',
  `attributes_price_letters` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `attributes_price_letters_free` int(4) NOT NULL DEFAULT '0',
  `attributes_required` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`products_attributes_id`),
  KEY `idx_id_options_id_values_zen` (`products_id`,`options_id`,`options_values_id`),
  KEY `idx_opt_sort_order_zen` (`products_options_sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=143 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_attributes`
--

LOCK TABLES `zen_products_attributes` WRITE;
/*!40000 ALTER TABLE `zen_products_attributes` DISABLE KEYS */;
INSERT INTO `zen_products_attributes` VALUES (123,25,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(124,25,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(78,3,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(7,38,5,5,384.0000,'',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(8,38,5,6,551.0000,'',2,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(9,38,5,7,646.0000,'',3,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(10,38,5,8,703.0000,'',4,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(11,38,5,9,846.0000,'',5,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(27,38,7,21,1307.0000,'+',12,1,2.5,'+',0,0,1,'attributes/ebc406apELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(26,38,7,22,502.0000,'+',11,1,2.5,'+',0,0,1,'attributes/ebc502ELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(14,39,4,10,498.0000,'',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(19,39,4,11,713.0000,'',2,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(16,39,4,12,784.0000,'',3,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(17,39,4,13,822.0000,'',4,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(18,39,4,14,1036.0000,'',5,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(51,40,6,19,2209.0000,'',5,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(47,40,6,15,1043.0000,'',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(48,40,6,16,1556.0000,'',2,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(49,40,6,17,1712.0000,'',3,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(50,40,6,18,1929.0000,'',4,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(25,38,7,23,399.0000,'+',10,1,1,'+',0,0,1,'attributes/ACRAquaLink406-ELT_01.jpg',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(28,38,7,20,2185.0000,'+',13,1,1.5,'+',0,0,1,'attributes/50012y-ELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(46,40,7,20,2185.0000,'+',13,1,1.5,'+',0,0,1,'attributes/50012y-ELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(45,40,7,21,1307.0000,'+',12,1,2.5,'+',0,0,1,'attributes/ebc406apELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(44,40,7,22,502.0000,'+',11,1,2.5,'+',0,0,1,'attributes/ebc502ELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(43,40,7,23,399.0000,'+',10,1,1,'+',0,0,1,'attributes/ACRAquaLink406-ELT_01.jpg',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(34,39,7,23,399.0000,'+',10,1,1,'+',0,0,1,'attributes/ACRAquaLink406-ELT_01.jpg',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(35,39,7,22,502.0000,'+',11,1,2.5,'+',0,0,1,'attributes/ebc502ELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(36,39,7,21,1307.0000,'+',12,1,2.5,'+',0,0,1,'attributes/ebc406apELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(37,39,7,20,2185.0000,'+',13,1,1.5,'+',0,0,1,'attributes/50012y-ELT_01.jpg',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(52,40,0,0,0.0000,'+',0,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(77,3,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(55,1,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(74,1,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(76,2,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(75,2,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(80,4,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(79,4,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(82,5,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(81,5,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(84,6,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(83,6,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(86,7,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(85,7,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(88,8,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(87,8,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(90,9,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(89,9,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(92,72,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(91,72,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(93,10,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(94,10,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(95,11,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(96,11,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(97,12,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(98,12,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(99,13,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(100,13,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(101,14,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(102,14,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(103,15,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(104,15,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(105,16,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(106,16,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(107,17,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(108,17,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(109,18,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(110,18,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(111,19,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(112,19,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(113,20,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(114,20,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(115,21,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(116,21,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(117,22,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(118,22,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(119,23,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(120,23,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(121,24,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(122,24,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(125,26,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(126,26,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(127,27,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(128,27,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(129,28,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(130,28,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(131,29,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(132,29,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(133,30,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(134,30,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(135,31,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(136,31,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(137,32,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(138,32,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(139,33,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(140,33,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(141,34,1,1,25.0000,'+',0,0,0,'+',0,1,0,'',0,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0),(142,34,9,2,0.0000,'+',1,1,0,'+',0,0,1,'',1,0.0000,0.0000,0.0000,0.0000,0.0000,'','',0.0000,0,0.0000,0,0);
/*!40000 ALTER TABLE `zen_products_attributes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_attributes_download`
--

DROP TABLE IF EXISTS `zen_products_attributes_download`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_attributes_download` (
  `products_attributes_id` int(11) NOT NULL DEFAULT '0',
  `products_attributes_filename` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_attributes_maxdays` int(2) DEFAULT '0',
  `products_attributes_maxcount` int(2) DEFAULT '0',
  PRIMARY KEY (`products_attributes_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_attributes_download`
--

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

--
-- Table structure for table `zen_products_description`
--

DROP TABLE IF EXISTS `zen_products_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_description` (
  `products_id` int(11) NOT NULL AUTO_INCREMENT,
  `language_id` int(11) NOT NULL DEFAULT '1',
  `products_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_description` text COLLATE utf8_unicode_ci,
  `products_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_viewed` int(5) DEFAULT '0',
  `products_description2` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`products_id`,`language_id`),
  KEY `idx_products_name_zen` (`products_name`)
) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_description`
--

LOCK TABLES `zen_products_description` WRITE;
/*!40000 ALTER TABLE `zen_products_description` DISABLE KEYS */;
INSERT INTO `zen_products_description` VALUES (1,1,'4-Man Basic Life Raft Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div></div></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',3536,''),(2,1,'4-Man Life Raft w/Canopy Only Non TSO','4-6 Man Life Raft. Easily deployed by women, children, exhausted pilots, or boaters.  Non TSO.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',3438,''),(3,1,'4-Man Life Raft w/Standard Survival Kit Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Survival kit </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1195,''),(4,1,'4-Man Life Raft w/Standard Plus Survival Kit Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Survival kit </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1175,''),(5,1,'4-Man Life Raft w/Deluxe Survival Kit Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Survival kit </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1784,''),(6,1,'9-Man Basic Life Raft Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',1444,''),(7,1,'9-Man Life Raft w/Standard Survival Kit Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Survival kit </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1238,''),(8,1,'9-Man Life Raft w/Standard Plus Survival Kit Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Survival kit </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1068,''),(9,1,'9-Man Life Raft w/Deluxe Survival Kit Non TSO','Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Survival kit </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1291,''),(10,1,'4-Man Life Raft Basic Non TSO with Bulkhead Design','Single tube with bulkhead design creating two separate chambers.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div></div></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',1687,''),(11,1,'4-Man Life Raft w/Canopy Only TSO','FAA TSO-C70a, Type II Approved\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li>\r\n          <li>4 person capacity with an overload of 6.</li>\r\n          <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Optional survival kits are available to meet individual requirements.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',2097,''),(12,1,'4-Man Life Raft w/FAR 91 Survival Kit TSO','FAA TSO-C70a, Type II Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li>\r\n          <li>4 person capacity with an overload of 6.</li>\r\n          <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1678,''),(13,1,'4-Man Life Raft w/FAR 121 Survival Kit TSO','FAA TSO-C70a, Type II Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li>\r\n          <li>4 person capacity with an overload of 6.</li>\r\n          <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',4272,''),(14,1,'4-Man Life Raft w/FAR 135 Survival Kit TSO','4 person capacity with an overload of 6 - FAA TSO-C70a, Type II Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li>\r\n          <li>4 person capacity with an overload of 6.</li>\r\n          <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',2078,''),(15,1,'8-Man Basic Life Raft Non TSO with Bulkhead Design','Single tube with bulkhead design creating two separate chambers. \r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div></div></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',3449,''),(16,1,'8-Man Life Raft w/Canopy Only TSO','FAA TSO-C70a, Type II Approved\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li><li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Optional survival kit available.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',1555,''),(17,1,'8-Man Life Raft w/FAR 91 Survival Kit TSO','8 person capacity with an overload of 12 - FAA TSO-C70a, Type II Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li><li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',3033,''),(18,1,'8-Man Life Raft w/FAR 121 Survival Kit TSO','8 person capacity with an overload of 12 - FAA TSO-C70a, Type II Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li><li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1538,''),(19,1,'8-Man Life Raft w/FAR 135 Survival Kit TSO','8 person capacity with an overload of 12 - FAA TSO-C70a, Type II Approved  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Single tube with bulkhead design creating two separate chambers.</li><li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1745,''),(20,1,'6-Man Life Raft Basic Non TSO with Double Tube Design','Constructed of heavy-duty FAA approved neoprene coated nylon fabric.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div></div></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',3702,''),(21,1,'6-Man Life Raft w/Canopy Only TSO','FAA TSO-C70a, Type I Approved. Constructed of heavy-duty FAA approved neoprene coated nylon fabric.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Optional survival kits are available to meet individual requirements.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',3347,''),(22,1,'6-Man Life Raft w/FAR 91 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1708,''),(23,1,'6-Man Life Raft w/FAR 121 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1441,''),(24,1,'6-Man Life Raft w/FAR 135 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1563,''),(25,1,'10-Man Life Raft Basic Non TSO w/ Double Tube Design','Constructed of heavy-duty FAA approved neoprene coated nylon fabric. \r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div></div></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',3667,''),(26,1,'10-Man Life Raft w/Canopy Only TSO','FAA TSO-C70a, Type I Approved. Constructed of heavy-duty FAA approved neoprene coated nylon fabric.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Optional survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',1638,''),(27,1,'10-Man Life Raft w/FAR 91 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',4209,''),(28,1,'10-Man Life Raft w/FAR 121 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1800,''),(29,1,'10-Man Life Raft w/FAR 135 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',2437,''),(30,1,'12-Man Life Raft Basic Non TSO w/ Double Tube Design','Constructed of heavy-duty FAA approved neoprene coated nylon fabric.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Optional highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n\r\n    </li>\r\n\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n\r\n    <tbody>\r\n\r\n      <tr>\r\n\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Deck</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n\r\n      </tr>\r\n\r\n      <tr>\r\n\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n\r\n      </tr>\r\n\r\n    </tbody>\r\n\r\n  </table></div></div></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',4046,''),(31,1,'12-Man Life Raft w/Canopy Only TSO','FAA TSO-C70a, Type I Approved. Constructed of heavy-duty FAA approved neoprene coated nylon fabric.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Optional survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',1881,''),(32,1,'12-Man Life Raft w/FAR 91 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\nLightest and smallest package on the market today, designed for private pilots and pleasure boaters.\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Kit:\" title=\" Standard Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1734,''),(33,1,'12-Man Life Raft w/FAR 121 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n<tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n</table>\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Standard Plus Kit:\" title=\" Standard Plus Kit: \" width=\"98\" height=\"120\" />\r\n  </div></div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1372,''),(34,1,'12-Man Life Raft w/FAR 135 Survival Kit TSO','FAA TSO-C70a, Type I Approved\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>  \r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Survival Kit</li>\r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><ul>\r\n          <li>Double tube design containing two complete separate chambers.</li> <li>Comprised of buoyancy tube, deck, life lines, CO2 automatic inflation system, boarding handles, retaining line, hand pump, bailing bucket,Â sea anchor, and valise.</li>\r\n          <li>Includes a stabilizing water ballast system and a water activated locator light as required by the FAA.</li>\r\n          <li>Lightest weight and most compact - easy to carry, stow away, and maneuver in any emergency situation.</li>\r\n          <li>Easily deployed by women, children, exhausted pilots, or boaters.</li>\r\n          <li>Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li>\r\n          <li>Constructed of heavy-duty FAA approved neoprene coated nylon fabric.</li>\r\n          <li>Highly visible orange canopy to aid in search and rescue operations.</li>\r\n          <li>Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight.</li>\r\n          <li>High-tech CO2 automatic inflation system, inflates in 10 seconds.</li>\r\n          <li>Survival kit.</li>\r\n          <li>Lifetime warranty on parts and labor, built to last a lifetime with proper care</li>\r\n        </ul><br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n  \r\n  <div class=\"TabbedPanelsContent\">\r\n  <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">&#8226; canopy w/inflatable mast</td>\r\n    <td width=\"33%\">&#8226; first aid kit</td>\r\n    <td width=\"33%\">&#8226; signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; equipment container</td>\r\n    <td>&#8226; raft repair kit</td>\r\n    <td>&#8226; food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; signal flag</td>\r\n    <td>&#8226; utility knife</td>\r\n    <td>&#8226; water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 3 signal flares</td>\r\n    <td>&#8226; survival manual</td>\r\n    <td>&#8226; sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 2-cell flashlight w/batteries</td>\r\n    <td>&#8226; sea dye markers</td>\r\n    <td>&#8226; signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; magnetic compass </td>\r\n    <td>&#8226; 8-pint desalter(s) </td>\r\n    <td>&#8226; fishing kit </td>\r\n  </tr>\r\n  <tr>\r\n    <td>&#8226; 75-foot retaining line</td>\r\n    <td>&#8226; 2 paddles </td>\r\n    <td>&#8226; radar reflector</td>\r\n  </tr>\r\n</table><div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Deluxe Kit:\" title=\" Deluxe Kit: \" width=\"98\" height=\"120\" />\r\n</div>\r\n  </div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',1993,''),(1,2,'Balsa Salvavida 4-Hombre Basico No TSO','Balsa Salvavida 4-6 del hombre. El paquete mÃ¡s ligero y mÃ¡s pequeÃ±o en el mercado hoy, diseÃ±ado para los pilotos privados y los navegantes del placer. TSO no aprobada.','',1191,''),(2,2,'Balsa Salvavida 4-Hombre con PabellÃ³n solamente No TSO','Balsa Salvavida 4-6 del hombre. Desplegado fÃ¡cilmente por las mujeres, los niÃ±os, agotaron pilotos, o a navegantes. TSO no aprobada.','',1242,''),(3,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia  EstÃ¡ndar No TSO','Balsa Salvavida 4-6 del Hombre Non TSO\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia EstÃ¡ndar</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit Estandar:\" title=\" Kit Estandar: \" width=\"98\" height=\"120\" />\r\n</div>','',631,''),(4,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia EstÃ¡ndar MÃ¡s No TSO','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia EstÃ¡ndar MÃ¡s</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',1585,''),(5,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia  de lujo No TSO','4-6 del hombre TSO no aprobada\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia de lujo</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit de lujo:\" title=\" Kit de lujo: \" width=\"98\" height=\"120\" />\r\n</div>','',748,''),(6,2,'Balsa Salvavida 9-Hombre Basico No TSO','Balsa Salvavida 9-13 del hombre TSO no aprobada','',943,''),(7,2,'Balsa Salvavida 9-Hombre con Kit de Supervivencia EstÃ¡ndar No TSO','9-13 Hombre Balsa Salvavida TSO No Aprobada\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia  EstÃ¡ndar</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar:\" title=\" Kit EstÃ¡ndar: \" width=\"98\" height=\"120\" />\r\n</div>','',675,''),(8,2,'Balsa Salvavida 9-Hombre con Kit de Supervivencia EstÃ¡ndar MÃ¡s No TSO','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia EstÃ¡ndar MÃ¡s</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',687,''),(9,2,'Balsa Salvavida 9-Hombre con Kit de Supervivencia de lujo No TSO','Balsa Salvavida 9-13 del hombre TSO no aprobada\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia de lujo</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit de lujo:\" title=\" Kit de lujo: \" width=\"98\" height=\"120\" />\r\n</div>','',688,''),(10,2,'Balsa Salvavida Basico 4-Hombre','<h4>La capacidad de 4 personas con una sobrecarga de 6 <br /></h4>','',736,''),(11,2,'Balsa Salvavida 4-Hombre con PabellÃ³n solamente TSO','<h4>La capacidad de 4 personas con una sobrecarga de 6 <br />FAA TSO-C70a, Tipo II Aprobado</h4>','',870,''),(12,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 91 TSO','<h4>La capacidad de 4 personas con una sobrecarga de 6 <br />FAA TSO-C70a, Tipo II Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 91</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 91:\" title=\" Kit FAR 91: \" width=\"98\" height=\"120\" />\r\n</div>','',766,''),(13,2,'Balsa Salvavida 4-Hombre  con Kit de Supervivencia FAR 121 TSO','<h4>La capacidad de 4 personas con una sobrecarga de 6. <br />FAA TSO-C70a, Tipo II Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 121</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',1755,''),(14,2,'Balsa Salvavida 4-Hombre con Kit de Supervivencia FAR 135 TSO','<h4>La capacidad de 4 personas con una sobrecarga de 6 <br />FAA TSO-C70a, Tipo II Aprobado</h4<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 135</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 135:\" title=\" Kit FAR 135: \" width=\"98\" height=\"120\" /></div>>','',1144,''),(15,2,'Balsa Salvavida Basico 8-Hombre','<h4>La capacidad de 8 personas con una sobrecarga de 12 </h4>','',1301,''),(16,2,'Balsa Salvavida 8-Hombre con PabellÃ³n solamente TSO','<h4>La capacidad de 8 personas con una sobrecarga de 12. <br />FAA TSO-C70a, Tipo II Aprobado</h4>','',772,''),(17,2,'Balsa Salvavida 8-Hombre con Kit  de Supervivencia FAR 91 TSO','<h4>La capacidad de 8 personas con una sobrecarga de 12 <br />FAA TSO-C70a, Tipo II Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 91</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 91:\" title=\" Kit FAR 91: \" width=\"98\" height=\"120\" />\r\n</div>','',1265,''),(18,2,'Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 121 TSO','<h4>La capacidad de 8 personas con una sobrecarga de 12. <br />FAA TSO-C70a, Tipo II Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 121</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',790,''),(19,2,'Balsa Salvavida 8-Hombre con Kit de Supervivencia FAR 135 TSO','<h4>La capacidad de 8 personas con una sobrecarga de 12 <br />FAA TSO-C70a, Tipo II Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 135</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 135:\" title=\" Kit FAR 135: \" width=\"98\" height=\"120\" /></div>','',670,''),(20,2,'Balsa Salvavida Basico 6 Hombre','Balsa Salvavida Basico 6 Hombre TSO No Aprobada','',1422,''),(21,2,'Balsa Salvavida 6-Hombre con PabellÃ³n solamente TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>','',1325,''),(22,2,'Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 91 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 91</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 91:\" title=\" Kit FAR 91: \" width=\"98\" height=\"120\" />\r\n</div>','',779,''),(23,2,'Balsa Salvavida 6-Hombre con Kit de Supervivencia FAR 121 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 121</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',707,''),(24,2,'Balsa Salvavida 6-Hombre con Kit de Supervivencia  FAR 135  TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 135</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 135:\" title=\" Kit FAR 135: \" width=\"98\" height=\"120\" />\r\n</div>','',1861,''),(25,2,'Balsa Salvavida BÃ¡sico 10-Hombre','Balsa Salvavida BÃ¡sico 10-Hombre TSO No Aprobada','',1356,''),(26,2,'Balsa Salvavida 10-Hombre con el pabellÃ³n solamente TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>','',770,''),(27,2,'Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 91 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 91</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 91:\" title=\" Kit FAR 91: \" width=\"98\" height=\"120\" />\r\n</div>','',1404,''),(28,2,'Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 121 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 121</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',718,''),(29,2,'Balsa Salvavida 10-Hombre con Kit de Supervivencia FAR 135 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 135</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 135:\" title=\" Kit FAR 135: \" width=\"98\" height=\"120\" />\r\n</div>','',789,''),(30,2,'Balsa Salvavida Basico 12-Hombre','Balsa Salvavida Basico 12-Hombre  TSO No Aprobada','',1428,''),(31,2,'Balsa Salvavida 12-Hombre con el pabellÃ³n solamente TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>','',783,''),(32,2,'Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 91 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 91</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 91:\" title=\" Kit FAR 91: \" width=\"98\" height=\"120\" />\r\n</div>','',725,''),(33,2,'Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 121 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 121</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit EstÃ¡ndar MÃ¡s:\" title=\" Kit EstÃ¡ndar MÃ¡s: \" width=\"98\" height=\"120\" />\r\n</div>','',686,''),(34,2,'Balsa Salvavida 12-Hombre con Kit de Supervivencia FAR 135 TSO','<h4>FAA TSO-C70a, Tipo I Aprobado</h4>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia FAR 135</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n\r\n<div id=\"productOptionImage\"><img src=\"images/kit_01.jpg\" alt=\"Kit FAR 135:\" title=\" Kit FAR 135: \" width=\"98\" height=\"120\" />\r\n</div>','',812,''),(35,2,'EBC 502 Faro del Localizador de la Emergencia(ELT) -  Faro del Localizador de la Supervivencia','<table cellpadding=\"10\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n  <tbody>\r\n    <tr>\r\n      <td valign=\"top\"><h6>EBC 502 -   TRANSMISOR DUAL DEL LOCALIZADOR DE LA EMERGENCIA DE LA FRECUENCIA  </h6>\r\n        <p> El ELT con el monitor audible, transmite en el &amp; 121.5; 243.0MHz. La cabina/la carlinga montÃ³, tiene una antena integral. TSO-C91a. <br />\r\n        </p>\r\n        <p><strong><a href=\"http://www.emergencybeaconcorp.com/manuals/502.pdf\" target=\"_blank\"> Manual del Producto </a></strong></p>\r\n        <p> El EBC 502 es indudablemente el mejor valor de un transmisor de dos frecuencias del localizador de la emergencia (ELT) en el mercado hoy. Excede estÃ¡ndares de TSO-C91a, es FCC aprobada y satÃ©lite compatible. </p>\r\n        <p> Como con todo el EBC ELTs, el EBC 502 transmite automÃ¡ticamente o manualmente en el civil (121.5 megaciclos) y las frecuencias militares (243.0 megaciclos) simultÃ¡neamente. Tiene un interruptor elÃ©ctrico ahuecado de 3 posiciones para la operaciÃ³n automÃ¡tica o manual y la prueba prevuela. Un circuito y una lÃ¡mpara de la prueba incorporada permite que el piloto determine visualmente la modulaciÃ³n de la salida de energÃ­a del ELT y la fuerza de la baterÃ­a. Tiene una antena integral incorporada. Esta unidad completamente portable no requiere ninguÃŒÂn cableado o antena externa, haciÃ©ndola menos costosa y fÃ¡cil instalar en carlinga o cabina. Construido para asegurar la confiabilidad bajo condiciones mÃ¡s Ã¡speras, puede soportar 1000+ Gs del choque, hasta 24 horas terminan la submisiÃ³n en agua salada y sobrevivirÃ¡n un fuego de destello hasta de 1500&#730;F por dos minutos. Todos los EBC ELTs tienen una antena integral incorporada - ninguna necesidad de cables o de antenas externas. El EBC 502 se ha equipado con un monitor externo que emite un tono que emite un sonido breve y agudo ruidoso sobre la activaciÃ³n de la unidad. El monitor se sienta por debajo el ELT en la consola de montaje y estÃ¡ conectado vÃ­a un conectador de la corriente continua, Eliminando la necesidad de un arnÃ©s del alambre. El monitor tiene su propia baterÃ­a de modo que no salga energÃ­a del ELT. En una emergencia real, estÃ¡ tranquilizando absolutamente para oÃ­r que se ha activado su ELT. Cuando salen mal las circunstancias, el EBC 502 estÃ¡ allÃ­ cada paso de la manera con diseÃ±o delantero y la tecnologÃ­a del borde que ayuda excepto vidas. </p>\r\n        <p> El EBC 502 es aprobado por el FAA a TSO C91a y tipo aceptados por la FCC bajo parte 87. </p>\r\n        <u><strong>CARACTERÃSTICAS FÃSICAS</strong></u>\r\n        <ul>\r\n          <li> Caja cocida al horno amarillo del aluminio del esmalte </li>\r\n          <li> La antena no que se telescopa flexible amplÃ­a 19&quot; sobre cuerpo del transmisor </li>\r\n          <li>Size: 2.5&quot;W x 2&quot;D x 8.5&quot;H</li>\r\n          <li>Weight: 2.75   libras con el paquete de la baterÃ­a instalado  </li>\r\n        </ul>\r\n        <p><br />\r\n          <strong><u>CARACTERÃSTICAS ESPECIALES</u></strong></p>\r\n        <ul>\r\n          <li> Previsto para la instalaciÃ³n en Ã¡rea de la carlinga o de cabina </li>\r\n          <li> Interruptor elÃ©ctrico ahuecado de 3 posiciones </li>\r\n          <li> piezas y garantÃ­a de trabajo  de 2 aÃ±os </li>\r\n          <li> Viene completo con la consola de montaje, el paquete de la baterÃ­a y el monitor audible </li>\r\n          <li> Aplicaciones un paquete del acumulador alcalino GS-52 </li>\r\n          <li> Alarma audible del monitor cuando estÃ¡ activado </li>\r\n        </ul>\r\n        <p><br />\r\n          <u><strong>ESPECIFICACIONES</strong></u></p>\r\n        <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n          <tbody>\r\n            <tr>\r\n              <td width=\"35%\">Alcance</td>\r\n              <td> SatÃ©lite: millas 1200+ </td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Alcance</td>\r\n              <td> Aviones de la bÃºsqueda: Linea de VisiÃ³n</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> Vida Ãºtil </td>\r\n              <td> 120 horas o mÃ¡s @ 21&#730;C </td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> Temperatura de funcionamiento </td>\r\n              <td>-20&#730;C a +55&#730;C</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> Transmita la frecuencia </td>\r\n              <td> 121.5 megaciclos y 243.0 megaciclos </td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> Estabilidad de la frecuencia </td>\r\n              <td>+/- 0.005%</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> Resistencia de choque </td>\r\n              <td> Resiste hasta 1000 Gs </td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Impermeable</td>\r\n              <td>SumersiÃ³n completo en agua salada hasta 24 horas</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> ModulaciÃ³n </td>\r\n              <td>Tono barrido 1600 hertzios a 300 hertzios, 2-4 veces por segundo</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\"> EnergÃ­a </td>\r\n              <td>50mW PERP   despuÃ©s de 50 horas   @ -20&#730;C</td>\r\n            </tr>\r\n          </tbody>\r\n        </table></td>\r\n    </tr>\r\n  </tbody>\r\n</table>','',1703,''),(35,1,'EBC 502 Emergency Locator Transmitter (ELT) - Survival Locator Beacon','<table cellpadding=\"10\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n  <tbody>\r\n    <tr>\r\n      <td valign=\"top\"><h6>EBC 502 - DUAL FREQUENCY EMERGENCY LOCATOR TRANSMITTER</h6>\r\n        <p><em>ELT with audible monitor, transmits on 121.5 &amp; 243.0MHz. Cabin/cockpit mounted, has an integral antenna. Meets TSO-C91a.</em></p>\r\n        <br />\r\n        <p><strong><a href=\"http://www.emergencybeaconcorp.com/manuals/502.pdf\" target=\"_blank\">Product Manual</a></strong></p>\r\n        <p>The EBC 502 is undoubtedly the best value in a two frequency Emergency Locator Transmitter (ELT) on the market today. It exceeds TSO-C91a standards, is FCC approved and satellite compatible.</p>\r\n        <p>As with all EBC ELTs, the EBC 502 transmits either automatically or manually on both civilian (121.5 MHz) and military (243.0 MHz) frequencies simultaneously.It has a recessed 3-position toggle switch for automatic or manual operation and pre-flight testing. A built-in test circuit and lamp allows the pilot to visually assess ELT power output modulation and battery strength. It has a built-in integral antenna. This fully portable unit requires no cabling or external antenna, making it less expensive and easy to install in cockpit or cabin. Built to ensure reliability under the harshest conditions, it is able to withstand 1000+ Gs of shock, up to 24 hours complete submersion in salt water and will survive a flash fire of up to 1500&#730;F for two minutes. All EBC ELTs have a built-in integral antenna - no need for cables or external antennas. The EBC 502 has been outfitted with an external monitor that emits a loud beeping tone upon activation of the unit. The monitor sits underneath the ELT in the mounting bracket and is connected via a DC power connector, eliminating the need for a wire harness. The monitor has its own battery so that it will not drain power from the ELT. In an actual emergency, it is quite reassuring to hear that your ELT has been activated. When circumstances go wrong, the EBC 502 is there every step of the way with leading edge design and technology that helps save lives.</p>\r\n        <p>The EBC 502 is approved by the FAA to TSO C91a and Type Accepted by the FCC under part 87.</p>\r\n        <u><strong>PHYSICAL FEATURES</strong></u>\r\n        <ul>\r\n          <li>Yellow baked enamel aluminum case</li>\r\n          <li>Flexible non-telescoping antenna extends 19&quot; above transmitter body</li>\r\n          <li>Size: 2.5&quot;W x 2&quot;D x 8.5&quot;H</li>\r\n          <li>Weight: 2.75 lbs. with battery pack installed</li>\r\n        </ul>\r\n        <p><br />\r\n          <strong><u>SPECIAL FEATURES</u></strong></p>\r\n        <ul>\r\n          <li>Intended for installation in cockpit or cabin area</li>\r\n          <li>Recessed 3 position toggle switch</li>\r\n          <li>2 year parts and labor warranty</li>\r\n          <li>Comes complete with mounting bracket, battery pack and audible monitor</li>\r\n          <li>Uses one GS-52 alkaline battery pack</li>\r\n          <li>Audible monitor alert when activated</li>\r\n        </ul>\r\n        <p><br />\r\n          <u><strong>SPECIFICATIONS</strong></u></p>\r\n        <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\r\n          <tbody>\r\n            <tr>\r\n              <td width=\"35%\">Range</td>\r\n              <td>Satellite: 1200+ miles</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Range</td>\r\n              <td>Search Aircraft: Line of Sight</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Operating Life</td>\r\n              <td>120 hours or more @ 21&#730;C</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Operating Temperature</td>\r\n              <td>-20&#730;C to +55&#730;C</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Transmit Frequency</td>\r\n              <td>Both 121.5 MHz and 243.0 MHz</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Frequency Stability</td>\r\n              <td>+/- 0.005%</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Shock Resistance</td>\r\n              <td>Withstands up to 1000 Gs</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Waterproof</td>\r\n              <td>Complete submersion in salt water up to 24 hrs.</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Modulation</td>\r\n              <td>Swept tone 1600 Hz to 300 Hz, 2-4 times per second</td>\r\n            </tr>\r\n            <tr>\r\n              <td width=\"35%\">Power</td>\r\n              <td>50mW PERP after 50 hours @ -20&#730;C</td>\r\n            </tr>\r\n          </tbody>\r\n        </table></td>\r\n    </tr>\r\n  </tbody>\r\n</table>','',3348,''),(36,2,'500-12Y Faro del Localizador de la Emergencia(ELT) | Faro del Localizador de la Supervivencia*','Completa de la FAA y la JAA Aprobaciones de conformidad con el TSO C91a y C126 Convenio sobre, JTSO 2C91a y 2C126 COSPAS-SARSAT AprobaciÃ³n 111, CAA WR1029 N Âº AprobaciÃ³n. <br />\r\n<br />\r\nEl PLB puede ser embalado dentro de nuestra FAA TSO Aprobado vida Balsas. <br />\r\n<br />\r\n500-12Y tiene un precio competitivo! <br />\r\n<br />\r\nLa serie 500-12 de Personal Locator Beacons son simples, unidades compactas, peso ligero que se puede utilizar ya sea manualmente o automÃ¡ticamente a travÃ©s de arnÃ©s de eyecciÃ³n del asiento. Totalmente compatible con la mayorÃ­a de los equipos de bÃºsqueda y rescate, incluyendo el COSPAS-SARSAT equipo satelital basada sobreviviente ubicaciÃ³n. <br />\r\n<br />\r\nEl PLB es una unidad de una sola pieza con el transmisor ubicado en un color amarillo reflectante termoplÃ¡stico moldeado del caso, que estÃ¡ diseÃ±ado de tal manera que el paquete de baterÃ­a reemplazable se puede montar en el paquete global para formar una unidad anti-deslizante mano suave, pero portÃ¡til. El diseÃ±o es tal que el reemplazo fÃ¡cil del mÃ³dulo de baterÃ­a (15 segundos) es posible durante el funcionamiento del faro. capacidad de discurso completo en 121,5 y 243 MHz, junto con un tono audible que indica la retransmisiÃ³n en directo del faro. La unidad estÃ¡ diseÃ±ada para la supervivencia de hasta diez aÃ±os con el reemplazo de la baterÃ­a de mantenimiento sÃ³lo es cada cinco aÃ±os. La antena (suministrado) es capaz de ser conectado directamente a la PLB o remota a travÃ©s de un conjunto de cables para la operaciÃ³n en un bote. <br />\r\n<br />\r\nâ€¢ Las transmisiones simultÃ¡neas. <br />\r\nâ€¢ Beacon y Discurso, el sistema Cospas / Sarsat cobertura. <br />\r\nâ€¢ La exclusiva funciÃ³n programable remotamente cÃ³digo del paÃ­s de 406.025 MHz. Reprogramable en corriente alterna. <br />\r\nâ€¢ Funcionamiento manual o automÃ¡tico. <br />\r\nâ€¢ Resistente al agua hasta 10 metros. <br />\r\nâ€¢ Cumple con la OTAN STANAG 7007 Ãºltima ediciÃ³n. EUROCAE ED 62 RTCA DO-204, OD-183. <br /><br />*VENDIDO POR SEPARADO DENTRO DE LOS E.E.U.U. SOLAMENTE. DEBE SER COMPRADO CON UNA BALSA PARA TODAS LAS Ã“RDENES FUERA DE LOS ESTADOS UNIDOS.','',1920,''),(36,1,'500-12Y Emergency Locator Transmitter (ELT) Survival Locator Beacon*','Full FAA and JAA Approvals in accordance with TSO C91a and C126, JTSO-2C91a and 2C126 COSPAS/SARSAT Approval 111, CAA Approval No. WR1029.<br />\r\n<br />\r\nThe PLB may be packed inside our FAA TSO Approved Life Rafts. <br />\r\n<br />\r\n500-12Y is Competitively Priced!<br />\r\n<br />\r\nThe Series 500-12 Personal Locator Beacons are simple, compact, lightweight units which can be used either manually or automatically via ejection seat harness. Fully compatible with the majority of search and rescue equipment including the COSPAS/SARSAT satellite based survivor location equipment.<br />\r\n<br />\r\nThe PLB is a one-piece unit with the transmitter housed in a reflective yellow molded thermoplastic case, which is designed such that the replaceable battery pack can be mounted within the overall package to form a smooth but non-slip hand portable unit. The design is such that easy replacement of the battery module (15 seconds) is possible during beacon operation. Full speech capability on 121.5 and 243 MHz together with an audible tone indicating live beacon transmissions. The unit is designed to last for up to ten years with the only maintenance being battery replacement every five years. The antenna (supplied) is capable of being attached directly to the PLB or remote through a cable assembly for operation in a dinghy.<br />\r\n<br />\r\n <li>Simultaneous Transmissions.</li>\r\n <li>Beacon and Speech Modes and COSPAS/SARSAT coverage.</li>\r\n <li>Unique remotely programmable country code function for 406.025 MHz. Reprogrammable on ac.</li>\r\n <li>Manual or automatic operation.</li>\r\n <li>Waterproof to 10 meters.</li>\r\n <li>Meets NATO STANAG 7007 latest issue. EUROCAE ED 62 RTCA DO-204, DO-183.</li>\r\n <li>Power Output - 48 hours min., 100mW (+20dBm) on both frequencies at -20 degrees C.</li>\r\n <li>Pack Size: 2in. x 4in. x 6in.</li><br /><br />*SOLD SEPARATELY WITHIN THE USA ONLY. MUST BE PURCHASED WITH A RAFT FOR ALL ORDERS OUTSIDE THE UNITED STATES.','',11881,''),(37,2,'EBC 406AP Faro del Localizador de la Emergencia(ELT) - Faro del Localizador de la Supervivencia','<strong>El EBC 406</strong> es el primer de la nueva lÃ­nea de EBC digital ELT\' s. DiseÃ±ado con la mÃ¡s nueva tecnologÃ­a tambiÃ©n incorpora el mejor y las caracterÃ­sticas probadas que caracterizan todo el EBC\' transmisores del localizador de la emergencia de s. Estos transmisores han encapsulado electrÃ³nica y la baterÃ­a embala para prever la protecciÃ³n agregada contra choque, humedad, y otros peligros para el medio ambiente. Tienen un monitor incorporado que emita un tono que emite un sonido breve y agudo ruidoso si se activa el ELT. Pueden ser activados automÃ¡ticamente o manualmente. <br /><br /> Las lÃ­neas de EBC 406 de transmisores del localizador de la emergencia se han diseÃ±ado con flexibilidad de la instalaciÃ³n en mente. Las AP-Series ELT de EBC 406 se deben instalar en la cabina de los aviones. La instalaciÃ³n cerca del piloto elimina la necesidad de un teledirigido, asÃ­ la reducciÃ³n de la instalaciÃ³n cuesta y la eliminaciÃ³n de la necesidad de utilizar el espacio precioso del panel. La instalaciÃ³n en la cabina tambiÃ©n permite el retiro fÃ¡cil del ELT en caso de una emergencia real - apenas desconecte el cable coaxil de la antena externa y ate la antena de la supervivencia. El EBC 406 AF-Series se debe instalar en la secciÃ³n de cola de los aviones para los que prefieran esa localizaciÃ³n del ELT. En ese caso, una unidad alejada se proporciona para el panel de aviones asÃ­ que el ELT se puede controlar por el piloto. Como con la cabina montÃ³ la unidad, antena de la supervivencia se utiliza cuando el transmisor se quita de los aviones. Todo el EBC 406 ELT\' s tiene una caracterÃ­stica de autoprueba incorporada que permita que el piloto compruebe la energÃ­a 406 y antena-engatuse la conexiÃ³n. La cabina y la cola montan ELT\' uso de s una antena externa.\r\n<br /><br />\r\n<strong>CaracterÃ­sticas</strong><br /><br />\r\n<li>Operating Freqs: 406.028 MHz and 121.5 MHz</li>\r\n<li>Output Power on 406 MHz: 5W for 24 Hours at -20C</li>\r\n<li>Output Power on 121.5 MHz: 50mW min for 50 Hours at -20C</li>\r\n<li>Temperatura de funcionamiento: -20C a +55C</li>\r\n<li>Tipo de la baterÃ­a: DiÃ³xido del manganeso del litio</li>\r\n<li>Vida de baterÃ­a Ãºtil: 5 aÃ±os o 1 hora de uso acumulativo</li>\r\n<li>ModulaciÃ³n 406 megaciclos: L bifÃ¡sico (16KOG1D)</li>\r\n<li>ModulaciÃ³n 121.5 megaciclos: Tono barrido 1600Hz a 300 hertzios, 2-4</li>\r\n<li>Ã‰pocas/en segundo lugar</li>\r\n<li>ActivaciÃ³n automÃ¡tica: Cambio de la velocidad de 4.5 pies por segundo</li>\r\n<li>Altitud: 50.000 pies</li>\r\n<li>DescompresiÃ³n: 8000 pies a 40.000 pies</li>\r\n<li>Alta presiÃ³n: -15.000 pies</li>\r\n<li>Humedad: el 95% por 50 horas</li>\r\n<li>Funcionamiento del choque: Soporta 500G\' s en 6 hachas</li>\r\n<li>VibraciÃ³n: Withstands 10 G\' s</li>\r\n<li>InmersiÃ³n: Withstands 24 horas en agua salada</li>\r\n<li>GarantÃ­a: 2 aÃ±os, hechos en los E.E.U.U.</li>\r\n<br /><br />\r\nAhora, puede ser embalado adentro o ir junto con muchas de nuestras balsas salvavidas de la TSO de FAA.','',1789,''),(37,1,'EBC 406AP Emergency Locator Transmitter (ELT) - Survival Locator Beacon','<strong>The EBC 406</strong> is the first of the new line of digital EBC ELT\'s. Designed with the newest technology it also incorporates the best and proven features that characterize all of EBC\'s emergency locator transmitters. These transmitters have encapsulated electronics and battery packs to provide for added protection against shock, moisture, and other environmental hazards. They have a built-in monitor that emits a loud beeping tone if the ELT is activated. They can be activated either automatically or manually.\r\n<br /><br />\r\nThe EBC 406 lines of emergency locator transmitters have been designed with installation flexibility in mind. The EBC 406 AP-Series ELT should be installed in the cabin of the aircraft. Installation near the pilot eliminates the need for a remote control, thus reducing the installation costs and eliminating the need to use precious panel space. Installation in the cabin also allows for easy removal of the ELT in case of an actual emergency - just disconnect the external antenna coax cable and attach the survival antenna. The EBC 406 AF-Series should be installed in the tail section of the aircraft for those who prefer that ELT location. In that case, a remote unit is provided for the aircraft panel so the the ELT can be controlled by the pilot. As with the cabin mounted unit, survival antenna is used when the transmitter is removed from the aircraft. All EBC 406 ELT\'s have a built-in self test feature that allows the pilot to check 406 power and the antenna-coax connection. Both cabin and tail mount ELT\'s use an external antenna.\r\n<br /><br />\r\n<strong>Features</strong><br /><br />\r\n<li>Operating Freqs: 406.028 MHz and 121.5 MHz</li>\r\n<li>Output Power on 406 MHz: 5W for 24 Hours at -20C</li>\r\n<li>Output Power on 121.5 MHz: 50mW min for 50 Hours at -20C</li>\r\n<li>Operating Temperature: -20C to +55C</li>\r\n<li>Battery Type: Lithium Manganese Dioxide</li>\r\n<li>Useful Battery Life: 5 Years or 1 Hour of Cumulative Use</li>\r\n<li>Modulation 406 MHz: Biphase L (16KOG1D)</li>\r\n<li>Modulation 121.5 MHz: Swept Tone 1600Hz to 300 Hz, 2-4</li>\r\n<li>Times/Second</li>\r\n<li>Automatic Activation: Velocity Change of 4.5 feet per Second</li>\r\n<li>Altitude: 50,000 feet</li>\r\n<li>Decompression: 8000 feet to 40,000 feet</li>\r\n<li>High Pressure: -15,000 feet</li>\r\n<li>Humidity: 95% for 50 Hours</li>\r\n<li>Shock Performance: Withstands 500G\'s on 6 axes</li>\r\n<li>Vibration: Withstands 10 G\'s</li>\r\n<li>Immersion: Withstands 24 hours in Salt Water</li>\r\n<li>Warranty: 2 Years, Made in the USA.</li> <br /><br /> Now, may be packed in or go along with many of our FAA TSO life rafts.','',3791,''),(38,2,'EstÃ¡ndar / 91 Tipo Kit de Supervivencia','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia EstÃ¡ndar / 91Tipo</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>raciones del alimento</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>raciones del agua</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n</table>','',1506,''),(38,1,'Standard / 91 Type Survival Kit','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Standard / 91 Type Survival Kit</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">canopy w/inflatable mast</td>\r\n    <td width=\"33%\">first aid kit</td>\r\n    <td width=\"33%\">signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>equipment container</td>\r\n    <td>raft repair kit</td>\r\n    <td>food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>signal flag</td>\r\n    <td>sea dye markers</td>\r\n    <td>water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 signal flares</td>\r\n    <td>2-cell flashlight w/batteries</td>\r\n    <td>signal whistle</td>\r\n  </tr>\r\n</table>','',2288,''),(39,2,'EstÃ¡ndar MÃ¡s / 121 Tipo Kit de Supervivencia','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia EstÃ¡ndar MÃ¡s / 121 Tipo</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>','',1568,''),(39,1,'Standard Plus / 121 Type Survival Kit','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Standard Plus / 121 Type Survival Kit</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">canopy w/inflatable mast</td>\r\n    <td width=\"33%\">first aid kit</td>\r\n    <td width=\"33%\">signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>equipment container</td>\r\n    <td>raft repair kit</td>\r\n    <td>food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>signal flag</td>\r\n    <td>utility knife</td>\r\n    <td>water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 signal flares</td>\r\n    <td>survival manual</td>\r\n    <td>sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>2-cell flashlight w/batteries</td>\r\n    <td>sea dye markers</td>\r\n    <td>signal whistle</td>\r\n  </tr>\r\n</table>','',2359,''),(40,2,'De Lujo / 135 Tipo Kit de Supervivencia','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Kit de Supervivencia de Lujo / 135 Tipo</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"50%\">pabellÃ³n con el mÃ¡stil inflableÂ </td>\r\n    <td width=\"50%\">kit de primeros auxilios</td>\r\n  </tr>\r\n  <tr>\r\n    <td>envase del equipo</td>\r\n    <td>kit de reparaciÃ³n de la balsa</td>\r\n  </tr>\r\n  <tr>\r\n    <td>bandera de seÃ±al</td>\r\n    <td>cuchillo para uso general</td>\r\n  </tr>\r\n  <tr>\r\n    <td>linterna de 2 cÃ©lulas con las baterÃ­as</td>\r\n    <td>manual de la supervivencia</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 llamaradas de seÃ±al</td>\r\n    <td>marcador del tinte del mar</td>\r\n  </tr>\r\n  <tr>\r\n    <td>espejo de la seÃ±al</td>\r\n    <td>esponja</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del alimento</td>\r\n    <td>silbido de la seÃ±al</td>\r\n  </tr>\r\n  <tr>\r\n    <td>raciones del agua</td>\r\n    <td>compÃ¡s magnÃ©tico</td>\r\n  </tr>\r\n  <tr>\r\n    <td>kit de la pesca</td>\r\n    <td>75 pies de lÃ­nea de retenciÃ³n</td>\r\n  </tr>\r\n  <tr>\r\n    <td>reflector del radar</td>\r\n    <td>2 paletas</td>\r\n  </tr>\r\n  <tr>\r\n    <td> 8 pintas de removedor de la sal </td>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>','',1643,''),(40,1,'Deluxe / 135 Type Survival Kit','<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n  <tr>\r\n    <th scope=\"col\"><p class=\"indexProductListCatHeading\">Deluxe / 135 Type Survival Kit</p></th>\r\n  </tr>\r\n</table>\r\n<table width=\"100%\" border=\"1\" align=\"center\" cellpadding=\"3\" cellspacing=\"0\">\r\n  <tr>\r\n    <td width=\"34%\">canopy w/inflatable mast</td>\r\n    <td width=\"33%\">first aid kit</td>\r\n    <td width=\"33%\">signal mirror</td>\r\n  </tr>\r\n  <tr>\r\n    <td>equipment container</td>\r\n    <td>raft repair kit</td>\r\n    <td>food rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>signal flag</td>\r\n    <td>utility knife</td>\r\n    <td>water rations</td>\r\n  </tr>\r\n  <tr>\r\n    <td>3 signal flares</td>\r\n    <td>survival manual</td>\r\n    <td>sponge</td>\r\n  </tr>\r\n  <tr>\r\n    <td>2-cell flashlight w/batteries</td>\r\n    <td>sea dye markers</td>\r\n    <td>signal whistle</td>\r\n  </tr>\r\n  <tr>\r\n    <td>magnetic compassÂ </td>\r\n    <td>8-pint desalter(s)Â </td>\r\n    <td>fishing kitÂ </td>\r\n  </tr>\r\n  <tr>\r\n    <td>75-foot retaining line</td>\r\n    <td>2 paddlesÂ </td>\r\n    <td>radar reflector</td>\r\n  </tr>\r\n</table>','',3949,''),(52,2,'Kit de Supervivencia de lujo','El kit incluye el siguiente: Alimento y agua: 12 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad de agua como surtidores principales y cada caja tiene un perÃ­odo de validez de 5 aÃ±os barras del alimento de 12 - 400 calorÃ­as (4800 calorÃ­as) - fuente de 3 dÃ­as de alimento con una vida Ãºtil de cinco aÃ±os para 2 personas 20 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua Luz y comunicaciÃ³n: Radio de Am/Fm con los auriculares y las baterÃ­as Linterna recargable del apretÃ³n - linterna de 3 LED que genera y almacena energÃ­a exprimiendo la manija (NINGUNAS BATERÃAS NECESARIAS) Vela de la emergencia de 36 horas - puede tambiÃ©n ser utilizado como estufa Ponga verde el palillo del resplandor de la emergencia - dura por 12 horas silbido de la supervivencia 5 in-1 - silbido chillÃ³n ruidoso (recorridos sobre 1 milla) que contiene un arrancador del pedernal, un espejo de la seÃ±al, un compÃ¡s, y un acollador Caja de 50 fÃ³sforos impermeables Alumbrador del estilo del Bic Abrigo y calor: 2 sacos de dormir de la supervivencia de la emergencia - recomendados sobre \" comÃºn; blankets\" del espacio; calentadores del cuerpo de 2 - 16-20 horas - caliente para arriba en minutos con una temperatura media de 130 grados. tienda del tubo 2-Person con la cuerda 2 ponchos de la emergencia con la capilla Herramientas: Cuchillo de 16 funciones Guantes de trabajo punteados palma 2 - MÃ¡scaras de polvo del respirador N95 - NIOSH aprobado 50 pies de la cuerda de nylon Higiene y saneamiento: 2 - 24 kits de lujo de la higiene del pedazo - cepillo de dientes, crema dental, 9 wetnaps, barra del jabÃ³n, champÃº y acondicionador, selecciÃ³n de la seda dental, mano y lociÃ³n del cuerpo, gel del desodorisante, maquinilla de afeitar gemela de la lÃ¡mina, 5\" de .34 onza de .25 onza; peine negro, 4 maxipads, paquete de la crema de afeitar, y washcloth. 6 paquetes del tejido del bolsillo del tempo Primeros auxilios: Kit de primeros auxilios del Portable de 42 pedazos - contiene 42 pedazos - 10 vendajes del punto, 10 tiras del joven escarpado, 5 del medio escarpado, 5 escarpadas, 2 tiras del anti-bacteriano, 3 claras, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 cojines de gasa Kit del esencial de los primeros auxilios del guarda - 1 preparaciÃ³n del trauma (5\" x9\"), 3 paquetes de la lociÃ³n de la protecciÃ³n solar, 1 cojÃ­n de la preparaciÃ³n de la relevaciÃ³n de la picadura, 1 paquete poner crema de la quemadura, 4 tabletas de No-Aspirin, 4 tabletas antiÃ¡cidas, 4 tabletas del ibuprofen, 1 paquete del ungÃ¼ento del labio, 1 paquete antibiÃ³tico del ungÃ¼ento, 1 par de guantes del vinilo (no lÃ¡tex), 2 tablillas del dedo, 10 aplicadores de la extremidad del algodÃ³n, 1 rodillo de cinta de los primeros auxilios, 1 rodillo de apÃ³sito de gasa, y una guÃ­a de la instrucciÃ³n de los primeros auxilios Otro: Libreta LÃ¡piz Cubierta de las tarjetas que juegan para la hospitalidad Bolso inÃºtil infeccioso','',2151,NULL),(41,2,'Juego de InmersiÃ³n','<strong>CARACTERÃSTICAS</strong><br /><br /><li>MitÃ³n digitado tres para guardar su calentador de los dedos.</li><br />\r\n<li>Dos tirones de la lengÃ¼eta de la cremallera en la cremallera localizada en la parte superior e inferior de la cremallera. Esto redujo en tiempo que ponÃ­a permitiendo que la cremallera sea tirada derecho para arriba. </li><br />\r\n<li> Las piernas anchas permiten aprisa el poner con la capacidad de poner con los zapatos o los cargadores encendido. Correas del tobillo a ayudar en caminar. </li><br />\r\n<li>El agua de la purgaciÃ³n de las vÃ¡lvulas del dedo del pie ayuna. Si el juego se daÃ±a, o se pone en el agua, serÃ¡ necesario purgar cualquier agua del juego antes de trasladarse a una balsa salvavidas, de subir otro recipiente o de mover encendido a una playa. Estas vÃ¡lvulas no sÃ³lo purgan el agua muy rÃ¡pidamente, ellas tambiÃ©n lanzan el aire atrapado sobre entrar en el agua.</li><br />\r\n<li>El sello de cara es suave, flexible y cÃ³modo. </li><br />\r\n  <li>El alto anillo del jinete guarda mÃ¡s de su cuerpo superior entero fuera del agua.\r\n  Las correas traseras guardan el anillo en el lugar.</li> <br />\r\n<li>Una cinta mÃ¡s reflexiva en juego que requerido. </li><br />\r\n<li>Bolso que lleva robusto con dos manijas.</li>\r\n\r\n<p>Nota:<br /><br />* &nbsp;&nbsp;Los juegos no se deben poner si en la casa de la rueda sino atar completamente alrededor de la cintura. Esto es una precauciÃ³n para prevenir la colocaciÃ³n de trampas en la casa de la rueda.<br /><br />\r\n** Los juegos son tamaÃ±o verdadero. Intente todos los juegos encendido antes de guardar para el uso. </p>','',967,''),(41,1,'Immersion Suit','<strong>FEATURES</strong><br /><br /><li>Three fingered mitt to keep your fingers warmer.</li><br />\r\n  <li>Two zipper tab pulls on zipper located at top and bottom of zipper.  This cuts down on donning time allowing the zipper to be pulled straight up. </li><br />\r\n  <li>Wide legs allow quick donning with the ability to don with shoes or boots on.  Ankle straps to aid in walking. </li><br />\r\n  <li>Toe valves purge water fast.  If the suit is damaged, or donned in the water, it will be necessary to purge any water from the suit before moving into a life raft, boarding another vessel or moving on to a beach.  These valves not only purge water very quickly, they also release trapped air upon entering the water. </li><br />\r\n  <li>Face Seal is soft and flexible making it comfortable to wear. </li><br />\r\n  <li>High rider ring.  Keep more of your whole upper body out of the water. Back straps keep the ring in place.</li> <br />\r\n  <li>More Reflective tape on suit than required. </li><br />\r\n  <li>Suits are true size.  Please try any suit on before you buy. </li><br />\r\n  <li>Sturdy carrying bag with two handles.</li>\r\n<p>Note:<br /><br />* &nbsp;&nbsp;Suits should not be fully donned if in the wheel house but tied around the waist.  This is a precaution to prevent entrapment in the wheel house. <br /><br />** Suits are true size.  Try all suits on before stowing for use.</p>','',1584,''),(43,2,'Chaleco Salvavidas Inflable auto (XF-35) con el marcador del tinte del mar y el silbido de la seÃ±al','<strong>Â¡Nuevo! Intervalo de cinco aÃ±os de la inspecciÃ³n (Llena en polybag estÃ¡ndar)<br />\r\n\r\nÂ¡El chaleco de la cÃ©lula gemelo mÃ¡s ligero en el mercado!</strong><br /><br />\r\n\r\n<li> CategorÃ­a de chalecoe: Adulto - NiÃ±o combinaciÃ³n</li>\r\n<li> Peso del portador: 35 libras. (15.91kg) y arriba</li>\r\n<li> CÃ©lulas inflables de la flotabilidad: 2 cÃ©lulas independientes </li>\r\n<li> Flotabilidad inflada: 35 libras. MÃ­nimo (de 150 Newtons) </li>\r\n<li> Volumen inflado: 970 pulgadas cÃºbicas (16 litros) de mÃ­nimo </li>\r\n<li> Sistema de la inflaciÃ³n: Aparato para inflar con aire manual del CO2 y tubo oral de la inflaciÃ³n en cÃ©lulas de la flotabilidad </li>\r\n<li> Aprobaciones: </li>\r\n&nbsp;- EU FAA TSO-C13f; <br />\r\n&nbsp;- AprobaciÃ³n alemana No. 40.321/33 de LBA <br />\r\n&nbsp;- AprobaciÃ³n No. AR01445 de Reino Unido CAA <br />\r\n<li> Material: NilÃ³n revestido del uretano, ignÃ­fugo </li>\r\n<li> ConstrucciÃ³n: El RF soldÃ³ costuras en caliente </li>\r\n<li> Color: Amarillo del pasajero o naranja fundida del equipo </li>\r\n<li> Temperatura: Gama funcional: -40 to 140 oF (-40 to 60 oC) </li>\r\n<li> Gama del almacenaje: 0 to 120 oF (-17.8 to 48.9 oC) </li>\r\n<li> Humedad: Gama funcional: HigrometrÃ­a del hasta 95%; </li>\r\n<li> Gama del almacenaje: Hasta HigrometrÃ­a del 70% </li>\r\n<li> Altitud: -2000 a 45.000 pies sobre nivel del mar </li>\r\n<li> Carga del gas CO2: 2 x 0.035 libras. (2 x 16 gramos) </li>\r\n<li> Luz del localizador del sobreviviente: Agua-activado. TSO-C85 aprobÃ³. </li>\r\n<li> SVida de servicio: Indefinido si la unidad continÃºa pasando la inspecciÃ³n del mantenimiento periÃ³dico. </li>\r\n<li> Frecuencia de la inspecciÃ³n: Cada 5 aÃ±os.</li>','',4277,''),(43,1,'Life Vest Auto Inflatable (XF-35)  w / Sea Dye Marker and Signal Whistle','<strong>New! 5-Year Interval of Inspection (Packed in Standard Polybag)<br />\r\n\r\nLightest Twin Cell Vest on the Market!</strong><br /><br />\r\n\r\n<li> Category of Preserver: Adult/Child Combination </li>\r\n<li> Weight of wearer: 35 lbs. (15.91kg) and above </li>\r\n<li> Inflatable Buoyancy Cells: 2 Independent Cells </li>\r\n<li> Inflated Buoyancy: 35 lbs. (150 Newtons) minimum </li>\r\n<li> Inflated Volume: 970 cu. in. (16 liters) minimum </li>\r\n<li> Inflation System: Manual CO2 Inflator &amp; Oral Inflation Tube in Buoyancy Cells </li>\r\n<li> Approvals: </li>\r\n&nbsp;- USA FAA TSO-C13f; <br />\r\n&nbsp;- German LBA Approval No. 40.321/33 <br />\r\n&nbsp;- United Kingdom CAA Approval No. AR01445 <br />\r\n<li> Material: Urethane Coated Nylon, Flame Retardant </li>\r\n<li> Construction: RF Heat Sealed Seams </li>\r\n<li> Color: Passenger Yellow or Crew Molten Orange </li>\r\n<li> Temperature: Functional Range: -40 to 140 oF (-40 to 60 oC) </li>\r\n<li> Storage Range: 0 to 120 oF (-17.8 to 48.9 oC) </li>\r\n<li> Humidity: Functional Range: Up to 95% Relative Humidity; </li>\r\n<li> Storage Range: Up to   70% Relative Humidity </li>\r\n<li> Altitude: -2000 to 45,000 feet above sea level </li>\r\n<li> CO2 Gas Charge: 2 x 0.035 lbs. (2 x 16 grams) </li>\r\n<li> Survivor Locator Light: Water-activated. TSO-C85 Approved. </li>\r\n<li> Service Life: Indefinite if unit continues to pass periodic maintenance inspection. </li>\r\n<li> Frequency of Inspection: Every 5 years.</li>','',8803,''),(44,2,'Del Fabricante del Agua  \"Survivor 06\"','<strong>Tome al sobreviviente junto con usted y olvide sus preocupaciones del agua dulce.</strong>\r\n<br /><br />\r\nDeriva en el mar abierto usado para crear el dilema histÃ³rico: agua, agua, por todas partes, pero no una gota a beber. Eso se cambia todo. Ahora usted puede producir el agua potable fresca con el Survivor-06, una innovaciÃ³n revolucionaria en la purificaciÃ³n del agua. Y usted puede finalmente parar el preocuparse del agua dulce para las emergencias.\r\n<br /><br />\r\nLos desalinators del sobreviviente son los primeros de su clase. Son el Ãºnico sistema manual de la Ã³smosis reversa (RO) para la agua de mar. Usted consigue el agua dulce mientras usted bombee. Ningunas baterÃ­as, ningunos generadores, ningunos alternadores.\r\n<br /><br />\r\nCosechadoras tecnologÃ­a de la Ã³smosis reversa de la bomba de mano Survivor-06 y de la recuperaciÃ³n de energÃ­a para hacer el agua pura, potable del agua dulce de la sal, salobre o contaminada. En cerca de diez minutos, usted puede hacer una taza del agua con virtualmente todas las sales del mar y otros contaminantes quitados.\r\n<br /><br />\r\nSu diseÃ±o simple mÃ¡s tecnologÃ­a de la recuperaciÃ³n de energÃ­a hace Survivor-06 cÃ³modo para utilizar por largos periodos del tiempo. Y su tamaÃ±o ultra compacto hace el Survivor-06 fÃ¡cil funcionar y almacenar en un valise del kit o de la balsa salvavidas de supervivencia de la emergencia.\r\n<br /><br />\r\n<strong>ESPECIFICACIONES:</strong><br />\r\nPeso Seco: 2.5 lbs. 1.1 Kg.) <br />\r\nÃndice de purificaciÃ³n del agua: 1 taza/13 minutos (.24 liters/23 minutos) <br />\r\nAltura: 5\" (13 cm) <br />\r\nLongitud: 8\" (20 cm) <br />\r\nAlchura: 2.5\" (6 cm) <br />\r\nAltura mÃ¡xima de la succiÃ³n: 10\" (300 cm)<br />\r\nTemperatura de la alimentaciÃ³n: 33 F to 120 F (1 C to 48.5 C) <br />\r\nRechazamiento mÃ­nimo de la sal: 98%','',1279,''),(44,1,'Watermaker \"Survivor 06\"','<strong>Take the Survivor along with you and forget your fresh water worries.</strong>\r\n<br /><br />\r\nDrifting on the open sea used to create the age-old dilemma:  water, water, everywhere, but not a drop to drink.  That\'s all changed.  Now you can produce fresh drinking water with the Survivor-06, a revolutionary innovation in water purification.  And you can finally quit worrying about fresh water for emergencies.\r\n<br /><br />\r\nSurvivor desalinators are the first of their kind.  They are the only manually operated reverse osmosis (RO) system for sea water.  You get fresh water as long as you pump.  No batteries, no generators, no alternators.\r\n<br /><br />\r\nSurvivor-06 hand pump combines reverse osmosis and energy recovery technology to make pure, drinkable water from salt, brackish or contaminated fresh water.  In about ten minutes, you can make a cup of water with virtually all sea salts and other contaminants removed.\r\n<br /><br />\r\nIts simple design plus energy recovery technology  make Survivor-06 comfortable to use for long periods of time.  And its ultra-compact size make the Survivor-06 easy to operate and store in an emergency survival kit or life raft valise.\r\n<br /><br />\r\n<strong>SPECIFICATIONS: </strong><br />\r\nDry Weight: 2.5 lbs. 1.1 Kg.) <br />\r\nRate of Water Purification: 1 cup/13 minutes (.24 liters/23 minutes) <br />\r\nHeight: 5\" (13 cm) <br />\r\nLength: 8\" (20 cm) <br />\r\nWidth: 2.5\" (6 cm) <br />\r\nMaximum Suction Height: 10\" (300 cm)<br />\r\nFeed Temperature: 33 F to 120 F (1 C to 48.5 C) <br />\r\nMinimum Salt Rejection: 98%','',4090,''),(45,2,'ResQLink 406 - Transmisor del Localizador de la Emergencia (ELT)','<strong>ACR ResQLink 406 MHz GPS PLB ARC # 2881 (PLB-375)</strong><br />\r\n<br />\r\nRecorrido costa afuera con confianza. Con tres niveles de la tecnologÃ­a integrada de la seÃ±al - colocaciÃ³n del GPS, una seÃ±al de gran alcance de 406 megaciclos y 121.5 megaciclos de capacidad autoguiada hacia el blanco - el AquaLink rÃ¡pidamente y retransmite exactamente su posiciÃ³n a una red mundial de los satÃ©lites de la bÃºsqueda y del rescate, reduciendo tiempo de bÃºsqueda y aumentando sus ocasiones de la supervivencia. Es la tecnologÃ­a confiable de la seÃ±alizaciÃ³n que ha ahorrado mÃ¡s de 25.000 vidas desde 1982. El AquaLink difunde una seÃ±al de seÃ±al de socorro registrada Ãºnica que no sÃ³lo diga a salvadores donde usted estÃ¡, pero quiÃ©n usted es. El GPS a bordo puede fijar su posiciÃ³n a 100 metros y despuÃ©s utiliza una seÃ±al de gran alcance de 406 megaciclos de retransmitir su llamada de socorro a los satÃ©lites que se mueven en Ã³rbita alrededor. Como bÃºsqueda y rescate locales se despliega, una seÃ±al autoguiada hacia el blanco separada y salvadores integrados de la guÃ­a ligera del estroboscÃ³pico del LED a su localizaciÃ³n exacta. El AquaLink es bastante pequeÃ±o ser llevado fÃ¡cilmente adentro un paquete o un bolsillo o se puede usar en cubierta, en el timÃ³n, en cuartos o en un chaleco de vida y flotarÃ¡ si estÃ¡ caÃ­do accidentalmente al agua. EjecuciÃ³n de una autoprueba funcional completa del trazado de circuito interno del PLB, & del voltaje de la baterÃ­a; la energÃ­a, y la transmisiÃ³n de 406 megaciclos le da la paz interior que sabe que su PLB trabajarÃ¡ el momento que usted lo necesita a mÃ¡s. <br />\r\n<br />\r\nExclusiva del ACR: El modo de prueba incorporado de la adquisiciÃ³n del GPS permite que usted pruebe funcionalidad del GPS hasta 12 veces durante la vida de la vida de baterÃ­a. Golpecito adentro a la misma tecnologÃ­a probada en prÃ¡ctica del rescate usada por los militares de los E.E.U.U., el guardacostas, las fuerzas especiales de la OTAN y los exploradores Ã¡rticos.\r\n<br />\r\n<br />\r\n\r\nCuando estÃ¡ activado, el cÃ³digo de identificaciÃ³n Ãºnico en su PLB se liga a la base de datos del registro de NOAA. Las autoridades de esta manera pueden recuperar la informaciÃ³n valiosa sobre usted y su viaje. El AquaLink es un dispositivo basado en los satÃ©lites de la seÃ±alizaciÃ³n del Ãºltimo recurso, para el uso cuando el resto de los medios del rescate de uno mismo se han agotado, donde estÃ¡ vÃ­ctimas mortales la situaciÃ³n graves e inminentes, miembro, vista, o la caracterÃ­stica valiosa ocurrirÃ¡ sin ayuda. Apoya la comunicaciÃ³n de 406Link.com.\r\n\r\n<br />\r\n<br />\r\n<strong>Especificaciones tÃ©cnicas</strong> <br />\r\n<br />\r\n<li>Producto nÃºmero: 2882</li> <li>NÃºmero de modelo: PLB-350 B</li> <li>TamaÃ±o: 2.25 x 5.88 x 1.49â€ (5.72 x 14.94 x 3.78 cm)</li> \r\n<li>Cargue: 9.1 onzas (257g) con el acollador</li> \r\n<li>La baterÃ­a de litio de la clase 2 de la baterÃ­a (non-hazmat) embala; 6 aÃ±os a partir de la fecha de la fabricaciÃ³n, almacenaje de 11 aÃ±os</li> <li> Material: Mezcla dirigida del policarbonato </li>\r\n<li> Color: Alto ACR-treuse de la visibilidad </li>\r\n<li> Despliegue: Manual </li>\r\n<li> ActivaciÃ³n: Manual </li>\r\n<li> OperaciÃ³n: 2 pasos - despliegue la antena, prensa el botÃ³n ON, dando la vista clara del cielo </li>\r\n<li>Impermeabilice: 16.40 pies (5 m) @ 1 hora, 33 pies (10 m) @ 10 minutos</li> \r\n<li>@ 70Â°F probado fÃ¡brica, excede requisitos impermeables de RTCM</li> \r\n<li>EnergÃ­a irradiada: 5 W +/-2dB (406 MHz) 50 mW +/-3dB (121.5 MHz)</li> <li>La vida operacional: se excede requerido 24 horas @ de -4Â°F (- 20Â°C) las 35 horas tÃ­picas @ de -4Â°F (- 20Â°C) mÃ¡s de largo en temperaturas ambiente mÃ¡s altas</li> \r\n<li>Almacenaje: -40Â°F a + 158Â°F (- 40Â°C a +70Â°C)</li> \r\n<li>Clip del accesorio de los accesorios incluido</li> \r\n<li>CertificaciÃ³n: Cospas-Sarsat, FCC pendiente: CanadÃ¡, Europa</li> <li>GarantÃ­a limitada; 5 aÃ±os</li> \r\n<li>Sin plomo: SÃ­</li> <li>08/09 Ningunos honorarios de suscripciÃ³n</li> <li>a flote </li><li>LED brillante estupendo </li><li> 66 canal GPS </li><li>Autoprueba y caracterÃ­sticas de la prueba del GPS </li>\r\n<li>Funcionamiento tÃ­pico; 35 horas</li> <li>BaterÃ­a de Non-Hazmat</li> <li>Hecho en los E.E.U.U.</li><br />\r\n<br />  Â¡El EPIRB Ãºltimo y mÃ¡s grande en el mercado hoy para su tamaÃ±o y precio! <br />Mismo el acuerdo y se puede atar encendido a la manija de nuestras balsas salvavidas.','',1883,''),(45,1,'ResQLink  406 Emergency Locator Transmitter (ELT)','ACR ResQLink 406 MHz GPS PLB ARC # 2881 (PLB-375<br />\r\n<br />\r\n\r\n\r\n  <div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Technical Specifications</li>  \r\n</ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /> Latest and greatest EPIRB on the market today for it\'s size and price!  <br />Very compact and can be tied on to the handle of our life rafts.<br /><br />Head offshore with confidence. With three levels of integrated signal technology â€” GPS positioning, a powerful 406 MHz signal & 121.5 MHz homing capability â€” the ResQLink quickly & accurately relays your position to a worldwide network of Search & Rescue satellites, reducing search time & increasing your chances of survival. Itâ€™s a reliable signaling technology that has saved more than 25,000 lives since 1982. The ResQLink broadcasts a unique registered distress signal that not only tells rescuers where you are, but who you are. The onboard GPS can fix your position to within 100 meters and then utilizes a powerful 406 MHz signal to relay your distress call to orbiting satellites. The ResQLink is small enough to be easily carried in a pack or pocket or can be worn on deck, at the helm, in quarters or on a life vest and will float if accidentally dropped overboard. Performing a full functional self test of the PLBâ€™s internal circuitry, battery voltage & power, & 406 MHz transmission gives you the peace of mind knowing your PLB will work the moment you need it to the most. <br />\r\n<br />\r\nACR Exclusive: Built-in GPS acquisition test mode allows you to test GPS functionality up to 12 times over the life of the battery life. Tap in to the same field-tested rescue technology used by the U.S. Military, Coast Guard, NATO Special Forces and Arctic explorers. \r\n<br />\r\n<br />\r\n\r\nWhen activated, the unique identification code in your PLB is linked to the NOAA registration database. This way authorities can retrieve valuable information about you and your trip. The ResQLink is a satellite signaling device of last resort, for use when all other means of self rescue have been exhausted, where the situation is grave and imminent loss of life, limb, eyesight, or valuable property will occur without assistance. Supports 406Link.com communication.\r\n\r\n<br /></div>\r\n    <div class=\"TabbedPanelsContent\">\r\n	 <br />\r\n<br />\r\n<li>Product Number 2881</li> <li>Model Number PLB-375 B</li> <li>Size 1.60 x 1.90 x 4.5â€ (4.10 x 4.80 x 11.40 cm)</li> <li>Weight 5.4 oz (153g)</li> <li>Battery Class 2 (non-hazmat) lithium battery packs; 6 years from date of manufacture or five (5) years after beacon is placed into service, whichever is first, or after emergency use.</li><li>Battery Operational Life: Exceeds required 24 Hours @ -4Â°F (-20Â°C) </li><li>Battery, Typical Performance: 30 Hours @ -4Â°F (-20Â°C)</li> <li>Material: Engineered polycarbonate blend </li>\r\n<li>Color: High visibility yellow, ACR-treuse</li> \r\n<li>Deployment: Manual </li>\r\n<li>Activation: Manual </li>\r\n<li>Operation 2 steps: deploy antenna, press ON button, giving clear view of sky</li>\r\n<li>Waterproof: 16.40ft (5 m) @ 1 hr., 33 ft (10 m) @ 10 min.</li> \r\n<li>Factory tested @ 70Â°F, exceeds RTCM waterproof requirements</li> <li>Radiated Power: 5 W (406 MHz) 50 mW +/-3dB (121.5 MHz)</li>  <li>Storage: -40Â°F to + 158Â°F (-40Â°C to +70Â°C)</li> <li>Accessories: Double-sided Attachment Velcro Strap Included</li> <li>Certification Cospas-Sarsat, FCC, Canada, R&TTE, Australia, New Zealand</li> <li>Limited Warranty: 5 years</li> <li>Lead Free: Yes</li> <li>08/09 No Subscription Fees</li> <li>Floats </li><li>220 self tests/12 GPS tests</li><li>Non-Hazmat Battery</li> <li>Made in the U.S.A </li><br />\r\n</div></div></div>\r\n  \r\n    <script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n    </script>','',3166,''),(46,2,'Agua potable purificada emergencia','Agua potable purificada emergencia <br><br>\r\n\r\nAprobaciones: <br>\r\nNo 160.026/65/0 de USCG TC 168.005.011 <br><br>\r\n\r\nContenido: <br>\r\n125 ml/4.22 onzas lÃ­quidas <br><br>\r\n\r\nHay 96 bolsas por caso.','',1411,''),(46,1,'Purified Drinking Water','Emergency Purified Drinking Water<br><br>\r\n\r\nApprovals: <br>\r\nUSCG No 160.026/65/0 <br>\r\nTC 168.005.011 <br><br>\r\n\r\nContents: <br>\r\n125 ml / 4.22 fl oz <br><br>\r\n\r\n96 pouches per case.','',2651,''),(47,2,'Paquete del alimento de la supervivencia','Paquete del alimento de la supervivencia el SOS<br><br> \r\nAprobaciones: <br>No 160.046/24/0 de USCG <br><br>\r\nContenido: Cada paquete contiene 6 barras fortificadas del alimento que proporcionan 2400 Kcal (10.000 KJ)<br><br> Peso neto: 16.7 onzas (g) cada paquete (475g).<br><br> \r\nHay 40 paquetes por caso.','',1211,NULL),(47,1,'SOS 2400 Kcal Survival Food Pack','SOS Survival Food Pack <br><br>\r\n\r\nApprovals: <br>\r\nUSCG No 160.046/24/0<br><br>\r\n\r\nContents: <br><br>\r\nEach packet contains 6 fortified food bars providing 2400 Kcal (10,000 KJ)<br>\r\nNet Wt: 16.7 oz (475 g) each packet.<br>\r\nThere are 40 packets per case.','',2467,NULL),(48,2,'RaciÃ³n del alimento de la emergencia de 3682 Kcal','RaciÃ³n del alimento de la emergencia de 3682 Kcal <br><br>Aprobaciones: <br>USCG ninguÃŒÂn 160.046.36/0 No 168.006.010 del TC <br><br>Contenido: Cada paquete contiene 9 barras fortificadas del alimento que proporcionan 3682 pesos netos de Kcal (15.460 KJ): 1.60 libras (756 g) por el paquete. <br><br>20 paquetes por caso.','',1804,''),(48,1,'3682 Kcal Emergency Food Ration','3682 Kcal Emergency Food Ration<br><br>\r\nApprovals:<br>\r\nUSCG No 160.046.36/0<br>\r\nTC No 168.006.010 <br><br>\r\nContents: <br>\r\nEach packet contains 9 fortified food bars providing 3682 Kcal (15,460 KJ)<br>\r\nNet Wt: 1.60 lbs (756 g) per packet.<br>\r\n\r\n20 packets per case.','',2735,''),(49,2,'Nueva barra de energÃ­a del milenio','Nueva barra de energÃ­a del milenio<br><br>  Disponible en 9 sabores naturales: Albaricoque, arÃ¡ndano, cereza, coco, limÃ³n, naranja, frambuesa, fruta tropical, vainilla. <br><br> Cada paquete contiene 1 barra fortificada del alimento que proporciona 409 Kcal (1720 KJ) Peso neto: 2.95 onzas (84 g) cada packet.<br><br> 144 packet por caso.','',1305,''),(49,1,'New Millenium Energy Bar','New Millenium Energy Bar<br><br>  \r\n\r\nAvailable in 9 natural flavors: Apricot, Blueberry, Cherry, Coconut, Lemon, Orange, Raspberry, Tropical Fruit, Vanilla.<br><br>\r\n\r\nEach packet contains 1 fortified food bar providing 409 Kcal (1720 KJ)<br><br>\r\n\r\nNet Wt: 2.95 oz (84 g) each packet.<br><br>144 packet per case.','',2047,''),(50,2,'Palillos con Luz','Palillos con Luz<br> palillos con luz 12-Hour disponibles en verde, amarillo, naranja y rojo.<br> <br>Cantidad del caso: 500 <br>Peso del caso: 28 LIBRAS','',619,''),(50,1,'Light Sticks','Light Sticks<br>\r\n12-Hour light sticks available in green, yellow, orange and red.<br><br>\r\n\r\nCase Quantity: 500<br>\r\nCase Weight: 28 LBS','',761,''),(51,2,'Mantas tÃ©rmicas','Mantas tÃ©rmicas<br><br>TamaÃ±o: 52\" x 84\" <br><br>Cantidad del caso: 250<br> Peso del caso: 28 LIBRAS','',632,NULL),(51,1,'Thermal Blankets','Thermal Blankets <br><br>Size: 52\" x 84\" <br><br>\r\nCase Quantity: 250 <br>\r\nCase Weight: 28 LBS','',756,NULL),(52,1,'Deluxe Survival Kit','The kit includes the following:<br>\r\n<br>\r\n<b>Food and Water:</b><br>\r\n6 Boxes of Aqua Blox Water Boxes -<i> twice the amount of water as leading \r\nsuppliers and has a 5 year shelf-life</i><br>\r\n6 - 400 Calorie Food Bars -<i> 5 year shelf-life, 2400 calories total</i><br>\r\n10 Water Purification Tablets - <i>each tablet purifies 1 liter of water</i></p>\r\n<p><b>Light and Communication:</b><br>\r\nAm/Fm Radio with Headphones and Batteries<br>\r\nRechargeable Squeeze Flashlight - <i>3 LED flashlight which generates and stores \r\npower by squeezing the handle (NO BATTERIES NEEDED)</i><br>\r\n30 Hour Emergency Candle - <i>can also be used as a stove</i> <br>\r\nGreen Emergency Glow Stick <i>- lasts for 24 hours </i><br>\r\n5-in-1 Survival Whistle - <i>compass, signal mirror, flint starter, waterproof \r\ncontainer, lanyard, and shrill whistle</i><br>\r\nBox of 50 Waterproof Matches <br>\r\nBic Style Lighter </p>\r\n<p><b>Shelter and Warmth:</b><br>\r\nEmergency Survival Sleeping Bag - <i>Recommended over common \"space blankets\"</i><br>\r\n16 Hour Body Warmer <br>\r\n2-Person Tube Tent with Rope <br>\r\nEmergency Poncho with Hood </p>\r\n<p><b>Tools:</b><br>\r\n16 Function Knife<br>\r\nLeather Palm Working Gloves<br>\r\nN95 Respirator Dust Mask <br>\r\n60 Feet of Nylon Rope</p>\r\n<p><b>Hygiene and Sanitation:</b><br>\r\n24 Piece Deluxe Hygiene Kit<i> - toothbrush, toothpaste, 9 wetnaps, bar of soap, \r\n.34 oz shampoo and conditioner, dental floss pick, .25 oz hand and body lotion, \r\ndeodorant gel, twin blade razor, 5\" black comb, 4 maxipads, shaving cream \r\npacket, and washcloth.</i><br>\r\n3 Tempo Pocket Tissue Packs </p>\r\n<p><b>First Aid:</b><br>\r\n<u>42 Piece Bandage First Aid Kit</u> - <i>Contains 42 Pieces - 10 Spot \r\nBandages, 10 Sheer Junior, 5 Sheer Medium, 5 Sheer Strips, 2 Antibacterial, \r\n3Clear Strips, 2 Fabric Strips, 1 Extra Large, 2 Alcohol Pads, and 2 Gauze Pads&\r\n</i><br>\r\n<u>Guardian First Aid Essentials Kit</u> - <i>1 Trauma Dressing (5\"x9\"), 3 \r\nSunscreen Lotion Packs, 1 Sting Relief Prep Pad, 1 Burn Cream Pack, 4 \r\nNon-Aspirin Tablets, 4 Antacid Tablets, 4 Ibuprofen Tablets, 1 Lip Ointment \r\nPack, 1 Antibiotic Ointment Pack, 1 Pair of Vinyl (non latex) Gloves, 2 Finger \r\nSplints, 10 Cotton Tip Applicators, 1 Roll of First Aid Tape, 1 Roll of Gauze \r\nDressing, and a First Aid Instruction Guide</i><br>\r\n<br>\r\n<b>Other:<br>\r\n</b>Notepad<br>\r\nPencil<br>\r\nDeck of playing cards for entertainment<br>\r\nInfectious Waste Bag </p>','',889,NULL),(55,2,'Kit de Supervivencia de la Oficina de 5 Personas','(Todos los artÃ­culos se embalan con seguridad en nuestro 5 galones Cubo con la tapa del asiento de tocador) El kit incluye el siguiente: Alimento y agua: 5 cajas del Aqua Literz - equivalente a 30 paquetes de agua de la emergencia (5 litros) y cada caja tiene un perÃ­odo de validez de 5 aÃ±os 5 - 2400 Barras del alimento de la calorÃ­a (12.000 calorÃ­as) - 30 barras individualmente envueltas con a vida Ãºtil de cinco aÃ±os Agua 50 Tabletas de la purificaciÃ³n - cada tableta purifica 1 litro de agua & nbsp; Luz y comunicaciÃ³n: & nbsp; & nbsp; & nbsp; DÃ­namo Linterna de radio 4 en 1 - radio de AmFm, sirena, linterna de 3 LED, telÃ©fono celular Cargador con el adaptador incluido (NUNCA NECESITA LAS BATERÃAS) Linterna recargable del apretÃ³n - linterna de 3 LED que genera y almacena energÃ­a exprimiendo la manija (NUNCA NECESITA LAS BATERÃAS) 30 horas Vela de la emergencia - puede tambiÃ©n ser utilizado como estufa 5 - Verde El resplandor de la emergencia se pega - dura por 24 horas de & nbsp; 5 in-1 Silbido de la supervivencia - silbido chillÃ³n ruidoso (recorridos sobre 1 milla) que contiene a arrancador del pedernal, espejo de la seÃ±al, compÃ¡s, y acollador Caja de 50 FÃ³sforos impermeables & nbsp; Abrigo y calor: 5 Las mantas de la supervivencia de la emergencia - conserve sobre el 90% del calor del cuerpo de usuarios 2-Person Tienda del tubo con la cuerda 5 Ponchos de la emergencia con la capilla & nbsp; Herramientas: 10\' x 10\' Encerado azul 7-1/2& quot; Barra de palanca plana 16 Cuchillo de la funciÃ³n Cuero Guantes de trabajo de la palma Cinta del conducto - 2& quot; x 10 yardas 5 - MÃ¡scaras de polvo del respirador N95 - NIOSH aprobado & nbsp; Higiene y saneamiento: Bolsos del tocador con los productos quÃ­micos - lacrables, prueba del escape externa el bolso sellÃ³ al bolso inÃºtil interno que contenÃ­a la congelaciÃ³n inÃºtil del biogel Higiene 5 Kits cepillo de dientes, crema dental, barra del jabÃ³n, y 9 trapos mojados Tempo 5 Paquetes del tejido del bolsillo Aire Ambientador & nbsp; Primero Ayuda: 2 - 42 Kits de primeros auxilios del Portable del pedazo - contiene 42 pedazos - 10 vendajes del punto, 10 joven escarpado, 5 medios escarpados, 5 tiras escarpadas, 2 anti-bacterianos, 3 tiras claras, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 cojines de gasa 2 Kits del esencial de los primeros auxilios del guarda - 1 preparaciÃ³n del trauma (5& quot; x9& quot;), 3 paquetes de la lociÃ³n de la protecciÃ³n solar, 1 cojÃ­n de la preparaciÃ³n de la relevaciÃ³n de la picadura, 1 paquete poner crema de la quemadura, 4 tabletas de No-Aspirin, 4 tabletas antiÃ¡cidas, 4 tabletas del ibuprofen, 1 paquete del ungÃ¼ento del labio, 1 antibiÃ³tico Paquete del ungÃ¼ento, 1 par de guantes del vinilo (no lÃ¡tex), 2 tablillas del dedo, algodÃ³n 10 Aplicadores de la extremidad, 1 rodillo de cinta de los primeros auxilios, 1 rodillo de apÃ³sito de gasa, y un primer GuÃ­a de la instrucciÃ³n de la ayuda & nbsp; Otro: Cubierta de tarjetas que juegan para la hospitalidad & nbsp;','',811,NULL),(53,2,'Kit de Supervivencia para los NiÃ±os','El kit incluye el siguiente: Alimento y agua: 6 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad de agua como surtidores principales y cada caja tiene un perÃ­odo de validez de 5 aÃ±os barras del alimento de 6 - 400 calorÃ­as (2400 calorÃ­as) - fuente de 3 dÃ­as de alimento con una vida Ãºtil de cinco aÃ±os para 1 persona 10 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua Luz y comunicaciÃ³n: Linterna recargable del apretÃ³n - linterna de 3 LED que genera y almacena energÃ­a exprimiendo la manija (NINGUNAS BATERÃAS NECESARIAS) 3 palillos verdes del resplandor de la emergencia - dura por 12 horas por cada uno silbido de la supervivencia 5 in-1 - silbido chillÃ³n ruidoso (recorridos sobre 1 milla) que contiene un arrancador del pedernal, un espejo de la seÃ±al, un compÃ¡s, y un acollador Abrigo y calor: Manta polar del paÃ±o grueso y suave - esta manta caliente es 130 cm x 170 cm 16-20 calentador del cuerpo de la hora - caliente para arriba en minutos con una temperatura media de 130 grados. Poncho de la emergencia para los niÃ±os Herramientas: Guantes calientes del invierno MÃ¡scara de polvo del respirador N95 - NIOSH aprobÃ³ Higiene y saneamiento: Kit de la higiene - incluye el jabÃ³n, el cepillo de dientes, la crema dental, y 9 trapos mojados. 3 paquetes del tejido del bolsillo del tempo Primeros auxilios: Kit de primeros auxilios del Portable de 42 pedazos - contiene 42 pedazos - 10 vendajes del punto, 10 tiras del joven escarpado, 5 del medio escarpado, 5 escarpadas, 2 tiras del anti-bacteriano, 3 claras, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 cojines de gasa Hospitalidad: Libro de colorante de la actividad con 8 creyones - contiene cuadros para colorear y actividades para ayudar a guardar un child\' la mente de s ocupÃ³ Juguetes de los niÃ±os - cuerda de salto, paleta con la bola, y un sistema del jax','',1955,''),(53,1,'Children\'s Survival Kit','The kit includes the \r\nfollowing:<br>\r\n<br>\r\n<b>Food and Water:</b><br>\r\n6 Boxes of Aqua Blox Water Boxes -<i> twice the amount of water \r\nas leading suppliers</i><br>\r\n12 - 200 Calorie Food Bars (2400 calories)<br>\r\n10 Water Purification Tablets - <i>each tablet purifies 1 liter \r\nof water</i></p>\r\n<p><b>Light and Communication:</b><br>\r\nRechargeable Squeeze Flashlight - <i>contains lithium batteries \r\nwhich last up to 30 hours and also is able to generate power through squeezing</i><br>\r\n5-in-1 Survival Whistle<br>\r\n3 Green Emergency Glow Sticks -<i> lasts for 24 hours each</i>\r\n</p>\r\n<p><b>Shelter and Warmth:</b><br>\r\nPolar Fleece Blanket - <i>this warm blanket is 130 cm x 170 cm</i><br>\r\nEmergency Poncho for Children<br>\r\n16-20 Hour Body Warmer - <i>heat up in minutes with an average \r\ntemperature of 130 degrees.</i></p>\r\n<p><b>\r\nTools:</b><br>\r\nWarm Winter Gloves<br>\r\nN95 Respirator Dust Mask - <i>NIOSH approved</i><br>\r\n<br>\r\n<b>Hygiene and Sanitation:</b><br>\r\nHygiene Kit -<i> Includes soap, \r\ntoothbrush, toothpaste, and 9 wet wipes.</i><br>\r\n3 Tempo Pocket Tissue Packs </p>\r\n<p><b>First Aid:</b><br>\r\n42 Piece Pocket First Aid Kit - <i>contains 42 pieces - 10 spot \r\nbandages, 10 sheer junior,5 sheer medium, 5 sheer strips, 2 antibacterial, 3 \r\nclear strips, 2 fabric strips, 1 extra large, 2 alcohol pads, and 2 gauze pads</i><br>\r\n<br>\r\n<b>Entertainment:</b><br>\r\nActivity Coloring Book with Crayons - <i>contains pictures to \r\ncolor and activities to help keep a child\'s \r\nmind occupied<br>\r\n</i>Children\'s Toys - <i>jump rope, paddle with ball, and \r\na jax set </i></p>\r\n<br>','',805,''),(54,2,'Kit de lujo de 2 Personas','El kit incluye el siguiente: Alimento y agua: 12 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad del agua como llevando los surtidores y tienen un perÃ­odo de validez de 5 aÃ±os barras del alimento de 12 - 400 calorÃ­as - perÃ­odo de validez de 5 aÃ±os (4800 calorÃ­as) 20 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua Luz y comunicaciÃ³n: Radio de Am/Fm con los auriculares y las baterÃ­as Linterna recargable del apretÃ³n - linterna de 3 LED que genera y almacena energÃ­a exprimiendo la manija (NINGUNAS BATERÃAS NECESARIAS) Vela de la emergencia de 30 horas - puede tambiÃ©n ser utilizado como estufa Ponga verde el palillo del resplandor de la emergencia - dura por 24 horas silbido de la supervivencia 5 in-1 - compÃ¡s, espejo de la seÃ±al, arrancador del pedernal, impermeable envase, acollador, y silbido chillÃ³n Caja de 50 fÃ³sforos impermeables Alumbrador del estilo del Bic Abrigo y calor: 2 sacos de dormir de la supervivencia de la emergencia - recomendados sobre & comÃºn; quot; blankets& del espacio; quot; calentadores del cuerpo de 2 - 16 horas tienda del tubo 2-Person con la cuerda 2 ponchos de la emergencia con la capilla Herramientas: Cuchillo de 16 funciones Guantes de trabajo de la palma de cuero 2 mÃ¡scaras de polvo del respirador N95 60 pies de la cuerda de nylon Higiene y saneamiento: 2 - 24 kits de lujo de la higiene del pedazo - cepillo de dientes, crema dental, 9 wetnaps, barra del jabÃ³n, champÃº de .34 onza y acondicionador, selecciÃ³n de la seda dental, mano y lociÃ³n del cuerpo, gel del desodorisante, maquinilla de afeitar gemela de .25 onza de la lÃ¡mina, 5& quot; peine negro, 4 maxipads, paquete de la crema de afeitar, y washcloth. 6 paquetes del tejido del bolsillo del tempo Primeros auxilios: Kit de primeros auxilios del vendaje de 42 pedazos - contiene 42 pedazos - punto 10 Vendajes, 10 jÃ³venes escarpados, 5 medios escarpados, 5 tiras escarpadas, anti-bacteriano 2, tiras 3Clear, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 gasa Pads& amperio; Kit del esencial de los primeros auxilios del guarda - 1 preparaciÃ³n del trauma (5& quot; x9& quot;), 3 Paquetes de la lociÃ³n de la protecciÃ³n solar, 1 cojÃ­n de la preparaciÃ³n de la relevaciÃ³n de la picadura, 1 paquete poner crema de la quemadura, 4 Tabletas de No-Aspirin, 4 tabletas antiÃ¡cidas, 4 tabletas del ibuprofen, 1 ungÃ¼ento del labio Paquete, 1 paquete antibiÃ³tico del ungÃ¼ento, 1 par de guantes del vinilo (no lÃ¡tex), dedo 2 Tablillas, 10 aplicadores de la extremidad del algodÃ³n, 1 rodillo de cinta de los primeros auxilios, 1 rodillo de gasa Vestido, y una guÃ­a de la instrucciÃ³n de los primeros auxilios Otro: Libreta LÃ¡piz Cubierta de las tarjetas que juegan para la hospitalidad Bolso inÃºtil infeccioso','',1023,NULL),(54,1,'2 Person Deluxe Kit','The kit includes the following:<br>\r\n<br>\r\n<b>Food and Water:</b><br>\r\n12 Boxes of Aqua Blox Water Boxes -<i> twice the amount of water as leading \r\nsuppliers and has a 5 year shelf-life</i><br>\r\n12 - 400 Calorie Food Bars -<i> 5 year shelf-life (4800 Calories)</i><br>\r\n20 Water Purification Tablets - <i>each tablet purifies 1 liter of water</i></p>\r\n<p><b>Light and Communication:</b><br>\r\nAm/Fm Radio with Headphones and Batteries<br>\r\nRechargeable Squeeze Flashlight - <i>3 LED flashlight which generates and stores \r\npower by squeezing the handle (NO BATTERIES NEEDED)</i><br>\r\n30 Hour Emergency Candle - <i>can also be used as a stove</i> <br>\r\nGreen Emergency Glow Stick <i>- lasts for 24 hours </i><br>\r\n5-in-1 Survival Whistle - <i>compass, signal mirror, flint starter, waterproof \r\ncontainer, lanyard, and shrill whistle</i><br>\r\nBox of 50 Waterproof Matches <br>\r\nBic Style Lighter </p>\r\n<p><b>Shelter and Warmth:</b><br>\r\n2 Emergency Survival Sleeping Bags - <i>Recommended over common \"space blankets\"</i><br>\r\n2 - 16 Hour Body Warmers <br>\r\n2-Person Tube Tent with Rope <br>\r\n2 Emergency Ponchos with Hood </p>\r\n<p><b>Tools:</b><br>\r\n16 Function Knife<br>\r\nLeather Palm Working Gloves<br>\r\n2 N95 Respirator Dust Masks <br>\r\n60 Feet of Nylon Rope</p>\r\n<p><b>Hygiene and Sanitation:<br>\r\n</b>2 - 24 Piece Deluxe Hygiene Kits<b> </b>- \r\ntoothbrush, toothpaste, 9 wetnaps, bar of soap, .34 oz shampoo and conditioner, \r\ndental floss pick, .25 oz hand and body lotion, deodorant gel, twin blade razor, \r\n5\" black comb, 4 maxipads, shaving cream packet, and washcloth.</span><br>\r\n6 Tempo Pocket Tissue Packs </p>\r\n<p><b>First Aid:</b><br>\r\n<u>42 Piece Bandage First Aid Kit</u> - <i>Contains 42 Pieces - 10 Spot \r\nBandages, 10 Sheer Junior, 5 Sheer Medium, 5 Sheer Strips, 2 Antibacterial, \r\n3Clear Strips, 2 Fabric Strips, 1 Extra Large, 2 Alcohol Pads, and 2 Gauze Pads&\r\n</i><br>\r\n<u>Guardian First Aid Essentials Kit</u> - <i>1 Trauma Dressing (5\"x9\"), 3 \r\nSunscreen Lotion Packs, 1 Sting Relief Prep Pad, 1 Burn Cream Pack, 4 \r\nNon-Aspirin Tablets, 4 Antacid Tablets, 4 Ibuprofen Tablets, 1 Lip Ointment \r\nPack, 1 Antibiotic Ointment Pack, 1 Pair of Vinyl (non latex) Gloves, 2 Finger \r\nSplints, 10 Cotton Tip Applicators, 1 Roll of First Aid Tape, 1 Roll of Gauze \r\nDressing, and a First Aid Instruction Guide</i><br>\r\n<br>\r\n<b>Other:<br>\r\n</b>Notepad<br>\r\nPencil<br>\r\nDeck of playing cards for entertainment<br>\r\nInfectious Waste Bag </p>','',794,NULL),(55,1,'5 Person Office Survival Kit','The kit includes the following:<br><br>\r\n<b>Food \r\nand Water:</b><br>\r\n5 Boxes \r\nof Aqua Literz - <i>Equivalent to 30 packets of emergency water (5 Liters) and \r\neach box has a 5 year shelf-life</i><br>\r\n5 - 2400 \r\nCalorie Food Bars (12,000 Calories) -<i> 30 Individually wrapped bars with a \r\n5-year shelf life</i><br>\r\n50 Water \r\nPurification Tablets - <i>each tablet purifies 1 liter of water</i><br>\r\nÂ <br>\r\n<b>Light \r\nand Communication:Â Â Â  </b><br>\r\nDynamo \r\nRadio Flashlight 4 in 1 - <i>AmFm Radio, Siren, 3 LED Flashlight, Cell-phone \r\nCharger with adapter included (NEVER NEEDS BATTERIES)</i><br>\r\n\r\nRechargeable Squeeze Flashlight - <i>3 LED flashlight which generates and stores \r\npower by squeezing the handle (NEVER NEEDS BATTERIES)</i><br>\r\n30 Hour \r\nEmergency Candle -<i> can also be used as a stove</i><br>\r\n5 - Green \r\nEmergency Glow Sticks -<i> lasts for 24 hours Â </i><br>\r\n5-in-1 \r\nSurvival Whistle - <i>loud shrill whistle (travels over 1 mile) containing a \r\nflint starter, signal mirror, compass, and lanyard</i><br>\r\nBox of 50 \r\nWaterproof Matches<br>\r\nÂ <br>\r\n<b>\r\nShelter and Warmth:</b><br>\r\n5 \r\nEmergency Survival Blankets - <i>Retain over 90% of the users body heat</i><br>\r\n2-Person \r\nTube Tent with Rope<br>\r\n5 \r\nEmergency Ponchos with Hood<br>\r\nÂ <br>\r\n<b>Tools:</b><br>\r\n10\' x 10\' \r\nBlue Tarp<br>\r\n7-1/2\" \r\nFlat Pry Bar<br>\r\n16 \r\nFunction Knife<br>\r\nLeather \r\nPalm Working Gloves<br>\r\nDuct Tape \r\n- 2\" x 10 yards<br>\r\n5 - \r\nN95 Respirator Dust Masks -<i> NIOSH approved</i><br>\r\nÂ <br>\r\n<b>\r\nHygiene and Sanitation:</b><br>\r\n\r\nToilet Bags with Chemicals -<i> Sealable, leak proof outer \r\nbag sealed to inner waste bag containing Bio-Gel waste gelation </i>\r\n<br>\r\n5 Hygiene \r\nKits- toothbrush, toothpaste, bar of soap, and 9 wet wipes<br>\r\n5 Tempo \r\nPocket Tissue Packs <br>\r\nAir \r\nFreshener <br>\r\nÂ <br>\r\n<b>First \r\nAid:</b><br>\r\n2 - 42 \r\nPiece Portable First Aid Kits - <i>contains 42 pieces - 10 spot bandages, 10 \r\nsheer junior,5 sheer medium, 5 sheer strips, 2 antibacterial, 3 clear strips, 2 \r\nfabric strips, 1 extra large, 2 alcohol pads, and 2 gauze pads</i><br>\r\n2 \r\nGuardian First Aid Essentials Kits -<i> 1 Trauma Dressing (5\"x9\"), 3 Sunscreen \r\nLotion Packs, 1 Sting Relief Prep Pad, 1 Burn Cream Pack, 4 Non-Aspirin Tablets, \r\n4 Antacid Tablets, 4 Ibuprofen Tablets, 1 Lip Ointment Pack, 1 Antibiotic \r\nOintment Pack, 1 Pair of Vinyl (non latex) Gloves, 2 Finger Splints, 10 Cotton \r\nTip Applicators, 1 Roll of First Aid Tape, 1 Roll of Gauze Dressing, and a First \r\nAid Instruction Guide</i><br>\r\nÂ <br>\r\n<b>Other:</b><br>\r\nDeck of \r\nplaying cards for entertainment<br>\r\nÂ <br>(All items are packed securely in our 5 Gallon \r\nBucket with Toilet Seat Lid)<br>','',740,NULL),(58,2,'Bolso de Totalizador del Kit de Supervivencia para los NiÃ±os','Este kit de supervivencia compacto se embala cuidadosamente en un artÃ­culo bolso impermeable del refrigerador. Se diseÃ±a para los niÃ±os 11 aÃ±os o mÃ¡s jovenes. El bolso rojo del refrigerador tiene el & de las palabras; quot; Supervivencia Kit& quot; en el frente, una correa de hombro ajustable, cuerdas del amarre en tapa, y una raya del reflector en la parte posterior. El kit incluye el siguiente: Alimento y agua: 3 cajas de cajas de agua de Blox del Aqua - dos veces cantidad de agua como surtidores principales barras del alimento de 12 - 200 calorÃ­as 10 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro de agua Luz y comunicaciÃ³n: Mini radio de la exploraciÃ³n con los auriculares y las baterÃ­as Linterna recargable del apretÃ³n - contiene las baterÃ­as de litio que las hasta 30 horas pasadas y tambiÃ©n pueden generar energÃ­a con exprimir silbido de la supervivencia 5 in-1 Abrigo y calor: Saco de dormir de la supervivencia de la emergencia - recomendado sobre & comÃºn; quot; espacio blankets.& quot; Poncho de la emergencia para los niÃ±os Herramientas: MÃ¡scara de polvo del respirador N95 Higiene y saneamiento: 3 paquetes del tejido del bolsillo del tempo 3 trapos mojados para la higiene Primeros auxilios: Kit de primeros auxilios del bolsillo de 42 pedazos - contiene 42 pedazos - 10 manchan los vendajes, 10 jÃ³venes escarpados, 5 medios escarpados, 5 tiras escarpadas, 2 anti-bacteriano, 3 tiras claras, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 cojines de gasa Hospitalidad: Libro de colorante de la actividad con 8 creyones - contiene cuadros para colorear y actividades para ayudar a guardar a child\' mente de s ocupada','',1527,NULL),(56,2,'Kit de Supervivencia de la Oficina de 10 personas','El kit incluye el siguiente: Alimento y agua: 10 cajas del Aqua Literz - equivalente a 30 paquetes de agua de la emergencia (5 litros) y cada caja tiene un perÃ­odo de validez de 5 aÃ±os 10 - 2400 Barras del alimento de la calorÃ­a (12.000 calorÃ­as) - 30 barras individualmente envueltas con a vida Ãºtil de cinco aÃ±os Agua 50 Tabletas de la purificaciÃ³n - cada tableta purifica 1 litro de agua & nbsp; Luz y comunicaciÃ³n: & nbsp; & nbsp; & nbsp; DÃ­namo Linterna de radio 4 en 1 - radio de AmFm, sirena, linterna de 3 LED, telÃ©fono celular Cargador con el adaptador incluido (NUNCA NECESITA LAS BATERÃAS) Linterna recargable del apretÃ³n - linterna de 3 LED que genera y almacena energÃ­a exprimiendo la manija (NUNCA NECESITA LAS BATERÃAS) 30 horas Vela de la emergencia - puede tambiÃ©n ser utilizado como estufa 5 - Verde El resplandor de la emergencia se pega - dura por 24 horas de & nbsp; 5 in-1 Silbido de la supervivencia - silbido chillÃ³n ruidoso (recorridos sobre 1 milla) que contiene a arrancador del pedernal, espejo de la seÃ±al, compÃ¡s, y acollador Caja de 50 FÃ³sforos impermeables & nbsp; Abrigo y calor: 10 Las mantas de la supervivencia de la emergencia - conserve sobre el 90% del calor del cuerpo de usuarios 2-Person Tienda del tubo con la cuerda 10 Ponchos de la emergencia con la capilla & nbsp; Herramientas: 10\' x 10\' Encerado azul 7-1/2& quot; Barra de palanca plana 16 Cuchillo de la funciÃ³n Cuero Guantes de trabajo de la palma Cinta del conducto - 2& quot; x 10 yardas 10 - MÃ¡scaras de polvo del respirador N95 - NIOSH aprobado & nbsp; Higiene y saneamiento: Bolsos del tocador con los productos quÃ­micos - lacrables, prueba del escape externa el bolso sellÃ³ al bolso inÃºtil interno que contenÃ­a la congelaciÃ³n inÃºtil del biogel 10 Kits cepillo de dientes, crema dental, barra del jabÃ³n, y 9 trapos mojados de la higiene Tempo 10 Paquetes del tejido del bolsillo Aire Ambientador & nbsp; Primero Ayuda: 2 - 42 Kits de primeros auxilios del Portable del pedazo - contiene 42 pedazos - 10 vendajes del punto, 10 joven escarpado, 5 medios escarpados, 5 tiras escarpadas, 2 anti-bacterianos, 3 tiras claras, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 cojines de gasa 2 Kits del esencial de los primeros auxilios del guarda - 1 preparaciÃ³n del trauma (5& quot; x9& quot;), 3 paquetes de la lociÃ³n de la protecciÃ³n solar, 1 cojÃ­n de la preparaciÃ³n de la relevaciÃ³n de la picadura, 1 paquete poner crema de la quemadura, 4 tabletas de No-Aspirin, 4 tabletas antiÃ¡cidas, 4 tabletas del ibuprofen, 1 paquete del ungÃ¼ento del labio, 1 antibiÃ³tico Paquete del ungÃ¼ento, 1 par de guantes del vinilo (no lÃ¡tex), 2 tablillas del dedo, algodÃ³n 10 Aplicadores de la extremidad, 1 rodillo de cinta de los primeros auxilios, 1 rodillo de apÃ³sito de gasa, y un primer GuÃ­a de la instrucciÃ³n de la ayuda & nbsp; Otro: 2 cubiertas de las tarjetas que juegan para la hospitalidad (Todos los artÃ­culos se embalan con seguridad en 1 de lujo Morral de los caminantes que contiene el espacio adicional disponible para sus artÃ­culos personales y cubo de 1 - 5 galones con la tapa del asiento de tocador)','',841,NULL),(56,1,'10 Person Office Survival Kit','The kit includes the following:<br><br>\r\n<b>Food \r\nand Water:</b><br>\r\n10 Boxes \r\nof Aqua Literz - <i>Equivalent to 30 packets of emergency water (5 Liters) and \r\neach box has a 5 year shelf-life</i><br>\r\n10 - 2400 \r\nCalorie Food Bars (12,000 Calories) -<i> 30 Individually wrapped bars with a \r\n5-year shelf life</i><br>\r\n50 Water \r\nPurification Tablets - <i>each tablet purifies 1 liter of water</i><br>\r\nÂ <br>\r\n<b>Light \r\nand Communication:Â Â Â  </b><br>\r\nDynamo \r\nRadio Flashlight 4 in 1 - <i>AmFm Radio, Siren, 3 LED Flashlight, Cell-phone \r\nCharger with adapter included (NEVER NEEDS BATTERIES)</i><br>\r\n\r\nRechargeable Squeeze Flashlight - <i>3 LED flashlight which generates and stores \r\npower by squeezing the handle (NEVER NEEDS BATTERIES)</i><br>\r\n30 Hour \r\nEmergency Candle -<i> can also be used as a stove</i><br>\r\n5 - Green \r\nEmergency Glow Sticks -<i> lasts for 24 hours Â </i><br>\r\n5-in-1 \r\nSurvival Whistle - <i>loud shrill whistle (travels over 1 mile) containing a \r\nflint starter, signal mirror, compass, and lanyard</i><br>\r\nBox of 50 \r\nWaterproof Matches<br>\r\nÂ <br>\r\n<b>\r\nShelter and Warmth:</b><br>\r\n10 \r\nEmergency Survival Blankets - <i>Retain over 90% of the users body heat</i><br>\r\n2-Person \r\nTube Tent with Rope<br>\r\n10 \r\nEmergency Ponchos with Hood<br>\r\nÂ <br>\r\n<b>Tools:</b><br>\r\n10\' x 10\' \r\nBlue Tarp<br>\r\n7-1/2\" \r\nFlat Pry Bar<br>\r\n16 \r\nFunction Knife<br>\r\nLeather \r\nPalm Working Gloves<br>\r\nDuct Tape \r\n- 2\" x 10 yards<br>\r\n10 \r\n- N95 Respirator Dust Masks -<i> NIOSH approved</i><br>\r\nÂ <br>\r\n<b>\r\nHygiene and Sanitation:</b><br>\r\n\r\nToilet Bags with Chemicals -<i> Sealable, leak proof outer \r\nbag sealed to inner waste bag containing Bio-Gel waste gelation </i>\r\n<br>\r\n10 \r\nHygiene Kits- toothbrush, toothpaste, bar of soap, and 9 wet wipes<br>\r\n10 Tempo \r\nPocket Tissue Packs <br>\r\nAir \r\nFreshener <br>\r\nÂ <br>\r\n<b>First \r\nAid:</b><br>\r\n2 - 42 \r\nPiece Portable First Aid Kits - <i>contains 42 pieces - 10 spot bandages, 10 \r\nsheer junior,5 sheer medium, 5 sheer strips, 2 antibacterial, 3 clear strips, 2 \r\nfabric strips, 1 extra large, 2 alcohol pads, and 2 gauze pads</i><br>\r\n2 \r\nGuardian First Aid Essentials Kits -<i> 1 Trauma Dressing (5\"x9\"), 3 Sunscreen \r\nLotion Packs, 1 Sting Relief Prep Pad, 1 Burn Cream Pack, 4 Non-Aspirin Tablets, \r\n4 Antacid Tablets, 4 Ibuprofen Tablets, 1 Lip Ointment Pack, 1 Antibiotic \r\nOintment Pack, 1 Pair of Vinyl (non latex) Gloves, 2 Finger Splints, 10 Cotton \r\nTip Applicators, 1 Roll of First Aid Tape, 1 Roll of Gauze Dressing, and a First \r\nAid Instruction Guide</i><br>\r\nÂ <br>\r\n<b>Other:</b><br>\r\n2 Decks \r\nof playing cards for entertainment<br>\r\n(All items are packed securely in <b>1 Deluxe \r\nHikers Backpack</b> which contains extra space available for your personal items \r\nand <b>1 - 5 Gallon Bucket with Toilet Seat Lid</b>)<br>','',886,NULL),(57,2,'Bolso de Totalizador del Kit de Supervivencia','Este kit de supervivencia compacto se embala cuidadosamente en un bolso impermeable durable del refrigerador. Es perfecto mantener en la oficina, en salas de clase, en el paÃ­s, o coche. El bolso rojo del refrigerador tiene el & de las palabras; quot; Supervivencia Kit& quot; en el frente, una correa de hombro ajustable, cuerdas del amarre en tapa, y un reflector raya en la parte posterior. El kit incluye siguiente: Alimento y agua: 3 cajas de cajas de agua de Blox del Aqua - dos veces la cantidad del agua como surtidores principales barras del alimento de 12 - 200 calorÃ­as 10 tabletas de la purificaciÃ³n del agua - cada tableta purifica 1 litro del agua Luz y comunicaciÃ³n: Mini radio de la exploraciÃ³n con los auriculares y las baterÃ­as Linterna recargable del apretÃ³n - contiene las baterÃ­as de litio quÃ© Ãºltimo hasta 30 horas y tambiÃ©n puede generar energÃ­a con exprimir el silbido de la supervivencia 5 in-1 Caja de 50 fÃ³sforos impermeables Abrigo y calor: Saco de dormir de la supervivencia de la emergencia - Recomendado sobre & comÃºn; quot; espacio blankets.& quot; Poncho de la emergencia con la capilla Herramientas: MÃ¡scara de polvo del respirador N95 Higiene y saneamiento: 3 paquetes del tejido del bolsillo del tempo 3 trapos mojados para la higiene Primeros auxilios: Kit de primeros auxilios del bolsillo de 42 pedazos - contiene 42 pedazos - punto 10 vendajes, 10 jÃ³venes escarpados, 5 medios escarpados, 5 tiras escarpadas, 2 anti-bacteriano, 3 despeje las tiras, 2 tiras de la tela, 1 grande adicional, 2 cojines del alcohol, y 2 cojines de gasa Otro: Cubierta de las tarjetas que juegan para la hospitalidad','',1688,NULL),(57,1,'Survival Kit Tote Bag','This compact <strong>survival kit </strong>is packed neatly into a <strong>durable waterproof cooler bag</strong>.\r\nIt is perfect to keep in the office, in classrooms, at home, or in the\r\ncar. The red cooler bag has the words \"Survival Kit\" on the front, an\r\nadjustable shoulder strap, tie-down cords on top, and a reflector\r\nstripe on the back.<br />\r\n\r\n\r\nThe kit includes the \r\nfollowing:<br />\r\n<br />\r\n<strong>Food and Water:</strong><br />3 Boxes of Aqua Blox Water Boxes - twice the amount of water \r\nas leading suppliers<br />\r\n12 - 200 Calorie Food Bars<br />\r\n10 Water Purification Tablets - each tablet purifies 1 liter \r\nof water<br /><br />\r\n\r\n<strong>Light and Communication:</strong><br />\r\nMini Scan Radio with Headphones and Batteries<br />\r\nRechargeable Squeeze Flashlight - contains lithium batteries \r\nwhich last up to 30 hours and also is able to generate power through squeezing<br />\r\n5-in-1 Survival Whistle<br />\r\nBox of 50 Waterproof Matches<br /><br />\r\n\r\n<strong>Shelter and Warmth:</strong><br /><br />\r\nEmergency Survival Sleeping Bag - \r\n\r\nRecommended over common \"space blankets.\"<br />\r\n\r\nEmergency Poncho with Hood<br /><br />\r\n\r\n\r\n<strong>\r\nTools:</strong><br />\r\nN95 Respirator Dust Mask<br />\r\n<br />\r\n<strong>Hygiene and Sanitation:</strong><br />\r\n3 Tempo Pocket Tissue Packs<br />\r\n3 Wet Wipes for Hygiene <br /><br />\r\n<strong>First Aid:</strong><br />\r\n42 Piece Pocket First Aid Kit - contains 42 pieces - 10 spot \r\nbandages, 10 sheer junior,5 sheer medium, 5 sheer strips, 2 antibacterial, 3 \r\nclear strips, 2 fabric strips, 1 extra large, 2 alcohol pads, and 2 gauze pads<br />\r\n<br />\r\n<strong>Other:</strong><br />\r\nDeck of playing cards for entertainment<br />','',880,NULL),(58,1,'Survival Kit Tote Bag for Children','<p>This compact <strong>survival kit </strong>is packed neatly into a <strong>durable\r\nwaterproof cooler bag</strong>. It is designed for children 11 years old or younger. The red cooler bag has the words \"Survival\r\nKit\" on the front, an adjustable shoulder strap, tie-down cords on top,\r\nand a reflector stripe on the back.<o:p /></p>\r\n\r\n<p>The kit includes the following:<br />\r\n<br />\r\n<strong>Food and Water:</strong><br />\r\n3 Boxes of Aqua Blox Water Boxes -twice the\r\namount of water as leading suppliers<br />\r\n12 - 200 Calorie Food Bars<br />\r\n10 Water Purification Tablets - each tablet\r\npurifies 1 liter of water<o:p /></p>\r\n\r\n<p><strong>Light and Communication:</strong><br />\r\nMini Scan Radio with Headphones and Batteries<br />\r\nRechargeable Squeeze Flashlight - contains\r\nlithium batteries which last up to 30 hours and also is able to generate power\r\nthrough squeezing<br />\r\n5-in-1 Survival Whistle</p>\r\n\r\n<p><strong>Shelter and Warmth:</strong><br />\r\nEmergency Survival Sleeping Bag - Recommended\r\nover common \"space blankets.\"<br />\r\nEmergency Poncho for Children<o:p /></p>\r\n\r\n<p><strong>Tools:</strong><br />\r\nN95 Respirator Dust Mask<br />\r\n<br />\r\n<strong>Hygiene and Sanitation:</strong><br />\r\n3 Tempo Pocket Tissue Packs<br />\r\n3 Wet Wipes for Hygiene <o:p /></p>\r\n\r\n<p><strong>First Aid:</strong><br />\r\n42 Piece Pocket First Aid Kit - contains 42\r\npieces - 10 spot bandages, 10 sheer junior,5 sheer medium, 5 sheer strips, 2\r\nantibacterial, 3 clear strips, 2 fabric strips, 1 extra large, 2 alcohol pads,\r\nand 2 gauze pads<br />\r\n<br />\r\nEntertainment<strong>:</strong><br />Activity Coloring Book with 8 Crayons - contains pictures to color and activities to help keep a \r\nchild\'s mind occupied</font><o:p /></p>','',815,NULL),(59,2,'Kit de Supervivencia Mini','Este kit de supervivencia compacto se embala cuidadosamente en un bolso durable del tamaÃ±o del recorrido. Es perfecto mantener en la oficina, en salas de clase, en el paÃ­s, o el coche. El bolso rojo del tamaÃ±o del recorrido tiene el \" de las palabras; Supervivencia Kit\" en el frente, y viene con un carabiner azul. Alimento y agua: 1 bolso de agua 1 barra de energÃ­a del milenio Luz y comunicaciÃ³n: 1 palillo del resplandor de la emergencia 5 - silbido de la supervivencia in-1 FÃ³sforos impermeables Linterna recargable del apretÃ³n Abrigo y calor: Poncho de la emergencia con la capilla Manta de la supervivencia de la emergencia Calentador lleno del cuerpo Herramientas: Cuchillo suizo del estilo del ejÃ©rcito de la funciÃ³n multi Kit de costura','',1786,NULL),(59,1,'Survival Kit Mini','This compact survival kit is packed neatly into a durable travel size bag. It is perfect to keep in the office, in classrooms, at home, or in the car. The red travel size bag has the words \"Survival Kit\" on the front, and comes with a blue carabiner.\r\n<br>\r\n<br>\r\n\r\n<strong>Food and Water:</strong>\r\n1 Bag of Water\r\n1 Millenium Energy Bar\r\n<br>\r\n<br>\r\n\r\n<strong>Light and Communication:</strong>\r\n1 Emergency Glow Stick\r\n5 -in-1 Survival Whistle\r\nWaterproof Matches\r\nRechargeable Squeeze Flashlight\r\n<br>\r\n<br>\r\n\r\n<strong>Shelter and Warmth:</strong>\r\nEmergency Poncho w/ Hood\r\nEmergency Survival Blanket\r\nFull Body Warmer\r\n<br>\r\n<br>\r\n\r\n<strong>Tools:</strong>\r\nMulti Function Swiss Army Style Knife\r\nSewing Kit','',736,NULL),(60,2,'Kit de Supervivencia Mini para los NiÃ±os','Este kit de supervivencia compacto se diseÃ±a para que a los niÃ±os los guarden encendido o acerquen siempre en sus morrales. Se embala cuidadosamente en un bolso durable del tamaÃ±o del recorrido. El bolso rojo del tamaÃ±o del recorrido tiene el de las palabras \"Supervivencia Kit\" en el frente, y viene con un carabiner azul. \r\n<br>\r\n<br>\r\n\r\n<strong>Alimento y agua:</strong>\r\n1 bolso de agua \r\n1 barra de energÃ­a del milenio \r\n<br>\r\n<br>\r\n\r\n<strong>Luz y comunicaciÃ³n:</strong>\r\n1 palillo verde del resplandor de la emergencia \r\n5 - silbido de la supervivencia in-1 \r\nLinterna recargable del apretÃ³n \r\n<br>\r\n<br>\r\n\r\n<strong>Abrigo y calor: </strong>\r\nPoncho de la emergencia con la capilla \r\nManta de la supervivencia de la emergencia \r\nCalentador lleno del cuerpo','',660,''),(60,1,'Survival Kit Mini for Children','This compact survival kit is designed for children to keep on or near them at all times in their backpacks.  It is packed neatly into a durable travel size bag.  The red travel size bag has the words \"Survival Kit\" on the front, and comes with a blue carabiner.\r\n<br>\r\n<br>\r\n\r\n<strong>Food and Water:</strong>\r\n1 Bag of Water\r\n1 Millenium Energy Bar\r\n<br>\r\n<br>\r\n\r\n<strong>Light and Communication:</strong>\r\n1 Green Emergency Glow Stick\r\n5 -in-1 Survival Whistle\r\nRechargeable Squeeze Flashlight\r\n<br>\r\n<br>\r\n\r\n<strong>Shelter and Warmth:</strong>\r\nEmergency Poncho w/ Hood\r\nEmergency Survival Blanket\r\nFull Body Warmer','',758,''),(61,2,'Kit de primeros auxilios del animal domÃ©stico de 58 pedazos','Este kit de primeros auxilios de lujo del animal domÃ©stico de 58 pedazos trata sus animales para varias lesiones. Este kit de primeros auxilios de lujo se embala cuidadosamente en un bolso de nylon con los artÃ­culos necesarios para tratar su animal domÃ©stico-tambiÃ©n incluye una guÃ­a detallada de los primeros auxilios del animal domÃ©stico. Contiene los puntos siguientes: Tratamiento de lesiÃ³n y del dolor: 1 envase en frÃ­o quÃ­mico inmediato 3 ungÃ¼entos antibiÃ³ticos 3 cojines de la relevaciÃ³n de la picadura de insecto 1 aerosol del perÃ³xido de hidrÃ³geno 2 onzas. Vendajes: 1 rodillo .5\" de la cinta; x 5 yardas 1 rodillo 2\" de la gasa; x 4.1 yds. 1 rodillo 3\" de la gasa; x 4.1 yds 6 apÃ³sitos de gasa estÃ©ril 2â€ x 2â€ (2 en un paquete) 6 apÃ³sitos de gasa estÃ©ril 4â€ x 4â€ (2 en un paquete) 1 cojÃ­n pesado 5\" del trauma; x 9\" Productos de limpiamiento: 2 guantes de la examinaciÃ³n 9 cojines de la preparaciÃ³n del alcohol 9 antisÃ©ptico Towelettes Yodo de 3 Povidone 5 aplicadores de la extremidad del algodÃ³n 1 colirio estÃ©ril 1 onza. Fuentes adicionales: 1 guÃ­a de los primeros auxilios del animal domÃ©stico 1 par de tijeras del metal 1 par de las pinzas 3\" del metal; 2 removedores de la astilla','',1358,NULL),(61,1,'58 Piece Pet First Aid Kit','This 58 piece deluxe pet first aid kit treats your animals for various injuries. This deluxe first aid kit is neatly packed into a nylon bag with the items needed to treat your petâ€”also includes a detailed pet first aid guide.\r\n<br>\r\n<br>\r\n\r\nContains the following items:\r\n<br>\r\n<br>\r\n\r\n<strong>Injury and Pain Treatment:</strong>\r\n1 Instant Chemical Cold Pack\r\n3 Antibiotic Ointments\r\n3 Insect Sting Relief Pads\r\n1 Hydrogen Peroxide Spray 2 oz.\r\n<br>\r\n<br>\r\n\r\n<strong>Bandages:</strong>\r\n1 Tape Roll .5\" x 5 yards\r\n1 Gauze Roll 2\" x 4.1 yds.\r\n1 Gauze Roll 3\" x 4.1 yds\r\n6 Sterile Gauze Dressings 2â€ x 2â€  (2 in one pack)\r\n6 Sterile Gauze Dressings 4â€ x 4â€  (2 in one pack)\r\n1 Heavy Trauma Pad 5\" x 9\"\r\n<br>\r\n<br>\r\n\r\n<strong>Cleansing Products:</strong>\r\n2 Examination Gloves  \r\n9 Alcohol Prep Pads\r\n9 Antiseptic Towelettes\r\n3 Povidone Iodine\r\n5 Cotton Tip Applicators\r\n1 Sterile Eyewash 1 oz.\r\n<br>\r\n<br>\r\n\r\n<strong>Additional Supplies:</strong>\r\n1 Pet First Aid Guide \r\n1 Pair of Metal Scissors\r\n1 Pair of Metal Tweezers 3\"\r\n2 Splinter Removers','',2356,NULL),(62,2,'Cargador del telÃ©fono celular de la emergencia','Esta unidad puede ser un life-saver en una situaciÃ³n de emergencia permitiendo que el usuario ponga una llamada cuando muere una baterÃ­a del telÃ©fono celular. Tape simplemente el adaptador al telÃ©fono y enrolle la manija. Para cada minuto de enrrollamiento el telÃ©fono recibirÃ¡ bastante energÃ­a por 2-3 minutos de tiempo de la charla. CargarÃ¡ cualquier telÃ©fono que tenga el adaptador requerido. Viene con una cuerda del adaptador de Nokia que se pueda tapar en cualquier adaptador del telÃ©fono celular. Compre el paquete del adaptador que incluye 16 diversos adaptadores para complementar este producto (recomendado).','',1291,NULL),(62,1,'Emergency Cell Phone Charger','This unit can be a life-saver in an emergency situation by allowing the user to place a call when a cell-phone battery dies. Simply plug the adapter to the phone and wind the handle. For every minute of winding the phone will receive enough energy for 2-3 minutes of talk time. It will charge any phone that has the required adapter. It comes with a Nokia adapter cord which can be plugged into any cell-phone adapter. Purchase the adapter package which includes 16 different adapters to supplement this product (recommended).','',2119,NULL),(63,2,'Paquete mÃ³vil del adaptador del telÃ©fono celular (16 adaptadores','Estos adaptadores funcionan con el cargador del telÃ©fono celular de la emergencia del guarda y todas las linternas del dÃ­namo con capacidades de carga del telÃ©fono celular. Tape un adaptador en su telÃ©fono y la cuerda en el dispositivo de carga para generar energÃ­a a cualquier telÃ©fono mÃ³vil que tenga el adaptador necesario. Los adaptadores incluidos son: â€¢ Panasonic X-70 â€¢ LG1300 â€¢ LG7010 â€¢ Nokia â€¢ CDMA â€¢ Panasonic GD92 â€¢ LG800 â€¢ Samsung A460 â€¢ Kyocera â€¢ Philips929 â€¢ Nokia1470 â€¢ Siemens C55 â€¢ Motorola V3 (para RAZR y Blackberry) â€¢ Motorola V60 â€¢ Sony-Ericsson â€¢ Alcatel','',527,NULL),(63,1,'Mobile Cell-phone Adapter Package (16 adapters)','These adapters work with the Guardian Emergency Cell-phone Charger and all dynamo flashlights with cell-phone charging capabilities. Plug an adapter into your phone and the cord into the charging device to generate power to any mobile phone which has the necessary adapter. The adapters included are: <br>\r\n                                \r\nâ€¢ Panasonic X-70<br>\r\n\r\nâ€¢ LG1300<br>\r\n\r\nâ€¢ LG7010<br>\r\n\r\nâ€¢ Nokia<br>\r\n\r\nâ€¢ CDMA<br>\r\n\r\nâ€¢ Panasonic GD92\r\n<br>\r\nâ€¢ LG800<br>\r\n\r\nâ€¢ Samsung A460<br>\r\n\r\nâ€¢ Kyocera<br>\r\n\r\nâ€¢ Philips929<br>\r\n\r\nâ€¢ Nokia1470<br>\r\n\r\nâ€¢ Siemens C55<br>\r\n\r\nâ€¢ Motorola V3 (for RAZR and Blackberry)<br>\r\n\r\nâ€¢ Motorola V60<br>\r\n\r\nâ€¢ Sony-Ericsson<br>\r\n\r\nâ€¢ Alcatel','',803,NULL),(64,2,'Linterna del dÃ­namo de la emergencia con la radio','Nueva linterna brillante increÃ­ble del dÃ­namo del LED que nunca necesita las baterÃ­as y utiliza una baterÃ­a de almacenaje de OomAh/3.6v NI-MH. Esta linterna se puede tambiÃ©n cargar usando un adaptador elÃ©ctrico externo 6V tambiÃ©n. Este producto puede cargar un telÃ©fono celular y tiene un lazo del USB que pueda cargar a un jugador MP3. La energÃ­a almacenada se utiliza para suministrar las luces del LED, la radio de FM, y la sirena. Â¡TambiÃ©n hace un compÃ¡s atar y es una emergencia perfecta o un artÃ­culo que acampa y hace un gran regalo! El sintonizador de FM viene con una salida del altavoz o del auricular y volumen ajustable. Tres minutos de poner proporcionan 2-8 minutos de tiempo de la charla del telÃ©fono mÃ³vil, 10-20 minutos del uso MP3, o 4-10 minutos del uso MP4.','',614,NULL),(64,1,'Emergency Dynamo Lantern with Radio','Incredible new bright LED dynamo lantern which never needs batteries and uses a OomAh/3.6v NI-MH Storage Battery. This lantern can also be charged using a 6V external electrical adapter as well. This product can charge a cell phone and has a USB tie which can charge an MP3 player. The energy stored is used to supply the LED Lights, FM Radio, and Siren. It also has a compass attached and is a perfect emergency or camping item and makes a great gift! The FM tuner comes with a loudspeaker or earphone output and adjustable volume. Three minutes of cranking provides 2-8 minutes of mobile phone talk time, 10-20 minutes of MP3 use, or 4-10 minutes of MP4 use.','',776,NULL),(65,2,'Guarda AutomÃ³vil','Esta linterna de la emergencia es una necesidad tiene para cada automÃ³vil. Tiene 3 luces brillantes del LED con 5 pilotos del LED en el lado que puede destellar para atraer la atenciÃ³n. Tiene una sirena ruidosa para llamar ayuda a una situaciÃ³n de emergencia, un cortador del cinturÃ³n de seguridad para ayudar cortado de un cinturÃ³n de seguridad atasc, y puede ser utilizada como martillo para romperse a travÃ©s del vidrio para escapar un coche cuando las ventanas no trabajan. El imÃ¡n incorporado puede permitir que un individuo guarde la linterna dentro del alcance de los brazos siempre que estÃ©n conduciendo. Esta linterna 5 in-1 es tambiÃ©n hidrÃ³fuga.','',592,''),(65,1,'Automobile Guardian','This emergency flashlight is a must have for every automobile. It has 3 bright LED lights with 5 LED warning lights on the side which can flash to attract attention. It has a loud siren to call help to an emergency situation, a seatbelt cutter to help cut out of a jammed seatbelt, and can be used as a hammer to break through glass to escape a car when windows do not work. The built-in magnet can allow an individual to keep the flashlight within arms reach whenever they are driving. This 5-in-1 flashlight is also water-resistant.','',790,''),(66,2,'Linterna accionada solar','Esta linterna brillante diseÃ±ada tiene 2 LED brillantes y se carga con energÃ­a solar. Es un gran producto a guardar en un keychain asÃ­ que puede cargar constantemente mientras que conduce durante el dÃ­a. Nunca necesita las baterÃ­as y le da una fuente de luz lista siempre que usted la necesite. UtilÃ­celo para iluminar el coche y las cerraduras de puerta, para buscar para los artÃ­culos en su coche y caja de guante, y para el uso afuera. Es tambiÃ©n impermeable y nunca necesita bulbos del reemplazo.','',588,NULL),(66,1,'Solar Powered Flashlight','This brilliantly designed flashlight has 2 bright LEDâ€™s and is charged through solar energy. It is a great product to keep on a keychain so it can constantly be charging while driving during the day. It never needs batteries and gives you a ready light source whenever you need it. Use it to illuminate car and door locks, to search for items in your car and glove box, and for use outside. It is also rainproof and never needs replacement bulbs.','',800,NULL),(67,2,'Menear verdadera (por siempre linterna)','Estas linternas de la sacudida no contienen ninguna baterÃ­a. Mucho nuevo \" menear\" falso; las linternas demandan ser recargables cuando utilizan realmente las baterÃ­as de litio genÃ©ricas. Ã‰stos son el reparto verdadero. El caso impermeable flota en agua y la luz es hasta una milla visible.','',631,''),(67,1,'Real Shake (forever flashlight)','These shake flashlights contain no batteries. Many new \"fake shake\" flashlights claim to be rechargeable when actually they use generic lithium  batteries. These are the real deal. The waterproof case floats in water  and the light is visible up to one mile.','',827,''),(68,2,'3 LED Linterna del ApretÃ³n','Estas linternas prÃ¡cticas del LED son baratas con todo muy eficiente y brillante. Son totalmente recargables simplemente exprimiendo la manija que genera y almacena energÃ­a. Son perfectas para las situaciones agotadoras desde exprimir se han demostrado ser terapÃ©uticas.','',626,''),(68,1,'3 LED Squeeze Flashlight','These handy LED flashlights are inexpensive yet very efficient and bright. They are completely rechargeable by simply squeezing the handle which generates and stores power.  They are perfect for stressful situations since squeezing has been proven to be therapeutic.','',867,''),(69,2,'Palillos con Luz de la emergencia 12 hora','Nuestros palillos del resplandor de la emergencia duran por 12 horas y tienen un perÃ­odo de validez largo de 3-5 aÃ±os','',605,''),(69,1,'12 Hour Emergency Bright Stick','Our emergency glow sticks last for 12 hours and have a long shelf-life of 3-5 years','',851,''),(70,2,'Calentadores del cuerpo de 16 horas','Estos calentadores de cuerpo caliente en cuestiÃ³n de minutos. Ellos duran 16-20 horas y hasta 150 grados con una temperatura promedio de 130 grados de calor. Colocar dentro de su saco de dormir o debajo de la ropa para obtener resultados Ã³ptimos. 50 por la caja.','',601,NULL),(70,1,'16 Hour Body Warmers','These body warmers heat up in just minutes. They last for 16-20 hours and heat up to 150 degrees with an average temperature of 130 degrees. Place within your sleeping bag or under clothing for optimal results.\r\n50 per box.','',961,NULL),(71,2,'Kit de Supervivencia de la Selva','<strong>Kit de Supervivencia de la Selva <br />\r\nSostiene a 1 hombre por 5 dÃ­as. </strong><br />\r\n<br />\r\nPN 1001-1  (KIT0005) <br /><br />\r\n<table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"1\">\r\n  <tr>\r\n    <th width=\"9%\" bgcolor=\"#99BB99\"scope=\"col\"> ArtÃ­culo </th>\r\n    <th width=\"15%\" bgcolor=\"#99BB99\"scope=\"col\"> Cantidad </th>\r\n    <th width=\"15%\" bgcolor=\"#99BB99\"scope=\"col\"><div align=\"left\"> NÃºmero de parte </div></th>\r\n    <th width=\"61%\" bgcolor=\"#99BB99\"scope=\"col\"><div align=\"left\"> DescripciÃ³n </div></th>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2000</div></td>\r\n    <td> 5 cuartos de galÃ³n de agua </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">2</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2001-1</div></td>\r\n    <td> Bandera de seÃ±al </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">3</div></td>\r\n    <td><div align=\"center\">3</div></td>\r\n    <td><div align=\"left\">2001-3</div></td>\r\n    <td> Llamarada de seÃ±al aÃ©rea </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">4</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2002</div></td>\r\n    <td>Emergen-C,   4 onzas polvo  </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">5</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2003</div></td>\r\n    <td> Kit de primeros auxilios </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">6</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2004</div></td>\r\n    <td> Kit de la pesca </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">7</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2005</div></td>\r\n    <td> Cuchillo de la supervivencia de 11 pulg. </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">8</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td>Piedra que afila el cuchillo</td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">9</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td> CompÃ¡s magnÃ©tico </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">10</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td> Vio el alambre </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">11</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td> FÃ³sforos de madera </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">12</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2006</div></td>\r\n    <td> Cuchillo de ejÃ©rcito suizo </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">13</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td> Machete, 15 pulg. </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">14</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td> Manual de la supervivencia de la Fuerza AÃ©rea de EU</td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">15</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td> Marcador del tinte del mar </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">16</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\"></div></td>\r\n    <td>  Espejo militar de la seÃ±al, 3 pulg. por 4 pulg. </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">17</div></td>\r\n    <td><div align=\"center\">50</div></td>\r\n    <td><div align=\"left\">2010</div></td>\r\n    <td> Tableta de la purificaciÃ³n del agua </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">18</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2011</div></td>\r\n    <td> RaciÃ³n del alimento </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">19</div></td>\r\n    <td><div align=\"center\">4</div></td>\r\n    <td><div align=\"left\">2012</div></td>\r\n    <td> RaciÃ³n del agua 4 onzas</td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">20</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2013</div></td>\r\n    <td> Repulsivo de insecto </td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">21</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2014</div></td>\r\n    <td> Cuerda del poliester, .25 pulg. por 100 pie</td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">22</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2015</div></td>\r\n    <td>Valise, 2.25 pulg. por 9 pulg. por  17 pulg.</td>\r\n  </tr>\r\n  <tr>\r\n    <td><div align=\"center\">23</div></td>\r\n    <td><div align=\"center\">1</div></td>\r\n    <td><div align=\"left\">2016</div></td>\r\n    <td> Silbido de la seÃ±al </td>\r\n  </tr>\r\n</table>','',5140,''),(71,1,'Jungle Survival Kit','<strong>Jungle Survival Kit <br />\r\nSustains 1 man for 5 days. </strong><br />\r\n<br />\r\nPN 1001-1  (KIT0005) <br /><br /><table width=\"70%\" border=\"1\" cellspacing=\"0\" cellpadding=\"1\">\r\n  <tbody>\r\n    <tr>\r\n      <th width=\"10%\" bgcolor=\"#99BB99\" scope=\"col\">Item</th>\r\n      <th width=\"21%\" bgcolor=\"#99BB99\" scope=\"col\">Qty.</th>\r\n      <th width=\"16%\" bgcolor=\"#99BB99\" scope=\"col\"><div align=\"left\">Part No.</div></th>\r\n      <th width=\"53%\" bgcolor=\"#99BB99\" scope=\"col\"><div align=\"left\">Description</div></th>\r\n\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2000</div></td>\r\n      <td>5 Qt. Water</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">2</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2001-1</div></td>\r\n      <td>Signal Flag</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">3</div></td>\r\n      <td><div align=\"center\">3</div></td>\r\n      <td><div align=\"left\">2001-3</div></td>\r\n      <td>Aerial Signal Flare</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">4</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2002</div></td>\r\n      <td>Emergen-C, 4 oz. Powder</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">5</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2003</div></td>\r\n      <td>First Aid Kit</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">6</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2004</div></td>\r\n      <td>Fishing Kit</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">7</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2005</div></td>\r\n      <td>11&quot; Survival Knife</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">8</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Knife Sharpening Stone</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">9</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Magnetic Compass</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">10</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Saw Wire</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">11</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Wooden Matches</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">12</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2006</div></td>\r\n      <td>Swiss Army Knife</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">13</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Machete, 15&quot;</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">14</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Air Force Survival Manual</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">15</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>Sea Dye Marker</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">16</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\"></div></td>\r\n      <td>3&quot; x 4&quot; Military Signal Mirror</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">17</div></td>\r\n      <td><div align=\"center\">50</div></td>\r\n      <td><div align=\"left\">2010</div></td>\r\n      <td>Water Purification Tablet</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">18</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2011</div></td>\r\n      <td>Food Ration</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">19</div></td>\r\n      <td><div align=\"center\">4</div></td>\r\n      <td><div align=\"left\">2012</div></td>\r\n      <td>4 oz. Water Ration</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">20</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2013</div></td>\r\n      <td>Insect Repellant</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">21</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2014</div></td>\r\n      <td>1/4&quot; x 100\' Polyester Rope</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">22</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2015</div></td>\r\n      <td>Valise, 2.25&quot; x 9&quot; x 17&quot;</td>\r\n    </tr>\r\n    <tr>\r\n      <td><div align=\"center\">23</div></td>\r\n      <td><div align=\"center\">1</div></td>\r\n      <td><div align=\"left\">2016</div></td>\r\n      <td>Signal Whistle</td>\r\n    </tr>\r\n  </tbody>\r\n</table>','',30919,''),(72,2,'Balsa Salvavida 9-Hombre con PabellÃ³n solamente No TSO','Balsa Salvavida 9-13 del hombre No TSO','',1295,''),(72,1,'9-Man Life Raft w/Canopy Only Non TSO','9 - 13 Man Life Raft. Constructed of heavy-duty FAA approved neoprene coated nylon fabric.  No TSO.\r\n<div id=\"TabbedPanels1\" class=\"TabbedPanels\">\r\n  <ul class=\"TabbedPanelsTabGroup\">\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Features</li>\r\n    <li class=\"TabbedPanelsTab\" tabindex=\"0\">Included</li>    \r\n  </ul>\r\n  <div class=\"TabbedPanelsContentGroup\">\r\n    <div class=\"TabbedPanelsContent\"><br /><li>Lightest and smallest package on the market today, designed for private pilots and pleasure boaters.</li><li>    Easy to carry, stow away, and maneuver in any emergency situation.</li><li>    Easily deployed by women, children, exhausted pilots, or boaters. </li><li>    Soft-pack valise made of practically indestructible nylon with secure nylon velcro closures.</li><li>    Constructed of heavy-duty FAA approved neoprene coated nylon fabric. </li><li>    Highly visible orange canopy to aid in search and rescue operations. </li><li>    Contains aluminum cylinders and valves eliminating corrosion and greatly reducing the weight. <br />\r\n    </li>\r\n  <li>High-tech CO2 automatic inflation system, inflates in 10 seconds. </li><li>    Optional survival kits are available to meet individual requirements. </li><li>    Lifetime warranty on parts and labor, built to last a lifetime with proper care. </li><br /></div>\r\n    <div class=\"TabbedPanelsContent\"><table border=\"0\" cellpadding=\"3\" cellspacing=\"0\">\r\n    <tbody>\r\n      <tr></tr>\r\n      <tr>\r\n        <td width=\"50%\" height=\"1\">&#8226;  Buoyancy tube</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Retaining line</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Deck</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Hand pump</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; LÃ­fe lines</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Bailing bucket </td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Boarding Handles</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Sea anchor</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; CO2 auto-inflation system</td>\r\n        <td width=\"50%\" height=\"1\">&#8226; Valise</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\">&#8226; Inflatable Mast</td>\r\n        <td height=\"1\">&#8226; Canopy</td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"1\" colspan=\"2\"><hr />Note:  Required Raft Compartment Size - Add 3\" to Raft Pack Dimensions.  Raft Weight +/- 2.0 lbs</td>\r\n      </tr>\r\n    </tbody>\r\n  </table></div>\r\n\r\n<script type=\"text/javascript\">\r\n<!--\r\nvar TabbedPanels1 = new Spry.Widget.TabbedPanels(\"TabbedPanels1\");\r\n//-->\r\n</script>','',2721,''),(73,1,'Fire Fighting Suit Complete Kit','Fire Fighting Suit Complete Kit\r\nPart Number: AADX-MUFIRE\r\nWeight(LBS): 55.00 \r\n\r\nComes with the following items:\r\n\r\nFirefighter Suit\r\n\r\nProfessional fire fighter suit that complies with SOLAS regulations.\r\n\r\nMED Approved\r\n\r\nSOLAS Approved\r\n\r\n(Must state which size when ordering)\r\n\r\nThe Jacket and Trousers meet the SOLAS fire resistant standards (EN469:2005) of a minimum of 5 minutes at 356Â°F (180Â°C). \r\n\r\n\r\nFirefighter Helmet\r\n\r\nDurable and adjustable flame retardant helmet with neck protector and replaceable visor.\r\n\r\nSOLAS Approved\r\n\r\n\r\nSOLAS Firefighter Gloves\r\n\r\nHeat and cut resistant leather gloves with Kevlar thread on seams. Perfect fit with elastic tightening at the wrists. \r\n\r\nLarge or X-Large(Must state which size when ordering)\r\n\r\n \r\nFirefighter Boots\r\n\r\nElectrical Insulating firemanâ€™s boots, with rubber uppers, a protective toe cap, a flame retardant rubber outsole and a comfortable woven cotton canvas lining.\r\n\r\nMED Approved\r\n\r\nSOALS Approved\r\n\r\n(Must state which size when ordering)\r\n\r\n \r\nFirefighter Gear Bag\r\n\r\nRed gear bag for storing the complete Firefighter kit','Fire Fighting Suit',387,NULL),(73,2,'Fire Fighting Suit Complete Kit','Fire Fighting Suit Complete Kit\r\nPart Number: AADX-MUFIRE\r\nWeight(LBS): 55.00 \r\n\r\nComes with the following items:\r\n\r\nFirefighter Suit\r\n\r\nProfessional fire fighter suit that complies with SOLAS regulations.\r\n\r\nMED Approved\r\n\r\nSOLAS Approved\r\n\r\n(Must state which size when ordering)\r\n\r\nThe Jacket and Trousers meet the SOLAS fire resistant standards (EN469:2005) of a minimum of 5 minutes at 356Â°F (180Â°C). \r\n\r\n\r\nFirefighter Helmet\r\n\r\nDurable and adjustable flame retardant helmet with neck protector and replaceable visor.\r\n\r\nSOLAS Approved\r\n\r\n\r\nSOLAS Firefighter Gloves\r\n\r\nHeat and cut resistant leather gloves with Kevlar thread on seams. Perfect fit with elastic tightening at the wrists. \r\n\r\nLarge or X-Large(Must state which size when ordering)\r\n\r\n \r\nFirefighter Boots\r\n\r\nElectrical Insulating firemanâ€™s boots, with rubber uppers, a protective toe cap, a flame retardant rubber outsole and a comfortable woven cotton canvas lining.\r\n\r\nMED Approved\r\n\r\nSOALS Approved\r\n\r\n(Must state which size when ordering)\r\n\r\n \r\nFirefighter Gear Bag\r\n\r\nRed gear bag for storing the complete Firefighter kit','',262,NULL),(74,1,'FIRST AID KIT SOLAS','First Aid Kit, SOLAS\r\n\r\nThis first aid kit is certified to meet the SOLAS requirements for liferafts and lifeboats.\r\n\r\nEC approved first aid kit according to SOLAS.\r\n\r\nContents are sealed in a waterproof pouch.\r\n\r\n \r\nPouch contains:\r\n\r\n1              Plastic Burn Bag Liferaft Kit\r\n\r\n1              Bandage - Triangular NON-CALICO 90x127cm\r\n\r\n1              Paracetamol Tablets - 500mg (32/pk)\r\n\r\n1              Antiseptic Wipes\r\n\r\n1              Antiseptic Cream - Cetrimide (30g/tube)\r\n\r\n1              Tape - Zinc Oxide - 2.5cm (3m)\r\n\r\n1              Plasters - Waterproof Assorted (20/pk)\r\n\r\n1              Dressing - Surgical Absorbent No 08 - Medium\r\n\r\n1              Dressing - Surgical Absorbent No 09 - Large\r\n\r\n1              Dressing - Extra Large Unmedicated\r\n\r\n1              Gauze Swabs 7.5cm x 7.5cm - Sterile (5/pk)\r\n\r\n1              Scissors B/B - 12.5cm\r\n\r\n1              Safety Pins (medium- 6/pk)\r\n\r\n1              Dressing - Paraffin Gauze - 10cm x 10cm (10/pk)\r\n\r\n1              Booklet - Waterproof First Aid Multi Language\r\n\r\n1              SOLAS Liferaft Bags\r\n\r\n1              Thick Clear Bag 12.5x16 inch (300mm x 450mm) Used in LFB rm','Solas First Aid Kit',1765,NULL),(74,2,'FIRST AID KIT SOLAS','First Aid Kit, SOLAS\r\n\r\nThis first aid kit is certified to meet the SOLAS requirements for liferafts and lifeboats.\r\n\r\nEC approved first aid kit according to SOLAS.\r\n\r\nContents are sealed in a waterproof pouch.\r\n\r\n \r\n\r\nPouch contains:\r\n\r\n1              Plastic Burn Bag Liferaft Kit\r\n\r\n1              Bandage - Triangular NON-CALICO 90x127cm\r\n\r\n1              Paracetamol Tablets - 500mg (32/pk)\r\n\r\n1              Antiseptic Wipes\r\n\r\n1              Antiseptic Cream - Cetrimide (30g/tube)\r\n\r\n1              Tape - Zinc Oxide - 2.5cm (3m)\r\n\r\n1              Plasters - Waterproof Assorted (20/pk)\r\n\r\n1              Dressing - Surgical Absorbent No 08 - Medium\r\n\r\n1              Dressing - Surgical Absorbent No 09 - Large\r\n\r\n1              Dressing - Extra Large Unmedicated\r\n\r\n1              Gauze Swabs 7.5cm x 7.5cm - Sterile (5/pk)\r\n\r\n1              Scissors B/B - 12.5cm\r\n\r\n1              Safety Pins (medium- 6/pk)\r\n\r\n1              Dressing - Paraffin Gauze - 10cm x 10cm (10/pk)\r\n\r\n1              Booklet - Waterproof First Aid Multi Language\r\n\r\n1              SOLAS Liferaft Bags\r\n\r\n1              Thick Clear Bag 12.5x16 inch (300mm x 450mm) Used in LFB rm','Solas First Ais Kit',275,NULL),(75,1,'RESCUE NET MARKUS SCN6-200 - Scramble-Net/Cradle','RESCUE NET MARKUS SCN6-200 - Scramble-Net/Cradle\r\nPart Number: AAADX-RNC\r\nWeight(LBS): 12.00\r\nLength(in): 77\r\nWidth(in): 48\r\nHeight(in): 9 \r\n\r\n RESCUE NET MARKUS SCN6-200  -  Scramble-Net/Cradle\r\n\r\nThe SCN6-200 is designed to retrieve a MOB, either enabling a conscious MOB to climb aboard, or an unconscious MOB to be rolled par buckle onboard in a horizontal position.\r\n\r\nThere is a new IMO standard (III/-17) for the retrieval of persons in the water.  This standard will soon affect most operations, SOLAS vessels, passenger vessels, and commercial vessels carrying more than 12 persons, and including FRCâ€™s (Fast Rescue Craft).\r\n\r\nEach net must extend into the water 1.5 to 2 meters in the water to be effective and meet the new IMO standards for retrieval of persons in the water. \r\n\r\nThe SCN6 is 6 rungs wide or (4ft) which is considered the minimum width for lifting a person in the horizontal position. The net is 2 meters long and extends into the water 1.5 to 2 meters.\r\n\r\nDesigned for workboats, charter boats, tourist boats and patrol boats (must have suitable rescue zone at the specific height)\r\n\r\nModel	        Width	                Length           Maximum Freeboard\r\nMRSCN6-200	1.2 meters (4ft)	2 meters (6.5ft)	0.5 meters\r\nMRSCN6-250	1.2 meters (4ft)	2.5 meters (8.2ft)	1 meters\r\nMRSCN6-300	1.2 meters (4ft)	3 meters (9.8ft)	1.5 meters\r\nMRSCN6-350	1.2 meters (4ft)	3.5 meters  (11.5ft)	2 meters\r\nMRSCN6-400	1.2 meters (4ft)	4 meters  (13.1ft)	2.5 meters\r\n \r\nThe SN6-200 can be installed permanently or be stowed away and then transported for quick install and deployment. There are a few different rigging packages available; \r\n\r\nMR7350-001	SCN6 Link pipe without rope. 124\r\nMR7350-002	SCN6 Link pipe with 2 ropes and snap hooks.\r\nMR7350-011	SCN6 Fixed Extension ropes 19.5in (50cm) with snap hook. Kit of 3 pcs\r\nMR7350-012	SCN6 Adjustable Extension ropes snap hooks. Kit of 3 pcs.','RESCUE NET MARKUS SCN6-200- Scramble-Net-Cradle',556,NULL),(75,2,'RESCUE NET MARKUS SCN6-200 - Scramble-Net/Cradle','RESCUE NET MARKUS SCN6-200 - Scramble-Net/Cradle\r\nPart Number: AAADX-RNC\r\nWeight(LBS): 12.00\r\nLength(in): 77\r\nWidth(in): 48\r\nHeight(in): 9 \r\n\r\n RESCUE NET MARKUS SCN6-200  -  Scramble-Net/Cradle\r\n\r\nThe SCN6-200 is designed to retrieve a MOB, either enabling a conscious MOB to climb aboard, or an unconscious MOB to be rolled par buckle onboard in a horizontal position.\r\n\r\nThere is a new IMO standard (III/-17) for the retrieval of persons in the water.  This standard will soon affect most operations, SOLAS vessels, passenger vessels, and commercial vessels carrying more than 12 persons, and including FRCâ€™s (Fast Rescue Craft).\r\n\r\nEach net must extend into the water 1.5 to 2 meters in the water to be effective and meet the new IMO standards for retrieval of persons in the water. \r\n\r\nThe SCN6 is 6 rungs wide or (4ft) which is considered the minimum width for lifting a person in the horizontal position. The net is 2 meters long and extends into the water 1.5 to 2 meters.\r\n\r\nDesigned for workboats, charter boats, tourist boats and patrol boats (must have suitable rescue zone at the specific height)\r\n\r\nModel	        Width	                Length           Maximum Freeboard\r\nMRSCN6-200	1.2 meters (4ft)	2 meters (6.5ft)	0.5 meters\r\nMRSCN6-250	1.2 meters (4ft)	2.5 meters (8.2ft)	1 meters\r\nMRSCN6-300	1.2 meters (4ft)	3 meters (9.8ft)	1.5 meters\r\nMRSCN6-350	1.2 meters (4ft)	3.5 meters  (11.5ft)	2 meters\r\nMRSCN6-400	1.2 meters (4ft)	4 meters  (13.1ft)	2.5 meters\r\n \r\nThe SN6-200 can be installed permanently or be stowed away and then transported for quick install and deployment. There are a few different rigging packages available; \r\n\r\nMR7350-001	SCN6 Link pipe without rope. 124\r\nMR7350-002	SCN6 Link pipe with 2 ropes and snap hooks.\r\nMR7350-011	SCN6 Fixed Extension ropes 19.5in (50cm) with snap hook. Kit of 3 pcs\r\nMR7350-012	SCN6 Adjustable Extension ropes snap hooks. Kit of 3 pcs.','RESCUE NET MARKUS SCN6-200- Scramble-Net-Cradle',299,NULL),(76,1,'FIRE BLANKET- HARD PACK','FIRE BLANKET- HARD PACK\r\n\r\nPart Number: AAADX-FB\r\nWeight(LBS): 4.00\r\nLength(in): 4\r\nWidth(in): 6\r\nHeight(in): 1 \r\n\r\nApproval: CE- EN1869:1997\r\n\r\nSize: 1.2m x 1.8m (4ft x 6ft)\r\n\r\nMaterial: 100% fiber glass','FIRE BLANKET- HARD PACK',417,NULL),(76,2,'FIRE BLANKET- HARD PACK','FIRE BLANKET- HARD PACK\r\n\r\nPart Number: AAADX-FB\r\nWeight(LBS): 4.00\r\nLength(in): 4\r\nWidth(in): 6\r\nHeight(in): 1 \r\n\r\nApproval: CE- EN1869:1997\r\n\r\nSize: 1.2m x 1.8m (4ft x 6ft)\r\n\r\nMaterial: 100% fiber glass','FIRE BLANKET- HARD PACK',243,NULL),(77,1,'Life Jacket VSG MK10 ADULT SOLAS/MED UNI AND OVERSIZE','VSG MK10 ADULT SOLAS/MED UNI AND OVERSIZE\r\n\r\nPart Number: AAADX-SMLJ\r\nWeight(LBS): 3.00 \r\n\r\nThe Mk10 Lifejacket meets both Universal and Oversize requirements and is approved according to the latest SOLAS2010 regulations, MSC.207(81) SOLAS/MED 2010.\r\n\r\nChest Girth: up to 69in (1750 mm)\r\n\r\nWeight: between 95-310lbs (43-140 kg)\r\n\r\nHeight: > 5\'1\" (155 cm)\r\n\r\nTwo-Quick Release Plastic Buckles\r\n\r\nFitted with Buddy Line/Lifting Strap/Whistle and Retro Reflective Tape\r\n\r\nOptional equipment: Lifejacket Light','Lifejacket Mk10 Adult Universal and OversizeSOLAS/MED',451,NULL),(77,2,'Life Jacket VSG MK10 ADULT SOLAS/MED UNI AND OVERSIZE','VSG MK10 ADULT SOLAS/MED UNI AND OVERSIZE\r\n\r\nPart Number: AAADX-SMLJ\r\nWeight(LBS): 3.00 \r\n\r\nThe Mk10 Lifejacket meets both Universal and Oversize requirements and is approved according to the latest SOLAS2010 regulations, MSC.207(81) SOLAS/MED 2010.\r\n\r\nChest Girth: up to 69in (1750 mm)\r\n\r\nWeight: between 95-310lbs (43-140 kg)\r\n\r\nHeight: > 5\'1\" (155 cm)\r\n\r\nTwo-Quick Release Plastic Buckles\r\n\r\nFitted with Buddy Line/Lifting Strap/Whistle and Retro Reflective Tape\r\n\r\nOptional equipment: Lifejacket Light','Lifejacket Mk10 Adult Universal and OversizeSOLAS/MED',338,NULL),(78,1,'30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC','30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC\r\n\r\nPart Number:  AAADX-LRB30_CGSMTC\r\nWeight(LBS):  12.00 \r\n\r\nBRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC p\r\n\r\nPurchased by the pallet of case of 3\r\n\r\nThe only \"BridgebuoyÂ®\",  it is used onboard commercial vessels, offshore installations and larger yachts. All Datrex rings are molded from high impact linear low-density polyethylene for superior life expectancy in the most severe environments. The becket/grab lines are replaceable.\r\n\r\n    Approved Globally with retro reflective tape.\r\n    Drop tested up to 50 meters\r\n    Diameter 30\"\r\n    Weight 4.0 kg\r\n    3 buoys per case\r\n    9 case per pallet\r\n\r\n    Case dimensions: 31 x 31 x 13 inches\r\n    Case weight:  34 lbs\r\n    Pallet dimensions: 43 x 48 x 65\r\n    Pallet weight 306 lbs\r\n\r\nUSCG, Canadian Coast Guard and BV/MED approved.\r\n\r\nOrange buoy USCG/SOLAS 50 METERS  USCG Approval BV - SOLAS - MED TC Canada - Drop test report, 50 meters','30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC',427,NULL),(78,2,'30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC','30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC\r\n\r\n30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC\r\n\r\nPart Number:  AAADX-LRB30_CGSMTC\r\nWeight(LBS):  12.00 \r\n\r\nBRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC p\r\n\r\nPurchased by the pallet of case of 3\r\n\r\nThe only \"BridgebuoyÂ®\",  it is used onboard commercial vessels, offshore installations and larger yachts. All Datrex rings are molded from high impact linear low-density polyethylene for superior life expectancy in the most severe environments. The becket/grab lines are replaceable.\r\n\r\n    Approved Globally with retro reflective tape.\r\n    Drop tested up to 50 meters\r\n    Diameter 30\"\r\n    Weight 4.0 kg\r\n    3 buoys per case\r\n    9 case per pallet\r\n\r\n    Case dimensions: 31 x 31 x 13 inches\r\n    Case weight:  34 lbs\r\n    Pallet dimensions: 43 x 48 x 65\r\n    Pallet weight 306 lbs\r\n\r\nUSCG, Canadian Coast Guard and BV/MED approved.\r\n\r\nOrange buoy USCG/SOLAS 50 METERS  USCG Approval BV - SOLAS - MED TC Canada - Drop test report, 50 meters','30\" BRIDGEBUOY 4.0 KG USCG/SOLAS/MED/TC',255,NULL),(79,1,'MULLION 275 HI-RISE, RED 275 NEWTON SOLAS/MED','MULLION 275 HI-RISE, RED 275 NEWTON SOLAS/MED\r\nPart Number:  AAADXMU275REDM\r\nWeight(LBS):  2.00 \r\n\r\n MULLION Hi-Rise 275 SOLAS/MED 2010 (2MS1A3N06)\r\n\r\n    Buoyancy 275 N\r\n    Approved according to SOLAS 2010 / MED MSC 200(80) + MSC 207 (81)\r\n    Double chamber\r\n    UML inflation system\r\n    Fitted with; buddy line, harness and crotch strap, whistle, retro reflective tape and automatic water activated lifejacket light.','MULLION 275 HI-RISE, RED 275 NEWTON SOLAS/MED',576,NULL),(80,1,'MULLION 275 HI-RISE, BLUE 275 NEWTON SOLAS/MED','MULLION 275 HI-RISE, BLUE 275 NEWTON SOLAS/MED\r\n\r\nPart Number:  AAADXMU275BLUM\r\nWeight(LBS):  2.00 \r\n\r\n MULLION Hi-Rise 275 SOLAS/MED 2010 (2MS1A3N06)\r\n\r\n    Buoyancy 275 N\r\n    Approved according to SOLAS 2010 / MED MSC 200(80) + MSC 207 (81)\r\n    Double chamber\r\n    UML inflation system\r\n    Fitted with; buddy line, harness and crotch strap, whistle, retro reflective tape and automatic water activated lifejacket light.','MULLION 275 HI-RISE, BLUE 275 NEWTON SOLAS/MED',619,NULL),(81,1,'MULLION 150 HI-RISE, RED 150 NEWTON SOLAS/MED',NULL,NULL,0,NULL),(82,1,'Life Vest Auto Inflatable (XF-35)  w / Sea Dye Marker and Signal Whistle','<strong>New! 5-Year Interval of Inspection (Packed in Standard Polybag)<br />\r\n\r\nLightest Twin Cell Vest on the Market!</strong><br /><br />\r\n\r\n<li> Category of Preserver: Adult/Child Combination </li>\r\n<li> Weight of wearer: 35 lbs. (15.91kg) and above </li>\r\n<li> Inflatable Buoyancy Cells: 2 Independent Cells </li>\r\n<li> Inflated Buoyancy: 35 lbs. (150 Newtons) minimum </li>\r\n<li> Inflated Volume: 970 cu. in. (16 liters) minimum </li>\r\n<li> Inflation System: Manual CO2 Inflator &amp; Oral Inflation Tube in Buoyancy Cells </li>\r\n<li> Approvals: </li>\r\n&nbsp;- USA FAA TSO-C13f; <br />\r\n&nbsp;- German LBA Approval No. 40.321/33 <br />\r\n&nbsp;- United Kingdom CAA Approval No. AR01445 <br />\r\n<li> Material: Urethane Coated Nylon, Flame Retardant </li>\r\n<li> Construction: RF Heat Sealed Seams </li>\r\n<li> Color: Passenger Yellow or Crew Molten Orange </li>\r\n<li> Temperature: Functional Range: -40 to 140 oF (-40 to 60 oC) </li>\r\n<li> Storage Range: 0 to 120 oF (-17.8 to 48.9 oC) </li>\r\n<li> Humidity: Functional Range: Up to 95% Relative Humidity; </li>\r\n<li> Storage Range: Up to   70% Relative Humidity </li>\r\n<li> Altitude: -2000 to 45,000 feet above sea level </li>\r\n<li> CO2 Gas Charge: 2 x 0.035 lbs. (2 x 16 grams) </li>\r\n<li> Survivor Locator Light: Water-activated. TSO-C85 Approved. </li>\r\n<li> Service Life: Indefinite if unit continues to pass periodic maintenance inspection. </li>\r\n<li> Frequency of Inspection: Every 5 years.</li>','',507,NULL),(82,2,'Chaleco Salvavidas Inflable auto (XF-35) con el marcador del tinte del mar y el silbido de la seÃ±al','<strong>Â¡Nuevo! Intervalo de cinco aÃ±os de la inspecciÃ³n (Llena en polybag estÃ¡ndar)<br />\r\n\r\nÂ¡El chaleco de la cÃ©lula gemelo mÃ¡s ligero en el mercado!</strong><br /><br />\r\n\r\n<li> CategorÃ­a de chalecoe: Adulto - NiÃ±o combinaciÃ³n</li>\r\n<li> Peso del portador: 35 libras. (15.91kg) y arriba</li>\r\n<li> CÃ©lulas inflables de la flotabilidad: 2 cÃ©lulas independientes </li>\r\n<li> Flotabilidad inflada: 35 libras. MÃ­nimo (de 150 Newtons) </li>\r\n<li> Volumen inflado: 970 pulgadas cÃºbicas (16 litros) de mÃ­nimo </li>\r\n<li> Sistema de la inflaciÃ³n: Aparato para inflar con aire manual del CO2 y tubo oral de la inflaciÃ³n en cÃ©lulas de la flotabilidad </li>\r\n<li> Aprobaciones: </li>\r\n&nbsp;- EU FAA TSO-C13f; <br />\r\n&nbsp;- AprobaciÃ³n alemana No. 40.321/33 de LBA <br />\r\n&nbsp;- AprobaciÃ³n No. AR01445 de Reino Unido CAA <br />\r\n<li> Material: NilÃ³n revestido del uretano, ignÃ­fugo </li>\r\n<li> ConstrucciÃ³n: El RF soldÃ³ costuras en caliente </li>\r\n<li> Color: Amarillo del pasajero o naranja fundida del equipo </li>\r\n<li> Temperatura: Gama funcional: -40 to 140 oF (-40 to 60 oC) </li>\r\n<li> Gama del almacenaje: 0 to 120 oF (-17.8 to 48.9 oC) </li>\r\n<li> Humedad: Gama funcional: HigrometrÃ­a del hasta 95%; </li>\r\n<li> Gama del almacenaje: Hasta HigrometrÃ­a del 70% </li>\r\n<li> Altitud: -2000 a 45.000 pies sobre nivel del mar </li>\r\n<li> Carga del gas CO2: 2 x 0.035 libras. (2 x 16 gramos) </li>\r\n<li> Luz del localizador del sobreviviente: Agua-activado. TSO-C85 aprobÃ³. </li>\r\n<li> SVida de servicio: Indefinido si la unidad continÃºa pasando la inspecciÃ³n del mantenimiento periÃ³dico. </li>\r\n<li> Frecuencia de la inspecciÃ³n: Cada 5 aÃ±os.</li>','',892,NULL),(83,1,'Rothco MA-1 Flight Jacket','Rothco\'s MA-1 Flight Jacket features a fully reversible orange lining, ribbed collar, 100% nylon water repellent outer shell, poly fiberfill lining and 4 front slash pockets. The classic military style flight jacket has an extra full cut and is available in sizes from Small through 8XL, Sizes and colors do vary. \r\n\r\nBrand: Rothco \r\nClosures And Fasteners: Snaps, Zipper \r\nUPC Label On Product: Yes \r\nSize Chart: \r\nMA-1 Flight Jacket \r\nGender / Age: Adult \r\nMaterial: Nylon, Polyester \r\nMaterial Specs: 100% nylon \r\nWeather: Cold Weather \r\nPockets: 5 \r\nComponents: utlity and pencil pouch \r\nProduct Origin: CHN','',0,NULL),(83,2,'Rothco MA-1 Chaquetas de Vuelo','Chaqueta MA-1 de ROTHCO cuenta con un naranja completamente reversible, forro, cuello acanalado, capa exterior repelente al agua de 100% nylon, poly fiberfill forro y bolsillos de corte frontal 4. La chaqueta de estilo militar vuelo tiene un corte muy completo y estÃ¡ disponible en tamaÃ±os desde pequeÃ±as a travÃ©s de 8XL, tamaÃ±os y colores varÃ­an.\r\n\r\nBrand: Rothco \r\nClosures And Fasteners: Snaps, Zipper \r\nUPC Label On Product: Yes \r\nSize Chart: \r\nMA-1 Flight Jacket \r\nGender / Age: Adult \r\nMaterial: Nylon, Polyester \r\nMaterial Specs: 100% nylon \r\nWeather: Cold Weather \r\nPockets: 5 \r\nComponents: utlity and pencil pouch \r\nProduct Origin: CHN','',0,NULL),(84,1,'VSG BABYSAFE SOLAS/MED INFANT BABY LIFE VEST','Infant Baby Safe15 â€“ SOLAS/MED\r\n\r\nThe Infant Baby Safe15 is designed for an optimal position in the water for a baby or child weighing less than 33LBS (15kg).\r\n\r\nThe closing system is an adjustable abdominal strap, back and padded crotch strap. There are two quick release buckles, a rescue loop and comes equipped with the \"Buddy System\".','',71,NULL),(84,2,'VSG BABYSAFE SOLAS/MED INFANT BABY LIFE VEST','Infant Baby Safe15 â€“ SOLAS/MED\r\n\r\nThe Infant Baby Safe15 is designed for an optimal position in the water for a baby or child weighing less than 33LBS (15kg).\r\n\r\nThe closing system is an adjustable abdominal strap, back and padded crotch strap. There are two quick release buckles, a rescue loop and comes equipped with the \"Buddy System\".','',65,NULL);
/*!40000 ALTER TABLE `zen_products_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_discount_quantity`
--

DROP TABLE IF EXISTS `zen_products_discount_quantity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_discount_quantity` (
  `discount_id` int(4) NOT NULL DEFAULT '0',
  `products_id` int(11) NOT NULL DEFAULT '0',
  `discount_qty` float NOT NULL DEFAULT '0',
  `discount_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  KEY `idx_id_qty_zen` (`products_id`,`discount_qty`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_discount_quantity`
--

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

--
-- Table structure for table `zen_products_notifications`
--

DROP TABLE IF EXISTS `zen_products_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_notifications` (
  `products_id` int(11) NOT NULL DEFAULT '0',
  `customers_id` int(11) NOT NULL DEFAULT '0',
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`products_id`,`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_notifications`
--

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

--
-- Table structure for table `zen_products_options`
--

DROP TABLE IF EXISTS `zen_products_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_options` (
  `products_options_id` int(11) NOT NULL DEFAULT '0',
  `language_id` int(11) NOT NULL DEFAULT '1',
  `products_options_name` varchar(55) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_options_sort_order` int(11) NOT NULL DEFAULT '0',
  `products_options_type` int(5) NOT NULL DEFAULT '0',
  `products_options_length` smallint(2) NOT NULL DEFAULT '32',
  `products_options_comment` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `products_options_size` smallint(2) NOT NULL DEFAULT '32',
  `products_options_images_per_row` int(2) DEFAULT '5',
  `products_options_images_style` int(1) DEFAULT '0',
  `products_options_rows` smallint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`products_options_id`,`language_id`),
  KEY `idx_lang_id_zen` (`language_id`),
  KEY `idx_products_options_sort_order_zen` (`products_options_sort_order`),
  KEY `idx_products_options_name_zen` (`products_options_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_options`
--

LOCK TABLES `zen_products_options` WRITE;
/*!40000 ALTER TABLE `zen_products_options` DISABLE KEYS */;
INSERT INTO `zen_products_options` VALUES (1,2,'',0,2,32,'',32,0,0,0),(1,1,'',0,2,32,'Hazardous Materials Shipping Applies',32,0,0,0),(2,2,'Marcador del tinte del mar',0,3,32,'',32,0,0,0),(2,1,'Sea Dye Marker',0,3,32,'',32,0,0,0),(3,2,'Silbido',0,3,32,'',32,0,0,0),(3,1,'Whistle',0,3,32,'',32,0,0,0),(4,1,'[Standard Plus] Kit Capacity',2,0,32,'',32,0,0,0),(4,2,'[EstÃ¡ndar MÃ¡s]  Capacidad de Kit',2,0,32,'',32,0,0,0),(5,2,'[EstÃ¡ndar] Capacidad de Kit',1,0,32,'',32,0,0,0),(5,1,'[Standard] Kit Capacity',1,0,32,'',32,0,0,0),(6,2,'[De Lujo] Capacidad de Kit',3,0,32,'',32,0,0,0),(6,1,'[Deluxe] Kit Capacity',3,0,32,'',32,0,0,0),(7,2,'Agregue el ELT',4,3,32,'',32,4,0,2),(7,1,'Add<br /> ELT',4,3,32,'',32,4,0,2),(8,2,'',0,0,32,NULL,32,0,0,0),(8,1,'',0,0,32,NULL,32,0,0,0),(9,1,'',1,5,32,NULL,32,0,0,0),(9,2,'',0,5,32,NULL,32,0,0,0);
/*!40000 ALTER TABLE `zen_products_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_options_types`
--

DROP TABLE IF EXISTS `zen_products_options_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_options_types` (
  `products_options_types_id` int(11) NOT NULL DEFAULT '0',
  `products_options_types_name` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`products_options_types_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_options_types`
--

LOCK TABLES `zen_products_options_types` WRITE;
/*!40000 ALTER TABLE `zen_products_options_types` DISABLE KEYS */;
INSERT INTO `zen_products_options_types` VALUES (0,'Dropdown'),(1,'Text'),(2,'Radio'),(3,'Checkbox'),(4,'File'),(5,'Read Only');
/*!40000 ALTER TABLE `zen_products_options_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_options_values`
--

DROP TABLE IF EXISTS `zen_products_options_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_options_values` (
  `products_options_values_id` int(11) NOT NULL DEFAULT '0',
  `language_id` int(11) NOT NULL DEFAULT '1',
  `products_options_values_name` varchar(164) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `products_options_values_sort_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`products_options_values_id`,`language_id`),
  KEY `idx_products_options_values_name_zen` (`products_options_values_name`),
  KEY `idx_products_options_values_sort_order_zen` (`products_options_values_sort_order`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_options_values`
--

LOCK TABLES `zen_products_options_values` WRITE;
/*!40000 ALTER TABLE `zen_products_options_values` DISABLE KEYS */;
INSERT INTO `zen_products_options_values` VALUES (0,1,'TEXT',0),(0,2,'TEXT',0),(1,2,'',0),(1,1,'Ground (Hazmat)',0),(2,2,'',1),(2,1,'Air (Hazmat) - Call for Quote',1),(3,2,'En flor',0),(3,1,'Flourescent',0),(4,2,'PlÃ¡stico - de alta frecuencia',0),(4,1,'Plastic - High frequency',0),(6,1,'6-Man',2),(6,2,'6-Hombre',2),(5,1,'4-Man',1),(5,2,'4-Hombre',1),(7,2,'8-Hombre',3),(7,1,'8-Man',3),(8,2,'10-Hombre',4),(8,1,'10-Man',4),(9,2,'12-Hombre',5),(9,1,'12-Man',5),(10,2,'4-Hombre',1),(10,1,'4-Man',1),(11,2,'6-Hombre',2),(11,1,'6-Man',2),(12,2,'8-Hombre',3),(12,1,'8-Man',3),(13,2,'10-Hombre',4),(13,1,'10-Man',4),(14,2,'12-Hombre',5),(14,1,'12-Man',5),(15,2,'4-Hombre',1),(15,1,'4-Man',1),(16,2,'6-Hombre',2),(16,1,'6-Man',2),(17,2,'8-Hombre',3),(17,1,'8-Man',3),(18,2,'10-Hombre',4),(18,1,'10-Man',4),(19,2,'12-Hombre',5),(19,1,'12-Man',5),(20,2,'500-12Y Faro del Localizador de la Emergencia (ELT)',4),(20,1,'500-12Y Emergency Locator Transmitter (ELT)',4),(21,2,'EBC 406AP Faro del Localizador de la Emergencia (ELT)',3),(21,1,'EBC 406AP Emergency Locator Transmitter (ELT)',3),(22,2,'EBC 502 Faro del Localizador de la Emergencia (ELT)',2),(22,1,'EBC 502 Emergency Locator Transmitter (ELT)',2),(23,2,'AquaLink 406 - Transmisor del Localizador de la Emergencia (ELT)',1),(23,1,'AquaLink 406 Emergency Locator Transmitter (ELT)',1);
/*!40000 ALTER TABLE `zen_products_options_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_options_values_to_products_options`
--

DROP TABLE IF EXISTS `zen_products_options_values_to_products_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_options_values_to_products_options` (
  `products_options_values_to_products_options_id` int(11) NOT NULL AUTO_INCREMENT,
  `products_options_id` int(11) NOT NULL DEFAULT '0',
  `products_options_values_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`products_options_values_to_products_options_id`),
  KEY `idx_products_options_id_zen` (`products_options_id`),
  KEY `idx_products_options_values_id_zen` (`products_options_values_id`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_options_values_to_products_options`
--

LOCK TABLES `zen_products_options_values_to_products_options` WRITE;
/*!40000 ALTER TABLE `zen_products_options_values_to_products_options` DISABLE KEYS */;
INSERT INTO `zen_products_options_values_to_products_options` VALUES (1,1,1),(2,9,2),(3,2,3),(4,3,4),(5,5,5),(6,5,6),(7,5,7),(8,5,8),(9,5,9),(10,4,10),(11,4,11),(12,4,12),(14,4,13),(15,4,14),(16,6,15),(17,6,16),(18,6,17),(19,6,18),(20,6,19),(21,7,20),(22,7,21),(23,7,22),(24,7,23);
/*!40000 ALTER TABLE `zen_products_options_values_to_products_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_products_to_categories`
--

DROP TABLE IF EXISTS `zen_products_to_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_products_to_categories` (
  `products_id` int(11) NOT NULL DEFAULT '0',
  `categories_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`products_id`,`categories_id`),
  KEY `idx_cat_prod_id_zen` (`categories_id`,`products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_products_to_categories`
--

LOCK TABLES `zen_products_to_categories` WRITE;
/*!40000 ALTER TABLE `zen_products_to_categories` DISABLE KEYS */;
INSERT INTO `zen_products_to_categories` VALUES (1,19),(2,19),(3,19),(4,19),(5,19),(6,20),(7,20),(8,20),(9,20),(10,19),(11,21),(12,21),(13,21),(14,21),(15,27),(16,23),(17,23),(18,23),(19,23),(20,26),(21,22),(22,22),(23,22),(24,22),(25,28),(26,24),(27,24),(28,24),(29,24),(30,29),(31,25),(32,25),(33,25),(34,25),(35,3),(36,3),(37,3),(38,2),(39,2),(40,2),(41,11),(43,11),(44,11),(45,3),(46,12),(47,12),(48,12),(49,12),(50,15),(51,13),(52,14),(53,14),(54,14),(55,14),(56,14),(57,14),(58,14),(59,14),(60,14),(61,4),(62,13),(63,13),(64,15),(65,15),(66,15),(67,15),(68,15),(69,15),(70,13),(71,2),(72,20),(73,11),(74,11),(75,11),(76,11),(77,11),(78,11),(79,16),(80,16),(81,16),(82,16),(83,30),(84,16);
/*!40000 ALTER TABLE `zen_products_to_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_project_version`
--

DROP TABLE IF EXISTS `zen_project_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_project_version` (
  `project_version_id` tinyint(3) NOT NULL AUTO_INCREMENT,
  `project_version_key` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_major` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_minor` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_patch1` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_patch2` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_patch1_source` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_patch2_source` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_comment` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_date_applied` datetime NOT NULL DEFAULT '0001-01-01 01:01:01',
  PRIMARY KEY (`project_version_id`),
  UNIQUE KEY `idx_project_version_key_zen` (`project_version_key`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_project_version`
--

LOCK TABLES `zen_project_version` WRITE;
/*!40000 ALTER TABLE `zen_project_version` DISABLE KEYS */;
INSERT INTO `zen_project_version` VALUES (1,'Zen-Cart Main','1','3.9g','','','','','Fresh Installation','2010-10-17 08:24:08'),(2,'Zen-Cart Database','1','3.9g','','','','','Fresh Installation','2010-10-17 08:24:08');
/*!40000 ALTER TABLE `zen_project_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_project_version_history`
--

DROP TABLE IF EXISTS `zen_project_version_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_project_version_history` (
  `project_version_id` tinyint(3) NOT NULL AUTO_INCREMENT,
  `project_version_key` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_major` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_minor` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_patch` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_comment` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `project_version_date_applied` datetime NOT NULL DEFAULT '0001-01-01 01:01:01',
  PRIMARY KEY (`project_version_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_project_version_history`
--

LOCK TABLES `zen_project_version_history` WRITE;
/*!40000 ALTER TABLE `zen_project_version_history` DISABLE KEYS */;
INSERT INTO `zen_project_version_history` VALUES (1,'Zen-Cart Main','1','3.9g','','Fresh Installation','2010-10-17 08:24:08'),(2,'Zen-Cart Database','1','3.9g','','Fresh Installation','2010-10-17 08:24:08');
/*!40000 ALTER TABLE `zen_project_version_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_query_builder`
--

DROP TABLE IF EXISTS `zen_query_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_query_builder` (
  `query_id` int(11) NOT NULL AUTO_INCREMENT,
  `query_category` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `query_name` varchar(80) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `query_description` text COLLATE utf8_unicode_ci NOT NULL,
  `query_string` text COLLATE utf8_unicode_ci NOT NULL,
  `query_keys_list` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`query_id`),
  UNIQUE KEY `query_name` (`query_name`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_query_builder`
--

LOCK TABLES `zen_query_builder` WRITE;
/*!40000 ALTER TABLE `zen_query_builder` DISABLE KEYS */;
INSERT INTO `zen_query_builder` VALUES (1,'email','All Customers','Returns all customers name and email address for sending mass emails (ie: for newsletters, coupons, GVs, messages, etc).','select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS order by customers_lastname, customers_firstname, customers_email_address',''),(2,'email,newsletters','All Newsletter Subscribers','Returns name and email address of newsletter subscribers','select customers_firstname, customers_lastname, customers_email_address from TABLE_CUSTOMERS where customers_newsletter = \'1\'',''),(3,'email,newsletters','Dormant Customers (>3months) (Subscribers)','Subscribers who HAVE purchased something, but have NOT purchased for at least three months.','select o.date_purchased, c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o WHERE c.customers_id = o.customers_id AND c.customers_newsletter = 1 GROUP BY c.customers_email_address HAVING max(o.date_purchased) <= subdate(now(),INTERVAL 3 MONTH) ORDER BY c.customers_lastname, c.customers_firstname ASC',''),(4,'email,newsletters','Active customers in past 3 months (Subscribers)','Newsletter subscribers who are also active customers (purchased something) in last 3 months.','select c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o where c.customers_newsletter = \'1\' AND c.customers_id = o.customers_id and o.date_purchased > subdate(now(),INTERVAL 3 MONTH) GROUP BY c.customers_email_address order by c.customers_lastname, c.customers_firstname ASC',''),(5,'email,newsletters','Active customers in past 3 months (Regardless of subscription status)','All active customers (purchased something) in last 3 months, ignoring newsletter-subscription status.','select c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o WHERE c.customers_id = o.customers_id and o.date_purchased > subdate(now(),INTERVAL 3 MONTH) GROUP BY c.customers_email_address order by c.customers_lastname, c.customers_firstname ASC',''),(6,'email,newsletters','Administrator','Just the email account of the current administrator','select \'ADMIN\' as customers_firstname, admin_name as customers_lastname, admin_email as customers_email_address from TABLE_ADMIN where admin_id = $SESSION:admin_id',''),(7,'email,newsletters','Customers who have never completed a purchase','For sending newsletter to all customers who registered but have never completed a purchase','SELECT DISTINCT c.customers_email_address as customers_email_address, c.customers_lastname as customers_lastname, c.customers_firstname as customers_firstname FROM TABLE_CUSTOMERS c LEFT JOIN  TABLE_ORDERS o ON c.customers_id=o.customers_id WHERE o.date_purchased IS NULL','');
/*!40000 ALTER TABLE `zen_query_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_record_artists`
--

DROP TABLE IF EXISTS `zen_record_artists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_record_artists` (
  `artists_id` int(11) NOT NULL AUTO_INCREMENT,
  `artists_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `artists_image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `date_added` datetime DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  PRIMARY KEY (`artists_id`),
  KEY `idx_rec_artists_name_zen` (`artists_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_record_artists`
--

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

--
-- Table structure for table `zen_record_artists_info`
--

DROP TABLE IF EXISTS `zen_record_artists_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_record_artists_info` (
  `artists_id` int(11) NOT NULL DEFAULT '0',
  `languages_id` int(11) NOT NULL DEFAULT '0',
  `artists_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `url_clicked` int(5) NOT NULL DEFAULT '0',
  `date_last_click` datetime DEFAULT NULL,
  PRIMARY KEY (`artists_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_record_artists_info`
--

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

--
-- Table structure for table `zen_record_company`
--

DROP TABLE IF EXISTS `zen_record_company`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_record_company` (
  `record_company_id` int(11) NOT NULL AUTO_INCREMENT,
  `record_company_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `record_company_image` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `date_added` datetime DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  PRIMARY KEY (`record_company_id`),
  KEY `idx_rec_company_name_zen` (`record_company_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_record_company`
--

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

--
-- Table structure for table `zen_record_company_info`
--

DROP TABLE IF EXISTS `zen_record_company_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_record_company_info` (
  `record_company_id` int(11) NOT NULL DEFAULT '0',
  `languages_id` int(11) NOT NULL DEFAULT '0',
  `record_company_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `url_clicked` int(5) NOT NULL DEFAULT '0',
  `date_last_click` datetime DEFAULT NULL,
  PRIMARY KEY (`record_company_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_record_company_info`
--

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

--
-- Table structure for table `zen_reviews`
--

DROP TABLE IF EXISTS `zen_reviews`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_reviews` (
  `reviews_id` int(11) NOT NULL AUTO_INCREMENT,
  `products_id` int(11) NOT NULL DEFAULT '0',
  `customers_id` int(11) DEFAULT NULL,
  `customers_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `reviews_rating` int(1) DEFAULT NULL,
  `date_added` datetime DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  `reviews_read` int(5) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`reviews_id`),
  KEY `idx_products_id_zen` (`products_id`),
  KEY `idx_customers_id_zen` (`customers_id`),
  KEY `idx_status_zen` (`status`),
  KEY `idx_date_added_zen` (`date_added`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_reviews`
--

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

--
-- Table structure for table `zen_reviews_description`
--

DROP TABLE IF EXISTS `zen_reviews_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_reviews_description` (
  `reviews_id` int(11) NOT NULL DEFAULT '0',
  `languages_id` int(11) NOT NULL DEFAULT '0',
  `reviews_text` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`reviews_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_reviews_description`
--

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

--
-- Table structure for table `zen_salemaker_sales`
--

DROP TABLE IF EXISTS `zen_salemaker_sales`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_salemaker_sales` (
  `sale_id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_status` tinyint(4) NOT NULL DEFAULT '0',
  `sale_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `sale_deduction_value` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `sale_deduction_type` tinyint(4) NOT NULL DEFAULT '0',
  `sale_pricerange_from` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `sale_pricerange_to` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `sale_specials_condition` tinyint(4) NOT NULL DEFAULT '0',
  `sale_categories_selected` text COLLATE utf8_unicode_ci,
  `sale_categories_all` text COLLATE utf8_unicode_ci,
  `sale_date_start` date NOT NULL DEFAULT '0001-01-01',
  `sale_date_end` date NOT NULL DEFAULT '0001-01-01',
  `sale_date_added` date NOT NULL DEFAULT '0001-01-01',
  `sale_date_last_modified` date NOT NULL DEFAULT '0001-01-01',
  `sale_date_status_change` date NOT NULL DEFAULT '0001-01-01',
  PRIMARY KEY (`sale_id`),
  KEY `idx_sale_status_zen` (`sale_status`),
  KEY `idx_sale_date_start_zen` (`sale_date_start`),
  KEY `idx_sale_date_end_zen` (`sale_date_end`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_salemaker_sales`
--

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

--
-- Table structure for table `zen_sessions`
--

DROP TABLE IF EXISTS `zen_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_sessions` (
  `sesskey` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `expiry` int(11) unsigned NOT NULL DEFAULT '0',
  `value` mediumblob NOT NULL,
  PRIMARY KEY (`sesskey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_sessions`
--

LOCK TABLES `zen_sessions` WRITE;
/*!40000 ALTER TABLE `zen_sessions` DISABLE KEYS */;
INSERT INTO `zen_sessions` VALUES ('c39248758841807dfc3cbd26087f5413',1529548790,_binary 'c2VjdXJpdHlUb2tlbnxzOjMyOiI4MTRkZTQzODg2YzJiNzhkZmZmZTM4MmVmNWE0YTA0NSI7Y3VzdG9tZXJzX2hvc3RfYWRkcmVzc3xzOjI3OiI2NS5zdWItMTc0LTIzNS0xNi5teXZ6dy5jb20iO2NhcnRJRHxzOjA6IiI7Y2FydHxPOjEyOiJzaG9wcGluZ0NhcnQiOjg6e3M6ODoiY29udGVudHMiO2E6MDp7fXM6NToidG90YWwiO2k6MDtzOjY6IndlaWdodCI7aTowO3M6NjoiY2FydElEIjtOO3M6MTI6ImNvbnRlbnRfdHlwZSI7YjowO3M6MTg6ImZyZWVfc2hpcHBpbmdfaXRlbSI7aTowO3M6MjA6ImZyZWVfc2hpcHBpbmdfd2VpZ2h0IjtpOjA7czoxOToiZnJlZV9zaGlwcGluZ19wcmljZSI7aTowO31uYXZpZ2F0aW9ufE86MTc6Im5hdmlnYXRpb25IaXN0b3J5IjoyOntzOjQ6InBhdGgiO2E6Mjp7aTowO2E6NDp7czo0OiJwYWdlIjtzOjU6ImluZGV4IjtzOjQ6Im1vZGUiO3M6NjoiTk9OU1NMIjtzOjM6ImdldCI7czowOiIiO3M6NDoicG9zdCI7YTowOnt9fWk6MTthOjQ6e3M6NDoicGFnZSI7czoyMDoiZG93bl9mb3JfbWFpbnRlbmFuY2UiO3M6NDoibW9kZSI7czo2OiJOT05TU0wiO3M6MzoiZ2V0IjtzOjA6IiI7czo0OiJwb3N0IjthOjA6e319fXM6ODoic25hcHNob3QiO2E6MDp7fX1sYW5ndWFnZXxzOjc6ImVuZ2xpc2giO2xhbmd1YWdlc19pZHxzOjE6IjEiO2xhbmd1YWdlc19jb2RlfHM6MjoiZW4iO2NoZWNrX3ZhbGlkfHM6NDoidHJ1ZSI7Y3VycmVuY3l8czozOiJVU0QiO3RvZGF5X2lzfHM6MTA6IjIwMTgtMDYtMjAiO3VwZGF0ZUV4cGlyYXRpb25zfGI6MTtzZXNzaW9uX2NvdW50ZXJ8YjoxO2N1c3RvbWVyc19pcF9hZGRyZXNzfHM6MTM6IjE3NC4yMzUuMTYuNjUiOw=='),('032bb8b18ca78758d43f5e9a53ad48c9',1529551263,_binary 'c2VjdXJpdHlUb2tlbnxzOjMyOiI0ZmEyOWJhMjU3YTUyMWNlODE5N2EyNDc1OTRkMWQxNCI7bGFuZ3VhZ2V8czo3OiJlbmdsaXNoIjtsYW5ndWFnZXNfaWR8czoxOiIxIjtsYW5ndWFnZXNfY29kZXxzOjI6ImVuIjtzZWxlY3RlZF9ib3h8czoxMzoiY29uZmlndXJhdGlvbiI7aHRtbF9lZGl0b3JfcHJlZmVyZW5jZV9zdGF0dXN8czo0OiJOT05FIjs='),('70d3d0958d0594ba3fd19b2679680b4f',1529551852,_binary 'c2VjdXJpdHlUb2tlbnxzOjMyOiI0ZmEyOWJhMjU3YTUyMWNlODE5N2EyNDc1OTRkMWQxNCI7bGFuZ3VhZ2V8czo3OiJlbmdsaXNoIjtsYW5ndWFnZXNfaWR8czoxOiIxIjtsYW5ndWFnZXNfY29kZXxzOjI6ImVuIjtzZWxlY3RlZF9ib3h8czoxMzoiY29uZmlndXJhdGlvbiI7aHRtbF9lZGl0b3JfcHJlZmVyZW5jZV9zdGF0dXN8czo0OiJOT05FIjthZG1pbl9pZHxzOjE6IjEiO3Jlc2V0X2FkbWluX2FjdGl2aXR5X2xvZ3xiOjE7');
/*!40000 ALTER TABLE `zen_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_specials`
--

DROP TABLE IF EXISTS `zen_specials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_specials` (
  `specials_id` int(11) NOT NULL AUTO_INCREMENT,
  `products_id` int(11) NOT NULL DEFAULT '0',
  `specials_new_products_price` decimal(15,4) NOT NULL DEFAULT '0.0000',
  `specials_date_added` datetime DEFAULT NULL,
  `specials_last_modified` datetime DEFAULT NULL,
  `expires_date` date NOT NULL DEFAULT '0001-01-01',
  `date_status_change` datetime DEFAULT NULL,
  `status` int(1) NOT NULL DEFAULT '1',
  `specials_date_available` date NOT NULL DEFAULT '0001-01-01',
  PRIMARY KEY (`specials_id`),
  KEY `idx_status_zen` (`status`),
  KEY `idx_products_id_zen` (`products_id`),
  KEY `idx_date_avail_zen` (`specials_date_available`),
  KEY `idx_expires_date_zen` (`expires_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_specials`
--

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

--
-- Table structure for table `zen_tax_class`
--

DROP TABLE IF EXISTS `zen_tax_class`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_tax_class` (
  `tax_class_id` int(11) NOT NULL AUTO_INCREMENT,
  `tax_class_title` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `tax_class_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`tax_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_tax_class`
--

LOCK TABLES `zen_tax_class` WRITE;
/*!40000 ALTER TABLE `zen_tax_class` DISABLE KEYS */;
INSERT INTO `zen_tax_class` VALUES (1,'Taxable Goods','The following types of products are included: non-food, services, etc',NULL,'2010-10-17 08:24:09');
/*!40000 ALTER TABLE `zen_tax_class` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_tax_rates`
--

DROP TABLE IF EXISTS `zen_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_tax_rates` (
  `tax_rates_id` int(11) NOT NULL AUTO_INCREMENT,
  `tax_zone_id` int(11) NOT NULL DEFAULT '0',
  `tax_class_id` int(11) NOT NULL DEFAULT '0',
  `tax_priority` int(5) DEFAULT '1',
  `tax_rate` decimal(7,4) NOT NULL DEFAULT '0.0000',
  `tax_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`tax_rates_id`),
  KEY `idx_tax_zone_id_zen` (`tax_zone_id`),
  KEY `idx_tax_class_id_zen` (`tax_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_tax_rates`
--

LOCK TABLES `zen_tax_rates` WRITE;
/*!40000 ALTER TABLE `zen_tax_rates` DISABLE KEYS */;
INSERT INTO `zen_tax_rates` VALUES (1,1,1,1,7.0000,'FL TAX 7.0%','2010-10-17 08:24:09','2010-10-17 08:24:09');
/*!40000 ALTER TABLE `zen_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_template_select`
--

DROP TABLE IF EXISTS `zen_template_select`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_template_select` (
  `template_id` int(11) NOT NULL AUTO_INCREMENT,
  `template_dir` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `template_language` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
  PRIMARY KEY (`template_id`),
  KEY `idx_tpl_lang_zen` (`template_language`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_template_select`
--

LOCK TABLES `zen_template_select` WRITE;
/*!40000 ALTER TABLE `zen_template_select` DISABLE KEYS */;
INSERT INTO `zen_template_select` VALUES (1,'aaas','0'),(2,'aaas','1'),(3,'aaas','2');
/*!40000 ALTER TABLE `zen_template_select` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_upgrade_exceptions`
--

DROP TABLE IF EXISTS `zen_upgrade_exceptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_upgrade_exceptions` (
  `upgrade_exception_id` smallint(5) NOT NULL AUTO_INCREMENT,
  `sql_file` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `reason` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
  `errordate` datetime DEFAULT '0001-01-01 00:00:00',
  `sqlstatement` text COLLATE utf8_unicode_ci,
  PRIMARY KEY (`upgrade_exception_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_upgrade_exceptions`
--

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

--
-- Table structure for table `zen_whos_online`
--

DROP TABLE IF EXISTS `zen_whos_online`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_whos_online` (
  `customer_id` int(11) DEFAULT NULL,
  `full_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `session_id` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `ip_address` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `time_entry` varchar(14) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `time_last_click` varchar(14) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `last_page_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `host_address` text COLLATE utf8_unicode_ci NOT NULL,
  `user_agent` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  KEY `idx_ip_address_zen` (`ip_address`),
  KEY `idx_session_id_zen` (`session_id`),
  KEY `idx_customer_id_zen` (`customer_id`),
  KEY `idx_time_entry_zen` (`time_entry`),
  KEY `idx_time_last_click_zen` (`time_last_click`),
  KEY `idx_last_page_url_zen` (`last_page_url`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_whos_online`
--

LOCK TABLES `zen_whos_online` WRITE;
/*!40000 ALTER TABLE `zen_whos_online` DISABLE KEYS */;
INSERT INTO `zen_whos_online` VALUES (0,'&yen;Guest','c39248758841807dfc3cbd26087f5413','174.235.16.65','1529546724','1529547350','/index.php?main_page=down_for_maintenance','65.sub-174-235-16.myvzw.com','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0');
/*!40000 ALTER TABLE `zen_whos_online` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_zen_address_book`
--

DROP TABLE IF EXISTS `zen_zen_address_book`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_zen_address_book` (
  `address_book_id` int(11) NOT NULL AUTO_INCREMENT,
  `customers_id` int(11) NOT NULL DEFAULT '0',
  `entry_gender` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_company` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entry_firstname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_lastname` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_street_address` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_suburb` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entry_postcode` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_city` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `entry_state` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  `entry_country_id` int(11) NOT NULL DEFAULT '0',
  `entry_zone_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`address_book_id`),
  KEY `idx_address_book_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_zen_address_book`
--

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

--
-- Table structure for table `zen_zones`
--

DROP TABLE IF EXISTS `zen_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_zones` (
  `zone_id` int(11) NOT NULL AUTO_INCREMENT,
  `zone_country_id` int(11) NOT NULL DEFAULT '0',
  `zone_code` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `zone_name` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`zone_id`),
  KEY `idx_zone_country_id_zen` (`zone_country_id`),
  KEY `idx_zone_code_zen` (`zone_code`)
) ENGINE=MyISAM AUTO_INCREMENT=190 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_zones`
--

LOCK TABLES `zen_zones` WRITE;
/*!40000 ALTER TABLE `zen_zones` DISABLE KEYS */;
INSERT INTO `zen_zones` VALUES (1,223,'AL','Alabama'),(2,223,'AK','Alaska'),(3,223,'AS','American Samoa'),(4,223,'AZ','Arizona'),(5,223,'AR','Arkansas'),(6,223,'AF','Armed Forces Africa'),(7,223,'AA','Armed Forces Americas'),(8,223,'AC','Armed Forces Canada'),(9,223,'AE','Armed Forces Europe'),(10,223,'AM','Armed Forces Middle East'),(11,223,'AP','Armed Forces Pacific'),(12,223,'CA','California'),(13,223,'CO','Colorado'),(14,223,'CT','Connecticut'),(15,223,'DE','Delaware'),(16,223,'DC','District of Columbia'),(17,223,'FM','Federated States Of Micronesia'),(18,223,'FL','Florida'),(19,223,'GA','Georgia'),(20,223,'GU','Guam'),(21,223,'HI','Hawaii'),(22,223,'ID','Idaho'),(23,223,'IL','Illinois'),(24,223,'IN','Indiana'),(25,223,'IA','Iowa'),(26,223,'KS','Kansas'),(27,223,'KY','Kentucky'),(28,223,'LA','Louisiana'),(29,223,'ME','Maine'),(30,223,'MH','Marshall Islands'),(31,223,'MD','Maryland'),(32,223,'MA','Massachusetts'),(33,223,'MI','Michigan'),(34,223,'MN','Minnesota'),(35,223,'MS','Mississippi'),(36,223,'MO','Missouri'),(37,223,'MT','Montana'),(38,223,'NE','Nebraska'),(39,223,'NV','Nevada'),(40,223,'NH','New Hampshire'),(41,223,'NJ','New Jersey'),(42,223,'NM','New Mexico'),(43,223,'NY','New York'),(44,223,'NC','North Carolina'),(45,223,'ND','North Dakota'),(46,223,'MP','Northern Mariana Islands'),(47,223,'OH','Ohio'),(48,223,'OK','Oklahoma'),(49,223,'OR','Oregon'),(50,163,'PW','Palau'),(51,223,'PA','Pennsylvania'),(52,223,'PR','Puerto Rico'),(53,223,'RI','Rhode Island'),(54,223,'SC','South Carolina'),(55,223,'SD','South Dakota'),(56,223,'TN','Tennessee'),(57,223,'TX','Texas'),(58,223,'UT','Utah'),(59,223,'VT','Vermont'),(60,223,'VI','Virgin Islands'),(61,223,'VA','Virginia'),(62,223,'WA','Washington'),(63,223,'WV','West Virginia'),(64,223,'WI','Wisconsin'),(65,223,'WY','Wyoming'),(66,38,'AB','Alberta'),(67,38,'BC','British Columbia'),(68,38,'MB','Manitoba'),(69,38,'NL','Newfoundland'),(70,38,'NB','New Brunswick'),(71,38,'NS','Nova Scotia'),(72,38,'NT','Northwest Territories'),(73,38,'NU','Nunavut'),(74,38,'ON','Ontario'),(75,38,'PE','Prince Edward Island'),(76,38,'QC','Quebec'),(77,38,'SK','Saskatchewan'),(78,38,'YT','Yukon Territory'),(79,81,'NDS','Niedersachsen'),(80,81,'BAW','Baden WÃ¼rtemberg'),(81,81,'BAY','Bayern'),(82,81,'BER','Berlin'),(83,81,'BRG','Brandenburg'),(84,81,'BRE','Bremen'),(85,81,'HAM','Hamburg'),(86,81,'HES','Hessen'),(87,81,'MEC','Mecklenburg-Vorpommern'),(88,81,'NRW','Nordrhein-Westfalen'),(89,81,'RHE','Rheinland-Pfalz'),(90,81,'SAR','Saarland'),(91,81,'SAS','Sachsen'),(92,81,'SAC','Sachsen-Anhalt'),(93,81,'SCN','Schleswig-Holstein'),(94,81,'THE','Thringen'),(95,14,'WI','Wien'),(96,14,'NO','Niedersterreich'),(97,14,'OO','Obersterreich'),(98,14,'SB','Salzburg'),(99,14,'KN','KÃ¤rnten'),(100,14,'ST','Steiermark'),(101,14,'TI','Tirol'),(102,14,'BL','Burgenland'),(103,14,'VB','Voralberg'),(104,204,'AG','Aargau'),(105,204,'AI','Appenzell Innerrhoden'),(106,204,'AR','Appenzell Ausserrhoden'),(107,204,'BE','Bern'),(108,204,'BL','Basel-Landschaft'),(109,204,'BS','Basel-Stadt'),(110,204,'FR','Freiburg'),(111,204,'GE','Genf'),(112,204,'GL','Glarus'),(113,204,'JU','Graubnden'),(114,204,'JU','Jura'),(115,204,'LU','Luzern'),(116,204,'NE','Neuenburg'),(117,204,'NW','Nidwalden'),(118,204,'OW','Obwalden'),(119,204,'SG','St. Gallen'),(120,204,'SH','Schaffhausen'),(121,204,'SO','Solothurn'),(122,204,'SZ','Schwyz'),(123,204,'TG','Thurgau'),(124,204,'TI','Tessin'),(125,204,'UR','Uri'),(126,204,'VD','Waadt'),(127,204,'VS','Wallis'),(128,204,'ZG','Zug'),(129,204,'ZH','Zrich'),(130,195,'A Corua','A Corua'),(131,195,'Alava','Alava'),(132,195,'Albacete','Albacete'),(133,195,'Alicante','Alicante'),(134,195,'Almeria','Almeria'),(135,195,'Asturias','Asturias'),(136,195,'Avila','Avila'),(137,195,'Badajoz','Badajoz'),(138,195,'Baleares','Baleares'),(139,195,'Barcelona','Barcelona'),(140,195,'Burgos','Burgos'),(141,195,'Caceres','Caceres'),(142,195,'Cadiz','Cadiz'),(143,195,'Cantabria','Cantabria'),(144,195,'Castellon','Castellon'),(145,195,'Ceuta','Ceuta'),(146,195,'Ciudad Real','Ciudad Real'),(147,195,'Cordoba','Cordoba'),(148,195,'Cuenca','Cuenca'),(149,195,'Girona','Girona'),(150,195,'Granada','Granada'),(151,195,'Guadalajara','Guadalajara'),(152,195,'Guipuzcoa','Guipuzcoa'),(153,195,'Huelva','Huelva'),(154,195,'Huesca','Huesca'),(155,195,'Jaen','Jaen'),(156,195,'La Rioja','La Rioja'),(157,195,'Las Palmas','Las Palmas'),(158,195,'Leon','Leon'),(159,195,'Lleida','Lleida'),(160,195,'Lugo','Lugo'),(161,195,'Madrid','Madrid'),(162,195,'Malaga','Malaga'),(163,195,'Melilla','Melilla'),(164,195,'Murcia','Murcia'),(165,195,'Navarra','Navarra'),(166,195,'Ourense','Ourense'),(167,195,'Palencia','Palencia'),(168,195,'Pontevedra','Pontevedra'),(169,195,'Salamanca','Salamanca'),(170,195,'Santa Cruz de Tenerife','Santa Cruz de Tenerife'),(171,195,'Segovia','Segovia'),(172,195,'Sevilla','Sevilla'),(173,195,'Soria','Soria'),(174,195,'Tarragona','Tarragona'),(175,195,'Teruel','Teruel'),(176,195,'Toledo','Toledo'),(177,195,'Valencia','Valencia'),(178,195,'Valladolid','Valladolid'),(179,195,'Vizcaya','Vizcaya'),(180,195,'Zamora','Zamora'),(181,195,'Zaragoza','Zaragoza'),(182,13,'ACT','Australian Capital Territory'),(183,13,'NSW','New South Wales'),(184,13,'NT','Northern Territory'),(185,13,'QLD','Queensland'),(186,13,'SA','South Australia'),(187,13,'TAS','Tasmania'),(188,13,'VIC','Victoria'),(189,13,'WA','Western Australia');
/*!40000 ALTER TABLE `zen_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zen_zones_to_geo_zones`
--

DROP TABLE IF EXISTS `zen_zones_to_geo_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zen_zones_to_geo_zones` (
  `association_id` int(11) NOT NULL AUTO_INCREMENT,
  `zone_country_id` int(11) NOT NULL DEFAULT '0',
  `zone_id` int(11) DEFAULT NULL,
  `geo_zone_id` int(11) DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  `date_added` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
  PRIMARY KEY (`association_id`),
  KEY `idx_zones_zen` (`geo_zone_id`,`zone_country_id`,`zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `zen_zones_to_geo_zones`
--

LOCK TABLES `zen_zones_to_geo_zones` WRITE;
/*!40000 ALTER TABLE `zen_zones_to_geo_zones` DISABLE KEYS */;
INSERT INTO `zen_zones_to_geo_zones` VALUES (1,223,18,1,NULL,'2010-10-17 08:24:09');
/*!40000 ALTER TABLE `zen_zones_to_geo_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'surpro_zc1'
--

--
-- Dumping routines for database 'surpro_zc1'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-10 13:57:05
